/*
 * This is a manifest file that'll be compiled  into application.css, which  will include all the files
 * listed below.
 *
 * Any CSS and SCSS file within this directory, lib/assets/stylesheets, vendor/assets/stylesheets,
 * or vendor/assets/stylesheets of plugins, if any, can be referenced here using a relative path.
 *
 * You're free to add application-wide styles to this file and they'll appear at the top of the
 * compiled  file, but it's generally better to      create a new file per style scope.
 *























 */
/*!
 * jQuery UI CSS Framework 1.12.1
 * http://jqueryui.com
 *
 * Copyright jQuery Foundation and other contributors
 * Released under the MIT license.
 * http://jquery.org/license
 *
 * http://api.jqueryui.com/category/theming/
 *
 * To view and modify this theme, visit http://jqueryui.com/themeroller/
 */

/*






 */



/* Component containers
----------------------------------*/
.ui-widget {
	font-family: Arial,Helvetica,sans-serif/*{ffDefault}*/;
	font-size: 1em/*{fsDefault}*/;
}
.ui-widget .ui-widget {
	font-size: 1em;
}
.ui-widget input,
.ui-widget select,
.ui-widget textarea,
.ui-widget button {
	font-family: Arial,Helvetica,sans-serif/*{ffDefault}*/;
	font-size: 1em;
}
.ui-widget.ui-widget-content {
	border: 1px solid #c5c5c5/*{borderColorDefault}*/;
}
.ui-widget-content {
	border: 1px solid #dddddd/*{borderColorContent}*/;
	background: #ffffff/*{bgColorContent}*/ /*{bgImgUrlContent}*/ /*{bgContentXPos}*/ /*{bgContentYPos}*/ /*{bgContentRepeat}*/;
	color: #333333/*{fcContent}*/;
}
.ui-widget-content a {
	color: #333333/*{fcContent}*/;
}
.ui-widget-header {
	border: 1px solid #dddddd/*{borderColorHeader}*/;
	background: #e9e9e9/*{bgColorHeader}*/ /*{bgImgUrlHeader}*/ /*{bgHeaderXPos}*/ /*{bgHeaderYPos}*/ /*{bgHeaderRepeat}*/;
	color: #333333/*{fcHeader}*/;
	font-weight: bold;
}
.ui-widget-header a {
	color: #333333/*{fcHeader}*/;
}

/* Interaction states
----------------------------------*/
.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default,
.ui-button,

/* We use html here because we need a greater specificity to make sure disabled
works properly when clicked or hovered */
html .ui-button.ui-state-disabled:hover,
html .ui-button.ui-state-disabled:active {
	border: 1px solid #c5c5c5/*{borderColorDefault}*/;
	background: #f6f6f6/*{bgColorDefault}*/ /*{bgImgUrlDefault}*/ /*{bgDefaultXPos}*/ /*{bgDefaultYPos}*/ /*{bgDefaultRepeat}*/;
	font-weight: normal/*{fwDefault}*/;
	color: #454545/*{fcDefault}*/;
}
.ui-state-default a,
.ui-state-default a:link,
.ui-state-default a:visited,
a.ui-button,
a:link.ui-button,
a:visited.ui-button,
.ui-button {
	color: #454545/*{fcDefault}*/;
	text-decoration: none;
}
.ui-state-hover,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-hover,
.ui-state-focus,
.ui-widget-content .ui-state-focus,
.ui-widget-header .ui-state-focus,
.ui-button:hover,
.ui-button:focus {
	border: 1px solid #cccccc/*{borderColorHover}*/;
	background: #ededed/*{bgColorHover}*/ /*{bgImgUrlHover}*/ /*{bgHoverXPos}*/ /*{bgHoverYPos}*/ /*{bgHoverRepeat}*/;
	font-weight: normal/*{fwDefault}*/;
	color: #2b2b2b/*{fcHover}*/;
}
.ui-state-hover a,
.ui-state-hover a:hover,
.ui-state-hover a:link,
.ui-state-hover a:visited,
.ui-state-focus a,
.ui-state-focus a:hover,
.ui-state-focus a:link,
.ui-state-focus a:visited,
a.ui-button:hover,
a.ui-button:focus {
	color: #2b2b2b/*{fcHover}*/;
	text-decoration: none;
}

.ui-visual-focus {
	box-shadow: 0 0 3px 1px rgb(94, 158, 214);
}
.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active,
a.ui-button:active,
.ui-button:active,
.ui-button.ui-state-active:hover {
	border: 1px solid #003eff/*{borderColorActive}*/;
	background: #007fff/*{bgColorActive}*/ /*{bgImgUrlActive}*/ /*{bgActiveXPos}*/ /*{bgActiveYPos}*/ /*{bgActiveRepeat}*/;
	font-weight: normal/*{fwDefault}*/;
	color: #ffffff/*{fcActive}*/;
}
.ui-icon-background,
.ui-state-active .ui-icon-background {
	border: #003eff/*{borderColorActive}*/;
	background-color: #ffffff/*{fcActive}*/;
}
.ui-state-active a,
.ui-state-active a:link,
.ui-state-active a:visited {
	color: #ffffff/*{fcActive}*/;
	text-decoration: none;
}

/* Interaction Cues
----------------------------------*/
.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight {
	border: 1px solid #dad55e/*{borderColorHighlight}*/;
	background: #fffa90/*{bgColorHighlight}*/ /*{bgImgUrlHighlight}*/ /*{bgHighlightXPos}*/ /*{bgHighlightYPos}*/ /*{bgHighlightRepeat}*/;
	color: #777620/*{fcHighlight}*/;
}
.ui-state-checked {
	border: 1px solid #dad55e/*{borderColorHighlight}*/;
	background: #fffa90/*{bgColorHighlight}*/;
}
.ui-state-highlight a,
.ui-widget-content .ui-state-highlight a,
.ui-widget-header .ui-state-highlight a {
	color: #777620/*{fcHighlight}*/;
}
.ui-state-error,
.ui-widget-content .ui-state-error,
.ui-widget-header .ui-state-error {
	border: 1px solid #f1a899/*{borderColorError}*/;
	background: #fddfdf/*{bgColorError}*/ /*{bgImgUrlError}*/ /*{bgErrorXPos}*/ /*{bgErrorYPos}*/ /*{bgErrorRepeat}*/;
	color: #5f3f3f/*{fcError}*/;
}
.ui-state-error a,
.ui-widget-content .ui-state-error a,
.ui-widget-header .ui-state-error a {
	color: #5f3f3f/*{fcError}*/;
}
.ui-state-error-text,
.ui-widget-content .ui-state-error-text,
.ui-widget-header .ui-state-error-text {
	color: #5f3f3f/*{fcError}*/;
}
.ui-priority-primary,
.ui-widget-content .ui-priority-primary,
.ui-widget-header .ui-priority-primary {
	font-weight: bold;
}
.ui-priority-secondary,
.ui-widget-content .ui-priority-secondary,
.ui-widget-header .ui-priority-secondary {
	opacity: .7;
	filter:Alpha(Opacity=70); /* support: IE8 */
	font-weight: normal;
}
.ui-state-disabled,
.ui-widget-content .ui-state-disabled,
.ui-widget-header .ui-state-disabled {
	opacity: .35;
	filter:Alpha(Opacity=35); /* support: IE8 */
	background-image: none;
}
.ui-state-disabled .ui-icon {
	filter:Alpha(Opacity=35); /* support: IE8 - See #6059 */
}

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

/* states and images */
.ui-icon {
	width: 16px;
	height: 16px;
}
.ui-icon,
.ui-widget-content .ui-icon {
	background-image: url(/assets/jquery-ui/ui-icons_444444_256x240-f6d8c091e81dfb911fc0815e7c9952c90b361a3f685804be08a5fa2ee6d6198b.png)/*{iconsContent}*/;
}
.ui-widget-header .ui-icon {
	background-image: url(/assets/jquery-ui/ui-icons_444444_256x240-f6d8c091e81dfb911fc0815e7c9952c90b361a3f685804be08a5fa2ee6d6198b.png)/*{iconsHeader}*/;
}
.ui-state-hover .ui-icon,
.ui-state-focus .ui-icon,
.ui-button:hover .ui-icon,
.ui-button:focus .ui-icon {
	background-image: url(/assets/jquery-ui/ui-icons_555555_256x240-c23f23416a84a359723ffe28c6231f7e6edd10de024da40c190f9e0706c70276.png)/*{iconsHover}*/;
}
.ui-state-active .ui-icon,
.ui-button:active .ui-icon {
	background-image: url(/assets/jquery-ui/ui-icons_ffffff_256x240-24221a00d39ccfd2da654907e99b5af8d8dc60b91bfb414b4ca82779f7f9ffb6.png)/*{iconsActive}*/;
}
.ui-state-highlight .ui-icon,
.ui-button .ui-state-highlight.ui-icon {
	background-image: url(/assets/jquery-ui/ui-icons_777620_256x240-0a3bb6e0c499ea585572cbda26b638d08b96a568bfb173f0dce2c9eee4a441b3.png)/*{iconsHighlight}*/;
}
.ui-state-error .ui-icon,
.ui-state-error-text .ui-icon {
	background-image: url(/assets/jquery-ui/ui-icons_cc0000_256x240-c7cf3a680d1476856186d49a361c0b3e09d13a2f4ba4ebd638595bbad9d21c2d.png)/*{iconsError}*/;
}
.ui-button .ui-icon {
	background-image: url(/assets/jquery-ui/ui-icons_777777_256x240-ea4f5d5317b31eaaaf01e3db3357884b418c8b3361019647559c835996ddaedb.png)/*{iconsDefault}*/;
}

/* positioning */
.ui-icon-blank { background-position: 16px 16px; }
.ui-icon-caret-1-n { background-position: 0 0; }
.ui-icon-caret-1-ne { background-position: -16px 0; }
.ui-icon-caret-1-e { background-position: -32px 0; }
.ui-icon-caret-1-se { background-position: -48px 0; }
.ui-icon-caret-1-s { background-position: -65px 0; }
.ui-icon-caret-1-sw { background-position: -80px 0; }
.ui-icon-caret-1-w { background-position: -96px 0; }
.ui-icon-caret-1-nw { background-position: -112px 0; }
.ui-icon-caret-2-n-s { background-position: -128px 0; }
.ui-icon-caret-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: -65px -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: -65px -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: 1px -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: 3px/*{cornerRadius}*/;
}
.ui-corner-all,
.ui-corner-top,
.ui-corner-right,
.ui-corner-tr {
	border-top-right-radius: 3px/*{cornerRadius}*/;
}
.ui-corner-all,
.ui-corner-bottom,
.ui-corner-left,
.ui-corner-bl {
	border-bottom-left-radius: 3px/*{cornerRadius}*/;
}
.ui-corner-all,
.ui-corner-bottom,
.ui-corner-right,
.ui-corner-br {
	border-bottom-right-radius: 3px/*{cornerRadius}*/;
}

/* Overlays */
.ui-widget-overlay {
	background: #aaaaaa/*{bgColorOverlay}*/ /*{bgImgUrlOverlay}*/ /*{bgOverlayXPos}*/ /*{bgOverlayYPos}*/ /*{bgOverlayRepeat}*/;
	opacity: .3/*{opacityOverlay}*/;
	filter: Alpha(Opacity=30)/*{opacityFilterOverlay}*/; /* support: IE8 */
}
.ui-widget-shadow {
	-webkit-box-shadow: 0/*{offsetLeftShadow}*/ 0/*{offsetTopShadow}*/ 5px/*{thicknessShadow}*/ #666666/*{bgColorShadow}*/;
	box-shadow: 0/*{offsetLeftShadow}*/ 0/*{offsetTopShadow}*/ 5px/*{thicknessShadow}*/ #666666/*{bgColorShadow}*/;
}
/*!
 * jQuery UI CSS Framework 1.12.1
 * http://jqueryui.com
 *
 * Copyright jQuery Foundation and other contributors
 * Released under the MIT license.
 * http://jquery.org/license
 *
 * http://api.jqueryui.com/category/theming/
 */
/*

 */

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

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


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


/* Icons
----------------------------------*/
.ui-icon {
	display: inline-block;
	vertical-align: middle;
	margin-top: -.25em;
	position: relative;
	text-indent: -99999px;
	overflow: hidden;
	background-repeat: no-repeat;
}

.ui-widget-icon-block {
	left: 50%;
	margin-left: -8px;
	display: block;
}

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

/* Overlays */
.ui-widget-overlay {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
/*!
 * jQuery UI Accordion 1.12.1
 * http://jqueryui.com
 *
 * Copyright jQuery Foundation and other contributors
 * Released under the MIT license.
 * http://jquery.org/license
 *
 * http://api.jqueryui.com/accordion/#theming
 */
/*

 */
.ui-accordion .ui-accordion-header {
	display: block;
	cursor: pointer;
	position: relative;
	margin: 2px 0 0 0;
	padding: .5em .5em .5em .7em;
	font-size: 100%;
}
.ui-accordion .ui-accordion-content {
	padding: 1em 2.2em;
	border-top: 0;
	overflow: auto;
}
/*!
 * jQuery UI Autocomplete 1.12.1
 * http://jqueryui.com
 *
 * Copyright jQuery Foundation and other contributors
 * Released under the MIT license.
 * http://jquery.org/license
 *
 * http://api.jqueryui.com/autocomplete/#theming
 */
/*

 */
.ui-autocomplete {
	position: absolute;
	top: 0;
	left: 0;
	cursor: default;
}
/*!
 * jQuery UI Button 1.12.1
 * http://jqueryui.com
 *
 * Copyright jQuery Foundation and other contributors
 * Released under the MIT license.
 * http://jquery.org/license
 *
 * http://api.jqueryui.com/button/#theming
 */
/*

 */
.ui-button {
	padding: .4em 1em;
	display: inline-block;
	position: relative;
	line-height: normal;
	margin-right: .1em;
	cursor: pointer;
	vertical-align: middle;
	text-align: center;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;

	/* Support: IE <= 11 */
	overflow: visible;
}

.ui-button,
.ui-button:link,
.ui-button:visited,
.ui-button:hover,
.ui-button:active {
	text-decoration: none;
}

/* to make room for the icon, a width needs to be set here */
.ui-button-icon-only {
	width: 2em;
	box-sizing: border-box;
	text-indent: -9999px;
	white-space: nowrap;
}

/* no icon support for input elements */
input.ui-button.ui-button-icon-only {
	text-indent: 0;
}

/* button icon element(s) */
.ui-button-icon-only .ui-icon {
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -8px;
	margin-left: -8px;
}

.ui-button.ui-icon-notext .ui-icon {
	padding: 0;
	width: 2.1em;
	height: 2.1em;
	text-indent: -9999px;
	white-space: nowrap;

}

input.ui-button.ui-icon-notext .ui-icon {
	width: auto;
	height: auto;
	text-indent: 0;
	white-space: normal;
	padding: .4em 1em;
}

/* workarounds */
/* Support: Firefox 5 - 40 */
input.ui-button::-moz-focus-inner,
button.ui-button::-moz-focus-inner {
	border: 0;
	padding: 0;
}
/*!
 * jQuery UI Checkboxradio 1.12.1
 * http://jqueryui.com
 *
 * Copyright jQuery Foundation and other contributors
 * Released under the MIT license.
 * http://jquery.org/license
 *
 * http://api.jqueryui.com/checkboxradio/#theming
 */
/*

 */

.ui-checkboxradio-label .ui-icon-background {
	box-shadow: inset 1px 1px 1px #ccc;
	border-radius: .12em;
	border: none;
}
.ui-checkboxradio-radio-label .ui-icon-background {
	width: 16px;
	height: 16px;
	border-radius: 1em;
	overflow: visible;
	border: none;
}
.ui-checkboxradio-radio-label.ui-checkboxradio-checked .ui-icon,
.ui-checkboxradio-radio-label.ui-checkboxradio-checked:hover .ui-icon {
	background-image: none;
	width: 8px;
	height: 8px;
	border-width: 4px;
	border-style: solid;
}
.ui-checkboxradio-disabled {
	pointer-events: none;
}
/*!
 * jQuery UI Controlgroup 1.12.1
 * http://jqueryui.com
 *
 * Copyright jQuery Foundation and other contributors
 * Released under the MIT license.
 * http://jquery.org/license
 *
 * http://api.jqueryui.com/controlgroup/#theming
 */
/*

 */

.ui-controlgroup {
	vertical-align: middle;
	display: inline-block;
}
.ui-controlgroup > .ui-controlgroup-item {
	float: left;
	margin-left: 0;
	margin-right: 0;
}
.ui-controlgroup > .ui-controlgroup-item:focus,
.ui-controlgroup > .ui-controlgroup-item.ui-visual-focus {
	z-index: 9999;
}
.ui-controlgroup-vertical > .ui-controlgroup-item {
	display: block;
	float: none;
	width: 100%;
	margin-top: 0;
	margin-bottom: 0;
	text-align: left;
}
.ui-controlgroup-vertical .ui-controlgroup-item {
	box-sizing: border-box;
}
.ui-controlgroup .ui-controlgroup-label {
	padding: .4em 1em;
}
.ui-controlgroup .ui-controlgroup-label span {
	font-size: 80%;
}
.ui-controlgroup-horizontal .ui-controlgroup-label + .ui-controlgroup-item {
	border-left: none;
}
.ui-controlgroup-vertical .ui-controlgroup-label + .ui-controlgroup-item {
	border-top: none;
}
.ui-controlgroup-horizontal .ui-controlgroup-label.ui-widget-content {
	border-right: none;
}
.ui-controlgroup-vertical .ui-controlgroup-label.ui-widget-content {
	border-bottom: none;
}

/* Spinner specific style fixes */
.ui-controlgroup-vertical .ui-spinner-input {

	/* Support: IE8 only, Android < 4.4 only */
	width: 75%;
	width: calc( 100% - 2.4em );
}
.ui-controlgroup-vertical .ui-spinner .ui-spinner-up {
	border-top-style: solid;
}

/*!
 * jQuery UI Datepicker 1.12.1
 * http://jqueryui.com
 *
 * Copyright jQuery Foundation and other contributors
 * Released under the MIT license.
 * http://jquery.org/license
 *
 * http://api.jqueryui.com/datepicker/#theming
 */
/*

 */
.ui-datepicker {
	width: 17em;
	padding: .2em .2em 0;
	display: none;
}
.ui-datepicker .ui-datepicker-header {
	position: relative;
	padding: .2em 0;
}
.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
	position: absolute;
	top: 2px;
	width: 1.8em;
	height: 1.8em;
}
.ui-datepicker .ui-datepicker-prev-hover,
.ui-datepicker .ui-datepicker-next-hover {
	top: 1px;
}
.ui-datepicker .ui-datepicker-prev {
	left: 2px;
}
.ui-datepicker .ui-datepicker-next {
	right: 2px;
}
.ui-datepicker .ui-datepicker-prev-hover {
	left: 1px;
}
.ui-datepicker .ui-datepicker-next-hover {
	right: 1px;
}
.ui-datepicker .ui-datepicker-prev span,
.ui-datepicker .ui-datepicker-next span {
	display: block;
	position: absolute;
	left: 50%;
	margin-left: -8px;
	top: 50%;
	margin-top: -8px;
}
.ui-datepicker .ui-datepicker-title {
	margin: 0 2.3em;
	line-height: 1.8em;
	text-align: center;
}
.ui-datepicker .ui-datepicker-title select {
	font-size: 1em;
	margin: 1px 0;
}
.ui-datepicker select.ui-datepicker-month,
.ui-datepicker select.ui-datepicker-year {
	width: 45%;
}
.ui-datepicker table {
	width: 100%;
	font-size: .9em;
	border-collapse: collapse;
	margin: 0 0 .4em;
}
.ui-datepicker th {
	padding: .7em .3em;
	text-align: center;
	font-weight: bold;
	border: 0;
}
.ui-datepicker td {
	border: 0;
	padding: 1px;
}
.ui-datepicker td span,
.ui-datepicker td a {
	display: block;
	padding: .2em;
	text-align: right;
	text-decoration: none;
}
.ui-datepicker .ui-datepicker-buttonpane {
	background-image: none;
	margin: .7em 0 0 0;
	padding: 0 .2em;
	border-left: 0;
	border-right: 0;
	border-bottom: 0;
}
.ui-datepicker .ui-datepicker-buttonpane button {
	float: right;
	margin: .5em .2em .4em;
	cursor: pointer;
	padding: .2em .6em .3em .6em;
	width: auto;
	overflow: visible;
}
.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current {
	float: left;
}

/* with multiple calendars */
.ui-datepicker.ui-datepicker-multi {
	width: auto;
}
.ui-datepicker-multi .ui-datepicker-group {
	float: left;
}
.ui-datepicker-multi .ui-datepicker-group table {
	width: 95%;
	margin: 0 auto .4em;
}
.ui-datepicker-multi-2 .ui-datepicker-group {
	width: 50%;
}
.ui-datepicker-multi-3 .ui-datepicker-group {
	width: 33.3%;
}
.ui-datepicker-multi-4 .ui-datepicker-group {
	width: 25%;
}
.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header {
	border-left-width: 0;
}
.ui-datepicker-multi .ui-datepicker-buttonpane {
	clear: left;
}
.ui-datepicker-row-break {
	clear: both;
	width: 100%;
	font-size: 0;
}

/* RTL support */
.ui-datepicker-rtl {
	direction: rtl;
}
.ui-datepicker-rtl .ui-datepicker-prev {
	right: 2px;
	left: auto;
}
.ui-datepicker-rtl .ui-datepicker-next {
	left: 2px;
	right: auto;
}
.ui-datepicker-rtl .ui-datepicker-prev:hover {
	right: 1px;
	left: auto;
}
.ui-datepicker-rtl .ui-datepicker-next:hover {
	left: 1px;
	right: auto;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane {
	clear: right;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane button {
	float: left;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current,
.ui-datepicker-rtl .ui-datepicker-group {
	float: right;
}
.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header {
	border-right-width: 0;
	border-left-width: 1px;
}

/* Icons */
.ui-datepicker .ui-icon {
	display: block;
	text-indent: -99999px;
	overflow: hidden;
	background-repeat: no-repeat;
	left: .5em;
	top: .3em;
}
/*!
 * jQuery UI Dialog 1.12.1
 * http://jqueryui.com
 *
 * Copyright jQuery Foundation and other contributors
 * Released under the MIT license.
 * http://jquery.org/license
 *
 * http://api.jqueryui.com/dialog/#theming
 */
/*

 */
.ui-dialog {
	position: absolute;
	top: 0;
	left: 0;
	padding: .2em;
	outline: 0;
}
.ui-dialog .ui-dialog-titlebar {
	padding: .4em 1em;
	position: relative;
}
.ui-dialog .ui-dialog-title {
	float: left;
	margin: .1em 0;
	white-space: nowrap;
	width: 90%;
	overflow: hidden;
	text-overflow: ellipsis;
}
.ui-dialog .ui-dialog-titlebar-close {
	position: absolute;
	right: .3em;
	top: 50%;
	width: 20px;
	margin: -10px 0 0 0;
	padding: 1px;
	height: 20px;
}
.ui-dialog .ui-dialog-content {
	position: relative;
	border: 0;
	padding: .5em 1em;
	background: none;
	overflow: auto;
}
.ui-dialog .ui-dialog-buttonpane {
	text-align: left;
	border-width: 1px 0 0 0;
	background-image: none;
	margin-top: .5em;
	padding: .3em 1em .5em .4em;
}
.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset {
	float: right;
}
.ui-dialog .ui-dialog-buttonpane button {
	margin: .5em .4em .5em 0;
	cursor: pointer;
}
.ui-dialog .ui-resizable-n {
	height: 2px;
	top: 0;
}
.ui-dialog .ui-resizable-e {
	width: 2px;
	right: 0;
}
.ui-dialog .ui-resizable-s {
	height: 2px;
	bottom: 0;
}
.ui-dialog .ui-resizable-w {
	width: 2px;
	left: 0;
}
.ui-dialog .ui-resizable-se,
.ui-dialog .ui-resizable-sw,
.ui-dialog .ui-resizable-ne,
.ui-dialog .ui-resizable-nw {
	width: 7px;
	height: 7px;
}
.ui-dialog .ui-resizable-se {
	right: 0;
	bottom: 0;
}
.ui-dialog .ui-resizable-sw {
	left: 0;
	bottom: 0;
}
.ui-dialog .ui-resizable-ne {
	right: 0;
	top: 0;
}
.ui-dialog .ui-resizable-nw {
	left: 0;
	top: 0;
}
.ui-draggable .ui-dialog-titlebar {
	cursor: move;
}
/*!
 * jQuery UI Draggable 1.12.1
 * http://jqueryui.com
 *
 * Copyright jQuery Foundation and other contributors
 * Released under the MIT license.
 * http://jquery.org/license
 */
/*

 */
.ui-draggable-handle {
	-ms-touch-action: none;
	touch-action: none;
}
/*!
 * jQuery UI Menu 1.12.1
 * http://jqueryui.com
 *
 * Copyright jQuery Foundation and other contributors
 * Released under the MIT license.
 * http://jquery.org/license
 *
 * http://api.jqueryui.com/menu/#theming
 */
/*

 */
.ui-menu {
	list-style: none;
	padding: 0;
	margin: 0;
	display: block;
	outline: 0;
}
.ui-menu .ui-menu {
	position: absolute;
}
.ui-menu .ui-menu-item {
	margin: 0;
	cursor: pointer;
	/* support: IE10, see #8844 */
	list-style-image: url("data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7");
}
.ui-menu .ui-menu-item-wrapper {
	position: relative;
	padding: 3px 1em 3px .4em;
}
.ui-menu .ui-menu-divider {
	margin: 5px 0;
	height: 0;
	font-size: 0;
	line-height: 0;
	border-width: 1px 0 0 0;
}
.ui-menu .ui-state-focus,
.ui-menu .ui-state-active {
	margin: -1px;
}

/* icon support */
.ui-menu-icons {
	position: relative;
}
.ui-menu-icons .ui-menu-item-wrapper {
	padding-left: 2em;
}

/* left-aligned */
.ui-menu .ui-icon {
	position: absolute;
	top: 0;
	bottom: 0;
	left: .2em;
	margin: auto 0;
}

/* right-aligned */
.ui-menu .ui-menu-icon {
	left: auto;
	right: 0;
}
/*!
 * jQuery UI Progressbar 1.12.1
 * http://jqueryui.com
 *
 * Copyright jQuery Foundation and other contributors
 * Released under the MIT license.
 * http://jquery.org/license
 *
 * http://api.jqueryui.com/progressbar/#theming
 */
/*

 */
.ui-progressbar {
	height: 2em;
	text-align: left;
	overflow: hidden;
}
.ui-progressbar .ui-progressbar-value {
	margin: -1px;
	height: 100%;
}
.ui-progressbar .ui-progressbar-overlay {
	background: url("data:image/gif;base64,R0lGODlhKAAoAIABAAAAAP///yH/C05FVFNDQVBFMi4wAwEAAAAh+QQJAQABACwAAAAAKAAoAAACkYwNqXrdC52DS06a7MFZI+4FHBCKoDeWKXqymPqGqxvJrXZbMx7Ttc+w9XgU2FB3lOyQRWET2IFGiU9m1frDVpxZZc6bfHwv4c1YXP6k1Vdy292Fb6UkuvFtXpvWSzA+HycXJHUXiGYIiMg2R6W459gnWGfHNdjIqDWVqemH2ekpObkpOlppWUqZiqr6edqqWQAAIfkECQEAAQAsAAAAACgAKAAAApSMgZnGfaqcg1E2uuzDmmHUBR8Qil95hiPKqWn3aqtLsS18y7G1SzNeowWBENtQd+T1JktP05nzPTdJZlR6vUxNWWjV+vUWhWNkWFwxl9VpZRedYcflIOLafaa28XdsH/ynlcc1uPVDZxQIR0K25+cICCmoqCe5mGhZOfeYSUh5yJcJyrkZWWpaR8doJ2o4NYq62lAAACH5BAkBAAEALAAAAAAoACgAAAKVDI4Yy22ZnINRNqosw0Bv7i1gyHUkFj7oSaWlu3ovC8GxNso5fluz3qLVhBVeT/Lz7ZTHyxL5dDalQWPVOsQWtRnuwXaFTj9jVVh8pma9JjZ4zYSj5ZOyma7uuolffh+IR5aW97cHuBUXKGKXlKjn+DiHWMcYJah4N0lYCMlJOXipGRr5qdgoSTrqWSq6WFl2ypoaUAAAIfkECQEAAQAsAAAAACgAKAAAApaEb6HLgd/iO7FNWtcFWe+ufODGjRfoiJ2akShbueb0wtI50zm02pbvwfWEMWBQ1zKGlLIhskiEPm9R6vRXxV4ZzWT2yHOGpWMyorblKlNp8HmHEb/lCXjcW7bmtXP8Xt229OVWR1fod2eWqNfHuMjXCPkIGNileOiImVmCOEmoSfn3yXlJWmoHGhqp6ilYuWYpmTqKUgAAIfkECQEAAQAsAAAAACgAKAAAApiEH6kb58biQ3FNWtMFWW3eNVcojuFGfqnZqSebuS06w5V80/X02pKe8zFwP6EFWOT1lDFk8rGERh1TTNOocQ61Hm4Xm2VexUHpzjymViHrFbiELsefVrn6XKfnt2Q9G/+Xdie499XHd2g4h7ioOGhXGJboGAnXSBnoBwKYyfioubZJ2Hn0RuRZaflZOil56Zp6iioKSXpUAAAh+QQJAQABACwAAAAAKAAoAAACkoQRqRvnxuI7kU1a1UU5bd5tnSeOZXhmn5lWK3qNTWvRdQxP8qvaC+/yaYQzXO7BMvaUEmJRd3TsiMAgswmNYrSgZdYrTX6tSHGZO73ezuAw2uxuQ+BbeZfMxsexY35+/Qe4J1inV0g4x3WHuMhIl2jXOKT2Q+VU5fgoSUI52VfZyfkJGkha6jmY+aaYdirq+lQAACH5BAkBAAEALAAAAAAoACgAAAKWBIKpYe0L3YNKToqswUlvznigd4wiR4KhZrKt9Upqip61i9E3vMvxRdHlbEFiEXfk9YARYxOZZD6VQ2pUunBmtRXo1Lf8hMVVcNl8JafV38aM2/Fu5V16Bn63r6xt97j09+MXSFi4BniGFae3hzbH9+hYBzkpuUh5aZmHuanZOZgIuvbGiNeomCnaxxap2upaCZsq+1kAACH5BAkBAAEALAAAAAAoACgAAAKXjI8By5zf4kOxTVrXNVlv1X0d8IGZGKLnNpYtm8Lr9cqVeuOSvfOW79D9aDHizNhDJidFZhNydEahOaDH6nomtJjp1tutKoNWkvA6JqfRVLHU/QUfau9l2x7G54d1fl995xcIGAdXqMfBNadoYrhH+Mg2KBlpVpbluCiXmMnZ2Sh4GBqJ+ckIOqqJ6LmKSllZmsoq6wpQAAAh+QQJAQABACwAAAAAKAAoAAAClYx/oLvoxuJDkU1a1YUZbJ59nSd2ZXhWqbRa2/gF8Gu2DY3iqs7yrq+xBYEkYvFSM8aSSObE+ZgRl1BHFZNr7pRCavZ5BW2142hY3AN/zWtsmf12p9XxxFl2lpLn1rseztfXZjdIWIf2s5dItwjYKBgo9yg5pHgzJXTEeGlZuenpyPmpGQoKOWkYmSpaSnqKileI2FAAACH5BAkBAAEALAAAAAAoACgAAAKVjB+gu+jG4kORTVrVhRlsnn2dJ3ZleFaptFrb+CXmO9OozeL5VfP99HvAWhpiUdcwkpBH3825AwYdU8xTqlLGhtCosArKMpvfa1mMRae9VvWZfeB2XfPkeLmm18lUcBj+p5dnN8jXZ3YIGEhYuOUn45aoCDkp16hl5IjYJvjWKcnoGQpqyPlpOhr3aElaqrq56Bq7VAAAOw==");
	height: 100%;
	filter: alpha(opacity=25); /* support: IE8 */
	opacity: 0.25;
}
.ui-progressbar-indeterminate .ui-progressbar-value {
	background-image: none;
}
/*!
 * jQuery UI Resizable 1.12.1
 * http://jqueryui.com
 *
 * Copyright jQuery Foundation and other contributors
 * Released under the MIT license.
 * http://jquery.org/license
 */
/*

 */
.ui-resizable {
	position: relative;
}
.ui-resizable-handle {
	position: absolute;
	font-size: 0.1px;
	display: block;
	-ms-touch-action: none;
	touch-action: none;
}
.ui-resizable-disabled .ui-resizable-handle,
.ui-resizable-autohide .ui-resizable-handle {
	display: none;
}
.ui-resizable-n {
	cursor: n-resize;
	height: 7px;
	width: 100%;
	top: -5px;
	left: 0;
}
.ui-resizable-s {
	cursor: s-resize;
	height: 7px;
	width: 100%;
	bottom: -5px;
	left: 0;
}
.ui-resizable-e {
	cursor: e-resize;
	width: 7px;
	right: -5px;
	top: 0;
	height: 100%;
}
.ui-resizable-w {
	cursor: w-resize;
	width: 7px;
	left: -5px;
	top: 0;
	height: 100%;
}
.ui-resizable-se {
	cursor: se-resize;
	width: 12px;
	height: 12px;
	right: 1px;
	bottom: 1px;
}
.ui-resizable-sw {
	cursor: sw-resize;
	width: 9px;
	height: 9px;
	left: -5px;
	bottom: -5px;
}
.ui-resizable-nw {
	cursor: nw-resize;
	width: 9px;
	height: 9px;
	left: -5px;
	top: -5px;
}
.ui-resizable-ne {
	cursor: ne-resize;
	width: 9px;
	height: 9px;
	right: -5px;
	top: -5px;
}
/*!
 * jQuery UI Selectable 1.12.1
 * http://jqueryui.com
 *
 * Copyright jQuery Foundation and other contributors
 * Released under the MIT license.
 * http://jquery.org/license
 */
/*

 */
.ui-selectable {
	-ms-touch-action: none;
	touch-action: none;
}
.ui-selectable-helper {
	position: absolute;
	z-index: 100;
	border: 1px dotted black;
}
/*!
 * jQuery UI Selectmenu 1.12.1
 * http://jqueryui.com
 *
 * Copyright jQuery Foundation and other contributors
 * Released under the MIT license.
 * http://jquery.org/license
 *
 * http://api.jqueryui.com/selectmenu/#theming
 */
/*

 */
.ui-selectmenu-menu {
	padding: 0;
	margin: 0;
	position: absolute;
	top: 0;
	left: 0;
	display: none;
}
.ui-selectmenu-menu .ui-menu {
	overflow: auto;
	overflow-x: hidden;
	padding-bottom: 1px;
}
.ui-selectmenu-menu .ui-menu .ui-selectmenu-optgroup {
	font-size: 1em;
	font-weight: bold;
	line-height: 1.5;
	padding: 2px 0.4em;
	margin: 0.5em 0 0 0;
	height: auto;
	border: 0;
}
.ui-selectmenu-open {
	display: block;
}
.ui-selectmenu-text {
	display: block;
	margin-right: 20px;
	overflow: hidden;
	text-overflow: ellipsis;
}
.ui-selectmenu-button.ui-button {
	text-align: left;
	white-space: nowrap;
	width: 14em;
}
.ui-selectmenu-icon.ui-icon {
	float: right;
	margin-top: 0;
}
/*!
 * jQuery UI Sortable 1.12.1
 * http://jqueryui.com
 *
 * Copyright jQuery Foundation and other contributors
 * Released under the MIT license.
 * http://jquery.org/license
 */
/*

 */
.ui-sortable-handle {
	-ms-touch-action: none;
	touch-action: none;
}
/*!
 * jQuery UI Slider 1.12.1
 * http://jqueryui.com
 *
 * Copyright jQuery Foundation and other contributors
 * Released under the MIT license.
 * http://jquery.org/license
 *
 * http://api.jqueryui.com/slider/#theming
 */
/*

 */
.ui-slider {
	position: relative;
	text-align: left;
}
.ui-slider .ui-slider-handle {
	position: absolute;
	z-index: 2;
	width: 1.2em;
	height: 1.2em;
	cursor: default;
	-ms-touch-action: none;
	touch-action: none;
}
.ui-slider .ui-slider-range {
	position: absolute;
	z-index: 1;
	font-size: .7em;
	display: block;
	border: 0;
	background-position: 0 0;
}

/* support: IE8 - See #6727 */
.ui-slider.ui-state-disabled .ui-slider-handle,
.ui-slider.ui-state-disabled .ui-slider-range {
	filter: inherit;
}

.ui-slider-horizontal {
	height: .8em;
}
.ui-slider-horizontal .ui-slider-handle {
	top: -.3em;
	margin-left: -.6em;
}
.ui-slider-horizontal .ui-slider-range {
	top: 0;
	height: 100%;
}
.ui-slider-horizontal .ui-slider-range-min {
	left: 0;
}
.ui-slider-horizontal .ui-slider-range-max {
	right: 0;
}

.ui-slider-vertical {
	width: .8em;
	height: 100px;
}
.ui-slider-vertical .ui-slider-handle {
	left: -.3em;
	margin-left: 0;
	margin-bottom: -.6em;
}
.ui-slider-vertical .ui-slider-range {
	left: 0;
	width: 100%;
}
.ui-slider-vertical .ui-slider-range-min {
	bottom: 0;
}
.ui-slider-vertical .ui-slider-range-max {
	top: 0;
}
/*!
 * jQuery UI Spinner 1.12.1
 * http://jqueryui.com
 *
 * Copyright jQuery Foundation and other contributors
 * Released under the MIT license.
 * http://jquery.org/license
 *
 * http://api.jqueryui.com/spinner/#theming
 */
/*

 */
.ui-spinner {
	position: relative;
	display: inline-block;
	overflow: hidden;
	padding: 0;
	vertical-align: middle;
}
.ui-spinner-input {
	border: none;
	background: none;
	color: inherit;
	padding: .222em 0;
	margin: .2em 0;
	vertical-align: middle;
	margin-left: .4em;
	margin-right: 2em;
}
.ui-spinner-button {
	width: 1.6em;
	height: 50%;
	font-size: .5em;
	padding: 0;
	margin: 0;
	text-align: center;
	position: absolute;
	cursor: default;
	display: block;
	overflow: hidden;
	right: 0;
}
/* more specificity required here to override default borders */
.ui-spinner a.ui-spinner-button {
	border-top-style: none;
	border-bottom-style: none;
	border-right-style: none;
}
.ui-spinner-up {
	top: 0;
}
.ui-spinner-down {
	bottom: 0;
}
/*!
 * jQuery UI Tabs 1.12.1
 * http://jqueryui.com
 *
 * Copyright jQuery Foundation and other contributors
 * Released under the MIT license.
 * http://jquery.org/license
 *
 * http://api.jqueryui.com/tabs/#theming
 */
/*

 */
.ui-tabs {
	position: relative;/* position: relative prevents IE scroll bug (element with position: relative inside container with overflow: auto appear as "fixed") */
	padding: .2em;
}
.ui-tabs .ui-tabs-nav {
	margin: 0;
	padding: .2em .2em 0;
}
.ui-tabs .ui-tabs-nav li {
	list-style: none;
	float: left;
	position: relative;
	top: 0;
	margin: 1px .2em 0 0;
	border-bottom-width: 0;
	padding: 0;
	white-space: nowrap;
}
.ui-tabs .ui-tabs-nav .ui-tabs-anchor {
	float: left;
	padding: .5em 1em;
	text-decoration: none;
}
.ui-tabs .ui-tabs-nav li.ui-tabs-active {
	margin-bottom: -1px;
	padding-bottom: 1px;
}
.ui-tabs .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor,
.ui-tabs .ui-tabs-nav li.ui-state-disabled .ui-tabs-anchor,
.ui-tabs .ui-tabs-nav li.ui-tabs-loading .ui-tabs-anchor {
	cursor: text;
}
.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor {
	cursor: pointer;
}
.ui-tabs .ui-tabs-panel {
	display: block;
	border-width: 0;
	padding: 1em 1.4em;
	background: none;
}
/*!
 * jQuery UI Tooltip 1.12.1
 * http://jqueryui.com
 *
 * Copyright jQuery Foundation and other contributors
 * Released under the MIT license.
 * http://jquery.org/license
 *
 * http://api.jqueryui.com/tooltip/#theming
 */
/*

 */
.ui-tooltip {
	padding: 8px;
	position: absolute;
	z-index: 9999;
	max-width: 300px;
}
body .ui-tooltip {
	border-width: 2px;
}
/*!
 * jQuery UI CSS Framework 1.12.1
 * http://jqueryui.com
 *
 * Copyright jQuery Foundation and other contributors
 * Released under the MIT license.
 * http://jquery.org/license
 *
 * http://api.jqueryui.com/category/theming/
 */
/*




















 */
/*!
 * jQuery UI CSS Framework 1.12.1
 * http://jqueryui.com
 *
 * Copyright jQuery Foundation and other contributors
 * Released under the MIT license.
 * http://jquery.org/license
 *
 * http://api.jqueryui.com/category/theming/
 */
/*


 */
/* Accessibility: hide screen reader texts (and prefer "top" for RTL languages).
Reference: http://blog.rrwd.nl/2015/04/04/the-screen-reader-text-class-why-and-how/ */
.mejs__offscreen {
    border: 0;
    clip: rect( 1px, 1px, 1px, 1px );
    -webkit-clip-path: inset( 50% );
            clip-path: inset( 50% );
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
    word-wrap: normal;
}

.mejs__container {
    background: #000;
    box-sizing: border-box;
    font-family: 'Helvetica', Arial, serif;
    position: relative;
    text-align: left;
    text-indent: 0;
    vertical-align: top;
}

.mejs__container * {
    box-sizing: border-box;
}

/* Hide native play button and control bar from iOS to favor plugin button */
.mejs__container video::-webkit-media-controls,
.mejs__container video::-webkit-media-controls-panel,
.mejs__container video::-webkit-media-controls-panel-container,
.mejs__container video::-webkit-media-controls-start-playback-button {
    -webkit-appearance: none;
    display: none !important;
}

.mejs__fill-container,
.mejs__fill-container .mejs__container {
    height: 100%;
    width: 100%;
}

.mejs__fill-container {
    background: transparent;
    margin: 0 auto;
    overflow: hidden;
    position: relative;
}

.mejs__container:focus {
    outline: none;
}

.mejs__iframe-overlay {
    height: 100%;
    position: absolute;
    width: 100%;
}

.mejs__embed,
.mejs__embed body {
    background: #000;
    height: 100%;
    margin: 0;
    overflow: hidden;
    padding: 0;
    width: 100%;
}

.mejs__fullscreen {
    overflow: hidden !important;
}

.mejs__container-fullscreen {
    bottom: 0;
    left: 0;
    overflow: hidden;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 1000;
}

.mejs__container-fullscreen .mejs__mediaelement,
.mejs__container-fullscreen video {
    height: 100% !important;
    width: 100% !important;
}

/* Start: LAYERS */
.mejs__background {
    left: 0;
    position: absolute;
    top: 0;
}

.mejs__mediaelement {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 0;
}

.mejs__poster {
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: cover;
    left: 0;
    position: absolute;
    top: 0;
    z-index: 1;
}

:root .mejs__poster-img {
    display: none;
}

.mejs__poster-img {
    border: 0;
    padding: 0;
}

.mejs__overlay {
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    left: 0;
    position: absolute;
    top: 0;
}

.mejs__layer {
    z-index: 1;
}

.mejs__overlay-play {
    cursor: pointer;
}

.mejs__overlay-button {
    background: url('mejs-controls.svg') no-repeat;
    background-position: 0 -39px;
    height: 80px;
    width: 80px;
}

.mejs__overlay:hover > .mejs__overlay-button {
    background-position: -80px -39px;
}

.mejs__overlay-loading {
    height: 80px;
    width: 80px;
}

.mejs__overlay-loading-bg-img {
    -webkit-animation: mejs__loading-spinner 1s linear infinite;
            animation: mejs__loading-spinner 1s linear infinite;
    background: transparent url('mejs-controls.svg') -160px -40px no-repeat;
    display: block;
    height: 80px;
    width: 80px;
    z-index: 1;
}

@-webkit-keyframes mejs__loading-spinner {
    100% {
        -webkit-transform: rotate(360deg);
                transform: rotate(360deg);
    }
}

@keyframes mejs__loading-spinner {
    100% {
        -webkit-transform: rotate(360deg);
                transform: rotate(360deg);
    }
}

/* End: LAYERS */

/* Start: CONTROL BAR */
.mejs__controls {
    bottom: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 40px;
    left: 0;
    list-style-type: none;
    margin: 0;
    padding: 0 10px;
    position: absolute;
    width: 100%;
    z-index: 3;
}

.mejs__controls:not([style*='display: none']) {
    background: rgba(255, 0, 0, 0.7);
    background: -webkit-linear-gradient(transparent, rgba(0, 0, 0, 0.35));
    background: linear-gradient(transparent, rgba(0, 0, 0, 0.35));
}

.mejs__button,
.mejs__time,
.mejs__time-rail {
    font-size: 10px;
    height: 40px;
    line-height: 10px;
    margin: 0;
    width: 32px;
}

.mejs__button > button {
    background: transparent url('mejs-controls.svg');
    border: 0;
    cursor: pointer;
    display: block;
    font-size: 0;
    height: 20px;
    line-height: 0;
    margin: 10px 6px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    text-decoration: none;
    width: 20px;
}

/* :focus for accessibility */
.mejs__button > button:focus {
    outline: dotted 1px #999;
}

.mejs__container-keyboard-inactive a,
.mejs__container-keyboard-inactive a:focus,
.mejs__container-keyboard-inactive button,
.mejs__container-keyboard-inactive button:focus,
.mejs__container-keyboard-inactive [role=slider],
.mejs__container-keyboard-inactive [role=slider]:focus {
    outline: 0;
}

/* End: CONTROL BAR */

/* Start: Time (Current / Duration) */
.mejs__time {
    box-sizing: content-box;
    color: #fff;
    font-size: 11px;
    font-weight: bold;
    height: 24px;
    overflow: hidden;
    padding: 16px 6px 0;
    text-align: center;
    width: auto;
}

/* End: Time (Current / Duration) */

/* Start: Play/Pause/Stop */
.mejs__play > button {
    background-position: 0 0;
}

.mejs__pause > button {
    background-position: -20px 0;
}

.mejs__replay > button {
    background-position: -160px 0;
}

/* End: Play/Pause/Stop */

/* Start: Progress Bar */
.mejs__time-rail {
    direction: ltr;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    height: 40px;
    margin: 0 10px;
    padding-top: 10px;
    position: relative;
}

.mejs__time-total,
.mejs__time-buffering,
.mejs__time-loaded,
.mejs__time-current,
.mejs__time-float,
.mejs__time-hovered,
.mejs__time-float-current,
.mejs__time-float-corner,
.mejs__time-marker {
    border-radius: 2px;
    cursor: pointer;
    display: block;
    height: 10px;
    position: absolute;
}

.mejs__time-total {
    background: rgba(255, 255, 255, 0.3);
    margin: 5px 0 0;
    width: 100%;
}

.mejs__time-buffering {
    -webkit-animation: buffering-stripes 2s linear infinite;
            animation: buffering-stripes 2s linear infinite;
    background: -webkit-linear-gradient(135deg, rgba(255, 255, 255, 0.4) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.4) 50%, rgba(255, 255, 255, 0.4) 75%, transparent 75%, transparent);
    background: linear-gradient(-45deg, rgba(255, 255, 255, 0.4) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.4) 50%, rgba(255, 255, 255, 0.4) 75%, transparent 75%, transparent);
    background-size: 15px 15px;
    width: 100%;
}

@-webkit-keyframes buffering-stripes {
    from {
        background-position: 0 0;
    }
    to {
        background-position: 30px 0;
    }
}

@keyframes buffering-stripes {
    from {
        background-position: 0 0;
    }
    to {
        background-position: 30px 0;
    }
}

.mejs__time-loaded {
    background: rgba(255, 255, 255, 0.3);
}

.mejs__time-current,
.mejs__time-handle-content {
    background: rgba(255, 255, 255, 0.9);
}

.mejs__time-hovered {
    background: rgba(255, 255, 255, 0.5);
    z-index: 10;
}

.mejs__time-hovered.negative {
    background: rgba(0, 0, 0, 0.2);
}

.mejs__time-current,
.mejs__time-buffering,
.mejs__time-loaded,
.mejs__time-hovered {
    left: 0;
    -webkit-transform: scaleX(0);
        -ms-transform: scaleX(0);
            transform: scaleX(0);
    -webkit-transform-origin: 0 0;
        -ms-transform-origin: 0 0;
            transform-origin: 0 0;
    -webkit-transition: 0.15s ease-in all;
    transition: 0.15s ease-in all;
    width: 100%;
}

.mejs__time-buffering {
    -webkit-transform: scaleX(1);
        -ms-transform: scaleX(1);
            transform: scaleX(1);
}

.mejs__time-hovered {
    -webkit-transition: height 0.1s cubic-bezier(0.44, 0, 1, 1);
    transition: height 0.1s cubic-bezier(0.44, 0, 1, 1);
}

.mejs__time-hovered.no-hover {
    -webkit-transform: scaleX(0) !important;
        -ms-transform: scaleX(0) !important;
            transform: scaleX(0) !important;
}

.mejs__time-handle,
.mejs__time-handle-content {
    border: 4px solid transparent;
    cursor: pointer;
    left: 0;
    position: absolute;
    -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
            transform: translateX(0);
    z-index: 11;
}

.mejs__time-handle-content {
    border: 4px solid rgba(255, 255, 255, 0.9);
    border-radius: 50%;
    height: 10px;
    left: -7px;
    top: -4px;
    -webkit-transform: scale(0);
        -ms-transform: scale(0);
            transform: scale(0);
    width: 10px;
}

.mejs__time-rail:hover .mejs__time-handle-content,
.mejs__time-rail .mejs__time-handle-content:focus,
.mejs__time-rail .mejs__time-handle-content:active {
    -webkit-transform: scale(1);
        -ms-transform: scale(1);
            transform: scale(1);
}

.mejs__time-float {
    background: #eee;
    border: solid 1px #333;
    bottom: 100%;
    color: #111;
    display: none;
    height: 17px;
    margin-bottom: 9px;
    position: absolute;
    text-align: center;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    width: 36px;
}

.mejs__time-float-current {
    display: block;
    left: 0;
    margin: 2px;
    text-align: center;
    width: 30px;
}

.mejs__time-float-corner {
    border: solid 5px #eee;
    border-color: #eee transparent transparent;
    border-radius: 0;
    display: block;
    height: 0;
    left: 50%;
    line-height: 0;
    position: absolute;
    top: 100%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    width: 0;
}

.mejs__long-video .mejs__time-float {
    margin-left: -23px;
    width: 64px;
}

.mejs__long-video .mejs__time-float-current {
    width: 60px;
}

.mejs__broadcast {
    color: #fff;
    height: 10px;
    position: absolute;
    top: 15px;
    width: 100%;
}

/* End: Progress Bar */

/* Start: Fullscreen */
.mejs__fullscreen-button > button {
    background-position: -80px 0;
}

.mejs__unfullscreen > button {
    background-position: -100px 0;
}

/* End: Fullscreen */

/* Start: Mute/Volume */
.mejs__mute > button {
    background-position: -60px 0;
}

.mejs__unmute > button {
    background-position: -40px 0;
}

.mejs__volume-button {
    position: relative;
}

.mejs__volume-button > .mejs__volume-slider {
    background: rgba(50, 50, 50, 0.7);
    border-radius: 0;
    bottom: 100%;
    display: none;
    height: 115px;
    left: 50%;
    margin: 0;
    position: absolute;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    width: 25px;
    z-index: 1;
}

.mejs__volume-button:hover {
    border-radius: 0 0 4px 4px;
}

.mejs__volume-total {
    background: rgba(255, 255, 255, 0.5);
    height: 100px;
    left: 50%;
    margin: 0;
    position: absolute;
    top: 8px;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    width: 2px;
}

.mejs__volume-current {
    background: rgba(255, 255, 255, 0.9);
    left: 0;
    margin: 0;
    position: absolute;
    width: 100%;
}

.mejs__volume-handle {
    background: rgba(255, 255, 255, 0.9);
    border-radius: 1px;
    cursor: ns-resize;
    height: 6px;
    left: 50%;
    position: absolute;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    width: 16px;
}

.mejs__horizontal-volume-slider {
    display: block;
    height: 36px;
    position: relative;
    vertical-align: middle;
    width: 56px;
}

.mejs__horizontal-volume-total {
    background: rgba(50, 50, 50, 0.8);
    border-radius: 2px;
    font-size: 1px;
    height: 8px;
    left: 0;
    margin: 0;
    padding: 0;
    position: absolute;
    top: 16px;
    width: 50px;
}

.mejs__horizontal-volume-current {
    background: rgba(255, 255, 255, 0.8);
    border-radius: 2px;
    font-size: 1px;
    height: 100%;
    left: 0;
    margin: 0;
    padding: 0;
    position: absolute;
    top: 0;
    width: 100%;
}

.mejs__horizontal-volume-handle {
    display: none;
}

/* End: Mute/Volume */

/* Start: Track (Captions and Chapters) */
.mejs__captions-button,
.mejs__chapters-button {
    position: relative;
}

.mejs__captions-button > button {
    background-position: -140px 0;
}

.mejs__chapters-button > button {
    background-position: -180px 0;
}

.mejs__captions-button > .mejs__captions-selector,
.mejs__chapters-button > .mejs__chapters-selector {
    background: rgba(50, 50, 50, 0.7);
    border: solid 1px transparent;
    border-radius: 0;
    bottom: 100%;
    margin-right: -43px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    right: 50%;
    visibility: visible;
    width: 86px;
}

.mejs__chapters-button > .mejs__chapters-selector {
    margin-right: -55px;
    width: 110px;
}

.mejs__captions-selector-list,
.mejs__chapters-selector-list {
    list-style-type: none !important;
    margin: 0;
    overflow: hidden;
    padding: 0;
}

.mejs__captions-selector-list-item,
.mejs__chapters-selector-list-item {
    color: #fff;
    cursor: pointer;
    display: block;
    list-style-type: none !important;
    margin: 0 0 6px;
    overflow: hidden;
    padding: 0 10px;
}

.mejs__captions-selector-list-item:hover,
.mejs__chapters-selector-list-item:hover {
    background-color: rgb(200, 200, 200) !important;
    background-color: rgba(255, 255, 255, 0.4) !important;
}

.mejs__captions-selector-input,
.mejs__chapters-selector-input {
    clear: both;
    float: left;
    left: -1000px;
    margin: 3px 3px 0 5px;
    position: absolute;
}

.mejs__captions-selector-label,
.mejs__chapters-selector-label {
    cursor: pointer;
    float: left;
    font-size: 10px;
    line-height: 15px;
    padding: 4px 0 0;
}

.mejs__captions-selected,
.mejs__chapters-selected {
    color: rgba(33, 248, 248, 1);
}

.mejs__captions-translations {
    font-size: 10px;
    margin: 0 0 5px;
}

.mejs__captions-layer {
    bottom: 0;
    color: #fff;
    font-size: 16px;
    left: 0;
    line-height: 20px;
    position: absolute;
    text-align: center;
}

.mejs__captions-layer a {
    color: #fff;
    text-decoration: underline;
}

.mejs__captions-layer[lang=ar] {
    font-size: 20px;
    font-weight: normal;
}

.mejs__captions-position {
    bottom: 15px;
    left: 0;
    position: absolute;
    width: 100%;
}

.mejs__captions-position-hover {
    bottom: 35px;
}

.mejs__captions-text,
.mejs__captions-text * {
    background: rgba(20, 20, 20, 0.5);
    box-shadow: 5px 0 0 rgba(20, 20, 20, 0.5), -5px 0 0 rgba(20, 20, 20, 0.5);
    padding: 0;
    white-space: pre-wrap;
}

.mejs__container.mejs__hide-cues video::-webkit-media-text-track-container {
    display: none;
}

/* End: Track (Captions and Chapters) */

/* Start: Error */
.mejs__overlay-error {
    position: relative;
}
.mejs__overlay-error > img {
    left: 0;
    position: absolute;
    top: 0;
    z-index: -1;
}
.mejs__cannotplay,
.mejs__cannotplay a {
    color: #fff;
    font-size: 0.8em;
}

.mejs__cannotplay {
    position: relative;
}

.mejs__cannotplay p,
.mejs__cannotplay a {
    display: inline-block;
    padding: 0 15px;
    width: 100%;
}
/* End: Error */
@charset "UTF-8";
/*!
 * Bootstrap v3.4.1 (https://getbootstrap.com/)
 * Copyright 2011-2019 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%; }

body {
  margin: 0; }

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block; }

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline; }

audio:not([controls]) {
  display: none;
  height: 0; }

[hidden],
template {
  display: none; }

a {
  background-color: transparent; }

a:active,
a:hover {
  outline: 0; }

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted; }

b,
strong {
  font-weight: bold; }

dfn {
  font-style: italic; }

h1 {
  font-size: 2em;
  margin: 0.67em 0; }

mark {
  background: #ff0;
  color: #000; }

small {
  font-size: 80%; }

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

img {
  border: 0; }

svg:not(:root) {
  overflow: hidden; }

figure {
  margin: 1em 40px; }

hr {
  box-sizing: content-box;
  height: 0; }

pre {
  overflow: auto; }

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0; }

button {
  overflow: visible; }

button,
select {
  text-transform: none; }

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer; }

button[disabled],
html input[disabled] {
  cursor: default; }

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

input {
  line-height: normal; }

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0; }

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

input[type="search"] {
  -webkit-appearance: textfield;
  box-sizing: content-box; }

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

legend {
  border: 0;
  padding: 0; }

textarea {
  overflow: auto; }

optgroup {
  font-weight: bold; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

td,
th {
  padding: 0; }

/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */
@media print {
  *,
  *:before,
  *:after {
    color: #000 !important;
    text-shadow: none !important;
    background: transparent !important;
    box-shadow: none !important; }
  a,
  a:visited {
    text-decoration: underline; }
  a[href]:after {
    content: " (" attr(href) ")"; }
  abbr[title]:after {
    content: " (" attr(title) ")"; }
  a[href^="#"]:after,
  a[href^="javascript:"]:after {
    content: ""; }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid; }
  thead {
    display: table-header-group; }
  tr,
  img {
    page-break-inside: avoid; }
  img {
    max-width: 100% !important; }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3; }
  h2,
  h3 {
    page-break-after: avoid; }
  .navbar {
    display: none; }
  .btn > .caret,
  .dropup > .btn > .caret {
    border-top-color: #000 !important; }
  .label {
    border: 1px solid #000; }
  .table {
    border-collapse: collapse !important; }
    .table td,
    .table th {
      background-color: #fff !important; }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #ddd !important; } }

@font-face {
  font-family: "Glyphicons Halflings";
  src: url("/assets/bootstrap/glyphicons-halflings-regular-0805fb1fe24235f70a639f67514990e4bfb6d2cfb00ca563ad4b553c240ddc33.eot");
  src: url("/assets/bootstrap/glyphicons-halflings-regular-0805fb1fe24235f70a639f67514990e4bfb6d2cfb00ca563ad4b553c240ddc33.eot?#iefix") format("embedded-opentype"), url("/assets/bootstrap/glyphicons-halflings-regular-403acfcf0cbaebd1c28b404eec442cea53642644b3a73f91c5a4ab46859af772.woff2") format("woff2"), url("/assets/bootstrap/glyphicons-halflings-regular-0703369a358a012c0011843ae337a8a20270c336948a8668df5cb89a8827299b.woff") format("woff"), url("/assets/bootstrap/glyphicons-halflings-regular-7c9caa5f4e16169b0129fdf93c84e85ad14d6c107eb1b0ad60b542daf01ee1f0.ttf") format("truetype"), url("/assets/bootstrap/glyphicons-halflings-regular-22d0c88a49d7d0ebe45627143a601061a32a46a9b9afd2dc7f457436f5f15f6e.svg#glyphicons_halflingsregular") format("svg"); }

.glyphicon {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: "Glyphicons Halflings";
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.glyphicon-asterisk:before {
  content: "\002a"; }

.glyphicon-plus:before {
  content: "\002b"; }

.glyphicon-euro:before,
.glyphicon-eur:before {
  content: "\20ac"; }

.glyphicon-minus:before {
  content: "\2212"; }

.glyphicon-cloud:before {
  content: "\2601"; }

.glyphicon-envelope:before {
  content: "\2709"; }

.glyphicon-pencil:before {
  content: "\270f"; }

.glyphicon-glass:before {
  content: "\e001"; }

.glyphicon-music:before {
  content: "\e002"; }

.glyphicon-search:before {
  content: "\e003"; }

.glyphicon-heart:before {
  content: "\e005"; }

.glyphicon-star:before {
  content: "\e006"; }

.glyphicon-star-empty:before {
  content: "\e007"; }

.glyphicon-user:before {
  content: "\e008"; }

.glyphicon-film:before {
  content: "\e009"; }

.glyphicon-th-large:before {
  content: "\e010"; }

.glyphicon-th:before {
  content: "\e011"; }

.glyphicon-th-list:before {
  content: "\e012"; }

.glyphicon-ok:before {
  content: "\e013"; }

.glyphicon-remove:before {
  content: "\e014"; }

.glyphicon-zoom-in:before {
  content: "\e015"; }

.glyphicon-zoom-out:before {
  content: "\e016"; }

.glyphicon-off:before {
  content: "\e017"; }

.glyphicon-signal:before {
  content: "\e018"; }

.glyphicon-cog:before {
  content: "\e019"; }

.glyphicon-trash:before {
  content: "\e020"; }

.glyphicon-home:before {
  content: "\e021"; }

.glyphicon-file:before {
  content: "\e022"; }

.glyphicon-time:before {
  content: "\e023"; }

.glyphicon-road:before {
  content: "\e024"; }

.glyphicon-download-alt:before {
  content: "\e025"; }

.glyphicon-download:before {
  content: "\e026"; }

.glyphicon-upload:before {
  content: "\e027"; }

.glyphicon-inbox:before {
  content: "\e028"; }

.glyphicon-play-circle:before {
  content: "\e029"; }

.glyphicon-repeat:before {
  content: "\e030"; }

.glyphicon-refresh:before {
  content: "\e031"; }

.glyphicon-list-alt:before {
  content: "\e032"; }

.glyphicon-lock:before {
  content: "\e033"; }

.glyphicon-flag:before {
  content: "\e034"; }

.glyphicon-headphones:before {
  content: "\e035"; }

.glyphicon-volume-off:before {
  content: "\e036"; }

.glyphicon-volume-down:before {
  content: "\e037"; }

.glyphicon-volume-up:before {
  content: "\e038"; }

.glyphicon-qrcode:before {
  content: "\e039"; }

.glyphicon-barcode:before {
  content: "\e040"; }

.glyphicon-tag:before {
  content: "\e041"; }

.glyphicon-tags:before {
  content: "\e042"; }

.glyphicon-book:before {
  content: "\e043"; }

.glyphicon-bookmark:before {
  content: "\e044"; }

.glyphicon-print:before {
  content: "\e045"; }

.glyphicon-camera:before {
  content: "\e046"; }

.glyphicon-font:before {
  content: "\e047"; }

.glyphicon-bold:before {
  content: "\e048"; }

.glyphicon-italic:before {
  content: "\e049"; }

.glyphicon-text-height:before {
  content: "\e050"; }

.glyphicon-text-width:before {
  content: "\e051"; }

.glyphicon-align-left:before {
  content: "\e052"; }

.glyphicon-align-center:before {
  content: "\e053"; }

.glyphicon-align-right:before {
  content: "\e054"; }

.glyphicon-align-justify:before {
  content: "\e055"; }

.glyphicon-list:before {
  content: "\e056"; }

.glyphicon-indent-left:before {
  content: "\e057"; }

.glyphicon-indent-right:before {
  content: "\e058"; }

.glyphicon-facetime-video:before {
  content: "\e059"; }

.glyphicon-picture:before {
  content: "\e060"; }

.glyphicon-map-marker:before {
  content: "\e062"; }

.glyphicon-adjust:before {
  content: "\e063"; }

.glyphicon-tint:before {
  content: "\e064"; }

.glyphicon-edit:before {
  content: "\e065"; }

.glyphicon-share:before {
  content: "\e066"; }

.glyphicon-check:before {
  content: "\e067"; }

.glyphicon-move:before {
  content: "\e068"; }

.glyphicon-step-backward:before {
  content: "\e069"; }

.glyphicon-fast-backward:before {
  content: "\e070"; }

.glyphicon-backward:before {
  content: "\e071"; }

.glyphicon-play:before {
  content: "\e072"; }

.glyphicon-pause:before {
  content: "\e073"; }

.glyphicon-stop:before {
  content: "\e074"; }

.glyphicon-forward:before {
  content: "\e075"; }

.glyphicon-fast-forward:before {
  content: "\e076"; }

.glyphicon-step-forward:before {
  content: "\e077"; }

.glyphicon-eject:before {
  content: "\e078"; }

.glyphicon-chevron-left:before {
  content: "\e079"; }

.glyphicon-chevron-right:before {
  content: "\e080"; }

.glyphicon-plus-sign:before {
  content: "\e081"; }

.glyphicon-minus-sign:before {
  content: "\e082"; }

.glyphicon-remove-sign:before {
  content: "\e083"; }

.glyphicon-ok-sign:before {
  content: "\e084"; }

.glyphicon-question-sign:before {
  content: "\e085"; }

.glyphicon-info-sign:before {
  content: "\e086"; }

.glyphicon-screenshot:before {
  content: "\e087"; }

.glyphicon-remove-circle:before {
  content: "\e088"; }

.glyphicon-ok-circle:before {
  content: "\e089"; }

.glyphicon-ban-circle:before {
  content: "\e090"; }

.glyphicon-arrow-left:before {
  content: "\e091"; }

.glyphicon-arrow-right:before {
  content: "\e092"; }

.glyphicon-arrow-up:before {
  content: "\e093"; }

.glyphicon-arrow-down:before {
  content: "\e094"; }

.glyphicon-share-alt:before {
  content: "\e095"; }

.glyphicon-resize-full:before {
  content: "\e096"; }

.glyphicon-resize-small:before {
  content: "\e097"; }

.glyphicon-exclamation-sign:before {
  content: "\e101"; }

.glyphicon-gift:before {
  content: "\e102"; }

.glyphicon-leaf:before {
  content: "\e103"; }

.glyphicon-fire:before {
  content: "\e104"; }

.glyphicon-eye-open:before {
  content: "\e105"; }

.glyphicon-eye-close:before {
  content: "\e106"; }

.glyphicon-warning-sign:before {
  content: "\e107"; }

.glyphicon-plane:before {
  content: "\e108"; }

.glyphicon-calendar:before {
  content: "\e109"; }

.glyphicon-random:before {
  content: "\e110"; }

.glyphicon-comment:before {
  content: "\e111"; }

.glyphicon-magnet:before {
  content: "\e112"; }

.glyphicon-chevron-up:before {
  content: "\e113"; }

.glyphicon-chevron-down:before {
  content: "\e114"; }

.glyphicon-retweet:before {
  content: "\e115"; }

.glyphicon-shopping-cart:before {
  content: "\e116"; }

.glyphicon-folder-close:before {
  content: "\e117"; }

.glyphicon-folder-open:before {
  content: "\e118"; }

.glyphicon-resize-vertical:before {
  content: "\e119"; }

.glyphicon-resize-horizontal:before {
  content: "\e120"; }

.glyphicon-hdd:before {
  content: "\e121"; }

.glyphicon-bullhorn:before {
  content: "\e122"; }

.glyphicon-bell:before {
  content: "\e123"; }

.glyphicon-certificate:before {
  content: "\e124"; }

.glyphicon-thumbs-up:before {
  content: "\e125"; }

.glyphicon-thumbs-down:before {
  content: "\e126"; }

.glyphicon-hand-right:before {
  content: "\e127"; }

.glyphicon-hand-left:before {
  content: "\e128"; }

.glyphicon-hand-up:before {
  content: "\e129"; }

.glyphicon-hand-down:before {
  content: "\e130"; }

.glyphicon-circle-arrow-right:before {
  content: "\e131"; }

.glyphicon-circle-arrow-left:before {
  content: "\e132"; }

.glyphicon-circle-arrow-up:before {
  content: "\e133"; }

.glyphicon-circle-arrow-down:before {
  content: "\e134"; }

.glyphicon-globe:before {
  content: "\e135"; }

.glyphicon-wrench:before {
  content: "\e136"; }

.glyphicon-tasks:before {
  content: "\e137"; }

.glyphicon-filter:before {
  content: "\e138"; }

.glyphicon-briefcase:before {
  content: "\e139"; }

.glyphicon-fullscreen:before {
  content: "\e140"; }

.glyphicon-dashboard:before {
  content: "\e141"; }

.glyphicon-paperclip:before {
  content: "\e142"; }

.glyphicon-heart-empty:before {
  content: "\e143"; }

.glyphicon-link:before {
  content: "\e144"; }

.glyphicon-phone:before {
  content: "\e145"; }

.glyphicon-pushpin:before {
  content: "\e146"; }

.glyphicon-usd:before {
  content: "\e148"; }

.glyphicon-gbp:before {
  content: "\e149"; }

.glyphicon-sort:before {
  content: "\e150"; }

.glyphicon-sort-by-alphabet:before {
  content: "\e151"; }

.glyphicon-sort-by-alphabet-alt:before {
  content: "\e152"; }

.glyphicon-sort-by-order:before {
  content: "\e153"; }

.glyphicon-sort-by-order-alt:before {
  content: "\e154"; }

.glyphicon-sort-by-attributes:before {
  content: "\e155"; }

.glyphicon-sort-by-attributes-alt:before {
  content: "\e156"; }

.glyphicon-unchecked:before {
  content: "\e157"; }

.glyphicon-expand:before {
  content: "\e158"; }

.glyphicon-collapse-down:before {
  content: "\e159"; }

.glyphicon-collapse-up:before {
  content: "\e160"; }

.glyphicon-log-in:before {
  content: "\e161"; }

.glyphicon-flash:before {
  content: "\e162"; }

.glyphicon-log-out:before {
  content: "\e163"; }

.glyphicon-new-window:before {
  content: "\e164"; }

.glyphicon-record:before {
  content: "\e165"; }

.glyphicon-save:before {
  content: "\e166"; }

.glyphicon-open:before {
  content: "\e167"; }

.glyphicon-saved:before {
  content: "\e168"; }

.glyphicon-import:before {
  content: "\e169"; }

.glyphicon-export:before {
  content: "\e170"; }

.glyphicon-send:before {
  content: "\e171"; }

.glyphicon-floppy-disk:before {
  content: "\e172"; }

.glyphicon-floppy-saved:before {
  content: "\e173"; }

.glyphicon-floppy-remove:before {
  content: "\e174"; }

.glyphicon-floppy-save:before {
  content: "\e175"; }

.glyphicon-floppy-open:before {
  content: "\e176"; }

.glyphicon-credit-card:before {
  content: "\e177"; }

.glyphicon-transfer:before {
  content: "\e178"; }

.glyphicon-cutlery:before {
  content: "\e179"; }

.glyphicon-header:before {
  content: "\e180"; }

.glyphicon-compressed:before {
  content: "\e181"; }

.glyphicon-earphone:before {
  content: "\e182"; }

.glyphicon-phone-alt:before {
  content: "\e183"; }

.glyphicon-tower:before {
  content: "\e184"; }

.glyphicon-stats:before {
  content: "\e185"; }

.glyphicon-sd-video:before {
  content: "\e186"; }

.glyphicon-hd-video:before {
  content: "\e187"; }

.glyphicon-subtitles:before {
  content: "\e188"; }

.glyphicon-sound-stereo:before {
  content: "\e189"; }

.glyphicon-sound-dolby:before {
  content: "\e190"; }

.glyphicon-sound-5-1:before {
  content: "\e191"; }

.glyphicon-sound-6-1:before {
  content: "\e192"; }

.glyphicon-sound-7-1:before {
  content: "\e193"; }

.glyphicon-copyright-mark:before {
  content: "\e194"; }

.glyphicon-registration-mark:before {
  content: "\e195"; }

.glyphicon-cloud-download:before {
  content: "\e197"; }

.glyphicon-cloud-upload:before {
  content: "\e198"; }

.glyphicon-tree-conifer:before {
  content: "\e199"; }

.glyphicon-tree-deciduous:before {
  content: "\e200"; }

.glyphicon-cd:before {
  content: "\e201"; }

.glyphicon-save-file:before {
  content: "\e202"; }

.glyphicon-open-file:before {
  content: "\e203"; }

.glyphicon-level-up:before {
  content: "\e204"; }

.glyphicon-copy:before {
  content: "\e205"; }

.glyphicon-paste:before {
  content: "\e206"; }

.glyphicon-alert:before {
  content: "\e209"; }

.glyphicon-equalizer:before {
  content: "\e210"; }

.glyphicon-king:before {
  content: "\e211"; }

.glyphicon-queen:before {
  content: "\e212"; }

.glyphicon-pawn:before {
  content: "\e213"; }

.glyphicon-bishop:before {
  content: "\e214"; }

.glyphicon-knight:before {
  content: "\e215"; }

.glyphicon-baby-formula:before {
  content: "\e216"; }

.glyphicon-tent:before {
  content: "\26fa"; }

.glyphicon-blackboard:before {
  content: "\e218"; }

.glyphicon-bed:before {
  content: "\e219"; }

.glyphicon-apple:before {
  content: "\f8ff"; }

.glyphicon-erase:before {
  content: "\e221"; }

.glyphicon-hourglass:before {
  content: "\231b"; }

.glyphicon-lamp:before {
  content: "\e223"; }

.glyphicon-duplicate:before {
  content: "\e224"; }

.glyphicon-piggy-bank:before {
  content: "\e225"; }

.glyphicon-scissors:before {
  content: "\e226"; }

.glyphicon-bitcoin:before {
  content: "\e227"; }

.glyphicon-btc:before {
  content: "\e227"; }

.glyphicon-xbt:before {
  content: "\e227"; }

.glyphicon-yen:before {
  content: "\00a5"; }

.glyphicon-jpy:before {
  content: "\00a5"; }

.glyphicon-ruble:before {
  content: "\20bd"; }

.glyphicon-rub:before {
  content: "\20bd"; }

.glyphicon-scale:before {
  content: "\e230"; }

.glyphicon-ice-lolly:before {
  content: "\e231"; }

.glyphicon-ice-lolly-tasted:before {
  content: "\e232"; }

.glyphicon-education:before {
  content: "\e233"; }

.glyphicon-option-horizontal:before {
  content: "\e234"; }

.glyphicon-option-vertical:before {
  content: "\e235"; }

.glyphicon-menu-hamburger:before {
  content: "\e236"; }

.glyphicon-modal-window:before {
  content: "\e237"; }

.glyphicon-oil:before {
  content: "\e238"; }

.glyphicon-grain:before {
  content: "\e239"; }

.glyphicon-sunglasses:before {
  content: "\e240"; }

.glyphicon-text-size:before {
  content: "\e241"; }

.glyphicon-text-color:before {
  content: "\e242"; }

.glyphicon-text-background:before {
  content: "\e243"; }

.glyphicon-object-align-top:before {
  content: "\e244"; }

.glyphicon-object-align-bottom:before {
  content: "\e245"; }

.glyphicon-object-align-horizontal:before {
  content: "\e246"; }

.glyphicon-object-align-left:before {
  content: "\e247"; }

.glyphicon-object-align-vertical:before {
  content: "\e248"; }

.glyphicon-object-align-right:before {
  content: "\e249"; }

.glyphicon-triangle-right:before {
  content: "\e250"; }

.glyphicon-triangle-left:before {
  content: "\e251"; }

.glyphicon-triangle-bottom:before {
  content: "\e252"; }

.glyphicon-triangle-top:before {
  content: "\e253"; }

.glyphicon-console:before {
  content: "\e254"; }

.glyphicon-superscript:before {
  content: "\e255"; }

.glyphicon-subscript:before {
  content: "\e256"; }

.glyphicon-menu-left:before {
  content: "\e257"; }

.glyphicon-menu-right:before {
  content: "\e258"; }

.glyphicon-menu-down:before {
  content: "\e259"; }

.glyphicon-menu-up:before {
  content: "\e260"; }

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

html {
  font-size: 10px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }

body {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.428571429;
  color: #333333;
  background-color: #fff; }

input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit; }

a {
  color: #337ab7;
  text-decoration: none; }
  a:hover, a:focus {
    color: #23527c;
    text-decoration: underline; }
  a:focus {
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px; }

figure {
  margin: 0; }

img {
  vertical-align: middle; }

.img-responsive {
  display: block;
  max-width: 100%;
  height: auto; }

.img-rounded {
  border-radius: 6px; }

.img-thumbnail {
  padding: 4px;
  line-height: 1.428571429;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto; }

.img-circle {
  border-radius: 50%; }

hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #eeeeee; }

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0; }

.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto; }

[role="button"] {
  cursor: pointer; }

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  font-family: inherit;
  font-weight: 500;
  line-height: 1.1;
  color: inherit; }
  h1 small,
  h1 .small, h2 small,
  h2 .small, h3 small,
  h3 .small, h4 small,
  h4 .small, h5 small,
  h5 .small, h6 small,
  h6 .small,
  .h1 small,
  .h1 .small, .h2 small,
  .h2 .small, .h3 small,
  .h3 .small, .h4 small,
  .h4 .small, .h5 small,
  .h5 .small, .h6 small,
  .h6 .small {
    font-weight: 400;
    line-height: 1;
    color: #777777; }

h1, .h1,
h2, .h2,
h3, .h3 {
  margin-top: 20px;
  margin-bottom: 10px; }
  h1 small,
  h1 .small, .h1 small,
  .h1 .small,
  h2 small,
  h2 .small, .h2 small,
  .h2 .small,
  h3 small,
  h3 .small, .h3 small,
  .h3 .small {
    font-size: 65%; }

h4, .h4,
h5, .h5,
h6, .h6 {
  margin-top: 10px;
  margin-bottom: 10px; }
  h4 small,
  h4 .small, .h4 small,
  .h4 .small,
  h5 small,
  h5 .small, .h5 small,
  .h5 .small,
  h6 small,
  h6 .small, .h6 small,
  .h6 .small {
    font-size: 75%; }

h1, .h1 {
  font-size: 36px; }

h2, .h2 {
  font-size: 30px; }

h3, .h3 {
  font-size: 24px; }

h4, .h4 {
  font-size: 18px; }

h5, .h5 {
  font-size: 14px; }

h6, .h6 {
  font-size: 12px; }

p {
  margin: 0 0 10px; }

.lead {
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.4; }
  @media (min-width: 768px) {
    .lead {
      font-size: 21px; } }
small,
.small {
  font-size: 85%; }

mark,
.mark {
  padding: .2em;
  background-color: #fcf8e3; }

.text-left {
  text-align: left; }

.text-right {
  text-align: right; }

.text-center {
  text-align: center; }

.text-justify {
  text-align: justify; }

.text-nowrap {
  white-space: nowrap; }

.text-lowercase {
  text-transform: lowercase; }

.text-uppercase, .initialism {
  text-transform: uppercase; }

.text-capitalize {
  text-transform: capitalize; }

.text-muted {
  color: #777777; }

.text-primary {
  color: #337ab7; }

a.text-primary:hover,
a.text-primary:focus {
  color: #286090; }

.text-success {
  color: #3c763d; }

a.text-success:hover,
a.text-success:focus {
  color: #2b542c; }

.text-info {
  color: #31708f; }

a.text-info:hover,
a.text-info:focus {
  color: #245269; }

.text-warning {
  color: #8a6d3b; }

a.text-warning:hover,
a.text-warning:focus {
  color: #66512c; }

.text-danger {
  color: #a94442; }

a.text-danger:hover,
a.text-danger:focus {
  color: #843534; }

.bg-primary {
  color: #fff; }

.bg-primary {
  background-color: #337ab7; }

a.bg-primary:hover,
a.bg-primary:focus {
  background-color: #286090; }

.bg-success {
  background-color: #dff0d8; }

a.bg-success:hover,
a.bg-success:focus {
  background-color: #c1e2b3; }

.bg-info {
  background-color: #d9edf7; }

a.bg-info:hover,
a.bg-info:focus {
  background-color: #afd9ee; }

.bg-warning {
  background-color: #fcf8e3; }

a.bg-warning:hover,
a.bg-warning:focus {
  background-color: #f7ecb5; }

.bg-danger {
  background-color: #f2dede; }

a.bg-danger:hover,
a.bg-danger:focus {
  background-color: #e4b9b9; }

.page-header {
  padding-bottom: 9px;
  margin: 40px 0 20px;
  border-bottom: 1px solid #eeeeee; }

ul,
ol {
  margin-top: 0;
  margin-bottom: 10px; }
  ul ul,
  ul ol,
  ol ul,
  ol ol {
    margin-bottom: 0; }

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

.list-inline {
  padding-left: 0;
  list-style: none;
  margin-left: -5px; }
  .list-inline > li {
    display: inline-block;
    padding-right: 5px;
    padding-left: 5px; }

dl {
  margin-top: 0;
  margin-bottom: 20px; }

dt,
dd {
  line-height: 1.428571429; }

dt {
  font-weight: 700; }

dd {
  margin-left: 0; }

.dl-horizontal dd:before, .dl-horizontal dd:after {
  display: table;
  content: " "; }

.dl-horizontal dd:after {
  clear: both; }

@media (min-width: 768px) {
  .dl-horizontal dt {
    float: left;
    width: 160px;
    clear: left;
    text-align: right;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap; }
  .dl-horizontal dd {
    margin-left: 180px; } }

abbr[title],
abbr[data-original-title] {
  cursor: help; }

.initialism {
  font-size: 90%; }

blockquote {
  padding: 10px 20px;
  margin: 0 0 20px;
  font-size: 17.5px;
  border-left: 5px solid #eeeeee; }
  blockquote p:last-child,
  blockquote ul:last-child,
  blockquote ol:last-child {
    margin-bottom: 0; }
  blockquote footer,
  blockquote small,
  blockquote .small {
    display: block;
    font-size: 80%;
    line-height: 1.428571429;
    color: #777777; }
    blockquote footer:before,
    blockquote small:before,
    blockquote .small:before {
      content: "\2014 \00A0"; }

.blockquote-reverse,
blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
  text-align: right;
  border-right: 5px solid #eeeeee;
  border-left: 0; }
  .blockquote-reverse footer:before,
  .blockquote-reverse small:before,
  .blockquote-reverse .small:before,
  blockquote.pull-right footer:before,
  blockquote.pull-right small:before,
  blockquote.pull-right .small:before {
    content: ""; }
  .blockquote-reverse footer:after,
  .blockquote-reverse small:after,
  .blockquote-reverse .small:after,
  blockquote.pull-right footer:after,
  blockquote.pull-right small:after,
  blockquote.pull-right .small:after {
    content: "\00A0 \2014"; }

address {
  margin-bottom: 20px;
  font-style: normal;
  line-height: 1.428571429; }

code,
kbd,
pre,
samp {
  font-family: Menlo, Monaco, Consolas, "Courier New", monospace; }

code {
  padding: 2px 4px;
  font-size: 90%;
  color: #c7254e;
  background-color: #f9f2f4;
  border-radius: 4px; }

kbd {
  padding: 2px 4px;
  font-size: 90%;
  color: #fff;
  background-color: #333;
  border-radius: 3px;
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25); }
  kbd kbd {
    padding: 0;
    font-size: 100%;
    font-weight: 700;
    box-shadow: none; }

pre {
  display: block;
  padding: 9.5px;
  margin: 0 0 10px;
  font-size: 13px;
  line-height: 1.428571429;
  color: #333333;
  word-break: break-all;
  word-wrap: break-word;
  background-color: #f5f5f5;
  border: 1px solid #ccc;
  border-radius: 4px; }
  pre code {
    padding: 0;
    font-size: inherit;
    color: inherit;
    white-space: pre-wrap;
    background-color: transparent;
    border-radius: 0; }

.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll; }

.container {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto; }
  .container:before, .container:after {
    display: table;
    content: " "; }
  .container:after {
    clear: both; }
  @media (min-width: 768px) {
    .container {
      width: 750px; } }
  @media (min-width: 992px) {
    .container {
      width: 970px; } }
  @media (min-width: 1200px) {
    .container {
      width: 1170px; } }
.container-fluid {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto; }
  .container-fluid:before, .container-fluid:after {
    display: table;
    content: " "; }
  .container-fluid:after {
    clear: both; }

.row {
  margin-right: -15px;
  margin-left: -15px; }
  .row:before, .row:after {
    display: table;
    content: " "; }
  .row:after {
    clear: both; }

.row-no-gutters {
  margin-right: 0;
  margin-left: 0; }
  .row-no-gutters [class*="col-"] {
    padding-right: 0;
    padding-left: 0; }

.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px; }

.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
  float: left; }

.col-xs-1 {
  width: 8.3333333333%; }

.col-xs-2 {
  width: 16.6666666667%; }

.col-xs-3 {
  width: 25%; }

.col-xs-4 {
  width: 33.3333333333%; }

.col-xs-5 {
  width: 41.6666666667%; }

.col-xs-6 {
  width: 50%; }

.col-xs-7 {
  width: 58.3333333333%; }

.col-xs-8 {
  width: 66.6666666667%; }

.col-xs-9 {
  width: 75%; }

.col-xs-10 {
  width: 83.3333333333%; }

.col-xs-11 {
  width: 91.6666666667%; }

.col-xs-12 {
  width: 100%; }

.col-xs-pull-0 {
  right: auto; }

.col-xs-pull-1 {
  right: 8.3333333333%; }

.col-xs-pull-2 {
  right: 16.6666666667%; }

.col-xs-pull-3 {
  right: 25%; }

.col-xs-pull-4 {
  right: 33.3333333333%; }

.col-xs-pull-5 {
  right: 41.6666666667%; }

.col-xs-pull-6 {
  right: 50%; }

.col-xs-pull-7 {
  right: 58.3333333333%; }

.col-xs-pull-8 {
  right: 66.6666666667%; }

.col-xs-pull-9 {
  right: 75%; }

.col-xs-pull-10 {
  right: 83.3333333333%; }

.col-xs-pull-11 {
  right: 91.6666666667%; }

.col-xs-pull-12 {
  right: 100%; }

.col-xs-push-0 {
  left: auto; }

.col-xs-push-1 {
  left: 8.3333333333%; }

.col-xs-push-2 {
  left: 16.6666666667%; }

.col-xs-push-3 {
  left: 25%; }

.col-xs-push-4 {
  left: 33.3333333333%; }

.col-xs-push-5 {
  left: 41.6666666667%; }

.col-xs-push-6 {
  left: 50%; }

.col-xs-push-7 {
  left: 58.3333333333%; }

.col-xs-push-8 {
  left: 66.6666666667%; }

.col-xs-push-9 {
  left: 75%; }

.col-xs-push-10 {
  left: 83.3333333333%; }

.col-xs-push-11 {
  left: 91.6666666667%; }

.col-xs-push-12 {
  left: 100%; }

.col-xs-offset-0 {
  margin-left: 0%; }

.col-xs-offset-1 {
  margin-left: 8.3333333333%; }

.col-xs-offset-2 {
  margin-left: 16.6666666667%; }

.col-xs-offset-3 {
  margin-left: 25%; }

.col-xs-offset-4 {
  margin-left: 33.3333333333%; }

.col-xs-offset-5 {
  margin-left: 41.6666666667%; }

.col-xs-offset-6 {
  margin-left: 50%; }

.col-xs-offset-7 {
  margin-left: 58.3333333333%; }

.col-xs-offset-8 {
  margin-left: 66.6666666667%; }

.col-xs-offset-9 {
  margin-left: 75%; }

.col-xs-offset-10 {
  margin-left: 83.3333333333%; }

.col-xs-offset-11 {
  margin-left: 91.6666666667%; }

.col-xs-offset-12 {
  margin-left: 100%; }

@media (min-width: 768px) {
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left; }
  .col-sm-1 {
    width: 8.3333333333%; }
  .col-sm-2 {
    width: 16.6666666667%; }
  .col-sm-3 {
    width: 25%; }
  .col-sm-4 {
    width: 33.3333333333%; }
  .col-sm-5 {
    width: 41.6666666667%; }
  .col-sm-6 {
    width: 50%; }
  .col-sm-7 {
    width: 58.3333333333%; }
  .col-sm-8 {
    width: 66.6666666667%; }
  .col-sm-9 {
    width: 75%; }
  .col-sm-10 {
    width: 83.3333333333%; }
  .col-sm-11 {
    width: 91.6666666667%; }
  .col-sm-12 {
    width: 100%; }
  .col-sm-pull-0 {
    right: auto; }
  .col-sm-pull-1 {
    right: 8.3333333333%; }
  .col-sm-pull-2 {
    right: 16.6666666667%; }
  .col-sm-pull-3 {
    right: 25%; }
  .col-sm-pull-4 {
    right: 33.3333333333%; }
  .col-sm-pull-5 {
    right: 41.6666666667%; }
  .col-sm-pull-6 {
    right: 50%; }
  .col-sm-pull-7 {
    right: 58.3333333333%; }
  .col-sm-pull-8 {
    right: 66.6666666667%; }
  .col-sm-pull-9 {
    right: 75%; }
  .col-sm-pull-10 {
    right: 83.3333333333%; }
  .col-sm-pull-11 {
    right: 91.6666666667%; }
  .col-sm-pull-12 {
    right: 100%; }
  .col-sm-push-0 {
    left: auto; }
  .col-sm-push-1 {
    left: 8.3333333333%; }
  .col-sm-push-2 {
    left: 16.6666666667%; }
  .col-sm-push-3 {
    left: 25%; }
  .col-sm-push-4 {
    left: 33.3333333333%; }
  .col-sm-push-5 {
    left: 41.6666666667%; }
  .col-sm-push-6 {
    left: 50%; }
  .col-sm-push-7 {
    left: 58.3333333333%; }
  .col-sm-push-8 {
    left: 66.6666666667%; }
  .col-sm-push-9 {
    left: 75%; }
  .col-sm-push-10 {
    left: 83.3333333333%; }
  .col-sm-push-11 {
    left: 91.6666666667%; }
  .col-sm-push-12 {
    left: 100%; }
  .col-sm-offset-0 {
    margin-left: 0%; }
  .col-sm-offset-1 {
    margin-left: 8.3333333333%; }
  .col-sm-offset-2 {
    margin-left: 16.6666666667%; }
  .col-sm-offset-3 {
    margin-left: 25%; }
  .col-sm-offset-4 {
    margin-left: 33.3333333333%; }
  .col-sm-offset-5 {
    margin-left: 41.6666666667%; }
  .col-sm-offset-6 {
    margin-left: 50%; }
  .col-sm-offset-7 {
    margin-left: 58.3333333333%; }
  .col-sm-offset-8 {
    margin-left: 66.6666666667%; }
  .col-sm-offset-9 {
    margin-left: 75%; }
  .col-sm-offset-10 {
    margin-left: 83.3333333333%; }
  .col-sm-offset-11 {
    margin-left: 91.6666666667%; }
  .col-sm-offset-12 {
    margin-left: 100%; } }

@media (min-width: 992px) {
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left; }
  .col-md-1 {
    width: 8.3333333333%; }
  .col-md-2 {
    width: 16.6666666667%; }
  .col-md-3 {
    width: 25%; }
  .col-md-4 {
    width: 33.3333333333%; }
  .col-md-5 {
    width: 41.6666666667%; }
  .col-md-6 {
    width: 50%; }
  .col-md-7 {
    width: 58.3333333333%; }
  .col-md-8 {
    width: 66.6666666667%; }
  .col-md-9 {
    width: 75%; }
  .col-md-10 {
    width: 83.3333333333%; }
  .col-md-11 {
    width: 91.6666666667%; }
  .col-md-12 {
    width: 100%; }
  .col-md-pull-0 {
    right: auto; }
  .col-md-pull-1 {
    right: 8.3333333333%; }
  .col-md-pull-2 {
    right: 16.6666666667%; }
  .col-md-pull-3 {
    right: 25%; }
  .col-md-pull-4 {
    right: 33.3333333333%; }
  .col-md-pull-5 {
    right: 41.6666666667%; }
  .col-md-pull-6 {
    right: 50%; }
  .col-md-pull-7 {
    right: 58.3333333333%; }
  .col-md-pull-8 {
    right: 66.6666666667%; }
  .col-md-pull-9 {
    right: 75%; }
  .col-md-pull-10 {
    right: 83.3333333333%; }
  .col-md-pull-11 {
    right: 91.6666666667%; }
  .col-md-pull-12 {
    right: 100%; }
  .col-md-push-0 {
    left: auto; }
  .col-md-push-1 {
    left: 8.3333333333%; }
  .col-md-push-2 {
    left: 16.6666666667%; }
  .col-md-push-3 {
    left: 25%; }
  .col-md-push-4 {
    left: 33.3333333333%; }
  .col-md-push-5 {
    left: 41.6666666667%; }
  .col-md-push-6 {
    left: 50%; }
  .col-md-push-7 {
    left: 58.3333333333%; }
  .col-md-push-8 {
    left: 66.6666666667%; }
  .col-md-push-9 {
    left: 75%; }
  .col-md-push-10 {
    left: 83.3333333333%; }
  .col-md-push-11 {
    left: 91.6666666667%; }
  .col-md-push-12 {
    left: 100%; }
  .col-md-offset-0 {
    margin-left: 0%; }
  .col-md-offset-1 {
    margin-left: 8.3333333333%; }
  .col-md-offset-2 {
    margin-left: 16.6666666667%; }
  .col-md-offset-3 {
    margin-left: 25%; }
  .col-md-offset-4 {
    margin-left: 33.3333333333%; }
  .col-md-offset-5 {
    margin-left: 41.6666666667%; }
  .col-md-offset-6 {
    margin-left: 50%; }
  .col-md-offset-7 {
    margin-left: 58.3333333333%; }
  .col-md-offset-8 {
    margin-left: 66.6666666667%; }
  .col-md-offset-9 {
    margin-left: 75%; }
  .col-md-offset-10 {
    margin-left: 83.3333333333%; }
  .col-md-offset-11 {
    margin-left: 91.6666666667%; }
  .col-md-offset-12 {
    margin-left: 100%; } }

@media (min-width: 1200px) {
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: left; }
  .col-lg-1 {
    width: 8.3333333333%; }
  .col-lg-2 {
    width: 16.6666666667%; }
  .col-lg-3 {
    width: 25%; }
  .col-lg-4 {
    width: 33.3333333333%; }
  .col-lg-5 {
    width: 41.6666666667%; }
  .col-lg-6 {
    width: 50%; }
  .col-lg-7 {
    width: 58.3333333333%; }
  .col-lg-8 {
    width: 66.6666666667%; }
  .col-lg-9 {
    width: 75%; }
  .col-lg-10 {
    width: 83.3333333333%; }
  .col-lg-11 {
    width: 91.6666666667%; }
  .col-lg-12 {
    width: 100%; }
  .col-lg-pull-0 {
    right: auto; }
  .col-lg-pull-1 {
    right: 8.3333333333%; }
  .col-lg-pull-2 {
    right: 16.6666666667%; }
  .col-lg-pull-3 {
    right: 25%; }
  .col-lg-pull-4 {
    right: 33.3333333333%; }
  .col-lg-pull-5 {
    right: 41.6666666667%; }
  .col-lg-pull-6 {
    right: 50%; }
  .col-lg-pull-7 {
    right: 58.3333333333%; }
  .col-lg-pull-8 {
    right: 66.6666666667%; }
  .col-lg-pull-9 {
    right: 75%; }
  .col-lg-pull-10 {
    right: 83.3333333333%; }
  .col-lg-pull-11 {
    right: 91.6666666667%; }
  .col-lg-pull-12 {
    right: 100%; }
  .col-lg-push-0 {
    left: auto; }
  .col-lg-push-1 {
    left: 8.3333333333%; }
  .col-lg-push-2 {
    left: 16.6666666667%; }
  .col-lg-push-3 {
    left: 25%; }
  .col-lg-push-4 {
    left: 33.3333333333%; }
  .col-lg-push-5 {
    left: 41.6666666667%; }
  .col-lg-push-6 {
    left: 50%; }
  .col-lg-push-7 {
    left: 58.3333333333%; }
  .col-lg-push-8 {
    left: 66.6666666667%; }
  .col-lg-push-9 {
    left: 75%; }
  .col-lg-push-10 {
    left: 83.3333333333%; }
  .col-lg-push-11 {
    left: 91.6666666667%; }
  .col-lg-push-12 {
    left: 100%; }
  .col-lg-offset-0 {
    margin-left: 0%; }
  .col-lg-offset-1 {
    margin-left: 8.3333333333%; }
  .col-lg-offset-2 {
    margin-left: 16.6666666667%; }
  .col-lg-offset-3 {
    margin-left: 25%; }
  .col-lg-offset-4 {
    margin-left: 33.3333333333%; }
  .col-lg-offset-5 {
    margin-left: 41.6666666667%; }
  .col-lg-offset-6 {
    margin-left: 50%; }
  .col-lg-offset-7 {
    margin-left: 58.3333333333%; }
  .col-lg-offset-8 {
    margin-left: 66.6666666667%; }
  .col-lg-offset-9 {
    margin-left: 75%; }
  .col-lg-offset-10 {
    margin-left: 83.3333333333%; }
  .col-lg-offset-11 {
    margin-left: 91.6666666667%; }
  .col-lg-offset-12 {
    margin-left: 100%; } }

table {
  background-color: transparent; }
  table col[class*="col-"] {
    position: static;
    display: table-column;
    float: none; }
  table td[class*="col-"],
  table th[class*="col-"] {
    position: static;
    display: table-cell;
    float: none; }

caption {
  padding-top: 8px;
  padding-bottom: 8px;
  color: #777777;
  text-align: left; }

th {
  text-align: left; }

.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 20px; }
  .table > thead > tr > th,
  .table > thead > tr > td,
  .table > tbody > tr > th,
  .table > tbody > tr > td,
  .table > tfoot > tr > th,
  .table > tfoot > tr > td {
    padding: 8px;
    line-height: 1.428571429;
    vertical-align: top;
    border-top: 1px solid #ddd; }
  .table > thead > tr > th {
    vertical-align: bottom;
    border-bottom: 2px solid #ddd; }
  .table > caption + thead > tr:first-child > th,
  .table > caption + thead > tr:first-child > td,
  .table > colgroup + thead > tr:first-child > th,
  .table > colgroup + thead > tr:first-child > td,
  .table > thead:first-child > tr:first-child > th,
  .table > thead:first-child > tr:first-child > td {
    border-top: 0; }
  .table > tbody + tbody {
    border-top: 2px solid #ddd; }
  .table .table {
    background-color: #fff; }

.table-condensed > thead > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > tbody > tr > th,
.table-condensed > tbody > tr > td,
.table-condensed > tfoot > tr > th,
.table-condensed > tfoot > tr > td {
  padding: 5px; }

.table-bordered {
  border: 1px solid #ddd; }
  .table-bordered > thead > tr > th,
  .table-bordered > thead > tr > td,
  .table-bordered > tbody > tr > th,
  .table-bordered > tbody > tr > td,
  .table-bordered > tfoot > tr > th,
  .table-bordered > tfoot > tr > td {
    border: 1px solid #ddd; }
  .table-bordered > thead > tr > th,
  .table-bordered > thead > tr > td {
    border-bottom-width: 2px; }

.table-striped > tbody > tr:nth-of-type(odd) {
  background-color: #f9f9f9; }

.table-hover > tbody > tr:hover {
  background-color: #f5f5f5; }

.table > thead > tr > td.active,
.table > thead > tr > th.active, .table > thead > tr.active > td, .table > thead > tr.active > th,
.table > tbody > tr > td.active,
.table > tbody > tr > th.active,
.table > tbody > tr.active > td,
.table > tbody > tr.active > th,
.table > tfoot > tr > td.active,
.table > tfoot > tr > th.active,
.table > tfoot > tr.active > td,
.table > tfoot > tr.active > th {
  background-color: #f5f5f5; }

.table-hover > tbody > tr > td.active:hover,
.table-hover > tbody > tr > th.active:hover, .table-hover > tbody > tr.active:hover > td, .table-hover > tbody > tr:hover > .active, .table-hover > tbody > tr.active:hover > th {
  background-color: #e8e8e8; }

.table > thead > tr > td.success,
.table > thead > tr > th.success, .table > thead > tr.success > td, .table > thead > tr.success > th,
.table > tbody > tr > td.success,
.table > tbody > tr > th.success,
.table > tbody > tr.success > td,
.table > tbody > tr.success > th,
.table > tfoot > tr > td.success,
.table > tfoot > tr > th.success,
.table > tfoot > tr.success > td,
.table > tfoot > tr.success > th {
  background-color: #dff0d8; }

.table-hover > tbody > tr > td.success:hover,
.table-hover > tbody > tr > th.success:hover, .table-hover > tbody > tr.success:hover > td, .table-hover > tbody > tr:hover > .success, .table-hover > tbody > tr.success:hover > th {
  background-color: #d0e9c6; }

.table > thead > tr > td.info,
.table > thead > tr > th.info, .table > thead > tr.info > td, .table > thead > tr.info > th,
.table > tbody > tr > td.info,
.table > tbody > tr > th.info,
.table > tbody > tr.info > td,
.table > tbody > tr.info > th,
.table > tfoot > tr > td.info,
.table > tfoot > tr > th.info,
.table > tfoot > tr.info > td,
.table > tfoot > tr.info > th {
  background-color: #d9edf7; }

.table-hover > tbody > tr > td.info:hover,
.table-hover > tbody > tr > th.info:hover, .table-hover > tbody > tr.info:hover > td, .table-hover > tbody > tr:hover > .info, .table-hover > tbody > tr.info:hover > th {
  background-color: #c4e3f3; }

.table > thead > tr > td.warning,
.table > thead > tr > th.warning, .table > thead > tr.warning > td, .table > thead > tr.warning > th,
.table > tbody > tr > td.warning,
.table > tbody > tr > th.warning,
.table > tbody > tr.warning > td,
.table > tbody > tr.warning > th,
.table > tfoot > tr > td.warning,
.table > tfoot > tr > th.warning,
.table > tfoot > tr.warning > td,
.table > tfoot > tr.warning > th {
  background-color: #fcf8e3; }

.table-hover > tbody > tr > td.warning:hover,
.table-hover > tbody > tr > th.warning:hover, .table-hover > tbody > tr.warning:hover > td, .table-hover > tbody > tr:hover > .warning, .table-hover > tbody > tr.warning:hover > th {
  background-color: #faf2cc; }

.table > thead > tr > td.danger,
.table > thead > tr > th.danger, .table > thead > tr.danger > td, .table > thead > tr.danger > th,
.table > tbody > tr > td.danger,
.table > tbody > tr > th.danger,
.table > tbody > tr.danger > td,
.table > tbody > tr.danger > th,
.table > tfoot > tr > td.danger,
.table > tfoot > tr > th.danger,
.table > tfoot > tr.danger > td,
.table > tfoot > tr.danger > th {
  background-color: #f2dede; }

.table-hover > tbody > tr > td.danger:hover,
.table-hover > tbody > tr > th.danger:hover, .table-hover > tbody > tr.danger:hover > td, .table-hover > tbody > tr:hover > .danger, .table-hover > tbody > tr.danger:hover > th {
  background-color: #ebcccc; }

.table-responsive {
  min-height: .01%;
  overflow-x: auto; }
  @media screen and (max-width: 767px) {
    .table-responsive {
      width: 100%;
      margin-bottom: 15px;
      overflow-y: hidden;
      -ms-overflow-style: -ms-autohiding-scrollbar;
      border: 1px solid #ddd; }
      .table-responsive > .table {
        margin-bottom: 0; }
        .table-responsive > .table > thead > tr > th,
        .table-responsive > .table > thead > tr > td,
        .table-responsive > .table > tbody > tr > th,
        .table-responsive > .table > tbody > tr > td,
        .table-responsive > .table > tfoot > tr > th,
        .table-responsive > .table > tfoot > tr > td {
          white-space: nowrap; }
      .table-responsive > .table-bordered {
        border: 0; }
        .table-responsive > .table-bordered > thead > tr > th:first-child,
        .table-responsive > .table-bordered > thead > tr > td:first-child,
        .table-responsive > .table-bordered > tbody > tr > th:first-child,
        .table-responsive > .table-bordered > tbody > tr > td:first-child,
        .table-responsive > .table-bordered > tfoot > tr > th:first-child,
        .table-responsive > .table-bordered > tfoot > tr > td:first-child {
          border-left: 0; }
        .table-responsive > .table-bordered > thead > tr > th:last-child,
        .table-responsive > .table-bordered > thead > tr > td:last-child,
        .table-responsive > .table-bordered > tbody > tr > th:last-child,
        .table-responsive > .table-bordered > tbody > tr > td:last-child,
        .table-responsive > .table-bordered > tfoot > tr > th:last-child,
        .table-responsive > .table-bordered > tfoot > tr > td:last-child {
          border-right: 0; }
        .table-responsive > .table-bordered > tbody > tr:last-child > th,
        .table-responsive > .table-bordered > tbody > tr:last-child > td,
        .table-responsive > .table-bordered > tfoot > tr:last-child > th,
        .table-responsive > .table-bordered > tfoot > tr:last-child > td {
          border-bottom: 0; } }
fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0; }

legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 20px;
  font-size: 21px;
  line-height: inherit;
  color: #333333;
  border: 0;
  border-bottom: 1px solid #e5e5e5; }

label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: 700; }

input[type="search"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-appearance: none;
  appearance: none; }

input[type="radio"],
input[type="checkbox"] {
  margin: 4px 0 0;
  margin-top: 1px \9;
  line-height: normal; }
  input[type="radio"][disabled], input.disabled[type="radio"], fieldset[disabled] input[type="radio"],
  input[type="checkbox"][disabled],
  input.disabled[type="checkbox"], fieldset[disabled] input[type="checkbox"] {
    cursor: not-allowed; }

input[type="file"] {
  display: block; }

input[type="range"] {
  display: block;
  width: 100%; }

select[multiple],
select[size] {
  height: auto; }

input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px; }

output {
  display: block;
  padding-top: 7px;
  font-size: 14px;
  line-height: 1.428571429;
  color: #555555; }

.form-control {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.428571429;
  color: #555555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s; }
  .form-control:focus {
    border-color: #66afe9;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6); }
  .form-control::-moz-placeholder {
    color: #999;
    opacity: 1; }
  .form-control:-ms-input-placeholder {
    color: #999; }
  .form-control::-webkit-input-placeholder {
    color: #999; }
  .form-control::-ms-expand {
    background-color: transparent;
    border: 0; }
  .form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control {
    background-color: #eeeeee;
    opacity: 1; }
  .form-control[disabled], fieldset[disabled] .form-control {
    cursor: not-allowed; }

textarea.form-control {
  height: auto; }

@media screen and (-webkit-min-device-pixel-ratio: 0) {
  input.form-control[type="date"],
  input.form-control[type="time"],
  input.form-control[type="datetime-local"],
  input.form-control[type="month"] {
    line-height: 34px; }
  input.input-sm[type="date"], .input-group-sm > .form-control[type="date"],
  .input-group-sm > .input-group-addon[type="date"],
  .input-group-sm > .input-group-btn > .btn[type="date"], .input-group-sm input[type="date"],
  input.input-sm[type="time"],
  .input-group-sm > .form-control[type="time"],
  .input-group-sm > .input-group-addon[type="time"],
  .input-group-sm > .input-group-btn > .btn[type="time"], .input-group-sm input[type="time"],
  input.input-sm[type="datetime-local"],
  .input-group-sm > .form-control[type="datetime-local"],
  .input-group-sm > .input-group-addon[type="datetime-local"],
  .input-group-sm > .input-group-btn > .btn[type="datetime-local"], .input-group-sm input[type="datetime-local"],
  input.input-sm[type="month"],
  .input-group-sm > .form-control[type="month"],
  .input-group-sm > .input-group-addon[type="month"],
  .input-group-sm > .input-group-btn > .btn[type="month"], .input-group-sm input[type="month"] {
    line-height: 30px; }
  input.input-lg[type="date"], .input-group-lg > .form-control[type="date"],
  .input-group-lg > .input-group-addon[type="date"],
  .input-group-lg > .input-group-btn > .btn[type="date"], .input-group-lg input[type="date"],
  input.input-lg[type="time"],
  .input-group-lg > .form-control[type="time"],
  .input-group-lg > .input-group-addon[type="time"],
  .input-group-lg > .input-group-btn > .btn[type="time"], .input-group-lg input[type="time"],
  input.input-lg[type="datetime-local"],
  .input-group-lg > .form-control[type="datetime-local"],
  .input-group-lg > .input-group-addon[type="datetime-local"],
  .input-group-lg > .input-group-btn > .btn[type="datetime-local"], .input-group-lg input[type="datetime-local"],
  input.input-lg[type="month"],
  .input-group-lg > .form-control[type="month"],
  .input-group-lg > .input-group-addon[type="month"],
  .input-group-lg > .input-group-btn > .btn[type="month"], .input-group-lg input[type="month"] {
    line-height: 46px; } }

.form-group {
  margin-bottom: 15px; }

.radio,
.checkbox {
  position: relative;
  display: block;
  margin-top: 10px;
  margin-bottom: 10px; }
  .radio.disabled label, fieldset[disabled] .radio label,
  .checkbox.disabled label, fieldset[disabled] .checkbox label {
    cursor: not-allowed; }
  .radio label,
  .checkbox label {
    min-height: 20px;
    padding-left: 20px;
    margin-bottom: 0;
    font-weight: 400;
    cursor: pointer; }

.radio input[type="radio"],
.radio-inline input[type="radio"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
  position: absolute;
  margin-top: 4px \9;
  margin-left: -20px; }

.radio + .radio,
.checkbox + .checkbox {
  margin-top: -5px; }

.radio-inline,
.checkbox-inline {
  position: relative;
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: 400;
  vertical-align: middle;
  cursor: pointer; }
  .radio-inline.disabled, fieldset[disabled] .radio-inline,
  .checkbox-inline.disabled, fieldset[disabled] .checkbox-inline {
    cursor: not-allowed; }

.radio-inline + .radio-inline,
.checkbox-inline + .checkbox-inline {
  margin-top: 0;
  margin-left: 10px; }

.form-control-static {
  min-height: 34px;
  padding-top: 7px;
  padding-bottom: 7px;
  margin-bottom: 0; }
  .form-control-static.input-lg, .input-group-lg > .form-control-static.form-control,
  .input-group-lg > .form-control-static.input-group-addon,
  .input-group-lg > .input-group-btn > .form-control-static.btn, .form-control-static.input-sm, .input-group-sm > .form-control-static.form-control,
  .input-group-sm > .form-control-static.input-group-addon,
  .input-group-sm > .input-group-btn > .form-control-static.btn {
    padding-right: 0;
    padding-left: 0; }

.input-sm, .input-group-sm > .form-control,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .btn {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px; }

select.input-sm, .input-group-sm > select.form-control,
.input-group-sm > select.input-group-addon,
.input-group-sm > .input-group-btn > select.btn {
  height: 30px;
  line-height: 30px; }

textarea.input-sm, .input-group-sm > textarea.form-control,
.input-group-sm > textarea.input-group-addon,
.input-group-sm > .input-group-btn > textarea.btn,
select.input-sm[multiple],
.input-group-sm > .form-control[multiple],
.input-group-sm > .input-group-addon[multiple],
.input-group-sm > .input-group-btn > .btn[multiple] {
  height: auto; }

.form-group-sm .form-control {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px; }

.form-group-sm select.form-control {
  height: 30px;
  line-height: 30px; }

.form-group-sm textarea.form-control,
.form-group-sm select.form-control[multiple] {
  height: auto; }

.form-group-sm .form-control-static {
  height: 30px;
  min-height: 32px;
  padding: 6px 10px;
  font-size: 12px;
  line-height: 1.5; }

.input-lg, .input-group-lg > .form-control,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .btn {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px; }

select.input-lg, .input-group-lg > select.form-control,
.input-group-lg > select.input-group-addon,
.input-group-lg > .input-group-btn > select.btn {
  height: 46px;
  line-height: 46px; }

textarea.input-lg, .input-group-lg > textarea.form-control,
.input-group-lg > textarea.input-group-addon,
.input-group-lg > .input-group-btn > textarea.btn,
select.input-lg[multiple],
.input-group-lg > .form-control[multiple],
.input-group-lg > .input-group-addon[multiple],
.input-group-lg > .input-group-btn > .btn[multiple] {
  height: auto; }

.form-group-lg .form-control {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px; }

.form-group-lg select.form-control {
  height: 46px;
  line-height: 46px; }

.form-group-lg textarea.form-control,
.form-group-lg select.form-control[multiple] {
  height: auto; }

.form-group-lg .form-control-static {
  height: 46px;
  min-height: 38px;
  padding: 11px 16px;
  font-size: 18px;
  line-height: 1.3333333; }

.has-feedback {
  position: relative; }
  .has-feedback .form-control {
    padding-right: 42.5px; }

.form-control-feedback {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  display: block;
  width: 34px;
  height: 34px;
  line-height: 34px;
  text-align: center;
  pointer-events: none; }

.input-lg + .form-control-feedback, .input-group-lg > .form-control + .form-control-feedback,
.input-group-lg > .input-group-addon + .form-control-feedback,
.input-group-lg > .input-group-btn > .btn + .form-control-feedback,
.input-group-lg + .form-control-feedback,
.form-group-lg .form-control + .form-control-feedback {
  width: 46px;
  height: 46px;
  line-height: 46px; }

.input-sm + .form-control-feedback, .input-group-sm > .form-control + .form-control-feedback,
.input-group-sm > .input-group-addon + .form-control-feedback,
.input-group-sm > .input-group-btn > .btn + .form-control-feedback,
.input-group-sm + .form-control-feedback,
.form-group-sm .form-control + .form-control-feedback {
  width: 30px;
  height: 30px;
  line-height: 30px; }

.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline, .has-success.radio label, .has-success.checkbox label, .has-success.radio-inline label, .has-success.checkbox-inline label {
  color: #3c763d; }

.has-success .form-control {
  border-color: #3c763d;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); }
  .has-success .form-control:focus {
    border-color: #2b542c;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168; }

.has-success .input-group-addon {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #3c763d; }

.has-success .form-control-feedback {
  color: #3c763d; }

.has-warning .help-block,
.has-warning .control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline, .has-warning.radio label, .has-warning.checkbox label, .has-warning.radio-inline label, .has-warning.checkbox-inline label {
  color: #8a6d3b; }

.has-warning .form-control {
  border-color: #8a6d3b;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); }
  .has-warning .form-control:focus {
    border-color: #66512c;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b; }

.has-warning .input-group-addon {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #8a6d3b; }

.has-warning .form-control-feedback {
  color: #8a6d3b; }

.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline, .has-error.radio label, .has-error.checkbox label, .has-error.radio-inline label, .has-error.checkbox-inline label {
  color: #a94442; }

.has-error .form-control {
  border-color: #a94442;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); }
  .has-error .form-control:focus {
    border-color: #843534;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483; }

.has-error .input-group-addon {
  color: #a94442;
  background-color: #f2dede;
  border-color: #a94442; }

.has-error .form-control-feedback {
  color: #a94442; }

.has-feedback label ~ .form-control-feedback {
  top: 25px; }

.has-feedback label.sr-only ~ .form-control-feedback {
  top: 0; }

.help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #737373; }

@media (min-width: 768px) {
  .form-inline .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle; }
  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle; }
  .form-inline .form-control-static {
    display: inline-block; }
  .form-inline .input-group {
    display: inline-table;
    vertical-align: middle; }
    .form-inline .input-group .input-group-addon,
    .form-inline .input-group .input-group-btn,
    .form-inline .input-group .form-control {
      width: auto; }
  .form-inline .input-group > .form-control {
    width: 100%; }
  .form-inline .control-label {
    margin-bottom: 0;
    vertical-align: middle; }
  .form-inline .radio,
  .form-inline .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle; }
    .form-inline .radio label,
    .form-inline .checkbox label {
      padding-left: 0; }
  .form-inline .radio input[type="radio"],
  .form-inline .checkbox input[type="checkbox"] {
    position: relative;
    margin-left: 0; }
  .form-inline .has-feedback .form-control-feedback {
    top: 0; } }

.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
  padding-top: 7px;
  margin-top: 0;
  margin-bottom: 0; }

.form-horizontal .radio,
.form-horizontal .checkbox {
  min-height: 27px; }

.form-horizontal .form-group {
  margin-right: -15px;
  margin-left: -15px; }
  .form-horizontal .form-group:before, .form-horizontal .form-group:after {
    display: table;
    content: " "; }
  .form-horizontal .form-group:after {
    clear: both; }

@media (min-width: 768px) {
  .form-horizontal .control-label {
    padding-top: 7px;
    margin-bottom: 0;
    text-align: right; } }

.form-horizontal .has-feedback .form-control-feedback {
  right: 15px; }

@media (min-width: 768px) {
  .form-horizontal .form-group-lg .control-label {
    padding-top: 11px;
    font-size: 18px; } }

@media (min-width: 768px) {
  .form-horizontal .form-group-sm .control-label {
    padding-top: 6px;
    font-size: 12px; } }

.btn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.428571429;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }
  .btn:focus, .btn.focus, .btn:active:focus, .btn.focus:active, .btn.active:focus, .btn.active.focus {
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px; }
  .btn:hover, .btn:focus, .btn.focus {
    color: #333;
    text-decoration: none; }
  .btn:active, .btn.active {
    background-image: none;
    outline: 0;
    -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); }
  .btn.disabled, .btn[disabled], fieldset[disabled] .btn {
    cursor: not-allowed;
    filter: alpha(opacity=65);
    opacity: 0.65;
    -webkit-box-shadow: none;
    box-shadow: none; }

a.btn.disabled, fieldset[disabled] a.btn {
  pointer-events: none; }

.btn-default {
  color: #333;
  background-color: #fff;
  border-color: #ccc; }
  .btn-default:focus, .btn-default.focus {
    color: #333;
    background-color: #e6e6e6;
    border-color: #8c8c8c; }
  .btn-default:hover {
    color: #333;
    background-color: #e6e6e6;
    border-color: #adadad; }
  .btn-default:active, .btn-default.active, .open > .btn-default.dropdown-toggle {
    color: #333;
    background-color: #e6e6e6;
    background-image: none;
    border-color: #adadad; }
    .btn-default:active:hover, .btn-default:active:focus, .btn-default.focus:active, .btn-default.active:hover, .btn-default.active:focus, .btn-default.active.focus, .open > .btn-default.dropdown-toggle:hover, .open > .btn-default.dropdown-toggle:focus, .open > .btn-default.dropdown-toggle.focus {
      color: #333;
      background-color: #d4d4d4;
      border-color: #8c8c8c; }
  .btn-default.disabled:hover, .btn-default.disabled:focus, .btn-default.disabled.focus, .btn-default[disabled]:hover, .btn-default[disabled]:focus, .btn-default.focus[disabled], fieldset[disabled] .btn-default:hover, fieldset[disabled] .btn-default:focus, fieldset[disabled] .btn-default.focus {
    background-color: #fff;
    border-color: #ccc; }
  .btn-default .badge {
    color: #fff;
    background-color: #333; }

.btn-primary {
  color: #fff;
  background-color: #337ab7;
  border-color: #2e6da4; }
  .btn-primary:focus, .btn-primary.focus {
    color: #fff;
    background-color: #286090;
    border-color: #122b40; }
  .btn-primary:hover {
    color: #fff;
    background-color: #286090;
    border-color: #204d74; }
  .btn-primary:active, .btn-primary.active, .open > .btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #286090;
    background-image: none;
    border-color: #204d74; }
    .btn-primary:active:hover, .btn-primary:active:focus, .btn-primary.focus:active, .btn-primary.active:hover, .btn-primary.active:focus, .btn-primary.active.focus, .open > .btn-primary.dropdown-toggle:hover, .open > .btn-primary.dropdown-toggle:focus, .open > .btn-primary.dropdown-toggle.focus {
      color: #fff;
      background-color: #204d74;
      border-color: #122b40; }
  .btn-primary.disabled:hover, .btn-primary.disabled:focus, .btn-primary.disabled.focus, .btn-primary[disabled]:hover, .btn-primary[disabled]:focus, .btn-primary.focus[disabled], fieldset[disabled] .btn-primary:hover, fieldset[disabled] .btn-primary:focus, fieldset[disabled] .btn-primary.focus {
    background-color: #337ab7;
    border-color: #2e6da4; }
  .btn-primary .badge {
    color: #337ab7;
    background-color: #fff; }

.btn-success {
  color: #fff;
  background-color: #5cb85c;
  border-color: #4cae4c; }
  .btn-success:focus, .btn-success.focus {
    color: #fff;
    background-color: #449d44;
    border-color: #255625; }
  .btn-success:hover {
    color: #fff;
    background-color: #449d44;
    border-color: #398439; }
  .btn-success:active, .btn-success.active, .open > .btn-success.dropdown-toggle {
    color: #fff;
    background-color: #449d44;
    background-image: none;
    border-color: #398439; }
    .btn-success:active:hover, .btn-success:active:focus, .btn-success.focus:active, .btn-success.active:hover, .btn-success.active:focus, .btn-success.active.focus, .open > .btn-success.dropdown-toggle:hover, .open > .btn-success.dropdown-toggle:focus, .open > .btn-success.dropdown-toggle.focus {
      color: #fff;
      background-color: #398439;
      border-color: #255625; }
  .btn-success.disabled:hover, .btn-success.disabled:focus, .btn-success.disabled.focus, .btn-success[disabled]:hover, .btn-success[disabled]:focus, .btn-success.focus[disabled], fieldset[disabled] .btn-success:hover, fieldset[disabled] .btn-success:focus, fieldset[disabled] .btn-success.focus {
    background-color: #5cb85c;
    border-color: #4cae4c; }
  .btn-success .badge {
    color: #5cb85c;
    background-color: #fff; }

.btn-info {
  color: #fff;
  background-color: #5bc0de;
  border-color: #46b8da; }
  .btn-info:focus, .btn-info.focus {
    color: #fff;
    background-color: #31b0d5;
    border-color: #1b6d85; }
  .btn-info:hover {
    color: #fff;
    background-color: #31b0d5;
    border-color: #269abc; }
  .btn-info:active, .btn-info.active, .open > .btn-info.dropdown-toggle {
    color: #fff;
    background-color: #31b0d5;
    background-image: none;
    border-color: #269abc; }
    .btn-info:active:hover, .btn-info:active:focus, .btn-info.focus:active, .btn-info.active:hover, .btn-info.active:focus, .btn-info.active.focus, .open > .btn-info.dropdown-toggle:hover, .open > .btn-info.dropdown-toggle:focus, .open > .btn-info.dropdown-toggle.focus {
      color: #fff;
      background-color: #269abc;
      border-color: #1b6d85; }
  .btn-info.disabled:hover, .btn-info.disabled:focus, .btn-info.disabled.focus, .btn-info[disabled]:hover, .btn-info[disabled]:focus, .btn-info.focus[disabled], fieldset[disabled] .btn-info:hover, fieldset[disabled] .btn-info:focus, fieldset[disabled] .btn-info.focus {
    background-color: #5bc0de;
    border-color: #46b8da; }
  .btn-info .badge {
    color: #5bc0de;
    background-color: #fff; }

.btn-warning {
  color: #fff;
  background-color: #f0ad4e;
  border-color: #eea236; }
  .btn-warning:focus, .btn-warning.focus {
    color: #fff;
    background-color: #ec971f;
    border-color: #985f0d; }
  .btn-warning:hover {
    color: #fff;
    background-color: #ec971f;
    border-color: #d58512; }
  .btn-warning:active, .btn-warning.active, .open > .btn-warning.dropdown-toggle {
    color: #fff;
    background-color: #ec971f;
    background-image: none;
    border-color: #d58512; }
    .btn-warning:active:hover, .btn-warning:active:focus, .btn-warning.focus:active, .btn-warning.active:hover, .btn-warning.active:focus, .btn-warning.active.focus, .open > .btn-warning.dropdown-toggle:hover, .open > .btn-warning.dropdown-toggle:focus, .open > .btn-warning.dropdown-toggle.focus {
      color: #fff;
      background-color: #d58512;
      border-color: #985f0d; }
  .btn-warning.disabled:hover, .btn-warning.disabled:focus, .btn-warning.disabled.focus, .btn-warning[disabled]:hover, .btn-warning[disabled]:focus, .btn-warning.focus[disabled], fieldset[disabled] .btn-warning:hover, fieldset[disabled] .btn-warning:focus, fieldset[disabled] .btn-warning.focus {
    background-color: #f0ad4e;
    border-color: #eea236; }
  .btn-warning .badge {
    color: #f0ad4e;
    background-color: #fff; }

.btn-danger {
  color: #fff;
  background-color: #d9534f;
  border-color: #d43f3a; }
  .btn-danger:focus, .btn-danger.focus {
    color: #fff;
    background-color: #c9302c;
    border-color: #761c19; }
  .btn-danger:hover {
    color: #fff;
    background-color: #c9302c;
    border-color: #ac2925; }
  .btn-danger:active, .btn-danger.active, .open > .btn-danger.dropdown-toggle {
    color: #fff;
    background-color: #c9302c;
    background-image: none;
    border-color: #ac2925; }
    .btn-danger:active:hover, .btn-danger:active:focus, .btn-danger.focus:active, .btn-danger.active:hover, .btn-danger.active:focus, .btn-danger.active.focus, .open > .btn-danger.dropdown-toggle:hover, .open > .btn-danger.dropdown-toggle:focus, .open > .btn-danger.dropdown-toggle.focus {
      color: #fff;
      background-color: #ac2925;
      border-color: #761c19; }
  .btn-danger.disabled:hover, .btn-danger.disabled:focus, .btn-danger.disabled.focus, .btn-danger[disabled]:hover, .btn-danger[disabled]:focus, .btn-danger.focus[disabled], fieldset[disabled] .btn-danger:hover, fieldset[disabled] .btn-danger:focus, fieldset[disabled] .btn-danger.focus {
    background-color: #d9534f;
    border-color: #d43f3a; }
  .btn-danger .badge {
    color: #d9534f;
    background-color: #fff; }

.btn-link {
  font-weight: 400;
  color: #337ab7;
  border-radius: 0; }
  .btn-link, .btn-link:active, .btn-link.active, .btn-link[disabled], fieldset[disabled] .btn-link {
    background-color: transparent;
    -webkit-box-shadow: none;
    box-shadow: none; }
  .btn-link, .btn-link:hover, .btn-link:focus, .btn-link:active {
    border-color: transparent; }
  .btn-link:hover, .btn-link:focus {
    color: #23527c;
    text-decoration: underline;
    background-color: transparent; }
  .btn-link[disabled]:hover, .btn-link[disabled]:focus, fieldset[disabled] .btn-link:hover, fieldset[disabled] .btn-link:focus {
    color: #777777;
    text-decoration: none; }

.btn-lg, .btn-group-lg > .btn {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px; }

.btn-sm, .btn-group-sm > .btn {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px; }

.btn-xs, .btn-group-xs > .btn {
  padding: 1px 5px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px; }

.btn-block {
  display: block;
  width: 100%; }

.btn-block + .btn-block {
  margin-top: 5px; }

input.btn-block[type="submit"],
input.btn-block[type="reset"],
input.btn-block[type="button"] {
  width: 100%; }

.fade {
  opacity: 0;
  -webkit-transition: opacity 0.15s linear;
  -o-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear; }
  .fade.in {
    opacity: 1; }

.collapse {
  display: none; }
  .collapse.in {
    display: block; }

tr.collapse.in {
  display: table-row; }

tbody.collapse.in {
  display: table-row-group; }

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition-property: height, visibility;
  transition-property: height, visibility;
  -webkit-transition-duration: 0.35s;
  transition-duration: 0.35s;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease; }

.caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px dashed;
  border-top: 4px solid \9;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent; }

.dropup,
.dropdown {
  position: relative; }

.dropdown-toggle:focus {
  outline: 0; }

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  font-size: 14px;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175); }
  .dropdown-menu.pull-right {
    right: 0;
    left: auto; }
  .dropdown-menu .divider {
    height: 1px;
    margin: 9px 0;
    overflow: hidden;
    background-color: #e5e5e5; }
  .dropdown-menu > li > a {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: 400;
    line-height: 1.428571429;
    color: #333333;
    white-space: nowrap; }
    .dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
      color: #262626;
      text-decoration: none;
      background-color: #f5f5f5; }

.dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus {
  color: #fff;
  text-decoration: none;
  background-color: #337ab7;
  outline: 0; }

.dropdown-menu > .disabled > a, .dropdown-menu > .disabled > a:hover, .dropdown-menu > .disabled > a:focus {
  color: #777777; }

.dropdown-menu > .disabled > a:hover, .dropdown-menu > .disabled > a:focus {
  text-decoration: none;
  cursor: not-allowed;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false); }

.open > .dropdown-menu {
  display: block; }

.open > a {
  outline: 0; }

.dropdown-menu-right {
  right: 0;
  left: auto; }

.dropdown-menu-left {
  right: auto;
  left: 0; }

.dropdown-header {
  display: block;
  padding: 3px 20px;
  font-size: 12px;
  line-height: 1.428571429;
  color: #777777;
  white-space: nowrap; }

.dropdown-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 990; }

.pull-right > .dropdown-menu {
  right: 0;
  left: auto; }

.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
  content: "";
  border-top: 0;
  border-bottom: 4px dashed;
  border-bottom: 4px solid \9; }

.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 2px; }

@media (min-width: 768px) {
  .navbar-right .dropdown-menu {
    right: 0;
    left: auto; }
  .navbar-right .dropdown-menu-left {
    left: 0;
    right: auto; } }

.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-block;
  vertical-align: middle; }
  .btn-group > .btn,
  .btn-group-vertical > .btn {
    position: relative;
    float: left; }
    .btn-group > .btn:hover, .btn-group > .btn:focus, .btn-group > .btn:active, .btn-group > .btn.active,
    .btn-group-vertical > .btn:hover,
    .btn-group-vertical > .btn:focus,
    .btn-group-vertical > .btn:active,
    .btn-group-vertical > .btn.active {
      z-index: 2; }

.btn-group .btn + .btn,
.btn-group .btn + .btn-group,
.btn-group .btn-group + .btn,
.btn-group .btn-group + .btn-group {
  margin-left: -1px; }

.btn-toolbar {
  margin-left: -5px; }
  .btn-toolbar:before, .btn-toolbar:after {
    display: table;
    content: " "; }
  .btn-toolbar:after {
    clear: both; }
  .btn-toolbar .btn,
  .btn-toolbar .btn-group,
  .btn-toolbar .input-group {
    float: left; }
  .btn-toolbar > .btn,
  .btn-toolbar > .btn-group,
  .btn-toolbar > .input-group {
    margin-left: 5px; }

.btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
  border-radius: 0; }

.btn-group > .btn:first-child {
  margin-left: 0; }
  .btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0; }

.btn-group > .btn:last-child:not(:first-child),
.btn-group > .dropdown-toggle:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0; }

.btn-group > .btn-group {
  float: left; }

.btn-group > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0; }

.btn-group > .btn-group:first-child:not(:last-child) > .btn:last-child,
.btn-group > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0; }

.btn-group > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0; }

.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
  outline: 0; }

.btn-group > .btn + .dropdown-toggle {
  padding-right: 8px;
  padding-left: 8px; }

.btn-group > .btn-lg + .dropdown-toggle, .btn-group-lg.btn-group > .btn + .dropdown-toggle {
  padding-right: 12px;
  padding-left: 12px; }

.btn-group.open .dropdown-toggle {
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); }
  .btn-group.open .dropdown-toggle.btn-link {
    -webkit-box-shadow: none;
    box-shadow: none; }

.btn .caret {
  margin-left: 0; }

.btn-lg .caret, .btn-group-lg > .btn .caret {
  border-width: 5px 5px 0;
  border-bottom-width: 0; }

.dropup .btn-lg .caret, .dropup .btn-group-lg > .btn .caret {
  border-width: 0 5px 5px; }

.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group,
.btn-group-vertical > .btn-group > .btn {
  display: block;
  float: none;
  width: 100%;
  max-width: 100%; }

.btn-group-vertical > .btn-group:before, .btn-group-vertical > .btn-group:after {
  display: table;
  content: " "; }

.btn-group-vertical > .btn-group:after {
  clear: both; }

.btn-group-vertical > .btn-group > .btn {
  float: none; }

.btn-group-vertical > .btn + .btn,
.btn-group-vertical > .btn + .btn-group,
.btn-group-vertical > .btn-group + .btn,
.btn-group-vertical > .btn-group + .btn-group {
  margin-top: -1px;
  margin-left: 0; }

.btn-group-vertical > .btn:not(:first-child):not(:last-child) {
  border-radius: 0; }

.btn-group-vertical > .btn:first-child:not(:last-child) {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0; }

.btn-group-vertical > .btn:last-child:not(:first-child) {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px; }

.btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0; }

.btn-group-vertical > .btn-group:first-child:not(:last-child) > .btn:last-child,
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0; }

.btn-group-vertical > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-top-left-radius: 0;
  border-top-right-radius: 0; }

.btn-group-justified {
  display: table;
  width: 100%;
  table-layout: fixed;
  border-collapse: separate; }
  .btn-group-justified > .btn,
  .btn-group-justified > .btn-group {
    display: table-cell;
    float: none;
    width: 1%; }
  .btn-group-justified > .btn-group .btn {
    width: 100%; }
  .btn-group-justified > .btn-group .dropdown-menu {
    left: auto; }

[data-toggle="buttons"] > .btn input[type="radio"],
[data-toggle="buttons"] > .btn input[type="checkbox"],
[data-toggle="buttons"] > .btn-group > .btn input[type="radio"],
[data-toggle="buttons"] > .btn-group > .btn input[type="checkbox"] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none; }

.input-group {
  position: relative;
  display: table;
  border-collapse: separate; }
  .input-group[class*="col-"] {
    float: none;
    padding-right: 0;
    padding-left: 0; }
  .input-group .form-control {
    position: relative;
    z-index: 2;
    float: left;
    width: 100%;
    margin-bottom: 0; }
    .input-group .form-control:focus {
      z-index: 3; }

.input-group-addon,
.input-group-btn,
.input-group .form-control {
  display: table-cell; }
  .input-group-addon:not(:first-child):not(:last-child),
  .input-group-btn:not(:first-child):not(:last-child),
  .input-group .form-control:not(:first-child):not(:last-child) {
    border-radius: 0; }

.input-group-addon,
.input-group-btn {
  width: 1%;
  white-space: nowrap;
  vertical-align: middle; }

.input-group-addon {
  padding: 6px 12px;
  font-size: 14px;
  font-weight: 400;
  line-height: 1;
  color: #555555;
  text-align: center;
  background-color: #eeeeee;
  border: 1px solid #ccc;
  border-radius: 4px; }
  .input-group-addon.input-sm,
  .input-group-sm > .input-group-addon,
  .input-group-sm > .input-group-btn > .input-group-addon.btn {
    padding: 5px 10px;
    font-size: 12px;
    border-radius: 3px; }
  .input-group-addon.input-lg,
  .input-group-lg > .input-group-addon,
  .input-group-lg > .input-group-btn > .input-group-addon.btn {
    padding: 10px 16px;
    font-size: 18px;
    border-radius: 6px; }
  .input-group-addon input[type="radio"],
  .input-group-addon input[type="checkbox"] {
    margin-top: 0; }

.input-group .form-control:first-child,
.input-group-addon:first-child,
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group > .btn,
.input-group-btn:first-child > .dropdown-toggle,
.input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.input-group-btn:last-child > .btn-group:not(:last-child) > .btn {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0; }

.input-group-addon:first-child {
  border-right: 0; }

.input-group .form-control:last-child,
.input-group-addon:last-child,
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group > .btn,
.input-group-btn:last-child > .dropdown-toggle,
.input-group-btn:first-child > .btn:not(:first-child),
.input-group-btn:first-child > .btn-group:not(:first-child) > .btn {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0; }

.input-group-addon:last-child {
  border-left: 0; }

.input-group-btn {
  position: relative;
  font-size: 0;
  white-space: nowrap; }
  .input-group-btn > .btn {
    position: relative; }
    .input-group-btn > .btn + .btn {
      margin-left: -1px; }
    .input-group-btn > .btn:hover, .input-group-btn > .btn:focus, .input-group-btn > .btn:active {
      z-index: 2; }
  .input-group-btn:first-child > .btn,
  .input-group-btn:first-child > .btn-group {
    margin-right: -1px; }
  .input-group-btn:last-child > .btn,
  .input-group-btn:last-child > .btn-group {
    z-index: 2;
    margin-left: -1px; }

.nav {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none; }
  .nav:before, .nav:after {
    display: table;
    content: " "; }
  .nav:after {
    clear: both; }
  .nav > li {
    position: relative;
    display: block; }
    .nav > li > a {
      position: relative;
      display: block;
      padding: 10px 15px; }
      .nav > li > a:hover, .nav > li > a:focus {
        text-decoration: none;
        background-color: #eeeeee; }
    .nav > li.disabled > a {
      color: #777777; }
      .nav > li.disabled > a:hover, .nav > li.disabled > a:focus {
        color: #777777;
        text-decoration: none;
        cursor: not-allowed;
        background-color: transparent; }
  .nav .open > a, .nav .open > a:hover, .nav .open > a:focus {
    background-color: #eeeeee;
    border-color: #337ab7; }
  .nav .nav-divider {
    height: 1px;
    margin: 9px 0;
    overflow: hidden;
    background-color: #e5e5e5; }
  .nav > li > a > img {
    max-width: none; }

.nav-tabs {
  border-bottom: 1px solid #ddd; }
  .nav-tabs > li {
    float: left;
    margin-bottom: -1px; }
    .nav-tabs > li > a {
      margin-right: 2px;
      line-height: 1.428571429;
      border: 1px solid transparent;
      border-radius: 4px 4px 0 0; }
      .nav-tabs > li > a:hover {
        border-color: #eeeeee #eeeeee #ddd; }
    .nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
      color: #555555;
      cursor: default;
      background-color: #fff;
      border: 1px solid #ddd;
      border-bottom-color: transparent; }

.nav-pills > li {
  float: left; }
  .nav-pills > li > a {
    border-radius: 4px; }
  .nav-pills > li + li {
    margin-left: 2px; }
  .nav-pills > li.active > a, .nav-pills > li.active > a:hover, .nav-pills > li.active > a:focus {
    color: #fff;
    background-color: #337ab7; }

.nav-stacked > li {
  float: none; }
  .nav-stacked > li + li {
    margin-top: 2px;
    margin-left: 0; }

.nav-justified, .nav-tabs.nav-justified {
  width: 100%; }
  .nav-justified > li, .nav-tabs.nav-justified > li {
    float: none; }
    .nav-justified > li > a, .nav-tabs.nav-justified > li > a {
      margin-bottom: 5px;
      text-align: center; }
  .nav-justified > .dropdown .dropdown-menu {
    top: auto;
    left: auto; }
  @media (min-width: 768px) {
    .nav-justified > li, .nav-tabs.nav-justified > li {
      display: table-cell;
      width: 1%; }
      .nav-justified > li > a, .nav-tabs.nav-justified > li > a {
        margin-bottom: 0; } }
.nav-tabs-justified, .nav-tabs.nav-justified {
  border-bottom: 0; }
  .nav-tabs-justified > li > a, .nav-tabs.nav-justified > li > a {
    margin-right: 0;
    border-radius: 4px; }
  .nav-tabs-justified > .active > a, .nav-tabs.nav-justified > .active > a,
  .nav-tabs-justified > .active > a:hover,
  .nav-tabs-justified > .active > a:focus {
    border: 1px solid #ddd; }
  @media (min-width: 768px) {
    .nav-tabs-justified > li > a, .nav-tabs.nav-justified > li > a {
      border-bottom: 1px solid #ddd;
      border-radius: 4px 4px 0 0; }
    .nav-tabs-justified > .active > a, .nav-tabs.nav-justified > .active > a,
    .nav-tabs-justified > .active > a:hover,
    .nav-tabs-justified > .active > a:focus {
      border-bottom-color: #fff; } }
.tab-content > .tab-pane {
  display: none; }

.tab-content > .active {
  display: block; }

.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-left-radius: 0;
  border-top-right-radius: 0; }

.navbar {
  position: relative;
  min-height: 50px;
  margin-bottom: 20px;
  border: 1px solid transparent; }
  .navbar:before, .navbar:after {
    display: table;
    content: " "; }
  .navbar:after {
    clear: both; }
  @media (min-width: 768px) {
    .navbar {
      border-radius: 4px; } }
.navbar-header:before, .navbar-header:after {
  display: table;
  content: " "; }

.navbar-header:after {
  clear: both; }

@media (min-width: 768px) {
  .navbar-header {
    float: left; } }

.navbar-collapse {
  padding-right: 15px;
  padding-left: 15px;
  overflow-x: visible;
  border-top: 1px solid transparent;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  -webkit-overflow-scrolling: touch; }
  .navbar-collapse:before, .navbar-collapse:after {
    display: table;
    content: " "; }
  .navbar-collapse:after {
    clear: both; }
  .navbar-collapse.in {
    overflow-y: auto; }
  @media (min-width: 768px) {
    .navbar-collapse {
      width: auto;
      border-top: 0;
      box-shadow: none; }
      .navbar-collapse.collapse {
        display: block !important;
        height: auto !important;
        padding-bottom: 0;
        overflow: visible !important; }
      .navbar-collapse.in {
        overflow-y: visible; }
      .navbar-fixed-top .navbar-collapse, .navbar-static-top .navbar-collapse, .navbar-fixed-bottom .navbar-collapse {
        padding-right: 0;
        padding-left: 0; } }
.navbar-fixed-top,
.navbar-fixed-bottom {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030; }
  .navbar-fixed-top .navbar-collapse,
  .navbar-fixed-bottom .navbar-collapse {
    max-height: 340px; }
    @media (max-device-width: 480px) and (orientation: landscape) {
      .navbar-fixed-top .navbar-collapse,
      .navbar-fixed-bottom .navbar-collapse {
        max-height: 200px; } }
  @media (min-width: 768px) {
    .navbar-fixed-top,
    .navbar-fixed-bottom {
      border-radius: 0; } }
.navbar-fixed-top {
  top: 0;
  border-width: 0 0 1px; }

.navbar-fixed-bottom {
  bottom: 0;
  margin-bottom: 0;
  border-width: 1px 0 0; }

.container > .navbar-header,
.container > .navbar-collapse,
.container-fluid > .navbar-header,
.container-fluid > .navbar-collapse {
  margin-right: -15px;
  margin-left: -15px; }
  @media (min-width: 768px) {
    .container > .navbar-header,
    .container > .navbar-collapse,
    .container-fluid > .navbar-header,
    .container-fluid > .navbar-collapse {
      margin-right: 0;
      margin-left: 0; } }
.navbar-static-top {
  z-index: 1000;
  border-width: 0 0 1px; }
  @media (min-width: 768px) {
    .navbar-static-top {
      border-radius: 0; } }
.navbar-brand {
  float: left;
  height: 50px;
  padding: 15px 15px;
  font-size: 18px;
  line-height: 20px; }
  .navbar-brand:hover, .navbar-brand:focus {
    text-decoration: none; }
  .navbar-brand > img {
    display: block; }
  @media (min-width: 768px) {
    .navbar > .container .navbar-brand, .navbar > .container-fluid .navbar-brand {
      margin-left: -15px; } }
.navbar-toggle {
  position: relative;
  float: right;
  padding: 9px 10px;
  margin-right: 15px;
  margin-top: 8px;
  margin-bottom: 8px;
  background-color: transparent;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px; }
  .navbar-toggle:focus {
    outline: 0; }
  .navbar-toggle .icon-bar {
    display: block;
    width: 22px;
    height: 2px;
    border-radius: 1px; }
  .navbar-toggle .icon-bar + .icon-bar {
    margin-top: 4px; }
  @media (min-width: 768px) {
    .navbar-toggle {
      display: none; } }
.navbar-nav {
  margin: 7.5px -15px; }
  .navbar-nav > li > a {
    padding-top: 10px;
    padding-bottom: 10px;
    line-height: 20px; }
  @media (max-width: 767px) {
    .navbar-nav .open .dropdown-menu {
      position: static;
      float: none;
      width: auto;
      margin-top: 0;
      background-color: transparent;
      border: 0;
      box-shadow: none; }
      .navbar-nav .open .dropdown-menu > li > a,
      .navbar-nav .open .dropdown-menu .dropdown-header {
        padding: 5px 15px 5px 25px; }
      .navbar-nav .open .dropdown-menu > li > a {
        line-height: 20px; }
        .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-nav .open .dropdown-menu > li > a:focus {
          background-image: none; } }
  @media (min-width: 768px) {
    .navbar-nav {
      float: left;
      margin: 0; }
      .navbar-nav > li {
        float: left; }
        .navbar-nav > li > a {
          padding-top: 15px;
          padding-bottom: 15px; } }
.navbar-form {
  padding: 10px 15px;
  margin-right: -15px;
  margin-left: -15px;
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  margin-top: 8px;
  margin-bottom: 8px; }
  @media (min-width: 768px) {
    .navbar-form .form-group {
      display: inline-block;
      margin-bottom: 0;
      vertical-align: middle; }
    .navbar-form .form-control {
      display: inline-block;
      width: auto;
      vertical-align: middle; }
    .navbar-form .form-control-static {
      display: inline-block; }
    .navbar-form .input-group {
      display: inline-table;
      vertical-align: middle; }
      .navbar-form .input-group .input-group-addon,
      .navbar-form .input-group .input-group-btn,
      .navbar-form .input-group .form-control {
        width: auto; }
    .navbar-form .input-group > .form-control {
      width: 100%; }
    .navbar-form .control-label {
      margin-bottom: 0;
      vertical-align: middle; }
    .navbar-form .radio,
    .navbar-form .checkbox {
      display: inline-block;
      margin-top: 0;
      margin-bottom: 0;
      vertical-align: middle; }
      .navbar-form .radio label,
      .navbar-form .checkbox label {
        padding-left: 0; }
    .navbar-form .radio input[type="radio"],
    .navbar-form .checkbox input[type="checkbox"] {
      position: relative;
      margin-left: 0; }
    .navbar-form .has-feedback .form-control-feedback {
      top: 0; } }
  @media (max-width: 767px) {
    .navbar-form .form-group {
      margin-bottom: 5px; }
      .navbar-form .form-group:last-child {
        margin-bottom: 0; } }
  @media (min-width: 768px) {
    .navbar-form {
      width: auto;
      padding-top: 0;
      padding-bottom: 0;
      margin-right: 0;
      margin-left: 0;
      border: 0;
      -webkit-box-shadow: none;
      box-shadow: none; } }
.navbar-nav > li > .dropdown-menu {
  margin-top: 0;
  border-top-left-radius: 0;
  border-top-right-radius: 0; }

.navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
  margin-bottom: 0;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0; }

.navbar-btn {
  margin-top: 8px;
  margin-bottom: 8px; }
  .navbar-btn.btn-sm, .btn-group-sm > .navbar-btn.btn {
    margin-top: 10px;
    margin-bottom: 10px; }
  .navbar-btn.btn-xs, .btn-group-xs > .navbar-btn.btn {
    margin-top: 14px;
    margin-bottom: 14px; }

.navbar-text {
  margin-top: 15px;
  margin-bottom: 15px; }
  @media (min-width: 768px) {
    .navbar-text {
      float: left;
      margin-right: 15px;
      margin-left: 15px; } }
@media (min-width: 768px) {
  .navbar-left {
    float: left !important; }
  .navbar-right {
    float: right !important;
    margin-right: -15px; }
    .navbar-right ~ .navbar-right {
      margin-right: 0; } }

.navbar-default {
  background-color: #f8f8f8;
  border-color: #e7e7e7; }
  .navbar-default .navbar-brand {
    color: #777; }
    .navbar-default .navbar-brand:hover, .navbar-default .navbar-brand:focus {
      color: #5e5e5e;
      background-color: transparent; }
  .navbar-default .navbar-text {
    color: #777; }
  .navbar-default .navbar-nav > li > a {
    color: #777; }
    .navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
      color: #333;
      background-color: transparent; }
  .navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
    color: #555;
    background-color: #e7e7e7; }
  .navbar-default .navbar-nav > .disabled > a, .navbar-default .navbar-nav > .disabled > a:hover, .navbar-default .navbar-nav > .disabled > a:focus {
    color: #ccc;
    background-color: transparent; }
  .navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
    color: #555;
    background-color: #e7e7e7; }
  @media (max-width: 767px) {
    .navbar-default .navbar-nav .open .dropdown-menu > li > a {
      color: #777; }
      .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
        color: #333;
        background-color: transparent; }
    .navbar-default .navbar-nav .open .dropdown-menu > .active > a, .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
      color: #555;
      background-color: #e7e7e7; }
    .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a, .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus {
      color: #ccc;
      background-color: transparent; } }
  .navbar-default .navbar-toggle {
    border-color: #ddd; }
    .navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
      background-color: #ddd; }
    .navbar-default .navbar-toggle .icon-bar {
      background-color: #888; }
  .navbar-default .navbar-collapse,
  .navbar-default .navbar-form {
    border-color: #e7e7e7; }
  .navbar-default .navbar-link {
    color: #777; }
    .navbar-default .navbar-link:hover {
      color: #333; }
  .navbar-default .btn-link {
    color: #777; }
    .navbar-default .btn-link:hover, .navbar-default .btn-link:focus {
      color: #333; }
    .navbar-default .btn-link[disabled]:hover, .navbar-default .btn-link[disabled]:focus, fieldset[disabled] .navbar-default .btn-link:hover, fieldset[disabled] .navbar-default .btn-link:focus {
      color: #ccc; }

.navbar-inverse {
  background-color: #222;
  border-color: #090909; }
  .navbar-inverse .navbar-brand {
    color: #9d9d9d; }
    .navbar-inverse .navbar-brand:hover, .navbar-inverse .navbar-brand:focus {
      color: #fff;
      background-color: transparent; }
  .navbar-inverse .navbar-text {
    color: #9d9d9d; }
  .navbar-inverse .navbar-nav > li > a {
    color: #9d9d9d; }
    .navbar-inverse .navbar-nav > li > a:hover, .navbar-inverse .navbar-nav > li > a:focus {
      color: #fff;
      background-color: transparent; }
  .navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:hover, .navbar-inverse .navbar-nav > .active > a:focus {
    color: #fff;
    background-color: #090909; }
  .navbar-inverse .navbar-nav > .disabled > a, .navbar-inverse .navbar-nav > .disabled > a:hover, .navbar-inverse .navbar-nav > .disabled > a:focus {
    color: #444;
    background-color: transparent; }
  .navbar-inverse .navbar-nav > .open > a, .navbar-inverse .navbar-nav > .open > a:hover, .navbar-inverse .navbar-nav > .open > a:focus {
    color: #fff;
    background-color: #090909; }
  @media (max-width: 767px) {
    .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
      border-color: #090909; }
    .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
      background-color: #090909; }
    .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
      color: #9d9d9d; }
      .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
        color: #fff;
        background-color: transparent; }
    .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a, .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus {
      color: #fff;
      background-color: #090909; }
    .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a, .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus {
      color: #444;
      background-color: transparent; } }
  .navbar-inverse .navbar-toggle {
    border-color: #333; }
    .navbar-inverse .navbar-toggle:hover, .navbar-inverse .navbar-toggle:focus {
      background-color: #333; }
    .navbar-inverse .navbar-toggle .icon-bar {
      background-color: #fff; }
  .navbar-inverse .navbar-collapse,
  .navbar-inverse .navbar-form {
    border-color: #101010; }
  .navbar-inverse .navbar-link {
    color: #9d9d9d; }
    .navbar-inverse .navbar-link:hover {
      color: #fff; }
  .navbar-inverse .btn-link {
    color: #9d9d9d; }
    .navbar-inverse .btn-link:hover, .navbar-inverse .btn-link:focus {
      color: #fff; }
    .navbar-inverse .btn-link[disabled]:hover, .navbar-inverse .btn-link[disabled]:focus, fieldset[disabled] .navbar-inverse .btn-link:hover, fieldset[disabled] .navbar-inverse .btn-link:focus {
      color: #444; }

.breadcrumb {
  padding: 8px 15px;
  margin-bottom: 20px;
  list-style: none;
  background-color: #f5f5f5;
  border-radius: 4px; }
  .breadcrumb > li {
    display: inline-block; }
    .breadcrumb > li + li:before {
      padding: 0 5px;
      color: #ccc;
      content: "/ "; }
  .breadcrumb > .active {
    color: #777777; }

.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 20px 0;
  border-radius: 4px; }
  .pagination > li {
    display: inline; }
    .pagination > li > a,
    .pagination > li > span {
      position: relative;
      float: left;
      padding: 6px 12px;
      margin-left: -1px;
      line-height: 1.428571429;
      color: #337ab7;
      text-decoration: none;
      background-color: #fff;
      border: 1px solid #ddd; }
      .pagination > li > a:hover, .pagination > li > a:focus,
      .pagination > li > span:hover,
      .pagination > li > span:focus {
        z-index: 2;
        color: #23527c;
        background-color: #eeeeee;
        border-color: #ddd; }
    .pagination > li:first-child > a,
    .pagination > li:first-child > span {
      margin-left: 0;
      border-top-left-radius: 4px;
      border-bottom-left-radius: 4px; }
    .pagination > li:last-child > a,
    .pagination > li:last-child > span {
      border-top-right-radius: 4px;
      border-bottom-right-radius: 4px; }
  .pagination > .active > a, .pagination > .active > a:hover, .pagination > .active > a:focus,
  .pagination > .active > span,
  .pagination > .active > span:hover,
  .pagination > .active > span:focus {
    z-index: 3;
    color: #fff;
    cursor: default;
    background-color: #337ab7;
    border-color: #337ab7; }
  .pagination > .disabled > span,
  .pagination > .disabled > span:hover,
  .pagination > .disabled > span:focus,
  .pagination > .disabled > a,
  .pagination > .disabled > a:hover,
  .pagination > .disabled > a:focus {
    color: #777777;
    cursor: not-allowed;
    background-color: #fff;
    border-color: #ddd; }

.pagination-lg > li > a,
.pagination-lg > li > span {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333; }

.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span {
  border-top-left-radius: 6px;
  border-bottom-left-radius: 6px; }

.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px; }

.pagination-sm > li > a,
.pagination-sm > li > span {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5; }

.pagination-sm > li:first-child > a,
.pagination-sm > li:first-child > span {
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px; }

.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px; }

.pager {
  padding-left: 0;
  margin: 20px 0;
  text-align: center;
  list-style: none; }
  .pager:before, .pager:after {
    display: table;
    content: " "; }
  .pager:after {
    clear: both; }
  .pager li {
    display: inline; }
    .pager li > a,
    .pager li > span {
      display: inline-block;
      padding: 5px 14px;
      background-color: #fff;
      border: 1px solid #ddd;
      border-radius: 15px; }
    .pager li > a:hover,
    .pager li > a:focus {
      text-decoration: none;
      background-color: #eeeeee; }
  .pager .next > a,
  .pager .next > span {
    float: right; }
  .pager .previous > a,
  .pager .previous > span {
    float: left; }
  .pager .disabled > a,
  .pager .disabled > a:hover,
  .pager .disabled > a:focus,
  .pager .disabled > span {
    color: #777777;
    cursor: not-allowed;
    background-color: #fff; }

.label {
  display: inline;
  padding: .2em .6em .3em;
  font-size: 75%;
  font-weight: 700;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: .25em; }
  .label:empty {
    display: none; }
  .btn .label {
    position: relative;
    top: -1px; }

a.label:hover, a.label:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer; }

.label-default {
  background-color: #777777; }
  .label-default[href]:hover, .label-default[href]:focus {
    background-color: #5e5e5e; }

.label-primary {
  background-color: #337ab7; }
  .label-primary[href]:hover, .label-primary[href]:focus {
    background-color: #286090; }

.label-success {
  background-color: #5cb85c; }
  .label-success[href]:hover, .label-success[href]:focus {
    background-color: #449d44; }

.label-info {
  background-color: #5bc0de; }
  .label-info[href]:hover, .label-info[href]:focus {
    background-color: #31b0d5; }

.label-warning {
  background-color: #f0ad4e; }
  .label-warning[href]:hover, .label-warning[href]:focus {
    background-color: #ec971f; }

.label-danger {
  background-color: #d9534f; }
  .label-danger[href]:hover, .label-danger[href]:focus {
    background-color: #c9302c; }

.badge {
  display: inline-block;
  min-width: 10px;
  padding: 3px 7px;
  font-size: 12px;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  background-color: #777777;
  border-radius: 10px; }
  .badge:empty {
    display: none; }
  .btn .badge {
    position: relative;
    top: -1px; }
  .btn-xs .badge, .btn-group-xs > .btn .badge {
    top: 0;
    padding: 1px 5px; }
  .list-group-item.active > .badge, .nav-pills > .active > a > .badge {
    color: #337ab7;
    background-color: #fff; }
  .list-group-item > .badge {
    float: right; }
  .list-group-item > .badge + .badge {
    margin-right: 5px; }
  .nav-pills > li > a > .badge {
    margin-left: 3px; }

a.badge:hover, a.badge:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer; }

.jumbotron {
  padding-top: 30px;
  padding-bottom: 30px;
  margin-bottom: 30px;
  color: inherit;
  background-color: #eeeeee; }
  .jumbotron h1,
  .jumbotron .h1 {
    color: inherit; }
  .jumbotron p {
    margin-bottom: 15px;
    font-size: 21px;
    font-weight: 200; }
  .jumbotron > hr {
    border-top-color: #d5d5d5; }
  .container .jumbotron, .container-fluid .jumbotron {
    padding-right: 15px;
    padding-left: 15px;
    border-radius: 6px; }
  .jumbotron .container {
    max-width: 100%; }
  @media screen and (min-width: 768px) {
    .jumbotron {
      padding-top: 48px;
      padding-bottom: 48px; }
      .container .jumbotron, .container-fluid .jumbotron {
        padding-right: 60px;
        padding-left: 60px; }
      .jumbotron h1,
      .jumbotron .h1 {
        font-size: 63px; } }
.thumbnail {
  display: block;
  padding: 4px;
  margin-bottom: 20px;
  line-height: 1.428571429;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  -webkit-transition: border 0.2s ease-in-out;
  -o-transition: border 0.2s ease-in-out;
  transition: border 0.2s ease-in-out; }
  .thumbnail > img,
  .thumbnail a > img {
    display: block;
    max-width: 100%;
    height: auto;
    margin-right: auto;
    margin-left: auto; }
  .thumbnail .caption {
    padding: 9px;
    color: #333333; }

a.thumbnail:hover,
a.thumbnail:focus,
a.thumbnail.active {
  border-color: #337ab7; }

.alert {
  padding: 15px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  border-radius: 4px; }
  .alert h4 {
    margin-top: 0;
    color: inherit; }
  .alert .alert-link {
    font-weight: bold; }
  .alert > p,
  .alert > ul {
    margin-bottom: 0; }
  .alert > p + p {
    margin-top: 5px; }

.alert-dismissable,
.alert-dismissible {
  padding-right: 35px; }
  .alert-dismissable .close,
  .alert-dismissible .close {
    position: relative;
    top: -2px;
    right: -21px;
    color: inherit; }

.alert-success {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6; }
  .alert-success hr {
    border-top-color: #c9e2b3; }
  .alert-success .alert-link {
    color: #2b542c; }

.alert-info {
  color: #31708f;
  background-color: #d9edf7;
  border-color: #bce8f1; }
  .alert-info hr {
    border-top-color: #a6e1ec; }
  .alert-info .alert-link {
    color: #245269; }

.alert-warning {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #faebcc; }
  .alert-warning hr {
    border-top-color: #f7e1b5; }
  .alert-warning .alert-link {
    color: #66512c; }

.alert-danger {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1; }
  .alert-danger hr {
    border-top-color: #e4b9c0; }
  .alert-danger .alert-link {
    color: #843534; }

@-webkit-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0; }
  to {
    background-position: 0 0; } }

@keyframes progress-bar-stripes {
  from {
    background-position: 40px 0; }
  to {
    background-position: 0 0; } }

.progress {
  height: 20px;
  margin-bottom: 20px;
  overflow: hidden;
  background-color: #f5f5f5;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1); }

.progress-bar {
  float: left;
  width: 0%;
  height: 100%;
  font-size: 12px;
  line-height: 20px;
  color: #fff;
  text-align: center;
  background-color: #337ab7;
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  -webkit-transition: width 0.6s ease;
  -o-transition: width 0.6s ease;
  transition: width 0.6s ease; }

.progress-striped .progress-bar,
.progress-bar-striped {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-size: 40px 40px; }

.progress.active .progress-bar,
.progress-bar.active {
  -webkit-animation: progress-bar-stripes 2s linear infinite;
  -o-animation: progress-bar-stripes 2s linear infinite;
  animation: progress-bar-stripes 2s linear infinite; }

.progress-bar-success {
  background-color: #5cb85c; }
  .progress-striped .progress-bar-success {
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); }

.progress-bar-info {
  background-color: #5bc0de; }
  .progress-striped .progress-bar-info {
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); }

.progress-bar-warning {
  background-color: #f0ad4e; }
  .progress-striped .progress-bar-warning {
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); }

.progress-bar-danger {
  background-color: #d9534f; }
  .progress-striped .progress-bar-danger {
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); }

.media {
  margin-top: 15px; }
  .media:first-child {
    margin-top: 0; }

.media,
.media-body {
  overflow: hidden;
  zoom: 1; }

.media-body {
  width: 10000px; }

.media-object {
  display: block; }
  .media-object.img-thumbnail {
    max-width: none; }

.media-right,
.media > .pull-right {
  padding-left: 10px; }

.media-left,
.media > .pull-left {
  padding-right: 10px; }

.media-left,
.media-right,
.media-body {
  display: table-cell;
  vertical-align: top; }

.media-middle {
  vertical-align: middle; }

.media-bottom {
  vertical-align: bottom; }

.media-heading {
  margin-top: 0;
  margin-bottom: 5px; }

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

.list-group {
  padding-left: 0;
  margin-bottom: 20px; }

.list-group-item {
  position: relative;
  display: block;
  padding: 10px 15px;
  margin-bottom: -1px;
  background-color: #fff;
  border: 1px solid #ddd; }
  .list-group-item:first-child {
    border-top-left-radius: 4px;
    border-top-right-radius: 4px; }
  .list-group-item:last-child {
    margin-bottom: 0;
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px; }
  .list-group-item.disabled, .list-group-item.disabled:hover, .list-group-item.disabled:focus {
    color: #777777;
    cursor: not-allowed;
    background-color: #eeeeee; }
    .list-group-item.disabled .list-group-item-heading, .list-group-item.disabled:hover .list-group-item-heading, .list-group-item.disabled:focus .list-group-item-heading {
      color: inherit; }
    .list-group-item.disabled .list-group-item-text, .list-group-item.disabled:hover .list-group-item-text, .list-group-item.disabled:focus .list-group-item-text {
      color: #777777; }
  .list-group-item.active, .list-group-item.active:hover, .list-group-item.active:focus {
    z-index: 2;
    color: #fff;
    background-color: #337ab7;
    border-color: #337ab7; }
    .list-group-item.active .list-group-item-heading,
    .list-group-item.active .list-group-item-heading > small,
    .list-group-item.active .list-group-item-heading > .small, .list-group-item.active:hover .list-group-item-heading,
    .list-group-item.active:hover .list-group-item-heading > small,
    .list-group-item.active:hover .list-group-item-heading > .small, .list-group-item.active:focus .list-group-item-heading,
    .list-group-item.active:focus .list-group-item-heading > small,
    .list-group-item.active:focus .list-group-item-heading > .small {
      color: inherit; }
    .list-group-item.active .list-group-item-text, .list-group-item.active:hover .list-group-item-text, .list-group-item.active:focus .list-group-item-text {
      color: #c7ddef; }

a.list-group-item,
button.list-group-item {
  color: #555; }
  a.list-group-item .list-group-item-heading,
  button.list-group-item .list-group-item-heading {
    color: #333; }
  a.list-group-item:hover, a.list-group-item:focus,
  button.list-group-item:hover,
  button.list-group-item:focus {
    color: #555;
    text-decoration: none;
    background-color: #f5f5f5; }

button.list-group-item {
  width: 100%;
  text-align: left; }

.list-group-item-success {
  color: #3c763d;
  background-color: #dff0d8; }

a.list-group-item-success,
button.list-group-item-success {
  color: #3c763d; }
  a.list-group-item-success .list-group-item-heading,
  button.list-group-item-success .list-group-item-heading {
    color: inherit; }
  a.list-group-item-success:hover, a.list-group-item-success:focus,
  button.list-group-item-success:hover,
  button.list-group-item-success:focus {
    color: #3c763d;
    background-color: #d0e9c6; }
  a.list-group-item-success.active, a.list-group-item-success.active:hover, a.list-group-item-success.active:focus,
  button.list-group-item-success.active,
  button.list-group-item-success.active:hover,
  button.list-group-item-success.active:focus {
    color: #fff;
    background-color: #3c763d;
    border-color: #3c763d; }

.list-group-item-info {
  color: #31708f;
  background-color: #d9edf7; }

a.list-group-item-info,
button.list-group-item-info {
  color: #31708f; }
  a.list-group-item-info .list-group-item-heading,
  button.list-group-item-info .list-group-item-heading {
    color: inherit; }
  a.list-group-item-info:hover, a.list-group-item-info:focus,
  button.list-group-item-info:hover,
  button.list-group-item-info:focus {
    color: #31708f;
    background-color: #c4e3f3; }
  a.list-group-item-info.active, a.list-group-item-info.active:hover, a.list-group-item-info.active:focus,
  button.list-group-item-info.active,
  button.list-group-item-info.active:hover,
  button.list-group-item-info.active:focus {
    color: #fff;
    background-color: #31708f;
    border-color: #31708f; }

.list-group-item-warning {
  color: #8a6d3b;
  background-color: #fcf8e3; }

a.list-group-item-warning,
button.list-group-item-warning {
  color: #8a6d3b; }
  a.list-group-item-warning .list-group-item-heading,
  button.list-group-item-warning .list-group-item-heading {
    color: inherit; }
  a.list-group-item-warning:hover, a.list-group-item-warning:focus,
  button.list-group-item-warning:hover,
  button.list-group-item-warning:focus {
    color: #8a6d3b;
    background-color: #faf2cc; }
  a.list-group-item-warning.active, a.list-group-item-warning.active:hover, a.list-group-item-warning.active:focus,
  button.list-group-item-warning.active,
  button.list-group-item-warning.active:hover,
  button.list-group-item-warning.active:focus {
    color: #fff;
    background-color: #8a6d3b;
    border-color: #8a6d3b; }

.list-group-item-danger {
  color: #a94442;
  background-color: #f2dede; }

a.list-group-item-danger,
button.list-group-item-danger {
  color: #a94442; }
  a.list-group-item-danger .list-group-item-heading,
  button.list-group-item-danger .list-group-item-heading {
    color: inherit; }
  a.list-group-item-danger:hover, a.list-group-item-danger:focus,
  button.list-group-item-danger:hover,
  button.list-group-item-danger:focus {
    color: #a94442;
    background-color: #ebcccc; }
  a.list-group-item-danger.active, a.list-group-item-danger.active:hover, a.list-group-item-danger.active:focus,
  button.list-group-item-danger.active,
  button.list-group-item-danger.active:hover,
  button.list-group-item-danger.active:focus {
    color: #fff;
    background-color: #a94442;
    border-color: #a94442; }

.list-group-item-heading {
  margin-top: 0;
  margin-bottom: 5px; }

.list-group-item-text {
  margin-bottom: 0;
  line-height: 1.3; }

.panel {
  margin-bottom: 20px;
  background-color: #fff;
  border: 1px solid transparent;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05); }

.panel-body {
  padding: 15px; }
  .panel-body:before, .panel-body:after {
    display: table;
    content: " "; }
  .panel-body:after {
    clear: both; }

.panel-heading {
  padding: 10px 15px;
  border-bottom: 1px solid transparent;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px; }
  .panel-heading > .dropdown .dropdown-toggle {
    color: inherit; }

.panel-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  color: inherit; }
  .panel-title > a,
  .panel-title > small,
  .panel-title > .small,
  .panel-title > small > a,
  .panel-title > .small > a {
    color: inherit; }

.panel-footer {
  padding: 10px 15px;
  background-color: #f5f5f5;
  border-top: 1px solid #ddd;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px; }

.panel > .list-group,
.panel > .panel-collapse > .list-group {
  margin-bottom: 0; }
  .panel > .list-group .list-group-item,
  .panel > .panel-collapse > .list-group .list-group-item {
    border-width: 1px 0;
    border-radius: 0; }
  .panel > .list-group:first-child .list-group-item:first-child,
  .panel > .panel-collapse > .list-group:first-child .list-group-item:first-child {
    border-top: 0;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px; }
  .panel > .list-group:last-child .list-group-item:last-child,
  .panel > .panel-collapse > .list-group:last-child .list-group-item:last-child {
    border-bottom: 0;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px; }

.panel > .panel-heading + .panel-collapse > .list-group .list-group-item:first-child {
  border-top-left-radius: 0;
  border-top-right-radius: 0; }

.panel-heading + .list-group .list-group-item:first-child {
  border-top-width: 0; }

.list-group + .panel-footer {
  border-top-width: 0; }

.panel > .table,
.panel > .table-responsive > .table,
.panel > .panel-collapse > .table {
  margin-bottom: 0; }
  .panel > .table caption,
  .panel > .table-responsive > .table caption,
  .panel > .panel-collapse > .table caption {
    padding-right: 15px;
    padding-left: 15px; }

.panel > .table:first-child,
.panel > .table-responsive:first-child > .table:first-child {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px; }
  .panel > .table:first-child > thead:first-child > tr:first-child,
  .panel > .table:first-child > tbody:first-child > tr:first-child,
  .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child,
  .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child {
    border-top-left-radius: 3px;
    border-top-right-radius: 3px; }
    .panel > .table:first-child > thead:first-child > tr:first-child td:first-child,
    .panel > .table:first-child > thead:first-child > tr:first-child th:first-child,
    .panel > .table:first-child > tbody:first-child > tr:first-child td:first-child,
    .panel > .table:first-child > tbody:first-child > tr:first-child th:first-child,
    .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child,
    .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child,
    .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:first-child,
    .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child {
      border-top-left-radius: 3px; }
    .panel > .table:first-child > thead:first-child > tr:first-child td:last-child,
    .panel > .table:first-child > thead:first-child > tr:first-child th:last-child,
    .panel > .table:first-child > tbody:first-child > tr:first-child td:last-child,
    .panel > .table:first-child > tbody:first-child > tr:first-child th:last-child,
    .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child,
    .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child,
    .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:last-child,
    .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child {
      border-top-right-radius: 3px; }

.panel > .table:last-child,
.panel > .table-responsive:last-child > .table:last-child {
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px; }
  .panel > .table:last-child > tbody:last-child > tr:last-child,
  .panel > .table:last-child > tfoot:last-child > tr:last-child,
  .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child,
  .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child {
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px; }
    .panel > .table:last-child > tbody:last-child > tr:last-child td:first-child,
    .panel > .table:last-child > tbody:last-child > tr:last-child th:first-child,
    .panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
    .panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child,
    .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child,
    .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child,
    .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
    .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child {
      border-bottom-left-radius: 3px; }
    .panel > .table:last-child > tbody:last-child > tr:last-child td:last-child,
    .panel > .table:last-child > tbody:last-child > tr:last-child th:last-child,
    .panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
    .panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child,
    .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child,
    .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child,
    .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
    .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child {
      border-bottom-right-radius: 3px; }

.panel > .panel-body + .table,
.panel > .panel-body + .table-responsive,
.panel > .table + .panel-body,
.panel > .table-responsive + .panel-body {
  border-top: 1px solid #ddd; }

.panel > .table > tbody:first-child > tr:first-child th,
.panel > .table > tbody:first-child > tr:first-child td {
  border-top: 0; }

.panel > .table-bordered,
.panel > .table-responsive > .table-bordered {
  border: 0; }
  .panel > .table-bordered > thead > tr > th:first-child,
  .panel > .table-bordered > thead > tr > td:first-child,
  .panel > .table-bordered > tbody > tr > th:first-child,
  .panel > .table-bordered > tbody > tr > td:first-child,
  .panel > .table-bordered > tfoot > tr > th:first-child,
  .panel > .table-bordered > tfoot > tr > td:first-child,
  .panel > .table-responsive > .table-bordered > thead > tr > th:first-child,
  .panel > .table-responsive > .table-bordered > thead > tr > td:first-child,
  .panel > .table-responsive > .table-bordered > tbody > tr > th:first-child,
  .panel > .table-responsive > .table-bordered > tbody > tr > td:first-child,
  .panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child,
  .panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child {
    border-left: 0; }
  .panel > .table-bordered > thead > tr > th:last-child,
  .panel > .table-bordered > thead > tr > td:last-child,
  .panel > .table-bordered > tbody > tr > th:last-child,
  .panel > .table-bordered > tbody > tr > td:last-child,
  .panel > .table-bordered > tfoot > tr > th:last-child,
  .panel > .table-bordered > tfoot > tr > td:last-child,
  .panel > .table-responsive > .table-bordered > thead > tr > th:last-child,
  .panel > .table-responsive > .table-bordered > thead > tr > td:last-child,
  .panel > .table-responsive > .table-bordered > tbody > tr > th:last-child,
  .panel > .table-responsive > .table-bordered > tbody > tr > td:last-child,
  .panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child,
  .panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child {
    border-right: 0; }
  .panel > .table-bordered > thead > tr:first-child > td,
  .panel > .table-bordered > thead > tr:first-child > th,
  .panel > .table-bordered > tbody > tr:first-child > td,
  .panel > .table-bordered > tbody > tr:first-child > th,
  .panel > .table-responsive > .table-bordered > thead > tr:first-child > td,
  .panel > .table-responsive > .table-bordered > thead > tr:first-child > th,
  .panel > .table-responsive > .table-bordered > tbody > tr:first-child > td,
  .panel > .table-responsive > .table-bordered > tbody > tr:first-child > th {
    border-bottom: 0; }
  .panel > .table-bordered > tbody > tr:last-child > td,
  .panel > .table-bordered > tbody > tr:last-child > th,
  .panel > .table-bordered > tfoot > tr:last-child > td,
  .panel > .table-bordered > tfoot > tr:last-child > th,
  .panel > .table-responsive > .table-bordered > tbody > tr:last-child > td,
  .panel > .table-responsive > .table-bordered > tbody > tr:last-child > th,
  .panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td,
  .panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th {
    border-bottom: 0; }

.panel > .table-responsive {
  margin-bottom: 0;
  border: 0; }

.panel-group {
  margin-bottom: 20px; }
  .panel-group .panel {
    margin-bottom: 0;
    border-radius: 4px; }
    .panel-group .panel + .panel {
      margin-top: 5px; }
  .panel-group .panel-heading {
    border-bottom: 0; }
    .panel-group .panel-heading + .panel-collapse > .panel-body,
    .panel-group .panel-heading + .panel-collapse > .list-group {
      border-top: 1px solid #ddd; }
  .panel-group .panel-footer {
    border-top: 0; }
    .panel-group .panel-footer + .panel-collapse .panel-body {
      border-bottom: 1px solid #ddd; }

.panel-default {
  border-color: #ddd; }
  .panel-default > .panel-heading {
    color: #333333;
    background-color: #f5f5f5;
    border-color: #ddd; }
    .panel-default > .panel-heading + .panel-collapse > .panel-body {
      border-top-color: #ddd; }
    .panel-default > .panel-heading .badge {
      color: #f5f5f5;
      background-color: #333333; }
  .panel-default > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #ddd; }

.panel-primary {
  border-color: #337ab7; }
  .panel-primary > .panel-heading {
    color: #fff;
    background-color: #337ab7;
    border-color: #337ab7; }
    .panel-primary > .panel-heading + .panel-collapse > .panel-body {
      border-top-color: #337ab7; }
    .panel-primary > .panel-heading .badge {
      color: #337ab7;
      background-color: #fff; }
  .panel-primary > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #337ab7; }

.panel-success {
  border-color: #d6e9c6; }
  .panel-success > .panel-heading {
    color: #3c763d;
    background-color: #dff0d8;
    border-color: #d6e9c6; }
    .panel-success > .panel-heading + .panel-collapse > .panel-body {
      border-top-color: #d6e9c6; }
    .panel-success > .panel-heading .badge {
      color: #dff0d8;
      background-color: #3c763d; }
  .panel-success > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #d6e9c6; }

.panel-info {
  border-color: #bce8f1; }
  .panel-info > .panel-heading {
    color: #31708f;
    background-color: #d9edf7;
    border-color: #bce8f1; }
    .panel-info > .panel-heading + .panel-collapse > .panel-body {
      border-top-color: #bce8f1; }
    .panel-info > .panel-heading .badge {
      color: #d9edf7;
      background-color: #31708f; }
  .panel-info > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #bce8f1; }

.panel-warning {
  border-color: #faebcc; }
  .panel-warning > .panel-heading {
    color: #8a6d3b;
    background-color: #fcf8e3;
    border-color: #faebcc; }
    .panel-warning > .panel-heading + .panel-collapse > .panel-body {
      border-top-color: #faebcc; }
    .panel-warning > .panel-heading .badge {
      color: #fcf8e3;
      background-color: #8a6d3b; }
  .panel-warning > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #faebcc; }

.panel-danger {
  border-color: #ebccd1; }
  .panel-danger > .panel-heading {
    color: #a94442;
    background-color: #f2dede;
    border-color: #ebccd1; }
    .panel-danger > .panel-heading + .panel-collapse > .panel-body {
      border-top-color: #ebccd1; }
    .panel-danger > .panel-heading .badge {
      color: #f2dede;
      background-color: #a94442; }
  .panel-danger > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #ebccd1; }

.embed-responsive {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden; }
  .embed-responsive .embed-responsive-item,
  .embed-responsive iframe,
  .embed-responsive embed,
  .embed-responsive object,
  .embed-responsive video {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0; }

.embed-responsive-16by9 {
  padding-bottom: 56.25%; }

.embed-responsive-4by3 {
  padding-bottom: 75%; }

.well {
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border: 1px solid #e3e3e3;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05); }
  .well blockquote {
    border-color: #ddd;
    border-color: rgba(0, 0, 0, 0.15); }

.well-lg {
  padding: 24px;
  border-radius: 6px; }

.well-sm {
  padding: 9px;
  border-radius: 3px; }

.close {
  float: right;
  font-size: 21px;
  font-weight: bold;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  filter: alpha(opacity=20);
  opacity: 0.2; }
  .close:hover, .close:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
    filter: alpha(opacity=50);
    opacity: 0.5; }

button.close {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  appearance: none; }

.modal-open {
  overflow: hidden; }

.modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  display: none;
  overflow: hidden;
  -webkit-overflow-scrolling: touch;
  outline: 0; }
  .modal.fade .modal-dialog {
    -webkit-transform: translate(0, -25%);
    -ms-transform: translate(0, -25%);
    -o-transform: translate(0, -25%);
    transform: translate(0, -25%);
    -webkit-transition: -webkit-transform 0.3s ease-out;
    -moz-transition: -moz-transform 0.3s ease-out;
    -o-transition: -o-transform 0.3s ease-out;
    transition: transform 0.3s ease-out; }
  .modal.in .modal-dialog {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0); }

.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto; }

.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px; }

.modal-content {
  position: relative;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  outline: 0; }

.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000; }
  .modal-backdrop.fade {
    filter: alpha(opacity=0);
    opacity: 0; }
  .modal-backdrop.in {
    filter: alpha(opacity=50);
    opacity: 0.5; }

.modal-header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5; }
  .modal-header:before, .modal-header:after {
    display: table;
    content: " "; }
  .modal-header:after {
    clear: both; }

.modal-header .close {
  margin-top: -2px; }

.modal-title {
  margin: 0;
  line-height: 1.428571429; }

.modal-body {
  position: relative;
  padding: 15px; }

.modal-footer {
  padding: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5; }
  .modal-footer:before, .modal-footer:after {
    display: table;
    content: " "; }
  .modal-footer:after {
    clear: both; }
  .modal-footer .btn + .btn {
    margin-bottom: 0;
    margin-left: 5px; }
  .modal-footer .btn-group .btn + .btn {
    margin-left: -1px; }
  .modal-footer .btn-block + .btn-block {
    margin-left: 0; }

.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll; }

@media (min-width: 768px) {
  .modal-dialog {
    width: 600px;
    margin: 30px auto; }
  .modal-content {
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5); }
  .modal-sm {
    width: 300px; } }

@media (min-width: 992px) {
  .modal-lg {
    width: 900px; } }

.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 1.428571429;
  line-break: auto;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  white-space: normal;
  font-size: 12px;
  filter: alpha(opacity=0);
  opacity: 0; }
  .tooltip.in {
    filter: alpha(opacity=90);
    opacity: 0.9; }
  .tooltip.top {
    padding: 5px 0;
    margin-top: -3px; }
  .tooltip.right {
    padding: 0 5px;
    margin-left: 3px; }
  .tooltip.bottom {
    padding: 5px 0;
    margin-top: 3px; }
  .tooltip.left {
    padding: 0 5px;
    margin-left: -3px; }
  .tooltip.top .tooltip-arrow {
    bottom: 0;
    left: 50%;
    margin-left: -5px;
    border-width: 5px 5px 0;
    border-top-color: #000; }
  .tooltip.top-left .tooltip-arrow {
    right: 5px;
    bottom: 0;
    margin-bottom: -5px;
    border-width: 5px 5px 0;
    border-top-color: #000; }
  .tooltip.top-right .tooltip-arrow {
    bottom: 0;
    left: 5px;
    margin-bottom: -5px;
    border-width: 5px 5px 0;
    border-top-color: #000; }
  .tooltip.right .tooltip-arrow {
    top: 50%;
    left: 0;
    margin-top: -5px;
    border-width: 5px 5px 5px 0;
    border-right-color: #000; }
  .tooltip.left .tooltip-arrow {
    top: 50%;
    right: 0;
    margin-top: -5px;
    border-width: 5px 0 5px 5px;
    border-left-color: #000; }
  .tooltip.bottom .tooltip-arrow {
    top: 0;
    left: 50%;
    margin-left: -5px;
    border-width: 0 5px 5px;
    border-bottom-color: #000; }
  .tooltip.bottom-left .tooltip-arrow {
    top: 0;
    right: 5px;
    margin-top: -5px;
    border-width: 0 5px 5px;
    border-bottom-color: #000; }
  .tooltip.bottom-right .tooltip-arrow {
    top: 0;
    left: 5px;
    margin-top: -5px;
    border-width: 0 5px 5px;
    border-bottom-color: #000; }

.tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
  color: #fff;
  text-align: center;
  background-color: #000;
  border-radius: 4px; }

.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid; }

.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: none;
  max-width: 276px;
  padding: 1px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 1.428571429;
  line-break: auto;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  white-space: normal;
  font-size: 14px;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2); }
  .popover.top {
    margin-top: -10px; }
  .popover.right {
    margin-left: 10px; }
  .popover.bottom {
    margin-top: 10px; }
  .popover.left {
    margin-left: -10px; }
  .popover > .arrow {
    border-width: 11px; }
    .popover > .arrow, .popover > .arrow:after {
      position: absolute;
      display: block;
      width: 0;
      height: 0;
      border-color: transparent;
      border-style: solid; }
    .popover > .arrow:after {
      content: "";
      border-width: 10px; }
  .popover.top > .arrow {
    bottom: -11px;
    left: 50%;
    margin-left: -11px;
    border-top-color: #999999;
    border-top-color: rgba(0, 0, 0, 0.25);
    border-bottom-width: 0; }
    .popover.top > .arrow:after {
      bottom: 1px;
      margin-left: -10px;
      content: " ";
      border-top-color: #fff;
      border-bottom-width: 0; }
  .popover.right > .arrow {
    top: 50%;
    left: -11px;
    margin-top: -11px;
    border-right-color: #999999;
    border-right-color: rgba(0, 0, 0, 0.25);
    border-left-width: 0; }
    .popover.right > .arrow:after {
      bottom: -10px;
      left: 1px;
      content: " ";
      border-right-color: #fff;
      border-left-width: 0; }
  .popover.bottom > .arrow {
    top: -11px;
    left: 50%;
    margin-left: -11px;
    border-top-width: 0;
    border-bottom-color: #999999;
    border-bottom-color: rgba(0, 0, 0, 0.25); }
    .popover.bottom > .arrow:after {
      top: 1px;
      margin-left: -10px;
      content: " ";
      border-top-width: 0;
      border-bottom-color: #fff; }
  .popover.left > .arrow {
    top: 50%;
    right: -11px;
    margin-top: -11px;
    border-right-width: 0;
    border-left-color: #999999;
    border-left-color: rgba(0, 0, 0, 0.25); }
    .popover.left > .arrow:after {
      right: 1px;
      bottom: -10px;
      content: " ";
      border-right-width: 0;
      border-left-color: #fff; }

.popover-title {
  padding: 8px 14px;
  margin: 0;
  font-size: 14px;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-radius: 5px 5px 0 0; }

.popover-content {
  padding: 9px 14px; }

.carousel {
  position: relative; }

.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden; }
  .carousel-inner > .item {
    position: relative;
    display: none;
    -webkit-transition: 0.6s ease-in-out left;
    -o-transition: 0.6s ease-in-out left;
    transition: 0.6s ease-in-out left; }
    .carousel-inner > .item > img,
    .carousel-inner > .item > a > img {
      display: block;
      max-width: 100%;
      height: auto;
      line-height: 1; }
    @media all and (transform-3d), (-webkit-transform-3d) {
      .carousel-inner > .item {
        -webkit-transition: -webkit-transform 0.6s ease-in-out;
        -moz-transition: -moz-transform 0.6s ease-in-out;
        -o-transition: -o-transform 0.6s ease-in-out;
        transition: transform 0.6s ease-in-out;
        -webkit-backface-visibility: hidden;
        -moz-backface-visibility: hidden;
        backface-visibility: hidden;
        -webkit-perspective: 1000px;
        -moz-perspective: 1000px;
        perspective: 1000px; }
        .carousel-inner > .item.next, .carousel-inner > .item.active.right {
          -webkit-transform: translate3d(100%, 0, 0);
          transform: translate3d(100%, 0, 0);
          left: 0; }
        .carousel-inner > .item.prev, .carousel-inner > .item.active.left {
          -webkit-transform: translate3d(-100%, 0, 0);
          transform: translate3d(-100%, 0, 0);
          left: 0; }
        .carousel-inner > .item.next.left, .carousel-inner > .item.prev.right, .carousel-inner > .item.active {
          -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
          left: 0; } }
  .carousel-inner > .active,
  .carousel-inner > .next,
  .carousel-inner > .prev {
    display: block; }
  .carousel-inner > .active {
    left: 0; }
  .carousel-inner > .next,
  .carousel-inner > .prev {
    position: absolute;
    top: 0;
    width: 100%; }
  .carousel-inner > .next {
    left: 100%; }
  .carousel-inner > .prev {
    left: -100%; }
  .carousel-inner > .next.left,
  .carousel-inner > .prev.right {
    left: 0; }
  .carousel-inner > .active.left {
    left: -100%; }
  .carousel-inner > .active.right {
    left: 100%; }

.carousel-control {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 15%;
  font-size: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
  background-color: rgba(0, 0, 0, 0);
  filter: alpha(opacity=50);
  opacity: 0.5; }
  .carousel-control.left {
    background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
    background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
    background-repeat: repeat-x; }
  .carousel-control.right {
    right: 0;
    left: auto;
    background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
    background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
    background-repeat: repeat-x; }
  .carousel-control:hover, .carousel-control:focus {
    color: #fff;
    text-decoration: none;
    outline: 0;
    filter: alpha(opacity=90);
    opacity: 0.9; }
  .carousel-control .icon-prev,
  .carousel-control .icon-next,
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .glyphicon-chevron-right {
    position: absolute;
    top: 50%;
    z-index: 5;
    display: inline-block;
    margin-top: -10px; }
  .carousel-control .icon-prev,
  .carousel-control .glyphicon-chevron-left {
    left: 50%;
    margin-left: -10px; }
  .carousel-control .icon-next,
  .carousel-control .glyphicon-chevron-right {
    right: 50%;
    margin-right: -10px; }
  .carousel-control .icon-prev,
  .carousel-control .icon-next {
    width: 20px;
    height: 20px;
    font-family: serif;
    line-height: 1; }
  .carousel-control .icon-prev:before {
    content: "\2039"; }
  .carousel-control .icon-next:before {
    content: "\203a"; }

.carousel-indicators {
  position: absolute;
  bottom: 10px;
  left: 50%;
  z-index: 15;
  width: 60%;
  padding-left: 0;
  margin-left: -30%;
  text-align: center;
  list-style: none; }
  .carousel-indicators li {
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 1px;
    text-indent: -999px;
    cursor: pointer;
    background-color: #000 \9;
    background-color: rgba(0, 0, 0, 0);
    border: 1px solid #fff;
    border-radius: 10px; }
  .carousel-indicators .active {
    width: 12px;
    height: 12px;
    margin: 0;
    background-color: #fff; }

.carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 20px;
  left: 15%;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6); }
  .carousel-caption .btn {
    text-shadow: none; }

@media screen and (min-width: 768px) {
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-prev,
  .carousel-control .icon-next {
    width: 30px;
    height: 30px;
    margin-top: -10px;
    font-size: 30px; }
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .icon-prev {
    margin-left: -10px; }
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-next {
    margin-right: -10px; }
  .carousel-caption {
    right: 20%;
    left: 20%;
    padding-bottom: 30px; }
  .carousel-indicators {
    bottom: 20px; } }

.clearfix:before, .clearfix:after {
  display: table;
  content: " "; }

.clearfix:after {
  clear: both; }

.center-block {
  display: block;
  margin-right: auto;
  margin-left: auto; }

.pull-right {
  float: right !important; }

.pull-left {
  float: left !important; }

.hide {
  display: none !important; }

.show {
  display: block !important; }

.invisible {
  visibility: hidden; }

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0; }

.hidden {
  display: none !important; }

.affix {
  position: fixed; }

@-ms-viewport {
  width: device-width; }

.visible-xs {
  display: none !important; }

.visible-sm {
  display: none !important; }

.visible-md {
  display: none !important; }

.visible-lg {
  display: none !important; }

.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
  display: none !important; }

@media (max-width: 767px) {
  .visible-xs {
    display: block !important; }
  table.visible-xs {
    display: table !important; }
  tr.visible-xs {
    display: table-row !important; }
  th.visible-xs,
  td.visible-xs {
    display: table-cell !important; } }

@media (max-width: 767px) {
  .visible-xs-block {
    display: block !important; } }

@media (max-width: 767px) {
  .visible-xs-inline {
    display: inline !important; } }

@media (max-width: 767px) {
  .visible-xs-inline-block {
    display: inline-block !important; } }

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important; }
  table.visible-sm {
    display: table !important; }
  tr.visible-sm {
    display: table-row !important; }
  th.visible-sm,
  td.visible-sm {
    display: table-cell !important; } }

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-block {
    display: block !important; } }

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline {
    display: inline !important; } }

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline-block {
    display: inline-block !important; } }

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md {
    display: block !important; }
  table.visible-md {
    display: table !important; }
  tr.visible-md {
    display: table-row !important; }
  th.visible-md,
  td.visible-md {
    display: table-cell !important; } }

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-block {
    display: block !important; } }

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline {
    display: inline !important; } }

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline-block {
    display: inline-block !important; } }

@media (min-width: 1200px) {
  .visible-lg {
    display: block !important; }
  table.visible-lg {
    display: table !important; }
  tr.visible-lg {
    display: table-row !important; }
  th.visible-lg,
  td.visible-lg {
    display: table-cell !important; } }

@media (min-width: 1200px) {
  .visible-lg-block {
    display: block !important; } }

@media (min-width: 1200px) {
  .visible-lg-inline {
    display: inline !important; } }

@media (min-width: 1200px) {
  .visible-lg-inline-block {
    display: inline-block !important; } }

@media (max-width: 767px) {
  .hidden-xs {
    display: none !important; } }

@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important; } }

@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important; } }

@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important; } }

.visible-print {
  display: none !important; }

@media print {
  .visible-print {
    display: block !important; }
  table.visible-print {
    display: table !important; }
  tr.visible-print {
    display: table-row !important; }
  th.visible-print,
  td.visible-print {
    display: table-cell !important; } }

.visible-print-block {
  display: none !important; }
  @media print {
    .visible-print-block {
      display: block !important; } }
.visible-print-inline {
  display: none !important; }
  @media print {
    .visible-print-inline {
      display: inline !important; } }
.visible-print-inline-block {
  display: none !important; }
  @media print {
    .visible-print-inline-block {
      display: inline-block !important; } }
@media print {
  .hidden-print {
    display: none !important; } }

.dl-horizontal dd {
  min-height: 30px; }

.dl-horizontal dt {
  min-height: 30px; }

.field_with_errors select, .field_with_errors input {
  background-color: #FFC; }

.required {
  border-color: red; }

.required.checkbox, .required.panel-heading {
  color: red; }

hr {
  margin: 5px 0; }

.navbar-nav > li > a {
  padding: 10px 4px; }

.navbar {
  min-height: 40px; }

.navbar-brand {
  padding: 10px 15px;
  height: 40px; }

.navbar-inverse .navbar-nav.auth-links > li > a {
  color: #0088cc; }
  .navbar-inverse .navbar-nav.auth-links > li > a:hover {
    text-decoration: underline; }

.alert {
  margin-left: 15px;
  margin-right: 15px; }

.comment .mejs__container {
  margin: 0; }

.mejs__container {
  margin: -4px 0;
  background: #6E6E6E; }

.mejs__overlay-button {
  background-image: url(/assets/mejs-controls-5594a3ff5ef01473c068d5bf1fdd84c9683f28d2a750cd2e021b3210474b7c97.svg); }

.mejs__overlay-loading-bg-img {
  background-image: url(/assets/mejs-controls-5594a3ff5ef01473c068d5bf1fdd84c9683f28d2a750cd2e021b3210474b7c97.svg); }

.mejs__button > button {
  background-image: url(/assets/mejs-controls-5594a3ff5ef01473c068d5bf1fdd84c9683f28d2a750cd2e021b3210474b7c97.svg); }

.mejs__controls {
  height: 26px;
  padding: 0 10px 0 6px; }
  .mejs__controls:not([style*='display: none']) {
    background: none; }
  .mejs__controls .mejs__button {
    height: 26px;
    width: 28px; }
    .mejs__controls .mejs__button > button {
      margin: 4px 0px; }
  .mejs__controls .mejs__time {
    height: 18px;
    padding: 8px 0 0 0; }
  .mejs__controls .mejs__time-rail {
    height: 26px;
    padding-top: 3px; }
    .mejs__controls .mejs__time-rail .mejs__time-total {
      background: rgba(0, 0, 0, 0.3); }
  .mejs__controls .mejs__volume-button, .mejs__controls .mejs__horizontal-volume-slider {
    display: none; }
/*
 * File:        TableTools.css
 * Description: Styles for TableTools 2
 * Author:      Allan Jardine (www.sprymedia.co.uk)
 * Language:    Javascript
 * License:     GPL v2 / 3 point BSD
 * Project:     DataTables
 * 
 * Copyright 2009-2012 Allan Jardine, all rights reserved.
 *
 * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
 *
 * CSS name space:
 *   DTTT                  DataTables TableTools
 *
 * Style sheet provides:
 *   CONTAINER             TableTools container element and styles applying to all components
 *   BUTTON_STYLES         Action specific button styles
 *   SELECTING             Row selection styles
 *   COLLECTIONS           Drop down list (collection) styles
 *   PRINTING              Print display styles
 */
/*
 * CONTAINER
 * TableTools container element and styles applying to all components
 */
div.DTTT_container {
  position: relative;
  float: right;
  margin-bottom: 1em; }

@media screen and (max-width: 640px) {
  div.DTTT_container {
    float: none !important;
    text-align: center; }
  div.DTTT_container:after {
    visibility: hidden;
    display: block;
    content: "";
    clear: both;
    height: 0; } }

button.DTTT_button,
div.DTTT_button,
a.DTTT_button {
  position: relative;
  display: inline-block;
  margin-right: 3px;
  padding: 5px 8px;
  border: 1px solid #999;
  cursor: pointer;
  *cursor: hand;
  font-size: 0.88em;
  color: black !important;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
  -webkit-box-shadow: 1px 1px 3px #ccc;
  -moz-box-shadow: 1px 1px 3px #ccc;
  -ms-box-shadow: 1px 1px 3px #ccc;
  -o-box-shadow: 1px 1px 3px #ccc;
  box-shadow: 1px 1px 3px #ccc;
  /* Generated by http://www.colorzilla.com/gradient-editor/ */
  background: #ffffff;
  /* Old browsers */
  background: -webkit-linear-gradient(top, #ffffff 0%, #f3f3f3 89%, #f9f9f9 100%);
  /* Chrome10+,Safari5.1+ */
  background: -moz-linear-gradient(top, #ffffff 0%, #f3f3f3 89%, #f9f9f9 100%);
  /* FF3.6+ */
  background: -ms-linear-gradient(top, #ffffff 0%, #f3f3f3 89%, #f9f9f9 100%);
  /* IE10+ */
  background: -o-linear-gradient(top, #ffffff 0%, #f3f3f3 89%, #f9f9f9 100%);
  /* Opera 11.10+ */
  background: linear-gradient(top, #ffffff 0%, #f3f3f3 89%, #f9f9f9 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f9f9f9',GradientType=0 );
  /* IE6-9 */ }

/* Buttons are cunning border-box sizing - we can't just use that for A and DIV due to IE6/7 */
button.DTTT_button {
  height: 30px;
  padding: 3px 8px; }

.DTTT_button embed {
  outline: none; }

button.DTTT_button:hover:not(.DTTT_disabled),
div.DTTT_button:hover:not(.DTTT_disabled),
a.DTTT_button:hover:not(.DTTT_disabled) {
  border: 1px solid #666;
  text-decoration: none !important;
  -webkit-box-shadow: 1px 1px 3px #999;
  -moz-box-shadow: 1px 1px 3px #999;
  -ms-box-shadow: 1px 1px 3px #999;
  -o-box-shadow: 1px 1px 3px #999;
  box-shadow: 1px 1px 3px #999;
  background: #f3f3f3;
  /* Old browsers */
  background: -webkit-linear-gradient(top, #f3f3f3 0%, #e2e2e2 89%, #f4f4f4 100%);
  /* Chrome10+,Safari5.1+ */
  background: -moz-linear-gradient(top, #f3f3f3 0%, #e2e2e2 89%, #f4f4f4 100%);
  /* FF3.6+ */
  background: -ms-linear-gradient(top, #f3f3f3 0%, #e2e2e2 89%, #f4f4f4 100%);
  /* IE10+ */
  background: -o-linear-gradient(top, #f3f3f3 0%, #e2e2e2 89%, #f4f4f4 100%);
  /* Opera 11.10+ */
  background: linear-gradient(top, #f3f3f3 0%, #e2e2e2 89%, #f4f4f4 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f3f3f3', endColorstr='#f4f4f4',GradientType=0 );
  /* IE6-9 */ }

button.DTTT_button:focus,
div.DTTT_button:focus,
a.DTTT_button:focus {
  border: 1px solid #426c9e;
  text-shadow: 0 1px 0 #c4def1;
  outline: none;
  background-color: #a3d0ef 100%;
  background-image: -webkit-linear-gradient(top, #a3d0ef 0%, #79ace9 65%, #a3d0ef 100%);
  background-image: -moz-linear-gradient(top, #a3d0ef 0%, #79ace9 65%, #a3d0ef 100%);
  background-image: -ms-linear-gradient(top, #a3d0ef 0%, #79ace9 65%, #a3d0ef 100%);
  background-image: -o-linear-gradient(top, #a3d0ef 0%, #79ace9 65%, #a3d0ef 100%);
  background-image: linear-gradient(top, #a3d0ef 0%, #79ace9 65%, #a3d0ef 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,StartColorStr='#a3d0ef', EndColorStr='#a3d0ef'); }

button.DTTT_button:active:not(.DTTT_disabled),
div.DTTT_button:active:not(.DTTT_disabled),
a.DTTT_button:active:not(.DTTT_disabled) {
  -webkit-box-shadow: inset 1px 1px 3px #999999;
  -moz-box-shadow: inset 1px 1px 3px #999999;
  box-shadow: inset 1px 1px 3px #999999; }

button.DTTT_disabled,
div.DTTT_disabled,
a.DTTT_disabled {
  color: #999 !important;
  border: 1px solid #d0d0d0;
  cursor: default;
  background: #ffffff;
  /* Old browsers */
  background: -webkit-linear-gradient(top, #ffffff 0%, #f9f9f9 89%, #fafafa 100%);
  /* Chrome10+,Safari5.1+ */
  background: -moz-linear-gradient(top, #ffffff 0%, #f9f9f9 89%, #fafafa 100%);
  /* FF3.6+ */
  background: -ms-linear-gradient(top, #ffffff 0%, #f9f9f9 89%, #fafafa 100%);
  /* IE10+ */
  background: -o-linear-gradient(top, #ffffff 0%, #f9f9f9 89%, #fafafa 100%);
  /* Opera 11.10+ */
  background: linear-gradient(top, #ffffff 0%, #f9f9f9 89%, #fafafa 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#fafafa',GradientType=0 );
  /* IE6-9 */ }

/*
 * BUTTON_STYLES
 * Action specific button styles
 * If you want images - comment this back in

a.DTTT_button_csv,
a.DTTT_button_xls,
a.DTTT_button_copy,
a.DTTT_button_pdf,
a.DTTT_button_print {
	padding-right: 0px;
}

a.DTTT_button_csv span,
a.DTTT_button_xls span,
a.DTTT_button_copy span,
a.DTTT_button_pdf span,
a.DTTT_button_print span {
	display: inline-block;
	height: 24px;
	line-height: 24px;
	padding-right: 30px;
}


a.DTTT_button_csv span { background: image_url('dataTables/extras/csv.png') no-repeat bottom right; }
a.DTTT_button_csv:hover span { background: image_url('dataTables/extras/csv_hover.png') no-repeat center right; }

a.DTTT_button_xls span { background: image_url('dataTables/extras/xls.png') no-repeat center right; }
a.DTTT_button_xls:hover span { background: #f0f0f0 image_url('dataTables/extras/xls_hover.png') no-repeat center right; }

a.DTTT_button_copy span { background: image_url('dataTables/extras/copy.png') no-repeat center right; }
a.DTTT_button_copy:hover span { background: #f0f0f0 image_url('dataTables/extras/copy_hover.png') no-repeat center right; }

a.DTTT_button_pdf span { background: image_url('dataTables/extras/pdf.png') no-repeat center right; }
a.DTTT_button_pdf:hover span { background: #f0f0f0 image_url('dataTables/extras/pdf_hover.png') no-repeat center right; }

a.DTTT_button_print span { background: image_url('dataTables/extras/print.png') no-repeat center right; }
a.DTTT_button_print:hover span { background: #f0f0f0 image_url('dataTables/extras/print_hover.png') no-repeat center right; }

 */
button.DTTT_button_collection span {
  padding-right: 17px;
  background: url(/assets/dataTables/extras/collection-29f265d8e2415a3a7028f2b81471e4066064e81da1b39dba837d96bec3e8b125.png) no-repeat center right; }

button.DTTT_button_collection:hover span {
  padding-right: 17px;
  background: #f0f0f0 url(/assets/dataTables/extras/collection_hover-0a4dc743e6f4b515ab7da062398ad80beac072668fa6614a3ca23e6e356c4976.png) no-repeat center right; }

/*
 * SELECTING
 * Row selection styles
 */
table.DTTT_selectable tbody tr {
  cursor: pointer;
  *cursor: hand; }

table.dataTable tr.DTTT_selected.odd {
  background-color: #9FAFD1; }

table.dataTable tr.DTTT_selected.odd td.sorting_1 {
  background-color: #9FAFD1; }

table.dataTable tr.DTTT_selected.odd td.sorting_2 {
  background-color: #9FAFD1; }

table.dataTable tr.DTTT_selected.odd td.sorting_3 {
  background-color: #9FAFD1; }

table.dataTable tr.DTTT_selected.even {
  background-color: #B0BED9; }

table.dataTable tr.DTTT_selected.even td.sorting_1 {
  background-color: #B0BED9; }

table.dataTable tr.DTTT_selected.even td.sorting_2 {
  background-color: #B0BED9; }

table.dataTable tr.DTTT_selected.even td.sorting_3 {
  background-color: #B0BED9; }

/*
 * COLLECTIONS
 * Drop down list (collection) styles
 */
div.DTTT_collection {
  width: 150px;
  padding: 8px 8px 4px 8px;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.4);
  background-color: #f3f3f3;
  background-color: rgba(255, 255, 255, 0.3);
  overflow: hidden;
  z-index: 2002;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  -webkit-box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.3);
  -ms-box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.3);
  -o-box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.3);
  box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.3); }

div.DTTT_collection_background {
  background: black;
  z-index: 2001; }

div.DTTT_collection button.DTTT_button,
div.DTTT_collection div.DTTT_button,
div.DTTT_collection a.DTTT_button {
  position: relative;
  left: 0;
  right: 0;
  display: block;
  float: none;
  margin-bottom: 4px;
  -webkit-box-shadow: 1px 1px 3px #999;
  -moz-box-shadow: 1px 1px 3px #999;
  -ms-box-shadow: 1px 1px 3px #999;
  -o-box-shadow: 1px 1px 3px #999;
  box-shadow: 1px 1px 3px #999; }

/*
 * PRINTING
 * Print display styles
 */
.DTTT_print_info {
  position: fixed;
  top: 50%;
  left: 50%;
  width: 400px;
  height: 150px;
  margin-left: -200px;
  margin-top: -75px;
  text-align: center;
  color: #333;
  padding: 10px 30px;
  background: #ffffff;
  /* Old browsers */
  background: -webkit-linear-gradient(top, #ffffff 0%, #f3f3f3 89%, #f9f9f9 100%);
  /* Chrome10+,Safari5.1+ */
  background: -moz-linear-gradient(top, #ffffff 0%, #f3f3f3 89%, #f9f9f9 100%);
  /* FF3.6+ */
  background: -ms-linear-gradient(top, #ffffff 0%, #f3f3f3 89%, #f9f9f9 100%);
  /* IE10+ */
  background: -o-linear-gradient(top, #ffffff 0%, #f3f3f3 89%, #f9f9f9 100%);
  /* Opera 11.10+ */
  background: linear-gradient(top, #ffffff 0%, #f3f3f3 89%, #f9f9f9 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f9f9f9',GradientType=0 );
  /* IE6-9 */
  opacity: 0.95;
  border: 1px solid black;
  border: 1px solid rgba(0, 0, 0, 0.5);
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  -o-border-radius: 6px;
  border-radius: 6px;
  -webkit-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.5);
  -ms-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.5);
  -o-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.5);
  box-shadow: 0 3px 7px rgba(0, 0, 0, 0.5); }

.DTTT_print_info h6 {
  font-weight: normal;
  font-size: 28px;
  line-height: 28px;
  margin: 1em; }

.DTTT_print_info p {
  font-size: 14px;
  line-height: 20px; }
/*
 * Namespace DTCR - "DataTables ColReorder" plug-in
 */
table.DTCR_clonedTable {
  background-color: rgba(255, 255, 255, 0.7);
  z-index: 202; }

div.DTCR_pointer {
  width: 1px;
  background-color: #0259C4;
  z-index: 201; }
/*!
 * FullCalendar v2.0.2 Stylesheet
 * Docs & License: http://arshaw.com/fullcalendar/
 * (c) 2014 Adam Shaw, Sean Kenny
 */
.order-calendar-container {
  /* Header
  ------------------------------------------------------------------------*/
  /* buttons edges butting together */
  /* button layering (for border precedence) */
  /* Content
  ------------------------------------------------------------------------*/
  /* Cell Styles
  ------------------------------------------------------------------------*/
  /* Buttons
  ------------------------------------------------------------------------*/
  /*
      Our default prev/next buttons use HTML entities like &lsaquo; &rsaquo; &laquo; &raquo;
      and we'll try to make them look good cross-browser.
  */
  /* icon (for jquery ui) */
  /*
    button states
    borrowed from twitter bootstrap (http://twitter.github.com/bootstrap/)
  */
  /* Global Event Styles
  ------------------------------------------------------------------------*/
  /* Horizontal Events
  ------------------------------------------------------------------------*/
  /* resizable */
  /* Reusable Separate-border Table
  ------------------------------------------------------------*/
  /* Month View, Basic Week View, Basic Day View
  ------------------------------------------------------------------------*/
  /* event styles */
  /* right-to-left */
  /* Agenda Week View, Agenda Day View
  ------------------------------------------------------------------------*/
  /* make axis border take precedence */
  /* all-day area */
  /* divider (between all-day and slots) */
  /* slot rows */
  /* Vertical Events
  ------------------------------------------------------------------------*/
  /* resizable */ }
  .order-calendar-container .fc {
    direction: ltr;
    text-align: left; }
  .order-calendar-container .fc table {
    border-collapse: collapse;
    border-spacing: 0; }
  .order-calendar-container html .fc,
  .order-calendar-container .fc table {
    font-size: 1em; }
  .order-calendar-container .fc td,
  .order-calendar-container .fc th {
    padding: 0;
    vertical-align: top; }
  .order-calendar-container .fc-header td {
    white-space: nowrap; }
  .order-calendar-container .fc-header-left {
    width: 25%;
    text-align: left; }
  .order-calendar-container .fc-header-center {
    text-align: center; }
  .order-calendar-container .fc-header-right {
    width: 25%;
    text-align: right; }
  .order-calendar-container .fc-header-title {
    display: inline-block;
    vertical-align: top; }
  .order-calendar-container .fc-header-title h2 {
    margin-top: 0;
    white-space: nowrap; }
  .order-calendar-container .fc .fc-header-space {
    padding-left: 10px; }
  .order-calendar-container .fc-header .fc-button {
    margin-bottom: 1em;
    vertical-align: top; }
  .order-calendar-container .fc-header .fc-button {
    margin-right: -1px; }
  .order-calendar-container .fc-header .fc-corner-right,
  .order-calendar-container .fc-header .ui-corner-right {
    /* theme */
    margin-right: 0;
    /* back to normal */ }
  .order-calendar-container .fc-header .fc-state-hover,
  .order-calendar-container .fc-header .ui-state-hover {
    z-index: 2; }
  .order-calendar-container .fc-header .fc-state-down {
    z-index: 3; }
  .order-calendar-container .fc-header .fc-state-active,
  .order-calendar-container .fc-header .ui-state-active {
    z-index: 4; }
  .order-calendar-container .fc-content {
    position: relative;
    z-index: 1;
    /* scopes all other z-index's to be inside this container */
    clear: both;
    zoom: 1;
    /* for IE7, gives accurate coordinates for [un]freezeContentHeight */ }
  .order-calendar-container .fc-view {
    position: relative;
    width: 100%;
    overflow: hidden; }
  .order-calendar-container .fc-widget-header,
  .order-calendar-container .fc-widget-content {
    /* <td>, usually */
    border: 1px solid #ddd; }
  .order-calendar-container .fc-state-highlight {
    /* <td> today cell */
    /* TODO: add .fc-today to <th> */
    background: #fcf8e3; }
  .order-calendar-container .fc-cell-overlay {
    /* semi-transparent rectangle while dragging */
    background: #bce8f1;
    opacity: .3;
    filter: alpha(opacity=30);
    /* for IE */ }
  .order-calendar-container .fc-button {
    position: relative;
    display: inline-block;
    padding: 0 .6em;
    overflow: hidden;
    height: 1.9em;
    line-height: 1.9em;
    white-space: nowrap;
    cursor: pointer; }
  .order-calendar-container .fc-state-default {
    /* non-theme */
    border: 1px solid; }
  .order-calendar-container .fc-state-default.fc-corner-left {
    /* non-theme */
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px; }
  .order-calendar-container .fc-state-default.fc-corner-right {
    /* non-theme */
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px; }
  .order-calendar-container .fc-button .fc-icon {
    margin: 0 .1em;
    font-size: 2em;
    font-family: "Courier New", Courier, monospace;
    vertical-align: baseline;
    /* for IE7 */ }
  .order-calendar-container .fc-icon-left-single-arrow:after {
    content: "\02039";
    font-weight: bold; }
  .order-calendar-container .fc-icon-right-single-arrow:after {
    content: "\0203A";
    font-weight: bold; }
  .order-calendar-container .fc-icon-left-double-arrow:after {
    content: "\000AB"; }
  .order-calendar-container .fc-icon-right-double-arrow:after {
    content: "\000BB"; }
  .order-calendar-container .fc-button .ui-icon {
    position: relative;
    top: 50%;
    float: left;
    margin-top: -8px;
    /* we know jqui icons are always 16px tall */ }
  .order-calendar-container .fc-state-default {
    background-color: #f5f5f5;
    background-image: -moz-linear-gradient(top, #ffffff, #e6e6e6);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#e6e6e6));
    background-image: -webkit-linear-gradient(top, #ffffff, #e6e6e6);
    background-image: -o-linear-gradient(top, #ffffff, #e6e6e6);
    background-image: linear-gradient(to bottom, #ffffff, #e6e6e6);
    background-repeat: repeat-x;
    border-color: #e6e6e6 #e6e6e6 #bfbfbf;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    color: #333;
    text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05); }
  .order-calendar-container .fc-state-hover,
  .order-calendar-container .fc-state-down,
  .order-calendar-container .fc-state-active,
  .order-calendar-container .fc-state-disabled {
    color: #333333;
    background-color: #e6e6e6; }
  .order-calendar-container .fc-state-hover {
    color: #333333;
    text-decoration: none;
    background-position: 0 -15px;
    -webkit-transition: background-position 0.1s linear;
    -moz-transition: background-position 0.1s linear;
    -o-transition: background-position 0.1s linear;
    transition: background-position 0.1s linear; }
  .order-calendar-container .fc-state-down,
  .order-calendar-container .fc-state-active {
    background-color: #cccccc;
    background-image: none;
    outline: 0;
    box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05); }
  .order-calendar-container .fc-state-disabled {
    cursor: default;
    background-image: none;
    opacity: 0.65;
    filter: alpha(opacity=65);
    box-shadow: none; }
  .order-calendar-container .fc-event-container > * {
    z-index: 8; }
  .order-calendar-container .fc-event-container > .ui-draggable-dragging,
  .order-calendar-container .fc-event-container > .ui-resizable-resizing {
    z-index: 9; }
  .order-calendar-container .fc-event {
    border: 1px solid #3a87ad;
    /* default BORDER color */
    background-color: #3a87ad;
    /* default BACKGROUND color */
    color: #fff;
    /* default TEXT color */
    font-size: .85em;
    cursor: default; }
  .order-calendar-container a.fc-event {
    text-decoration: none; }
  .order-calendar-container a.fc-event,
  .order-calendar-container .fc-event-draggable {
    cursor: pointer; }
  .order-calendar-container .fc-rtl .fc-event {
    text-align: right; }
  .order-calendar-container .fc-event-inner {
    width: 100%;
    height: 100%;
    overflow: hidden; }
  .order-calendar-container .fc-event-time,
  .order-calendar-container .fc-event-title {
    padding: 0 1px; }
  .order-calendar-container .fc .ui-resizable-handle {
    display: block;
    position: absolute;
    z-index: 99999;
    overflow: hidden;
    /* hacky spaces (IE6/7) */
    font-size: 300%;
    /* */
    line-height: 50%;
    /* */ }
  .order-calendar-container .fc-event-hori {
    border-width: 1px 0;
    margin-bottom: 1px; }
  .order-calendar-container .fc-ltr .fc-event-hori.fc-event-start,
  .order-calendar-container .fc-rtl .fc-event-hori.fc-event-end {
    border-left-width: 1px;
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px; }
  .order-calendar-container .fc-ltr .fc-event-hori.fc-event-end,
  .order-calendar-container .fc-rtl .fc-event-hori.fc-event-start {
    border-right-width: 1px;
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px; }
  .order-calendar-container .fc-event-hori .ui-resizable-e {
    top: 0           !important;
    /* importants override pre jquery ui 1.7 styles */
    right: -3px      !important;
    width: 7px       !important;
    height: 100%     !important;
    cursor: e-resize; }
  .order-calendar-container .fc-event-hori .ui-resizable-w {
    top: 0           !important;
    left: -3px       !important;
    width: 7px       !important;
    height: 100%     !important;
    cursor: w-resize; }
  .order-calendar-container .fc-event-hori .ui-resizable-handle {
    _padding-bottom: 14px;
    /* IE6 had 0 height */ }
  .order-calendar-container table.fc-border-separate {
    border-collapse: separate; }
  .order-calendar-container .fc-border-separate th,
  .order-calendar-container .fc-border-separate td {
    border-width: 1px 0 0 1px; }
  .order-calendar-container .fc-border-separate th.fc-last,
  .order-calendar-container .fc-border-separate td.fc-last {
    border-right-width: 1px; }
  .order-calendar-container .fc-border-separate tr.fc-last th,
  .order-calendar-container .fc-border-separate tr.fc-last td {
    border-bottom-width: 1px; }
  .order-calendar-container .fc-border-separate tbody tr.fc-first td,
  .order-calendar-container .fc-border-separate tbody tr.fc-first th {
    border-top-width: 0; }
  .order-calendar-container .fc-grid th {
    text-align: center; }
  .order-calendar-container .fc .fc-week-number {
    width: 22px;
    text-align: center; }
  .order-calendar-container .fc .fc-week-number div {
    padding: 0 2px; }
  .order-calendar-container .fc-grid .fc-day-number {
    float: right;
    padding: 0 2px; }
  .order-calendar-container .fc-grid .fc-other-month .fc-day-number {
    opacity: 0.3;
    filter: alpha(opacity=30);
    /* for IE */
    /* opacity with small font can sometimes look too faded
         might want to set the 'color' property instead
         making day-numbers bold also fixes the problem */ }
  .order-calendar-container .fc-grid .fc-day-content {
    clear: both;
    padding: 2px 2px 1px;
    /* distance between events and day edges */ }
  .order-calendar-container .fc-grid .fc-event-time {
    font-weight: bold; }
  .order-calendar-container .fc-rtl .fc-grid .fc-day-number {
    float: left; }
  .order-calendar-container .fc-rtl .fc-grid .fc-event-time {
    float: right; }
  .order-calendar-container .fc-agenda table {
    border-collapse: separate; }
  .order-calendar-container .fc-agenda-days th {
    text-align: center; }
  .order-calendar-container .fc-agenda .fc-agenda-axis {
    width: 50px;
    padding: 0 4px;
    vertical-align: middle;
    text-align: right;
    font-weight: normal; }
  .order-calendar-container .fc-agenda-slots .fc-agenda-axis {
    white-space: nowrap; }
  .order-calendar-container .fc-agenda .fc-week-number {
    font-weight: bold; }
  .order-calendar-container .fc-agenda .fc-day-content {
    padding: 2px 2px 1px; }
  .order-calendar-container .fc-agenda-days .fc-agenda-axis {
    border-right-width: 1px; }
  .order-calendar-container .fc-agenda-days .fc-col0 {
    border-left-width: 0; }
  .order-calendar-container .fc-agenda-allday th {
    border-width: 0 1px; }
  .order-calendar-container .fc-agenda-allday .fc-day-content {
    min-height: 34px;
    /* TODO: doesnt work well in quirksmode */
    _height: 34px; }
  .order-calendar-container .fc-agenda-divider-inner {
    height: 2px;
    overflow: hidden; }
  .order-calendar-container .fc-widget-header .fc-agenda-divider-inner {
    background: #eee; }
  .order-calendar-container .fc-agenda-slots th {
    border-width: 1px 1px 0; }
  .order-calendar-container .fc-agenda-slots td {
    border-width: 1px 0 0;
    background: none; }
  .order-calendar-container .fc-agenda-slots td div {
    height: 20px; }
  .order-calendar-container .fc-agenda-slots tr.fc-slot0 th,
  .order-calendar-container .fc-agenda-slots tr.fc-slot0 td {
    border-top-width: 0; }
  .order-calendar-container .fc-agenda-slots tr.fc-minor th,
  .order-calendar-container .fc-agenda-slots tr.fc-minor td {
    border-top-style: dotted; }
  .order-calendar-container .fc-agenda-slots tr.fc-minor th.ui-widget-header {
    *border-top-style: solid;
    /* doesn't work with background in IE6/7 */ }
  .order-calendar-container .fc-event-vert {
    border-width: 0 1px; }
  .order-calendar-container .fc-event-vert.fc-event-start {
    border-top-width: 1px;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px; }
  .order-calendar-container .fc-event-vert.fc-event-end {
    border-bottom-width: 1px;
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px; }
  .order-calendar-container .fc-event-vert .fc-event-time {
    white-space: nowrap;
    font-size: 10px; }
  .order-calendar-container .fc-event-vert .fc-event-inner {
    position: relative;
    z-index: 2; }
  .order-calendar-container .fc-event-vert .fc-event-bg {
    /* makes the event lighter w/ a semi-transparent overlay  */
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #fff;
    opacity: .25;
    filter: alpha(opacity=25); }
  .order-calendar-container .fc .ui-draggable-dragging .fc-event-bg,
  .order-calendar-container .fc-select-helper .fc-event-bg {
    display: none\9;
    /* for IE6/7/8. nested opacity filters while dragging don't work */ }
  .order-calendar-container .fc-event-vert .ui-resizable-s {
    bottom: 0        !important;
    /* importants override pre jquery ui 1.7 styles */
    width: 100%      !important;
    height: 8px      !important;
    overflow: hidden !important;
    line-height: 8px !important;
    font-size: 11px  !important;
    font-family: monospace;
    text-align: center;
    cursor: s-resize; }
  .order-calendar-container .fc-agenda .ui-resizable-resizing {
    /* TODO: better selector */
    _overflow: hidden; }
/*!
 * FullCalendar v2.3.0 Stylesheet
 * Docs & License: http://arshaw.com/fullcalendar/
 * (c) 2013 Adam Shaw
 */
.calendar-container {
  /* Colors
  --------------------------------------------------------------------------------------------------*/
  /* Icons (inline elements with styled text that mock arrow icons)
  --------------------------------------------------------------------------------------------------*/
  /*
  Acceptable font-family overrides for individual icons:
      "Arial", sans-serif
      "Times New Roman", serif

  NOTE: use percentage font sizes or else old IE chokes
  */
  /* Buttons (styled <button> tags, normalized to work cross-browser)
  --------------------------------------------------------------------------------------------------*/
  /* Firefox has an annoying inner border */
  /* icons in buttons */
  /*
    button states
    borrowed from twitter bootstrap (http://twitter.github.com/bootstrap/)
  */
  /* Buttons Groups
  --------------------------------------------------------------------------------------------------*/
  /*
  every button that is not first in a button group should scootch over one pixel and cover the
  previous button's border...
  */
  /* Popover
  --------------------------------------------------------------------------------------------------*/
  /* unthemed */
  /* jqui themed */
  /* Misc Reusable Components
  --------------------------------------------------------------------------------------------------*/
  /* Tables
  --------------------------------------------------------------------------------------------------*/
  /* Fake Table Rows
  --------------------------------------------------------------------------------------------------*/
  /* Day Row (used within the header and the DayGrid)
  --------------------------------------------------------------------------------------------------*/
  /* highlighting cells & background event skeleton */
  /*
  row content (which contains day/week numbers and events) as well as "helper" (which contains
  temporary rendered events).
  */
  /* Scrolling Container
  --------------------------------------------------------------------------------------------------*/
  /* Global Event Styles
  --------------------------------------------------------------------------------------------------*/
  /* overpower some of bootstrap's and jqui's styles on <a> tags */
  /* Horizontal Events
  --------------------------------------------------------------------------------------------------*/
  /* events that are continuing to/from another week. kill rounded corners and butt up against edge */
  /* resizer */
  /* left resizer  */
  /* right resizer */
  /* DayGrid events
  ----------------------------------------------------------------------------------------------------
  We use the full "fc-day-grid-event" class instead of using descendants because the event won't
  be a descendant of the grid when it is being dragged.
  */
  /* Event Limiting
  --------------------------------------------------------------------------------------------------*/
  /* "more" link that represents hidden events */
  /* popover that appears when "more" link is clicked */
  /* Toolbar
  --------------------------------------------------------------------------------------------------*/
  /* the things within each left/right/center section */
  /* the first thing within each left/center/right section */
  /* title text */
  /* button layering (for border precedence) */
  /* View Structure
  --------------------------------------------------------------------------------------------------*/
  /* undo twitter bootstrap's box-sizing rules. normalizes positioning techniques */
  /* don't do this for the toolbar because we'll want bootstrap to style those buttons as some pt */
  /* BasicView
  --------------------------------------------------------------------------------------------------*/
  /* day row structure */
  /* a "rigid" row will take up a constant amount of height because content-skeleton is absolute */
  /* week and day number styling */
  /* AgendaView all-day area
  --------------------------------------------------------------------------------------------------*/
  /* TimeGrid axis running down the side (for both the all-day area and the slot area)
  --------------------------------------------------------------------------------------------------*/
  /* TimeGrid Structure
  --------------------------------------------------------------------------------------------------*/
  /* TimeGrid Slats (lines that run horizontally)
  --------------------------------------------------------------------------------------------------*/
  /* TimeGrid Highlighting Slots
  --------------------------------------------------------------------------------------------------*/
  /* TimeGrid Event Containment
  --------------------------------------------------------------------------------------------------*/
  /* Generic Vertical Event
  --------------------------------------------------------------------------------------------------*/
  /* TimeGrid Event Styling
  ----------------------------------------------------------------------------------------------------
  We use the full "fc-time-grid-event" class instead of using descendants because the event won't
  be a descendant of the grid when it is being dragged.
  */
  /* short mode, where time and title are on the same line */
  /* resizer */ }
  .calendar-container .fc {
    direction: ltr;
    text-align: left; }
  .calendar-container .fc-rtl {
    text-align: right; }
  .calendar-container body .fc {
    /* extra precedence to overcome jqui */
    font-size: 1em; }
  .calendar-container .fc-unthemed th,
  .calendar-container .fc-unthemed td,
  .calendar-container .fc-unthemed thead,
  .calendar-container .fc-unthemed tbody,
  .calendar-container .fc-unthemed .fc-divider,
  .calendar-container .fc-unthemed .fc-row,
  .calendar-container .fc-unthemed .fc-popover {
    border-color: #ddd; }
  .calendar-container .fc-unthemed .fc-popover {
    background-color: #fff; }
  .calendar-container .fc-unthemed .fc-divider,
  .calendar-container .fc-unthemed .fc-popover .fc-header {
    background: #eee; }
  .calendar-container .fc-unthemed .fc-popover .fc-header .fc-close {
    color: #666; }
  .calendar-container .fc-unthemed .fc-today {
    background: #fcf8e3; }
  .calendar-container .fc-highlight {
    /* when user is selecting cells */
    background: #bce8f1;
    opacity: .3;
    filter: alpha(opacity=30);
    /* for IE */ }
  .calendar-container .fc-bgevent {
    /* default look for background events */
    background: #8fdf82;
    opacity: .3;
    filter: alpha(opacity=30);
    /* for IE */ }
  .calendar-container .fc-nonbusiness {
    /* default look for non-business-hours areas */
    /* will inherit .fc-bgevent's styles */
    background: #d7d7d7; }
  .calendar-container .fc-icon {
    display: inline-block;
    width: 1em;
    height: 1em;
    line-height: 1em;
    font-size: 1em;
    text-align: center;
    overflow: hidden;
    font-family: "Courier New", Courier, monospace; }
  .calendar-container .fc-icon:after {
    position: relative;
    margin: 0 -1em;
    /* ensures character will be centered, regardless of width */ }
  .calendar-container .fc-icon-left-single-arrow:after {
    content: "\02039";
    font-weight: bold;
    font-size: 200%;
    top: -7%;
    left: 3%; }
  .calendar-container .fc-icon-right-single-arrow:after {
    content: "\0203A";
    font-weight: bold;
    font-size: 200%;
    top: -7%;
    left: -3%; }
  .calendar-container .fc-icon-left-double-arrow:after {
    content: "\000AB";
    font-size: 160%;
    top: -7%; }
  .calendar-container .fc-icon-right-double-arrow:after {
    content: "\000BB";
    font-size: 160%;
    top: -7%; }
  .calendar-container .fc-icon-left-triangle:after {
    content: "\25C4";
    font-size: 125%;
    top: 3%;
    left: -2%; }
  .calendar-container .fc-icon-right-triangle:after {
    content: "\25BA";
    font-size: 125%;
    top: 3%;
    left: 2%; }
  .calendar-container .fc-icon-down-triangle:after {
    content: "\25BC";
    font-size: 125%;
    top: 2%; }
  .calendar-container .fc-icon-x:after {
    content: "\000D7";
    font-size: 200%;
    top: 6%; }
  .calendar-container .fc button {
    /* force height to include the border and padding */
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    /* dimensions */
    margin: 0;
    height: 2.1em;
    padding: 0 .6em;
    /* text & cursor */
    font-size: 1em;
    /* normalize */
    white-space: nowrap;
    cursor: pointer; }
  .calendar-container .fc button::-moz-focus-inner {
    margin: 0;
    padding: 0; }
  .calendar-container .fc-state-default {
    /* non-theme */
    border: 1px solid; }
  .calendar-container .fc-state-default.fc-corner-left {
    /* non-theme */
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px; }
  .calendar-container .fc-state-default.fc-corner-right {
    /* non-theme */
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px; }
  .calendar-container .fc button .fc-icon {
    /* non-theme */
    position: relative;
    top: -0.05em;
    /* seems to be a good adjustment across browsers */
    margin: 0 .2em;
    vertical-align: middle; }
  .calendar-container .fc-state-default {
    background-color: #f5f5f5;
    background-image: -moz-linear-gradient(top, #ffffff, #e6e6e6);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#e6e6e6));
    background-image: -webkit-linear-gradient(top, #ffffff, #e6e6e6);
    background-image: -o-linear-gradient(top, #ffffff, #e6e6e6);
    background-image: linear-gradient(to bottom, #ffffff, #e6e6e6);
    background-repeat: repeat-x;
    border-color: #e6e6e6 #e6e6e6 #bfbfbf;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    color: #333;
    text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05); }
  .calendar-container .fc-state-hover,
  .calendar-container .fc-state-down,
  .calendar-container .fc-state-active,
  .calendar-container .fc-state-disabled {
    color: #333333;
    background-color: #e6e6e6; }
  .calendar-container .fc-state-hover {
    color: #333333;
    text-decoration: none;
    background-position: 0 -15px;
    -webkit-transition: background-position 0.1s linear;
    -moz-transition: background-position 0.1s linear;
    -o-transition: background-position 0.1s linear;
    transition: background-position 0.1s linear; }
  .calendar-container .fc-state-down,
  .calendar-container .fc-state-active {
    background-color: #cccccc;
    background-image: none;
    box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05); }
  .calendar-container .fc-state-disabled {
    cursor: default;
    background-image: none;
    opacity: 0.65;
    filter: alpha(opacity=65);
    box-shadow: none; }
  .calendar-container .fc-button-group {
    display: inline-block; }
  .calendar-container .fc .fc-button-group > * {
    /* extra precedence b/c buttons have margin set to zero */
    float: left;
    margin: 0 0 0 -1px; }
  .calendar-container .fc .fc-button-group > :first-child {
    /* same */
    margin-left: 0; }
  .calendar-container .fc-popover {
    position: absolute;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.15); }
  .calendar-container .fc-popover .fc-header {
    /* TODO: be more consistent with fc-head/fc-body */
    padding: 2px 4px; }
  .calendar-container .fc-popover .fc-header .fc-title {
    margin: 0 2px; }
  .calendar-container .fc-popover .fc-header .fc-close {
    cursor: pointer; }
  .calendar-container .fc-ltr .fc-popover .fc-header .fc-title,
  .calendar-container .fc-rtl .fc-popover .fc-header .fc-close {
    float: left; }
  .calendar-container .fc-rtl .fc-popover .fc-header .fc-title,
  .calendar-container .fc-ltr .fc-popover .fc-header .fc-close {
    float: right; }
  .calendar-container .fc-unthemed .fc-popover {
    border-width: 1px;
    border-style: solid; }
  .calendar-container .fc-unthemed .fc-popover .fc-header .fc-close {
    font-size: .9em;
    margin-top: 2px; }
  .calendar-container .fc-popover > .ui-widget-header + .ui-widget-content {
    border-top: 0;
    /* where they meet, let the header have the border */ }
  .calendar-container .fc-divider {
    border-style: solid;
    border-width: 1px; }
  .calendar-container hr.fc-divider {
    height: 0;
    margin: 0;
    padding: 0 0 2px;
    /* height is unreliable across browsers, so use padding */
    border-width: 1px 0; }
  .calendar-container .fc-clear {
    clear: both; }
  .calendar-container .fc-bg,
  .calendar-container .fc-bgevent-skeleton,
  .calendar-container .fc-highlight-skeleton,
  .calendar-container .fc-helper-skeleton {
    /* these element should always cling to top-left/right corners */
    position: absolute;
    top: 0;
    left: 0;
    right: 0; }
  .calendar-container .fc-bg {
    bottom: 0;
    /* strech bg to bottom edge */ }
  .calendar-container .fc-bg table {
    height: 100%;
    /* strech bg to bottom edge */ }
  .calendar-container .fc table {
    width: 100%;
    table-layout: fixed;
    border-collapse: collapse;
    border-spacing: 0;
    font-size: 1em;
    /* normalize cross-browser */ }
  .calendar-container .fc th {
    text-align: center; }
  .calendar-container .fc th,
  .calendar-container .fc td {
    border-style: solid;
    border-width: 1px;
    padding: 0;
    vertical-align: top; }
  .calendar-container .fc td.fc-today {
    border-style: double;
    /* overcome neighboring borders */ }
  .calendar-container .fc .fc-row {
    /* extra precedence to overcome themes w/ .ui-widget-content forcing a 1px border */
    /* no visible border by default. but make available if need be (scrollbar width compensation) */
    border-style: solid;
    border-width: 0; }
  .calendar-container .fc-row table {
    /* don't put left/right border on anything within a fake row.
         the outer tbody will worry about this */
    border-left: 0 hidden transparent;
    border-right: 0 hidden transparent;
    /* no bottom borders on rows */
    border-bottom: 0 hidden transparent; }
  .calendar-container .fc-row:first-child table {
    border-top: 0 hidden transparent;
    /* no top border on first row */ }
  .calendar-container .fc-row {
    position: relative; }
  .calendar-container .fc-row .fc-bg {
    z-index: 1; }
  .calendar-container .fc-row .fc-bgevent-skeleton,
  .calendar-container .fc-row .fc-highlight-skeleton {
    bottom: 0;
    /* stretch skeleton to bottom of row */ }
  .calendar-container .fc-row .fc-bgevent-skeleton table,
  .calendar-container .fc-row .fc-highlight-skeleton table {
    height: 100%;
    /* stretch skeleton to bottom of row */ }
  .calendar-container .fc-row .fc-highlight-skeleton td,
  .calendar-container .fc-row .fc-bgevent-skeleton td {
    border-color: transparent; }
  .calendar-container .fc-row .fc-bgevent-skeleton {
    z-index: 2; }
  .calendar-container .fc-row .fc-highlight-skeleton {
    z-index: 3; }
  .calendar-container .fc-row .fc-content-skeleton {
    position: relative;
    z-index: 4;
    padding-bottom: 2px;
    /* matches the space above the events */ }
  .calendar-container .fc-row .fc-helper-skeleton {
    z-index: 5; }
  .calendar-container .fc-row .fc-content-skeleton td,
  .calendar-container .fc-row .fc-helper-skeleton td {
    /* see-through to the background below */
    background: none;
    /* in case <td>s are globally styled */
    border-color: transparent;
    /* don't put a border between events and/or the day number */
    border-bottom: 0; }
  .calendar-container .fc-row .fc-content-skeleton tbody td,
  .calendar-container .fc-row .fc-helper-skeleton tbody td {
    /* don't put a border between event cells */
    border-top: 0; }
  .calendar-container .fc-scroller {
    /* this class goes on elements for guaranteed vertical scrollbars */
    overflow-y: scroll;
    overflow-x: hidden; }
  .calendar-container .fc-scroller > * {
    /* we expect an immediate inner element */
    position: relative;
    /* re-scope all positions */
    width: 100%;
    /* hack to force re-sizing this inner element when scrollbars appear/disappear */
    overflow: hidden;
    /* don't let negative margins or absolute positioning create further scroll */ }
  .calendar-container .fc-event {
    position: relative;
    /* for resize handle and other inner positioning */
    display: block;
    /* make the <a> tag block */
    font-size: .85em;
    line-height: 1.3;
    border-radius: 3px;
    border: 1px solid #3a87ad;
    /* default BORDER color */
    background-color: #3a87ad;
    /* default BACKGROUND color */
    font-weight: normal;
    /* undo jqui's ui-widget-header bold */ }
  .calendar-container .fc-event,
  .calendar-container .fc-event:hover,
  .calendar-container .ui-widget .fc-event {
    color: #fff;
    /* default TEXT color */
    text-decoration: none;
    /* if <a> has an href */ }
  .calendar-container .fc-event[href],
  .calendar-container .fc-event.fc-draggable {
    cursor: pointer;
    /* give events with links and draggable events a hand mouse pointer */ }
  .calendar-container .fc-not-allowed,
  .calendar-container .fc-not-allowed .fc-event {
    /* to override an event's custom cursor */
    cursor: not-allowed; }
  .calendar-container .fc-event .fc-bg {
    /* the generic .fc-bg already does position */
    z-index: 1;
    background: #fff;
    opacity: .25;
    filter: alpha(opacity=25);
    /* for IE */ }
  .calendar-container .fc-event .fc-content {
    position: relative;
    z-index: 2; }
  .calendar-container .fc-event .fc-resizer {
    position: absolute;
    z-index: 3; }
  .calendar-container .fc-ltr .fc-h-event.fc-not-start,
  .calendar-container .fc-rtl .fc-h-event.fc-not-end {
    margin-left: 0;
    border-left-width: 0;
    padding-left: 1px;
    /* replace the border with padding */
    border-top-left-radius: 0;
    border-bottom-left-radius: 0; }
  .calendar-container .fc-ltr .fc-h-event.fc-not-end,
  .calendar-container .fc-rtl .fc-h-event.fc-not-start {
    margin-right: 0;
    border-right-width: 0;
    padding-right: 1px;
    /* replace the border with padding */
    border-top-right-radius: 0;
    border-bottom-right-radius: 0; }
  .calendar-container .fc-h-event .fc-resizer {
    /* positioned it to overcome the event's borders */
    top: -1px;
    bottom: -1px;
    left: -1px;
    right: -1px;
    width: 5px; }
  .calendar-container .fc-ltr .fc-h-event .fc-start-resizer,
  .calendar-container .fc-ltr .fc-h-event .fc-start-resizer:before,
  .calendar-container .fc-ltr .fc-h-event .fc-start-resizer:after,
  .calendar-container .fc-rtl .fc-h-event .fc-end-resizer,
  .calendar-container .fc-rtl .fc-h-event .fc-end-resizer:before,
  .calendar-container .fc-rtl .fc-h-event .fc-end-resizer:after {
    right: auto;
    /* ignore the right and only use the left */
    cursor: w-resize; }
  .calendar-container .fc-ltr .fc-h-event .fc-end-resizer,
  .calendar-container .fc-ltr .fc-h-event .fc-end-resizer:before,
  .calendar-container .fc-ltr .fc-h-event .fc-end-resizer:after,
  .calendar-container .fc-rtl .fc-h-event .fc-start-resizer,
  .calendar-container .fc-rtl .fc-h-event .fc-start-resizer:before,
  .calendar-container .fc-rtl .fc-h-event .fc-start-resizer:after {
    left: auto;
    /* ignore the left and only use the right */
    cursor: e-resize; }
  .calendar-container .fc-day-grid-event {
    margin: 1px 2px 0;
    /* spacing between events and edges */
    padding: 0 1px; }
  .calendar-container .fc-day-grid-event .fc-content {
    /* force events to be one-line tall */
    white-space: nowrap;
    overflow: hidden; }
  .calendar-container .fc-day-grid-event .fc-time {
    font-weight: bold; }
  .calendar-container .fc-day-grid-event .fc-resizer {
    /* enlarge the default hit area */
    left: -3px;
    right: -3px;
    width: 7px; }
  .calendar-container a.fc-more {
    margin: 1px 3px;
    font-size: .85em;
    cursor: pointer;
    text-decoration: none; }
  .calendar-container a.fc-more:hover {
    text-decoration: underline; }
  .calendar-container .fc-limited {
    /* rows and cells that are hidden because of a "more" link */
    display: none; }
  .calendar-container .fc-day-grid .fc-row {
    z-index: 1;
    /* make the "more" popover one higher than this */ }
  .calendar-container .fc-more-popover {
    z-index: 2;
    width: 220px; }
  .calendar-container .fc-more-popover .fc-event-container {
    padding: 10px; }
  .calendar-container .fc-toolbar {
    text-align: center;
    margin-bottom: 1em; }
  .calendar-container .fc-toolbar .fc-left {
    float: left; }
  .calendar-container .fc-toolbar .fc-right {
    float: right; }
  .calendar-container .fc-toolbar .fc-center {
    display: inline-block; }
  .calendar-container .fc .fc-toolbar > * > * {
    /* extra precedence to override button border margins */
    float: left;
    margin-left: .75em; }
  .calendar-container .fc .fc-toolbar > * > :first-child {
    /* extra precedence to override button border margins */
    margin-left: 0; }
  .calendar-container .fc-toolbar h2 {
    margin: 0; }
  .calendar-container .fc-toolbar button {
    position: relative; }
  .calendar-container .fc-toolbar .fc-state-hover,
  .calendar-container .fc-toolbar .ui-state-hover {
    z-index: 2; }
  .calendar-container .fc-toolbar .fc-state-down {
    z-index: 3; }
  .calendar-container .fc-toolbar .fc-state-active,
  .calendar-container .fc-toolbar .ui-state-active {
    z-index: 4; }
  .calendar-container .fc-toolbar button:focus {
    z-index: 5; }
  .calendar-container .fc-view-container *,
  .calendar-container .fc-view-container *:before,
  .calendar-container .fc-view-container *:after {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box; }
  .calendar-container .fc-view,
  .calendar-container .fc-view > table {
    /* so dragged elements can be above the view's main element */
    position: relative;
    z-index: 1; }
  .calendar-container .fc-basicWeek-view .fc-content-skeleton,
  .calendar-container .fc-basicDay-view .fc-content-skeleton {
    /* we are sure there are no day numbers in these views, so... */
    padding-top: 1px;
    /* add a pixel to make sure there are 2px padding above events */
    padding-bottom: 1em;
    /* ensure a space at bottom of cell for user selecting/clicking */ }
  .calendar-container .fc-basic-view .fc-body .fc-row {
    min-height: 4em;
    /* ensure that all rows are at least this tall */ }
  .calendar-container .fc-row.fc-rigid {
    overflow: hidden; }
  .calendar-container .fc-row.fc-rigid .fc-content-skeleton {
    position: absolute;
    top: 0;
    left: 0;
    right: 0; }
  .calendar-container .fc-basic-view .fc-week-number,
  .calendar-container .fc-basic-view .fc-day-number {
    padding: 0 2px; }
  .calendar-container .fc-basic-view td.fc-week-number span,
  .calendar-container .fc-basic-view td.fc-day-number {
    padding-top: 2px;
    padding-bottom: 2px; }
  .calendar-container .fc-basic-view .fc-week-number {
    text-align: center; }
  .calendar-container .fc-basic-view .fc-week-number span {
    /* work around the way we do column resizing and ensure a minimum width */
    display: inline-block;
    min-width: 1.25em; }
  .calendar-container .fc-ltr .fc-basic-view .fc-day-number {
    text-align: right; }
  .calendar-container .fc-rtl .fc-basic-view .fc-day-number {
    text-align: left; }
  .calendar-container .fc-day-number.fc-other-month {
    opacity: 0.3;
    filter: alpha(opacity=30);
    /* for IE */
    /* opacity with small font can sometimes look too faded
         might want to set the 'color' property instead
         making day-numbers bold also fixes the problem */ }
  .calendar-container .fc-agenda-view .fc-day-grid {
    position: relative;
    z-index: 2;
    /* so the "more.." popover will be over the time grid */ }
  .calendar-container .fc-agenda-view .fc-day-grid .fc-row {
    min-height: 3em;
    /* all-day section will never get shorter than this */ }
  .calendar-container .fc-agenda-view .fc-day-grid .fc-row .fc-content-skeleton {
    padding-top: 1px;
    /* add a pixel to make sure there are 2px padding above events */
    padding-bottom: 1em;
    /* give space underneath events for clicking/selecting days */ }
  .calendar-container .fc .fc-axis {
    /* .fc to overcome default cell styles */
    vertical-align: middle;
    padding: 0 4px;
    white-space: nowrap; }
  .calendar-container .fc-ltr .fc-axis {
    text-align: right; }
  .calendar-container .fc-rtl .fc-axis {
    text-align: left; }
  .calendar-container .ui-widget td.fc-axis {
    font-weight: normal;
    /* overcome jqui theme making it bold */ }
  .calendar-container .fc-time-grid-container,
  .calendar-container .fc-time-grid {
    /* so slats/bg/content/etc positions get scoped within here */
    position: relative;
    z-index: 1; }
  .calendar-container .fc-time-grid {
    min-height: 100%;
    /* so if height setting is 'auto', .fc-bg stretches to fill height */ }
  .calendar-container .fc-time-grid table {
    /* don't put outer borders on slats/bg/content/etc */
    border: 0 hidden transparent; }
  .calendar-container .fc-time-grid > .fc-bg {
    z-index: 1; }
  .calendar-container .fc-time-grid .fc-slats,
  .calendar-container .fc-time-grid > hr {
    /* the <hr> AgendaView injects when grid is shorter than scroller */
    position: relative;
    z-index: 2; }
  .calendar-container .fc-time-grid .fc-bgevent-skeleton,
  .calendar-container .fc-time-grid .fc-content-skeleton {
    position: absolute;
    top: 0;
    left: 0;
    right: 0; }
  .calendar-container .fc-time-grid .fc-bgevent-skeleton {
    z-index: 3; }
  .calendar-container .fc-time-grid .fc-highlight-skeleton {
    z-index: 4; }
  .calendar-container .fc-time-grid .fc-content-skeleton {
    z-index: 5; }
  .calendar-container .fc-time-grid .fc-helper-skeleton {
    z-index: 6; }
  .calendar-container .fc-time-grid .fc-slats td {
    height: 1.5em;
    border-bottom: 0;
    /* each cell is responsible for its top border */ }
  .calendar-container .fc-time-grid .fc-slats .fc-minor td {
    border-top-style: dotted; }
  .calendar-container .fc-time-grid .fc-slats .ui-widget-content {
    /* for jqui theme */
    background: none;
    /* see through to fc-bg */ }
  .calendar-container .fc-time-grid .fc-highlight-container {
    /* a div within a cell within the fc-highlight-skeleton */
    position: relative;
    /* scopes the left/right of the fc-highlight to be in the column */ }
  .calendar-container .fc-time-grid .fc-highlight {
    position: absolute;
    left: 0;
    right: 0;
    /* top and bottom will be in by JS */ }
  .calendar-container .fc-time-grid .fc-event-container,
  .calendar-container .fc-time-grid .fc-bgevent-container {
    /* a div within a cell within the fc-bgevent-skeleton */
    position: relative; }
  .calendar-container .fc-ltr .fc-time-grid .fc-event-container {
    /* space on the sides of events for LTR (default) */
    margin: 0 2.5% 0 2px; }
  .calendar-container .fc-rtl .fc-time-grid .fc-event-container {
    /* space on the sides of events for RTL */
    margin: 0 2px 0 2.5%; }
  .calendar-container .fc-time-grid .fc-event,
  .calendar-container .fc-time-grid .fc-bgevent {
    position: absolute;
    z-index: 1;
    /* scope inner z-index's */ }
  .calendar-container .fc-time-grid .fc-bgevent {
    /* background events always span full width */
    left: 0;
    right: 0; }
  .calendar-container .fc-v-event.fc-not-start {
    /* events that are continuing from another day */
    /* replace space made by the top border with padding */
    border-top-width: 0;
    padding-top: 1px;
    /* remove top rounded corners */
    border-top-left-radius: 0;
    border-top-right-radius: 0; }
  .calendar-container .fc-v-event.fc-not-end {
    /* replace space made by the top border with padding */
    border-bottom-width: 0;
    padding-bottom: 1px;
    /* remove bottom rounded corners */
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0; }
  .calendar-container .fc-time-grid-event {
    overflow: hidden;
    /* don't let the bg flow over rounded corners */ }
  .calendar-container .fc-time-grid-event .fc-time,
  .calendar-container .fc-time-grid-event .fc-title {
    padding: 0 1px; }
  .calendar-container .fc-time-grid-event .fc-time {
    font-size: .85em;
    white-space: nowrap; }
  .calendar-container .fc-time-grid-event.fc-short .fc-content {
    /* don't wrap to second line (now that contents will be inline) */
    white-space: nowrap; }
  .calendar-container .fc-time-grid-event.fc-short .fc-time,
  .calendar-container .fc-time-grid-event.fc-short .fc-title {
    /* put the time and title on the same line */
    display: inline-block;
    vertical-align: top; }
  .calendar-container .fc-time-grid-event.fc-short .fc-time span {
    display: none;
    /* don't display the full time text... */ }
  .calendar-container .fc-time-grid-event.fc-short .fc-time:before {
    content: attr(data-start);
    /* ...instead, display only the start time */ }
  .calendar-container .fc-time-grid-event.fc-short .fc-time:after {
    content: "\000A0-\000A0";
    /* seperate with a dash, wrapped in nbsp's */ }
  .calendar-container .fc-time-grid-event.fc-short .fc-title {
    font-size: .85em;
    /* make the title text the same size as the time */
    padding: 0;
    /* undo padding from above */ }
  .calendar-container .fc-time-grid-event .fc-resizer {
    left: 0;
    right: 0;
    bottom: 0;
    height: 8px;
    overflow: hidden;
    line-height: 8px;
    font-size: 11px;
    font-family: monospace;
    text-align: center;
    cursor: s-resize; }
  .calendar-container .fc-time-grid-event .fc-resizer:after {
    content: "="; }
.morris-hover{position:absolute;z-index:1000}.morris-hover.morris-default-style{border-radius:10px;padding:6px;color:#666;background:rgba(255,255,255,0.8);border:solid 2px rgba(230,230,230,0.8);font-family:sans-serif;font-size:12px;text-align:center}.morris-hover.morris-default-style .morris-hover-row-label{font-weight:bold;margin:0.25em 0}
.morris-hover.morris-default-style .morris-hover-point{white-space:nowrap;margin:0.1em 0}
.select2-container {
  box-sizing: border-box;
  display: inline-block;
  margin: 0;
  position: relative;
  vertical-align: middle; }
  .select2-container .select2-selection--single {
    box-sizing: border-box;
    cursor: pointer;
    display: block;
    height: 28px;
    user-select: none;
    -webkit-user-select: none; }
    .select2-container .select2-selection--single .select2-selection__rendered {
      display: block;
      padding-left: 8px;
      padding-right: 20px;
      overflow: hidden;
      text-overflow: ellipsis;
      white-space: nowrap; }
    .select2-container .select2-selection--single .select2-selection__clear {
      position: relative; }
  .select2-container[dir="rtl"] .select2-selection--single .select2-selection__rendered {
    padding-right: 8px;
    padding-left: 20px; }
  .select2-container .select2-selection--multiple {
    box-sizing: border-box;
    cursor: pointer;
    display: block;
    min-height: 32px;
    user-select: none;
    -webkit-user-select: none; }
    .select2-container .select2-selection--multiple .select2-selection__rendered {
      display: inline-block;
      overflow: hidden;
      padding-left: 8px;
      text-overflow: ellipsis;
      white-space: nowrap; }
  .select2-container .select2-search--inline {
    float: left; }
    .select2-container .select2-search--inline .select2-search__field {
      box-sizing: border-box;
      border: none;
      font-size: 100%;
      margin-top: 5px;
      padding: 0; }
      .select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button {
        -webkit-appearance: none; }

.select2-dropdown {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  box-sizing: border-box;
  display: block;
  position: absolute;
  left: -100000px;
  width: 100%;
  z-index: 1051; }

.select2-results {
  display: block; }

.select2-results__options {
  list-style: none;
  margin: 0;
  padding: 0; }

.select2-results__option {
  padding: 6px;
  user-select: none;
  -webkit-user-select: none; }
  .select2-results__option[aria-selected] {
    cursor: pointer; }

.select2-container--open .select2-dropdown {
  left: 0; }

.select2-container--open .select2-dropdown--above {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0; }

.select2-container--open .select2-dropdown--below {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0; }

.select2-search--dropdown {
  display: block;
  padding: 4px; }
  .select2-search--dropdown .select2-search__field {
    padding: 4px;
    width: 100%;
    box-sizing: border-box; }
    .select2-search--dropdown .select2-search__field::-webkit-search-cancel-button {
      -webkit-appearance: none; }
  .select2-search--dropdown.select2-search--hide {
    display: none; }

.select2-close-mask {
  border: 0;
  margin: 0;
  padding: 0;
  display: block;
  position: fixed;
  left: 0;
  top: 0;
  min-height: 100%;
  min-width: 100%;
  height: auto;
  width: auto;
  opacity: 0;
  z-index: 99;
  background-color: #fff;
  filter: alpha(opacity=0); }

.select2-hidden-accessible {
  border: 0 !important;
  clip: rect(0 0 0 0) !important;
  -webkit-clip-path: inset(50%) !important;
  clip-path: inset(50%) !important;
  height: 1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important;
  white-space: nowrap !important; }

.select2-container--default .select2-selection--single {
  background-color: #fff;
  border: 1px solid #aaa;
  border-radius: 4px; }
  .select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #444;
    line-height: 28px; }
  .select2-container--default .select2-selection--single .select2-selection__clear {
    cursor: pointer;
    float: right;
    font-weight: bold; }
  .select2-container--default .select2-selection--single .select2-selection__placeholder {
    color: #999; }
  .select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 26px;
    position: absolute;
    top: 1px;
    right: 1px;
    width: 20px; }
    .select2-container--default .select2-selection--single .select2-selection__arrow b {
      border-color: #888 transparent transparent transparent;
      border-style: solid;
      border-width: 5px 4px 0 4px;
      height: 0;
      left: 50%;
      margin-left: -4px;
      margin-top: -2px;
      position: absolute;
      top: 50%;
      width: 0; }

.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__clear {
  float: left; }

.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__arrow {
  left: 1px;
  right: auto; }

.select2-container--default.select2-container--disabled .select2-selection--single {
  background-color: #eee;
  cursor: default; }
  .select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear {
    display: none; }

.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #888 transparent;
  border-width: 0 4px 5px 4px; }

.select2-container--default .select2-selection--multiple {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: text; }
  .select2-container--default .select2-selection--multiple .select2-selection__rendered {
    box-sizing: border-box;
    list-style: none;
    margin: 0;
    padding: 0 5px;
    width: 100%; }
    .select2-container--default .select2-selection--multiple .select2-selection__rendered li {
      list-style: none; }
  .select2-container--default .select2-selection--multiple .select2-selection__clear {
    cursor: pointer;
    float: right;
    font-weight: bold;
    margin-top: 5px;
    margin-right: 10px;
    padding: 1px; }
  .select2-container--default .select2-selection--multiple .select2-selection__choice {
    background-color: #e4e4e4;
    border: 1px solid #aaa;
    border-radius: 4px;
    cursor: default;
    float: left;
    margin-right: 5px;
    margin-top: 5px;
    padding: 0 5px; }
  .select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
    color: #999;
    cursor: pointer;
    display: inline-block;
    font-weight: bold;
    margin-right: 2px; }
    .select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover {
      color: #333; }

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice, .select2-container--default[dir="rtl"] .select2-selection--multiple .select2-search--inline {
  float: right; }

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
  margin-left: 5px;
  margin-right: auto; }

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
  margin-left: 2px;
  margin-right: auto; }

.select2-container--default.select2-container--focus .select2-selection--multiple {
  border: solid black 1px;
  outline: 0; }

.select2-container--default.select2-container--disabled .select2-selection--multiple {
  background-color: #eee;
  cursor: default; }

.select2-container--default.select2-container--disabled .select2-selection__choice__remove {
  display: none; }

.select2-container--default.select2-container--open.select2-container--above .select2-selection--single, .select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple {
  border-top-left-radius: 0;
  border-top-right-radius: 0; }

.select2-container--default.select2-container--open.select2-container--below .select2-selection--single, .select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0; }

.select2-container--default .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa; }

.select2-container--default .select2-search--inline .select2-search__field {
  background: transparent;
  border: none;
  outline: 0;
  box-shadow: none;
  -webkit-appearance: textfield; }

.select2-container--default .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto; }

.select2-container--default .select2-results__option[role=group] {
  padding: 0; }

.select2-container--default .select2-results__option[aria-disabled=true] {
  color: #999; }

.select2-container--default .select2-results__option[aria-selected=true] {
  background-color: #ddd; }

.select2-container--default .select2-results__option .select2-results__option {
  padding-left: 1em; }
  .select2-container--default .select2-results__option .select2-results__option .select2-results__group {
    padding-left: 0; }
  .select2-container--default .select2-results__option .select2-results__option .select2-results__option {
    margin-left: -1em;
    padding-left: 2em; }
    .select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
      margin-left: -2em;
      padding-left: 3em; }
      .select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
        margin-left: -3em;
        padding-left: 4em; }
        .select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
          margin-left: -4em;
          padding-left: 5em; }
          .select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
            margin-left: -5em;
            padding-left: 6em; }

.select2-container--default .select2-results__option--highlighted[aria-selected] {
  background-color: #5897fb;
  color: white; }

.select2-container--default .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px; }

.select2-container--classic .select2-selection--single {
  background-color: #f7f7f7;
  border: 1px solid #aaa;
  border-radius: 4px;
  outline: 0;
  background-image: -webkit-linear-gradient(top, white 50%, #eeeeee 100%);
  background-image: -o-linear-gradient(top, white 50%, #eeeeee 100%);
  background-image: linear-gradient(to bottom, white 50%, #eeeeee 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0); }
  .select2-container--classic .select2-selection--single:focus {
    border: 1px solid #5897fb; }
  .select2-container--classic .select2-selection--single .select2-selection__rendered {
    color: #444;
    line-height: 28px; }
  .select2-container--classic .select2-selection--single .select2-selection__clear {
    cursor: pointer;
    float: right;
    font-weight: bold;
    margin-right: 10px; }
  .select2-container--classic .select2-selection--single .select2-selection__placeholder {
    color: #999; }
  .select2-container--classic .select2-selection--single .select2-selection__arrow {
    background-color: #ddd;
    border: none;
    border-left: 1px solid #aaa;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    height: 26px;
    position: absolute;
    top: 1px;
    right: 1px;
    width: 20px;
    background-image: -webkit-linear-gradient(top, #eeeeee 50%, #cccccc 100%);
    background-image: -o-linear-gradient(top, #eeeeee 50%, #cccccc 100%);
    background-image: linear-gradient(to bottom, #eeeeee 50%, #cccccc 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFCCCCCC', GradientType=0); }
    .select2-container--classic .select2-selection--single .select2-selection__arrow b {
      border-color: #888 transparent transparent transparent;
      border-style: solid;
      border-width: 5px 4px 0 4px;
      height: 0;
      left: 50%;
      margin-left: -4px;
      margin-top: -2px;
      position: absolute;
      top: 50%;
      width: 0; }

.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__clear {
  float: left; }

.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__arrow {
  border: none;
  border-right: 1px solid #aaa;
  border-radius: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  left: 1px;
  right: auto; }

.select2-container--classic.select2-container--open .select2-selection--single {
  border: 1px solid #5897fb; }
  .select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow {
    background: transparent;
    border: none; }
    .select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow b {
      border-color: transparent transparent #888 transparent;
      border-width: 0 4px 5px 4px; }

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--single {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  background-image: -webkit-linear-gradient(top, white 0%, #eeeeee 50%);
  background-image: -o-linear-gradient(top, white 0%, #eeeeee 50%);
  background-image: linear-gradient(to bottom, white 0%, #eeeeee 50%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0); }

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--single {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  background-image: -webkit-linear-gradient(top, #eeeeee 50%, white 100%);
  background-image: -o-linear-gradient(top, #eeeeee 50%, white 100%);
  background-image: linear-gradient(to bottom, #eeeeee 50%, white 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFFFFFFF', GradientType=0); }

.select2-container--classic .select2-selection--multiple {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: text;
  outline: 0; }
  .select2-container--classic .select2-selection--multiple:focus {
    border: 1px solid #5897fb; }
  .select2-container--classic .select2-selection--multiple .select2-selection__rendered {
    list-style: none;
    margin: 0;
    padding: 0 5px; }
  .select2-container--classic .select2-selection--multiple .select2-selection__clear {
    display: none; }
  .select2-container--classic .select2-selection--multiple .select2-selection__choice {
    background-color: #e4e4e4;
    border: 1px solid #aaa;
    border-radius: 4px;
    cursor: default;
    float: left;
    margin-right: 5px;
    margin-top: 5px;
    padding: 0 5px; }
  .select2-container--classic .select2-selection--multiple .select2-selection__choice__remove {
    color: #888;
    cursor: pointer;
    display: inline-block;
    font-weight: bold;
    margin-right: 2px; }
    .select2-container--classic .select2-selection--multiple .select2-selection__choice__remove:hover {
      color: #555; }

.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
  float: right;
  margin-left: 5px;
  margin-right: auto; }

.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
  margin-left: 2px;
  margin-right: auto; }

.select2-container--classic.select2-container--open .select2-selection--multiple {
  border: 1px solid #5897fb; }

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--multiple {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0; }

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0; }

.select2-container--classic .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa;
  outline: 0; }

.select2-container--classic .select2-search--inline .select2-search__field {
  outline: 0;
  box-shadow: none; }

.select2-container--classic .select2-dropdown {
  background-color: white;
  border: 1px solid transparent; }

.select2-container--classic .select2-dropdown--above {
  border-bottom: none; }

.select2-container--classic .select2-dropdown--below {
  border-top: none; }

.select2-container--classic .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto; }

.select2-container--classic .select2-results__option[role=group] {
  padding: 0; }

.select2-container--classic .select2-results__option[aria-disabled=true] {
  color: grey; }

.select2-container--classic .select2-results__option--highlighted[aria-selected] {
  background-color: #3875d7;
  color: white; }

.select2-container--classic .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px; }

.select2-container--classic.select2-container--open .select2-dropdown {
  border-color: #5897fb; }
/*! Select2 Bootstrap Theme v0.1.0-beta.7 | MIT License | github.com/select2/select2-bootstrap-theme */
.select2-container--bootstrap {
  display: block;
  /*------------------------------------*\
          #COMMON STYLES
  \*------------------------------------*/
  /**
   * Search field in the Select2 dropdown.
   */
  /**
   * No outline for all search fields - in the dropdown
   * and inline in multi Select2s.
   */
  /**
   * Adjust Select2's choices hover and selected styles to match
   * Bootstrap 3's default dropdown styles.
   *
   * @see http://getbootstrap.com/components/#dropdowns
   */
  /**
   * Clear the selection.
   */
  /**
   * Address disabled Select2 styles.
   *
   * @see https://select2.github.io/examples.html#disabled
   * @see http://getbootstrap.com/css/#forms-control-disabled
   */
  /*------------------------------------*\
          #DROPDOWN
  \*------------------------------------*/
  /**
   * Dropdown border color and box-shadow.
   */
  /**
   * Limit the dropdown height.
   */
  /*------------------------------------*\
          #SINGLE SELECT2
  \*------------------------------------*/
  /*------------------------------------*\
      #MULTIPLE SELECT2
  \*------------------------------------*/
  /**
   * Address Bootstrap control sizing classes
   *
   * 1. Reset Bootstrap defaults.
   * 2. Adjust the dropdown arrow button icon position.
   *
   * @see http://getbootstrap.com/css/#forms-control-sizes
   */
  /* 1 */
  /*------------------------------------*\
      #RTL SUPPORT
  \*------------------------------------*/
}
.select2-container--bootstrap .select2-selection {
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  background-color: #fff;
  border: 1px solid #ccc;
  border-radius: 4px;
  color: #555555;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  outline: 0;
}
.select2-container--bootstrap .select2-selection.form-control {
  border-radius: 4px;
}
.select2-container--bootstrap .select2-search--dropdown .select2-search__field {
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  background-color: #fff;
  border: 1px solid #ccc;
  border-radius: 4px;
  color: #555555;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
}
.select2-container--bootstrap .select2-search__field {
  outline: 0;
  /* Firefox 18- */
  /**
   * Firefox 19+
   *
   * @see http://stackoverflow.com/questions/24236240/color-for-styled-placeholder-text-is-muted-in-firefox
   */
}
.select2-container--bootstrap .select2-search__field::-webkit-input-placeholder {
  color: #999;
}
.select2-container--bootstrap .select2-search__field:-moz-placeholder {
  color: #999;
}
.select2-container--bootstrap .select2-search__field::-moz-placeholder {
  color: #999;
  opacity: 1;
}
.select2-container--bootstrap .select2-search__field:-ms-input-placeholder {
  color: #999;
}
.select2-container--bootstrap .select2-results__option {
  /**
   * Disabled results.
   *
   * @see https://select2.github.io/examples.html#disabled-results
   */
  /**
   * Hover state.
   */
  /**
   * Selected state.
   */
}
.select2-container--bootstrap .select2-results__option[role=group] {
  padding: 0;
}
.select2-container--bootstrap .select2-results__option[aria-disabled=true] {
  color: #777777;
  cursor: not-allowed;
}
.select2-container--bootstrap .select2-results__option[aria-selected=true] {
  background-color: #f5f5f5;
  color: #262626;
}
.select2-container--bootstrap .select2-results__option--highlighted[aria-selected] {
  background-color: #337ab7;
  color: #fff;
}
.select2-container--bootstrap .select2-results__option .select2-results__option {
  padding: 6px 12px;
}
.select2-container--bootstrap .select2-results__option .select2-results__option .select2-results__group {
  padding-left: 0;
}
.select2-container--bootstrap .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -12px;
  padding-left: 24px;
}
.select2-container--bootstrap .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -24px;
  padding-left: 36px;
}
.select2-container--bootstrap .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -36px;
  padding-left: 48px;
}
.select2-container--bootstrap .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -48px;
  padding-left: 60px;
}
.select2-container--bootstrap .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -60px;
  padding-left: 72px;
}
.select2-container--bootstrap .select2-results__group {
  color: #777777;
  display: block;
  padding: 6px 12px;
  font-size: 12px;
  line-height: 1.428571429;
  white-space: nowrap;
}
.select2-container--bootstrap.select2-container--focus .select2-selection, .select2-container--bootstrap.select2-container--open .select2-selection {
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
  -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  -webkit-transition: border-color ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
  border-color: #66afe9;
}
.select2-container--bootstrap.select2-container--open {
  /**
   * Make the dropdown arrow point up while the dropdown is visible.
   */
  /**
   * Handle border radii of the container when the dropdown is showing.
   */
}
.select2-container--bootstrap.select2-container--open .select2-selection .select2-selection__arrow b {
  border-color: transparent transparent #999 transparent;
  border-width: 0 4px 4px 4px;
}
.select2-container--bootstrap.select2-container--open.select2-container--below .select2-selection {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-bottom-color: transparent;
}
.select2-container--bootstrap.select2-container--open.select2-container--above .select2-selection {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
  border-top-color: transparent;
}
.select2-container--bootstrap .select2-selection__clear {
  color: #999;
  cursor: pointer;
  float: right;
  font-weight: bold;
  margin-right: 10px;
}
.select2-container--bootstrap .select2-selection__clear:hover {
  color: #333;
}
.select2-container--bootstrap.select2-container--disabled .select2-selection {
  border-color: #ccc;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.select2-container--bootstrap.select2-container--disabled .select2-selection,
.select2-container--bootstrap.select2-container--disabled .select2-search__field {
  cursor: not-allowed;
}
.select2-container--bootstrap.select2-container--disabled .select2-selection,
.select2-container--bootstrap.select2-container--disabled .select2-selection--multiple .select2-selection__choice {
  background-color: #eeeeee;
}
.select2-container--bootstrap.select2-container--disabled .select2-selection__clear,
.select2-container--bootstrap.select2-container--disabled .select2-selection--multiple .select2-selection__choice__remove {
  display: none;
}
.select2-container--bootstrap .select2-dropdown {
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  border-color: #66afe9;
  overflow-x: hidden;
  margin-top: -1px;
}
.select2-container--bootstrap .select2-dropdown--above {
  margin-top: 1px;
}
.select2-container--bootstrap .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto;
}
.select2-container--bootstrap .select2-selection--single {
  height: 34px;
  line-height: 1.428571429;
  padding: 6px 24px 6px 12px;
  /**
   * Adjust the single Select2's dropdown arrow button appearance.
   */
}
.select2-container--bootstrap .select2-selection--single .select2-selection__arrow {
  position: absolute;
  bottom: 0;
  right: 12px;
  top: 0;
  width: 4px;
}
.select2-container--bootstrap .select2-selection--single .select2-selection__arrow b {
  border-color: #999 transparent transparent transparent;
  border-style: solid;
  border-width: 4px 4px 0 4px;
  height: 0;
  left: 0;
  margin-left: -4px;
  margin-top: -2px;
  position: absolute;
  top: 50%;
  width: 0;
}
.select2-container--bootstrap .select2-selection--single .select2-selection__rendered {
  color: #555555;
  padding: 0;
}
.select2-container--bootstrap .select2-selection--single .select2-selection__placeholder {
  color: #999;
}
.select2-container--bootstrap .select2-selection--multiple {
  min-height: 34px;
  padding: 0;
  height: auto;
  /**
   * Make Multi Select2's choices match Bootstrap 3's default button styles.
   */
  /**
   * Minus 2px borders.
   */
  /**
   * Clear the selection.
   */
}
.select2-container--bootstrap .select2-selection--multiple .select2-selection__rendered {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  display: block;
  line-height: 1.428571429;
  list-style: none;
  margin: 0;
  overflow: hidden;
  padding: 0;
  width: 100%;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.select2-container--bootstrap .select2-selection--multiple .select2-selection__placeholder {
  color: #999;
  float: left;
  margin-top: 5px;
}
.select2-container--bootstrap .select2-selection--multiple .select2-selection__choice {
  color: #555555;
  background: #fff;
  border: 1px solid #ccc;
  border-radius: 4px;
  cursor: default;
  float: left;
  margin: 5px 0 0 6px;
  padding: 0 6px;
}
.select2-container--bootstrap .select2-selection--multiple .select2-search--inline .select2-search__field {
  background: transparent;
  padding: 0 12px;
  height: 32px;
  line-height: 1.428571429;
  margin-top: 0;
  min-width: 5em;
}
.select2-container--bootstrap .select2-selection--multiple .select2-selection__choice__remove {
  color: #999;
  cursor: pointer;
  display: inline-block;
  font-weight: bold;
  margin-right: 3px;
}
.select2-container--bootstrap .select2-selection--multiple .select2-selection__choice__remove:hover {
  color: #333;
}
.select2-container--bootstrap .select2-selection--multiple .select2-selection__clear {
  margin-top: 6px;
}
.select2-container--bootstrap .select2-selection--single.input-sm, .input-group-sm .select2-container--bootstrap .select2-selection--single, .form-group-sm .select2-container--bootstrap .select2-selection--single {
  border-radius: 3px;
  font-size: 12px;
  height: 30px;
  line-height: 1.5;
  padding: 5px 22px 5px 10px;
  /* 2 */
}
.select2-container--bootstrap .select2-selection--single.input-sm .select2-selection__arrow b, .input-group-sm .select2-container--bootstrap .select2-selection--single .select2-selection__arrow b, .form-group-sm .select2-container--bootstrap .select2-selection--single .select2-selection__arrow b {
  margin-left: -5px;
}
.select2-container--bootstrap .select2-selection--multiple.input-sm, .input-group-sm .select2-container--bootstrap .select2-selection--multiple, .form-group-sm .select2-container--bootstrap .select2-selection--multiple {
  min-height: 30px;
  border-radius: 3px;
}
.select2-container--bootstrap .select2-selection--multiple.input-sm .select2-selection__choice, .input-group-sm .select2-container--bootstrap .select2-selection--multiple .select2-selection__choice, .form-group-sm .select2-container--bootstrap .select2-selection--multiple .select2-selection__choice {
  font-size: 12px;
  line-height: 1.5;
  margin: 4px 0 0 5px;
  padding: 0 5px;
}
.select2-container--bootstrap .select2-selection--multiple.input-sm .select2-search--inline .select2-search__field, .input-group-sm .select2-container--bootstrap .select2-selection--multiple .select2-search--inline .select2-search__field, .form-group-sm .select2-container--bootstrap .select2-selection--multiple .select2-search--inline .select2-search__field {
  padding: 0 10px;
  font-size: 12px;
  height: 28px;
  line-height: 1.5;
}
.select2-container--bootstrap .select2-selection--multiple.input-sm .select2-selection__clear, .input-group-sm .select2-container--bootstrap .select2-selection--multiple .select2-selection__clear, .form-group-sm .select2-container--bootstrap .select2-selection--multiple .select2-selection__clear {
  margin-top: 5px;
}
.select2-container--bootstrap .select2-selection--single.input-lg, .input-group-lg .select2-container--bootstrap .select2-selection--single, .form-group-lg .select2-container--bootstrap .select2-selection--single {
  border-radius: 6px;
  font-size: 18px;
  height: 46px;
  line-height: 1.3333333;
  padding: 10px 31px 10px 16px;
  /* 1 */
}
.select2-container--bootstrap .select2-selection--single.input-lg .select2-selection__arrow, .input-group-lg .select2-container--bootstrap .select2-selection--single .select2-selection__arrow, .form-group-lg .select2-container--bootstrap .select2-selection--single .select2-selection__arrow {
  width: 5px;
}
.select2-container--bootstrap .select2-selection--single.input-lg .select2-selection__arrow b, .input-group-lg .select2-container--bootstrap .select2-selection--single .select2-selection__arrow b, .form-group-lg .select2-container--bootstrap .select2-selection--single .select2-selection__arrow b {
  border-width: 5px 5px 0 5px;
  margin-left: -5px;
  margin-left: -10px;
  margin-top: -2.5px;
}
.select2-container--bootstrap .select2-selection--multiple.input-lg, .input-group-lg .select2-container--bootstrap .select2-selection--multiple, .form-group-lg .select2-container--bootstrap .select2-selection--multiple {
  min-height: 46px;
  border-radius: 6px;
}
.select2-container--bootstrap .select2-selection--multiple.input-lg .select2-selection__choice, .input-group-lg .select2-container--bootstrap .select2-selection--multiple .select2-selection__choice, .form-group-lg .select2-container--bootstrap .select2-selection--multiple .select2-selection__choice {
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 4px;
  margin: 9px 0 0 8px;
  padding: 0 10px;
}
.select2-container--bootstrap .select2-selection--multiple.input-lg .select2-search--inline .select2-search__field, .input-group-lg .select2-container--bootstrap .select2-selection--multiple .select2-search--inline .select2-search__field, .form-group-lg .select2-container--bootstrap .select2-selection--multiple .select2-search--inline .select2-search__field {
  padding: 0 16px;
  font-size: 18px;
  height: 44px;
  line-height: 1.3333333;
}
.select2-container--bootstrap .select2-selection--multiple.input-lg .select2-selection__clear, .input-group-lg .select2-container--bootstrap .select2-selection--multiple .select2-selection__clear, .form-group-lg .select2-container--bootstrap .select2-selection--multiple .select2-selection__clear {
  margin-top: 10px;
}
.select2-container--bootstrap .select2-selection.input-lg.select2-container--open .select2-selection--single {
  /**
   * Make the dropdown arrow point up while the dropdown is visible.
   */
}
.select2-container--bootstrap .select2-selection.input-lg.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #999 transparent;
  border-width: 0 5px 5px 5px;
}
.input-group-lg .select2-container--bootstrap .select2-selection.select2-container--open .select2-selection--single {
  /**
   * Make the dropdown arrow point up while the dropdown is visible.
   */
}
.input-group-lg .select2-container--bootstrap .select2-selection.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #999 transparent;
  border-width: 0 5px 5px 5px;
}
.select2-container--bootstrap[dir="rtl"] {
  /**
   * Single Select2
   *
   * 1. Makes sure that .select2-selection__placeholder is positioned
   *    correctly.
   */
  /**
   * Multiple Select2
   */
}
.select2-container--bootstrap[dir="rtl"] .select2-selection--single {
  padding-left: 24px;
  padding-right: 12px;
}
.select2-container--bootstrap[dir="rtl"] .select2-selection--single .select2-selection__rendered {
  padding-right: 0;
  padding-left: 0;
  text-align: right;
  /* 1 */
}
.select2-container--bootstrap[dir="rtl"] .select2-selection--single .select2-selection__clear {
  float: left;
}
.select2-container--bootstrap[dir="rtl"] .select2-selection--single .select2-selection__arrow {
  left: 12px;
  right: auto;
}
.select2-container--bootstrap[dir="rtl"] .select2-selection--single .select2-selection__arrow b {
  margin-left: 0;
}
.select2-container--bootstrap[dir="rtl"] .select2-selection--multiple .select2-selection__choice,
.select2-container--bootstrap[dir="rtl"] .select2-selection--multiple .select2-selection__placeholder {
  float: right;
}
.select2-container--bootstrap[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
  margin-left: 0;
  margin-right: 6px;
}
.select2-container--bootstrap[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
  margin-left: 2px;
  margin-right: auto;
}

/*------------------------------------*\
    #ADDITIONAL GOODIES
\*------------------------------------*/
/**
 * Address Bootstrap's validation states
 *
 * If a Select2 widget parent has one of Bootstrap's validation state modifier
 * classes, adjust Select2's border colors and focus states accordingly.
 * You may apply said classes to the Select2 dropdown (body > .select2-container)
 * via JavaScript match Bootstraps' to make its styles match.
 *
 * @see http://getbootstrap.com/css/#forms-control-validation
 */
.has-warning .select2-dropdown,
.has-warning .select2-selection {
  border-color: #8a6d3b;
}
.has-warning .select2-container--focus .select2-selection,
.has-warning .select2-container--open .select2-selection {
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
  border-color: #66512c;
}
.has-warning.select2-drop-active {
  border-color: #66512c;
}
.has-warning.select2-drop-active.select2-drop.select2-drop-above {
  border-top-color: #66512c;
}

.has-error .select2-dropdown,
.has-error .select2-selection {
  border-color: #a94442;
}
.has-error .select2-container--focus .select2-selection,
.has-error .select2-container--open .select2-selection {
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
  border-color: #843534;
}
.has-error.select2-drop-active {
  border-color: #843534;
}
.has-error.select2-drop-active.select2-drop.select2-drop-above {
  border-top-color: #843534;
}

.has-success .select2-dropdown,
.has-success .select2-selection {
  border-color: #3c763d;
}
.has-success .select2-container--focus .select2-selection,
.has-success .select2-container--open .select2-selection {
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
  border-color: #2b542c;
}
.has-success.select2-drop-active {
  border-color: #2b542c;
}
.has-success.select2-drop-active.select2-drop.select2-drop-above {
  border-top-color: #2b542c;
}

/**
 * Select2 widgets in Bootstrap Input Groups
 *
 * When Select2 widgets are combined with other elements using Bootstraps
 * "Input Group" component, we don't want specific edges of the Select2
 * container to have a border-radius.
 *
 * Use .select2-bootstrap-prepend and .select2-bootstrap-append on
 * a Bootstrap 3 .input-group to let the contained Select2 widget know which
 * edges should not be rounded as they are directly followed by another element.
 *
 * @see http://getbootstrap.com/components/#input-groups
 */
/**
 * Mimick Bootstraps .input-group .form-control styles.
 *
 * @see https://github.com/twbs/bootstrap/blob/master/less/input-groups.less
 */
.input-group .select2-container--bootstrap {
  display: table;
  table-layout: fixed;
  position: relative;
  z-index: 2;
  float: left;
  width: 100%;
  margin-bottom: 0;
  /**
   * Adjust z-index like Bootstrap does to show the focus-box-shadow
   * above appended buttons in .input-group and .form-group.
   */
}
.input-group .select2-container--bootstrap.select2-container--open, .input-group .select2-container--bootstrap.select2-container--focus {
  z-index: 3;
}

.input-group.select2-bootstrap-prepend .select2-container--bootstrap .select2-selection {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}

.input-group.select2-bootstrap-append .select2-container--bootstrap .select2-selection {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}

/**
 * Adjust alignment of Bootstrap buttons in Bootstrap Input Groups to address
 * Multi Select2's height which - depending on how many elements have been selected -
 * may grow taller than its initial size.
 *
 * @see http://getbootstrap.com/components/#input-groups
 */
.select2-bootstrap-append .select2-container--bootstrap,
.select2-bootstrap-append .input-group-btn,
.select2-bootstrap-append .input-group-btn .btn,
.select2-bootstrap-prepend .select2-container--bootstrap,
.select2-bootstrap-prepend .input-group-btn,
.select2-bootstrap-prepend .input-group-btn .btn {
  vertical-align: top;
}

/**
 * Temporary fix for https://github.com/select2/select2-bootstrap-theme/issues/9
 *
 * Provides `!important` for certain properties of the class applied to the
 * original `<select>` element to hide it.
 *
 * @see https://github.com/select2/select2/pull/3301
 * @see https://github.com/fk/select2/commit/31830c7b32cb3d8e1b12d5b434dee40a6e753ada
 */
.form-control.select2-hidden-accessible {
  position: absolute !important;
  width: 1px !important;
}

/**
 * Display override for inline forms
*/
.form-inline .select2-container--bootstrap {
  display: inline-block;
}
ul.wysihtml5-toolbar {
	margin: 0;
	padding: 0;
	display: block;
}

ul.wysihtml5-toolbar::after {
	clear: both;
	display: table;
	content: "";
}

ul.wysihtml5-toolbar > li {
	float: left;
	display: list-item;
	list-style: none;
	margin: 0 5px 10px 0;
}

ul.wysihtml5-toolbar a[data-wysihtml5-command=bold] {
	font-weight: bold;
}

ul.wysihtml5-toolbar a[data-wysihtml5-command=italic] {
	font-style: italic;
}

ul.wysihtml5-toolbar a[data-wysihtml5-command=underline] {
	text-decoration: underline;
}

ul.wysihtml5-toolbar a.btn.wysihtml5-command-active {
	background-image: none;
	-webkit-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15),0 1px 2px rgba(0, 0, 0, 0.05);
	-moz-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15),0 1px 2px rgba(0, 0, 0, 0.05);
	box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15),0 1px 2px rgba(0, 0, 0, 0.05);
	background-color: #E6E6E6;
	background-color: #D9D9D9;
	outline: 0;
}

ul.wysihtml5-commands-disabled .dropdown-menu {
	display: none !important;
}

ul.wysihtml5-toolbar div.wysihtml5-colors {
  display:block;
  width: 50px;
  height: 20px;
  margin-top: 2px;
  margin-left: 5px;
  position: absolute;
  pointer-events: none;
}

ul.wysihtml5-toolbar a.wysihtml5-colors-title {
  padding-left: 70px;
}

ul.wysihtml5-toolbar div[data-wysihtml5-command-value="black"] {
  background: black !important;
}

ul.wysihtml5-toolbar div[data-wysihtml5-command-value="silver"] {
  background: silver !important;
}

ul.wysihtml5-toolbar div[data-wysihtml5-command-value="gray"] {
  background: gray !important;
}

ul.wysihtml5-toolbar div[data-wysihtml5-command-value="maroon"] {
  background: maroon !important;
}

ul.wysihtml5-toolbar div[data-wysihtml5-command-value="red"] {
  background: red !important;
}

ul.wysihtml5-toolbar div[data-wysihtml5-command-value="purple"] {
  background: purple !important;
}

ul.wysihtml5-toolbar div[data-wysihtml5-command-value="green"] {
  background: green !important;
}

ul.wysihtml5-toolbar div[data-wysihtml5-command-value="olive"] {
  background: olive !important;
}

ul.wysihtml5-toolbar div[data-wysihtml5-command-value="navy"] {
  background: navy !important;
}

ul.wysihtml5-toolbar div[data-wysihtml5-command-value="blue"] {
  background: blue !important;
}

ul.wysihtml5-toolbar div[data-wysihtml5-command-value="orange"] {
  background: orange !important;
}

.glyphicon-quote:before {
  content: "\201C";
  font-family: Georgia, serif;
  font-size: 50px;
  position: absolute;
  top: -4px;
  left: -3px;
  max-height: 100%;
}

.glyphicon-quote:after {
  content: "\0000a0";
}

/*

*/
.vertical-resize textarea {
  resize:vertical;
}

.edit-description {
    margin-top: -6px;
}

.description-textarea {
    width: 100%;
    max-width: 100%;
}

.block.block-white.block-sticky.analytics {
    margin-bottom: 30px;
}

.business-processes-container .comments-list {
    margin-top: 20px;
}

.business-process-total {
    padding: 5px 0 5px 20px;
    font-size: 16px;
    font-weight: bold;
    margin-top: 20px;
}


.link-shift-right {
    margin-left: 5px;
}

.segments-list {
    padding: 12px 10px 12px 20px;
}

.gray-separator {
  width: 100%;
  height: 20px;
  background-color: #eaeae5;
}

#userFields {
  background-color: #ffffff;
}

.add-contact-block {
  border-bottom: 2px solid #E9E9E9;
}

.add-contact-block a {
  margin: 5px 0 5px 10px;
}

.orange {
  color: orange;
}

.bold {
    font-weight: bold;
}

.blue {
    color: #0000ff;
}

.orange:hover {
  text-decoration: underline;
  cursor: pointer;
}

.closed-by-icon {
  left: 5px;
  top: 4px;
}

.closed-by-icon-in-comment {
    left: 5px;
    top: 4px;
}

#modalHasNoRights div.modal-header {
    background-color: #e56768;
}

.scrollable-menu {
  height: auto;
  max-height: 310px;
  overflow: auto;
  list-style: none;
}

.selectlist .dropdown-menu .scrollable-menu > li.sub-status > a {
    padding-left: 40px !important;
}

.selectlist .dropdown-menu .scrollable-menu > li:first-child > a {
    border-top: none;
}

.selectlist .dropdown-menu .scrollable-menu > li > a {
    padding: 9px 20px;
    color: #fff;
    border-top: 1px solid #4b5759;
    text-decoration: none;
}

.dropdown-menu .scrollable-menu > li > a {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: normal;
    line-height: 1.42857143;
    color: #333333;
    white-space: nowrap;
}

.dropdown-menu .scrollable-menu > li > a:hover {
    text-decoration: none;
    background-color: #4b5759;
}

div.column-filter-container > div > ul {
    max-height: 330px;
}
/*!
 * Datetimepicker for Bootstrap 3
 * version : 4.17.47
 * https://github.com/Eonasdan/bootstrap-datetimepicker/
 */
.bootstrap-datetimepicker-widget {
  list-style: none;
}
.bootstrap-datetimepicker-widget.dropdown-menu {
  display: block;
  margin: 2px 0;
  padding: 4px;
  width: 19em;
}
@media (min-width: 768px) {
  .bootstrap-datetimepicker-widget.dropdown-menu.timepicker-sbs {
    width: 38em;
  }
}
@media (min-width: 992px) {
  .bootstrap-datetimepicker-widget.dropdown-menu.timepicker-sbs {
    width: 38em;
  }
}
@media (min-width: 1200px) {
  .bootstrap-datetimepicker-widget.dropdown-menu.timepicker-sbs {
    width: 38em;
  }
}
.bootstrap-datetimepicker-widget.dropdown-menu:before,
.bootstrap-datetimepicker-widget.dropdown-menu:after {
  content: '';
  display: inline-block;
  position: absolute;
}
.bootstrap-datetimepicker-widget.dropdown-menu.bottom:before {
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 7px solid #ccc;
  border-bottom-color: rgba(0, 0, 0, 0.2);
  top: -7px;
  left: 7px;
}
.bootstrap-datetimepicker-widget.dropdown-menu.bottom:after {
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid white;
  top: -6px;
  left: 8px;
}
.bootstrap-datetimepicker-widget.dropdown-menu.top:before {
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-top: 7px solid #ccc;
  border-top-color: rgba(0, 0, 0, 0.2);
  bottom: -7px;
  left: 6px;
}
.bootstrap-datetimepicker-widget.dropdown-menu.top:after {
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 6px solid white;
  bottom: -6px;
  left: 7px;
}
.bootstrap-datetimepicker-widget.dropdown-menu.pull-right:before {
  left: auto;
  right: 6px;
}
.bootstrap-datetimepicker-widget.dropdown-menu.pull-right:after {
  left: auto;
  right: 7px;
}
.bootstrap-datetimepicker-widget .list-unstyled {
  margin: 0;
}
.bootstrap-datetimepicker-widget a[data-action] {
  padding: 6px 0;
}
.bootstrap-datetimepicker-widget a[data-action]:active {
  box-shadow: none;
}
.bootstrap-datetimepicker-widget .timepicker-hour,
.bootstrap-datetimepicker-widget .timepicker-minute,
.bootstrap-datetimepicker-widget .timepicker-second {
  width: 54px;
  font-weight: bold;
  font-size: 1.2em;
  margin: 0;
}
.bootstrap-datetimepicker-widget button[data-action] {
  padding: 6px;
}
.bootstrap-datetimepicker-widget .btn[data-action="incrementHours"]::after {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  content: "Increment Hours";
}
.bootstrap-datetimepicker-widget .btn[data-action="incrementMinutes"]::after {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  content: "Increment Minutes";
}
.bootstrap-datetimepicker-widget .btn[data-action="decrementHours"]::after {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  content: "Decrement Hours";
}
.bootstrap-datetimepicker-widget .btn[data-action="decrementMinutes"]::after {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  content: "Decrement Minutes";
}
.bootstrap-datetimepicker-widget .btn[data-action="showHours"]::after {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  content: "Show Hours";
}
.bootstrap-datetimepicker-widget .btn[data-action="showMinutes"]::after {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  content: "Show Minutes";
}
.bootstrap-datetimepicker-widget .btn[data-action="togglePeriod"]::after {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  content: "Toggle AM/PM";
}
.bootstrap-datetimepicker-widget .btn[data-action="clear"]::after {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  content: "Clear the picker";
}
.bootstrap-datetimepicker-widget .btn[data-action="today"]::after {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  content: "Set the date to today";
}
.bootstrap-datetimepicker-widget .picker-switch {
  text-align: center;
}
.bootstrap-datetimepicker-widget .picker-switch::after {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  content: "Toggle Date and Time Screens";
}
.bootstrap-datetimepicker-widget .picker-switch td {
  padding: 0;
  margin: 0;
  height: auto;
  width: auto;
  line-height: inherit;
}
.bootstrap-datetimepicker-widget .picker-switch td span {
  line-height: 2.5;
  height: 2.5em;
  width: 100%;
}
.bootstrap-datetimepicker-widget table {
  width: 100%;
  margin: 0;
}
.bootstrap-datetimepicker-widget table td,
.bootstrap-datetimepicker-widget table th {
  text-align: center;
  border-radius: 4px;
}
.bootstrap-datetimepicker-widget table th {
  height: 20px;
  line-height: 20px;
  width: 20px;
}
.bootstrap-datetimepicker-widget table th.picker-switch {
  width: 145px;
}
.bootstrap-datetimepicker-widget table th.disabled,
.bootstrap-datetimepicker-widget table th.disabled:hover {
  background: none;
  color: #777777;
  cursor: not-allowed;
}
.bootstrap-datetimepicker-widget table th.prev::after {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  content: "Previous Month";
}
.bootstrap-datetimepicker-widget table th.next::after {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  content: "Next Month";
}
.bootstrap-datetimepicker-widget table thead tr:first-child th {
  cursor: pointer;
}
.bootstrap-datetimepicker-widget table thead tr:first-child th:hover {
  background: #eeeeee;
}
.bootstrap-datetimepicker-widget table td {
  height: 54px;
  line-height: 54px;
  width: 54px;
}
.bootstrap-datetimepicker-widget table td.cw {
  font-size: .8em;
  height: 20px;
  line-height: 20px;
  color: #777777;
}
.bootstrap-datetimepicker-widget table td.day {
  height: 20px;
  line-height: 20px;
  width: 20px;
}
.bootstrap-datetimepicker-widget table td.day:hover,
.bootstrap-datetimepicker-widget table td.hour:hover,
.bootstrap-datetimepicker-widget table td.minute:hover,
.bootstrap-datetimepicker-widget table td.second:hover {
  background: #eeeeee;
  cursor: pointer;
}
.bootstrap-datetimepicker-widget table td.old,
.bootstrap-datetimepicker-widget table td.new {
  color: #777777;
}
.bootstrap-datetimepicker-widget table td.today {
  position: relative;
}
.bootstrap-datetimepicker-widget table td.today:before {
  content: '';
  display: inline-block;
  border: solid transparent;
  border-width: 0 0 7px 7px;
  border-bottom-color: #337ab7;
  border-top-color: rgba(0, 0, 0, 0.2);
  position: absolute;
  bottom: 4px;
  right: 4px;
}
.bootstrap-datetimepicker-widget table td.active,
.bootstrap-datetimepicker-widget table td.active:hover {
  background-color: #337ab7;
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.bootstrap-datetimepicker-widget table td.active.today:before {
  border-bottom-color: #fff;
}
.bootstrap-datetimepicker-widget table td.disabled,
.bootstrap-datetimepicker-widget table td.disabled:hover {
  background: none;
  color: #777777;
  cursor: not-allowed;
}
.bootstrap-datetimepicker-widget table td span {
  display: inline-block;
  width: 54px;
  height: 54px;
  line-height: 54px;
  margin: 2px 1.5px;
  cursor: pointer;
  border-radius: 4px;
}
.bootstrap-datetimepicker-widget table td span:hover {
  background: #eeeeee;
}
.bootstrap-datetimepicker-widget table td span.active {
  background-color: #337ab7;
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.bootstrap-datetimepicker-widget table td span.old {
  color: #777777;
}
.bootstrap-datetimepicker-widget table td span.disabled,
.bootstrap-datetimepicker-widget table td span.disabled:hover {
  background: none;
  color: #777777;
  cursor: not-allowed;
}
.bootstrap-datetimepicker-widget.usetwentyfour td.hour {
  height: 27px;
  line-height: 27px;
}
.bootstrap-datetimepicker-widget.wider {
  width: 21em;
}
.bootstrap-datetimepicker-widget .datepicker-decades .decade {
  line-height: 1.8em !important;
}
.input-group.date .input-group-addon {
  cursor: pointer;
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
div.dataTables_length label {
	font-weight: normal;
	text-align: left;
	white-space: nowrap;
}

div.dataTables_length select {
	width: 75px;
	display: inline-block;
}

div.dataTables_filter {
	text-align: right;
}

div.dataTables_filter label {
	font-weight: normal;
	white-space: nowrap;
	text-align: left;
}

div.dataTables_filter input {
	margin-left: 0.5em;
	display: inline-block;
	width: auto;
}

div.dataTables_info {
	padding-top2: 8px;
	white-space: nowrap;
}

div.dataTables_paginate {
	margin: 0;
	white-space: nowrap;
	text-align: right;
}

div.dataTables_paginate ul.pagination {
	margin: 2px 0;
	white-space: nowrap;
}

@media screen and (max-width: 767px) {
	div.dataTables_wrapper > div.row > div,
	div.dataTables_length,
	div.dataTables_filter,
	div.dataTables_info,
	div.dataTables_paginate {
		text-align: center;
	}

	div.DTTT {
		margin-bottom: 0.5em;
	}
}


table.dataTable td,
table.dataTable th {
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
}


table.dataTable {
	clear: both;
	margin-top2: 6px !important;
	margin-bottom2: 6px !important;
	max-width: none !important;
}

table.dataTable thead .sorting,
table.dataTable thead .sorting_asc,
table.dataTable thead .sorting_desc,
table.dataTable thead .sorting_asc_disabled,
table.dataTable thead .sorting_desc_disabled {
	cursor: pointer;
	position: relative;
}

table.dataTable thead .sorting:after,
table.dataTable thead .sorting_asc:after,
table.dataTable thead .sorting_desc:after {
	position: absolute;
	top: 13px;
	right: 8px;
	display: block;
	font-family: 'Glyphicons Halflings';
	opacity: 0.5;
}
table.dataTable thead .sorting:after {
	opacity: 0.2;
	content: "\e150"; /* sort */
}
table.dataTable thead .sorting_asc:after {
	content: "\e155"; /* sort-by-attributes */
}
table.dataTable thead .sorting_desc:after {
	content: "\e156"; /* sort-by-attributes-alt */
}
div.dataTables_scrollBody table.dataTable thead .sorting:after,
div.dataTables_scrollBody table.dataTable thead .sorting_asc:after,
div.dataTables_scrollBody table.dataTable thead .sorting_desc:after {
	display: none;
}

table.dataTable thead .sorting_asc_disabled:after,
table.dataTable thead .sorting_desc_disabled:after {
	color: #eee;
}

table.dataTable thead > tr > th {
	padding-right: 30px;
}

table.dataTable th:active {
	outline: none;
}


/* Condensed */
table.dataTable.table-condensed thead > tr > th {
	padding-right: 20px;
}

table.dataTable.table-condensed thead .sorting:after,
table.dataTable.table-condensed thead .sorting_asc:after,
table.dataTable.table-condensed thead .sorting_desc:after {
	top: 6px;
	right: 6px;
}

/* Scrolling */
div.dataTables_scrollHead table {
	margin-bottom: 0 !important;
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0;
}

div.dataTables_scrollHead table thead tr:last-child th:first-child,
div.dataTables_scrollHead table thead tr:last-child td:first-child {
	border-bottom-left-radius: 0 !important;
	border-bottom-right-radius: 0 !important;
}

div.dataTables_scrollBody table {
	border-top: none;
	margin-top: 0 !important;
	margin-bottom: 0 !important;
}

div.dataTables_scrollBody tbody tr:first-child th,
div.dataTables_scrollBody tbody tr:first-child td {
	border-top: none;
}

div.dataTables_scrollFoot table {
	margin-top: 0 !important;
	border-top: none;
}

/* Frustratingly the border-collapse:collapse used by Bootstrap makes the column
   width calculations when using scrolling impossible to align columns. We have
   to use separate
 */
table.table-bordered.dataTable {
	border-collapse: separate !important;
}
table.table-bordered thead th,
table.table-bordered thead td {
	border-left-width: 0;
	border-top-width: 0;
}
table.table-bordered tbody th,
table.table-bordered tbody td {
	border-left-width: 0;
	border-bottom-width: 0;
}
table.table-bordered tfoot th,
table.table-bordered tfoot td {
    border-left-width: 0;
    border-bottom-width: 0;
}
table.table-bordered th:last-child,
table.table-bordered td:last-child {
	border-right-width: 0;
}
div.dataTables_scrollHead table.table-bordered {
	border-bottom-width: 0;
}




/*
 * TableTools styles
 */
.table.dataTable tbody tr.active td,
.table.dataTable tbody tr.active th {
	background-color: #08C;
	color: white;
}

.table.dataTable tbody tr.active:hover td,
.table.dataTable tbody tr.active:hover th {
	background-color: #0075b0 !important;
}

.table.dataTable tbody tr.active th > a,
.table.dataTable tbody tr.active td > a {
	color: white;
}

.table-striped.dataTable tbody tr.active:nth-child(odd) td,
.table-striped.dataTable tbody tr.active:nth-child(odd) th {
	background-color: #017ebc;
}

table.DTTT_selectable tbody tr {
	cursor: pointer;
}

div.DTTT .btn:hover {
	text-decoration: none !important;
}

ul.DTTT_dropdown.dropdown-menu {
  z-index: 2003;
}

ul.DTTT_dropdown.dropdown-menu a {
	color: #333 !important; /* needed only when demo_page.css is included */
}

ul.DTTT_dropdown.dropdown-menu li {
	position: relative;
}

ul.DTTT_dropdown.dropdown-menu li:hover a {
	background-color: #0088cc;
	color: white !important;
}

div.DTTT_collection_background {
	z-index: 2002;	
}

/* TableTools information display */
div.DTTT_print_info {
	position: fixed;
	top: 50%;
	left: 50%;
	width: 400px;
	height: 150px;
	margin-left: -200px;
	margin-top: -75px;
	text-align: center;
	color: #333;
	padding: 10px 30px;
	opacity: 0.95;

	background-color: white;
	border: 1px solid rgba(0, 0, 0, 0.2);
	border-radius: 6px;
	
	-webkit-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.5);
	        box-shadow: 0 3px 7px rgba(0, 0, 0, 0.5);
}

div.DTTT_print_info h6 {
	font-weight: normal;
	font-size: 28px;
	line-height: 28px;
	margin: 1em;
}

div.DTTT_print_info p {
	font-size: 14px;
	line-height: 20px;
}

div.dataTables_processing {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    height: 60px;
    margin-left: -50%;
    margin-top: -25px;
    padding-top: 20px;
    padding-bottom: 20px;
    text-align: center;
    font-size: 1.2em;
    background-color: white;
    background: -webkit-gradient(linear, left top, right top, color-stop(0%, rgba(255,255,255,0)), color-stop(25%, rgba(255,255,255,0.9)), color-stop(75%, rgba(255,255,255,0.9)), color-stop(100%, rgba(255,255,255,0)));
    background: -webkit-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(255,255,255,0.9) 25%, rgba(255,255,255,0.9) 75%, rgba(255,255,255,0) 100%);
    background: -moz-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(255,255,255,0.9) 25%, rgba(255,255,255,0.9) 75%, rgba(255,255,255,0) 100%);
    background: -ms-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(255,255,255,0.9) 25%, rgba(255,255,255,0.9) 75%, rgba(255,255,255,0) 100%);
    background: -o-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(255,255,255,0.9) 25%, rgba(255,255,255,0.9) 75%, rgba(255,255,255,0) 100%);
    background: linear-gradient(to right, rgba(255,255,255,0) 0%, rgba(255,255,255,0.9) 25%, rgba(255,255,255,0.9) 75%, rgba(255,255,255,0) 100%);
}



/*
 * FixedColumns styles
 */
div.DTFC_LeftHeadWrapper table,
div.DTFC_LeftFootWrapper table,
div.DTFC_RightHeadWrapper table,
div.DTFC_RightFootWrapper table,
table.DTFC_Cloned tr.even {
    background-color: white;
    margin-bottom: 0;
}
 
div.DTFC_RightHeadWrapper table ,
div.DTFC_LeftHeadWrapper table {
	border-bottom: none !important;
    margin-bottom: 0 !important;
    border-top-right-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
}
 
div.DTFC_RightHeadWrapper table thead tr:last-child th:first-child,
div.DTFC_RightHeadWrapper table thead tr:last-child td:first-child,
div.DTFC_LeftHeadWrapper table thead tr:last-child th:first-child,
div.DTFC_LeftHeadWrapper table thead tr:last-child td:first-child {
    border-bottom-left-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
}
 
div.DTFC_RightBodyWrapper table,
div.DTFC_LeftBodyWrapper table {
    border-top: none;
    margin: 0 !important;
}
 
div.DTFC_RightBodyWrapper tbody tr:first-child th,
div.DTFC_RightBodyWrapper tbody tr:first-child td,
div.DTFC_LeftBodyWrapper tbody tr:first-child th,
div.DTFC_LeftBodyWrapper tbody tr:first-child td {
    border-top: none;
}
 
div.DTFC_RightFootWrapper table,
div.DTFC_LeftFootWrapper table {
    border-top: none;
    margin-top: 0 !important;
}


div.DTFC_LeftBodyWrapper table.dataTable thead .sorting:after,
div.DTFC_LeftBodyWrapper table.dataTable thead .sorting_asc:after,
div.DTFC_LeftBodyWrapper table.dataTable thead .sorting_desc:after,
div.DTFC_RightBodyWrapper table.dataTable thead .sorting:after,
div.DTFC_RightBodyWrapper table.dataTable thead .sorting_asc:after,
div.DTFC_RightBodyWrapper table.dataTable thead .sorting_desc:after {
	display: none;
}


/*
 * FixedHeader styles
 */
div.FixedHeader_Cloned table {
	margin: 0 !important
}

table.DTCR_clonedTable.dataTable{position:absolute !important;background-color:rgba(255,255,255,0.7);z-index:202}div.DTCR_pointer{width:1px;background-color:#337ab7;z-index:201}
/*!
 * Fuel UX v3.7.3 
 * Copyright 2012-2015 ExactTarget
 * Licensed under the BSD-3-Clause license (https://github.com/ExactTarget/fuelux/blob/master/LICENSE)
 */

@charset "UTF-8";.fuelux .clearfix{*zoom:1}.fuelux .clearfix:before,.fuelux .clearfix:after{display:table;content:"";line-height:0}.fuelux .clearfix:after{clear:both}@font-face{font-family:"fuelux";src:url("../fonts/fuelux.eot");src:url("../fonts/fuelux.eot?#iefix") format("embedded-opentype"),url(data:font-woff;base64,d09GRk9UVE8AAAUUAAsAAAAABuAAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAABDRkYgAAABCAAAAegAAAIisWS2RkZGVE0AAALwAAAAGQAAABxvEtzhR0RFRgAAAwwAAAAdAAAAIAA4AARPUy8yAAADLAAAAEoAAABgL7lMbGNtYXAAAAN4AAAAPAAAAUrAGiK3aGVhZAAAA7QAAAAvAAAANgDSVuNoaGVhAAAD5AAAABwAAAAkBCkCA2htdHgAAAQAAAAAGgAAABoHmgL4bWF4cAAABBwAAAAGAAAABgALUABuYW1lAAAEJAAAAN0AAAF3kxoWmXBvc3QAAAUEAAAAEAAAACAAAwABeJw90M9rE0EUB/D30uzusLtuNTqiGIs/+gt6ifVHtgfRHqQHLTYumEsrpSSWRVNozNJc2t6S2K2bBATbS0tLe9jDUlJ6aS85hFT8H6SCFPwTZiCIbpnq6fMe8+Y7j0GIRgERlbdO9r1TBIwAwijvi/D+Ln4tuqqjq3e5erRHhetW7I/r/i90xfN4ndelOHztjgNcjMP3S3HQ41iIgX4WQ6AbrsJN6IUhGIYReApjMA6WM2c/SyQSgnuCYcF9wQPBQ8EjQVJgCkbEvudbA2AZK/gRV9DFVfyEHlaxBhpiJPlk7GX6TebdhxWDDfEb9JbaGezI9Laa74zTOyqTn9O7KosFtFdlg0ymfeE5e0X7VTZaogOqwXz+OOwM/pqbZz2vs+VwyGC/2YXwjsGWf4YBxrdfYZjhMT9M/veQwU7ZHD3MNianstmpyUb28KjROOox+OcrLnV1Nfysy0AQ6YD5Yjpf+jJxLB0Eza2WR0zFruSW5otEq7W2m3v7pJ2SFvKLubJNNPvAaVZa5ET27LXcxjzRkopVS29n9ki7Le0s+ItBmWjHE9KMnXasCjlRAs9f290gWskqpGczJNWWNnfW/WpAtB9Kq9Qs7M+SVErKb+bW7SrRgpmttGcRU64ES35xl2h/Ac9Ys4h4nGNgYGBkAILzccd+gelbXJ9hNABYswg7AAAAeJxjYGRgYOADYgkGEGBiYARCLiBmAfMYAAS4AD0AAAB4nGNgZmJgnMDAysDB6MOYxsDA4A6lvzJIMrQwMDAxsHIywIEAgskQkOaawuDwgOEBJ+OD/w8Y9Bj//v8LFGaEK1AAQkYALokNlwAAeJxjYGBgZoBgGQZGBhBwAfIYwXwWBg0gzQakGRmYGBgecP7/D1LwgAFEKzBC1QMBIxsDgjNCAQBlrAaweJxjYGRgYADiH2cX2sfz23xl4GZiAIHzt7g+w2lmBmbGv4x/gVwOBrA0AFSyC6wAeJxjYGRgYPzLwMCgx8QAAkA2IwMqYAIANwYCMQIAAAACAAADARUBhwGDAQ8AWAADAAMAXACnAAAAAFAAAAsAAHicbY49asNAEIU/2bJMsEmX1JsipYS0BAwuU/gAKdy7WAuDkPDagtzDkD5djpED5AQ5TZ7kKVJ4l9n59vHmB1jyQcJwEjLujSfMeTae8sTROJXn03jGgm/jTPdXziS9k7IcqwaeqOOD8ZRXcuNUnovxjEe+jDPpP+zpCTR632Hfh6ZXfpNUS2rYEfUNdd/sBBs6Ws5jjnIEHJ6CUnmt+N/sqnitsVJ4eSpe1KJrz5su1sH5onRrdx0p8Pkq92Uly82VtpIiJw7jCk7NhrFsQzwdutZVRXm78A9U7zY2AAAAeJxjYGZABowMaAAAAI4ABQ==) format("woff"),url("../fonts/fuelux.ttf") format("truetype"),url("../fonts/fuelux.svg#fuelux") format("svg");font-weight:normal;font-style:normal}.fuelux [class^="fueluxicon-"]:before,.fuelux [class*=" fueluxicon-"]:before{font-family:"fuelux" !important;font-style:normal !important;font-weight:normal !important;font-variant:normal !important;text-transform:none !important;line-height:1;speak:none;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.fuelux .fueluxicon-loader-full:before{content:"\e000"}.fuelux .fueluxicon-loader-1:before{content:"\e001"}.fuelux .fueluxicon-loader-2:before{content:"\e002"}.fuelux .fueluxicon-loader-3:before{content:"\e003"}.fuelux .fueluxicon-loader-4:before{content:"\e004"}.fuelux .fueluxicon-loader-5:before{content:"\e005"}.fuelux .fueluxicon-loader-6:before{content:"\e006"}.fuelux .fueluxicon-loader-7:before{content:"\e007"}.fuelux .fueluxicon-loader-8:before{content:"\e008"}.fuelux .fueluxicon-bullet:before{content:"\e009"}.fuelux .radio-inline,.fuelux .checkbox-inline{padding-left:0}.fuelux .radio-inline.highlight,.fuelux .checkbox-inline.highlight{left:-8px}.fuelux .radio-inline label,.fuelux .checkbox-inline label{margin-bottom:0}.fuelux label.radio:hover:before,.fuelux label.checkbox:hover:before,.fuelux label.radio-inline:hover:before,.fuelux label.checkbox-inline:hover:before,.fuelux .input-label.radio:hover:before,.fuelux .input-label.checkbox:hover:before,.fuelux .input-label.radio-inline:hover:before,.fuelux .input-label.checkbox-inline:hover:before,.fuelux .radio label:hover:before,.fuelux .checkbox label:hover:before,.fuelux .radio-inline label:hover:before,.fuelux .checkbox-inline label:hover:before,.fuelux .radio .input-label:hover:before,.fuelux .checkbox .input-label:hover:before,.fuelux .radio-inline .input-label:hover:before,.fuelux .checkbox-inline .input-label:hover:before{box-shadow:inset 0 0 2px 1px rgba(91,157,217,0.7),0 0 5px 0 rgba(91,157,217,0.7)}.fuelux .radio label,.fuelux .checkbox label,.fuelux .radio-inline label,.fuelux .checkbox-inline label,.fuelux .radio .input-label,.fuelux .checkbox .input-label,.fuelux .radio-inline .input-label,.fuelux .checkbox-inline .input-label,.fuelux label.radio,.fuelux label.checkbox,.fuelux label.radio-inline,.fuelux label.checkbox-inline{cursor:pointer;font-weight:normal}.fuelux .radio.highlight input[type="checkbox"]:not(.sr-only)~label,.fuelux .checkbox.highlight input[type="checkbox"]:not(.sr-only)~label,.fuelux .radio-inline.highlight input[type="checkbox"]:not(.sr-only)~label,.fuelux .checkbox-inline.highlight input[type="checkbox"]:not(.sr-only)~label,.fuelux .radio.highlight input[type="radio"]:not(.sr-only)~label,.fuelux .checkbox.highlight input[type="radio"]:not(.sr-only)~label,.fuelux .radio-inline.highlight input[type="radio"]:not(.sr-only)~label,.fuelux .checkbox-inline.highlight input[type="radio"]:not(.sr-only)~label{padding:4px;border-radius:4px}.fuelux .radio.highlight input[type="checkbox"]:not(.sr-only):checked~label,.fuelux .checkbox.highlight input[type="checkbox"]:not(.sr-only):checked~label,.fuelux .radio-inline.highlight input[type="checkbox"]:not(.sr-only):checked~label,.fuelux .checkbox-inline.highlight input[type="checkbox"]:not(.sr-only):checked~label,.fuelux .radio.highlight input[type="radio"]:not(.sr-only):checked~label,.fuelux .checkbox.highlight input[type="radio"]:not(.sr-only):checked~label,.fuelux .radio-inline.highlight input[type="radio"]:not(.sr-only):checked~label,.fuelux .checkbox-inline.highlight input[type="radio"]:not(.sr-only):checked~label{background-color:#e9e9e9;opacity:1;z-index:0}.fuelux .radio input[type="checkbox"]:not(.sr-only),.fuelux .checkbox input[type="checkbox"]:not(.sr-only),.fuelux .radio-inline input[type="checkbox"]:not(.sr-only),.fuelux .checkbox-inline input[type="checkbox"]:not(.sr-only),.fuelux .radio input[type="radio"]:not(.sr-only),.fuelux .checkbox input[type="radio"]:not(.sr-only),.fuelux .radio-inline input[type="radio"]:not(.sr-only),.fuelux .checkbox-inline input[type="radio"]:not(.sr-only){position:absolute;width:1px;height:1px;margin:-1px;padding:0;overflow:hidden;clip:rect(0, 0, 0, 0);border:0}.fuelux .radio input[type="checkbox"]:not(.sr-only)~label,.fuelux .checkbox input[type="checkbox"]:not(.sr-only)~label,.fuelux .radio-inline input[type="checkbox"]:not(.sr-only)~label,.fuelux .checkbox-inline input[type="checkbox"]:not(.sr-only)~label,.fuelux .radio input[type="radio"]:not(.sr-only)~label,.fuelux .checkbox input[type="radio"]:not(.sr-only)~label,.fuelux .radio-inline input[type="radio"]:not(.sr-only)~label,.fuelux .checkbox-inline input[type="radio"]:not(.sr-only)~label{padding-left:0}.fuelux .radio input[type="checkbox"]:not(.sr-only)~label:before,.fuelux .checkbox input[type="checkbox"]:not(.sr-only)~label:before,.fuelux .radio-inline input[type="checkbox"]:not(.sr-only)~label:before,.fuelux .checkbox-inline input[type="checkbox"]:not(.sr-only)~label:before,.fuelux .radio input[type="radio"]:not(.sr-only)~label:before,.fuelux .checkbox input[type="radio"]:not(.sr-only)~label:before,.fuelux .radio-inline input[type="radio"]:not(.sr-only)~label:before,.fuelux .checkbox-inline input[type="radio"]:not(.sr-only)~label:before{font-family:"Glyphicons Halflings";font-style:normal;font-weight:normal;font-variant:normal;text-transform:none;line-height:1;speak:none;border:1px solid #adadad;color:#fff;font-size:9px;width:14px;height:14px;padding:0;margin-top:0;margin-bottom:-2px;cursor:pointer;display:inline-block;text-align:left;z-index:2;content:""}.fuelux .radio input[type="checkbox"]:not(.sr-only):active~label,.fuelux .checkbox input[type="checkbox"]:not(.sr-only):active~label,.fuelux .radio-inline input[type="checkbox"]:not(.sr-only):active~label,.fuelux .checkbox-inline input[type="checkbox"]:not(.sr-only):active~label,.fuelux .radio input[type="radio"]:not(.sr-only):active~label,.fuelux .checkbox input[type="radio"]:not(.sr-only):active~label,.fuelux .radio-inline input[type="radio"]:not(.sr-only):active~label,.fuelux .checkbox-inline input[type="radio"]:not(.sr-only):active~label,.fuelux .radio input[type="checkbox"]:not(.sr-only):focus~label,.fuelux .checkbox input[type="checkbox"]:not(.sr-only):focus~label,.fuelux .radio-inline input[type="checkbox"]:not(.sr-only):focus~label,.fuelux .checkbox-inline input[type="checkbox"]:not(.sr-only):focus~label,.fuelux .radio input[type="radio"]:not(.sr-only):focus~label,.fuelux .checkbox input[type="radio"]:not(.sr-only):focus~label,.fuelux .radio-inline input[type="radio"]:not(.sr-only):focus~label,.fuelux .checkbox-inline input[type="radio"]:not(.sr-only):focus~label{color:#333;color:#5b9dd9;cursor:pointer}.fuelux .radio input[type="checkbox"]:not(.sr-only):active~label:before,.fuelux .checkbox input[type="checkbox"]:not(.sr-only):active~label:before,.fuelux .radio-inline input[type="checkbox"]:not(.sr-only):active~label:before,.fuelux .checkbox-inline input[type="checkbox"]:not(.sr-only):active~label:before,.fuelux .radio input[type="radio"]:not(.sr-only):active~label:before,.fuelux .checkbox input[type="radio"]:not(.sr-only):active~label:before,.fuelux .radio-inline input[type="radio"]:not(.sr-only):active~label:before,.fuelux .checkbox-inline input[type="radio"]:not(.sr-only):active~label:before,.fuelux .radio input[type="checkbox"]:not(.sr-only):focus~label:before,.fuelux .checkbox input[type="checkbox"]:not(.sr-only):focus~label:before,.fuelux .radio-inline input[type="checkbox"]:not(.sr-only):focus~label:before,.fuelux .checkbox-inline input[type="checkbox"]:not(.sr-only):focus~label:before,.fuelux .radio input[type="radio"]:not(.sr-only):focus~label:before,.fuelux .checkbox input[type="radio"]:not(.sr-only):focus~label:before,.fuelux .radio-inline input[type="radio"]:not(.sr-only):focus~label:before,.fuelux .checkbox-inline input[type="radio"]:not(.sr-only):focus~label:before{box-shadow:inset 0 0 2px 1px #5b9dd9,0 0 5px 0 #5b9dd9;outline:none}.fuelux .radio input[type="checkbox"]:not(.sr-only):active~label,.fuelux .checkbox input[type="checkbox"]:not(.sr-only):active~label,.fuelux .radio-inline input[type="checkbox"]:not(.sr-only):active~label,.fuelux .checkbox-inline input[type="checkbox"]:not(.sr-only):active~label,.fuelux .radio input[type="radio"]:not(.sr-only):active~label,.fuelux .checkbox input[type="radio"]:not(.sr-only):active~label,.fuelux .radio-inline input[type="radio"]:not(.sr-only):active~label,.fuelux .checkbox-inline input[type="radio"]:not(.sr-only):active~label,.fuelux .radio input[type="checkbox"]:not(.sr-only):focus~label,.fuelux .checkbox input[type="checkbox"]:not(.sr-only):focus~label,.fuelux .radio-inline input[type="checkbox"]:not(.sr-only):focus~label,.fuelux .checkbox-inline input[type="checkbox"]:not(.sr-only):focus~label,.fuelux .radio input[type="radio"]:not(.sr-only):focus~label,.fuelux .checkbox input[type="radio"]:not(.sr-only):focus~label,.fuelux .radio-inline input[type="radio"]:not(.sr-only):focus~label,.fuelux .checkbox-inline input[type="radio"]:not(.sr-only):focus~label,.fuelux .radio input[type="checkbox"]:not(.sr-only):active~label:hover,.fuelux .checkbox input[type="checkbox"]:not(.sr-only):active~label:hover,.fuelux .radio-inline input[type="checkbox"]:not(.sr-only):active~label:hover,.fuelux .checkbox-inline input[type="checkbox"]:not(.sr-only):active~label:hover,.fuelux .radio input[type="radio"]:not(.sr-only):active~label:hover,.fuelux .checkbox input[type="radio"]:not(.sr-only):active~label:hover,.fuelux .radio-inline input[type="radio"]:not(.sr-only):active~label:hover,.fuelux .checkbox-inline input[type="radio"]:not(.sr-only):active~label:hover,.fuelux .radio input[type="checkbox"]:not(.sr-only):focus~label:hover,.fuelux .checkbox input[type="checkbox"]:not(.sr-only):focus~label:hover,.fuelux .radio-inline input[type="checkbox"]:not(.sr-only):focus~label:hover,.fuelux .checkbox-inline input[type="checkbox"]:not(.sr-only):focus~label:hover,.fuelux .radio input[type="radio"]:not(.sr-only):focus~label:hover,.fuelux .checkbox input[type="radio"]:not(.sr-only):focus~label:hover,.fuelux .radio-inline input[type="radio"]:not(.sr-only):focus~label:hover,.fuelux .checkbox-inline input[type="radio"]:not(.sr-only):focus~label:hover{color:#333;cursor:pointer}.fuelux .radio input[type="checkbox"]:not(.sr-only):active:hover~label,.fuelux .checkbox input[type="checkbox"]:not(.sr-only):active:hover~label,.fuelux .radio-inline input[type="checkbox"]:not(.sr-only):active:hover~label,.fuelux .checkbox-inline input[type="checkbox"]:not(.sr-only):active:hover~label,.fuelux .radio input[type="radio"]:not(.sr-only):active:hover~label,.fuelux .checkbox input[type="radio"]:not(.sr-only):active:hover~label,.fuelux .radio-inline input[type="radio"]:not(.sr-only):active:hover~label,.fuelux .checkbox-inline input[type="radio"]:not(.sr-only):active:hover~label,.fuelux .radio input[type="checkbox"]:not(.sr-only):focus:hover~label,.fuelux .checkbox input[type="checkbox"]:not(.sr-only):focus:hover~label,.fuelux .radio-inline input[type="checkbox"]:not(.sr-only):focus:hover~label,.fuelux .checkbox-inline input[type="checkbox"]:not(.sr-only):focus:hover~label,.fuelux .radio input[type="radio"]:not(.sr-only):focus:hover~label,.fuelux .checkbox input[type="radio"]:not(.sr-only):focus:hover~label,.fuelux .radio-inline input[type="radio"]:not(.sr-only):focus:hover~label,.fuelux .checkbox-inline input[type="radio"]:not(.sr-only):focus:hover~label,.fuelux .radio input[type="checkbox"]:not(.sr-only):focus:hover~label,.fuelux .checkbox input[type="checkbox"]:not(.sr-only):focus:hover~label,.fuelux .radio-inline input[type="checkbox"]:not(.sr-only):focus:hover~label,.fuelux .checkbox-inline input[type="checkbox"]:not(.sr-only):focus:hover~label,.fuelux .radio input[type="radio"]:not(.sr-only):focus:hover~label,.fuelux .checkbox input[type="radio"]:not(.sr-only):focus:hover~label,.fuelux .radio-inline input[type="radio"]:not(.sr-only):focus:hover~label,.fuelux .checkbox-inline input[type="radio"]:not(.sr-only):focus:hover~label,.fuelux .radio input[type="checkbox"]:not(.sr-only):checked:hover~label,.fuelux .checkbox input[type="checkbox"]:not(.sr-only):checked:hover~label,.fuelux .radio-inline input[type="checkbox"]:not(.sr-only):checked:hover~label,.fuelux .checkbox-inline input[type="checkbox"]:not(.sr-only):checked:hover~label,.fuelux .radio input[type="radio"]:not(.sr-only):checked:hover~label,.fuelux .checkbox input[type="radio"]:not(.sr-only):checked:hover~label,.fuelux .radio-inline input[type="radio"]:not(.sr-only):checked:hover~label,.fuelux .checkbox-inline input[type="radio"]:not(.sr-only):checked:hover~label,.fuelux .radio input[type="checkbox"]:not(.sr-only):active:hover~label:hover,.fuelux .checkbox input[type="checkbox"]:not(.sr-only):active:hover~label:hover,.fuelux .radio-inline input[type="checkbox"]:not(.sr-only):active:hover~label:hover,.fuelux .checkbox-inline input[type="checkbox"]:not(.sr-only):active:hover~label:hover,.fuelux .radio input[type="radio"]:not(.sr-only):active:hover~label:hover,.fuelux .checkbox input[type="radio"]:not(.sr-only):active:hover~label:hover,.fuelux .radio-inline input[type="radio"]:not(.sr-only):active:hover~label:hover,.fuelux .checkbox-inline input[type="radio"]:not(.sr-only):active:hover~label:hover,.fuelux .radio input[type="checkbox"]:not(.sr-only):focus:hover~label:hover,.fuelux .checkbox input[type="checkbox"]:not(.sr-only):focus:hover~label:hover,.fuelux .radio-inline input[type="checkbox"]:not(.sr-only):focus:hover~label:hover,.fuelux .checkbox-inline input[type="checkbox"]:not(.sr-only):focus:hover~label:hover,.fuelux .radio input[type="radio"]:not(.sr-only):focus:hover~label:hover,.fuelux .checkbox input[type="radio"]:not(.sr-only):focus:hover~label:hover,.fuelux .radio-inline input[type="radio"]:not(.sr-only):focus:hover~label:hover,.fuelux .checkbox-inline input[type="radio"]:not(.sr-only):focus:hover~label:hover,.fuelux .radio input[type="checkbox"]:not(.sr-only):focus:hover~label:hover,.fuelux .checkbox input[type="checkbox"]:not(.sr-only):focus:hover~label:hover,.fuelux .radio-inline input[type="checkbox"]:not(.sr-only):focus:hover~label:hover,.fuelux .checkbox-inline input[type="checkbox"]:not(.sr-only):focus:hover~label:hover,.fuelux .radio input[type="radio"]:not(.sr-only):focus:hover~label:hover,.fuelux .checkbox input[type="radio"]:not(.sr-only):focus:hover~label:hover,.fuelux .radio-inline input[type="radio"]:not(.sr-only):focus:hover~label:hover,.fuelux .checkbox-inline input[type="radio"]:not(.sr-only):focus:hover~label:hover,.fuelux .radio input[type="checkbox"]:not(.sr-only):checked:hover~label:hover,.fuelux .checkbox input[type="checkbox"]:not(.sr-only):checked:hover~label:hover,.fuelux .radio-inline input[type="checkbox"]:not(.sr-only):checked:hover~label:hover,.fuelux .checkbox-inline input[type="checkbox"]:not(.sr-only):checked:hover~label:hover,.fuelux .radio input[type="radio"]:not(.sr-only):checked:hover~label:hover,.fuelux .checkbox input[type="radio"]:not(.sr-only):checked:hover~label:hover,.fuelux .radio-inline input[type="radio"]:not(.sr-only):checked:hover~label:hover,.fuelux .checkbox-inline input[type="radio"]:not(.sr-only):checked:hover~label:hover{color:#333;cursor:pointer}.fuelux .radio input[type="checkbox"]:not(.sr-only)[disabled="disabled"]~label,.fuelux .checkbox input[type="checkbox"]:not(.sr-only)[disabled="disabled"]~label,.fuelux .radio-inline input[type="checkbox"]:not(.sr-only)[disabled="disabled"]~label,.fuelux .checkbox-inline input[type="checkbox"]:not(.sr-only)[disabled="disabled"]~label,.fuelux .radio input[type="radio"]:not(.sr-only)[disabled="disabled"]~label,.fuelux .checkbox input[type="radio"]:not(.sr-only)[disabled="disabled"]~label,.fuelux .radio-inline input[type="radio"]:not(.sr-only)[disabled="disabled"]~label,.fuelux .checkbox-inline input[type="radio"]:not(.sr-only)[disabled="disabled"]~label,.fuelux .radio input[type="checkbox"]:not(.sr-only)[disabled]~label,.fuelux .checkbox input[type="checkbox"]:not(.sr-only)[disabled]~label,.fuelux .radio-inline input[type="checkbox"]:not(.sr-only)[disabled]~label,.fuelux .checkbox-inline input[type="checkbox"]:not(.sr-only)[disabled]~label,.fuelux .radio input[type="radio"]:not(.sr-only)[disabled]~label,.fuelux .checkbox input[type="radio"]:not(.sr-only)[disabled]~label,.fuelux .radio-inline input[type="radio"]:not(.sr-only)[disabled]~label,.fuelux .checkbox-inline input[type="radio"]:not(.sr-only)[disabled]~label,.fuelux .radio input[type="checkbox"]:not(.sr-only):disabled~label,.fuelux .checkbox input[type="checkbox"]:not(.sr-only):disabled~label,.fuelux .radio-inline input[type="checkbox"]:not(.sr-only):disabled~label,.fuelux .checkbox-inline input[type="checkbox"]:not(.sr-only):disabled~label,.fuelux .radio input[type="radio"]:not(.sr-only):disabled~label,.fuelux .checkbox input[type="radio"]:not(.sr-only):disabled~label,.fuelux .radio-inline input[type="radio"]:not(.sr-only):disabled~label,.fuelux .checkbox-inline input[type="radio"]:not(.sr-only):disabled~label,.fuelux .radio input[type="checkbox"]:not(.sr-only)[disabled="disabled"]~label:before,.fuelux .checkbox input[type="checkbox"]:not(.sr-only)[disabled="disabled"]~label:before,.fuelux .radio-inline input[type="checkbox"]:not(.sr-only)[disabled="disabled"]~label:before,.fuelux .checkbox-inline input[type="checkbox"]:not(.sr-only)[disabled="disabled"]~label:before,.fuelux .radio input[type="radio"]:not(.sr-only)[disabled="disabled"]~label:before,.fuelux .checkbox input[type="radio"]:not(.sr-only)[disabled="disabled"]~label:before,.fuelux .radio-inline input[type="radio"]:not(.sr-only)[disabled="disabled"]~label:before,.fuelux .checkbox-inline input[type="radio"]:not(.sr-only)[disabled="disabled"]~label:before,.fuelux .radio input[type="checkbox"]:not(.sr-only)[disabled]~label:before,.fuelux .checkbox input[type="checkbox"]:not(.sr-only)[disabled]~label:before,.fuelux .radio-inline input[type="checkbox"]:not(.sr-only)[disabled]~label:before,.fuelux .checkbox-inline input[type="checkbox"]:not(.sr-only)[disabled]~label:before,.fuelux .radio input[type="radio"]:not(.sr-only)[disabled]~label:before,.fuelux .checkbox input[type="radio"]:not(.sr-only)[disabled]~label:before,.fuelux .radio-inline input[type="radio"]:not(.sr-only)[disabled]~label:before,.fuelux .checkbox-inline input[type="radio"]:not(.sr-only)[disabled]~label:before,.fuelux .radio input[type="checkbox"]:not(.sr-only):disabled~label:before,.fuelux .checkbox input[type="checkbox"]:not(.sr-only):disabled~label:before,.fuelux .radio-inline input[type="checkbox"]:not(.sr-only):disabled~label:before,.fuelux .checkbox-inline input[type="checkbox"]:not(.sr-only):disabled~label:before,.fuelux .radio input[type="radio"]:not(.sr-only):disabled~label:before,.fuelux .checkbox input[type="radio"]:not(.sr-only):disabled~label:before,.fuelux .radio-inline input[type="radio"]:not(.sr-only):disabled~label:before,.fuelux .checkbox-inline input[type="radio"]:not(.sr-only):disabled~label:before{color:#333;opacity:.5 !important;cursor:not-allowed !important;outline:none;box-shadow:none}.fuelux .radio input[type="checkbox"]:not(.sr-only):checked~label:before,.fuelux .checkbox input[type="checkbox"]:not(.sr-only):checked~label:before,.fuelux .radio-inline input[type="checkbox"]:not(.sr-only):checked~label:before,.fuelux .checkbox-inline input[type="checkbox"]:not(.sr-only):checked~label:before,.fuelux .radio input[type="radio"]:not(.sr-only):checked~label:before,.fuelux .checkbox input[type="radio"]:not(.sr-only):checked~label:before,.fuelux .radio-inline input[type="radio"]:not(.sr-only):checked~label:before,.fuelux .checkbox-inline input[type="radio"]:not(.sr-only):checked~label:before{background:#39b3d7;border-color:#39b3d7}.fuelux .radio.highlight:before,.fuelux .checkbox.highlight:before,.fuelux .radio-inline.highlight:before,.fuelux .checkbox-inline.highlight:before{left:4px;top:7px}.fuelux .radio.highlight input[type="checkbox"]:not(.sr-only)~label,.fuelux .checkbox.highlight input[type="checkbox"]:not(.sr-only)~label,.fuelux .radio.highlight input[type="radio"]:not(.sr-only)~label,.fuelux .checkbox.highlight input[type="radio"]:not(.sr-only)~label{left:-8px;position:relative}.fuelux .radio-inline,.fuelux .checkbox-inline{padding-left:0}.fuelux .radio-inline:before,.fuelux .checkbox-inline:before{left:0;top:3px}.fuelux .checkbox.multiline,.fuelux .radio.multiline{float:left;margin-left:15px}.fuelux .checkbox.multiline~.control-label,.fuelux .radio.multiline~.control-label{float:left;width:80%;margin-left:10px;text-align:left}.fuelux .checkbox.multiline~.control-label>label,.fuelux .radio.multiline~.control-label>label{font-weight:normal;cursor:pointer}.fuelux .checkbox.highlight+.checkbox.highlight{margin-top:-5px}.fuelux .checkbox.highlight label.checkbox-custom{padding:4px 4px 4px 24px}.fuelux .checkbox.highlight.checked label.checkbox-custom{background:#e9e9e9;border-radius:4px}.fuelux .checkbox input[type="checkbox"]:focus+.checkbox-label,.fuelux .checkbox input[type="checkbox"]:hover+.checkbox-label,.fuelux .checkbox .checkbox-label:hover{color:#999}.fuelux .checkbox input[type="checkbox"]:disabled:focus+.checkbox-label,.fuelux .checkbox input[type="checkbox"]:disabled:hover+.checkbox-label,.fuelux .checkbox.disabled label:hover{color:inherit}.fuelux .form-horizontal .checkbox-inline{padding-top:0}.fuelux .input-group-addon.checkbox-custom.checkbox-inline:before{left:11px;top:9px}.fuelux .checkbox-custom{position:relative}.fuelux .checkbox-custom:before{font-family:"Glyphicons Halflings" !important;font-style:normal !important;font-weight:normal !important;font-variant:normal !important;text-transform:none !important;line-height:1;speak:none;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;border:1px solid #adadad;border-radius:4px;color:#fff;content:" ";font-size:9px;height:14px;left:0;padding:1px 0 0 1px;position:absolute;top:3px;width:14px}.fuelux .checkbox-custom:active:before,.fuelux .checkbox-custom:focus:before{color:#333;color:#5b9dd9;cursor:pointer;box-shadow:inset 0 0 2px 1px #5b9dd9,0 0 5px 0 #5b9dd9}.fuelux .checkbox-custom.highlight:before{left:4px;top:6px}.fuelux .checkbox-custom.checked:before{background:#39b3d7;border-color:#39b3d7;content:"\e013"}.fuelux .checkbox-custom.disabled{cursor:not-allowed}.fuelux .checkbox-custom.disabled:before{cursor:not-allowed;opacity:.5}.fuelux .checkbox-custom.checkbox-inline:before{left:0;top:3px}.fuelux .checkbox-custom.checkbox-inline.highlight{padding:4px 4px 4px 24px;left:-4px}.fuelux .checkbox-custom.checkbox-inline.highlight:before{left:4px;top:7px}.fuelux .checkbox-custom.checkbox-inline.highlight.checked{background:#e9e9e9;border-radius:4px}.fuelux .checkbox-custom input[type="checkbox"]:focus+.checkbox-label{color:#999}.fuelux label.checkbox-custom.checkbox-inline{padding-left:20px}.fuelux .checkbox input[type="checkbox"]:not(.sr-only)~label:before,.fuelux .checkbox-inline input[type="checkbox"]:not(.sr-only)~label:before{border-radius:4px;z-index:1}.fuelux .checkbox input[type="checkbox"]:not(.sr-only):checked~label:before,.fuelux .checkbox-inline input[type="checkbox"]:not(.sr-only):checked~label:before{color:white;content:"\e013";line-height:1em;padding-left:1px;font-size:8px;padding-top:2px}.fuelux .checkbox.hightlight+.checkbox-inline.highlight,.fuelux .checkbox-inline.hightlight+.checkbox-inline.highlight{margin-left:-14px}.fuelux .checkbox.hightlight+.checkbox-inline.highlight.checkbox-custom,.fuelux .checkbox-inline.hightlight+.checkbox-inline.highlight.checkbox-custom{margin-left:0}.fuelux .checkbox.highlight input[type="checkbox"]:not(.sr-only)~label{left:-4px}.fuelux .radio.highlight{padding:4px;margin:0 0 5px 0}.fuelux .radio.highlight+.radio.highlight{margin-top:-9px}.fuelux .radio.highlight label.radio-custom{left:-8px;padding:4px 4px 4px 24px;border-radius:4px}.fuelux .radio.highlight label.radio-custom:before{left:5px;top:7px}.fuelux .radio.highlight label.radio-custom:after{left:9px;top:11px}.fuelux .radio.highlight.checked label.radio-custom,.fuelux .radio.highlight label.radio-custom.checked{background:#e9e9e9;border-radius:4px}.fuelux .radio input[type="radio"]:focus+.radio-label,.fuelux .radio input[type="radio"]:hover+.radio-label,.fuelux .radio .radio-label:hover{color:#999}.fuelux .form-horizontal .radio-inline{padding-top:0}.fuelux .input-group-addon.radio-custom.radio-inline:before{left:11px;top:9px}.fuelux .input-group-addon.radio-custom.radio-inline:after{left:15px;top:13px}.fuelux .radio-custom{position:relative}.fuelux .radio-custom .highlight{padding:4px;margin:0 0 5px 0}.fuelux .radio-custom .highlight.checked{background:#e9e9e9;border-radius:4px}.fuelux .radio-custom:after{background:transparent;border-radius:6px;content:" ";height:6px;left:4px;position:absolute;top:7px;width:6px}.fuelux .radio-custom:before{border:1px solid #adadad;border-radius:14px;content:" ";height:14px;left:0;position:absolute;top:3px;width:14px}.fuelux .radio-custom.checked:after{background:#fff}.fuelux .radio-custom.checked:before{background:#39b3d7;border-color:#39b3d7}.fuelux .radio-custom.disabled{cursor:not-allowed}.fuelux .radio-custom.disabled:after{cursor:not-allowed}.fuelux .radio-custom.disabled:before{cursor:not-allowed;opacity:.5}.fuelux .radio-custom.radio-inline:after{left:4px;top:7px}.fuelux .radio-custom.radio-inline:before{left:0;top:3px}.fuelux .radio-custom.radio-inline.highlight{left:-3px;padding:4px 4px 4px 24px}.fuelux .radio-custom.radio-inline.highlight:after{left:8px;top:11px}.fuelux .radio-custom.radio-inline.highlight:before{left:4px;top:7px}.fuelux .radio-custom.radio-inline.highlight.checked{background:#e9e9e9;border-radius:4px}.fuelux .radio-custom input[type="radio"]:focus+.radio-label{color:#999}.fuelux label.radio-custom.radio-inline{padding-left:20px}.fuelux .radio input[type="radio"]:not(.sr-only)~label:before,.fuelux .radio-inline input[type="radio"]:not(.sr-only)~label:before{border-radius:8px;z-index:1}.fuelux .radio input[type="radio"]:not(.sr-only):checked~label:before,.fuelux .radio-inline input[type="radio"]:not(.sr-only):checked~label:before{background:#39b3d7;background:-moz-radial-gradient(center, ellipse cover, #fff 0, #fff 40%, #39b3d7 41%, #39b3d7 100%);background:-webkit-gradient(radial, center center, 0, center center, 100%, color-stop(0, #fff), color-stop(40%, #fff), color-stop(41%, #39b3d7), color-stop(100%, #39b3d7));background:-webkit-radial-gradient(center, ellipse cover, #fff 0, #fff 40%, #39b3d7 41%, #39b3d7 100%);background:-o-radial-gradient(center, ellipse cover, #fff 0, #fff 40%, #39b3d7 41%, #39b3d7 100%);background:-ms-radial-gradient(center, ellipse cover, #fff 0, #fff 40%, #39b3d7 41%, #39b3d7 100%);background:radial-gradient(ellipse at center, #fff 0, #fff 40%, #39b3d7 41%, #39b3d7 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#39b3d7', GradientType=1)}.fuelux .radio input[type="radio"]:not(.sr-only):hover~label:before,.fuelux .radio-inline input[type="radio"]:not(.sr-only):hover~label:before,.fuelux .radio input[type="radio"]:not(.sr-only):active~label:before,.fuelux .radio-inline input[type="radio"]:not(.sr-only):active~label:before,.fuelux .radio input[type="radio"]:not(.sr-only):focus~label:before,.fuelux .radio-inline input[type="radio"]:not(.sr-only):focus~label:before{box-shadow:inset 0 0 2px 1px #5b9dd9,0 0 5px 0 #5b9dd9}.fuelux .radio input[type="radio"]:not(.sr-only):active:hover~label:before,.fuelux .radio-inline input[type="radio"]:not(.sr-only):active:hover~label:before,.fuelux .radio input[type="radio"]:not(.sr-only):focus:hover~label:before,.fuelux .radio-inline input[type="radio"]:not(.sr-only):focus:hover~label:before,.fuelux .radio input[type="radio"]:not(.sr-only):focus:hover~label:before,.fuelux .radio-inline input[type="radio"]:not(.sr-only):focus:hover~label:before,.fuelux .radio input[type="radio"]:not(.sr-only):checked:hover~label:before,.fuelux .radio-inline input[type="radio"]:not(.sr-only):checked:hover~label:before{outline-color:none;outline-offset:0;outline-style:none;outline-width:0;cursor:default}.fuelux .radio input[type="radio"]:not(.sr-only):active:hover~label,.fuelux .radio-inline input[type="radio"]:not(.sr-only):active:hover~label,.fuelux .radio input[type="radio"]:not(.sr-only):focus:hover~label,.fuelux .radio-inline input[type="radio"]:not(.sr-only):focus:hover~label,.fuelux .radio input[type="radio"]:not(.sr-only):focus:hover~label,.fuelux .radio-inline input[type="radio"]:not(.sr-only):focus:hover~label,.fuelux .radio input[type="radio"]:not(.sr-only):checked:hover~label,.fuelux .radio-inline input[type="radio"]:not(.sr-only):checked:hover~label,.fuelux .radio input[type="radio"]:not(.sr-only):active:hover~label:hover,.fuelux .radio-inline input[type="radio"]:not(.sr-only):active:hover~label:hover,.fuelux .radio input[type="radio"]:not(.sr-only):focus:hover~label:hover,.fuelux .radio-inline input[type="radio"]:not(.sr-only):focus:hover~label:hover,.fuelux .radio input[type="radio"]:not(.sr-only):focus:hover~label:hover,.fuelux .radio-inline input[type="radio"]:not(.sr-only):focus:hover~label:hover,.fuelux .radio input[type="radio"]:not(.sr-only):checked:hover~label:hover,.fuelux .radio-inline input[type="radio"]:not(.sr-only):checked:hover~label:hover{color:#333;cursor:default}.fuelux .combobox.disabled .input-group-btn{cursor:not-allowed}.fuelux .combobox input::-ms-clear{display:none}.fuelux .datepicker-calendar{padding:16px 16px 0;min-height:262px}.fuelux .datepicker-calendar button{border:0;padding:0;background-color:transparent}.fuelux .datepicker-calendar-days{height:182px;margin:10px 0 12px;width:100%}.fuelux .datepicker-calendar-days thead{border-bottom:1px solid #cccaca}.fuelux .datepicker-calendar-days tbody:before{color:transparent;content:"\200C";display:block;line-height:3px;visibility:hidden}.fuelux .datepicker-calendar-days td,.fuelux .datepicker-calendar-days th{font-size:14px;height:32px;text-align:center;vertical-align:middle;width:14.29%}.fuelux .datepicker-calendar-days td b,.fuelux .datepicker-calendar-days td button{color:#333;display:inline-block;font-weight:normal;height:30px;text-decoration:none;width:30px}.fuelux .datepicker-calendar-days td b{line-height:30px}.fuelux .datepicker-calendar-days td span{display:block;border-radius:4px}.fuelux .datepicker-calendar-days td span:hover{background:#f1f1f1;text-decoration:none}.fuelux .datepicker-calendar-days td.current-day span{border:1px solid #333}.fuelux .datepicker-calendar-days td.last-month,.fuelux .datepicker-calendar-days td.next-month{background:#d6d6d6}.fuelux .datepicker-calendar-days td.last-month.first,.fuelux .datepicker-calendar-days td.next-month.first{border-top-left-radius:4px;border-bottom-left-radius:4px;padding-left:1px}.fuelux .datepicker-calendar-days td.last-month.last,.fuelux .datepicker-calendar-days td.next-month.last{border-top-right-radius:4px;border-bottom-right-radius:4px;padding-right:1px}.fuelux .datepicker-calendar-days td.past b,.fuelux .datepicker-calendar-days td.past button{color:#999}.fuelux .datepicker-calendar-days td.restricted b,.fuelux .datepicker-calendar-days td.restricted button{cursor:no-drop;position:relative}.fuelux .datepicker-calendar-days td.restricted b:before,.fuelux .datepicker-calendar-days td.restricted button:before{border-top:1px solid #a94442;bottom:0;content:" ";display:block;left:5px;position:absolute;right:5px;top:50%}.fuelux .datepicker-calendar-days td.restricted b:hover,.fuelux .datepicker-calendar-days td.restricted button:hover{background:none}.fuelux .datepicker-calendar-days td.selected span{background:#efefef}.fuelux .datepicker-calendar-days td.selected span:hover{background:#d7d7d7}.fuelux .datepicker-calendar-days td.selected b,.fuelux .datepicker-calendar-days td.selected button{color:#8d8787}.fuelux .datepicker-calendar-days td.selected.current-day{box-shadow:0 0 0 1px #fff offset}.fuelux .datepicker-calendar-days td.selected.current-day b,.fuelux .datepicker-calendar-days td.selected.current-day button{color:#222}.fuelux .datepicker-calendar-days td.selected.current-day span:hover b,.fuelux .datepicker-calendar-days td.selected.current-day span:hover button{border-color:#0f5f9f}.fuelux .datepicker-calendar-days th{font-weight:bold;height:22px;vertical-align:top}.fuelux .datepicker-calendar-header{*zoom:1}.fuelux .datepicker-calendar-header:before,.fuelux .datepicker-calendar-header:after{display:table;content:"";line-height:0}.fuelux .datepicker-calendar-header:after{clear:both}.fuelux .datepicker-calendar-header button{border:0;padding:0;background-color:transparent}.fuelux .datepicker-calendar-header .title{margin:0 auto;text-align:center;display:block;width:174px;color:#222;font-size:20px;line-height:30px;text-decoration:underline;vertical-align:middle}.fuelux .datepicker-calendar-header .title:hover{color:#1d75bb;text-decoration:underline}.fuelux .datepicker-calendar-header .title.disabled{cursor:default;pointer-events:none;text-decoration:none}.fuelux .datepicker-calendar-header .title .month{display:inline;margin:0;padding:0}.fuelux .datepicker-calendar-header .title .month span{display:none}.fuelux .datepicker-calendar-header .title .month span.current{display:inline}.fuelux .datepicker-calendar-header .next,.fuelux .datepicker-calendar-header .prev{background:#666669;background-clip:padding-box;border-radius:30px;cursor:pointer;float:left;height:30px;text-align:center;width:30px}.fuelux .datepicker-calendar-header .next span.glyphicon,.fuelux .datepicker-calendar-header .prev span.glyphicon{color:#fff;font-size:16px;line-height:30px}.fuelux .datepicker-calendar-header .next:hover,.fuelux .datepicker-calendar-header .prev:hover{background:#1d75bb}.fuelux .datepicker-calendar-header .next{float:right}.fuelux .datepicker-calendar-header .next span.glyphicon{line-height:28px}.fuelux .datepicker-calendar-footer{background:#e3e2e1;background-clip:padding-box;border-radius:0 0 4px 4px;border-top:1px solid #cccaca;height:30px;margin:0 -16px;padding:4px 14px}.fuelux .datepicker-calendar-footer .datepicker-today{color:#333;font-size:14px;text-decoration:underline}.fuelux .datepicker-calendar-footer .datepicker-today:hover{color:#1b75bb;text-decoration:underline}.fuelux .datepicker-calendar-footer .datepicker-today.disabled{color:#8b8c8e;cursor:default;pointer-events:none}.fuelux .datepicker-calendar-footer .datepicker-today.disabled:hover{color:#8b8c8e}.fuelux .datepicker-calendar-wrapper{border:1px solid #6e6f71;min-height:20px;padding:0;width:300px}.fuelux .datepicker-wheels{display:none}.fuelux .datepicker-wheels ul button{border:0;padding:0;background-color:transparent}.fuelux .datepicker-wheels-footer{background:#e3e2e1;border-radius:0 0 4px 4px;border-top:1px solid #cccaca;clear:both}.fuelux .datepicker-wheels-footer .datepicker-wheels-back{display:block;color:#222;float:left;line-height:22px;border:0;background-color:transparent}.fuelux .datepicker-wheels-footer .datepicker-wheels-back:hover{color:#1d75bb}.fuelux .datepicker-wheels-footer .datepicker-wheels-select{float:right;background-color:transparent;color:#049cdb}.fuelux .datepicker-wheels-footer .datepicker-wheels-select:hover{color:#1d75bb}.fuelux .datepicker-wheels-month,.fuelux .datepicker-wheels-year{float:left;width:50%}.fuelux .datepicker-wheels-month ul,.fuelux .datepicker-wheels-year ul{height:217px;list-style-type:none;margin:0;overflow:auto;padding:0;text-align:center}.fuelux .datepicker-wheels-month ul li,.fuelux .datepicker-wheels-year ul li{margin:4px 0}.fuelux .datepicker-wheels-month ul li button,.fuelux .datepicker-wheels-year ul li button{width:100%;text-align:center;color:#414041;display:block;font-size:16px;line-height:24px;text-decoration:none}.fuelux .datepicker-wheels-month ul li button:hover,.fuelux .datepicker-wheels-year ul li button:hover{background:#aee0f8;text-decoration:none}.fuelux .datepicker-wheels-month ul li.selected button,.fuelux .datepicker-wheels-year ul li.selected button{background:#1d75bb;color:#fff}.fuelux .datepicker-wheels-month ul li.selected button:hover,.fuelux .datepicker-wheels-year ul li.selected button:hover{background:#0f5f9f}.fuelux .datepicker-wheels-month .header,.fuelux .datepicker-wheels-year .header{background:#e3e2e1;background-clip:padding-box;border-bottom:1px solid #cccaca;border-radius:4px 0 0 0;color:#222;font-size:20px;font-weight:bold;line-height:30px;margin-top:0;margin-bottom:0;text-align:center}.fuelux .datepicker-wheels-month.full,.fuelux .datepicker-wheels-year.full{border-left:0;width:100%}.fuelux .datepicker-wheels-month.full .header,.fuelux .datepicker-wheels-year.full .header{border-radius:4px 4px 0 0}.fuelux .datepicker-wheels-year{border-left:1px solid #cccaca;float:right}.fuelux .datepicker-wheels-year .header{border-radius:0 4px 0 0}.fuelux .datepicker input::-ms-clear{display:none}.fuelux .infinitescroll{overflow-y:auto}.fuelux .infinitescroll .infinitescroll-end{clear:both;font-style:italic;padding:6px;text-align:center}.fuelux .infinitescroll .infinitescroll-load{clear:both;padding:6px}.fuelux .infinitescroll .infinitescroll-load button{padding:5px 12px;width:100%}.fuelux .infinitescroll .infinitescroll-load .loader{font-size:32px;height:32px;margin:0 auto;width:32px}.fuelux .dropUp{-webkit-box-shadow:0 0 10px rgba(0,0,0,0.2);-moz-box-shadow:0 0 10px rgba(0,0,0,0.2);box-shadow:0 0 10px rgba(0,0,0,0.2)}.fuelux .loader{height:64px;font-size:64px;position:relative;width:64px}.fuelux .loader:after,.fuelux .loader:before{font-family:"fuelux" !important;font-style:normal !important;font-weight:normal !important;font-variant:normal !important;text-transform:none !important;line-height:1;speak:none;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;bottom:0;display:block;left:0;position:absolute;right:0;top:0}.fuelux .loader:before{content:'\e000';opacity:.33}.fuelux .loader.iefix:before{color:#bcbcbc;opacity:1}.fuelux .loader[data-frame="1"]:after{content:'\e001'}.fuelux .loader[data-frame="2"]:after{content:'\e002'}.fuelux .loader[data-frame="3"]:after{content:'\e003'}.fuelux .loader[data-frame="4"]:after{content:'\e004'}.fuelux .loader[data-frame="5"]:after{content:'\e005'}.fuelux .loader[data-frame="6"]:after{content:'\e006'}.fuelux .loader[data-frame="7"]:after{content:'\e007'}.fuelux .loader[data-frame="8"]:after{content:'\e008'}.fuelux .pillbox{border:1px solid #bbb;border-radius:4px;cursor:text;padding:3px}.fuelux .pillbox[data-readonly]{border:1px solid transparent}.fuelux .pillbox[data-readonly].truncate .pillbox-input-wrap{display:inline-block}.fuelux .pillbox[data-readonly].truncate .pillbox-input-wrap.truncated{display:none}.fuelux .pillbox[data-readonly].truncate .pillbox-more{display:inline}.fuelux .pillbox[data-readonly] .pill span.glyphicon-close{display:none}.fuelux .pillbox[data-readonly] .pillbox-add-item{display:none}.fuelux .pillbox[data-readonly] .pillbox-input-wrap{display:none}.fuelux .pillbox[data-readonly] .pillbox-input-wrap button.dropdown-toggle{display:none}.fuelux .pillbox.pills-editable .pill-group .pill span{cursor:text}.fuelux .pillbox.pills-editable .pill-group .pill span.glyphicon-close{cursor:pointer}.fuelux .pillbox>.pill-group{margin:0;padding:0;width:100%}.fuelux .pillbox>.pill-group>.pill{margin:2px;cursor:default;float:left;word-break:break-all}.fuelux .pillbox>.pill-group>.pill.pillbox-highlight{outline:1px dotted #999}.fuelux .pillbox>.pill-group>.pill.truncated{display:none}.fuelux .pillbox>.pill-group>.pill .pillbox-list-edit{border:none;color:#333;font-weight:normal;border-radius:2px}.fuelux .pillbox>.pill-group>.pill .pillbox-list-edit:focus{outline:none;border:none}.fuelux .pillbox>.pill-group>.pill .glyphicon-close{cursor:pointer;top:-1px;left:2px}.fuelux .pillbox>.pill-group>.pill .glyphicon-close:before{content:" \00d7"}.fuelux .pillbox>.pill-group>.pill .glyphicon-close:hover{opacity:.4}.fuelux .pillbox .pillbox-input-wrap{position:relative;margin:4px 0 3px 3px;float:left}.fuelux .pillbox .pillbox-input-wrap.editing{border:1px solid #ccc;border-radius:4px;margin:2px 0 3px 3px}.fuelux .pillbox .pillbox-input-wrap.editing input.pillbox-add-item{border-radius:4px;color:#333;height:32px}.fuelux .pillbox .pillbox-add-item{border:none;box-shadow:none}.fuelux .pillbox .pillbox-add-item:focus{outline:none;border:none}.fuelux .pillbox .pillbox-more{cursor:pointer;display:none;line-height:30px}.fuelux .pillbox .suggest{max-height:166px;overflow-y:auto}.fuelux .pillbox .suggest>li{white-space:nowrap;cursor:pointer;padding:3px 20px}.fuelux .pillbox .suggest>li.pillbox-suggest-sel{background-color:#eee}.fuelux .pillbox .suggest>li:hover{background-color:#eee}.fuelux .pillbox input::-ms-clear{display:none}.fuelux .placard{display:inline-block;position:relative}.fuelux .placard[data-ellipsis="true"].showing input.placard-field{overflow:visible;text-overflow:clip;white-space:normal}.fuelux .placard[data-ellipsis="true"] input.placard-field{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.fuelux .placard[data-ellipsis="true"] input.placard-field::-ms-clear{display:none}.fuelux .placard[data-ellipsis="true"] textarea.placard-field[readonly]{overflow:hidden}.fuelux .placard.showing .placard-footer,.fuelux .placard.showing .placard-header,.fuelux .placard.showing .placard-popup{display:block;z-index:1}.fuelux .placard.showing input.placard-field,.fuelux .placard.showing textarea.placard-field{background:#fff;border:1px solid #ccc;box-shadow:none;position:relative;z-index:1}.fuelux .placard input.placard-field,.fuelux .placard textarea.placard-field{resize:none}.fuelux .placard input.placard-field[readonly],.fuelux .placard textarea.placard-field[readonly]{background:#fff;cursor:auto}.fuelux .placard input.placard-field[readonly].glass,.fuelux .placard textarea.placard-field[readonly].glass{background:none}.fuelux .placard input.placard-field[readonly].glass:hover,.fuelux .placard textarea.placard-field[readonly].glass:hover{background:#d9edf7;cursor:pointer}.fuelux .placard input.placard-field:focus,.fuelux .placard textarea.placard-field:focus{border:1px solid #ccc;box-shadow:none}.fuelux .placard-cancel{font-size:12px;margin-right:4px;vertical-align:middle}.fuelux .placard-footer,.fuelux .placard-header{display:none;left:0;line-height:1;position:absolute;right:0}.fuelux .placard-footer{padding:4px 0 8px 0;text-align:right;top:100%}.fuelux .placard-header{bottom:100%;padding:8px 0 4px 0}.fuelux .placard-header h1,.fuelux .placard-header h2,.fuelux .placard-header h3,.fuelux .placard-header h4,.fuelux .placard-header h5,.fuelux .placard-header h6{margin:0}.fuelux .placard-popup{background:#d9edf7;background-clip:padding-box;border:1px solid #ccc;border-radius:4px;bottom:-8px;box-shadow:0 0 0 1px #fff inset;display:none;left:-8px;position:absolute;right:-8px;top:-8px}.fuelux .placard .glass{background:transparent;border:1px solid #fff;box-shadow:none}.fuelux .placard .glass:hover{background:#d9edf7;border-color:#66afe9;cursor:pointer}.fuelux .placard .glass:hover[disabled]{background:transparent;border-color:#fff;cursor:not-allowed}.fuelux .placard .glass:focus{background:#fff;border-color:#66afe9;box-shadow:inset 0 1px 1px rgba(0,0,0,0.075),0 0 8px rgba(102,175,233,0.6);cursor:auto}.fuelux .placard .glass:focus[disabled]{background:transparent;border-color:#fff;cursor:not-allowed}.fuelux .placard .glass[disabled]{cursor:not-allowed}.fuelux .repeater{border:1px solid #ddd;border-radius:4px}.fuelux .repeater-canvas.scrolling{bottom:0;left:0;overflow-y:auto;position:absolute;right:0;top:0}.fuelux .repeater-header,.fuelux .repeater-footer{background:#f9f9f9;min-height:50px;padding:8px;*zoom:1}.fuelux .repeater-header:before,.fuelux .repeater-footer:before,.fuelux .repeater-header:after,.fuelux .repeater-footer:after{display:table;content:"";line-height:0}.fuelux .repeater-header:after,.fuelux .repeater-footer:after{clear:both}.fuelux .repeater-header-left,.fuelux .repeater-footer-left{float:left}.fuelux .repeater-header-right,.fuelux .repeater-footer-right{float:right}@media (max-width:625px){.fuelux .repeater-header-left,.fuelux .repeater-footer-left,.fuelux .repeater-header-right,.fuelux .repeater-footer-right{float:none;*zoom:1}.fuelux .repeater-header-left:before,.fuelux .repeater-footer-left:before,.fuelux .repeater-header-right:before,.fuelux .repeater-footer-right:before,.fuelux .repeater-header-left:after,.fuelux .repeater-footer-left:after,.fuelux .repeater-header-right:after,.fuelux .repeater-footer-right:after{display:table;content:"";line-height:0}.fuelux .repeater-header-left:after,.fuelux .repeater-footer-left:after,.fuelux .repeater-header-right:after,.fuelux .repeater-footer-right:after{clear:both}.fuelux .repeater-header-left,.fuelux .repeater-footer-left{margin-bottom:8px}}.fuelux .repeater-header{border-bottom:1px solid #ddd;border-top-right-radius:4px;border-top-left-radius:4px}.fuelux .repeater-footer{border-top:1px solid #ddd;border-bottom-right-radius:4px;border-bottom-left-radius:4px}.fuelux .repeater-loader{display:none;left:50%;position:absolute;margin:-32px 0 0 -32px;top:50%}.fuelux .repeater-viewport{min-height:80px;position:relative}.fuelux .repeater-pagination label{font-weight:normal}.fuelux .repeater-pagination .repeater-primaryPaging{display:none;vertical-align:middle;width:116px}.fuelux .repeater-pagination .repeater-primaryPaging.active{display:inline-block}.fuelux .repeater-pagination .repeater-primaryPaging ul.dropdown-menu{min-width:116px}.fuelux .repeater-pagination .repeater-secondaryPaging{display:none;width:82px}.fuelux .repeater-pagination .repeater-secondaryPaging.active{display:inline-block}.fuelux .repeater-search{float:left;width:200px}.fuelux .repeater-title{display:block;float:left;line-height:34px;margin-right:10px}.fuelux .repeater-itemization .selectlist,.fuelux .repeater-filters,.fuelux .repeater-secondaryPaging,.fuelux .repeater-primaryPaging,.fuelux .repeater-next,.fuelux .repeater-prev{margin:auto .3em}.fuelux .repeater[data-viewtype="list"] .repeater-canvas.scrolling{overflow:visible}.fuelux .repeater[data-viewtype="list"] .repeater-canvas.scrolling .repeater-list{bottom:0;left:0;position:absolute;right:0;top:0}.fuelux .repeater[data-viewtype="list"] .repeater-canvas.scrolling .repeater-list-wrapper{height:100%;overflow:auto}.fuelux .repeater[data-viewtype="list"] .repeater-canvas .repeater-list{position:relative}.fuelux .repeater[data-viewtype="list"] .repeater-canvas .repeater-list table{margin-bottom:0;width:100%}.fuelux .repeater[data-viewtype="list"] .repeater-canvas .repeater-list table tbody td{border-bottom:1px solid #ddd;border-left:1px solid #ddd;border-top:none}.fuelux .repeater[data-viewtype="list"] .repeater-canvas .repeater-list table tbody td:first-child{border-left:none}.fuelux .repeater[data-viewtype="list"] .repeater-canvas .repeater-list table tbody td.sorted{background:#f9f9f9}.fuelux .repeater[data-viewtype="list"] .repeater-canvas .repeater-list table tbody tr:focus{outline:1px dotted #d7d7d7}.fuelux .repeater[data-viewtype="list"] .repeater-canvas .repeater-list table tbody tr.empty td{border-bottom:none;font-size:14px;font-style:italic;padding:20px;text-align:center;width:100%}.fuelux .repeater[data-viewtype="list"] .repeater-canvas .repeater-list table tbody tr.selectable:hover td{background:#f1f1f1;cursor:pointer}.fuelux .repeater[data-viewtype="list"] .repeater-canvas .repeater-list table tbody tr.selected:hover td{background:#d7d7d7}.fuelux .repeater[data-viewtype="list"] .repeater-canvas .repeater-list table tbody tr.selected td{background:#efefef;color:#333}.fuelux .repeater[data-viewtype="list"] .repeater-canvas .repeater-list table tbody tr.selected td:first-child{padding-left:30px}.fuelux .repeater[data-viewtype="list"] .repeater-canvas .repeater-list table thead>tr>th{background:#f9f9f9;border-bottom:1px solid #ddd;border-left:1px solid transparent;border-top:none;color:rgba(0,0,0,0);line-height:1.42857;padding:8px;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;-o-user-select:none;user-select:none}.fuelux .repeater[data-viewtype="list"] .repeater-canvas .repeater-list table thead>tr>th:first-child{border-left:none}.fuelux .repeater[data-viewtype="list"] .repeater-canvas .repeater-list table thead>tr>th.sortable:hover,.fuelux .repeater[data-viewtype="list"] .repeater-canvas .repeater-list table thead>tr>th.sortable.sorted{background:#f1f1f1;cursor:pointer;background-color:#f1f1f1;background-image:-moz-linear-gradient(top, #f9f9f9, #e5e5e5);background-image:-webkit-gradient(linear, 0 0, 0 100%, from(#f9f9f9), to(#e5e5e5));background-image:-webkit-linear-gradient(top, #f9f9f9, #e5e5e5);background-image:-o-linear-gradient(top, #f9f9f9, #e5e5e5);background-image:linear-gradient(to bottom, #f9f9f9, #e5e5e5);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff9f9f9', endColorstr='#ffe5e5e5', GradientType=0)}.fuelux .repeater[data-viewtype="list"] .repeater-canvas .repeater-list table thead>tr>th.sorted span.glyphicon{display:block;visibility:hidden}.fuelux .repeater[data-viewtype="list"] .repeater-canvas .repeater-list table thead>tr>th span.glyphicon{display:none;float:right;margin-top:2px}.fuelux .repeater[data-viewtype="list"] .repeater-canvas .repeater-list-check{display:inline-block;height:0;line-height:0;position:relative;vertical-align:top;width:0}.fuelux .repeater[data-viewtype="list"] .repeater-canvas .repeater-list-check span.glyphicon{left:-22px;position:absolute;top:2px}.fuelux .repeater[data-viewtype="list"] .repeater-canvas .repeater-list-heading{background:#f9f9f9;border-bottom:1px solid #ddd;border-left:1px solid #ddd;border-top:none;color:#333;line-height:1.42857;margin-left:-9px;padding:8px;position:absolute;top:0;z-index:1;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;-o-user-select:none;user-select:none}.fuelux .repeater[data-viewtype="list"] .repeater-canvas .repeater-list-heading.shifted{margin-left:-1px}@media screen and (-webkit-min-device-pixel-ratio:0){.fuelux .repeater[data-viewtype="list"] .repeater-canvas .repeater-list-heading.shifted{margin-left:0}}.fuelux .repeater[data-viewtype="list"] .repeater-canvas .repeater-list-heading.sortable:hover,.fuelux .repeater[data-viewtype="list"] .repeater-canvas .repeater-list-heading.sortable.sorted{background:#f1f1f1;cursor:pointer;background-color:#f1f1f1;background-image:-moz-linear-gradient(top, #f9f9f9, #e5e5e5);background-image:-webkit-gradient(linear, 0 0, 0 100%, from(#f9f9f9), to(#e5e5e5));background-image:-webkit-linear-gradient(top, #f9f9f9, #e5e5e5);background-image:-o-linear-gradient(top, #f9f9f9, #e5e5e5);background-image:linear-gradient(to bottom, #f9f9f9, #e5e5e5);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff9f9f9', endColorstr='#ffe5e5e5', GradientType=0)}.fuelux .repeater[data-viewtype="list"] .repeater-canvas .repeater-list-heading.sortable.sorted span.glyphicon{display:block;visibility:visible}.fuelux .repeater[data-viewtype="list"] .repeater-canvas .repeater-list-heading span.glyphicon{display:none;float:right;margin-top:2px}.fuelux .repeater[data-viewtype="list"] .repeater-canvas.frozen-enabled{overflow:auto}.fuelux .repeater[data-viewtype="list"] .repeater-canvas.frozen-enabled .repeater-list-wrapper{overflow:visible}.fuelux .repeater[data-viewtype="list"] .repeater-canvas.frozen-enabled .repeater-list .frozen-column-wrapper{position:absolute;z-index:2;left:0}.fuelux .repeater[data-viewtype="list"] .repeater-canvas.frozen-enabled .repeater-list .frozen-column-wrapper th,.fuelux .repeater[data-viewtype="list"] .repeater-canvas.frozen-enabled .repeater-list .frozen-column-wrapper td{position:relative}.fuelux .repeater[data-viewtype="list"] .repeater-canvas.frozen-enabled .repeater-list .frozen-thead-wrapper{position:absolute;top:0;left:0;z-index:3}.fuelux .repeater[data-viewtype="list"] .repeater-canvas.frozen-enabled .repeater-list table{table-layout:fixed;word-wrap:break-word}.fuelux .repeater[data-viewtype="list"] .repeater-canvas.frozen-enabled .repeater-list table.table-frozen{border-right:1px solid #ddd;z-index:2;background:#fff;border-collapse:collapse;table-layout:fixed;float:left}.fuelux .repeater[data-viewtype="list"] .repeater-canvas.frozen-enabled .repeater-list table.table-frozen td,.fuelux .repeater[data-viewtype="list"] .repeater-canvas.frozen-enabled .repeater-list table.table-frozen th{border-collapse:collapse;word-wrap:break-word}.fuelux .repeater[data-viewtype="list"] .repeater-canvas.frozen-enabled .repeater-list table.table-frozen .repeater-frozen-heading{background:#f9f9f9}.fuelux .repeater[data-viewtype="list"] .repeater-canvas.frozen-enabled .repeater-list table.table-frozen .repeater-frozen-heading.shifted{left:-1px}.fuelux .repeater[data-viewtype="list"] .repeater-loader{margin-top:-12px}.fuelux .repeater[data-viewtype="list"] .repeater-loader.noHeader{margin-top:-32px}.fuelux .repeater[data-viewtype="list"] .repeater-viewport{overflow:hidden}.fuelux .repeater-thumbnail{border:1px solid #ddd;color:#666;float:left;font-size:14px;min-height:110px;min-width:100px;margin:8px 7px;text-align:center}.fuelux .repeater-thumbnail img{display:block;margin-top:10px;margin-bottom:3px}.fuelux .repeater-thumbnail-cont{height:100%;overflow-y:auto;padding:6px;width:100%}.fuelux .repeater-thumbnail-cont.align-center,.fuelux .repeater-thumbnail-cont.align-justify,.fuelux .repeater-thumbnail-cont.align-left,.fuelux .repeater-thumbnail-cont.align-right{position:relative;font-size:.1px}.fuelux .repeater-thumbnail-cont.align-center:after,.fuelux .repeater-thumbnail-cont.align-justify:after,.fuelux .repeater-thumbnail-cont.align-left:after,.fuelux .repeater-thumbnail-cont.align-right:after{display:inline-block;width:100%;content:''}.fuelux .repeater-thumbnail-cont.align-center .infinitescroll-end,.fuelux .repeater-thumbnail-cont.align-justify .infinitescroll-end,.fuelux .repeater-thumbnail-cont.align-left .infinitescroll-end,.fuelux .repeater-thumbnail-cont.align-right .infinitescroll-end,.fuelux .repeater-thumbnail-cont.align-center .infinitescroll-load,.fuelux .repeater-thumbnail-cont.align-justify .infinitescroll-load,.fuelux .repeater-thumbnail-cont.align-left .infinitescroll-load,.fuelux .repeater-thumbnail-cont.align-right .infinitescroll-load{display:inline-block;width:100%}.fuelux .repeater-thumbnail-cont.align-center .repeater-thumbnail,.fuelux .repeater-thumbnail-cont.align-justify .repeater-thumbnail,.fuelux .repeater-thumbnail-cont.align-left .repeater-thumbnail,.fuelux .repeater-thumbnail-cont.align-right .repeater-thumbnail{display:inline-block;float:none;font-size:14px}.fuelux .repeater-thumbnail-cont.align-center .repeater-thumbnail:after,.fuelux .repeater-thumbnail-cont.align-justify .repeater-thumbnail:after,.fuelux .repeater-thumbnail-cont.align-left .repeater-thumbnail:after,.fuelux .repeater-thumbnail-cont.align-right .repeater-thumbnail:after{content:' '}.fuelux .repeater-thumbnail-cont.align-center{text-align:center}.fuelux .repeater-thumbnail-cont.align-justify{text-align:justify}.fuelux .repeater-thumbnail-cont.align-left{text-align:left}.fuelux .repeater-thumbnail-cont.align-right{text-align:right}.fuelux .repeater-thumbnail-cont div.empty{font-size:14px;font-style:italic;padding:14px 10px 20px;text-align:center}.fuelux .repeater-thumbnail-cont .selectable:hover{background:#f1f1f1;cursor:pointer}.fuelux .repeater-thumbnail-cont .selectable.selected{background:#efefef}.fuelux .repeater-thumbnail-cont .selectable.selected:hover{background:#d7d7d7}.fuelux .spinbox{display:inline-block;position:relative}.fuelux .spinbox.digits-3{width:60px}.fuelux .spinbox.disabled .spinbox-buttons{cursor:not-allowed}.fuelux .spinbox .spinbox-input{float:left;padding-bottom:3px;padding:0 25px 0 7px}.fuelux .spinbox .spinbox-input::-ms-clear{display:none}.fuelux .spinbox .btn{position:relative;width:20px;height:13px;padding-top:0;padding-right:9px;padding-left:9px}.fuelux .spinbox .btn.disabled{cursor:not-allowed}.fuelux .spinbox .spinbox-buttons{position:absolute;height:28px;width:20px;right:2px}.fuelux .spinbox .spinbox-up{padding:0 0 14px 1px;top:2px}.fuelux .spinbox .spinbox-up .glyphicon-chevron-up{position:relative;top:0}.fuelux .spinbox .btn-group>.btn.spinbox-up{border-top-right-radius:4px}.fuelux .spinbox .spinbox-down{padding:0 0 8px 1px;top:2px;height:15px;border-bottom-left-radius:4px}.fuelux .spinbox .spinbox-down .glyphicon-chevron-down{position:relative;left:-1px;top:0}.fuelux .spinbox input::-ms-clear{display:none}.fuelux .scheduler .control-label{min-width:7em}.fuelux .scheduler .inline-form-text{float:left;line-height:27px;margin-top:4px}.fuelux .scheduler .start-datetime.form-group{margin-bottom:0}.fuelux .scheduler .start-datetime .form-group{margin-left:0}.fuelux .scheduler .start-datetime .combobox{max-width:9em}.fuelux .scheduler .start-datetime .combobox .dropdown-menu{max-height:200px;overflow:auto}.fuelux .scheduler .start-datetime .dropdown{float:left;margin:0 10px 0 0}.fuelux .scheduler .timezone-container .input-group{max-width:20em}.fuelux .scheduler .timezone-container .dropdown-label{height:18px;white-space:nowrap;max-width:20em;overflow:hidden;text-overflow:ellipsis}.fuelux .scheduler .timezone-container .dropdown-menu{max-height:200px;overflow:auto}.fuelux .scheduler .repeat-panel{margin-left:0}.fuelux .scheduler .repeat-panel label{font-weight:normal}.fuelux .scheduler .repeat-panel .radio{margin-right:10px}.fuelux .scheduler .repeat-panel .form-group{margin-left:0}.fuelux .scheduler .repeat-interval{margin-left:0;*zoom:1}.fuelux .scheduler .repeat-interval:before,.fuelux .scheduler .repeat-interval:after{display:table;content:"";line-height:0}.fuelux .scheduler .repeat-interval:after{clear:both}.fuelux .scheduler .repeat-interval .form-group{margin-left:0}.fuelux .scheduler .repeat-interval .dropdown-menu{max-height:200px;overflow:auto}.fuelux .scheduler .repeat-interval .repeat-every-panel{float:left}.fuelux .scheduler .repeat-interval .repeat-every-panel .repeat-every-pretext{padding:0 10px}.fuelux .scheduler .repeat-interval .repeat-every-panel .spinbox{float:left;margin-right:10px}.fuelux .scheduler .repeat-interval .repeat-every-panel .spinbox input{margin-bottom:0}.fuelux .scheduler .repeat-monthly .repeat-monthly-date{margin-top:10px;*zoom:1}.fuelux .scheduler .repeat-monthly .repeat-monthly-date:before,.fuelux .scheduler .repeat-monthly .repeat-monthly-date:after{display:table;content:"";line-height:0}.fuelux .scheduler .repeat-monthly .repeat-monthly-date:after{clear:both}.fuelux .scheduler .repeat-monthly .repeat-monthly-date .selectlist{margin-left:5px}.fuelux .scheduler .repeat-monthly .repeat-monthly-day{margin-top:10px;*zoom:1}.fuelux .scheduler .repeat-monthly .repeat-monthly-day:before,.fuelux .scheduler .repeat-monthly .repeat-monthly-day:after{display:table;content:"";line-height:0}.fuelux .scheduler .repeat-monthly .repeat-monthly-day:after{clear:both}.fuelux .scheduler .repeat-monthly .month-days{margin-left:10px}.fuelux .scheduler .repeat-yearly .repeat-yearly-date{margin-top:10px;*zoom:1}.fuelux .scheduler .repeat-yearly .repeat-yearly-date:before,.fuelux .scheduler .repeat-yearly .repeat-yearly-date:after{display:table;content:"";line-height:0}.fuelux .scheduler .repeat-yearly .repeat-yearly-date:after{clear:both}.fuelux .scheduler .repeat-yearly .repeat-yearly-date .year-month-day{margin-left:10px}.fuelux .scheduler .repeat-yearly .year-month-days{margin-left:10px}.fuelux .scheduler .repeat-yearly .year-month{margin-left:10px}.fuelux .scheduler .repeat-yearly .repeat-yearly-day{margin-top:10px;*zoom:1}.fuelux .scheduler .repeat-yearly .repeat-yearly-day:before,.fuelux .scheduler .repeat-yearly .repeat-yearly-day:after{display:table;content:"";line-height:0}.fuelux .scheduler .repeat-yearly .repeat-yearly-day:after{clear:both}.fuelux .scheduler .repeat-yearly .repeat-yearly-day .repeat-yearly-day-text{margin-left:10px}.fuelux .scheduler .repeat-weekly button:not(.active){background-color:#fff}.fuelux .scheduler .repeat-weekly .btn-group.disabled{position:relative;opacity:.65}.fuelux .scheduler .repeat-weekly .btn-group.disabled:before{background:transparent;bottom:0;content:"";left:0;position:absolute;right:0;top:0;z-index:5}.fuelux .scheduler .selectlist{float:left}.fuelux .scheduler label.radio{float:left;line-height:27px}.fuelux .scheduler label.radio input{margin-top:8px}.fuelux .scheduler .repeat-end .end-after{float:left;display:inline-block;margin-right:10px}.fuelux .scheduler .repeat-end .form-group{margin-left:0}.fuelux .scheduler input::-ms-clear{display:none}.fuelux .search.disabled .input-group-btn{cursor:not-allowed}.fuelux .search input::-ms-clear{display:none}.fuelux .selectlist.disabled{cursor:not-allowed}.fuelux .selectlist .selected-label{overflow:hidden;min-width:2em}.fuelux .selectlist .dropdown-menu{min-width:inherit;overflow-y:auto}.fuelux .selectlist .btn.dropdown-toggle{text-align:left;padding-right:28px}.fuelux .selectlist .btn.dropdown-toggle .caret{margin:auto;position:absolute;top:0;bottom:0;right:12px}.fuelux .button-sizer,.fuelux .selectlist-sizer{display:inline-block;position:absolute;visibility:hidden;top:0;float:left}.fuelux .button-sizer .selectlist,.fuelux .selectlist-sizer .selectlist{display:block !important}.fuelux .button-sizer .dropdown-menu,.fuelux .selectlist-sizer .dropdown-menu{display:block;min-width:inherit}.fuelux .button-sizer .selected-label,.fuelux .selectlist-sizer .selected-label{width:auto !important}.fuelux .tree{border:1px solid #999;border-radius:4px 4px 4px 4px;padding:10px 15px 0 15px;overflow-x:auto;overflow-y:auto;position:relative;list-style:none}.fuelux .tree *:focus{outline:none}.fuelux .tree button:focus{color:#999}.fuelux .tree ul{padding-left:0;margin-top:0;margin-bottom:0;list-style:none}.fuelux .tree li{margin:0;margin-top:5px;margin-bottom:5px}.fuelux .tree .tree-loader{margin-left:45px}.fuelux .tree .tree-open>.tree-branch-header .glyphicon-play{transform:rotate(90deg);-ms-transform:rotate(90deg);-webkit-transform:rotate(90deg);position:relative}.fuelux .tree [data-children=false]>.tree-branch-header .icon-caret:before{content:'\00a0'}.fuelux .tree .tree-branch .tree-branch-header{position:relative;border-radius:6px;white-space:nowrap}.fuelux .tree .tree-branch .tree-branch-header .tree-branch-name:hover{color:#999}.fuelux .tree .tree-branch .tree-branch-header .glyphicon-play{font-size:10px;padding-right:5px;padding-left:7px}.fuelux .tree .tree-branch .tree-branch-header .glyphicon-play:before{position:relative;top:-2px}.fuelux .tree .tree-branch .tree-branch-header .tree-branch-name{white-space:nowrap;border-radius:6px;background-color:transparent;border:0}.fuelux .tree .tree-branch .tree-branch-header label{font-weight:normal;padding-left:3px;margin-bottom:0;cursor:pointer}.fuelux .tree .tree-branch .tree-branch-children{margin-left:14px}.fuelux .tree .tree-branch[haschildren='false'] .icon-caret{visibility:hidden}.fuelux .tree .tree-item{white-space:nowrap;position:relative;cursor:pointer;border-radius:6px;margin-left:26px}.fuelux .tree .tree-item .tree-item-name{white-space:nowrap;border-radius:6px;background-color:transparent;border:0}.fuelux .tree .tree-item .tree-item-name:hover{color:#999}.fuelux .tree .tree-item.tree-selected .tree-item-name{background-color:#efefef;color:#333}.fuelux .tree .tree-item label{font-weight:normal;padding-left:7px;margin-bottom:0;cursor:pointer}.fuelux .tree .icon-caret:hover+.tree-branch-name{color:#999}.fuelux .tree.tree-folder-select .tree-branch .icon-caret{background-color:transparent;border:0}.fuelux .tree.tree-folder-select .tree-branch .icon-caret:hover{cursor:pointer;color:#999}.fuelux .tree.tree-folder-select .tree-branch>.tree-branch-name{padding:1px 5px 0 5px;border-radius:6px}.fuelux .tree.tree-folder-select .tree-branch>.tree-branch-name.tree-selected{background-color:#efefef}.fuelux .tree.tree-folder-select .tree-branch.tree-selected>.tree-branch-header .tree-branch-name{background-color:#efefef}.fuelux .tree.tree-folder-select .tree-branch.tree-selected>.tree-branch-header .tree-branch-name:hover{background-color:#efefef}.fuelux .wizard{*zoom:1;border:1px solid #d4d4d4;border-radius:4px;box-shadow:0 1px 4px rgba(0,0,0,0.065);background-color:#f9f9f9;position:relative;min-height:48px;overflow:hidden}.fuelux .wizard:before,.fuelux .wizard:after{display:table;content:"";line-height:0}.fuelux .wizard:after{clear:both}.fuelux .wizard>.steps{list-style:none outside none;padding:0;margin:0;width:4000px}.fuelux .wizard>.steps.previous-disabled li.complete{cursor:default}.fuelux .wizard>.steps.previous-disabled li.complete:hover{background:#f3f4f5;color:#468847;cursor:default}.fuelux .wizard>.steps.previous-disabled li.complete:hover .chevron:before{border-left-color:#f3f4f5}.fuelux .wizard>.steps li{float:left;margin:0;padding:0 20px 0 30px;height:46px;line-height:46px;position:relative;background:#ededed;color:#999;font-size:16px;cursor:not-allowed}.fuelux .wizard>.steps li .chevron{border:24px solid transparent;border-left:14px solid #d4d4d4;border-right:0;display:block;position:absolute;right:-14px;top:0;z-index:1}.fuelux .wizard>.steps li .chevron:before{border:24px solid transparent;border-left:14px solid #ededed;border-right:0;content:"";display:block;position:absolute;right:1px;top:-24px}.fuelux .wizard>.steps li.complete{background:#f3f4f5;color:#468847}.fuelux .wizard>.steps li.complete:hover{background:#e7eff8;cursor:pointer}.fuelux .wizard>.steps li.complete:hover .chevron:before{border-left:14px solid #e7eff8}.fuelux .wizard>.steps li.complete .chevron:before{border-left:14px solid #f3f4f5}.fuelux .wizard>.steps li.active{background:#f1f6fc;color:#3a87ad;cursor:default}.fuelux .wizard>.steps li.active .chevron:before{border-left:14px solid #f1f6fc}.fuelux .wizard>.steps li.active .badge{background-color:#3a87ad}.fuelux .wizard>.steps li .badge{margin-right:8px}.fuelux .wizard>.steps li .badge-success{background-color:#468847}.fuelux .wizard>.steps li:first-child{border-radius:4px 0 0 4px;padding-left:20px}.fuelux .wizard>.actions{z-index:1000;position:absolute;right:0;line-height:46px;float:right;padding-left:15px;padding-right:15px;vertical-align:middle;background-color:#e5e5e5;border-left:1px solid #d4d4d4}.fuelux .wizard>.actions a{line-height:45px;font-size:12px;margin-right:8px}.fuelux .wizard>.actions .btn-prev[disabled]{cursor:not-allowed}.fuelux .wizard>.actions .btn-prev span{margin-right:5px}.fuelux .wizard>.actions .btn-next[disabled]{cursor:not-allowed}.fuelux .wizard>.actions .btn-next span{margin-left:5px}.fuelux .wizard .step-content{border-top:1px solid #d4d4d4;padding:10px;float:left;width:100%}.fuelux .wizard .step-content .step-pane{display:none}.fuelux .wizard .step-content>.active{display:block}.fuelux .wizard .step-content>.active .btn-group .active{display:inline-block}.fuelux .wizard.complete>.actions .glyphicon-arrow-right:before{display:none}.fuelux .wizard.complete>.actions .glyphicon-arrow-right{margin-left:0}.fuelux .serif{font-family:Georgia,"Times New Roman",Times,serif}.fuelux .monospace{font-family:Monaco,Menlo,Consolas,"Courier New",monospace}.fuelux .text-sm{font-size:11.9px}.fuelux .text-lg{font-size:17.5px}.fuelux .padding-xs{padding:5px}.fuelux .padding-xs-horizontal{padding:0 5px}.fuelux .padding-xs-vertical{padding:5px 0}.fuelux .padding-xs-top{padding-top:5px}.fuelux .padding-xs-bottom{padding-bottom:5px}.fuelux .padding-xs-left{padding-left:5px}.fuelux .padding-xs-right{padding-right:5px}.fuelux .padding-sm{padding:10px}.fuelux .padding-sm-horizontal{padding:0 10px}.fuelux .padding-sm-vertical{padding:10px 0}.fuelux .padding-sm-top{padding-top:10px}.fuelux .padding-sm-bottom{padding-bottom:10px}.fuelux .padding-sm-left{padding-left:10px}.fuelux .padding-sm-right{padding-right:10px}.fuelux .padding-md{padding:15px}.fuelux .padding-md-horizontal{padding:0 15px}.fuelux .padding-md-vertical{padding:15px 0}.fuelux .padding-md-top{padding-top:15px}.fuelux .padding-md-bottom{padding-bottom:15px}.fuelux .padding-md-left{padding-left:15px}.fuelux .padding-md-right{padding-right:15px}.fuelux .padding-lg{padding:20px}.fuelux .padding-lg-horizontal{padding:0 20px}.fuelux .padding-lg-vertical{padding:20px 0}.fuelux .padding-lg-top{padding-top:20px}.fuelux .padding-lg-bottom{padding-bottom:20px}.fuelux .padding-lg-left{padding-left:20px}.fuelux .padding-lg-right{padding-right:20px}.fuelux .margin-xs{margin:5px}.fuelux .margin-xs-horizontal{margin:0 5px}.fuelux .margin-xs-vertical{margin:5px 0}.fuelux .margin-xs-top{margin-top:5px}.fuelux .margin-xs-bottom{margin-bottom:5px}.fuelux .margin-xs-left{margin-left:5px}.fuelux .margin-xs-right{margin-right:5px}.fuelux .margin-sm{margin:10px}.fuelux .margin-sm-horizontal{margin:0 10px}.fuelux .margin-sm-vertical{margin:10px 0}.fuelux .margin-sm-top{margin-top:10px}.fuelux .margin-sm-bottom{margin-bottom:10px}.fuelux .margin-sm-left{margin-left:10px}.fuelux .margin-sm-right{margin-right:10px}.fuelux .margin-md{margin:15px}.fuelux .margin-md-horizontal{margin:0 15px}.fuelux .margin-md-vertical{margin:15px 0}.fuelux .margin-md-top{margin-top:15px}.fuelux .margin-md-bottom{margin-bottom:15px}.fuelux .margin-md-left{margin-left:15px}.fuelux .margin-md-right{margin-right:15px}.fuelux .margin-lg{margin:20px}.fuelux .margin-lg-horizontal{margin:0 20px}.fuelux .margin-lg-vertical{margin:20px 0}.fuelux .margin-lg-top{margin-top:20px}.fuelux .margin-lg-bottom{margin-bottom:20px}.fuelux .margin-lg-left{margin-left:20px}.fuelux .margin-lg-right{margin-right:20px}.fuelux .data-label{text-transform:uppercase;font-size:10px;margin-bottom:2px;text-shadow:0 1px #fff;color:#666}.fuelux .data-value{font-size:14px}.fuelux .section-heading{font-size:16px;color:#333;margin:0 0 10px;padding:0;text-shadow:0 1px #fff}
/*************** SCROLLBAR BASE CSS ***************/

.scroll-wrapper {
    overflow: hidden !important;
    padding: 0 !important;
    position: relative;
}

.scroll-wrapper > .scroll-content {
    border: none !important;
    box-sizing: content-box !important;
    height: auto;
    left: 0;
    margin: 0;
    max-height: none !important;
    max-width: none !important;
    overflow: scroll !important;
    padding: 0;
    position: relative !important;
    top: 0;
    width: auto !important;
}

.scroll-wrapper > .scroll-content::-webkit-scrollbar {
    height: 0;
    width: 0;
}

.scroll-element {
    display: none;
}
.scroll-element, .scroll-element div {
    box-sizing: content-box;
}

.scroll-element.scroll-x.scroll-scrollx_visible,
.scroll-element.scroll-y.scroll-scrolly_visible {
    display: block;
}

.scroll-element .scroll-bar,
.scroll-element .scroll-arrow {
    cursor: default;
}

.scroll-textarea {
    border: 1px solid #cccccc;
    border-top-color: #999999;
}
.scroll-textarea > .scroll-content {
    overflow: hidden !important;
}
.scroll-textarea > .scroll-content > textarea {
    border: none !important;
    box-sizing: border-box;
    height: 100% !important;
    margin: 0;
    max-height: none !important;
    max-width: none !important;
    overflow: scroll !important;
    outline: none;
    padding: 2px;
    position: relative !important;
    top: 0;
    width: 100% !important;
}
.scroll-textarea > .scroll-content > textarea::-webkit-scrollbar {
    height: 0;
    width: 0;
}









/*************** SIMPLE INNER SCROLLBAR ***************/

.scrollbar-inner > .scroll-element,
.scrollbar-inner > .scroll-element div
{
    border: none;
    margin: 0;
    padding: 0;
    position: absolute;
    z-index: 10;
}

.scrollbar-inner > .scroll-element div {
    display: block;
    height: 100%;
    left: 0;
    top: 0;
    width: 100%;
}

.scrollbar-inner > .scroll-element.scroll-x {
    bottom: 2px;
    height: 8px;
    left: 0;
    width: 100%;
}

.scrollbar-inner > .scroll-element.scroll-y {
    height: 100%;
    right: 2px;
    top: 0;
    width: 8px;
}

.scrollbar-inner > .scroll-element .scroll-element_outer {
    overflow: hidden;
}

.scrollbar-inner > .scroll-element .scroll-element_outer,
.scrollbar-inner > .scroll-element .scroll-element_track,
.scrollbar-inner > .scroll-element .scroll-bar {
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
}

.scrollbar-inner > .scroll-element .scroll-element_track,
.scrollbar-inner > .scroll-element .scroll-bar {
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";
    filter: alpha(opacity=40);
    opacity: 0.4;
}

.scrollbar-inner > .scroll-element .scroll-element_track { background-color: #e0e0e0; }
.scrollbar-inner > .scroll-element .scroll-bar { background-color: #c2c2c2; }
.scrollbar-inner > .scroll-element:hover .scroll-bar { background-color: #919191; }
.scrollbar-inner > .scroll-element.scroll-draggable .scroll-bar { background-color: #919191; }


/* update scrollbar offset if both scrolls are visible */

.scrollbar-inner > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_track { left: -12px; }
.scrollbar-inner > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_track { top: -12px; }


.scrollbar-inner > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_size { left: -12px; }
.scrollbar-inner > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_size { top: -12px; }










/*************** SIMPLE OUTER SCROLLBAR ***************/

.scrollbar-outer > .scroll-element,
.scrollbar-outer > .scroll-element div
{
    border: none;
    margin: 0;
    padding: 0;
    position: absolute;
    z-index: 10;
}

.scrollbar-outer > .scroll-element {
    background-color: #ffffff;
}

.scrollbar-outer > .scroll-element div {
    display: block;
    height: 100%;
    left: 0;
    top: 0;
    width: 100%;
}

.scrollbar-outer > .scroll-element.scroll-x {
    bottom: 0;
    height: 12px;
    left: 0;
    width: 100%;
}

.scrollbar-outer > .scroll-element.scroll-y {
    height: 100%;
    right: 0;
    top: 0;
    width: 12px;
}

.scrollbar-outer > .scroll-element.scroll-x .scroll-element_outer { height: 8px; top: 2px; }
.scrollbar-outer > .scroll-element.scroll-y .scroll-element_outer { left: 2px; width: 8px; }

.scrollbar-outer > .scroll-element .scroll-element_outer { overflow: hidden; }
.scrollbar-outer > .scroll-element .scroll-element_track { background-color: #eeeeee; }

.scrollbar-outer > .scroll-element .scroll-element_outer,
.scrollbar-outer > .scroll-element .scroll-element_track,
.scrollbar-outer > .scroll-element .scroll-bar {
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
}

.scrollbar-outer > .scroll-element .scroll-bar { background-color: #d9d9d9; }
.scrollbar-outer > .scroll-element .scroll-bar:hover { background-color: #c2c2c2; }
.scrollbar-outer > .scroll-element.scroll-draggable .scroll-bar { background-color: #919191; }


/* scrollbar height/width & offset from container borders */

.scrollbar-outer > .scroll-content.scroll-scrolly_visible { left: -12px; margin-left: 12px; }
.scrollbar-outer > .scroll-content.scroll-scrollx_visible { top:  -12px; margin-top:  12px; }

.scrollbar-outer > .scroll-element.scroll-x .scroll-bar { min-width: 10px; }
.scrollbar-outer > .scroll-element.scroll-y .scroll-bar { min-height: 10px; }


/* update scrollbar offset if both scrolls are visible */

.scrollbar-outer > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_track { left: -14px; }
.scrollbar-outer > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_track { top: -14px; }

.scrollbar-outer > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_size { left: -14px; }
.scrollbar-outer > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_size { top: -14px; }










/*************** SCROLLBAR MAC OS X ***************/

.scrollbar-macosx > .scroll-element,
.scrollbar-macosx > .scroll-element div
{
    background: none;
    border: none;
    margin: 0;
    padding: 0;
    position: absolute;
    z-index: 10;
}

.scrollbar-macosx > .scroll-element div {
    display: block;
    height: 100%;
    left: 0;
    top: 0;
    width: 100%;
}

.scrollbar-macosx > .scroll-element .scroll-element_track { display: none; }
.scrollbar-macosx > .scroll-element .scroll-bar {
    background-color: #6C6E71;
    display: block;

    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    opacity: 0;

    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    border-radius: 7px;

    -webkit-transition: opacity 0.2s linear;
    -moz-transition: opacity 0.2s linear;
    -o-transition: opacity 0.2s linear;
    -ms-transition: opacity 0.2s linear;
    transition: opacity 0.2s linear;
}
.scrollbar-macosx:hover > .scroll-element .scroll-bar,
.scrollbar-macosx > .scroll-element.scroll-draggable .scroll-bar {
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
    filter: alpha(opacity=70);
    opacity: 0.7;
}


.scrollbar-macosx > .scroll-element.scroll-x {
    bottom: 0px;
    height: 0px;
    left: 0;
    min-width: 100%;
    overflow: visible;
    width: 100%;
}

.scrollbar-macosx > .scroll-element.scroll-y {
    height: 100%;
    min-height: 100%;
    right: 0px;
    top: 0;
    width: 0px;
}

/* scrollbar height/width & offset from container borders */
.scrollbar-macosx > .scroll-element.scroll-x .scroll-bar { height: 7px; min-width: 10px; top: -9px; }
.scrollbar-macosx > .scroll-element.scroll-y .scroll-bar { left: -9px; min-height: 10px; width: 7px; }

.scrollbar-macosx > .scroll-element.scroll-x .scroll-element_outer { left: 2px; }
.scrollbar-macosx > .scroll-element.scroll-x .scroll-element_size { left: -4px; }

.scrollbar-macosx > .scroll-element.scroll-y .scroll-element_outer { top: 2px; }
.scrollbar-macosx > .scroll-element.scroll-y .scroll-element_size { top: -4px; }

/* update scrollbar offset if both scrolls are visible */
.scrollbar-macosx > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_size { left: -11px; }
.scrollbar-macosx > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_size { top: -11px; }










/*************** SCROLLBAR LIGHT ***************/

.scrollbar-light > .scroll-element,
.scrollbar-light > .scroll-element div {
    border: none;
    margin: 0;
    overflow: hidden;
    padding: 0;
    position: absolute;
    z-index: 10;
}

.scrollbar-light > .scroll-element {
    background-color: #ffffff;
}

.scrollbar-light > .scroll-element div {
    display: block;
    height: 100%;
    left: 0;
    top: 0;
    width: 100%;
}

.scrollbar-light > .scroll-element .scroll-element_outer {
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}

.scrollbar-light > .scroll-element .scroll-element_size {
    background: #dbdbdb;
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2RiZGJkYiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNlOGU4ZTgiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(left, #dbdbdb 0%, #e8e8e8 100%);
    background: -webkit-gradient(linear, left top, right top, color-stop(0%,#dbdbdb), color-stop(100%,#e8e8e8));
    background: -webkit-linear-gradient(left, #dbdbdb 0%,#e8e8e8 100%);
    background: -o-linear-gradient(left, #dbdbdb 0%,#e8e8e8 100%);
    background: -ms-linear-gradient(left, #dbdbdb 0%,#e8e8e8 100%);
    background: linear-gradient(to right, #dbdbdb 0%,#e8e8e8 100%);

    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}

.scrollbar-light > .scroll-element.scroll-x {
    bottom: 0;
    height: 17px;
    left: 0;
    min-width: 100%;
    width: 100%;
}

.scrollbar-light > .scroll-element.scroll-y {
    height: 100%;
    min-height: 100%;
    right: 0;
    top: 0;
    width: 17px;
}

.scrollbar-light > .scroll-element .scroll-bar {
    background: #fefefe;
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZlZmVmZSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmNWY1ZjUiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(left, #fefefe 0%, #f5f5f5 100%);
    background: -webkit-gradient(linear, left top, right top, color-stop(0%,#fefefe), color-stop(100%,#f5f5f5));
    background: -webkit-linear-gradient(left, #fefefe 0%,#f5f5f5 100%);
    background: -o-linear-gradient(left, #fefefe 0%,#f5f5f5 100%);
    background: -ms-linear-gradient(left, #fefefe 0%,#f5f5f5 100%);
    background: linear-gradient(to right, #fefefe 0%,#f5f5f5 100%);

    border: 1px solid #dbdbdb;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}

/* scrollbar height/width & offset from container borders */

.scrollbar-light > .scroll-content.scroll-scrolly_visible { left: -17px; margin-left: 17px; }
.scrollbar-light > .scroll-content.scroll-scrollx_visible { top:  -17px; margin-top:  17px; }

.scrollbar-light > .scroll-element.scroll-x .scroll-bar { height: 10px; min-width: 10px; top: 0px; }
.scrollbar-light > .scroll-element.scroll-y .scroll-bar { left: 0px; min-height: 10px; width: 10px; }

.scrollbar-light > .scroll-element.scroll-x .scroll-element_outer { height: 12px; left: 2px; top: 2px; }
.scrollbar-light > .scroll-element.scroll-x .scroll-element_size { left: -4px; }

.scrollbar-light > .scroll-element.scroll-y .scroll-element_outer { left: 2px; top: 2px; width: 12px; }
.scrollbar-light > .scroll-element.scroll-y .scroll-element_size { top: -4px; }

/* update scrollbar offset if both scrolls are visible */

.scrollbar-light > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_size { left: -19px; }
.scrollbar-light > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_size { top: -19px; }

.scrollbar-light > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_track { left: -19px; }
.scrollbar-light > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_track { top: -19px; }










/*************** SCROLLBAR RAIL ***************/

.scrollbar-rail > .scroll-element,
.scrollbar-rail > .scroll-element div
{
    border: none;
    margin: 0;
    overflow: hidden;
    padding: 0;
    position: absolute;
    z-index: 10;
}

.scrollbar-rail > .scroll-element {
    background-color: #ffffff;
}

.scrollbar-rail > .scroll-element div {
    display: block;
    height: 100%;
    left: 0;
    top: 0;
    width: 100%;
}

.scrollbar-rail > .scroll-element .scroll-element_size {
    background-color: #999;
    background-color: rgba(0, 0, 0, 0.3);
}

.scrollbar-rail > .scroll-element .scroll-element_outer:hover .scroll-element_size {
    background-color: #666;
    background-color: rgba(0, 0, 0, 0.5);
}

.scrollbar-rail > .scroll-element.scroll-x {
    bottom: 0;
    height: 12px;
    left: 0;
    min-width: 100%;
    padding: 3px 0 2px;
    width: 100%;
}

.scrollbar-rail > .scroll-element.scroll-y {
    height: 100%;
    min-height: 100%;
    padding: 0 2px 0 3px;
    right: 0;
    top: 0;
    width: 12px;
}

.scrollbar-rail > .scroll-element .scroll-bar {
    background-color: #d0b9a0;

    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;

    box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.5);
}

.scrollbar-rail > .scroll-element .scroll-element_outer:hover .scroll-bar {
    box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.6);
}

/* scrollbar height/width & offset from container borders */

.scrollbar-rail > .scroll-content.scroll-scrolly_visible { left: -17px; margin-left: 17px; }
.scrollbar-rail > .scroll-content.scroll-scrollx_visible { margin-top: 17px; top: -17px; }

.scrollbar-rail > .scroll-element.scroll-x .scroll-bar { height: 10px; min-width: 10px; top: 1px; }
.scrollbar-rail > .scroll-element.scroll-y .scroll-bar { left: 1px; min-height: 10px; width: 10px; }

.scrollbar-rail > .scroll-element.scroll-x .scroll-element_outer { height: 15px; left: 5px; }
.scrollbar-rail > .scroll-element.scroll-x .scroll-element_size { height: 2px; left: -10px; top: 5px; }

.scrollbar-rail > .scroll-element.scroll-y .scroll-element_outer { top: 5px; width: 15px; }
.scrollbar-rail > .scroll-element.scroll-y .scroll-element_size { left: 5px; top: -10px; width: 2px; }

/* update scrollbar offset if both scrolls are visible */

.scrollbar-rail > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_size { left: -25px; }
.scrollbar-rail > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_size { top: -25px; }

.scrollbar-rail > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_track { left: -25px; }
.scrollbar-rail > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_track { top: -25px; }










/*************** SCROLLBAR DYNAMIC ***************/

.scrollbar-dynamic > .scroll-element,
.scrollbar-dynamic > .scroll-element div
{
    background: none;
    border: none;
    margin: 0;
    padding: 0;
    position: absolute;
    z-index: 10;
}

.scrollbar-dynamic > .scroll-element div {
    display: block;
    height: 100%;
    left: 0;
    top: 0;
    width: 100%;
}

.scrollbar-dynamic > .scroll-element.scroll-x {
    bottom: 2px;
    height: 7px;
    left: 0;
    min-width: 100%;
    width: 100%;
}

.scrollbar-dynamic > .scroll-element.scroll-y {
    height: 100%;
    min-height: 100%;
    right: 2px;
    top: 0;
    width: 7px;
}

.scrollbar-dynamic > .scroll-element .scroll-element_outer {
    opacity: 0.3;

    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    border-radius: 12px;
}
.scrollbar-dynamic > .scroll-element .scroll-element_size {
    background-color: #cccccc;
    opacity: 0;

    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    border-radius: 12px;

    -webkit-transition: opacity 0.2s;
    -moz-transition: opacity 0.2s;
    -o-transition: opacity 0.2s;
    -ms-transition: opacity 0.2s;
    transition: opacity 0.2s;
}

.scrollbar-dynamic > .scroll-element .scroll-bar {
    background-color: #6c6e71;

    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    border-radius: 7px;
}

/* scrollbar height/width & offset from container borders */

.scrollbar-dynamic > .scroll-element.scroll-x .scroll-bar {
    bottom: 0;
    height: 7px;
    min-width: 24px;
    top: auto;
}
.scrollbar-dynamic > .scroll-element.scroll-y .scroll-bar {
    left: auto;
    min-height: 24px;
    right: 0;
    width: 7px;
}

.scrollbar-dynamic > .scroll-element.scroll-x .scroll-element_outer {
    bottom: 0;
    top: auto;
    left: 2px;

    -webkit-transition: height 0.2s;
    -moz-transition: height 0.2s;
    -o-transition: height 0.2s;
    -ms-transition: height 0.2s;
    transition: height 0.2s;
}

.scrollbar-dynamic > .scroll-element.scroll-y .scroll-element_outer {
    left: auto;
    right: 0;
    top: 2px;

    -webkit-transition: width 0.2s;
    -moz-transition: width 0.2s;
    -o-transition: width 0.2s;
    -ms-transition: width 0.2s;
    transition: width 0.2s;
}

.scrollbar-dynamic > .scroll-element.scroll-x .scroll-element_size { left: -4px; }
.scrollbar-dynamic > .scroll-element.scroll-y .scroll-element_size { top: -4px; }


/* update scrollbar offset if both scrolls are visible */

.scrollbar-dynamic > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_size { left: -11px; }
.scrollbar-dynamic > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_size { top: -11px; }


/* hover & drag */

.scrollbar-dynamic > .scroll-element:hover .scroll-element_outer,
.scrollbar-dynamic > .scroll-element.scroll-draggable .scroll-element_outer {
    overflow: hidden;

    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
    filter: alpha(opacity=70);
    opacity: 0.7;
}
.scrollbar-dynamic > .scroll-element:hover .scroll-element_outer .scroll-element_size,
.scrollbar-dynamic > .scroll-element.scroll-draggable .scroll-element_outer .scroll-element_size {
    opacity: 1;
}
.scrollbar-dynamic > .scroll-element:hover .scroll-element_outer .scroll-bar,
.scrollbar-dynamic > .scroll-element.scroll-draggable .scroll-element_outer .scroll-bar {
    height: 100%;
    width: 100%;

    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    border-radius: 12px;
}

.scrollbar-dynamic > .scroll-element.scroll-x:hover .scroll-element_outer,
.scrollbar-dynamic > .scroll-element.scroll-x.scroll-draggable .scroll-element_outer {
    height: 20px;
    min-height: 7px;
}
.scrollbar-dynamic > .scroll-element.scroll-y:hover .scroll-element_outer,
.scrollbar-dynamic > .scroll-element.scroll-y.scroll-draggable .scroll-element_outer {
    min-width: 7px;
    width: 20px;
}










/*************** SCROLLBAR GOOGLE CHROME ***************/

.scrollbar-chrome > .scroll-element,
.scrollbar-chrome > .scroll-element div
{
    border: none;
    margin: 0;
    overflow: hidden;
    padding: 0;
    position: absolute;
    z-index: 10;
}

.scrollbar-chrome > .scroll-element {
    background-color: #ffffff;
}

.scrollbar-chrome > .scroll-element div {
    display: block;
    height: 100%;
    left: 0;
    top: 0;
    width: 100%;
}

.scrollbar-chrome > .scroll-element .scroll-element_outer {}

.scrollbar-chrome > .scroll-element .scroll-element_track {
    background: #f1f1f1;
    border: 1px solid #dbdbdb;
}

.scrollbar-chrome > .scroll-element.scroll-x {
    bottom: 0;
    height: 16px;
    left: 0;
    min-width: 100%;
    width: 100%;
}

.scrollbar-chrome > .scroll-element.scroll-y {
    height: 100%;
    min-height: 100%;
    right: 0;
    top: 0;
    width: 16px;
}

.scrollbar-chrome > .scroll-element .scroll-bar {
    background-color: #d9d9d9;
    border: 1px solid #bdbdbd;
    cursor: default;

    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}

.scrollbar-chrome > .scroll-element .scroll-bar:hover {
    background-color: #c2c2c2;
    border-color: #a9a9a9;
}

.scrollbar-chrome > .scroll-element.scroll-draggable .scroll-bar {
    background-color: #919191;
    border-color: #7e7e7e;
}

/* scrollbar height/width & offset from container borders */

.scrollbar-chrome > .scroll-content.scroll-scrolly_visible { left: -16px; margin-left: 16px; }
.scrollbar-chrome > .scroll-content.scroll-scrollx_visible { top:  -16px; margin-top:  16px; }

.scrollbar-chrome > .scroll-element.scroll-x .scroll-bar { height: 8px; min-width: 10px; top: 3px; }
.scrollbar-chrome > .scroll-element.scroll-y .scroll-bar { left: 3px; min-height: 10px; width: 8px; }

.scrollbar-chrome > .scroll-element.scroll-x .scroll-element_outer { border-left: 1px solid #dbdbdb; }
.scrollbar-chrome > .scroll-element.scroll-x .scroll-element_track { height: 14px; left: -3px; }
.scrollbar-chrome > .scroll-element.scroll-x .scroll-element_size { height: 14px; left: -4px; }

.scrollbar-chrome > .scroll-element.scroll-y .scroll-element_outer { border-top: 1px solid #dbdbdb; }
.scrollbar-chrome > .scroll-element.scroll-y .scroll-element_track { top: -3px; width: 14px; }
.scrollbar-chrome > .scroll-element.scroll-y .scroll-element_size { top: -4px; width: 14px; }

/* update scrollbar offset if both scrolls are visible */

.scrollbar-chrome > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_size { left: -19px; }
.scrollbar-chrome > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_size { top: -19px; }

.scrollbar-chrome > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_track { left: -19px; }
.scrollbar-chrome > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_track { top: -19px; }







.redactor_box {
	position: relative;
	border2: 1px solid #ddd;
	overflow: visible;
	border-radius: 5px;
	background-color: #E0E4E7;
}
.redactor_box, .redactor_box textarea {
	background-color2: #fff;
}

body .redactor_air {
	position: absolute;
	border: 1px solid #ddd;
	border-bottom: none;
	z-index: 2;
}

/*
	Fullscreen
*/
body .redactor_box_fullscreen {
    left: 0;
    position: fixed;
    overflow: hidden;
    top: 0;
    width: 100%;
    z-index: 2000;
}

.redactor_box textarea {
	font-family: Menlo, Monaco, monospace, sans-serif;
	font-size: 13px;
	overflow: auto;
	resize: none;
	margin: 0;
	padding: 0;
	display: block;
	position: relative;
	z-index: 1004;
	outline: none;
	border: none;
	width: 100%;
}

.redactor_editor,
.redactor_editor:focus,
.redactor_editor div,
.redactor_editor p,
.redactor_editor ul,
.redactor_editor ol,
.redactor_editor table,
.redactor_editor dl,
.redactor_editor blockquote,
.redactor_editor pre,
.redactor_editor h1,
.redactor_editor h2,
.redactor_editor h3,
.redactor_editor h4,
.redactor_editor h5 {
	font-family2: Arial, Helvetica, Verdana, Tahoma, sans-serif !important;
}

.redactor_editor code,
.redactor_editor pre {
	font-family: Menlo, Monaco, monospace, sans-serif !important;
}

.redactor_editor,
.redactor_editor:focus,
.redactor_editor div,
.redactor_editor p,
.redactor_editor ul,
.redactor_editor ol,
.redactor_editor table,
.redactor_editor dl,
.redactor_editor blockquote,
.redactor_editor pre {
	font-size: 15px !important;
	line-height: 1.45em !important;
}

.redactor_editor, .redactor_editor:focus {
	position: relative;
	outline: none;
	box-shadow: none !important;
	padding: 15px !important;
	margin: 0 !important;
	background: none;
	background: #E0E4E7 !important;
	overflow: auto;
	white-space: normal;
	border: 1px solid #E0E4E7;
}
.redactor_editor:focus {
	background: #fff !important;
}
.redactor_editor a {
	color: #15c !important;
	text-decoration: underline !important;
}

.redactor_editor object,
.redactor_editor embed,
.redactor_editor video,
.redactor_editor img {
	width: auto;
	max-width: 100%;
}
.redactor_editor video,
.redactor_editor img {
	height: auto;
}

.redactor_editor div,
.redactor_editor p,
.redactor_editor ul,
.redactor_editor ol,
.redactor_editor table,
.redactor_editor dl,
.redactor_editor blockquote,
.redactor_editor pre {
	box-shadow: none !important;
	background: none !important;
	margin: 0 !important;
	margin-bottom: 15px !important;
	border: none;
}
.redactor_editor iframe,
.redactor_editor object,
.redactor_editor hr {
	margin-bottom: 15px !important;
}
.redactor_editor blockquote {
	margin-left: 3em !important;
	font-style: italic !important;
	color: #777;
}
.redactor_editor ul,
.redactor_editor ol {
	padding-left: 2em !important;
}
.redactor_editor ul ul,
.redactor_editor ol ol,
.redactor_editor ul ol,
.redactor_editor ol ul {
	border: none;
	margin: 2px !important;
	padding: 0 !important;
	padding-left: 2em !important;
}
.redactor_editor dl dt { font-weight: bold; }
.redactor_editor dd { margin-left: 1em;}

.redactor_editor table {
	border-collapse: collapse;
	font-size: 1em !important;
}
.redactor_editor table td {
	border: 1px solid #ddd;
	padding: 5px !important;
	vertical-align: top;
}
.redactor_editor table thead td {
	border-bottom: 2px solid #000 !important;
	font-weight: bold !important;
}
.redactor_editor code {
	background-color: #d8d7d7 !important;
}
.redactor_editor pre {
	font-size: 90% !important;
	background: #f8f8f8 !important;
	border: 1px solid #ddd !important;
	border-radius: 3px !important;
	padding: 1em !important;
	white-space: pre;
	overflow: auto;
}
.redactor_editor hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
}

.redactor_editor h1,
.redactor_editor h2,
.redactor_editor h3,
.redactor_editor h4,
.redactor_editor h5 {
	color: #000;
	background: none;
	margin: 0 !important;
	padding: 0 !important;
	font-weight: bold;
}

.redactor_editor h1 {
	font-size: 36px !important;
	line-height: 40px !important;
	margin-bottom: 10px !important;
}
.redactor_editor h2 {
	font-size: 30px !important;
	line-height: 38px !important;
	margin-bottom: 15px !important;
}
.redactor_editor h3 {
	font-size: 24px !important;
	line-height: 30px !important;
	margin-bottom: 10px !important;
}
.redactor_editor h4 {
	font-size: 18px !important;
	line-height: 24px !important;
	margin-bottom: 10px !important;
}
.redactor_editor h5 {
	font-size: 1em !important;
	margin-bottom: 10px !important;
}

.redactor_editor.redactor_editor_wym {
	background: #f6f6f6 !important;
	padding: 5px 15px !important;
}
.redactor_editor_wym div,
.redactor_editor_wym p,
.redactor_editor_wym ul,
.redactor_editor_wym ol,
.redactor_editor_wym table,
.redactor_editor_wym dl,
.redactor_editor_wym pre,
.redactor_editor_wym h1,
.redactor_editor_wym h2,
.redactor_editor_wym h3,
.redactor_editor_wym h4,
.redactor_editor_wym h5,
.redactor_editor_wym blockquote {
	background-color: #fff !important;
	border: 1px solid #e4e4e4 !important;
	padding: 10px !important;
	margin: 10px 0 !important;
}
.redactor_editor_wym ul,
.redactor_editor_wym ol {
	padding-left: 2em !important;
}


/*
	TOOLBAR
*/
.redactor_toolbar {
	font-family2: Helvetica, Arial, Verdana, Tahoma, sans-serif !important;
	position: relative;
	left: 0;
	top: 0;
	margin: 0 !important;
	padding: 0 !important;
	padding-left: 2px !important;
	line-height: 0 !important;
	list-style: none !important;
	font-size: 0;
	/*
	background: #f1f1f1;
	background: -moz-linear-gradient(top,  #f1f1f1 0%, #e2e2e2 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f1f1f1), color-stop(100%,#e2e2e2));
	background: -webkit-linear-gradient(top,  #f1f1f1 0%,#e2e2e2 100%);
	background: -o-linear-gradient(top,  #f1f1f1 0%,#e2e2e2 100%);
	background: -ms-linear-gradient(top,  #f1f1f1 0%,#e2e2e2 100%);
	background: linear-gradient(to bottom,  #f1f1f1 0%,#e2e2e2 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f1f1f1', endColorstr='#e2e2e2',GradientType=0 );
	*/
	overflow: hidden !important;
	height2: 32px !important;
	border-bottom: 1px solid #bbb;

	background-color: #8f9ba7;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
}
body .redactor_air .redactor_toolbar {
	padding-right: 2px !important;
}
.redactor_toolbar li {
	float: left !important;
	margin: 0 !important;
	padding2: 3px 1px;
	padding-right: 0;
	list-style: none !important;
	outline: none;

	border-right: 1px solid #828f9c;
}
.redactor_toolbar li.redactor_separator {
	float: left;
	height: 34px;
	border-left: 1px solid #d3d3d3;
	border-right: 1px solid #f1f1f1;
	padding: 0;
	margin: 0 2px 0 3px !important;
}
.redactor_toolbar li a {
	width: 40px;
	height: 40px;
	border: 1px solid transparent;
	border: 1px solid #eee;
	display: block;
	line-height: 0;
	font-size: 0;
	cursor: pointer;
	zoom: 1;
	outline: none;
	text-decoration: none;

	border: 7px solid #8F9BA7;
	box-sizing: border-box;
}
.redactor_toolbar li.redactor_btn_right {
	float: none;
	float: right !important;
}
.redactor_toolbar li a {
	display: block;
	text-indent: -9999px;
	background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAooAAAAZCAYAAAC2GQ9IAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMC1jMDYxIDY0LjE0MDk0OSwgMjAxMC8xMi8wNy0xMDo1NzowMSAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNS4xIFdpbmRvd3MiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6MTAzODBEODYwRjUxMTFFNTkzNDE4REY4OEM0NERFQjEiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6MTAzODBEODcwRjUxMTFFNTkzNDE4REY4OEM0NERFQjEiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDoxMDM4MEQ4NDBGNTExMUU1OTM0MThERjg4QzQ0REVCMSIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDoxMDM4MEQ4NTBGNTExMUU1OTM0MThERjg4QzQ0REVCMSIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PhlHDkUAABhpSURBVHja7F0JeBPXtR7NjFZLtowNXrDxhtmMjU1YzGobh8WsgbTgQFgCWZq2X7fXfulr35e89L2mafte07RN2iYlhJCk2djKGgwEY4PBGGywjY0x2Jb3DcurdundI65AqDbWaEbCeb3/982nmdFozsyde875zzn3jkQ2m40iICAgICAgICAgcAVNmoCAgICAgICAgIAQRQICAgICAgICAkIUCQgICAgICAgICFEkICAgICAgICDwAljnje+/8jppEQICAgICAgIC70D+/LbNbytkkm1cfjSgN773zvt7votWdb64yDdf/engRJGAgIDACaIn160LUSlkk2kRNdpitWlqWzqu5Z7KGSBNQ0BA8C8KOv3xJZOTx0eW/f4vOwPRtpbj78O4kkQA+s129PFLtNz29Q2PNKLIbt+yabHFYmVgg2Foy3sffJSDVs2kbxKMAMh2bH36dZVc+n1PT9CrM7y5c/eHEKrpH3ZcaGQMu2jezGkyMZshYdn5SBfiGJqOAPKGoMSHWW02G5A2k8liuWW12m6bzOYincmcc+5K+XVNVbmFx70yK1euSg0PCtiL5KmRIB2Sr5g0LuxkW8qsbRXFhR3oGNtIaKtHCMkzT2/8YYBS/voNTcuMY0ePFMMz8fRkqL09elfZ4cOHREQ1Cf7Fof7Bt3Z0ue70kMg9VMaJwrIFiCTmwQ7Y9kBGiNP1lbjxW5Cb7PTbrw1RZJ/ftnnpO+/v+VIgEid/4Zktb0nF7HqaFvm5sm+0tPA8v+q7zz1TwDJ0wmBf9gzof40I6Sto1SBg2wZ8/4UdGpGI8nfsGNAb/4La7EeUj1LHBIIjlA/xsXfEu7//PVpqH6Zfs1KSlo1Rq/5hs1FWs8WiN1usln690QTvPe3TGZoYWkQzLMNIWVaCWAItlYgTxCyTKJOI16vQdsrk8asRUTzuoX6ya9asyYoKCfqks6e/9UTu+ZP9PV09Y2Mnjl0+N3nl+IjQTRXF1NvoOOMIaKtHiVEiWrQFVpRy2bfRB1xvn9BCrpRWUNqOFmpRRgbRQAJBfZIrkHnpefOvO8eh1W4PZYiffmrD9uAA5V8cO5DtKv/Tu7uWIB98wuGD865WxV0uyKsZJtjkpIt79h/7xea1WS+77I9GS4lAMuBc1JJZU/Ocd3pAFqVO67vBvqFz7B/sQHTetVhu8iC/HdFEUbJ101P/hj5T0FKAljs8r4FJy1y8VC4VP+PSQAdQ4z2BViOEIIqoo76G5HwvJX7c7MZ2rebzvXsPzJqX9tjcxPHz/BWyl7755JMtaN9bkJ0RSimRwv07Uo43kHJIjp6/+mnVtSLoDDIPiOK9aAm1Swxar3H3h252YOn2zRt/rlLIf4queYyj8wssY8ioT2AZ3pQTyjESHCoqDB2G/PiPDlRBiUGUW1xZXlNVeVs30KczGg1AzMwSiZRC6yasv5B9Z+QKP6nMT6WIi58QMz8pfmpQgPJVtP+8B/rJPrlu3Yaxwep3mju7Gy6WVpaYzaaigf6+27WVpcmW1KSlvTp9LDpOMRxRHKKtZHMWZkQXnP0K7l8/yDbXtnpUoBNnzJluNJntTtdfKV8GzsobRLGtsY5Cz4BqudNNhY4K8ErmxQs66JYsHhkfb9+HL9vJVwjr6O6rzSu6VqaprmhavCxrWUJ0+FRE5EzIP/4J9HlT9oZlODnjKVGUfPj3T6+Om5Dw7rpFqc8hX1uL/Opv4JxIxuvr1q39yb59+9+h7k6kFQlIFEWDkET7cxSw/QY91+69R97Euu/JMwfbWIv6zDMOIuqEWvz9I9ePhxFF0ZKsrLDY0NEv9OkNp9DDP4f2QSkrWC4R7yi+qdkDZGjH1qdXMyJR4Dvv73lrGMcxFJThowOfH2S/40KVAjzgXrQ04Y4J9TpwrjcLz+XqZk6OSRWzDGMwmVPRvg8EIL4O9CfPmhcHJLFXZzAikghlqXrKszKacwdK9+C3w0VUiksVNX2ZM6aI0XqUo50ElkENogjekOFNOTKXSBCOUyDjah/1+9Enn8JssKHG7yU7RYWyYa4hRCZmx8NKVfnVs4iknUKrUOqFjLd8x+bs3WeuVLxcUVxYhp8VqxvoV6AluNKgywSiKBWzE9D+MRz7szh7/Te2j1H7v3GzofVGW1dP/+q0WSuqGlrO1zS0aRZOn/wrndHUf7nw0jU3+shgbWUnfkH+ym3o830cALpuc20revmKlROiQoP+KGHZDBzogX5bewd0v/30wOHXouIny+clxf/KTyZ9zmazZ1jBjokMRtPButbOnx47eqTWA4elSIgdu/rY6fyvnliWsUEll4ZPSp45vbLkUgPFo/zsiuqG+zFyW3uHEETRVzrorixPMz7evg9ftpOvYEY26neYpEF/z7qbRbSBLkM5swV9D9fNp0oIHKCDphkD9rXAMdrR0oyWIEZE67AfvCMgSQRSVP0oGnTnx/tO9/Z0XeBBrB1ZyV1DkLaYkaDngxFF5qns9QtUMumLCplk/YDeeLW0uh4yhxIwwigKecJoNpsv5p+5aqe8zR2qyVFhL33v+e2vIkL5dt+A/sPPvth7nYOxVGpaOvpC1CrX/XUCPk8girclYtZOPhlaBGTtUtbyFUlAEhGRM+SezS/EDkYoWMdHhEyy30hLZw3O7tz0VAlRh/m9y3qym9GKO7CUFhU0IqLoiJq6vSCD67V7LMNHcuDYQhQofYZIwgLYgdZ7du7+cP1DyKK7CGBo2kGQoN+cwucEnZqCSGD04zMS3kqMi/wO0rVPcJ+CvutnMZtBT78lZhjI+HFhFRJEeH8cHKB85eqt+isms1k0Z+r4mUWVNUduVFa2Zq9e+rnOYGIPHM3ZhQxjOZd7zFyyLDo2PDjKaqNEeoNJaTSZtUjW4zKpuM91mxZRtttNHVwCFWVYsPqvMI6zqUNb19LV3amUSRWj1Sq1VMJ+o7+35x1ECENElGhZu7avqb27R2swmvUoOA1BNmc9+i0Yng3YRnCBP0MzAZ2tjReaO7TpqsiQyIlR4d+oLKFOCplV7OnqosZNSKBuXy+hOpo0FDUxjvc5faWDbsgqGcn34ct28hGArH2JA85gpDP2BI1IJLLh64ZkhoKn/YJArVUmkzZjXwuyNDhRo5RLxeCDKwVMyNh9FnpWryKy9Ypjx7sffd703KZvhnu7QXdsXLcIyX4RrXbx7MtDZRRHhH64EkXF89s270KEauGtxrbCyyWlf2hr0lTghwxOSh0dGvRC6a2GfPzwu0+dOH4VebHfRk2cGjc3ZcocFPF+Z+ump17b/dHf/9fNDKPp2pXiwpT4qHUssry+0JbwYHUc6lQQBVBdvQN9OfmXznZrO6GB+gUUMwo53bmwomluv4Lb0NNITYuu9wf44WcMFX0MgnR0/JvuZD+BxKJjn8WR0T15AspwdHzILuXCmAxQDjfvhYuMe+2Fx3doccS5X2A5CkwSVzh2wDrsw2SRenHHVsiSUX/euXsbx+cthhkrsKLX6Trw83EEXqPsBpihVagff7B988b57+35GMbGQfDTa9Dr2+1pNlpE4+DOHUi3bMz+70CV348uV9VeQKJZpI/JJy6WHm+sqbq8+Ztr3+ju1/XkXyn/SiyVFUGik+JQPUA24jqyEUAuIWOtXrNmzbbP99oJrnaQbXA0CYnf2uHu6cMQMVzQpu25g87xFeiZRCINmJCYMm1UgLJ39eo1O6xWq6RC01zZ2qFlq8uKS6xWC2Q1xqFn9aSfVLKIujtAnAtRZOZnZKaNViuzUb/KvnchQerlkDURiij26vSUzE9JRYaNRkQRee/+PkrT2kmNCwnic1ouuk056ZDWTcfFpeSVDskUJ1lcSrYOW3KQg35z0XFO7cTDVvkS/U4+LnCY70c6nGceQ9atxDFcDX0eRtul6LOTEnYIgNaFfPWg5Sz267yqCF7IKAqq565EMbCxQ8vEhAUHoog8JSkxoaeMYW621NdAqtiSOGPOLJZhwi/knTmBthtwQ1XFJqREoGg6w18uSzGazNbKumZwUH5uOpOe3p6uwj+9u+u9SckzV2XOSAgRs4xXZ/HVNHfcOXjw4PHlK1YunBAZErE+K215U8e0ks++2HtOqE48IWlGskwqVpvMFnPVtaIcnhGUmkdK2Z0xGirUqS7CytHzV2ej6w30ggzK0QmRrGKebeDWsZiMBnJsM3flhDuTRGeyiMjbPjv7ErNLcaZRgcjj21z6j2MFkTYokzqXaB4Iprr6BiKw0YcI3kbTtN1g2Wz23wz7Qv3g0Aj50vR5/wkk8UL5rbxb1dU12asWP7U/J/9zg153a8v6tT9s7erRVNU1t65aOHOtpvXO9UOH6gcobmUjMNj1+HpCJSwLpLYFL67bcP2hHM5tZ019AwboWwfQUj0/LX1zUlzEQvz9vWdki4+ynVMqDhSdPwv2K0lnMGYpJGI1PgeX0pVf2Ch15t8+/uI3fT3dkIGJRM94OXr2gbPmpS0qPJcLQ1gsfI1IfXO7nSSq5DIqcHQo1dXeQjU31PMlilzHbNVSwpebH/bbEg62xHFsshfaQO2DNvZ4HJkH5HpIWSxDi9F3eR6elwtsJqu1l+JXch5s5nGNg1ChT6h0wnINy7njqYwhSJsjOHHuh7yzo17IKAqq565E0XLk8CEwtq2z56dPnjY+Mm1KVMaaho7kJ/ft2180fWL0dyvqmk/jbCI0JL1lY/b2Uf5+v2zT9pbmFJbm3S4vhrTyRQ4MG1LTpfAAKksutS9LTfqZt0MRRHYho3Dl6JHDbcEbs59D1+8XFKCENDw480YBRCgmx4wFhk413+luxw+hl2dH8mbpOehQfvHvosPHJGbOTPgIEcVnvVR6dlVAtZtySjxVEjwjLcMLcsYM9YW/n3ypK3nEJMZtWK1WG8PQIoWfSooCqX/6Xm8w2Y6eu1ymqSo/+ACDUfpLHb93h5BGxcSkjFIpvo1IYu7F/DPHYqckj4FZ1ClTJ8VFhQatvNnYWqrtGTClT5+c1tLZfaPg0pWbFMchGplLli2IDQ+e71R6pjZlb3jWqfR8b9uD0rNYJKJEqM0hW3kLbNO5s7lnDKa5c/0V8th2bW8vcoT0KH+lX1tXTykiiZewPiqVMikEtCIOmVd7m6UuSE8JVClmIJL4C+woYmua2hMROY2dGhfx48JzdkfC23m01FXbS84PBAaILBotZkrCsHxtieDDSjw4P29Z3rwnH9yHegiCwMW5q90lii6yAtMyF69NiR8XaTCZrX/euft9HMxxPe+ghHCgr29QfycXs6E81cJ+/YPMPHaQxRKnzJinGGoGtZry0tACL2QUBdUJV2vThVOpGuQ0Yi/mU+HIcQRIJGK/qY+lwuzgtDMnTzyLOxSUiNSltxq6mpsaX2+pr3FkDWpwR3M3hW3Dci9Rws5QGhJ4jGIuECTkqdYDUUR+FRzsaIGIYmCgym82rDS2dd1AH20UvwHC3i4999VXlRfPnzZxLTIY4PzMXio9u44lgft6Q2AZrsryKlbEHwgsR8LxUsZw4YlGs8UoZ2iZVOEnR0SRdspQWXr6ddqDJ85c7Wxt+gxt51H3x8fQErlCDivwezeCNTHiUClIAWmk71CuOdNQXRH5lVwWPykqfNKpovITIUHq8FlTYueW3m64dv5s7j6TyVhHcXwzgJdLz5Z2bV9bkL9fxPYtm/4mEomqdQajmhaJYtC9yY8dPfKJyj9QuX7tio1qlWLCpKgNL0klYnBiSQqZxL/lTjfXISGBMyfFHEEk3u/FHVt/jfQldcXKVXPiI8bE2oMEhWwKCp7/8MHHnzxH8XgNlr3EHD+ZGh9x168COTydc9I++7m6rpmaEhvJ25Y8RGe4lptdyYvbJWGesjyROZJKz46sqKf3zYUQucoKk4jZTLvREInATkCVp8yD8w4Gk6a64rY2NUU7JtA/AgVW0y/knandmL3+ewMGYwfFfbLksJkyPPMY7CTfdwzSU6bPDkdE1NszqL2dURRUz9lBsnuQLYQSEJRixqKIFkor3evWrf1hdWPbaUwG2x1GuvhiPpRrK3AEDSSr20NSZKR8Oz7CvHzFylnhQepg2Lhe13STZwd27mjJSrnUbsnr6uoKKJ4DXSnvl54N2zdt+BlyoDE7tj790s7dH/7ICzLuGSunVx+pvSDDWREO8MlGDncvHCM2LgPEjd39A1q5NCB09oyUlSzzWLVCLm3S9vR3IeLT+fEXB17W6wZaqbsTXVpXr15DS8XsaJvNFq03mlbBCXp0+m5q+KEfbHNLq0k0JVY8c16a4tK53Gqj0dBVdvnCnooSNjYrK+uJ6LDgxwrKqs+XFBYctljMZ3HWjuvbDZxLz2N0RiPoWhMOoFy3uZae7+ScLfhH5oLZ60IC/eeg7TkquRQyrn1FN2pzaJo5ZjIZ5FX1LROnxUXOYxl6vOOHNc0dbfkXLh3kqJ+qP7676yX0CbPKYexx4JHDh4Cs/w9aJlN3h+QcpTx7DdY9UlhbVUmlzp19PyphWHv5ub253p5pHB8V5mlW0Z3+Xcsjc8K1JMxHlqcyR0rpWUv5bvKLq6w4lUJmD/icJrPkCyQLztt4+OTZfaseX7g2NSHuA1ga27WHUEC4k+I/2e8BCDXz2BEIumYrfQEvZBQF1XMRvMDXgUH+65nBmROYPQlTYmHc4VVMJp2/t+LOwfe1EOmowb5yZIIg8wQZNMh08DyvCkX/RfiVIQ9gQG/UXa2ub7mYf+aPaPML6n763RPA+wj/y99P/hPnnYfyixNvlV0ppzwfmwHGbyteh/afxoGg7HajM8B7sx6HTA51dxgAOPalAstw7sDpmPBq3bwXrjKSsYxa3HeicfvxlXOvf/KMHofr05OiJyW9uiZtJkyKsSL02+6Sjl6L1WqAF3CLKJGOYWglLRKxyNDDzF0ZinLkNE2DjtKH8i7vR0Hez3EQNxRkLCtemLl48cvxESHTegf0f7ihaX7PbLGOS4yNeN1PLk388sK1E9VlV44jO5GHo3UdV132clvBWCpgVHBchCOAxX24ADs/Mf5+JiT9sN0CXYTqB1xjkZtOxu0xZei6Of9RgOOfWY4fP27PHALmLMyggvyV1LUbtyjNzesPHL8kK8tOFjn+M0vyMLrAVddGiiyhZSa7aTN8cU9CA/zhZeQP4513atruLNm3b/9pSoDxtVgvIXCbhxY51sfbTllNT7Ptg9oVpG8TcXKLLweBygBMsvwPxw7HDGqBuIgrz8nA7ZE+REbR7r9cjj/jCz1w/q/n4YjiPQJE3X/VRjcl7D+YPIwQOW6Ir9KF4wexEJOiPpy9kOCsKjhTUJAbPO8N2gheRA4zKRNxhhKyPgd4dmK1UyfS4m13IgZHSnm4MoISO1nHuBRon2CBZbjej3qQdaFkqJ3uRevUfnzlpKZlLt6VEj9ukqcdpPimpjL3VA6UGS485DCYrfD4qDFhG8aOi44ZFxqsVCsVfkq5VAkDzxE5ZBAhZBBphH9qselNZr3eYNJ19fb3alo6+psb6hu0Ha2fWixmeBVGx0PkQIYvlmHYxVNSZi6alRA3XS4RQyZMis7NHDx57lBTXfVJ3Ic1HDOJvmorGpM/0PFRWJ9Bz3oxUevEx8CwkhAc7IrwvcB3zbi/u6Obye5OxEIGPYWr3fLRX/gNpwue6PNIkCW0THdthi/uSWiEYx+Vju1+P9ax49gHGgWQQWN/OBaTRvtrc7BO8vlnMlcC5Jh5vJ8S5q/tHImMrVD1wtlKGBYHVdRTAgUAHgfRHIgibz3whCj6Cq6EiKL4j5ewR1BYIYKpBwfiW7GStOGFLwEGQh2KF7kTsYZxXV2UcC8YJXg0gL4JJfM0yrPSFPTjXBw41D7kOBaTmqnU3RJnCDa2SpwdE1H3h0lYqPvDNrqwMYbycBkmQcMNA5FT9/8iaizWD0ffhXNcxMbdNELbypdwN8v0dcgqEfzrYjB/CIFVPQ6eeGcUERGyDUN4PB3mNRgBEpqcO8jiY9TdsdVXsB29I5CM1EWLl36QFBcRz+VH1241VJ3O+XLrMIGzYBjJRJGAYCRD5hQIyDz4vfNrYIb7hx4aywCjDhkzBQ5EWCfjbsNG3YyDnAFs8Pvw+d01+GJMRCHr5odl92Oi2eWh4/BlW/k6kBU6A05AQDCyADoOFYpubAOtAp47ximIdvdPEbqdAucaXzSAM1Fkv05P7rE5C+6x2ssFeSLSlwl8DD0mALU+kGXFxA+WVi/LgmyhI6v+yNvKV3rugRxfTj4gICB4dBCikjkUmjHhK+AQROuxH2j2FceinCb3fu0yinAjhCQSEPz/hq/0nNgTAgICgn+2iUOWngkICAgICAgICAgcoEkTEBAQEBAQEBAQDIb/E2AAFczGQ0LqLdoAAAAASUVORK5CYII=);
	background-repeat: no-repeat;
	background-position: 0;
}
@media all and (-webkit-min-device-pixel-ratio: 1.5) {

	.redactor_toolbar li a {
		background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAABRQAAAAyCAYAAAAtK1dkAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAKodJREFUeNrsnQtcVNX2xzfDG+QtiG9QTE0rS4pMSVHDSjHN0Ewty/shzWumluY/zbTuVSz1qper9dcempl6y3c+/4Wamc98hyGCPARF3jA8Bpj/Wsw+eBgHGGBmzjnD+n4+mzmcOTOz93nsvfZvr72XjVarZQRBEARBEARBEARBEARBEMagolNAEARBEARBEARBEARBEISxkKBIEARBEARBEARBEARBEITRkKBIEARBEARBEARBEARBEITRkKBIEARBEARBEARBEARBEITRkKBIEARBEARBEARBEARBEITRkKBIEARBEARBEARBEARBEITRkKBIEARBEARBEARBEARBEITRkKBIEARBEARBEARBEARBEITRkKBIEARBEARBEARBEARBEITRkKBIEARBEARBEARBEARBEITR2NEpIAiCIIjmwejRoy36e1u3bqWTThAEQRAEQRBWCAmKBEEQBEEQBEEQBEEQRJ00dXB669atnvAdOXzbC15y6awqFxIUCYIgCIJoKC0g/R1Sb0gOkM5D+jekTDo1BEEQBEEQhqlLkBOLbfWhRDFOv3y4bYFyuEyaNOn7goKCCHP9gJub247169ePg011c7ufSVAkCIIgCKIh9IG0CVIgpOuQiiENhzQFEhpTh8z8+45vv/32rIyMjH9IeRL8/f3fX7Vq1QrYLKNbgiAIgiAIExDQwGPPy60A+h6IsJ2rv1+MBUTFtuYUExH4/hHw0obbxc0KEhQJgiAIc2Btoo/tBx98MDA1NfXj0tLSHpWVlS3MmW+VSlXo6Oh4pU2bNh8tXrz4MOwql8l17QdpH9N5Ij4F6QTf3xXSNkjfQ+rGzOup6Cf1fYVAHpbAy3eQUuhxtz6WLl2qteTvzZ4924bOOkEQBLF169Z/wUsv/i+KcL1qOdRTpkUI0Ns+b4TnZdVxZsqPr4XK7cdIUCSEjvCUKVMWFBUVjSgpKele593p6xsdExOzADZL6bQRBEHca1StSPSxf//99ycnJib+S6vVqiyRbxQsi4uLQxISEvbBb7+9ZMmStbBbI/HpFIuJoZDSRO9dgxQJ6Qqk9yHNMmM+WsvoPm/NSFBskr311ltvfZSdnf3WyJEje40ZMyYJ9mnptBAEQRDNFGwHv4G0k+nExO0KLINY6PSsT0yE9782c34c9H4PhUtTeEPqi70OzfGGJUGxJjYbN27scPjw4f3QketWyw3/ZVRU1Jjc3FxX/D8mJuY3eHFi8hIU3ceNG3dFo9G0M/oD7u4H7ezszqxdu3YRk6c4avvxxx8PvHTp0sG6DlKpVPnff/99B9jMo9uZICTFakSfnJwc/5SUlH9YSkzUB387MTFxV2Bg4E0Jz6FYTBzAdGLiJEhn2b0RZRQVr7J7o+rmwqUBhqHDwYMHW4eHh6ez+r1U7Y8fP+7bt29fLKPGSOPRhR71JuGnVqv/VllZ6R4fHz8V/p/PdFPoCYIgiKYJHTlN+QLoG36/bt06bOfVcs1/586dxyxevPhH7CdOnTp1YWZm5hz9Y5S2PAmfHny+IWspKvlehHLuYDrxNMmCefqGmcYbspcFbF7ZQ4JiTdyOHj36Y21iIqdcpVLZiv7HKSolMiuH+6ZNm97FG3zOnDmvQ0e0lfAGdEhvR0dHb8RKddeuXcHQeeoF7/vl5+eHw77w1157bVSPHj3Gzp49+wL8XymjMtnOnz8/A16nbd68+eXt27f31Wsscl599dUDwcHB++FfD2ZZQdFgRcnXgmDmagzMsdYEXyQYgywcgu/3NqVhYsFySNIAUznuoyGijzmeSVOJPnb79+8frNFo3HhdUzFt2rTELl26oEBVYab8q27duuW3ZMmSLhkZGbb427///vsgqL83MGmmPgtiYjbTiYnJkBYznSfiXD2jzFmC/NVlGHqlpKQ8C6/YNtT3PLknJSWF9u3b9xhs55PxaH4b9PPPPx+lVqtb4j+3b9/G9Y2WMxIUqQ2xYPmUll+yTQgjCRA2hgwZcmbSpEm4dAo6jLhFRUW9KTjG6L2viY+Pb7du3brnse8IoGOKD5NIUIRr/kZWVtbjCxcufBlsIS/hDScnJ82HH364OSgo6CT8Gw/JHpJDTEzMT2inrF+/PvLAgQPBvFxbYN9xSI5MQesdW5GYyOrysORiItpwsRZ+vs9DvmKbcH2oPRcbcyYSIIzJkKMwciBME4bPlkpwQWo9FytXrnwlLy/vsXqOu1FZWSnuROYx+Xn0YUcIp53Zd+/ePVMsKKpUKrzmcZDShw8fjikzOjp6+NmzZ6s6y8XFxV2vX7++HjYHyqzhxnN+G8sVHh7+h76gOGbMmLjg4OCjvNyW9k4MaOB+U/6uqdeaiIKEU0S9LFgWU5cjQKJ7lMrReNHH1JhS9HEA2gj/ODs7F3Xp0gWnH18yo3Fq16ZNmx7wW+gx7s4z0ZobxJYWFFFMRM9wYZqzWEzEqeSf6h0bBGmLhfNYq2EINoZfamoq5uk4HHOnHjvFOykpCcWtX+HYbHMbkcbaT2Y0FKVu1z3i4uLGCf/cvn37gY0bNw6aMGHCd8x8Yr1ZCQkJqUpffPEFKymRfKzZ2toQc5VPafkl24QwSoDAPyNHjkwbO3YstuGneP+ou55jDNMC8PIHpGywb9pBv9Bm5syZkU5OTtg3dJYo/9gHveDj42MH/buwPXv2VPdL2rdvrw4KCkLHl3PYn2W6GQXoBIOzOJwmTZrUCgVFeMV+IR6XyhS0NJkR04OT4P0Apd+gEoqJDTrfBo6XYnBD1vWunYUulM2xY8e65ebmToNOUcl77713iVdQcnq4W6jV6gFW0oigoHgZkrqoqKhGB6q8vBzP+Rmmm5aGD0TcSy+9ZHv27NmXq2vw3NxHv/rqq+def/31rTIy6jEfWJbSTZs2TRC/gQ1L3759v4XN3bxhsXSePRu439y/2+R+Lrs/Squngsoh1QLFVI66Oc+NBpMJKhYSROzs7e2dhH80Gg3WoTjafRryX2Gm/OPU6nz+W1XwPNha+F4QxET0Dsf2UV9MfFVU37ZlusjPKDyulFmb2BBve0naPLSTVq5c6Xft2rU3wRZ5trKyssZzaGNjU+Lo6HjZzc1t67Jly/bDvVdu4DvsZs2a9WxBQcGo0tLSntBHdK1xU6lUuc7Ozj8/8MADa2bMmHGLSbtWoWrXrl0haWlpweKdly9fnsjbckV6Ij3yyCPoPcO6du3KLly4IAtBwYp/17OZ5pdsE8Kods/Dw6Ng7NixXzFdwLRrvN9drOcYg84kKKb8znTCGw5iZjz99NO+f/zxh5+E+cc2AEXOgsLCwleYLtib0JdFL/ZfeX9WaN+xTbzJ7RXUGGZCOsqTNYmJKMIlQXpHyTenXMRETkAjjrf04Ias6107E90UNpMnT/Zeu3ZtNjwEhgxU58OHD78NnSOX/v37XwsICMCRf423tze6UWczeSzA7QqGtpuVNSbl0GjU5s2Cozko0J3u3LmzP5Q9EhqU6s7qrVu3hsHLXlb7tC+pcE5JSanhRcrXFTvPG5EKRjSFLyB1otNAENXYIKL/tdw4rbeuEQxDHM3ka+IY3RHgdbRWnAmmW2LDUvRnumnOxoqJOE0Yl0nA5TMyZXYNtQ04rtLSNgncH/azZs36G7S7n1ZUVLjWdhy00Y/m5uZOeOONN45FRkaOhnQbbS60wTZv3uw3adKk7woKCgbW9VtqtbrPqVOn3pkxY8YHK1asWMOkmwLmcu7cuZeGDh16JTY29sGioqKqezstLe2pkydPdgkJCTnDFBacpWPHjszTU2d7d+vWTQ6CIkEQzRc19LfRKzGW3RMTjbE9qoS8ESNGfA112BsS18NV9ha0izXaKejbVvLyGBosxP3CTDU5ziKs12as431BhEMUKyjKTEwU8iSOql0X5CVtgKYKig6+vr5vT5w4cZRWq8WH+jlmWIBqmZycPAI3Bg8ejGs04HoHdmAc74LPqlxdXX+IiYlZxaRd28AWaI5rShagDc+vX7Wg6OLigusQtmDyExR9MjIyaqxx2bp1a5zCjdOhyyXKU66Biqh6vbgGVFINwZLr0dVWRrmWw1x5pXIQDSUA/zRSVJSShoqJaBT6chsAOzDoGbCXd2LMTnR09Kt+fn59oR3TqFSqct4WYJtWNm/ePGc3NzeHBQsWjGrTpk0BHIP5rrSxsdFCquAdEy18jsExTnCsHbyGt2vXrmq+KhxvozuE2cAxqm+++aaniY1Yh7lz505PSUlZauxnCgsLQ/fs2fMbtNOh8PlbsbGxOL3rV7Va3dmYz6NomZaW9q/33nvP+9NPP/2nRB0un8TExGHTpk3bnZub2+r48eNV6yiWlZU5QXnGh4SE4CwLRa2l2KvXvaoaxUV/f3+MMi9llqy9DTFF+ZSWX7JNCGPJ/OCDD3DZlJuNqOPR2ecCtIWfMGnWT2zWNmMttoJYhFP0Os5gC6MmNEJUNqnXR01i96Jq11v/McsGj1FEvdsYAU0FFUyP27dvT83Ly3sFDNMqr75WrVr9BS/oGp2vbyx/8sknbxcVFXmDgZjctWvXX7j408rd3b0lrpkDRvCTY8eO/dDDw+M7+J6YhQsXXmGWDwhSFhYWdvrYsWPhza32AuO9dUlJib14X3BwcLwMs2oL99NTpaWljsIOZ2fnilGjRu2TQ0Wk0Wh2VT0g0DG1tbXNESocyO9G2LfLlD8IHdw8R0dHS1ZoSQoqh6HrUT3CCvtN7uVlznJgAwf1rCBq4NRXrcLKUevzHBQU9ERWVtYrxcXFA+H+6gK/HY9TMn18fL775z//eaqpU4plgKfIgFKKqCgWE3HNRIzmXJ+Y6M90YuIJSDi9agLvkFhEUJwzZ85ppos2XWkgOa9cuXIIHINCZyHTeTyIExO9Oq1evbrfu+++e5HdC7Zmo/fquHfvXpPkG+4H1VdffdUnMTFxsXj/gw8+WB4YGKhu2bIl5kELz7rdtWvX3CA5FBYWVh0Dz0zgoUOH/jN06NC/7dy5c7VYTHRxccEpt2WQCuGZqhpoy87OdkpKSnK+dOlSdVufnJw875tvvvnltddeO2phm8s+Ojp6XLt27a7Bs37y4Ycf9j1+/HiE8OaNGzdehJel/N5TxoPu6Vk1zVkMTn+WWFA0a1sotEWW6mxB3akSnld4drT65WtsmwfPVPKGDRtqLCdx4sQJ/I1Kc1yP2jqtSrNNrMDGsnbu8D55YxZzxRkSOP35LpNf4FGrBuqdr6Gum6i3r1pMRBsS/hfEJcasQ2gPYBJ7/sF5/aMB18iL2vOaNERQdJg6derbYLS+VFRUFCLsBIOw6LHHHssIDw/fVsvnfBMSEqoejOHDhx9gurX7ivD/+fPnbzt48ODL586d809NTXUDg/dNTK+//vpJMIj/a2GvxcKePXueAwMw88KFC77NqO5y27Fjx3TxjkGDBiWHhoYe550vOeEK91KN6VxBQUE4te4Gk9iT0lBFJFQ4EyZMOGumRseiFZqCyoEV4HmoHMWVq4cg6OD+2gIuyO164H2F3wuNRh4kJhY/oBxeSimHobZr7ty5o+/evft+Xl5etcdXSUnJg5ig8zAA3l8CedkKZdRYS2WrAFFRiObcEDERX3EgTiwmYmCnry2Y70yeV62B5FGii46B5zyP3S8iio2oFmVlZaW87TPU/mGdUmDCfLe4evXq+3C/Vz/cUVFRKYMHD8bp4zd5fvF8Y5RyDMqDwYFa8Dzf5NfKa8WKFZv5sQE8j2hj4RqJ6Xwbvx8HfzvGxsaGrl27tiMOUGi1WtXFixfnwf4XLdyGeiUmJo555plncK3eS2FhYeV79uwZlJKSUhWNPScnp9233347aPz48ZuYQpYxQTHxyJEjVQFZcA1F8T4pg7M0pJPUyLZCkujIFgpoZOry5Yo7zUIZzB3N1Vy2iQRCixcjGkIxa5qXd1M/TzRONNrJ64QR/L6vISaKxSXRthwx1qNODlOIAxpxvMXzLef23BhB0X7mzJmvp6enfyZ4I3p5eRX37t0767nnnktu3749ijk4mo8C1B29zKF34oyioiIf9E7s0qULGo9pcEIq4b07fn5+P4HBmAfpYTAkO+3bt6/D2bNnfcCYDEHREr0WW7du/e7y5cuxk2LuTiW6dF+bPHnyliVLlkTdvHnTwcorrSqBGDpPY4XI1q6urtoXX3wxOSIi4n+ZLoJpkczy7JGbm9tDvMPf3x87VbctcH80piIKsMDvnjdxhYIvN9j9a7UFKKkcekKB2FhXUjkCxCKUgYq+o8Kuh4Dtp59+OjA7O3se1D3dDB2AIqNKpZoHx92Fsh+2Ak9FsUEgV1FRHIClKWIiRn2ea+G834XzmVZLnVZZUlKCnaI8OOZuPfWfFo5FQbGgtusDx5hSUPSF56B6gLZPnz5ZgwcPxnVsf+HXAfOCU6LnJicnj9FoNPrrPL9Rq+Fmb1/Url27/0ZHRy/i34Oe/f4DBgy4euXKlXeOHDlStdh+VlbWE8zA7BIzgsFYgjHozKhRo9AzMgF39uzZMx7swEeEgy5dujQRXnYxhXhfoDfihg0bqjwVcRuRQXAWxdkgEpXD2stnFtvECq6HWYVcc3XcCeuFex/G8vtEuEfQo1ksJgrHyX0tvyRm3DRiqaYQ6z+Xcl9DUdbthDGCopu3t3coehDiPyNHjkwZO3bsSdj8k+kiCSdywzeL3T+S0RIMxDG48fTTT6PhiN6Jwqh/Ac94Cj4o7du3D4yKikJPle6bN28O2b59e3sUMPG3Yd9/mW76lDnBqQ3JPj4+O6ATa7t79+5hkPeWsbGxztZUWd28ebMNVET33TAPPvhgab9+/a5DZwYffvQkTWby8wzwuHXr1gN6+caF2/Mkzpe1RXm29G+Z9bv1DEZFRquuRVT0VOh91eLOnTtTc3JyutV1EL6PxzFd5EGpn3FTG405MutUmFJMnE3dAqPxUqvVHsI/nTp1Ogcv+yFdhHukDKdEgz0UmpCQ8LeGfrFGo3FNTEx87csvv9zyxhtvHERRHr4P7a2Sjh074vV+Ho8rLi5Gj0dvC5bZ9fjx46/26tULvTBvcdvOcejQobv27dtXLSimpaX1UUpwFhQNwbaq8kSMi4urFhQR3JZQULQWG4SiVcvUNlH49QiQqBxN6rg3wu69v+Hx8qrRX8flviDdrEdwISHUhIg9k8WDzCJRMYkfmqSg9bfFdm5uXfc5d2CRC3iu5b6GoqzbCWMERScwcivi4+MrMAowCn0HDx50bdu2bTakvVOmTPkDbppyAzeK3X/+859ROHWlc+fOWY8//jgayVXeifxGQwNRDcehZ2D6mjVrVGBADoI0ENdbxGNwfTz8bcyDhS4Wip1ovBZGRESgh96Db7311iOQ11BrqcD69u2bOX36dJyeng/XJnD//v39Dhw40Prq1auOkHpA52NBhw4dipYsWfKnzLKO6yf20V8/Ecrzm7WJDRJW/vjyOaQovgvFhGiZVfomNaoUdn1yrMCgw3ZhaEZGxjPGHIzH4fF86nM5b1tsoqOjAxITE/8+fvz4F3BfixYtdgYGBv57zpw5SUwBkWGhDAt54y2Hayme5jyA6cTET1j9YqL+monWIiZa8v5xsrOzq6yoqKhaGy49PR07eekoJgrt3qBBgxzB5ioBu6jBdhC0kZohQ4bgdGdMFbh8ANx7GWBnVc/Btbe3R5vM0ULltTlx4sQDqampEfD8usTGxo6r7UAMzrJv374pISEhf2cyDwqAwVh+//33qm0UFnHdRAzIguCrDIKzEARhuC2WIsiBuQmot0Nla2vfyO9VSoTbSldXVxysqpRp/mr0T/RnrtQnxsm5P6WwAITiPpbc11CUd+fOiGNKXnnllV2Q7Hbv3h0KRpNHfHy8919//RWFCf6P8/Hx2d6tW7d/T58+PZ0LhVU335UrV6bgRnh4OHY6UKAqEF0Mm5UrV7aeMmXK39Vq9cji4uJqb5UuXbrkPfnkk3kRERE4go1TXiy1AA3mHcUpvKkSeccJO1hWIyiWlpYW8E7gLS9g7Nixf0FHPGL58uVVDWp5ebnrjRs3YubPn2/38ccfr2HSTiUW0wLup+HiHUFBQXd451fqqdnWEuW5N6RIpvNW6cR04jpOv8thyoryXF/jZ46yWCQCoZ6oqMRyuGZlZT0P9ZCTkfWVEx7PdBGDhYED1/T09I+zs7OrxQjYnunk5NQKNicz+a39qm+I7GDyiViJ011RTMxk96I5o8D4AaQtrG4x8VdI65j1eSbaWPC3Kjp06JANNlXV9ONTp0493bt3b1+M3MxtqUo/P7/sVatWbTh9+nQ42ElGz5hwdHQsCQkJOeTm5pYpdKrQ7rpw4YLXmTNn+gvH+fv75zHLzUZw+vnnn1/p3r17wrx58zBIDrbhZfyc+0L5wz777LNqWzAjIwM9YH2YjAVFnOIM57pKSBS4du1ataCISBicxZxRISk6cvO9TtZyPZKY8V5JJjt3zALeTfVcHxdoX54Q74iMjMyG9Fcd/W2lCIkCGt6nl7IPW8MDUXT/GuyfyHyN7YAGHqu0+yWgEcdbuoyybieMERRRgMKh1+yIiIgzkHokJyc/sH///sBff/3VH4VASHMvXrw4GI7BlI/eiatXrx6dmZnZHb0Tw8LCsLJO1lsHyw0+s6OgoODxKivTyUnTr1+/jGeffTYRDGys1K7wAv7FTLsIujGUcUMXUytmRUAHHTvbaMhjFGfsnFxG8bZ9+/ZdU1JSqjsrsD0f60Cm81qRA9537tzpLd4BBjt2frOY9FOzDRklYqPBHAaLOYwSDLoiTH27YSHDy1zGVYCFjUhLusALDZkSy+Gen5/foMaQH+8OKQ+ngP7www/B6enpY/WPg32vLF68+MTcuXO/kGv9ayBSn6R1Kr93UFAawHRiIiJ4j05jNcVEHOATojkLYuJESMuZxGLi0qVLx/v6+j5pY2OjgYR5Lucdicp58+Y5urm5OXz44Ycvtm7dGm2JSjxGq9XicVqMkgdUCW4fffSRU4sWLRzg9Zm2bdsKU8KqBEb4jAqjrW/YsOEhE2Y9/4knnrgQHx9fdc4LCws9165d+8OPP/74P6Ghofu47ZMA+d/YrVu3hJ07dw7LycnxgbzYYKZ9fHwy33zzzSPr1q3rB+2jv7Afjs8dMWLEXnj9lbf1FfB97vBsPAN22T/gmfIRMtC7d28c7LWECG8TGxsb9Ndff42fPXv2l7y9Ea9p6QTnIh1skbmCLZKdnd122bJlE2fNmrWEyWdwswaGpjTj//37V2u2UgZnMadgYsk2z2qFH4VeJ2u5HnLzArPU9cE2rIaguG3bNu/IyMi1TBfsS+rnoamoDh061NbBwUEtcf8wwIDdXp+nX4Bc70k9MQvLUZst76nEh0YBayjKup0wRlBEI+4WN/ziILXp0KFD56ioqEcg9QAD9+GTJ0968mnKwsLennFxcThNRfBONKR8+oHh7t2qVavskJCQ3BdeeAEDu6CIiJZZAru3tk4ZI8xB1ZRzfq5PwnVIx8A4wptqtbrl/v37n3z22WfRQ1Rql3Gby5cvB2ZlZbUW7xw+fPhPTOc9Jzl1RXk2V1QmM7tc47TnaPH5VVo54Hu/hjxPNPZ6yfx6VJdJ4eVAQbFtQz6Qmpra7c0339weGBi4csGCBerCwsJpGJ32vgpNq7WB99CL+XuZGiuGIvVJCU5pRoEQg4Iki/YLg0g4gINLlXRgOs/E2sTEWVIXZPbs2ehNfYa3VZW8fRO2nVesWBE+Z84cDHRSxAxHghbaRKfVq1f3e/fdd3HQTaz+2IheXfbs2WOqrGeC7fMj2FB9rl+/jmsZsoKCgk6Qvk9ISMB1rWpvFG1stBMmTEDD8nD79u0ZdKDm4zMgvA+ffaq+H4dnSv3SSy/hGtWZZr5EtgsXLgxLTk5eW1FR4Q7PKXZaD+vZhWiP5j7xxBNDwRapDlRz7ty5uZ988knSvHnzMJJ1uZyeaQy6goIivg4ZMqTe4+A6y8I2aUybYKjOsuCASG3Cj0mWNZF6KZHapjeaKvozRXludtQnlFbiGoo5OTn6Hu/Yxz8pw/JoXVxcanip5+bm4iCzqpbj7fPy8nzc3NzuStxmeOpt1/k869v3MkMsZmE5tlvZMyMunzHPV5JctIbGtuembr/tGnBsGe9ooNcejnjj6HIgGMMPQeqYkZGRyTOqAmP7SfROxAorLCxsN9MtKHrfQz137twv/f39fZluRATXLEzkhm0Rk++6B9YGXpcsjUajH1CHQWXsze8RqUVdhyNHjtRYc61t27aFrVq1QhFaDoJiQAP3m/J3zTFSEsXFhNEWKos5yoGV/U5ukI+w0HUx1/UQC1I7RQ2ZEsvhUlhY6NaQD1RUVNiC4dsb0oZ6W/nc3J5MhqOjMhQTEQyYhoLhKb39KDDhGo+omqF42Ie3AUIAFlmJiRzsOOAgpCGh0L0MYLrBzlxWU0BketstSktLcRC1kN3vtSeIdaacMYHt15np06dvXb58+fjExEQHYz6EXpVwH50aNmwYXo+kIUOGnITn5NimTZtCoS03asp2UFBQ6TvvvLPN3t6+agaKOdvvWbNmvZeSkvKJsGPZsmW4nMoakZBjB/bgiwkJCVv0Pwzlcb548eKGyZMnD1+7du1rTEbTn9HzEKc3Hzhw4L73OnbsyMaMGVPjWAkExQATfo8cvWaofNKUL0DC82GNHoWWRqPX/rGhQ4dekXF+S9GTH+rZalu+pKQE28ra1oF0vnz5cgj0EXGmVbFMylCfmKhv38sNQaS2qrXpxShgDUVZt3d2jfhMJTeoMaUynVdhS39/f6ygUGxsceTIkXfwwIEDB6Lgc5kZHvm7A5/5gVcIdxl5I0qJCjoy7cU7vL29S/r27SuX6c5u2dnZj4l3dOrUKZnff3JoLKwpyvMhppvuPNqCZTHHd2OdE8srfqYnKiouOrJYkBLVp0qM8uxgzgciPz8fB6jc5WSEwbWbwY1EOYmJ6JmAnodfG3gPB/XQQwyjPAcx3fqVcyFdZ/IUE5G7cG5v1fLsVKrVarRP8uCYrHqeM4x6XCUo1nat4BiTCYo8SEo8dHy2Llq0qHLXrl3Df/75Z9+srKxaRcHg4OAS6Pxd7NGjBwbMucrtrj+ff/75LYGBgXZ79+599MyZM86VlYbHZL28vLTw+fThw4fv5B0YnPJcasZr47hs2bKjTCdS92A6YTad6daqFgIT2S9evBgHqtF2xOl4bfg9quW25jVe9+E+WQiK6HUYEhJSq5eeoeAsggApA9tETm0ClU955bP2qNvWTiUujSHeAe0e9sHlKhQVPfTQQ3/06dPn1okTJ7BtwOW7HFavXj182rRp2I6Il8OwjYmJCUtNTR0wf/58bHPy5VCAujz6ZDrgbPD5s1YxkSljDUVZt3d2Tfx8GdxcGfAw3OZGIvvtt996lZWVBfTs2fPWmDFjcOrZTUPeidxILGQ1PQkIy+MIle470BGv0QmPiIg4zTuWUk8xsjl58mQgGOFPi3e2adPmGm/86N4xHRiQZTDfFiI9d2b3r6eoFOoSFRVDLWKiYnF3dy/JyspyNVd9wUUHuZAECa9frswMxfrWFcLZAi+LjXQmXzGx3ntCpVLZMOOCreAxKmbZwCzY4Tnp6OhYGBkZeR3So3l5eR2uX7/um5GR0YLnvyIwMDDf19f3jo+PDy4LcxwSttGpGBEa6ggcXPupe/fumZD65ubmPpyenu6fnJzsUV5ejtdO6+fnp+7cuXOmt7c3XlucHo7ep3EW6HCV8ufgJ6E+FtXPwjOBHcJ0Xq4LtXwHCqey8DZBcTA8PLxKVKwLXEtRHJwFp0XjOoriAC4EQRBSA22OUM/KEaz342bMmPFVTk7OjLi4OBfceezYsQ9u3LiBS5r8D8+747Rp0xaVlZUNmTp16ucdO3b8k8lXJL3PvleymAjlwJmoAUp+BhSwhqKssTPBBcAXQRRUPfXUUwWQlvFOHY5KZ9YygktCogWuL1S2XcQ7wJAN2L17d5eIiIgbCxYs6A4dj5nQ8ZgovO/q6qodP3583KBBg76Ff1OYtFPPbb777ruOR48eXQcNRA3LPSUlxZFZLvp3fVhFlGfI57Y6OtJKi/Is7rTG8vIdMeM1MVckxWrvNgPfr8Qozzlr1qzBPOOC4PZN+SIcYLexqXG7okh2jukGq3xMmWl7e/vqEfCCggIXMGTbhIaGXqivfuQGYmPOpwp/o6ioyNlQHkwAzgZIZHoLs9eBICauZMoSE4V7RdWQc2/JvPFozvgs4zIy6Hn/i4eHh2/v3r1bwrYHu7fsCN5HKKqlMd307nwh0B33dMT2GnuFVzw9PdtC8uvevTuORDvyZwPfuyv6jrsW6kCWcVsipY5jcOAyg8knCFyt4FqI4vUSo6J0Y29Lly6t3qc/3VkABUjcj0KjoWnSFrJNGtUmSBxAyuzlk6gDq9TyWXvUbavuF65fvz4U+n41BnUx2OoPP/zQddSoUVL3+wxRyduPnxYtWuT8yy+/jDh16lSrs2fPuqalpc2E9m8mHuTu7n42ICDgz3nz5n3G21KMEVAs1wthRWLiDt5PeUfBz0USk/8airJuz+1M/H1oGKO34kFeAdxhNI1ZCtzHjRt3RaPRtNN/Az0RN27cuAdSjf39+/cvbNmypRqMXfRawGmvuIB9lhzLgPz222/PQ0r19/d/f9WqVSskvs8MVURKjPJsqspWbuUQREVPkUGqhOjI+H07WE1PHnNfE3NfD/SkwuAK2Ju2bcoX6YmJQvuTww1JUwqK5SEhIdc3b95cXlxcbJeXl9di9erVeyCZQkwy6jhnZ+eqPDDTeozjWonvMd16qWfrOO4rdk9MlKXBCOfxl/rOMbwuM/Z61HVdjL1mjRAUSninCZ8RFNvRCwPFQBQ4K/j7mKrXv9L7fAW///EZxunDKEY78ecM7bFS3rkqY5YbzDX5FCmpA2igGKgf1Vkf9EAUC4wK6STJrfNE5ZNv+cxlDyr1OikBx6lTpy7MzMycY+hN2N9qy5YtByCxPn36BM+YMeMPJi9hEZe6wGXUSsLCwq5BegS2WzGdh/1tfn/gtO1Mfp8k8fdk6bhkZWLiN/xfxQqKtQXGaoD91uzbO3MIivlMJmsWNGPcN23a9C7TqdgBkFrya13Jb6Y0fo2ceIWMr0KwHayw43ilrJG4DNjZfRRSRy4Q2Ik6Xjg9CtePOs47XVIKivVVRNbgHp2r8HLoi3LnFZhnRV+TukQfmVPm5eWVNGHChN+/+OKLflJkYNy4cacgDzdNXM8tYTqhEI0TjN58Se99XO8SPRMnMBmLiVaIll/nsiZ8XsOT1LZYgJm+k6YcNY92m8onz/Ll0jOoOJxiYmJ+4n07nLmGzhqCl6IwGIWe7xgXAQOjqpj8PBULuZ2Swvt+Huzeutw42IqzU+4yy3nfN8UexiWYqpdhEiLvyjCrtbbhessx9VLaA9HUPokpB5etod61Y0S9F1DkYooXMhk6legRh1PFrjJ5uuDn80YhnRk3fauUfyaLNyqlMinDZd7A1VYGNS9jKd2mBEGYCTRUEwcPHrzB09PTZefOnQ/dvHnTHtdCM6v17+SEUyc1L7zwwqXg4GA02m4w03oo4mj+MEg/Mt2ael8zXRTnTN7eTWK6wC0LIC2S2TUpHjZs2OU9e/b0lDITeG2YjKdUyQBPhXwnQRCENYMGy03eXzpbT98LBblKmZZDw22UTCu7PgFMpmLR1q1bvx49evREvX01PCzhf0ErQWhpgmYICYr1k8TuuZgKLtXYiTjEK94kGeZZEOOUjDWUgSCaM9Yi+mi58fp/wcHBxZCeYjqhDaekmit4B/4mDpjg9G0U+Y7zPJh6+s4pSN0g4fxM9ESMEr2Hy1+8zI+RGxmvvvrqF5DCYNtLojzg4NvPTDeoRRjG1Gut0TpqBEEQDQeFxJs8KQq+znCTgbbIxsJZN7b9O8/zJ8fTnwRpJ+TNUwhsWct07SR2b+pzkkxvpbLHH388+fTp0x3M9QMhISFJrJk6OdnoRY4nCIIgCFOASxUMhyQH0WcX04lzTQEH4NA7CpeJwKk2uM6dOQVFHInHQBrC+kAm8U6sZ5pGEC8bGrgVpvg9MxnJuMyFP09SRfVGkTqdXx/ykjcMPi8BzHRehcL6PyQqEgRBNAMULCga2/7JvV3D/A+A9AL/Hx2sYhXYDneGNApSKKQWZvh+nHJ/jOlm/SQ0t+eUBEWCIAjCHJDoI0/j3KK/J9NRd4IgCIIgCKJ+BHEUSWLKHNTDWUWtmc4pwMEM3499DIxHcYs1w6VwSFAkCIIgCIIgCIIgCIIgCMJoVHQKCIIgCIIgCIIgCIIgCIIwFgrKYiG2bdtm0BU0MjLShs4OQRAEQVB7TuUgCIIgCIIglGInkoeihTBkoJPRThAEQRDUnlM5CIIgCIIgCKXZiSQoSnRRyGgnCIIgCGrPqRwEQRAEQRCEEu1ECspCEARBEARBEARBEARBEITRkIciQRAEQRAEQRAEQRAEQRBGQ4IiQRAEQRAEQRAEQRAEQRBGQ4IiQRAEQRAEQRAEQRAEQRBG8/8CDACn2Bhs7uzfIwAAAABJRU5ErkJggg==);
		background-size: auto 25px;
	}

}

.redactor_toolbar li a:hover {
	border-color: #99a5b2;
	background-color: #99a5b2;
	outline: none;
}
.redactor_toolbar li a:active, .redactor_toolbar li a.redactor_act {
	border-color: #99a5b2;
	background-color: #99a5b2;
	outline: none;
}


/*
	BUTTONS
	step 25px
*/
body .redactor_toolbar li a.redactor_btn_html				{ background-position: 0px; }
body .redactor_toolbar li a.redactor_btn_formatting		    { background-position: -25px; }
body .redactor_toolbar li a.redactor_btn_bold				{ background-position: -50px; }
body .redactor_toolbar li a.redactor_btn_italic			    { background-position: -75px; }
body .redactor_toolbar li a.redactor_btn_deleted		 	{ background-position: -500px; }
body .redactor_toolbar li a.redactor_btn_unorderedlist 	    { background-position: -100px; }
body .redactor_toolbar li a.redactor_btn_orderedlist   	    { background-position: -125px; }
body .redactor_toolbar li a.redactor_btn_outdent	 		{ background-position: -150px; }
body .redactor_toolbar li a.redactor_btn_indent		 	  	{ background-position: -175px; }
body .redactor_toolbar li a.redactor_btn_image		 		{ background-position: -200px; }
body .redactor_toolbar li a.redactor_btn_video		 		{ background-position: -225px; }
body .redactor_toolbar li a.redactor_btn_file		 		{ background-position: -250px; }
body .redactor_toolbar li a.redactor_btn_table		 		{ background-position: -275px; }
body .redactor_toolbar li a.redactor_btn_link		 		{ background-position: -300px; }
body .redactor_toolbar li a.redactor_btn_fontcolor		 	{ background-position: -325px; }
body .redactor_toolbar li a.redactor_btn_backcolor		 	{ background-position: -350px; }
body .redactor_toolbar li a.redactor_btn_alignleft		  	{ background-position: -375px; }
body .redactor_toolbar li a.redactor_btn_aligncenter		{ background-position: -400px; }
body .redactor_toolbar li a.redactor_btn_alignright		  	{ background-position: -425px; }
body .redactor_toolbar li a.redactor_btn_justify		 	{ background-position: -450px; }
body .redactor_toolbar li a.redactor_btn_horizontalrule 	{ background-position: -475px; }
body .redactor_toolbar li a.redactor_btn_underline		 	{ background-position: -525px; }

body .redactor_toolbar li a.redactor_btn_fullscreen		 	{ background-position: -550px; }
body .redactor_toolbar li a.redactor_btn_normalscreen		{ background-position: -575px; }
body .redactor_toolbar li a.redactor_btn_clips		 		{ background-position: -600px; }

body .redactor_toolbar li a.redactor_btn_alignment	 		{ background-position: -625px; }

/*
	Toolbar classes
*/
.redactor_format_blockquote {
	font-style: italic;
	color: #666 !important;
	padding-left: 10px;
}
.redactor_format_pre {
	font-family: monospace, sans-serif;
}
.redactor_format_h1, .redactor_format_h2, .redactor_format_h3, .redactor_format_h4 {
	font-weight: bold;
}
.redactor_format_h1 {
	font-size: 30px;
	line-height: 36px;
}
.redactor_format_h2 {
	font-size: 24px;
	line-height: 36px;
}
.redactor_format_h3 {
	font-size: 20px;
	line-height: 30px;
}
.redactor_format_h4 {
	font-size: 16px;
	line-height: 26px;
}

/*
	DROPDOWN
*/
.redactor_dropdown {
	font-family2: Helvetica, Arial, Verdana, Tahoma, sans-serif;
	top: 28px;
	left: 0;
	z-index: 2004;
	position: absolute;
	width: 200px;
	background-color: #fff;
	border: 1px solid #ccc;
	font-size: 13px;
	-webkit-box-shadow: 0 2px 4px #ccc;
	-moz-box-shadow: 0 2px 4px #ccc;
	box-shadow: 0 2px 4px #ccc;
	line-height: 21px;
	padding: 10px;
}
.redactor_separator_drop {
	border-top: 1px solid #ddd;
	padding: 0 !important;
	line-height: 0;
	font-size: 0;
}
.redactor_dropdown a {
	display: block;
	color: #000;
	padding: 3px 5px;
	text-decoration: none;
}
.redactor_dropdown a:hover {
	color: #444 !important;
	text-decoration: none;
	background-color: #dde4ef;
}

/* ColorPicker */
.redactor_color_link {
	padding: 0 !important;
	width: 15px !important;
	height: 15px !important;
	box-shadow: 0 1px 2px rgba(0, 0, 0, .2) inset !important;
	border-radius: 4px !important;
	float: left !important;
	border: 2px solid #fff !important;
	font-size: 0;
}
.redactor_color_none {
	font-size: 11px;
}



/* MODAL */
#redactor_modal_overlay {
	position: fixed;
	margin: auto;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 50000;

	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
	filter:alpha(opacity=50);
	opacity: 0.50;

	background-color: #333 !important;
}

#redactor_modal {
	background: #f7f7f7;
	background: -moz-linear-gradient(top,  #f7f7f7 0%, #e2e2e2 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f7f7f7), color-stop(100%,#e2e2e2));
	background: -webkit-linear-gradient(top,  #f7f7f7 0%,#e2e2e2 100%);
	background: -o-linear-gradient(top,  #f7f7f7 0%,#e2e2e2 100%);
	background: -ms-linear-gradient(top,  #f7f7f7 0%,#e2e2e2 100%);
	background: linear-gradient(to bottom,  #f7f7f7 0%,#e2e2e2 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f7f7f7', endColorstr='#e2e2e2',GradientType=0 );
	text-shadow: 0 1px 0 #fff;
	padding: 0;
	position: fixed;
	top: 50%;
	left: 50%;
	box-shadow: 0px 5px 60px #000;
  	border-radius: 3px;
  	z-index: 50001;
	font-family2: Helvetica, Arial, Verdana, Tahoma, sans-serif;
	font-size: 12px !important;
	color: #000;
}
#redactor_modal_header {
	padding: 11px 30px 0 15px;
	font-size: 12px;
	border-radius: 3px 3px 0 0;
	font-weight: bold;
}
#redactor_modal_content {
	padding: 20px 30px;

}
#redactor_modal_close {
	position: absolute;
	right: 5px;
	top: 5px;
	font-size: 20px;
	width: 20px;
	height: 20px;
	color: #777;
	cursor: pointer;
}
#redactor_modal_close:hover {
	color: #000;
}
#redactor_modal label {
	margin: 10px 0 3px 0 !important;
	padding: 0 !important;
	float: none !important;
	display: block !important;
}
#redactor_modal textarea {
	margin-top: 4px;
	display: block;
}
.redactor_input  {
	width: 99%;
	font-size: 14px;
}
.redactor_modal_box {
	height: 350px;
	overflow: auto;
	margin-bottom: 10px;
}
#redactor_image_box {
	height: 270px;
	overflow: auto;
	margin-bottom: 10px;
}
#redactor_image_box_select {
	display: block;
	width: 200px;
	margin-bottom: 15px;
}
#redactor_image_box img {
	margin-right: 10px;
	margin-bottom: 10px;
	cursor: pointer;
	max-width: 100px;
}
#redactor_tabs {
	margin-bottom: 18px;
}
#redactor_tabs a {
	display: inline-block;
	border: 1px solid #d2d2d2;
	padding: 4px 14px;
	font-size: 12px;
	background-color: #fff;
	text-decoration: none;
	color: #000;
	line-height: 1;
	border-radius: 10px;
	margin-right: 5px;
}
#redactor_tabs a:hover, #redactor_tabs a.redactor_tabs_act {
	background-color: #ddd;
	padding: 5px 15px;
	box-shadow: 0 1px 2px rgba(0, 0, 0, .4) inset;
	border: none;
	text-shadow: 0 1px 0 #eee;
	color: #777 !important;
	text-decoration: none !important;
}
#redactor_modal_footer {
	padding: 9px 30px 20px 30px;
	border-radius: 0 0 3px 3px;
	text-align: right;
}

#redactor_modal input[type="radio"],
#redactor_modal input[type="checkbox"] {
	position: relative;
	top: -1px;
}
#redactor_modal input[type="text"],
#redactor_modal input[type="password"],
#redactor_modal input[type="email"],
#redactor_modal textarea {
	position: relative;
	z-index: 2;
	font-family2: Helvetica, Arial, Tahoma, sans-serif;
	height: 23px;
	border: 1px solid #ccc;
	margin: 0;
	padding: 1px 2px;
	background-color: white;
	color: #333;
	font-size: 13px;
	line-height: 1;
	border-radius: 1px;
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2) inset;
	-webkit-transition: border 0.3s ease-in;
	-moz-transition: border 0.3s ease-in;
	-ms-transition: border 0.3s ease-in;
	-o-transition: border 0.3s ease-in;
	transition: border 0.3s ease-in;
}
#redactor_modal textarea {
	line-height: 1.4em;
}
#redactor_modal input:focus,
#redactor_modal textarea:focus {
	outline: none;
	border-color: #5ca9e4;
	box-shadow: 0 0 0 2px rgba(70, 161, 231, 0.3), 0 1px 2px rgba(0, 0, 0, 0.2) inset;
}

.redactor_modal_btn {
	margin-left: 8px;
	position: relative;
	cursor: pointer;
	outline: none;
	display: inline-block;
	text-align: center;
	text-decoration: none;
	font-family2: Helvetica, Arial, Verdana, Tahoma, sans-serif;
	line-height: 1;
	font-size: 12px;
	font-weight: normal;
	padding: 6px 16px 5px 16px;
	border-radius: 4px;
	background-color: #f3f3f3;
	background-image: -moz-linear-gradient(top, #ffffff, #e1e1e1);
	background-image: -ms-linear-gradient(top, #ffffff, #e1e1e1);
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#e1e1e1));
	background-image: -webkit-linear-gradient(top, #ffffff, #e1e1e1);
	background-image: -o-linear-gradient(top, #ffffff, #e1e1e1);
	background-image: linear-gradient(top, #ffffff, #e1e1e1);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#e1e1e1', GradientType=0);
	border: 1px solid #ccc;
	border-bottom-color: #aaa;
	box-shadow: 0 1px 1px rgba(0, 0, 0, .1);
	text-shadow: 0 1px 0px #ffffff;
	color: #000;
}
.redactor_modal_btn:hover {
	color: #555;
}
.redactor_modal_btn:hover {
	filter: none;
	background: none;
	background: #f3f3f3;
	text-shadow: 0 1px 0px rgba(255, 255, 255, 0.8);
	text-decoration: none;
}


/* Drag and Drop Area */
.redactor_droparea {
	position: relative;
    width: 100%;
    margin: auto;
    margin-bottom: 5px;
}
.redactor_droparea .redactor_dropareabox {
	z-index: 1;
	position: relative;
    text-align: center;
    width: 99%;
    background-color: #fff;
    padding: 60px 0;
    border: 2px dashed #bbb;
}
.redactor_droparea .redactor_dropareabox, .redactor_dropalternative {
    color: #555;
    font-size: 12px;
}
.redactor_dropalternative {
	margin: 4px 0 2px 0;
}
.redactor_dropareabox.hover {
    background: #efe3b8;
    border-color: #aaa;
}
.redactor_dropareabox.error {
    background: #f7e5e5;
    border-color: #dcc3c3;
}
.redactor_dropareabox.drop {
    background: #f4f4ee;
    border-color: #e0e5d6;
}
/* perfect-scrollbar v0.6.12 */
.ps-container{-ms-touch-action:none;touch-action:none;overflow:hidden !important;-ms-overflow-style:none}@supports (-ms-overflow-style: none){.ps-container{overflow:auto !important}}@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none){.ps-container{overflow:auto !important}}.ps-container.ps-active-x>.ps-scrollbar-x-rail,.ps-container.ps-active-y>.ps-scrollbar-y-rail{display:block;background-color:transparent}.ps-container.ps-in-scrolling{pointer-events:none}.ps-container.ps-in-scrolling.ps-x>.ps-scrollbar-x-rail{background-color:#eee;opacity:.9}.ps-container.ps-in-scrolling.ps-x>.ps-scrollbar-x-rail>.ps-scrollbar-x{background-color:#999}.ps-container.ps-in-scrolling.ps-y>.ps-scrollbar-y-rail{background-color:#eee;opacity:.9}.ps-container.ps-in-scrolling.ps-y>.ps-scrollbar-y-rail>.ps-scrollbar-y{background-color:#999}.ps-container>.ps-scrollbar-x-rail{display:none;position:absolute;opacity:0;-webkit-transition:background-color .2s linear, opacity .2s linear;-moz-transition:background-color .2s linear, opacity .2s linear;-o-transition:background-color .2s linear, opacity .2s linear;transition:background-color .2s linear, opacity .2s linear;bottom:0px;height:15px}.ps-container>.ps-scrollbar-x-rail>.ps-scrollbar-x{position:absolute;background-color:#aaa;-webkit-border-radius:6px;-moz-border-radius:6px;border-radius:6px;-webkit-transition:background-color .2s linear, height .2s linear, width .2s ease-in-out, -webkit-border-radius .2s ease-in-out;transition:background-color .2s linear, height .2s linear, width .2s ease-in-out, -webkit-border-radius .2s ease-in-out;-moz-transition:background-color .2s linear, height .2s linear, width .2s ease-in-out, border-radius .2s ease-in-out, -moz-border-radius .2s ease-in-out;-o-transition:background-color .2s linear, height .2s linear, width .2s ease-in-out, border-radius .2s ease-in-out;transition:background-color .2s linear, height .2s linear, width .2s ease-in-out, border-radius .2s ease-in-out;transition:background-color .2s linear, height .2s linear, width .2s ease-in-out, border-radius .2s ease-in-out, -webkit-border-radius .2s ease-in-out, -moz-border-radius .2s ease-in-out;bottom:2px;height:6px}.ps-container>.ps-scrollbar-x-rail:hover>.ps-scrollbar-x,.ps-container>.ps-scrollbar-x-rail:active>.ps-scrollbar-x{height:11px}.ps-container>.ps-scrollbar-y-rail{display:none;position:absolute;opacity:0;-webkit-transition:background-color .2s linear, opacity .2s linear;-moz-transition:background-color .2s linear, opacity .2s linear;-o-transition:background-color .2s linear, opacity .2s linear;transition:background-color .2s linear, opacity .2s linear;right:0;width:15px}.ps-container>.ps-scrollbar-y-rail>.ps-scrollbar-y{position:absolute;background-color:#aaa;-webkit-border-radius:6px;-moz-border-radius:6px;border-radius:6px;-webkit-transition:background-color .2s linear, height .2s linear, width .2s ease-in-out, -webkit-border-radius .2s ease-in-out;transition:background-color .2s linear, height .2s linear, width .2s ease-in-out, -webkit-border-radius .2s ease-in-out;-moz-transition:background-color .2s linear, height .2s linear, width .2s ease-in-out, border-radius .2s ease-in-out, -moz-border-radius .2s ease-in-out;-o-transition:background-color .2s linear, height .2s linear, width .2s ease-in-out, border-radius .2s ease-in-out;transition:background-color .2s linear, height .2s linear, width .2s ease-in-out, border-radius .2s ease-in-out;transition:background-color .2s linear, height .2s linear, width .2s ease-in-out, border-radius .2s ease-in-out, -webkit-border-radius .2s ease-in-out, -moz-border-radius .2s ease-in-out;right:2px;width:6px}.ps-container>.ps-scrollbar-y-rail:hover>.ps-scrollbar-y,.ps-container>.ps-scrollbar-y-rail:active>.ps-scrollbar-y{width:11px}.ps-container:hover.ps-in-scrolling{pointer-events:none}.ps-container:hover.ps-in-scrolling.ps-x>.ps-scrollbar-x-rail{background-color:#eee;opacity:.9}.ps-container:hover.ps-in-scrolling.ps-x>.ps-scrollbar-x-rail>.ps-scrollbar-x{background-color:#999}.ps-container:hover.ps-in-scrolling.ps-y>.ps-scrollbar-y-rail{background-color:#eee;opacity:.9}.ps-container:hover.ps-in-scrolling.ps-y>.ps-scrollbar-y-rail>.ps-scrollbar-y{background-color:#999}.ps-container:hover>.ps-scrollbar-x-rail,.ps-container:hover>.ps-scrollbar-y-rail{opacity:.6}.ps-container:hover>.ps-scrollbar-x-rail:hover{background-color:#eee;opacity:.9}.ps-container:hover>.ps-scrollbar-x-rail:hover>.ps-scrollbar-x{background-color:#999}.ps-container:hover>.ps-scrollbar-y-rail:hover{background-color:#eee;opacity:.9}.ps-container:hover>.ps-scrollbar-y-rail:hover>.ps-scrollbar-y{background-color:#999}
.analytics-entity-type-dropdown {
  display: inline-block; }

.analytics-entities-title {
  font-weight: bold;
  width: 400px;
  max-width: 100%; }

.interval-filter-pills {
  margin-left: 10px; }

.form-control.order-items-control {
  height: 160px; }

.orders-statuses-duration-chart {
  min-height: 500px;
  margin-top: 60px; }

.completed-tasks-charts, .sold-items-charts {
  position: relative; }
  .completed-tasks-charts .reset-tasks-charts, .completed-tasks-charts .reset-sold-items-charts, .sold-items-charts .reset-tasks-charts, .sold-items-charts .reset-sold-items-charts {
    position: absolute;
    left: 0;
    top: 35px;
    z-index: 1;
    padding: 0 2px 0 0;
    background-color: #f5ac42; }
    .completed-tasks-charts .reset-tasks-charts:hover, .completed-tasks-charts .reset-sold-items-charts:hover, .sold-items-charts .reset-tasks-charts:hover, .sold-items-charts .reset-sold-items-charts:hover {
      background-color: #f5ac42; }
    .completed-tasks-charts .reset-tasks-charts .svg-arrow, .completed-tasks-charts .reset-sold-items-charts .svg-arrow, .sold-items-charts .reset-tasks-charts .svg-arrow, .sold-items-charts .reset-sold-items-charts .svg-arrow {
      background-position: -48px -600px; }

.chart-title {
  margin-right: 5px;
  font-weight: bold; }

.analytics .collection-list-wrapper, .accounting-transaction-history .collection-list-wrapper, .transaction-history .collection-list-wrapper, .master-report-filter .collection-list-wrapper, #setting-form-stocks .collection-list-wrapper, #setting-form-cashboxes .collection-list-wrapper,
.bp-change-order-status-form .collection-list-wrapper, #callsStatisticsGraph .collection-list-wrapper, .salaries-report-filter .collection-list-wrapper, .cash-flows-filter .collection-list-wrapper, .coaches-report-filter .collection-list-wrapper, .trigger-form .collection-list-wrapper,
.salary-scheme-settings .collection-list-wrapper, .accounting-transaction-balance .collection-list-wrapper, .accounting-transaction-balance-in-money .collection-list-wrapper, .bonus-types-settings .collection-list-wrapper,
#setting-form-users .collection-list-wrapper, .add-edit-resource-modal .collection-list-wrapper, .add-membership-modal .collection-list-wrapper, .edit-membership-modal .collection-list-wrapper, .add-services-set-modal .collection-list-wrapper,
.edit-services-set-modal .collection-list-wrapper, .add-goods-set-modal .collection-list-wrapper, .edit-goods-set-modal .collection-list-wrapper, .add-trainings-set-modal .collection-list-wrapper, .edit-trainings-set-modal .collection-list-wrapper,
.training-type-form .collection-list-wrapper, .items-settings .collection-list-wrapper, .consolidated-report .collection-list-wrapper, .z-report-filter .collection-list-wrapper, .reports .collection-list-wrapper, .contracotr-deposits-filters .collection-list-wrapper,
.add-duration-price-modal .collection-list-wrapper, .pnl-filter .collection-list-wrapper, .salary-settings-form .collection-list-wrapper, .permission-menu-form .collection-list-wrapper, .vats-settings .collection-list-wrapper, .coach-form .collection-list-wrapper {
  position: relative; }
  .analytics .collection-list-wrapper .collection-list, .accounting-transaction-history .collection-list-wrapper .collection-list, .transaction-history .collection-list-wrapper .collection-list, .master-report-filter .collection-list-wrapper .collection-list, #setting-form-stocks .collection-list-wrapper .collection-list, #setting-form-cashboxes .collection-list-wrapper .collection-list,
  .bp-change-order-status-form .collection-list-wrapper .collection-list, #callsStatisticsGraph .collection-list-wrapper .collection-list, .salaries-report-filter .collection-list-wrapper .collection-list, .cash-flows-filter .collection-list-wrapper .collection-list, .coaches-report-filter .collection-list-wrapper .collection-list, .trigger-form .collection-list-wrapper .collection-list,
  .salary-scheme-settings .collection-list-wrapper .collection-list, .accounting-transaction-balance .collection-list-wrapper .collection-list, .accounting-transaction-balance-in-money .collection-list-wrapper .collection-list, .bonus-types-settings .collection-list-wrapper .collection-list,
  #setting-form-users .collection-list-wrapper .collection-list, .add-edit-resource-modal .collection-list-wrapper .collection-list, .add-membership-modal .collection-list-wrapper .collection-list, .edit-membership-modal .collection-list-wrapper .collection-list, .add-services-set-modal .collection-list-wrapper .collection-list,
  .edit-services-set-modal .collection-list-wrapper .collection-list, .add-goods-set-modal .collection-list-wrapper .collection-list, .edit-goods-set-modal .collection-list-wrapper .collection-list, .add-trainings-set-modal .collection-list-wrapper .collection-list, .edit-trainings-set-modal .collection-list-wrapper .collection-list,
  .training-type-form .collection-list-wrapper .collection-list, .items-settings .collection-list-wrapper .collection-list, .consolidated-report .collection-list-wrapper .collection-list, .z-report-filter .collection-list-wrapper .collection-list, .reports .collection-list-wrapper .collection-list, .contracotr-deposits-filters .collection-list-wrapper .collection-list,
  .add-duration-price-modal .collection-list-wrapper .collection-list, .pnl-filter .collection-list-wrapper .collection-list, .salary-settings-form .collection-list-wrapper .collection-list, .permission-menu-form .collection-list-wrapper .collection-list, .vats-settings .collection-list-wrapper .collection-list, .coach-form .collection-list-wrapper .collection-list {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1007;
    background: #ffffff;
    border: 1px solid #dddddd;
    padding: 10px;
    min-width: 240px; }
    .analytics .collection-list-wrapper .collection-list .inner-list, .accounting-transaction-history .collection-list-wrapper .collection-list .inner-list, .transaction-history .collection-list-wrapper .collection-list .inner-list, .master-report-filter .collection-list-wrapper .collection-list .inner-list, #setting-form-stocks .collection-list-wrapper .collection-list .inner-list, #setting-form-cashboxes .collection-list-wrapper .collection-list .inner-list,
    .bp-change-order-status-form .collection-list-wrapper .collection-list .inner-list, #callsStatisticsGraph .collection-list-wrapper .collection-list .inner-list, .salaries-report-filter .collection-list-wrapper .collection-list .inner-list, .cash-flows-filter .collection-list-wrapper .collection-list .inner-list, .coaches-report-filter .collection-list-wrapper .collection-list .inner-list, .trigger-form .collection-list-wrapper .collection-list .inner-list,
    .salary-scheme-settings .collection-list-wrapper .collection-list .inner-list, .accounting-transaction-balance .collection-list-wrapper .collection-list .inner-list, .accounting-transaction-balance-in-money .collection-list-wrapper .collection-list .inner-list, .bonus-types-settings .collection-list-wrapper .collection-list .inner-list,
    #setting-form-users .collection-list-wrapper .collection-list .inner-list, .add-edit-resource-modal .collection-list-wrapper .collection-list .inner-list, .add-membership-modal .collection-list-wrapper .collection-list .inner-list, .edit-membership-modal .collection-list-wrapper .collection-list .inner-list, .add-services-set-modal .collection-list-wrapper .collection-list .inner-list,
    .edit-services-set-modal .collection-list-wrapper .collection-list .inner-list, .add-goods-set-modal .collection-list-wrapper .collection-list .inner-list, .edit-goods-set-modal .collection-list-wrapper .collection-list .inner-list, .add-trainings-set-modal .collection-list-wrapper .collection-list .inner-list, .edit-trainings-set-modal .collection-list-wrapper .collection-list .inner-list,
    .training-type-form .collection-list-wrapper .collection-list .inner-list, .items-settings .collection-list-wrapper .collection-list .inner-list, .consolidated-report .collection-list-wrapper .collection-list .inner-list, .z-report-filter .collection-list-wrapper .collection-list .inner-list, .reports .collection-list-wrapper .collection-list .inner-list, .contracotr-deposits-filters .collection-list-wrapper .collection-list .inner-list,
    .add-duration-price-modal .collection-list-wrapper .collection-list .inner-list, .pnl-filter .collection-list-wrapper .collection-list .inner-list, .salary-settings-form .collection-list-wrapper .collection-list .inner-list, .permission-menu-form .collection-list-wrapper .collection-list .inner-list, .vats-settings .collection-list-wrapper .collection-list .inner-list, .coach-form .collection-list-wrapper .collection-list .inner-list {
      max-height: 200px;
      overflow: auto;
      margin-bottom: 5px; }
      .analytics .collection-list-wrapper .collection-list .inner-list .inner-list, .accounting-transaction-history .collection-list-wrapper .collection-list .inner-list .inner-list, .transaction-history .collection-list-wrapper .collection-list .inner-list .inner-list, .master-report-filter .collection-list-wrapper .collection-list .inner-list .inner-list, #setting-form-stocks .collection-list-wrapper .collection-list .inner-list .inner-list, #setting-form-cashboxes .collection-list-wrapper .collection-list .inner-list .inner-list,
      .bp-change-order-status-form .collection-list-wrapper .collection-list .inner-list .inner-list, #callsStatisticsGraph .collection-list-wrapper .collection-list .inner-list .inner-list, .salaries-report-filter .collection-list-wrapper .collection-list .inner-list .inner-list, .cash-flows-filter .collection-list-wrapper .collection-list .inner-list .inner-list, .coaches-report-filter .collection-list-wrapper .collection-list .inner-list .inner-list, .trigger-form .collection-list-wrapper .collection-list .inner-list .inner-list,
      .salary-scheme-settings .collection-list-wrapper .collection-list .inner-list .inner-list, .accounting-transaction-balance .collection-list-wrapper .collection-list .inner-list .inner-list, .accounting-transaction-balance-in-money .collection-list-wrapper .collection-list .inner-list .inner-list, .bonus-types-settings .collection-list-wrapper .collection-list .inner-list .inner-list,
      #setting-form-users .collection-list-wrapper .collection-list .inner-list .inner-list, .add-edit-resource-modal .collection-list-wrapper .collection-list .inner-list .inner-list, .add-membership-modal .collection-list-wrapper .collection-list .inner-list .inner-list, .edit-membership-modal .collection-list-wrapper .collection-list .inner-list .inner-list, .add-services-set-modal .collection-list-wrapper .collection-list .inner-list .inner-list,
      .edit-services-set-modal .collection-list-wrapper .collection-list .inner-list .inner-list, .add-goods-set-modal .collection-list-wrapper .collection-list .inner-list .inner-list, .edit-goods-set-modal .collection-list-wrapper .collection-list .inner-list .inner-list, .add-trainings-set-modal .collection-list-wrapper .collection-list .inner-list .inner-list, .edit-trainings-set-modal .collection-list-wrapper .collection-list .inner-list .inner-list,
      .training-type-form .collection-list-wrapper .collection-list .inner-list .inner-list, .items-settings .collection-list-wrapper .collection-list .inner-list .inner-list, .consolidated-report .collection-list-wrapper .collection-list .inner-list .inner-list, .z-report-filter .collection-list-wrapper .collection-list .inner-list .inner-list, .reports .collection-list-wrapper .collection-list .inner-list .inner-list, .contracotr-deposits-filters .collection-list-wrapper .collection-list .inner-list .inner-list,
      .add-duration-price-modal .collection-list-wrapper .collection-list .inner-list .inner-list, .pnl-filter .collection-list-wrapper .collection-list .inner-list .inner-list, .salary-settings-form .collection-list-wrapper .collection-list .inner-list .inner-list, .permission-menu-form .collection-list-wrapper .collection-list .inner-list .inner-list, .vats-settings .collection-list-wrapper .collection-list .inner-list .inner-list, .coach-form .collection-list-wrapper .collection-list .inner-list .inner-list {
        margin-left: 25px;
        max-height: none; }
    .analytics .collection-list-wrapper .collection-list .btn-success, .accounting-transaction-history .collection-list-wrapper .collection-list .btn-success, .transaction-history .collection-list-wrapper .collection-list .btn-success, .master-report-filter .collection-list-wrapper .collection-list .btn-success, #setting-form-stocks .collection-list-wrapper .collection-list .btn-success, #setting-form-cashboxes .collection-list-wrapper .collection-list .btn-success,
    .bp-change-order-status-form .collection-list-wrapper .collection-list .btn-success, #callsStatisticsGraph .collection-list-wrapper .collection-list .btn-success, .salaries-report-filter .collection-list-wrapper .collection-list .btn-success, .cash-flows-filter .collection-list-wrapper .collection-list .btn-success, .coaches-report-filter .collection-list-wrapper .collection-list .btn-success, .trigger-form .collection-list-wrapper .collection-list .btn-success,
    .salary-scheme-settings .collection-list-wrapper .collection-list .btn-success, .accounting-transaction-balance .collection-list-wrapper .collection-list .btn-success, .accounting-transaction-balance-in-money .collection-list-wrapper .collection-list .btn-success, .bonus-types-settings .collection-list-wrapper .collection-list .btn-success,
    #setting-form-users .collection-list-wrapper .collection-list .btn-success, .add-edit-resource-modal .collection-list-wrapper .collection-list .btn-success, .add-membership-modal .collection-list-wrapper .collection-list .btn-success, .edit-membership-modal .collection-list-wrapper .collection-list .btn-success, .add-services-set-modal .collection-list-wrapper .collection-list .btn-success,
    .edit-services-set-modal .collection-list-wrapper .collection-list .btn-success, .add-goods-set-modal .collection-list-wrapper .collection-list .btn-success, .edit-goods-set-modal .collection-list-wrapper .collection-list .btn-success, .add-trainings-set-modal .collection-list-wrapper .collection-list .btn-success, .edit-trainings-set-modal .collection-list-wrapper .collection-list .btn-success,
    .training-type-form .collection-list-wrapper .collection-list .btn-success, .items-settings .collection-list-wrapper .collection-list .btn-success, .consolidated-report .collection-list-wrapper .collection-list .btn-success, .z-report-filter .collection-list-wrapper .collection-list .btn-success, .reports .collection-list-wrapper .collection-list .btn-success, .contracotr-deposits-filters .collection-list-wrapper .collection-list .btn-success,
    .add-duration-price-modal .collection-list-wrapper .collection-list .btn-success, .pnl-filter .collection-list-wrapper .collection-list .btn-success, .salary-settings-form .collection-list-wrapper .collection-list .btn-success, .permission-menu-form .collection-list-wrapper .collection-list .btn-success, .vats-settings .collection-list-wrapper .collection-list .btn-success, .coach-form .collection-list-wrapper .collection-list .btn-success {
      float: right; }

.analytics .attendance-days-form .collection-list-wrapper .collection-list {
  left: inherit;
  right: 0;
  min-width: 0; }

.analytics .orders-interval-label {
  margin-right: 10px; }

.analytics .orders-statuses-duration-table {
  margin-top: 23px; }
  .analytics .orders-statuses-duration-table .table > thead > tr > th {
    padding: 3px; }
  .analytics .orders-statuses-duration-table .table > tbody > tr > td {
    padding: 13px 3px; }
  .analytics .orders-statuses-duration-table .table tr.last {
    font-weight: bold;
    background-color: #ffffff; }
  .analytics .orders-statuses-duration-table a {
    text-decoration: none;
    border-bottom: 1px dashed #00558F; }
    .analytics .orders-statuses-duration-table a:hover {
      text-decoration: none;
      border-bottom: 1px dashed transparent; }

.select-attendance-day.selectlist[data-initialize=selectlist] {
  width: auto; }

.analytics .orders-filters-form .form-control, .calls-statistics-graph .form-control {
  display: inline-block;
  width: auto; }
  .analytics .orders-filters-form .form-control.order-duration-date, .calls-statistics-graph .form-control.order-duration-date {
    width: 90px;
    height: 24px;
    padding: 0 8px;
    margin-bottom: 2px; }

.analytics .orders-filters-form .selectlist[data-initialize=selectlist], .calls-statistics-graph .selectlist[data-initialize=selectlist] {
  width: auto;
  margin-bottom: 2px; }
  .analytics .orders-filters-form .selectlist[data-initialize=selectlist] .btn, .calls-statistics-graph .selectlist[data-initialize=selectlist] .btn {
    min-height: 0; }

.analytics .orders-filters-form .analytics-order-filter, .calls-statistics-graph .analytics-order-filter {
  display: inline-block;
  margin-bottom: 2px; }
  .analytics .orders-filters-form .analytics-order-filter .btn-block, .calls-statistics-graph .analytics-order-filter .btn-block {
    overflow: hidden;
    text-overflow: ellipsis; }

.calls-statistics-graph .form-control.order-duration-date {
  width: 120px; }
.documents-block .add-document-block {
  width: 100%;
  border-bottom: 2px solid #E9E9E9; }
  .documents-block .add-document-block a {
    margin: 5px 0 5px 10px; }
  .documents-block .add-document-block .buttons-block {
    padding-right: 15px; }
  .documents-block .add-document-block .file-restriction {
    color: #A8B5C5;
    margin-top: 15px;
    margin-bottom: 15px; }
  .documents-block .add-document-block .camera-link {
    padding: 7px;
    margin-left: 5px; }
    .documents-block .add-document-block .camera-link .svg-camera {
      background-position: -48px -792px; }
    .documents-block .add-document-block .camera-link:hover .svg-camera {
      background-position: -24px -792px; }

.documents-block a.svg-delete.gray {
  margin-left: 20px;
  background-position: -24px -360px; }

.documents-block a.svg-delete.red {
  margin-left: 20px;
  background-position: -72px -360px; }

#modalAddDocument #attachment_file {
  margin-top: 9px; }

#modalAddDocument .attachment-error {
  margin-left: 10px; }

#modalAddDocument .document-upload-div, .add-tasks-result.confirm .document-upload-div {
  position: relative;
  left: 1px;
  overflow: hidden; }

#modalAddDocument input.document-upload, .add-tasks-result.confirm input.document-upload {
  position: absolute;
  top: 0;
  right: 0;
  margin: 0;
  padding: 0;
  cursor: pointer;
  opacity: 0;
  filter: alpha(opacity=0); }

#modalAddDocument .upload-document-filename, .add-tasks-result.confirm .upload-document-filename {
  margin: 10px 0 0 7px;
  text-overflow: ellipsis;
  overflow: hidden;
  font-weight: bold; }

.rotate-90 {
  transform: rotate(-90deg); }

.modal-upload-from-camera .webcamera, .modal-update-avatar .webcamera {
  margin-bottom: 10px; }
  .modal-upload-from-camera .webcamera video, .modal-upload-from-camera .webcamera canvas, .modal-update-avatar .webcamera video, .modal-update-avatar .webcamera canvas {
    transform: none !important;
    max-width: 100%;
    max-height: 100%; }

.modal-upload-from-camera.modal {
  z-index: 1055; }
.bp-change-order-status-form .select-total-sign.selectlist[data-initialize=selectlist] {
  display: inline-block;
  width: auto;
  margin-top: -4px; }

.bp-change-order-status-form .total-sum-control {
  display: inline-block;
  width: 70px; }

.bp-change-order-status-form .analytics-order-filter {
  display: inline-block; }

.bp-change-order-status-form .automation-action {
  border-bottom: 1px solid #DDDDDD;
  margin-bottom: 15px;
  padding-bottom: 15px; }

.bp-change-order-status-form .sub-resources .sub-resource:first-child .svg-delete {
  display: none; }

.bp-change-order-status-form .has-items-block {
  padding-top: 8px;
  padding-bottom: 25px; }

.bp-change-order-status-form .form-group-title {
  margin-bottom: 0;
  margin-top: 10px; }
.block.calls-statistics-graph {
  position: absolute;
  z-index: 1050;
  margin-right: 30px;
  margin-top: 50px;
  padding-top: 40px;
  right: 0;
  left: 0;
  margin-left: 250px; }
  .block.calls-statistics-graph .close {
    position: absolute;
    right: 15px;
    top: 10px;
    font-size: 30px; }
  .block.calls-statistics-graph .filter-block {
    margin-right: 10px;
    display: inline-block; }

.calls-table-settings .data-table-toggle {
  width: 325px; }
  .calls-table-settings .data-table-toggle .graph-open {
    float: left; }
/** comments (tasks)
--------------------------------------------------------------------------------------------------------------------- **/
.comments-list {
  margin: 0 0 20px 0; }

.comment {
  margin: 0 0 15px 0;
  border-radius: 5px;
  background-color: #fff;
  position: relative; }
  .comment .record-field {
    padding-bottom: 7px; }
    .comment .record-field audio {
      margin-bottom: -12px; }

.comment *[class|="comment"] {
  padding: 0 20px 0 70px; }

.comment .comment-head {
  padding-top: 16px;
  padding-bottom: 2px; }

.comment .comment-body {
  padding-bottom: 12px; }

.comment .comment-footer {
  padding-top: 12px;
  padding-bottom: 12px;
  font-weight: bold;
  background-color: #f4f4ee;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px; }

.comment .un {
  left: 20px;
  top: 20px;
  position: absolute;
  background-color: #4d5f74; }

.comment-head .time {
  margin-right: 7px;
  color: #aeb8bc; }

.comment-head .action {
  margin-left: 7px;
  color: #aeb8bc; }
  .comment-head .action .label.label-info {
    font-size: 14px;
    background-color: #5bb3ee; }

.comment-head br + .action {
  margin-left: 0; }

.comment-footer .action-box {
  padding: 2px 10px;
  margin-right: 225px;
  background-color: #fff;
  border-radius: 5px;
  display: inline-block;
  overflow: hidden;
  float: left; }

.comment-footer .action-box a {
  color: #fff;
  text-decoration: underline; }

.comment-footer .action-box.alter {
  padding: 2px 8px;
  border: 2px solid transparent;
  border-radius: 5px; }

.comment-footer .action-box.alter a {
  text-decoration: underline; }

.comment-footer .btn {
  font-weight: bold;
  font-size: 14px; }

.comment-footer:after {
  content: ' ';
  display: block;
  clear: both; }

.comment .comment-buttons {
  width: 241px;
  padding: 0;
  margin-left: -241px;
  white-space: nowrap;
  text-align: right;
  float: right; }

.comment-footer .action-box-info {
  color: #fff;
  background-color: #5bb3ee; }

.comment-footer .action-box-info a {
  color: #fff; }

.comment-footer .action-box-info.alter {
  color: #5bb3ee;
  background: none;
  border: 2px solid #5bb3ee; }

.comment-footer .action-box-info.alter a {
  color: #5bb3ee; }

.comment-footer .action-box-warning {
  color: #fff;
  background-color: #F5AC42; }

.comment-footer .action-box-warning a {
  color: #fff; }

.comment-footer .action-box-warning.alter {
  color: #F5AC42;
  background: none;
  border: 2px solid #F5AC42; }

.comment-footer .action-box-warning.alter a {
  color: #F5AC42; }

.comment-footer .action-box-success {
  color: #fff;
  background-color: #46B5AB; }

.comment-footer .action-box-success a {
  color: #fff; }

.comment-footer .action-box-success.alter {
  color: #46B5AB;
  background: none;
  border: 2px solid #46B5AB; }

.comment-footer .action-box-success.alter a {
  color: #46B5AB; }

.comment-footer .action-box-danger {
  color: #fff;
  background-color: #E56768; }

.comment-footer .action-box-danger a {
  color: #fff; }

.comment-footer .action-box-danger.alter {
  color: #E56768;
  background: none;
  border: 2px solid #E56768; }

.comment-footer .action-box-danger.alter a {
  color: #E56768; }

@-webkit-keyframes highlight {
  0% {
    background: #ffff99; }
  100% {
    background: transparent; } }

@-moz-keyframes highlight {
  0% {
    background: #ffff99; }
  100% {
    background: transparent; } }

@-ms-keyframes highlight {
  0% {
    background: #ffff99; }
  100% {
    background: transparent; } }

@keyframes highlight {
  0% {
    background: #ffff99; }
  100% {
    background: transparent; } }

.highlighter {
  -webkit-animation: highlight 3s;
  -moz-animation: highlight 3s;
  -ms-animation: highlight 3s;
  -o-animation: highlight 3s;
  animation: highlight 3s; }

.comment-task {
  padding-bottom: 15px; }
  .comment-task .form-group {
    margin-bottom: 15px; }

.bind-to-order-selectlist.selectlist .dropdown-menu {
  left: auto;
  right: 0; }
  .bind-to-order-selectlist.selectlist .dropdown-menu:before {
    left: auto;
    right: 20px; }

.entity-search-block {
  margin-right: 40px; }
  .entity-search-block .input-group {
    display: flex; }
  .entity-search-block .select2-container .select2-choice abbr {
    right: 0; }
  .entity-search-block .select2-container.select2-allowclear .select2-choice .select2-chosen {
    margin-right: 0; }

.comment-entities-block .item {
  border-bottom: 1px solid #aaa;
  padding-bottom: 10px;
  margin-bottom: 20px; }

.entity-contacts {
  margin-bottom: 15px; }

.task-linked-with-list li {
  margin-bottom: 10px; }

.comment-entity-select-drop .select2-results {
  width: 570px; }
.form-search {
  margin-bottom: 10px; }

.page-header {
  margin-top: 0; }
  .page-header h1, .page-header h2 {
    margin-top: 0; }

.button_to {
  display: inline-block; }

.centered {
  text-align: center; }

.employee-new-or-edit textarea.form-control, .order-form textarea.form-control, .company-new-or-edit textarea.form-control {
  max-width: 100%; }

.selectlist-search-wrapper {
  padding: 0 5px 5px; }
  .selectlist-search-wrapper .selectlist-search {
    width: 100%; }

.selectlist-hidden {
  display: none; }

.list-title {
  color: #ffffff;
  font-weight: bold;
  border-top: 1px solid;
  padding: 10px 0 5px 10px; }

input[type="search"]::-webkit-search-cancel-button {
  -webkit-appearance: auto; }

.send-sms-modal .btn-or-status-block .btn {
  margin-left: 5px; }

.select2-results .select2-result-selectable.disabled .select2-result-label {
  cursor: not-allowed; }

.red {
  color: #ff0000; }

.green {
  color: #009051; }

.modal-dialog .modal-header.danger-header {
  background-color: #db6667; }

.flip {
  transform: scaleX(-1); }

.nowrap {
  white-space: nowrap; }

.select2-container.items-select2 .select2-choice > .select2-chosen {
  margin-right: 0; }

.select2-drop-active.select2-drop-active.items-select2-drop {
  margin-top: 1px;
  min-width: 300px; }
  .select2-drop-active.select2-drop-active.items-select2-drop .select2-search input {
    border: 1px solid #cccccc;
    padding: 3px 12px;
    background: url(/assets/select2.png) no-repeat 100% -22px #ffffff; }
    .select2-drop-active.select2-drop-active.items-select2-drop .select2-search input.select2-active {
      background: url(/assets/select2-spinner.gif) no-repeat 100% #ffffff;
      background-position: right 4px center; }

.select2-container--default {
  z-index: 999; }
  .select2-container--default .select2-dropdown {
    border: none; }
  .select2-container--default .select2-selection--single {
    background-color: #E0E4E7;
    border: none;
    height: 40px;
    color: #465566;
    padding: 6px 0;
    border-radius: 5px; }
    .select2-container--default .select2-selection--single .select2-selection__arrow {
      top: 7px; }
  .select2-container--default .select2-search--dropdown {
    position: absolute;
    width: 100%;
    padding: 1px 2px 1px 1px; }
    .select2-container--default .select2-search--dropdown .select2-search__field {
      border: none;
      padding: 9px 12px;
      border-radius: 4px; }
  .select2-container--default.select2-container--open .select2-dropdown--above .select2-search--dropdown {
    bottom: -40px; }
  .select2-container--default.select2-container--open .select2-dropdown--below .select2-search--dropdown {
    top: -40px; }
  .select2-container--default .select2-results {
    border: 1px solid #E0E4E7;
    border-radius: 4px;
    background: #ffffff;
    overflow: hidden; }
    .select2-container--default .select2-results > .select2-results__options {
      max-height: 400px; }
    .select2-container--default .select2-results .title {
      font-weight: bold; }
    .select2-container--default .select2-results .item-description {
      position: relative;
      padding-right: 50px; }
      .select2-container--default .select2-results .item-description i.item-quantity {
        font-style: normal;
        color: #ffffff;
        padding: 3px;
        border-radius: 3px;
        font-weight: bold;
        position: absolute;
        top: -3px;
        right: 0; }
        .select2-container--default .select2-results .item-description i.item-quantity.bg-green {
          background: #009051; }
        .select2-container--default .select2-results .item-description i.item-quantity.bg-red {
          background: #ff0000; }
  .select2-container--default .order-clients-drop .select2-results__options {
    overflow-x: hidden; }
  .select2-container--default.select2-container--open .items-select2-drop {
    min-width: 400px; }
    .select2-container--default.select2-container--open .items-select2-drop .select2-search--dropdown {
      position: static; }
      .select2-container--default.select2-container--open .items-select2-drop .select2-search--dropdown .select2-search__field {
        padding: 4px;
        border: 1px solid #aaaaaa; }
    .select2-container--default.select2-container--open .items-select2-drop.select2-dropdown--above .select2-search--dropdown {
      bottom: 0; }
    .select2-container--default.select2-container--open .items-select2-drop.select2-dropdown--below .select2-search--dropdown {
      top: 0; }

.sidebar-block .select2-container--default .select2-selection--single, .goods-set-block .select2-container--default .select2-selection--single {
  height: 26px;
  padding: 0px 0; }
  .sidebar-block .select2-container--default .select2-selection--single .select2-selection__arrow, .goods-set-block .select2-container--default .select2-selection--single .select2-selection__arrow {
    top: 0; }

.select2-container--default.select2-container--open .sidebar-dropdown .select2-search--dropdown .select2-search__field {
  padding: 2px 5px; }

.select2-container--default.select2-container--open .sidebar-dropdown.select2-dropdown--above .select2-search--dropdown {
  bottom: -26px; }

.select2-container--default.select2-container--open .sidebar-dropdown.select2-dropdown--below .select2-search--dropdown {
  top: -26px; }

.inline-block {
  display: inline-block; }

body .no-margin {
  margin: 0; }

.modal.create-company-modal {
  z-index: 1052; }

.modal.create-employee-modal {
  z-index: 1051; }

.ps-container > .ps-scrollbar-x-rail {
  z-index: 1; }

.canvas-birthday {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%; }

.common-modal-errors.modal {
  z-index: 1051; }
/** block container
--------------------------------------------------------------------------------------------------------------------- **/
.block {
  padding: 23px 20px 20px 20px;
  margin: 0 auto 30px auto;
  border-radius: 5px; }

.container-fluid > .block:last-child {
  margin-bottom: 0; }

.block-inner {
  margin: 20px 20px 20px 20px; }

.block-zero {
  padding: 0;
  margin: 0 auto 30px auto;
  border-radius: 5px; }

.block-white {
  background-color: #fff; }

.block-footer {
  padding: 15px 20px;
  background-color: #F4F4EE;
  border-radius: inherit;
  border-top-right-radius: 0;
  border-top-left-radius: 0; }

.block-footer .btn {
  margin: 0 5px; }

.block .block-footer {
  margin: 0 -20px -20px -20px; }

.block-first {
  border-top-left-radius: 0;
  border-top-right-radius: 0; }

.block-sticky {
  margin-bottom: 2px;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0; }

.block-title {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 20px; }

/** accordion
--------------------------------------------------------------------------------------------------------------------- **/
.accordion {
  border-radius: inherit;
  background-color: #fff;
  margin: 0; }

.accordion .collapse {
  border-top: 1px solid #efefef; }

.accordion > *[data-toggle=collapse] {
  padding: 12px 20px 11px 20px;
  border-top: 1px solid #efefef;
  font-size: 16px;
  overflow: hidden;
  cursor: pointer;
  position: relative; }

.accordion > *.collapsed[data-toggle=collapse] {
  border-bottom: none; }

.accordion > *[data-toggle=collapse]:first-child {
  border-top-color: transparent;
  border-top-left-radius: inherit;
  border-top-right-radius: inherit; }

.accordion > *.collapsed[data-toggle=collapse]:nth-last-child(2) {
  border-bottom-left-radius: inherit;
  border-bottom-right-radius: inherit; }

.accordion > *[data-toggle=collapse]:after {
  position: absolute;
  right: 18px;
  top: 12px;
  display: inline-block;
  background-position: -72px -600px;
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg); }

.accordion > *.collapsed[data-toggle=collapse]:after {
  background-position: 0 -600px;
  -moz-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -webkit-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg); }

.accordion > *.removed-sale[data-toggle=collapse]:after,
.accordion > *.collapsed.removed-sale[data-toggle=collapse]:after {
  background-position: -48px -600px; }

.accordion.accordion-alpha > *.collapsed[data-toggle=collapse]:after {
  background-position: -48px -600px; }

.accordion.accordion-alpha .collapse + *.collapsed[data-toggle=collapse] {
  border-top: 1px solid #4f5c5e; }

.accordion.accordion-alpha > *.collapsed[data-toggle=collapse] {
  background-color: #414B4D;
  color: #A0AEBE;
  border-bottom: none; }

.accordion > *[data-toggle=collapse] small {
  color: #aeb8bc; }

.accordion > *[data-toggle=collapse] b + small {
  margin-left: 10px; }

.accordion .marked-to-remove {
  color: #fff;
  background-color: #E56768;
  border-radius: 5px 5px 0 0;
  font-weight: bold;
  font-size: 16px;
  padding: 12px 20px 11px 20px; }

/** checkbox tree check/uncheck ALL
--------------------------------------------------------------------------------------------------------------------- **/
.checkbox-tree input[type=checkbox] + .on-true {
  display: inline; }

.checkbox-tree input[type=checkbox] + .on-true + .on-false {
  display: none; }

.checkbox-tree input[type=checkbox]:checked + .on-true {
  display: none; }

.checkbox-tree input[type=checkbox]:checked + .on-true + .on-false {
  display: inline; }

.checkbox-tree .on-true, .checkbox-tree .on-false {
  border-bottom: 1px dashed #ddd; }

.fuelux label.checkbox-sub::before {
  border: 5px solid #D7DCDE;
  background-color: #b1bec6; }

.fuelux label.checkbox-sub.checked::before {
  border: 1px solid transparent; }

/** company nav tabs
--------------------------------------------------------------------------------------------------------------------- **/
.nav-pills-tabs {
  padding: 15px 5px;
  margin: 0;
  background-color: #F3F4EE;
  border-radius: 5px 5px 0 0; }
  .nav-pills-tabs a {
    margin-left: 10px;
    color: #859AAB; }
  .nav-pills-tabs .active > a > .badge, .nav-pills-tabs .badge {
    color: #ffffff;
    padding: 1px 4px 2px 4px;
    border: 2px solid #fff;
    background-color: #A0AEBE;
    position: absolute;
    top: -9px;
    right: -9px;
    line-height: 1em;
    font-weight: bold;
    font-style: normal; }

.nav-tabs-company {
  background-color: #b4c1d2;
  color: #8596ac;
  font-weight: bold;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px; }

.nav-tabs-company li:first-child, .nav-tabs-company li:first-child a {
  border-top-left-radius: inherit; }

.nav-tabs-company li:hover {
  background-color: inherit; }

.nav-tabs-company li a {
  color: #8596ac; }

.nav-tabs-company li.active a {
  color: #fff;
  background-color: #a4b4c8; }

.nav-tabs-company li {
  float: left; }

.nav.nav-tabs-company > li > a:hover, .nav.nav-tabs-company > li > a:focus {
  background-color: #bdcadc; }

.nav.nav-tabs-company > li.active > a:hover, .nav.nav-tabs-company > li.active > a:focus {
  background-color: #a4b4c8; }

.nav.nav-tabs-company > li > a {
  padding: 15px 15px; }

.nav-tabs-company + .tab-content > .tab-pane > .block {
  border-top-left-radius: 0;
  border-top-right-radius: 0; }

.nav-tabs-company li.active:after {
  width: 18px;
  height: 9px;
  position: absolute;
  left: 50%;
  margin-left: -9px;
  z-index: 2;
  content: '';
  display: block;
  background-color: #a4b4c8;
  border-bottom-left-radius: 9px;
  border-bottom-right-radius: 9px; }

.nav-tabs-company i[class|="svg"] {
  margin: -5px 0;
  vertical-align: baseline; }

.nav-tabs-company .badge {
  margin: 0 -5px 0 5px;
  background-color: #bfccde;
  font-size: inherit;
  color: inherit; }

.nav-tabs-company li.active .badge {
  background-color: #B4C1D2; }

.nav-tabs-company li:hover .badge {
  background-color: #B4C1D2; }

/** fuelux selectlist
--------------------------------------------------------------------------------------------------------------------- **/
.selectlist[data-initialize=selectlist] {
  width: 100%; }

.selectlist[data-initialize=selectlist] .btn {
  background-color: #E0E4E7;
  min-height: 40px;
  overflow: hidden;
  font-weight: inherit; }

.selectlist[data-initialize=selectlist] .btn:before {
  content: ' ';
  display: block;
  width: 30px;
  float: right;
  margin-left: -30px;
  position: absolute;
  top: 8px;
  right: 0;
  bottom: 8px;
  -webkit-box-shadow: inset -30px 0 5px 0 #E0E4E7;
  -moz-box-shadow: inset -30px 0 5px 0 #E0E4E7;
  box-shadow: inset -30px 0 5px 0 #E0E4E7; }

.selectlist[data-initialize=selectlist] .dropdown-menu {
  min-width: 100%; }

.selectlist .un {
  margin: 0 6px 0 -8px; }

.selectlist .un.first {
  background: none;
  border: 1px dashed #A0AEBE; }

.selectlist .btn {
  font-size: 14px; }

.selectlist .btn .un {
  margin: -8px 6px -6px -4px;
  display: inline-block; }

.selectlist .btn:hover, .selectlist .btn:focus {
  color: inherit; }

.selectlist .dropdown-menu {
  background-color: #414b4d;
  margin: 7px 0 0;
  left: 0;
  right: auto; }

.selectlist .dropdown-menu > li:first-child > a {
  border-top: none; }

.selectlist .dropdown-menu > li > a {
  padding: 9px 20px;
  color: #fff;
  border-top: 1px solid #4b5759; }

.selectlist .dropdown-menu > li.sub-status > a {
  padding-left: 40px; }

.selectlist .dropdown-menu li > a:focus, .dropdown-menu li > a:hover {
  color: #fff;
  background-color: #4b5759; }

.form-group-title + .select-additional-list-control + .block-for-errors {
  margin-bottom: 20px; }

.selectlist .dropdown-menu:before {
  width: 14px;
  height: 14px;
  left: 20px;
  top: -14px;
  content: ' ';
  border-bottom: 7px solid #414b4d;
  border-right: 7px solid transparent;
  border-left: 8px solid transparent;
  display: block;
  position: absolute; }

.selectlist.alter[data-initialize="selectlist"] .btn {
  background: none;
  border: 1px dashed #E0E4E7; }

.selectlist.alter-link[data-initialize="selectlist"] .btn {
  width: auto;
  padding: 0 17px 0 0;
  height: 22px;
  min-height: auto;
  display: inline-block;
  color: #ccc;
  background: none;
  border-bottom: 1px dashed #ccc;
  border-radius: 0; }

.selectlist.alter-link[data-initialize="selectlist"] .btn:before {
  display: none; }

.fuelux .selectlist.alter-link .btn.dropdown-toggle .caret {
  top: 2px;
  right: 3px; }

/** bootstrap overwrite
--------------------------------------------------------------------------------------------------------------------- **/
.table {
  background-color: #fff;
  border-radius: 5px; }

.table > tbody > tr > td {
  padding: 14px 15px; }

.table.table-condensed > tbody > tr > td {
  padding: 5px; }

.table > thead > tr > th {
  padding: 15px 13px 13px 13px; }

.datetimepicker-days table tr th.dow:nth-last-child(-n + 2), .datetimepicker-days table tr td.day:nth-last-child(-n + 2) {
  color: #ff0000; }

.dropdown.selecting-dropdown .btn {
  text-align: left;
  font-weight: normal;
  margin-left: 0; }
  .dropdown.selecting-dropdown .btn .caret {
    margin-left: 5px; }

.dropdown.selecting-dropdown .dropdown-menu {
  min-width: 100%; }
  .dropdown.selecting-dropdown .dropdown-menu li {
    padding: 0; }
@font-face {
  font-family: 'Myriad Pro';
  src: url(/assets/myriad_pro_bold-77cfd7670ff5d2f0f919b4b341dde7878843225f1c25373218241440b9bb4434.otf) format("opentype");
  font-weight: bold;
  font-style: normal; }

@font-face {
  font-family: 'Myriad Pro';
  src: url(/assets/myriad_pro-954c94c8cffe9b4b0b0efc3be9e7108967cecdb375f61ff722df3f706c7b7fab.otf) format("opentype");
  font-weight: normal;
  font-style: normal; }

#modalCongrats .modal-dialog {
  width: 100%;
  max-width: 640px; }

#modalCongrats .modal-content {
  overflow: hidden;
  border: none; }

#modalCongrats .modal-body {
  height: 427px;
  background: url(/assets/background_chicken-86a2106b4b8821dc67537c3d1191acd57a5a726be1fa99877088a5165e5459e2.jpg) no-repeat 0 0;
  position: relative; }

#modalCongrats .close-icon {
  display: block;
  width: 30px;
  height: 30px;
  background: url(/assets/close_icon-f8a77c918d6abf243e65aedbbf857bd445e700006ed6eb99690cecf9aa66ba1c.png) no-repeat 0 0;
  position: absolute;
  right: 10px;
  top: 10px;
  z-index: 1; }

#modalCongrats .content {
  padding-top: 130px;
  height: 100%;
  color: #144050;
  letter-spacing: -0.04em;
  line-height: 14px;
  font-family: 'Myriad Pro';
  padding-left: 0;
  font-weight: bold; }
  #modalCongrats .content h1 {
    line-height: 0.863;
    margin: 0;
    font-size: 23px;
    margin-left: -30px;
    font-weight: bold; }
  #modalCongrats .content .congrats-block {
    margin-top: 15px;
    width: 290px; }
    #modalCongrats .content .congrats-block p {
      margin-bottom: 5px; }
  #modalCongrats .content .message-block {
    margin-top: 20px;
    width: 270px; }
    #modalCongrats .content .message-block textarea {
      width: 100%;
      height: 140px;
      border-radius: 4px;
      border: none;
      padding: 5px;
      font-weight: normal; }
  #modalCongrats .content .btn-answer, #modalCongrats .content .btn-send-message {
    width: 270px;
    background-color: #144050;
    position: absolute;
    bottom: 0;
    color: #ffffff;
    font-size: 14px;
    line-height: 1;
    height: 50px;
    left: 0; }
@charset "UTF-8";
/** company sales tab
--------------------------------------------------------------------------------------------------------------------- **/
.add-sale-wrapper .items .item {
  padding-top: 20px;
  border-top: 1px solid #eee; }
  .add-sale-wrapper .items .item:first-child {
    border-top: none; }

.modal-sale-form .block {
  padding: 0;
  margin-bottom: 0; }

.modal-sale-form .add-sale-wrapper .items .item {
  padding-top: 0;
  border-top: none; }

.graph-wrapper > img {
  width: 100%; }

.sale-graph-total {
  margin: 10px 0 0 0;
  font-size: 16px; }

.block-footer-sale {
  padding: 12px 20px 12px 20px;
  border-top: 1px solid #efefef;
  font-weight: bold; }

.block-footer-sale .total {
  width: 60px;
  float: right; }

.sale-table .table {
  margin: 0; }

.sale-table .table > tbody > tr > td,
.sale-table .table > thead > tr > th {
  padding: 14px 20px; }

.sale-table .table-responsive {
  border: none; }

.td100 {
  width: 100px; }

.half {
  width: 50%; }

.user-list-alpha li {
  padding: 5px 0;
  line-height: 17px; }

.user-list-alpha .un {
  margin: 3px 7px 5px 0; }

.user-list-comment {
  margin-top: 15px;
  line-height: 17px; }

.graph-table-wrapper {
  margin: 0 0 0 0;
  position: relative;
  text-align: right; }

.graph-range-in {
  position: relative; }

.graph-range-table {
  table-layout: fixed;
  width: 100%;
  left: 0;
  top: 30px;
  position: absolute;
  margin: 0;
  -webkit-box-shadow: 0px 2px 10px 0px rgba(50, 50, 50, 0.3);
  -moz-box-shadow: 0px 2px 10px 0px rgba(50, 50, 50, 0.3);
  box-shadow: 0px 2px 10px 0px rgba(50, 50, 50, 0.3);
  z-index: 1; }
  .graph-range-table a {
    border-bottom: 1px dashed; }

.graph-range-table td,
.graph-range-table th {
  padding: 5px 2px !important;
  text-align: center; }

.graph-range-table th {
  padding: 8px 2px 5px 2px !important;
  font-weight: normal; }

.graph-range-table th:first-child {
  width: 90px;
  border-right: 1px solid #ddd; }

.graph-range-table td:first-child {
  text-align: left;
  padding-left: 10px !important;
  border-right: 1px solid #ddd; }

.graph-range-table th:last-child {
  width: 40px;
  font-weight: bold;
  border-left: 1px solid #ddd; }

.graph-range-table td:last-child {
  font-weight: bold;
  border-left: 1px solid #ddd; }

.graph-range-table tr:last-child {
  font-weight: bold; }

.th-rotate {
  display: inline-block;
  overflow: hidden;
  width: 1.2em;
  line-height: 1.2; }

.th-rotate-in {
  display: inline-block;
  white-space: nowrap;
  -webkit-transform-origin: 0 0;
  -moz-transform-origin: 0 0;
  -o-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  transform-origin: 0 0;
  -webkit-transform: translate(0, 100%) rotate(-90deg);
  -moz-transform: translate(0, 100%) rotate(-90deg);
  -o-transform: translate(0, 100%) rotate(-90deg);
  -ms-transform: rtranslate(0, 100%) rotate(-90deg);
  transform: translate(0, 100%) rotate(-90deg); }

.th-rotate-in:after {
  content: "";
  float: left;
  margin-top: 100%; }

.graph-table-toggle {
  margin: 0 10px 0 0;
  display: inline-block;
  border-bottom: 1px dashed #ddd;
  position: relative;
  cursor: pointer; }

.graph-table-toggle span:not(:first-child) {
  display: none; }

.graph-range-wrapper {
  display: none; }

/** forms
--------------------------------------------------------------------------------------------------------------------- **/
label.checked {
  font-weight: bold; }

fieldset {
  border-top: 2px solid #eaeae5;
  margin: 0 -20px 0 -20px;
  padding: 0 20px 0 20px; }

legend {
  margin: 9px 0 41px 0;
  float: left;
  position: relative;
  font-size: 16px;
  font-weight: bold;
  border: none;
  color: inherit; }

legend + * {
  clear: both; }

fieldset:first-of-type {
  border: none;
  margin-top: 0; }

fieldset:first-of-type legend {
  margin-top: 0; }

.form-group .glyphicon-info-sign {
  margin-left: 10px;
  vertical-align: top;
  font-size: 18px;
  color: #b0c2d4; }

.form-group .glyphicon-plus {
  margin-top: 3px; }

.btn-link.btn-delete {
  color: #e13e44; }

.btn-link.btn-clear {
  color: #8f9ba7; }

.btn-link.btn-add {
  color: #8f9ba7; }

.block-footer .btn-add {
  min-width: 190px; }

.input-group .input-group-addon {
  font-size: 18px; }

.input-group .input-group-btn .svg-magnify {
  margin: -4px 0; }

.btn-input {
  background-color: #E0E4E7; }

.nav-xs > li > a {
  position: relative;
  display: block;
  padding: 1px 10px; }

.samedata {
  margin: 0 5px 0 10px;
  border-bottom: 1px dashed #465566;
  font-weight: normal;
  cursor: pointer; }

.link-dshed {
  border-bottom: 1px dashed #8F9BA7;
  color: #8F9BA7;
  cursor: pointer;
  text-decoration: none; }

.link-dshed:hover {
  border-bottom: 1px dashed #465566;
  color: #465566;
  text-decoration: none; }

.form-control-addRemove .glyphicon {
  margin-left: 15px;
  color: #b0c2d4;
  cursor: pointer; }

.form-control-addRemove .glyphicon:hover {
  color: #4abfb4; }

.form-group-title {
  font-size: 14px;
  margin-bottom: 4px;
  font-weight: bold; }

.form-group-title .glyphicon {
  font-size: 16px;
  vertical-align: middle;
  color: #B0C2D4; }

.form-group-small {
  margin-bottom: 10px; }

.form-group-small .form-group {
  margin-bottom: 10px; }

.selectlist-3rd {
  padding-top: 30px; }

.row > .selectlist-3rd:nth-child(3n+1), .row > .selectlist-3rd:first-child {
  padding-top: 0; }

.selectlist-3rd .btn-group.open .dropdown-toggle {
  box-shadow: none; }

hr.separator {
  margin-left: -20px;
  border-width: 2px;
  margin-right: -20px; }

.popover-help[aria-describedby] {
  z-index: 1061;
  position: relative; }

.popover-help + .popover {
  margin-top: 45px;
  padding-top: 20px;
  background-color: #B4BFD2;
  color: #fff;
  font-weight: bold; }

.popover-help + .popover .arrow {
  display: none; }

.popover-help[aria-describedby] .glyphicon-info-sign {
  color: #fff; }

.multi-list-wrapper2 > .row + .row:before {
  content: ' ';
  display: block;
  margin: 10px 10px 20px 10px;
  border-top: 1px solid #E0E4E7; }

.add-items-list .item:first-child .svg-delete {
  display: none; }

.add-items-list .item:first-child .goods-set-remove-wrapper .svg-delete, .add-items-list .item:first-child .other-clients-block .svg-delete {
  display: block; }

.add-items-list .item:first-child .svg-delete + .glyphicon-plus {
  margin-left: 5px; }

/** bootstrap overwrite
--------------------------------------------------------------------------------------------------------------------- **/
.form-control {
  height: 40px;
  color: #465566;
  background-color: #E0E4E7;
  border: 1px solid #E0E4E7;
  border-radius: 5px;
  -webkit-box-shadow: none;
  box-shadow: none;
  padding: 6px 8px; }

.form-control:focus {
  background-color: #fff; }

.form-control::-moz-placeholder {
  color: inherit; }

.form-control:-ms-input-placeholder {
  color: inherit; }

.form-control::-webkit-input-placeholder {
  color: inherit; }

.form-control:focus::-moz-placeholder {
  color: transparent; }

.form-control:focus:-ms-input-placeholder {
  color: transparent; }

.form-control:focus::-webkit-input-placeholder {
  color: transparent; }

.form-control-static {
  padding-top: 9px;
  padding-bottom: 9px;
  min-height: 40px; }

.input-group.date .form-control[disabled],
.input-group.date .form-control[readonly] {
  background-color: #E0E4E7;
  opacity: 1; }

.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
  background-color: #cdd1d4;
  opacity: 1; }

.form-control[disabled] {
  color: #999999; }

.input-sm {
  height: 30px;
  padding: 5px 10px; }

.input-group-addon {
  background-color: #E0E4E7;
  border: 1px solid #E0E4E7; }

.btn {
  padding: 9px 8px;
  border-radius: 5px;
  font-size: 16px;
  line-height: 20px;
  font-weight: bold; }

.btn:focus,
.btn-group.open .dropdown-toggle {
  -webkit-box-shadow: none;
  box-shadow: none; }

.btn-xs {
  padding: 1px 10px;
  font-size: 14px; }

.btn-sm {
  padding: 5px 10px;
  font-size: 12px; }

.btn-lg {
  padding: 10px 10px;
  font-size: 18px; }

.form-group {
  margin-bottom: 20px; }

label {
  font-size: 14px;
  margin-bottom: 4px; }

.btn-default {
  background-color: #fff;
  border-color: #F4F5F9;
  color: #8596ac; }

.btn-default:hover, .btn-primary:focus {
  background-color: #fafafa;
  border-color: #e9eaee; }

.btn-primary {
  background-color: #5bb3ee;
  border-color: transparent; }

.btn-primary:hover, .btn-primary:focus {
  background-color: #57abe4;
  border-color: transparent; }

.btn-success {
  background-color: #4abfb4;
  border-color: transparent; }

.btn-success:hover, .btn-success:focus {
  background-color: #46b5ab;
  border-color: transparent; }

.btn-info {
  background-color: #5bb3ee;
  border-color: transparent; }

.btn-info:hover, .btn-info:focus {
  background-color: #57abe4;
  border-color: transparent; }

.btn-warning {
  background-color: #F5AC42;
  border-color: transparent; }

.btn-warning:hover, .btn-warning:focus {
  background-color: #eba63f;
  border-color: transparent; }

.btn-danger {
  background-color: #E56768;
  border-color: transparent; }

.btn-danger:hover, .btn-danger:focus {
  background-color: #db6667;
  border-color: transparent; }

.text-primary, .btn-default.text-primary {
  color: #5bb3ee; }

.text-success, .btn-default.text-success {
  color: #4abfb4; }

.text-info, .btn-default.text-info {
  color: #5bb3ee; }

.text-warning, .btn-default.text-warning {
  color: #F5AC42; }

.text-danger, .btn-default.text-danger {
  color: #E56768; }

.popover.right {
  margin-left: -25px; }

/** fuelux overwrite
--------------------------------------------------------------------------------------------------------------------- **/
.fuelux label.radio-inline.checked,
.fuelux label.checkbox-inline.checked {
  font-weight: bold; }

/* radio unchecked */
.fuelux .radio-custom.radio-inline::before {
  left: 0;
  top: 0; }

.fuelux .radio-custom::before {
  background-color: #d7dcde;
  border: 1px solid #d7dcde;
  border-radius: 19px;
  content: " ";
  height: 19px;
  left: 0;
  position: absolute;
  top: 3px;
  width: 19px; }

.fuelux .radio-custom.radio-inline::after {
  left: 5px;
  top: 5px; }

.fuelux .radio-custom::after {
  background: transparent none repeat scroll 0 0;
  border-radius: 9px;
  content: " ";
  height: 9px;
  left: 4px;
  position: absolute;
  top: 5px;
  width: 9px; }

/* radio checked */
.fuelux .radio-custom.checked::before {
  background: #d7dcde none repeat scroll 0 0;
  border-color: #d7dcde; }

.fuelux .radio-custom.checked::after {
  background: #4abfb4 none repeat scroll 0 0; }

/* checkbox unchecked */
.fuelux .checkbox-custom.checkbox-inline::before {
  left: 0;
  top: 3px; }

.fuelux .checkbox-custom::before {
  font-family: "Glyphicons Halflings", sans-serif !important;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  line-height: 1;
  background-color: #d7dcde;
  border: 1px solid #d7dcde;
  border-radius: 4px;
  color: #FFF;
  content: " ";
  font-size: 10px;
  height: 19px;
  left: 0;
  padding: 3px 0 0 3px;
  position: absolute;
  top: 1px;
  width: 19px; }

/* checkbox checked */
.fuelux .checkbox-custom.checkbox-inline::before {
  left: 0;
  top: -1px; }

.fuelux .checkbox-custom.checked::before {
  background: #4abfb4 none repeat scroll 0 0;
  border-color: #4abfb4;
  content: ""; }

.checkbox-inline, .radio-inline, .checkbox-custom {
  padding-left: 24px;
  cursor: pointer; }

.fuelux label.radio-custom.radio-inline {
  padding-left: 25px;
  padding-bottom: 20px; }

.fuelux label.checkbox-custom.checkbox-inline {
  padding-left: 25px; }

.fuelux .selectlist .dropdown-menu {
  overflow-y: visible; }

.pillbox .form-control {
  height: auto;
  padding: 0;
  background: none; }

.pillbox .btn {
  font-weight: bold; }

.pillbox .btn .glyphicon {
  font-size: 18px;
  line-height: 6px;
  vertical-align: middle; }

.fuelux .pillbox {
  background-color: #E0E4E7;
  border-color: transparent; }

.pillbox .pill {
  background-color: #57ABE4;
  padding: 1px 10px;
  font-size: 14px;
  color: #fff;
  border-color: transparent; }

.pillbox .pill:hover {
  background-color: #57abe4; }

.field_with_errors .message {
  color: #ff0000; }

.required:after {
  content: '*';
  color: red;
  padding-left: 5px; }

.fuelux .radio > label.radio-custom.radio-inline {
  padding-bottom: 0; }

/** media queries
--------------------------------------------------------------------------------------------------------------------- **/
/* ========================================== 320px ============================================ */
/* ========================================== 480px ============================================ */
/* ========================================== 600px ============================================ */
/* ========================================== 768px* ============================================ */
/* ========================================== 800px ============================================ */
/* ========================================== 992px* ============================================ */
/* ========================================== 980px ============================================ */
/* ========================================== 1024px ============================================ */
/* ========================================== 1200px* ============================================ */
/* ========================================== 1400px ============================================ */
@media all and (min-width: 1400px) {
  .graph-range-table {
    width2: 70%;
    left2: 25%; }
  .graph-table-wrapper {
    margin-left: 34%; }
  .graph-range-in {
    margin-left: -90px; } }

/* ========================================== 1900px ============================================ */
.readonly-text {
  padding-top: 10px;
  padding-bottom: 10px; }

#modalConfirmDelete .cancel-button {
  margin-top: 20px; }

.contacts-import-setting .description .table.table-condensed > thead > tr > th, .contacts-import-setting .description .table.table-condensed > thead > tr > td, .contacts-import-setting .description .table.table-condensed > tbody > tr > th, .contacts-import-setting .description .table.table-condensed > tbody > tr > td, .contacts-import-setting .description .table.table-condensed > tfoot > tr > th, .contacts-import-setting .description .table.table-condensed > tfoot > tr > td {
  padding: 5px; }

.currency-settings h4 {
  font-weight: bold; }

.currency-settings .form-group {
  margin-bottom: 0; }

.users-settings .jivosite-default-user {
  padding-top: 15px; }

.users-settings .user-group-selectlist.selectlist[data-initialize=selectlist] .btn {
  min-height: 24px; }

.users-settings .user-group-selectlist .btn {
  padding: 1px 8px; }

.business-processes-settings .row {
  border-top: 1px solid #DDDDDD; }

.business-process-settings .steps .step {
  border-bottom: 1px solid #DDDDDD; }

.business-process-settings.show .form-group-title {
  margin-bottom: 0; }

.business-process-settings.show .readonly-text {
  padding-top: 0; }

.business-process-settings.show legend {
  margin-bottom: 15px; }

.items-settings .items-settings-menu {
  padding-bottom: 15px; }

.items-settings .item-groups-form {
  margin-top: 15px; }
  .items-settings .item-groups-form .container-fluid {
    padding: 0; }

.items-settings .default-item-block {
  margin-top: 20px; }
  .items-settings .default-item-block .default-item-title {
    display: table-cell;
    vertical-align: middle;
    height: 40px; }
  .items-settings .default-item-block .form-group {
    margin-bottom: 0; }

.client-categories-settings .fields-to-fill .button-title {
  white-space: normal; }

.client-categories-settings label.parent-label {
  font-weight: bold; }

.client-categories-settings .checkbox-field-name {
  margin-left: 25px; }

.client-categories-settings .collection-list {
  position: absolute;
  background: white;
  z-index: 1;
  padding: 5px;
  border: 1px solid #aaaaaa;
  min-width: 260px; }

.client-categories-settings .trigger-actions .nested-fields {
  border: 1px dashed #dddddd;
  padding: 5px;
  margin: 5px 0;
  background: #f1f1f1; }

.client-categories-settings .trigger-container .remove-link-wrapper {
  padding-top: 28px; }
  .client-categories-settings .trigger-container .remove-link-wrapper a .svg-delete {
    background-position: -24px -360px; }
  .client-categories-settings .trigger-container .remove-link-wrapper a:hover .svg-delete {
    background-position: 0 -360px; }

.client-categories-settings .trigger-container .checkbox.is-active {
  margin-top: 32px; }

.client-categories-settings .trigger-container .auto-block-title {
  margin-top: 10px;
  border-top: 1px dashed #aaaaaa;
  padding-top: 20px; }

.client-categories-settings .end-of-non-system-stages {
  margin-top: 5px; }

.item-name-constructor-block {
  margin-top: 15px; }

.general-settings .form-control-inline, .group-workouts-settings .form-control-inline {
  display: inline;
  width: 75px;
  height: 30px; }

#setting-form-stocks .action-and-checkboxes-titles .col-sm-3, #setting-form-stocks .action-and-checkboxes-titles .col-sm-4, #setting-form-stocks .action-and-checkboxes-titles .col-sm-6, #setting-form-stocks .action-and-checkboxes-titles .col-sm-8, #setting-form-cashboxes .action-and-checkboxes-titles .col-sm-3, #setting-form-cashboxes .action-and-checkboxes-titles .col-sm-4, #setting-form-cashboxes .action-and-checkboxes-titles .col-sm-6, #setting-form-cashboxes .action-and-checkboxes-titles .col-sm-8 {
  padding-left: 5px;
  padding-right: 5px; }

.domains-form-wrapper .row.resource.item {
  margin-top: 10px; }

.items-folders-selector {
  position: relative; }
  .items-folders-selector .caret {
    margin: auto;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 12px; }
  .items-folders-selector .btn.items-folder-title {
    text-align: left;
    padding-right: 28px;
    background-color: #E0E4E7;
    min-height: 40px;
    overflow: hidden;
    font-weight: inherit;
    font-size: 14px;
    position: relative;
    white-space: normal; }
  .items-folders-selector .folders-list-wrapper {
    background-color: #414b4d;
    margin: 7px 0 0;
    left: 0;
    right: auto;
    min-width: 100%; }
    .items-folders-selector .folders-list-wrapper.dropdown-menu.collapsing {
      display: block; }
      .items-folders-selector .folders-list-wrapper.dropdown-menu.collapsing .scrollable-menu {
        overflow: none; }
    .items-folders-selector .folders-list-wrapper:before {
      width: 14px;
      height: 14px;
      left: 20px;
      top: -14px;
      content: ' ';
      border-bottom: 7px solid #414b4d;
      border-right: 7px solid transparent;
      border-left: 8px solid transparent;
      display: block;
      position: absolute; }
    .items-folders-selector .folders-list-wrapper .scrollable-menu > li > label.checkbox-custom.checkbox-inline {
      padding: 9px 10px 9px 40px;
      color: #fff;
      border-bottom: 1px solid #4b5759;
      text-decoration: none;
      display: block; }
      .items-folders-selector .folders-list-wrapper .scrollable-menu > li > label.checkbox-custom.checkbox-inline::before {
        margin-top: 10px;
        margin-left: 10px; }
    .items-folders-selector .folders-list-wrapper .scrollable-menu > li.child-folder {
      padding-left: 20px; }
  .items-folders-selector .btn-success {
    margin-top: 5px;
    margin-left: 10px; }

.management-accounting-settings .form-group.margin-bottom-5 {
  margin-bottom: 5px; }

.projects-client-categories-settings .client-categories-block .nested-fields, .vacancies-client-categories-settings .client-categories-block .nested-fields {
  margin-bottom: 20px; }

.permission-menu-form > .row {
  border-bottom: 1px solid #dddddd; }

.telegram-chats-settings .telegram-chats-to-send.selectlist[data-initialize=selectlist] {
  width: auto; }

.telegram-chats-settings .add-chat-report-link {
  margin-bottom: 15px; }

.telegram-chats-settings .time-select-control {
  padding: 10px 0; }

.sub-accounts-debt-depth-block.disabled {
  color: #999999; }

.free-masters-api-settings .glyphicon-copy {
  cursor: pointer; }

.free-masters-api-settings .master-orders-date-wrapper {
  display: inline-block; }

.free-masters-api-settings h4 {
  margin: 20px 0 0; }

.free-masters-api-settings p {
  margin-bottom: 0; }
.dashboard .dashboard-header .well, .stocks .dashboard-header .well, .management-accounting .dashboard-header .well {
  background-color: #254385;
  color: #ffffff;
  cursor: pointer;
  margin: 0 -10px 5px;
  padding: 0; }
  .dashboard .dashboard-header .well.active, .dashboard .dashboard-header .well:hover, .stocks .dashboard-header .well.active, .stocks .dashboard-header .well:hover, .management-accounting .dashboard-header .well.active, .management-accounting .dashboard-header .well:hover {
    background-color: #F3AB4F; }
  .dashboard .dashboard-header .well a, .stocks .dashboard-header .well a, .management-accounting .dashboard-header .well a {
    color: #ffffff;
    font-size: 18px;
    display: block;
    width: 100%;
    height: 100%;
    padding: 15px 25px; }
    .dashboard .dashboard-header .well a:hover, .stocks .dashboard-header .well a:hover, .management-accounting .dashboard-header .well a:hover {
      text-decoration: none; }
    .dashboard .dashboard-header .well a .count, .stocks .dashboard-header .well a .count, .management-accounting .dashboard-header .well a .count {
      font-size: 30px; }
    .dashboard .dashboard-header .well a .description, .stocks .dashboard-header .well a .description, .management-accounting .dashboard-header .well a .description {
      font-size: 14px; }
    .dashboard .dashboard-header .well a .how-much, .stocks .dashboard-header .well a .how-much, .management-accounting .dashboard-header .well a .how-much {
      border: none;
      border-bottom: 1px dashed #ffffff;
      cursor: text;
      padding: 0;
      text-align: center;
      background: inherit; }
      .dashboard .dashboard-header .well a .how-much:focus, .stocks .dashboard-header .well a .how-much:focus, .management-accounting .dashboard-header .well a .how-much:focus {
        background: #ffffff;
        color: #465566; }

.dashboard .dashboard-table-wrapper, .stocks .dashboard-table-wrapper, .management-accounting .dashboard-table-wrapper {
  margin: 0 -10px; }

.dashboard .action-complete-wrapper .action-complete, .stocks .action-complete-wrapper .action-complete, .management-accounting .action-complete-wrapper .action-complete {
  position: relative; }
  .dashboard .action-complete-wrapper .action-complete .event-confirm, .stocks .action-complete-wrapper .action-complete .event-confirm, .management-accounting .action-complete-wrapper .action-complete .event-confirm {
    position: absolute;
    right: 0;
    width: 400px;
    z-index: 1;
    background: #ffffff;
    border-radius: 10px; }
    .dashboard .action-complete-wrapper .action-complete .event-confirm .event-confirm-text, .stocks .action-complete-wrapper .action-complete .event-confirm .event-confirm-text, .management-accounting .action-complete-wrapper .action-complete .event-confirm .event-confirm-text {
      margin: 0 100px 0 0;
      white-space: normal; }
    .dashboard .action-complete-wrapper .action-complete .event-confirm .add-tasks-result .event-confirm-text, .stocks .action-complete-wrapper .action-complete .event-confirm .add-tasks-result .event-confirm-text, .management-accounting .action-complete-wrapper .action-complete .event-confirm .add-tasks-result .event-confirm-text {
      margin: 0 180px 0 0; }
    .dashboard .action-complete-wrapper .action-complete .event-confirm .close-task-action, .dashboard .action-complete-wrapper .action-complete .event-confirm .add-new-task-action, .dashboard .action-complete-wrapper .action-complete .event-confirm .add-tasks-result, .stocks .action-complete-wrapper .action-complete .event-confirm .close-task-action, .stocks .action-complete-wrapper .action-complete .event-confirm .add-new-task-action, .stocks .action-complete-wrapper .action-complete .event-confirm .add-tasks-result, .management-accounting .action-complete-wrapper .action-complete .event-confirm .close-task-action, .management-accounting .action-complete-wrapper .action-complete .event-confirm .add-new-task-action, .management-accounting .action-complete-wrapper .action-complete .event-confirm .add-tasks-result {
      padding: 10px;
      border: 1px solid #eeeeee;
      border-radius: 10px; }
      .dashboard .action-complete-wrapper .action-complete .event-confirm .close-task-action hr, .dashboard .action-complete-wrapper .action-complete .event-confirm .add-new-task-action hr, .dashboard .action-complete-wrapper .action-complete .event-confirm .add-tasks-result hr, .stocks .action-complete-wrapper .action-complete .event-confirm .close-task-action hr, .stocks .action-complete-wrapper .action-complete .event-confirm .add-new-task-action hr, .stocks .action-complete-wrapper .action-complete .event-confirm .add-tasks-result hr, .management-accounting .action-complete-wrapper .action-complete .event-confirm .close-task-action hr, .management-accounting .action-complete-wrapper .action-complete .event-confirm .add-new-task-action hr, .management-accounting .action-complete-wrapper .action-complete .event-confirm .add-tasks-result hr {
        display: none; }
  .dashboard .action-complete-wrapper .action-complete .task-migrate, .stocks .action-complete-wrapper .action-complete .task-migrate, .management-accounting .action-complete-wrapper .action-complete .task-migrate {
    position: absolute;
    width: 480px;
    right: 0;
    background: #ffffff;
    z-index: 1;
    padding: 10px;
    border: 1px solid #eeeeee; }
    .dashboard .action-complete-wrapper .action-complete .task-migrate hr, .stocks .action-complete-wrapper .action-complete .task-migrate hr, .management-accounting .action-complete-wrapper .action-complete .task-migrate hr {
      display: none; }
    .dashboard .action-complete-wrapper .action-complete .task-migrate .alert-danger, .stocks .action-complete-wrapper .action-complete .task-migrate .alert-danger, .management-accounting .action-complete-wrapper .action-complete .task-migrate .alert-danger {
      white-space: normal; }

.dashboard .statistics-filters-form, .stocks .statistics-filters-form, .management-accounting .statistics-filters-form {
  padding: 20px 20px 0 0; }

.dashboard .migration-type, .stocks .migration-type, .management-accounting .migration-type {
  padding-left: 40px; }
/** dataTables
--------------------------------------------------------------------------------------------------------------------- **/
.transaction-history table.DTFC_Cloned tr.even.row-removed, .transaction-history .row-removed, .table-tasks-container table.DTFC_Cloned tr.even.row-removed, .table-tasks-container .row-removed, .data-table-wrapper table.DTFC_Cloned tr.even.row-removed, .data-table-wrapper .row-removed {
  background-color: #D44942;
  color: #ffffff; }
  .transaction-history table.DTFC_Cloned tr.even.row-removed a, .transaction-history table.DTFC_Cloned tr.even.row-removed a.edit-transaction, .transaction-history table.DTFC_Cloned tr.even.row-removed a.comment-edit-link, .transaction-history .row-removed a, .transaction-history .row-removed a.edit-transaction, .transaction-history .row-removed a.comment-edit-link, .table-tasks-container table.DTFC_Cloned tr.even.row-removed a, .table-tasks-container table.DTFC_Cloned tr.even.row-removed a.edit-transaction, .table-tasks-container table.DTFC_Cloned tr.even.row-removed a.comment-edit-link, .table-tasks-container .row-removed a, .table-tasks-container .row-removed a.edit-transaction, .table-tasks-container .row-removed a.comment-edit-link, .data-table-wrapper table.DTFC_Cloned tr.even.row-removed a, .data-table-wrapper table.DTFC_Cloned tr.even.row-removed a.edit-transaction, .data-table-wrapper table.DTFC_Cloned tr.even.row-removed a.comment-edit-link, .data-table-wrapper .row-removed a, .data-table-wrapper .row-removed a.edit-transaction, .data-table-wrapper .row-removed a.comment-edit-link {
    color: #ffffff;
    border-bottom-color: #ffffff; }

.data-table-wrapper .editable-popover.event-popover {
  width: auto; }

.reset-filters {
  white-space: nowrap;
  margin-left: 20px; }

.dataTables_scrollBody {
  background-color: #fff;
  position: relative; }

.dataTables_scrollHead {
  background-color: #fff;
  font-size: 13px;
  color: #6e6e6e; }

.dataTables_wrapper .head {
  padding: 10px 15px;
  background-color: #f3f4ee;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px; }

.dataTables_wrapper .footer {
  padding: 10px 15px;
  font-size: 14px;
  color: #A0AEBE;
  line-height: 30px;
  background-color: #f3f4ee;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px; }

.dataTables_wrapper .footer .btn {
  font-size: 14px;
  font-weight: bold;
  color: #A0AEBE; }
  .dataTables_wrapper .footer .btn.paginate_button {
    padding: 1px 10px; }

.dataTables_wrapper .footer .btn-primary {
  color: #fff; }

.dataTables_wrapper .footer .btn:focus {
  outline-style: none; }

.dataTables_paginate {
  text-align: right; }

table.dataTable {
  margin: 0;
  border-radius: 0; }

.table.dataTable > tbody > tr > td,
.table.dataTable > thead > tr > th,
.table-condensed.dataTable > tbody > tr > td,
.table-condensed.dataTable > thead > tr > th {
  white-space: nowrap; }

.dataTables_scrollHead .table > thead > tr > th {
  border-bottom-width: 2px; }

.dataTables_length {
  color: #A0AEBE; }

.dataTables_length label {
  margin: 0; }

.dataTables_length select {
  margin: 0 5px; }

.dataTables_filter {
  color: #A0AEBE; }

.dataTables_filter input {
  margin: 0 0 0 5px;
  font-weight: normal; }

div.dataTables_filter label {
  padding: 0 30px 0 0;
  margin: 0;
  width: 100%;
  text-align: right; }

.has-sidebar .dataTables_filter label {
  margin: 0 0 0 0; }

.dataTables_length .input-sm {
  font-size: 14px; }

.dataTables_filter .form-control {
  width: 77%;
  max-width: 200px; }

.jspScrollable .jspDrag {
  border-radius: 5px; }

.jspScrollable .jspVerticalBar, .jspScrollable .jspHorizontalBar {
  opacity: 0;
  transition: opacity 0.5s ease-in-out; }

.jspScrollable:hover .jspVerticalBar, .jspScrollable:hover .jspHorizontalBar {
  opacity: 1; }

.data-table-wrapper table .checkbox-label .datatable-checkbox {
  position: absolute; }

.export-link {
  position: relative;
  z-index: 1; }
  .export-link .disabled {
    display: none; }
  .export-link.disabled {
    cursor: not-allowed;
    text-decoration: none; }
    .export-link.disabled .enabled {
      display: none; }
    .export-link.disabled .disabled {
      display: inline; }

#calls .form-control, #calls .form-control.input-sm {
  height: 19px;
  padding: 0 5px;
  font-size: 14px;
  background: #ffffff;
  width: 150px; }

#calls .comment-width {
  width: 185px; }

#calls .btn-create-employee {
  line-height: 16px;
  margin-top: -3px; }

#calls .btn-group.selectlist[data-initialize=selectlist] {
  display: block; }
  #calls .btn-group.selectlist[data-initialize=selectlist] .btn {
    min-height: 0;
    padding: 2px 8px;
    line-height: 1; }
  #calls .btn-group.selectlist[data-initialize=selectlist] .dropdown-menu {
    top: 20px; }

#calls .selectlist .dropdown-menu .scrollable-menu > li > a {
  padding: 0 20px; }

#calls .input-group .input-group-addon {
  padding: 0 5px;
  font-size: 16px; }

/** media queries
--------------------------------------------------------------------------------------------------------------------- **/
/* ========================================== 768px* ============================================ */
@media all and (min-width: 768px) {
  .has-filter div.dataTables_filter label {
    padding: 0 340px 0 0; } }

@media all and (max-width: 768px) {
  .dataTables_scrollBody {
    height: auto !important; } }
.accordion .marked-to-remove .modal {
  color: #465566; }

#hasSalesOrOrdersModal .btn-danger, #hasSalesOrOrdersModal .btn-info {
  width: 100%;
  margin-bottom: 15px;
  margin-left: 0; }
.add-money-modal form .btn-success {
  display: none; }
.embedded-form-show .form-group, .embedded-form-constructor .form-group, .iframe-form .form-group, .embedded-form-data-processing .form-group {
  margin-top: -5px; }
  .embedded-form-show .form-group .form-control:not(textarea), .embedded-form-constructor .form-group .form-control:not(textarea), .iframe-form .form-group .form-control:not(textarea), .embedded-form-data-processing .form-group .form-control:not(textarea) {
    height: 30px; }

.embedded-form-show .executor-fields, .embedded-form-constructor .executor-fields, .iframe-form .executor-fields, .embedded-form-data-processing .executor-fields {
  margin-top: 20px; }
  .embedded-form-show .executor-fields .input-group .form-control, .embedded-form-constructor .executor-fields .input-group .form-control, .iframe-form .executor-fields .input-group .form-control, .embedded-form-data-processing .executor-fields .input-group .form-control {
    height: 30px; }

.embedded-form-show .select-funnels-group, .embedded-form-constructor .select-funnels-group, .iframe-form .select-funnels-group, .embedded-form-data-processing .select-funnels-group {
  margin-bottom: 10px; }

.embedded-form-show .input-group-addon, .embedded-form-data-processing .input-group-addon, .iframe-form .input-group-addon, .embedded-form-constructor .field .values .input-group-addon {
  padding: 3px 12px; }

.embedded-form-show .panel, .embedded-form-data-processing .panel, .iframe-form .panel, .embedded-form-constructor .field .values .panel {
  margin-bottom: 0; }
  .embedded-form-show .panel .panel-body, .embedded-form-data-processing .panel .panel-body, .iframe-form .panel .panel-body, .embedded-form-constructor .field .values .panel .panel-body {
    padding: 0 5px; }
    .embedded-form-show .panel .panel-body .checkbox, .embedded-form-show .panel .panel-body .radio, .embedded-form-data-processing .panel .panel-body .checkbox, .embedded-form-data-processing .panel .panel-body .radio, .iframe-form .panel .panel-body .checkbox, .iframe-form .panel .panel-body .radio, .embedded-form-constructor .field .values .panel .panel-body .checkbox, .embedded-form-constructor .field .values .panel .panel-body .radio {
      margin: 5px 0; }

.embedded-form-show .selectlist[data-initialize=selectlist] .btn, .embedded-form-data-processing .selectlist[data-initialize=selectlist] .btn, .iframe-form .selectlist[data-initialize=selectlist] .btn, .embedded-form-constructor .field .values .selectlist[data-initialize=selectlist] .btn {
  min-height: 30px;
  padding: 4px 8px; }

.embedded-form-show .selectlist .dropdown-menu .scrollable-menu > li > a, .embedded-form-data-processing .selectlist .dropdown-menu .scrollable-menu > li > a, .iframe-form .selectlist .dropdown-menu .scrollable-menu > li > a, .embedded-form-constructor .field .values .selectlist .dropdown-menu .scrollable-menu > li > a {
  padding: 5px 20px; }

.embedded-form-show .checkbox, .embedded-form-data-processing .checkbox, .iframe-form .checkbox, .embedded-form-constructor .field .values .checkbox {
  margin-top: 5px; }
  .embedded-form-show .checkbox label, .embedded-form-data-processing .checkbox label, .iframe-form .checkbox label, .embedded-form-constructor .field .values .checkbox label {
    padding-left: 25px; }

.embedded-form-show .additional-options, .embedded-form-data-processing .additional-options, .iframe-form .additional-options, .embedded-form-constructor .field .values .additional-options {
  display: none; }

.embedded-form-constructor {
  padding-bottom: 200px; }
  .embedded-form-constructor .field {
    padding: 10px 0; }
    .embedded-form-constructor .field.editing .values .example .panel, .embedded-form-constructor .field.editing .values .example .form-control, .embedded-form-constructor .field.editing .values .example .checkbox, .embedded-form-constructor .field.editing .values .example .form_datetime, .embedded-form-constructor .field.editing .values .example .selectlist {
      display: none; }
    .embedded-form-constructor .field.editing .values .example .additional-options {
      display: block; }
      .embedded-form-constructor .field.editing .values .example .additional-options .checkbox {
        display: block; }
    .embedded-form-constructor .field .field-name {
      padding-right: 30px;
      white-space: nowrap;
      overflow: hidden;
      text-overflow: ellipsis; }
      .embedded-form-constructor .field .field-name .checkbox {
        position: absolute;
        top: 0;
        right: 0;
        margin: 0; }
    .embedded-form-constructor .field .checkbox {
      margin: 0; }
    .embedded-form-constructor .field .svg-border-color:hover {
      background-position: -24px -96px;
      cursor: pointer; }
    .embedded-form-constructor .field .values .form-group {
      margin-bottom: 0; }
    .embedded-form-constructor .field .values .form-control:disabled {
      background-color: transparent;
      border: none;
      cursor: default; }
  .embedded-form-constructor .embedded-form {
    position: relative; }
    .embedded-form-constructor .embedded-form .background {
      position: absolute;
      top: 0;
      left: 0;
      bottom: -230px;
      right: 0;
      margin-left: 0; }
      .embedded-form-constructor .embedded-form .background .fill {
        background: #f3f4ee;
        height: 100%;
        border-radius: 10px; }
        .embedded-form-constructor .embedded-form .background .fill .btn-success {
          position: absolute;
          bottom: 15px;
          right: 20px; }
        .embedded-form-constructor .embedded-form .background .fill .bottom-part {
          position: absolute;
          width: 100%;
          left: 0;
          bottom: 50px;
          padding: 0 15px; }
          .embedded-form-constructor .embedded-form .background .fill .bottom-part .send-email-part label {
            white-space: nowrap;
            overflow: hidden;
            text-overflow: ellipsis;
            margin-bottom: 5px; }
          .embedded-form-constructor .embedded-form .background .fill .bottom-part .send-email-part .form-group {
            margin-bottom: 10px; }
    .embedded-form-constructor .embedded-form .example .panel.items-panel.error {
      border-color: #ff0000; }
    .embedded-form-constructor .embedded-form .example .panel.items-panel .checkbox label.checkbox-custom {
      word-wrap: break-word; }
    .embedded-form-constructor .embedded-form .example .panel.items-panel .form-group {
      margin-top: 0; }
      .embedded-form-constructor .embedded-form .example .panel.items-panel .form-group input[type="number"] {
        text-align: right; }
    .embedded-form-constructor .embedded-form .example .panel.items-panel .visibility-item {
      padding-top: 5px;
      border-top: 1px solid #DDDDDD; }

.iframe-form {
  padding: 10px;
  width: 100%;
  height: 100%; }
  .iframe-form.example {
    overflow-x: hidden;
    overflow-y: auto; }
  .iframe-form .iframe-post-message-wrapper {
    display: table;
    width: 100%;
    height: 100%; }
    .iframe-form .iframe-post-message-wrapper .iframe-post-message {
      text-align: center;
      font-size: 24px;
      vertical-align: middle;
      display: table-cell; }
  .iframe-form .glyphicon-asterisk {
    color: #ff0000; }
  .iframe-form .not-filled input, .iframe-form .not-filled .panel {
    border: 1px solid #ff0000; }
  .iframe-form .readonly-text {
    padding: 5px 15px;
    margin-top: -5px; }

.embedded-form-show .iframe-form {
  border: 1px dashed #000000;
  overflow-y: auto;
  overflow-x: hidden; }

.embedded-form-show .iframe-visualisation-form {
  padding: 10px 0; }
  .embedded-form-show .iframe-visualisation-form .iframe-form-css-text {
    height: 420px; }

.embedded-form-data-processing .label {
  white-space: normal;
  display: inline-block; }

.embedded-form-data-processing .block {
  margin-bottom: 0; }

.embedded-form-data-processing .block-zero {
  margin-bottom: 5px; }

.embedded-form-data-processing .order-form-wrapper .blank-stub {
  min-height: 50px; }

.embedded-form-data-processing .order-form-wrapper .dl-horizontal dt {
  text-align: left;
  width: 100px;
  min-height: 0; }

.embedded-form-data-processing .order-form-wrapper .dl-horizontal dd {
  margin-left: 100px;
  min-height: 0; }

.embedded-form-data-processing .order-form-wrapper .select-contact-dropdown {
  right: 0;
  left: auto; }
  .embedded-form-data-processing .order-form-wrapper .select-contact-dropdown:before {
    left: auto;
    right: 9px; }

.embedded-form-data-processing .order-form-wrapper .create-contact-dropdown .btn {
  padding: 4px 8px;
  color: #465566;
  font-weight: normal;
  white-space: normal; }

.embedded-form-data-processing .order-form-wrapper .form-control-static {
  padding-top: 4px;
  padding-bottom: 4px;
  min-height: 30px; }

.embedded-form-data-processing .order-form-wrapper .comment-block {
  margin-top: 30px; }
  .embedded-form-data-processing .order-form-wrapper .comment-block .form-group {
    margin-top: 0; }
  .embedded-form-data-processing .order-form-wrapper .comment-block .form-control-static {
    padding-bottom: 0; }
    .embedded-form-data-processing .order-form-wrapper .comment-block .form-control-static b {
      float: left;
      display: block; }

.embedded-form-data-processing .order-item {
  padding: 30px 0;
  border-bottom: 1px dashed #DDDDDD; }

.embedded-form-data-processing legend {
  margin-bottom: 25px; }

.embedded-form-data-processing .well {
  padding: 0;
  border: none;
  background: transparent;
  box-shadow: none; }
  .embedded-form-data-processing .well h4 {
    display: none; }
  .embedded-form-data-processing .well .form-group {
    margin-bottom: 5px; }
  .embedded-form-data-processing .well .panel {
    margin-bottom: 10px; }
    .embedded-form-data-processing .well .panel .panel-heading {
      padding: 0 5px; }

.embedded-form-data-processing .readonly-text {
  padding: 0; }

.embedded-form-data-processing .select2-container--default .select2-selection--single {
  height: 30px;
  padding: 1px 0; }
  .embedded-form-data-processing .select2-container--default .select2-selection--single .select2-selection__arrow {
    top: 2px; }

.embedded-form-data-processing .accordion .goods-set-block-wrapper.collapse {
  border-top: none; }

.embedded-form-data-processing .items .item {
  border-top: 1px dashed #4d5f74;
  padding-top: 20px; }
  .embedded-form-data-processing .items .item:first-of-type {
    border-top: none;
    padding-top: 0; }

body.iframe {
  width: 99%;
  background-color: #ffffff; }

.other-contact-fields-link .show-span {
  display: none; }

.other-contact-fields-link.collapsed .show-span {
  display: inherit; }

.other-contact-fields-link.collapsed .hide-span {
  display: none; }
.dataTables_wrapper .DTFC_LeftWrapper table thead tr th:first-child, .main-contact-info-block .DTFC_LeftWrapper table thead tr th:first-child, .planned-membership-block .DTFC_LeftWrapper table thead tr th:first-child, .other-information-block .DTFC_LeftWrapper table thead tr th:first-child {
  position: relative; }
  .dataTables_wrapper .DTFC_LeftWrapper table thead tr th:first-child .checkbox-select-all, .main-contact-info-block .DTFC_LeftWrapper table thead tr th:first-child .checkbox-select-all, .planned-membership-block .DTFC_LeftWrapper table thead tr th:first-child .checkbox-select-all, .other-information-block .DTFC_LeftWrapper table thead tr th:first-child .checkbox-select-all {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0; }
    .dataTables_wrapper .DTFC_LeftWrapper table thead tr th:first-child .checkbox-select-all:before, .main-contact-info-block .DTFC_LeftWrapper table thead tr th:first-child .checkbox-select-all:before, .planned-membership-block .DTFC_LeftWrapper table thead tr th:first-child .checkbox-select-all:before, .other-information-block .DTFC_LeftWrapper table thead tr th:first-child .checkbox-select-all:before {
      top: 15px;
      left: 15px; }

.dataTables_wrapper .subscription-action .divider, .main-contact-info-block .subscription-action .divider, .planned-membership-block .subscription-action .divider, .other-information-block .subscription-action .divider {
  margin: 0; }

.dataTables_wrapper .subscription-action .dropdown-toggle, .main-contact-info-block .subscription-action .dropdown-toggle, .planned-membership-block .subscription-action .dropdown-toggle, .other-information-block .subscription-action .dropdown-toggle {
  line-height: 17px;
  margin-bottom: 1px;
  padding: 0 10px; }

.dataTables_wrapper .sell-subscription, .dataTables_wrapper .add-money, .main-contact-info-block .sell-subscription, .main-contact-info-block .add-money, .planned-membership-block .sell-subscription, .planned-membership-block .add-money, .other-information-block .sell-subscription, .other-information-block .add-money {
  display: block;
  line-height: 17px;
  margin-bottom: 1px;
  padding: 0 10px; }

.dataTables_wrapper .training-balance, .main-contact-info-block .training-balance, .planned-membership-block .training-balance, .other-information-block .training-balance {
  display: block; }

.dataTables_wrapper .dropdown-submenu, .main-contact-info-block .dropdown-submenu, .planned-membership-block .dropdown-submenu, .other-information-block .dropdown-submenu {
  position: relative; }

.dataTables_wrapper .dropdown-submenu > .dropdown-menu, .main-contact-info-block .dropdown-submenu > .dropdown-menu, .planned-membership-block .dropdown-submenu > .dropdown-menu, .other-information-block .dropdown-submenu > .dropdown-menu {
  top: 0;
  right: 100%;
  left: inherit;
  margin-top: -6px;
  margin-left: -1px;
  -webkit-border-radius: 6px 0 6px 6px;
  -moz-border-radius: 6px 0 6px;
  border-radius: 6px 0 6px 6px; }

.dataTables_wrapper .dropdown-submenu:hover > .dropdown-menu, .main-contact-info-block .dropdown-submenu:hover > .dropdown-menu, .planned-membership-block .dropdown-submenu:hover > .dropdown-menu, .other-information-block .dropdown-submenu:hover > .dropdown-menu {
  display: block; }

.dataTables_wrapper .dropdown-submenu > a:before, .main-contact-info-block .dropdown-submenu > a:before, .planned-membership-block .dropdown-submenu > a:before, .other-information-block .dropdown-submenu > a:before {
  display: block;
  content: " ";
  float: left;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
  border-width: 5px 5px 5px 0;
  border-right-color: #ccc;
  margin-top: 5px;
  margin-left: -10px; }

.dataTables_wrapper .dropdown-submenu:hover > a:after, .main-contact-info-block .dropdown-submenu:hover > a:after, .planned-membership-block .dropdown-submenu:hover > a:after, .other-information-block .dropdown-submenu:hover > a:after {
  border-left-color: #fff; }

.dataTables_wrapper .dropdown-submenu.pull-left, .main-contact-info-block .dropdown-submenu.pull-left, .planned-membership-block .dropdown-submenu.pull-left, .other-information-block .dropdown-submenu.pull-left {
  float: none; }

.dataTables_wrapper .dropdown-submenu.pull-left > .dropdown-menu, .main-contact-info-block .dropdown-submenu.pull-left > .dropdown-menu, .planned-membership-block .dropdown-submenu.pull-left > .dropdown-menu, .other-information-block .dropdown-submenu.pull-left > .dropdown-menu {
  right: 100%;
  margin-left: 10px;
  -webkit-border-radius: 6px 0 6px 6px;
  -moz-border-radius: 6px 0 6px 6px;
  border-radius: 6px 0 6px 6px; }

.measurements-report-form {
  margin-bottom: 20px; }

.webcam-wrapper .webcamera {
  max-width: 100%; }
  .webcam-wrapper .webcamera video, .webcam-wrapper .webcamera canvas {
    max-width: 100%; }
  .webcam-wrapper .webcamera canvas {
    padding: 27px 0; }

.modal-upload-from-camera .webcam-wrapper canvas {
  padding: 0; }

.entity-links-wrapper {
  padding-bottom: 20px; }
.sidebar-links-list {
  margin-bottom: 10px; }
  .sidebar-links-list .fa-pencil, .sidebar-links-list .fa-trash {
    padding: 0 3px;
    margin-left: 5px; }

.event-popover.editable-popover .select2-container--default .select2-selection--single {
  padding: 0; }

.event-popover.editable-popover .select2-container--default .select2-selection--single, .event-popover.editable-popover .select2-container--default .select2-search--dropdown {
  height: 26px; }
  .event-popover.editable-popover .select2-container--default .select2-selection--single .select2-selection__rendered, .event-popover.editable-popover .select2-container--default .select2-search--dropdown .select2-selection__rendered {
    line-height: 26px; }
  .event-popover.editable-popover .select2-container--default .select2-selection--single .select2-selection__arrow, .event-popover.editable-popover .select2-container--default .select2-search--dropdown .select2-selection__arrow {
    top: 0; }
  .event-popover.editable-popover .select2-container--default .select2-selection--single .select2-search__field, .event-popover.editable-popover .select2-container--default .select2-search--dropdown .select2-search__field {
    padding: 2px 12px; }

.event-popover.editable-popover .select2-container--default.select2-container--open .select2-dropdown--below .select2-search--dropdown {
  top: -26px; }

.event-popover.editable-popover .select2-container--default.select2-container--open .select2-dropdown--above .select2-search--dropdown {
  bottom: -26px; }

.company-tabs .add-contact-block {
  padding: 15px 15px 0; }
.input-group.date.form_datetime .field_with_errors label.message {
  position: absolute;
  left: 0;
  bottom: -23px; }

.new_comment .form-control-static b {
  display: block;
  float: left; }

.form-group.radio-buttons {
  margin-bottom: 0; }

.radio-inline.radio-custom .field_with_errors label.message {
  position: absolute;
  white-space: nowrap;
  left: 0;
  bottom: 0; }

.radio-inline.radio-custom + .radio-inline.radio-custom .field_with_errors {
  display: none; }

.date.form_date .field_with_errors {
  position: relative;
  height: 40px; }
  .date.form_date .field_with_errors label.message {
    position: absolute;
    left: 0;
    bottom: -20px;
    margin-bottom: 0;
    white-space: nowrap; }
/** event popover
--------------------------------------------------------------------------------------------------------------------- **/
.event-popover {
  width: 605px;
  margin: 0 auto;
  display: none;
  position: absolute;
  z-index: 3; }

.event-popover .call-back {
  position: relative; }

.event-popover .missed-call, .event-popover .not-answered {
  color: #E56768; }

.event-popover-wrapper {
  padding: 18px 18px 15px 18px;
  background-color: #fff;
  border-radius: 5px;
  -webkit-box-shadow: 0 3px 15px 0 rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 3px 15px 0 rgba(0, 0, 0, 0.3);
  box-shadow: 0 3px 15px 0 rgba(0, 0, 0, 0.3); }

.event-popover .head {
  margin: 0 0 8px 0;
  position: relative; }

.event-popover .phone {
  margin-bottom: 5px; }

.event-popover .body {
  margin: 0 5px 10px 6px; }

.event-popover .footer {
  margin: 0 5px 0 6px; }

.event-popover .fc-day-grid-event {
  margin: 0; }

.event-popover .fc-event {
  max-width: 100%;
  min-width: 150px;
  display: inline-block;
  padding: 2px 5px 2px 5px;
  white-space: nowrap; }

.event-popover .fc-event .fc-title {
  overflow: hidden;
  padding-right: 15px; }

.event-popover .fc-event a {
  color: #fff;
  text-decoration: underline; }

.event-popover .body a {
  color: #5BB3EE;
  font-weight: bold;
  text-decoration: underline; }

.event-popover .footer .date {
  margin-right: 5px;
  color: #AEB8BC;
  text-transform: capitalize; }

.event-popover .footer .user {
  color: #465566;
  font-weight: bold; }

.event-popover .fc-close {
  position: absolute;
  right: 3px;
  top: 3px;
  cursor: pointer;
  z-index: 2;
  color: #999; }

.event-popover .fc-icon {
  display: inline-block;
  width: 1em;
  height: 1em;
  line-height: 1em;
  font-size: 1em;
  text-align: center;
  overflow: hidden;
  font-family: "Courier New",Courier,monospace; }
  .event-popover .fc-icon:after {
    position: relative;
    margin: 0 -1em; }

.event-popover .fc-icon-x:after {
  content: "\000D7";
  font-size: 200%;
  top: 6%; }

.event-popover .overflow {
  max-height: 60px;
  overflow: hidden;
  position: relative;
  -webkit-transition: max-height .8s ease;
  -moz-transition: max-height .8s ease;
  -o-transition: max-height .8s ease;
  transition: max-height .8s ease; }

.event-popover .overflow.off {
  max-height: 1000px;
  position: relative;
  -webkit-transition: max-height 1.5s ease-in;
  -moz-transition: max-height 1.5s ease-in;
  -o-transition: max-height 1.5s ease-in;
  transition: max-height 1.5s ease-in; }

.event-popover .overflow.reset {
  max-height: 60px;
  overflow: hidden;
  position: relative;
  -webkit-transition: max-height 0s;
  -moz-transition: max-height 0s;
  -o-transition: max-height 0s;
  transition: max-height 0s; }

.event-popover .more {
  padding-left: 10px;
  background-color: #fff;
  position: absolute;
  right: 0;
  bottom: 0;
  display: inline-block;
  z-index: 1; }

.event-popover .more:before {
  margin-left: -20px;
  content: '';
  width: 20px;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  z-index: 2;
  -webkit-box-shadow: inset -25px 0 10px -15px #fff;
  -moz-box-shadow: inset -25px 0 10px -15px #fff;
  box-shadow: inset -25px 0 10px -15px #fff; }

.event-popover .more span {
  border-bottom: 1px dashed #AEB8BC;
  color: #AEB8BC;
  font-size: 12px;
  cursor: pointer; }

.event-popover .more span:first-child {
  display: inline; }

.event-popover .more span:last-child {
  display: none; }

.event-popover .overflow.off .more span:first-child {
  display: none; }

.event-popover .overflow.off .more span:last-child {
  display: inline; }

.event-popover .overflow:after {
  float: right;
  width: 45px;
  height: 20px;
  content: ' ';
  background-color: #fff;
  position: relative;
  z-index: 3; }

.event-popover .overflow.off:after {
  z-index: 0;
  width: 60px; }

.event-popover .footer .btn {
  font-weight: bold;
  position: relative;
  z-index: 3; }

.event-confirm {
  overflow: hidden;
  clear: both; }

.event-confirm-action hr {
  margin: 12px 0 10px 0; }

.event-confirm-action .buttons {
  margin: -24px 0 0 0;
  text-align: right; }

.event-confirm-action .buttons .btn {
  margin: 0 0 0 5px; }

.event-confirm-text {
  margin: 0 120px 0 0; }

.add-tasks-result .event-confirm-text {
  margin: 0 180px 0 0;
  position: relative; }

.event-confirm-action {
  margin-top: 0;
  float: left;
  width: 100%;
  -webkit-transition: all .5s;
  -moz-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s; }

.event-confirm-action.off {
  margin-top: -100%; }

/** event close action
--------------------------------------------------------------------------------------------------------------------- **/
.event-close .event-popover {
  display: block; }

.event-close .event-popover.off {
  display: none; }

/** event reminder
--------------------------------------------------------------------------------------------------------------------- **/
.event-reminder {
  width: 400px;
  max-height: 100%;
  padding: 0 20px;
  margin-top: 83px;
  position: fixed;
  top: 0;
  right: 0;
  z-index: 5; }

.event-reminder .event-popover {
  margin-bottom: 20px;
  opacity: 1;
  display: block;
  width: 100%;
  position: relative;
  z-index: 2;
  float: left;
  -webkit-transition: all .6s;
  -moz-transition: all .6s;
  -o-transition: all .6s;
  transition: all .6s; }

.event-reminder .event-popover.off {
  margin-top: -100%;
  opacity: 0;
  z-index: 1;
  visibility: hidden; }

.event-popover .title {
  margin: -10px 0 10px 0;
  font-size: 16px;
  font-weight: bold;
  color: #859AAB; }

.event-popover .bell-wrapper i {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=10);
  opacity: 0.1;
  position: absolute;
  top: 15px;
  right: 10px;
  font-size: 10em;
  -webkit-animation: ring 8s .5s ease-in-out 2;
  -webkit-transform-origin: 50% 4px;
  -moz-animation: ring 8s .5s ease-in-out 2;
  -moz-transform-origin: 50% 4px;
  animation: ring 8s .5s ease-in-out 2;
  transform-origin: 50% 4px 0; }

.event-popover.off .bell-wrapper i {
  -webkit-animation: none;
  -webkit-transform-origin: none;
  -moz-animation: none;
  -moz-transform-origin: none;
  animation: none;
  transform-origin: none; }

.bell-wrapper {
  width: 180px;
  height: 160px;
  position: absolute;
  right: 0;
  top: 0;
  overflow: hidden; }

/** bell animation
--------------------------------------------------------------------------------------------------------------------- **/
@-webkit-keyframes ring {
  0% {
    -webkit-transform: rotateZ(0); }
  1% {
    -webkit-transform: rotateZ(30deg); }
  3% {
    -webkit-transform: rotateZ(-28deg); }
  5% {
    -webkit-transform: rotateZ(34deg); }
  7% {
    -webkit-transform: rotateZ(-32deg); }
  9% {
    -webkit-transform: rotateZ(30deg); }
  11% {
    -webkit-transform: rotateZ(-28deg); }
  13% {
    -webkit-transform: rotateZ(26deg); }
  15% {
    -webkit-transform: rotateZ(-24deg); }
  17% {
    -webkit-transform: rotateZ(22deg); }
  19% {
    -webkit-transform: rotateZ(-20deg); }
  21% {
    -webkit-transform: rotateZ(18deg); }
  23% {
    -webkit-transform: rotateZ(-16deg); }
  25% {
    -webkit-transform: rotateZ(14deg); }
  27% {
    -webkit-transform: rotateZ(-12deg); }
  29% {
    -webkit-transform: rotateZ(10deg); }
  31% {
    -webkit-transform: rotateZ(-8deg); }
  33% {
    -webkit-transform: rotateZ(6deg); }
  35% {
    -webkit-transform: rotateZ(-4deg); }
  37% {
    -webkit-transform: rotateZ(2deg); }
  39% {
    -webkit-transform: rotateZ(-1deg); }
  41% {
    -webkit-transform: rotateZ(1deg); }
  43% {
    -webkit-transform: rotateZ(0); }
  100% {
    -webkit-transform: rotateZ(0); } }

@-moz-keyframes ring {
  0% {
    -moz-transform: rotate(0); }
  1% {
    -moz-transform: rotate(30deg); }
  3% {
    -moz-transform: rotate(-28deg); }
  5% {
    -moz-transform: rotate(34deg); }
  7% {
    -moz-transform: rotate(-32deg); }
  9% {
    -moz-transform: rotate(30deg); }
  11% {
    -moz-transform: rotate(-28deg); }
  13% {
    -moz-transform: rotate(26deg); }
  15% {
    -moz-transform: rotate(-24deg); }
  17% {
    -moz-transform: rotate(22deg); }
  19% {
    -moz-transform: rotate(-20deg); }
  21% {
    -moz-transform: rotate(18deg); }
  23% {
    -moz-transform: rotate(-16deg); }
  25% {
    -moz-transform: rotate(14deg); }
  27% {
    -moz-transform: rotate(-12deg); }
  29% {
    -moz-transform: rotate(10deg); }
  31% {
    -moz-transform: rotate(-8deg); }
  33% {
    -moz-transform: rotate(6deg); }
  35% {
    -moz-transform: rotate(-4deg); }
  37% {
    -moz-transform: rotate(2deg); }
  39% {
    -moz-transform: rotate(-1deg); }
  41% {
    -moz-transform: rotate(1deg); }
  43% {
    -moz-transform: rotate(0); }
  100% {
    -moz-transform: rotate(0); } }

@keyframes ring {
  0% {
    transform: rotate(0); }
  1% {
    transform: rotate(30deg); }
  3% {
    transform: rotate(-28deg); }
  5% {
    transform: rotate(34deg); }
  7% {
    transform: rotate(-32deg); }
  9% {
    transform: rotate(30deg); }
  11% {
    transform: rotate(-28deg); }
  13% {
    transform: rotate(26deg); }
  15% {
    transform: rotate(-24deg); }
  17% {
    transform: rotate(22deg); }
  19% {
    transform: rotate(-20deg); }
  21% {
    transform: rotate(18deg); }
  23% {
    transform: rotate(-16deg); }
  25% {
    transform: rotate(14deg); }
  27% {
    transform: rotate(-12deg); }
  29% {
    transform: rotate(10deg); }
  31% {
    transform: rotate(-8deg); }
  33% {
    transform: rotate(6deg); }
  35% {
    transform: rotate(-4deg); }
  37% {
    transform: rotate(2deg); }
  39% {
    transform: rotate(-1deg); }
  41% {
    transform: rotate(1deg); }
  43% {
    transform: rotate(0); }
  100% {
    transform: rotate(0); } }

.event-popover .bold.red a.add-money {
  color: #ffffff; }
/** filter popover
--------------------------------------------------------------------------------------------------------------------- **/
.data-table-toggle {
  width: 45px;
  height: 50px;
  line-height: 50px;
  font-size: 16px;
  position: absolute;
  right: 0;
  font-weight: bold; }

.data-table-toggle a {
  padding: 0 15px 0 18px;
  height: 50px;
  text-decoration: none;
  display: block;
  overflow: hidden;
  color: #465566; }

.data-table-toggle a .glyphicon {
  float: right;
  padding: 17px 0 0 0; }

.data-table-toggle a .glyphicon-filter {
  display: none; }

.data-table-toggle a .glyphicon-remove {
  display: inline-block;
  position: relative;
  z-index: 5;
  color: #fff; }

.data-table-toggle a.collapsed .glyphicon-filter {
  display: inline-block; }

.data-table-toggle a.collapsed .glyphicon-remove {
  display: none; }

.data-filter {
  position: relative;
  z-index: 4;
  border-radius: 5px; }

.data-filter .collapse.in {
  margin-bottom: 20px; }

.data-filter .filter-title:first-child {
  border-top: none; }

.data-filter .nav-tabs-company li.active::after {
  display: none; }

.data-filter .row > div:first-child .checkbox-tree > .sidebar-list {
  padding-left: 20px; }

.data-filter .block-footer {
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px; }

.table-filter-popover {
  width: 600px;
  max-width: 100%;
  top: 0;
  right: 0;
  position: absolute;
  background-color: #fff;
  border-radius: 5px;
  -webkit-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.3); }
  .table-filter-popover .save-segment {
    margin-left: 20px;
    margin-bottom: 10px; }
  .table-filter-popover .sidebar-list .row {
    margin-bottom: 10px; }
    .table-filter-popover .sidebar-list .row .any-items {
      margin-top: 30px; }
  .table-filter-popover .tooltip {
    width: 420px; }
    .table-filter-popover .tooltip .tooltip-inner {
      max-width: 100%; }

.filter-title {
  padding: 12px 20px 11px 20px;
  color: #465566;
  font-weight: bold;
  font-size: 16px;
  border-top: 1px solid #EFEFEF;
  border-bottom: 1px solid #EFEFEF; }

.table-filter-box {
  padding: 10px 20px 20px 20px; }

.table-filter-box .form-group {
  margin-bottom: 10px; }

.filter-column-title {
  margin: 10px 0 5px 20px;
  font-size: 16px;
  font-weight: bold; }

.filter-column-title + .checkbox-tree > .sidebar-list {
  padding-top: 0; }

.filter-2columns li {
  padding-right: 10px;
  width: 50%;
  float: left;
  clear: none; }

.filter-3columns li {
  padding-right: 10px;
  width: 33.3%;
  float: left;
  clear: none; }

.task-action-filter-title {
  margin-left: 20px;
  font-weight: bold;
  color: #465566;
  text-decoration: underline; }
  .task-action-filter-title:hover {
    text-decoration: none; }

/** media queries
--------------------------------------------------------------------------------------------------------------------- **/
/* ========================================== 768px* ============================================ */
@media all and (min-width: 768px) {
  .data-table-toggle {
    width: 225px;
    text-indent: 0; }
  .data-table-toggle a {
    border-left: 2px solid #EAEAE5; } }

.column-filter-btn.glyphicon-filter:before {
  opacity: 0.2; }

.column-filter-btn.glyphicon-filter.active-filter:before {
  opacity: 1; }

.column-filter-container {
  width: 250px;
  min-height: 50px;
  position: absolute;
  z-index: 0;
  opacity: 0; }
  .column-filter-container.shown {
    opacity: 1;
    z-index: 1005; }
  .column-filter-container .arrow {
    top: -8px;
    right: 30px;
    border-width: 0 8px 8px;
    border-color: transparent;
    border-bottom-color: #414B4D;
    position: absolute;
    width: 0;
    height: 0;
    border-style: solid; }
  .column-filter-container .boolean-checkboxes, .column-filter-container .entity-checkboxes, .column-filter-container .multifield-checkboxes, .column-filter-container .search-field, .column-filter-container .dates-field {
    background-color: #414B4D;
    border-radius: 5px;
    max-height: 500px;
    overflow: auto; }
  .column-filter-container .checkbox-tree > ul > li:first-child > .checkbox {
    border-top: none; }
  .column-filter-container .checkbox {
    margin: 0;
    padding: 10px;
    border-top: 1px solid #4C5759; }
    .column-filter-container .checkbox label.checkbox-custom {
      padding-left: 30px;
      color: #ffffff; }
  .column-filter-container .dates-field .checkbox {
    padding: 0;
    border-top: none; }
  .column-filter-container .substatuses .checkbox {
    padding-left: 40px; }
  .column-filter-container .checkbox.hidden + .substatuses .checkbox {
    padding-left: 10px; }
  .column-filter-container .search-field, .column-filter-container .dates-field {
    padding: 10px; }
    .column-filter-container .search-field .form-group, .column-filter-container .dates-field .form-group {
      margin-bottom: 0; }
      .column-filter-container .search-field .form-group + .form-group, .column-filter-container .dates-field .form-group + .form-group {
        margin-top: 10px; }
  .column-filter-container .dates-field {
    overflow: visible; }
  .column-filter-container .btn {
    width: 100%; }
  .column-filter-container .funnels-group-name {
    background-color: #aaaaaa;
    cursor: pointer; }
    .column-filter-container .funnels-group-name > span:hover {
      text-decoration: underline; }
  .column-filter-container .items-kind-group .title {
    color: #ffffff;
    font-weight: bold;
    padding: 10px 5px 5px 10px; }

.table-filter-popover .filter-list {
  padding: 0 10px 12px 20px; }
  .table-filter-popover .filter-list li {
    padding: 5px 0;
    line-height: 17px;
    clear: both; }

.fitness-reports-settings-form {
  padding: 12px 20px; }

.substatuses .sidebar-list {
  padding: 0; }

.data-filter .substatuses, .fitness-reports-settings-form .substatuses {
  padding-left: 25px; }

select.sale-items-in[multiple] {
  height: 150px; }

.entity-filter-block {
  background-color: #414B4D;
  border-radius: 5px; }
  .entity-filter-block .form-control.column-filter-text {
    display: inline;
    height: 20px;
    width: 195px; }
@charset "UTF-8";
/** fullcalendar header
--------------------------------------------------------------------------------------------------------------------- **/
.calendar-head {
  padding: 14px 20px;
  margin: 0;
  background-color: #F3F4EE;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0; }
  .calendar-head .calendar-interval {
    border: none;
    background: inherit;
    cursor: pointer; }
  .calendar-head.order-calendar-head .calendar-interval {
    min-width: 230px; }
  .calendar-head .executors-selectlist {
    font-size: 16px;
    margin-left: 10px; }

.calendar-head + .block {
  padding-top: 10px;
  border-top-left-radius: 0;
  border-top-right-radius: 0; }

.filter-btn-toggle {
  margin: -20px -20px -20px 15px;
  display: inline-block; }

.filter-btn-toggle a {
  width: 200px;
  height: 47px;
  padding: 12px 15px 12px 15px;
  border-left: 2px solid #EAEAE5;
  line-height: 24px;
  text-decoration: none;
  font-weight: bold;
  display: block;
  color: #465566; }

#comments .filter-btn-toggle, .order-comments-block .filter-btn-toggle {
  margin: 0; }

#comments .filter-btn-toggle a, .order-comments-block .filter-btn-toggle a {
  width: 16px;
  height: 21px;
  padding: 0 5px 0 0; }

.filter-btn-toggle a .glyphicon {
  float: right;
  padding: 5px 0 0 0;
  font-size: 16px; }

.filter-btn-toggle a .glyphicon-filter {
  display: none; }

.filter-btn-toggle a .glyphicon-remove {
  display: inline-block;
  position: relative;
  z-index: 5;
  color: #ddd; }

.filter-btn-toggle a.collapsed .glyphicon-filter {
  display: inline-block; }

.filter-btn-toggle a.collapsed .glyphicon-remove {
  display: none; }

.nav-pills > li.active > a, .nav-pills > li.active > a:hover, .nav-pills > li.active > a:focus {
  color: #FFF;
  background-color: #5bb3ee; }

.calendar-pills-wrapper {
  padding: 12px 20px;
  margin-bottom: 20px;
  background-color: #F3F4EE; }

.calendar-pills {
  font-weight: bold; }

.calendar-pills a {
  color: #859AAB; }

.calendar-next-prev {
  margin: 0 0 0 -10px;
  font-size: 16px;
  font-weight: bold;
  white-space: nowrap; }

.calendar-next-prev .svg-arrow {
  margin: -5px 0 -1px 0;
  display: inline-block;
  cursor: pointer; }

.calendar-interval {
  min-width: 110px;
  margin: 0 -5px;
  text-align: center;
  display: inline-block; }

.tasks-group-date {
  padding: 5px 0 5px 20px;
  font-size: 16px;
  font-weight: bold; }

.calendar-pills-title .calendar-interval {
  font-weight: bold;
  min-width: inherit;
  margin: 0 5px 0 5px; }

.calendar-pills-title .svg-arrow {
  margin-right: 10px; }

.calendar-container {
  /** fullcalendar
  --------------------------------------------------------------------------------------------------------------------- **/ }
  .calendar-container .fc-toolbar {
    display: none; }
  .calendar-container .fc-week-number span {
    position: relative;
    font-weight: bold; }
  .calendar-container tbody .fc-week-number span:after {
    margin: -5px 0 0 0;
    content: 'нед';
    font-size: 12px;
    width: 100%;
    text-align: center;
    display: block;
    position: absolute; }
  .calendar-container .fc-ltr .fc-basic-view .fc-day-number {
    text-align: left; }
  .calendar-container .fc-basic-view .fc-week-number,
  .calendar-container .fc-basic-view .fc-day-number {
    padding: 0 10px; }
  .calendar-container .fc-widget-header th {
    padding: 0 0 10px 0;
    border-color: transparent; }
  .calendar-container .fc-unthemed .fc-head th,
  .calendar-container .fc-unthemed .fc-head td {
    border-color: transparent;
    border-bottom-color: #ddd; }
  .calendar-container .fc-unthemed td.fc-week-number {
    border-color: transparent;
    border-right-color: #ddd; }
  .calendar-container .fc-day-grid td {
    border: 1px solid #ddd; }
  .calendar-container .fc-day-grid-event {
    padding: 2px 5px; }
  .calendar-container .fc-title {
    font-weight: bold; }
  .calendar-container .fc-axis.fc-time {
    font-weight: bold !important; }
  .calendar-container .fc-axis.fc-week-number span {
    display: none; }
  .calendar-container .fc-end-resizer {
    border-left: 1px solid #fff; }
  .calendar-container .calendar-container .comments-list {
    margin-top: 20px; }
  .calendar-container a.link-more-tasks:visited, .calendar-container a.link-more-tasks:hover, .calendar-container a.link-more-tasks:active, .calendar-container a.link-more-tasks {
    color: #4ABFB4;
    border-color: #4ABFB4;
    border-bottom: 1px dashed;
    text-decoration: none; }
  .calendar-container .overflow-hidden {
    height: 0;
    overflow: hidden; }
  .calendar-container .business-process-title {
    display: inline-block;
    color: #000000;
    background-color: #ffff00;
    border-radius: 5px;
    padding: 5px;
    margin-left: -5px;
    margin-bottom: 5px;
    font-weight: bold; }
  .calendar-container .fc-time-grid-container {
    height: auto !important; }

.calendar-container .fc-event, .event-reminder .fc-event {
  font-size: 14px;
  border-radius: 5px;
  background-color: #5BB3EE;
  border-color: #5BB3EE;
  font-weight: bold;
  color: #ffffff;
  white-space: nowrap;
  overflow: hidden;
  position: relative; }

.calendar-container .fc-event.past-event, .event-reminder .fc-event.past-event {
  background-color: #E56768;
  border-color: #E56768; }

.calendar-container .fc-event.event-success, .event-reminder .fc-event.event-success {
  background-color: #4ABFB4;
  border-color: #4ABFB4; }

.calendar-container .fc-day-grid-event .fc-content:after, .event-reminder .fc-day-grid-event .fc-content:after {
  content: '';
  width: 20px;
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 2;
  -webkit-box-shadow: inset -25px 0 10px -15px #5BB3EE;
  -moz-box-shadow: inset -25px 0 10px -15px #5BB3EE;
  box-shadow: inset -25px 0 10px -15px #5BB3EE; }

.calendar-container .past-event .fc-content:after, .event-reminder .past-event .fc-content:after {
  -webkit-box-shadow: inset -25px 0 10px -15px #E56768;
  -moz-box-shadow: inset -25px 0 10px -15px #E56768;
  box-shadow: inset -25px 0 10px -15px #E56768; }

.calendar-container .event-success .fc-content:after, .event-reminder .event-success .fc-content:after {
  -webkit-box-shadow: inset -25px 0 10px -15px #4ABFB4;
  -moz-box-shadow: inset -25px 0 10px -15px #4ABFB4;
  box-shadow: inset -25px 0 10px -15px #4ABFB4; }

#calendarFilter.table-filter-popover {
  width: 800px; }

#calendarFilter .task-types-filter {
  margin-top: 25px; }

#calendarFilter label.radio-inline.radio-custom {
  padding-bottom: 0; }
  #calendarFilter label.radio-inline.radio-custom::before {
    top: -1px; }
  #calendarFilter label.radio-inline.radio-custom::after {
    top: 4px; }

#calendarFilter .task-action-filter {
  margin-bottom: 10px; }

.calendar-head .filter-container .data-table-toggle {
  position: relative;
  display: inline-block;
  margin: -20px -20px -20px 15px;
  line-height: inherit;
  height: auto; }
  .calendar-head .filter-container .data-table-toggle a {
    line-height: 24px;
    padding: 12px 15px 12px 15px;
    display: inline; }
    .calendar-head .filter-container .data-table-toggle a .glyphicon {
      padding-top: 4px;
      padding-right: 10px; }

.calendar-head .table-header-container .header-count-rows, .calendar-head .table-header-container .header-search {
  margin-top: -4px;
  margin-bottom: -4px; }

.calendar-head .table-header-container .header-count-rows {
  margin-right: 20px; }
@charset "UTF-8";
/** fullcalendar header
--------------------------------------------------------------------------------------------------------------------- **/
.order-calendar-container {
  /** fullcalendar
  --------------------------------------------------------------------------------------------------------------------- **/ }
  .order-calendar-container .calendar-head {
    padding: 12px 20px;
    margin: 0;
    background-color: #F3F4EE;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0; }
  .order-calendar-container .calendar-head + .block {
    padding-top: 10px;
    border-top-left-radius: 0;
    border-top-right-radius: 0; }
  .order-calendar-container .filter-btn-toggle {
    margin: -20px -20px -20px 15px;
    display: inline-block; }
  .order-calendar-container .filter-btn-toggle a {
    width: 200px;
    height: 47px;
    padding: 12px 15px 12px 15px;
    border-left: 2px solid #EAEAE5;
    line-height: 24px;
    text-decoration: none;
    font-weight: bold;
    display: block;
    color: #465566; }
  .order-calendar-container .filter-btn-toggle a .glyphicon {
    float: right;
    padding: 5px 0 0 0;
    font-size: 16px; }
  .order-calendar-container .filter-btn-toggle a .glyphicon-filter {
    display: none; }
  .order-calendar-container .filter-btn-toggle a .glyphicon-remove {
    display: inline-block;
    position: relative;
    z-index: 3;
    color: #ddd; }
  .order-calendar-container .filter-btn-toggle a.collapsed .glyphicon-filter {
    display: inline-block; }
  .order-calendar-container .filter-btn-toggle a.collapsed .glyphicon-remove {
    display: none; }
  .order-calendar-container .nav-pills > li.active > a, .order-calendar-container .nav-pills > li.active > a:hover, .order-calendar-container .nav-pills > li.active > a:focus {
    color: #FFF;
    background-color: #5bb3ee; }
  .order-calendar-container .calendar-pills-wrapper {
    padding: 12px 20px;
    margin-bottom: 20px;
    background-color: #F3F4EE; }
  .order-calendar-container .calendar-pills {
    font-weight: bold; }
  .order-calendar-container .calendar-pills a {
    color: #859AAB; }
  .order-calendar-container .calendar-next-prev {
    margin: 0 0 0 -10px;
    font-size: 16px;
    font-weight: bold;
    white-space: nowrap; }
  .order-calendar-container .calendar-next-prev .svg-arrow {
    margin: -5px 0 -1px 0;
    display: inline-block;
    cursor: pointer; }
  .order-calendar-container .calendar-interval {
    min-width: 110px;
    margin: 0 -5px;
    text-align: center;
    display: inline-block; }
  .order-calendar-container .tasks-group-date {
    padding: 5px 0 5px 20px;
    font-size: 16px;
    font-weight: bold; }
  .order-calendar-container .calendar-pills-title .calendar-interval {
    font-weight: bold;
    min-width: inherit;
    margin: 0 5px 0 5px; }
  .order-calendar-container .calendar-pills-title .svg-arrow {
    margin-right: 10px; }
  .order-calendar-container .fc-header {
    display: none; }
  .order-calendar-container .fc-week-number div {
    position: relative;
    font-weight: bold; }
  .order-calendar-container tbody .fc-week-number div:after {
    margin: -5px 0 0 0;
    content: 'нед';
    font-size: 12px;
    width: 100%;
    text-align: center;
    display: block;
    position: absolute; }
  .order-calendar-container .fc-ltr .fc-view .fc-day-number {
    float: none; }
  .order-calendar-container .fc-view .fc-week-number,
  .order-calendar-container .fc-view .fc-day-number {
    padding: 0 10px; }
  .order-calendar-container .fc-view thead th {
    padding: 0 0 10px 0;
    border-color: transparent; }
  .order-calendar-container .fc-view thead th,
  .order-calendar-container .fc-view thead td {
    border-color: transparent;
    border-bottom-color: #ddd; }
  .order-calendar-container .fc-view td.fc-week-number {
    border-color: transparent;
    border-right-color: #ddd; }
  .order-calendar-container .fc-day-grid-event, .order-calendar-container .fc-event {
    padding: 2px 5px; }
  .order-calendar-container .fc-event {
    font-size: 14px;
    border-radius: 5px;
    background-color: #5BB3EE;
    border-color: #5BB3EE;
    font-weight: bold; }
  .order-calendar-container .fc-event.past-event {
    background-color: #E56768;
    border-color: #E56768; }
  .order-calendar-container .fc-event.event-success {
    background-color: #4ABFB4;
    border-color: #4ABFB4; }
  .order-calendar-container .fc-view td.fc-week-number {
    border-left-color: #ddd; }
  .order-calendar-container .fc-week.fc-last td.fc-week-number {
    border-bottom: 1px solid #ddd; }
  .order-calendar-container .fc-title {
    font-weight: bold; }
  .order-calendar-container .fc-event-inner {
    white-space: nowrap; }
  .order-calendar-container .fc-axis.fc-time {
    font-weight: bold !important; }
  .order-calendar-container .fc-axis.fc-week-number span {
    display: none; }
  .order-calendar-container .fc-event .fc-event-inner:after {
    content: '';
    width: 20px;
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 2;
    -webkit-box-shadow: inset -25px 0 10px -15px #5BB3EE;
    -moz-box-shadow: inset -25px 0 10px -15px #5BB3EE;
    box-shadow: inset -25px 0 10px -15px #5BB3EE; }
  .order-calendar-container .past-event .fc-event-inner:after {
    -webkit-box-shadow: inset -25px 0 10px -15px #E56768;
    -moz-box-shadow: inset -25px 0 10px -15px #E56768;
    box-shadow: inset -25px 0 10px -15px #E56768; }
  .order-calendar-container .event-success .fc-event-inner:after {
    -webkit-box-shadow: inset -25px 0 10px -15px #4ABFB4;
    -moz-box-shadow: inset -25px 0 10px -15px #4ABFB4;
    box-shadow: inset -25px 0 10px -15px #4ABFB4; }
  .order-calendar-container .fc-end-resizer {
    border-left: 1px solid #fff; }
  .order-calendar-container .calendar-container .comments-list {
    margin-top: 20px; }
  .order-calendar-container a.link-more-tasks:visited, .order-calendar-container a.link-more-tasks:hover, .order-calendar-container a.link-more-tasks:active, .order-calendar-container a.link-more-tasks {
    color: #4ABFB4;
    border-color: #4ABFB4;
    border-bottom: 1px dashed;
    text-decoration: none; }
  .order-calendar-container .overflow-hidden {
    height: 0;
    overflow: hidden; }
  .order-calendar-container .fc-agenda-allday {
    display: none; }
  .order-calendar-container .fc-event {
    margin-top: 1px;
    padding: 0 0 0 3px; }
  .order-calendar-container.tennis .fc-event {
    max-height: none; }
  .order-calendar-container .fc-event.fc-event-vert .fc-event-inner > div {
    display: inline; }
  .order-calendar-container .fc-event.fc-event-vert .fc-event-inner .fc-event-time {
    font-size: 14px;
    margin-right: 5px; }
  .order-calendar-container .fc-event.fc-event-vert .fc-event-inner .order-items {
    display: block;
    font-weight: normal;
    font-size: 12px;
    line-height: 12px; }
  .order-calendar-container .fc-event-vert .fc-event-bg {
    opacity: 0; }
.goods-items-list {
  position: relative;
  padding-right: 10%; }
  .goods-items-list .no-stock-error {
    position: absolute;
    left: 0;
    right: 10%;
    top: 26px; }
  .goods-items-list .add-item-goods {
    position: relative; }
    .goods-items-list .add-item-goods:after {
      content: '';
      display: block;
      height: 35px;
      background: #ffffff;
      margin-top: -24px;
      margin-left: 200px;
      position: relative; }
  .goods-items-list .goods-set-item-quantity, .goods-items-list .service-cost-price, .goods-items-list .goods-set-item-price, .goods-items-list .goods-set-item-total-price, .goods-items-list .service-cost-rate {
    height: auto;
    padding: 0 8px;
    text-align: center; }
  .goods-items-list .select-item-control.selectlist[data-initialize=selectlist] .btn.btn-block.dropdown-toggle {
    min-height: 0;
    padding-top: 0;
    padding-bottom: 0; }
    .goods-items-list .select-item-control.selectlist[data-initialize=selectlist] .btn.btn-block.dropdown-toggle:before {
      top: 0;
      bottom: 0; }
  .goods-items-list .selectlist .dropdown-menu .scrollable-menu > li > a {
    padding: 2px 20px; }
  .goods-items-list .form-group {
    margin-bottom: 10px; }
  .goods-items-list .form-control-static {
    padding: 0;
    min-height: 0; }
  .goods-items-list .goods-item .glyphicon-info-sign {
    margin-left: 5px; }
  .goods-items-list .select2-container.form-control {
    height: 22px; }
    .goods-items-list .select2-container.form-control .select2-choice {
      height: 22px; }
      .goods-items-list .select2-container.form-control .select2-choice > .select2-chosen {
        padding: 1px 12px; }
  .goods-items-list .selectlist.select-contractor-control .btn.dropdown-toggle {
    min-height: 26px;
    padding: 2px 8px; }

.goods-item .internal-goods-set-wrapper .goods-set-item-control-wrapper {
  padding-left: 30px; }

.goods-items-list .goods-item .tooltip .tooltip-inner, .tooltip-cost-price-wrapper .tooltip .tooltip-inner {
  max-width: 100%;
  text-align: left;
  padding: 8px 10px; }
  .goods-items-list .goods-item .tooltip .tooltip-inner p, .tooltip-cost-price-wrapper .tooltip .tooltip-inner p {
    white-space: nowrap;
    margin-bottom: 0; }
.data-group-actions {
  display: none; }
  .data-group-actions .action-menu {
    z-index: 1; }
  .data-group-actions .data-table-group-actions {
    width: 115px;
    height: 50px;
    line-height: 50px;
    font-size: 16px;
    position: absolute;
    font-weight: bold; }
    .data-group-actions .data-table-group-actions ul.dropdown-menu .dropdown:hover > .dropdown-menu {
      display: block; }
    .data-group-actions .data-table-group-actions ul.dropdown-menu li .dropdown-menu-right {
      top: 0;
      left: 100%;
      width: 100%;
      padding: 5px; }
      .data-group-actions .data-table-group-actions ul.dropdown-menu li .dropdown-menu-right li {
        font-weight: normal;
        line-height: normal; }
    .data-group-actions .data-table-group-actions ul.dropdown-menu li a {
      height: auto; }
      .data-group-actions .data-table-group-actions ul.dropdown-menu li a .glyphicon {
        float: none;
        padding: 0 0 0 10px; }
    .data-group-actions .data-table-group-actions ul.dropdown-menu .client-category-dropdown .sub-status {
      padding-left: 20px; }
  .data-group-actions .data-table-group-actions a {
    padding: 0 15px 0 18px;
    height: 50px;
    text-decoration: none;
    display: block;
    overflow: hidden;
    color: #465566; }
  .data-group-actions .data-table-group-actions a .glyphicon {
    float: right;
    padding: 20px 0 0 0;
    font-size: 12px; }
.modal-add-group-workouts .select2-search--dropdown .select2-search__field, .modal-edit-group-workouts .select2-search--dropdown .select2-search__field {
  width: auto;
  padding-right: 28px; }

.calendar-container.group-workouts-container .group-workouts .fc-event.fc-v-event .fc-content > div {
  display: inline; }

.calendar-container.group-workouts-container .group-workouts .fc-event.fc-v-event .fc-content .fc-time {
  font-size: 14px;
  margin-right: 5px; }

.calendar-container.group-workouts-container .event-popover {
  width: 575px; }
  .calendar-container.group-workouts-container .event-popover .contact {
    margin-bottom: 2px; }
  .calendar-container.group-workouts-container .event-popover .came {
    background-color: #00cc33; }
  .calendar-container.group-workouts-container .event-popover .did-not-come {
    background-color: #ff0000; }
  .calendar-container.group-workouts-container .event-popover .contacts-block .readonly-text {
    padding-top: 2px;
    padding-bottom: 0; }
  .calendar-container.group-workouts-container .event-popover .contacts-block .form-group {
    margin-bottom: 0; }
  .calendar-container.group-workouts-container .event-popover .selectlist[data-initialize=selectlist] .btn:before {
    display: none; }
  .calendar-container.group-workouts-container .event-popover .body a.btn-info {
    color: #ffffff;
    text-decoration: none; }
  .calendar-container.group-workouts-container .event-popover .clone-link {
    margin-right: 20px; }

.group-workout-new-or-edit .sell-subscription {
  margin-top: 8px; }

.group-workout-new-or-edit .contacts-block .items {
  counter-reset: line-number; }
  .group-workout-new-or-edit .contacts-block .items .item .contact-wrapper {
    counter-increment: line-number;
    padding-left: 30px; }
    .group-workout-new-or-edit .contacts-block .items .item .contact-wrapper:before {
      content: counter(line-number) ". ";
      position: absolute;
      left: 15px;
      top: 10px; }
    .group-workout-new-or-edit .contacts-block .items .item .contact-wrapper .field_with_errors {
      position: absolute;
      bottom: 0; }
    .group-workout-new-or-edit .contacts-block .items .item .contact-wrapper .form-group {
      padding-right: 30px; }
    .group-workout-new-or-edit .contacts-block .items .item .contact-wrapper .open-in-new-link {
      display: inline-block;
      width: 24px;
      height: 24px;
      background: url(/assets/sprite-3ec01fe0a90a479451ce37a267d7c5ef789fac58e965358fa80aaa0e0cf19ef0.svg) no-repeat -24px -768px;
      margin-top: 7px;
      display: none; }
      .group-workout-new-or-edit .contacts-block .items .item .contact-wrapper .open-in-new-link:hover {
        background-position: 0 -768px; }
    .group-workout-new-or-edit .contacts-block .items .item .contact-wrapper:hover .open-in-new-link {
      display: block; }

.group-workout-new-or-edit .tooltip {
  width: 300px; }
  .group-workout-new-or-edit .tooltip .tooltip-inner {
    max-width: 100%; }

.calendar-container.group-workouts-container .warning-and-button a, .group-workout-new-or-edit .warning-and-button a {
  font-weight: normal; }
  .calendar-container.group-workouts-container .warning-and-button a.sell-subscription, .group-workout-new-or-edit .warning-and-button a.sell-subscription {
    color: #ffffff;
    text-decoration: none; }

@media (min-width: 992px) {
  .modal-add-group-workouts .modal-lg, .modal-edit-group-workouts .modal-lg {
    width: 1100px; } }

.bd-cake {
  background: url(/assets/cake_48px-682f3747012d5bd9a9dde6fe71e08e7a7faf763122b65cdc8d34721f7890b2a1.svg) 0 0 no-repeat;
  background-size: 100% 24px;
  content: ' ';
  vertical-align: middle;
  display: inline-block;
  width: 24px;
  height: 24px; }

.add-contact-to-group-workout-modal {
  margin-top: 15px; }
  .add-contact-to-group-workout-modal .modal-dialog {
    width: 90%; }
  .add-contact-to-group-workout-modal .today-workouts-block {
    overflow: auto;
    margin-top: 15px; }
    .add-contact-to-group-workout-modal .today-workouts-block .place {
      width: 200px;
      margin-right: 20px; }
    .add-contact-to-group-workout-modal .today-workouts-block .well {
      background-color: #254385;
      color: #ffffff;
      cursor: pointer;
      padding: 10px 20px;
      margin-bottom: 15px; }
      .add-contact-to-group-workout-modal .today-workouts-block .well.active:not(.not-active), .add-contact-to-group-workout-modal .today-workouts-block .well:hover:not(.not-active) {
        background-color: #F3AB4F; }
      .add-contact-to-group-workout-modal .today-workouts-block .well.can-visit-with-special-service {
        background-color: #00CCFF; }
      .add-contact-to-group-workout-modal .today-workouts-block .well.not-active {
        background: #aaaaaa;
        cursor: not-allowed; }
/** header
--------------------------------------------------------------------------------------------------------------------- **/
.site-header .svg-magnify {
  background-position: -72px -528px; }

.site-header .svg-bell-outline {
  background-position: -72px -552px; }

.site-header > .btn {
  margin: -10px 0 0 10px;
  float: right;
  background: none; }

.btn-search {
  right: 184px;
  position: absolute; }

.btn-search:focus {
  box-shadow: none; }

.btn-bell {
  right: 128px;
  position: absolute; }

.btn-bell:focus {
  box-shadow: none; }

.btn-bell .badge {
  padding: 1px 4px 2px 4px;
  border: 2px solid #fff;
  background-color: #A0AEBE;
  position: absolute;
  top: 5px;
  left: 21px;
  line-height: 1em;
  font-weight: bold;
  font-style: normal; }

.btn-bell:hover .badge {
  background-color: #E56768; }

.site-logo {
  position: absolute;
  margin-left: -240px;
  width: 200px;
  height: 22px;
  background: url(/assets/logo1-9d63f3459d1e4027297a90bf1d9da4d70aed0b62de5935c390b77ec75046077b.svg) 0 5px no-repeat;
  text-align: right;
  -webkit-transition: margin-left .3s;
  -moz-transition: margin-left .3s;
  -o-transition: margin-left .3s;
  transition: margin-left .3s; }
  .site-logo.acvila {
    background: url(/assets/acvila_logo1-3039875ad730f7320337e4fdd242014937bd0507eb8de9e2e6dc7248ad713f4c.svg) -17px 0px no-repeat;
    background-size: 100% 23px;
    height: 23px;
    width: 190px; }
    .site-logo.acvila a {
      width: 155px;
      height: 23px; }

.site-logo a {
  width: 170px;
  height: 22px;
  display: inline-block;
  float: left; }

.site-logo .svg-arrow {
  margin: -2px 3px 0 3px;
  -moz-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -webkit-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  transform: rotate(-90deg); }

.site-breadcrumb {
  position: absolute;
  left: 30px;
  right: 240px;
  height: 27px;
  font-size: 23px;
  line-height: 23px;
  font-weight: bold;
  color: #859aab;
  -webkit-transition: left .3s;
  -moz-transition: left .3s;
  -o-transition: left .3s;
  transition: left .3s;
  overflow: hidden; }

.site-breadcrumb h1 {
  margin: 0;
  display: inline;
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit; }

.site-breadcrumb .logo {
  margin: 0 40px 0 -240px;
  width: 200px;
  height: 22px;
  text-align: right;
  background: url(/assets/logo1-9d63f3459d1e4027297a90bf1d9da4d70aed0b62de5935c390b77ec75046077b.svg) 0 5px no-repeat;
  display: inline-block;
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s; }

.site-breadcrumb .svg-arrow {
  margin: -2px 3px 0 3px;
  -moz-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -webkit-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  transform: rotate(-90deg); }
  .site-breadcrumb .svg-arrow + .svg-arrow {
    margin-left: -20px; }

.breadcrumb-body {
  margin-left: 260px;
  display: table;
  width: 100%;
  float: right;
  white-space: nowrap;
  text-align: left;
  vertical-align: top; }

.svg-arrow.rot-90 {
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg); }

.svg-arrow.rot-180 {
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -webkit-transform: rotate(-180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg); }

.svg-arrow.rot-270 {
  -moz-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  -webkit-transform: rotate(270deg);
  -o-transform: rotate(270deg);
  transform: rotate(270deg); }

.un {
  width: 31px;
  height: 31px;
  border-radius: 16px;
  line-height: 31px;
  background-color: #a0aebe;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  text-indent: 0;
  font-style: normal;
  font-weight: 300;
  display: inline-block;
  vertical-align: middle; }

.nav-user {
  width: 120px;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0; }

.nav-user > a {
  padding: 0 10px;
  line-height: 63px;
  display: block;
  white-space: nowrap;
  font-weight: bold;
  text-decoration: none;
  color: #A0AEBE;
  background-color: #414B4D; }

.nav-user > a:hover {
  color: #fff; }

.nav-user > a.collapsed {
  color: #465566;
  background-color: #fff; }

.nav-user > a .un {
  margin: 16px 78px 0 0;
  float: left;
  text-transform: uppercase; }

.nav-user.collapsed .un {
  background-color: #a0aebe; }

.nav-user a[data-toggle=collapse] {
  overflow: hidden; }

.nav-user a[data-toggle=collapse]:after {
  opacity: 1;
  content: ' ';
  position: absolute;
  right: 42px;
  top: 20px;
  display: block;
  background-position: -48px -600px;
  -webkit-transition: opacity .5s;
  -moz-transition: opacity .5s;
  -o-transition: opacity .5s;
  transition: opacity .5s;
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg); }

.nav-user a.collapsed[data-toggle=collapse]:after {
  background-position: -72px -600px;
  -moz-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -webkit-transform: rotate(0deg);
  -o-transform: rotate(0);
  transform: rotate(0deg); }

.nav-user.nav-menu ul {
  top: 63px !important;
  left: inherit !important;
  padding: 0;
  background-color: #414B4D;
  border-bottom-left-radius: 5px; }

.nav-user .collapse,
.nav-user .collapsing {
  width: 250px;
  position: absolute;
  right: 0; }

.user-lang {
  padding: 10px 0 20px 0;
  text-align: center; }

.user-lang .btn {
  margin: 0 5px;
  display: inline-block; }

.user-lang .btn:not([class~='btn-primary']) {
  background: none;
  color: #A0AEBE; }

.user-lang .btn:hover {
  color: #fff; }

/** media queries
--------------------------------------------------------------------------------------------------------------------- **/
/* ========================================== 768px* ============================================ */
@media all and (min-width: 768px) {
  .site-logo {
    margin-left: 0; }
  .site-breadcrumb {
    left: 220px; } }

/* ========================================== 1200px* ============================================ */
@media all and (min-width: 1200px) {
  .btn-search {
    right: 324px; }
  .btn-bell {
    right: 268px; }
  .site-logo {
    margin-left: -240px; }
  .navigation-collapsed .site-logo {
    margin-left: 0; }
  .site-breadcrumb {
    right: 380px; }
  .navigation-collapsed .site-breadcrumb {
    margin: 0 0 0 0; }
  .nav-user {
    width: 250px; }
  .nav-user > a .un {
    margin-right: 8px; }
  .nav-user a.collapsed[data-toggle=collapse]:before {
    content: ' ';
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    width: 100px;
    -webkit-box-shadow: inset -100px 0 20px -10px #fff;
    -moz-box-shadow: inset -100px 0 20px -10px #fff;
    box-shadow: inset -100px 0 20px -10px #fff; }
  .nav-user a[data-toggle=collapse]:before {
    content: ' ';
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    width: 100px;
    -webkit-box-shadow: inset -100px 0 20px -10px #414B4D;
    -moz-box-shadow: inset -100px 0 20px -10px #414B4D;
    box-shadow: inset -100px 0 20px -10px #414B4D; } }
.installment-template-row {
  padding-top: 10px; }

.installment-template-items-wrapper {
  counter-reset: line-number; }
  .installment-template-items-wrapper .nested-fields:not([style*='display: none']) {
    counter-increment: line-number; }
    .installment-template-items-wrapper .nested-fields:not([style*='display: none']) .item-number:after {
      content: counter(line-number);
      display: block;
      padding: 10px 3px; }
    .installment-template-items-wrapper .nested-fields:not([style*='display: none']) .first-payment-date {
      display: none; }
    .installment-template-items-wrapper .nested-fields:not([style*='display: none']):first-child .first-payment-date, .installment-template-items-wrapper .nested-fields.first-period:not([style*='display: none']) .first-payment-date {
      display: block; }
    .installment-template-items-wrapper .nested-fields:not([style*='display: none']):first-child .duration-block, .installment-template-items-wrapper .nested-fields.first-period:not([style*='display: none']) .duration-block {
      display: none; }
.item-groups-tree, .items-groups-trees-wrapper {
  overflow: auto; }

.item-groups-select-modal .modal-dialog {
  width: 95%;
  max-width: 600px; }

.select-item-group {
  line-height: 40px; }

.jstree-node a.group-hidden {
  opacity: 0.5; }
.items-select-modal .modal-dialog {
  width: 95%;
  margin: 15px auto; }
  .items-select-modal .modal-dialog .modal-body {
    padding: 2px 15px; }
  .items-select-modal .modal-dialog .table > tbody > tr > td {
    padding: 4px 15px; }
    .items-select-modal .modal-dialog .table > tbody > tr > td .quantity-control, .items-select-modal .modal-dialog .table > tbody > tr > td .price-control {
      width: 100px;
      text-align: right; }

.items-select-modal .items-groups-wrapper {
  height: 670px;
  overflow-y: auto; }

.items-select-modal .modal-dialog .table > tbody > tr > td, .items-settings .table > tbody > tr > td {
  padding: 4px 15px; }
  .items-select-modal .modal-dialog .table > tbody > tr > td .quantity-control, .items-select-modal .modal-dialog .table > tbody > tr > td .price-control, .items-settings .table > tbody > tr > td .quantity-control, .items-settings .table > tbody > tr > td .price-control {
    width: 100px;
    text-align: right; }
  .items-select-modal .modal-dialog .table > tbody > tr > td .items-table-name-cell, .items-settings .table > tbody > tr > td .items-table-name-cell {
    max-width: 300px;
    text-overflow: ellipsis;
    overflow: hidden; }
/* jsTree default theme */
.jstree-node,
.jstree-children,
.jstree-container-ul {
  display: block;
  margin: 0;
  padding: 0;
  list-style-type: none;
  list-style-image: none; }

.jstree-node {
  white-space: nowrap; }

.jstree-anchor {
  display: inline-block;
  color: black;
  white-space: nowrap;
  padding: 0 4px 0 1px;
  margin: 0;
  vertical-align: top; }

.jstree-anchor:focus {
  outline: 0; }

.jstree-anchor,
.jstree-anchor:link,
.jstree-anchor:visited,
.jstree-anchor:hover,
.jstree-anchor:active {
  text-decoration: none;
  color: inherit; }

.jstree-icon {
  display: inline-block;
  text-decoration: none;
  margin: 0;
  padding: 0;
  vertical-align: top;
  text-align: center; }

.jstree-icon:empty {
  display: inline-block;
  text-decoration: none;
  margin: 0;
  padding: 0;
  vertical-align: top;
  text-align: center; }

.jstree-ocl {
  cursor: pointer; }

.jstree-leaf > .jstree-ocl {
  cursor: default; }

.jstree .jstree-open > .jstree-children {
  display: block; }

.jstree .jstree-closed > .jstree-children,
.jstree .jstree-leaf > .jstree-children {
  display: none; }

.jstree-anchor > .jstree-themeicon {
  margin-right: 2px; }

.jstree-no-icons .jstree-themeicon,
.jstree-anchor > .jstree-themeicon-hidden {
  display: none; }

.jstree-hidden,
.jstree-node.jstree-hidden {
  display: none; }

.jstree-rtl .jstree-anchor {
  padding: 0 1px 0 4px; }

.jstree-rtl .jstree-anchor > .jstree-themeicon {
  margin-left: 2px;
  margin-right: 0; }

.jstree-rtl .jstree-node {
  margin-left: 0; }

.jstree-rtl .jstree-container-ul > .jstree-node {
  margin-right: 0; }

.jstree-wholerow-ul {
  position: relative;
  display: inline-block;
  min-width: 100%; }

.jstree-wholerow-ul .jstree-leaf > .jstree-ocl {
  cursor: pointer; }

.jstree-wholerow-ul .jstree-anchor,
.jstree-wholerow-ul .jstree-icon {
  position: relative; }

.jstree-wholerow-ul .jstree-wholerow {
  width: 100%;
  cursor: pointer;
  position: absolute;
  left: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.jstree-contextmenu .jstree-anchor {
  -webkit-user-select: none;
  /* disable selection/Copy of UIWebView */
  -webkit-touch-callout: none;
  /* disable the IOS popup when long-press on a link */
  user-select: none; }

.vakata-context {
  display: none; }

.vakata-context,
.vakata-context ul {
  margin: 0;
  padding: 2px;
  position: absolute;
  background: #f5f5f5;
  border: 1px solid #979797;
  box-shadow: 2px 2px 2px #999999; }

.vakata-context ul {
  list-style: none;
  left: 100%;
  margin-top: -2.7em;
  margin-left: -4px; }

.vakata-context .vakata-context-right ul {
  left: auto;
  right: 100%;
  margin-left: auto;
  margin-right: -4px; }

.vakata-context li {
  list-style: none; }

.vakata-context li > a {
  display: block;
  padding: 0 2em 0 2em;
  text-decoration: none;
  width: auto;
  color: black;
  white-space: nowrap;
  line-height: 2.4em;
  text-shadow: 1px 1px 0 white;
  border-radius: 1px; }

.vakata-context li > a:hover {
  position: relative;
  background-color: #e8eff7;
  box-shadow: 0 0 2px #0a6aa1; }

.vakata-context li > a.vakata-context-parent {
  background-image: url("data:image/gif;base64,R0lGODlhCwAHAIAAACgoKP///yH5BAEAAAEALAAAAAALAAcAAAIORI4JlrqN1oMSnmmZDQUAOw==");
  background-position: right center;
  background-repeat: no-repeat; }

.vakata-context li > a:focus {
  outline: 0; }

.vakata-context .vakata-context-no-icons {
  margin-left: 0; }

.vakata-context .vakata-context-hover > a {
  position: relative;
  background-color: #e8eff7;
  box-shadow: 0 0 2px #0a6aa1; }

.vakata-context .vakata-context-separator > a,
.vakata-context .vakata-context-separator > a:hover {
  background: white;
  border: 0;
  border-top: 1px solid #e2e3e3;
  height: 1px;
  min-height: 1px;
  max-height: 1px;
  padding: 0;
  margin: 0 0 0 2.4em;
  border-left: 1px solid #e0e0e0;
  text-shadow: 0 0 0 transparent;
  box-shadow: 0 0 0 transparent;
  border-radius: 0; }

.vakata-context .vakata-contextmenu-disabled a,
.vakata-context .vakata-contextmenu-disabled a:hover {
  color: silver;
  background-color: transparent;
  border: 0;
  box-shadow: 0 0 0; }

.vakata-context .vakata-contextmenu-disabled > a > i {
  filter: grayscale(100%); }

.vakata-context li > a > i {
  text-decoration: none;
  display: inline-block;
  width: 2.4em;
  height: 2.4em;
  background: transparent;
  margin: 0 0 0 -2em;
  vertical-align: top;
  text-align: center;
  line-height: 2.4em; }

.vakata-context li > a > i:empty {
  width: 2.4em;
  line-height: 2.4em; }

.vakata-context li > a .vakata-contextmenu-sep {
  display: inline-block;
  width: 1px;
  height: 2.4em;
  background: white;
  margin: 0 0.5em 0 0;
  border-left: 1px solid #e2e3e3; }

.vakata-context .vakata-contextmenu-shortcut {
  font-size: 0.8em;
  color: silver;
  opacity: 0.5;
  display: none; }

.vakata-context-rtl ul {
  left: auto;
  right: 100%;
  margin-left: auto;
  margin-right: -4px; }

.vakata-context-rtl li > a.vakata-context-parent {
  background-image: url("data:image/gif;base64,R0lGODlhCwAHAIAAACgoKP///yH5BAEAAAEALAAAAAALAAcAAAINjI+AC7rWHIsPtmoxLAA7");
  background-position: left center;
  background-repeat: no-repeat; }

.vakata-context-rtl .vakata-context-separator > a {
  margin: 0 2.4em 0 0;
  border-left: 0;
  border-right: 1px solid #e2e3e3; }

.vakata-context-rtl .vakata-context-left ul {
  right: auto;
  left: 100%;
  margin-left: -4px;
  margin-right: auto; }

.vakata-context-rtl li > a > i {
  margin: 0 -2em 0 0; }

.vakata-context-rtl li > a .vakata-contextmenu-sep {
  margin: 0 0 0 0.5em;
  border-left-color: white;
  background: #e2e3e3; }

#jstree-marker {
  position: absolute;
  top: 0;
  left: 0;
  margin: -5px 0 0 0;
  padding: 0;
  border-right: 0;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-left: 5px solid;
  width: 0;
  height: 0;
  font-size: 0;
  line-height: 0; }

#jstree-dnd {
  line-height: 16px;
  margin: 0;
  padding: 4px; }

#jstree-dnd .jstree-icon,
#jstree-dnd .jstree-copy {
  display: inline-block;
  text-decoration: none;
  margin: 0 2px 0 0;
  padding: 0;
  width: 16px;
  height: 16px; }

#jstree-dnd .jstree-ok {
  background: green; }

#jstree-dnd .jstree-er {
  background: red; }

#jstree-dnd .jstree-copy {
  margin: 0 2px 0 2px; }

.jstree-default .jstree-node,
.jstree-default .jstree-icon {
  background-repeat: no-repeat;
  background-color: transparent; }

.jstree-default .jstree-anchor,
.jstree-default .jstree-animated,
.jstree-default .jstree-wholerow {
  transition: background-color 0.15s, box-shadow 0.15s; }

.jstree-default .jstree-hovered {
  background: #e7f4f9;
  border-radius: 2px;
  box-shadow: inset 0 0 1px #cccccc; }

.jstree-default .jstree-context {
  background: #e7f4f9;
  border-radius: 2px;
  box-shadow: inset 0 0 1px #cccccc; }

.jstree-default .jstree-clicked {
  background: #beebff;
  border-radius: 2px;
  box-shadow: inset 0 0 1px #999999; }

.jstree-default .jstree-no-icons .jstree-anchor > .jstree-themeicon {
  display: none; }

.jstree-default .jstree-disabled {
  background: transparent;
  color: #666666; }

.jstree-default .jstree-disabled.jstree-hovered {
  background: transparent;
  box-shadow: none; }

.jstree-default .jstree-disabled.jstree-clicked {
  background: #efefef; }

.jstree-default .jstree-disabled > .jstree-icon {
  opacity: 0.8;
  filter: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'><filter id='jstree-grayscale'><feColorMatrix type='matrix' values='0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0'/></filter></svg>#jstree-grayscale");
  /* Firefox 10+ */
  filter: gray;
  /* IE6-9 */
  -webkit-filter: grayscale(100%);
  /* Chrome 19+ & Safari 6+ */ }

.jstree-default .jstree-search {
  font-style: italic;
  color: #8b0000;
  font-weight: bold; }

.jstree-default .jstree-no-checkboxes .jstree-checkbox {
  display: none !important; }

.jstree-default.jstree-checkbox-no-clicked .jstree-clicked {
  background: transparent;
  box-shadow: none; }

.jstree-default.jstree-checkbox-no-clicked .jstree-clicked.jstree-hovered {
  background: #e7f4f9; }

.jstree-default.jstree-checkbox-no-clicked > .jstree-wholerow-ul .jstree-wholerow-clicked {
  background: transparent; }

.jstree-default.jstree-checkbox-no-clicked > .jstree-wholerow-ul .jstree-wholerow-clicked.jstree-wholerow-hovered {
  background: #e7f4f9; }

.jstree-default > .jstree-striped {
  min-width: 100%;
  display: inline-block;
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAAkCAMAAAB/qqA+AAAABlBMVEUAAAAAAAClZ7nPAAAAAnRSTlMNAMM9s3UAAAAXSURBVHjajcEBAQAAAIKg/H/aCQZ70AUBjAATb6YPDgAAAABJRU5ErkJggg==") left top repeat; }

.jstree-default > .jstree-wholerow-ul .jstree-hovered,
.jstree-default > .jstree-wholerow-ul .jstree-clicked {
  background: transparent;
  box-shadow: none;
  border-radius: 0; }

.jstree-default .jstree-wholerow {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

.jstree-default .jstree-wholerow-hovered {
  background: #e7f4f9; }

.jstree-default .jstree-wholerow-clicked {
  background: #beebff;
  background: -webkit-linear-gradient(top, #beebff 0%, #a8e4ff 100%);
  background: linear-gradient(to bottom, #beebff 0%, #a8e4ff 100%); }

.jstree-default .jstree-node {
  min-height: 24px;
  line-height: 24px;
  margin-left: 24px;
  min-width: 24px; }

.jstree-default .jstree-anchor {
  line-height: 24px;
  height: 24px; }

.jstree-default .jstree-icon {
  width: 24px;
  height: 24px;
  line-height: 24px; }

.jstree-default .jstree-icon:empty {
  width: 24px;
  height: 24px;
  line-height: 24px; }

.jstree-default.jstree-rtl .jstree-node {
  margin-right: 24px; }

.jstree-default .jstree-wholerow {
  height: 24px; }

.jstree-default .jstree-node,
.jstree-default .jstree-icon {
  background-image: url(/assets/32px-9f743db32b3b49b0844fefded152a1970d4f4113eaaffea84e30cf5df6c9f707.png); }

.jstree-default .jstree-node {
  background-position: -292px -4px;
  background-repeat: repeat-y; }

.jstree-default .jstree-last {
  background-image: none; }

.jstree-default .jstree-open > .jstree-ocl {
  background-position: -132px -4px; }

.jstree-default .jstree-closed > .jstree-ocl {
  background-position: -100px -4px; }

.jstree-default .jstree-leaf > .jstree-ocl {
  background-position: -68px -4px; }

.jstree-default .jstree-themeicon {
  background-position: -260px -4px; }

.jstree-default > .jstree-no-dots .jstree-node,
.jstree-default > .jstree-no-dots .jstree-leaf > .jstree-ocl {
  background: transparent; }

.jstree-default > .jstree-no-dots .jstree-open > .jstree-ocl {
  background-position: -36px -4px; }

.jstree-default > .jstree-no-dots .jstree-closed > .jstree-ocl {
  background-position: -4px -4px; }

.jstree-default .jstree-disabled {
  background: transparent; }

.jstree-default .jstree-disabled.jstree-hovered {
  background: transparent; }

.jstree-default .jstree-disabled.jstree-clicked {
  background: #efefef; }

.jstree-default .jstree-checkbox {
  background-position: -164px -4px; }

.jstree-default .jstree-checkbox:hover {
  background-position: -164px -36px; }

.jstree-default.jstree-checkbox-selection .jstree-clicked > .jstree-checkbox,
.jstree-default .jstree-checked > .jstree-checkbox {
  background-position: -228px -4px; }

.jstree-default.jstree-checkbox-selection .jstree-clicked > .jstree-checkbox:hover,
.jstree-default .jstree-checked > .jstree-checkbox:hover {
  background-position: -228px -36px; }

.jstree-default .jstree-anchor > .jstree-undetermined {
  background-position: -196px -4px; }

.jstree-default .jstree-anchor > .jstree-undetermined:hover {
  background-position: -196px -36px; }

.jstree-default .jstree-checkbox-disabled {
  opacity: 0.8;
  filter: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'><filter id='jstree-grayscale'><feColorMatrix type='matrix' values='0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0'/></filter></svg>#jstree-grayscale");
  /* Firefox 10+ */
  filter: gray;
  /* IE6-9 */
  -webkit-filter: grayscale(100%);
  /* Chrome 19+ & Safari 6+ */ }

.jstree-default > .jstree-striped {
  background-size: auto 48px; }

.jstree-default.jstree-rtl .jstree-node {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAACAQMAAAB49I5GAAAABlBMVEUAAAAdHRvEkCwcAAAAAXRSTlMAQObYZgAAAAxJREFUCNdjAAMOBgAAGAAJMwQHdQAAAABJRU5ErkJggg==");
  background-position: 100% 1px;
  background-repeat: repeat-y; }

.jstree-default.jstree-rtl .jstree-last {
  background-image: none; }

.jstree-default.jstree-rtl .jstree-open > .jstree-ocl {
  background-position: -132px -36px; }

.jstree-default.jstree-rtl .jstree-closed > .jstree-ocl {
  background-position: -100px -36px; }

.jstree-default.jstree-rtl .jstree-leaf > .jstree-ocl {
  background-position: -68px -36px; }

.jstree-default.jstree-rtl > .jstree-no-dots .jstree-node,
.jstree-default.jstree-rtl > .jstree-no-dots .jstree-leaf > .jstree-ocl {
  background: transparent; }

.jstree-default.jstree-rtl > .jstree-no-dots .jstree-open > .jstree-ocl {
  background-position: -36px -36px; }

.jstree-default.jstree-rtl > .jstree-no-dots .jstree-closed > .jstree-ocl {
  background-position: -4px -36px; }

.jstree-default .jstree-themeicon-custom {
  background-color: transparent;
  background-image: none;
  background-position: 0 0; }

.jstree-default > .jstree-container-ul .jstree-loading > .jstree-ocl {
  background: url(/assets/throbber-bef228d99c06c117613e5c74f6972e4f2f980861b4063d5bab5adc1b3b966a3b.gif) center center no-repeat; }

.jstree-default .jstree-file {
  background: url(/assets/32px-9f743db32b3b49b0844fefded152a1970d4f4113eaaffea84e30cf5df6c9f707.png) -100px -68px no-repeat; }

.jstree-default .jstree-folder {
  background: url(/assets/32px-9f743db32b3b49b0844fefded152a1970d4f4113eaaffea84e30cf5df6c9f707.png) -260px -4px no-repeat; }

.jstree-default > .jstree-container-ul > .jstree-node {
  margin-left: 0;
  margin-right: 0; }

#jstree-dnd.jstree-default {
  line-height: 24px;
  padding: 0 4px; }

#jstree-dnd.jstree-default .jstree-ok,
#jstree-dnd.jstree-default .jstree-er {
  background-image: url(/assets/32px-9f743db32b3b49b0844fefded152a1970d4f4113eaaffea84e30cf5df6c9f707.png);
  background-repeat: no-repeat;
  background-color: transparent; }

#jstree-dnd.jstree-default i {
  background: transparent;
  width: 24px;
  height: 24px;
  line-height: 24px; }

#jstree-dnd.jstree-default .jstree-ok {
  background-position: -4px -68px; }

#jstree-dnd.jstree-default .jstree-er {
  background-position: -36px -68px; }

.jstree-default .jstree-ellipsis {
  overflow: hidden; }

.jstree-default .jstree-ellipsis .jstree-anchor {
  width: calc(100% - 24px + 5px);
  text-overflow: ellipsis;
  overflow: hidden; }

.jstree-default.jstree-rtl .jstree-node {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAACAQMAAAB49I5GAAAABlBMVEUAAAAdHRvEkCwcAAAAAXRSTlMAQObYZgAAAAxJREFUCNdjAAMOBgAAGAAJMwQHdQAAAABJRU5ErkJggg=="); }

.jstree-default.jstree-rtl .jstree-last {
  background-image: none; }

.jstree-default-small .jstree-node {
  min-height: 18px;
  line-height: 18px;
  margin-left: 18px;
  min-width: 18px; }

.jstree-default-small .jstree-anchor {
  line-height: 18px;
  height: 18px; }

.jstree-default-small .jstree-icon {
  width: 18px;
  height: 18px;
  line-height: 18px; }

.jstree-default-small .jstree-icon:empty {
  width: 18px;
  height: 18px;
  line-height: 18px; }

.jstree-default-small.jstree-rtl .jstree-node {
  margin-right: 18px; }

.jstree-default-small .jstree-wholerow {
  height: 18px; }

.jstree-default-small .jstree-node,
.jstree-default-small .jstree-icon {
  background-image: url(/assets/32px-9f743db32b3b49b0844fefded152a1970d4f4113eaaffea84e30cf5df6c9f707.png); }

.jstree-default-small .jstree-node {
  background-position: -295px -7px;
  background-repeat: repeat-y; }

.jstree-default-small .jstree-last {
  background-image: none; }

.jstree-default-small .jstree-open > .jstree-ocl {
  background-position: -135px -7px; }

.jstree-default-small .jstree-closed > .jstree-ocl {
  background-position: -103px -7px; }

.jstree-default-small .jstree-leaf > .jstree-ocl {
  background-position: -71px -7px; }

.jstree-default-small .jstree-themeicon {
  background-position: -263px -7px; }

.jstree-default-small > .jstree-no-dots .jstree-node,
.jstree-default-small > .jstree-no-dots .jstree-leaf > .jstree-ocl {
  background: transparent; }

.jstree-default-small > .jstree-no-dots .jstree-open > .jstree-ocl {
  background-position: -39px -7px; }

.jstree-default-small > .jstree-no-dots .jstree-closed > .jstree-ocl {
  background-position: -7px -7px; }

.jstree-default-small .jstree-disabled {
  background: transparent; }

.jstree-default-small .jstree-disabled.jstree-hovered {
  background: transparent; }

.jstree-default-small .jstree-disabled.jstree-clicked {
  background: #efefef; }

.jstree-default-small .jstree-checkbox {
  background-position: -167px -7px; }

.jstree-default-small .jstree-checkbox:hover {
  background-position: -167px -39px; }

.jstree-default-small.jstree-checkbox-selection .jstree-clicked > .jstree-checkbox,
.jstree-default-small .jstree-checked > .jstree-checkbox {
  background-position: -231px -7px; }

.jstree-default-small.jstree-checkbox-selection .jstree-clicked > .jstree-checkbox:hover,
.jstree-default-small .jstree-checked > .jstree-checkbox:hover {
  background-position: -231px -39px; }

.jstree-default-small .jstree-anchor > .jstree-undetermined {
  background-position: -199px -7px; }

.jstree-default-small .jstree-anchor > .jstree-undetermined:hover {
  background-position: -199px -39px; }

.jstree-default-small .jstree-checkbox-disabled {
  opacity: 0.8;
  filter: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'><filter id='jstree-grayscale'><feColorMatrix type='matrix' values='0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0'/></filter></svg>#jstree-grayscale");
  /* Firefox 10+ */
  filter: gray;
  /* IE6-9 */
  -webkit-filter: grayscale(100%);
  /* Chrome 19+ & Safari 6+ */ }

.jstree-default-small > .jstree-striped {
  background-size: auto 36px; }

.jstree-default-small.jstree-rtl .jstree-node {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAACAQMAAAB49I5GAAAABlBMVEUAAAAdHRvEkCwcAAAAAXRSTlMAQObYZgAAAAxJREFUCNdjAAMOBgAAGAAJMwQHdQAAAABJRU5ErkJggg==");
  background-position: 100% 1px;
  background-repeat: repeat-y; }

.jstree-default-small.jstree-rtl .jstree-last {
  background-image: none; }

.jstree-default-small.jstree-rtl .jstree-open > .jstree-ocl {
  background-position: -135px -39px; }

.jstree-default-small.jstree-rtl .jstree-closed > .jstree-ocl {
  background-position: -103px -39px; }

.jstree-default-small.jstree-rtl .jstree-leaf > .jstree-ocl {
  background-position: -71px -39px; }

.jstree-default-small.jstree-rtl > .jstree-no-dots .jstree-node,
.jstree-default-small.jstree-rtl > .jstree-no-dots .jstree-leaf > .jstree-ocl {
  background: transparent; }

.jstree-default-small.jstree-rtl > .jstree-no-dots .jstree-open > .jstree-ocl {
  background-position: -39px -39px; }

.jstree-default-small.jstree-rtl > .jstree-no-dots .jstree-closed > .jstree-ocl {
  background-position: -7px -39px; }

.jstree-default-small .jstree-themeicon-custom {
  background-color: transparent;
  background-image: none;
  background-position: 0 0; }

.jstree-default-small > .jstree-container-ul .jstree-loading > .jstree-ocl {
  background: url(/assets/throbber-bef228d99c06c117613e5c74f6972e4f2f980861b4063d5bab5adc1b3b966a3b.gif) center center no-repeat; }

.jstree-default-small .jstree-file {
  background: url(/assets/32px-9f743db32b3b49b0844fefded152a1970d4f4113eaaffea84e30cf5df6c9f707.png) -103px -71px no-repeat; }

.jstree-default-small .jstree-folder {
  background: url(/assets/32px-9f743db32b3b49b0844fefded152a1970d4f4113eaaffea84e30cf5df6c9f707.png) -263px -7px no-repeat; }

.jstree-default-small > .jstree-container-ul > .jstree-node {
  margin-left: 0;
  margin-right: 0; }

#jstree-dnd.jstree-default-small {
  line-height: 18px;
  padding: 0 4px; }

#jstree-dnd.jstree-default-small .jstree-ok,
#jstree-dnd.jstree-default-small .jstree-er {
  background-image: url(/assets/32px-9f743db32b3b49b0844fefded152a1970d4f4113eaaffea84e30cf5df6c9f707.png);
  background-repeat: no-repeat;
  background-color: transparent; }

#jstree-dnd.jstree-default-small i {
  background: transparent;
  width: 18px;
  height: 18px;
  line-height: 18px; }

#jstree-dnd.jstree-default-small .jstree-ok {
  background-position: -7px -71px; }

#jstree-dnd.jstree-default-small .jstree-er {
  background-position: -39px -71px; }

.jstree-default-small .jstree-ellipsis {
  overflow: hidden; }

.jstree-default-small .jstree-ellipsis .jstree-anchor {
  width: calc(100% - 18px + 5px);
  text-overflow: ellipsis;
  overflow: hidden; }

.jstree-default-small.jstree-rtl .jstree-node {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAACAQMAAABv1h6PAAAABlBMVEUAAAAdHRvEkCwcAAAAAXRSTlMAQObYZgAAAAxJREFUCNdjAAMHBgAAiABBI4gz9AAAAABJRU5ErkJggg=="); }

.jstree-default-small.jstree-rtl .jstree-last {
  background-image: none; }

.jstree-default-large .jstree-node {
  min-height: 32px;
  line-height: 32px;
  margin-left: 32px;
  min-width: 32px; }

.jstree-default-large .jstree-anchor {
  line-height: 32px;
  height: 32px; }

.jstree-default-large .jstree-icon {
  width: 32px;
  height: 32px;
  line-height: 32px; }

.jstree-default-large .jstree-icon:empty {
  width: 32px;
  height: 32px;
  line-height: 32px; }

.jstree-default-large.jstree-rtl .jstree-node {
  margin-right: 32px; }

.jstree-default-large .jstree-wholerow {
  height: 32px; }

.jstree-default-large .jstree-node,
.jstree-default-large .jstree-icon {
  background-image: url(/assets/32px-9f743db32b3b49b0844fefded152a1970d4f4113eaaffea84e30cf5df6c9f707.png); }

.jstree-default-large .jstree-node {
  background-position: -288px 0px;
  background-repeat: repeat-y; }

.jstree-default-large .jstree-last {
  background-image: none; }

.jstree-default-large .jstree-open > .jstree-ocl {
  background-position: -128px 0px; }

.jstree-default-large .jstree-closed > .jstree-ocl {
  background-position: -96px 0px; }

.jstree-default-large .jstree-leaf > .jstree-ocl {
  background-position: -64px 0px; }

.jstree-default-large .jstree-themeicon {
  background-position: -256px 0px; }

.jstree-default-large > .jstree-no-dots .jstree-node,
.jstree-default-large > .jstree-no-dots .jstree-leaf > .jstree-ocl {
  background: transparent; }

.jstree-default-large > .jstree-no-dots .jstree-open > .jstree-ocl {
  background-position: -32px 0px; }

.jstree-default-large > .jstree-no-dots .jstree-closed > .jstree-ocl {
  background-position: 0px 0px; }

.jstree-default-large .jstree-disabled {
  background: transparent; }

.jstree-default-large .jstree-disabled.jstree-hovered {
  background: transparent; }

.jstree-default-large .jstree-disabled.jstree-clicked {
  background: #efefef; }

.jstree-default-large .jstree-checkbox {
  background-position: -160px 0px; }

.jstree-default-large .jstree-checkbox:hover {
  background-position: -160px -32px; }

.jstree-default-large.jstree-checkbox-selection .jstree-clicked > .jstree-checkbox,
.jstree-default-large .jstree-checked > .jstree-checkbox {
  background-position: -224px 0px; }

.jstree-default-large.jstree-checkbox-selection .jstree-clicked > .jstree-checkbox:hover,
.jstree-default-large .jstree-checked > .jstree-checkbox:hover {
  background-position: -224px -32px; }

.jstree-default-large .jstree-anchor > .jstree-undetermined {
  background-position: -192px 0px; }

.jstree-default-large .jstree-anchor > .jstree-undetermined:hover {
  background-position: -192px -32px; }

.jstree-default-large .jstree-checkbox-disabled {
  opacity: 0.8;
  filter: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'><filter id='jstree-grayscale'><feColorMatrix type='matrix' values='0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0'/></filter></svg>#jstree-grayscale");
  /* Firefox 10+ */
  filter: gray;
  /* IE6-9 */
  -webkit-filter: grayscale(100%);
  /* Chrome 19+ & Safari 6+ */ }

.jstree-default-large > .jstree-striped {
  background-size: auto 64px; }

.jstree-default-large.jstree-rtl .jstree-node {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAACAQMAAAB49I5GAAAABlBMVEUAAAAdHRvEkCwcAAAAAXRSTlMAQObYZgAAAAxJREFUCNdjAAMOBgAAGAAJMwQHdQAAAABJRU5ErkJggg==");
  background-position: 100% 1px;
  background-repeat: repeat-y; }

.jstree-default-large.jstree-rtl .jstree-last {
  background-image: none; }

.jstree-default-large.jstree-rtl .jstree-open > .jstree-ocl {
  background-position: -128px -32px; }

.jstree-default-large.jstree-rtl .jstree-closed > .jstree-ocl {
  background-position: -96px -32px; }

.jstree-default-large.jstree-rtl .jstree-leaf > .jstree-ocl {
  background-position: -64px -32px; }

.jstree-default-large.jstree-rtl > .jstree-no-dots .jstree-node,
.jstree-default-large.jstree-rtl > .jstree-no-dots .jstree-leaf > .jstree-ocl {
  background: transparent; }

.jstree-default-large.jstree-rtl > .jstree-no-dots .jstree-open > .jstree-ocl {
  background-position: -32px -32px; }

.jstree-default-large.jstree-rtl > .jstree-no-dots .jstree-closed > .jstree-ocl {
  background-position: 0px -32px; }

.jstree-default-large .jstree-themeicon-custom {
  background-color: transparent;
  background-image: none;
  background-position: 0 0; }

.jstree-default-large > .jstree-container-ul .jstree-loading > .jstree-ocl {
  background: url(/assets/throbber-bef228d99c06c117613e5c74f6972e4f2f980861b4063d5bab5adc1b3b966a3b.gif) center center no-repeat; }

.jstree-default-large .jstree-file {
  background: url(/assets/32px-9f743db32b3b49b0844fefded152a1970d4f4113eaaffea84e30cf5df6c9f707.png) -96px -64px no-repeat; }

.jstree-default-large .jstree-folder {
  background: url(/assets/32px-9f743db32b3b49b0844fefded152a1970d4f4113eaaffea84e30cf5df6c9f707.png) -256px 0px no-repeat; }

.jstree-default-large > .jstree-container-ul > .jstree-node {
  margin-left: 0;
  margin-right: 0; }

#jstree-dnd.jstree-default-large {
  line-height: 32px;
  padding: 0 4px; }

#jstree-dnd.jstree-default-large .jstree-ok,
#jstree-dnd.jstree-default-large .jstree-er {
  background-image: url(/assets/32px-9f743db32b3b49b0844fefded152a1970d4f4113eaaffea84e30cf5df6c9f707.png);
  background-repeat: no-repeat;
  background-color: transparent; }

#jstree-dnd.jstree-default-large i {
  background: transparent;
  width: 32px;
  height: 32px;
  line-height: 32px; }

#jstree-dnd.jstree-default-large .jstree-ok {
  background-position: 0px -64px; }

#jstree-dnd.jstree-default-large .jstree-er {
  background-position: -32px -64px; }

.jstree-default-large .jstree-ellipsis {
  overflow: hidden; }

.jstree-default-large .jstree-ellipsis .jstree-anchor {
  width: calc(100% - 32px + 5px);
  text-overflow: ellipsis;
  overflow: hidden; }

.jstree-default-large.jstree-rtl .jstree-node {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAACAQMAAAAD0EyKAAAABlBMVEUAAAAdHRvEkCwcAAAAAXRSTlMAQObYZgAAAAxJREFUCNdjgIIGBgABCgCBvVLXcAAAAABJRU5ErkJggg=="); }

.jstree-default-large.jstree-rtl .jstree-last {
  background-image: none; }

@media (max-width: 768px) {
  #jstree-dnd.jstree-dnd-responsive {
    line-height: 40px;
    font-weight: bold;
    font-size: 1.1em;
    text-shadow: 1px 1px white; }
  #jstree-dnd.jstree-dnd-responsive > i {
    background: transparent;
    width: 40px;
    height: 40px; }
  #jstree-dnd.jstree-dnd-responsive > .jstree-ok {
    background-image: url(/assets/40px-8026e0dfe7e94cd3e97d1311f7e1823ec4f577f7e6424d252c82ed22443a4270.png);
    background-position: 0 -200px;
    background-size: 120px 240px; }
  #jstree-dnd.jstree-dnd-responsive > .jstree-er {
    background-image: url(/assets/40px-8026e0dfe7e94cd3e97d1311f7e1823ec4f577f7e6424d252c82ed22443a4270.png);
    background-position: -40px -200px;
    background-size: 120px 240px; }
  #jstree-marker.jstree-dnd-responsive {
    border-left-width: 10px;
    border-top-width: 10px;
    border-bottom-width: 10px;
    margin-top: -10px; } }

@media (max-width: 768px) {
  .jstree-default-responsive {
    /*
	.jstree-open > .jstree-ocl,
	.jstree-closed > .jstree-ocl { border-radius:20px; background-color:white; }
	*/ }
  .jstree-default-responsive .jstree-icon {
    background-image: url(/assets/40px-8026e0dfe7e94cd3e97d1311f7e1823ec4f577f7e6424d252c82ed22443a4270.png); }
  .jstree-default-responsive .jstree-node,
  .jstree-default-responsive .jstree-leaf > .jstree-ocl {
    background: transparent; }
  .jstree-default-responsive .jstree-node {
    min-height: 40px;
    line-height: 40px;
    margin-left: 40px;
    min-width: 40px;
    white-space: nowrap; }
  .jstree-default-responsive .jstree-anchor {
    line-height: 40px;
    height: 40px; }
  .jstree-default-responsive .jstree-icon,
  .jstree-default-responsive .jstree-icon:empty {
    width: 40px;
    height: 40px;
    line-height: 40px; }
  .jstree-default-responsive > .jstree-container-ul > .jstree-node {
    margin-left: 0; }
  .jstree-default-responsive.jstree-rtl .jstree-node {
    margin-left: 0;
    margin-right: 40px;
    background: transparent; }
  .jstree-default-responsive.jstree-rtl .jstree-container-ul > .jstree-node {
    margin-right: 0; }
  .jstree-default-responsive .jstree-ocl,
  .jstree-default-responsive .jstree-themeicon,
  .jstree-default-responsive .jstree-checkbox {
    background-size: 120px 240px; }
  .jstree-default-responsive .jstree-leaf > .jstree-ocl,
  .jstree-default-responsive.jstree-rtl .jstree-leaf > .jstree-ocl {
    background: transparent; }
  .jstree-default-responsive .jstree-open > .jstree-ocl {
    background-position: 0 0 !important; }
  .jstree-default-responsive .jstree-closed > .jstree-ocl {
    background-position: 0 -40px !important; }
  .jstree-default-responsive.jstree-rtl .jstree-closed > .jstree-ocl {
    background-position: -40px 0 !important; }
  .jstree-default-responsive .jstree-themeicon {
    background-position: -40px -40px; }
  .jstree-default-responsive .jstree-checkbox,
  .jstree-default-responsive .jstree-checkbox:hover {
    background-position: -40px -80px; }
  .jstree-default-responsive.jstree-checkbox-selection .jstree-clicked > .jstree-checkbox,
  .jstree-default-responsive.jstree-checkbox-selection .jstree-clicked > .jstree-checkbox:hover,
  .jstree-default-responsive .jstree-checked > .jstree-checkbox,
  .jstree-default-responsive .jstree-checked > .jstree-checkbox:hover {
    background-position: 0 -80px; }
  .jstree-default-responsive .jstree-anchor > .jstree-undetermined,
  .jstree-default-responsive .jstree-anchor > .jstree-undetermined:hover {
    background-position: 0 -120px; }
  .jstree-default-responsive .jstree-anchor {
    font-weight: bold;
    font-size: 1.1em;
    text-shadow: 1px 1px white; }
  .jstree-default-responsive > .jstree-striped {
    background: transparent; }
  .jstree-default-responsive .jstree-wholerow {
    border-top: 1px solid rgba(255, 255, 255, 0.7);
    border-bottom: 1px solid rgba(64, 64, 64, 0.2);
    background: #ebebeb;
    height: 40px; }
  .jstree-default-responsive .jstree-wholerow-hovered {
    background: #e7f4f9; }
  .jstree-default-responsive .jstree-wholerow-clicked {
    background: #beebff; }
  .jstree-default-responsive .jstree-children .jstree-last > .jstree-wholerow {
    box-shadow: inset 0 -6px 3px -5px #666666; }
  .jstree-default-responsive .jstree-children .jstree-open > .jstree-wholerow {
    box-shadow: inset 0 6px 3px -5px #666666;
    border-top: 0; }
  .jstree-default-responsive .jstree-children .jstree-open + .jstree-open {
    box-shadow: none; }
  .jstree-default-responsive .jstree-node,
  .jstree-default-responsive .jstree-icon,
  .jstree-default-responsive .jstree-node > .jstree-ocl,
  .jstree-default-responsive .jstree-themeicon,
  .jstree-default-responsive .jstree-checkbox {
    background-image: url(/assets/40px-8026e0dfe7e94cd3e97d1311f7e1823ec4f577f7e6424d252c82ed22443a4270.png);
    background-size: 120px 240px; }
  .jstree-default-responsive .jstree-node {
    background-position: -80px 0;
    background-repeat: repeat-y; }
  .jstree-default-responsive .jstree-last {
    background-image: none; }
  .jstree-default-responsive .jstree-leaf > .jstree-ocl {
    background-position: -40px -120px; }
  .jstree-default-responsive .jstree-last > .jstree-ocl {
    background-position: -40px -160px; }
  .jstree-default-responsive .jstree-themeicon-custom {
    background-color: transparent;
    background-image: none;
    background-position: 0 0; }
  .jstree-default-responsive .jstree-file {
    background: url(/assets/40px-8026e0dfe7e94cd3e97d1311f7e1823ec4f577f7e6424d252c82ed22443a4270.png) 0 -160px no-repeat;
    background-size: 120px 240px; }
  .jstree-default-responsive .jstree-folder {
    background: url(/assets/40px-8026e0dfe7e94cd3e97d1311f7e1823ec4f577f7e6424d252c82ed22443a4270.png) -40px -40px no-repeat;
    background-size: 120px 240px; }
  .jstree-default-responsive > .jstree-container-ul > .jstree-node {
    margin-left: 0;
    margin-right: 0; } }
HTML, BODY {
  height: 100%;
  margin: 0;
  padding: 0; }

BODY {
  color: #465566;
  background-color: #eaeae5;
  font-family: 'PT Sans', sans-serif; }

a {
  color: #00558F;
  text-decoration: none; }

a:hover {
  color: #00558F; }

a:focus {
  color: #465566;
  outline: none; }

img {
  max-width: 100%;
  height: auto;
  border: none; }

ul {
  list-style: none;
  margin: 0;
  padding: 0; }

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

:focus {
  outline: none !important; }

/** layout
--------------------------------------------------------------------------------------------------------------------- **/
.site {
  min-width: 600px;
  margin: 0 auto; }

.site-content {
  width: 100%;
  position: relative; }

.site-content:after {
  content: ' ';
  display: block;
  clear: both; }

.site-navigation {
  width: 70px;
  position: fixed;
  z-index: 1001;
  left: 0;
  top: 0;
  bottom: 0;
  background-color: #EAEAE5;
  -webkit-transition: width .3s;
  -moz-transition: width .3s;
  -o-transition: width .3s;
  transition: width .3s; }
  .site-navigation .settings-submenu {
    position: fixed;
    top: 63px;
    left: 70px;
    width: 250px;
    padding-left: 30px;
    bottom: 0; }

.site-main {
  padding: 78px 30px 0 70px;
  width: 100%;
  height: inherit;
  /*-webkit-transition: padding-left .3s;
	-moz-transition: padding-left .3s;
	-o-transition: padding-left .3s;
	transition: padding-left .3s;*/ }
  .site-main.with-settings {
    padding-left: 320px; }

.site-sidebar {
  margin-top: 0;
  padding: 10px 30px 15px 70px;
  clear: both;
  /*-webkit-transition: padding .3s;
	-moz-transition: padding .3s;
	-o-transition: padding .3s;
	transition: padding .3s;*/ }

.site-header {
  height: 63px;
  padding: 20px 240px 20px 20px;
  left: 70px;
  top: 0;
  right: 0;
  position: fixed;
  background-color: #fff;
  z-index: 1000;
  -webkit-transition: left .3s;
  -moz-transition: left .3s;
  -o-transition: left 3s;
  transition: left .3s;
  -webkit-box-shadow: 0 1px 0 0 #eaeae5;
  -moz-box-shadow: 0 1px 0 0 #eaeae5;
  box-shadow: 0 1px 0 0 #eaeae5; }

.login-message .alert {
  position: relative;
  z-index: 1100;
  margin-top: 15px; }

/** footer
--------------------------------------------------------------------------------------------------------------------- **/
.site-footer,
.navigation-collapsed .site-footer {
  clear: both;
  padding-left: 70px; }
  .site-footer.with-settings,
  .navigation-collapsed .site-footer.with-settings {
    padding-left: 320px; }

.copyrit {
  font-size: 11px;
  padding: 8px 15px 5px 15px; }

/** bootstrap overwrite
--------------------------------------------------------------------------------------------------------------------- **/
.site-main > .container-fluid {
  padding: 0; }

/** media queries
--------------------------------------------------------------------------------------------------------------------- **/
/* ========================================== 1024px ============================================ */
@media all and (min-width: 1024px) {
  .has-sidebar .site-main {
    padding-right: 400px;
    float: left; }
    .has-sidebar .site-main.with-settings {
      padding-left: 500px; }
  .has-sidebar .site-sidebar {
    width: 350px;
    padding: 78px 0 15px 0;
    margin: 0 0 0 -380px;
    float: left;
    clear: none; } }

/* ========================================== 1200px* ============================================ */
@media all and (min-width: 1200px) {
  .site-header {
    padding-right: 380px; }
  .site-navigation {
    width: 250px; }
    .site-navigation .settings-submenu {
      left: 250px; }
  .navigation-collapsed .site-navigation {
    width: 70px; }
    .navigation-collapsed .site-navigation .settings-submenu {
      left: 70px; }
  .site-main {
    padding: 78px 30px 0 250px; }
    .site-main.with-settings {
      padding-left: 500px; }
  .navigation-collapsed .site-main {
    padding-left: 70px; }
    .navigation-collapsed .site-main.with-settings {
      padding-left: 320px; }
  .site-sidebar {
    padding-left: 250px; }
  .navigation-collapsed .site-sidebar {
    padding-left: 70px; }
  .has-sidebar.navigation-collapsed .site-main {
    padding-right: 400px;
    float: left; }
  .has-sidebar.navigation-collapsed .site-sidebar {
    padding-left: 0; }
  .site-footer {
    padding-left: 250px; }
    .site-footer.with-settings {
      padding-left: 500px; } }
.mailing-creation-form .form-group {
  margin-bottom: 0; }

.mailing-creation-form label {
  margin-top: 9px; }

.sidebar-list .mailing-creation-form li {
  padding: 0; }

.mailing-statistics a {
  text-decoration: underline; }
  .mailing-statistics a:hover {
    text-decoration: none; }

.email-like-comment .comment-head .action {
  margin-left: 0; }

.email-like-comment .comment-body p {
  margin-bottom: 0; }
  .email-like-comment .comment-body p label {
    margin-bottom: 0; }

.email-like-comment .comment-body .letter-text {
  overflow: auto; }

.email-like-comment .comment-body .letter-text-link {
  text-decoration: underline; }
  .email-like-comment .comment-body .letter-text-link:hover {
    text-decoration: none; }
  .email-like-comment .comment-body .letter-text-link.collapsed .show-letter {
    display: block; }
  .email-like-comment .comment-body .letter-text-link.collapsed .hide-letter {
    display: none; }
  .email-like-comment .comment-body .letter-text-link .show-letter {
    display: none; }

.mailings-container .calendar-pills {
  padding-bottom: 15px; }
  .mailings-container .calendar-pills .mailing-tab {
    margin-left: 15px; }

.mailing-creation-form .row {
  margin-bottom: 10px; }

.modal-add-sms-template .legend-block .table-wrapper {
  height: 350px;
  overflow: auto; }

.modal-add-sms-template .sms-template-content {
  height: 100px; }

.modal-add-sms-template .modal-footer .btn {
  margin-left: 10px; }

.confirmation-and-planning-block {
  position: relative; }

.confirmation-mailing-now, .to-plan, .schedule {
  padding: 15px;
  width: 100%;
  background-color: #F4F4EE;
  position: absolute;
  z-index: -1;
  margin-top: 85px;
  border-radius: 0 0 5px 5px;
  border-top: 1px solid;
  -webkit-transition: all .5s ease;
  -moz-transition: all .5s ease;
  -o-transition: all .5s ease;
  transition: all .5s ease; }
  .confirmation-mailing-now.off, .to-plan.off, .schedule.off {
    margin-top: -100px; }

.dns-record-value {
  overflow-wrap: break-word;
  word-wrap: break-word;
  max-width: 500px; }
.reception-page .with-people-in-gym .people-in-gym-btn {
  margin-left: 20px; }

.reception-page .block {
  margin-bottom: 10px; }

.reception-page .prolongation-form {
  display: inline-block; }

.reception-page .membership-schedule, .reception-page .membership-branch-restriction {
  margin: 20px 0; }

.reception-page span.training-balance {
  display: inline; }

.reception-page .contact-membership-block {
  border: 1px solid #cccccc;
  border-radius: 5px;
  margin-bottom: 10px;
  padding: 10px;
  background: #efefef; }

.reception-page .services-block ul.trainings-set li {
  margin-left: 25px;
  font-style: italic; }

.reception-page .services-block .freezings-row .freezings-history-link {
  display: none; }

.reception-page .services-block .freezings-row:hover .freezings-history-link {
  display: inline; }

.reception-page .services-block .dropdown.open > .dropdown-menu {
  max-height: 400px;
  overflow: auto; }
  .reception-page .services-block .dropdown.open > .dropdown-menu.dropdown-menu-right {
    overflow: inherit; }

.reception-page .service-name .remove-service-link, .reception-page .service-name .add-service-link {
  display: none;
  margin-left: 5px; }

.reception-page .service-name:hover .remove-service-link, .reception-page .service-name:hover .add-service-link {
  display: inline; }

.reception-page .show-hide-trainings-link .show-trainings {
  display: none; }

.reception-page .show-hide-trainings-link.collapsed .hide-trainings {
  display: none; }

.reception-page .show-hide-trainings-link.collapsed .show-trainings {
  display: inline; }

.reception-page .planned-membership-block .table {
  margin-bottom: 0; }

.reception-page .other-information-block .block-white {
  padding: 10px; }

.reception-page .other-information-block table.visits-table tr .remove-workout-link, .reception-page .other-information-block #expired_memberships table tr .remove-workout-link {
  width: 55px; }
  .reception-page .other-information-block table.visits-table tr .remove-workout-link a, .reception-page .other-information-block #expired_memberships table tr .remove-workout-link a {
    display: none; }

.reception-page .other-information-block table.visits-table tr:hover > .remove-workout-link > a, .reception-page .other-information-block #expired_memberships table tr:hover > .remove-workout-link > a {
  display: inline; }
  .reception-page .other-information-block table.visits-table tr:hover > .remove-workout-link > a .svg-delete, .reception-page .other-information-block #expired_memberships table tr:hover > .remove-workout-link > a .svg-delete {
    background-position: 0 -360px; }

.reception-page .workouts-table-wrapper-td {
  padding: 0 20px; }

.reception-page .contact-membership-link {
  white-space: nowrap;
  border-bottom: 1px dashed #00558F; }
  .reception-page .contact-membership-link:hover {
    border-bottom: none;
    text-decoration: none; }

.reception-page .main-contact-info-block .alert {
  margin: 15px 0; }

.coaches-report .dt-buttons, .pnl-report .dt-buttons, .balance-report .dt-buttons, .cash-flows-report .dt-buttons, .history-table-wrapper .dt-buttons, .reports .dt-buttons {
  float: right; }
  .coaches-report .dt-buttons .dt-button, .pnl-report .dt-buttons .dt-button, .balance-report .dt-buttons .dt-button, .cash-flows-report .dt-buttons .dt-button, .history-table-wrapper .dt-buttons .dt-button, .reports .dt-buttons .dt-button {
    border: none;
    background: none;
    color: #00558F; }
    .coaches-report .dt-buttons .dt-button:hover, .pnl-report .dt-buttons .dt-button:hover, .balance-report .dt-buttons .dt-button:hover, .cash-flows-report .dt-buttons .dt-button:hover, .history-table-wrapper .dt-buttons .dt-button:hover, .reports .dt-buttons .dt-button:hover {
      text-decoration: underline; }

.change-activation-date-modal .form-wrapper {
  padding-bottom: 30px; }

.change-activation-date-modal .form-group {
  margin-bottom: 0; }

.change-activation-date-modal .date.form_date .field_with_errors label.message {
  bottom: -60px;
  white-space: normal;
  width: 500px;
  max-width: none; }

.send-sms-block .tooltip {
  width: 300px; }
  .send-sms-block .tooltip .tooltip-inner {
    max-width: 100%; }

.send-sms-block .action-title-wrapper {
  margin-left: -17px; }

.people-in-gym .modal-dialog.modal-lg {
  width: 95%; }

.people-in-gym .new-sale-link {
  margin-left: 15px; }

.people-in-gym .key-number-cell .change-key-link {
  display: none; }

.people-in-gym .key-number-cell:hover .change-key-link {
  display: inline; }

.replace-membership-modal .modal-dialog.modal-lg {
  width: 90%;
  max-width: 90%; }

.other-contacts-modal ol {
  padding-left: 15px; }

.change-price-modal .new-membership-price {
  display: inline-block;
  width: 100px; }

.duration-prices-modal .modal-dialog.modal-lg {
  min-width: 80%; }

.duration-prices-modal .glyphicon.glyphicon-sort {
  cursor: pointer; }

.duration-prices-modal table tbody tr:hover {
  background-color: #eeeeee; }

.duration-prices-modal table tbody tr.selected {
  background-color: #bbbbbb; }

.add-sale-link + .add-sale-link, .new-sale-link + .add-sale-link {
  margin-right: 20px; }

.alternative-membership-sale-block {
  padding-bottom: 20px; }
  .alternative-membership-sale-block .date.form_date .field_with_errors {
    height: 24px; }

.alternative-membership-sale-block .alt-membership-sale-row, .alternative-membership-sale-block .select-pills-row, .select-pills-block .alt-membership-sale-row, .select-pills-block .select-pills-row {
  margin-top: 15px; }

.alternative-membership-sale-block .title-block, .select-pills-block .title-block {
  font-weight: bold;
  margin-bottom: 4px; }

.alternative-membership-sale-block .nav-pills label.pill, .select-pills-block .nav-pills label.pill {
  color: #859AAB;
  font-weight: bold;
  cursor: pointer;
  padding: 0 10px;
  position: relative; }
  .alternative-membership-sale-block .nav-pills label.pill input[type=radio], .select-pills-block .nav-pills label.pill input[type=radio] {
    position: absolute;
    clip: rect(0, 0, 0, 0);
    pointer-events: none; }
  .alternative-membership-sale-block .nav-pills label.pill.active, .select-pills-block .nav-pills label.pill.active {
    color: #ffffff;
    background-color: #5bb3ee;
    border-radius: 4px; }
  .alternative-membership-sale-block .nav-pills label.pill .field_with_errors, .select-pills-block .nav-pills label.pill .field_with_errors {
    display: none; }
  .alternative-membership-sale-block .nav-pills label.pill.disabled, .select-pills-block .nav-pills label.pill.disabled {
    background-color: #dddddd;
    border-radius: 4px;
    cursor: not-allowed; }

.alternative-membership-sale-block .nav-pills > li:first-child label.pill .field_with_errors, .select-pills-block .nav-pills > li:first-child label.pill .field_with_errors {
  display: block;
  position: absolute;
  top: 15px;
  left: -163px;
  white-space: nowrap; }

.alternative-membership-sale-block .activate-type-block .form-group, .select-pills-block .activate-type-block .form-group {
  margin-bottom: 0; }

.alternative-membership-sale-block .activate-type-block .form-control, .select-pills-block .activate-type-block .form-control {
  height: 24px; }

.alternative-membership-sale-block .activate-type-block .input-group-addon, .select-pills-block .activate-type-block .input-group-addon {
  padding: 0 6px; }

.change-branch-ids-modal .for-clipcard {
  display: none; }

.change-branch-ids-modal.for-clipcard .for-membership {
  display: none; }

.change-branch-ids-modal.for-clipcard .for-clipcard {
  display: block; }

.reception-page .other-information-block .workout-used-time, .user-group-contacts-page .workout-used-time {
  background: transparent;
  border: none;
  border-bottom: 1px dashed #00558F;
  color: #00558F;
  width: 120px;
  cursor: pointer; }
  .reception-page .other-information-block .workout-used-time:hover, .user-group-contacts-page .workout-used-time:hover {
    border-bottom-color: transparent; }

.user-group-contacts-page .workout-used-time {
  width: 40px; }

.user-group-contacts-page .selectlist.user-group-selectlist[data-initialize=selectlist] {
  width: auto;
  height: 47px; }
  .user-group-contacts-page .selectlist.user-group-selectlist[data-initialize=selectlist] .btn {
    background-color: transparent;
    padding: 0;
    font-size: inherit;
    line-height: inherit; }
    .user-group-contacts-page .selectlist.user-group-selectlist[data-initialize=selectlist] .btn:before {
      display: none; }

.fuelux .selectlist.user-group-selectlist .btn.dropdown-toggle .caret {
  display: none; }

.select2-container--open.select2-container--default {
  z-index: 1050; }
/** modal
--------------------------------------------------------------------------------------------------------------------- **/
.modal-header {
  background-color: #A4B4C8;
  border-top-right-radius: inherit;
  border-top-left-radius: inherit; }

.modal-header .close {
  font-size: 30px; }

.modal-footer {
  border-top: none;
  background-color: #F4F4EE;
  border-bottom-right-radius: inherit;
  border-bottom-left-radius: inherit; }

.modal-title {
  font-weight: bold;
  color: #fff; }

.modal-footer .btn {
  font-weight: bold; }

/* modal center*/
.modal.center {
  text-align: center;
  white-space: nowrap; }

.modal.center:before {
  display: inline-block;
  vertical-align: middle;
  content: " ";
  height: 100%; }

.modal.center .modal-dialog {
  display: inline-block;
  text-align: left;
  vertical-align: middle;
  white-space: normal; }

/** login modal
--------------------------------------------------------------------------------------------------------------------- **/
.modal-login .modal-dialog {
  margin-top: -50px;
  width: 560px; }

.modal-login .modal-header {
  padding: 15px 20px;
  background: inherit;
  border-bottom-color: transparent; }

.modal-login .modal-title {
  color: inherit;
  font-size: 16px; }

.modal-login .modal-body {
  padding: 15px 20px 18px 20px; }

.modal-login .modal-footer {
  padding: 10px 10px; }

.modal-login .input-group-btn .glyphicon {
  margin: -3px 3px 0 3px;
  line-height: 10px;
  color: #8F9BA7;
  vertical-align: middle; }

.modal-login .close {
  display: none; }

.modal-login .modal-footer .btn {
  min-width: 190px; }

.modal-login .modal-content:before {
  width: 520px;
  height: 50px;
  position: absolute;
  right: -40px;
  top: -47px;
  content: ' ';
  display: block;
  background: transparent url(/assets/logo2-73737077ff1015dddb944ddf6ccd7b062870902cf8ef0ad015d0f299b849b4cb.svg) no-repeat 0 0;
  background-size: contain; }

/** search modal
--------------------------------------------------------------------------------------------------------------------- **/
.modal-search .table-responsive {
  padding-bottom: 50px; }

.modal.modal-search::before {
  height: auto; }

.modal-search .close {
  margin-left: 15px;
  position: absolute;
  right: -30px;
  top: 10px;
  color: #fff;
  opacity: 1;
  font-size: 30px; }

.modal-search .modal-body .table-responsive {
  border: none; }

.modal .table {
  margin-bottom: 0; }

.modal .table i[class|="svg"] {
  margin: -5px 10px -5px 0;
  vertical-align: middle; }

.modal-search .modal-content {
  border: none;
  box-shadow: none; }

.modal-search .modal-header {
  padding: 0;
  border: none;
  background: none; }

.modal-search .modal-body {
  padding: 0; }

.modal-search .form-control {
  background-color: #fff;
  height: 50px;
  border: none;
  box-shadow: none; }

.modal-search .btn-input {
  background-color: #fff; }

.modal-content-title {
  color: #fff;
  font-weight: bold;
  font-size: 16px;
  padding: 20px 0 5px 13px; }

.modal-search .modal-dialog {
  margin-top: 6px; }

.modal-search .modal-header .btn {
  padding: 9px 8px; }

.search-more-res {
  border-top: 1px solid #ddd;
  padding: 15px;
  text-align: center;
  line-height: normal; }

.search-more-res .link-dshed {
  color: #4ABFB4;
  border-color: #4ABFB4; }

.search-more-res .link-dshed:hover {
  color: #46B5AB;
  border-color: #46B5AB; }

.search-input-res {
  margin: 8px 0 0 0;
  width: 100%;
  position: relative; }

.search-input-res .list-group {
  width: 100%;
  max-height: 400px;
  overflow: auto;
  margin: 0;
  position: absolute;
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.176);
  z-index: 1000;
  border: 1px solid #DDD;
  border-radius: 4px; }

.search-input-res .list-group li {
  border-left: none;
  border-right: none; }

.search-input-res .list-group li:first-child {
  border-top: none; }

.search-input-res:before {
  width: 16px;
  height: 16px;
  right: 20px;
  top: -14px;
  content: " ";
  border-bottom: 8px solid #fff;
  border-right: 8px solid transparent;
  border-left: 9px solid transparent;
  display: block;
  position: absolute;
  filter: drop-shadow(0px -1px 0px #ccc);
  z-index: 1001; }

.search-input-res li:hover {
  background-color: #eee;
  cursor: pointer; }

/** add task modal
--------------------------------------------------------------------------------------------------------------------- **/
.modal .modal-header .form-inline h4 {
  width: 100px;
  white-space: nowrap;
  padding-right: 10px; }

.modal .modal-header .form-inline .form-control {
  margin: -12px 0 -8px 0;
  width: 100%;
  height: 34px;
  font-size: 18px; }

.modal-task-search {
  display: inline-block; }

.modal-task-search b {
  font-weight: bold;
  font-size: 18px;
  color: #fff; }

.modal-task-title {
  display: table;
  width: 95%; }

.modal-task-title > * {
  display: table-cell; }

.modal-task-title.search {
  display: none; }

.modal-task-title.search.on {
  display: table;
  z-index: 1070; }

.modal-task-title.search.on + .modal-task-title {
  display: none; }

.modal-backdrop.fade.in + .modal-backdrop.fade.in {
  background: none; }

#modalAddTaskSearch {
  background-color: rgba(0, 0, 0, 0.4); }

#modalAddTask .modal-task-search-res .user-contact {
  display: none; }

.modal-task-search-res {
  visibility: hidden;
  opacity: 0;
  position: absolute;
  top: 55px;
  width: 100%;
  z-index: 3;
  -webkit-transition: opacity .3s;
  -moz-transition: opacity .3s;
  -o-transition: opacity .3s;
  transition: opacity .3s; }

.modal.task-search .modal-task-search-res {
  visibility: visible;
  opacity: 1; }

.modal-task-search-res .modal-content {
  box-shadow: none;
  border: none; }

.modal-task-search-res .modal-body {
  padding: 0; }

.modal.task-search .modal-dialog .modal-content:first-child {
  background: none; }

.modal.task-search .modal-dialog .modal-content:first-child .modal-header {
  border-radius: inherit;
  border-bottom: none; }

.modal.task-search .modal-dialog .modal-content:first-child .modal-body {
  display: none; }

.modal.task-search .modal-dialog .modal-content:first-child .modal-footer {
  display: none; }

/** add sale modal
--------------------------------------------------------------------------------------------------------------------- **/
.add-sale-modal > .modal-dialog, .edit-sale-modal > .modal-dialog, .create-order-modal > .modal-dialog, .stocks-operations-modal > .modal-dialog, .modal-add-order > .modal-dialog {
  width: 1440px;
  max-width: 90%; }

#modalErrors {
  z-index: 1053; }

.modal-add-document {
  z-index: 1052; }

.stocks-operations-modal .modal-footer form {
  margin-right: 10px; }

.stocks-operations-modal .modal-footer .cant-edit-footer {
  display: none; }

.stocks-operations-modal .modal-footer.cant-edit-mode .cant-edit-footer {
  display: block; }

.stocks-operations-modal .modal-footer.cant-edit-mode .editable-footer {
  display: none; }

.stocks-operations-modal .modal-footer.cant-edit-mode .show-footer {
  display: none; }
/** navigation
--------------------------------------------------------------------------------------------------------------------- **/
.nav-menu li.stocks a .warehouse-icon {
  background: url(/assets/warehouse_icon-97d0652948ce23dfe5e6954c2cfa79c9351d9de7333839de54b08772ae21cf60.png) no-repeat 0 0;
  content: ' ';
  vertical-align: middle;
  display: block;
  float: left;
  margin: 13px -1px 0 10px;
  width: 24px;
  height: 24px; }

.nav-menu li.stocks a:hover .warehouse-icon {
  background-position: -24px 0; }

.navbar-header {
  height: 63px;
  width: 100%;
  background-color: #f5ac42;
  float: none;
  z-index: 1001;
  position: relative; }
  .navbar-header.acvila {
    background-color: #244185; }
    .navbar-header.acvila .navbar-brand {
      background: url(/assets/acvila_logo0-4e66b997d4b02febb7cb600b6eee1193c45d2c2da634c344ab8d35dcadf677fb.svg) 10px 50% no-repeat;
      background-size: 100% 23px; }

.reception-menu {
  background: url(/assets/reception-8284992525a50193b53709e10cb88ed2a97e1d7fb49ba81cce6eefa4113ea82c.svg) 0 0 no-repeat;
  background-size: 100% 24px;
  content: ' ';
  vertical-align: middle;
  display: inline-block;
  width: 24px;
  height: 24px;
  margin: 13px -1px 0 10px;
  float: left; }

.navbar-brand {
  width: 195px;
  height: 63px;
  margin-left: -195px;
  display: block;
  position: relative;
  overflow: hidden;
  color: #fff;
  font-size: 23px;
  font-weight: bold;
  line-height: 33px;
  background: url(/assets/logo0-797e07c004f2c6da33f087887aa69e986e977f6c27465eb96c0e9841fc64f182.svg) 25px 50% no-repeat;
  -webkit-transition: margin .3s;
  -moz-transition: margin .3s;
  -o-transition: margin .3s;
  transition: margin .3s; }

.navbar-brand:hover, .navbar-brand:focus {
  color: #fff; }

.navbar-toggle {
  margin: 12px 15px 0 0;
  padding: 11px 10px;
  display: block; }

.navbar-toggle .icon-bar {
  width: 18px;
  height: 3px;
  background-color: #fff; }

.a-mode .navbar-toggle .icon-bar {
  background-color: #000; }

.o-mode .navbar-toggle .icon-bar {
  background-color: #ff0000; }

.mode-4 .navbar-toggle .icon-bar {
  background-color: #8B00FF; }

.navbar-toggle .icon-bar + .icon-bar {
  margin-top: 3px; }

.navigation-collapsed .navbar-toggle {
  margin-right: 15px; }

.navbar-body {
  width: 100%;
  position: absolute;
  padding-top: 10px;
  top: 63px;
  bottom: 0;
  left: 0;
  overflow-y: visible; }

/** menu
--------------------------------------------------------------------------------------------------------------------- **/
.nav-menu {
  font-size: 14px;
  font-weight: bold;
  color: #a0aebe; }

.nav-menu li {
  position: relative; }

.nav-menu li > a:hover,
.nav-menu li > a[data-toggle=collapse]:hover,
.nav-menu li > a.collapsed[data-toggle=collapse]:hover {
  color: #a0aebe; }

.nav-menu li > a {
  padding: 0 10px 0 13px;
  color: #4d5f74;
  text-indent: 24px;
  line-height: 50px;
  white-space: nowrap;
  display: block;
  text-decoration: none;
  overflow: hidden; }

.nav-menu ul {
  padding-left: 25px; }

.nav-menu *[class|=svg] {
  margin: 13px -1px 0 10px;
  float: left; }

.nav-menu li a[data-toggle=collapse] + .collapse,
.nav-menu li a[data-toggle=collapse] + .collapsing,
.nav-menu li a[data-toggle=collapse] {
  background-color: #303839;
  color: #fff;
  z-index: 1001; }

.nav-menu li a.collapsed[data-toggle=collapse] {
  background-color: transparent;
  color: #4d5f74; }

.nav-menu li a[data-toggle=collapse] + ul {
  background-color: #303839; }

.nav-menu .collapse li > a,
.nav-menu .collapsing li > a {
  color: inherit;
  position: relative; }

.nav-menu .collapse li > a:hover {
  color: #a0aebe; }

.nav-menu li:first-child ul {
  position: absolute;
  top: 0;
  bottom: inherit;
  left: 70px;
  padding-left: 0; }

.nav-menu ul li > a {
  padding-right: 50px; }

.nav-menu li:first-child a[data-toggle="collapse"] {
  margin-top: -10px;
  padding-top: 10px; }

.nav-menu li:first-child a[data-toggle="collapse"]:after {
  margin-top: 10px; }

.nav-menu li a.settings-menu[data-toggle=collapse] {
  background-color: transparent;
  color: #a0aebe; }
  .nav-menu li a.settings-menu[data-toggle=collapse]:after {
    display: none; }
  .nav-menu li a.settings-menu.collapsed[data-toggle=collapse] {
    color: #4d5f74; }
    .nav-menu li a.settings-menu.collapsed[data-toggle=collapse]:hover {
      color: #a0aebe; }
  .nav-menu li a.settings-menu[data-toggle=collapse] + .settings-submenu {
    background-color: #F4F4EE;
    overflow: auto;
    bottom: 0; }
    .nav-menu li a.settings-menu[data-toggle=collapse] + .settings-submenu li > a {
      text-indent: 0;
      padding: 0;
      color: #4d5f74; }
      .nav-menu li a.settings-menu[data-toggle=collapse] + .settings-submenu li > a.active, .nav-menu li a.settings-menu[data-toggle=collapse] + .settings-submenu li > a:hover {
        color: #a0aebe; }

/** media queries
--------------------------------------------------------------------------------------------------------------------- **/
/* ========================================== 1200px* ============================================ */
@media all and (min-width: 1200px) {
  .navbar-toggle {
    margin: 12px 5px 0 0; }
  .navbar-brand {
    margin-left: 0; }
  .navigation-collapsed .navbar-brand {
    margin-left: -195px; }
  .navbar-body {
    width: 100%;
    position: absolute;
    top: 63px;
    bottom: 0;
    left: 0;
    overflow-y: auto; }
  .navigation-collapsed .navbar-body {
    position: relative;
    top: 0;
    overflow-y: visible; }
  .nav-menu ul {
    position: relative; }
  .nav-menu li:first-child ul {
    position: relative;
    top: 0;
    bottom: inherit;
    left: 0;
    padding-left: 0; }
  .nav-menu li a[data-toggle=collapse]:after {
    opacity: 1;
    content: ' ';
    position: absolute;
    right: 13px;
    top: 13px;
    display: block;
    background-position: -48px -600px;
    -webkit-transition: opacity .5s;
    -moz-transition: opacity .5s;
    -o-transition: opacity .5s;
    transition: opacity .5s;
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg); }
  .nav-menu li a.collapsed[data-toggle=collapse]:after {
    background-position: 0 -600px;
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0);
    transform: rotate(0deg); }
  .nav-menu li a[data-toggle=collapse]:hover:after {
    background-position: -24px -600px; }
  .navigation-collapsed .nav-menu ul {
    position: absolute;
    top: 0;
    left: 70px;
    padding-left: 0; }
    .navigation-collapsed .nav-menu ul.settings-submenu {
      position: fixed;
      padding-left: 30px;
      top: 63px; }
  .navigation-collapsed .nav-menu ul li > a {
    padding-right: 50px; }
  .navigation-collapsed .nav-menu li:first-child ul {
    position: absolute;
    top: 0;
    bottom: inherit;
    left: 70px;
    padding-left: 0; }
  .navigation-collapsed .nav-menu li a[data-toggle=collapse]:after,
  .navigation-collapsed .nav-menu li a.collapsed[data-toggle=collapse]:after {
    opacity: 0;
    background: none; }
  .nav-menu li a[data-toggle=collapse] + .collapse,
  .nav-menu li a[data-toggle=collapse] + .collapsing,
  .nav-menu li a[data-toggle=collapse] {
    z-index: inherit; } }
.modal-add-order .modal-task-search, .modal-workouts-plan .modal-task-search {
  text-align: right; }
  .modal-add-order .modal-task-search .select2-container, .modal-workouts-plan .modal-task-search .select2-container {
    margin-top: -2px;
    width: 250px;
    font-weight: bold; }
    .modal-add-order .modal-task-search .select2-container .select2-choice .select2-chosen, .modal-workouts-plan .modal-task-search .select2-container .select2-choice .select2-chosen {
      color: #000000;
      text-align: left; }
    .modal-add-order .modal-task-search .select2-container .select2-choice .select2-arrow, .modal-workouts-plan .modal-task-search .select2-container .select2-choice .select2-arrow {
      display: none; }

.modal-add-order .modal-body {
  max-height: 700px;
  overflow-y: auto; }

.order-calendar-container #orderCalendar {
  overflow: auto; }

.order-calendar-container .fc-agenda-days .fc-widget-header {
  min-width: 150px; }
  .order-calendar-container .fc-agenda-days .fc-widget-header.fc-agenda-gutter {
    min-width: 0; }
  .order-calendar-container .fc-agenda-days .fc-widget-header.fc-agenda-axis {
    min-width: 50px; }

.order-calendar-container .fc-agenda-slots .fc-agenda-axis {
  background: #ffffff;
  position: relative;
  z-index: 10; }

.order-calendar-container table.goods-set-table.table > tbody > tr > td {
  border-top: none;
  padding: 1px 15px; }

.order-calendar-container table.goods-set-table.table > thead > tr > th {
  padding: 10px 13px 2px 13px; }

.modal-workouts-plan .modal-task-search {
  text-align: inherit; }

.modal-workouts-plan .items > .item {
  border-top: 1px dashed #a0aebe;
  padding-top: 20px; }

.order-calendar-change-stage-form .selectlist .btn.dropdown-toggle, .calendar-container.group-workouts-container .event-popover .selectlist .btn.dropdown-toggle {
  min-height: 24px;
  padding: 0 28px 0 8px; }
  .order-calendar-change-stage-form .selectlist .btn.dropdown-toggle .caret, .calendar-container.group-workouts-container .event-popover .selectlist .btn.dropdown-toggle .caret {
    right: 7px; }

.order-calendar-change-stage-form .selectlist .dropdown-menu, .calendar-container.group-workouts-container .event-popover .selectlist .dropdown-menu {
  right: 0;
  left: auto;
  background-color: #ffffff; }
  .order-calendar-change-stage-form .selectlist .dropdown-menu:before, .calendar-container.group-workouts-container .event-popover .selectlist .dropdown-menu:before {
    right: 4px;
    left: auto;
    border-bottom-color: rgba(0, 0, 0, 0.15); }
  .order-calendar-change-stage-form .selectlist .dropdown-menu .scrollable-menu > li > a, .calendar-container.group-workouts-container .event-popover .selectlist .dropdown-menu .scrollable-menu > li > a {
    color: #333333;
    border-top: none;
    padding: 3px 20px; }
    .order-calendar-change-stage-form .selectlist .dropdown-menu .scrollable-menu > li > a:hover, .calendar-container.group-workouts-container .event-popover .selectlist .dropdown-menu .scrollable-menu > li > a:hover {
      background-color: #4b5759;
      color: #ffffff; }
  .order-calendar-change-stage-form .selectlist .dropdown-menu .scrollable-menu > li[data-selected=true] a, .calendar-container.group-workouts-container .event-popover .selectlist .dropdown-menu .scrollable-menu > li[data-selected=true] a {
    background-color: #4abfb4; }

.order-calendar-form hr {
  margin: 5px 0 20px; }

.order-calendar-form .add-link {
  padding-left: 10px; }

.order-calendar-form .discount-module-block {
  margin-top: 20px; }

.order-calendar-popover-container .item-kind-title {
  margin-top: 10px;
  font-weight: bold; }

.order-calendar-popover-container .comment p {
  margin-bottom: 0; }

.master-report-filter .form-group, .salaries-report-filter .form-group {
  margin-bottom: 0; }

.master-report-filter .checkbox-custom, .salaries-report-filter .checkbox-custom {
  margin-top: 10px;
  margin-left: 40px; }

.set-order-executor-modal > .modal-dialog {
  width: 95%; }
  .set-order-executor-modal > .modal-dialog > .modal-content > .modal-body {
    height: 760px; }
.order-form .select2-container, form.company-new-or-edit .select2-container, form.employee-new-or-edit .select2-container, form.best-in-place-form .select2-container, .reception-page .select2-container,
form.order-calendar-form .select2-container, form.group-workout-new-or-edit .select2-container, form.add-expenditure-form .select2-container, form.transaction-form .select2-container,
.comment-entities-block .select2-container, .sale-form .select2-container, .add-services-set-modal .select2-container, .edit-services-set-modal .select2-container, .add-goods-set-modal .select2-container,
.edit-goods-set-modal .select2-container, .stocks-operations-modal .select2-container {
  width: 100%; }
  .order-form .select2-container .select2-choice, form.company-new-or-edit .select2-container .select2-choice, form.employee-new-or-edit .select2-container .select2-choice, form.best-in-place-form .select2-container .select2-choice, .reception-page .select2-container .select2-choice,
  form.order-calendar-form .select2-container .select2-choice, form.group-workout-new-or-edit .select2-container .select2-choice, form.add-expenditure-form .select2-container .select2-choice, form.transaction-form .select2-container .select2-choice,
  .comment-entities-block .select2-container .select2-choice, .sale-form .select2-container .select2-choice, .add-services-set-modal .select2-container .select2-choice, .edit-services-set-modal .select2-container .select2-choice, .add-goods-set-modal .select2-container .select2-choice,
  .edit-goods-set-modal .select2-container .select2-choice, .stocks-operations-modal .select2-container .select2-choice {
    background-color: #E0E4E7;
    border: 1px solid #E0E4E7;
    box-shadow: none;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    height: 40px; }
    .order-form .select2-container .select2-choice .select2-arrow, form.company-new-or-edit .select2-container .select2-choice .select2-arrow, form.employee-new-or-edit .select2-container .select2-choice .select2-arrow, form.best-in-place-form .select2-container .select2-choice .select2-arrow, .reception-page .select2-container .select2-choice .select2-arrow,
    form.order-calendar-form .select2-container .select2-choice .select2-arrow, form.group-workout-new-or-edit .select2-container .select2-choice .select2-arrow, form.add-expenditure-form .select2-container .select2-choice .select2-arrow, form.transaction-form .select2-container .select2-choice .select2-arrow,
    .comment-entities-block .select2-container .select2-choice .select2-arrow, .sale-form .select2-container .select2-choice .select2-arrow, .add-services-set-modal .select2-container .select2-choice .select2-arrow, .edit-services-set-modal .select2-container .select2-choice .select2-arrow, .add-goods-set-modal .select2-container .select2-choice .select2-arrow,
    .edit-goods-set-modal .select2-container .select2-choice .select2-arrow, .stocks-operations-modal .select2-container .select2-choice .select2-arrow {
      display: none;
      width: 22px; }
    .order-form .select2-container .select2-choice > .select2-chosen, form.company-new-or-edit .select2-container .select2-choice > .select2-chosen, form.employee-new-or-edit .select2-container .select2-choice > .select2-chosen, form.best-in-place-form .select2-container .select2-choice > .select2-chosen, .reception-page .select2-container .select2-choice > .select2-chosen,
    form.order-calendar-form .select2-container .select2-choice > .select2-chosen, form.group-workout-new-or-edit .select2-container .select2-choice > .select2-chosen, form.add-expenditure-form .select2-container .select2-choice > .select2-chosen, form.transaction-form .select2-container .select2-choice > .select2-chosen,
    .comment-entities-block .select2-container .select2-choice > .select2-chosen, .sale-form .select2-container .select2-choice > .select2-chosen, .add-services-set-modal .select2-container .select2-choice > .select2-chosen, .edit-services-set-modal .select2-container .select2-choice > .select2-chosen, .add-goods-set-modal .select2-container .select2-choice > .select2-chosen,
    .edit-goods-set-modal .select2-container .select2-choice > .select2-chosen, .stocks-operations-modal .select2-container .select2-choice > .select2-chosen {
      padding: 10px 12px;
      font-family: 'PT Sans', sans-serif;
      color: #465566; }

.order-form .company-control .select2-container .select2-choice, .order-form .employee-control .select2-container .select2-choice, form.company-new-or-edit .company-control .select2-container .select2-choice, form.company-new-or-edit .employee-control .select2-container .select2-choice, form.employee-new-or-edit .company-control .select2-container .select2-choice, form.employee-new-or-edit .employee-control .select2-container .select2-choice, form.best-in-place-form .company-control .select2-container .select2-choice, form.best-in-place-form .employee-control .select2-container .select2-choice, .reception-page .company-control .select2-container .select2-choice, .reception-page .employee-control .select2-container .select2-choice,
form.order-calendar-form .company-control .select2-container .select2-choice,
form.order-calendar-form .employee-control .select2-container .select2-choice, form.group-workout-new-or-edit .company-control .select2-container .select2-choice, form.group-workout-new-or-edit .employee-control .select2-container .select2-choice, form.add-expenditure-form .company-control .select2-container .select2-choice, form.add-expenditure-form .employee-control .select2-container .select2-choice, form.transaction-form .company-control .select2-container .select2-choice, form.transaction-form .employee-control .select2-container .select2-choice,
.comment-entities-block .company-control .select2-container .select2-choice,
.comment-entities-block .employee-control .select2-container .select2-choice, .sale-form .company-control .select2-container .select2-choice, .sale-form .employee-control .select2-container .select2-choice, .add-services-set-modal .company-control .select2-container .select2-choice, .add-services-set-modal .employee-control .select2-container .select2-choice, .edit-services-set-modal .company-control .select2-container .select2-choice, .edit-services-set-modal .employee-control .select2-container .select2-choice, .add-goods-set-modal .company-control .select2-container .select2-choice, .add-goods-set-modal .employee-control .select2-container .select2-choice,
.edit-goods-set-modal .company-control .select2-container .select2-choice,
.edit-goods-set-modal .employee-control .select2-container .select2-choice, .stocks-operations-modal .company-control .select2-container .select2-choice, .stocks-operations-modal .employee-control .select2-container .select2-choice {
  border-radius: 4px; }
  .order-form .company-control .select2-container .select2-choice .select2-arrow, .order-form .employee-control .select2-container .select2-choice .select2-arrow, form.company-new-or-edit .company-control .select2-container .select2-choice .select2-arrow, form.company-new-or-edit .employee-control .select2-container .select2-choice .select2-arrow, form.employee-new-or-edit .company-control .select2-container .select2-choice .select2-arrow, form.employee-new-or-edit .employee-control .select2-container .select2-choice .select2-arrow, form.best-in-place-form .company-control .select2-container .select2-choice .select2-arrow, form.best-in-place-form .employee-control .select2-container .select2-choice .select2-arrow, .reception-page .company-control .select2-container .select2-choice .select2-arrow, .reception-page .employee-control .select2-container .select2-choice .select2-arrow,
  form.order-calendar-form .company-control .select2-container .select2-choice .select2-arrow,
  form.order-calendar-form .employee-control .select2-container .select2-choice .select2-arrow, form.group-workout-new-or-edit .company-control .select2-container .select2-choice .select2-arrow, form.group-workout-new-or-edit .employee-control .select2-container .select2-choice .select2-arrow, form.add-expenditure-form .company-control .select2-container .select2-choice .select2-arrow, form.add-expenditure-form .employee-control .select2-container .select2-choice .select2-arrow, form.transaction-form .company-control .select2-container .select2-choice .select2-arrow, form.transaction-form .employee-control .select2-container .select2-choice .select2-arrow,
  .comment-entities-block .company-control .select2-container .select2-choice .select2-arrow,
  .comment-entities-block .employee-control .select2-container .select2-choice .select2-arrow, .sale-form .company-control .select2-container .select2-choice .select2-arrow, .sale-form .employee-control .select2-container .select2-choice .select2-arrow, .add-services-set-modal .company-control .select2-container .select2-choice .select2-arrow, .add-services-set-modal .employee-control .select2-container .select2-choice .select2-arrow, .edit-services-set-modal .company-control .select2-container .select2-choice .select2-arrow, .edit-services-set-modal .employee-control .select2-container .select2-choice .select2-arrow, .add-goods-set-modal .company-control .select2-container .select2-choice .select2-arrow, .add-goods-set-modal .employee-control .select2-container .select2-choice .select2-arrow,
  .edit-goods-set-modal .company-control .select2-container .select2-choice .select2-arrow,
  .edit-goods-set-modal .employee-control .select2-container .select2-choice .select2-arrow, .stocks-operations-modal .company-control .select2-container .select2-choice .select2-arrow, .stocks-operations-modal .employee-control .select2-container .select2-choice .select2-arrow {
    display: block;
    border-left: none; }
    .order-form .company-control .select2-container .select2-choice .select2-arrow b, .order-form .employee-control .select2-container .select2-choice .select2-arrow b, form.company-new-or-edit .company-control .select2-container .select2-choice .select2-arrow b, form.company-new-or-edit .employee-control .select2-container .select2-choice .select2-arrow b, form.employee-new-or-edit .company-control .select2-container .select2-choice .select2-arrow b, form.employee-new-or-edit .employee-control .select2-container .select2-choice .select2-arrow b, form.best-in-place-form .company-control .select2-container .select2-choice .select2-arrow b, form.best-in-place-form .employee-control .select2-container .select2-choice .select2-arrow b, .reception-page .company-control .select2-container .select2-choice .select2-arrow b, .reception-page .employee-control .select2-container .select2-choice .select2-arrow b,
    form.order-calendar-form .company-control .select2-container .select2-choice .select2-arrow b,
    form.order-calendar-form .employee-control .select2-container .select2-choice .select2-arrow b, form.group-workout-new-or-edit .company-control .select2-container .select2-choice .select2-arrow b, form.group-workout-new-or-edit .employee-control .select2-container .select2-choice .select2-arrow b, form.add-expenditure-form .company-control .select2-container .select2-choice .select2-arrow b, form.add-expenditure-form .employee-control .select2-container .select2-choice .select2-arrow b, form.transaction-form .company-control .select2-container .select2-choice .select2-arrow b, form.transaction-form .employee-control .select2-container .select2-choice .select2-arrow b,
    .comment-entities-block .company-control .select2-container .select2-choice .select2-arrow b,
    .comment-entities-block .employee-control .select2-container .select2-choice .select2-arrow b, .sale-form .company-control .select2-container .select2-choice .select2-arrow b, .sale-form .employee-control .select2-container .select2-choice .select2-arrow b, .add-services-set-modal .company-control .select2-container .select2-choice .select2-arrow b, .add-services-set-modal .employee-control .select2-container .select2-choice .select2-arrow b, .edit-services-set-modal .company-control .select2-container .select2-choice .select2-arrow b, .edit-services-set-modal .employee-control .select2-container .select2-choice .select2-arrow b, .add-goods-set-modal .company-control .select2-container .select2-choice .select2-arrow b, .add-goods-set-modal .employee-control .select2-container .select2-choice .select2-arrow b,
    .edit-goods-set-modal .company-control .select2-container .select2-choice .select2-arrow b,
    .edit-goods-set-modal .employee-control .select2-container .select2-choice .select2-arrow b, .stocks-operations-modal .company-control .select2-container .select2-choice .select2-arrow b, .stocks-operations-modal .employee-control .select2-container .select2-choice .select2-arrow b {
      background-image: none;
      display: inline-block;
      width: 0;
      height: 0;
      margin-left: 2px;
      vertical-align: middle;
      border-top: 4px dashed;
      border-right: 4px solid transparent;
      border-left: 4px solid transparent;
      margin-top: 15px;
      border-top-color: #465566; }

.select2-drop-active.select2-drop-active {
  margin-top: -39px;
  background: transparent;
  border: none;
  box-shadow: none; }
  .select2-drop-active.select2-drop-active.select2-drop-above {
    margin-top: 3px;
    border-top: none; }
    .select2-drop-active.select2-drop-active.select2-drop-above .select2-search {
      position: absolute;
      bottom: -36px; }

.select2-drop-active .select2-search {
  padding: 0 1px; }
  .select2-drop-active .select2-search input {
    border: none;
    box-shadow: none;
    padding: 9px 12px;
    background-image: none;
    background-color: #ffffff; }

.select2-drop-active .select2-results {
  background-color: #ffffff;
  margin-top: 8px;
  border: 1px solid #dddddd;
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.176);
  border-radius: 4px;
  max-height: 400px; }
  .select2-drop-active .select2-results .title {
    font-weight: bold; }
  .select2-drop-active .select2-results > li {
    border-bottom: 1px solid #dddddd; }
  .select2-drop-active .select2-results .select2-highlighted {
    background-color: #eeeeee;
    color: #000000; }

.orders-list .block-zero {
  margin-bottom: 10px; }

.accordion .order-header.removed-order {
  background-color: #D44942; }
  .accordion .order-header.removed-order, .accordion .order-header.removed-order small {
    color: #ffffff; }

.order-block .add-order-items-link {
  display: inline-block;
  margin: 20px; }

.order-block .incoming-items-block {
  border-top: 3px solid #dddddd; }

.order-block .incoming-items-block {
  padding: 14px 20px 4px; }

.order-form .order-comments-block {
  padding-top: 20px; }
  .order-form .order-comments-block .form-control-static b {
    float: left;
    display: block; }

.sidebar-orders-list-wrapper, .sidebar-templates-list-wrapper, .sidebar-links-list-wrapper {
  padding: 10px 20px; }

.sidebar-orders-list .sidebar-order {
  background-color: #0000FF;
  font-weight: bold;
  padding: 2px 5px;
  white-space: nowrap;
  overflow: hidden;
  border-radius: 5px;
  margin-bottom: 2px;
  position: relative; }
  .sidebar-orders-list .sidebar-order:after {
    content: '';
    width: 20px;
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 2;
    -webkit-box-shadow: inset -25px 0 10px -15px #0000ff;
    -moz-box-shadow: inset -25px 0 10px -15px #0000ff;
    box-shadow: inset -25px 0 10px -15px #0000ff; }
  .sidebar-orders-list .sidebar-order.order-success {
    background-color: #00CC33; }
    .sidebar-orders-list .sidebar-order.order-success:after {
      -webkit-box-shadow: inset -25px 0 10px -15px #00CC33;
      -moz-box-shadow: inset -25px 0 10px -15px #00CC33;
      box-shadow: inset -25px 0 10px -15px #00CC33; }
  .sidebar-orders-list .sidebar-order.order-lost {
    background-color: #FF0000; }
    .sidebar-orders-list .sidebar-order.order-lost:after {
      -webkit-box-shadow: inset -25px 0 10px -15px #FF0000;
      -moz-box-shadow: inset -25px 0 10px -15px #FF0000;
      box-shadow: inset -25px 0 10px -15px #FF0000; }
  .sidebar-orders-list .sidebar-order a {
    color: #ffffff; }
    .sidebar-orders-list .sidebar-order a:hover {
      color: #ffffff; }

.sidebar-orders-list .sidebar-orders-bottom .show-hide-full-list .show-full-list, .sidebar-templates-list .sidebar-templates-bottom .show-hide-full-list .show-full-list {
  display: none; }

.sidebar-orders-list .sidebar-orders-bottom .show-hide-full-list.collapsed .show-full-list, .sidebar-templates-list .sidebar-templates-bottom .show-hide-full-list.collapsed .show-full-list {
  display: inherit; }

.sidebar-orders-list .sidebar-orders-bottom .show-hide-full-list.collapsed .hide-full-list, .sidebar-templates-list .sidebar-templates-bottom .show-hide-full-list.collapsed .hide-full-list {
  display: none; }

.event-popover.order-info-popover .body .buttons .btn-cancel, .event-popover.orders-settings-popover .body .buttons .btn-cancel {
  margin-left: 30px; }

.event-popover.order-info-popover .body a, .event-popover.orders-settings-popover .body a {
  color: #ffffff;
  text-decoration: none; }

.event-popover.order-info-popover .body hr, .event-popover.orders-settings-popover .body hr {
  margin: 5px -15px;
  border-top: 1px solid #898989; }

.sidebar-block .event-popover.order-info-popover {
  width: 100%;
  max-width: 850px;
  z-index: 1001; }

.mass-orders-create-modal .tooltip {
  width: 420px; }
  .mass-orders-create-modal .tooltip .tooltip-inner {
    max-width: 100%; }

.mass-orders-create-modal .select-multiple {
  height: 120px; }

.create-order-modal .modal-body, .create-company-modal .modal-body, .create-employee-modal .modal-body {
  overflow: auto; }

.select2-results__option .entity-name .svg-domain, .select2-results__option .entity-name .svg-account-multiple, .select2-results__option .entity-name .svg-content-paste {
  margin: -4px 5px 0 0; }

.entity-tags-show-hide .show-tags {
  display: none; }

.entity-tags-show-hide.collapsed .hide-tags {
  display: none; }

.entity-tags-show-hide.collapsed .show-tags {
  display: block; }

.order-comments-block .for-order {
  display: none; }

.order-comments-block .comments-list .bp-comment-for-entity {
  display: none; }

.ovedue-order {
  color: #ff0000; }

.fill-fields-modal {
  z-index: 1051; }
  .fill-fields-modal.items-to-fill-modal .modal-dialog {
    width: 1440px;
    max-width: 90%; }

.fill-fields-modal .add-money-button-container {
  display: none; }

.order-sidebar .total-price-row {
  margin-top: 15px; }

.order-sale-goods-set-link {
  border-bottom: 1px dashed #00558F; }
  .order-sale-goods-set-link:hover {
    border-bottom: none; }
  .order-sale-goods-set-link:hover, .order-sale-goods-set-link:focus {
    text-decoration: none; }

.sale-table .table > tbody > tr > td.goods-set-items-wrapper-td, .production-order-table .table > tbody > tr > td.goods-set-items-wrapper-td {
  padding: 0 20px; }
  .sale-table .table > tbody > tr > td.goods-set-items-wrapper-td .goods-set-items.collapse, .production-order-table .table > tbody > tr > td.goods-set-items-wrapper-td .goods-set-items.collapse {
    border: none; }
  .sale-table .table > tbody > tr > td.goods-set-items-wrapper-td .goods-set-items ul, .sale-table .table > tbody > tr > td.goods-set-items-wrapper-td .goods-set-items p, .production-order-table .table > tbody > tr > td.goods-set-items-wrapper-td .goods-set-items ul, .production-order-table .table > tbody > tr > td.goods-set-items-wrapper-td .goods-set-items p {
    padding: 15px;
    margin: 0; }
  .sale-table .table > tbody > tr > td.goods-set-items-wrapper-td .goods-set-items .internal-set-item > td:first-child, .production-order-table .table > tbody > tr > td.goods-set-items-wrapper-td .goods-set-items .internal-set-item > td:first-child {
    padding-left: 50px; }
  .sale-table .table > tbody > tr > td.goods-set-items-wrapper-td table.goods-set-table.table > tbody > tr > td, .production-order-table .table > tbody > tr > td.goods-set-items-wrapper-td table.goods-set-table.table > tbody > tr > td {
    padding: 5px 20px; }

.order-calendar-container table.goods-set-table.table > tbody > tr.internal-set-item > td:first-child {
  padding-left: 40px; }

.sales-list .accordion .collapse.in.goods-set-items {
  margin-bottom: 0; }

.orders-tooltip-container .tooltip-inner {
  max-width: none;
  text-align: left; }

.order-item-transfer-form .form-control {
  display: inline-block;
  width: 60px; }

.order-form a.order-close-link {
  font-size: 40px;
  line-height: 20px;
  color: #888888; }
  .order-form a.order-close-link:hover {
    text-decoration: none;
    color: #555555; }

.transactions-block .transaction a {
  border-bottom: 1px dashed #00558F; }
  .transactions-block .transaction a:hover {
    border-bottom-color: transparent;
    text-decoration: none; }

.transactions-block .transaction.marked-to-remove {
  background: #ff0000;
  color: #ffffff; }
  .transactions-block .transaction.marked-to-remove a {
    color: #ffffff;
    border-bottom: 1px dashed #ffffff; }
    .transactions-block .transaction.marked-to-remove a:hover {
      border-bottom-color: transparent; }

.order-payment-type-radio + .order-payment-form-wrapper {
  margin-left: 40px; }

.membership-to-pay-block {
  margin-bottom: 15px; }
  .membership-to-pay-block .radio {
    margin-bottom: 5px; }
  .membership-to-pay-block .services-descrition {
    margin-left: 25px;
    font-style: italic; }

a.new-order-copy {
  color: #465566; }

.order-items-table .projects-selectlist.selectlist[data-initialize=selectlist] .btn.dropdown-toggle, .order-items-table .project-responsible-selectlist.selectlist[data-initialize=selectlist] .btn.dropdown-toggle, .responsible-control-wrapper .projects-selectlist.selectlist[data-initialize=selectlist] .btn.dropdown-toggle, .responsible-control-wrapper .project-responsible-selectlist.selectlist[data-initialize=selectlist] .btn.dropdown-toggle {
  padding: 0;
  min-height: 0;
  background: none;
  color: orange; }
  .order-items-table .projects-selectlist.selectlist[data-initialize=selectlist] .btn.dropdown-toggle:before, .order-items-table .project-responsible-selectlist.selectlist[data-initialize=selectlist] .btn.dropdown-toggle:before, .responsible-control-wrapper .projects-selectlist.selectlist[data-initialize=selectlist] .btn.dropdown-toggle:before, .responsible-control-wrapper .project-responsible-selectlist.selectlist[data-initialize=selectlist] .btn.dropdown-toggle:before {
    display: none; }
  .order-items-table .projects-selectlist.selectlist[data-initialize=selectlist] .btn.dropdown-toggle .caret, .order-items-table .project-responsible-selectlist.selectlist[data-initialize=selectlist] .btn.dropdown-toggle .caret, .responsible-control-wrapper .projects-selectlist.selectlist[data-initialize=selectlist] .btn.dropdown-toggle .caret, .responsible-control-wrapper .project-responsible-selectlist.selectlist[data-initialize=selectlist] .btn.dropdown-toggle .caret {
    display: none; }

.modal.installment-plan-modal {
  z-index: 1055; }

.istallment-plan-btn {
  margin-left: 5px; }

.installment-plan-modal .modal-dialog {
  width: 95%; }

.installment-plan-modal.new-installment-plan-modal .modal-dialog {
  width: 900px; }

.payment-table tbody tr td {
  padding: 0 10px; }

.installments-payments-table a.edit-transaction {
  border-bottom: 1px dashed #00558F; }
  .installments-payments-table a.edit-transaction:hover {
    text-decoration: none;
    border-bottom-color: transparent; }

.discount-input.changed {
  background-color: #ffffaa; }

.alt-membership-form-wrapper {
  position: relative; }
  .alt-membership-form-wrapper .order-remove-membership-link {
    position: absolute;
    right: 0;
    top: 0; }
.production-order-form .production-order-set .goods-set-remove-wrapper {
  margin-top: 20px; }

.production-order-form .production-order-set .production-order-items .goods-set-remove-wrapper {
  margin-top: 0; }

.production-order-form .production-order-items .goods-set-item-quantity {
  height: auto;
  padding: 0 8px;
  text-align: center; }

.production-order-form .production-order-items .goods-item .form-group {
  margin-bottom: 10px; }

.production-order-form .production-order-items .form-group {
  margin-bottom: 10px; }

.production-order-form .production-order-items .form-control-static {
  padding: 0;
  min-height: 0; }

.production-order-form .production-order-items .select-item-control.selectlist[data-initialize=selectlist] .btn.btn-block.dropdown-toggle {
  min-height: 0;
  padding-top: 0;
  padding-bottom: 0; }
  .production-order-form .production-order-items .select-item-control.selectlist[data-initialize=selectlist] .btn.btn-block.dropdown-toggle:before {
    top: 0;
    bottom: 0; }

.production-order-header {
  padding: 12px 20px 11px 20px;
  font-size: 16px; }
  .production-order-header small {
    color: #aeb8bc; }

.production-order-table .goods-set-items-wrapper-td {
  padding: 0 20px; }
.project-table-wrapper .dataTables_wrapper .head {
  padding: 0; }

.project-table-wrapper .table.project-table > thead > tr > th {
  border-right: 1px solid #ddd; }

.projects-list-block .accordion > *[data-toggle=collapse] {
  overflow: initial; }

.responsible-control-wrapper {
  height: 18px; }
  .responsible-control-wrapper .btn {
    border: none;
    line-height: 18px; }
.real-estates-settings .glyphicon.glyphicon-sort {
  cursor: pointer; }

.real-estates-settings table tbody tr:hover {
  background-color: #eeeeee; }

.real-estates-settings table tbody tr.selected {
  background-color: #bbbbbb; }

.real-estates-settings .table-wrapper {
  max-height: 450px;
  overflow-y: auto; }

.real-estate-block {
  margin-bottom: 20px; }
  .real-estate-block .real-estate-objects .nav-pills > li {
    float: none; }
  .real-estate-block .real-estate-objects label.pill a.pencil-edit-link {
    display: none; }
  .real-estate-block .real-estate-objects label.pill:hover a.pencil-edit-link {
    display: inline; }

.real-estate-calculations-block .total-prices-info p {
  margin-bottom: 0; }
/** redactor
--------------------------------------------------------------------------------------------------------------------- **/
.form-redactor {
  min-height: 120px;
  padding: 10px 15px; }

.redactor_editor {
  min-height: 120px; }

.redactor_form-control:focus {
  background-color: #fff; }

.redactor_editor {
  border-radius: 5px; }

.redactor_toolbar {
  background-color: #F3F4EE;
  border-bottom: 0; }

.redactor_toolbar li a {
  background-image: none;
  color: #BBBFC1;
  font-size: 18px;
  font-weight: bold;
  text-indent: 0;
  text-align: center;
  line-height: 26px;
  border: 7px solid #F3F4EE; }

.redactor_toolbar li a:active, .redactor_toolbar li a.redactor_act {
  color: #7F919B;
  border-color: #F3F4EE;
  background-color: #F3F4EE;
  outline: none; }

.redactor_toolbar li a:hover {
  color: #7F919B;
  border-color: #F3F4EE;
  background-color: #F3F4EE;
  outline: none; }

.redactor_toolbar li {
  border-right: 0; }

.redactor_toolbar li a.redactor_btn_bold:after {
  content: 'B'; }

.redactor_toolbar li a.redactor_btn_italic:after {
  content: 'I';
  font-style: italic;
  font-family: 'Tahoma', serif;
  padding-right: 6px; }

.redactor_toolbar li a.redactor_btn_deleted:after {
  content: 'T';
  text-decoration: line-through; }

.redactor_toolbar li a.redactor_btn_underline:after {
  content: 'U';
  text-decoration: underline; }
.reports-menu {
  padding-bottom: 15px; }

table.salary-report-table tr td:first-child {
  text-align: left; }
@charset "UTF-8";
.salary-scheme-settings .executors-block > .nested-fields.nested-executor {
  margin-top: 20px; }
  .salary-scheme-settings .executors-block > .nested-fields.nested-executor .remove-executor-rules {
    margin-top: 26px; }

.salary-scheme-settings .common-executors-block {
  padding: 20px; }

.salary-scheme-settings .add-executor-rules-link {
  display: inline-block;
  margin: 20px 0; }

.salary-scheme-settings .max-count-wrapper:before {
  content: '–';
  display: block;
  position: absolute;
  left: -5px;
  top: 10px; }

.salary-scheme-settings .for-coaches fieldset, .salary-scheme-settings .for-executors fieldset {
  padding-bottom: 20px; }

.salary-scheme-settings .order-salary-schemes-block {
  counter-reset: line-number; }
  .salary-scheme-settings .order-salary-schemes-block .order-salary-scheme {
    border: 1px solid #aaa;
    border-radius: 10px;
    padding: 10px;
    margin-bottom: 10px; }
    .salary-scheme-settings .order-salary-schemes-block .order-salary-scheme:not([style*='display: none']) {
      counter-increment: line-number; }
      .salary-scheme-settings .order-salary-schemes-block .order-salary-scheme:not([style*='display: none']) .order-salary-scheme-number:after {
        content: counter(line-number); }

.coach-categories-training-type-rates-table .form-control.training-type-rate {
  height: 26px;
  width: 100px;
  display: block; }

.coach-categories-training-type-rates-table .rate-cell {
  padding-right: 30px; }
.sales-list .block-zero {
  margin-bottom: 2px; }

.sales-list .accordion .sale-header {
  margin-top: 13px; }
  .sales-list .accordion .sale-header.collapsed {
    margin-top: 0; }

.sales-list .accordion .collapse.in {
  margin-bottom: 13px; }

.sales-list .accordion .address-block {
  padding: 10px 20px 0;
  margin-bottom: 0; }

.sales-list .sale-info {
  font-size: 14px; }

.sales-list .removed-sale {
  background-color: #D44942; }
  .sales-list .removed-sale .sale-info {
    color: #ffffff; }

.add-sale-wrapper .items-block .item {
  position: relative; }
  .add-sale-wrapper .items-block .item .add-remove-controls-container {
    position: absolute;
    right: -10px;
    top: 18px; }

.add-sale-modal .add-sale-wrapper .items-block .item, .edit-sale-modal .add-sale-wrapper .items-block .item {
  position: inherit; }
  .add-sale-modal .add-sale-wrapper .items-block .item .add-remove-controls-container, .edit-sale-modal .add-sale-wrapper .items-block .item .add-remove-controls-container {
    position: inherit;
    right: inherit;
    top: inherit; }

.goods-set-block-wrapper .wait-block {
  height: 40px;
  background-color: #eeeeee;
  margin: 10px;
  line-height: 40px;
  border-radius: 10px; }

.goods-set-block-wrapper .goods-set-block {
  margin: 10px; }

.goods-set-block-wrapper .items-header .form-group-title.components .services-consumables {
  display: none; }

.goods-set-block-wrapper .items-header .form-group-title.components.for-service-consumables .services-consumables {
  display: block; }

.goods-set-block-wrapper .items-header .form-group-title.components.for-service-consumables .usual {
  display: none; }

.use-bonus-link-wrapper .pseudo-link {
  cursor: pointer;
  color: #00558F;
  border-bottom: 1px dashed #00558F;
  margin-left: 25px; }
  .use-bonus-link-wrapper .pseudo-link:hover {
    border-bottom-color: transparent; }

.use-bonus-link-wrapper .use-bonus-checkbox + .pseudo-link .dont-use-bonus-link {
  display: none; }

.use-bonus-link-wrapper .use-bonus-checkbox:checked + .pseudo-link .dont-use-bonus-link {
  display: inline; }

.use-bonus-link-wrapper .use-bonus-checkbox:checked + .pseudo-link .use-bonus-link {
  display: none; }

.sale-form .signatory-block {
  padding-bottom: 20px; }
  .sale-form .signatory-block .signatory {
    display: none; }
  .sale-form .signatory-block.has-signatory .signatory {
    display: block; }
  .sale-form .signatory-block.has-signatory .set-signatory-link {
    display: none; }
#modalConfirmDelete .modal-dialog .modal-header {
  background-color: #db6667; }

#modalConfirmDelete .modal-dialog .text-blue {
  color: #0000ff;
  font-weight: bold; }

#modalConfirmDelete .modal-dialog .change-button {
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis; }

#modalConfirmDelete .modal-dialog .change-block {
  margin-bottom: 15px; }
  #modalConfirmDelete .modal-dialog .change-block label {
    display: block;
    margin-top: 10px; }
  #modalConfirmDelete .modal-dialog .change-block select {
    min-width: 80%; }

#modalConfirmDelete .modal-dialog .btn {
  width: 100%;
  font-weight: normal; }

#modalConfirmDelete .modal-dialog ul {
  margin-top: 15px; }
  #modalConfirmDelete .modal-dialog ul li {
    padding-left: 14px;
    text-indent: -14px;
    padding-bottom: 15px; }
    #modalConfirmDelete .modal-dialog ul li:before {
      content: "\2014";
      margin-right: 2px; }

#modalConfirmDelete .modal-dialog hr {
  margin: 0px 0 14px; }

#modalConfirmDelete .modal-dialog .form-control {
  display: inline-block;
  width: auto;
  color: blue;
  font-weight: bold;
  padding: 0 8px;
  height: 26px; }

#modalConfirmDelete.modal.modal-remove-sale .btn {
  width: auto; }

.resources-form .resource .form-group {
  margin-bottom: 0; }

.resources-form .sub-resources-container .sub-resource-add {
  display: inline-block;
  margin-bottom: 16px;
  line-height: 16px;
  border-bottom: 1px dashed;
  text-decoration: none; }
  .resources-form .sub-resources-container .sub-resource-add:hover {
    border-bottom: 1px dashed transparent; }

.resources-form .sub-resources-container .form-group {
  margin-bottom: 20px; }

.resources-form .sub-resources-container .sub-resource .sub-resource-names {
  padding-left: 50px;
  position: relative; }
  .resources-form .sub-resources-container .sub-resource .sub-resource-names:before {
    content: "";
    display: block;
    width: 25px;
    height: 35px;
    border-left: 1px dotted #a0aebe;
    border-bottom: 1px dotted #a0aebe;
    position: absolute;
    top: -14px;
    left: 20px; }

.resources-form .sub-resources-container .nested-fields {
  margin-bottom: 0; }

.users-settings .row {
  border-top: 1px solid #DDDDDD; }
  .users-settings .row.head {
    border-top: none; }

.fields-settings ul.nav.nav-tabs {
  margin: 0 -10px 10px; }

.additional-field-settings .resource {
  margin-bottom: 20px; }

.additional-field-settings.resources-form .sub-resources-container .form-group {
  margin-bottom: 5px; }

.additional-field-settings .sub-resource-add {
  margin-left: 20px; }

.additional-field-settings .add, .measurement-list-values .add {
  margin-left: 20px; }

.additional-field-settings .list-collapse-link .show-link, .measurement-list-values .list-collapse-link .show-link {
  display: none; }

.additional-field-settings .list-collapse-link.collapsed + .sub-resource-add, .additional-field-settings .list-collapse-link.collapsed + .add, .measurement-list-values .list-collapse-link.collapsed + .sub-resource-add, .measurement-list-values .list-collapse-link.collapsed + .add {
  display: none; }

.additional-field-settings .list-collapse-link.collapsed .show-link, .measurement-list-values .list-collapse-link.collapsed .show-link {
  display: block; }

.additional-field-settings .list-collapse-link.collapsed .hide-link, .measurement-list-values .list-collapse-link.collapsed .hide-link {
  display: none; }

.measurements-block-wrapper > .nested-fields {
  margin-bottom: 20px; }

.measurements-block-wrapper .form-group {
  margin-bottom: 0; }

.measurements-block-wrapper .measurement-list-block .nested-fields {
  margin-bottom: 5px; }
/** sidebar content
--------------------------------------------------------------------------------------------------------------------- **/
.sidebar-block {
  margin-bottom: 20px; }
  .sidebar-block .copy-to-clipboard {
    margin: 10px 20px; }

.sidebar-block .footer .btn {
  width: 100%;
  font-size: 16px;
  line-height: 20px;
  font-weight: bold;
  border-top-left-radius: 0;
  border-top-right-radius: 0; }

.sidebar-block > *:first-child {
  border-top-left-radius: 5px;
  border-top-right-radius: 5px; }

.sidebar-block > *:last-child {
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px; }

.sidebar-block form {
  border-radius: inherit; }

.sidebar-list {
  padding: 12px 10px 12px 20px; }

.sidebar-list li {
  padding: 5px 0;
  line-height: 17px;
  clear: both; }
  .sidebar-list li.sub-account-balance {
    padding-left: 15px; }

.sidebar-list .bold {
  font-weight: bold; }

.sidebar-list .un {
  margin: 3px 7px 12px 0; }

.sidebar-list li:last-child .un {
  margin-bottom: 15px; }

.sidebar-list .sidebar-list {
  padding: 5px 0 0 0; }

.sub-content .sidebar-list {
  padding: 5px 0 12px 20px; }

.sidebar-notes {
  padding: 11px 20px 15px 20px;
  background-color: #414B4D;
  color: #fff;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px; }

.sidebar-notes .bold {
  font-weight: bold;
  color: #A0AEBE; }

a.link, .link > a {
  color: #5bb3ee;
  text-decoration: underline; }

.sidebar-list .redactor_toolbar li {
  clear: none; }

.best_in_place[data-bip-value=""] + .fa-pencil, .best_in_place.bip-placeholder + .fa-pencil {
  display: none; }

.best_in_place .form-control {
  width: auto;
  display: inline-block; }

.sidebar-list li .fa-pencil, .sidebar-list li .fa-trash, .sidebar-list li .history-info, .sidebar-list li .change-funnels-group, .data-table-wrapper td .fa-pencil, .data-table-wrapper td .fa-trash, .data-table-wrapper td .history-info, .data-table-wrapper td .change-funnels-group, .order-header .fa-pencil, .order-header .fa-trash, .order-header .history-info, .order-header .change-funnels-group, .table-attachments td .fa-pencil, .table-attachments td .fa-trash, .table-attachments td .history-info, .table-attachments td .change-funnels-group, .sidebar-links-list li .fa-pencil, .sidebar-links-list li .fa-trash, .sidebar-links-list li .history-info, .sidebar-links-list li .change-funnels-group {
  opacity: 0; }

.sidebar-list li .change-funnels-group .glyphicon-transfer, .data-table-wrapper td .change-funnels-group .glyphicon-transfer, .order-header .change-funnels-group .glyphicon-transfer, .table-attachments td .change-funnels-group .glyphicon-transfer, .sidebar-links-list li .change-funnels-group .glyphicon-transfer {
  top: 3px; }

.sidebar-list li:hover .fa-pencil, .sidebar-list li:hover .fa-trash, .sidebar-list li:hover .history-info, .sidebar-list li:hover .change-funnels-group, .data-table-wrapper td:hover .fa-pencil, .data-table-wrapper td:hover .fa-trash, .data-table-wrapper td:hover .history-info, .data-table-wrapper td:hover .change-funnels-group, .order-header:hover .fa-pencil, .order-header:hover .fa-trash, .order-header:hover .history-info, .order-header:hover .change-funnels-group, .table-attachments td:hover .fa-pencil, .table-attachments td:hover .fa-trash, .table-attachments td:hover .history-info, .table-attachments td:hover .change-funnels-group, .sidebar-links-list li:hover .fa-pencil, .sidebar-links-list li:hover .fa-trash, .sidebar-links-list li:hover .history-info, .sidebar-links-list li:hover .change-funnels-group {
  opacity: 1; }

.sidebar-list .order-status-wrapper {
  display: inline-block; }

.history-info-icon {
  width: 16px;
  height: 16px;
  margin-bottom: -4px;
  display: inline-block;
  background: url(/assets/parchment-028872afebe2c2bb4d3e4d17533e4e31a400ac5c7df7c687ad5d57b0e4fbc40e.svg) 0 0 no-repeat; }

.editable-popover.event-popover {
  z-index: 1001; }
  .editable-popover.event-popover .head {
    font-weight: bold; }
  .editable-popover.event-popover .body {
    margin: 0 0 5px; }
    .editable-popover.event-popover .body a {
      font-weight: normal;
      text-decoration: none; }
    .editable-popover.event-popover .body .selectlist[data-initialize=selectlist] .btn {
      min-height: 26px;
      padding: 2px 8px; }
    .editable-popover.event-popover .body input.form-control {
      height: 26px; }
  .editable-popover.event-popover .footer .btn {
    width: 90px;
    margin-left: 25px; }

.site-sidebar form.best-in-place-form {
  display: inline-block;
  min-width: 140px; }
  .site-sidebar form.best-in-place-form .date {
    width: 140px;
    margin-bottom: -8px; }
  .site-sidebar form.best-in-place-form .form-control {
    height: 26px; }
  .site-sidebar form.best-in-place-form .input-group-addon {
    padding: 1px 5px; }
  .site-sidebar form.best-in-place-form .employee-control {
    margin-top: 5px; }
    .site-sidebar form.best-in-place-form .employee-control .form-group {
      margin-bottom: 0; }
    .site-sidebar form.best-in-place-form .employee-control .select2-container .select2-choice {
      height: 26px; }
      .site-sidebar form.best-in-place-form .employee-control .select2-container .select2-choice .select2-chosen {
        padding: 3px 12px 4px; }
      .site-sidebar form.best-in-place-form .employee-control .select2-container .select2-choice .select2-arrow b {
        margin-top: 6px; }

.site-sidebar .selectlist .btn.dropdown-toggle, .main-contact-info-block .selectlist .btn.dropdown-toggle {
  min-height: 0;
  padding: 2px 8px; }
  .site-sidebar .selectlist .btn.dropdown-toggle .selected-label, .main-contact-info-block .selectlist .btn.dropdown-toggle .selected-label {
    padding-right: 20px; }

.site-sidebar .selectlist ul.dropdown-menu li, .main-contact-info-block .selectlist ul.dropdown-menu li {
  padding: 0; }

.sidebar-block.order-sidebar.finished-order .fa-pencil, .sidebar-block.order-sidebar.finished-order .orange {
  display: none; }

.sidebar-block.order-sidebar.finished-order .dont-clear-bonuses-wrapper .fa-pencil, .sidebar-block.order-sidebar.finished-order .dont-clear-bonuses-wrapper .orange {
  display: inline-block;
  cursor: pointer; }

.sidebar-block.order-sidebar .tags .fa-pencil, .sidebar-block.order-sidebar .tags .orange, .sidebar-block.order-sidebar .sidebar-responsible .fa-pencil, .sidebar-block.order-sidebar .sidebar-responsible .orange {
  display: inherit; }

.sidebar-block.order-sidebar .order-status-form {
  display: inline-block; }

.sidebar-block.production-order-sidebar .production-order-status-form {
  display: inline-block; }

.sidebar-block .selectlist .dropdown-menu {
  margin-top: 2px;
  background-color: #ffffff; }
  .sidebar-block .selectlist .dropdown-menu:before {
    display: none; }
  .sidebar-block .selectlist .dropdown-menu .scrollable-menu > li {
    padding: 0; }
    .sidebar-block .selectlist .dropdown-menu .scrollable-menu > li > a {
      border-top: none;
      padding: 3px 20px;
      color: #333333; }
      .sidebar-block .selectlist .dropdown-menu .scrollable-menu > li > a:hover {
        background-color: #4b5759;
        color: #ffffff; }

.sidebar-block .description {
  padding: 12px 20px 0; }

.sidebar-block ul.statistics-list li {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 1;
  margin-bottom: 2px; }
  .sidebar-block ul.statistics-list li .label {
    font-size: 14px;
    padding: 2px 7px; }
    .sidebar-block ul.statistics-list li .label.label-info {
      background-color: #5bb3ee; }
    .sidebar-block ul.statistics-list li .label.label-success {
      background-color: #00cc33; }
    .sidebar-block ul.statistics-list li .label.label-danger {
      background-color: #ff0000; }

.sidebar-responsible .sidebar-responsible-form .sidebar-list .un {
  margin: 0; }

.sidebar-responsible .sidebar-responsible-form .selectlist .btn.dropdown-toggle {
  min-height: 40px; }

.order-info-popover.event-popover {
  z-index: inherit; }

.phone-sidebar-dropdown {
  display: inline; }

.sidebar-block .avatar-block {
  margin: 15px;
  position: relative;
  overflow: hidden; }
  .sidebar-block .avatar-block img {
    border-radius: 10px; }
  .sidebar-block .avatar-block .avatar-empty {
    background: #dae2ea;
    height: 320px;
    text-align: center;
    border-radius: 10px; }
    .sidebar-block .avatar-block .avatar-empty .glyphicon-camera {
      margin-top: 60px;
      font-size: 200px;
      color: #a3b5c5; }
  .sidebar-block .avatar-block .avatar-menu {
    opacity: 0;
    transition: all .5s ease;
    background: rgba(0, 0, 0, 0.5);
    position: absolute;
    left: 0;
    right: 0;
    bottom: 20px;
    border-radius: 10px; }
    .sidebar-block .avatar-block .avatar-menu a {
      display: block;
      color: #dddddd;
      font-size: 22px;
      transition: all .5s ease;
      line-height: 40px; }
      .sidebar-block .avatar-block .avatar-menu a:hover {
        color: #ffffff;
        text-decoration: none; }
      .sidebar-block .avatar-block .avatar-menu a .glyphicon {
        margin: 0 10px; }
  .sidebar-block .avatar-block .avatar-empty + .avatar-menu {
    bottom: 0; }
  .sidebar-block .avatar-block:hover .avatar-menu {
    opacity: 1; }

.sidebar-templates-bottom {
  margin-top: 15px; }

.phones-dropdowns-container {
  display: inline-block; }

.sidebar-block .add-money {
  border-bottom: 1px dashed #00558F; }
  .sidebar-block .add-money:hover {
    border-bottom: none;
    text-decoration: none; }

.sidebar-block .bd-cake {
  margin-top: -8px; }

.bonuses-amount-wrapper .add-remove-bonuses-icons {
  display: none; }

.bonuses-amount-wrapper:hover .add-remove-bonuses-icons {
  display: inline; }
.accounting-transaction-history .add-operation, .transaction-history .add-operation, .accounting-transaction-balance .add-operation, .accounting-transaction-balance-in-money .add-operation {
  display: inline-block; }

.accounting-transaction-history table th, .transaction-history table th, .accounting-transaction-balance table th, .accounting-transaction-balance-in-money table th {
  white-space: nowrap; }

.accounting-transaction-history .transaction-date, .transaction-history .transaction-date, .accounting-transaction-balance .transaction-date, .accounting-transaction-balance-in-money .transaction-date {
  white-space: nowrap; }

.accounting-transaction-history .btn-apply, .transaction-history .btn-apply, .accounting-transaction-balance .btn-apply, .accounting-transaction-balance-in-money .btn-apply {
  margin-right: 20px; }

.accounting-transaction-history .edit-transaction, .transaction-history .edit-transaction, .accounting-transaction-balance .edit-transaction, .accounting-transaction-balance-in-money .edit-transaction {
  text-decoration: none;
  border-bottom: 1px dashed #00558F; }
  .accounting-transaction-history .edit-transaction:hover, .transaction-history .edit-transaction:hover, .accounting-transaction-balance .edit-transaction:hover, .accounting-transaction-balance-in-money .edit-transaction:hover {
    text-decoration: none;
    border-bottom: none; }

.accounting-transaction-history .select-stocks-wrapper, .transaction-history .select-stocks-wrapper, .accounting-transaction-balance .select-stocks-wrapper, .accounting-transaction-balance-in-money .select-stocks-wrapper {
  display: inline-block; }

.accounting-transaction-history .checkbox.hide-zero-items-wrapper, .transaction-history .checkbox.hide-zero-items-wrapper, .accounting-transaction-balance .checkbox.hide-zero-items-wrapper, .accounting-transaction-balance-in-money .checkbox.hide-zero-items-wrapper {
  display: inline-block;
  margin-left: 20px; }

.accounting-transaction-history .analytics-order-filter > .btn-xs, .transaction-history .analytics-order-filter > .btn-xs, .masters-report .analytics-order-filter > .btn-xs, #setting-form-stocks .analytics-order-filter > .btn-xs, .accounting-transaction-balance .analytics-order-filter > .btn-xs,
#setting-form-cashboxes .analytics-order-filter > .btn-xs, .salaries-report-filter .analytics-order-filter > .btn-xs, .cash-flows-filter .analytics-order-filter > .btn-xs, .coaches-report-filter .analytics-order-filter > .btn-xs, .consolidated-report .analytics-order-filter > .btn-xs,
.z-report-filter .analytics-order-filter > .btn-xs, .reports .analytics-order-filter > .btn-xs, .contracotr-deposits-filters .analytics-order-filter > .btn-xs, .pnl-filter .analytics-order-filter > .btn-xs {
  padding: 9px 8px;
  white-space: normal; }

.table-striped > tbody > tr.row-removed:nth-of-type(odd) {
  background-color: #D44942; }

.history-content tr.row-removed {
  background-color: #D44942;
  color: #ffffff; }
  .history-content tr.row-removed a {
    color: #ffffff;
    border-bottom-color: #ffffff; }

.table > tbody > tr > td .stock-items-table-name-cell {
  width: 300px;
  white-space: normal; }

th i.info-tooltip {
  font-weight: normal; }
/** svg icons
--------------------------------------------------------------------------------------------------------------------- **/
.accordion > *[data-toggle=collapse]:after,
.nav-user a[data-toggle=collapse]:after,
.nav-menu li a[data-toggle=collapse]:after,
*[class|="svg"] {
  content: ' ';
  vertical-align: middle;
  display: inline-block;
  width: 24px;
  height: 24px;
  background-image: url(/assets/sprite-3ec01fe0a90a479451ce37a267d7c5ef789fac58e965358fa80aaa0e0cf19ef0.svg);
  background-repeat: no-repeat;
  background-size: 400% auto; }

.svg-account-circle, a.collapsed[data-toggle=collapse] .svg-account-circle {
  background-position: 0 0; }

.collapse .svg-account-circle, .collapsing .svg-account-circle, a[data-toggle=collapse] .svg-account-circle {
  background-position: -48px 0; }

.nav-menu *:hover > .svg-account-circle {
  background-position: -24px 0 !important; }

.svg-account-multiple, a.collapsed[data-toggle=collapse] .svg-account-multiple {
  background-position: 0 -24px; }

.svg-phone, a.collapsed[data-toggle=collapse] .svg-phone {
  background-position: 0 -672px; }

.collapse .svg-account-multiple, .collapsing .svg-account-multiple, a[data-toggle=collapse] .svg-account-multiple {
  background-position: -48px -24px; }

.collapse .svg-phone, .collapsing .svg-phone, a[data-toggle=collapse] .svg-phone {
  background-position: -48px -672px; }

.nav-menu *:hover > .svg-account-multiple {
  background-position: -24px -24px !important; }

.nav-menu *:hover > .svg-phone {
  background-position: -24px -672px !important; }

.nav-tabs-company li.active .svg-account-multiple {
  background-position: -48px -24px; }

.svg-account-plus, a.collapsed[data-toggle=collapse] .svg-account-plus {
  background-position: 0 -48px; }

.collapse .svg-account-plus, .collapsing .svg-account-plus, a[data-toggle=collapse] .svg-account-plus {
  background-position: -48px -48px; }

.nav-menu *:hover > .svg-account-plus {
  background-position: -24px -48px !important; }

.svg-account-star-variant, a.collapsed[data-toggle=collapse] .svg-account-star-variant {
  background-position: 0 -72px; }

.collapse .svg-account-star-variant, .collapsing .svg-account-star-variant, a[data-toggle=collapse] .svg-account-star-variant {
  background-position: -48px -72px; }

.nav-menu *:hover > .svg-account-star-variant {
  background-position: -24px -72px !important; }

.svg-border-color, a.collapsed[data-toggle=collapse] .svg-border-color {
  background-position: 0 -96px; }

.collapse .svg-border-color, .collapsing .svg-border-color, a[data-toggle=collapse] .svg-border-color {
  background-position: -48px -96px; }

.nav-menu *:hover > .svg-border-color {
  background-position: -24px -96px !important; }

.svg-calendar-text, a.collapsed[data-toggle=collapse] .svg-calendar-text {
  background-position: 0 -120px; }

.collapse .svg-calendar-text, .collapsing .svg-calendar-text, a[data-toggle=collapse] .svg-calendar-text {
  background-position: -48px -120px; }

.nav-menu *:hover > .svg-calendar-text {
  background-position: -24px -120px !important; }

.nav-tabs-company li.active .svg-calendar-text {
  background-position: -48px -120px; }

.svg-calendar-today, a.collapsed[data-toggle=collapse] .svg-calendar-today {
  background-position: 0 -144px; }

.collapse .svg-calendar-today, .collapsing .svg-calendar-today, a[data-toggle=collapse] .svg-calendar-today {
  background-position: -48px -144px; }

.nav-menu *:hover > .svg-calendar-today {
  background-position: -24px -144px !important; }

.svg-cash, a.collapsed[data-toggle=collapse] .svg-cash {
  background-position: 0 -168px; }

.collapse .svg-cash, .collapsing .svg-cash, a[data-toggle=collapse] .svg-cash {
  background-position: -48px -168px; }

.nav-menu *:hover > .svg-cash {
  background-position: -24px -168px !important; }

.svg-cash-multiple, a.collapsed[data-toggle=collapse] .svg-cash-multiple {
  background-position: 0 -192px; }

.collapse .svg-cash-multiple, .collapsing .svg-cash-multiple, a[data-toggle=collapse] .svg-cash-multiple {
  background-position: -48px -192px; }

.nav-menu *:hover > .svg-cash-multiple {
  background-position: -24px -192px !important; }

.nav-tabs-company li.active .svg-cash-multiple {
  background-position: -48px -192px; }

.svg-chart-line, a.collapsed[data-toggle=collapse] .svg-chart-line {
  background-position: 0 -216px; }

.collapse .svg-chart-line, .collapsing .svg-chart-line, a[data-toggle=collapse] .svg-chart-line {
  background-position: -48px -216px; }

.nav-menu *:hover > .svg-chart-line {
  background-position: -24px -216px !important; }

.svg-flag, a.collapsed[data-toggle=collapse] .svg-flag {
  background-position: 0 -624px; }

.collapse .svg-flag, .collapsing .svg-flag, a[data-toggle=collapse] .svg-flag {
  background-position: -48px -624px; }

.nav-menu *:hover > .svg-flag {
  background-position: -24px -624px !important; }

.svg-clipboard-check, a.collapsed[data-toggle=collapse] .svg-clipboard-check {
  background-position: 0 -240px; }

.collapse .svg-clipboard-check, .collapsing .svg-clipboard-check, a[data-toggle=collapse] .svg-clipboard-check {
  background-position: -48px -240px; }

.nav-menu *:hover > .svg-clipboard-check {
  background-position: -24px -240px !important; }

.svg-cash-plus, a.collapsed[data-toggle=collapse] .svg-cash-plus {
  background-position: 0 -720px; }

.collapse .svg-cash-plus, .collapsing .svg-cash-plus, a[data-toggle=collapse] .svg-cash-plus {
  background-position: -48px -720px; }

.nav-menu *:hover > .svg-cash-plus {
  background-position: -24px -720px !important; }

.svg-cash-minus, a.collapsed[data-toggle=collapse] .svg-cash-minus {
  background-position: 0 -744px; }

.collapse .svg-cash-minus, .collapsing .svg-cash-minus, a[data-toggle=collapse] .svg-cash-minus {
  background-position: -48px -744px; }

.nav-menu *:hover > .svg-cash-minus {
  background-position: -24px -744px !important; }

.svg-briefcase, a.collapsed[data-toggle=collapse] .svg-briefcase {
  background-position: 0 0; }

.collapse .svg-briefcase, .collapsing .svg-briefcase, a[data-toggle=collapse] .svg-briefcase {
  background-position: -48px 0; }

.nav-menu *:hover > .svg-briefcase {
  background-position: -24px 0 !important; }

.svg-clipboard-outline, a.collapsed[data-toggle=collapse] .svg-clipboard-outline {
  background-position: 0 -264px; }

.collapse .svg-clipboard-outline, .collapsing .svg-clipboard-outline, a[data-toggle=collapse] .svg-clipboard-outline {
  background-position: -48px -264px; }

.nav-menu *:hover > .svg-clipboard-outline {
  background-position: -24px -264px !important; }

.svg-close, a.collapsed[data-toggle=collapse] .svg-close {
  background-position: 0 -288px; }

.collapse .svg-close, .collapsing .svg-close, a[data-toggle=collapse] .svg-close {
  background-position: -48px -288px; }

.nav-menu *:hover > .svg-close {
  background-position: -24px -288px !important; }

.svg-content-copy, a.collapsed[data-toggle=collapse] .svg-content-copy {
  background-position: 0 -312px; }

.collapse .svg-content-copy, .collapsing .svg-content-copy, a[data-toggle=collapse] .svg-content-copy {
  background-position: -48px -312px; }

.nav-menu *:hover > .svg-content-copy {
  background-position: -24px -312px !important; }

.svg-content-paste, a.collapsed[data-toggle=collapse] .svg-content-paste {
  background-position: 0 -336px; }

.collapse .svg-content-paste, .collapsing .svg-content-paste, a[data-toggle=collapse] .svg-content-paste {
  background-position: -48px -336px; }

.nav-menu *:hover > .svg-content-paste {
  background-position: -24px -336px !important; }

.nav-tabs-company li.active .svg-content-paste {
  background-position: -48px -336px; }

.svg-delete, a.collapsed[data-toggle=collapse] .svg-delete {
  background-position: 0 -360px; }

.collapse .svg-delete, .collapsing .svg-delete, a[data-toggle=collapse] .svg-delete {
  background-position: -48px -360px; }

.nav-menu *:hover > .svg-delete {
  background-position: -24px -360px !important; }

.form-control-addRemove .svg-delete {
  background-position: -24px -360px; }

.svg-domain, a.collapsed[data-toggle=collapse] .svg-domain {
  background-position: 0 -384px; }

.collapse .svg-domain, .collapsing .svg-domain, a[data-toggle=collapse] .svg-domain {
  background-position: -48px -384px; }

.nav-menu *:hover > .svg-domain {
  background-position: -24px -384px !important; }

.nav-tabs-company li.active .svg-domain {
  background-position: -48px -384px; }

.svg-file-outline, a.collapsed[data-toggle=collapse] .svg-file-outline {
  background-position: 0 -408px; }

.collapse .svg-file-outline, .collapsing .svg-file-outline, a[data-toggle=collapse] .svg-file-outline {
  background-position: -48px -408px; }

.nav-menu *:hover > .svg-file-outline {
  background-position: -24px -408px !important; }

.svg-image-filter-tilt-shift, a.collapsed[data-toggle=collapse] .svg-image-filter-tilt-shift {
  background-position: 0 -432px; }

.collapse .svg-image-filter-tilt-shift, .collapsing .svg-image-filter-tilt-shift, a[data-toggle=collapse] .svg-image-filter-tilt-shift {
  background-position: -48px -432px; }

.nav-menu *:hover > .svg-image-filter-tilt-shift {
  background-position: -24px -432px !important; }

.svg-plus-circle-outline, a.collapsed[data-toggle=collapse] .svg-plus-circle-outline {
  background-position: 0 -456px; }

.collapse .svg-plus-circle-outline, .collapsing .svg-plus-circle-outline, a[data-toggle=collapse] .svg-plus-circle-outline {
  background-position: -48px -456px; }

.nav-menu *:hover > .svg-plus-circle-outline {
  background-position: -24px -456px !important; }

.svg-table-edit, a.collapsed[data-toggle=collapse] .svg-table-edit {
  background-position: 0 -480px; }

.collapse .svg-table-edit, .collapsing .svg-table-edit, a[data-toggle=collapse] .svg-table-edit {
  background-position: -48px -480px; }

.nav-menu *:hover > .svg-table-edit {
  background-position: -24px -480px !important; }

.svg-unfold-more, a.collapsed[data-toggle=collapse] .svg-unfold-more {
  background-position: 0 -504px; }

.collapse .svg-unfold-more, .collapsing .svg-unfold-more, a[data-toggle=collapse] .svg-unfold-more {
  background-position: -48px -504px; }

.nav-menu *:hover > .svg-unfold-more {
  background-position: -24px -504px !important; }

.svg-magnify, a.collapsed[data-toggle=collapse] .svg-magnify {
  background-position: 0 -528px; }

.collapse .svg-magnify, .collapsing .svg-magnify, a[data-toggle=collapse] .svg-magnify {
  background-position: -48px -528px; }

.nav-menu *:hover > .svg-magnify {
  background-position: -24px -528px !important; }

.svg-bell-outline, a.collapsed[data-toggle=collapse] .svg-bell-outline {
  background-position: 0 -552px; }

.collapse .svg-bell-outline, .collapsing .svg-bell-outline, a[data-toggle=collapse] .svg-bell-outline {
  background-position: -48px -552px; }

.nav-menu *:hover > .svg-bell-outline {
  background-position: -24px -552px !important; }

.svg-power, a.collapsed[data-toggle=collapse] .svg-power {
  background-position: 0 -576px; }

.collapse .svg-power, .collapsing .svg-power, a[data-toggle=collapse] .svg-power {
  background-position: -48px -576px; }

.nav-menu *:hover > .svg-power {
  background-position: -24px -576px !important; }

.svg-arrow, a.collapsed[data-toggle=collapse] .svg-arrow {
  background-position: 0 -600px; }

.collapse .svg-arrow, .collapsing .svg-arrow, a[data-toggle=collapse] .svg-arrow {
  background-position: -48px -600px; }

.nav-menu *:hover > .svg-arrow {
  background-position: -24px -600px !important; }

.site-breadcrumb .svg-arrow, .site-logo .svg-arrow {
  background-position: -24px -600px; }

.nav-user .collapse .svg-table-edit, .nav-user .collapsing .svg-table-edit {
  background-position: -24px -480px; }

.nav-user .collapse .svg-power, .nav-user .collapsing .svg-power {
  background-position: -24px -576px; }

.form-control-addRemove .svg-delete {
  margin: -10px 0 -6px 0;
  cursor: pointer; }

.form-control-addRemove .svg-delete:hover {
  background-position: -0px -360px; }

a.svg-delete.delete-segment {
  background-position: -24px -360px; }
  a.svg-delete.delete-segment:hover {
    background-position: 0 -360px; }

.svg-settings, a.collapsed[data-toggle=collapse] .svg-settings {
  background-position: 0 -648px; }

.nav-menu *:hover > .svg-settings, .nav-menu .active > .svg-settings {
  background-position: -24px -648px !important; }

.graph-open .statistics:before {
  display: inline-block;
  content: '';
  width: 24px;
  height: 24px;
  background-image: url(/assets/sprite-3ec01fe0a90a479451ce37a267d7c5ef789fac58e965358fa80aaa0e0cf19ef0.svg);
  background-repeat: no-repeat;
  background-size: 400% auto;
  background-position: 0 -696px;
  position: relative;
  top: 3px;
  margin-right: 5px; }
  .graph-open .statistics:before:hover {
    background-position: -24px -696px; }
.calendar-container .new-tasks-list-container {
  overflow: hidden; }

.calendar-container .new-tasks-list-scroll {
  overflow: auto; }

.calendar-container .new-tasks-list, .calendar-container .new-tasks-list-header {
  width: 3080px; }

.calendar-container .start-new-block, .calendar-container .date-block {
  width: 280px;
  float: left; }

.calendar-container .date-block {
  font-family: 'PT Sans', sans-serif;
  text-align: center;
  padding: 5px 0 10px 0;
  font-size: 18px;
  font-weight: bold;
  color: #465D79;
  border-bottom: 1px solid #dddddd; }

.calendar-container .start-new-block {
  border-right: 1px solid #dddddd; }
  .calendar-container .start-new-block:first-child {
    border-left: 1px solid #dddddd; }

.calendar-container .amount-tasks {
  font-weight: bold;
  padding-left: 8px; }

.calendar-container .comment-edit-link {
  text-decoration: none;
  border-bottom: 1px dashed #00558F; }
  .calendar-container .comment-edit-link:hover {
    text-decoration: none;
    border-bottom: none; }

.calendar-container .table-tasks-container {
  margin: -10px -20px -20px -20px; }
  .calendar-container .table-tasks-container .table-filter-popover {
    margin-top: -50px; }
    .calendar-container .table-tasks-container .table-filter-popover .block-footer {
      margin: 0; }

.event-popover .migrations p {
  margin-bottom: 5px; }

.comment-footer .comment-buttons .buttons-block, .event-popover .footer .buttons-block {
  position: relative; }

.dropdown-migrate {
  display: inline-block;
  margin-left: 1px;
  position: static; }
  .dropdown-migrate .btn {
    margin-left: 0;
    padding: 1px 5px; }
    .dropdown-migrate .btn .caret {
      border-top-width: 9px;
      border-right-width: 6px;
      border-left-width: 6px; }
  .dropdown-migrate .dropdown-menu {
    min-width: 0;
    background: transparent;
    border: none;
    padding: 0;
    left: 0;
    right: 0; }
    .dropdown-migrate .dropdown-menu > li {
      margin-bottom: 2px; }
      .dropdown-migrate .dropdown-menu > li > a {
        color: #ffffff; }
        .dropdown-migrate .dropdown-menu > li > a:hover {
          background-color: #5bb3ee; }

.task-migrate h4 {
  font-size: 14px;
  font-weight: bold; }

.task-migrate .date {
  margin-right: 0; }
  .task-migrate .date .form-control {
    height: 24px;
    font-weight: normal; }
  .task-migrate .date .input-group-addon {
    padding: 0 5px; }

.task-migrate .btn-migration {
  width: 42px; }
  .task-migrate .btn-migration:first-child {
    width: 80px; }

.calendar-head .table-header-container .data-group-actions .data-table-group-actions {
  position: relative;
  height: 30px;
  line-height: 30px; }
  .calendar-head .table-header-container .data-group-actions .data-table-group-actions a .glyphicon {
    padding-top: 10px; }
  .calendar-head .table-header-container .data-group-actions .data-table-group-actions .dropdown-menu-right {
    width: 180px; }

.modal-change-tasks-due-date .days-count {
  display: inline-block;
  width: 55px; }
.templates-legends table td:hover .glyphicon-copy, .z-report-table table td:hover .glyphicon-copy {
  display: inline; }

.templates-legends table td .glyphicon-copy, .z-report-table table td .glyphicon-copy {
  cursor: pointer;
  display: none; }

.templates-list-block {
  margin-top: 10px; }
  .templates-list-block .row {
    padding: 14px 15px;
    border-bottom: 1px solid #dddddd; }
    .templates-list-block .row.title-row {
      border-bottom-width: 2px; }
  .templates-list-block .delete-template:hover {
    text-decoration: none; }

.generate-format-selectlist.selectlist[data-initialize=selectlist] {
  width: auto; }
.select-income-expenditure-control .disabled {
  padding: 9px 20px;
  color: #ffffff;
  font-weight: bold;
  border-top: 1px solid #4b5759; }

.btn.management-accounting {
  margin-bottom: 20px; }

.management-accounting-modal .modal-header {
  background-color: #E56768; }

.cash-flows-table .item-name, .pnl-table .item-name {
  padding-left: 30px; }

.cash-flows-table.table > tbody > tr > td, .pnl-table.table > tbody > tr > td {
  padding-right: 30px; }

.history-transaction-container .changes-block .title {
  border-bottom: 1px dashed #00558F;
  cursor: pointer; }
  .history-transaction-container .changes-block .title:hover {
    border-bottom: 1px dashed transparent; }

.transaction-history .history-table-wrapper {
  margin-bottom: 30px; }

.cash-flows-table a, .pnl-table a {
  text-decoration: none;
  border-bottom: 1px dashed #00558F; }
  .cash-flows-table a:hover, .pnl-table a:hover {
    text-decoration: none;
    border-bottom: none; }

.cash-flows-table .zero-amount, .pnl-table .zero-amount {
  color: #dcdcdc; }

.management-accounting-menu, .stocks-menu {
  padding-bottom: 15px; }
  .management-accounting-menu .creation-block .dropdown-migrate, .stocks-menu .creation-block .dropdown-migrate {
    position: relative; }
    .management-accounting-menu .creation-block .dropdown-migrate .dropdown-menu, .stocks-menu .creation-block .dropdown-migrate .dropdown-menu {
      left: auto; }
  .management-accounting-menu .system-cashbox-commands, .stocks-menu .system-cashbox-commands {
    display: inline-block; }

.cash-flows-report .report-table-wrapper .dataTables_wrapper {
  margin-bottom: 15px; }

.transaction-type-nav {
  margin-bottom: 15px; }

.transaction-balance-tranfer-nav {
  margin-top: -10px; }

.transaction-order-block table.orders-to-pay-table > tbody > tr > td {
  padding: 5px 10px; }
  .transaction-order-block table.orders-to-pay-table > tbody > tr > td .form-control {
    width: 120px; }

.transaction-order-block .sales-to-pay-table-wrapper {
  max-height: 500px;
  overflow: auto;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  padding: 10px 0; }

.add-money-button-container {
  padding: 20px 20px 0; }

.transactions-operations-modal .modal-dialog {
  min-width: 90%; }

.cash-receipt-confirm-modal .z-report-text, .cash-receipt-confirm-modal .deposit-text, .cash-receipt-confirm-modal .withdrawal-text, .cash-receipt-enter-amount-modal .z-report-text, .cash-receipt-enter-amount-modal .deposit-text, .cash-receipt-enter-amount-modal .withdrawal-text {
  display: none; }

.cash-receipt-confirm-modal.z-report .z-report-text, .cash-receipt-enter-amount-modal.z-report .z-report-text {
  display: inherit; }

.cash-receipt-confirm-modal.deposit .deposit-text, .cash-receipt-enter-amount-modal.deposit .deposit-text {
  display: inherit; }

.cash-receipt-confirm-modal.withdrawal .withdrawal-text, .cash-receipt-enter-amount-modal.withdrawal .withdrawal-text {
  display: inherit; }

.cash-receipt-confirm-modal .cash-receipt-amount, .cash-receipt-enter-amount-modal .cash-receipt-amount {
  width: auto; }

.cash-receipt-info-modal .pending, .cash-receipt-info-modal .error, .cash-receipt-info-modal .command-has-sent {
  display: none; }

.cash-receipt-info-modal.status-pending .pending {
  display: inherit; }

.cash-receipt-info-modal.status-error .error {
  display: inherit; }

.cash-receipt-info-modal.status-command-has-sent .command-has-sent {
  display: inherit; }

.consolidated-report .table {
  width: auto; }

.transaction-forms-wrapper .input-group.form_datetime .field_with_errors label, .transactions-operations-modal .input-group.form_datetime .field_with_errors label, .stocks-operations-modal .input-group.form_datetime .field_with_errors label {
  white-space: nowrap; }

.report-table-wrapper .pointer-cursor {
  cursor: pointer;
  display: inline-block;
  border-bottom: dashed 1px; }
  .report-table-wrapper .pointer-cursor:hover {
    border-bottom-color: transparent; }

.management-accounting .total-sum-link, .management-accounting .report-link {
  text-decoration: none;
  border-bottom: 1px dashed #00558F; }
  .management-accounting .total-sum-link:hover, .management-accounting .report-link:hover {
    text-decoration: none;
    border-bottom: 1px dashed transparent; }

.management-accounting .consolidated-money-dropdown ul li .total-sum-link, .management-accounting .consolidated-money-dropdown ul li .report-link {
  border-bottom: none; }
.trigger-form .is-active {
  margin-top: 32px; }

.trigger-form .trigger-actions .is-active {
  margin-top: 10px; }

.trigger-form .trigger-actions .remove-link-wrapper {
  padding-top: 8px; }

.trigger-form .trigger-actions-block {
  padding-bottom: 20px; }
  .trigger-form .trigger-actions-block .nested-fields {
    border-bottom: 1px solid #a0aebe;
    margin-bottom: 20px; }

.select2-drop-active.select2-drop-active.select2-tags-dropdown {
  margin-top: 0; }

.sync-fields-table label.checkbox-inline {
  top: -10px; }
.user-group-contacts-page .table > tbody > tr > td, .user-group-contacts-page .table > thead > tr > th {
  padding: 5px; }

.user-group-contacts-page .contact-visit-time-wrapper .remove-time-link {
  opacity: 0; }

.user-group-contacts-page .contact-visit-time-wrapper:hover .remove-time-link {
  opacity: 1; }

.user-group-contacts-page .active-contacts-table > tbody {
  counter-reset: line-number; }
  .user-group-contacts-page .active-contacts-table > tbody > tr > td:first-child {
    counter-increment: line-number; }
    .user-group-contacts-page .active-contacts-table > tbody > tr > td:first-child:before {
      content: counter(line-number) "."; }

.user-group-contacts-page .user-group-date {
  border: none;
  background: inherit;
  cursor: pointer;
  width: 180px; }
.vacancy-applications-table .select-selection-stage-control button.dropdown-toggle {
  min-height: 24px;
  padding: 0 8px; }
.modal-workout-sale .modal-lg, .modal-workout-sale-payment .modal-lg {
  width: 99%; }

.modal-workout-sale .items-groups-wrapper .well, .modal-workout-sale .items-list-wrapper .well, .modal-workout-sale-payment .items-groups-wrapper .well, .modal-workout-sale-payment .items-list-wrapper .well {
  background-color: #254385;
  color: #ffffff;
  cursor: pointer;
  margin: 0 -10px 5px;
  padding: 0;
  height: 85px;
  display: flex; }
  .modal-workout-sale .items-groups-wrapper .well.active, .modal-workout-sale .items-groups-wrapper .well:hover, .modal-workout-sale .items-list-wrapper .well.active, .modal-workout-sale .items-list-wrapper .well:hover, .modal-workout-sale-payment .items-groups-wrapper .well.active, .modal-workout-sale-payment .items-groups-wrapper .well:hover, .modal-workout-sale-payment .items-list-wrapper .well.active, .modal-workout-sale-payment .items-list-wrapper .well:hover {
    background-color: #F3AB4F; }
  .modal-workout-sale .items-groups-wrapper .well a, .modal-workout-sale .items-list-wrapper .well a, .modal-workout-sale-payment .items-groups-wrapper .well a, .modal-workout-sale-payment .items-list-wrapper .well a {
    color: #ffffff;
    font-size: 18px;
    width: 100%;
    height: 100%;
    padding: 0px 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center; }
    .modal-workout-sale .items-groups-wrapper .well a:hover, .modal-workout-sale .items-list-wrapper .well a:hover, .modal-workout-sale-payment .items-groups-wrapper .well a:hover, .modal-workout-sale-payment .items-list-wrapper .well a:hover {
      text-decoration: none; }

.modal-workout-sale .sale-items-table thead, .modal-workout-sale .sale-items-table-payment thead, .modal-workout-sale-payment .sale-items-table thead, .modal-workout-sale-payment .sale-items-table-payment thead {
  white-space: nowrap; }
  .modal-workout-sale .sale-items-table thead th:first-child, .modal-workout-sale .sale-items-table-payment thead th:first-child, .modal-workout-sale-payment .sale-items-table thead th:first-child, .modal-workout-sale-payment .sale-items-table-payment thead th:first-child {
    width: 50%; }

.modal-workout-sale .sale-items-table tr, .modal-workout-sale .sale-items-table th, .modal-workout-sale .sale-items-table-payment tr, .modal-workout-sale .sale-items-table-payment th, .modal-workout-sale-payment .sale-items-table tr, .modal-workout-sale-payment .sale-items-table th, .modal-workout-sale-payment .sale-items-table-payment tr, .modal-workout-sale-payment .sale-items-table-payment th {
  text-align: right; }
  .modal-workout-sale .sale-items-table tr td:first-child, .modal-workout-sale .sale-items-table tr th:first-child, .modal-workout-sale .sale-items-table th td:first-child, .modal-workout-sale .sale-items-table th th:first-child, .modal-workout-sale .sale-items-table-payment tr td:first-child, .modal-workout-sale .sale-items-table-payment tr th:first-child, .modal-workout-sale .sale-items-table-payment th td:first-child, .modal-workout-sale .sale-items-table-payment th th:first-child, .modal-workout-sale-payment .sale-items-table tr td:first-child, .modal-workout-sale-payment .sale-items-table tr th:first-child, .modal-workout-sale-payment .sale-items-table th td:first-child, .modal-workout-sale-payment .sale-items-table th th:first-child, .modal-workout-sale-payment .sale-items-table-payment tr td:first-child, .modal-workout-sale-payment .sale-items-table-payment tr th:first-child, .modal-workout-sale-payment .sale-items-table-payment th td:first-child, .modal-workout-sale-payment .sale-items-table-payment th th:first-child {
    text-align: left; }

.modal-workout-sale .sale-items-table .svg-delete.remove-one-item, .modal-workout-sale .sale-items-table-payment .svg-delete.remove-one-item, .modal-workout-sale-payment .sale-items-table .svg-delete.remove-one-item, .modal-workout-sale-payment .sale-items-table-payment .svg-delete.remove-one-item {
  background-position: -24px -360px;
  margin-top: -10px; }
  .modal-workout-sale .sale-items-table .svg-delete.remove-one-item:hover, .modal-workout-sale .sale-items-table-payment .svg-delete.remove-one-item:hover, .modal-workout-sale-payment .sale-items-table .svg-delete.remove-one-item:hover, .modal-workout-sale-payment .sale-items-table-payment .svg-delete.remove-one-item:hover {
    background-position: 0 -360px; }

.modal-workout-sale .sale-items-table .count, .modal-workout-sale .sale-items-table .price, .modal-workout-sale .sale-items-table-payment .count, .modal-workout-sale .sale-items-table-payment .price, .modal-workout-sale-payment .sale-items-table .count, .modal-workout-sale-payment .sale-items-table .price, .modal-workout-sale-payment .sale-items-table-payment .count, .modal-workout-sale-payment .sale-items-table-payment .price {
  position: relative; }
  .modal-workout-sale .sale-items-table .count:after, .modal-workout-sale .sale-items-table .price:after, .modal-workout-sale .sale-items-table-payment .count:after, .modal-workout-sale .sale-items-table-payment .price:after, .modal-workout-sale-payment .sale-items-table .count:after, .modal-workout-sale-payment .sale-items-table .price:after, .modal-workout-sale-payment .sale-items-table-payment .count:after, .modal-workout-sale-payment .sale-items-table-payment .price:after {
    content: 'x';
    display: block;
    position: absolute;
    right: -8px;
    top: 13px;
    font-weight: normal; }

.modal-workout-sale .sale-items-table .price:after, .modal-workout-sale .sale-items-table-payment .price:after, .modal-workout-sale-payment .sale-items-table .price:after, .modal-workout-sale-payment .sale-items-table-payment .price:after {
  content: '='; }

.modal-workout-sale .sub-accounts-balances-block, .modal-workout-sale-payment .sub-accounts-balances-block {
  margin-bottom: 10px; }
  .modal-workout-sale .sub-accounts-balances-block .block-title, .modal-workout-sale-payment .sub-accounts-balances-block .block-title {
    display: none; }
  .modal-workout-sale .sub-accounts-balances-block ul > li.sub-account-balance, .modal-workout-sale-payment .sub-accounts-balances-block ul > li.sub-account-balance {
    display: inline-block;
    padding-right: 15px; }

.modal-workout-sale-payment .cashbox-btn {
  width: 100%;
  margin-bottom: 10px;
  white-space: normal; }
  .modal-workout-sale-payment .cashbox-btn.no-payment {
    width: auto; }

.modal-workout-sale-payment .modal-footer .cashbox-btn {
  margin-bottom: 0; }

.modal-workout-sale-membership-activation .active-type-btn {
  width: 100%; }

.modal-sale-select-client .previous-clients-list {
  max-height: 600px;
  overflow: auto; }
  .modal-sale-select-client .previous-clients-list li {
    margin-bottom: 5px; }
/*!
 *  Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH
 * -------------------------- */





@font-face {
  font-family: 'FontAwesome';
  src: url('/assets/fontawesome-webfont-82ff0fe46a6f60e0ab3c4a9891a0ae0a1f7b7e84c625f55358379177a2dcb202.eot');
  src: url('/assets/fontawesome-webfont-82ff0fe46a6f60e0ab3c4a9891a0ae0a1f7b7e84c625f55358379177a2dcb202.eot?#iefix') format('embedded-opentype'), url('/assets/fontawesome-webfont-fa79d127baca4558a0b973f5f514b90fc5ef43314c41095f5cb285ffaa0a4029.woff2') format('woff2'), url('/assets/fontawesome-webfont-c9a0a23a23a3f6f7165cba218b40483a0b1750d92b49c40842f1d8f566f5f421.woff') format('woff'), url('/assets/fontawesome-webfont-2794b002e3568f5abce8991e2431ca79e0ce84a08ea1268884b4e097b62762a6.ttf') format('truetype'), url('/assets/fontawesome-webfont-67c6c8e9ffb0fcd7c7c64eaff12a298abf5b54a54b54f0e6c4c49161dba62d6d.svg#fontawesomeregular') format('svg');
  font-weight: normal;
  font-style: normal;
}
.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
/* makes the font 33% larger relative to the icon container */
.fa-lg {
  font-size: 1.33333333em;
  line-height: 0.75em;
  vertical-align: -15%;
}
.fa-2x {
  font-size: 2em;
}
.fa-3x {
  font-size: 3em;
}
.fa-4x {
  font-size: 4em;
}
.fa-5x {
  font-size: 5em;
}
.fa-fw {
  width: 1.28571429em;
  text-align: center;
}
.fa-ul {
  padding-left: 0;
  margin-left: 2.14285714em;
  list-style-type: none;
}
.fa-ul > li {
  position: relative;
}
.fa-li {
  position: absolute;
  left: -2.14285714em;
  width: 2.14285714em;
  top: 0.14285714em;
  text-align: center;
}
.fa-li.fa-lg {
  left: -1.85714286em;
}
.fa-border {
  padding: .2em .25em .15em;
  border: solid 0.08em #eeeeee;
  border-radius: .1em;
}
.fa-pull-left {
  float: left;
}
.fa-pull-right {
  float: right;
}
.fa.fa-pull-left {
  margin-right: .3em;
}
.fa.fa-pull-right {
  margin-left: .3em;
}
/* Deprecated as of 4.4.0 */
.pull-right {
  float: right;
}
.pull-left {
  float: left;
}
.fa.pull-left {
  margin-right: .3em;
}
.fa.pull-right {
  margin-left: .3em;
}
.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear;
}
.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
  animation: fa-spin 1s infinite steps(8);
}
@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
.fa-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
.fa-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.fa-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
}
.fa-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  -webkit-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1);
}
.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  -webkit-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  transform: scale(1, -1);
}
:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
  filter: none;
}
.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle;
}
.fa-stack-1x,
.fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
}
.fa-stack-1x {
  line-height: inherit;
}
.fa-stack-2x {
  font-size: 2em;
}
.fa-inverse {
  color: #ffffff;
}
/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
.fa-glass:before {
  content: "\f000";
}
.fa-music:before {
  content: "\f001";
}
.fa-search:before {
  content: "\f002";
}
.fa-envelope-o:before {
  content: "\f003";
}
.fa-heart:before {
  content: "\f004";
}
.fa-star:before {
  content: "\f005";
}
.fa-star-o:before {
  content: "\f006";
}
.fa-user:before {
  content: "\f007";
}
.fa-film:before {
  content: "\f008";
}
.fa-th-large:before {
  content: "\f009";
}
.fa-th:before {
  content: "\f00a";
}
.fa-th-list:before {
  content: "\f00b";
}
.fa-check:before {
  content: "\f00c";
}
.fa-remove:before,
.fa-close:before,
.fa-times:before {
  content: "\f00d";
}
.fa-search-plus:before {
  content: "\f00e";
}
.fa-search-minus:before {
  content: "\f010";
}
.fa-power-off:before {
  content: "\f011";
}
.fa-signal:before {
  content: "\f012";
}
.fa-gear:before,
.fa-cog:before {
  content: "\f013";
}
.fa-trash-o:before {
  content: "\f014";
}
.fa-home:before {
  content: "\f015";
}
.fa-file-o:before {
  content: "\f016";
}
.fa-clock-o:before {
  content: "\f017";
}
.fa-road:before {
  content: "\f018";
}
.fa-download:before {
  content: "\f019";
}
.fa-arrow-circle-o-down:before {
  content: "\f01a";
}
.fa-arrow-circle-o-up:before {
  content: "\f01b";
}
.fa-inbox:before {
  content: "\f01c";
}
.fa-play-circle-o:before {
  content: "\f01d";
}
.fa-rotate-right:before,
.fa-repeat:before {
  content: "\f01e";
}
.fa-refresh:before {
  content: "\f021";
}
.fa-list-alt:before {
  content: "\f022";
}
.fa-lock:before {
  content: "\f023";
}
.fa-flag:before {
  content: "\f024";
}
.fa-headphones:before {
  content: "\f025";
}
.fa-volume-off:before {
  content: "\f026";
}
.fa-volume-down:before {
  content: "\f027";
}
.fa-volume-up:before {
  content: "\f028";
}
.fa-qrcode:before {
  content: "\f029";
}
.fa-barcode:before {
  content: "\f02a";
}
.fa-tag:before {
  content: "\f02b";
}
.fa-tags:before {
  content: "\f02c";
}
.fa-book:before {
  content: "\f02d";
}
.fa-bookmark:before {
  content: "\f02e";
}
.fa-print:before {
  content: "\f02f";
}
.fa-camera:before {
  content: "\f030";
}
.fa-font:before {
  content: "\f031";
}
.fa-bold:before {
  content: "\f032";
}
.fa-italic:before {
  content: "\f033";
}
.fa-text-height:before {
  content: "\f034";
}
.fa-text-width:before {
  content: "\f035";
}
.fa-align-left:before {
  content: "\f036";
}
.fa-align-center:before {
  content: "\f037";
}
.fa-align-right:before {
  content: "\f038";
}
.fa-align-justify:before {
  content: "\f039";
}
.fa-list:before {
  content: "\f03a";
}
.fa-dedent:before,
.fa-outdent:before {
  content: "\f03b";
}
.fa-indent:before {
  content: "\f03c";
}
.fa-video-camera:before {
  content: "\f03d";
}
.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
  content: "\f03e";
}
.fa-pencil:before {
  content: "\f040";
}
.fa-map-marker:before {
  content: "\f041";
}
.fa-adjust:before {
  content: "\f042";
}
.fa-tint:before {
  content: "\f043";
}
.fa-edit:before,
.fa-pencil-square-o:before {
  content: "\f044";
}
.fa-share-square-o:before {
  content: "\f045";
}
.fa-check-square-o:before {
  content: "\f046";
}
.fa-arrows:before {
  content: "\f047";
}
.fa-step-backward:before {
  content: "\f048";
}
.fa-fast-backward:before {
  content: "\f049";
}
.fa-backward:before {
  content: "\f04a";
}
.fa-play:before {
  content: "\f04b";
}
.fa-pause:before {
  content: "\f04c";
}
.fa-stop:before {
  content: "\f04d";
}
.fa-forward:before {
  content: "\f04e";
}
.fa-fast-forward:before {
  content: "\f050";
}
.fa-step-forward:before {
  content: "\f051";
}
.fa-eject:before {
  content: "\f052";
}
.fa-chevron-left:before {
  content: "\f053";
}
.fa-chevron-right:before {
  content: "\f054";
}
.fa-plus-circle:before {
  content: "\f055";
}
.fa-minus-circle:before {
  content: "\f056";
}
.fa-times-circle:before {
  content: "\f057";
}
.fa-check-circle:before {
  content: "\f058";
}
.fa-question-circle:before {
  content: "\f059";
}
.fa-info-circle:before {
  content: "\f05a";
}
.fa-crosshairs:before {
  content: "\f05b";
}
.fa-times-circle-o:before {
  content: "\f05c";
}
.fa-check-circle-o:before {
  content: "\f05d";
}
.fa-ban:before {
  content: "\f05e";
}
.fa-arrow-left:before {
  content: "\f060";
}
.fa-arrow-right:before {
  content: "\f061";
}
.fa-arrow-up:before {
  content: "\f062";
}
.fa-arrow-down:before {
  content: "\f063";
}
.fa-mail-forward:before,
.fa-share:before {
  content: "\f064";
}
.fa-expand:before {
  content: "\f065";
}
.fa-compress:before {
  content: "\f066";
}
.fa-plus:before {
  content: "\f067";
}
.fa-minus:before {
  content: "\f068";
}
.fa-asterisk:before {
  content: "\f069";
}
.fa-exclamation-circle:before {
  content: "\f06a";
}
.fa-gift:before {
  content: "\f06b";
}
.fa-leaf:before {
  content: "\f06c";
}
.fa-fire:before {
  content: "\f06d";
}
.fa-eye:before {
  content: "\f06e";
}
.fa-eye-slash:before {
  content: "\f070";
}
.fa-warning:before,
.fa-exclamation-triangle:before {
  content: "\f071";
}
.fa-plane:before {
  content: "\f072";
}
.fa-calendar:before {
  content: "\f073";
}
.fa-random:before {
  content: "\f074";
}
.fa-comment:before {
  content: "\f075";
}
.fa-magnet:before {
  content: "\f076";
}
.fa-chevron-up:before {
  content: "\f077";
}
.fa-chevron-down:before {
  content: "\f078";
}
.fa-retweet:before {
  content: "\f079";
}
.fa-shopping-cart:before {
  content: "\f07a";
}
.fa-folder:before {
  content: "\f07b";
}
.fa-folder-open:before {
  content: "\f07c";
}
.fa-arrows-v:before {
  content: "\f07d";
}
.fa-arrows-h:before {
  content: "\f07e";
}
.fa-bar-chart-o:before,
.fa-bar-chart:before {
  content: "\f080";
}
.fa-twitter-square:before {
  content: "\f081";
}
.fa-facebook-square:before {
  content: "\f082";
}
.fa-camera-retro:before {
  content: "\f083";
}
.fa-key:before {
  content: "\f084";
}
.fa-gears:before,
.fa-cogs:before {
  content: "\f085";
}
.fa-comments:before {
  content: "\f086";
}
.fa-thumbs-o-up:before {
  content: "\f087";
}
.fa-thumbs-o-down:before {
  content: "\f088";
}
.fa-star-half:before {
  content: "\f089";
}
.fa-heart-o:before {
  content: "\f08a";
}
.fa-sign-out:before {
  content: "\f08b";
}
.fa-linkedin-square:before {
  content: "\f08c";
}
.fa-thumb-tack:before {
  content: "\f08d";
}
.fa-external-link:before {
  content: "\f08e";
}
.fa-sign-in:before {
  content: "\f090";
}
.fa-trophy:before {
  content: "\f091";
}
.fa-github-square:before {
  content: "\f092";
}
.fa-upload:before {
  content: "\f093";
}
.fa-lemon-o:before {
  content: "\f094";
}
.fa-phone:before {
  content: "\f095";
}
.fa-square-o:before {
  content: "\f096";
}
.fa-bookmark-o:before {
  content: "\f097";
}
.fa-phone-square:before {
  content: "\f098";
}
.fa-twitter:before {
  content: "\f099";
}
.fa-facebook-f:before,
.fa-facebook:before {
  content: "\f09a";
}
.fa-github:before {
  content: "\f09b";
}
.fa-unlock:before {
  content: "\f09c";
}
.fa-credit-card:before {
  content: "\f09d";
}
.fa-feed:before,
.fa-rss:before {
  content: "\f09e";
}
.fa-hdd-o:before {
  content: "\f0a0";
}
.fa-bullhorn:before {
  content: "\f0a1";
}
.fa-bell:before {
  content: "\f0f3";
}
.fa-certificate:before {
  content: "\f0a3";
}
.fa-hand-o-right:before {
  content: "\f0a4";
}
.fa-hand-o-left:before {
  content: "\f0a5";
}
.fa-hand-o-up:before {
  content: "\f0a6";
}
.fa-hand-o-down:before {
  content: "\f0a7";
}
.fa-arrow-circle-left:before {
  content: "\f0a8";
}
.fa-arrow-circle-right:before {
  content: "\f0a9";
}
.fa-arrow-circle-up:before {
  content: "\f0aa";
}
.fa-arrow-circle-down:before {
  content: "\f0ab";
}
.fa-globe:before {
  content: "\f0ac";
}
.fa-wrench:before {
  content: "\f0ad";
}
.fa-tasks:before {
  content: "\f0ae";
}
.fa-filter:before {
  content: "\f0b0";
}
.fa-briefcase:before {
  content: "\f0b1";
}
.fa-arrows-alt:before {
  content: "\f0b2";
}
.fa-group:before,
.fa-users:before {
  content: "\f0c0";
}
.fa-chain:before,
.fa-link:before {
  content: "\f0c1";
}
.fa-cloud:before {
  content: "\f0c2";
}
.fa-flask:before {
  content: "\f0c3";
}
.fa-cut:before,
.fa-scissors:before {
  content: "\f0c4";
}
.fa-copy:before,
.fa-files-o:before {
  content: "\f0c5";
}
.fa-paperclip:before {
  content: "\f0c6";
}
.fa-save:before,
.fa-floppy-o:before {
  content: "\f0c7";
}
.fa-square:before {
  content: "\f0c8";
}
.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
  content: "\f0c9";
}
.fa-list-ul:before {
  content: "\f0ca";
}
.fa-list-ol:before {
  content: "\f0cb";
}
.fa-strikethrough:before {
  content: "\f0cc";
}
.fa-underline:before {
  content: "\f0cd";
}
.fa-table:before {
  content: "\f0ce";
}
.fa-magic:before {
  content: "\f0d0";
}
.fa-truck:before {
  content: "\f0d1";
}
.fa-pinterest:before {
  content: "\f0d2";
}
.fa-pinterest-square:before {
  content: "\f0d3";
}
.fa-google-plus-square:before {
  content: "\f0d4";
}
.fa-google-plus:before {
  content: "\f0d5";
}
.fa-money:before {
  content: "\f0d6";
}
.fa-caret-down:before {
  content: "\f0d7";
}
.fa-caret-up:before {
  content: "\f0d8";
}
.fa-caret-left:before {
  content: "\f0d9";
}
.fa-caret-right:before {
  content: "\f0da";
}
.fa-columns:before {
  content: "\f0db";
}
.fa-unsorted:before,
.fa-sort:before {
  content: "\f0dc";
}
.fa-sort-down:before,
.fa-sort-desc:before {
  content: "\f0dd";
}
.fa-sort-up:before,
.fa-sort-asc:before {
  content: "\f0de";
}
.fa-envelope:before {
  content: "\f0e0";
}
.fa-linkedin:before {
  content: "\f0e1";
}
.fa-rotate-left:before,
.fa-undo:before {
  content: "\f0e2";
}
.fa-legal:before,
.fa-gavel:before {
  content: "\f0e3";
}
.fa-dashboard:before,
.fa-tachometer:before {
  content: "\f0e4";
}
.fa-comment-o:before {
  content: "\f0e5";
}
.fa-comments-o:before {
  content: "\f0e6";
}
.fa-flash:before,
.fa-bolt:before {
  content: "\f0e7";
}
.fa-sitemap:before {
  content: "\f0e8";
}
.fa-umbrella:before {
  content: "\f0e9";
}
.fa-paste:before,
.fa-clipboard:before {
  content: "\f0ea";
}
.fa-lightbulb-o:before {
  content: "\f0eb";
}
.fa-exchange:before {
  content: "\f0ec";
}
.fa-cloud-download:before {
  content: "\f0ed";
}
.fa-cloud-upload:before {
  content: "\f0ee";
}
.fa-user-md:before {
  content: "\f0f0";
}
.fa-stethoscope:before {
  content: "\f0f1";
}
.fa-suitcase:before {
  content: "\f0f2";
}
.fa-bell-o:before {
  content: "\f0a2";
}
.fa-coffee:before {
  content: "\f0f4";
}
.fa-cutlery:before {
  content: "\f0f5";
}
.fa-file-text-o:before {
  content: "\f0f6";
}
.fa-building-o:before {
  content: "\f0f7";
}
.fa-hospital-o:before {
  content: "\f0f8";
}
.fa-ambulance:before {
  content: "\f0f9";
}
.fa-medkit:before {
  content: "\f0fa";
}
.fa-fighter-jet:before {
  content: "\f0fb";
}
.fa-beer:before {
  content: "\f0fc";
}
.fa-h-square:before {
  content: "\f0fd";
}
.fa-plus-square:before {
  content: "\f0fe";
}
.fa-angle-double-left:before {
  content: "\f100";
}
.fa-angle-double-right:before {
  content: "\f101";
}
.fa-angle-double-up:before {
  content: "\f102";
}
.fa-angle-double-down:before {
  content: "\f103";
}
.fa-angle-left:before {
  content: "\f104";
}
.fa-angle-right:before {
  content: "\f105";
}
.fa-angle-up:before {
  content: "\f106";
}
.fa-angle-down:before {
  content: "\f107";
}
.fa-desktop:before {
  content: "\f108";
}
.fa-laptop:before {
  content: "\f109";
}
.fa-tablet:before {
  content: "\f10a";
}
.fa-mobile-phone:before,
.fa-mobile:before {
  content: "\f10b";
}
.fa-circle-o:before {
  content: "\f10c";
}
.fa-quote-left:before {
  content: "\f10d";
}
.fa-quote-right:before {
  content: "\f10e";
}
.fa-spinner:before {
  content: "\f110";
}
.fa-circle:before {
  content: "\f111";
}
.fa-mail-reply:before,
.fa-reply:before {
  content: "\f112";
}
.fa-github-alt:before {
  content: "\f113";
}
.fa-folder-o:before {
  content: "\f114";
}
.fa-folder-open-o:before {
  content: "\f115";
}
.fa-smile-o:before {
  content: "\f118";
}
.fa-frown-o:before {
  content: "\f119";
}
.fa-meh-o:before {
  content: "\f11a";
}
.fa-gamepad:before {
  content: "\f11b";
}
.fa-keyboard-o:before {
  content: "\f11c";
}
.fa-flag-o:before {
  content: "\f11d";
}
.fa-flag-checkered:before {
  content: "\f11e";
}
.fa-terminal:before {
  content: "\f120";
}
.fa-code:before {
  content: "\f121";
}
.fa-mail-reply-all:before,
.fa-reply-all:before {
  content: "\f122";
}
.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: "\f123";
}
.fa-location-arrow:before {
  content: "\f124";
}
.fa-crop:before {
  content: "\f125";
}
.fa-code-fork:before {
  content: "\f126";
}
.fa-unlink:before,
.fa-chain-broken:before {
  content: "\f127";
}
.fa-question:before {
  content: "\f128";
}
.fa-info:before {
  content: "\f129";
}
.fa-exclamation:before {
  content: "\f12a";
}
.fa-superscript:before {
  content: "\f12b";
}
.fa-subscript:before {
  content: "\f12c";
}
.fa-eraser:before {
  content: "\f12d";
}
.fa-puzzle-piece:before {
  content: "\f12e";
}
.fa-microphone:before {
  content: "\f130";
}
.fa-microphone-slash:before {
  content: "\f131";
}
.fa-shield:before {
  content: "\f132";
}
.fa-calendar-o:before {
  content: "\f133";
}
.fa-fire-extinguisher:before {
  content: "\f134";
}
.fa-rocket:before {
  content: "\f135";
}
.fa-maxcdn:before {
  content: "\f136";
}
.fa-chevron-circle-left:before {
  content: "\f137";
}
.fa-chevron-circle-right:before {
  content: "\f138";
}
.fa-chevron-circle-up:before {
  content: "\f139";
}
.fa-chevron-circle-down:before {
  content: "\f13a";
}
.fa-html5:before {
  content: "\f13b";
}
.fa-css3:before {
  content: "\f13c";
}
.fa-anchor:before {
  content: "\f13d";
}
.fa-unlock-alt:before {
  content: "\f13e";
}
.fa-bullseye:before {
  content: "\f140";
}
.fa-ellipsis-h:before {
  content: "\f141";
}
.fa-ellipsis-v:before {
  content: "\f142";
}
.fa-rss-square:before {
  content: "\f143";
}
.fa-play-circle:before {
  content: "\f144";
}
.fa-ticket:before {
  content: "\f145";
}
.fa-minus-square:before {
  content: "\f146";
}
.fa-minus-square-o:before {
  content: "\f147";
}
.fa-level-up:before {
  content: "\f148";
}
.fa-level-down:before {
  content: "\f149";
}
.fa-check-square:before {
  content: "\f14a";
}
.fa-pencil-square:before {
  content: "\f14b";
}
.fa-external-link-square:before {
  content: "\f14c";
}
.fa-share-square:before {
  content: "\f14d";
}
.fa-compass:before {
  content: "\f14e";
}
.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: "\f150";
}
.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: "\f151";
}
.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: "\f152";
}
.fa-euro:before,
.fa-eur:before {
  content: "\f153";
}
.fa-gbp:before {
  content: "\f154";
}
.fa-dollar:before,
.fa-usd:before {
  content: "\f155";
}
.fa-rupee:before,
.fa-inr:before {
  content: "\f156";
}
.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: "\f157";
}
.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: "\f158";
}
.fa-won:before,
.fa-krw:before {
  content: "\f159";
}
.fa-bitcoin:before,
.fa-btc:before {
  content: "\f15a";
}
.fa-file:before {
  content: "\f15b";
}
.fa-file-text:before {
  content: "\f15c";
}
.fa-sort-alpha-asc:before {
  content: "\f15d";
}
.fa-sort-alpha-desc:before {
  content: "\f15e";
}
.fa-sort-amount-asc:before {
  content: "\f160";
}
.fa-sort-amount-desc:before {
  content: "\f161";
}
.fa-sort-numeric-asc:before {
  content: "\f162";
}
.fa-sort-numeric-desc:before {
  content: "\f163";
}
.fa-thumbs-up:before {
  content: "\f164";
}
.fa-thumbs-down:before {
  content: "\f165";
}
.fa-youtube-square:before {
  content: "\f166";
}
.fa-youtube:before {
  content: "\f167";
}
.fa-xing:before {
  content: "\f168";
}
.fa-xing-square:before {
  content: "\f169";
}
.fa-youtube-play:before {
  content: "\f16a";
}
.fa-dropbox:before {
  content: "\f16b";
}
.fa-stack-overflow:before {
  content: "\f16c";
}
.fa-instagram:before {
  content: "\f16d";
}
.fa-flickr:before {
  content: "\f16e";
}
.fa-adn:before {
  content: "\f170";
}
.fa-bitbucket:before {
  content: "\f171";
}
.fa-bitbucket-square:before {
  content: "\f172";
}
.fa-tumblr:before {
  content: "\f173";
}
.fa-tumblr-square:before {
  content: "\f174";
}
.fa-long-arrow-down:before {
  content: "\f175";
}
.fa-long-arrow-up:before {
  content: "\f176";
}
.fa-long-arrow-left:before {
  content: "\f177";
}
.fa-long-arrow-right:before {
  content: "\f178";
}
.fa-apple:before {
  content: "\f179";
}
.fa-windows:before {
  content: "\f17a";
}
.fa-android:before {
  content: "\f17b";
}
.fa-linux:before {
  content: "\f17c";
}
.fa-dribbble:before {
  content: "\f17d";
}
.fa-skype:before {
  content: "\f17e";
}
.fa-foursquare:before {
  content: "\f180";
}
.fa-trello:before {
  content: "\f181";
}
.fa-female:before {
  content: "\f182";
}
.fa-male:before {
  content: "\f183";
}
.fa-gittip:before,
.fa-gratipay:before {
  content: "\f184";
}
.fa-sun-o:before {
  content: "\f185";
}
.fa-moon-o:before {
  content: "\f186";
}
.fa-archive:before {
  content: "\f187";
}
.fa-bug:before {
  content: "\f188";
}
.fa-vk:before {
  content: "\f189";
}
.fa-weibo:before {
  content: "\f18a";
}
.fa-renren:before {
  content: "\f18b";
}
.fa-pagelines:before {
  content: "\f18c";
}
.fa-stack-exchange:before {
  content: "\f18d";
}
.fa-arrow-circle-o-right:before {
  content: "\f18e";
}
.fa-arrow-circle-o-left:before {
  content: "\f190";
}
.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: "\f191";
}
.fa-dot-circle-o:before {
  content: "\f192";
}
.fa-wheelchair:before {
  content: "\f193";
}
.fa-vimeo-square:before {
  content: "\f194";
}
.fa-turkish-lira:before,
.fa-try:before {
  content: "\f195";
}
.fa-plus-square-o:before {
  content: "\f196";
}
.fa-space-shuttle:before {
  content: "\f197";
}
.fa-slack:before {
  content: "\f198";
}
.fa-envelope-square:before {
  content: "\f199";
}
.fa-wordpress:before {
  content: "\f19a";
}
.fa-openid:before {
  content: "\f19b";
}
.fa-institution:before,
.fa-bank:before,
.fa-university:before {
  content: "\f19c";
}
.fa-mortar-board:before,
.fa-graduation-cap:before {
  content: "\f19d";
}
.fa-yahoo:before {
  content: "\f19e";
}
.fa-google:before {
  content: "\f1a0";
}
.fa-reddit:before {
  content: "\f1a1";
}
.fa-reddit-square:before {
  content: "\f1a2";
}
.fa-stumbleupon-circle:before {
  content: "\f1a3";
}
.fa-stumbleupon:before {
  content: "\f1a4";
}
.fa-delicious:before {
  content: "\f1a5";
}
.fa-digg:before {
  content: "\f1a6";
}
.fa-pied-piper-pp:before {
  content: "\f1a7";
}
.fa-pied-piper-alt:before {
  content: "\f1a8";
}
.fa-drupal:before {
  content: "\f1a9";
}
.fa-joomla:before {
  content: "\f1aa";
}
.fa-language:before {
  content: "\f1ab";
}
.fa-fax:before {
  content: "\f1ac";
}
.fa-building:before {
  content: "\f1ad";
}
.fa-child:before {
  content: "\f1ae";
}
.fa-paw:before {
  content: "\f1b0";
}
.fa-spoon:before {
  content: "\f1b1";
}
.fa-cube:before {
  content: "\f1b2";
}
.fa-cubes:before {
  content: "\f1b3";
}
.fa-behance:before {
  content: "\f1b4";
}
.fa-behance-square:before {
  content: "\f1b5";
}
.fa-steam:before {
  content: "\f1b6";
}
.fa-steam-square:before {
  content: "\f1b7";
}
.fa-recycle:before {
  content: "\f1b8";
}
.fa-automobile:before,
.fa-car:before {
  content: "\f1b9";
}
.fa-cab:before,
.fa-taxi:before {
  content: "\f1ba";
}
.fa-tree:before {
  content: "\f1bb";
}
.fa-spotify:before {
  content: "\f1bc";
}
.fa-deviantart:before {
  content: "\f1bd";
}
.fa-soundcloud:before {
  content: "\f1be";
}
.fa-database:before {
  content: "\f1c0";
}
.fa-file-pdf-o:before {
  content: "\f1c1";
}
.fa-file-word-o:before {
  content: "\f1c2";
}
.fa-file-excel-o:before {
  content: "\f1c3";
}
.fa-file-powerpoint-o:before {
  content: "\f1c4";
}
.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
  content: "\f1c5";
}
.fa-file-zip-o:before,
.fa-file-archive-o:before {
  content: "\f1c6";
}
.fa-file-sound-o:before,
.fa-file-audio-o:before {
  content: "\f1c7";
}
.fa-file-movie-o:before,
.fa-file-video-o:before {
  content: "\f1c8";
}
.fa-file-code-o:before {
  content: "\f1c9";
}
.fa-vine:before {
  content: "\f1ca";
}
.fa-codepen:before {
  content: "\f1cb";
}
.fa-jsfiddle:before {
  content: "\f1cc";
}
.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
  content: "\f1cd";
}
.fa-circle-o-notch:before {
  content: "\f1ce";
}
.fa-ra:before,
.fa-resistance:before,
.fa-rebel:before {
  content: "\f1d0";
}
.fa-ge:before,
.fa-empire:before {
  content: "\f1d1";
}
.fa-git-square:before {
  content: "\f1d2";
}
.fa-git:before {
  content: "\f1d3";
}
.fa-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before {
  content: "\f1d4";
}
.fa-tencent-weibo:before {
  content: "\f1d5";
}
.fa-qq:before {
  content: "\f1d6";
}
.fa-wechat:before,
.fa-weixin:before {
  content: "\f1d7";
}
.fa-send:before,
.fa-paper-plane:before {
  content: "\f1d8";
}
.fa-send-o:before,
.fa-paper-plane-o:before {
  content: "\f1d9";
}
.fa-history:before {
  content: "\f1da";
}
.fa-circle-thin:before {
  content: "\f1db";
}
.fa-header:before {
  content: "\f1dc";
}
.fa-paragraph:before {
  content: "\f1dd";
}
.fa-sliders:before {
  content: "\f1de";
}
.fa-share-alt:before {
  content: "\f1e0";
}
.fa-share-alt-square:before {
  content: "\f1e1";
}
.fa-bomb:before {
  content: "\f1e2";
}
.fa-soccer-ball-o:before,
.fa-futbol-o:before {
  content: "\f1e3";
}
.fa-tty:before {
  content: "\f1e4";
}
.fa-binoculars:before {
  content: "\f1e5";
}
.fa-plug:before {
  content: "\f1e6";
}
.fa-slideshare:before {
  content: "\f1e7";
}
.fa-twitch:before {
  content: "\f1e8";
}
.fa-yelp:before {
  content: "\f1e9";
}
.fa-newspaper-o:before {
  content: "\f1ea";
}
.fa-wifi:before {
  content: "\f1eb";
}
.fa-calculator:before {
  content: "\f1ec";
}
.fa-paypal:before {
  content: "\f1ed";
}
.fa-google-wallet:before {
  content: "\f1ee";
}
.fa-cc-visa:before {
  content: "\f1f0";
}
.fa-cc-mastercard:before {
  content: "\f1f1";
}
.fa-cc-discover:before {
  content: "\f1f2";
}
.fa-cc-amex:before {
  content: "\f1f3";
}
.fa-cc-paypal:before {
  content: "\f1f4";
}
.fa-cc-stripe:before {
  content: "\f1f5";
}
.fa-bell-slash:before {
  content: "\f1f6";
}
.fa-bell-slash-o:before {
  content: "\f1f7";
}
.fa-trash:before {
  content: "\f1f8";
}
.fa-copyright:before {
  content: "\f1f9";
}
.fa-at:before {
  content: "\f1fa";
}
.fa-eyedropper:before {
  content: "\f1fb";
}
.fa-paint-brush:before {
  content: "\f1fc";
}
.fa-birthday-cake:before {
  content: "\f1fd";
}
.fa-area-chart:before {
  content: "\f1fe";
}
.fa-pie-chart:before {
  content: "\f200";
}
.fa-line-chart:before {
  content: "\f201";
}
.fa-lastfm:before {
  content: "\f202";
}
.fa-lastfm-square:before {
  content: "\f203";
}
.fa-toggle-off:before {
  content: "\f204";
}
.fa-toggle-on:before {
  content: "\f205";
}
.fa-bicycle:before {
  content: "\f206";
}
.fa-bus:before {
  content: "\f207";
}
.fa-ioxhost:before {
  content: "\f208";
}
.fa-angellist:before {
  content: "\f209";
}
.fa-cc:before {
  content: "\f20a";
}
.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
  content: "\f20b";
}
.fa-meanpath:before {
  content: "\f20c";
}
.fa-buysellads:before {
  content: "\f20d";
}
.fa-connectdevelop:before {
  content: "\f20e";
}
.fa-dashcube:before {
  content: "\f210";
}
.fa-forumbee:before {
  content: "\f211";
}
.fa-leanpub:before {
  content: "\f212";
}
.fa-sellsy:before {
  content: "\f213";
}
.fa-shirtsinbulk:before {
  content: "\f214";
}
.fa-simplybuilt:before {
  content: "\f215";
}
.fa-skyatlas:before {
  content: "\f216";
}
.fa-cart-plus:before {
  content: "\f217";
}
.fa-cart-arrow-down:before {
  content: "\f218";
}
.fa-diamond:before {
  content: "\f219";
}
.fa-ship:before {
  content: "\f21a";
}
.fa-user-secret:before {
  content: "\f21b";
}
.fa-motorcycle:before {
  content: "\f21c";
}
.fa-street-view:before {
  content: "\f21d";
}
.fa-heartbeat:before {
  content: "\f21e";
}
.fa-venus:before {
  content: "\f221";
}
.fa-mars:before {
  content: "\f222";
}
.fa-mercury:before {
  content: "\f223";
}
.fa-intersex:before,
.fa-transgender:before {
  content: "\f224";
}
.fa-transgender-alt:before {
  content: "\f225";
}
.fa-venus-double:before {
  content: "\f226";
}
.fa-mars-double:before {
  content: "\f227";
}
.fa-venus-mars:before {
  content: "\f228";
}
.fa-mars-stroke:before {
  content: "\f229";
}
.fa-mars-stroke-v:before {
  content: "\f22a";
}
.fa-mars-stroke-h:before {
  content: "\f22b";
}
.fa-neuter:before {
  content: "\f22c";
}
.fa-genderless:before {
  content: "\f22d";
}
.fa-facebook-official:before {
  content: "\f230";
}
.fa-pinterest-p:before {
  content: "\f231";
}
.fa-whatsapp:before {
  content: "\f232";
}
.fa-server:before {
  content: "\f233";
}
.fa-user-plus:before {
  content: "\f234";
}
.fa-user-times:before {
  content: "\f235";
}
.fa-hotel:before,
.fa-bed:before {
  content: "\f236";
}
.fa-viacoin:before {
  content: "\f237";
}
.fa-train:before {
  content: "\f238";
}
.fa-subway:before {
  content: "\f239";
}
.fa-medium:before {
  content: "\f23a";
}
.fa-yc:before,
.fa-y-combinator:before {
  content: "\f23b";
}
.fa-optin-monster:before {
  content: "\f23c";
}
.fa-opencart:before {
  content: "\f23d";
}
.fa-expeditedssl:before {
  content: "\f23e";
}
.fa-battery-4:before,
.fa-battery:before,
.fa-battery-full:before {
  content: "\f240";
}
.fa-battery-3:before,
.fa-battery-three-quarters:before {
  content: "\f241";
}
.fa-battery-2:before,
.fa-battery-half:before {
  content: "\f242";
}
.fa-battery-1:before,
.fa-battery-quarter:before {
  content: "\f243";
}
.fa-battery-0:before,
.fa-battery-empty:before {
  content: "\f244";
}
.fa-mouse-pointer:before {
  content: "\f245";
}
.fa-i-cursor:before {
  content: "\f246";
}
.fa-object-group:before {
  content: "\f247";
}
.fa-object-ungroup:before {
  content: "\f248";
}
.fa-sticky-note:before {
  content: "\f249";
}
.fa-sticky-note-o:before {
  content: "\f24a";
}
.fa-cc-jcb:before {
  content: "\f24b";
}
.fa-cc-diners-club:before {
  content: "\f24c";
}
.fa-clone:before {
  content: "\f24d";
}
.fa-balance-scale:before {
  content: "\f24e";
}
.fa-hourglass-o:before {
  content: "\f250";
}
.fa-hourglass-1:before,
.fa-hourglass-start:before {
  content: "\f251";
}
.fa-hourglass-2:before,
.fa-hourglass-half:before {
  content: "\f252";
}
.fa-hourglass-3:before,
.fa-hourglass-end:before {
  content: "\f253";
}
.fa-hourglass:before {
  content: "\f254";
}
.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
  content: "\f255";
}
.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
  content: "\f256";
}
.fa-hand-scissors-o:before {
  content: "\f257";
}
.fa-hand-lizard-o:before {
  content: "\f258";
}
.fa-hand-spock-o:before {
  content: "\f259";
}
.fa-hand-pointer-o:before {
  content: "\f25a";
}
.fa-hand-peace-o:before {
  content: "\f25b";
}
.fa-trademark:before {
  content: "\f25c";
}
.fa-registered:before {
  content: "\f25d";
}
.fa-creative-commons:before {
  content: "\f25e";
}
.fa-gg:before {
  content: "\f260";
}
.fa-gg-circle:before {
  content: "\f261";
}
.fa-tripadvisor:before {
  content: "\f262";
}
.fa-odnoklassniki:before {
  content: "\f263";
}
.fa-odnoklassniki-square:before {
  content: "\f264";
}
.fa-get-pocket:before {
  content: "\f265";
}
.fa-wikipedia-w:before {
  content: "\f266";
}
.fa-safari:before {
  content: "\f267";
}
.fa-chrome:before {
  content: "\f268";
}
.fa-firefox:before {
  content: "\f269";
}
.fa-opera:before {
  content: "\f26a";
}
.fa-internet-explorer:before {
  content: "\f26b";
}
.fa-tv:before,
.fa-television:before {
  content: "\f26c";
}
.fa-contao:before {
  content: "\f26d";
}
.fa-500px:before {
  content: "\f26e";
}
.fa-amazon:before {
  content: "\f270";
}
.fa-calendar-plus-o:before {
  content: "\f271";
}
.fa-calendar-minus-o:before {
  content: "\f272";
}
.fa-calendar-times-o:before {
  content: "\f273";
}
.fa-calendar-check-o:before {
  content: "\f274";
}
.fa-industry:before {
  content: "\f275";
}
.fa-map-pin:before {
  content: "\f276";
}
.fa-map-signs:before {
  content: "\f277";
}
.fa-map-o:before {
  content: "\f278";
}
.fa-map:before {
  content: "\f279";
}
.fa-commenting:before {
  content: "\f27a";
}
.fa-commenting-o:before {
  content: "\f27b";
}
.fa-houzz:before {
  content: "\f27c";
}
.fa-vimeo:before {
  content: "\f27d";
}
.fa-black-tie:before {
  content: "\f27e";
}
.fa-fonticons:before {
  content: "\f280";
}
.fa-reddit-alien:before {
  content: "\f281";
}
.fa-edge:before {
  content: "\f282";
}
.fa-credit-card-alt:before {
  content: "\f283";
}
.fa-codiepie:before {
  content: "\f284";
}
.fa-modx:before {
  content: "\f285";
}
.fa-fort-awesome:before {
  content: "\f286";
}
.fa-usb:before {
  content: "\f287";
}
.fa-product-hunt:before {
  content: "\f288";
}
.fa-mixcloud:before {
  content: "\f289";
}
.fa-scribd:before {
  content: "\f28a";
}
.fa-pause-circle:before {
  content: "\f28b";
}
.fa-pause-circle-o:before {
  content: "\f28c";
}
.fa-stop-circle:before {
  content: "\f28d";
}
.fa-stop-circle-o:before {
  content: "\f28e";
}
.fa-shopping-bag:before {
  content: "\f290";
}
.fa-shopping-basket:before {
  content: "\f291";
}
.fa-hashtag:before {
  content: "\f292";
}
.fa-bluetooth:before {
  content: "\f293";
}
.fa-bluetooth-b:before {
  content: "\f294";
}
.fa-percent:before {
  content: "\f295";
}
.fa-gitlab:before {
  content: "\f296";
}
.fa-wpbeginner:before {
  content: "\f297";
}
.fa-wpforms:before {
  content: "\f298";
}
.fa-envira:before {
  content: "\f299";
}
.fa-universal-access:before {
  content: "\f29a";
}
.fa-wheelchair-alt:before {
  content: "\f29b";
}
.fa-question-circle-o:before {
  content: "\f29c";
}
.fa-blind:before {
  content: "\f29d";
}
.fa-audio-description:before {
  content: "\f29e";
}
.fa-volume-control-phone:before {
  content: "\f2a0";
}
.fa-braille:before {
  content: "\f2a1";
}
.fa-assistive-listening-systems:before {
  content: "\f2a2";
}
.fa-asl-interpreting:before,
.fa-american-sign-language-interpreting:before {
  content: "\f2a3";
}
.fa-deafness:before,
.fa-hard-of-hearing:before,
.fa-deaf:before {
  content: "\f2a4";
}
.fa-glide:before {
  content: "\f2a5";
}
.fa-glide-g:before {
  content: "\f2a6";
}
.fa-signing:before,
.fa-sign-language:before {
  content: "\f2a7";
}
.fa-low-vision:before {
  content: "\f2a8";
}
.fa-viadeo:before {
  content: "\f2a9";
}
.fa-viadeo-square:before {
  content: "\f2aa";
}
.fa-snapchat:before {
  content: "\f2ab";
}
.fa-snapchat-ghost:before {
  content: "\f2ac";
}
.fa-snapchat-square:before {
  content: "\f2ad";
}
.fa-pied-piper:before {
  content: "\f2ae";
}
.fa-first-order:before {
  content: "\f2b0";
}
.fa-yoast:before {
  content: "\f2b1";
}
.fa-themeisle:before {
  content: "\f2b2";
}
.fa-google-plus-circle:before,
.fa-google-plus-official:before {
  content: "\f2b3";
}
.fa-fa:before,
.fa-font-awesome:before {
  content: "\f2b4";
}
.fa-handshake-o:before {
  content: "\f2b5";
}
.fa-envelope-open:before {
  content: "\f2b6";
}
.fa-envelope-open-o:before {
  content: "\f2b7";
}
.fa-linode:before {
  content: "\f2b8";
}
.fa-address-book:before {
  content: "\f2b9";
}
.fa-address-book-o:before {
  content: "\f2ba";
}
.fa-vcard:before,
.fa-address-card:before {
  content: "\f2bb";
}
.fa-vcard-o:before,
.fa-address-card-o:before {
  content: "\f2bc";
}
.fa-user-circle:before {
  content: "\f2bd";
}
.fa-user-circle-o:before {
  content: "\f2be";
}
.fa-user-o:before {
  content: "\f2c0";
}
.fa-id-badge:before {
  content: "\f2c1";
}
.fa-drivers-license:before,
.fa-id-card:before {
  content: "\f2c2";
}
.fa-drivers-license-o:before,
.fa-id-card-o:before {
  content: "\f2c3";
}
.fa-quora:before {
  content: "\f2c4";
}
.fa-free-code-camp:before {
  content: "\f2c5";
}
.fa-telegram:before {
  content: "\f2c6";
}
.fa-thermometer-4:before,
.fa-thermometer:before,
.fa-thermometer-full:before {
  content: "\f2c7";
}
.fa-thermometer-3:before,
.fa-thermometer-three-quarters:before {
  content: "\f2c8";
}
.fa-thermometer-2:before,
.fa-thermometer-half:before {
  content: "\f2c9";
}
.fa-thermometer-1:before,
.fa-thermometer-quarter:before {
  content: "\f2ca";
}
.fa-thermometer-0:before,
.fa-thermometer-empty:before {
  content: "\f2cb";
}
.fa-shower:before {
  content: "\f2cc";
}
.fa-bathtub:before,
.fa-s15:before,
.fa-bath:before {
  content: "\f2cd";
}
.fa-podcast:before {
  content: "\f2ce";
}
.fa-window-maximize:before {
  content: "\f2d0";
}
.fa-window-minimize:before {
  content: "\f2d1";
}
.fa-window-restore:before {
  content: "\f2d2";
}
.fa-times-rectangle:before,
.fa-window-close:before {
  content: "\f2d3";
}
.fa-times-rectangle-o:before,
.fa-window-close-o:before {
  content: "\f2d4";
}
.fa-bandcamp:before {
  content: "\f2d5";
}
.fa-grav:before {
  content: "\f2d6";
}
.fa-etsy:before {
  content: "\f2d7";
}
.fa-imdb:before {
  content: "\f2d8";
}
.fa-ravelry:before {
  content: "\f2d9";
}
.fa-eercast:before {
  content: "\f2da";
}
.fa-microchip:before {
  content: "\f2db";
}
.fa-snowflake-o:before {
  content: "\f2dc";
}
.fa-superpowers:before {
  content: "\f2dd";
}
.fa-wpexplorer:before {
  content: "\f2de";
}
.fa-meetup:before {
  content: "\f2e0";
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}
