/*!
 * jQuery UI CSS Framework 1.14.1
 * https://jqueryui.com
 *
 * Copyright OpenJS Foundation and other contributors
 * Released under the MIT license.
 * https://jquery.org/license
 *
 * https://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;
}

.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 CSS Framework 1.14.1
 * https://jqueryui.com
 *
 * Copyright OpenJS Foundation and other contributors
 * Released under the MIT license.
 * https://jquery.org/license
 *
 * https://api.jqueryui.com/category/theming/
 *
 * To view and modify this theme, visit https://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;
	font-weight: normal;
}
.ui-state-disabled,
.ui-widget-content .ui-state-disabled,
.ui-widget-header .ui-state-disabled {
	opacity: .35;
	background-image: none;
}

/* 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-e7c3440c5517adbc5a44d21ca8eed3d6c78058653d7c51c371d1cef8f2a48a57.png)/*{iconsContent}*/;
}
.ui-widget-header .ui-icon {
	background-image: url(/assets/jquery-ui/ui-icons_444444_256x240-e7c3440c5517adbc5a44d21ca8eed3d6c78058653d7c51c371d1cef8f2a48a57.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-d31f63677e0abeb78bc8746247fe5f3e53bc3dd882a0814df56474dae48793aa.png)/*{iconsHover}*/;
}
.ui-state-active .ui-icon,
.ui-button:active .ui-icon {
	background-image: url(/assets/jquery-ui/ui-icons_ffffff_256x240-61782b0966a3103f86563068680c7a04dc06be6abf02928879a8333835c8d260.png)/*{iconsActive}*/;
}
.ui-state-highlight .ui-icon,
.ui-button .ui-state-highlight.ui-icon {
	background-image: url(/assets/jquery-ui/ui-icons_777620_256x240-d942651c4cec2e1a859d1aa28cbe0cee567771e3d863a686ef9f6cbf1220270f.png)/*{iconsHighlight}*/;
}
.ui-state-error .ui-icon,
.ui-state-error-text .ui-icon {
	background-image: url(/assets/jquery-ui/ui-icons_cc0000_256x240-9664b7ec67b828dabf540b2d704830ae79f892d0af4cd266e96e74775e90c2bf.png)/*{iconsError}*/;
}
.ui-button .ui-icon {
	background-image: url(/assets/jquery-ui/ui-icons_777777_256x240-1fdf52b1cc5cb7964b4cc10ff5e8dab5521568a68cde5aad8a851d97af3d3b64.png)/*{iconsDefault}*/;
}

/* positioning */
/* Three classes needed to override `.ui-button:hover .ui-icon` */
.ui-icon-blank.ui-icon-blank.ui-icon-blank {
	background-image: none;
}
.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}*/;
}
.ui-widget-shadow {
	box-shadow: 0/*{offsetLeftShadow}*/ 0/*{offsetTopShadow}*/ 5px/*{thicknessShadow}*/ #666666/*{bgColorShadow}*/;
}
/*!
 * jQuery UI Accordion 1.14.1
 * https://jqueryui.com
 *
 * Copyright OpenJS Foundation and other contributors
 * Released under the MIT license.
 * https://jquery.org/license
 *
 * https://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.14.1
 * https://jqueryui.com
 *
 * Copyright OpenJS Foundation and other contributors
 * Released under the MIT license.
 * https://jquery.org/license
 *
 * https://api.jqueryui.com/autocomplete/#theming
 */
/*

 */
.ui-autocomplete {
	position: absolute;
	top: 0;
	left: 0;
	cursor: default;
}
/*!
 * jQuery UI Button 1.14.1
 * https://jqueryui.com
 *
 * Copyright OpenJS Foundation and other contributors
 * Released under the MIT license.
 * https://jquery.org/license
 *
 * https://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;
	user-select: none;
}

.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 - 125+ */
input.ui-button::-moz-focus-inner,
button.ui-button::-moz-focus-inner {
	border: 0;
	padding: 0;
}
/*!
 * jQuery UI Checkboxradio 1.14.1
 * https://jqueryui.com
 *
 * Copyright OpenJS Foundation and other contributors
 * Released under the MIT license.
 * https://jquery.org/license
 *
 * https://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.14.1
 * https://jqueryui.com
 *
 * Copyright OpenJS Foundation and other contributors
 * Released under the MIT license.
 * https://jquery.org/license
 *
 * https://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 {
	width: calc( 100% - 2.4em );
}
.ui-controlgroup-vertical .ui-spinner .ui-spinner-up {
	border-top-style: solid;
}

/*!
 * jQuery UI Datepicker 1.14.1
 * https://jqueryui.com
 *
 * Copyright OpenJS Foundation and other contributors
 * Released under the MIT license.
 * https://jquery.org/license
 *
 * https://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.14.1
 * https://jqueryui.com
 *
 * Copyright OpenJS Foundation and other contributors
 * Released under the MIT license.
 * https://jquery.org/license
 *
 * https://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.14.1
 * https://jqueryui.com
 *
 * Copyright OpenJS Foundation and other contributors
 * Released under the MIT license.
 * https://jquery.org/license
 */
/*

 */
.ui-draggable-handle {
	touch-action: none;
}
/*!
 * jQuery UI Menu 1.14.1
 * https://jqueryui.com
 *
 * Copyright OpenJS Foundation and other contributors
 * Released under the MIT license.
 * https://jquery.org/license
 *
 * https://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;
}
.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.14.1
 * https://jqueryui.com
 *
 * Copyright OpenJS Foundation and other contributors
 * Released under the MIT license.
 * https://jquery.org/license
 *
 * https://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,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");
	height: 100%;
	opacity: 0.25;
}
.ui-progressbar-indeterminate .ui-progressbar-value {
	background-image: none;
}
/*!
 * jQuery UI Resizable 1.14.1
 * https://jqueryui.com
 *
 * Copyright OpenJS Foundation and other contributors
 * Released under the MIT license.
 * https://jquery.org/license
 */
/*

 */
.ui-resizable {
	position: relative;
}
.ui-resizable-handle {
	position: absolute;
	font-size: 0.1px;
	display: block;
	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.14.1
 * https://jqueryui.com
 *
 * Copyright OpenJS Foundation and other contributors
 * Released under the MIT license.
 * https://jquery.org/license
 */
/*

 */
.ui-selectable {
	touch-action: none;
}
.ui-selectable-helper {
	position: absolute;
	z-index: 100;
	border: 1px dotted black;
}
/*!
 * jQuery UI Selectmenu 1.14.1
 * https://jqueryui.com
 *
 * Copyright OpenJS Foundation and other contributors
 * Released under the MIT license.
 * https://jquery.org/license
 *
 * https://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.14.1
 * https://jqueryui.com
 *
 * Copyright OpenJS Foundation and other contributors
 * Released under the MIT license.
 * https://jquery.org/license
 */
/*

 */
.ui-sortable-handle {
	touch-action: none;
}
/*!
 * jQuery UI Slider 1.14.1
 * https://jqueryui.com
 *
 * Copyright OpenJS Foundation and other contributors
 * Released under the MIT license.
 * https://jquery.org/license
 *
 * https://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: pointer;
	touch-action: none;
}
.ui-slider .ui-slider-range {
	position: absolute;
	z-index: 1;
	font-size: .7em;
	display: block;
	border: 0;
	background-position: 0 0;
}

.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.14.1
 * https://jqueryui.com
 *
 * Copyright OpenJS Foundation and other contributors
 * Released under the MIT license.
 * https://jquery.org/license
 *
 * https://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.14.1
 * https://jqueryui.com
 *
 * Copyright OpenJS Foundation and other contributors
 * Released under the MIT license.
 * https://jquery.org/license
 *
 * https://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.14.1
 * https://jqueryui.com
 *
 * Copyright OpenJS Foundation and other contributors
 * Released under the MIT license.
 * https://jquery.org/license
 *
 * https://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.14.1
 * https://jqueryui.com
 *
 * Copyright OpenJS Foundation and other contributors
 * Released under the MIT license.
 * https://jquery.org/license
 *
 * https://api.jqueryui.com/category/theming/
 */
/*




















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


 */
/*! normalize.css v5.0.0 | MIT License | github.com/necolas/normalize.css */

/**
 * 1. Change the default font family in all browsers (opinionated).
 * 2. Correct the line height in all browsers.
 * 3. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 */

/* Document
   ========================================================================== */

/**
 * Add the correct display in IE 9-.
 */

article,
aside,
footer,
header,
nav,
section {
    display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

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

/* Grouping content
   ========================================================================== */

/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */

figcaption,
figure,
main {
    /* 1 */
    display: block;
}

/**
 * Add the correct margin in IE 8.
 */

figure {
    margin: 1em 40px;
}

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
    box-sizing: content-box;
    /* 1 */
    height: 0;
    /* 1 */
    overflow: visible;
    /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
    font-family: monospace, monospace;
    /* 1 */
    font-size: 1em;
    /* 2 */
}

/* Text-level semantics
   ========================================================================== */

/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */

a {
    background-color: transparent;
    /* 1 */
    -webkit-text-decoration-skip: objects;
    /* 2 */
}

/**
 * Remove the outline on focused links when they are also active or hovered
 * in all browsers (opinionated).
 */

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

/**
 * 1. Remove the bottom border in Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

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

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */

b,
strong {
    font-weight: inherit;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
    font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
    font-family: monospace, monospace;
    /* 1 */
    font-size: 1em;
    /* 2 */
}

/**
 * Add the correct font style in Android 4.3-.
 */

dfn {
    font-style: italic;
}

/**
 * Add the correct background and color in IE 9-.
 */

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

/**
 * Add the correct font size in all browsers.
 */

small {
    font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

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

sub {
    bottom: -0.25em;
}

sup {
    top: -0.5em;
}

/* Embedded content
   ========================================================================== */

/**
 * Add the correct display in IE 9-.
 */

audio,
video {
    display: inline-block;
}

/**
 * Add the correct display in iOS 4-7.
 */

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

/**
 * Remove the border on images inside links in IE 10-.
 */

img {
    border-style: none;
}

/**
 * Hide the overflow in IE.
 */

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

/* Forms
   ========================================================================== */

/**
 * 1. Change the font styles in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
    font-size: 100%;
    /* 1 */
    line-height: 1.15;
    /* 1 */
    margin: 0;
    /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input {
    /* 1 */
    overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select {
    /* 1 */
    text-transform: none;
}

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */

button,
html [type="button"],
/* 1 */
[type="reset"],
[type="submit"] {
    -webkit-appearance: button;
    /* 2 */
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
    border-style: none;
    padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
    outline: 1px dotted ButtonText;
}

/**
 * Change the border, margin, and padding in all browsers (opinionated).
 */

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

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
    box-sizing: border-box;
    /* 1 */
    color: inherit;
    /* 2 */
    display: table;
    /* 1 */
    max-width: 100%;
    /* 1 */
    padding: 0;
    /* 3 */
    white-space: normal;
    /* 1 */
}

/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
    display: inline-block;
    /* 1 */
    vertical-align: baseline;
    /* 2 */
}

/**
 * Remove the default vertical scrollbar in IE.
 */

textarea {
    overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */

[type="checkbox"],
[type="radio"] {
    box-sizing: border-box;
    /* 1 */
    padding: 0;
    /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

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

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
    -webkit-appearance: textfield;
    /* 1 */
    outline-offset: -2px;
    /* 2 */
}

/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on macOS.
 */

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

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
    -webkit-appearance: button;
    /* 1 */
    font: inherit;
    /* 2 */
}

/* Interactive
   ========================================================================== */

/*
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */

details,
/* 1 */
menu {
    display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
    display: list-item;
}

/* Scripting
   ========================================================================== */

/**
 * Add the correct display in IE 9-.
 */

canvas {
    display: inline-block;
}

/**
 * Add the correct display in IE.
 */

template {
    display: none;
}

/* Hidden
   ========================================================================== */

/**
 * Add the correct display in IE 10-.
 */

[hidden] {
    display: none;
}
/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8; }

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden; }

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  box-sizing: border-box; }

.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle; }

.mfp-align-top .mfp-container:before {
  display: none; }

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045; }

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto; }

.mfp-ajax-cur {
  cursor: progress; }

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out; }

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in; }

.mfp-auto-cursor .mfp-content {
  cursor: auto; }

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none; }

.mfp-loading.mfp-figure {
  display: none; }

.mfp-hide {
  display: none !important; }

.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044; }
  .mfp-preloader a {
    color: #CCC; }
    .mfp-preloader a:hover {
      color: #FFF; }

.mfp-s-ready .mfp-preloader {
  display: none; }

.mfp-s-error .mfp-content {
  display: none; }

button.mfp-close,
button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  box-shadow: none;
  touch-action: manipulation; }

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

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace; }
  .mfp-close:hover,
  .mfp-close:focus {
    opacity: 1; }
  .mfp-close:active {
    top: 1px; }

.mfp-close-btn-in .mfp-close {
  color: #333; }

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%; }

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap; }

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent; }
  .mfp-arrow:active {
    margin-top: -54px; }
  .mfp-arrow:hover,
  .mfp-arrow:focus {
    opacity: 1; }
  .mfp-arrow:before,
  .mfp-arrow:after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    left: 0;
    top: 0;
    margin-top: 35px;
    margin-left: 35px;
    border: medium inset transparent; }
  .mfp-arrow:after {
    border-top-width: 13px;
    border-bottom-width: 13px;
    top: 8px; }
  .mfp-arrow:before {
    border-top-width: 21px;
    border-bottom-width: 21px;
    opacity: 0.7; }

.mfp-arrow-left {
  left: 0; }
  .mfp-arrow-left:after {
    border-right: 17px solid #FFF;
    margin-left: 31px; }
  .mfp-arrow-left:before {
    margin-left: 25px;
    border-right: 27px solid #3F3F3F; }

.mfp-arrow-right {
  right: 0; }
  .mfp-arrow-right:after {
    border-left: 17px solid #FFF;
    margin-left: 39px; }
  .mfp-arrow-right:before {
    border-left: 27px solid #3F3F3F; }

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px; }
  .mfp-iframe-holder .mfp-content {
    line-height: 0;
    width: 100%;
    max-width: 900px; }
  .mfp-iframe-holder .mfp-close {
    top: -40px; }

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%; }
  .mfp-iframe-scaler iframe {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #000; }

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto; }

/* The shadow behind the image */
.mfp-figure {
  line-height: 0; }
  .mfp-figure:after {
    content: '';
    position: absolute;
    left: 0;
    top: 40px;
    bottom: 40px;
    display: block;
    right: 0;
    width: auto;
    height: auto;
    z-index: -1;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #444; }
  .mfp-figure small {
    color: #BDBDBD;
    display: block;
    font-size: 12px;
    line-height: 14px; }
  .mfp-figure figure {
    margin: 0; }

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto; }

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px; }

.mfp-image-holder .mfp-content {
  max-width: 100%; }

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer; }

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0; }
  .mfp-img-mobile img.mfp-img {
    padding: 0; }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0; }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px; }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    box-sizing: border-box; }
    .mfp-img-mobile .mfp-bottom-bar:empty {
      padding: 0; }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px; }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0; } }

@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75); }
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0; }
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%; }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px; } }
/*
 * This is a manifest file that'll be compiled into application.css, which will include all the files
 * listed below.
 *
 * Any CSS (and SCSS, if configured) file within this directory, lib/assets/stylesheets, or any plugin's
 * vendor/assets/stylesheets directory 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 bottom of the
 * compiled file so the styles you add here take precedence over styles defined in any other CSS
 * files in this directory. Styles in this file should be added after the last require_* statement.
 * It is generally better to create a new file per style scope.
 *





 





 */
 
.analytics-page .chart-block .spinner {
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  position: absolute;
  font-size: 10em;
}

.analytics-page .animate-text-color {
  animation: color-change 4s infinite;
}

@keyframes color-change {
  0% {
    color: #c2185b;
  }

  50% {
    color: #009688;
  }

  90% {
    color: #1976d2;
  }

  100% {
    color: #a02d5b;
  }
}

.analytics-page .chart-block,
.analytics-page .calendar-block {
  height: 435px;
  margin: 15px 0;
}

.analytics-page .chart-block.calendar-block,
.analytics-page .calendar-block.calendar-block {
  height: auto;
}

.analytics-page .chart-block .chart-container,
.analytics-page .calendar-block .chart-container {
  height: auto;
}

.analytics-page .chart-block .form-block,
.analytics-page .calendar-block .form-block {
  margin-bottom: 15px;
  padding-top: 0;
  overflow: visible;
  height: 100%;
}

.analytics-page .chart-block .form-block .protected,
.analytics-page .calendar-block .form-block .protected {
  display: block;
  font-size: 100px;
  padding: 84px;
  text-align: center;
  color: #ddd;
}

.analytics-page .chart-block .form-block .chart-header,
.analytics-page .calendar-block .form-block .chart-header {
  border-bottom: solid 15px #fff;
  /* background: #F5F5F5; */
  font-size: 12px;
  color: #9B9B9B;
  line-height: 28px;
  letter-spacing: 0;
  font-weight: lighter;
  border: 0;
  text-transform: uppercase;
  padding: 10px;
  margin-bottom: 15px;
  display: flex;
}

.analytics-page .chart-block .form-block .tools,
.analytics-page .calendar-block .form-block .tools {
  height: auto;
  margin-bottom: -15px;
  padding: 5px 0;
  border-top: 1px solid #eee;
}

.analytics-page .chart-block .form-block .tools .tools-controls,
.analytics-page .calendar-block .form-block .tools .tools-controls {
  border-left: 1px solid #eee;
  display: none;
}

.analytics-page .chart-block .form-block .tools .tools-controls .datepicker-icon,
.analytics-page .calendar-block .form-block .tools .tools-controls .datepicker-icon {
  top: 9px;
}

.analytics-page .chart-block .form-block .tools .tools-controls .btn-refresh,
.analytics-page .calendar-block .form-block .tools .tools-controls .btn-refresh {
  position: absolute;
  right: -9px;
  top: 0;
  font-size: 12px;
}

.analytics-page .calendar-block .chart-container {
  height: auto;
}

.analytics-page .calendar-block .pof-sidenav a {
  padding: 8px 8px 8px 32px;
  text-decoration: none;
  font-size: 25px;
  color: #818181;
  display: block;
  transition: 0.3s;
}

.analytics-page .calendar-block .pof-sidenav a:hover {
  color: #f1f1f1;
}

.analytics-page .calendar-block .pof-sidenav .filter {
  display: block;
  position: relative;
  padding-left: 35px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  font-size: 13px;
}

.analytics-page .calendar-block .pof-sidenav .filter input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

.analytics-page .calendar-block .pof-sidenav .filter input~.checkmark {
  background-color: #000;
  opacity: 0.3;
}

.analytics-page .calendar-block .pof-sidenav .filter input:checked~.checkmark {
  opacity: 0.4;
}

.analytics-page .calendar-block .pof-sidenav .filter input:checked~.checkmark::after {
  display: block;
}

.analytics-page .calendar-block .pof-sidenav .filter .checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 25px;
  width: 25px;
  background-color: #eee;
  border-radius: 3px;
}

.analytics-page .calendar-block .pof-sidenav .filter .checkmark::after {
  content: "";
  position: absolute;
  display: none;
  left: 8px;
  top: 5px;
  width: 8px;
  height: 14px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.analytics-page .chart-block {
  height: 460px;
}

.analytics-page .chart-block .chart-container {
  height: calc(100% - 89px);
}

.analytics-page .simple-calendar .calendar-heading {
  display: none;
  padding: 10px;
  text-align: center;
}

.analytics-page .simple-calendar .calendar-heading .calendar-title {
  font-size: 20px;
}

.analytics-page .simple-calendar .calendar-heading a {
  background: #efefef;
  border-radius: 1px;
}

.analytics-page .simple-calendar .calendar-heading a:first-child {
  float: left;
}

.analytics-page .simple-calendar .calendar-heading a:last-child {
  float: right;
}

.analytics-page .simple-calendar .day .event-item {
  font-size: 13px;
}

.analytics-page .simple-calendar .day .event-item .calendar-indicator {
  padding: 10px;
}

.analytics-page .simple-calendar .prev-month,
.analytics-page .simple-calendar .next-month {
  background: #E0E0E0;
}

.analytics-page .simple-calendar .prev-month .event-item,
.analytics-page .simple-calendar .next-month .event-item {
  opacity: 0.5;
}

.middle-horizontal-line {
  border-bottom: 1px solid #eee;
  position: absolute;
  width: 98%;
  top: 50%;
  transform: translateY(-50%);
  z-index: 0;
}

.day-view {
  height: 500px;
  overflow-y: auto;
}

.day-view .time-slot {
  font-size: 13px;
  position: relative;
  background: #fff;
  z-index: 1;
}

.day-view .event {
  background: rgba(233, 30, 99, 0.3098039216);
  z-index: 1;
  position: absolute;
  padding: 3px 6px;
  border-left: 2px solid #e91e63;
  border-radius: 2px;
  color: #a5093e;
  font-size: 12px;
}

.day-view .event .separator {
  border-bottom: 1px solid #db7b9c;
  margin: 7px 0;
}


/*!
 * animate.css -http://daneden.me/animate
 * Version - 3.7.0
 * Licensed under the MIT license - http://opensource.org/licenses/MIT
 *
 * Copyright (c) 2018 Daniel Eden
 */

@-webkit-keyframes bounce {

  from,
  20%,
  53%,
  80%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  40%,
  43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0);
  }

  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0);
  }

  90% {
    -webkit-transform: translate3d(0, -4px, 0);
    transform: translate3d(0, -4px, 0);
  }
}

@keyframes bounce {

  from,
  20%,
  53%,
  80%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  40%,
  43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0);
  }

  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0);
  }

  90% {
    -webkit-transform: translate3d(0, -4px, 0);
    transform: translate3d(0, -4px, 0);
  }
}

.bounce {
  -webkit-animation-name: bounce;
  animation-name: bounce;
  -webkit-transform-origin: center bottom;
  transform-origin: center bottom;
}

@-webkit-keyframes flash {

  from,
  50%,
  to {
    opacity: 1;
  }

  25%,
  75% {
    opacity: 0;
  }
}

@keyframes flash {

  from,
  50%,
  to {
    opacity: 1;
  }

  25%,
  75% {
    opacity: 0;
  }
}

.flash {
  -webkit-animation-name: flash;
  animation-name: flash;
}


/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

@-webkit-keyframes pulse {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05);
  }

  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

@keyframes pulse {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05);
  }

  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

.pulse {
  -webkit-animation-name: pulse;
  animation-name: pulse;
}

@-webkit-keyframes rubberBand {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1);
  }

  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1);
  }

  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1);
  }

  65% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
    transform: scale3d(0.95, 1.05, 1);
  }

  75% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
    transform: scale3d(1.05, 0.95, 1);
  }

  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

@keyframes rubberBand {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1);
  }

  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1);
  }

  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1);
  }

  65% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
    transform: scale3d(0.95, 1.05, 1);
  }

  75% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
    transform: scale3d(1.05, 0.95, 1);
  }

  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

.rubberBand {
  -webkit-animation-name: rubberBand;
  animation-name: rubberBand;
}

@-webkit-keyframes shake {

  from,
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  10%,
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }

  20%,
  40%,
  60%,
  80% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
}

@keyframes shake {

  from,
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  10%,
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }

  20%,
  40%,
  60%,
  80% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
}

.shake {
  -webkit-animation-name: shake;
  animation-name: shake;
}

@-webkit-keyframes headShake {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  6.5% {
    -webkit-transform: translateX(-6px) rotateY(-9deg);
    transform: translateX(-6px) rotateY(-9deg);
  }

  18.5% {
    -webkit-transform: translateX(5px) rotateY(7deg);
    transform: translateX(5px) rotateY(7deg);
  }

  31.5% {
    -webkit-transform: translateX(-3px) rotateY(-5deg);
    transform: translateX(-3px) rotateY(-5deg);
  }

  43.5% {
    -webkit-transform: translateX(2px) rotateY(3deg);
    transform: translateX(2px) rotateY(3deg);
  }

  50% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@keyframes headShake {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  6.5% {
    -webkit-transform: translateX(-6px) rotateY(-9deg);
    transform: translateX(-6px) rotateY(-9deg);
  }

  18.5% {
    -webkit-transform: translateX(5px) rotateY(7deg);
    transform: translateX(5px) rotateY(7deg);
  }

  31.5% {
    -webkit-transform: translateX(-3px) rotateY(-5deg);
    transform: translateX(-3px) rotateY(-5deg);
  }

  43.5% {
    -webkit-transform: translateX(2px) rotateY(3deg);
    transform: translateX(2px) rotateY(3deg);
  }

  50% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

.headShake {
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-name: headShake;
  animation-name: headShake;
}

@-webkit-keyframes swing {
  20% {
    -webkit-transform: rotate3d(0, 0, 1, 15deg);
    transform: rotate3d(0, 0, 1, 15deg);
  }

  40% {
    -webkit-transform: rotate3d(0, 0, 1, -10deg);
    transform: rotate3d(0, 0, 1, -10deg);
  }

  60% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
    transform: rotate3d(0, 0, 1, 5deg);
  }

  80% {
    -webkit-transform: rotate3d(0, 0, 1, -5deg);
    transform: rotate3d(0, 0, 1, -5deg);
  }

  to {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg);
  }
}

@keyframes swing {
  20% {
    -webkit-transform: rotate3d(0, 0, 1, 15deg);
    transform: rotate3d(0, 0, 1, 15deg);
  }

  40% {
    -webkit-transform: rotate3d(0, 0, 1, -10deg);
    transform: rotate3d(0, 0, 1, -10deg);
  }

  60% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
    transform: rotate3d(0, 0, 1, 5deg);
  }

  80% {
    -webkit-transform: rotate3d(0, 0, 1, -5deg);
    transform: rotate3d(0, 0, 1, -5deg);
  }

  to {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg);
  }
}

.swing {
  -webkit-transform-origin: top center;
  transform-origin: top center;
  -webkit-animation-name: swing;
  animation-name: swing;
}

@-webkit-keyframes tada {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  10%,
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
  }

  30%,
  50%,
  70%,
  90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }

  40%,
  60%,
  80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }

  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

@keyframes tada {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  10%,
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
  }

  30%,
  50%,
  70%,
  90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }

  40%,
  60%,
  80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }

  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

.tada {
  -webkit-animation-name: tada;
  animation-name: tada;
}


/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

@-webkit-keyframes wobble {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
  }

  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
  }

  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
  }

  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
  }

  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes wobble {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
  }

  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
  }

  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
  }

  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
  }

  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.wobble {
  -webkit-animation-name: wobble;
  animation-name: wobble;
}

@-webkit-keyframes jello {

  from,
  11.1%,
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  22.2% {
    -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
    transform: skewX(-12.5deg) skewY(-12.5deg);
  }

  33.3% {
    -webkit-transform: skewX(6.25deg) skewY(6.25deg);
    transform: skewX(6.25deg) skewY(6.25deg);
  }

  44.4% {
    -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
    transform: skewX(-3.125deg) skewY(-3.125deg);
  }

  55.5% {
    -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
    transform: skewX(1.5625deg) skewY(1.5625deg);
  }

  66.6% {
    -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
    transform: skewX(-0.78125deg) skewY(-0.78125deg);
  }

  77.7% {
    -webkit-transform: skewX(0.390625deg) skewY(0.390625deg);
    transform: skewX(0.390625deg) skewY(0.390625deg);
  }

  88.8% {
    -webkit-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
    transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
  }
}

@keyframes jello {

  from,
  11.1%,
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  22.2% {
    -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
    transform: skewX(-12.5deg) skewY(-12.5deg);
  }

  33.3% {
    -webkit-transform: skewX(6.25deg) skewY(6.25deg);
    transform: skewX(6.25deg) skewY(6.25deg);
  }

  44.4% {
    -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
    transform: skewX(-3.125deg) skewY(-3.125deg);
  }

  55.5% {
    -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
    transform: skewX(1.5625deg) skewY(1.5625deg);
  }

  66.6% {
    -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
    transform: skewX(-0.78125deg) skewY(-0.78125deg);
  }

  77.7% {
    -webkit-transform: skewX(0.390625deg) skewY(0.390625deg);
    transform: skewX(0.390625deg) skewY(0.390625deg);
  }

  88.8% {
    -webkit-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
    transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
  }
}

.jello {
  -webkit-animation-name: jello;
  animation-name: jello;
  -webkit-transform-origin: center;
  transform-origin: center;
}

@-webkit-keyframes heartBeat {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  14% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
  }

  28% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  42% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
  }

  70% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@keyframes heartBeat {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  14% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
  }

  28% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  42% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
  }

  70% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

.heartBeat {
  -webkit-animation-name: heartBeat;
  animation-name: heartBeat;
  -webkit-animation-duration: 1.3s;
  animation-duration: 1.3s;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
}

@-webkit-keyframes bounceIn {

  from,
  20%,
  40%,
  60%,
  80%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }

  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }

  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03);
  }

  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97);
  }

  to {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

@keyframes bounceIn {

  from,
  20%,
  40%,
  60%,
  80%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }

  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }

  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03);
  }

  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97);
  }

  to {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

.bounceIn {
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
  -webkit-animation-name: bounceIn;
  animation-name: bounceIn;
}

@-webkit-keyframes bounceInDown {

  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0);
    transform: translate3d(0, -3000px, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
    transform: translate3d(0, 25px, 0);
  }

  75% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }

  90% {
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0);
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes bounceInDown {

  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0);
    transform: translate3d(0, -3000px, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
    transform: translate3d(0, 25px, 0);
  }

  75% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }

  90% {
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0);
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.bounceInDown {
  -webkit-animation-name: bounceInDown;
  animation-name: bounceInDown;
}

@-webkit-keyframes bounceInLeft {

  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0);
    transform: translate3d(-3000px, 0, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0);
    transform: translate3d(25px, 0, 0);
  }

  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }

  90% {
    -webkit-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0);
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes bounceInLeft {

  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0);
    transform: translate3d(-3000px, 0, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0);
    transform: translate3d(25px, 0, 0);
  }

  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }

  90% {
    -webkit-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0);
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.bounceInLeft {
  -webkit-animation-name: bounceInLeft;
  animation-name: bounceInLeft;
}

@-webkit-keyframes bounceInRight {

  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  from {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0);
    transform: translate3d(3000px, 0, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0);
    transform: translate3d(-25px, 0, 0);
  }

  75% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }

  90% {
    -webkit-transform: translate3d(-5px, 0, 0);
    transform: translate3d(-5px, 0, 0);
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes bounceInRight {

  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  from {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0);
    transform: translate3d(3000px, 0, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0);
    transform: translate3d(-25px, 0, 0);
  }

  75% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }

  90% {
    -webkit-transform: translate3d(-5px, 0, 0);
    transform: translate3d(-5px, 0, 0);
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.bounceInRight {
  -webkit-animation-name: bounceInRight;
  animation-name: bounceInRight;
}

@-webkit-keyframes bounceInUp {

  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0);
    transform: translate3d(0, 3000px, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }

  75% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }

  90% {
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0);
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes bounceInUp {

  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0);
    transform: translate3d(0, 3000px, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }

  75% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }

  90% {
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0);
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.bounceInUp {
  -webkit-animation-name: bounceInUp;
  animation-name: bounceInUp;
}

@-webkit-keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }

  50%,
  55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }

  to {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
}

@keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }

  50%,
  55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }

  to {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
}

.bounceOut {
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
  -webkit-animation-name: bounceOut;
  animation-name: bounceOut;
}

@-webkit-keyframes bounceOutDown {
  20% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }

  40%,
  45% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}

@keyframes bounceOutDown {
  20% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }

  40%,
  45% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}

.bounceOutDown {
  -webkit-animation-name: bounceOutDown;
  animation-name: bounceOutDown;
}

@-webkit-keyframes bounceOutLeft {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(20px, 0, 0);
    transform: translate3d(20px, 0, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}

@keyframes bounceOutLeft {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(20px, 0, 0);
    transform: translate3d(20px, 0, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}

.bounceOutLeft {
  -webkit-animation-name: bounceOutLeft;
  animation-name: bounceOutLeft;
}

@-webkit-keyframes bounceOutRight {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(-20px, 0, 0);
    transform: translate3d(-20px, 0, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}

@keyframes bounceOutRight {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(-20px, 0, 0);
    transform: translate3d(-20px, 0, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}

.bounceOutRight {
  -webkit-animation-name: bounceOutRight;
  animation-name: bounceOutRight;
}

@-webkit-keyframes bounceOutUp {
  20% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }

  40%,
  45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}

@keyframes bounceOutUp {
  20% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }

  40%,
  45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}

.bounceOutUp {
  -webkit-animation-name: bounceOutUp;
  animation-name: bounceOutUp;
}

@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}

@-webkit-keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
}

@-webkit-keyframes fadeInDownBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInDownBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.fadeInDownBig {
  -webkit-animation-name: fadeInDownBig;
  animation-name: fadeInDownBig;
}

@-webkit-keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
}

@-webkit-keyframes fadeInLeftBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInLeftBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.fadeInLeftBig {
  -webkit-animation-name: fadeInLeftBig;
  animation-name: fadeInLeftBig;
}

@-webkit-keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.fadeInRight {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight;
}

@-webkit-keyframes fadeInRightBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInRightBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.fadeInRightBig {
  -webkit-animation-name: fadeInRightBig;
  animation-name: fadeInRightBig;
}

@-webkit-keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}

@-webkit-keyframes fadeInUpBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInUpBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.fadeInUpBig {
  -webkit-animation-name: fadeInUpBig;
  animation-name: fadeInUpBig;
}

@-webkit-keyframes fadeOut {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
  }
}

@keyframes fadeOut {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
  }
}

.fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}

@-webkit-keyframes fadeOutDown {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}

@keyframes fadeOutDown {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}

.fadeOutDown {
  -webkit-animation-name: fadeOutDown;
  animation-name: fadeOutDown;
}

@-webkit-keyframes fadeOutDownBig {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}

@keyframes fadeOutDownBig {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}

.fadeOutDownBig {
  -webkit-animation-name: fadeOutDownBig;
  animation-name: fadeOutDownBig;
}

@-webkit-keyframes fadeOutLeft {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}

@keyframes fadeOutLeft {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}

.fadeOutLeft {
  -webkit-animation-name: fadeOutLeft;
  animation-name: fadeOutLeft;
}

@-webkit-keyframes fadeOutLeftBig {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}

@keyframes fadeOutLeftBig {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}

.fadeOutLeftBig {
  -webkit-animation-name: fadeOutLeftBig;
  animation-name: fadeOutLeftBig;
}

@-webkit-keyframes fadeOutRight {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}

@keyframes fadeOutRight {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}

.fadeOutRight {
  -webkit-animation-name: fadeOutRight;
  animation-name: fadeOutRight;
}

@-webkit-keyframes fadeOutRightBig {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}

@keyframes fadeOutRightBig {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}

.fadeOutRightBig {
  -webkit-animation-name: fadeOutRightBig;
  animation-name: fadeOutRightBig;
}

@-webkit-keyframes fadeOutUp {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}

@keyframes fadeOutUp {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}

.fadeOutUp {
  -webkit-animation-name: fadeOutUp;
  animation-name: fadeOutUp;
}

@-webkit-keyframes fadeOutUpBig {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}

@keyframes fadeOutUpBig {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}

.fadeOutUpBig {
  -webkit-animation-name: fadeOutUpBig;
  animation-name: fadeOutUpBig;
}

@-webkit-keyframes flip {
  from {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, -360deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, -360deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }

  40% {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }

  50% {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  80% {
    -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  to {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
}

@keyframes flip {
  from {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, -360deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, -360deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }

  40% {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }

  50% {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  80% {
    -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  to {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
}

.animated.flip {
  -webkit-backface-visibility: visible;
  backface-visibility: visible;
  -webkit-animation-name: flip;
  animation-name: flip;
}

@-webkit-keyframes flipInX {
  from {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }

  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }

  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }

  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}

@keyframes flipInX {
  from {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }

  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }

  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }

  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}

.flipInX {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInX;
  animation-name: flipInX;
}

@-webkit-keyframes flipInY {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }

  40% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  60% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1;
  }

  80% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
  }

  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}

@keyframes flipInY {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }

  40% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  60% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1;
  }

  80% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
  }

  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}

.flipInY {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInY;
  animation-name: flipInY;
}

@-webkit-keyframes flipOutX {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }

  30% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1;
  }

  to {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0;
  }
}

@keyframes flipOutX {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }

  30% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1;
  }

  to {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0;
  }
}

.flipOutX {
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
  -webkit-animation-name: flipOutX;
  animation-name: flipOutX;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
}

@-webkit-keyframes flipOutY {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }

  30% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1;
  }

  to {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0;
  }
}

@keyframes flipOutY {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }

  30% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1;
  }

  to {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0;
  }
}

.flipOutY {
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipOutY;
  animation-name: flipOutY;
}

@-webkit-keyframes lightSpeedIn {
  from {
    -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0;
  }

  60% {
    -webkit-transform: skewX(20deg);
    transform: skewX(20deg);
    opacity: 1;
  }

  80% {
    -webkit-transform: skewX(-5deg);
    transform: skewX(-5deg);
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes lightSpeedIn {
  from {
    -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0;
  }

  60% {
    -webkit-transform: skewX(20deg);
    transform: skewX(20deg);
    opacity: 1;
  }

  80% {
    -webkit-transform: skewX(-5deg);
    transform: skewX(-5deg);
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.lightSpeedIn {
  -webkit-animation-name: lightSpeedIn;
  animation-name: lightSpeedIn;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
}

@-webkit-keyframes lightSpeedOut {
  from {
    opacity: 1;
  }

  to {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0;
  }
}

@keyframes lightSpeedOut {
  from {
    opacity: 1;
  }

  to {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0;
  }
}

.lightSpeedOut {
  -webkit-animation-name: lightSpeedOut;
  animation-name: lightSpeedOut;
  -webkit-animation-timing-function: ease-in;
  animation-timing-function: ease-in;
}

@-webkit-keyframes rotateIn {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, -200deg);
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0;
  }

  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

@keyframes rotateIn {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, -200deg);
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0;
  }

  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

.rotateIn {
  -webkit-animation-name: rotateIn;
  animation-name: rotateIn;
}

@-webkit-keyframes rotateInDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }

  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

@keyframes rotateInDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }

  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

.rotateInDownLeft {
  -webkit-animation-name: rotateInDownLeft;
  animation-name: rotateInDownLeft;
}

@-webkit-keyframes rotateInDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }

  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

@keyframes rotateInDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }

  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

.rotateInDownRight {
  -webkit-animation-name: rotateInDownRight;
  animation-name: rotateInDownRight;
}

@-webkit-keyframes rotateInUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }

  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

@keyframes rotateInUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }

  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

.rotateInUpLeft {
  -webkit-animation-name: rotateInUpLeft;
  animation-name: rotateInUpLeft;
}

@-webkit-keyframes rotateInUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -90deg);
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0;
  }

  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

@keyframes rotateInUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -90deg);
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0;
  }

  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

.rotateInUpRight {
  -webkit-animation-name: rotateInUpRight;
  animation-name: rotateInUpRight;
}

@-webkit-keyframes rotateOut {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    opacity: 1;
  }

  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, 200deg);
    transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0;
  }
}

@keyframes rotateOut {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    opacity: 1;
  }

  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, 200deg);
    transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0;
  }
}

.rotateOut {
  -webkit-animation-name: rotateOut;
  animation-name: rotateOut;
}

@-webkit-keyframes rotateOutDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }

  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
}

@keyframes rotateOutDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }

  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
}

.rotateOutDownLeft {
  -webkit-animation-name: rotateOutDownLeft;
  animation-name: rotateOutDownLeft;
}

@-webkit-keyframes rotateOutDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }

  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}

@keyframes rotateOutDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }

  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}

.rotateOutDownRight {
  -webkit-animation-name: rotateOutDownRight;
  animation-name: rotateOutDownRight;
}

@-webkit-keyframes rotateOutUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }

  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}

@keyframes rotateOutUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }

  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}

.rotateOutUpLeft {
  -webkit-animation-name: rotateOutUpLeft;
  animation-name: rotateOutUpLeft;
}

@-webkit-keyframes rotateOutUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }

  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 90deg);
    transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0;
  }
}

@keyframes rotateOutUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }

  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 90deg);
    transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0;
  }
}

.rotateOutUpRight {
  -webkit-animation-name: rotateOutUpRight;
  animation-name: rotateOutUpRight;
}

@-webkit-keyframes hinge {
  0% {
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }

  20%,
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 80deg);
    transform: rotate3d(0, 0, 1, 80deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }

  40%,
  80% {
    -webkit-transform: rotate3d(0, 0, 1, 60deg);
    transform: rotate3d(0, 0, 1, 60deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    opacity: 1;
  }

  to {
    -webkit-transform: translate3d(0, 700px, 0);
    transform: translate3d(0, 700px, 0);
    opacity: 0;
  }
}

@keyframes hinge {
  0% {
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }

  20%,
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 80deg);
    transform: rotate3d(0, 0, 1, 80deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }

  40%,
  80% {
    -webkit-transform: rotate3d(0, 0, 1, 60deg);
    transform: rotate3d(0, 0, 1, 60deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    opacity: 1;
  }

  to {
    -webkit-transform: translate3d(0, 700px, 0);
    transform: translate3d(0, 700px, 0);
    opacity: 0;
  }
}

.hinge {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-name: hinge;
  animation-name: hinge;
}

@-webkit-keyframes jackInTheBox {
  from {
    opacity: 0;
    -webkit-transform: scale(0.1) rotate(30deg);
    transform: scale(0.1) rotate(30deg);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
  }

  50% {
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg);
  }

  70% {
    -webkit-transform: rotate(3deg);
    transform: rotate(3deg);
  }

  to {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@keyframes jackInTheBox {
  from {
    opacity: 0;
    -webkit-transform: scale(0.1) rotate(30deg);
    transform: scale(0.1) rotate(30deg);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
  }

  50% {
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg);
  }

  70% {
    -webkit-transform: rotate(3deg);
    transform: rotate(3deg);
  }

  to {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

.jackInTheBox {
  -webkit-animation-name: jackInTheBox;
  animation-name: jackInTheBox;
}


/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

@-webkit-keyframes rollIn {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes rollIn {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.rollIn {
  -webkit-animation-name: rollIn;
  animation-name: rollIn;
}


/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

@-webkit-keyframes rollOut {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
    transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
  }
}

@keyframes rollOut {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
    transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
  }
}

.rollOut {
  -webkit-animation-name: rollOut;
  animation-name: rollOut;
}

@-webkit-keyframes zoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }

  50% {
    opacity: 1;
  }
}

@keyframes zoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }

  50% {
    opacity: 1;
  }
}

.zoomIn {
  -webkit-animation-name: zoomIn;
  animation-name: zoomIn;
}

@-webkit-keyframes zoomInDown {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

@keyframes zoomInDown {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

.zoomInDown {
  -webkit-animation-name: zoomInDown;
  animation-name: zoomInDown;
}

@-webkit-keyframes zoomInLeft {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

@keyframes zoomInLeft {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

.zoomInLeft {
  -webkit-animation-name: zoomInLeft;
  animation-name: zoomInLeft;
}

@-webkit-keyframes zoomInRight {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

@keyframes zoomInRight {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

.zoomInRight {
  -webkit-animation-name: zoomInRight;
  animation-name: zoomInRight;
}

@-webkit-keyframes zoomInUp {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

@keyframes zoomInUp {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

.zoomInUp {
  -webkit-animation-name: zoomInUp;
  animation-name: zoomInUp;
}

@-webkit-keyframes zoomOut {
  from {
    opacity: 1;
  }

  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }

  to {
    opacity: 0;
  }
}

@keyframes zoomOut {
  from {
    opacity: 1;
  }

  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }

  to {
    opacity: 0;
  }
}

.zoomOut {
  -webkit-animation-name: zoomOut;
  animation-name: zoomOut;
}

@-webkit-keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

@keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

.zoomOutDown {
  -webkit-animation-name: zoomOutDown;
  animation-name: zoomOutDown;
}

@-webkit-keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
    transform: scale(0.1) translate3d(-2000px, 0, 0);
    -webkit-transform-origin: left center;
    transform-origin: left center;
  }
}

@keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
    transform: scale(0.1) translate3d(-2000px, 0, 0);
    -webkit-transform-origin: left center;
    transform-origin: left center;
  }
}

.zoomOutLeft {
  -webkit-animation-name: zoomOutLeft;
  animation-name: zoomOutLeft;
}

@-webkit-keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
    transform: scale(0.1) translate3d(2000px, 0, 0);
    -webkit-transform-origin: right center;
    transform-origin: right center;
  }
}

@keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
    transform: scale(0.1) translate3d(2000px, 0, 0);
    -webkit-transform-origin: right center;
    transform-origin: right center;
  }
}

.zoomOutRight {
  -webkit-animation-name: zoomOutRight;
  animation-name: zoomOutRight;
}

@-webkit-keyframes zoomOutUp {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

@keyframes zoomOutUp {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

.zoomOutUp {
  -webkit-animation-name: zoomOutUp;
  animation-name: zoomOutUp;
}

@-webkit-keyframes slideInDown {
  from {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    visibility: visible;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes slideInDown {
  from {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    visibility: visible;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.slideInDown {
  -webkit-animation-name: slideInDown;
  animation-name: slideInDown;
}

@-webkit-keyframes slideInLeft {
  from {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes slideInLeft {
  from {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.slideInLeft {
  -webkit-animation-name: slideInLeft;
  animation-name: slideInLeft;
}

@-webkit-keyframes slideInRight {
  from {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes slideInRight {
  from {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.slideInRight {
  -webkit-animation-name: slideInRight;
  animation-name: slideInRight;
}

@-webkit-keyframes slideInUp {
  from {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    visibility: visible;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes slideInUp {
  from {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    visibility: visible;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.slideInUp {
  -webkit-animation-name: slideInUp;
  animation-name: slideInUp;
}

@-webkit-keyframes slideOutDown {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}

@keyframes slideOutDown {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}

.slideOutDown {
  -webkit-animation-name: slideOutDown;
  animation-name: slideOutDown;
}

@-webkit-keyframes slideOutLeft {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  to {
    visibility: hidden;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}

@keyframes slideOutLeft {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  to {
    visibility: hidden;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}

.slideOutLeft {
  -webkit-animation-name: slideOutLeft;
  animation-name: slideOutLeft;
}

@-webkit-keyframes slideOutRight {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  to {
    visibility: hidden;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}

@keyframes slideOutRight {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  to {
    visibility: hidden;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}

.slideOutRight {
  -webkit-animation-name: slideOutRight;
  animation-name: slideOutRight;
}

@-webkit-keyframes slideOutUp {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}

@keyframes slideOutUp {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}

.slideOutUp {
  -webkit-animation-name: slideOutUp;
  animation-name: slideOutUp;
}

.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.animated.infinite {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

.animated.delay-1s {
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
}

.animated.delay-2s {
  -webkit-animation-delay: 2s;
  animation-delay: 2s;
}

.animated.delay-3s {
  -webkit-animation-delay: 3s;
  animation-delay: 3s;
}

.animated.delay-4s {
  -webkit-animation-delay: 4s;
  animation-delay: 4s;
}

.animated.delay-5s {
  -webkit-animation-delay: 5s;
  animation-delay: 5s;
}

.animated.fast {
  -webkit-animation-duration: 800ms;
  animation-duration: 800ms;
}

.animated.faster {
  -webkit-animation-duration: 500ms;
  animation-duration: 500ms;
}

.animated.slow {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
}

.animated.slower {
  -webkit-animation-duration: 3s;
  animation-duration: 3s;
}

@media (prefers-reduced-motion) {
  .animated {
    -webkit-animation: unset !important;
    animation: unset !important;
    -webkit-transition: none !important;
    transition: none !important;
  }
}
.audit-page .form-block {
  overflow: visible;
}

.audit-page .disply-filter-btn {
  padding: 7px 20px;
  border-radius: 0px;
  border-color: #c5c2c5;
}

.audit-page .pof-table-nav a {
  padding: 8px;
  float: right;
  height: 36px;
  border: solid 1px lightgrey;
  background: #fff;
  color: #584d4d;
  text-decoration: none;
  font-weight: 100;
  width: 77px;
}

.audit-page .side-menu {
  overflow: auto;
  position: fixed;
  width: 30%;
  height: 100%;
  top: 0;
  bottom: 0;
  right: 0;
  left: 100%;
  background-color: #fff;
  color: #444449;
  z-index: 10000;
  box-shadow: -3px 0 8px 0 rgba(66, 91, 118, 0.21);
}

.audit-page .side-menu .title {
  background: linear-gradient(to right, #327ab7, #4c884b);
  padding: 15px;
  color: white;
}

.audit-page .audit-advanced-search-popup .form-block {
  box-shadow: none;
  margin-bottom: 0px;
  padding-top: 0px;
}

.audit-page .audit-advanced-search-popup button.btn.apply-filter {
  margin-top: 20px;
  height: 31px;
  font-size: 85%;
  color: #5f6468;
  border-color: #e9ecf2;
  border-radius: 0;
  background-color: #fff;
}

.audit-page .audit-advanced-search-popup .row {
  margin: auto;
}

.audit-page .audit-advanced-search-popup .user-field .select2-container--default .select2-selection--single {
  background-color: #fff;
  border: 1px solid #aaa;
  border-radius: 0px;
  height: 34px;
  border-color: #c5c2c5;
}

.audit-page .audit-advanced-search-popup .user-field .select2-search__field {
  width: 100% !important;
}

.audit-page .user-field .select2-container--default .select2-selection--single {
  background-color: #fff;
  border: 1px solid #aaa;
  border-radius: 0px;
  height: 34px;
  border-color: #c5c2c5;
}

.audit-page .user-field .select2-search__field {
  width: 100% !important;
  outline: none;
}

.audit-page .user-field .select2-selection__placeholder {
  color: #999;
  font-size: 12px;
}

.v-separator {
  border-right: 1px solid #dbdbdb;
  margin: 0 5px;
  height: 19px;
  display: inline-block;
  position: relative;
  top: 6px;
  line-height: 0.5;
}
#billing_page_pro #filters form {
  padding: 0 10px;
}

#billing_page_pro .page-filter * {
  transition: 0.3s;
}

#billing_page_pro .page-filter.active svg {
  fill: #609eff;
  stroke: #609eff;
}

#billing_page_pro .page-filter.active svg circle {
  fill: #fff;
  stroke: #fff;
}

#offcanvas_filters {
  z-index: 10000;
}

#overlay {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0,0,0,0.3);
  z-index: 10002;
  cursor: default;
}

#overlay .text{
  position: absolute;
  top: 50%;
  left: 50%;
  font-size: 50px;
  color: white;
  transform: translate(-50%,-50%);
  -ms-transform: translate(-50%,-50%);
  background-color: rgba(0, 0, 0, 0.4);
  padding: 20px;
  border-radius: 10px;
}
body.overlay,
html.overlay {
  width: 100%;
  height: 100%;
  overflow-x: hidden;
  overflow-y: auto;
}

.billing-page.billing-module .form-block,
.deal-room-invoices-page.billing-module .form-block {
  background-color: transparent;
}

.billing-page .project-container.panel:first-of-type,
.deal-room-invoices-page .project-container.panel:first-of-type {
  margin-top: 0;
}

.billing-page .btn-circle,
.deal-room-invoices-page .btn-circle {
  display: inline-block;
  background-color: transparent;
  color: #c4c2c5;
  font-size: 14px;
  border: 2px solid #c4c2c5;
  width: 30px;
  height: 30px;
  border-radius: 15px;
  text-align: center;
  vertical-align: middle;
  line-height: 27px;
  outline: none;
  opacity: 0.7;
}

.billing-page .btn-circle.no-border,
.deal-room-invoices-page .btn-circle.no-border {
  border: 0;
  opacity: 1;
}

.billing-page .pagination{
  margin: 0;
  justify-content: end;
}

.billing-page .btn-circle.selected,
.billing-page .billing-tool-button.selected,
.deal-room-invoices-page .btn-circle.selected {
  background-color: rgba(73, 144, 226, 0.73);
  border-color: #fff;
  color: #fff;
  opacity: 1;
}

.billing-page .btn-circle.consolidate.selected,
.deal-room-invoices-page .btn-circle.consolidate.selected {
  background-color: rgba(233, 30, 99, 0.86);
}

.billing-page .btn-circle .glyphicon,
.billing-page .btn-circle .fa,
.deal-room-invoices-page .btn-circle .glyphicon,
.deal-room-invoices-page .btn-circle .fa {
  position: relative;
  top: -1px;
}

.billing-page .btn-circle+.popover,
.deal-room-invoices-page .btn-circle+.popover {
  max-width: 600px;
  width: 200px;
  padding: 0;
  z-index: 100000;
}

.billing-page .btn-circle+.popover .popover-title,
.deal-room-invoices-page .btn-circle+.popover .popover-title {
  text-align: center;
}

.billing-page .btn-circle+.popover .popover-content,
.deal-room-invoices-page .btn-circle+.popover .popover-content {
  padding: 0;
}

.billing-page .btn-circle+.popover ul,
.deal-room-invoices-page .btn-circle+.popover ul {
  padding: 0;
  list-style: none;
}

.billing-page .btn-circle+.popover ul li,
.deal-room-invoices-page .btn-circle+.popover ul li {
  padding: 9px 14px;
  border-bottom: 1px solid #eee;
}

.billing-page .btn-circle+.popover ul li:last-child,
.deal-room-invoices-page .btn-circle+.popover ul li:last-child {
  border: 0;
  padding-bottom: 1px;
}

.billing-page .download-button,
.deal-room-invoices-page .download-button {
  color: #999;
  text-decoration: none;
  background-color: transparent;
  border: 0;
  outline: none;
  margin-top: 9px;
  display: inline-block;
  position: absolute;
  top: -40px;
}

.billing-page .download-button .glyphicon,
.billing-page .download-button .fa,
.deal-room-invoices-page .download-button .glyphicon,
.deal-room-invoices-page .download-button .fa {
  top: 2px;
  left: 5px;
  height: 20px;
  width: 20px;
  font-size: 16px;
}

.billing-page .download-button span,
.deal-room-invoices-page .download-button span {
  position: relative;
  left: -3px;
  font-size: 10px;
}

.billing-page .download-button span.text,
.deal-room-invoices-page .download-button span.text {
  margin-left: 5px;
}

.billing-page .download-button.selected,
.deal-room-invoices-page .download-button.selected {
  background-color: #e4e3e3;
  box-shadow: 2px 2px 1px 0px #e4e3e3;
}

.billing-page .top-tools .top-nav-button.deal-room-invoices-tab,
.deal-room-invoices-page .top-tools .top-nav-button.deal-room-invoices-tab {
  width: 130px;
}

.billing-page .presentation-row .billing-status-link,
.billing-page .service-row .billing-status-link,
.deal-room-invoices-page .presentation-row .billing-status-link,
.deal-room-invoices-page .service-row .billing-status-link {
  color: #5f6468;
}

.billing-page .presentation-row .billing-status-link:hover,
.billing-page .presentation-row .billing-status-link:focus,
.billing-page .service-row .billing-status-link:hover,
.billing-page .service-row .billing-status-link:focus,
.deal-room-invoices-page .presentation-row .billing-status-link:hover,
.deal-room-invoices-page .presentation-row .billing-status-link:focus,
.deal-room-invoices-page .service-row .billing-status-link:hover,
.deal-room-invoices-page .service-row .billing-status-link:focus {
  color: #5f6468;
  text-decoration: none;
}

.billing-page .presentation-row .dashed-border.open,
.billing-page .service-row .dashed-border.open,
.deal-room-invoices-page .presentation-row .dashed-border.open,
.deal-room-invoices-page .service-row .dashed-border.open {
  border: 1px solid #9ca6af;
  border-style: dashed;
}

.billing-page .presentation-row .dot,
.billing-page .service-row .dot,
.deal-room-invoices-page .presentation-row .dot,
.deal-room-invoices-page .service-row .dot {
  display: inline-block;
  width: 12px;
  height: 12px;
  border-radius: 50%;
}

.connect-to-netsuite-billing-popup .welcome,
.connect-to-deal-room-netsuite-billing-popup .welcome {
  height: 100px;
  padding-top: 35px;
  margin-bottom: 15px;
  text-align: center;
}

.connect-to-netsuite-billing-popup .welcome .waiting,
.connect-to-deal-room-netsuite-billing-popup .welcome .waiting {
  position: relative;
}

.connect-to-netsuite-billing-popup .welcome .waiting .spinner,
.connect-to-deal-room-netsuite-billing-popup .welcome .waiting .spinner {
  position: relative;
  top: 0;
  right: inherit;
  left: 0;
}

.project-container.panel {
  background-color: transparent;
  box-shadow: none;
  margin-top: 50px;
}

.project-container.panel:first-child {
  margin-top: 10px;
}

.project-container.panel .panel-body {
  border: 1px solid #d0cfcf;
  border-top-width: 0;
  padding: 10px 5px 10px 0;
}

.project-container.panel .panel-heading {
  background-color: rgba(255, 255, 255, 0.4);
  font-size: 14px;
  height: 45px;
  line-height: 24px;
  border: 1px solid #d0cfcf;
}

.project-container.panel .panel-heading a {
  color: #5f6468;
  text-decoration: none;
}

.project-container.panel .panel-footer {
  background-color: rgba(255, 255, 255, 0.4);
  border: 1px solid #d0cfcf;
  border-top-width: 0;
  overflow: hidden;
  padding: 10px;
}

.project-container.panel .options {
  display: block;
  float: left;
}

.project-container.panel .options .title {
  position: relative;
  top: 6px;
  margin: 0 20px 0 5px;
}

.show-billings-page .show-billing-row {
  border-top: 1px solid #e4e4e4;
  padding: 10px 0px;
}

.show-billings-page .dashed-border.open {
  border: 1px solid #9ca6af;
  border-style: dashed;
}

.show-billings-page .status-link {
  color: #5f6468;
  text-decoration: none;
}

.show-billings-page .dropdown-menu li:not(.divider) {
  height: 40px;
  line-height: 2.5;
}

.show-billings-page .dropdown-menu li:not(.divider) a {
  line-height: 2.5;
}

.show-billings-page .dropdown-menu li:not(.divider) i {
  color: #b9b9b9;
  margin-right: 12px;
}

.show-billings-page .dropdown-menu li.divider {
  margin: 0;
}

.show-billings-page .dot {
  display: inline-block;
  width: 12px;
  height: 12px;
  border-radius: 50%;
}

.show-billings-page .edit-selected-shows-popup {
  height: 100%;
  overflow: auto;
}

.show-billings-page .invoice-date {
  border-color: #e9ecf2;
  height: 34px;
}

.show-billings-page .disabled-link {
  pointer-events: none;
}

.edit-selected-shows-popup input.flat {
  height: 35px;
}

.edit-selected-shows-popup input.flat:disabled {
  background-color: #eeeeee;
}

.edit-selected-shows-popup textarea {
  height: 80px;
  width: 386px;
  resize: none;
}

.edit-selected-shows-popup .select2-container--default .select2-selection--single {
  border-radius: 0px;
  border-color: #c5c2c5;
  height: 35px;
}

.edit-selected-shows-popup .submit-btn {
  width: 100%;
  border-color: #c5c2c5;
  border-radius: 0px;
  background-color: #fff;
  color: #5f6468;
}

.edit-selected-shows-popup .submit-btn:hover,
.edit-selected-shows-popup .submit-btn:active,
.edit-selected-shows-popup .submit-btn:focus {
  outline: none;
  background-color: #fff !important;
  color: #5f6468;
  border-color: #c5c2c5;
}

.preview-select-invoices .invoice-date,
.preview-consolidate-invoices .invoice-date {
  border-color: #e9ecf2;
  height: 34px;
}

.preview-select-invoices .invoice-row,
.preview-consolidate-invoices .invoice-row {
  border: 1px solid #dee2e6;
  border-left: 5px solid;
  padding: 10px;
}

.preview-select-invoices .invoice-row:hover .billing-errors,
.preview-consolidate-invoices .invoice-row:hover .billing-errors {
  display: inline-block;
}

.preview-select-invoices .billing-errors,
.preview-consolidate-invoices .billing-errors {
  display: none;
}

.deal-room-invoices-page .loader {
  font-size: inherit;
}

.deal-room-invoices-page a.show-more-btn {
  border: 1px solid #e9ecf2;
  padding: 6px 12px;
  font-size: 85%;
  text-decoration: none;
  color: #5f6468;
}

.deal-room-invoices-page a.show-more-btn:hover {
  opacity: 0.8;
}

.disabled-link {
  pointer-events: none;
}

#billing_page_pro button.contrast svg circle {
  fill: #fff;
}

#billing_page_pro button.contrast-dark svg rect {
  fill: #222;
}

#billing_page_pro button.contrast-dark svg circle {
  fill: #fff;
}

#billing_page_pro .item-card.contrast {
  background-color: #b3e5fc;
}
.board-container {
  background-color: #ffffffd6;
  box-shadow: 0 5px 15px rgba(0,0,0,.08);
}

.board-container.rfn-list-page,
.board-container.show-premium_conference_calls,
.board-container.lookups-page,
.board-container.deal-room-billing-page {
  box-shadow: none;
  padding-top: 0px;
}

.board-container.show-premium_conference_calls .side-menu {
  z-index: 100000;
}

.board-container .tabs .btn {
  min-width: 95px;
}

.board-container .tabs .btn.selected {
  top: 1px;
  position: relative;
  border-bottom-color: #fff;
  left: -1px;
}

.board-container .tabs .btn:not(.selected) {
  color: #ddd;
}

.board-container .tabs .close-tab {
  position: absolute;
  right: -15px;
  width: 15px;
  height: 28px;
  display: inline-block;
  background-color: #ffffff;
  top: 0;
  font-size: 13px;
}

.board-container .tabs .close-tab::before {
  font-family: FontAwesome;
  content: "\f00d";
  position: relative;
  color: #7d7a7a;
  line-height: 2.5;
  right: 2px;
}

.board-container a.btn.flat {
  font-family: inherit;
  letter-spacing: inherit;
  text-transform: inherit;
  position: relative;
  min-width: inherit;
  height: inherit;
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.board-container a.btn.flat .fa,
.board-container a.btn.flat .feather {
  position: relative;
  height: auto;
  width: auto !important;
  font-size: 14px;
  top: unset;
  left: unset;
}

.board-container .btn.flat,
.board-container a.btn.flat {
  height: 31px;
  font-size: 85%;
  color: #5f6468;
  border-color: #e9ecf2;
  border-radius: 0;
  background-color: #fff;
}

.board-container .btn.flat .fa,
.board-container .btn.flat .feather,
.board-container a.btn.flat .fa,
.board-container a.btn.flat .feather {
  margin-right: 3px;
}

.board-container .btn.flat:focus,
.board-container a.btn.flat:focus {
  outline: none;
}

.board-container .btn.flat+.separator,
.board-container a.btn.flat+.separator {
  border-right: 1px solid #e9ecf2;
  margin: 0 5px;
  height: 19px;
  display: inline-block;
  position: relative;
  top: 6px;
  line-height: 0.5;
}

.board-container .toolbar {
  padding-bottom: 5px;
}

.board-container .toolbar .quick-search {
  width: 300px;
  float: left;
  position: relative;
}

.board-container .toolbar .quick-search span.input-group-addon {
  color: #9E9E9E;
  padding: 0 10px;
}

.board-container .toolbar .quick-search span.input-group-addon+input {
  border-left: 0;
  text-indent: 0;
}

.board-container .toolbar .quick-search .i-spinner {
  left: 90%;
  top: 10px;
  z-index: 10;
  position: absolute;
  color: #9E9E9E;
}

.board-container .toolbar .quick-search+.separator {
  border-right: 1px solid #e9ecf2;
  margin: 0 5px;
  height: 19px;
  display: inline-block;
  position: relative;
  top: 6px;
  line-height: 0.5;
}

.board-container .toolbar .selectpicker {
  height: 30px !important;
  box-shadow: none;
  border-color: #e9ecf2;
  border-radius: 0px;
  width: 145px;
}

.board-container .toolbar .selectpicker .filter-option {
  color: #253e50;
  font-size: 85%;
}

.board-container .board-header {
  border-bottom: 1px solid #e4e4e4;
  border-right: 1px solid #e4e4e4;
  border-top: 1px solid #e4e4e4;
  padding-left: 0;
}

.board-container .board-header>[class*=uk-width],
.board-container .board-header>[class*=col-] {
  overflow: hidden;
  white-space: nowrap;
  color: #6f7782;
  cursor: pointer;
  font-size: 12px;
  border-left: 1px solid #e4e4e4;
  padding: 10px;
}

.board-container .board-group .group-title {
  margin: 20px 0;
  cursor: pointer;
}

.board-container .board-group .group-title .fa,
.board-container .board-group .group-title .feather {
  transition: 0.5s;
}

.board-container .board-group .group-title .fa.open,
.board-container .board-group .group-title .feather.open {
  transform: rotate(-90deg);
}

.board-container .board-group .group-items .group-row {
  border-bottom: 1px solid #e4e4e4;
  padding: 10px 0;
}

.board-container .board-group .group-items .group-row .cell {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  position: relative;
}

.board-container .board-group .group-items .group-row .cell .icon {
  border-radius: 50%;
  display: inline-block;
  font-size: 12px;
  padding: 5px;
  color: #757c88;
  top: 0;
  background-color: #ffffff;
  border-width: 1px;
  border-style: solid;
}

.board-container .board-group .group-items .group-row .cell .icon.today {
  background-color: #4fcf7a;
  color: #ffffff;
}

.board-container .board-group .group-items .group-row .cell .btn {
  line-height: 1;
  margin: 0;
  border: 0;
  color: #bbbaba;
  background-color: transparent;
}

.board-container .board-group .group-items .group-row .cell .btn:focus,
.board-container .board-group .group-items .group-row .cell .btn :active {
  outline: none;
  box-shadow: none;
}

.board-container .board-group .group-items .group-row .cell .dropdown-menu li:not(.divider) {
  height: 40px;
  line-height: 2.5;
}

.board-container .board-group .group-items .group-row .cell .dropdown-menu li:not(.divider) a {
  line-height: 2.5;
}

.board-container .board-group .group-items .group-row .cell .dropdown-menu li:not(.divider) i {
  color: #b9b9b9;
  margin-right: 12px;
}

.board-container .board-group .group-items .group-row .cell .dropdown-menu li.divider {
  margin: 0;
}

.board-container .board-group .group-items .group-row .cell ul.icons {
  display: inline;
  padding-left: 10px;
}

.board-container .board-group .group-items .group-row .cell ul.icons li {
  display: inline;
  padding: 0 5px;
  color: #bbbbbb;
}

.board-container .board-group .group-items .group-row .cell ul.icons li:hover {
  color: #808080;
}

.board-container .board-group .group-items .group-row .cell .text {
  max-width: calc(100% - 50px);
  display: inline-block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  top: 4px;
  position: relative;
}

.board-container .board-group .group-items .group-row .cell .details {
  display: none;
  padding: 0 10px;
  float: right;
  line-height: 1.4;
  position: absolute;
  transform: translate(0, -50%);
  right: 25px;
  top: 50%;
  transform: translate(0, -50%);
  backdrop-filter: blur(100px);
}

.board-container .board-group .group-items .group-row .cell .deal-flip {
  display: inline-block;
  cursor: default;
}

.board-container .board-group .group-items .group-row .cell:last-child {
  overflow: visible;
}

.board-container .board-group .group-items .group-row .row-options {
  position: absolute;
  right: 0;
}

.board-container .board-group .group-items .group-row .row-options .btn:focus,
.board-container .board-group .group-items .group-row .row-options .btn :active,
.board-container .board-group .group-items .group-row .row-options a:focus,
.board-container .board-group .group-items .group-row .row-options a :active {
  outline: none;
  box-shadow: none;
}

.board-container .board-group .group-items .group-row .row-options .btn+.dropdown-menu i,
.board-container .board-group .group-items .group-row .row-options a+.dropdown-menu i {
  color: #b9b9b9;
  margin-right: 12px;
}

.board-container .board-group .group-items .group-row .dot {
  display: inline-block;
  width: 12px;
  height: 12px;
  border-radius: 50%;
}

.board-container .board-group .group-items .group-row:first-child {
  border-top: 1px solid #e4e4e4;
}

.board-container .board-group .group-items .group-row:hover {
  background-color: #f7f7f7;
}

.board-container .board-group .group-items .group-row:hover .text {
  max-width: calc(100% - 100px);
}

.board-container .board-group .group-items .group-row:hover .details {
  display: inline-block;
}

.board-container .board-group .group-items .status-link {
  color: #5f6468;
}

.board-container .board-group .group-items .status-link:hover,
.board-container .board-group .group-items .status-link:focus {
  color: #5f6468;
  text-decoration: none;
}

.board-container .board-group .group-items .dashed-border.open {
  border: 1px solid #9ca6af;
  border-style: dashed;
}

.board-container .board-group .group-items .save-note-button {
  padding-top: 0%;
}

.board-container .disabled-link {
  pointer-events: none;
}

.board-container .side-menu {
  overflow: auto;
  position: fixed;
  width: 30%;
  height: 100%;
  top: 0;
  bottom: 0;
  right: 0;
  left: 100%;
  background-color: #fff;
  color: #444449;
  z-index: 10000;
  box-shadow: -3px 0 8px 0 rgba(66, 91, 118, 0.21);
}

.board-container .side-menu .title {
  background: linear-gradient(to right, #327ab7, #4c884b);
  padding: 15px;
  color: white;
}

.board-container .side-menu label {
  vertical-align: sub;
}

.board-container .side-menu input[type=text],
.board-container .side-menu .select2-container .select2-selection--single {
  width: 100%;
  height: 30px !important;
  z-index: 10000;
}

.board-container .side-menu .select2-container--default .select2-selection--single,
.board-container .side-menu .select2-selection.select2-selection--multiple {
  border-radius: 0px;
  border-color: #C5C2C5;
}

.board-container .side-menu .cancel-icon,
.board-container .side-menu .fa-arrow-left,
.board-container .side-menu .fa-arrow-right {
  cursor: pointer;
}

.board-container .side-menu .fa-arrow-left:hover,
.board-container .side-menu .fa-arrow-right:hover {
  color: #327ab7;
}

.board-container .side-menu .save-note-button {
  padding-top: 0%;
}

.board-container .side-menu .save-note-button .fa {
  position: relative;
  top: -2px;
  left: -1px;
}

.board-container .side-menu .check-list-container {
  display: flex;
}

.board-container .side-menu .check-list-item {
  width: 35px;
  flex-grow: 1;
  position: relative;
  margin: 0px;
}

.board-container .side-menu .collapse-btn {
  background-color: #f5f5f5;
  padding: 5px;
  text-decoration: none;
}

.board-container .side-menu .special-invoice-note-text {
  max-width: none;
  width: 100%;
}

.board-container .side-menu .centered-element {
  display: flex;
  justify-content: center;
}

.board-container .side-menu .input-group-addon {
  padding: 0px 10px;
  background-color: #fff;
  border-radius: 0px;
}

.board-container .side-menu .input-group-addon .input-group-text {
  height: 25px;
}

.board-container .side-menu .input-group-addon .input-group-text label input {
  width: 15px;
}

.board-container .side-menu .filter-row {
  border: 1px solid #dee2e6;
  border-radius: 5px;
  background-color: #f1f9ff;
  padding: 10px 10px 15px 10px;
  margin-bottom: 5px;
}

.board-container .side-menu .filter-row ul {
  padding: 10px 0 0 20px;
}

.board-container .side-menu .select2-selection__arrow {
  display: none;
}

.board-container .side-menu .blue-text {
  color: #347bb0;
}

.board-container .side-menu .search-box,
.board-container .side-menu .search-box+span {
  border-color: #e9ecf2;
  color: #a3a3a3;
}

.board-container .side-menu .properties-list .prop {
  padding: 10px;
}

.board-container .side-menu .properties-list .prop:hover {
  background-color: #f7f7f7;
}

.board-container .side-menu .properties-list .prop.seperator.az::before {
  font-family: FontAwesome;
  content: "\f15d";
  position: absolute;
  right: 0;
  top: 31px;
  background-color: #ffffff;
  box-shadow: 0 0 5px 7px white;
  border-radius: 2px;
  z-index: 1000;
  color: #999;
}

.board-container .side-menu .properties-list .prop.seperator.fav::before {
  font-family: FontAwesome;
  content: "\f005";
  position: absolute;
  right: 0;
  top: 5px;
  box-shadow: 0 0 5px 7px white;
  background-color: #ffffff;
  border-radius: 2px;
  z-index: 1000;
  color: #999;
}

.board-container .side-menu .select2-search__field {
  width: 100% !important;
}

.board-container .side-menu .tags-block .tagify--outside {
  border: 0;
}

.board-container .side-menu .tags-block .tagify--outside .tagify__input {
  order: -1;
  flex: 100%;
  border: 1px solid var(--tags-border-color);
  margin-bottom: 1em;
  transition: 0.1s;
  padding: 10px;
}

.board-container .side-menu .tags-block .tagify--outside .tagify__input:hover {
  border-color: var(--tags-hover-border-color);
}

.board-container .side-menu .tags-block .tagify--outside.tagify--focus .tagify__input {
  transition: 0s;
  border-color: var(--tags-focus-border-color);
}

.board-container .side-menu .tags-block .tagify {
  --tag-text-color: #fff;
  --tag-text-color--edit: #fff;
  --tag-remove-btn-color: #fff;
}

.board-container .side-menu .tags-block .tagify__tag>div>* {
  padding: 2px;
}

.board-container .side-menu .last-task-note a,
.board-container .side-menu .last-task-note a:hover {
  color: #337ab7;
}

.board-container .side-menu .flex-block {
  display: flex;
}

.board-container .loader,
.board-container .loader:before,
.board-container .loader:after {
  border-radius: 50%;
  width: 10px;
  height: 10px;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation: load7 1.8s infinite ease-in-out;
  animation: load7 1.8s infinite ease-in-out;
}

.board-container .loader {
  color: #4d4d4d;
  font-size: 10px;
  position: relative;
  text-indent: -9999em;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-animation-delay: -0.16s;
  animation-delay: -0.16s;
  display: inline-block;
  top: -35px;
  left: 30px;
}

.board-container .loader:before,
.board-container .loader:after {
  content: "";
  position: absolute;
}

.board-container .loader:before {
  left: -20px;
  -webkit-animation-delay: -0.32s;
  animation-delay: -0.32s;
}

.board-container .loader:after {
  left: 20px;
}

@-webkit-keyframes load7 {

  0%,
  80%,
  100% {
    box-shadow: 0 40px 0 -16px;
  }

  40% {
    box-shadow: 0 40px 0 0;
  }
}

@keyframes load7 {

  0%,
  80%,
  100% {
    box-shadow: 0 40px 0 -16px;
  }

  40% {
    box-shadow: 0 40px 0 0;
  }
}

.board-container .blue-text {
  color: #4890e2;
}

.board-container .right-click-menu {
  position: fixed;
  padding: 5px 0;
  margin: 2px 0 0;
  list-style: none;
  font-size: 14px;
  text-align: left;
  background-color: #fff;
  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);
  background-clip: padding-box;
  z-index: 10000;
}

.board-container .right-click-menu .menu-item {
  cursor: pointer;
  padding: 5px 15px;
}

.board-container .right-click-menu .menu-item:hover,
.board-container .right-click-menu .menu-item:active {
  background-color: #f5f5f5;
}

.board-container .right-click-menu .menu-item:hover a,
.board-container .right-click-menu .menu-item:active a {
  text-decoration: none;
}

.board-container .right-click-menu .dropdown {
  top: auto !important;
}

.board-container .right-click-menu #go_to_menu {
  display: block;
}

.board-container .right-click-menu.off {
  top: -200%;
  left: -200%;
}

.board-container .black-color {
  color: #151b26;
}

.board-container .red-color {
  color: #ed6b75;
}

.board-container .column-sorter {
  cursor: pointer;
}

.board-container .column-sorter form {
  display: inline-block;
}

.board-container .column-sorter .up {
  bottom: 4px;
}

.board-container .column-sorter .down {
  top: 4px;
  left: -10px;
}

.board-container .column-sorter .up,
.board-container .column-sorter .down {
  position: relative;
}

.board-container .column-sorter .up.active,
.board-container .column-sorter .down.active {
  color: #1890ff;
}

.board-container .overlay {
  opacity: 0.4;
  pointer-events: none;
}

.board-container .overlay .overlay-spinner {
  position: fixed;
  transform: translate(-50%, -50%);
  left: 50%;
  z-index: 10;
  display: block;
}

.board-container .overlay-spinner {
  display: none;
}

.board-container .img-thumbnail {
  padding: 2px;
}

.board-container .selected-highlight {
  background-color: #f0f6fd;
}

.board-container .selected-highlight:hover {
  background-color: #f0f6fd !important;
}

.edit-toolbar {
  display: block;
  position: fixed;
  background-color: #000000d6;
  color: #fff;
  bottom: 20px;
  padding: 6px 20px;
  border-radius: 20px;
  left: 50%;
  transform: translateX(-50%);
}

.edit-toolbar .dropdown-menu {
  color: #75797d;
}

.edit-toolbar .tab {
  cursor: pointer;
}

.colors-list {
  display: flex;
  padding: 10px;
}

.colors-list .color {
  margin: 0px 5px;
  width: 20px;
  height: 20px;
  cursor: pointer;
}

.colors-list .color .fa {
  left: 3px;
  position: relative;
}

.colors-list .red-orange {
  background-color: #f44336;
  color: #fff;
}

.colors-list .red-color {
  background-color: #D3212D;
  color: #fff;
}

.colors-list .blue-color {
  background-color: #9bdbf2;
  color: #fff;
}

.colors-list .dark-blue {
  background-color: #3f51b5;
  color: #fff;
}

.colors-list .indigo-color {
  background-color: #4b0082;
  color: #fff;
}

.colors-list .dark-orchid {
  background-color: #9c27b0;
  color: #fff;
}

.colors-list .yellow-color {
  background-color: #f4a536;
  color: #fff;
}

.colors-list .green-color {
  background-color: #76d258;
  color: #fff;
}

.colors-list .dark-cyan-color {
  background-color: #009688;
  color: #fff;
}

.colors-list .ironstone-color {
  background-color: #795548;
  color: #fff;
}

.colors-list .gray-color {
  background-color: #c5c3c3;
  color: #fff;
}

.tagify__dropdown {
  z-index: 99999 !important;
}

.tagify__dropdown.extra-properties .tagify__dropdown__item>.color-img {
  display: inline-block;
  vertical-align: middle;
  height: 20px;
  transform: scale(0.75);
  margin-right: 5px;
  border-radius: 2px;
  transition: 0.12s ease-out;
}
/*!
 * Bootstrap-select v1.13.14 (https://developer.snapappointments.com/bootstrap-select)
 *
 * Copyright 2012-2020 SnapAppointments, LLC
 * Licensed under MIT (https://github.com/snapappointments/bootstrap-select/blob/master/LICENSE)
 */

@-webkit-keyframes bs-notify-fadeOut {
  0% {
    opacity: 0.9;
  }
  100% {
    opacity: 0;
  }
}
@-o-keyframes bs-notify-fadeOut {
  0% {
    opacity: 0.9;
  }
  100% {
    opacity: 0;
  }
}
@keyframes bs-notify-fadeOut {
  0% {
    opacity: 0.9;
  }
  100% {
    opacity: 0;
  }
}
select.bs-select-hidden,
.bootstrap-select > select.bs-select-hidden,
select.selectpicker {
  display: none !important;
}
.bootstrap-select {
  width: 220px \0;
  /*IE9 and below*/
  vertical-align: middle;
}
.bootstrap-select > .dropdown-toggle {
  position: relative;
  width: 100%;
  text-align: right;
  white-space: nowrap;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.bootstrap-select > .dropdown-toggle:after {
  margin-top: -1px;
}
.bootstrap-select > .dropdown-toggle.bs-placeholder,
.bootstrap-select > .dropdown-toggle.bs-placeholder:hover,
.bootstrap-select > .dropdown-toggle.bs-placeholder:focus,
.bootstrap-select > .dropdown-toggle.bs-placeholder:active {
  color: #999;
}
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-primary,
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-secondary,
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-success,
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-danger,
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-info,
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-dark,
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-primary:hover,
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-secondary:hover,
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-success:hover,
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-danger:hover,
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-info:hover,
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-dark:hover,
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-primary:focus,
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-secondary:focus,
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-success:focus,
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-danger:focus,
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-info:focus,
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-dark:focus,
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-primary:active,
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-secondary:active,
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-success:active,
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-danger:active,
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-info:active,
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-dark:active {
  color: rgba(255, 255, 255, 0.5);
}
.bootstrap-select > select {
  position: absolute !important;
  bottom: 0;
  left: 50%;
  display: block !important;
  width: 0.5px !important;
  height: 100% !important;
  padding: 0 !important;
  opacity: 0 !important;
  border: none;
  z-index: 0 !important;
}
.bootstrap-select > select.mobile-device {
  top: 0;
  left: 0;
  display: block !important;
  width: 100% !important;
  z-index: 2 !important;
}
.has-error .bootstrap-select .dropdown-toggle,
.error .bootstrap-select .dropdown-toggle,
.bootstrap-select.is-invalid .dropdown-toggle,
.was-validated .bootstrap-select select:invalid + .dropdown-toggle {
  border-color: #b94a48;
}
.bootstrap-select.is-valid .dropdown-toggle,
.was-validated .bootstrap-select select:valid + .dropdown-toggle {
  border-color: #28a745;
}
.bootstrap-select.fit-width {
  width: auto !important;
}
.bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn) {
  width: 220px;
}
.bootstrap-select > select.mobile-device:focus + .dropdown-toggle,
.bootstrap-select .dropdown-toggle:focus {
  outline: thin dotted #333333 !important;
  outline: 5px auto -webkit-focus-ring-color !important;
  outline-offset: -2px;
}
.bootstrap-select.form-control {
  margin-bottom: 0;
  padding: 0;
  border: none;
  height: auto;
}
:not(.input-group) > .bootstrap-select.form-control:not([class*="col-"]) {
  width: 100%;
}
.bootstrap-select.form-control.input-group-btn {
  float: none;
  z-index: auto;
}
.form-inline .bootstrap-select,
.form-inline .bootstrap-select.form-control:not([class*="col-"]) {
  width: auto;
}
.bootstrap-select:not(.input-group-btn),
.bootstrap-select[class*="col-"] {
  float: none;
  display: inline-block;
  margin-left: 0;
}
.bootstrap-select.dropdown-menu-right,
.bootstrap-select[class*="col-"].dropdown-menu-right,
.row .bootstrap-select[class*="col-"].dropdown-menu-right {
  float: right;
}
.form-inline .bootstrap-select,
.form-horizontal .bootstrap-select,
.form-group .bootstrap-select {
  margin-bottom: 0;
}
.form-group-lg .bootstrap-select.form-control,
.form-group-sm .bootstrap-select.form-control {
  padding: 0;
}
.form-group-lg .bootstrap-select.form-control .dropdown-toggle,
.form-group-sm .bootstrap-select.form-control .dropdown-toggle {
  height: 100%;
  font-size: inherit;
  line-height: inherit;
  border-radius: inherit;
}
.bootstrap-select.form-control-sm .dropdown-toggle,
.bootstrap-select.form-control-lg .dropdown-toggle {
  font-size: inherit;
  line-height: inherit;
  border-radius: inherit;
}
.bootstrap-select.form-control-sm .dropdown-toggle {
  padding: 0.25rem 0.5rem;
}
.bootstrap-select.form-control-lg .dropdown-toggle {
  padding: 0.5rem 1rem;
}
.form-inline .bootstrap-select .form-control {
  width: 100%;
}
.bootstrap-select.disabled,
.bootstrap-select > .disabled {
  cursor: not-allowed;
}
.bootstrap-select.disabled:focus,
.bootstrap-select > .disabled:focus {
  outline: none !important;
}
.bootstrap-select.bs-container {
  position: absolute;
  top: 0;
  left: 0;
  height: 0 !important;
  padding: 0 !important;
}
.bootstrap-select.bs-container .dropdown-menu {
  z-index: 1060;
}
.bootstrap-select .dropdown-toggle .filter-option {
  position: static;
  top: 0;
  left: 0;
  float: left;
  height: 100%;
  width: 100%;
  text-align: left;
  overflow: hidden;
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 auto;
      -ms-flex: 0 1 auto;
          flex: 0 1 auto;
}
.bs3.bootstrap-select .dropdown-toggle .filter-option {
  padding-right: inherit;
}
.input-group .bs3-has-addon.bootstrap-select .dropdown-toggle .filter-option {
  position: absolute;
  padding-top: inherit;
  padding-bottom: inherit;
  padding-left: inherit;
  float: none;
}
.input-group .bs3-has-addon.bootstrap-select .dropdown-toggle .filter-option .filter-option-inner {
  padding-right: inherit;
}
.bootstrap-select .dropdown-toggle .filter-option-inner-inner {
  overflow: hidden;
}
.bootstrap-select .dropdown-toggle .filter-expand {
  width: 0 !important;
  float: left;
  opacity: 0 !important;
  overflow: hidden;
}
.bootstrap-select .dropdown-toggle .caret {
  position: absolute;
  top: 50%;
  right: 12px;
  margin-top: -2px;
  vertical-align: middle;
}
.input-group .bootstrap-select.form-control .dropdown-toggle {
  border-radius: inherit;
}
.bootstrap-select[class*="col-"] .dropdown-toggle {
  width: 100%;
}
.bootstrap-select .dropdown-menu {
  min-width: 100%;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}
.bootstrap-select .dropdown-menu > .inner:focus {
  outline: none !important;
}
.bootstrap-select .dropdown-menu.inner {
  position: static;
  float: none;
  border: 0;
  padding: 0;
  margin: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.bootstrap-select .dropdown-menu li {
  position: relative;
}
.bootstrap-select .dropdown-menu li.active small {
  color: rgba(255, 255, 255, 0.5) !important;
}
.bootstrap-select .dropdown-menu li.disabled a {
  cursor: not-allowed;
}
.bootstrap-select .dropdown-menu li a {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.bootstrap-select .dropdown-menu li a.opt {
  position: relative;
  padding-left: 2.25em;
}
.bootstrap-select .dropdown-menu li a span.check-mark {
  display: none;
}
.bootstrap-select .dropdown-menu li a span.text {
  display: inline-block;
}
.bootstrap-select .dropdown-menu li small {
  padding-left: 0.5em;
}
.bootstrap-select .dropdown-menu .notify {
  position: absolute;
  bottom: 5px;
  width: 96%;
  margin: 0 2%;
  min-height: 26px;
  padding: 3px 5px;
  background: #f5f5f5;
  border: 1px solid #e3e3e3;
  -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);
  pointer-events: none;
  opacity: 0.9;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}
.bootstrap-select .dropdown-menu .notify.fadeOut {
  -webkit-animation: 300ms linear 750ms forwards bs-notify-fadeOut;
       -o-animation: 300ms linear 750ms forwards bs-notify-fadeOut;
          animation: 300ms linear 750ms forwards bs-notify-fadeOut;
}
.bootstrap-select .no-results {
  padding: 3px;
  background: #f5f5f5;
  margin: 0 5px;
  white-space: nowrap;
}
.bootstrap-select.fit-width .dropdown-toggle .filter-option {
  position: static;
  display: inline;
  padding: 0;
}
.bootstrap-select.fit-width .dropdown-toggle .filter-option-inner,
.bootstrap-select.fit-width .dropdown-toggle .filter-option-inner-inner {
  display: inline;
}
.bootstrap-select.fit-width .dropdown-toggle .bs-caret:before {
  content: '\00a0';
}
.bootstrap-select.fit-width .dropdown-toggle .caret {
  position: static;
  top: auto;
  margin-top: -1px;
}
.bootstrap-select.show-tick .dropdown-menu .selected span.check-mark {
  position: absolute;
  display: inline-block;
  right: 15px;
  top: 5px;
}
.bootstrap-select.show-tick .dropdown-menu li a span.text {
  margin-right: 34px;
}
.bootstrap-select .bs-ok-default:after {
  content: '';
  display: block;
  width: 0.5em;
  height: 1em;
  border-style: solid;
  border-width: 0 0.26em 0.26em 0;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
       -o-transform: rotate(45deg);
          transform: rotate(45deg);
}
.bootstrap-select.show-menu-arrow.open > .dropdown-toggle,
.bootstrap-select.show-menu-arrow.show > .dropdown-toggle {
  z-index: 1061;
}
.bootstrap-select.show-menu-arrow .dropdown-toggle .filter-option:before {
  content: '';
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 7px solid rgba(204, 204, 204, 0.2);
  position: absolute;
  bottom: -4px;
  left: 9px;
  display: none;
}
.bootstrap-select.show-menu-arrow .dropdown-toggle .filter-option:after {
  content: '';
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid white;
  position: absolute;
  bottom: -4px;
  left: 10px;
  display: none;
}
.bootstrap-select.show-menu-arrow.dropup .dropdown-toggle .filter-option:before {
  bottom: auto;
  top: -4px;
  border-top: 7px solid rgba(204, 204, 204, 0.2);
  border-bottom: 0;
}
.bootstrap-select.show-menu-arrow.dropup .dropdown-toggle .filter-option:after {
  bottom: auto;
  top: -4px;
  border-top: 6px solid white;
  border-bottom: 0;
}
.bootstrap-select.show-menu-arrow.pull-right .dropdown-toggle .filter-option:before {
  right: 12px;
  left: auto;
}
.bootstrap-select.show-menu-arrow.pull-right .dropdown-toggle .filter-option:after {
  right: 13px;
  left: auto;
}
.bootstrap-select.show-menu-arrow.open > .dropdown-toggle .filter-option:before,
.bootstrap-select.show-menu-arrow.show > .dropdown-toggle .filter-option:before,
.bootstrap-select.show-menu-arrow.open > .dropdown-toggle .filter-option:after,
.bootstrap-select.show-menu-arrow.show > .dropdown-toggle .filter-option:after {
  display: block;
}

.bootstrap-select.uk-select{
  background-image: none!important;
  padding-right: inherit!important;
}
.bs-searchbox,
.bs-actionsbox,
.bs-donebutton {
  padding: 4px 8px;
}
.bs-actionsbox {
  width: 100%;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}
.bs-actionsbox .btn-group button {
  width: 50%;
}
.bs-donebutton {
  float: left;
  width: 100%;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}
.bs-donebutton .btn-group button {
  width: 100%;
}
.bs-searchbox + .bs-actionsbox {
  padding: 0 8px 4px;
}
.bs-searchbox .form-control {
  margin-bottom: 0;
  width: 100%;
  float: none;
}
/*!
 * Bootstrap v3.4.1 (https://getbootstrap.com/)
 * Copyright 2011-2019 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */

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

.list-group-item.active .badge,
.list-group-item.active:hover .badge,
.list-group-item.active:focus .badge {
  text-shadow: none;
}
.panel {
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
}
.panel-default > .panel-heading {
  background-image: -webkit-linear-gradient(top, #f5f5f5 0%, #e8e8e8 100%);
  background-image: -o-linear-gradient(top, #f5f5f5 0%, #e8e8e8 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#f5f5f5), to(#e8e8e8));
  background-image: linear-gradient(to bottom, #f5f5f5 0%, #e8e8e8 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff5f5f5', endColorstr='#ffe8e8e8', GradientType=0);
  background-repeat: repeat-x;
}
.panel-primary > .panel-heading {
  background-image: -webkit-linear-gradient(top, #337ab7 0%, #2e6da4 100%);
  background-image: -o-linear-gradient(top, #337ab7 0%, #2e6da4 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#337ab7), to(#2e6da4));
  background-image: linear-gradient(to bottom, #337ab7 0%, #2e6da4 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff337ab7', endColorstr='#ff2e6da4', GradientType=0);
  background-repeat: repeat-x;
}
.panel-success > .panel-heading {
  background-image: -webkit-linear-gradient(top, #dff0d8 0%, #d0e9c6 100%);
  background-image: -o-linear-gradient(top, #dff0d8 0%, #d0e9c6 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#dff0d8), to(#d0e9c6));
  background-image: linear-gradient(to bottom, #dff0d8 0%, #d0e9c6 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffdff0d8', endColorstr='#ffd0e9c6', GradientType=0);
  background-repeat: repeat-x;
}
.panel-info > .panel-heading {
  background-image: -webkit-linear-gradient(top, #d9edf7 0%, #c4e3f3 100%);
  background-image: -o-linear-gradient(top, #d9edf7 0%, #c4e3f3 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#d9edf7), to(#c4e3f3));
  background-image: linear-gradient(to bottom, #d9edf7 0%, #c4e3f3 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffd9edf7', endColorstr='#ffc4e3f3', GradientType=0);
  background-repeat: repeat-x;
}
.panel-warning > .panel-heading {
  background-image: -webkit-linear-gradient(top, #fcf8e3 0%, #faf2cc 100%);
  background-image: -o-linear-gradient(top, #fcf8e3 0%, #faf2cc 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fcf8e3), to(#faf2cc));
  background-image: linear-gradient(to bottom, #fcf8e3 0%, #faf2cc 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffcf8e3', endColorstr='#fffaf2cc', GradientType=0);
  background-repeat: repeat-x;
}
.panel-danger > .panel-heading {
  background-image: -webkit-linear-gradient(top, #f2dede 0%, #ebcccc 100%);
  background-image: -o-linear-gradient(top, #f2dede 0%, #ebcccc 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#f2dede), to(#ebcccc));
  background-image: linear-gradient(to bottom, #f2dede 0%, #ebcccc 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff2dede', endColorstr='#ffebcccc', GradientType=0);
  background-repeat: repeat-x;
}
.well {
  background-image: -webkit-linear-gradient(top, #e8e8e8 0%, #f5f5f5 100%);
  background-image: -o-linear-gradient(top, #e8e8e8 0%, #f5f5f5 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#e8e8e8), to(#f5f5f5));
  background-image: linear-gradient(to bottom, #e8e8e8 0%, #f5f5f5 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffe8e8e8', endColorstr='#fff5f5f5', GradientType=0);
  background-repeat: repeat-x;
  border-color: #dcdcdc;
  -webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.05), 0 1px 0 rgba(255, 255, 255, 0.1);
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.05), 0 1px 0 rgba(255, 255, 255, 0.1);
}
/*!
 * 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 */

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;
  -webkit-text-decoration: underline dotted;
  -moz-text-decoration: underline dotted;
  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 {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  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"] {
  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"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
input[type="search"] {
  appearance: textfield;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  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;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  a[href^="#"]:after,
  a[href^="javascript:"]:after {
    content: "";
  }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
  .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/glyphicons-halflings-regular-52c09440a9a6a94616c7446b2ccadebe1633e6e79f0e0549d03ca18c0b2b8917.eot);
  src: url(/assets/glyphicons-halflings-regular-52c09440a9a6a94616c7446b2ccadebe1633e6e79f0e0549d03ca18c0b2b8917.eot?#iefix) format("embedded-opentype"), url(/assets/glyphicons-halflings-regular-ebe0d3c4e944ebf0d67b89e45aa3d39d3a7e2658c49d559d0bbd628507f7e34e.woff2) format("woff2"), url(/assets/glyphicons-halflings-regular-446c9448e15d92449d774deec0c4b408a0a28b5cd5916e13ad0c1fb38e6915f4.woff) format("woff"), url(/assets/glyphicons-halflings-regular-1e0c8b85cfe62ff9ed935c4ef14481409b90ca2d3b38db135e662c9fad358a65.ttf) format("truetype"), url(/assets/glyphicons-halflings-regular-ad4af125f31c69dba789e815da4f98db1f9800a132527e4cc7e6ed652a2572ca.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;
}

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,
.thumbnail > img,
.thumbnail a > img,
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  display: block;
  max-width: 100%;
  height: auto;
}
.img-rounded {
  border-radius: 6px;
}
.img-thumbnail {
  padding: 4px;
  line-height: 1.42857143;
  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,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small,
.h1 small,
.h2 small,
.h3 small,
.h4 small,
.h5 small,
.h6 small,
h1 .small,
h2 .small,
h3 .small,
h4 .small,
h5 .small,
h6 .small,
.h1 .small,
.h2 .small,
.h3 .small,
.h4 .small,
.h5 .small,
.h6 .small {
  font-weight: 400;
  line-height: 1;
  color: #777777;
}
h1,
.h1,
h2,
.h2,
h3,
.h3 {
  margin-top: 20px;
  margin-bottom: 10px;
}
h1 small,
.h1 small,
h2 small,
.h2 small,
h3 small,
.h3 small,
h1 .small,
.h1 .small,
h2 .small,
.h2 .small,
h3 .small,
.h3 .small {
  font-size: 65%;
}
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  margin-top: 10px;
  margin-bottom: 10px;
}
h4 small,
.h4 small,
h5 small,
.h5 small,
h6 small,
.h6 small,
h4 .small,
.h4 .small,
h5 .small,
.h5 .small,
h6 .small,
.h6 .small {
  font-size: 75%;
}
h1,
.h1 {
  font-size: 36px;
}
h2,
.h2 {
  font-size: 30px;
}
h3,
.h3 {
  font-size: 24px;
}
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: 0.2em;
  background-color: #fcf8e3;
}
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
.text-center {
  text-align: center;
}
.text-justify {
  text-align: justify;
}
.text-nowrap {
  white-space: nowrap;
}
.text-lowercase {
  text-transform: lowercase;
}
.text-uppercase {
  text-transform: uppercase;
}
.text-capitalize {
  text-transform: capitalize;
}
.text-muted {
  color: #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;
  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,
ol ul,
ul ol,
ol ol {
  margin-bottom: 0;
}
.list-unstyled {
  padding-left: 0;
  list-style: none;
  margin: 0;
}
.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.42857143;
}
dt {
  font-weight: 700;
}
dd {
  margin-left: 0;
}
@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%;
  text-transform: uppercase;
}
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.42857143;
  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.pull-right footer:before,
.blockquote-reverse small:before,
blockquote.pull-right small:before,
.blockquote-reverse .small:before,
blockquote.pull-right .small:before {
  content: "";
}
.blockquote-reverse footer:after,
blockquote.pull-right footer:after,
.blockquote-reverse small:after,
blockquote.pull-right small:after,
.blockquote-reverse .small:after,
blockquote.pull-right .small:after {
  content: "\00A0 \2014";
}
address {
  margin-bottom: 20px;
  font-style: normal;
  line-height: 1.42857143;
}
code,
kbd,
pre,
samp {
  font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
}
code {
  padding: 2px 4px;
  font-size: 90%;
  color: #c7254e;
  background-color: #f9f2f4;
  border-radius: 4px;
}
kbd {
  padding: 2px 4px;
  font-size: 90%;
  color: #fff;
  background-color: #333;
  border-radius: 3px;
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);
}
kbd kbd {
  padding: 0;
  font-size: 100%;
  font-weight: 700;
  -webkit-box-shadow: none;
  box-shadow: none;
}
pre {
  display: block;
  padding: 9.5px;
  margin: 0 0 10px;
  font-size: 13px;
  line-height: 1.42857143;
  color: #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;
}
@media (min-width: 768px) {
  .container {
    width: 750px;
  }
}
@media (min-width: 992px) {
  .container {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1170px;
  }
}
.container-fluid {
  margin-right: auto;
  margin-left: auto;
}
.row {
  margin-right: -15px;
  margin-left: -15px;
}
.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-12 {
  width: 100%;
}
.col-xs-11 {
  width: 91.66666667%;
}
.col-xs-10 {
  width: 83.33333333%;
}
.col-xs-9 {
  width: 75%;
}
.col-xs-8 {
  width: 66.66666667%;
}
.col-xs-7 {
  width: 58.33333333%;
}
.col-xs-6 {
  width: 50%;
}
.col-xs-5 {
  width: 41.66666667%;
}
.col-xs-4 {
  width: 33.33333333%;
}
.col-xs-3 {
  width: 25%;
}
.col-xs-2 {
  width: 16.66666667%;
}
.col-xs-1 {
  width: 8.33333333%;
}
.col-xs-pull-12 {
  right: 100%;
}
.col-xs-pull-11 {
  right: 91.66666667%;
}
.col-xs-pull-10 {
  right: 83.33333333%;
}
.col-xs-pull-9 {
  right: 75%;
}
.col-xs-pull-8 {
  right: 66.66666667%;
}
.col-xs-pull-7 {
  right: 58.33333333%;
}
.col-xs-pull-6 {
  right: 50%;
}
.col-xs-pull-5 {
  right: 41.66666667%;
}
.col-xs-pull-4 {
  right: 33.33333333%;
}
.col-xs-pull-3 {
  right: 25%;
}
.col-xs-pull-2 {
  right: 16.66666667%;
}
.col-xs-pull-1 {
  right: 8.33333333%;
}
.col-xs-pull-0 {
  right: auto;
}
.col-xs-push-12 {
  left: 100%;
}
.col-xs-push-11 {
  left: 91.66666667%;
}
.col-xs-push-10 {
  left: 83.33333333%;
}
.col-xs-push-9 {
  left: 75%;
}
.col-xs-push-8 {
  left: 66.66666667%;
}
.col-xs-push-7 {
  left: 58.33333333%;
}
.col-xs-push-6 {
  left: 50%;
}
.col-xs-push-5 {
  left: 41.66666667%;
}
.col-xs-push-4 {
  left: 33.33333333%;
}
.col-xs-push-3 {
  left: 25%;
}
.col-xs-push-2 {
  left: 16.66666667%;
}
.col-xs-push-1 {
  left: 8.33333333%;
}
.col-xs-push-0 {
  left: auto;
}
.col-xs-offset-12 {
  margin-left: 100%;
}
.col-xs-offset-11 {
  margin-left: 91.66666667%;
}
.col-xs-offset-10 {
  margin-left: 83.33333333%;
}
.col-xs-offset-9 {
  margin-left: 75%;
}
.col-xs-offset-8 {
  margin-left: 66.66666667%;
}
.col-xs-offset-7 {
  margin-left: 58.33333333%;
}
.col-xs-offset-6 {
  margin-left: 50%;
}
.col-xs-offset-5 {
  margin-left: 41.66666667%;
}
.col-xs-offset-4 {
  margin-left: 33.33333333%;
}
.col-xs-offset-3 {
  margin-left: 25%;
}
.col-xs-offset-2 {
  margin-left: 16.66666667%;
}
.col-xs-offset-1 {
  margin-left: 8.33333333%;
}
.col-xs-offset-0 {
  margin-left: 0%;
}
@media (min-width: 768px) {
  .col-sm-1,
  .col-sm-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-12 {
    width: 100%;
  }
  .col-sm-11 {
    width: 91.66666667%;
  }
  .col-sm-10 {
    width: 83.33333333%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-8 {
    width: 66.66666667%;
  }
  .col-sm-7 {
    width: 58.33333333%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-5 {
    width: 41.66666667%;
  }
  .col-sm-4 {
    width: 33.33333333%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-2 {
    width: 16.66666667%;
  }
  .col-sm-1 {
    width: 8.33333333%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
  .col-sm-pull-11 {
    right: 91.66666667%;
  }
  .col-sm-pull-10 {
    right: 83.33333333%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-8 {
    right: 66.66666667%;
  }
  .col-sm-pull-7 {
    right: 58.33333333%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-5 {
    right: 41.66666667%;
  }
  .col-sm-pull-4 {
    right: 33.33333333%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-2 {
    right: 16.66666667%;
  }
  .col-sm-pull-1 {
    right: 8.33333333%;
  }
  .col-sm-pull-0 {
    right: auto;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-push-11 {
    left: 91.66666667%;
  }
  .col-sm-push-10 {
    left: 83.33333333%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-8 {
    left: 66.66666667%;
  }
  .col-sm-push-7 {
    left: 58.33333333%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-5 {
    left: 41.66666667%;
  }
  .col-sm-push-4 {
    left: 33.33333333%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-2 {
    left: 16.66666667%;
  }
  .col-sm-push-1 {
    left: 8.33333333%;
  }
  .col-sm-push-0 {
    left: auto;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
  .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-sm-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 992px) {
  .col-md-1,
  .col-md-2,
  .col-md-3,
  .col-md-4,
  .col-md-5,
  .col-md-6,
  .col-md-7,
  .col-md-8,
  .col-md-9,
  .col-md-10,
  .col-md-11,
  .col-md-12 {
    float: left;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-11 {
    width: 91.66666667%;
  }
  .col-md-10 {
    width: 83.33333333%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-8 {
    width: 66.66666667%;
  }
  .col-md-7 {
    width: 58.33333333%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-5 {
    width: 41.66666667%;
  }
  .col-md-4 {
    width: 33.33333333%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-2 {
    width: 16.66666667%;
  }
  .col-md-1 {
    width: 8.33333333%;
  }
  .col-md-pull-12 {
    right: 100%;
  }
  .col-md-pull-11 {
    right: 91.66666667%;
  }
  .col-md-pull-10 {
    right: 83.33333333%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-8 {
    right: 66.66666667%;
  }
  .col-md-pull-7 {
    right: 58.33333333%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-5 {
    right: 41.66666667%;
  }
  .col-md-pull-4 {
    right: 33.33333333%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-2 {
    right: 16.66666667%;
  }
  .col-md-pull-1 {
    right: 8.33333333%;
  }
  .col-md-pull-0 {
    right: auto;
  }
  .col-md-push-12 {
    left: 100%;
  }
  .col-md-push-11 {
    left: 91.66666667%;
  }
  .col-md-push-10 {
    left: 83.33333333%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-8 {
    left: 66.66666667%;
  }
  .col-md-push-7 {
    left: 58.33333333%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-5 {
    left: 41.66666667%;
  }
  .col-md-push-4 {
    left: 33.33333333%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-2 {
    left: 16.66666667%;
  }
  .col-md-push-1 {
    left: 8.33333333%;
  }
  .col-md-push-0 {
    left: auto;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
  .col-md-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-md-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-md-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-md-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-md-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-md-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 1200px) {
  .col-lg-1,
  .col-lg-2,
  .col-lg-3,
  .col-lg-4,
  .col-lg-5,
  .col-lg-6,
  .col-lg-7,
  .col-lg-8,
  .col-lg-9,
  .col-lg-10,
  .col-lg-11,
  .col-lg-12 {
    float: left;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-11 {
    width: 91.66666667%;
  }
  .col-lg-10 {
    width: 83.33333333%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-8 {
    width: 66.66666667%;
  }
  .col-lg-7 {
    width: 58.33333333%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-5 {
    width: 41.66666667%;
  }
  .col-lg-4 {
    width: 33.33333333%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-2 {
    width: 16.66666667%;
  }
  .col-lg-1 {
    width: 8.33333333%;
  }
  .col-lg-pull-12 {
    right: 100%;
  }
  .col-lg-pull-11 {
    right: 91.66666667%;
  }
  .col-lg-pull-10 {
    right: 83.33333333%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-8 {
    right: 66.66666667%;
  }
  .col-lg-pull-7 {
    right: 58.33333333%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-5 {
    right: 41.66666667%;
  }
  .col-lg-pull-4 {
    right: 33.33333333%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-2 {
    right: 16.66666667%;
  }
  .col-lg-pull-1 {
    right: 8.33333333%;
  }
  .col-lg-pull-0 {
    right: auto;
  }
  .col-lg-push-12 {
    left: 100%;
  }
  .col-lg-push-11 {
    left: 91.66666667%;
  }
  .col-lg-push-10 {
    left: 83.33333333%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-8 {
    left: 66.66666667%;
  }
  .col-lg-push-7 {
    left: 58.33333333%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-5 {
    left: 41.66666667%;
  }
  .col-lg-push-4 {
    left: 33.33333333%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-2 {
    left: 16.66666667%;
  }
  .col-lg-push-1 {
    left: 8.33333333%;
  }
  .col-lg-push-0 {
    left: auto;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
  .col-lg-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-lg-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-lg-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-lg-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-lg-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-lg-offset-0 {
    margin-left: 0%;
  }
}
table {
  background-color: transparent;
}
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 > tbody > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td {
  padding: 8px;
  line-height: 1.42857143;
  vertical-align: top;
  border-top: 1px solid #ddd;
}
.table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #ddd;
}
.table > caption + thead > tr:first-child > th,
.table > colgroup + thead > tr:first-child > th,
.table > thead:first-child > tr:first-child > th,
.table > caption + thead > tr:first-child > td,
.table > colgroup + thead > tr:first-child > td,
.table > thead:first-child > tr:first-child > td {
  border-top: 0;
}
.table > tbody + tbody {
  border-top: 2px solid #ddd;
}
.table .table {
  background-color: #fff;
}
.table-condensed > tbody > tr > td{text-align: center;}
.table-condensed{width: 100%;}
.table-condensed > thead > tr > th,
.table-condensed > tbody > tr > th,
.table-condensed > tfoot > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > tbody > tr > td,
.table-condensed > tfoot > tr > td {
  padding: 5px;
}
.table-bordered {
  border: 1px solid #ddd;
}
.table-bordered > thead > tr > th,
.table-bordered > tbody > tr > th,
.table-bordered > tfoot > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > tbody > tr > td,
.table-bordered > tfoot > tr > td {
  border: 1px solid #ddd;
}
.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td {
  border-bottom-width: 2px;
}
.table-hover > tbody > tr:hover {
  background-color: #f5f5f5;
}
.table > thead > tr > td.active,
.table > tbody > tr > td.active,
.table > tfoot > tr > td.active,
.table > thead > tr > th.active,
.table > tbody > tr > th.active,
.table > tfoot > tr > th.active,
.table > thead > tr.active > td,
.table > tbody > tr.active > td,
.table > tfoot > tr.active > td,
.table > thead > tr.active > th,
.table > tbody > tr.active > th,
.table > tfoot > tr.active > th {
  background-color: #f5f5f5;
}
.table-hover > tbody > tr > td.active:hover,
.table-hover > tbody > tr > th.active:hover,
.table-hover > tbody > tr.active:hover > td,
.table-hover > tbody > tr:hover > .active,
.table-hover > tbody > tr.active:hover > th {
  background-color: #e8e8e8;
}
.table > thead > tr > td.success,
.table > tbody > tr > td.success,
.table > tfoot > tr > td.success,
.table > thead > tr > th.success,
.table > tbody > tr > th.success,
.table > tfoot > tr > th.success,
.table > thead > tr.success > td,
.table > tbody > tr.success > td,
.table > tfoot > tr.success > td,
.table > thead > tr.success > th,
.table > tbody > tr.success > th,
.table > tfoot > tr.success > th {
  background-color: #dff0d8;
}
.table-hover > tbody > tr > td.success:hover,
.table-hover > tbody > tr > th.success:hover,
.table-hover > tbody > tr.success:hover > td,
.table-hover > tbody > tr:hover > .success,
.table-hover > tbody > tr.success:hover > th {
  background-color: #d0e9c6;
}
.table > thead > tr > td.info,
.table > tbody > tr > td.info,
.table > tfoot > tr > td.info,
.table > thead > tr > th.info,
.table > tbody > tr > th.info,
.table > tfoot > tr > th.info,
.table > thead > tr.info > td,
.table > tbody > tr.info > td,
.table > tfoot > tr.info > td,
.table > thead > tr.info > th,
.table > tbody > tr.info > th,
.table > tfoot > tr.info > th {
  background-color: #d9edf7;
}
.table-hover > tbody > tr > td.info:hover,
.table-hover > tbody > tr > th.info:hover,
.table-hover > tbody > tr.info:hover > td,
.table-hover > tbody > tr:hover > .info,
.table-hover > tbody > tr.info:hover > th {
  background-color: #c4e3f3;
}
.table > thead > tr > td.warning,
.table > tbody > tr > td.warning,
.table > tfoot > tr > td.warning,
.table > thead > tr > th.warning,
.table > tbody > tr > th.warning,
.table > tfoot > tr > th.warning,
.table > thead > tr.warning > td,
.table > tbody > tr.warning > td,
.table > tfoot > tr.warning > td,
.table > thead > tr.warning > th,
.table > tbody > tr.warning > th,
.table > tfoot > tr.warning > th {
  background-color: #fcf8e3;
}
.table-hover > tbody > tr > td.warning:hover,
.table-hover > tbody > tr > th.warning:hover,
.table-hover > tbody > tr.warning:hover > td,
.table-hover > tbody > tr:hover > .warning,
.table-hover > tbody > tr.warning:hover > th {
  background-color: #faf2cc;
}
.table > thead > tr > td.danger,
.table > tbody > tr > td.danger,
.table > tfoot > tr > td.danger,
.table > thead > tr > th.danger,
.table > tbody > tr > th.danger,
.table > tfoot > tr > th.danger,
.table > thead > tr.danger > td,
.table > tbody > tr.danger > td,
.table > tfoot > tr.danger > td,
.table > thead > tr.danger > th,
.table > tbody > tr.danger > th,
.table > tfoot > tr.danger > th {
  background-color: #f2dede;
}
.table-hover > tbody > tr > td.danger:hover,
.table-hover > tbody > tr > th.danger:hover,
.table-hover > tbody > tr.danger:hover > td,
.table-hover > tbody > tr:hover > .danger,
.table-hover > tbody > tr.danger:hover > th {
  background-color: #ebcccc;
}
.table-responsive {
  min-height: 0.01%;
  overflow-x: auto;
}
@media screen and (max-width: 767px) {
  .table-responsive {
    width: 100%;
    margin-bottom: 15px;
    overflow-y: hidden;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #ddd;
  }
  .table-responsive > .table {
    margin-bottom: 0;
  }
  .table-responsive > .table > thead > tr > th,
  .table-responsive > .table > tbody > tr > th,
  .table-responsive > .table > tfoot > tr > th,
  .table-responsive > .table > thead > tr > td,
  .table-responsive > .table > tbody > tr > td,
  .table-responsive > .table > tfoot > tr > td {
    white-space: nowrap;
  }
  .table-responsive > .table-bordered {
    border: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:first-child,
  .table-responsive > .table-bordered > tbody > tr > th:first-child,
  .table-responsive > .table-bordered > tfoot > tr > th:first-child,
  .table-responsive > .table-bordered > thead > tr > td:first-child,
  .table-responsive > .table-bordered > tbody > tr > td:first-child,
  .table-responsive > .table-bordered > tfoot > tr > td:first-child {
    border-left: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:last-child,
  .table-responsive > .table-bordered > tbody > tr > th:last-child,
  .table-responsive > .table-bordered > tfoot > tr > th:last-child,
  .table-responsive > .table-bordered > thead > tr > td:last-child,
  .table-responsive > .table-bordered > tbody > tr > td:last-child,
  .table-responsive > .table-bordered > tfoot > tr > td:last-child {
    border-right: 0;
  }
  .table-responsive > .table-bordered > tbody > tr:last-child > th,
  .table-responsive > .table-bordered > tfoot > tr:last-child > th,
  .table-responsive > .table-bordered > tbody > tr:last-child > td,
  .table-responsive > .table-bordered > tfoot > tr:last-child > td {
    border-bottom: 0;
  }
}
fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}
legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 20px;
  font-size: 21px;
  line-height: inherit;
  border: 0;
  border-bottom: 1px solid #e5e5e5;
}
input[type="search"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-appearance: none;
  -moz-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[type="checkbox"][disabled],
input[type="radio"].disabled,
input[type="checkbox"].disabled,
fieldset[disabled] input[type="radio"],
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.42857143;
  color: #555555;
}
.form-control {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  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 .15s, box-shadow ease-in-out .15s;
  -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
}
.form-control:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 1px 1px rgba(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[type="date"].form-control,
  input[type="time"].form-control,
  input[type="datetime-local"].form-control,
  input[type="month"].form-control {
    line-height: 34px;
  }
  input[type="date"].input-sm,
  input[type="time"].input-sm,
  input[type="datetime-local"].input-sm,
  input[type="month"].input-sm,
  .input-group-sm input[type="date"],
  .input-group-sm input[type="time"],
  .input-group-sm input[type="datetime-local"],
  .input-group-sm input[type="month"] {
    line-height: 30px;
  }
  input[type="date"].input-lg,
  input[type="time"].input-lg,
  input[type="datetime-local"].input-lg,
  input[type="month"].input-lg,
  .input-group-lg input[type="date"],
  .input-group-lg input[type="time"],
  .input-group-lg input[type="datetime-local"],
  .input-group-lg input[type="month"] {
    line-height: 46px;
  }
}
.form-group {
  margin-bottom: 15px;
}
.radio,
.checkbox {
  position: relative;
  display: block;
  margin-top: 10px;
  margin-bottom: 10px;
}
.radio.disabled label,
.checkbox.disabled label,
fieldset[disabled] .radio 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,
.checkbox-inline.disabled,
fieldset[disabled] .radio-inline,
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,
.form-control-static.input-sm {
  padding-right: 0;
  padding-left: 0;
}
.input-sm {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
select.input-sm {
  height: 30px;
  line-height: 30px;
}
textarea.input-sm,
select[multiple].input-sm {
  height: auto;
}
.form-group-sm .form-control {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
.form-group-sm select.form-control {
  height: 30px;
  line-height: 30px;
}
.form-group-sm textarea.form-control,
.form-group-sm select[multiple].form-control {
  height: auto;
}
.form-group-sm .form-control-static {
  height: 30px;
  min-height: 32px;
  padding: 6px 10px;
  font-size: 12px;
  line-height: 1.5;
}
.input-lg {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}
select.input-lg {
  height: 46px;
  line-height: 46px;
}
textarea.input-lg,
select[multiple].input-lg {
  height: auto;
}
.form-group-lg .form-control {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}
.form-group-lg select.form-control {
  height: 46px;
  line-height: 46px;
}
.form-group-lg textarea.form-control,
.form-group-lg select[multiple].form-control {
  height: auto;
}
.form-group-lg .form-control-static {
  height: 46px;
  min-height: 38px;
  padding: 11px 16px;
  font-size: 18px;
  line-height: 1.3333333;
}
.has-feedback {
  position: relative;
}
.has-feedback .form-control {
  padding-right: 42.5px;
}
.form-control-feedback {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  display: block;
  width: 34px;
  height: 34px;
  line-height: 34px;
  text-align: center;
  pointer-events: none;
}
.input-lg + .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-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;
}
@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;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.btn:focus,
.btn:active:focus,
.btn.active:focus,
.btn.focus,
.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: #515050;
  background-color: #e6e6e6;
  border-color: #8c8c8c;
}
.btn-default:hover {
  color: #515050;
  background-color: #e6e6e6;
  border-color: #adadad;
}
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  color: #515050;
  background-color: #e6e6e6;
  background-image: none;
  border-color: #adadad;
}
.btn-default:active:hover,
.btn-default.active:hover,
.open > .dropdown-toggle.btn-default:hover,
.btn-default:active:focus,
.btn-default.active:focus,
.open > .dropdown-toggle.btn-default:focus,
.btn-default:active.focus,
.btn-default.active.focus,
.open > .dropdown-toggle.btn-default.focus {
  color: #171717;
  border-color: #8c8c8c;
}
.btn-default.disabled:hover,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default:hover,
.btn-default.disabled:focus,
.btn-default[disabled]:focus,
fieldset[disabled] .btn-default:focus,
.btn-default.disabled.focus,
.btn-default[disabled].focus,
fieldset[disabled] .btn-default.focus {
  background-color: #fff;
  border-color: #ccc;
}
.btn-default .badge {
  color: #fff;
  background-color: #333;
}
.btn-primary {
  color: #fff;
  background-color: #337ab7;
  border-color: #2e6da4;
}
.btn-primary:focus,
.btn-primary.focus {
  color: #fff;
  background-color: #286090;
  border-color: #122b40;
}
.btn-primary:hover {
  color: #fff;
  background-color: #286090;
  border-color: #204d74;
}
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  color: #fff;
  background-color: #286090;
  background-image: none;
  border-color: #204d74;
}
.btn-primary:active:hover,
.btn-primary.active:hover,
.open > .dropdown-toggle.btn-primary:hover,
.btn-primary:active:focus,
.btn-primary.active:focus,
.open > .dropdown-toggle.btn-primary:focus,
.btn-primary:active.focus,
.btn-primary.active.focus,
.open > .dropdown-toggle.btn-primary.focus {
  color: #fff;
  background-color: #204d74;
  border-color: #122b40;
}
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled.focus,
.btn-primary[disabled].focus,
fieldset[disabled] .btn-primary.focus {
  background-color: #337ab7;
  border-color: #2e6da4;
}
.btn-primary .badge {
  color: #337ab7;
  background-color: #fff;
}
.btn-success {
  color: #fff;
  background-color: #5cb85c;
  border-color: #4cae4c;
}
.btn-success:focus,
.btn-success.focus {
  color: #fff;
  background-color: #449d44;
  border-color: #255625;
}
.btn-success:hover {
  color: #fff;
  background-color: #449d44;
  border-color: #398439;
}
.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
  color: #fff;
  background-color: #449d44;
  background-image: none;
  border-color: #398439;
}
.btn-success:active:hover,
.btn-success.active:hover,
.open > .dropdown-toggle.btn-success:hover,
.btn-success:active:focus,
.btn-success.active:focus,
.open > .dropdown-toggle.btn-success:focus,
.btn-success:active.focus,
.btn-success.active.focus,
.open > .dropdown-toggle.btn-success.focus {
  color: #fff;
  background-color: #398439;
  border-color: #255625;
}
.btn-success.disabled:hover,
.btn-success[disabled]:hover,
fieldset[disabled] .btn-success:hover,
.btn-success.disabled:focus,
.btn-success[disabled]:focus,
fieldset[disabled] .btn-success:focus,
.btn-success.disabled.focus,
.btn-success[disabled].focus,
fieldset[disabled] .btn-success.focus {
  background-color: #5cb85c;
  border-color: #4cae4c;
}
.btn-success .badge {
  color: #5cb85c;
  background-color: #fff;
}
.btn-info {
  color: #fff;
  background-color: #5bc0de;
  border-color: #46b8da;
}
.btn-info:focus,
.btn-info.focus {
  color: #fff;
  background-color: #31b0d5;
  border-color: #1b6d85;
}
.btn-info:hover {
  color: #fff;
  background-color: #31b0d5;
  border-color: #269abc;
}
.btn-info:active,
.btn-info.active,
.open > .dropdown-toggle.btn-info {
  color: #fff;
  background-color: #31b0d5;
  background-image: none;
  border-color: #269abc;
}
.btn-info:active:hover,
.btn-info.active:hover,
.open > .dropdown-toggle.btn-info:hover,
.btn-info:active:focus,
.btn-info.active:focus,
.open > .dropdown-toggle.btn-info:focus,
.btn-info:active.focus,
.btn-info.active.focus,
.open > .dropdown-toggle.btn-info.focus {
  color: #fff;
  background-color: #269abc;
  border-color: #1b6d85;
}
.btn-info.disabled:hover,
.btn-info[disabled]:hover,
fieldset[disabled] .btn-info:hover,
.btn-info.disabled:focus,
.btn-info[disabled]:focus,
fieldset[disabled] .btn-info:focus,
.btn-info.disabled.focus,
.btn-info[disabled].focus,
fieldset[disabled] .btn-info.focus {
  background-color: #5bc0de;
  border-color: #46b8da;
}
.btn-info .badge {
  color: #5bc0de;
  background-color: #fff;
}
.btn-warning {
  color: #fff;
  background-color: #f0ad4e;
  border-color: #eea236;
}
.btn-warning:focus,
.btn-warning.focus {
  color: #fff;
  background-color: #ec971f;
  border-color: #985f0d;
}
.btn-warning:hover {
  color: #fff;
  background-color: #ec971f;
  border-color: #d58512;
}
.btn-warning:active,
.btn-warning.active,
.open > .dropdown-toggle.btn-warning {
  color: #fff;
  background-color: #ec971f;
  background-image: none;
  border-color: #d58512;
}
.btn-warning:active:hover,
.btn-warning.active:hover,
.open > .dropdown-toggle.btn-warning:hover,
.btn-warning:active:focus,
.btn-warning.active:focus,
.open > .dropdown-toggle.btn-warning:focus,
.btn-warning:active.focus,
.btn-warning.active.focus,
.open > .dropdown-toggle.btn-warning.focus {
  color: #fff;
  background-color: #d58512;
  border-color: #985f0d;
}
.btn-warning.disabled:hover,
.btn-warning[disabled]:hover,
fieldset[disabled] .btn-warning:hover,
.btn-warning.disabled:focus,
.btn-warning[disabled]:focus,
fieldset[disabled] .btn-warning:focus,
.btn-warning.disabled.focus,
.btn-warning[disabled].focus,
fieldset[disabled] .btn-warning.focus {
  background-color: #f0ad4e;
  border-color: #eea236;
}
.btn-warning .badge {
  color: #f0ad4e;
  background-color: #fff;
}
.btn-danger {
  color: #fff;
  background-color: #d9534f;
  border-color: #d43f3a;
}
.btn-danger:focus,
.btn-danger.focus {
  color: #fff;
  background-color: #c9302c;
  border-color: #761c19;
}
.btn-danger:hover {
  color: #fff;
  background-color: #c9302c;
  border-color: #ac2925;
}
.btn-danger:active,
.btn-danger.active,
.open > .dropdown-toggle.btn-danger {
  color: #fff;
  background-color: #c9302c;
  background-image: none;
  border-color: #ac2925;
}
.btn-danger:active:hover,
.btn-danger.active:hover,
.open > .dropdown-toggle.btn-danger:hover,
.btn-danger:active:focus,
.btn-danger.active:focus,
.open > .dropdown-toggle.btn-danger:focus,
.btn-danger:active.focus,
.btn-danger.active.focus,
.open > .dropdown-toggle.btn-danger.focus {
  color: #fff;
  background-color: #ac2925;
  border-color: #761c19;
}
.btn-danger.disabled:hover,
.btn-danger[disabled]:hover,
fieldset[disabled] .btn-danger:hover,
.btn-danger.disabled:focus,
.btn-danger[disabled]:focus,
fieldset[disabled] .btn-danger:focus,
.btn-danger.disabled.focus,
.btn-danger[disabled].focus,
fieldset[disabled] .btn-danger.focus {
  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,
fieldset[disabled] .btn-link:hover,
.btn-link[disabled]:focus,
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[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  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;
  -o-transition-property: height, visibility;
  transition-property: height, visibility;
  -webkit-transition-duration: 0.35s;
  -o-transition-duration: 0.35s;
  transition-duration: 0.35s;
  -webkit-transition-timing-function: ease;
  -o-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);
  padding: 10px;
}
.dropdown-menu.pull-right {
  right: 0;
  left: auto;
}
.dropdown-menu .divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.dropdown-menu > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: 400;
  line-height: 1.42857143;
  color: #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.42857143;
  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 {
    right: auto;
    left: 0;
  }
}
.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.btn-group > .btn,
.btn-group-vertical > .btn {
  position: relative;
  float: left;
}
.btn-group > .btn:hover,
.btn-group-vertical > .btn:hover,
.btn-group > .btn:focus,
.btn-group-vertical > .btn:focus,
.btn-group > .btn:active,
.btn-group-vertical > .btn:active,
.btn-group > .btn.active,
.btn-group-vertical > .btn.active {
  z-index: 2;
}
.btn-group .btn + .btn,
.btn-group .btn + .btn-group,
.btn-group .btn-group + .btn,
.btn-group .btn-group + .btn-group {
  margin-left: -1px;
}
.btn-toolbar {
  margin-left: -5px;
}
.btn-toolbar .btn,
.btn-toolbar .btn-group,
.btn-toolbar .input-group {
  float: left;
}
.btn-toolbar > .btn,
.btn-toolbar > .btn-group,
.btn-toolbar > .input-group {
  margin-left: 5px;
}
.btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
  border-radius: 0;
}
.btn-group > .btn:first-child {
  margin-left: 0;
}
.btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.btn-group > .btn:last-child:not(:first-child),
.btn-group > .dropdown-toggle:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group > .btn-group {
  float: left;
}
.btn-group > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}
.btn-group > .btn-group:first-child:not(:last-child) > .btn:last-child,
.btn-group > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.btn-group > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
  outline: 0;
}
.btn-group > .btn + .dropdown-toggle {
  padding-right: 8px;
  padding-left: 8px;
}
.btn-group > .btn-lg + .dropdown-toggle {
  padding-right: 12px;
  padding-left: 12px;
}
.btn-group.open .dropdown-toggle {
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 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 {
  border-width: 5px 5px 0;
  border-bottom-width: 0;
}
.dropup .btn-lg .caret {
  border-width: 0 5px 5px;
}
.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group,
.btn-group-vertical > .btn-group > .btn {
  display: block;
  float: none;
  width: 100%;
  max-width: 100%;
}
.btn-group-vertical > .btn-group > .btn {
  float: none;
}
.btn-group-vertical > .btn + .btn,
.btn-group-vertical > .btn + .btn-group,
.btn-group-vertical > .btn-group + .btn,
.btn-group-vertical > .btn-group + .btn-group {
  margin-top: -1px;
  margin-left: 0;
}
.btn-group-vertical > .btn:not(:first-child):not(:last-child) {
  border-radius: 0;
}
.btn-group-vertical > .btn:first-child:not(:last-child) {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn:last-child:not(:first-child) {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}
.btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .btn:last-child,
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.btn-group-justified {
  display: table;
  width: 100%;
  table-layout: fixed;
  border-collapse: separate;
}
.btn-group-justified > .btn,
.btn-group-justified > .btn-group {
  display: table-cell;
  float: none;
  width: 1%;
}
.btn-group-justified > .btn-group .btn {
  width: 100%;
}
.btn-group-justified > .btn-group .dropdown-menu {
  left: auto;
}
[data-toggle="buttons"] > .btn input[type="radio"],
[data-toggle="buttons"] > .btn-group > .btn input[type="radio"],
[data-toggle="buttons"] > .btn input[type="checkbox"],
[data-toggle="buttons"] > .btn-group > .btn input[type="checkbox"] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}
.input-group {
  position: relative;
  display: table;
  border-collapse: separate;
}
.input-group[class*="col-"] {
  float: none;
  padding-right: 0;
  padding-left: 0;
}
.input-group .form-control {
  position: relative;
  z-index: 2;
  float: left;
  width: 100%;
  margin-bottom: 0;
}
.input-group .form-control:focus {
  z-index: 3;
}
.input-group-lg > .form-control,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .btn {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}
select.input-group-lg > .form-control,
select.input-group-lg > .input-group-addon,
select.input-group-lg > .input-group-btn > .btn {
  height: 46px;
  line-height: 46px;
}
textarea.input-group-lg > .form-control,
textarea.input-group-lg > .input-group-addon,
textarea.input-group-lg > .input-group-btn > .btn,
select[multiple].input-group-lg > .form-control,
select[multiple].input-group-lg > .input-group-addon,
select[multiple].input-group-lg > .input-group-btn > .btn {
  height: auto;
}
.input-group-sm > .form-control,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .btn {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
select.input-group-sm > .form-control,
select.input-group-sm > .input-group-addon,
select.input-group-sm > .input-group-btn > .btn {
  height: 30px;
  line-height: 30px;
}
textarea.input-group-sm > .form-control,
textarea.input-group-sm > .input-group-addon,
textarea.input-group-sm > .input-group-btn > .btn,
select[multiple].input-group-sm > .form-control,
select[multiple].input-group-sm > .input-group-addon,
select[multiple].input-group-sm > .input-group-btn > .btn {
  height: auto;
}
.input-group-addon,
.input-group-btn,
.input-group .form-control {
  display: table-cell;
}
.input-group-addon:not(:first-child):not(:last-child),
.input-group-btn:not(:first-child):not(:last-child),
.input-group .form-control:not(:first-child):not(:last-child) {
  border-radius: 0;
}
.input-group-addon,
.input-group-btn {
  width: 1%;
  white-space: nowrap;
  vertical-align: middle;
}
.input-group-addon {
  padding: 6px 12px;
  font-size: 14px;
  font-weight: 400;
  line-height: 1;
  color: #555555;
  text-align: center;
  background-color: #eeeeee;
  border: 1px solid #ccc;
  border-radius: 4px;
}
.input-group-addon.input-sm {
  padding: 5px 10px;
  font-size: 12px;
  border-radius: 3px;
}
.input-group-addon.input-lg {
  padding: 10px 16px;
  font-size: 18px;
  border-radius: 6px;
}
.input-group-addon input[type="radio"],
.input-group-addon input[type="checkbox"] {
  margin-top: 0;
}
.input-group .form-control:first-child,
.input-group-addon:first-child,
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group > .btn,
.input-group-btn:first-child > .dropdown-toggle,
.input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.input-group-btn:last-child > .btn-group:not(:last-child) > .btn {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.input-group-addon:first-child {
  border-right: 0;
}
.input-group .form-control:last-child,
.input-group-addon:last-child,
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group > .btn,
.input-group-btn:last-child > .dropdown-toggle,
.input-group-btn:first-child > .btn:not(:first-child),
.input-group-btn:first-child > .btn-group:not(:first-child) > .btn {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.input-group-addon:last-child {
  border-left: 0;
}
.input-group-btn {
  position: relative;
  font-size: 0;
  white-space: nowrap;
}
.input-group-btn > .btn {
  position: relative;
}
.input-group-btn > .btn + .btn {
  margin-left: -1px;
}
.input-group-btn > .btn:hover,
.input-group-btn > .btn:focus,
.input-group-btn > .btn:active {
  z-index: 2;
}
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group {
  margin-right: -1px;
}
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group {
  z-index: 2;
  margin-left: -1px;
}
.nav {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.nav > li {
  position: relative;
  display: block;
}
.nav > li > a {
  position: relative;
  display: block;
  padding: 10px 15px;
}
.nav > li > a: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.42857143;
  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-tabs.nav-justified {
  width: 100%;
  border-bottom: 0;
}
.nav-tabs.nav-justified > li {
  float: none;
}
.nav-tabs.nav-justified > li > a {
  margin-bottom: 5px;
  text-align: center;
}
.nav-tabs.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}
@media (min-width: 768px) {
  .nav-tabs.nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  .nav-tabs.nav-justified > li > a {
    margin-bottom: 0;
  }
}
.nav-tabs.nav-justified > li > a {
  margin-right: 0;
  border-radius: 4px;
}
.nav-tabs.nav-justified > .active > a,
.nav-tabs.nav-justified > .active > a:hover,
.nav-tabs.nav-justified > .active > a:focus {
  border: 1px solid #ddd;
}
@media (min-width: 768px) {
  .nav-tabs.nav-justified > li > a {
    border-bottom: 1px solid #ddd;
    border-radius: 4px 4px 0 0;
  }
  .nav-tabs.nav-justified > .active > a,
  .nav-tabs.nav-justified > .active > a:hover,
  .nav-tabs.nav-justified > .active > a:focus {
    border-bottom-color: #fff;
  }
}
.nav-pills > li {
  float: left;
}
.nav-pills > li > a {
  border-radius: 4px;
}
.nav-pills > li + li {
  margin-left: 2px;
}
.nav-pills > li.active > a,
.nav-pills > li.active > a:hover,
.nav-pills > li.active > a:focus {
  color: #fff;
  background-color: #337ab7;
}
.nav-stacked > li {
  float: none;
}
.nav-stacked > li + li {
  margin-top: 2px;
  margin-left: 0;
}
.nav-justified {
  width: 100%;
}
.nav-justified > li {
  float: none;
}
.nav-justified > li > a {
  margin-bottom: 5px;
  text-align: center;
}
.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}
@media (min-width: 768px) {
  .nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  .nav-justified > li > a {
    margin-bottom: 0;
  }
}
.nav-tabs-justified {
  border-bottom: 0;
}
.nav-tabs-justified > li > a {
  margin-right: 0;
  border-radius: 4px;
}
.nav-tabs-justified > .active > a,
.nav-tabs-justified > .active > a:hover,
.nav-tabs-justified > .active > a:focus {
  border: 1px solid #ddd;
}
@media (min-width: 768px) {
  .nav-tabs-justified > li > a {
    border-bottom: 1px solid #ddd;
    border-radius: 4px 4px 0 0;
  }
  .nav-tabs-justified > .active > a,
  .nav-tabs-justified > .active > a:hover,
  .nav-tabs-justified > .active > a:focus {
    border-bottom-color: #fff;
  }
}
.tab-content > .tab-pane {
  display: none;
}
.tab-content > .active {
  display: block;
}
.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.navbar {
  position: relative;
  min-height: 50px;
  margin-bottom: 20px;
  border: 1px solid transparent;
}
@media (min-width: 768px) {
  .navbar {
    border-radius: 4px;
  }
}
@media (min-width: 768px) {
  .navbar-header {
    float: left;
  }
}
.navbar-collapse {
  padding-right: 15px;
  padding-left: 15px;
  overflow-x: visible;
  border-top: 1px solid transparent;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  -webkit-overflow-scrolling: touch;
}
.navbar-collapse.in {
  overflow-y: auto;
}
@media (min-width: 768px) {
  .navbar-collapse {
    width: auto;
    border-top: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
  .navbar-collapse.collapse {
    display: block !important;
    height: auto !important;
    padding-bottom: 0;
    overflow: visible !important;
  }
  .navbar-collapse.in {
    overflow-y: visible;
  }
  .navbar-fixed-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-fluid > .navbar-header,
.container > .navbar-collapse,
.container-fluid > .navbar-collapse {
  margin-right: -15px;
  margin-left: -15px;
}
@media (min-width: 768px) {
  .container > .navbar-header,
  .container-fluid > .navbar-header,
  .container > .navbar-collapse,
  .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;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
  .navbar-nav .open .dropdown-menu > li > a,
  .navbar-nav .open .dropdown-menu .dropdown-header {
    padding: 5px 15px 5px 25px;
  }
  .navbar-nav .open .dropdown-menu > li > a {
    line-height: 20px;
  }
  .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-nav .open .dropdown-menu > li > a:focus {
    background-image: none;
  }
}
@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 {
  margin-top: 10px;
  margin-bottom: 10px;
}
.navbar-btn.btn-xs {
  margin-top: 14px;
  margin-bottom: 14px;
}
.navbar-text {
  margin-top: 15px;
  margin-bottom: 15px;
}
@media (min-width: 768px) {
  .navbar-text {
    float: left;
    margin-right: 15px;
    margin-left: 15px;
  }
}
@media (min-width: 768px) {
  .navbar-left {
    float: left !important;
  }
  .navbar-right {
    float: right !important;
    margin-right: -15px;
  }
  .navbar-right ~ .navbar-right {
    margin-right: 0;
  }
}
.navbar-default {
  background-color: #f8f8f8;
  border-color: #e7e7e7;
}
.navbar-default .navbar-brand {
  color: #777;
}
.navbar-default .navbar-brand: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,
fieldset[disabled] .navbar-default .btn-link:hover,
.navbar-default .btn-link[disabled]:focus,
fieldset[disabled] .navbar-default .btn-link:focus {
  color: #ccc;
}
.navbar-inverse {
  background-color: #222;
  border-color: #080808;
}
.navbar-inverse .navbar-brand {
  color: #9d9d9d;
}
.navbar-inverse .navbar-brand:hover,
.navbar-inverse .navbar-brand:focus {
  color: #fff;
  background-color: transparent;
}
.navbar-inverse .navbar-text {
  color: #9d9d9d;
}
.navbar-inverse .navbar-nav > li > a {
  color: #9d9d9d;
}
.navbar-inverse .navbar-nav > li > a:hover,
.navbar-inverse .navbar-nav > li > a:focus {
  color: #fff;
  background-color: transparent;
}
.navbar-inverse .navbar-nav > .active > a,
.navbar-inverse .navbar-nav > .active > a:hover,
.navbar-inverse .navbar-nav > .active > a:focus {
  color: #fff;
  background-color: #080808;
}
.navbar-inverse .navbar-nav > .disabled > a,
.navbar-inverse .navbar-nav > .disabled > a:hover,
.navbar-inverse .navbar-nav > .disabled > a:focus {
  color: #444;
  background-color: transparent;
}
.navbar-inverse .navbar-nav > .open > a,
.navbar-inverse .navbar-nav > .open > a:hover,
.navbar-inverse .navbar-nav > .open > a:focus {
  color: #fff;
  background-color: #080808;
}
@media (max-width: 767px) {
  .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
    border-color: #080808;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
    background-color: #080808;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
    color: #9d9d9d;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #fff;
    background-color: transparent;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #fff;
    background-color: #080808;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #444;
    background-color: transparent;
  }
}
.navbar-inverse .navbar-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,
fieldset[disabled] .navbar-inverse .btn-link:hover,
.navbar-inverse .btn-link[disabled]:focus,
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: "/\00a0";
}
.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.42857143;
  color: #337ab7;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid #ddd;
}
.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.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 > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.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;
  border-color: #ddd;
}
.pagination-lg > li > a,
.pagination-lg > li > span {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
}
.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span {
  border-top-left-radius: 6px;
  border-bottom-left-radius: 6px;
}
.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
}
.pagination-sm > li > a,
.pagination-sm > li > span {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
}
.pagination-sm > li:first-child > a,
.pagination-sm > li:first-child > span {
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
}
.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}
.pager {
  padding-left: 0;
  margin: 20px 0;
  text-align: center;
  list-style: none;
}
.pager li {
  display: inline;
}
.pager li > a,
.pager li > span {
  display: inline-block;
  padding: 5px 14px;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 15px;
}
.pager li > a: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: 0.2em 0.6em 0.3em;
  font-size: 75%;
  font-weight: 700;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.25em;
}
a.label:hover,
a.label:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}
.label:empty {
  display: none;
}
.btn .label {
  position: relative;
  top: -1px;
}
.label-default {
  background-color: #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;
}
a.badge:hover,
a.badge:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}
.list-group-item.active > .badge,
.nav-pills > .active > a > .badge {
  color: #337ab7;
  background-color: #fff;
}
.list-group-item > .badge {
  float: right;
}
.list-group-item > .badge + .badge {
  margin-right: 5px;
}
.nav-pills > li > a > .badge {
  margin-left: 3px;
}
.jumbotron {
  padding-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.42857143;
  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 {
  margin-right: auto;
  margin-left: auto;
}
a.thumbnail:hover,
a.thumbnail:focus,
a.thumbnail.active {
  border-color: #337ab7;
}
.thumbnail .caption {
  padding: 9px;
  color: #333333;
}
.alert {
  padding: 15px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  border-radius: 4px;
}
.alert h4 {
  margin-top: 0;
  color: inherit;
}
.alert .alert-link {
  font-weight: bold;
}
.alert > p,
.alert > ul {
  margin-bottom: 0;
}
.alert > p + p {
  margin-top: 5px;
}
.alert-dismissable,
.alert-dismissible {
  padding-right: 35px;
}
.alert-dismissable .close,
.alert-dismissible .close {
  position: relative;
  top: -2px;
  right: -21px;
  color: inherit;
}
.alert-success {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}
.alert-success hr {
  border-top-color: #c9e2b3;
}
.alert-success .alert-link {
  color: #2b542c;
}
.alert-info {
  color: #31708f;
  background-color: #d9edf7;
  border-color: #bce8f1;
}
.alert-info hr {
  border-top-color: #a6e1ec;
}
.alert-info .alert-link {
  color: #245269;
}
.alert-warning {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #faebcc;
}
.alert-warning hr {
  border-top-color: #f7e1b5;
}
.alert-warning .alert-link {
  color: #66512c;
}
.alert-danger {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1;
}
.alert-danger hr {
  border-top-color: #e4b9c0;
}
.alert-danger .alert-link {
  color: #843534;
}
@-webkit-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
@-o-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
@keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
.progress {
  height: 20px;
  margin-bottom: 20px;
  overflow: hidden;
  background-color: #f5f5f5;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 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);
  -webkit-background-size: 40px 40px;
  background-size: 40px 40px;
}
.progress.active .progress-bar,
.progress-bar.active {
  -webkit-animation: progress-bar-stripes 2s linear infinite;
  -o-animation: progress-bar-stripes 2s linear infinite;
  animation: progress-bar-stripes 2s linear infinite;
}
.progress-bar-success {
  background-color: #5cb85c;
}
.progress-striped .progress-bar-success {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 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.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;
}
.list-group-item.active .list-group-item-heading,
.list-group-item.active:hover .list-group-item-heading,
.list-group-item.active:focus .list-group-item-heading,
.list-group-item.active .list-group-item-heading > small,
.list-group-item.active:hover .list-group-item-heading > small,
.list-group-item.active:focus .list-group-item-heading > small,
.list-group-item.active .list-group-item-heading > .small,
.list-group-item.active:hover .list-group-item-heading > .small,
.list-group-item.active:focus .list-group-item-heading > .small {
  color: inherit;
}
.list-group-item.active,
.list-group-item.active .list-group-item-text,
.list-group-item.active:hover .list-group-item-text,
.list-group-item.active:focus .list-group-item-text {
  color: #ababab;
}
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,
button.list-group-item:hover,
a.list-group-item:focus,
button.list-group-item:focus {
  color: #555;
  text-decoration: none;
  background-color: #f5f5f5;
}
a.list-group-item.active:hover,
button.list-group-item.active:hover,
a.list-group-item.active:focus,
button.list-group-item:focus {
  color: #fff;
}

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,
button.list-group-item-success:hover,
a.list-group-item-success:focus,
button.list-group-item-success:focus {
  color: #3c763d;
  background-color: #d0e9c6;
}
a.list-group-item-success.active,
button.list-group-item-success.active,
a.list-group-item-success.active:hover,
button.list-group-item-success.active:hover,
a.list-group-item-success.active:focus,
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,
button.list-group-item-info:hover,
a.list-group-item-info:focus,
button.list-group-item-info:focus {
  color: #31708f;
  background-color: #c4e3f3;
}
a.list-group-item-info.active,
button.list-group-item-info.active,
a.list-group-item-info.active:hover,
button.list-group-item-info.active:hover,
a.list-group-item-info.active:focus,
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,
button.list-group-item-warning:hover,
a.list-group-item-warning:focus,
button.list-group-item-warning:focus {
  color: #8a6d3b;
  background-color: #faf2cc;
}
a.list-group-item-warning.active,
button.list-group-item-warning.active,
a.list-group-item-warning.active:hover,
button.list-group-item-warning.active:hover,
a.list-group-item-warning.active:focus,
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,
button.list-group-item-danger:hover,
a.list-group-item-danger:focus,
button.list-group-item-danger:focus {
  color: #a94442;
  background-color: #ebcccc;
}
a.list-group-item-danger.active,
button.list-group-item-danger.active,
a.list-group-item-danger.active:hover,
button.list-group-item-danger.active:hover,
a.list-group-item-danger.active:focus,
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-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-responsive:first-child > .table:first-child > thead:first-child > tr:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
.panel > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child {
  border-top-left-radius: 3px;
}
.panel > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child {
  border-top-right-radius: 3px;
}
.panel > .table:last-child,
.panel > .table-responsive:last-child > .table:last-child {
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.panel > .table:last-child > tbody:last-child > tr:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child {
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.panel > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child {
  border-bottom-left-radius: 3px;
}
.panel > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child {
  border-bottom-right-radius: 3px;
}
.panel > .panel-body + .table,
.panel > .panel-body + .table-responsive,
.panel > .table + .panel-body,
.panel > .table-responsive + .panel-body {
  border-top: 1px solid #ddd;
}
.panel > .table > tbody:first-child > tr:first-child th,
.panel > .table > tbody:first-child > tr:first-child td {
  border-top: 0;
}
.panel > .table-bordered,
.panel > .table-responsive > .table-bordered {
  border: 0;
}
.panel > .table-bordered > thead > tr > th:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:first-child,
.panel > .table-bordered > tbody > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:first-child,
.panel > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-bordered > thead > tr > td:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:first-child,
.panel > .table-bordered > tbody > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:first-child,
.panel > .table-bordered > tfoot > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child {
  border-left: 0;
}
.panel > .table-bordered > thead > tr > th:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:last-child,
.panel > .table-bordered > tbody > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:last-child,
.panel > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-bordered > thead > tr > td:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:last-child,
.panel > .table-bordered > tbody > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:last-child,
.panel > .table-bordered > tfoot > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child {
  border-right: 0;
}
.panel > .table-bordered > thead > tr:first-child > td,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > td,
.panel > .table-bordered > tbody > tr:first-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > td,
.panel > .table-bordered > thead > tr:first-child > th,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > th,
.panel > .table-bordered > tbody > tr:first-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > th {
  border-bottom: 0;
}
.panel > .table-bordered > tbody > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > td,
.panel > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-bordered > tbody > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > th,
.panel > .table-bordered > tfoot > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th {
  border-bottom: 0;
}
.panel > .table-responsive {
  margin-bottom: 0;
  border: 0;
}
.panel-group {
  margin-bottom: 20px;
}
.panel-group .panel {
  margin-bottom: 0;
  border-radius: 4px;
}
.panel-group .panel + .panel {
  margin-top: 5px;
}
.panel-group .panel-heading {
  border-bottom: 0;
}
.panel-group .panel-heading + .panel-collapse > .panel-body,
.panel-group .panel-heading + .panel-collapse > .list-group {
  border-top: 1px solid #ddd;
}
.panel-group .panel-footer {
  border-top: 0;
}
.panel-group .panel-footer + .panel-collapse .panel-body {
  border-bottom: 1px solid #ddd;
}
.panel-default {
  border-color: #ddd;
}
.panel-default > .panel-heading {
  color: #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;
  -moz-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;
  -o-transition: -o-transform 0.3s ease-out;
  transition: -webkit-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out, -o-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 .close {
  margin-top: -2px;
}
.modal-title {
  margin: 0;
  line-height: 1.42857143;
}
.modal-body {
  position: relative;
  padding: 15px;
}
.modal-footer {
  padding: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
}
.modal-footer .btn + .btn {
  margin-bottom: 0;
  margin-left: 5px;
}
.modal-footer .btn-group .btn + .btn {
  margin-left: -1px;
}
.modal-footer .btn-block + .btn-block {
  margin-left: 0;
}
.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 768px) {
  .modal-dialog {
    width: 600px;
    margin: 30px auto;
  }
  .modal-content {
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 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.42857143;
  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.42857143;
  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 {
  line-height: 1;
}
@media all and (transform-3d), (-webkit-transform-3d) {
  .carousel-inner > .item {
    -webkit-transition: -webkit-transform 0.6s ease-in-out;
    -o-transition: -o-transform 0.6s ease-in-out;
    transition: -webkit-transform 0.6s ease-in-out;
    transition: transform 0.6s ease-in-out;
    transition: transform 0.6s ease-in-out, -webkit-transform 0.6s ease-in-out, -o-transform 0.6s ease-in-out;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-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: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.0001)));
  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: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.0001)), to(rgba(0, 0, 0, 0.5)));
  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,
.dl-horizontal dd:before,
.dl-horizontal dd:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after,
.form-horizontal .form-group:before,
.form-horizontal .form-group:after,
.btn-toolbar:before,
.btn-toolbar:after,
.btn-group-vertical > .btn-group:before,
.btn-group-vertical > .btn-group:after,
.nav:before,
.nav:after,
.navbar:before,
.navbar:after,
.navbar-header:before,
.navbar-header:after,
.navbar-collapse:before,
.navbar-collapse:after,
.pager:before,
.pager:after,
.panel-body:before,
.panel-body:after,
.modal-header:before,
.modal-header:after,
.modal-footer:before,
.modal-footer:after {
  display: table;
  content: " ";
}
.clearfix:after,
.dl-horizontal dd:after,
.container:after,
.container-fluid:after,
.row:after,
.form-horizontal .form-group:after,
.btn-toolbar:after,
.btn-group-vertical > .btn-group:after,
.nav:after,
.navbar:after,
.navbar-header:after,
.navbar-collapse:after,
.pager:after,
.panel-body:after,
.modal-header:after,
.modal-footer:after {
  clear: both;
}
.center-block {
  display: block;
  margin-right: auto;
  margin-left: auto;
}
.pull-right {
  float: right !important;
}
.pull-left {
  float: left !important;
}
.hide {
  display: none !important;
}
.show__ {
  display: block !important;
}
.invisible {
  visibility: hidden;
}
.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.affix {
  position: fixed;
}
@-ms-viewport {
  width: device-width;
}
.visible-xs,
.visible-sm,
.visible-md,
.visible-lg {
  display: none !important;
}
.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
  display: none !important;
}
@media (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;
  }
}
/*!
 * 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;
}
/* .border {
  border: 1px solid #dee2e6;
} */

.border-top {
  border-top: 1px solid #dee2e6;
}

.border-right {
  border-right: 1px solid #dee2e6;
}

.border-bottom {
  border-bottom: 1px solid #dee2e6;
}

.border-left {
  border-left: 1px solid #dee2e6;
}

.border-0 {
  border: 0;
}

.border-top-0 {
  border-top: 0;
}

.border-right-0 {
  border-right: 0;
}

.border-bottom-0 {
  border-bottom: 0;
}

.border-left-0 {
  border-left: 0;
}

.border-white {
  border-color: #fff;
}

.rounded {
  border-radius: 0.25rem;
}

.rounded-top {
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}

.rounded-right {
  border-top-right-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
}

.rounded-bottom {
  border-bottom-right-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}

.rounded-left {
  border-top-left-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}

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

.rounded-0 {
  border-radius: 0;
}

.padding-0 {
  padding: 0;
}

.padding-xs {
  padding: 0.25em;
}

.padding-sm {
  padding: 0.5em;
}

.padding-md {
  padding: 1em;
}

.padding-lg {
  padding: 1.5em;
}

.padding-xl {
  padding: 3em;
}

.padding-x-xs {
  padding: 0.25em 0;
}

.padding-x-sm {
  padding: 0.5em 0;
}

.padding-x-md {
  padding: 1em 0;
}

.padding-x-lg {
  padding: 1.5em 0;
}

.padding-x-xl {
  padding: 3em 0;
}

.padding-y-xs {
  padding: 0 0.25em;
}

.padding-y-sm {
  padding: 0 0.5em;
}

.padding-y-md {
  padding: 0 1em;
}

.padding-y-lg {
  padding: 0 1.5em;
}

.padding-y-xl {
  padding: 0 3em;
}

.padding-top-xs {
  padding-top: 0.25em;
}

.padding-top-sm {
  padding-top: 0.5em;
}

.padding-top-md {
  padding-top: 1em;
}

.padding-top-lg {
  padding-top: 1.5em;
}

.padding-top-xl {
  padding-top: 3em;
}

.padding-right-xs {
  padding-right: 0.25em;
}

.padding-right-sm {
  padding-right: 0.5em;
}

.padding-right-md {
  padding-right: 1em;
}

.padding-right-lg {
  padding-right: 1.5em;
}

.padding-right-xl {
  padding-right: 3em;
}

.padding-bottom-xs {
  padding-bottom: 0.25em;
}

.padding-bottom-sm {
  padding-bottom: 0.5em;
}

.padding-bottom-md {
  padding-bottom: 1em;
}

.padding-bottom-lg {
  padding-bottom: 1.5em;
}

.padding-bottom-xl {
  padding-bottom: 3em;
}

.padding-left-xs {
  padding-left: 0.25em;
}

.padding-left-sm {
  padding-left: 0.5em;
}

.padding-left-md {
  padding-left: 1em;
}

.padding-left-lg {
  padding-left: 1.5em;
}

.padding-left-xl {
  padding-left: 3em;
}

.margin-0 {
  margin: 0 !important;
}

.margin-xs {
  margin: 0.25em;
}

.margin-sm {
  margin: 0.5em;
}

.margin-md {
  margin: 1em;
}

.margin-lg {
  margin: 1.5em;
}

.margin-xl {
  margin: 3em;
}

.margin-x-xs {
  margin: 0.25em 0;
}

.margin-x-sm {
  margin: 0.5em 0;
}

.margin-x-md {
  margin: 1em 0;
}

.margin-x-lg {
  margin: 1.5em 0;
}

.margin-x-xl {
  margin: 3em 0;
}

.margin-y-xs {
  margin: 0 0.25em;
}

.margin-y-sm {
  margin: 0 0.5em;
}

.margin-y-md {
  margin: 0 1em;
}

.margin-y-lg {
  margin: 0 1.5em;
}

.margin-y-xl {
  margin: 0 3em;
}

.margin-top-xs {
  margin-top: 0.25em;
}

.margin-top-sm {
  margin-top: 0.5em;
}

.margin-top-md {
  margin-top: 1em;
}

.margin-top-lg {
  margin-top: 1.5em;
}

.margin-top-xl {
  margin-top: 3em;
}

.margin-right-xs {
  margin-right: 0.25em;
}

.margin-right-sm {
  margin-right: 0.5em;
}

.margin-right-md {
  margin-right: 1em;
}

.margin-right-lg {
  margin-right: 1.5em;
}

.margin-right-xl {
  margin-right: 3em;
}

.margin-bottom-xs {
  margin-bottom: 0.25em;
}

.margin-bottom-sm {
  margin-bottom: 0.5em;
}

.margin-bottom-md {
  margin-bottom: 1em;
}

.margin-bottom-lg {
  margin-bottom: 1.5em;
}

.margin-bottom-xl {
  margin-bottom: 3em;
}

.margin-left-xs {
  margin-left: 0.25em;
}

.margin-left-sm {
  margin-left: 0.5em;
}

.margin-left-md {
  margin-left: 1em;
}

.margin-left-lg {
  margin-left: 1.5em;
}

.margin-left-xl {
  margin-left: 3em;
}

.top-0 {
  top: 0 !important;
}

.top-xs {
  top: 0.25em;
}

.top-sm {
  top: 0.5em;
}

.top-md {
  top: 1em;
}

.top-lg {
  top: 1.5em;
}

.top-xl {
  top: 3em;
}

.bottom-0 {
  bottom: 0 !important;
}

.bottom-xs {
  bottom: 0.25em;
}

.bottom-sm {
  bottom: 0.5em;
}

.bottom-md {
  bottom: 1em;
}

.bottom-lg {
  bottom: 1.5em;
}

.bottom-xl {
  bottom: 3em;
}

.left-0 {
  left: 0 !important;
}

.left-xs {
  left: 0.25em;
}

.left-sm {
  left: 0.5em;
}

.left-md {
  left: 1em;
}

.left-lg {
  left: 1.5em;
}

.left-xl {
  left: 3em;
}

.right-0 {
  right: 0 !important;
}

.right-xs {
  right: 0.25em;
}

.right-sm {
  right: 0.5em;
}

.right-md {
  right: 1em;
}

.right-lg {
  right: 1.5em;
}

.right-xl {
  right: 3em;
}
#calendar_page .filter {
  display: block;
  position: relative;
  padding-left: 35px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  font-size: 13px;
}

#calendar_page .filter input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

#calendar_page .filter input~.checkmark {
  background-color: #000;
  opacity: 0.3;
}

#calendar_page .filter input:checked~.checkmark {
  opacity: 0.4;
}

#calendar_page .filter input:checked~.checkmark::after {
  display: block;
}

#calendar_page .filter .checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 25px;
  width: 25px;
  background-color: #eee;
  border-radius: 3px;
}

#calendar_page .filter .checkmark::after {
  content: "";
  position: absolute;
  display: none;
  left: 8px;
  top: 5px;
  width: 8px;
  height: 14px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.case_row:hover {
  background-color: #f7f7f7;
  cursor: pointer;
}

.salesforce_item:hover .salesforce_case_icon {
  color: #5f6468;
}

.salesforce_item .salesforce_link_text {
  margin-left: -8px;
}

.salesforce_item .salesforce_case_icon {
  color: #929292;
}

.panel-heading,
.headers {
  border: none;
}

#cases_table {
  background: none;
}

.cases_nav.top-pagination,
.top-pagination {
  float: right;
  margin-bottom: 13px;
  margin-top: 5px;
}

.top-pagination a,
.top-pagination span.disabled,
.top-pagination em,
.top-pagination span.disabled {
  border: 1px solid #CECCCE;
  float: left;
  width: 36px;
  height: 36px;
  color: #9B9B9B;
  text-align: center;
  line-height: 34px;
  margin: 0;
  cursor: pointer;
  text-decoration: none;
  border-left: 0;
}

.top-pagination span.disabled,
.top-pagination span.disabled,
.top-pagination em {
  cursor: default;
  color: #d0cfcf;
}

.top-pagination span.disabled .glyphicon,
.top-pagination span.disabled .glyphicon,
.top-pagination em .glyphicon {
  color: #cecece;
  background: transparent;
}

.top-pagination a:first-child,
.top-pagination a:first-child,
.top-pagination span.disabled:first-child {
  border-left: 1px solid #CECCCE;
}

.top-pagination a svg,
.top-pagination a svg {
  position: relative;
  top: 9px;
  left: 12px;
  width: 10px;
  height: 14px;
}

.top-pagination a svg polygon,
.top-pagination a svg polygon {
  fill: #9B9B9B;
  fill-rule: evenodd;
  stroke: none;
}

.top-pagination a:first-of-type svg {
  transform: scaleX(-1);
}

.top-pagination span,
.top-pagination span {
  font-size: 12px;
  color: #9B9B9B;
  letter-spacing: 0;
  float: left;
  margin: 12px 7px 0 10px;
}

.top-pagination span.gap+a,
.top-pagination span.gap+a {
  border-left: 1px solid #CECCCE;
}
.client-page .client-button-excel {
  color: #848484;
  background-color: transparent;
  right: 10px;
}

.new-salesforce-account-popup .carousel .carousel-inner .item {
  height: 365px;
}

.new-salesforce-account-popup .welcome-slide .option {
  border-right: 1px solid #eee;
  padding-top: 35px;
  margin-bottom: 15px;
}

.new-salesforce-account-popup .welcome-slide .option:last-child {
  border-right: 0;
}

.new-salesforce-account-popup .welcome-slide .option button {
  display: block;
  width: 95%;
  color: #616161;
  text-transform: uppercase;
  background-color: #ffffff;
  border: 0;
  outline: none;
}

.new-salesforce-account-popup .welcome-slide .option button:hover {
  background: -moz-linear-gradient(left, #f9f9f9 0%, rgba(255, 255, 255, 0) 100%);
  background: -webkit-linear-gradient(left, #f9f9f9 0%, rgba(255, 255, 255, 0) 100%);
  background: linear-gradient(to top, #f9f9f9 0%, rgba(255, 255, 255, 0) 100%);
}

.new-salesforce-account-popup .welcome-slide .option button:active {
  background: -moz-linear-gradient(left, #f9f9f9 0%, rgba(255, 255, 255, 0) 100%);
  background: -webkit-linear-gradient(left, #f9f9f9 0%, rgba(255, 255, 255, 0) 100%);
  background: linear-gradient(to top, #f9f9f9 0%, rgba(255, 255, 255, 0) 100%);
}

.new-salesforce-account-popup .welcome-slide .option button:disabled {
  cursor: not-allowed;
}

.new-salesforce-account-popup .welcome-slide .option button h4 {
  color: #616161;
}

.new-salesforce-account-popup .save-slide {
  overflow: scroll;
}

.new-salesforce-account-popup .save-slide .waiting {
  height: 200px;
  line-height: 200px;
  text-align: center;
  position: relative;
  margin: auto;
  overflow: hidden;
}

.new-salesforce-account-popup .save-slide .waiting .spinner {
  position: relative;
  top: 0;
  right: inherit;
  left: 0;
}

.new-salesforce-account-popup .save-slide .salesforce-already-exist {
  position: absolute;
  top: 210px;
}

.new-salesforce-account-popup .save-slide .salesforce-already-exist .small-primary-button {
  min-width: 50px;
  height: 20px;
  padding: 0;
  font-size: 10px;
}

.new-salesforce-account-popup .save-slide .salesforce-new {
  margin-top: 20px;
}

.client-projects-page .btn-show-more .btn {
  height: 30px;
}
[id^="new_contact"].white-popup-block {
  width: 70%;
  padding: 0;
  height: auto;
  overflow: hidden;
}

[id^="new_contact"].white-popup-block .form-block {
  margin-bottom: 0;
  margin-top: 0;
}

#contact-popup .popup-title {
  border-bottom: 1px solid #DFDCDC;
}

#contact-popup .popup-title h3 {
  margin: 20px;
  color: #5f5f5f;
}

#new_contact .form-block {
  box-shadow: none;
  margin-bottom: 0;
}

.contacts-button-excel {
  color: #848484;
  background-color: transparent;
  outline: none;
}
.flip-vertical {
  animation: flip 500ms linear forwards;
}

@keyframes flip {
  50% {
    transform: translateY(1em);
    opacity: 0;
  }

  51% {
    transform: translateY(-0.8em);
  }

  100% {
    transform: translateY(0);
    opacity: 1;
  }
}
/* DARK THEME */

:root {
  --color-dark-500: #1f2125;
  --color-dark-900: #000;
  --color-dark-100: #464b50;
  --color-dark-200: #3c3c3c;
  --color-dark-300: #3b3b3b;
  --color-dark-350: #36383b;
  --color-dark-400: #4c4c4e;
  --color-dark-50: #9b9c9d;
  --color-field-bg: rgba(255, 255, 255, .1);
  --color-field-border: rgba(255, 255, 255, .2);
  --color-white: #fff;

  --border-dark-100: border: 1px solid #4c4c4e !important;
}

body.dark, html.dark, body.dark .sidebar, 
body.dark .uk-background-muted, 
body.dark .uk-navbar-container:not(.uk-navbar-transparent) {
  background-color: var(--color-dark-200)!important;
}

body.dark .uk-card-default{
  background-color: var(--color-dark-500);
    color: var(--color-white);
    box-shadow: 0 5px 15px rgba(0,0,0,.08);
}

body.dark.uk-light .uk-button-secondary{
  background-color: transparent;
  color: #ffffff;
  border: 1px solid #555555;
}

body.dark .uk-label.uk-label-default{
  background-color: var(--color-dark-900);
}
body.dark .bootstrap-select>.dropdown-toggle,
.dark.bootstrap-select>.dropdown-toggle {
  background-color: transparent;
}

body.dark .bootstrap-select>.dropdown-toggle:hover,
.dark.bootstrap-select>.dropdown-toggle:hover {
  color: #d6d6d6;
}

body.dark .dropdown-menu > li > a,
.dark .dropdown-menu > li > a{
  color: #828282;
}

body.dark .dropdown-menu > li > a:hover, 
body.dark .dropdown-menu > li > a:focus,
.dark .dropdown-menu > li > a:hover, 
.dark .dropdown-menu > li > a:focus{
  background-color: #393939;
  color: #efefef;
}

body.dark .btn:hover, body.dark .btn:focus, body.dark .btn.focus{
  color: #efefef;
}

body.dark .form-control {
  background-color: #393939;
}

body.dark .dropdown-menu,
.dark .dropdown-menu,
body.dark .board-container .board-group .group-items .group-row:hover,
body.dark .board-container .board-group .group-items .group-row .cell .icon{
  background-color: var(--color-dark-900);
}

body.dark .dropdown-menu .form-control,
.dark .dropdown-menu .form-control{
  background-color: #393939;
}

body.dark .border {
  border: 1px solid #4c4c4e !important;
}

body.dark .reporting-page .slots .slot{
  background-color: var(--color-dark-500);
  border: var(--border-dark-100);
  box-shadow: 0px 0px 4px 0px var(--color-dark-300);
}

body.dark .form-block {
  background-color: var(--color-dark-500);
  box-shadow: 0 0 5px 1px var(--color-dark-300);
}

body.dark .analytics-page .simple-calendar .prev-month, 
body.dark .analytics-page .simple-calendar .next-month{
  background-color: var(--color-dark-900);
}

body.dark .board-container{
  background-color: var(--color-dark-500);
}

body.dark .board-container .side-menu{
  background-color: var(--color-dark-200)!important;
  color: var(--color-white);
}

body.dark .board-container .board-group .group-items .group-row:first-child,
body.dark .board-container .board-group .group-items .group-row{
  border-color: var(--color-dark-400);
}

body.dark .media-products .row-item{
  background-color: var(--color-dark-350);
}

body.dark .presentation-row, body.dark .service-row{
  background-color: var(--color-dark-500);
}

body.dark .project-container.panel .panel-heading{
  background-color: var(--color-dark-400);
  border: var(--border-dark-100);
}

body.dark .thumbnail{
  background-color: var(--color-dark-400);
  border: var(--border-dark-100);
}

body.dark .uk-modal-dialog,
body.dark .uk-modal-header,
body.dark .uk-modal-footer{
  background-color: var(--color-dark-500);
  border-color: var(--color-dark-400);
}

body.dark .pof-sidenav.light{
  background-color: var(--color-dark-500);
  color: var(--color-white);
  box-shadow: 0 5px 15px rgba(0,0,0,.08)
}

body.dark .list-group-item.disabled, 
body.dark .list-group-item.disabled:hover, 
body.dark .list-group-item.disabled:focus{
  background-color: var(--color-dark-500);
  color: var(--color-dark-400);
}



body.dark .uk-card-primary.uk-card-body .uk-button-secondary, 
body.dark .uk-card-primary>:not([class*=uk-card-media]) .uk-button-secondary, 
body.dark .uk-card-secondary.uk-card-body .uk-button-secondary, 
body.dark .uk-card-secondary>:not([class*=uk-card-media]) .uk-button-secondary, 
body.dark .uk-light .uk-button-secondary, .uk-offcanvas-bar .uk-button-secondary, 
body.dark .uk-overlay-primary .uk-button-secondary, 
body.dark .uk-section-primary:not(.uk-preserve-color) .uk-button-secondary, 
body.dark .uk-section-secondary:not(.uk-preserve-color) .uk-button-secondary, 
body.dark .uk-tile-primary:not(.uk-preserve-color) .uk-button-secondary, 
body.dark .uk-tile-secondary:not(.uk-preserve-color) .uk-button-secondary{
  background-color: #000000!important;
  color: #b6b6b6!important;
}

body.dark .uk-card-primary.uk-card-body .uk-button-secondary:hover, 
body.dark .uk-card-primary>:not([class*=uk-card-media]) .uk-button-secondary:hover, 
body.dark .uk-card-secondary.uk-card-body .uk-button-secondary:hover, 
body.dark .uk-card-secondary>:not([class*=uk-card-media]) .uk-button-secondary:hover, 
body.dark .uk-light .uk-button-secondary:hover, .uk-offcanvas-bar .uk-button-secondary:hover, 
body.dark .uk-overlay-primary .uk-button-secondary:hover, 
body.dark .uk-section-primary:not(.uk-preserve-color) .uk-button-secondary:hover, 
body.dark .uk-section-secondary:not(.uk-preserve-color) .uk-button-secondary:hover, 
body.dark .uk-tile-primary:not(.uk-preserve-color) .uk-button-secondary:hover, 
body.dark .uk-tile-secondary:not(.uk-preserve-color) .uk-button-secondary:hover{
  background-color: #111111!important;
  color: #b6b6b6!important;
}

body.dark .white-popup-block{
  background-color: var(--color-dark-350);
}

body.dark .mfp-close-btn-in .mfp-close{
  color: var( --color-dark-50)
}

body.dark .segmented-control.list-group .list-group-item.active{
  background-color: #111111;
}

body.dark .list-group-item{
  background-color: var(--color-field-bg);
  border-color: var(--color-field-border);
}

body.dark .select2-container--default .select2-selection--single{
  background-color: var(--color-dark-350);
  border: 1px solid var(--color-field-border);
}

body.dark .select2-container--default .select2-selection--single .select2-selection__rendered{
  color: var(--color-dark-50);
}

body.dark .select2-dropdown{
  background-color: var(--color-dark-350);
  border: 1px solid var(--color-field-border);
  color: var(--color-dark-50);
}

body.dark .select2-container--default .select2-results__option[aria-selected=true]{
  background-color: var(--color-dark-500);
}

body.dark .board-container .board-header{
  border-bottom: 1px solid #555555;
  border-right: 1px solid #555555;
  border-top: 1px solid #555555;
}

body.dark .board-container .board-header>[class*=uk-width], 
body.dark .board-container .board-header>[class*=col-]{
  border-left: 1px solid #555555;
}

body.dark .board-container .btn.flat, 
body.dark .board-container a.btn.flat{
  background-color: transparent;
  border-color: #464646;
  color: #898989
}

body.dark .input-group-addon, 
body.dark .input-group .input-group-addon{
  background-color: #313131;
  border-color: #555555;
}

body.dark .simditor{
  border: 1px solid var(--color-field-border);
}

body.dark .simditor .simditor-toolbar{
  background-color: var(--color-field-bg);
  border-bottom: 1px solid var(--color-field-border);
}

body.dark .simditor .simditor-toolbar>ul>li>.toolbar-item{
  color: var(--color-white);
}

body.dark .simditor .simditor-wrapper{
  background-color: var(--color-field-bg);
}

body.dark .select2-container--bootstrap.select2-container--disabled .select2-selection, 
body.dark .select2-container--bootstrap.select2-container--disabled .select2-selection--multiple .select2-selection__choice{
  background-color: var(--color-field-bg);
  border: 1px solid var(--color-field-border);
}

body.dark .select2-container--bootstrap .select2-selection{
  background-color: var(--color-dark-500);
  border: 1px solid var(--color-field-border)!important;
}
.favorite-search.glyphicon-heart {
  color: #AAAFB4;
  padding: 4px;
  transition: color 1s ease-in-out;
}

.favorite-search.glyphicon-heart:hover {
  color: black;
}

.favorite-search.glyphicon-heart.red {
  color: red;
}

.pof-list-items .pof-list-item .show-services,
.show-services-button {
  padding: 0;
  background: transparent;
  min-width: auto !important;
  height: auto !important;
  border: none;
  color: #ccc;
  font-size: 11px;
  outline: none;
}

.pof-list-items .pof-list-item .show-services:active,
.show-services-button:active,
.pof-list-items .pof-list-item .show-services:hover,
.show-services-button:hover,
.pof-list-items .pof-list-item .show-services:active:hover,
.show-services-button:active:hover,
.pof-list-items .pof-list-item .show-services:focus,
.show-services-button:focus {
  box-shadow: none;
  background: #fff;
  color: #337ab7;
  outline: none;
}

button[data-id="saved_search"] .glyphicon-heart {
  opacity: 0;
}

button[data-id="saved_search"] .glyphicon-heart.red {
  opacity: 1;
}

.stats-outdate-cont .block {
  background-color: #fff;
  box-shadow: 2px 1px 3px #ccc;
  overflow: hidden;
}

.stats-outdate-cont .block .block-titel {
  border-right: 1px solid #eee;
}

.stats-outdate-cont .block .block-body {
  position: absolute;
  bottom: 17px;
  right: 0;
}

.stats-outdate-cont .block .count {
  font-size: 23px;
  color: #E91E63;
  position: relative;
}

.stats-outdate-cont .block .title,
.stats-outdate-cont .block .period {
  font-size: 12px;
  color: #9b9b9b;
}

.stats-outdate-cont .block .row-item {
  padding-left: 10px;
  cursor: default;
}

.stats-outdate-cont .block .row-item .size-item {
  position: relative;
  font-size: 18px;
  color: #8a8989;
}

.stats-outdate-cont .block .row-item .selected-overdue .size-item {
  font-weight: bolder;
  font-size: 24px;
  color: #616161;
}

.stats-outdate-cont .block .row-item .guid {
  display: inline-block;
  height: 5px;
  position: absolute;
  left: 0;
  bottom: -5px;
  width: 100%;
}

.stats-overview-cont .block {
  background-color: #fff;
  padding: 15px;
  box-shadow: 2px 1px 3px #ccc;
  overflow: hidden;
}

.stats-overview-cont .block .count {
  display: inline-block;
  cursor: default;
  font-size: 26px;
  color: #777777;
}

.stats-overview-cont .block .title,
.stats-overview-cont .block .period {
  font-size: 11px;
  color: #9b9b9b;
}

.stats-overview-cont .block .period {
  margin-left: 5px;
  background-color: #f1f1f1;
  padding: 3px 8px;
  border-radius: 14px;
}

.stats-overview-cont .block .icon {
  float: right;
  color: #ddd;
  font-size: 30px;
}

.stats-overview-cont .block .details {
  font-size: 11px;
  margin-top: 10px;
  padding-top: 10px;
  border-top: 1px solid #eee;
}

.stats-overview-cont .block .details .item {
  margin-bottom: 7px;
  padding-left: 10px;
  cursor: pointer;
}

.stats-overview-cont .block .details .key {
  color: #9b9b9b;
  margin-right: 2px;
}

.stats-overview-cont .block .details .guid {
  display: inline-block;
  width: 10px;
  height: 17px;
  position: absolute;
  left: 0;
}

.stats-overview-cont .block .details .guid.checked {
  width: 96%;
  opacity: 0.4;
}

.stats-overview-cont .block .details .media-item .item {
  margin-bottom: 3px;
}

.stats-overview-cont .block .details .media-item .item.checked:before {
  content: "\f00c";
  font-family: FontAwesome;
  left: -5px;
  position: absolute;
  top: 3px;
  color: #1565C0;
}

.stats-overview-cont .block .details .media-item .item.checked .glyphicon {
  background-color: #2196f33d;
}

.stats-overview-cont .block .details .media-item span.glyphicon,
.stats-overview-cont .block .details .media-item span.fa {
  background-color: #eee;
  padding: 4px;
  border-radius: 3px;
  color: #78909C;
}

.dashboard-page .dashboard-list,
.pof-list-items .dashboard-list {
  margin-top: 20px;
}

.dashboard-page .one-arrow,
.pof-list-items .one-arrow {
  top: 8px;
}

.dashboard-page .indented,
.pof-list-items .indented {
  width: 99%;
}

.dashboard-page .indented .arrows,
.pof-list-items .indented .arrows {
  left: -14px;
  top: 8px;
}

.dashboard-page .top-nav-button,
.pof-list-items .top-nav-button {
  color: #999;
  text-decoration: none;
  background-color: transparent;
  border: 0;
  outline: none;
  display: inline-block;
}

.dashboard-page .top-nav-button span,
.pof-list-items .top-nav-button span {
  position: relative;
  left: -3px;
  font-size: 10px;
}

.dashboard-page .top-nav-button span.text,
.pof-list-items .top-nav-button span.text {
  margin-left: 5px;
}

.dashboard-page .top-nav-button.selected,
.pof-list-items .top-nav-button.selected {
  background-color: #e4e3e3;
  box-shadow: 2px 2px 1px 0px #e4e3e3;
}

.dashboard-page .top-nav-button:hover,
.pof-list-items .top-nav-button:hover {
  color: #2f4d68;
}

.dashboard-page .top-pagination,
.pof-list-items .top-pagination {
  height: 36px;
}

.dashboard-page .top-tools,
.pof-list-items .top-tools {
  top: 15px;
  height: 36px;
}

.dashboard-page .top-tools .top-nav-button,
.pof-list-items .top-tools .top-nav-button {
  width: 110px;
  border-right: 1px solid #dcdcdc;
  text-align: center;
}

.dashboard-page .show-statistics.top-nav-button.color-green,
.pof-list-items .show-statistics.top-nav-button.color-green {
  color: #009688;
}

.pof-list-items .form-nav {
  margin-bottom: 10px;
  padding-bottom: 5px;
}

.pof-list-items .form-nav .top-pagination {
  display: none;
  animation-duration: .2s;
}

.pof-list-items .form-nav .current-page {
  border: 0;
  background: transparent;
  float: left;
  width: auto;
  height: 36px;
  color: #9B9B9B;
  text-align: center;
  line-height: 45px;
  margin: 0;
  cursor: pointer;
  text-decoration: none;
  position: absolute;
  right: 0;
}

.pof-list-items .presentation-icon.flash,
.pof-list-items .service-icon.flash {
  background-color: #4fcf7a;
}

.pof-list-items .presentation-icon .icon,
.pof-list-items .service-icon .icon {
  width: 24px;
  height: 24px;
  font-size: 24px;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  color: #685f62;
  position: relative;
}

.pof-list-items .presentation-icon .flag,
.pof-list-items .service-icon .flag {
  top: -10px;
  left: -3px;
  position: absolute;
  color: #90CAF9;
  font-size: 12px;
}

.pof-list-items .presentation-icon .flag:hover,
.pof-list-items .service-icon .flag:hover {
  color: #e53935;
}

.pof-list-items .arrow-expand {
  position: absolute;
  top: 50px;
  left: 11px;
  font-size: 10px;
  color: #ddd;
}

.pof-list-items .advanced-search-container .title {
  color: #999;
  text-transform: uppercase;
  margin-bottom: 20px;
}

.pof-list-items .advanced-search-container .form-block {
  margin-bottom: 0;
  box-shadow: none;
  border-top: 1px solid #eeeeee;
  overflow: visible;
}

.pof-list-items .advanced-search-container .form-block input[type="text"]:disabled {
  opacity: 0.4;
}

.pof-list-items .advanced-search-container .form-block .actions {
  margin-top: 0px;
}

.pof-list-items .advanced-search-container .form-block ul.nav.nav-tabs {
  top: 0;
}

.pof-list-items .advanced-search-container .datepicker-icon {
  right: 8px;
}

.pof-list-items .pof-list-item.toggled {
  height: 70px;
}

.pof-list-items .pof-list-item.toggled .guide {
  height: 70px;
}

.pof-list-items .pof-list-item.toggled .extra-info {
  display: none;
}

.pof-list-items .pof-list-item.selected {
  box-shadow: inset 0 0 0px 3px #e44f81;
  border-radius: 10px;
}

.pof-list-items .pof-list-item .dropdown-menu.clients-contacts {
  width: 580px;
  left: -550px;
}

.pof-list-items .pof-list-item .dropdown-menu.clients-contacts li:first-child {
  padding-top: 10px;
  padding-right: 10px;
}

.pof-list-items .pof-list-item .dropdown-menu.tasks {
  width: 970px;
  right: -12px;
}

.pof-list-items .pof-list-item .dropdown-menu.tasks li {
  padding: 10px;
  border-bottom: 1px solid #eee;
}

.pof-list-items .pof-list-item .dropdown-menu.tasks li a {
  color: #5f6468;
  text-decoration: none;
}

.pof-list-items .pof-list-item .dropdown-menu.tasks li:last-child {
  border: 0;
}

.pof-list-items .pof-list-item .checklist-dropdown-button {
  border: 0;
}

.pof-list-items .pof-list-item .presentation-icon {
  cursor: pointer;
}

.pof-list-items .pof-list-item .presentation-icon.flash {
  background-color: #4fcf7a;
}

.pof-list-items .pof-list-item .title.project,
.pof-list-items .pof-list-item .title.presentation,
.pof-list-items .pof-list-item .title.show {
  color: #fff;
  padding: 1px 7px;
  font-size: 10px;
}

.pof-list-items .pof-list-item .title.project {
  background-color: rgba(48, 165, 255, 0.75);
}

.pof-list-items .pof-list-item .title.presentation {
  background-color: rgba(255, 152, 0, 0.79);
}

.pof-list-items .pof-list-item .title.show {
  background-color: #7E57C2;
}

.pof-list-items .pof-list-item .extra-info {
  border-top: 1px solid #eeeeee;
  padding-top: 3px;
  margin-top: 2px;
}

.pof-list-items .pof-list-item .extra-info .extra-info-title-row {
  background-color: #eee;
  padding: 10px;
}

.pof-list-items .pof-list-item .extra-info .extra-info-title-row .glyphicon {
  margin-right: 10px;
  color: #999;
}

.pof-list-items .pof-list-item .extra-info .extra-info-nested-row {
  padding: 5px 0 0 20px;
  border-bottom: 1px solid #eee;
}

.pof-list-items .pof-list-item .extra-info .extra-info-nested-row .glyphicon {
  margin-right: 3px;
}

.pof-list-items .pof-list-item .extra-info .extra-info-nested-row span.guide {
  width: 8px;
  height: 58px;
  left: 0;
}

.pof-list-items .pof-list-item .extra-info .extra-info-group {
  margin-top: 2px;
  height: auto;
}

.pof-list-items .pof-list-item .extra-info .extra-info-group.full {
  height: 120px;
}

.pof-list-items .pof-list-item .extra-info .extra-info-group .extra-info-title {
  border-right: 1px solid #eee;
  margin-bottom: 3px;
}

.pof-list-items .pof-list-item .extra-info .extra-info-group .recording-row {
  border-bottom: 1px solid #fff6f6;
  margin-bottom: 5px;
  padding-bottom: 5px;
}

.pof-list-items .pof-list-item .extra-info .extra-info-group .recording-row:last-child {
  border-bottom: none;
  margin-bottom: 0;
  padding-bottom: 0;
}

.pof-list-items .pof-list-item .extra-info .extra-info-group .btn-go {
  padding: 0;
  min-width: 20px;
  width: 20px;
  height: 20px;
  position: relative;
  top: -2px;
  color: #eee;
  background-color: transparent;
  transform: rotate(-90deg);
}

.pof-list-items .pof-list-item .extra-info .extra-info-group .btn-go:hover {
  background-color: transparent;
}

.pof-list-items .pof-list-item .extra-info .extra-info-group .btn-go .glyphicon {
  top: 1px;
  left: 6px;
  font-size: 12px;
}

.btn-client-conf.on {
  color: #e91e63;
}

.pof-list-items .pof-list-item .extra-info .auto {
  width: auto;
}

.pof-list-items .pof-list-item .extra-info .shifted {
  margin-left: 9px;
}

.pof-list-items .pof-list-item .extra-info .extra-info-icon {
  position: relative;
  top: -1px;
  left: 5px;
}

.pof-list-items .pof-list-item .extra-info p {
  color: #5f6468;
}

.pof-list-items .pof-list-item.billing {
  height: auto;
  float: left;
}

.pof-list-items .pof-list-item.billing .extra-info-group {
  height: auto;
}

.pof-list-items .pof-list-item.billing .extra-info-group .th {
  border-bottom: 1px solid #eee;
  margin-bottom: 8px;
}

.pof-list-items .btn-circle {
  display: inline-block;
  background-color: transparent;
  color: #c4c2c5;
  font-size: 14px;
  border: 2px solid #c4c2c5;
  width: 30px;
  height: 30px;
  border-radius: 15px;
  text-align: center;
  vertical-align: middle;
  line-height: 27px;
  outline: none;
  opacity: 0.7;
}

.pof-list-items .btn-circle.no-border {
  border: 0;
  opacity: 1;
}

.pof-list-items .btn-circle.selected {
  background-color: rgba(73, 144, 226, 0.73);
  border-color: #fff;
  color: #fff;
  opacity: 1;
}

.pof-list-items .btn-circle.consolidate.selected {
  background-color: rgba(233, 30, 99, 0.86);
}

.pof-list-items .btn-circle .glyphicon,
.pof-list-items .btn-circle .fa {
  position: relative;
  top: -1px;
}

.pof-list-items .btn-circle+.popover {
  max-width: 600px;
  width: 200px;
  padding: 0;
  z-index: 100000;
}

.pof-list-items .btn-circle+.popover .popover-title {
  text-align: center;
}

.pof-list-items .btn-circle+.popover .popover-content {
  padding: 0;
}

.pof-list-items .btn-circle+.popover ul {
  padding: 0;
  list-style: none;
}

.pof-list-items .btn-circle+.popover ul li {
  padding: 9px 14px;
  border-bottom: 1px solid #eee;
}

.pof-list-items .btn-circle+.popover ul li:last-child {
  border: 0;
  padding-bottom: 1px;
}

.upper-label {
  font-size: 10px;
  color: #b7b7b7;
  margin: 0;
  line-height: 20px;
}

.show-opportunity-popup .table {
  margin-bottom: 0;
}

.show-opportunity-popup .img-thumbnail {
  border-radius: 0;
}

.white-popup-block.show-services-popup {
  background-color: #eee;
}

.show-popup.form-block ul.nav.nav-tabs {
  top: 0;
}

.show-popup.form-block ul.nav.nav-tabs li {
  border-bottom: 3px solid transparent;
}

.show-popup.form-block ul.nav.nav-tabs li a,
.show-popup.form-block ul.nav.nav-tabs li a:hover {
  padding: 5px;
}

.show-popup.form-block ul.nav.nav-tabs li.icon-only {
  padding: 3px 0;
}

.show-popup.form-block ul.nav.nav-tabs li.icon-only .glyphicon,
.show-popup.form-block ul.nav.nav-tabs li.icon-only .fa {
  top: 3px;
}

.show-popup.form-block .tab-content {
  padding: 0;
}

.show-popup.form-block .tab-content .summary-container {
  margin-top: -10px;
}

.show-popup.form-block .tab-content .table .bookrunner-billing-contact {
  display: block;
  margin-left: 10px;
  margin-top: 5px;
}

.show-popup.form-block .tab-content .table .details-key {
  background: #eee;
  padding: 0 5px;
  margin-bottom: 2px;
  display: inline-block;
  border-radius: 4px;
}

.show-popup.form-block .guide {
  display: block;
  width: 10px;
  height: 100%;
  position: absolute;
  top: 0;
  left: -10px;
}

.checklist-ctl .checklist-error {
  position: absolute;
  left: 8px;
  bottom: -10px;
  color: #F44336;
  display: none;
  font-size: 12px;
}

.checklist-ctl .checklist-icon {
  font-size: 18px;
  margin: 6px;
  cursor: pointer;
}

.checklist-ctl .checklist-icon.not-checked {
  opacity: 0.2;
}

.checklist-ctl .maintained {
  position: absolute;
  right: -10px;
  top: 5px;
  color: #e91d63;
}

.checklist-ctl .client-maintained {
  position: absolute;
  right: -10px;
  top: 5px;
}

.checklist-ctl .completed {
  color: #e91d63;
}

.checklist-ctl .approved {
  color: #9a9898;
}

.checklist-ctl .checklist-customs {
  margin-top: 9px;
  padding-top: 11px;
  border-top: 1px solid #f9f2f3;
}

.checklist-ctl .checklist-customs .checklist-icon {
  font-size: 14px;
}

.pof-search-wrapper .search-result .list-group-item i {
  color: #2196F3;
}

.pof-search-wrapper .search-result .list-group-item .moel-name {
  position: absolute;
  top: 5px;
  right: 5px;
  cursor: default;
}

.card {
  cursor: pointer;
}

.notification-popup .select2-container {
  width: auto !important;
}

.select2-dropdown {
  z-index: 99999 !important;
}

.select2-search__field {
  width: auto !important;
}

.side-menu {
  position: fixed;
  width: 30%;
  height: 100%;
  top: 0;
  bottom: 0;
  right: 0;
  left: 100%;
  background-color: #fff;
  color: #444449;
  z-index: 100000;
}

.side-menu .arrow-hide {
  display: none;
  width: 50px;
  height: 50px;
  background: #fff;
  border-radius: 50%;
  border: 4px solid #44444921;
  position: absolute;
  left: -25px;
  top: 50%;
}

.side-menu .arrow-hide:hover {
  opacity: 1;
}

.side-menu .arrow-hide:focus {
  outline: none;
}

.side-menu .arrow-hide .fa {
  top: 33%;
  left: 27%;
  height: auto;
}

.statistics-view {
  padding: 20px 20px 10px 35px;
}

.statistics-view .content {
  overflow-x: hidden;
  overflow-y: auto;
  width: 100%;
  height: 100%;
}

.save-note-button {
  background-color: #20a57af0;
  color: white;
  width: 101%;
  height: 35px;
  text-align: center;
  padding-top: 3%;
  border: 1px solid #00000012;
  margin-bottom: 2%;
  margin-top: 2%;
  cursor: pointer;
}

.special-invoice-note-text {
  height: 120px;
  width: 247px;
  box-shadow: none;
  max-width: 247px;
  min-width: 247px;
  resize: none;
  outline: none;
  border: solid 1px #ddd;
}

.disabled-button {
  color: #BDBDBD !important;
}

.clickable-group {
  cursor: pointer;
}

.clients-and-contacts-popover .billing-label {
  background-color: green;
}

.clients-and-contacts-popover .popover-shadow {
  box-shadow: -1px 0px 4px 1px #00000066;
}

.clients-and-contacts-popover .contacts-popover-table {
  position: absolute;
  z-index: 99999999;
  top: 100%;
  left: -475px;
  min-width: 400px;
}

.clients-and-contacts-popover a.no-decoration:hover {
  text-decoration: none;
  color: inherit;
}

.clients-and-contacts-popover a.no-decoration:focus {
  text-decoration: none;
  color: inherit;
}

@media (max-width: 768px) {

  .dashboard-page .dashboard-list,
  .pof-list-items .dashboard-list {
    margin-top: -20px;
  }

  .dashboard-page .top-tools,
  .pof-list-items .top-tools {
    top: 10px;
    height: auto;
    padding-left: 30px;
  }

  .dashboard-page .top-tools .top-nav-button,
  .pof-list-items .top-tools .top-nav-button {
    width: auto;
    text-align: left;
    border-right: none;
    height: 33px;
  }
  .pof-list-items .pof-list-item .extra-info .extra-info-group .mob-extra-info:not(:last-child) {
    border-bottom: 1px solid #dee2e6 !important;
    padding-bottom: 0.5em;
    margin-bottom: 0.5em;
  }

  .side-menu {
    width: 100% !important;
  }

  .side-menu.statistics-view.expanded {
    left: 5% !important;
  }
}

.mfp-bg {
  overflow: hidden;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
#calendar_page .simple-calendar .calendar-heading {
  display: none;
}

ul#details_tab li a{
  color: rgba(255,255,255,.5);
}

ul#details_tab li.uk-active a{
  color: #ffffff;
  text-decoration-color: #f6339a;
  text-decoration-line: underline;
  text-underline-offset: 7px;
}
.deal-room-billing-page .glyphicon-spin {
  -webkit-animation: spin 1000ms infinite linear;
  animation: spin 1000ms infinite linear;
}

.deal-room-billing-page .no-outline {
  outline: none !important;
}

.deal-room-billing-page .overlay {
  opacity: 0.4;
  pointer-events: none;
  overflow: hidden;
}

.deal-room-billing-page .overlay .overlay-spinner {
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 10;
  display: block;
}

.deal-room-billing-page .overlay-spinner {
  display: none;
}
.deal-room-tasks .checkmark .glyphicon {
  color: #c4c2c5;
  border: 2px solid #c4c2c5;
  text-align: center;
  border-radius: 33px;
  font-size: 12px;
}

.deal-room-tasks .checkmark .glyphicon.active {
  color: #4990E2;
}

.show-notes .chat {
  padding: 10px;
  margin: 1px 0;
  font-size: 12px;
  border-radius: 4px;
  text-align: left;
  border: 1px solid #ddd;
  background: #fafafa;
  margin-bottom: 30px;
}

.show-notes .chat .sender {
  color: #2196F3;
  cursor: default;
}

.show-notes .chat .sent_at {
  color: #9e9e9e;
  cursor: default;
}

.show-notes .chat p {
  word-wrap: break-word;
}

.show-notes .chat .note-body a {
  color: #4498bb;
  text-decoration: none;
}

.show-notes .arrow {
  display: block;
  position: absolute;
  top: 18px;
  left: 8px;
  width: 0;
  height: 0;
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
  border-right: 8px solid #ddd;
}

.show-notes .out .chat .edit {
  right: unset;
  left: 13px;
}

.show-notes .out .arrow {
  left: inherit;
  right: 8px;
  transform: rotate(180deg);
}
.btn-width {
  width: 193px;
}

.deal-room-attachment {
  width: 150px;
  height: 150px;
}

a.gray-text:hover,
a.gray-text:visited {
  color: gray;
}

.margin-buttom {
  margin-bottom: 40px;
}

.deal-room-form-navbar {
  position: fixed;
  height: 50px;
  background-color: #465d70;
  width: 100%;
  z-index: 100;
}

.deal-room-form-navbar .sfnlogo {
  margin: 5px;
  width: 135px;
}

.deal-room-form {
  padding-top: 25px;
}

.deal-room-form .section-title {
  height: 25vh;
}

.deal-room-form .active-section {
  background: white;
}

.deal-room-form .active-section:hover {
  background-color: white;
}

.deal-room-form .content {
  overflow: auto;
  display: flex;
}

.deal-room-form .content .content-move {
  background-color: white;
  padding: 10px;
  min-width: 250px;
  color: #616161;
  font-size: 14px;
  border: 0;
  border-radius: 2px;
  text-transform: uppercase;
  position: relative;
  border: 1px solid #c5c1c5;
}

.deal-room-form .content .content-move:focus {
  outline: none;
}

.deal-room-form .content .content-move .left-icon {
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
}

.deal-room-form .deal-room-managers-block a,
.deal-room-form .deal-room-managers-block a:hover {
  color: blue;
}

.deal-room-form .select2-container .select2-selection--single {
  height: 30px;
}

.deal-room-form .select2-container--default .select2-selection--single {
  border-radius: 0px;
  border-color: #c5c2c5;
}

.deal-room-form .header-form {
  border-bottom: 1px solid lightgray;
  background-image: url(/blur-bg.jpeg);
  background-position-y: -220px;
  height: 180px;
}

.deal-room-form .header-form .container {
  padding: 50px 0;
}

.deal-room-form .header-form .container img {
  opacity: 0.6;
}

.deal-room-form .gray-color {
  color: gray;
}

.deal-room-form .title {
  color: #5f6468;
}

.deal-room-form .gray-background {
  background-color: #9b9b9b;
}

.deal-room-form .text-field {
  height: 30px;
  width: 90%;
}

.deal-room-form #end-date-error {
  color: #f44336;
}

.deal-room-form .required-field label::after {
  content: "*";
  color: red;
  margin: 0 10px 0 3px;
}

.deal-room-form .transaction-type-field .select2.select2-container.select2-container--default {
  width: 100% !important;
}

.deal-room-form .has_datepicker {
  padding-right: 16px;
  text-indent: 6px;
}

.deal-room-form .green-color {
  color: #41a85f;
}

.deal-room-form .logo-dropzone,
.deal-room-form .disclaimer-dropzone,
.deal-room-form .edit-logo-dropzone {
  width: 100%;
}

.deal-room-form .logo-dropzone .dz-remove,
.deal-room-form .disclaimer-dropzone .dz-remove,
.deal-room-form .edit-logo-dropzone .dz-remove {
  color: gray;
}

.deal-room-form .new-page {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.deal-room-form .welcome {
  font-size: 7vw;
  display: none;
}

.deal-room-form .x {
  display: none;
}

.deal-room-form .form {
  display: none;
}

.deal-room-form .rotate-text {
  transform: rotate(-90deg);
  color: black;
}

body.deal-room {
  background-color: white !important;
  padding-top: 0 !important;
  overflow-x: hidden;
}

body.deal-room #unique-deal-room-name {
  color: #f44336;
}

body.deal-room .deal-room-form small {
  color: #bbb;
}

body.deal-room .deal-room-form .field {
  transition: 0.5s;
  padding: 10px;
  border: 1px solid #c5c2c5;
  border-radius: 4px;
}

body.deal-room .deal-room-form .field.error {
  border: 1px solid #f44336 !important;
  color: unset;
}

body.deal-room .deal-room-form .field input,
body.deal-room .deal-room-form .field textarea {
  border: 0 !important;
  text-indent: 0 !important;
  width: 100% !important;
  background-color: transparent !important;
}

body.deal-room .deal-room-form .field input:focus,
body.deal-room .deal-room-form .field textarea:focus {
  outline: none;
}

body.deal-room .deal-room-form .field .select2-selection--single {
  border: 0 !important;
  background-color: transparent;
}

body.deal-room .deal-room-form .field .select2-selection--single .select2-selection__arrow {
  top: -7px !important;
}

body.deal-room .deal-room-form .field .select2-selection--single .select2-selection__placeholder {
  color: #dfdfdf;
  font-size: 12px;
}

body.deal-room .deal-room-form .field .select2-selection--single:focus {
  outline: none;
}

body.deal-room .deal-room-form .field .select2-container--disabled .select2-selection--single {
  background-color: transparent;
}

body.deal-room .deal-room-form .field .select2-container--open .select2-dropdown--above,
body.deal-room .deal-room-form .field .select2-container--open .select2-dropdown--below {
  border-top: 1px solid #aaa;
  border-bottom: 1px solid #aaa;
}

body.deal-room .deal-room-form .field.disabled {
  background-color: #eee;
}

body.deal-room .deal-room-form .field .h6 {
  display: inline;
  color: #bbb;
}

body.deal-room .deal-room-form .field .datepicker-icon {
  top: unset;
  bottom: 10px;
}

body.deal-room .deal-room-form .field.checkbox {
  padding: 20px 0 20px 50px;
  cursor: pointer;
}

body.deal-room .deal-room-form .field.checkbox input[type="checkbox"] {
  display: none;
}

body.deal-room .deal-room-form .field.checkbox label {
  padding-left: 0;
}

body.deal-room .deal-room-form .field.checkbox::before {
  font-family: FontAwesome;
  content: "\f1db";
  position: absolute;
  top: 50%;
  left: 10px;
  transform: translate(0, -50%);
  color: #d8d8d8;
  font-size: 32px;
  transition: 1s;
}

body.deal-room .deal-room-form .field.checkbox.checked::before {
  content: "\f058";
  color: #4990e2;
}

body.deal-room .section-title {
  color: white;
}

body.deal-room .segmented-control.list-group .list-group-item {
  padding: 14px 15px;
}

body.deal-room .segmented-control.list-group {
  padding-top: 6px;
}

body.deal-room .white-page p {
  line-height: 1.5;
}

body.deal-room .white-page a {
  color: #4990e2;
}

body.deal-room .dealroom-img-edited {
  border-radius: 20px;
  overflow: hidden;
  width: 120px;
  height: 120px;
  position: relative;
  display: block;
  z-index: 10;
}

body.deal-room .remove-dealroom-img {
  color: gray;
  font-size: 14px;
  text-align: center;
  display: block;
  cursor: pointer;
  border: none;
}

.botticelli-background {
  background-color: #8bbabb;
}

.botticelli-background:hover {
  background-color: #69b7b7;
}

.pale-blue-background {
  background-color: #b7d4ff;
}

.pale-blue-background:hover {
  background-color: #9bc1fb;
}

.darkblue-background {
  background-color: #6c7b95;
}

.darkblue-background:hover {
  background-color: #5a7198;
}

.gunpowder-background {
  background-color: #464159;
}

.gunpowder-background:hover {
  background-color: #3d345a;
}

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

.new-deal-room {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.new-deal-room .welcome {
  font-size: 6vw;
  margin: 0;
  text-align: center;
  white-space: nowrap;
  display: none;
}

.new-deal-room .welcome .note {
  font-size: 13px;
  display: block;
  margin-top: 50px;
  color: #bbb;
  line-height: 1.7;
  white-space: normal;
}

.new-deal-room .welcome .note a {
  color: inherit;
  text-decoration: underline;
}

.save-deal-room-message {
  font-size: 4vw;
  display: none;
}

@media print {

  .top-nav-container,
  .pof-tabs,
  .snowflakes,
  .christmasLights,
  .highlight::after {
    display: none;
  }
}

.deal-room-summary .highlight:after {
  font-family: FontAwesome;
  content: "\f14b";
  margin-left: 10px;
  color: #ff9800;
}

#original-page .deal-room-summary .highlight {
  background-color: transparent !important;
}

#original-page .deal-room-summary .highlight:after {
  color: #ff9800;
}

#original-page .typewriter {
  overflow: hidden;
  /* Ensures the content is not revealed until the animation */
  border-right: 0.15em solid orange;
  /* The typwriter cursor */
  white-space: nowrap;
  /* Keeps the content on a single line */
  margin: 0 auto;
  /* Gives that scrolling effect as the typing happens */
  letter-spacing: 0.15em;
  /* Adjust as needed */
  animation: typing 3.5s steps(40, end), blink-caret 0.75s step-end infinite;
}

/* The typing effect */
@keyframes typing {
  from {
    width: 0;
  }

  to {
    width: 100%;
  }
}

/* The typewriter cursor effect */
@keyframes blink-caret {

  from,
  to {
    border-color: transparent;
  }

  50% {
    border-color: orange;
  }
}

.deal-room-status.status-action {
  border-style: none;
}

.deal-room-status.status-action .btn-group.pof-dropdown-button .dropdown-menu {
  padding-top: 0px !important;
}

.deal-room-status.status-action .dropdown-menu {
  width: 343px !important;
  left: 8px;
  height: 266px;
  overflow-y: scroll;
  top: 49px;
}

.deal-room-status.status-action .dropdown-menu .container {
  padding: 8px 15px;
  border-bottom: 1px solid #eee;
  position: relative;
  overflow: visible;
}

.deal-room-status.status-action .dropdown-menu .container .guide {
  height: 53px;
}

.deal-room-status.status-action .dropdown-menu .container button {
  background-color: transparent;
  border: 0;
  width: 278px;
  text-align: left;
  color: #2b2b2b;
  cursor: pointer;
  overflow: hidden;
}

.deal-room-status.status-action .dropdown-menu .container .status-icon {
  color: #ddd;
  right: -10px;
  font-size: 12px;
  position: relative;
}

.deal-room-status.status-action .dropdown-menu .container:last-child {
  border-bottom: 0;
}

.deal-room-status.status-action .change-status-button {
  height: 50px;
  width: 350px;
  left: 350px;
  top: 50px;
  background-color: #fff;
  color: #252121 !important;
  border-left-width: 10px;
  border-right-color: #ddd;
  border-bottom-color: #ddd;
  border-top-color: #ddd;
  border-radius: 6px !important;
}

.deal-room-status.status-action .change-status-button .guide {
  height: 53px;
}

.deal-room-status-history .time-line-circle {
  top: 4px;
  position: relative;
}

.deal-room-status-history .time-line-circle .details {
  background: #EBEAEA;
  padding: 3px 0px 2px 10px;
  border-radius: 6px;
  font-size: 10px;
}

.deal-room-status-history .time-line-circle .items svg {
  position: absolute;
  left: -25px;
  z-index: 100;
}

.deal-room-status-history .time-line-circle .items .block {
  margin-left: 48px;
  border-left: 4px solid #EBEAEA;
  padding-top: 6px;
  padding-bottom: 11px;
  padding-left: 37px;
  position: relative;
}

.status-setup {
  background-color: #ef68a0;
  fill: #ef68a0;
  border-color: #ef68a0;
}

.status-all-billing-complete {
  background-color: #0f7f12;
  fill: #0f7f12;
  border-color: #0f7f12;
}

.status-edited {
  background-color: #932424;
  fill: #932424;
  border-color: #932424;
  border-left-color: #932424;
}

.status-onboarding {
  background-color: #f4a536;
  fill: #f4a536;
  border-color: #f4a536;
}

.status-live {
  background-color: #a2979c;
  fill: #a2979c;
  border-color: #a2979c;
}

.status-credit-hold {
  background-color: #7c5f77;
  fill: #7c5f77;
  border-color: #7c5f77;
}

.status-lost-client-closed {
  background-color: #b929226b;
  fill: #b929226b;
  border-color: #b929226b;
}

.deal-room-layout .form-block {
  overflow: inherit;
}

.deal-room-task-form-popup .select2-container .select2-selection--single {
  height: 36px;
}

.deal-room-task-form-popup .select2-selection__arrow {
  display: none;
}

.deal-room-task-form-popup .select2-container--default .select2-selection--single {
  border-radius: 0px;
  border-color: #C5C2C5;
}

.deal-room-alert-form-popup .select2-container--default .select2-search--dropdown .select2-search__field {
  width: 100% !important;
}

.deal-room-alert-form-popup .select2-container .select2-selection--single {
  height: 36px;
  border-radius: 0px;
  border-color: #C5C2C5;
}

.deal-room-alert-pop-up .alert-cancel-button {
  border-radius: 0px;
  color: white;
}

.deal-room-billing-page .select2-container .select2-selection--single {
  height: 36px;
}

.deal-room-billing-page .select2-container--default .select2-selection--single {
  border-radius: 0px;
  border-color: #C5C2C5;
}

.deal-room-billing-page .billing-information-box {
  border-top: solid 10px;
  box-shadow: 2px 1px 8px 1px #a7a6a6;
}

.deal-room-billing-page .billing-information-box:hover {
  box-shadow: 4px 1px 10px 1px #9fadbb;
}

.deal-room-billing-page .preview-btn {
  border: 1px solid #c5c1c5;
  color: #616161;
  text-decoration: none;
  padding: 4px 30px;
}

.deal-room-billing-page .i-spinner {
  position: absolute;
  right: 23px;
  top: 11px;
}

.deal-room-billing-page .consolidate-invoice {
  background-color: rgba(233, 30, 99, 0.05);
}

.deal-room-billing-page .inactive-link {
  pointer-events: none;
}

.autocomplete-dropdown-list {
  overflow-y: auto;
  max-height: 500px;
  width: 221px !important;
}

.deal-room-index #invitation_dropdown,
.deal-room-index #alerts_dropdown,
.deal-room-index #tasks_dropdown {
  width: 130px;
}

.deal-room-index .new-indicator {
  background: linear-gradient(to top right, #ff5263 0%, #ff7381 45%, #fcbd01 100%);
}

.tiny-border-top {
  border-top: 1px solid #f7f8f9 !important;
}

.deal-room-locked-icon {
  background: -webkit-linear-gradient(left, #ef6161, #941f1f);
  background-clip: text;
  -webkit-text-fill-color: transparent;
}
/*
 * The MIT License
 * Copyright (c) 2012 Matias Meno <m@tias.me>
 */
.dropzone,
.dropzone * {
  box-sizing: border-box;
}

.dropzone {
  position: relative;
}

.dropzone .dz-preview {
  position: relative;
  display: inline-block;
  width: 120px;
  margin: 0.5em;
}

.dropzone .dz-preview .dz-progress {
  display: block;
  height: 15px;
  border: 1px solid #aaa;
}

.dropzone .dz-preview .dz-progress .dz-upload {
  display: block;
  height: 100%;
  width: 0;
  background: green;
}

.dropzone .dz-preview .dz-error-message {
  color: red;
  display: none;
}

.dropzone .dz-preview.dz-error .dz-error-message,
.dropzone .dz-preview.dz-error .dz-error-mark {
  display: block;
}

.dropzone .dz-preview.dz-success .dz-success-mark {
  display: block;
}

.dropzone .dz-preview .dz-error-mark,
.dropzone .dz-preview .dz-success-mark {
  position: absolute;
  display: none;
  left: 30px;
  top: 30px;
  width: 54px;
  height: 58px;
  left: 50%;
  margin-left: -27px;
}

/*
 * The MIT License
 * Copyright (c) 2012 Matias Meno <m@tias.me>
 */
@-webkit-keyframes passing-through {
  0% {
    opacity: 0;
    -webkit-transform: translateY(40px);
    -moz-transform: translateY(40px);
    -ms-transform: translateY(40px);
    -o-transform: translateY(40px);
    transform: translateY(40px);
  }

  30%,
  70% {
    opacity: 1;
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateY(-40px);
    -moz-transform: translateY(-40px);
    -ms-transform: translateY(-40px);
    -o-transform: translateY(-40px);
    transform: translateY(-40px);
  }
}

@-moz-keyframes passing-through {
  0% {
    opacity: 0;
    -webkit-transform: translateY(40px);
    -moz-transform: translateY(40px);
    -ms-transform: translateY(40px);
    -o-transform: translateY(40px);
    transform: translateY(40px);
  }

  30%,
  70% {
    opacity: 1;
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateY(-40px);
    -moz-transform: translateY(-40px);
    -ms-transform: translateY(-40px);
    -o-transform: translateY(-40px);
    transform: translateY(-40px);
  }
}

@keyframes passing-through {
  0% {
    opacity: 0;
    -webkit-transform: translateY(40px);
    -moz-transform: translateY(40px);
    -ms-transform: translateY(40px);
    -o-transform: translateY(40px);
    transform: translateY(40px);
  }

  30%,
  70% {
    opacity: 1;
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateY(-40px);
    -moz-transform: translateY(-40px);
    -ms-transform: translateY(-40px);
    -o-transform: translateY(-40px);
    transform: translateY(-40px);
  }
}

@-webkit-keyframes slide-in {
  0% {
    opacity: 0;
    -webkit-transform: translateY(40px);
    -moz-transform: translateY(40px);
    -ms-transform: translateY(40px);
    -o-transform: translateY(40px);
    transform: translateY(40px);
  }

  30% {
    opacity: 1;
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px);
  }
}

@-moz-keyframes slide-in {
  0% {
    opacity: 0;
    -webkit-transform: translateY(40px);
    -moz-transform: translateY(40px);
    -ms-transform: translateY(40px);
    -o-transform: translateY(40px);
    transform: translateY(40px);
  }

  30% {
    opacity: 1;
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px);
  }
}

@keyframes slide-in {
  0% {
    opacity: 0;
    -webkit-transform: translateY(40px);
    -moz-transform: translateY(40px);
    -ms-transform: translateY(40px);
    -o-transform: translateY(40px);
    transform: translateY(40px);
  }

  30% {
    opacity: 1;
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px);
  }
}

@-webkit-keyframes pulse {
  0% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }

  10% {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
  }

  20% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
}

@-moz-keyframes pulse {
  0% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }

  10% {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
  }

  20% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
}

@keyframes pulse {
  0% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }

  10% {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
  }

  20% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
}

.dropzone,
.dropzone * {
  box-sizing: border-box;
}

.dropzone {
  min-height: 150px;
  border: 2px solid rgba(0, 0, 0, 0.3);
  background: white;
  padding: 20px 20px;
}

.dropzone.dz-clickable {
  cursor: pointer;
}

.dropzone.dz-clickable * {
  cursor: default;
}

.dropzone.dz-clickable .dz-message,
.dropzone.dz-clickable .dz-message * {
  cursor: pointer;
}

.dropzone.dz-started .dz-message {
  display: none;
}

.dropzone.dz-drag-hover {
  border-style: solid;
}

.dropzone.dz-drag-hover .dz-message {
  opacity: 0.5;
}

.dropzone .dz-message {
  text-align: center;
  margin: 2em 0;
}

.dropzone .dz-message .dz-button {
  background: none;
  color: inherit;
  border: none;
  padding: 0;
  font: inherit;
  cursor: pointer;
  outline: inherit;
}

.dropzone .dz-preview {
  position: relative;
  display: inline-block;
  vertical-align: top;
  margin: 16px;
  min-height: 100px;
}

.dropzone .dz-preview:hover {
  z-index: 1000;
}

.dropzone .dz-preview:hover .dz-details {
  opacity: 1;
}

.dropzone .dz-preview.dz-file-preview .dz-image {
  border-radius: 20px;
  background: #999;
  background: linear-gradient(to bottom, #eee, #ddd);
}

.dropzone .dz-preview.dz-file-preview .dz-details {
  opacity: 1;
}

.dropzone .dz-preview.dz-image-preview {
  background: white;
}

.dropzone .dz-preview.dz-image-preview .dz-details {
  -webkit-transition: opacity 0.2s linear;
  -moz-transition: opacity 0.2s linear;
  -ms-transition: opacity 0.2s linear;
  -o-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear;
}

.dropzone .dz-preview .dz-remove {
  font-size: 14px;
  text-align: center;
  display: block;
  cursor: pointer;
  border: none;
}

.dropzone .dz-preview .dz-remove:hover {
  text-decoration: underline;
}

.dropzone .dz-preview:hover .dz-details {
  opacity: 1;
}

.dropzone .dz-preview .dz-details {
  z-index: 20;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  font-size: 13px;
  min-width: 100%;
  max-width: 100%;
  padding: 2em 1em;
  text-align: center;
  color: rgba(0, 0, 0, 0.9);
  line-height: 150%;
}

.dropzone .dz-preview .dz-details .dz-size {
  margin-bottom: 1em;
  font-size: 16px;
}

.dropzone .dz-preview .dz-details .dz-filename {
  white-space: nowrap;
}

.dropzone .dz-preview .dz-details .dz-filename:hover span {
  border: 1px solid rgba(200, 200, 200, 0.8);
  background-color: rgba(255, 255, 255, 0.8);
}

.dropzone .dz-preview .dz-details .dz-filename:not(:hover) {
  overflow: hidden;
  text-overflow: ellipsis;
}

.dropzone .dz-preview .dz-details .dz-filename:not(:hover) span {
  border: 1px solid transparent;
}

.dropzone .dz-preview .dz-details .dz-filename span,
.dropzone .dz-preview .dz-details .dz-size span {
  background-color: rgba(255, 255, 255, 0.4);
  padding: 0 0.4em;
  border-radius: 3px;
}

.dropzone .dz-preview:hover .dz-image img {
  -webkit-transform: scale(1.05, 1.05);
  -moz-transform: scale(1.05, 1.05);
  -ms-transform: scale(1.05, 1.05);
  -o-transform: scale(1.05, 1.05);
  transform: scale(1.05, 1.05);
  -webkit-filter: blur(8px);
  filter: blur(8px);
}

.dropzone .dz-preview .dz-image {
  border-radius: 20px;
  overflow: hidden;
  width: 120px;
  height: 120px;
  position: relative;
  display: block;
  z-index: 10;
}

.dropzone .dz-preview .dz-image img {
  display: block;
}

.dropzone .dz-preview.dz-success .dz-success-mark {
  -webkit-animation: passing-through 3s cubic-bezier(0.77, 0, 0.175, 1);
  -moz-animation: passing-through 3s cubic-bezier(0.77, 0, 0.175, 1);
  -ms-animation: passing-through 3s cubic-bezier(0.77, 0, 0.175, 1);
  -o-animation: passing-through 3s cubic-bezier(0.77, 0, 0.175, 1);
  animation: passing-through 3s cubic-bezier(0.77, 0, 0.175, 1);
}

.dropzone .dz-preview.dz-error .dz-error-mark {
  opacity: 1;
  -webkit-animation: slide-in 3s cubic-bezier(0.77, 0, 0.175, 1);
  -moz-animation: slide-in 3s cubic-bezier(0.77, 0, 0.175, 1);
  -ms-animation: slide-in 3s cubic-bezier(0.77, 0, 0.175, 1);
  -o-animation: slide-in 3s cubic-bezier(0.77, 0, 0.175, 1);
  animation: slide-in 3s cubic-bezier(0.77, 0, 0.175, 1);
}

.dropzone .dz-preview .dz-success-mark,
.dropzone .dz-preview .dz-error-mark {
  pointer-events: none;
  opacity: 0;
  z-index: 500;
  position: absolute;
  display: block;
  top: 50%;
  left: 50%;
  margin-left: -27px;
  margin-top: -27px;
}

.dropzone .dz-preview .dz-success-mark svg,
.dropzone .dz-preview .dz-error-mark svg {
  display: block;
  width: 54px;
  height: 54px;
}

.dropzone .dz-preview.dz-processing .dz-progress {
  opacity: 1;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

.dropzone .dz-preview.dz-complete .dz-progress {
  opacity: 0;
  -webkit-transition: opacity 0.4s ease-in;
  -moz-transition: opacity 0.4s ease-in;
  -ms-transition: opacity 0.4s ease-in;
  -o-transition: opacity 0.4s ease-in;
  transition: opacity 0.4s ease-in;
}

.dropzone .dz-preview:not(.dz-processing) .dz-progress {
  -webkit-animation: pulse 6s ease infinite;
  -moz-animation: pulse 6s ease infinite;
  -ms-animation: pulse 6s ease infinite;
  -o-animation: pulse 6s ease infinite;
  animation: pulse 6s ease infinite;
}

.dropzone .dz-preview .dz-progress {
  opacity: 1;
  z-index: 1000;
  pointer-events: none;
  position: absolute;
  height: 16px;
  left: 50%;
  top: 50%;
  margin-top: -8px;
  width: 80px;
  margin-left: -40px;
  background: rgba(255, 255, 255, 0.9);
  transform: scale(1);
  border-radius: 8px;
  overflow: hidden;
}

.dropzone .dz-preview .dz-progress .dz-upload {
  background: #333;
  background: linear-gradient(to bottom, #666, #444);
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 0;
  -webkit-transition: width 300ms ease-in-out;
  -moz-transition: width 300ms ease-in-out;
  -ms-transition: width 300ms ease-in-out;
  -o-transition: width 300ms ease-in-out;
  transition: width 300ms ease-in-out;
}

.dropzone .dz-preview.dz-error .dz-error-message {
  display: block;
}

.dropzone .dz-preview.dz-error:hover .dz-error-message {
  opacity: 1;
  pointer-events: auto;
}

.dropzone .dz-preview .dz-error-message {
  pointer-events: none;
  z-index: 1000;
  position: absolute;
  display: block;
  display: none;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease;
  -moz-transition: opacity 0.3s ease;
  -ms-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  border-radius: 8px;
  font-size: 13px;
  top: 130px;
  left: -10px;
  width: 140px;
  background: #be2626;
  background: linear-gradient(to bottom, #be2626, #a92222);
  padding: 0.5em 1.2em;
  color: white;
}

.dropzone .dz-preview .dz-error-message:after {
  content: "";
  position: absolute;
  top: -6px;
  left: 64px;
  width: 0;
  height: 0;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid #be2626;
}
/*Global Styles*/
html {
  height: 100%;
  min-height: 100%;
  background-color: #f8f8f8!important;
}

body {
  height: 100%;
  min-height: 100%;
  min-height: max-content;
  font-family: Inter var, ui-sans-serif, system-ui, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, Noto Color Emoji;
  font-size: 14px;
  line-height: 1.5;
  -webkit-text-size-adjust: 100%;
  background: #f8f8f8;
  color: #685f62;
}

::selection,
::-moz-selection {
  color: white;
  background: #ab47bc;
}

input[type="radio"]:focus,
input[type="checkbox"]:focus {
  outline: none;
  box-shadow: none;
}

.uk-open>.uk-modal-dialog {
  top: 40px;
}

.select2+.select2-container .select2-selection.select2-selection--multiple {
  min-height: 36px;
  border-radius: 0;
  border: 1px solid #C5C2C5;
}

.select2+.select2-container .select2-selection__choice {
  background-color: #009688!important;
  border: 1px solid #00897B!important;
  color: #fff!important;
  border-radius: 0!important;
}

.select2+.select2-container .select2-selection__choice .select2-selection__choice__remove {
  margin-right: 7px;
  color: #dedada;
}

.select2-container--default.select2-container--focus .select2-selection--multiple {
  border: 1px solid #e5e5e5;
  border-radius: 0;
  min-height: 40px;
}

.uk-offcanvas-bar .select2-container--default .select2-selection--multiple,
.uk-offcanvas-bar .select2+.select2-container .select2-selection.select2-selection--multiple{
  background-color: rgba(255, 255, 255, .1);
  color: rgba(255, 255, 255, .7);
  border-color: rgba(255, 255, 255, .2);
  background-clip: padding-box;
}

input.extra-plain {
  height: 21px !important;
  border: 0;
  box-shadow: none;
  text-indent: 8px;
  outline: none;
}

input.extra-plain:disabled {
  background-color: #fff;
}

input.extra-plain.error-input {
  background-color: rgba(255, 34, 34, 0.31) !important;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  margin: 0;
}

input.has_datepicker {
  padding-right: 24px;
}

.input-group-addon+input[type="text"],
.input-group-addon+input[type="number"],
.input-group-addon+input[type="password"] {
  box-shadow: none;
}

a.blue {
  color: #4990e2;
}

a.blue:hover {
  color: #4990e2;
}

body .container-fluid .hidden{
  display: none;
}

.large {
  font-size: 2em;
}

.line-through {
  text-decoration: line-through;
}

.text-muted {
  color: #9fadbb;
}

.color-light-gray {
  color: #BDBDBD;
}

.small-label {
  font-size: 90%;
}

.color-gray {
  color: #5f6468;
}

.color-blue {
  color: #4990E2;
}

.color-teal {
  color: #1ebfae;
}

.color-green {
  color: #009688;
}

.color-orange {
  color: #ffb53e;
}

.color-yellow {
  color: #fdd835;
}

.color-red {
  color: #f9243f;
}

.color-dark-red {
  color: #b93f3f;
}

.error {
  color: #ed6b75;
}

.gap-small {
  gap: 5px;
}

.gradient-text {
  background: -webkit-gradient(linear, left top, right top, from(#327ab7), to(#4c884b));
  background: linear-gradient(to right, #327ab7, #4c884b);
  -webkit-text-fill-color: transparent;
  -webkit-box-decoration-break: clone;
  box-decoration-break: clone;
}

.collapse {
  visibility: inherit;
}

.shady {
  opacity: 0.4;
}

a.as-text {
  color: inherit !important;
  text-decoration: none !important;
}

a.as-text:hover {
  text-decoration: none !important;
}

.highlight {
  background-color: #ffe082 !important;
}

.highlight:hover {
  background-color: #ffe082 !important;
}

.highlight.animated {
  background: linear-gradient(286deg, #ffe082, #f5f5f4);
  background-color: inherit !important;
  background-size: 400% 400%;
  -webkit-animation: AnimationName 4s ease infinite;
  animation: AnimationName 4s ease infinite;
}

.pof-header{
  position: relative;
}

@-webkit-keyframes AnimationName {
  0% {
    background-position: 0% 96%;
  }

  50% {
    background-position: 100% 5%;
  }

  100% {
    background-position: 0% 96%;
  }
}

@keyframes AnimationName {
  0% {
    background-position: 0% 96%;
  }

  50% {
    background-position: 100% 5%;
  }

  100% {
    background-position: 0% 96%;
  }
}

.animated-underline {
  position: relative;
  text-decoration: none !important;
  padding: 1rem 0 0.5rem;
  cursor: default;
}

.animated-underline::after {
  content: '';
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%) scaleX(0);
  transform-origin: 50% 50%;
  width: 100%;
  height: 1px;
  background-color: rgba(212, 28, 28, 0.8);
  transition: transform 250ms;
}

.animated-underline:hover::after {
  transform: translateX(-50%) scaleX(1);
}

.text-ellipsis {
  overflow: hidden;
  text-overflow: ellipsis;
}

.centered {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.centered-v {
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
}

.centered-h {
  position: absolute;
  left: 50%;
  transform: translate(-50%, 0);
}

.flex-container {
  display: flex;
  flex-wrap: wrap;
}

.flex-container.stretch {
  gap: 4px;
}

.flex-container.stretch>* {
  flex: 1;
}

.flex-container.gap {
  gap: 5px;
}

.dont-break-out {
  /* These are technically the same, but use both */
  overflow-wrap: break-word;
  word-wrap: break-word;
  -ms-word-break: break-all;
  /* This is the dangerous one in WebKit, as it breaks things wherever */
  word-break: break-all;
  /* Instead use this non-standard one: */
  word-break: break-word;
  /* Adds a hyphen where the word breaks, if supported (No Blink) */
  -ms-hyphens: auto;
  -moz-hyphens: auto;
  -webkit-hyphens: auto;
  hyphens: auto;
}

.amount.padge {
  background-color: #f1f1f1;
  cursor: default;
  font-size: 10px;
  font-weight: 100;
  color: #696868;
  border: 1px solid #eee;
  display: inline-block;
  padding: 1px 7px;
  border-radius: 7px;
}

.no-decoration,
.no-decoration:hover,
.no-decoration:focus {
  text-decoration: none;
}

.reset-position {
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}

.cursor-wait,
input.cursor-wait {
  cursor: wait !important;
}

.highlighted-gray {
  background-color: #eee;
  padding: 0 6px;
  border-radius: 9px;
}

.highlighted-black {
  background-color: #444343;
  color: #ececec;
  padding: 0 6px;
  border-radius: 9px;
}

.highlighted-black:hover {
  background-color: #444343 !important;
}

.relative {
  position: relative;
}

.pointer {
  cursor: pointer;
  pointer-events: all;
}

.table-container {
  display: table;
}

.table-container .cell {
  display: table-cell;
  float: none;
}

.inline {
  display: inline-block;
}

.block {
  display: block;
}

.full-width {
  width: 100% !important;
}

.full-height {
  height: 100% !important;
}

.table-display {
  display: table;
}

.table-display>* {
  display: table-cell;
}

.nowrap {
  white-space: nowrap;
}

.no-scroll {
  overflow-y: hidden !important;
}

.break-word {
  word-break: break-word;
}

.bg-primary .glyphicon-remove {
  color: #5f6468;
}

.bg-primary .glyphicon-remove:hover {
  color: #ef4040;
}

.bg-gray {
  background: #EBEAEA;
  color: #9B9B9B;
}

.no-padding {
  padding: 0;
  margin: 0;
}

.bootstrap-select>.dropdown-toggle {
  background-color: #fff;
}

.uk-form-small.bootstrap-select>.dropdown-toggle {
  padding: 0;
}

.bootstrap-select .dropdown-toggle:focus {
  outline: none !important;
}

.bootstrap-select .dropdown-toggle:active {
  box-shadow: none !important;
}

.bootstrap-select.open {
  z-index: 100000;
}

.datepicker-icon {
  position: absolute;
  top: 50%;
  right: 5px;
  color: #eee;
  transform: translateY(-50%);
}

.tooltip {
  z-index: 10000001;
}

.tooltip hr {
  margin: 5px 0;
}

.tooltip .tooltip-inner {
  overflow-wrap: break-word;
  word-wrap: break-word;
  -ms-word-break: break-all;
  /* This is the dangerous one in WebKit, as it breaks things wherever */
  word-break: break-all;
  /* Instead use this non-standard one: */
  word-break: break-word;
  /* Adds a hyphen where the word breaks, if supported (No Blink) */
  -ms-hyphens: auto;
  -moz-hyphens: auto;
  -webkit-hyphens: auto;
  hyphens: auto;
}

select.ui-datepicker-month,
select.ui-datepicker-year {
  box-shadow: none;
  border-radius: 0;
  font-size: 12px;
  font-weight: lighter;
}

.glyphicon-xl {
  font-size: 6em;
}

.glyphicon-l {
  font-size: 3em;
}

.glyphicon-m {
  font-size: 1.5em;
}

.glyphicon-s {
  font-size: 0.75em;
}

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

.form-group.grouped {
  margin-bottom: 13px;
}

.form-control {
  border: 1px solid #eee;
  box-shadow: none;
}

.form-control:focus {
  border: 1px solid #30a5ff;
  outline: 0;
  box-shadow: inset 0px 0px 0px 1px #30a5ff;
}

.form-col-md-5 {
  padding-left: 35px;
  width: 45.833333335%;
}

.form-col-md-5.last-col {
  padding-left: 0;
  padding-right: 50px;
}

.navbar-header .navbar-brand {
  color: #fff;
  font-size: 18px;
  text-transform: uppercase;
  font-weight: normal;
  letter-spacing: 0;
  padding: 15px 15px 15px 0;
}

.global-search .input-group-btn .btn.dropdown-toggle:hover {
  opacity: 1;
}

.global-search .input-group-btn .dropdown-menu a {
  position: relative;
}

.global-search .input-group-btn .dropdown-menu a .fa.fa-check {
  position: absolute;
  left: 4px;
  font-size: 11px;
  color: #2f4c68;
  top: 8px;
}

.pof-ui-autocomplete {
  max-height: 300px;
  overflow-y: auto;
  overflow-x: hidden;
}

.pof-ui-autocomplete .ui-menu-item .ui-menu-item-wrapper {
  color: #616161;
}

.pof-autocomplete.ui-menu {
  left: 0px !important;
  width: calc(100% - 16px) !important;
  margin: 0px 8px;
  border-top: none;
  max-height: 300px;
  overflow-y: auto;
  overflow-x: hidden;
  text-overflow: ellipsis;
}

.pof-autocomplete.ui-menu .ui-menu-item .ui-menu-item-wrapper {
  padding: 0;
  color: #616161;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.pof-autocomplete.ui-menu .ui-menu-item .ui-menu-item-wrapper .item {
  float: left;
  padding: 8px 5px;
}

.pof-autocomplete.ui-menu .ui-menu-item .ui-menu-item-wrapper .category {
  float: left;
  width: 60px;
  color: #afadad;
  border-right: 1px solid #eee;
  margin-right: 8px;
  padding: 8px 5px;
  text-transform: capitalize;
}

.pof-autocomplete.ui-menu .ui-menu-item .ui-state-active {
  background: #EEEEEE;
  border-color: #c9c9c9;
}

.pof-autocomplete.ui-menu .ui-menu-item .ui-state-active .category {
  border-color: #e2e1e1;
}

.navbar-header .navbar-brand span {
  color: #4a90e2;
}

.navbar-header .top-nav-user {
  padding: 15px 5px 0 0;
  font-size: 16px;
}

.navbar-header .top-nav-user .username {
  font-size: 12px;
  color: #9e9e9e;
}

.navbar-header .top-nav-user .btn-popover {
  background-color: transparent;
  border: 0;
  box-shadow: none;
  outline: none;
}

.top-nav-container {
  transition: .3s;
}

.input-group-addon,
.input-group .input-group-addon {
  background-color: #f7f7f7;
  border-color: #e5e5e5;
}

.input-group-addon label,
.input-group .input-group-addon label {
  line-height: 21px;
  margin: 0;
}

.input-group-addon.flat,
.input-group .input-group-addon.flat {
  border-radius: 0;
  background-color: #ffffff;
}

.input-group-addon.flat+.flat,
.input-group .input-group-addon.flat+.flat {
  border-left-color: #e8e8e8;
  outline: 0;
}

label.input-group-addon {
  padding: 0 12px;
}

label.input-group-addon.trans {
  padding: 0 10px 0 0;
  background-color: transparent;
  border: 0;
}

/*Buttons*/
.no-outline,
.no-outline:active,
.no-outline:focus {
  outline: none;
}

.uk-label.uk-label-default {
  background-color: #f3f4f6;
  color: #3e3f42;
}

a.btn:hover,
button:hover {
  opacity: 0.8;
}

a.btn:active,
button:active {
  box-shadow: inset 0px 0px 500px rgba(0, 0, 0, 0.1);
  opacity: 1;
}

.left-border {
  border-left: 1px solid #ddd;
}

.label {
  border-radius: 0;
}

.btn-default,
.btn-default:hover,
.btn-default:focus,
.btn-default:active,
.btn-default.active,
.open>.dropdown-toggle.btn-default,
.btn-default.disabled,
.btn-default[disabled],
fieldset[disabled] .btn-default,
.btn-default.disabled:hover,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default:hover,
.btn-default.disabled:focus,
.btn-default[disabled]:focus,
fieldset[disabled] .btn-default:focus,
.btn-default.disabled:active,
.btn-default[disabled]:active,
fieldset[disabled] .btn-default:active,
.btn-default.disabled.active,
.btn-default[disabled].active,
fieldset[disabled] .btn-default.active {
  background-color: #e9ecf2;
  border-color: #e9ecf2;
  color: #1b3548;
}

.btn-default.no-bg,
.btn-default:hover.no-bg,
.btn-default:focus.no-bg,
.btn-default:active.no-bg,
.btn-default.active.no-bg,
.open>.dropdown-toggle.btn-default.no-bg,
.btn-default.disabled.no-bg,
.btn-default[disabled].no-bg,
fieldset[disabled] .btn-default.no-bg,
.btn-default.disabled:hover.no-bg,
.btn-default[disabled]:hover.no-bg,
fieldset[disabled] .btn-default:hover.no-bg,
.btn-default.disabled:focus.no-bg,
.btn-default[disabled]:focus.no-bg,
fieldset[disabled] .btn-default:focus.no-bg,
.btn-default.disabled:active.no-bg,
.btn-default[disabled]:active.no-bg,
fieldset[disabled] .btn-default:active.no-bg,
.btn-default.disabled.active.no-bg,
.btn-default[disabled].active.no-bg,
fieldset[disabled] .btn-default.active.no-bg {
  background-color: transparent;
  color: #1b3548;
}

.btn-primary,
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.open>.dropdown-toggle.btn-primary,
.btn-primary.disabled,
.btn-primary[disabled],
fieldset[disabled] .btn-primary,
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled:active,
.btn-primary[disabled]:active,
fieldset[disabled] .btn-primary:active,
.btn-primary.disabled.active,
.btn-primary[disabled].active,
fieldset[disabled] .btn-primary.active {
  background-color: #4990E2;
  border-color: #4990E2;
}

.btn-primary.no-bg,
.btn-primary:hover.no-bg,
.btn-primary:focus.no-bg,
.btn-primary:active.no-bg,
.btn-primary.active.no-bg,
.open>.dropdown-toggle.btn-primary.no-bg,
.btn-primary.disabled.no-bg,
.btn-primary[disabled].no-bg,
fieldset[disabled] .btn-primary.no-bg,
.btn-primary.disabled:hover.no-bg,
.btn-primary[disabled]:hover.no-bg,
fieldset[disabled] .btn-primary:hover.no-bg,
.btn-primary.disabled:focus.no-bg,
.btn-primary[disabled]:focus.no-bg,
fieldset[disabled] .btn-primary:focus.no-bg,
.btn-primary.disabled:active.no-bg,
.btn-primary[disabled]:active.no-bg,
fieldset[disabled] .btn-primary:active.no-bg,
.btn-primary.disabled.active.no-bg,
.btn-primary[disabled].active.no-bg,
fieldset[disabled] .btn-primary.active.no-bg {
  background-color: transparent;
  color: #4990E2;
}

.btn-success,
.btn-success:hover,
.btn-success:focus,
.btn-success:active,
.btn-success.active,
.open>.dropdown-toggle.btn-success,
.btn-success.disabled,
.btn-success[disabled],
fieldset[disabled] .btn-success,
.btn-success.disabled:hover,
.btn-success[disabled]:hover,
fieldset[disabled] .btn-success:hover,
.btn-success.disabled:focus,
.btn-success[disabled]:focus,
fieldset[disabled] .btn-success:focus,
.btn-success.disabled:active,
.btn-success[disabled]:active,
fieldset[disabled] .btn-success:active,
.btn-success.disabled.active,
.btn-success[disabled].active,
fieldset[disabled] .btn-success.active {
  background-color: #4caf50;
  border-color: #4caf50;
}

.btn-success.no-bg,
.btn-success:hover.no-bg,
.btn-success:focus.no-bg,
.btn-success:active.no-bg,
.btn-success.active.no-bg,
.open>.dropdown-toggle.btn-success.no-bg,
.btn-success.disabled.no-bg,
.btn-success[disabled].no-bg,
fieldset[disabled] .btn-success.no-bg,
.btn-success.disabled:hover.no-bg,
.btn-success[disabled]:hover.no-bg,
fieldset[disabled] .btn-success:hover.no-bg,
.btn-success.disabled:focus.no-bg,
.btn-success[disabled]:focus.no-bg,
fieldset[disabled] .btn-success:focus.no-bg,
.btn-success.disabled:active.no-bg,
.btn-success[disabled]:active.no-bg,
fieldset[disabled] .btn-success:active.no-bg,
.btn-success.disabled.active.no-bg,
.btn-success[disabled].active.no-bg,
fieldset[disabled] .btn-success.active.no-bg {
  background-color: transparent;
  color: #4caf50;
}

.btn-warning,
.btn-warning:hover,
.btn-warning:focus,
.btn-warning:active,
.btn-warning.active,
.open>.dropdown-toggle.btn-warning,
.btn-warning.disabled,
.btn-warning[disabled],
fieldset[disabled] .btn-warning,
.btn-warning.disabled:hover,
.btn-warning[disabled]:hover,
fieldset[disabled] .btn-warning:hover,
.btn-warning.disabled:focus,
.btn-warning[disabled]:focus,
fieldset[disabled] .btn-warning:focus,
.btn-warning.disabled:active,
.btn-warning[disabled]:active,
fieldset[disabled] .btn-warning:active,
.btn-warning.disabled.active,
.btn-warning[disabled].active,
fieldset[disabled] .btn-warning.active {
  background-color: #ffb53e;
  border-color: #ffb53e;
}

.btn-warning.no-bg,
.btn-warning:hover.no-bg,
.btn-warning:focus.no-bg,
.btn-warning:active.no-bg,
.btn-warning.active.no-bg,
.open>.dropdown-toggle.btn-warning.no-bg,
.btn-warning.disabled.no-bg,
.btn-warning[disabled].no-bg,
fieldset[disabled] .btn-warning.no-bg,
.btn-warning.disabled:hover.no-bg,
.btn-warning[disabled]:hover.no-bg,
fieldset[disabled] .btn-warning:hover.no-bg,
.btn-warning.disabled:focus.no-bg,
.btn-warning[disabled]:focus.no-bg,
fieldset[disabled] .btn-warning:focus.no-bg,
.btn-warning.disabled:active.no-bg,
.btn-warning[disabled]:active.no-bg,
fieldset[disabled] .btn-warning:active.no-bg,
.btn-warning.disabled.active.no-bg,
.btn-warning[disabled].active.no-bg,
fieldset[disabled] .btn-warning.active.no-bg {
  background-color: transparent;
  color: #ffb53e;
}

.btn-danger,
.btn-danger:hover,
.btn-danger:focus,
.btn-danger:active,
.btn-danger.active,
.open>.dropdown-toggle.btn-danger,
.btn-danger.disabled,
.btn-danger[disabled],
fieldset[disabled] .btn-danger,
.btn-danger.disabled:hover,
.btn-danger[disabled]:hover,
fieldset[disabled] .btn-danger:hover,
.btn-danger.disabled:focus,
.btn-danger[disabled]:focus,
fieldset[disabled] .btn-danger:focus,
.btn-danger.disabled:active,
.btn-danger[disabled]:active,
fieldset[disabled] .btn-danger:active,
.btn-danger.disabled.active,
.btn-danger[disabled].active,
fieldset[disabled] .btn-danger.active {
  background-color: #f9243f !important;
  border-color: #f9243f !important;
}

.btn-danger.no-bg,
.btn-danger:hover.no-bg,
.btn-danger:focus.no-bg,
.btn-danger:active.no-bg,
.btn-danger.active.no-bg,
.open>.dropdown-toggle.btn-danger.no-bg,
.btn-danger.disabled.no-bg,
.btn-danger[disabled].no-bg,
fieldset[disabled] .btn-danger.no-bg,
.btn-danger.disabled:hover.no-bg,
.btn-danger[disabled]:hover.no-bg,
fieldset[disabled] .btn-danger:hover.no-bg,
.btn-danger.disabled:focus.no-bg,
.btn-danger[disabled]:focus.no-bg,
fieldset[disabled] .btn-danger:focus.no-bg,
.btn-danger.disabled:active.no-bg,
.btn-danger[disabled]:active.no-bg,
fieldset[disabled] .btn-danger:active.no-bg,
.btn-danger.disabled.active.no-bg,
.btn-danger[disabled].active.no-bg,
fieldset[disabled] .btn-danger.active.no-bg {
  background-color: transparent;
  color: #f9243f;
}

.btn-default,
.btn-default:hover,
.btn-default:focus,
.btn-default:active,
.btn-default.active,
.open>.dropdown-toggle.btn-default,
.btn-default.disabled,
.btn-default[disabled],
fieldset[disabled] .btn-default,
.btn-default.disabled:hover,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default:hover,
.btn-default.disabled:focus,
.btn-default[disabled]:focus,
fieldset[disabled] .btn-default:focus,
.btn-default.disabled:active,
.btn-default[disabled]:active,
fieldset[disabled] .btn-default:active,
.btn-default.disabled.active,
.btn-default[disabled].active,
fieldset[disabled] .btn-default.active {
  background-color: #fff;
}

/*Backgrounds*/
.bg-primary {
  color: #1b3548;
  background-color: #e9ecf2;
}

a.bg-primary:hover {
  background-color: #e9ecf2;
}

.bg-success {
  color: #fff;
  background-color: #8ad919;
}

a.bg-success:hover {
  background-color: #8ad919;
}

.bg-success a {
  color: rgba(255, 255, 255, 0.75);
}

.bg-info {
  color: #fff;
  background-color: #30a5ff;
}

a.bg-info:hover {
  background-color: #30a5ff;
}

.bg-info a {
  color: rgba(255, 255, 255, 0.75);
}

.dark-button {
  background-color: #545454 !important;
  color: #E3E1E1 !important;
}

.bg-warning {
  color: #fff;
  background-color: #ffb53e;
}

a.bg-warning:hover {
  background-color: #ffb53e;
}

.bg-warning a {
  color: rgba(255, 255, 255, 0.75);
}

.bg-danger {
  color: #fff;
  background-color: #f9243f;
}

.danger-text {
  color: #ed6b75;
}

a.bg-danger:hover {
  background-color: #f9243f;
}

.bg-danger a {
  color: rgba(255, 255, 255, 0.75);
}

/*Panels*/
.panel {
  border: 0;
}

.panel-heading {
  font-size: 18px;
  font-weight: 300;
  letter-spacing: 0.025em;
  height: 66px;
  line-height: 45px;
}

.panel-default .panel-heading {
  background: #fff;
  border-bottom: 1px solid #eee;
  color: #5f6468;
}

.panel-footer {
  background: #fff;
  border-top: 1px solid #eee;
}

.panel-widget {
  padding: 0;
  position: relative;
}

.panel-widget .panel-footer {
  border: 0;
  text-align: center;
}

.panel-footer .input-group {
  padding: 0px;
  margin: 0 -5px;
}

.panel-footer .input-group-btn:last-child>.btn,
.panel-footer .input-group-btn:last-child>.btn-group {
  margin: 0;
}

.panel-widget .panel-footer a {
  color: #999;
}

.panel-widget .panel-footer a:hover {
  color: #666;
  text-decoration: none;
}

.panel-blue {
  background: #30a5ff;
  color: #fff;
}

.panel-teal {
  background: #1ebfae;
  color: #fff;
}

.panel-orange {
  background: #ffb53e;
  color: #fff;
}

.panel-red {
  background: #f9243f;
  color: #fff;
}

.panel-blue .panel-body p,
.panel-teal .panel-body p,
.panel-orange .panel-body p,
.panel-red .panel-body p {
  color: #fff;
  color: rgba(255, 255, 255, 0.8);
}

.panel-blue .panel-heading,
.panel-teal .panel-heading,
.panel-orange .panel-heading,
.panel-red .panel-heading {
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.panel-blue .text-muted,
.panel-teal .text-muted,
.panel-orange .text-muted,
.panel-red .text-muted {
  color: rgba(255, 255, 255, 0.5);
}

.dark-overlay {
  background: rgba(0, 0, 0, 0.05);
  text-align: center;
}

.widget-left {
  height: 80px;
  padding-top: 15px;
  text-align: center;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}

.widget-right {
  text-align: left;
  line-height: 1.6em;
  margin: 0px;
  padding: 20px;
  height: 80px;
  color: #999;
  font-weight: 300;
  background: #fff;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}

.widget-right .text-muted {
  color: #9fadbb;
}

.widget-right .large {
  color: #5f6468;
}

.panel-blue .widget-left {
  background: #30a5ff;
  color: #fff;
}

.panel-teal .widget-left {
  background: #1ebfae;
  color: #fff;
}

.panel-orange .widget-left {
  background: #ffb53e;
  color: #fff;
}

.panel-red .widget-left {
  background: #f9243f;
  color: #fff;
}

.panel-widget {
  background: #fff;
}

.title-nav {
  background-color: #eee;
  padding: 5px;
}

/*Jumbotron*/
.jumbotron {
  background: #fff;
  border-bottom: 1px solid #eee;
  color: #5f6468;
}

/*Tabs*/
.panel .tabs {
  margin: 0;
  padding: 0;
}

.nav-tabs {
  background: #e9ecf2;
  border: 0;
}

.nav-tabs li a:hover {
  background: #fff;
}

.nav-tabs li a,
.nav-tabs li a:hover,
.nav-tabs li.active a,
.nav-tabs li.active a:hover {
  border: 0;
  padding: 15px 20px;
}

.nav-pills {
  padding: 15px;
  padding-bottom: 0;
}

.nav-pills li a,
.nav-pills li a:hover,
.nav-pills li.active a,
.nav-pills li.active a:hover {
  border: 0;
  padding: 7px 15px;
}

.nav-pills li.active a,
.nav-pills li.active a:hover {
  background: #30a5ff;
}

/*Navbar*/
.navbar-fixed-top {
  box-shadow: 0 4px 2px -2px rgba(128, 128, 128, 0.29);
}

.navbar {
  border: 0;
  left: 229px;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.5);
}

.navbar input {
  border: 0;
  background: #444;
  color: #fff;
}

.navbar input:focus {
  color: #fff;
  background: #555;
  border: 1px solid #30a5ff;
  outline: 0;
  box-shadow: inset 0px 0px 0px 1px #30a5ff;
}

.user-menu {
  display: inline-block;
  margin-top: 14px;
  margin-right: 10px;
  list-style: none;
  padding: 0;
}

.user-menu a {
  color: #fff;
}

.user-menu a:hover,
.user-menu a:focus {
  text-decoration: none;
}

/* Sidebar */

.sidebar{
  background-color: #f8f8f8;
}

.sidebar .toggle-sidebar {
  text-align: left;
  background-color: transparent;
  transition: .3s;
}

.sidebar form {
  padding: 20px 15px 5px 15px;
  border-bottom: 1px solid #eee;
  margin-bottom: 20px;
}

.nav>li>a,
.nav>li>button {
  padding: 16px 33px;
  white-space: nowrap;
  transition: .3s;
  color: #737373;
  display: flex;
}

.nav>li>a .icon {
  opacity: 0.3;
  margin-right: 10px;
}

.nav>li.divider{
  border-top: 1px solid #e5e5e5;
  margin: 5px 0;
}

.sidebar ul.nav a:hover,
.sidebar ul.nav li.parent ul li a:hover {
  text-decoration: none;
}

.sidebar ul.nav a:hover .icon,
.sidebar ul.nav li.parent ul li a:hover .icon {
  opacity: 1;
}

.sidebar ul.nav li>a:focus,
.sidebar ul.nav li>a:hover {
  background-color: transparent;
  outline: none;
}

.sidebar ul.nav .active a,
.sidebar ul.nav li.parent a.active,
.sidebar ul.nav .active>a:hover,
.sidebar ul.nav li.parent a.active:hover,
.sidebar ul.nav .active>a:focus,
.sidebar ul.nav li.parent a.active:focus {
  color: #1565c0;
  background-color: transparent;
}

.sidebar ul.nav .active a .icon,
.sidebar ul.nav li.parent a.active .icon,
.sidebar ul.nav .active>a:hover .icon,
.sidebar ul.nav li.parent a.active:hover .icon,
.sidebar ul.nav .active>a:focus .icon,
.sidebar ul.nav li.parent a.active:focus .icon {
  opacity: 1;
}

.sidebar ul.nav ul,
.sidebar ul.nav ul li {
  list-style: none;
  list-style-type: none;
}

.sidebar ul.nav ul.children li {
  padding: 4px 0 4px 10px;
}

.sidebar ul.nav ul.children li a {
  display: block;
  padding: 4px 0 4px 10px;
}

.sidebar ul.nav ul.children li a:before {
  font-family: FontAwesome;
  content: "\f0da";
  margin-right: 5px;
  color: #ffffff80;
}

.sidebar ul.nav li.current a {
  background-color: #30a5ff;
  color: #fff;
}

.sidebar ul.nav li.parent ul li a {
  border: none;
  display: block;
  padding-left: 30px;
  line-height: 40px;
}

.sidebar span.glyphicon,
.sidebar span.fa {
  margin-right: 10px;
  font-size: 22px;
  top: 4px;
}

.sidebar .attribution {
  position: absolute;
  bottom: 0px;
  width: 100%;
  padding: 15px;
  text-align: center;
  border-top: 1px solid #eee;
  font-size: 12px;
}

.pof-site-main-container {
  transition: .3s;
}

#error_explanation {
  color: #ed6b75;
}

/*Breadcrumbs*/
.breadcrumb {
  border-radius: 0;
  background: transparent;
  list-style: none;
}

.breadcrumb li {
  display: inline-block;
}

.breadcrumb li a,
.breadcrumb li {
  font-size: 12px;
  color: #9B9B9B;
  text-decoration: none;
}

.breadcrumb li:last-child {
  color: #C6C6C6;
  cursor: default;
}

.breadcrumb li a svg {
  margin: 0 5px;
}

.breadcrumb li:last-child a svg {
  display: none;
}

h1.page-header {
  margin-top: 30px;
  border-bottom: 0;
}

/*Charts*/
.main-chart {
  background: #fff;
}

.easypiechart-panel {
  text-align: center;
  padding: 1px 0;
  margin-bottom: 20px;
}

.placeholder h2 {
  margin-bottom: 0px;
}

.donut {
  width: 100%;
}

.easypiechart {
  position: relative;
  text-align: center;
  width: 120px;
  height: 120px;
  margin: 20px auto 10px auto;
}

.easypiechart .percent {
  display: block;
  position: absolute;
  font-size: 26px;
  top: 38px;
  width: 120px;
}

#easypiechart-blue .percent {
  color: #30a5ff;
}

#easypiechart-teal .percent {
  color: #1ebfae;
}

#easypiechart-orange .percent {
  color: #ffb53e;
}

#easypiechart-red .percent {
  color: #ef4040;
}

/*Calendar Widget*/
#calendar,
.datepicker-inline {
  width: 100%;
}

#calendar table {
  width: 100%;
}

.panel-heading .glyphicon {
  margin-right: 10px;
}

/*Todo List Widget*/
.todo-list-item .glyphicon {
  margin-right: 5px;
  color: #9fadbb;
}

.todo-list-item .glyphicon:hover {
  margin-right: 5px;
  color: #1b3548;
}

.todo-list {
  padding: 0;
  margin: -15px;
  background: #fff;
  color: #5f6468;
}

#checkbox {
  margin: 0;
}

.todo-list .checkbox {
  display: inline-block;
  margin: 0px;
}

.panel-body input[type=checkbox]:checked+label {
  text-decoration: line-through;
  color: #777;
}

.todo-list-item {
  list-style: none;
  line-height: 0.9;
  padding: 14px 15px 8px 15px;
}

.todo-list-item:hover,
a.todo-list-item:focus {
  text-decoration: none;
  background-color: #f6f6f6;
}

.todo-list-item .trash .glyph:hover {
  color: #ef4040;
}

/*Chat Widget*/
.chat ul {
  list-style: none;
  margin: -15px;
  padding: 15px;
}

.chat ul li {
  margin-bottom: 10px;
  padding: 15px 5px;
  border-bottom: 1px solid #eee;
}

.chat ul li.left .chat-body {
  margin-left: 100px;
}

.chat ul li.right .chat-body {
  margin-right: 100px;
}

.chat ul li .chat-body p {
  margin: 0;
}

.chat ul .glyphicon {
  margin-right: 5px;
}

.chat .panel-body {
  overflow-y: scroll;
  height: 300px;
}

.chat-body small {
  margin-left: 5px;
}

/*Tables*/
.table {
  background: #fff;
}

.fixed-table-container {
  border: 1px solid #eee;
}

.fixed-table-container thead th {
  background: #f7f7f8;
  border-color: #ddd;
  color: #5f6468;
  font-weight: 300;
  font-size: 16px;
}

.fixed-table-container tbody td {
  border: 1px solid #eee;
}

.fixed-table-container tbody td:last-child {
  border-right: none;
}

.table>thead>tr>th {
  border-bottom: 1px solid #e6e7e8;
  vertical-align: middle;
}

.fixed-table-pagination .pagination {
  margin-top: 10px;
  margin-bottom: 0px;
}

.fixed-table-pagination .pagination-detail {
  margin-top: 20px;
}

/*Icons*/
.sidebar .glyph,
.user-menu .glyph {
  fill: #fff;
  height: 24px;
  width: 24px;
  margin: 0 10px 0 0;
  stroke-width: 3px;
}

.sidebar .glyph.home,
.user-menu .glyph.home {
  stroke-width: 2px;
}

.user-menu .glyph {
  stroke-width: 4px;
}

.breadcrumb .glyph {
  height: 14px;
  width: 14px;
  margin: -2px 0 0 0;
  stroke-width: 4px;
}

.alert .glyph,
.panel-heading .glyph {
  width: 26px;
  height: 26px;
  margin: 0 10px 0 0;
  stroke-width: 2px;
}

.panel-widget .glyph {
  stroke-width: 2px;
}

.todo-list .glyph {
  width: 14px;
  height: 14px;
  stroke-width: 4px;
  color: #999;
}

.glyph.table {
  background: none;
  border: none;
}

/*Icon Grid*/
.icon-grid div {
  border: 1px solid #ddd;
  margin: 0 0 -1px -1px;
  text-align: center;
  padding: 10px 0 20px 0;
}

.icon-grid svg {
  width: 35%;
  display: block;
  margin: 0 auto;
}

.icon-grid h4 {
  display: none;
}

.icon-grid pre {
  margin: 10px 10px -10px 10px;
  border-radius: 0;
  font-size: 10px;
  border-color: #ddd;
  height: 65px;
  overflow: scroll;
}

.form-block {
  background-color: #ffffff;
  padding: 40px 0 15px 0;
  box-shadow: 0 0 5px 1px #e4e4e4;
  overflow: hidden;
}

.form-block ul.nav.nav-tabs {
  position: relative;
  top: -30px;
  background-color: transparent;
  border-bottom: 2px solid #dcdcdc;
  margin: 0;
  margin-bottom: 10px;
}

.form-block ul.nav.nav-tabs li {
  padding: 3px 10px;
}

.form-block ul.nav.nav-tabs li a {
  text-transform: uppercase;
  background-color: transparent;
  padding: 5px 10px;
  font-size: 13px;
  color: #9B9B9B;
  text-decoration: none;
}

.form-block ul.nav.nav-tabs li a:hover {
  padding: 5px 10px;
}

.form-block ul.nav.nav-tabs li.active {
  border-bottom: 3px solid #4990e2;
}

.form-block ul.nav.nav-tabs li.active a {
  background-color: transparent;
  padding: 5px 10px;
}

.form-block ul.nav.nav-tabs li.active a:hover {
  padding: 5px 10px;
}

.form-block ul.nav.nav-tabs li.active a:focus {
  border: none;
}

.form-block ul.nav.nav-tabs li.active a::after {
  content: '';
  display: block;
  width: 80%;
  height: 3px;
  position: absolute;
  bottom: -3px;
  left: 10%;
}

.form-block .actions {
  margin-top: 48px;
  padding-top: 17px;
  border-top: 1px solid #DFDCDC;
}

.mfp-content .form-block .actions {
  margin-top: 0;
}

.mfp-content .scrollable {
  max-height: 500px;
  overflow-y: auto;
}

.form-block .actions .right {
  float: right;
  margin-left: 10px;
  margin-right: 0;
}

.form-block .list-table .actions {
  margin-top: 0;
}

textarea {
  width: 100%;
  height: 100px;
  padding-top: 10px;
}

.error-input {
  border-color: #ed6b75 !important;
  box-shadow: none !important;
  outline: 0 !important;
}

.error-input-text {
  color: #ed6b75 !important;
}

.form-block .error {
  border-color: #ed6b75;
  box-shadow: none;
}

.no-padding {
  padding: 0;
}

.no-padding-left {
  padding-left: 0;
}

.no-padding-right {
  padding-right: 0;
}

.edit-icon {
  background-image: url(/form-edit-icon.png);
  background-repeat: no-repeat;
  background-position: 7px 8px;
}

.push-right {
  margin-right: 10px !important;
}

.push-left {
  margin-left: 10px !important;
}

.push-down {
  margin-bottom: 10px !important;
}

.push-up {
  margin-top: 10px !important;
}

.form-nav {
  border-bottom: 1px solid #CAC8CB;
}

.form-nav ul.menu {
  margin-bottom: 0;
  padding: 0;
}

.form-nav ul.menu li {
  display: inline-block;
}

.form-nav ul.menu li a {
  display: block;
  color: #9B9B9B;
  font-size: 13px;
  margin: 7px 15px;
  text-transform: uppercase;
  text-decoration: none;
}

.form-nav ul.menu li.active {
  border-bottom: 3px solid #4990E2;
}

.view-list {
  padding: 15px 0 15px 0;
  margin-top: 20px;
}

.pof-table-nav {
  padding: 0 30px;
}

.pof-table-nav.popup-title {
  border-bottom: 1px solid #D0CFD1;
  margin-bottom: 15px;
}

.pof-table-nav .title {
  text-transform: uppercase;
  font-size: 18px;
  letter-spacing: 0;
  font-weight: lighter;
  margin: 15px 0;
}

.pof-table-nav .pagination,
.actions .pagination {
  margin: 0;
}

.pof-table-nav .top-pagination,
.pof-table-nav .search,
.actions .top-pagination,
.actions .search {
  float: right;
  margin-bottom: 13px;
}

.actions .top-pagination {
  margin-bottom: 0;
}

.pof-table-nav .search.left {
  float: left;
}

.pof-table-nav .top-pagination a,
.pof-table-nav .top-pagination span.disabled,
.actions .top-pagination a,
.actions .top-pagination em,
.actions .top-pagination span.disabled {
  border: 1px solid #CECCCE;
  float: left;
  min-width: 36px;
  width: auto;
  height: 36px;
  color: #9B9B9B;
  text-align: center;
  line-height: 34px;
  margin: 0;
  cursor: pointer;
  text-decoration: none;
  border-left: 0;
}

.pof-table-nav .top-pagination span.disabled,
.actions .top-pagination span.disabled,
.actions .top-pagination em {
  cursor: default;
  color: #d0cfcf;
}

.pof-table-nav .top-pagination span.disabled .glyphicon,
.actions .top-pagination span.disabled .glyphicon,
.actions .top-pagination em .glyphicon {
  color: #cecece;
  background: transparent;
}

.pof-table-nav .top-pagination a:first-child,
.actions .top-pagination a:first-child,
.actions .top-pagination span.disabled:first-child {
  border-left: 1px solid #CECCCE;
}

.pof-table-nav .top-pagination a svg,
.actions .top-pagination a svg {
  position: relative;
  top: 9px;
  left: 12px;
  width: 10px;
  height: 14px;
}

.pof-table-nav .top-pagination a svg polygon,
.actions .top-pagination a svg polygon {
  fill: #9B9B9B;
  fill-rule: evenodd;
  stroke: none;
}

.pof-table-nav .top-pagination a:first-of-type svg {
  transform: scaleX(-1);
}

.pof-table-nav .top-pagination span,
.actions .top-pagination span {
  font-size: 12px;
  color: #9B9B9B;
  letter-spacing: 0;
  float: left;
  margin: 12px 7px 0 10px;
}

.pof-table-nav .top-pagination span.gap+a,
.actions .top-pagination span.gap+a {
  border-left: 1px solid #CECCCE;
}

.pof-table-nav .search .filter,
.pof-table-nav .search .search-box {
  float: left;
  height: 36px;
  width: 160px;
}

.pof-table-nav .search .filter {
  margin-left: 12px;
}

.search-box svg {
  position: absolute;
  right: 8px;
  top: 35%;
  height: 16px;
  width: 16px;
}

.search-box svg path {
  fill: #A4A3A4;
  fill-rule: evenodd;
  stroke: none;
}

.badge-light {
  background-color: #f1f1f1;
  font-size: 10px;
  font-weight: 100;
  color: #696868;
  border: 1px solid #eee;
  outline: none;
  display: inline-block;
  min-width: 10px;
  padding: 3px 7px;
  line-height: 1;
  vertical-align: middle;
  white-space: nowrap;
  text-align: center;
  border-radius: 10px;
}

.align-top-popup {
  position: fixed;
  top: 0;
  z-index: 10000;
  left: 0;
  box-shadow: 0px 4px 15px 0px #5f6468;
  background: #fff;
  padding: 20px;
}

.align-top-popup .close-it,
.align-top-popup .corner {
  position: absolute;
  right: 0;
  top: -8px;
  color: #ddd !important;
}

.mfp-bg {
  z-index: 11042;
}

.mfp-bg.no-bg {
  display: none;
}

.mfp-wrap {
  z-index: 11043;
}

.mfp-wrap.no-bg {
  height: 0;
}

.white-popup-block {
  position: relative;
  background: #FFF;
  padding: 20px;
  max-width: 100%;
  margin: 20px auto;
  float: none;
}

.mfp-wrap .pof-table select {
  padding: 0;
  text-indent: 0;
  box-shadow: none;
  border-radius: 0;
  width: auto;
  font-size: 11px;
  border: 0;
  background-color: transparent;
}

.form-group .validation-error-message {
  position: absolute;
  font-size: 10px;
  color: red;
  display: none;
}

.form-group .has-error input {
  box-shadow: inset 0 1px 3px 0 rgba(255, 0, 0, 0.5);
  border: 1px solid red;
}

.form-group .has-error .validation-error-message {
  display: block;
}

.pof-table td.status-cell span {
  display: inline-block;
  padding: 0 5px;
  color: #fff;
  font-size: 10px;
  font-weight: bold;
  text-align: center;
}

.btn.has-icon {
  font-size: 12px;
  text-transform: uppercase;
  position: relative;
  background-color: #4990E2;
  color: #FFFFFF;
  padding: 10px;
  text-indent: 25px;
  letter-spacing: 0;
  border: 0;
  height: 34px;
  border-radius: 0;
}

.btn.has-icon svg.add-new-icon {
  transform: rotate(45deg);
  position: absolute;
  top: 9px;
  left: 9px;
  height: 20px;
  width: 20px;
  fill: #FFFFFF;
  fill-rule: evenodd;
  stroke: none;
}

.btn.btn-link.has-icon {
  font-size: 12px;
  text-transform: uppercase;
  text-align: left;
  position: relative;
  background-color: #fff;
  color: #4990e2;
  padding: 10px;
  letter-spacing: 0;
  border: 0;
  min-width: 137px;
  height: 34px;
  border-radius: 0;
  text-indent: 15px;
}

.btn.btn-link.has-icon span {
  text-indent: 0;
}

.btn.btn-link.has-icon svg.add-new-icon {
  transform: rotate(45deg);
  position: absolute;
  top: 9px;
  left: 0;
  height: 20px;
  width: 20px;
  fill: #4990e2;
  fill-rule: evenodd;
  stroke: none;
}

.glyphicon.fast-right-spinner {
  -webkit-animation: glyphicon-spin-r 1s infinite linear;
  animation: glyphicon-spin-r 1s infinite linear;
}

button .glyphicon.fast-right-spinner {
  line-height: 20px;
  top: 30%;
}

.fa.fa-strike {
  position: relative;
}

.fa.fa-strike:after {
  position: absolute;
  content: "\f05e";
  color: #e91e63;
  font-weight: 700;
  font-size: .9em;
  left: 10px;
  top: 2px;
}

.fa.fa-ok {
  position: relative;
}

.fa.fa-ok:after {
  position: absolute;
  content: "\f00c";
  color: #009688;
  font-weight: 700;
  font-size: .9em;
  left: 10px;
  top: 2px;
}

.fa-lightbulb-o:hover {
  color: #ffa726;
}

.feather {
  width: 16px;
  height: 16px;
  vertical-align: text-bottom;
}

@-webkit-keyframes glyphicon-spin-r {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}

@keyframes glyphicon-spin-r {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}

.gray-bg {
  background-color: #e7e6e6;
}

.btn.selectpicker {
  height: 32px;
  padding-bottom: 3px;
  padding-top: 3px;
  border-radius: 0;
  border: 1px solid #e5e5e5;
  font-size: 14px;
  color: #737274;
  letter-spacing: 0;
}

.search-box-icon {
  position: absolute;
  right: 9px;
  top: 12px;
  color: #ccc;
}

.view-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 100000000;
  text-align: center;
  line-height: 614px;
  font-size: 50px;
}

.view-overlay .glyphicon,
.view-overlay .fa {
  font-size: 200px;
  position: absolute;
  top: -50px;
  left: 0%;
  font-size: 42px;
  color: #ddd;
}

.view-overlay .message {
  position: relative;
  background-color: rgba(255, 255, 255, 0.7);
  border-radius: 8px;
  padding: 10px;
  color: #2196F3;
}

.view-overlay.white {
  background-color: rgba(255, 255, 255, 0.5);
}

.view-overlay.white .glyphicon,
.view-overlay.white .fa {
  color: #26709e;
}

.view-overlay.white .message {
  background-color: rgba(255, 255, 255, 0.4);
  color: #26709e;
}

.btn-group.pof-dropdown-button {
  width: 24px;
  height: 24px;
  border: 1px solid #ccc;
  border-radius: 13px;
  margin: 1px;
}

.btn-group.pof-dropdown-button .btn.btn-icon {
  min-width: 0;
  padding: 1px;
  zoom: 1;
  color: #ccc;
  cursor: pointer;
  background-color: transparent;
  position: relative;
  top: 0;
  left: 2px;
}

.btn-group.pof-dropdown-button .btn-icon:active,
.btn-group.pof-dropdown-button .dropdown-toggle {
  box-shadow: none !important;
}

.btn-group.pof-dropdown-button .dropdown-menu {
  padding-top: 10px !important;
  width: 550px;
}

.btn-group.pof-dropdown-button .dropdown-menu .indent-icon {
  margin-left: 20px;
  margin-right: 15px;
}

.btn-group.pof-dropdown-button .dropdown-menu li {
  width: auto;
  overflow: hidden;
}

.btn-group.pof-dropdown-button .dropdown-menu li a {
  float: left;
}

.btn-group.pof-dropdown-button .dropdown-menu li a small.glyphicon {
  margin-right: 5px;
  margin-left: -10px;
}

.btn-group.pof-dropdown-button .dropdown-menu li a.shifted {
  margin-left: 25px;
}

.btn-group.pof-dropdown-button .dropdown-menu li .billing-contact-button {
  position: relative;
  top: 19px;
  left: 20px;
}

.btn-group.pof-dropdown-button .dropdown-menu li h5 {
  margin-top: 5px;
  margin-bottom: 5px;
}

.btn-group.pof-dropdown-button .dropdown-menu li .client-share {
  margin-top: 4px;
}

.btn-group.pof-dropdown-button .dropdown-menu li .notes {
  display: block;
  float: right;
  width: 250px;
  text-align: right;
  padding: 0 25px;
}

.btn-group.pof-dropdown-button .dropdown-menu li.contact.highlight {
  padding: 3px 0;
}

.btn-group.pof-dropdown-button .dropdown-menu li.contact.highlight a:hover {
  background-color: transparent;
}

.btn-group.pof-dropdown-button .dropdown-menu li:hover {
  background-color: #f5f5f5;
}

.btn-group.pof-dropdown-button .dropdown-menu li.disabled * {
  cursor: default;
}

.btn-group.pof-dropdown-button .dropdown-menu li.disabled:hover {
  background-color: transparent;
}

.btn-group.pof-dropdown-button .dropdown-menu li.divider:last-child {
  background-color: transparent;
}

.btn-group.pof-dropdown-button .dropdown-menu h6.info {
  display: inline-block;
}

.btn-group.pof-dropdown-button .dropdown-menu .danger {
  color: #f0ad4e;
}

.btn-group.pof-dropdown-button.disabled {
  border-color: #F5F5F5;
}

.btn-group.pof-dropdown-button.disabled button.dropdown-toggle {
  opacity: 0.2;
}

.guide-circle {
  display: inline-block;
  width: 1rem;
  height: 1rem;
  position: relative;
  border-radius: 50%;
}

.status-wip,
.status-wip:hover,
.status-wip:active,
.status-wip:focus {
  background-color: #9bdbf2;
  border-color: #9bdbf2;
  fill: #9bdbf2;
}

.status-pending-information,
.status-pending-information:hover,
.status-pending-information:active,
.status-pending-information:focus {
  background-color: #f4a536;
  border-color: #f4a536;
  fill: #ffa536;
}

.status-completed-unbilled,
.status-completed-unbilled:hover,
.status-completed-unbilled:active,
.status-completed-unbilled:focus {
  background-color: #2f4d68;
  border-color: #2f4d68;
  fill: #2f4d68;
}

.status-completed-billed,
.status-completed-billed:hover,
.status-completed-billed:active,
.status-completed-billed:focus {
  background-color: #0f7f12;
  border-color: #0f7f12;
  fill: #0f7f12;
}

.status-cancelled,
.status-cancelled:hover,
.status-cancelled:active,
.status-cancelled:focus {
  background-color: #aebec7;
  border-color: #aebec7;
  fill: #aebec7;
}

.status-postponed,
.status-postponed:hover,
.status-postponed:active,
.status-postponed:focus {
  background-color: #ef68a0;
  border-color: #ef68a0;
  fill: #ef68a0;
}

.status-closed,
.status-closed:hover,
.status-closed:active,
.status-closed:focus {
  background-color: black;
  border-color: black;
  fill: black;
}

.status-in-client-review,
.status-in-client-review:hover,
.status-in-client-review:active,
.status-in-client-review:focus {
  background-color: #18bec4;
  border-color: #18bec4;
  fill: #18bec4;
}

.status-completed-partially,
.status-completed-partially:hover,
.status-completed-partially:active,
.status-completed-partially:focus {
  background-color: #932424;
  border-color: #932424;
  fill: #932424;
}

.status-in-pipe,
.status-in-pipe:hover,
.status-in-pipe:active,
.status-in-pipe:focus {
  background-color: indigo;
  border-color: indigo;
  fill: indigo;
}

.status-in-billing-review,
.status-in-billing-review:hover,
.status-in-billing-review:active,
.status-in-billing-review:focus {
  background-color: #ad8aac;
  border-color: #ad8aac;
  fill: #ad8aac;
}

.status-activated,
.status-activated:hover,
.status-activated:active,
.status-activated:focus {
  background-color: #71BBB2;
  border-color: #71BBB2;
  fill: #71BBB2;
}

.status-live,
.status-live:hover,
.status-live:active,
.status-live:focus {
  background-color: #497D74;
  border-color: #497D74;
  fill: #497D74;
}

.status-ended,
.status-ended:hover,
.status-ended:active,
.status-ended:focus {
  background-color: #FFD369;
  border-color: #FFD369;
  fill: #FFD369;
}

.status-distributed,
.status-distributed:hover,
.status-distributed:active,
.status-distributed:focus {
  background-color: #FF2E63;
  border-color: #FF2E63;
  fill: #FF2E63;
}

.status-completed-billed-bg {
  background-color: #0f7f120f;
}

.sidebar-logout {
  transform: rotate(-90deg);
}

.btn.btn-default.btn-violet {
  background-color: #AB47BC;
  color: #fff;
  border-color: #AB47BC;
}

.notice {
  position: absolute;
  right: -700px;
  top: 71px;
  z-index: 10001;
  background-color: #fff;
  padding: 13px;
  border-left: 5px solid #2196F3;
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.2);
  cursor: pointer;
}

.notice .glyphicon {
  color: #2196F3;
}

.notice.error {
  border-left: 5px solid #ed6b75;
}

.notice.error .glyphicon {
  color: #ed6b75;
}

.mfp-zoom-in .mfp-with-anim {
  opacity: 0;
  transition: all 0.2s ease-in-out;
  transform: scale(0.8);
}

.mfp-zoom-in.mfp-bg {
  opacity: 0;
  transition: all 0.3s ease-out;
}

.mfp-zoom-in.mfp-ready .mfp-with-anim {
  opacity: 1;
  transform: scale(1);
}

.mfp-zoom-in.mfp-ready.mfp-bg {
  opacity: 0.8;
}

.mfp-zoom-in.mfp-removing .mfp-with-anim {
  transform: scale(0.8);
  opacity: 0;
}

.mfp-zoom-in.mfp-removing.mfp-bg {
  opacity: 0;
}

.segmented-control input[type="radio"] {
  display: none;
}

.segmented-control.list-group {
  margin-bottom: 0;
}

.segmented-control.list-group .list-group-item {
  display: inline-block;
  padding: 5px 15px;
}

.segmented-control.list-group .list-group-item {
  margin-bottom: 0;
  margin-left: -4px;
  margin-right: 0;
}

.segmented-control.list-group .list-group-item.active {
  background-color: #222;
  border-color: #222;
}

ul.nav.nav-tabs.pof-tabs {
  background-color: transparent;
  border-bottom: 1px solid #dcdcdc;
  margin: 0;
  margin-bottom: 10px;
}

ul.nav.nav-tabs.pof-tabs li {
  padding: 3px 5px;
}

ul.nav.nav-tabs.pof-tabs li a {
  background-color: transparent;
  padding: 5px 10px;
  font-size: 13px;
  color: #9B9B9B;
  text-decoration: none;
}

ul.nav.nav-tabs.pof-tabs li a:hover {
  padding: 5px 10px;
}

ul.nav.nav-tabs.pof-tabs li.active {
  border-bottom: 3px solid #4990e2;
}

ul.nav.nav-tabs.pof-tabs li.active a {
  background-color: transparent;
  padding: 5px 10px;
}

ul.nav.nav-tabs.pof-tabs li.active a:hover {
  padding: 5px 10px;
}

ul.nav.nav-tabs.pof-tabs li.active a:focus {
  border: none;
}

ul.nav.nav-tabs.pof-tabs li.active a::after {
  content: '';
  display: block;
  width: 80%;
  height: 3px;
  position: absolute;
  bottom: -3px;
  left: 10%;
}

ul.nav.nav-tabs.pof-tabs+.tab-content {
  padding: 0;
}

.system-alert {
  position: fixed;
  top: 0;
  z-index: 100000;
  border-radius: 0;
  padding: 3px;
}

.form-block .btn.icon-only,
.btn.icon-only {
  min-width: 30px;
  width: 30px;
  height: 30px;
  background-color: transparent;
  min-width: 30px;
  border: 0;
  color: #4990E2;
  cursor: pointer;
  outline: none;
  box-shadow: none;
}

.form-block .btn.icon-only:focus,
.form-block .btn.icon-only:active,
.btn.icon-only:focus,
.btn.icon-only:active {
  color: #FF9800;
  background-color: transparent;
  outline: none;
  box-shadow: none;
}

.form-block .btn.icon-only:disabled,
.form-block .btn.icon-only.disabled,
.btn.icon-only:disabled,
.btn.icon-only.disabled {
  opacity: 0.6;
  color: #a9a7a7;
  cursor: no-drop;
}

.form-block .btn.icon-only.btn-lg,
.btn.icon-only.btn-lg {
  font-size: 18px;
}

.indicator,
.calendar-indicator {
  border-radius: 3px;
  width: 6px;
  height: 6px;
  display: inline-block;
  position: relative;
}

.purble.indicator,
.purble.calendar-indicator {
  background-color: #d6d5ff;
  color: #331795;
}

.blue.indicator,
.blue.calendar-indicator {
  background-color: #E3F2FD;
  color: #0b509f;
}

.teal.indicator,
.teal.calendar-indicator {
  background-color: #B2EBF2;
  color: #00BCD4;
}

.orange.indicator,
.orange.calendar-indicator {
  background-color: #ffe0b8;
  color: #813c11;
}

.ruby.indicator,
.ruby.calendar-indicator {
  background-color: #F8BBD0;
  color: #e91e63;
}

.green.indicator,
.green.calendar-indicator {
  background-color: #c8edf1;
  color: #2c4618;
}

.calendar-indicator {
  width: auto;
  height: auto;
  padding: 0 4px;
  margin: 0 0 4px 0;
  color: #ffffff;
}

.simple-calendar span.day {
  cursor: default;
}

.simple-calendar td.today {
  background: transparent;
}

.simple-calendar td.today span.day {
  background: #E91E63;
  color: #fff;
  padding: 2px;
  border-radius: 10px;
  width: 20px;
  height: 20px;
  display: block;
  text-align: center;
  cursor: default;
  font-size: 11px;
}

.simple-calendar .has-events .event-item {
  transition: 0.5s;
}

.simple-calendar .has-events .event-item .indicator {
  color: #fff;
  top: -1px;
}

.simple-calendar .has-events .event-item .all-day {
  background-color: #ab47bc;
  display: inline-block;
  width: 90%;
  height: 1px;
  position: relative;
  top: -3px;
}

.simple-calendar .has-events .event-item small {
  font-size: 10px;
  opacity: 1;
  transition: 0.5s;
}

.simple-calendar .has-events .event-item:hover small {
  opacity: .6;
}

.simple-calendar .calendar-heading a {
  background: #ddd;
  padding: 0 10px;
  border-radius: 6px;
  color: #717171;
  font-size: 12px;
  text-decoration: none;
}

.input-group-addon.free {
  position: absolute;
  left: -21px;
  height: 36px;
  width: 36px;
}

.input-group-addon.free input[type="checkbox"] {
  margin-top: 6px;
}

.input-group-addon.free:last-child {
  right: -20px;
  left: inherit;
  top: 0;
}

a.in-text {
  color: #9E9E9E;
  text-decoration: none;
}

a.in-text:hover {
  color: #9E9E9E;
  text-decoration: none;
}

.console {
  padding: 30px;
  background-color: #000;
  color: #d0cece;
  font-family: courier new;
  overflow-x: auto;
  white-space: nowrap;
}

.gray-background {
  background: #EBEAEA;
}

ul.icons-bar {
  margin: 0;
  padding: 0;
}

ul.icons-bar li {
  list-style: none;
}

ul.icons-bar.hor li {
  float: left;
  margin: 0 5px;
}

ul.icons-bar.abs {
  position: absolute;
}

.urgent {
  display: inline-block;
  color: #E53935;
  font-size: 23px;
}

.urgent:hover {
  border-color: #f59595;
}

.flip {
  transform: rotateY(180deg);
}

.tooltip.gray-tooltip .tooltip-inner {
  background-color: #d6d6d6;
  color: #424242;
}

.tooltip.gray-tooltip.right .tooltip-arrow {
  border-right-color: #d6d6d6;
}

.tooltip.gray-tooltip.left .tooltip-arrow {
  border-left-color: #d6d6d6;
}

.tooltip.gray-tooltip.top .tooltip-arrow {
  border-top-color: #d6d6d6;
}

.tooltip.gray-tooltip.bottom .tooltip-arrow {
  border-bottom-color: #d6d6d6;
}

.switch {
  position: relative;
  display: inline-block;
  width: 60px;
  height: 34px;
}

.switch input {
  display: none;
}

.switch input:checked+.slider {
  background-color: #2196F3;
  font-size: 11px;
  color: #ffffffa6;
  text-indent: 6px;
  line-height: 25px;
}

.switch input:checked+.slider.dark {
  background-color: #222;
}

.switch input:focus+.slider {
  box-shadow: 0 0 1px #2196F3;
}

.switch input:checked+.slider:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px);
}

.switch .slider {
  color: transparent;
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: .4s;
  transition: .4s;
  /* Rounded sliders */
}

.switch .slider:before {
  position: absolute;
  content: "";
  height: 26px;
  width: 26px;
  left: 4px;
  bottom: 4px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
}

.switch .slider.round {
  border-radius: 34px;
}

.switch .slider.round:before {
  border-radius: 50%;
}

.switch.sm {
  width: 50px;
  height: 24px;
}

.switch.sm .slider:before {
  height: 16px;
  width: 16px;
}

.simditor-mention-popover {
  display: none;
  position: absolute;
  z-index: 999;
  border: 1px solid #ccc;
  padding: 0;
  background: #fff;
}

.simditor-mention-popover .items {
  max-height: 270px;
  margin: 5px 0;
  overflow: hidden;
  position: relative;
}

.simditor-mention-popover .items .item {
  display: block;
  padding: 5px 10px;
  min-width: 100px;
  line-height: 20px;
  color: #333;
  font-size: 14px;
}

.simditor-mention-popover .items .item:before,
.simditor-mention-popover .items .item:after {
  display: table;
  content: "";
}

.simditor-mention-popover .items .item:after {
  clear: both;
  height: 0;
  visibility: hidden;
}

.simditor-mention-popover .items .item span {
  float: left;
  display: block;
  max-width: 160px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.simditor-mention-popover .items .item.selected {
  background: #4298ba;
  color: #fff;
}

.popover {
  z-index: 1000000 !important;
}

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

.turbolinks-progress-bar {
  display: none;
}

.simditor .simditor-toolbar ul li {
  margin: 0;
  padding: 0;
  border: 0;
}

.simditor .simditor-body p {
  margin: 0 !important;
  line-height: 20px;
}

.tree,
.tree ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.tree ul {
  margin-left: 1em;
  position: relative;
}

.tree ul ul {
  margin-left: 0.5em;
}

.tree ul:before {
  content: "";
  display: block;
  width: 0;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  border-left: 1px solid;
}

.tree li {
  margin: 0;
  padding: 0 1em;
  line-height: 2em;
  color: #369;
  font-weight: 700;
  position: relative;
}

.tree ul li:before {
  content: "";
  display: block;
  width: 10px;
  height: 0;
  border-top: 1px solid;
  margin-top: -1px;
  position: absolute;
  top: 1em;
  left: 0;
}

.tree ul li:last-child:before {
  background: #fff;
  height: auto;
  top: 1em;
  bottom: 0;
}

.tree-indicator {
  margin-right: 5px;
}

.tree li a {
  text-decoration: none;
  color: #369;
}

.tree li button,
.tree li button:active,
.tree li button:focus {
  text-decoration: none;
  color: #369;
  border: none;
  background: transparent;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  outline: 0;
}

body.spacious .top-nav-container {
  margin-left: 0;
  width: 100%;
  padding-left: 60px;
}

body.spacious .sidebar {
  width: 45px;
}

body.spacious .sidebar .toggle-sidebar {
  padding: 5px 0 5px 10px;
}

body.spacious .sidebar .toggle-sidebar .text {
  display: none;
}

body.spacious .sidebar ul li a {
  padding-left: 13px;
}

body.spacious .sidebar ul li a .text {
  display: none;
}

body.spacious .pof-site-main-container {
  width: 100%;
  margin: 0;
  padding-left: 10px;
}

body.spacious .top-nav-container {
  margin-left: 0;
  width: 100%;
  padding-left: 0;
}

body.spacious .workshop-page .sidebar-menu {
  left: 60px;
}

.scroll-top #scroll_top {
  width: 45px;
  height: 45px;
  line-height: 40px;
  overflow: hidden;
  z-index: 999;
  display: none;
  cursor: pointer;
  position: fixed;
  bottom: 50px;
  right: 0;
  background-color: #0000006e;
  color: white;
  text-align: center;
  font-size: 30px;
  text-decoration: none;
}

.scroll-top #scroll_top:hover {
  background-color: #757575;
  color: #000;
}

.overflow-x-auto {
  overflow-x: auto;
}

@media (max-width: 767px) {
  .user-login-button {
    width: 100%;
    background-color: transparent;
    border: none;
    text-align: left;
    padding-left: 35px;
  }

  body.spacious .top-nav-container {
    margin-left: 0;
    width: 100%;
    padding-left: 0;
  }

  .mob-margin-bottom-md {
    margin-bottom: 14px;
  }

  .mob-margin-bottom-lg {
    margin-bottom: 22px;
  }

  .form-block .actions>* {
    display: block;
    margin-right: 0px;
    float: left;
  }

  .widget-right {
    width: 100%;
    margin: 0;
    text-align: center;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
  }

  .widget-left {
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
  }

  .hidden-in-mob {
    display: none;
  }

  .sidebar-container {
    position: fixed;
    left: 0;
    bottom: 0;
    right: 0;
    top: 0;
    z-index: 1000;
    display: none;
  }

  .sidebar {
    display: block;
    background-color: transparent;
    padding: 0;
    min-height: 750px;
    overflow: scroll;
    width: 100%;
    height: 100%;
  }

  .sidebar .toggle-sidebar {
    position: absolute;
    left: 0;
    bottom: 0;
    text-align: left;
    background-color: transparent;
    border: 0;
    padding: 10px 0 10px 65px;
    cursor: pointer;
    opacity: 0.6;
    transition: .3s;
    border-bottom: 1px solid #ffffff2b;
  }
}

.sidebar {
  overflow-x: hidden;
  overflow-y: auto;
  color: #5f6468;
  transition: 0.3s;
  min-height: 750px;
  background-color: #f8f8f8;
  }

.sidebar svg {
  max-width: inherit;
}

.navbar-header {
  width: 100%;
}

.hidden-in-web {
  display: none !important;
}


.overflow-hidden {
  overflow: hidden;
}

.introjs-helperNumberLayer {
  padding: 0px !important;
  line-height: 15px !important;
}

.introjs-helperLayer {
  opacity: .4;
  position: 0 !important;
}

.mfp-content.introjs-fixParent {
  z-index: 100000 !important;
  position: relative !important;
}

.mfp-wrap.introjs-fixParent {
  overflow: unset !important;
}

.introjs-tooltiptext {
  min-width: 250px;
}

.html-escape * {
  font-size: inherit !important;
}

.transparent,
.transparent:hover,
.transparent:focus {
  background-color: transparent;
}

.status-waiting-on-billing-contact,
.status-waiting-on-billing-contact:hover,
.status-waiting-on-billing-contact:active,
.status-waiting-on-billing-contact:focus {
  background-color: #cfd4d6;
  border-color: #cfd4d6;
  fill: #cfd4d6;
}

.status-waiting-on-issuer-confirmation,
.status-waiting-on-issuer-confirmation:hover,
.status-waiting-on-issuer-confirmation:active,
.status-waiting-on-issuer-confirmation:focus {
  background-color: #bd7faa;
  border-color: #bd7faa;
  fill: #bd7faa;
}

.status-waiting-on-conference-call-details,
.status-waiting-on-conference-call-details:hover,
.status-waiting-on-conference-call-details:active,
.status-waiting-on-conference-call-details:focus {
  background-color: #e08393;
  border-color: #e08393;
  fill: #e08393;
}

.status-waiting-on-special-pricing-details,
.status-waiting-on-special-pricing-details:hover,
.status-waiting-on-special-pricing-details:active,
.status-waiting-on-special-pricing-details:focus {
  background-color: #6f3943;
  border-color: #6f3943;
  fill: #6f3943;
}

.margin-bottom {
  margin-bottom: 10px;
}

.popup-head {
  display: flex;
  justify-content: space-between;
  padding-right: 25px;
}

.popup-head h1,
.popup-head h2,
.popup-head h3,
.popup-head h4,
.popup-head h5,
.popup-head h6 {
  margin-top: 0;
}

.popup-head .glyphicon-remove {
  color: #4a4a4a;
}

.price_row {
  padding: 5px;
}

.currency_part {
  width: 100px;
}

.currency_part .btn.selectpicker {
  height: 35px;
  border: none;
  box-shadow: none;
  outline: none;
}

.price_part {
  left: -10px;
  top: -10px;
}

#new_price {
  border: none;
  border-bottom: 1px solid lightgray;
  box-shadow: none;
  outline: none;
}

.pof-sidenav {
  height: 100%;
  width: 0;
  position: fixed;
  z-index: 10000;
  top: 0;
  left: 0;
  background-color: #222;
  box-shadow: #bdbdbd -3px 1px 9px 2px;
  overflow-x: hidden;
  padding-top: 60px;
  transition: 0.2s;
}

.pof-sidenav.right {
  left: auto;
  right: 0;
}

.pof-sidenav.light {
  background-color: #f5f5f5;
}

.pof-sidenav .closebtn {
  position: absolute;
  top: 0;
  right: 25px;
  font-size: 36px;
  margin-left: 50px;
}

.pof-sidenav>.title {
  position: absolute;
  top: 10px;
  left: 10px;
}

@media screen and (max-height: 450px) {
  .pof-sidenav {
    padding-top: 15px;
  }

  .pof-sidenav a {
    font-size: 18px;
  }
}

.pagination {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-left: 0;
  padding: 0;
  list-style: none;
  justify-content: center;
}

.pagination>* {
  display: flex;
  align-items: center;
  column-gap: 0.25em;
  padding: 5px 10px;
  color: #999;
  transition: color .1s ease-in-out;
}

.pagination>*:hover {
  color: #696969;
}

.pagination>*.current {
  color: #333;
  cursor: default;
}

.pof-grid {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin: 0;
  padding: 0;
  list-style: none;
}

.pof-grid>* {
  padding-left: 30px;
}

.pof-grid.nowrap {
  flex-wrap: nowrap;
}

.pof-grid.grid-small>* {
  padding-left: 15px;
}

.pof-grid.grid-match>* {
  display: flex;
  flex-wrap: wrap;
}

.pof-grid.child-width-1-3>* {
  width: calc(100% * 1 / 3.001);
}

.pof-grid.child-width-1-2>* {
  width: calc(100% * 1 / 2);
}

.pof-grid.child-width-1-6>* {
  width: calc(100% * 1 / 6.01);
}

:focus-visible {
  outline: inherit !important;
}

.reveal .revealed {
  display: none;
}

.reveal:hover .revealed {
  display: inline-block;
}

.select2.select2-container .select2-selection--single,
.select2+.select2-container .select2-selection.select2-selection--multiple {
  min-height: 40px;
  border: 1px solid #e5e5e5;
}

.select2.select2-container--default .select2-selection--single .select2-selection__rendered,
.select2-container--bootstrap .select2-selection--multiple .select2-search--inline .select2-search__field{
  line-height: 40px;
  height: 100%;
  color: #666666;
}

.select2.select2-container--default .select2-selection--single .select2-selection__arrow{
  height: 37px;
}

.select2.select2-container--default .select2-selection--single{
  border-radius: 0;
}


span[data-feather]{
  width: 16px;
  display: inline-block;
}

.uk-select:not([multiple]):not([size]).uk-form-blank,
.uk-light .uk-select:not([multiple]):not([size]).uk-form-blank,
.uk-light .uk-select.uk-form-blank{
  background: none;
  border-color: transparent;
}

body .uk-notification{
  box-shadow: 0 5px 5px rgba(0, 0, 0, .08);
  border-radius: 8px;
  z-index: 999999;
}

.uk-notification>div{
  background-color: #1f2125;
  border-radius: 6px;
}

.uk-notification>div>div{
  display: flex;
  align-items: center;
  gap: 15px;
}

.uk-notification>div>div .uk-icon{
  width: 34px;
}

.hover-skew-x-6:hover {
  transform: skewX(6deg);
  animation: transform 0.1s ease;
}
.guides-page .table .tools-col {
  width: 70px;
  position: relative;
}

.guides-page .table .tools-col ul.tools {
  margin: 0;
  list-style: none;
}

.guides-page .table .tools-col ul.tools li {
  display: inline-block;
}

.guides-page .table .tools-col ul.tools li .tools-button {
  width: 27px;
  height: 27px;
  padding: 5px;
  min-width: 20px;
  background-color: transparent;
  display: inline-block;
  outline: none;
}

.guides-page .table .tools-col ul.tools li .tools-button svg {
  position: unset;
  fill: transparent;
  fill-rule: evenodd;
  stroke: #1b3547;
  width: 16px;
  height: 16px;
}

.guides-page .table .tools-col ul.tools li .tools-button:active {
  box-shadow: none;
}

.guides-page .table .tools-col ul.tools li .tools-button:disabled svg {
  stroke: #979797;
}
.login-page {
  background-color: #4990e230;
  position: fixed;
  left: 0;
  top: 0;
  height: 100%;
}

.login-page .top-bar {
  background-color: #fff;
  padding: 10px 0;
  border-radius: 6px 6px 0 0;
  text-align: center;
  margin-top: 100px;
}

.login-page .top-bar .logo {
  height: 25px;
}

.login-page .top-bar+h1 .pof {
  background-color: #305a7a;
  padding: 0 10px;
  color: #fff;
  border-radius: 3px;
}

.login-page .login-form {
  height: 100%;
  background-color: #fff;
  overflow-y: auto;
}

.login-page .login-form .form-block {
  min-height: 325px;
  margin-top: 0px;
  margin: 0;
  box-shadow: none;
  padding: 0;
}

.login-page .login-form .form-block .alert-danger {
  margin: 0;
}

.login-page .login-form .form-block input[type="text"],
.login-page .login-form .form-block input[type="password"] {
  transition: all 0.2s ease-in-out 0s;
}

.login-page .login-form .form-block input[type="text"]:focus,
.login-page .login-form .form-block input[type="password"]:focus {
  outline: none;
  border: 1px solid #47494c;
  border-radius: 1px;
}

.login-page .login-form .form-block input:-webkit-autofill,
.login-page .login-form .form-block input:-webkit-autofill:hover,
.login-page .login-form .form-block input:-webkit-autofill:focus,
.login-page .login-form .form-block textarea:-webkit-autofill,
.login-page .login-form .form-block textarea:-webkit-autofill:hover,
.login-page .login-form .form-block textarea:-webkit-autofill:focus,
.login-page .login-form .form-block select:-webkit-autofill,
.login-page .login-form .form-block select:-webkit-autofill:hover,
.login-page .login-form .form-block select:-webkit-autofill:focus {
  background-color: #fff !important;
  -webkit-box-shadow: 0 0 0 30px #fff inset;
  color: #737274 !important;
  -webkit-text-fill-color: #737274 !important;
}

.login-page .login-form .form-block .btn-link {
  background-color: #fff;
  color: #4990E2;
  padding: 0;
  text-decoration: none;
  text-align: right;
  font-size: 10px;
  text-transform: capitalize;
}

.login-page .login-form .form-block .btn-login {
  background-size: 200% 100%;
  background-image: linear-gradient(to right, #222 50%, #000000 50%);
  -webkit-transition: background-position 0.3s;
  -moz-transition: background-position 0.3s;
  transition: background-position 0.3s;
  height: 50px;
  border-radius: 1px;
}

.login-page .login-form .form-block .btn-login:hover {
  background-position: 100% 0;
}

@media (min-width: 992px) {
  .login-page .login-form .form-block {
    padding: 30px;
  }
}

.login-page .login-body {
  display: none;
}

@media (min-width: 992px) {
  .login-page .login-body {
    display: block;
  }

  .login-page .login-body img,
  .login-page .login-body svg {
    width: 100%;
  }
}

.login-page .login-body img,
.login-page .login-body svg {
  width: 200%;
  -moz-transform: scaleX(-1);
  -o-transform: scaleX(-1);
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
  filter: FlipH;
  -ms-filter: "FlipH";
  position: absolute;
  right: 0;
  bottom: 0;
}

@media (min-width: 1000px) {

  .login-page .login-body img,
  .login-page .login-body svg {
    width: 100%;
  }
}

.authentication-page {
  position: fixed;
  left: 0;
  height: 100%;
  top: 0;
  min-height: 700px;
  overflow-y: auto;
  width: 100%;
}

.usersettings-page {
  left: 0;
  height: 100%;
  top: 0;
  min-height: 700px;
  width: 100%;
}
.invitations-page .invitation-list .glyphicon,
.invitations-page .invitation-list .fa.fa-times-circle {
  font-size: 20px;
}

.invitations-page .invitation-list .glyphicon.glyphicon-ok {
  color: #138e13;
}

.invitations-page .invitation-list .pointer {
  cursor: pointer;
}

.invitations-page .btn-width {
  width: 197px;
}

.invitations-page .invitation-search>button {
  height: 34px;
}

.invitations-page .red-text {
  color: #f9243f;
}

.invitation-form .field_with_errors>input,
.invitation-form .field_with_errors .simditor {
  border-color: #ed6b75;
  box-shadow: none;
}

.invitation-form .select2-container .select2-selection--single {
  height: 36px;
}

.invitation-form .select2-selection__arrow {
  display: none;
}

.invitation-form .select2-container--default .select2-selection--single {
  border-radius: 0px;
  border-color: #C5C2C5;
}

.invitation-form .select2-selection__placeholder {
  color: #C5C2C5;
}

.invitation-form .blue-link {
  color: #337ab7;
}

.invitation-form .saved-template-msg {
  color: #248624;
}

.invitation-form .glyphicon-spin {
  -webkit-animation: spin 1000ms infinite linear;
  animation: spin 1000ms infinite linear;
}

@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}

@keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}

.invitation-form input.read-only-field {
  background-color: #eee;
  color: #9fadbb;
}

.invitation-form .change-client {
  position: relative;
  right: 37px;
  top: 10px;
  cursor: pointer;
}

.salesforce-account-list .invitation-accounts-list .client-row {
  padding: 14px 8px;
  border-bottom: 1px solid #efefef;
  cursor: pointer;
}

.salesforce-account-list .invitation-accounts-list .client-row:hover {
  background-color: #f5f4f4;
}

.salesforce-account-list .gray-border-bottom {
  border-bottom: 1px solid #D0CFD1;
}

.avatar {
  width: 50px;
  height: 50px;
  background-color: #ddd;
  border-radius: 25px;
}

.avatar>* {
  top: 25%;
  left: 26%;
  font-size: 25px;
}

.invitation-show .chat {
  padding: 10px;
  margin: 1px 0;
  font-size: 12px;
  border-radius: 4px;
  text-align: left;
  border: 1px solid #ddd;
  background: #fafafa;
  margin-bottom: 30px;
}

.invitation-show .chat .sender {
  color: #2196F3;
  cursor: default;
}

.invitation-show .chat .sent_at {
  color: #9e9e9e;
  cursor: default;
}

.invitation-show .chat p {
  word-wrap: break-word;
}

.invitation-show .chat .edit {
  position: absolute;
  top: 0;
  right: 20px;
}

.invitation-show .chat .note-body a {
  color: #4498bb;
  text-decoration: none;
}

.invitation-show .arrow {
  display: block;
  position: absolute;
  top: 18px;
  left: 8px;
  width: 0;
  height: 0;
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
  border-right: 8px solid #ddd;
}

.invitation-show .in .chat {
  box-shadow: 3px 3px 6px 0px #E0E0E0;
}

.invitation-show .out .chat {
  background: #ffffff;
  box-shadow: -3px 3px 6px 0px #E0E0E0;
}

.invitation-show .out .chat .edit {
  right: unset;
  left: 13px;
}

.invitation-show .out .arrow {
  left: inherit;
  right: 8px;
  transform: rotate(180deg);
}

.invitation-accounts-list .glyphicon-spin {
  -webkit-animation: spin 1000ms infinite linear;
  animation: spin 1000ms infinite linear;
}
.main-invoices-page .nav-tool-btn {
  color: #999;
  background-color: transparent;
  cursor: pointer;
  outline: none;
  box-shadow: none;
  border: 0;
  top: 15px;
  position: relative;
}

.main-invoices-page .nav-tool-btn .text {
  font-size: 0.8em;
}

.main-invoices-page .type-icon {
  text-align: center;
  width: 40px;
  height: 40px;
  float: left;
  background-color: #fcfcfc;
  padding: 5px;
  border-radius: 25px;
  border: 2px solid green;
}

.main-invoices-page .type-icon .type {
  font-size: 17px;
  position: relative;
  top: 1px;
  left: 1px;
}

.main-invoices-page .type-icon .avatar {
  font-size: 30px;
  color: #8e8e8e;
  width: 100%;
  height: 100%;
  display: block;
  text-align: center;
  line-height: 40px;
  text-transform: uppercase;
}

.main-invoices-page .type-icon.presentation {
  background-color: #B0BEC5;
}

.main-invoices-page .panel-body {
  background-color: #ffffffd1;
}

.main-invoices-page .panel-body .extra-info-group {
  border-bottom: 1px solid #efededad;
}

.main-invoices-page .panel-body .invoice-items .item {
  border-bottom: 1px solid #e0e0e0;
}

.main-invoices-page .panel-body .invoice-items .item:last-child {
  border-bottom: 0;
}

.main-invoices-page .panel-body .title {
  color: #a5a2a2;
}

.main-invoices-page .invoice-item .invoice-item-details {
  background-color: #fbfafa;
  margin-top: 1em;
  padding-top: .5em;
  padding-bottom: .5em;
  border-top: 1px solid #dee2e6;
  border-bottom: 1px solid #dee2e6;
}

.main-invoices-page .invoice-item .invoice-item-details .sub-item {
  padding: 10px 0;
  border-bottom: 1px dashed #ccc;
}

.main-invoices-page .invoice-item .invoice-item-details .sub-item:last-child {
  border: none;
}

.main-invoices-page .price-changed {
  color: #009888;
  font-weight: bold;
}

.main-invoices-page .netsuite-price {
  color: #E91E63;
  text-decoration: line-through;
  font-weight: lighter;
}

.main-invoices-page .top-pagination {
  display: none;
  height: 36px;
  animation-duration: .2s;
  margin-right: -30px;
  margin-bottom: 10px;
}

.main-invoices-page .current-page {
  border: 0;
  background: transparent;
  float: left;
  width: auto;
  height: 36px;
  color: #9B9B9B;
  text-align: center;
  line-height: 45px;
  margin: 0;
  cursor: pointer;
  text-decoration: none;
  position: absolute;
  right: 1%;
  top: 15px;
}

.main-invoices-page .pof-table-nav .top-pagination a,
.main-invoices-page .pof-table-nav .top-pagination span.disabled,
.main-invoices-page .actions .top-pagination a,
.main-invoices-page .actions .top-pagination em,
.main-invoices-page .actions .top-pagination span.disabled {
  border: 1px solid #CECCCE;
  float: left;
  width: 36px;
  height: 36px;
  color: #9B9B9B;
  text-align: center;
  line-height: 34px;
  margin: 0;
  cursor: pointer;
  text-decoration: none;
  border-left: 0;
}

.main-invoices-page .pof-table-nav .top-pagination span.disabled,
.main-invoices-page .actions .top-pagination span.disabled,
.main-invoices-page .actions .top-pagination em {
  cursor: default;
  color: #d0cfcf;
}

.main-invoices-page .pof-table-nav .top-pagination span.disabled .glyphicon,
.main-invoices-page .actions .top-pagination span.disabled .glyphicon,
.main-invoices-page .actions .top-pagination em .glyphicon {
  color: #cecece;
  background: transparent;
}

.main-invoices-page .pof-table-nav .top-pagination a:first-child,
.main-invoices-page .actions .top-pagination a:first-child,
.main-invoices-page .actions .top-pagination span.disabled:first-child {
  border-left: 1px solid #CECCCE;
}

.main-invoices-page .pof-table-nav .top-pagination a svg,
.main-invoices-page .actions .top-pagination a svg {
  position: relative;
  top: 9px;
  left: 12px;
  width: 10px;
  height: 14px;
}

.main-invoices-page .pof-table-nav .top-pagination a svg polygon,
.main-invoices-page .actions .top-pagination a svg polygon {
  fill: #9B9B9B;
  fill-rule: evenodd;
  stroke: none;
}

.main-invoices-page .pof-table-nav .top-pagination a:first-of-type svg {
  transform: scaleX(-1);
}

.main-invoices-page .pof-table-nav .top-pagination span,
.main-invoices-page .actions .top-pagination span {
  font-size: 12px;
  color: #9B9B9B;
  letter-spacing: 0;
  float: left;
  margin: 12px 7px 0 10px;
}

.main-invoices-page .pof-table-nav .top-pagination span.gap+a,
.main-invoices-page .actions .top-pagination span.gap+a {
  border-left: 1px solid #CECCCE;
}

.bar-container {
  display: inline-block;
  cursor: pointer;
}

.bar-container .bar1,
.bar-container .bar2,
.bar-container .bar3 {
  width: 12px;
  height: 2px;
  background-color: #009688;
  margin: 2px 0;
  transition: 0.4s;
}

.bar-container.red .bar1,
.bar-container.red .bar2,
.bar-container.red .bar3 {
  background-color: #c02648;
}

.bar-container.change .bar1 {
  -webkit-transform: rotate(-45deg) translate(-9px, 6px);
  transform: rotate(-45deg) translate(-9px, 6px);
}

.bar-container.change .bar2 {
  opacity: 0;
}

.bar-container.change .bar3 {
  -webkit-transform: rotate(45deg) translate(-2px, -3px);
  transform: rotate(45deg) translate(0px, 3px);
}
.invoicing-page .add-admin-fee-btn .feather {
  color: #BDBDBD;
}

.invoicing-page .add-admin-fee-btn.active {
  border-color: #008000 !important;
}

.invoicing-page .add-admin-fee-btn.active .feather,
.invoicing-page .add-admin-fee-btn.active small {
  color: #008000;
}

.invoicing-page .billing-row .billing-status-link {
  color: #5f6468;
}

.invoicing-page .billing-row .billing-status-link:hover,
.invoicing-page .billing-row .billing-status-link:focus {
  color: #5f6468;
  text-decoration: none;
}

.invoicing-page .billing-row .dashed-border.open {
  border: 1px solid #9ca6af;
  border-style: dashed;
}

.invoicing-page .billing-row .dot {
  display: inline-block;
  width: 12px;
  height: 12px;
  border-radius: 50%;
}

.invoicing-page .billing-row .invoice-dropdown-menu {
  min-width: 185px;
  color: #000;
}

.invoicing-page .edit-toolbar .datepicker-icon {
  display: none;
}

.invoicing-page .edit-toolbar input {
  border: none;
  color: #fff;
  background-color: #000;
  outline: none;
}

.invoicing-page .edit-toolbar .push-to-ns-btn {
  background-color: inherit;
  border: none;
  border-radius: 25px;
}

.invoicing-page .board-group .group-items .group-row .icon {
  border-radius: 50%;
  display: inline-block;
  font-size: 12px;
  padding: 5px;
  margin-right: 5px;
  color: #757c88;
  top: 0;
  background-color: #ffffff;
  border-width: 1px;
  border-style: solid;
}

.invoicing-page .board-group .group-items .group-row .icon.feather-24 {
  width: 24px;
  height: 24px;
}

.invoicing-page .board-group .group-items .group-row .icon.edit-invoice {
  color: #fff !important;
  background-color: #d0cece;
}

.invoicing-page .board-group .group-items .group-row .icon.select-icon {
  border-color: #c8ccd0;
  color: #c8ccd0;
}

.invoicing-page .board-group .group-items .group-row .icon.select-icon.consolidate-to-ns {
  color: #fff;
  background-color: rgba(233, 30, 99, 0.86);
}

.invoicing-page .board-group .group-items .group-row .icon.select-icon.split-invoice {
  color: #fff;
  background-color: #4990e2ba;
  background-color: #4990e2ba;
}

.invoicing-page .board-group .group-items .group-row .icon.select-icon.attach-to-ns {
  color: #fff;
  background-color: #b281bb;
}

.invoicing-page a.show-more-btn {
  border: 1px solid #e9ecf2;
  padding: 6px 12px;
  font-size: 85%;
  text-decoration: none;
  color: #5f6468;
}

.edit-selected-popup .select-dropdown-parent .select2-container--default .select2-selection--single {
  background-color: #fff;
  border: 1px solid #aaa;
  border-radius: 0px;
  height: 34px;
  border-color: #c5c2c5;
}

.deal-room-invoices-page .deal-room-invoices-filter .flat {
  height: 30px;
  border: 1px solid #e9ecf2;
}

.deal-room-invoices-page .deal-room-invoices-filter .datepicker-icon {
  display: none;
}
.inherit-background {
  background-color: inherit;
}

.inherit-background:hover,
.inherit-background:active {
  background-color: inherit;
}
#ui-datepicker-div {
  z-index: 100000 !important;
}

#billing_netsuite_submit_invoice_popup {
  width: 60%;
}

.billing-page .billing-form-head small.success,
.deal-room-invoices-page .billing-form-head small.success {
  color: #30a5ff;
}

.billing-page .billing-form-head small.error,
.deal-room-invoices-page .billing-form-head small.error {
  color: #ed6b75;
}

.billing-page .billing-add-contact-popup,
.deal-room-invoices-page .billing-add-contact-popup {
  width: 650px;
}

.billing-page .billing-add-contact small,
.deal-room-invoices-page .billing-add-contact small {
  position: relative;
  top: 1px;
  left: 3px;
}

.billing-page .billing-add-contact .glyphicon,
.deal-room-invoices-page .billing-add-contact .glyphicon {
  transform: rotate(45deg);
  position: relative;
  top: 4px;
  left: 5px;
}

.billing-page input[type="text"],
.billing-page select,
.deal-room-invoices-page input[type="text"],
.deal-room-invoices-page select {
  text-indent: 5px;
}

.billing-page .list-table,
.deal-room-invoices-page .list-table {
  padding: 0 15px;
}

.billing-page .filter-nav,
.deal-room-invoices-page .filter-nav {
  margin-bottom: 10px;
  line-height: 27px;
}

.billing-page .actions,
.deal-room-invoices-page .actions {
  margin-top: 15px;
}

.billing-page .actions.billing-top-pagination,
.deal-room-invoices-page .actions.billing-top-pagination {
  margin-top: 5px;
}

.billing-page .inline-header,
.deal-room-invoices-page .inline-header {
  border-bottom: solid 15px #fff;
  background: #EBEAEA;
  font-size: 12px;
  color: #9B9B9B;
  letter-spacing: 0;
  line-height: 20px;
  font-weight: lighter;
  text-align: center;
  border: 0;
  text-transform: uppercase;
  padding: 0;
  margin-bottom: 15px;
  padding-top: 15px;
  text-align: left;
  height: 45px;
}

.billing-page .form-block .inline-header.warning,
.deal-room-invoices-page .form-block .inline-header.warning {
  background-color: rgba(255, 181, 62, 0.54);
  color: #4c4c4c;
}

.billing-page .form-block .inline-header .align-right,
.deal-room-invoices-page .form-block .inline-header .align-right {
  text-align: right;
}

.billing-page .form-block .dark,
.deal-room-invoices-page .form-block .dark {
  color: #676767;
}

.billing-page .form-block .push,
.deal-room-invoices-page .form-block .push {
  margin-right: 5px;
}

.billing-page .form-block .inline-header a,
.deal-room-invoices-page .form-block .inline-header a {
  color: #4990E2;
}

.billing-page .form-block .inline-header input[type="text"],
.deal-room-invoices-page .form-block .inline-header input[type="text"] {
  height: 30px;
  margin-top: -5px;
}

.billing-page .form-block .inline-header .datepicker-icon,
.deal-room-invoices-page .form-block .inline-header .datepicker-icon {
  top: 5px;
}

.billing-page .form-block .inline-header a .glyphicon,
.deal-room-invoices-page .form-block .inline-header a .glyphicon {
  font-size: 14px;
}

.billing-page .form-block .inline-header a .glyphicon.add-new-icon,
.deal-room-invoices-page .form-block .inline-header a .glyphicon.add-new-icon {
  transform: rotate(45deg);
}

.billing-page .form-block .expense_checked,
.deal-room-invoices-page .form-block .expense_checked {
  display: inline-block;
  width: 20px;
  color: #b3b3b3;
}

.billing-page .form-block .pof-table,
.deal-room-invoices-page .form-block .pof-table {
  margin-bottom: 15px;
}

.billing-page .form-block .pof-table td,
.deal-room-invoices-page .form-block .pof-table td {
  border-bottom: 1px solid #ddd;
  border-top: 0;
  padding: 15px 3px;
}

.billing-page .form-block .pof-table input[type="text"],
.deal-room-invoices-page .form-block .pof-table input[type="text"] {
  height: 30px;
  margin-bottom: 3px;
}

.billing-page .form-block .pof-table select,
.deal-room-invoices-page .form-block .pof-table select {
  border: 1px solid #c3c3c3;
  border-radius: 0;
  height: 30px;
}

.billing-page .form-block .pof-table .full-row input[type="number"],
.deal-room-invoices-page .form-block .pof-table .full-row input[type="number"] {
  position: relative;
  top: 3px;
  padding-right: 5px;
  width: 70%;
}

.billing-page .form-block .netsuite-info,
.deal-room-invoices-page .form-block .netsuite-info {
  margin-bottom: 15px;
}

.btn-sales-order {
  font-size: 11px;
  color: #dedddd;
  transition: 0.5s;
  cursor: pointer;
}

.btn-sales-order.on {
  color: #e91e63;
}

.btn-sales-order input[type="checkbox"] {
  display: none;
}
.pof-header .btn.has-icon {
  margin-right: 15px;
}

.pof-header .status-bar {
  display: inline-block;
}

.pof-header .status-bar span {
  display: inline-block;
  padding: 0 5px;
  color: #fff;
  font-size: 11px;
  font-weight: bold;
  text-align: center;
}
.premium-conference-call-popup .select2-container--default .select2-selection--single {
  border-radius: 0px !important;
  height: 40px !important;
  border: 1px solid #e5e5e5;
}

.premium-conference-call-popup .select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 40px !important;
}

.premium-conference-call-popup .select2-container--default .select2-selection--single .select2-selection__rendered {
  line-height: 40px;
}
body.pending-request-form-page {
  background-color: white !important;
  padding: 0px !important;
}

body.pending-request-form-page .header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  color: white;
  font-weight: bold;
  background-color: #4990e2;
  padding: 10px 25px 15px 26px;
  z-index: 999;
}

body.pending-request-form-page .header .form-title {
  float: left;
  font-size: 30px;
}

body.pending-request-form-page .header img {
  width: 270px;
  position: relative;
  top: 10px;
}

body.pending-request-form-page .pending-request-form {
  width: 100%;
  background-color: #f7f7f7;
  padding-top: 65px;
  position: absolute;
  bottom: 0;
  top: 0;
  overflow: auto;
}

body.pending-request-form-page .pending-request-form .left-sidebar-menu {
  z-index: 999999;
  float: left;
  background-color: #ffffff;
  position: fixed;
  top: 100px;
  padding: 15px;
  border-radius: 5px;
  height: calc(100% - 90px);
}

body.pending-request-form-page .pending-request-form .left-sidebar-menu .tab {
  height: 65px;
  font-size: 15px;
  padding: 20px 16px 0 14px;
  cursor: pointer;
}

body.pending-request-form-page .pending-request-form .left-sidebar-menu .tab .name {
  width: 85%;
  padding-left: 10px;
  transform: scale(1);
  transition: 0.15s all ease;
}

body.pending-request-form-page .pending-request-form .left-sidebar-menu .tab:hover .name {
  transform: scale(1.05);
}

body.pending-request-form-page .pending-request-form .left-sidebar-menu .tab .flexbox-container {
  border-bottom: 1px solid lightgray;
}

body.pending-request-form-page .pending-request-form .left-sidebar-menu .tab .check {
  width: 15%;
  height: 40px;
}

body.pending-request-form-page .pending-request-form .left-sidebar-menu .tab.active .name {
  transform: scale(1.05);
  color: #578ef3;
}

body.pending-request-form-page .pending-request-form .pending-request-form-container {
  padding-bottom: 10px;
  padding-top: 22px;
}

body.pending-request-form-page .pending-request-form .pending-request-form-container .form-body .field {
  height: 70px;
  transition: 0.5s;
  padding: 10px;
  border: 1px solid #c5c2c5;
  border-radius: 4px;
  margin-top: 3px;
}

body.pending-request-form-page .pending-request-form .pending-request-form-container .form-body .field .required-field label::after {
  content: "*";
  color: red;
  margin: 0 10px 0 3px;
}

body.pending-request-form-page .pending-request-form .pending-request-form-container .form-body .field.error {
  border: 1px solid #f44336 !important;
  color: unset;
}

body.pending-request-form-page .pending-request-form .pending-request-form-container .form-body .field input,
body.pending-request-form-page .pending-request-form .pending-request-form-container .form-body .field textarea {
  border: 0 !important;
  text-indent: 0 !important;
  width: 100% !important;
  background-color: transparent !important;
  outline: none;
}

body.pending-request-form-page .pending-request-form .pending-request-form-container .form-body .field .select2-selection--single {
  border: 0 !important;
  background-color: transparent;
}

body.pending-request-form-page .pending-request-form .pending-request-form-container .form-body .field .select2-selection--single .select2-selection__arrow {
  top: -7px !important;
}

body.pending-request-form-page .pending-request-form .pending-request-form-container .form-body .field .select2-selection--single .select2-selection__placeholder {
  color: #dfdfdf;
  font-size: 12px;
}

body.pending-request-form-page .pending-request-form .pending-request-form-container .form-body .field .select2-selection--single:focus {
  outline: none;
}

body.pending-request-form-page .pending-request-form .pending-request-form-container .form-body .field .select2-container--disabled .select2-selection--single {
  background-color: transparent;
}

body.pending-request-form-page .pending-request-form .pending-request-form-container .form-body .field .select2-container--open .select2-dropdown--above,
body.pending-request-form-page .pending-request-form .pending-request-form-container .form-body .field .select2-container--open .select2-dropdown--below {
  border-top: 1px solid #aaa;
  border-bottom: 1px solid #aaa;
}

body.pending-request-form-page .pending-request-form .pending-request-form-container .form-body .field.disabled {
  background-color: #eee;
}

body.pending-request-form-page .pending-request-form .pending-request-form-container .form-body .field .datepicker-icon {
  top: unset;
  bottom: 10px;
}

body.pending-request-form-page .pending-request-form .pending-request-form-container .form-body .field.checkbox {
  padding: 23px 0 20px 50px;
  cursor: pointer;
  margin-top: 0;
}

body.pending-request-form-page .pending-request-form .pending-request-form-container .form-body .field.checkbox input[type="checkbox"] {
  display: none;
}

body.pending-request-form-page .pending-request-form .pending-request-form-container .form-body .field.checkbox label {
  padding-left: 0;
}

body.pending-request-form-page .pending-request-form .pending-request-form-container .form-body .field.checkbox::before {
  font-family: FontAwesome;
  content: "\f1db";
  position: absolute;
  top: 50%;
  left: 10px;
  transform: translate(0, -50%);
  color: #d8d8d8;
  font-size: 32px;
  transition: 1s;
}

body.pending-request-form-page .pending-request-form .pending-request-form-container .form-body .field.checkbox.checked::before {
  content: "\f058";
  color: #4990e2;
}

body.pending-request-form-page .pending-request-form .pending-request-form-container .form-body .data-row {
  width: 75%;
  padding: 5px;
  background-color: white;
  margin-left: 1%;
  padding-bottom: 25px;
}

body.pending-request-form-page .pending-request-form .pending-request-form-container .form-body .hint {
  width: 24%;
}

body.pending-request-form-page .pending-request-form .pending-request-form-container .form-body .hint .text {
  border-bottom: 1px solid lightgray;
  padding: 0px 0 5px 10px;
  font-size: 18px;
}

body.pending-request-form-page .pending-request-form .pending-request-form-container .form-body .hint:hover .fa {
  color: #dbaa0a;
}

body.pending-request-form-page .pending-request-form .pending-request-form-container .form-body .hint:hover .error .fa {
  color: #ed6b75;
}

body.pending-request-form-page .pending-request-form .pending-request-form-container .presentation-type-block {
  display: none;
}

body.pending-request-form-page .pending-request-form .pending-request-form-container .presentation-type-block .icon {
  width: max-content;
  position: relative;
  bottom: 25px;
}

body.pending-request-form-page .pending-request-form .pending-request-form-container .agree-privacy-policy-checkbox {
  display: inline-block;
}

body.pending-request-form-page input[type=checkbox] {
  display: none;
}

body.pending-request-form-page .fields-completed {
  height: 0px;
  width: 0px;
  position: relative;
  border-radius: 50%;
}

body.pending-request-form-page .fields-completed::before,
body.pending-request-form-page .fields-completed::after {
  position: absolute;
  height: 0px;
  width: 2px;
  background-color: #34b93d;
  transform-origin: left top;
  border-radius: 10px;
  content: ' ';
}

body.pending-request-form-page .fields-completed::before {
  top: 12px;
  left: 7px;
  transform: rotate(-142deg);
}

body.pending-request-form-page .fields-completed::after {
  top: 8px;
  left: 3px;
  transform: rotate(-40deg);
}

body.pending-request-form-page input[type=checkbox]:checked+.fields-completed,
body.pending-request-form-page .fields-completed.checked {
  height: 20px;
  width: 20px;
  border: 2px solid #34b93d;
}

body.pending-request-form-page input[type=checkbox]:checked+.fields-completed::after,
body.pending-request-form-page .fields-completed.checked::after {
  height: 5px;
  animation: dothabottomcheck 0.2s ease 0s forwards;
}

body.pending-request-form-page input[type=checkbox]:checked+.fields-completed::before,
body.pending-request-form-page .fields-completed.checked::before {
  height: 9px;
  animation: dothatopcheck 0.4s ease 0s forwards;
}

body.pending-request-form-page .select2-search__field {
  width: 100% !important;
  outline: none;
}

body.pending-request-form-page .flexbox-container {
  display: flex;
}

body.pending-request-form-page .bootstrap-datetimepicker-widget {
  z-index: 1000;
}

body.pending-request-form-page .border-bottom-radius {
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
}

body.pending-request-form-page .border-top-radius {
  border-top-right-radius: 5px;
  border-top-left-radius: 5px;
}

body.pending-request-form-page .resize-none {
  resize: none !important;
}

body.pending-request-form-page .materials-area-dropzone {
  width: 100%;
}

body.pending-request-form-page .materials-area-dropzone .dz-remove {
  color: gray;
}

@media only screen and (max-width: 770px) {
  body.pending-request-form-page .hidden-mob {
    display: none;
  }

  body.pending-request-form-page .flexbox-container {
    display: initial;
  }

  body.pending-request-form-page .hint {
    display: none;
  }

  body.pending-request-form-page .pending-request-form-container {
    margin-left: 0 !important;
    width: 100%;
  }

  body.pending-request-form-page .pending-request-form-container .data-row {
    width: 100% !important;
  }

  body.pending-request-form-page .pending-request-form-container .recaptcha-container {
    width: 180px;
  }

  body.pending-request-form-page .recaptcha-container {
    padding-top: 35px;
  }
}

body.pending-request-form-page .disabled-link {
  pointer-events: none;
  color: #808387;
}

.save-nrs-form-message {
  font-size: 3vw;
  display: none;
}

.save-nrs-form-message input[type=checkbox] {
  display: none;
}

.save-nrs-form-message .form-completed {
  height: 70px;
  width: 70px;
  position: relative;
  left: 45%;
  border-radius: 50%;
}

.save-nrs-form-message .form-completed::before,
.save-nrs-form-message .form-completed::after {
  position: absolute;
  height: 0px;
  width: 3px;
  background-color: #4990E2;
  transform-origin: left top;
  border-radius: 10px;
  content: ' ';
}

.save-nrs-form-message .form-completed::before {
  top: 48px;
  left: 25px;
  transform: rotate(-142deg);
}

.save-nrs-form-message .form-completed::after {
  top: 37px;
  left: 15px;
  transform: rotate(-40deg);
}

.save-nrs-form-message input[type=checkbox]:checked+.form-completed,
.save-nrs-form-message .form-completed.checked {
  height: 70px;
  width: 70px;
  border: 3px solid #4990E2;
}

.save-nrs-form-message input[type=checkbox]:checked+.form-completed::after,
.save-nrs-form-message .form-completed.checked::after {
  height: 13px;
  animation: dothabottomcheck 0.2s ease 0s forwards;
}

.save-nrs-form-message input[type=checkbox]:checked+.form-completed::before,
.save-nrs-form-message .form-completed.checked::before {
  height: 40px;
  animation: dothatopcheck 0.4s ease 0s forwards;
}

.new-request-form {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.new-request-form .note {
  font-size: 13px;
  display: block;
  margin-top: 15px;
  color: #bbb;
  line-height: 1.7;
  white-space: normal;
}

@keyframes dothabottomcheck {
  0% {
    height: 0;
  }

  100% {
    height: 30;
  }
}

@keyframes dothatopcheck {
  0% {
    height: 0;
  }

  50% {
    height: 0;
  }

  100% {
    height: 50;
  }
}
.number-of-requests {
  font-size: 12px;
  padding: 4px;
  display: inline-block;
  position: relative;
  left: 2px;
  color: #E91E63;
  font-weight: bold;
  text-shadow: 1px 0px 1px #e91e6352;
}

.nrs-request-to-show-page .options .presentation-option {
  padding: 5px 0 0px 0px;
}

.nrs-request-to-show-page .options .request-show-option {
  padding: 30px;
  height: 120px;
}

.nrs-request-to-show-page .options .slot.checked .glyphicon-record {
  color: #4990e2;
}

.nrs-request-to-show-page .options .slot {
  border: 1px solid lightgray;
  border-radius: 5px;
  text-align: center;
  transition: 0.5s;
  cursor: pointer;
}

.nrs-request-to-show-page .options .slot:hover {
  box-shadow: 2px 2px 8px 1px #a7a6a6;
}

.nrs-request-to-show-page .options .slot .name {
  text-transform: uppercase;
  font-size: 15px;
  font-weight: bolder;
  padding-bottom: 12px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  padding: 0 5px 0 10px;
}

.nrs-request-to-show-page .options .slot .glyphicon-record {
  transition: 0.5s;
  position: absolute;
  left: 10px;
  top: 10px;
  color: lightgray;
  background-color: white;
  border-radius: 50%;
}

.nrs-request-to-show-page .project-fields {
  margin-left: -8px;
}

.nrs-request-to-show-page .project-fields .select2-container--default .select2-selection--single {
  background-color: #fff;
  border: 1px solid #c5c2c5;
  height: 36px;
  border-radius: 0;
  padding-top: 2px;
  outline: none;
}

.nrs-request-to-show-page .project-fields .select2-container--default .select2-selection--single .select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #79787a;
  line-height: 28px;
}

.nrs-request-to-show-page .content-move {
  background-color: white;
  padding: 10px;
  min-width: 250px;
  color: #616161;
  font-size: 14px;
  border: 0;
  border-radius: 2px;
  text-transform: uppercase;
  position: relative;
  border: 1px solid #c5c1c5;
}

.nrs-request-to-show-page .content-move:focus {
  outline: none;
}

.nrs-request-to-show-page .content-move .left-icon {
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
}

.nrs-request-to-show-page .matching-projects-row {
  padding-top: 5px;
}

.nrs-request-to-show-page .matching-projects-button {
  background: transparent;
  color: #1ebfae;
  border: 1px solid lightgrey;
  padding: 5px;
  text-decoration: blink;
}

.pending-requests-page .preview-request {
  background-color: white;
  position: absolute;
  left: 170px;
  border-radius: 5px;
  border: 1px solid #e9ecf2;
  color: #374148;
  padding: 1px 11px;
}

.pending-requests-page .filter-reuqests .selectpicker {
  height: 31px !important;
  box-shadow: none;
  border-color: #e9ecf2;
  border-radius: 0px;
  width: 145px;
}

.pending-requests-page .filter-reuqests .selectpicker .filter-option {
  color: #253e50;
  font-size: 85%;
}

.pending-requests-page .side-menu {
  position: fixed;
  width: 30%;
  height: 100%;
  top: 0;
  bottom: 0;
  right: 0;
  left: 100%;
  background-color: #fff;
  color: #444449;
  z-index: 100000;
  box-shadow: -3px 0 8px 0 rgba(66, 91, 118, 0.21);
}

.pending-requests-page .side-menu .title {
  background: linear-gradient(to right, #327ab7, #4c884b);
  padding: 15px;
  color: white;
}

.pending-requests-page .side-menu .cancel-icon,
.pending-requests-page .side-menu .collapse-btn {
  cursor: pointer;
}

.pending-requests-page .side-menu .request-info {
  overflow-y: scroll;
  height: 90%;
}

.pending-requests-page .side-menu .section .collapse-btn {
  background-color: #f5f5f5;
  padding: 5px;
}

.pending-requests-page .search-form {
  display: inline-block;
}

.project-matching-popup .project-row {
  border-bottom: 1px solid lightgray;
  cursor: pointer;
  padding: 2px 0px;
}

.request-basic-info .attachment-row .request-attachment {
  width: 150px;
  height: 150px;
}

.request-basic-info .attachment-row .download {
  display: none;
  position: absolute;
}

.request-basic-info .attachment-row:hover .download {
  display: inline;
  color: #ccc;
}
.bootstrap-tagsinput {
  background-color: #fff;
  border: 1px solid #ccc;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  display: inline-block;
  padding: 4px 5px;
  color: #555;
  vertical-align: middle;
  max-width: 100%;
  width: 100%;
  line-height: 22px;
  cursor: text;
  border: 1px solid #C5C2C5;
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.2);
}

.bootstrap-tagsinput input {
  border: none;
  box-shadow: none;
  outline: none;
  background-color: transparent;
  padding: 0 6px;
  margin: 0;
  width: auto;
  max-width: inherit;
  text-indent: 0;
}

.bootstrap-tagsinput.form-control input::-moz-placeholder {
  color: #777;
  opacity: 1;
}

.bootstrap-tagsinput.form-control input:-ms-input-placeholder {
  color: #777;
}

.bootstrap-tagsinput.form-control input::-webkit-input-placeholder {
  color: #777;
}

.bootstrap-tagsinput input:focus {
  border: none;
  box-shadow: none;
}

.bootstrap-tagsinput .tag {
  margin-right: 2px;
  color: white;
  max-width: 100%;
  text-overflow: ellipsis;
  display: inline-block;
  overflow: hidden;
  position: relative;
  padding: 5px 16px 5px 3px;
}

.bootstrap-tagsinput .tag [data-role="remove"] {
  cursor: pointer;
  position: absolute;
  right: 2px;
}

.bootstrap-tagsinput .tag [data-role="remove"]:after {
  content: "x";
  padding: 0px 2px;
}

.bootstrap-tagsinput .tag [data-role="remove"]:hover {
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
}

.bootstrap-tagsinput .tag [data-role="remove"]:hover:active {
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}

.introjs-tooltip {
  padding: 10px 20px !important;
}

.introjs-tooltip .introjs-button {
  background: #ffffff;
  color: #5f6468;
  border-color: #e9ecf2;
  border-radius: 0;
}

.introjs-tooltip .introjs-button:before {
  font-family: FontAwesome;
  content: "\f00c";
  margin-right: 5px;
  color: #009688;
}

.introjs-tooltip .introjs-button:hover {
  color: #009688;
  text-shadow: none;
}
.relative {
  position: relative;
}

.keys-bar {
  margin: 10px 0;
}

.keys-bar span {
  border-radius: 0;
  font-size: 10px;
  cursor: default;
  padding: 3px 7px;
  text-transform: uppercase;
  height: auto;
}

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

.align-right {
  text-align: right;
  padding-right: 0px !important;
}

.notification_email_info {
  display: none;
}

.hipchat_rooms {
  display: none;
}

.recur_date {
  display: none;
}

.notification_info {
  margin-top: 10px;
  display: none;
}

.presentation-list {
  overflow: hidden;
  margin-top: 12px;
}

.presentation-row,
.service-row {
  width: 100%;
  padding: 5px 10px;
  background-color: #ffffff;
  box-shadow: 0 5px 15px rgba(0, 0, 0, .08);
  position: relative;
}

.presentation-row span.guide,
.service-row span.guide {
  display: block;
  width: 10px;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.presentation-row .status-action .btn-group .dropdown-menu,
.service-row .status-action .btn-group .dropdown-menu {
  left: -165px;
  top: auto;
}

.presentation-row .status-action .btn-group .urgent-status,
.service-row .status-action .btn-group .urgent-status {
  top: 2px;
  left: 3px;
}

.presentation-row.service-row .service-icon,
.service-row.service-row .service-icon {
  cursor: default;
}

.presentation-row.service-row.billing .service-icon,
.service-row.service-row.billing .service-icon {
  cursor: pointer;
}

.presentation-icon,
.service-icon,
.deal-room-icon {
  width: 50px;
  height: 50px;
  background-color: #eee;
  padding: 5px;
  border-radius: 15px;
  cursor: pointer;
  margin-left: 7px;
}

.presentation-icon .glyphicon,
.presentation-icon .fa,
.service-icon .glyphicon,
.service-icon .fa,
.deal-room-icon .glyphicon,
.deal-room-icon .fa {
  font-size: 26px;
  color: #fff;
  position: relative;
  top: 7px;
  left: 7px;
}

.presentation-icon .avatar,
.service-icon .avatar,
.deal-room-icon .avatar {
  font-size: 30px;
  color: #8e8e8e;
  width: 100%;
  height: 100%;
  display: block;
  text-align: center;
  line-height: 40px;
  text-transform: uppercase;
}

.presentation-icon.presentation,
.service-icon.presentation,
.deal-room-icon.presentation {
  background-color: #B0BEC5;
}

.confidential {
  color: #F44336;
  position: absolute;
  font-size: 20px;
  top: -7px;
  left: -9px;
}

.presentation-info-items,
.service-info-items {
  padding: 3px 10px;
}

.presentation-info-items h6,
.service-info-items h6 {
  margin: 4px 10px 4px 0;
  font-weight: 600;
  line-height: 18px;
  float: left;
}

.presentation-info-items h6 .title,
.service-info-items h6 .title {
  color: #5f6468;
  text-decoration: none;
}

.presentation-info-items .ellipsis,
.service-info-items .ellipsis {
  max-width: 44%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}

.presentation-info-items .items-top,
.presentation-info-items .items-bottom,
.service-info-items .items-top,
.service-info-items .items-bottom {
  padding-top: 4px;
  padding-bottom: 4px;
}

.presentation-info-items ul.icons-bar,
.service-info-items ul.icons-bar {
  font-size: 11px;
  margin-right: 5px;
}

.presentation-action a {
  position: relative;
  top: 15px;
}

.spinner {
  position: absolute;
  top: 30%;
  right: -5px;
}

.presentation-page .arrow-expand,
.pof-list-items .arrow-expand {
  position: absolute;
  top: calc(50% + 25px);
  left: 11px;
  font-size: 10px;
  color: #ddd;
}

.presentation-page .form-nav,
.pof-list-items .form-nav {
  margin-top: 20px;
}

.presentation-page .presentation-list,
.pof-list-items .presentation-list {
  overflow: visible;
}

.presentation-page .pof-list-items-search-text,
.pof-list-items .pof-list-items-search-text {
  height: 31px;
  width: 100%;
}

.presentation-page .search-box-icon,
.pof-list-items .search-box-icon {
  right: 22px;
  top: 10px;
}

.presentation-page .status-action .dropdown-menu,
.pof-list-items .status-action .dropdown-menu {
  width: 290px;
  left: -5px;
  padding: 0 !important;
}

.presentation-page .status-action .dropdown-menu .container,
.pof-list-items .status-action .dropdown-menu .container {
  padding: 10px 15px;
  border-bottom: 1px solid #eee;
  position: relative;
  overflow: visible;
}

.presentation-page .status-action .dropdown-menu .container .guide,
.pof-list-items .status-action .dropdown-menu .container .guide {
  height: 53px;
}

.presentation-page .status-action .dropdown-menu .container button,
.pof-list-items .status-action .dropdown-menu .container button {
  background-color: transparent;
  border: 0;
  width: 150px;
  text-align: left;
  color: #999;
  cursor: pointer;
}

.presentation-page .status-action .dropdown-menu .container .status-icon,
.pof-list-items .status-action .dropdown-menu .container .status-icon {
  color: #ddd;
  right: -10px;
  font-size: 12px;
  position: relative;
}

.presentation-page .status-action .dropdown-menu .container:last-child,
.pof-list-items .status-action .dropdown-menu .container:last-child {
  border-bottom: 0;
}

.presentation-page .checklist-page .summary-wrapper label,
.pof-list-items .checklist-page .summary-wrapper label {
  font-size: 11px;
  font-weight: normal;
}

.presentation-page .checklist-page .summary-wrapper label input[type="checkbox"],
.pof-list-items .checklist-page .summary-wrapper label input[type="checkbox"] {
  margin-right: 5px;
}

.presentation-page .checklist-page .summary-wrapper .col-xs-6value,
.pof-list-items .checklist-page .summary-wrapper .col-xs-6value {
  padding-top: 8px;
}

.presentation-page #show_services,
.presentation-page #show_history,
.pof-list-items #show_services,
.pof-list-items #show_history {
  float: left;
  width: 100%;
  top: -40px;
  position: relative;
  padding-top: 40px;
  background-color: #eee;
}

.presentation-page #show_services .show-title,
.presentation-page #show_history .show-title,
.pof-list-items #show_services .show-title,
.pof-list-items #show_history .show-title {
  color: #777;
}

.presentation-page #show_services .services-list,
.presentation-page #show_history .services-list,
.pof-list-items #show_services .services-list,
.pof-list-items #show_history .services-list {
  margin-bottom: 20px;
  margin-top: 5px;
}

.presentation-page #show_services .btn.btn-primary.icon-only,
.presentation-page #show_history .btn.btn-primary.icon-only,
.pof-list-items #show_services .btn.btn-primary.icon-only,
.pof-list-items #show_history .btn.btn-primary.icon-only {
  min-width: 40px;
  background-color: transparent;
  color: #999;
}

.presentation-page #show_services .tail,
.presentation-page #show_history .tail,
.pof-list-items #show_services .tail,
.pof-list-items #show_history .tail {
  display: block;
  width: 100%;
  height: 75px;
  background-color: #eee;
  position: absolute;
  bottom: -55px;
}

.presentation-page #show_history,
.pof-list-items #show_history {
  background-color: #fff;
}

.presentation-page #show_history .table,
.pof-list-items #show_history .table {
  border-bottom: 1px solid #eee;
}

.presentation-page.basic-info tr.action-row>td:nth-child(1) span.glyphicon-plus {
  top: 9px;
}

.presentation-page.basic-info #presentation_cusip {
  text-transform: uppercase;
}

.presentation-page.basic-info .segmented-control.list-group {
  padding: 0;
}

.presentation-page.basic-info .segmented-control.list-group .list-group-item {
  width: 33.33333333%;
  margin-left: 0;
}

.presentation-page.shows .form-block {
  overflow: visible;
}

.presentation-page.shows .form-block .table-with-inputs td.status-container {
  width: 28px;
  padding: 0;
}

.presentation-page.shows .form-block .table-with-inputs .col-show-name {
  width: 185px;
}

.presentation-page.shows .form-block .table-with-inputs .bootstrap-select {
  width: 120px !important;
}

.presentation-page.shows .form-block .table-with-inputs .bootstrap-select .btn {
  width: 100%;
}

.presentation-page.shows .form-block .table-with-inputs input.contribution {
  width: 40px;
  padding-right: 5px;
  text-indent: 5px;
  text-align: right;
}

.presentation-page.shows .form-block .table-with-inputs tr.action-row.edit-mode td:last-child {
  width: 75px;
}

.presentation-page .show-recordings .recording-show-instructions {
  background-color: transparent;
  font-size: 12px;
  width: 30px;
  height: 30px;
  cursor: pointer;
  min-width: 30px;
  padding: 0;
}

.pof-table.table-with-inputs tr td {
  vertical-align: middle;
}

.pof-table.table-with-inputs tr td .uk-input,
.pof-table.table-with-inputs tr td .uk-select {
  min-width: 130px;
}

.pof-table.table-with-inputs tr td .index {
  color: #bdbdbd;
  cursor: pointer;
}

.pof-table.table-with-inputs tr td svg.guid {
  position: absolute;
}

.pof-table.table-with-inputs tr td svg.guid.h-line {
  height: 5px;
  width: 18px;
  top: 50%;
  left: -13px;
  transform: translateY(-50%);
}

.pof-table.table-with-inputs tr td svg.guid.circle {
  width: 20px;
  top: 50%;
  left: 0px;
  transform: translateY(-50%);
}

.pof-table.table-with-inputs tr td .media-type-icon .btn {
  background-color: transparent;
  font-size: 15px;
  width: 24px;
  min-width: 24px;
  padding: 0;
  border: 0;
  color: #737274;
  cursor: pointer;
}

.pof-table.table-with-inputs tr td .media-type-icon .btn:active,
.pof-table.table-with-inputs tr td .media-type-icon .btn:focus,
.pof-table.table-with-inputs tr td .media-type-icon .btn:visited {
  box-shadow: none;
  background-color: transparent;
}

.pof-table.table-with-inputs tr td .media-type-icon .btn:active .glyphicon,
.pof-table.table-with-inputs tr td .media-type-icon .btn:focus .glyphicon,
.pof-table.table-with-inputs tr td .media-type-icon .btn:visited .glyphicon {
  color: #bdbdbd;
}

.pof-table.table-with-inputs tr td .media-type-icon ul li {
  padding: 7px;
  border-bottom: 1px solid #ddd;
  cursor: default;
  font-size: 12px;
}

.pof-table.table-with-inputs tr td .media-type-icon ul li .glyphicon {
  color: #b9b7b7;
  margin-right: 9px;
  font-size: 10px;
}

.pof-table.table-with-inputs tr td .media-type-icon ul li:first-child {
  background-color: #eee;
  padding-top: 12px;
}

.pof-table.table-with-inputs tr td .media-type-icon ul li:last-child {
  border-bottom: 0;
}

.pof-table.table-with-inputs tr td ul.inline-list {
  margin: 0;
  padding: 0;
}

.pof-table.table-with-inputs tr td.not-included {
  padding: 0;
}

.pof-table.table-with-inputs tr td.not-included .progress {
  margin: 0;
  height: 47px;
  border: 0;
  border-radius: 0;
  box-shadow: none;
  opacity: 0.4;
}

.pof-table.table-with-inputs tr td.not-included .progress .progress-bar-success {
  width: 100%;
  box-shadow: none;
  background-color: #d7d8d7;
  text-align: left;
  text-indent: 10px;
  color: #333;
  line-height: 48px;
}

.pof-table.table-with-inputs tr.focus {
  background-color: rgba(233, 30, 99, 0.07);
}

.pof-table.table-with-inputs tr.highlight:hover {
  background-color: #ffe082;
}

.pof-table.table-with-inputs tr.action-row {
  background-color: rgba(80, 144, 226, 0.14);
}

.pof-table.table-with-inputs tr.action-row:hover {
  background-color: rgba(80, 144, 226, 0.14);
}

.pof-table.table-with-inputs tr.action-row td .error {
  color: #ed6b75;
  display: none;
  margin-bottom: 0;
  z-index: 100;
}

.pof-table.table-with-inputs tr.action-row td .spinner {
  right: -7px;
}

.white-popup-block.media-types-popup {
  width: 570px;
}

.white-popup-block.presentation-save-show-popup {
  width: 760px;
}

.white-popup-block.presentation-save-show-popup label {
  font-size: 12px;
}

.presentation-page .show-billings .pof-table .btn.action {
  height: 30px;
  cursor: pointer;
  min-width: 90px;
}

.presentation-page .show-billings .pof-table .all-data {
  position: relative;
}

.presentation-page .show-billings .pof-table .status-action {
  position: absolute;
  top: 47px;
  left: 10px;
}

.presentation-page .show-billings .pof-table .status-action.service {
  position: unset;
}

.presentation-page .show-billings .pof-table .total-amount {
  font-size: 18px;
  position: relative;
  right: 0;
  top: 38px;
}

.presentation-page .show-billings .clients {
  margin: 5px 0 0 50px;
  list-style: none;
  font-size: 11px;
  color: #999;
}

.presentation-page .show-billings .clients li .glyphicon {
  color: #eee;
}

.presentation-page .show-billings .clients li .contribution {
  background-color: #90A4AE;
  cursor: default;
  padding: 1px 8px;
  margin: 0 5px;
  color: #fff;
  border-radius: 3px;
  width: 45px;
  display: inline-block;
  text-align: center;
}

.presentation-page .show-tasks .pof-table .tool.checkmark {
  background-color: transparent;
  color: #c4c2c5;
  font-size: 13px;
  border: 2px solid #c4c2c5;
  width: 30px;
  height: 30px;
  border-radius: 15px;
  margin-left: 10px;
  outline: none;
  position: relative;
}

.presentation-page .show-tasks .pof-table .tool.checkmark.active {
  color: #4990E2;
}

.presentation-page .show-tasks .pof-table .tool.checkmark.active .glyphicon {
  left: 1px;
}

.presentation-page .show-tasks .pof-table .tool.checkmark:disabled {
  cursor: not-allowed;
  border-color: #eee;
}

.presentation-page .show-tasks .pof-table .tool.checkmark .spinner {
  position: relative;
  top: 2px;
  right: 0px;
  color: #f0ad4e;
}

.presentation-page .show-tasks .pof-table a.tool.checkmark {
  padding: 4px 6px;
}

.presentation-page .show-tasks .pof-table span.guide,
.presentation-page .show-tasks .pof-table .service-row span.guide {
  display: block;
  width: 3px;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.presentation-save-show-task-popup .show-task-description,
.presentation-save-show-task-popup .task-description,
.task-form-popup .show-task-description,
.task-form-popup .task-description {
  height: 102px;
}

.presentation-save-show-task-popup .show-task-summary,
.task-form-popup .show-task-summary {
  height: 160px;
}

.presentation-save-show-task-popup .error-input,
.task-form-popup .error-input {
  border-color: #ed6b75;
}

.presentation-save-show-task-popup .personnel-groups,
.task-form-popup .personnel-groups {
  margin-top: 5px;
}

.template-row {
  display: none;
}

.show-checklist-popup {
  max-width: 700px;
}

.show-checklist-popup .pof-table.table-with-inputs thead th {
  background-color: white;
  padding-bottom: 0;
  vertical-align: bottom;
  color: inherit;
  line-height: 12px;
}

.show-checklist-popup .pof-table.table-with-inputs tr.checklist-row td {
  border-top: none;
  padding: 0;
  vertical-align: top;
}

.show-checklist-popup .pof-table.table-with-inputs tr.checklist-row td div {
  padding: 15px 10px;
  background-color: #eee;
  margin: 5px;
  overflow: hidden;
}

.show-checklist-popup .pof-table.table-with-inputs tr.checklist-row td div label {
  margin: 0;
  line-height: 16px;
}

.show-checklist-popup .pof-table.table-with-inputs tr.checklist-row td input.checkbox {
  margin-top: 2px;
  margin-right: 2px;
}

.presentation-recording-add-instructions+.popover {
  max-width: 600px;
  padding: 0;
  z-index: 100000;
}

.recording-show-instructions+.popover {
  max-width: 600px;
}

.instructions-container {
  width: 600px;
}

.instructions-container .btn-primary {
  height: 34px;
  color: #fff !important;
  line-height: 17px;
  font-size: 12px;
  cursor: pointer;
}

.instructions-container textarea {
  height: 60px;
}

.instructions-container input.recording-instruction-phone {
  width: 60%;
}

.instructions-container input.recording-instruction-dial-code {
  margin-left: 4%;
  width: 35%;
}

.instructions-container .clipboard {
  cursor: pointer;
  position: absolute;
  right: -24px;
  top: 6px;
  color: #6d6d6d !important;
}

.instructions-container .zoom-sittings {
  border: #4990E2 1px solid;
  padding: 10px;
}

.instructions-container .recording-instruction-zoom-invitation {
  height: 200px;
}

.instructions-container .generate-invitation-button {
  display: flex;
  justify-content: end;
  align-items: end;
}

.instructions-container .instruction-zoom .disabled {
  cursor: not-allowed;
}

.instructions-container .invitation-aria {
  display: flex;
  gap: 10px;
}

.instructions-container .table-view:before,
.instructions-container .table-view:after {
  content: ' ';
  display: table;
}

.instructions-container .table-view:after {
  clear: both;
}

.instructions-container .title-before-checkbox {
  margin: 0;
  padding: 7px 0;
}

.instructions-container .recording-instruction-zoom-alternative-host::placeholder {
  text-transform: none;
}

.instructions-container .no-left-padding {
  padding-left: 0;
}

.instructions-container .no-right-padding {
  padding-right: 0;
}

.instructions-container .generate-invitation-button {
  padding: 0 15px;
}

.presentation-page.shows .form-block .table-with-inputs .instructions-container .bootstrap-select {
  width: 100% !important;
}

.status-action {
  width: 28px;
  height: 28px;
  display: inline-block;
  margin-top: 0;
  padding: 1px;
  background-color: transparent;
  border-width: 2px;
  border-style: solid;
  border-radius: 14px;
  transition: 1s;
}

.status-action:hover {
  background-color: transparent;
}

.status-action .dropdown-toggle {
  font-size: 14px;
}

.status-action .dropdown-toggle .glyphicon {
  font-size: 14px;
}

.status-action button:disabled {
  opacity: 0.4 !important;
  cursor: not-allowed !important;
}

.status-action .btn-group {
  border: 0;
}

.status-action .btn-group .btn.btn-icon {
  top: 1px;
  left: 1px;
}

.status-action ul.dropdown-menu li {
  margin-bottom: 0;
}

.status-action ul.dropdown-menu li.title {
  font-size: 14px;
  color: #5f6468;
  background-color: #eee;
  border-bottom: 1px solid #dad9d9;
  cursor: default;
}

.status-action ul.dropdown-menu li .guide {
  top: 1px;
  height: 54px;
  width: 4px;
  position: absolute;
  left: 0;
}

.status-action ul.dropdown-menu li:last-child .guide {
  border-radius: 0 0 0 5px;
}

.status-action .urgent-status {
  top: 0;
}

.show-recording-error-popup .tooltip .tooltip-inner {
  background-color: #d6d6d6;
  color: #424242;
}

.show-recording-error-popup .tooltip .tooltip-arrow {
  border-top-color: #d6d6d6;
}

.btn-group.pof-dropdown-button.circle-desk .btn.btn-icon {
  outline: none;
  top: 1px;
}

.btn-group.pof-dropdown-button.circle-desk .btn.btn-icon:hover {
  color: #009fe0;
}

.btn-group.pof-dropdown-button.circle-desk .btn.btn-icon:disabled {
  cursor: no-drop;
}

.btn-group.pof-dropdown-button.circle-desk .btn.btn-icon .glyphicon.fast-right-spinner {
  left: 0px;
  top: 0px;
  width: 15px;
}

.show-desk-case-popup .spinner {
  left: -5px;
  right: inherit;
  position: relative;
  top: 4px;
}

.show-desk-case-popup .desk-status {
  display: inline-block;
  width: 10px;
  height: 10px;
  background-color: #009ddc;
  position: absolute;
  left: -5px;
  top: 20px;
  border-radius: 5px;
}

.show-desk-case-popup .desk-status.open {
  background-color: #009ddc;
}

.show-desk-case-popup .desk-status.pending {
  background-color: #9361d3;
}

.show-desk-case-popup .desk-status.resolved {
  background-color: #18c489;
}

.show-desk-case-popup .desk-subject {
  margin-bottom: 30px;
}

.show-desk-case-popup .desk-subject .label {
  background-color: #ddd;
  font-size: 10px;
  cursor: default;
}

.show-desk-case-popup .desk-subject .label.to {
  background-color: #42A5F5;
}

.show-desk-case-popup .desk-subject .label.cc {
  background-color: #4c7da5;
}

.show-desk-case-popup .desk-subject .label.bcc {
  background-color: #a6c1d8;
}

.show-desk-case-popup .desk-emails .chat {
  padding: 10px;
  margin: 1px 0;
  font-size: 12px;
  border-radius: 4px;
  text-align: left;
  border: 1px solid #ddd;
  background: #fafafa;
  margin-bottom: 30px;
}

.show-desk-case-popup .desk-emails .chat .sender {
  color: #2196F3;
  cursor: default;
}

.show-desk-case-popup .desk-emails .chat .sent_at {
  color: #9e9e9e;
  cursor: default;
}

.show-desk-case-popup .desk-emails .chat p {
  word-wrap: break-word;
}

.show-desk-case-popup .desk-emails .chat .note-body a {
  color: #4498bb;
  text-decoration: none;
}

.show-desk-case-popup .desk-emails .chat .note-body table{
  border: solid 1px #ddd;
  border-collapse: collapse;
  margin: 20px 0;
}

.show-desk-case-popup .desk-emails .chat .note-body table th{ 
  background-color: #bababa; /* Green background for headers */
  color: white;
  text-align: left;
  padding: 12px;
  border: 1px solid #ddd;
}

.show-desk-case-popup .desk-emails .chat .note-body table td {
  padding: 10px;
  border: 1px solid #ddd;
  text-align: left;
}

.show-desk-case-popup .desk-emails .chat .note-body table tr:nth-child(even) {
  background-color: #f2f2f2;
}

/* Hover Effect for Rows */
.show-desk-case-popup .desk-emails .chat .note-body table tr:hover {
  background-color: #e9e9e9;
}

.show-desk-case-popup .desk-emails .arrow {
  display: block;
  position: absolute;
  top: 18px;
  left: -8px;
  width: 0;
  height: 0;
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
  border-right: 8px solid #ddd;
}

.show-desk-case-popup .desk-emails .out .chat {
  background: #ffffff;
}

.show-desk-case-popup .desk-emails .out .chat .edit {
  right: unset;
  left: 13px;
}

.show-desk-case-popup .desk-emails .out .chat .delete-note {
  right: unset;
  left: 30px;
}

.show-desk-case-popup .desk-emails .out .arrow {
  left: inherit;
  right: -8px;
  transform: rotate(180deg);
}

.show-desk-case-popup .avatar {
  width: 50px;
  height: 50px;
  background-color: #ddd;
  border-radius: 25px;
}

.show-desk-case-popup .avatar>* {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  position: relative;
  width: 30px;
  height: 30px;
  stroke-width: 1px;
}

.show-desk-case-popup .tooltip-inner {
  max-width: 600px;
}

.self-service-bookmark {
  position: fixed;
  top: 50px;
  right: 25px;
  font-size: 25px;
  color: #2196F3;
}

.billing-invoice-popup .show-special-invoice-notes small,
.billing-invoice-popup .new-invoice-contact small {
  color: #5f6468 !important;
}

.billing-invoice-popup .show-special-invoice-notes small.disabled,
.billing-invoice-popup .new-invoice-contact small.disabled {
  color: #BDBDBD !important;
  cursor: not-allowed;
}

.billing-invoice-popup .special-invoice-notes-text {
  width: 100%;
  height: 70px;
  margin: 8px 0;
  box-shadow: none;
  border: 1px solid #dfdfdf;
}

.billing-invoice-popup .text-upper-label {
  position: absolute;
  top: -15px;
  font-size: 10px;
}

.ui-autocomplete {
  z-index: 10000000;
}

.popup-saved-notification {
  font-size: 12px;
  border: 2px solid #1ebfae;
  border-top: 0;
  border-bottom: 2px solid #1ebfae;
  position: absolute;
  top: 0%;
  left: 30%;
  padding: 8px;
  display: none;
}

.save-send-notification {
  display: block;
  position: absolute;
  background-color: #fffef5;
  padding: 10px 25px 10px 10px;
  border-radius: 3px;
  border: 1px solid #4caf4f8c;
  right: 0;
  top: -52px;
  color: #F44336;
}

.save-send-notification:after,
.save-send-notification :before,
.save-send-notification .arrow {
  top: 100%;
  left: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}

.save-send-notification:after,
.save-send-notification .arrow {
  border-color: rgba(136, 183, 213, 0);
  border-top-color: #4caf4f8c;
  border-width: 9px;
  margin-left: 30px;
}

.save-send-notification:before {
  border-color: rgba(194, 225, 245, 0);
  border-top-color: #c2e1f5;
  border-width: 36px;
  margin-left: -36px;
}

.save-send-notification .arrow {
  left: 80%;
}

.save-send-notification .tip-close {
  cursor: pointer;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 10046;
  box-shadow: none;
  position: absolute;
  top: 12px;
  right: 7px;
  color: #828080;
}

.show-task-popup .btn.icon-only.notes-button {
  position: absolute;
  right: 0;
  bottom: 0;
  color: #EC407A;
}

.show-task-popup .custom-body-container .simditor .simditor-body {
  min-height: 140px;
}

.show-task-popup .notification-item .popover {
  max-width: 600px;
  width: 600px;
}

.show-task-popup .notification-item .popover-content h6 {
  margin: 15px 0;
}

.show-task-popup .notification-item .popover-content .notification-body {
  word-wrap: break-word;
}

.show-admintool-popup .segmented-control.list-group .list-group-item {
  margin: 0;
  width: 50%;
}

.status-guid {
  display: block;
  width: 5px;
  height: 100%;
  position: absolute;
  top: 0;
  left: -1px;
}

.filters .cards .card {
  padding: 10px;
  border: 1px solid #eee;
  background-color: white;
  box-shadow: 1px 1px 1px 0px #f3f3f3;
  text-align: center;
  cursor: pointer;
  margin-bottom: 0;
  font-weight: lighter;
  line-height: 22px;
  transition: 0.5s;
}

.filters .cards .card::before {
  font-family: FontAwesome;
  content: "\f1db";
  position: absolute;
  top: 50%;
  left: 10px;
  transform: translate(0, -45%);
  color: #E0E0E0;
  font-size: 22px;
}

.filters .cards .card.checked {
  box-shadow: 2px 2px 2px 0px #b3b3b3;
}

.filters .cards .card.checked::before {
  content: "\f192";
  color: #2196f3;
}

.filters .cards .card .fa {
  line-height: 22px;
}

.shows-lookup {
  overflow-y: scroll;
}

.shows-lookup .lookup-result label {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 100;
}

.shows-lookup .lookup-result .guid {
  position: absolute;
  left: 0;
  top: 0;
  width: 5px;
  display: block;
  height: 100%;
}

.shows-lookup .lookup-result ul.show-actions {
  right: 0;
  top: 0;
  color: #dcdcdc;
  position: absolute;
  padding: 0;
  margin: 0;
  width: 30px;
  display: block;
  height: 100%;
}

.shows-lookup .lookup-result ul.show-actions li {
  list-style: none;
  text-align: center;
  padding: 5px 0;
}

.shows-lookup .shows-spinner {
  color: #2196f3;
  position: fixed;
  top: 280px;
  left: 50%;
  transform: translate(-50%, 0);
}

.shows-lookup #overlay {
  position: fixed;
  display: none;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 2;
  cursor: pointer;
}

.select-item {
  padding: 10px;
  border: 1px solid #eee;
  background-color: white;
  box-shadow: 1px 1px 1px 0px #f3f3f3;
  text-align: left;
  cursor: pointer;
  transition: 0.5s;
}

.select-item::before {
  font-family: FontAwesome;
  content: "\f1db";
  position: absolute;
  top: 26px;
  right: 10px;
  transform: translate(0, -45%);
  color: #E0E0E0;
  font-size: 22px;
}

.select-item.checked {
  border: 1px dashed #2196f3;
}

.select-item.checked::before {
  content: "\f192";
  color: #2196f3;
}

.select-item .fa {
  line-height: 22px;
}

.select-item input {
  display: none;
}

.select-item .right-icon {
  position: absolute;
  right: -15px;
}

.select-item .guid {
  display: block;
  width: 2px;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: transparent;
}

.select-item .guid.red {
  background-color: #E91E63;
}

.animate-to-plus {
  transform: rotate(45deg);
}

.show-form-popup.form-block label {
  font-size: 12px;
  color: #9E9E9E;
  line-height: 21px;
  margin: 0;
}

.summary-container .time-line-circle {
  top: 4px;
  position: relative;
}

.summary-container .time-line-circle .details {
  background: #EBEAEA;
  padding: 3px 0px 2px 10px;
  border-radius: 6px;
  font-size: 10px;
}

.summary-container .time-line-circle .items svg {
  position: absolute;
  left: -25px;
  z-index: 100;
}

.summary-container .time-line-circle .items .block {
  border-left: 4px solid #EBEAEA;
  padding-top: 6px;
  padding-bottom: 11px;
  padding-left: 24px;
  float: right;
  position: relative;
}

.show-tasks-block .client-show button:focus {
  outline: 0 !important;
}

.show-tasks-block .client-show .client-filter {
  cursor: pointer;
}

.show-tasks-block .client-show a:hover {
  background-color: #e4e3e3;
}

.show-tasks-block .show-title {
  background-color: #efeded;
}

.show-tasks-block .show-title .show-name {
  padding: 2%;
}

.show-tasks-block .show-title .tool.checkmark {
  background-color: transparent;
  color: #c4c2c5;
  font-size: 13px;
  border: 2px solid #c4c2c5;
  width: 30px;
  height: 30px;
  border-radius: 15px;
  margin-left: 10px;
  outline: none;
  position: relative;
}

.show-tasks-block .show-title .tool.checkmark.active {
  color: #4990E2;
}

.show-tasks-block .show-title .tool.checkmark.active .glyphicon {
  left: 1px;
}

.show-tasks-block .show-title .tool.checkmark:disabled {
  cursor: not-allowed;
  border-color: #eee;
}

.show-tasks-block .show-title .tool.checkmark .spinner {
  position: relative;
  top: 2px;
  right: 0px;
  color: #f0ad4e;
}

.show-tasks-block .show-title span.guide,
.show-tasks-block .show-title .service-row span.guide {
  display: block;
  width: 3px;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.show-tasks-block .show-task-item .show-tasks-slot {
  background-color: white;
  margin-bottom: 50px;
  font-weight: lighter;
  line-height: 22px;
  transition: 0.5s;
}

.show-tasks-block .show-task-item .show-tasks-slot .title {
  color: #201818;
  font-size: 15px;
  text-align: center;
}

.show-tasks-block .show-task-item .show-tasks-slot .task-body {
  overflow: auto;
  height: 290px;
  padding: 20px 0;
  border-width: 0 1px;
  border-color: #eee;
  border-style: solid;
  border-bottom: 1px solid #eeeeee;
}

.show-tasks-block .show-task-item .show-tasks-slot .task-body .cell {
  border-width: 1px 0;
  border-color: #eee;
  border-style: solid;
  padding: 15px;
}

.show-tasks-block .show-task-item .show-tasks-slot .task-body .cell:first-child {
  border-top: 0;
}

.show-tasks-block .show-task-item .show-tasks-slot .task-body .cell:last-child {
  border-bottom: 0;
}

.show-tasks-block .show-task-item .show-tasks-slot .task-body .cell .comment {
  margin-left: 33px;
}

.show-tasks-block .show-task-item .show-tasks-slot .task-body .task-note-item {
  border-bottom: 1px solid #f1eded;
}

.show-tasks-block .show-task-item .show-tasks-slot .task-title {
  padding: 2%;
  position: relative;
}

.show-tasks-block .show-task-item .show-tasks-slot .task-title h5 {
  color: #fff;
}

.show-tasks-block .show-task-item .show-tasks-slot .task-title .title-border {
  width: 100%;
  height: 9px;
  display: block;
  opacity: 0.7;
  position: absolute;
  bottom: -7px;
  left: 0;
}

.show-tasks-block .show-task-item .show-tasks-slot .add-new-note {
  padding: 2%;
}

.show-tasks-block .show-task-item .show-tasks-slot .add-new-note button {
  margin-top: 3%;
}

.show-tasks-block .show-task-item .show-tasks-slot .buttons-show-tasks {
  display: flex;
  justify-content: space-between;
  position: relative;
  background-color: #fff;
}

.show-tasks-block .show-task-item .show-tasks-slot .buttons-show-tasks button {
  flex-basis: 25%;
  border-radius: 0;
}

.show-tasks-block .show-task-item .show-tasks-slot .buttons-show-tasks .new-comment {
  height: 34px !important;
  border-right: 0;
  box-shadow: none;
  border-color: #eee;
  outline: none;
}

.show-tasks-block .show-task-item .carousel-indicators {
  bottom: 10px;
}

.show-tasks-block .show-task-item .carousel-indicators li {
  display: inline-block;
  text-indent: 0;
  cursor: pointer;
  border: none;
  border-radius: 50%;
  background-color: #eeeeee;
}

.show-tasks-block .show-task-item .carousel-indicators li:hover {
  border: 1px solid #9E9E9E;
}

.show-tasks-block .show-task-item .carousel-indicators .active {
  background-color: #9E9E9E;
}

.disable-click-events {
  pointer-events: none;
}

.show-task-page .display-task-show {
  padding: 4px;
}

.show-task-page .display-task-show .display-task {
  color: #5e6467;
  border: none;
}

.show-task-page .expand-all-text {
  font-size: 11px;
}

.show-task-status {
  margin-top: 10px;
  margin-right: 20px;
}

.show-task-status .status-action {
  top: 2px;
  position: relative;
}

.show-task-status .status-action .btn-group .btn.btn-icon {
  top: -2px;
  left: -5px;
}

.show-task-status .status-action .btn-group .btn.btn-icon span.glyphicon {
  cursor: inherit;
}

.show-task-status .status-action .dropdown-menu {
  top: 22px;
  left: -205px;
  width: 215px;
  padding: 0 !important;
}

.show-task-status .status-action .dropdown-menu .container {
  padding: 10px 15px;
  border-bottom: 1px solid #eee;
  position: relative;
  overflow: visible;
}

.show-task-status .status-action .dropdown-menu .container .guide {
  height: 53px;
}

.show-task-status .status-action .dropdown-menu .container button {
  background-color: transparent;
  border: 0;
  width: 150px;
  text-align: left;
  color: #999;
  cursor: pointer;
}

.show-task-status .status-action .dropdown-menu .container .status-icon {
  color: #ddd;
  right: -10px;
}

.show-task-status .status-action .task-status-icon {
  padding-top: 2px;
  padding-left: 5px;
}

.custom-tick {
  left: 3px !important;
}

.custom-transition-out {
  transition: opacity 1s ease-out;
  opacity: 0;
  height: 0;
  overflow: hidden;
}

.custom-transition-in {
  transition: opacity 1s ease-in;
  opacity: 1;
  height: auto;
}

.show-task-popup .select2-container {
  width: auto !important;
}

.select2-dropdown {
  z-index: 999999999 !important;
}

.select2-search__field {
  width: auto !important;
}

.hipchat_rooms .btn-group {
  width: 100%;
}

.hipchat_rooms .multiselect.dropdown-toggle {
  height: 30px;
  width: 100%;
  padding-bottom: 3px;
  padding-top: 3px;
  border-radius: 0;
  border: 1px solid #C5C2C5;
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.2);
  font-size: 14px;
  color: #737274;
  letter-spacing: 0;
  text-align: left;
}

.hipchat_rooms .caret {
  float: right !important;
  margin-top: 8px;
}

.hipchat_rooms .multiselect-container {
  width: 100%;
  font-size: 14px;
  letter-spacing: 0;
  text-align: left;
}

.hipchat_rooms .dropdown-menu>.active>a {
  background-color: white;
}

.hipchat_rooms input[type="checkbox"] {
  position: relative;
  margin: 4px 8px 0;
}

.hipchat_rooms .multiselect-container>li>label.multiselect-group {
  margin: 0;
  padding: 3px 20px;
  height: 100%;
  font-weight: normal;
  white-space: nowrap;
}

.hipchat_rooms label {
  font-size: 14px;
}

.rfn-hosting-to-label {
  margin-top: -17px;
}

.rfn-hosting-to-input {
  margin-top: -12px;
}

.rfn-distribution-label {
  margin-left: 15px;
  margin-right: -15px;
}

.dropzone {
  width: 824px;
  border: 2px dashed #ccc !important;
  border-radius: 5px !important;
  background: white !important;
}

.dropzone .dz-message.dz-default {
  color: #9b9b9b;
}

.attachment-label {
  margin-top: 63px;
}

.disable-click {
  pointer-events: none;
}

@media (max-width: 768px) {
  .service-row {
    height: auto;
  }

  .presentation-info-items:first-child {
    margin-bottom: 2em !important;
  }

  .presentation-info-items .items-bottom,
  .service-info-items .items-bottom {
    margin-left: 5px;
  }

  .presentation-info-items .items-bottom .text-left,
  .presentation-info-items .items-bottom .text-right,
  .presentation-info-items .items-bottom .text-center,
  .service-info-items .items-bottom .text-left,
  .service-info-items .items-bottom .text-right,
  .service-info-items .items-bottom .text-center {
    text-align: left;
  }

  .presentation-page .toolbox,
  .pof-list-items .toolbox {
    top: -41px;
  }
}

.bootstrap-select.btn-group.recording-instruction-nrs-code .dropdown-menu .label {
  margin-left: 5px;
}

.bootstrap-select.btn-group.recording-instruction-nrs-code .dropdown-menu .status {
  float: right;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  margin-top: 3px;
}

.bootstrap-select.btn-group.recording-instruction-nrs-code .dropdown-menu .available {
  background-color: #5cb85c;
}

.bootstrap-select.btn-group.recording-instruction-nrs-code .dropdown-menu .unavailable {
  background-color: #ff0000b0;
}

.bootstrap-select.btn-group.recording-instruction-nrs-phone .dropdown-toggle {
  height: auto;
  min-height: 30px;
}

.bootstrap-select.btn-group.recording-instruction-nrs-phone .dropdown-toggle .filter-option>* {
  margin-right: 5px;
}

.bootstrap-select.btn-group.recording-instruction-nrs-phone .dropdown-toggle .filter-option>*.cat {
  font-size: 13px;
  color: #4a4a4a;
}

.bootstrap-select.btn-group.recording-instruction-nrs-phone .dropdown-toggle .filter-option>*.details {
  background-color: #eee;
  padding: 1px 6px;
  border-radius: 4px;
}

.bootstrap-select.btn-group.recording-instruction-nrs-phone .dropdown-menu li:first-child a:focus {
  background-color: #fff;
}

.bootstrap-select.btn-group.recording-instruction-nrs-phone .dropdown-menu li:first-child a:hover {
  background-color: #fff;
  cursor: default;
}

.bootstrap-select.btn-group.recording-instruction-nrs-phone .dropdown-menu li:first-child a span {
  color: #ddd;
}

.bootstrap-select.btn-group.recording-instruction-nrs-phone .dropdown-menu li.disabled a {
  cursor: default;
}

.bootstrap-select.btn-group.recording-instruction-nrs-phone .dropdown-menu li.disabled a .text {
  font-weight: bold;
  top: 4px;
  position: relative;
  background: -webkit-gradient(linear, left top, right top, from(#327ab7), to(#4c884b));
  background: linear-gradient(to right, #327ab7, #4c884b);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  -webkit-box-decoration-break: clone;
  box-decoration-break: clone;
}

.bootstrap-select.btn-group.recording-instruction-nrs-phone .dropdown-menu .dropdown-header {
  background-color: #eee;
}

.bootstrap-select.btn-group.recording-instruction-nrs-phone .dropdown-menu .details {
  color: #777;
  font-size: 14px;
  margin-left: 10px;
}

.bootstrap-select.btn-group.recording-instruction-nrs-phone .dropdown-menu .label {
  top: 2px;
  position: relative;
  float: right;
  font-size: 12px;
  margin: 0 5px;
}

.show-client-checklists-popover .button-show-client-checklists {
  background-color: transparent;
  border: 0;
  outline: none;
}

.show-client-checklists-popover .button-show-client-checklists:active {
  box-shadow: none;
}

.show-client-checklists-popover .popover {
  min-width: 200px !important;
}

.show-client-checklists-popover .popover .popover-content ul {
  margin-bottom: 0;
}

.show-client-checklists-popover .popover .popover-content ul li {
  cursor: pointer;
  word-break: break-word;
  border: 0;
  border-bottom: 1px solid #ddd;
  font-size: 12px;
}

.show-client-checklists-popover .popover .popover-content ul li .maintained {
  position: absolute;
  top: 12px;
  left: -7px;
  color: #e91d63;
}

.show-client-checklists-popover .popover .popover-content ul li .client-maintained {
  position: absolute;
  left: 15px;
  top: 0px;
}

.show-client-checklists-popover .popover .popover-content ul li .completed {
  color: #e91d63;
}

.show-client-checklists-popover .popover .popover-content ul li .approved {
  color: #9a9898;
}

.show-client-checklists-popover .popover .popover-content ul li:last-child {
  border: 0;
}

.show-client-checklists-popover .popover .popover-content ul li a {
  color: #6f6d6d;
}

.show-recordings input.tbd-check-box {
  height: auto !important;
  box-shadow: none !important;
}

.show-recordings .recording-date-input-group {
  border-radius: 0px;
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.2);
  border: 1px solid #C5C2C5;
  border-right: none;
}

.instructions-container input.plain {
  height: 36px !important;
  box-shadow: none;
}

.instructions-container .select2-container--default .select2-selection--multiple,
.instructions-container .select2-container--default.select2-container--focus .select2-selection--multiple {
  border: solid #c5c2c5 1px;
  height: auto;
  border-radius: 0;
}

.instructions-container .select2-container--default .select2-selection--multiple .select2-selection__choice {
  background-color: #26a69a;
  border: 1px solid #009688;
  border-radius: 0;
  color: #fff;
}

.instructions-container .select2-container--default .select2-selection--multiple .select2-selection__choice .select2-selection__choice__remove {
  color: #fff;
  margin-right: 8px;
}

.instructions-container .select2-search__field {
  border: none !important;
  box-shadow: none !important;
  background: transparent !important;
  outline: 0 !important;
  width: 100% !important;
}

.instructions-container .select2-container {
  width: 100% !important;
}

.instructions-container li.select2-search--inline {
  width: 100% !important;
}

#clients_result.dropdown-menu {
  top: auto;
  bottom: 35px;
  padding: 15px 0;
  border: 1px solid #eeeeee;
  transition: .5s;
}

#clients_result.dropdown-menu a {
  display: block;
  border-bottom: 1px solid #eeeeee;
  padding: 10px;
}

#clients_result.dropdown-menu a .separator {
  padding-right: 5px;
  margin-right: 5px;
  border-right: 1px solid #eeeeee;
}

#clients_result.dropdown-menu a:hover {
  background-color: #03a9f430;
  border-radius: 5px;
}

#clients_result.dropdown-menu a:hover * {
  color: #2196F3;
}

#clients_result.dropdown-menu a:hover .separator {
  border-right: 1px solid #2196F3;
}
*,
:after,
:before {
  box-sizing: border-box;
}

html.pro {
  font-size: 14px;
  letter-spacing: .01rem;
}

body.pro-main {
  height: 100%;
  padding: 0;
  background-color: #f8f8f8;
  font-size: 1rem;
  font-size: 1rem;
  font-weight: 400;
  font-weight: 400;
  line-height: 1.45;
  line-height: 1.45;
  color: #6e6b7b;
  color: var(bs-body-color);
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(34, 41, 47, 0);
}

body.pro-main input[type="text"].uk-input,
body.pro-main input[type="number"].uk-input,
body.pro-main input[type="password"].uk-input,
body.pro-main textarea.uk-textarea,
body.pro-main select.uk-select {
  border-radius: inherit;
  background: inherit;
  box-shadow: inherit;
  font-family: inherit;
  font-size: inherit;
  color: inherit;
  letter-spacing: inherit;
  text-indent: 5px;
  margin: inherit;
  padding: inherit;
}

body.pro-main .uk-h1,
body.pro-main .uk-h2,
body.pro-main .uk-h3,
body.pro-main .uk-h4,
body.pro-main .uk-h5,
body.pro-main .uk-h6,
body.pro-main .uk-heading-2xlarge,
body.pro-main .uk-heading-large,
body.pro-main .uk-heading-medium,
body.pro-main .uk-heading-small,
body.pro-main .uk-heading-xlarge,
body.pro-main h1,
body.pro-main h2,
body.pro-main h3,
body.pro-main h4,
body.pro-main h5,
body.pro-main h6 {
  font-family: "Montserrat", Helvetica, Arial, serif;
}

body.pro-main .h1,
body.pro-main .h2,
body.pro-main .h3,
body.pro-main .h4,
body.pro-main .h5,
body.pro-main .h6,
body.pro-main h1,
body.pro-main h2,
body.pro-main h3,
body.pro-main h4,
body.pro-main h5,
body.pro-main h6 {
  font-family: inherit;
  font-weight: 500;
  line-height: 1.2;
  color: #5e5873;
}

body.pro-main .uk-checkbox:focus {
  outline: none;
}

.pro-navbar {
  background-color: #fff;
  box-shadow: 0 4px 24px 0 rgba(34, 41, 47, 0.1);
  flex-basis: 100%;
  transition: all .3s ease;
  list-style: none;
}

.pro-navbar ul#main-menu-navigation,
.pro-navbar ul#header {
  display: flex;
  flex-direction: row;
  margin: 0;
}

.pro-navbar ul#main-menu-navigation li,
.pro-navbar ul#header li {
  padding-top: 0.857rem;
  padding-bottom: 0.857rem;
  line-height: 1.5;
  list-style: none;
}

.pro-navbar ul#main-menu-navigation li a.nav-link,
.pro-navbar ul#header li a.nav-link {
  display: flex;
  color: #6e6b7b;
  padding: 0.715rem 1.25rem;
  position: relative;
  align-items: center !important;
  text-decoration: none;
}

.pro-navbar ul#main-menu-navigation li a.nav-link:hover,
.pro-navbar ul#header li a.nav-link:hover {
  text-decoration: none;
}

.pro-navbar ul#main-menu-navigation li a.nav-link svg,
.pro-navbar ul#header li a.nav-link svg {
  margin-right: 0.5rem;
  height: 17px;
  width: 17px;
  font-size: 1.2rem;
}

.pro-navbar ul#main-menu-navigation li>.dropdown-menu a>*,
.pro-navbar ul#header li>.dropdown-menu a>* {
  transition: all 0.2s ease;
}

.pro-navbar ul#main-menu-navigation li>.dropdown-menu a:hover,
.pro-navbar ul#header li>.dropdown-menu a:hover {
  background-color: transparent;
  color: #6e6b7b;
}

.pro-navbar ul#main-menu-navigation li>.dropdown-menu a:hover>*,
.pro-navbar ul#header li>.dropdown-menu a:hover>* {
  transform: translateX(5px);
  transition: transform 0.2s ease;
}

.pro-navbar ul#main-menu-navigation li>.dropdown-menu .active>a,
.pro-navbar ul#header li>.dropdown-menu .active>a {
  background: #f8f8f8;
  color: #1bb6c1;
  font-weight: 500;
}

.pro-navbar ul#main-menu-navigation li>.dropdown-menu .open.active>a,
.pro-navbar ul#header li>.dropdown-menu .open.active>a {
  color: #6e6b7b;
  font-weight: normal;
}

.pro-navbar ul#main-menu-navigation li i,
.pro-navbar ul#main-menu-navigation li svg,
.pro-navbar ul#main-menu-navigation li .uk-icon,
.pro-navbar ul#header li i,
.pro-navbar ul#header li svg,
.pro-navbar ul#header li .uk-icon {
  margin-right: 0.5rem;
  height: 17px;
  width: 17px;
  font-size: 1.2rem;
}

.pro-navbar ul#main-menu-navigation li>a,
.pro-navbar ul#header li>a {
  padding: 0;
  display: flex;
  margin-right: 0.715rem;
}

.pro-navbar ul#main-menu-navigation li:hover>a,
.pro-navbar ul#header li:hover>a {
  background: #f8f8f8;
  border-radius: 4px;
}

.pro-navbar ul#main-menu-navigation li.active>a,
.pro-navbar ul#header li.active>a {
  background: #1bb6c1;
  color: #fff;
  border-radius: 4px;
}

.pro-navbar .pro-navbar-nav {
  flex-direction: row;
}

.uk-table.pro-separate,
.uk-table.uk-table-hover.pro-separate {
  border-collapse: separate;
  border-spacing: 0 10px;
}

.uk-table.pro-separate *:focus,
.uk-table.uk-table-hover.pro-separate *:focus {
  outline: none;
}

.uk-table.pro-separate thead tr th,
.uk-table.uk-table-hover.pro-separate thead tr th {
  background-color: #f0f5f8;
  font-size: 0.7rem;
  font-weight: 600;
}

.uk-table.pro-separate tbody tr,
.uk-table.uk-table-hover.pro-separate tbody tr {
  box-shadow: -3px 2px 5px 0 rgba(34, 41, 47, 0.1);
}

.uk-table.pro-separate tbody tr td,
.uk-table.uk-table-hover.pro-separate tbody tr td {
  border-top: 1px solid #dae1e7;
  border-bottom: 1px solid #dae1e7;
}

.uk-table.pro-separate tbody tr td:first-child,
.uk-table.uk-table-hover.pro-separate tbody tr td:first-child {
  border-left: 1px solid #dae1e7;
  border-radius: 3px;
}

.uk-table.pro-separate tbody tr td:last-child,
.uk-table.uk-table-hover.pro-separate tbody tr td:last-child {
  border-right: 1px solid #dae1e7;
  border-radius: 3px;
}

.uk-table.pro-separate tbody tr td .pro-selected::after,
.uk-table.uk-table-hover.pro-separate tbody tr td .pro-selected::after {
  content: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='currentColor' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round' class='feather feather-arrow-right'%3e%3cline x1='5' y1='12' x2='19' y2='12'%3e%3c/line%3e%3cpolyline points='12 5 19 12 12 19'%3e%3c/polyline%3e%3c/svg%3e");
  width: 24px;
  height: 24px;
  margin-right: 20px;
  top: 10px;
  position: relative;
}

.uk-table.pro-separate tbody tr:hover,
.uk-table.uk-table-hover.pro-separate tbody tr:hover {
  background: #1bb6c12b;
}

.pro-segment {
  background-color: #ededed;
  padding: 8px;
  border: 1px solid #dae1e7;
  margin-right: 5px;
  display: inline-block;
}

.uk-offcanvas-bar .pro-form .uk-input.uk-form-blank,
.uk-offcanvas-bar .pro-form .uk-select.uk-form-blank {
  background-color: transparent;
  border-color: transparent;
}

.pro-border-xs {
  border: 0.5px solid #636363;
}

.simditor.simditor-mac.uk-light {
  border: 0.5px solid #636363;
}

.simditor.simditor-mac.uk-light * {
  background-color: inherit;
  color: inherit;
}

.simditor.simditor-mac.uk-light .simditor-wrapper {
  background-color: inherit;
}

.simditor.simditor-mac.uk-light .simditor-wrapper .simditor-toolbar {
  background-color: inherit;
  color: inherit;
}

.simditor.simditor-mac.uk-light .simditor-wrapper .simditor-toolbar>ul>li>.toolbar-item {
  color: inherit;
}

.simditor.simditor-mac.uk-light .simditor-wrapper .simditor-toolbar>ul>li>.toolbar-item.active {
  background-color: #2a2e30;
}

.simditor.simditor-mac.uk-light .simditor-wrapper .simditor-toolbar>ul>li>.menu-on .toolbar-item {
  background-color: #2a2e30;
}

.simditor.simditor-mac.uk-light .simditor-wrapper .simditor-toolbar .toolbar-menu {
  background-color: #2a2e30;
}

.simditor.simditor-mac.uk-light .simditor-wrapper .simditor-body {
  color: inherit;
}

.simditor.simditor-mac.uk-light .simditor-wrapper .simditor-body p {
  color: inherit;
}



.profile-page #profile_notes {
  height: 182px;
}

.profile-page .profile-checkbox-label {
  cursor: default;
}

.profile-page .popover {
  max-width: 600px;
}

.profile-page .popover .popover-content ul {
  margin-bottom: 0;
}

.profile-page .popover .popover-content ul li {
  word-break: break-word;
  border: 0;
  border-bottom: 2px solid #ddd;
}

.profile-page .popover .popover-content ul li:last-child {
  border: 0;
}

.profile-page .popover .popover-content ul li a {
  color: #6f6d6d;
}

.profile-page .profile-tables {
  table-layout: auto;
  width: inherit;
}

.profile-page .profile-tables .requester-cell {
  width: 10%;
}

.profile-page .profile-tables .role-cell {
  width: 10%;
}

.profile-page .profile-tables .checkbox-cell {
  width: 5%;
}

.profile-page .profile-tables .name-cell {
  width: 16%;
}

.profile-page .profile-tables .phone-cell {
  width: 10%;
}

.profile-page .profile-tables .active-cell {
  width: 14%;
}

.profile-page .profile-tables .email-cell {
  width: 15%;
}

.profile-page .profile-tables .region-cell {
  width: 10%;
}

.profile-page .profile-tables .comments-cell {
  width: 10%;
}

.filter-option .profile-option-tag .details {
  display: none;
}
.pof-project-wrapper .project-add-buttons .btn,
.pof-services-wrapper .project-add-buttons .btn,
.tasks-list-wrapper .project-add-buttons .btn,
.pof-summary-wrapper .project-add-buttons .btn {
  margin-left: 7px;
}

.pof-project-wrapper fieldset ol,
.pof-services-wrapper fieldset ol,
.tasks-list-wrapper fieldset ol,
.pof-summary-wrapper fieldset ol {
  list-style: none;
}

.pof-project-wrapper .pof-table thead th,
.pof-services-wrapper .pof-table thead th,
.tasks-list-wrapper .pof-table thead th,
.pof-summary-wrapper .pof-table thead th {
  text-align: left;
  padding: 8px;
}

.pof-project-wrapper .pof-table tfoot,
.pof-services-wrapper .pof-table tfoot,
.tasks-list-wrapper .pof-table tfoot,
.pof-summary-wrapper .pof-table tfoot {
  background-color: #ebe9e9;
  color: #737274;
  font-size: 13px;
}

.pof-project-wrapper .pof-table .btn.wide,
.pof-services-wrapper .pof-table .btn.wide,
.tasks-list-wrapper .pof-table .btn.wide,
.pof-summary-wrapper .pof-table .btn.wide {
  width: 250px;
}

.pof-project-wrapper .add-client-participation-form .form-group,
.pof-services-wrapper .add-client-participation-form .form-group,
.tasks-list-wrapper .add-client-participation-form .form-group,
.pof-summary-wrapper .add-client-participation-form .form-group {
  margin-bottom: 10px;
}

.pof-project-wrapper .button-icon-container,
.pof-services-wrapper .button-icon-container,
.tasks-list-wrapper .button-icon-container,
.pof-summary-wrapper .button-icon-container {
  display: inline-block;
  position: relative;
  width: 20px;
  height: 20px;
  vertical-align: middle;
}

.pof-project-wrapper .button-icon-container svg,
.pof-services-wrapper .button-icon-container svg,
.tasks-list-wrapper .button-icon-container svg,
.pof-summary-wrapper .button-icon-container svg {
  position: static !important;
}

.pof-project-wrapper .btn-link,
.pof-services-wrapper .btn-link,
.tasks-list-wrapper .btn-link,
.pof-summary-wrapper .btn-link {
  outline: none;
  background-color: transparent;
}

.pof-project-wrapper .btn-link:active,
.pof-services-wrapper .btn-link:active,
.tasks-list-wrapper .btn-link:active,
.pof-summary-wrapper .btn-link:active {
  outline: none;
}

.pof-project-wrapper .form-control[readonly],
.pof-services-wrapper .form-control[readonly],
.tasks-list-wrapper .form-control[readonly],
.pof-summary-wrapper .form-control[readonly] {
  background-color: #fff;
  border: 1px solid #C5C2C5;
  border-radius: 0;
  height: 36px;
}

.pof-project-wrapper .form-control.selectpicker.btn-group,
.pof-services-wrapper .form-control.selectpicker.btn-group,
.tasks-list-wrapper .form-control.selectpicker.btn-group,
.pof-summary-wrapper .form-control.selectpicker.btn-group {
  height: 36px;
}

.pof-project-wrapper .presentations-services,
.pof-services-wrapper .presentations-services,
.tasks-list-wrapper .presentations-services,
.pof-summary-wrapper .presentations-services {
  margin-bottom: 50px;
}

.pof-project-wrapper .presentations-services .icon,
.pof-services-wrapper .presentations-services .icon,
.tasks-list-wrapper .presentations-services .icon,
.pof-summary-wrapper .presentations-services .icon {
  display: inline-block;
  height: 85px;
  width: 85px;
}

.pof-project-wrapper .presentations-services .icon .presentation-service-icon,
.pof-services-wrapper .presentations-services .icon .presentation-service-icon,
.tasks-list-wrapper .presentations-services .icon .presentation-service-icon,
.pof-summary-wrapper .presentations-services .icon .presentation-service-icon {
  position: relative;
  background-color: #d8d8d8;
  top: 20px;
  left: 15px;
  display: inline-block;
  height: 40px;
  width: 40px;
  margin-right: 15px;
  border-radius: 50%;
}

.pof-project-wrapper .presentations-services .icon .presentation-service-icon svg,
.pof-services-wrapper .presentations-services .icon .presentation-service-icon svg,
.tasks-list-wrapper .presentations-services .icon .presentation-service-icon svg,
.pof-summary-wrapper .presentations-services .icon .presentation-service-icon svg {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 19px;
  height: 21px;
  fill: #fff;
}

.pof-project-wrapper .presentations-services .presentation-service-list-element,
.pof-services-wrapper .presentations-services .presentation-service-list-element,
.tasks-list-wrapper .presentations-services .presentation-service-list-element,
.pof-summary-wrapper .presentations-services .presentation-service-list-element {
  display: block;
  position: relative;
  width: 100%;
  height: 85px;
  background-color: #fff;
  margin-bottom: 15px;
}

.pof-project-wrapper .presentations-services .presentation-service-list-element .title,
.pof-services-wrapper .presentations-services .presentation-service-list-element .title,
.tasks-list-wrapper .presentations-services .presentation-service-list-element .title,
.pof-summary-wrapper .presentations-services .presentation-service-list-element .title {
  font-size: 14px;
  color: #4a4a4a;
}

.pof-project-wrapper .presentations-services .presentation-service-list-element .info,
.pof-services-wrapper .presentations-services .presentation-service-list-element .info,
.tasks-list-wrapper .presentations-services .presentation-service-list-element .info,
.pof-summary-wrapper .presentations-services .presentation-service-list-element .info {
  position: absolute;
  top: 0;
  left: 70px;
  display: inline-block;
  height: 100%;
  padding: 15px;
  width: 90%;
}

.pof-project-wrapper .presentations-services .presentation-service-list-element .table,
.pof-services-wrapper .presentations-services .presentation-service-list-element .table,
.tasks-list-wrapper .presentations-services .presentation-service-list-element .table,
.pof-summary-wrapper .presentations-services .presentation-service-list-element .table {
  width: 100%;
}

.pof-project-wrapper .presentations-services .presentation-service-list-element.service,
.pof-services-wrapper .presentations-services .presentation-service-list-element.service,
.tasks-list-wrapper .presentations-services .presentation-service-list-element.service,
.pof-summary-wrapper .presentations-services .presentation-service-list-element.service {
  border-left: 10px solid #98cf5d;
}

.pof-project-wrapper .summary-wrapper .history-table-wrapper,
.pof-services-wrapper .summary-wrapper .history-table-wrapper,
.tasks-list-wrapper .summary-wrapper .history-table-wrapper,
.pof-summary-wrapper .summary-wrapper .history-table-wrapper {
  height: 400px;
  overflow: auto;
}

.pof-project-wrapper .summary-wrapper .history-table-wrapper .log-table tbody tr,
.pof-services-wrapper .summary-wrapper .history-table-wrapper .log-table tbody tr,
.tasks-list-wrapper .summary-wrapper .history-table-wrapper .log-table tbody tr,
.pof-summary-wrapper .summary-wrapper .history-table-wrapper .log-table tbody tr {
  border: none;
}

.pof-project-wrapper .summary-wrapper .history-table-wrapper .log-table tbody tr td,
.pof-services-wrapper .summary-wrapper .history-table-wrapper .log-table tbody tr td,
.tasks-list-wrapper .summary-wrapper .history-table-wrapper .log-table tbody tr td,
.pof-summary-wrapper .summary-wrapper .history-table-wrapper .log-table tbody tr td {
  padding: 12px 1%;
  vertical-align: middle;
  border: none;
}

.pof-project-wrapper .summary-wrapper .history-table-wrapper .log-table tbody tr td:first-of-type,
.pof-services-wrapper .summary-wrapper .history-table-wrapper .log-table tbody tr td:first-of-type,
.tasks-list-wrapper .summary-wrapper .history-table-wrapper .log-table tbody tr td:first-of-type,
.pof-summary-wrapper .summary-wrapper .history-table-wrapper .log-table tbody tr td:first-of-type {
  font-size: 10px;
  color: #c6c6c6;
}

.pof-project-wrapper .summary-wrapper .history-table-wrapper .log-table tbody tr td:nth-last-of-type(2),
.pof-services-wrapper .summary-wrapper .history-table-wrapper .log-table tbody tr td:nth-last-of-type(2),
.tasks-list-wrapper .summary-wrapper .history-table-wrapper .log-table tbody tr td:nth-last-of-type(2),
.pof-summary-wrapper .summary-wrapper .history-table-wrapper .log-table tbody tr td:nth-last-of-type(2) {
  border-left: 3px solid #7DB7F9;
}

.pof-project-wrapper .summary-wrapper .history-table-wrapper .log-table tbody tr td svg,
.pof-services-wrapper .summary-wrapper .history-table-wrapper .log-table tbody tr td svg,
.tasks-list-wrapper .summary-wrapper .history-table-wrapper .log-table tbody tr td svg,
.pof-summary-wrapper .summary-wrapper .history-table-wrapper .log-table tbody tr td svg {
  position: relative;
  left: -16px;
}

.pof-project-wrapper .summary-wrapper .panel-summary,
.pof-services-wrapper .summary-wrapper .panel-summary,
.tasks-list-wrapper .summary-wrapper .panel-summary,
.pof-summary-wrapper .summary-wrapper .panel-summary {
  padding: 5px 10px;
  background-color: #e7e6e6;
  border-radius: 1px;
  border: none;
  min-height: 45px;
  vertical-align: middle;
}

.pof-project-wrapper .summary-wrapper .panel-summary::before,
.pof-services-wrapper .summary-wrapper .panel-summary::before,
.tasks-list-wrapper .summary-wrapper .panel-summary::before,
.pof-summary-wrapper .summary-wrapper .panel-summary::before {
  content: '';
  display: inline-block;
  height: 100%;
  width: 0;
  vertical-align: middle;
}

.pof-project-wrapper .summary-wrapper .panel-summary .title,
.pof-services-wrapper .summary-wrapper .panel-summary .title,
.tasks-list-wrapper .summary-wrapper .panel-summary .title,
.pof-summary-wrapper .summary-wrapper .panel-summary .title {
  color: #9B9B9B;
  font-size: 12px;
  padding: 8px 0 0 0;
}

.pof-project-wrapper .summary-wrapper .panel-summary .value,
.pof-services-wrapper .summary-wrapper .panel-summary .value,
.tasks-list-wrapper .summary-wrapper .panel-summary .value,
.pof-summary-wrapper .summary-wrapper .panel-summary .value {
  color: #9B9B9B;
  font-size: 12px;
  padding: 8px 0 0 0;
  text-align: right;
}

.pof-project-wrapper #add_client_container,
.pof-services-wrapper #add_client_container,
.tasks-list-wrapper #add_client_container,
.pof-summary-wrapper #add_client_container {
  margin-top: 15px;
}

.pof-project-wrapper .client-participation-row,
.pof-services-wrapper .client-participation-row,
.tasks-list-wrapper .client-participation-row,
.pof-summary-wrapper .client-participation-row {
  margin-top: 10px;
}

.pof-project-wrapper .status-action .dropdown-menu,
.pof-services-wrapper .status-action .dropdown-menu,
.tasks-list-wrapper .status-action .dropdown-menu,
.pof-summary-wrapper .status-action .dropdown-menu {
  top: -246px;
  left: -206px;
}

.pof-project-wrapper.new-page .urgent,
.pof-services-wrapper.new-page .urgent,
.tasks-list-wrapper.new-page .urgent,
.pof-summary-wrapper.new-page .urgent {
  position: absolute;
  left: 5px;
  top: 20px;
}

.pof-project-wrapper .project-saving-warning .btn-duplicated-projects,
.pof-services-wrapper .project-saving-warning .btn-duplicated-projects,
.tasks-list-wrapper .project-saving-warning .btn-duplicated-projects,
.pof-summary-wrapper .project-saving-warning .btn-duplicated-projects {
  padding-top: 5px;
}

.pof-project-wrapper .stats-overview-cont .block .details .item,
.pof-services-wrapper .stats-overview-cont .block .details .item,
.tasks-list-wrapper .stats-overview-cont .block .details .item,
.pof-summary-wrapper .stats-overview-cont .block .details .item {
  cursor: default;
}

.pof-project-wrapper .project-summary-list .row-summary-draw,
.pof-services-wrapper .project-summary-list .row-summary-draw,
.tasks-list-wrapper .project-summary-list .row-summary-draw,
.pof-summary-wrapper .project-summary-list .row-summary-draw {
  top: 60px;
  position: absolute;
}

.pof-project-wrapper .project-summary-list .project-summary-draw .block-draw,
.pof-services-wrapper .project-summary-list .project-summary-draw .block-draw,
.tasks-list-wrapper .project-summary-list .project-summary-draw .block-draw,
.pof-summary-wrapper .project-summary-list .project-summary-draw .block-draw {
  border-radius: 7px;
  background-color: whitesmoke;
  border: 1px solid #d3d3d3;
}

.pof-project-wrapper .project-summary-list .project-summary-draw .block-draw .draw .prec-draw.row,
.pof-services-wrapper .project-summary-list .project-summary-draw .block-draw .draw .prec-draw.row,
.tasks-list-wrapper .project-summary-list .project-summary-draw .block-draw .draw .prec-draw.row,
.pof-summary-wrapper .project-summary-list .project-summary-draw .block-draw .draw .prec-draw.row {
  border-radius: 7px;
  background-color: whitesmoke;
  border: 1px solid #d3d3d3;
}

.pof-project-wrapper .project-summary-list .project-summary-draw .block-draw .draw,
.pof-services-wrapper .project-summary-list .project-summary-draw .block-draw .draw,
.tasks-list-wrapper .project-summary-list .project-summary-draw .block-draw .draw,
.pof-summary-wrapper .project-summary-list .project-summary-draw .block-draw .draw {
  text-align: center;
}

.pof-project-wrapper .project-summary-list .project-summary-draw .block-draw .details,
.pof-services-wrapper .project-summary-list .project-summary-draw .block-draw .details,
.tasks-list-wrapper .project-summary-list .project-summary-draw .block-draw .details,
.pof-summary-wrapper .project-summary-list .project-summary-draw .block-draw .details {
  padding-top: 4%;
}

.pof-project-wrapper .project-summary-list .project-summary-draw .block-draw .details span.label,
.pof-services-wrapper .project-summary-list .project-summary-draw .block-draw .details span.label,
.tasks-list-wrapper .project-summary-list .project-summary-draw .block-draw .details span.label,
.pof-summary-wrapper .project-summary-list .project-summary-draw .block-draw .details span.label {
  border-radius: 3px;
}

.pof-project-wrapper .view-list span.guide {
  display: inline-block;
  width: 1rem;
  height: 1rem;
  position: relative;
  border-radius: 50%;
}

.pof-project-wrapper .pof-table a.cancelled {
  color: #bdbdbd;
}

.form-block.duplicated-projects-list {
  padding: 0;
  margin: -3px -15px;
  max-height: 400px;
  overflow-y: scroll;
  box-shadow: none;
}

.form-block.duplicated-projects-list .table th {
  padding: 5px 20px 0 10px;
  height: 33px;
}

.form-block.duplicated-projects-list .table td {
  padding-left: 10px;
}

.btn.icon-only.btn-go {
  padding: 0;
  width: 20px;
  height: 20px;
  position: relative;
  top: -2px;
  color: #b1b0b0;
  transform: rotate(-90deg);
}

.btn.icon-only.btn-go i {
  top: 0;
  left: 5px;
}

.pof-project-merge-wrapper .project-container .project-body {
  min-height: 400px;
}

.pof-project-merge-wrapper .project-container .project-body .node-cont {
  position: relative;
  height: 50px;
  top: 24px;
  border-radius: 10px;
  border-bottom-left-radius: 20px;
  border-top-left-radius: 20px;
}

.pof-project-merge-wrapper .project-container .project-body .node-cont .pres-giud,
.pof-project-merge-wrapper .project-container .project-body .node-cont .show-giud,
.pof-project-merge-wrapper .project-container .project-body .node-cont .srvs-giud {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  position: relative;
  left: -4px;
  display: inline-block;
  z-index: 100;
  transition: .6s;
}

.pof-project-merge-wrapper .project-container .project-body .node-cont .pres-giud.drop-here,
.pof-project-merge-wrapper .project-container .project-body .node-cont .show-giud.drop-here,
.pof-project-merge-wrapper .project-container .project-body .node-cont .srvs-giud.drop-here {
  box-shadow: 0 0 5px 3px #f5c02d;
}

.pof-project-merge-wrapper .project-container .project-body .node-cont .pres-giud.drop-hover,
.pof-project-merge-wrapper .project-container .project-body .node-cont .show-giud.drop-hover,
.pof-project-merge-wrapper .project-container .project-body .node-cont .srvs-giud.drop-hover {
  box-shadow: 0 0 5px 3px #df186b;
}

.pof-project-merge-wrapper .project-container .project-body .node-cont .pres-giud .icon,
.pof-project-merge-wrapper .project-container .project-body .node-cont .show-giud .icon,
.pof-project-merge-wrapper .project-container .project-body .node-cont .srvs-giud .icon {
  position: absolute;
  font-size: 1.5em;
  color: #fff;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.pof-project-merge-wrapper .project-container .project-body .node-cont .pres-giud {
  background-color: #00a1ff;
}

.pof-project-merge-wrapper .project-container .project-body .node-cont .pres-giud+.pres-body {
  height: 24px;
  overflow: auto;
}

.pof-project-merge-wrapper .project-container .project-body .node-cont .show-giud {
  background-color: #ef5fa7;
}

.pof-project-merge-wrapper .project-container .project-body .node-cont .srvs-giud {
  background-color: #60d939;
}

.pof-project-merge-wrapper .project-container .project-body .node-cont .pres-body,
.pof-project-merge-wrapper .project-container .project-body .node-cont .show-body,
.pof-project-merge-wrapper .project-container .project-body .node-cont .srvs-body {
  display: inline-block;
  top: 50%;
  left: 50px;
  transform: translateY(-50%);
  position: absolute;
}

.pof-project-merge-wrapper .project-container .project-body .node-cont .show-body .status-indicator,
.pof-project-merge-wrapper .project-container .project-body .node-cont .srvs-body .status-indicator {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin-left: 3px;
  border-radius: 2px;
}

.pof-project-merge-wrapper .project-container .project-body .node-cont .show-body .status-line,
.pof-project-merge-wrapper .project-container .project-body .node-cont .srvs-body .status-line {
  height: 2px;
}

.pof-project-merge-wrapper .project-container .project-body .tree li {
  padding: 0 0 0 1em;
}

.pof-project-merge-wrapper .project-container .project-body .tree li.project>span {
  transition: .6s;
}

.pof-project-merge-wrapper .project-container .project-body .tree li.project>span.drop-here {
  box-shadow: 0 0 5px 3px #f5c02d;
  border-radius: 8px;
  padding: 0 9px;
}

.pof-project-merge-wrapper .project-container .project-body .tree li.project>span.drop-hover {
  box-shadow: 0 0 5px 3px #df186b;
  border-radius: 8px;
  padding: 0 9px;
}

.pof-project-merge-wrapper .project-container .project-body .tree ul:before {
  border-left: 1px dashed;
  border-color: #9a9a9a;
}

.pof-project-merge-wrapper .project-container .project-body .tree ul ul {
  margin-left: 1.8em;
}

.pof-project-merge-wrapper .project-container .project-body .tree ul li {
  font-size: 14px;
  color: #151515;
  margin: 0 0 1em 0;
  padding: 0 0 0 1em;
  font-weight: 200;
}

.pof-project-merge-wrapper .project-container .project-body .tree ul li:before {
  top: 4.2em;
  border-top: 1px dashed;
  border-color: #9a9a9a;
  background: transparent;
}

.pof-project-merge-wrapper .switch-label {
  position: absolute;
  top: 4px;
  left: 75px;
}

.button-display-media-type .display-media-type-project {
  font-size: 10px;
}

.button-display-media-type .display-media-type-project span {
  margin-right: 2px;
}

.button-display-media-type .icon-media-type {
  font-size: 13px;
}

.pof-project-merge-wrapper .merge-helper-button {
  margin-top: -34px;
}

.pof-project-merge-wrapper .merge-helper-button:focus {
  outline: none;
}

.merge-helper-popup .slots .slot {
  height: 235px;
  padding: 10px;
  border: 1px solid #eee;
  background-color: white;
  box-shadow: 1px 1px 1px 0px #f3f3f3;
  text-align: center;
  margin-bottom: 2em;
  font-weight: lighter;
  line-height: 22px;
  transition: 0.5s;
}

.merge-helper-popup .slots .slot:hover {
  box-shadow: 2px 2px 8px 1px #a7a6a6;
}

.merge-helper-popup .slots .slot .title {
  text-transform: uppercase;
  font-size: 18px;
  font-weight: bolder;
}

.merge-helper-popup .slots .slot.disabled {
  cursor: not-allowed;
}

.merge-helper-popup .slots .slot.disabled .icon {
  background-color: #ddd;
}

.merge-helper-popup .slots .slot.disabled .title {
  color: #ddd;
}

.merge-helper-popup .slots .slot.disabled .description {
  color: #ddd;
}

.merge-helper-popup .slots .slot.disabled:hover {
  box-shadow: none;
}

.merge-helper-popup .yellow-highlight {
  box-shadow: 0 0 5px 3px #f5c02d;
  border-radius: 8px;
  padding: 0 9px;
}

.merge-helper-popup .red-highlight {
  box-shadow: 0 0 5px 3px #df186b;
  border-radius: 8px;
  padding: 0 9px;
}

.merge-helper-popup .merge-helper-panel {
  width: 850px;
  border: 1px solid #eee;
}

.merge-helper-popup .node-cont {
  width: auto;
}

.merge-helper-popup .node-cont .pres-giud,
.merge-helper-popup .node-cont .show-giud,
.merge-helper-popup .node-cont .srvs-giud {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  position: relative;
  display: inline-block;
  z-index: 100;
  transition: .6s;
}

.merge-helper-popup .node-cont .pres-giud.drop-here,
.merge-helper-popup .node-cont .show-giud.drop-here,
.merge-helper-popup .node-cont .srvs-giud.drop-here {
  box-shadow: 0 0 5px 3px #f5c02d;
}

.merge-helper-popup .node-cont .pres-giud.drop-hover,
.merge-helper-popup .node-cont .show-giud.drop-hover,
.merge-helper-popup .node-cont .srvs-giud.drop-hover {
  box-shadow: 0 0 5px 3px #df186b;
}

.merge-helper-popup .node-cont .pres-giud .icon,
.merge-helper-popup .node-cont .show-giud .icon,
.merge-helper-popup .node-cont .srvs-giud .icon {
  position: absolute;
  font-size: 1.5em;
  color: #fff;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.merge-helper-popup .node-cont .pres-giud {
  background-color: #00a1ff;
}

.merge-helper-popup .node-cont .pres-giud+.pres-body {
  height: 24px;
  overflow: auto;
}

.merge-helper-popup .node-cont .show-giud {
  background-color: #ef5fa7;
}

.merge-helper-popup .node-cont .srvs-giud {
  background-color: #60d939;
}

.merge-helper-popup .node-cont .pres-body,
.merge-helper-popup .node-cont .show-body,
.merge-helper-popup .node-cont .srvs-body {
  display: inline-block;
  top: 50%;
  left: 50px;
  transform: translateY(-50%);
  position: absolute;
}

.merge-helper-popup .node-cont .show-body .status-indicator,
.merge-helper-popup .node-cont .srvs-body .status-indicator {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin-left: 3px;
  border-radius: 2px;
}

.merge-helper-popup .node-cont .show-body .status-line,
.merge-helper-popup .node-cont .srvs-body .status-line {
  height: 2px;
}

.merge-helper-popup .tip-text {
  vertical-align: middle;
}

.merge-helper-popup .tips-list {
  margin-left: -40px;
  list-style: none;
}

.merge-helper-popup .first-text {
  margin-top: -9px;
}

.merge-helper-popup .third-text {
  margin-top: -9px;
}

.merge-helper-popup .fourth-text {
  margin-top: -16px;
}

.merge-helper-popup .fifth-text {
  margin-top: -20px;
  margin-bottom: 10px;
}

.merge-helper-popup .merge-alert {
  font-size: 35px;
  margin-top: 9px;
  color: #e91e40;
}

.merge-helper-popup .merge-helper-slider {
  cursor: default;
  margin-top: 32px;
}

.merge-helper-popup .slider-text {
  margin-top: -30px;
  margin-left: 79px;
}

.merge-helper-popup .default-cursor-slider {
  cursor: default;
}

.projects-page .clear-text-box {
  position: absolute;
  top: 6px;
  z-index: 50000;
  right: 8px;
}
.reporting-page {
  overflow-x: hidden;
}

.reporting-page .filters .nested {
  padding-left: 30px;
}

.reporting-page .filters .reports-table {
  border-top: solid;
  border-width: 1px;
  border-right: solid;
  border-width: 1px;
  border-left: solid;
  border-width: 1px;
  border-bottom: solid;
  border-width: 1px;
  border-color: #d2cbcb;
  margin-left: -13px;
  font-size: 5px;
}

.reporting-page .filters .reporting-menu-title {
  background-color: white;
  border-bottom: solid rgba(0, 0, 0, 0.21);
  border-bottom-width: 1px;
  border-left: solid rgba(0, 0, 0, 0.21);
  border-left-width: 1px;
  border-top: solid rgba(0, 0, 0, 0.21);
  border-top-width: 1px;
  border-right: solid rgba(0, 0, 0, 0.21);
  border-right-width: 1px;
}

.reporting-page .filters .reporting-menu-title h3 {
  color: black;
  padding-bottom: 10px;
  padding-left: 8px;
}

.reporting-page .filters td {
  background-color: white;
  color: black;
  padding: 10px;
  cursor: pointer;
  margin-bottom: 0;
  font-weight: lighter;
  line-height: 22px;
  transition: 0.5s;
  border: 1px solid rgba(0, 0, 0, 0.21);
  border-collapse: collapse;
}

.reporting-page .filters td.checked {
  box-shadow: 2px 2px 2px 0px #b3b3b3;
  background-color: white;
}

.reporting-page .filters td:first-child {
  border-top: none;
}

.reporting-page .filters td .btn.selectpicker {
  float: none !important;
  font-weight: lighter;
  line-height: 22px;
  color: black;
  border: none;
  box-shadow: none;
  padding: 0;
  height: 30px;
}

.reporting-page .filters td .btn.selectpicker .caret {
  display: none;
}

.reporting-page .filters td .btn.selectpicker:focus {
  outline: none !important;
}

.reporting-page .filters td .btn.selectpicker .filter-option {
  width: 200px;
  white-space: normal;
}

.reporting-page .filters td p {
  padding-left: 20px;
  font-weight: lighter;
  line-height: 22px;
  color: black;
  margin-top: 10px;
  margin-bottom: 3px;
}

.reporting-page .slots .slot .icon {
  width: 50px;
  height: 50px;
  color: #fff;
  display: block;
  background-color: #03beb6;
  font-size: 30px;
  position: relative;
  border-radius: 50%;
  margin-left: auto;
  margin-right: auto;
}

.reporting-page .slots .slot .icon svg {
  width: 30px;
  height: 30px;
}

.reporting-page .slots .slot .title {
  text-transform: uppercase;
  font-size: 18px;
  margin: 20px 0;
}

.reporting-page .slots .slot.disabled {
  cursor: not-allowed;
}

.reporting-page .slots .slot.disabled .icon {
  background-color: #ddd;
}

.reporting-page .slots .slot.disabled .title {
  color: #ddd;
}

.reporting-page .slots .slot.disabled .description {
  color: #ddd;
}

.reporting-page .slots .slot.disabled:hover {
  box-shadow: none;
}

.reporting-page .search-result .gray-border {
  border-bottom: 1px solid #ccc;
}

.status-filter {
  overflow: visible;
  height: 485px;
}

.report-block {
  padding-top: 0px;
}

.report-list {
  overflow: scroll;
  height: 600px;
  width: 100%;
}

.report-list td {
  word-wrap: break-word;
  max-width: 160px;
}

.search-for-radio {
  cursor: pointer;
}

.recordings-filter {
  overflow: visible;
  height: 420px;
}

.services-filter {
  overflow: visible;
  height: 355px;
}

.client-filter {
  overflow: visible;
  display: table;
}

.services-filter {
  overflow: visible;
  height: 355px;
}

.projects-filter {
  overflow: visible;
  height: 285px;
}

.calls-filter {
  overflow: visible;
  display: table;
}

.break-all {
  word-break: break-all;
}

.sub-title {
  position: relative;
  top: -11px;
  display: block;
  color: #a29e9e;
}
.request-media-types-page table tr a.delete-button {
  color: #ed6b75;
}
.request-form-task-form-popup .materials-area-dropzone-task {
  width: 100%;
}

.request-form-task-form-popup .materials-area-dropzone-task .dz-remove {
  color: gray;
}

.request-form-task-form-popup .margin-md.remove-task button {
  border: none;
  background: none;
}
.restrictions-page .restriction-group {
  background-color: #fff;
  border: 1px solid #dee2e6;
  margin-bottom: 27px;
  overflow-y: scroll;
}

.restrictions-page .restriction-group .title {
  border-bottom: 1px solid #dee2e6;
  margin-bottom: 20px;
  cursor: default;
}

.restrictions-page .restriction-group .title .controls {
  display: none;
}

.restrictions-page .restriction-group .list-group-item {
  background-color: transparent;
}

.restrictions-page a.btn:hover {
  background-color: #fff;
}

.restrictions-page .new-restriction-group {
  border: 1px solid #dee2e6;
  padding: 10px;
}

.restrictions-page .new-restriction-group .new-group {
  font-size: 22px;
}

.restrictions-page .new-restriction-group .new-group .fa {
  position: initial;
  font-size: inherit;
}

.restrictions-page .block-title {
  margin: 0;
  text-transform: capitalize;
  font-size: 14px;
  font-weight: 600;
  padding-bottom: 6px;
}

.restrictions-page .block-title p {
  margin: 0;
}

.restrictions-page ::-webkit-scrollbar {
  width: 1px;
}

.form-nav .top-nav-button {
  padding: 5px 20px 3px 0;
  border-right: 1px solid #dcdcdc;
  text-align: center;
  color: #999;
  text-decoration: none;
  background-color: transparent;
  border: 0;
  outline: none;
  display: inline-block;
}

.form-nav .top-nav-button .fa {
  position: initial;
  font-size: inherit;
}

.form-nav .top-nav-button .text {
  margin: 0;
}

.form-nav .top-nav-button:hover .fa {
  color: #327ab7;
}

.form-nav .top-nav-button:hover .text {
  background: -webkit-gradient(linear, left top, right top, from(#327ab7), to(#4c884b));
  background: linear-gradient(to right, #327ab7, #4c884b);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  -webkit-box-decoration-break: clone;
  box-decoration-break: clone;
}

.form-nav .top-nav-button:active {
  background-color: transparent;
  box-shadow: none;
}

.restriction-container {
  column-count: 3;
  column-gap: 0;
  padding: 10px;
  margin: 0px -15px;
}

.restriction-container .create-new-box,
.restriction-container .group-box {
  display: inline-block;
  width: 100%;
  padding: 0em 27px;
}

.restriction-group-popup input.plain {
  height: 36px !important;
  box-shadow: none;
}

.restriction-group-popup .select2-container--default .select2-selection--multiple,
.restriction-group-popup .select2-container--default.select2-container--focus .select2-selection--multiple {
  border: solid #c5c2c5 1px;
  height: auto;
  border-radius: 0;
}

.restriction-group-popup .select2-container--default .select2-selection--multiple .select2-selection__choice {
  background-color: #26a69a;
  border: 1px solid #009688;
  border-radius: 0;
  color: #fff;
}

.restriction-group-popup .select2-container--default .select2-selection--multiple .select2-selection__choice .select2-selection__choice__remove {
  color: #fff;
  margin-right: 8px;
}

.restriction-group-popup .permissions ul {
  border-radius: 0;
}

.restriction-group-popup .permissions ul>li {
  padding: 10px 15px 10px 44px;
}

.restriction-group-popup .permissions ul>li label {
  margin: 0;
  font-weight: normal;
  font-family: inherit;
  color: inherit;
  cursor: pointer;
  position: relative;
  left: -40px;
  padding-left: 40px;
}

.restriction-group-popup .permissions ul>li::before {
  font-family: FontAwesome;
  content: "\f1db";
  position: absolute;
  top: 50%;
  left: 10px;
  transform: translate(0, -50%);
  color: #f7f6f6;
  font-size: 22px;
  transition: 1s;
}

.restriction-group-popup .permissions ul>li.checked::before {
  content: "\f058";
  color: #26a69a;
}

.restriction-group-popup .permissions ul>li.read-only::before {
  color: #b93f3f;
}

.restriction-group-popup .select_all_user {
  cursor: pointer;
}
.services-page .table-with-inputs .action-row .glyphicon-plus {
  position: absolute;
  left: -11px;
  top: 3px;
  color: #bdbdbd;
}

.services-page .table-with-inputs .action-row .error {
  position: absolute;
}

.services-page ul.nav.nav-tabs.pof-tabs li a {
  font-size: 12px;
}

.services-page textarea#service_description {
  height: 160px;
}

.services-page .segmented-control.list-group.error .list-group-item {
  border-color: #ed6b75;
}

.services-page .watermark-color {
  width: 90% !important;
}

.services-page .watermark-color .btn.dropdown-toggle {
  height: 36px;
  padding: 7px 0;
  outline: none !important;
}

.services-page .watermark-color .btn.dropdown-toggle .filter-option {
  text-align: center;
}

.services-page .watermark-color .btn.dropdown-toggle .caret {
  display: none;
}

.services-page .bootstrap-select.error .btn.dropdown-toggle {
  border-color: #ed6b75;
  box-shadow: none;
}

.services-page.show .status-action {
  top: 2px;
  position: relative;
}

.services-page.show .status-action .btn-group .btn.btn-icon {
  top: -2px;
  left: -5px;
}

.services-page.show .status-action .btn-group .btn.btn-icon span.glyphicon {
  cursor: inherit;
}

.services-page.show .status-action .dropdown-menu {
  top: 25px;
  left: -10px;
  width: 215px;
  padding: 0 !important;
}

.services-page.show .status-action .dropdown-menu .container {
  padding: 10px 15px;
  border-bottom: 1px solid #eee;
  position: relative;
  overflow: visible;
}

.services-page.show .status-action .dropdown-menu .container .guide {
  height: 53px;
}

.services-page.show .status-action .dropdown-menu .container button {
  background-color: transparent;
  border: 0;
  width: 150px;
  text-align: left;
  color: #999;
  cursor: pointer;
}

.services-page.show .status-action .dropdown-menu .container .status-icon {
  color: #ddd;
  right: -10px;
}

.task-list-element a.read-more,
.task-list-element a.read-less {
  color: #4990E2;
  text-decoration: none;
}

.task-list-element a.read-more:hover,
.task-list-element a.read-less:hover {
  color: #4990E2;
}

.service-task-status {
  margin-top: 10px;
  margin-right: 20px;
}

.service-task-status .status-action {
  top: 2px;
  position: relative;
}

.service-task-status .status-action .btn-group .btn.btn-icon {
  top: -2px;
  left: -5px;
}

.service-task-status .status-action .btn-group .btn.btn-icon span.glyphicon {
  cursor: inherit;
}

.service-task-status .status-action .dropdown-menu {
  top: 22px;
  left: -205px;
  width: 215px;
  padding: 0 !important;
}

.service-task-status .status-action .dropdown-menu .container {
  padding: 10px 15px;
  border-bottom: 1px solid #eee;
  position: relative;
  overflow: visible;
}

.service-task-status .status-action .dropdown-menu .container .guide {
  height: 53px;
}

.service-task-status .status-action .dropdown-menu .container button {
  background-color: transparent;
  border: 0;
  width: 150px;
  text-align: left;
  color: #999;
  cursor: pointer;
}

.service-task-status .status-action .dropdown-menu .container .status-icon {
  color: #ddd;
  right: -10px;
}

.service-task-status .status-action .task-status-icon {
  padding-top: 2px;
  padding-left: 5px;
}
.settings-page ul.nav.nav-tabs.pof-tabs {
  top: 0;
}

.settings-page button.btn.btn-primary.pof-button.square.icon-only,
.settings-page a.btn.btn-primary.pof-button.square.icon-only {
  position: absolute;
  right: 5px;
  top: 5px;
}

.settings-page .settings-clean-up {
  margin-top: 30px;
}

.settings-page .general-basic-info .pof-system-version,
.settings-page .system-config .pof-system-version {
  position: relative;
}

.settings-page .general-basic-info .form-block,
.settings-page .system-config .form-block {
  box-shadow: none;
}

.settings-page .general-basic-info .form-block input.readonly,
.settings-page .system-config .form-block input.readonly {
  color: #BDBDBD;
}

.settings-page .general-basic-info .form-block .error .btn.dropdown-toggle.selectpicker,
.settings-page .system-config .form-block .error .btn.dropdown-toggle.selectpicker {
  border-color: #ed6b75;
  box-shadow: none;
}

.settings-page .lookups-page .side-menu {
  width: 50%;
}

.settings-page .lookups-page .list-row:hover {
  background-color: #BDBDBD;
}

.settings-page .lookups-page .footer {
  position: fixed;
  bottom: 0px;
  background-color: #f7f7f7;
}

.settings-page .lookups-page .footer button.cancel-icon {
  min-width: 137px;
  font: 12px OpenSans-Bold;
  padding: 8px;
}

.setting-page-reset-invoice-tab .shows-services-items .item {
  box-shadow: 0px 1px 10px 0px #e5e5e5;
}

.setting-page-reset-invoice-tab .shows-services-items .item i.glyphicon.glyphicon-circle-arrow-down {
  color: #c3bdbd;
}

.setting-page-reset-invoice-tab .shows-services-items .item .presentation-icon {
  cursor: default;
}

.setting-page-reset-invoice-tab .shows-services-items .item .service-icon {
  cursor: default;
}

.setting-page-reset-invoice-tab .data-info {
  font-size: 10px;
}

.setting-page-reset-invoice-tab .search-by {
  text-align: center;
}

.setting-page-reset-invoice-tab button.reset-invoice {
  border-radius: 0;
}

.media-type-page .edit-media {
  margin-top: 4px;
  margin-right: 5px;
}

#add_new_price_link {
  color: #4990e2;
  margin-top: 5px;
  left: 15px;
  margin-bottom: 10px;
  width: fit-content;
}

#add_new_price_link:hover {
  color: #4990e2;
  text-decoration: underline;
  cursor: pointer;
}

.edit_media_type .btn.selectpicker {
  height: 40px;
}

.ns-passed {
  background-color: #e6e6e6 !important;
  padding: 4px !important;
  border-radius: 50% !important;
  box-shadow: 0px 0px 5px 0px #e6e6e6 !important;
}

.ns-passed * {
  stroke: #32d296 !important;
  stroke-width: 2px;
}

.pof-badge {
  box-sizing: border-box;
  min-width: 18px;
  height: 18px;
  padding: 0 5px;
  border-radius: 500px;
  vertical-align: middle;
  border: 1px solid #009688;
  background: #fff;
  color: #009688 !important;
  font-size: 11px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  line-height: 0;
  box-shadow: 0 0 1px 0px #009688;
}
.summary-wrapper .history-table-wrapper {
  height: 400px;
  overflow: auto;
}

.summary-wrapper .history-table-wrapper .log-table tbody tr {
  border: none;
}

.summary-wrapper .history-table-wrapper .log-table tbody tr td {
  padding: 12px 1%;
  vertical-align: middle;
  border: none;
}

.summary-wrapper .history-table-wrapper .log-table tbody tr td:first-of-type {
  font-size: 10px;
  color: #c6c6c6;
}

.summary-wrapper .history-table-wrapper .log-table tbody tr td:nth-last-of-type(2) {
  border-left: 3px solid #7DB7F9;
}

.summary-wrapper .history-table-wrapper .log-table tbody tr td svg {
  position: relative;
  left: -16px;
}

.summary-wrapper .panel-summary {
  padding: 5px 10px;
  margin-bottom: 10px;
  background-color: #e7e6e6;
  border-radius: 1px;
  border: none;
  min-height: 45px;
  vertical-align: middle;
}

.summary-wrapper .panel-summary::before {
  content: '';
  display: inline-block;
  height: 100%;
  width: 0;
  vertical-align: middle;
}

.summary-wrapper .panel-summary .title {
  color: #9B9B9B;
  font-size: 12px;
  padding: 8px 0 0 0;
}

.summary-wrapper .panel-summary .value {
  color: #9B9B9B;
  font-size: 12px;
  padding: 8px 0 0 0;
  text-align: right;
}
.summary-pro-page .uk-card td {
  padding: 7px 12px;
}

nav#shows_nav .cell {
  padding: 20px 0;
  border: 1px solid transparent;
  border-bottom-color: #e0e0e0;
}

nav#shows_nav .cell a {
  align-items: center;
}

nav#shows_nav .cell a .icon {
  box-sizing: border-box;
  width: 30px;
  color: #999;
  vertical-align: middle;
  display: inline-flex;
  justify-content: center;
  align-items: center;
}

nav#shows_nav .cell a:focus {
  outline: none;
  text-decoration: none;
}

nav#shows_nav .cell.uk-active {
  border: 1px solid #2196F3;
  border-radius: 7px;
  background-color: #2196f314;
  border-bottom-color: #2196F3 !important;
}

nav#shows_nav .cell.service {
  background-color: #fff8e3;
  padding: 5px 5px 5px 20px;
  font-size: 12px;
}

nav#shows_nav .cell.service.uk-active {
  background-color: #2196f314;
}
#info-text {
  color: rgba(128, 128, 128, 0.516);
  font-size: 90%;
  padding: 5px;
}

#recording_form .calendar {
  position: fixed;
  width: 700px;
  top: 0;
  height: 100%;
  right: 0;
  opacity: 0;
  background-color: #fff;
  transition: 0.2s;
  overflow-x: hidden;
  overflow-y: auto;
  box-shadow: #bdbdbd -3px 1px 9px 2px;
}

#recording_form .select2-selection.select2-selection--multiple {
  height: 36px;
  border-radius: 0;
  border: 1px solid #C5C2C5;
}

#recording_form .select2-selection__choice {
  background-color: #009688;
  border: 1px solid #00897B;
  color: #fff;
  border-radius: 0;
}

#recording_form .select2-selection__choice .select2-selection__choice__remove {
  margin-right: 7px;
  color: #dedada;
}

.media-tyoe-form .field_with_errors {
  display: inline-block;
}
.simditor {
  position: relative;
  border: 1px solid #c9d8db;
}

.simditor .simditor-wrapper {
  position: relative;
  background: #ffffff;
}

.simditor .simditor-wrapper>textarea {
  display: none !important;
  width: 100%;
  box-sizing: border-box;
  font-family: monaco;
  font-size: 16px;
  line-height: 1.6;
  border: none;
  padding: 22px 15px 40px;
  min-height: 300px;
  outline: none;
  background: transparent;
  resize: none;
}

.simditor .simditor-wrapper .simditor-placeholder {
  display: none;
  position: absolute;
  left: 0;
  z-index: 0;
  padding: 22px 15px;
  font-size: 16px;
  font-family: arial, sans-serif;
  line-height: 1.5;
  color: #999999;
  background: transparent;
}

.simditor .simditor-wrapper.toolbar-floating .simditor-toolbar {
  position: fixed;
  top: 0;
  z-index: 10;
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.1);
}

.simditor .simditor-wrapper .simditor-image-loading {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
}

.simditor .simditor-wrapper .simditor-image-loading .progress {
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
  position: absolute;
  bottom: 0;
  left: 0;
}

.simditor .simditor-body {
  padding: 22px 15px 40px;
  min-height: 300px;
  outline: none;
  cursor: text;
  position: relative;
  z-index: 1;
  background: transparent;
}

.simditor .simditor-body a.selected {
  background: #b3d4fd;
}

.simditor .simditor-body a.simditor-mention {
  cursor: pointer;
}

.simditor .simditor-body .simditor-table {
  position: relative;
}

.simditor .simditor-body .simditor-table.resizing {
  cursor: col-resize;
}

.simditor .simditor-body .simditor-table .simditor-resize-handle {
  position: absolute;
  left: 0;
  top: 0;
  width: 10px;
  height: 100%;
  cursor: col-resize;
}

.simditor .simditor-body pre {
  /*min-height: 28px;*/
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  word-wrap: break-word !important;
  white-space: pre-wrap !important;
}

.simditor .simditor-body img {
  cursor: pointer;
}

.simditor .simditor-body img.selected {
  box-shadow: 0 0 0 4px #cccccc;
}

.simditor .simditor-paste-bin {
  position: fixed;
  bottom: 10px;
  right: 10px;
  width: 1px;
  height: 20px;
  font-size: 1px;
  line-height: 1px;
  overflow: hidden;
  padding: 0;
  margin: 0;
  opacity: 0;
  -webkit-user-select: text;
}

.simditor .simditor-toolbar {
  border-bottom: 1px solid #eeeeee;
  background: #ffffff;
  width: 100%;
}

.simditor .simditor-toolbar>ul {
  margin: 0;
  padding: 0 0 0 6px;
  list-style: none;
}

.simditor .simditor-toolbar>ul>li {
  position: relative;
  display: inline-block;
  font-size: 0;
}

.simditor .simditor-toolbar>ul>li>span.separator {
  display: inline-block;
  background: #cfcfcf;
  width: 1px;
  height: 18px;
  margin: 11px 15px;
  vertical-align: middle;
}

.simditor .simditor-toolbar>ul>li>.toolbar-item {
  display: inline-block;
  width: 46px;
  height: 40px;
  outline: none;
  color: #333333;
  font-size: 15px;
  line-height: 40px;
  vertical-align: middle;
  text-align: center;
  text-decoration: none;
}

.simditor .simditor-toolbar>ul>li>.toolbar-item span {
  opacity: 0.6;
}

.simditor .simditor-toolbar>ul>li>.toolbar-item span.simditor-icon {
  display: inline;
  line-height: normal;
}

.simditor .simditor-toolbar>ul>li>.toolbar-item:hover span {
  opacity: 1;
}

.simditor .simditor-toolbar>ul>li>.toolbar-item.active {
  background: #eeeeee;
}

.simditor .simditor-toolbar>ul>li>.toolbar-item.active span {
  opacity: 1;
}

.simditor .simditor-toolbar>ul>li>.toolbar-item.disabled {
  cursor: default;
}

.simditor .simditor-toolbar>ul>li>.toolbar-item.disabled span {
  opacity: 0.3;
}

.simditor .simditor-toolbar>ul>li>.toolbar-item.toolbar-item-title span:before {
  content: "H";
  font-size: 19px;
  font-weight: bold;
  font-family: "Times New Roman";
}

.simditor .simditor-toolbar>ul>li>.toolbar-item.toolbar-item-title.active-h1 span:before {
  content: "H1";
  font-size: 18px;
}

.simditor .simditor-toolbar>ul>li>.toolbar-item.toolbar-item-title.active-h2 span:before {
  content: "H2";
  font-size: 18px;
}

.simditor .simditor-toolbar>ul>li>.toolbar-item.toolbar-item-title.active-h3 span:before {
  content: "H3";
  font-size: 18px;
}

.simditor .simditor-toolbar>ul>li>.toolbar-item.toolbar-item-image {
  position: relative;
  overflow: hidden;
}

.simditor .simditor-toolbar>ul>li>.toolbar-item.toolbar-item-image>input[type=file] {
  position: absolute;
  right: 0px;
  top: 0px;
  opacity: 0;
  font-size: 100px;
  cursor: pointer;
}

.simditor .simditor-toolbar>ul>li.menu-on .toolbar-item {
  position: relative;
  z-index: 20;
  background: #ffffff;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3);
}

.simditor .simditor-toolbar>ul>li.menu-on .toolbar-item span {
  opacity: 1;
}

.simditor .simditor-toolbar>ul>li.menu-on .toolbar-menu {
  display: block;
}

.simditor .simditor-toolbar .toolbar-menu {
  display: none;
  position: absolute;
  top: 40px;
  left: 0;
  z-index: 21;
  background: #ffffff;
  text-align: left;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.3);
}

.simditor .simditor-toolbar .toolbar-menu:before {
  content: "";
  display: block;
  width: 46px;
  height: 4px;
  background: #ffffff;
  position: absolute;
  top: -3px;
  left: 0;
}

.simditor .simditor-toolbar .toolbar-menu ul {
  min-width: 160px;
  list-style: none;
  margin: 0;
  padding: 10px 1px;
}

.simditor .simditor-toolbar .toolbar-menu ul>li .menu-item {
  display: block;
  font-size: 16px;
  line-height: 2em;
  padding: 0 10px;
  text-decoration: none;
  color: #666666;
}

.simditor .simditor-toolbar .toolbar-menu ul>li .menu-item:hover {
  background: #f6f6f6;
}

.simditor .simditor-toolbar .toolbar-menu ul>li .menu-item.menu-item-h1 {
  font-size: 24px;
  color: #333333;
}

.simditor .simditor-toolbar .toolbar-menu ul>li .menu-item.menu-item-h2 {
  font-size: 22px;
  color: #333333;
}

.simditor .simditor-toolbar .toolbar-menu ul>li .menu-item.menu-item-h3 {
  font-size: 20px;
  color: #333333;
}

.simditor .simditor-toolbar .toolbar-menu ul>li .menu-item.menu-item-h4 {
  font-size: 18px;
  color: #333333;
}

.simditor .simditor-toolbar .toolbar-menu ul>li .menu-item.menu-item-h5 {
  font-size: 16px;
  color: #333333;
}

.simditor .simditor-toolbar .toolbar-menu ul>li .separator {
  display: block;
  border-top: 1px solid #cccccc;
  height: 0;
  line-height: 0;
  font-size: 0;
  margin: 6px 0;
}

.simditor .simditor-toolbar .toolbar-menu.toolbar-menu-color {
  width: 96px;
}

.simditor .simditor-toolbar .toolbar-menu.toolbar-menu-color .color-list {
  height: 40px;
  margin: 10px 6px 6px 10px;
  padding: 0;
  min-width: 0;
}

.simditor .simditor-toolbar .toolbar-menu.toolbar-menu-color .color-list li {
  float: left;
  margin: 0 4px 4px 0;
}

.simditor .simditor-toolbar .toolbar-menu.toolbar-menu-color .color-list li .font-color {
  display: block;
  width: 16px;
  height: 16px;
  background: #dfdfdf;
  border-radius: 2px;
}

.simditor .simditor-toolbar .toolbar-menu.toolbar-menu-color .color-list li .font-color:hover {
  opacity: 0.8;
}

.simditor .simditor-toolbar .toolbar-menu.toolbar-menu-color .color-list li .font-color.font-color-default {
  background: #333333;
}

.simditor .simditor-toolbar .toolbar-menu.toolbar-menu-color .color-list li .font-color-1 {
  background: #E33737;
}

.simditor .simditor-toolbar .toolbar-menu.toolbar-menu-color .color-list li .font-color-2 {
  background: #e28b41;
}

.simditor .simditor-toolbar .toolbar-menu.toolbar-menu-color .color-list li .font-color-3 {
  background: #c8a732;
}

.simditor .simditor-toolbar .toolbar-menu.toolbar-menu-color .color-list li .font-color-4 {
  background: #209361;
}

.simditor .simditor-toolbar .toolbar-menu.toolbar-menu-color .color-list li .font-color-5 {
  background: #418caf;
}

.simditor .simditor-toolbar .toolbar-menu.toolbar-menu-color .color-list li .font-color-6 {
  background: #aa8773;
}

.simditor .simditor-toolbar .toolbar-menu.toolbar-menu-color .color-list li .font-color-7 {
  background: #999999;
}

.simditor .simditor-toolbar .toolbar-menu.toolbar-menu-table .menu-create-table {
  background: #ffffff;
  padding: 1px;
}

.simditor .simditor-toolbar .toolbar-menu.toolbar-menu-table .menu-create-table table {
  border: none;
  border-collapse: collapse;
  border-spacing: 0;
  table-layout: fixed;
}

.simditor .simditor-toolbar .toolbar-menu.toolbar-menu-table .menu-create-table table td {
  padding: 0;
  cursor: pointer;
}

.simditor .simditor-toolbar .toolbar-menu.toolbar-menu-table .menu-create-table table td:before {
  width: 16px;
  height: 16px;
  border: 1px solid #ffffff;
  background: #f3f3f3;
  display: block;
  content: "";
}

.simditor .simditor-toolbar .toolbar-menu.toolbar-menu-table .menu-create-table table td.selected:before {
  background: #cfcfcf;
}

.simditor .simditor-toolbar .toolbar-menu.toolbar-menu-table .menu-edit-table {
  display: none;
}

.simditor .simditor-toolbar .toolbar-menu.toolbar-menu-table .menu-edit-table ul li {
  white-space: nowrap;
}

.simditor .simditor-toolbar .toolbar-menu.toolbar-menu-image .menu-item-upload-image {
  position: relative;
  overflow: hidden;
}

.simditor .simditor-toolbar .toolbar-menu.toolbar-menu-image .menu-item-upload-image input[type=file] {
  position: absolute;
  right: 0px;
  top: 0px;
  opacity: 0;
  font-size: 100px;
  cursor: pointer;
}

.simditor .simditor-toolbar .toolbar-menu.toolbar-menu-alignment {
  width: 100%;
}

.simditor .simditor-toolbar .toolbar-menu.toolbar-menu-alignment ul {
  min-width: 100%;
}

.simditor .simditor-toolbar .toolbar-menu.toolbar-menu-alignment .menu-item {
  text-align: center;
}

.simditor .simditor-popover {
  display: none;
  padding: 5px 8px 0;
  background: #ffffff;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.4);
  border-radius: 2px;
  position: absolute;
  z-index: 2;
}

.simditor .simditor-popover .settings-field {
  margin: 0 0 5px 0;
  font-size: 12px;
  height: 25px;
  line-height: 25px;
}

.simditor .simditor-popover .settings-field label {
  display: inline-block;
  margin: 0 5px 0 0;
}

.simditor .simditor-popover .settings-field input[type=text] {
  display: inline-block;
  width: 200px;
  box-sizing: border-box;
  font-size: 12px;
}

.simditor .simditor-popover .settings-field input[type=text].image-size {
  width: 83px;
}

.simditor .simditor-popover .settings-field .times {
  display: inline-block;
  width: 26px;
  font-size: 12px;
  text-align: center;
}

.simditor .simditor-popover.link-popover .btn-unlink,
.simditor .simditor-popover.image-popover .btn-upload,
.simditor .simditor-popover.image-popover .btn-restore {
  display: inline-block;
  margin: 0 0 0 5px;
  color: #333333;
  font-size: 14px;
  outline: 0;
}

.simditor .simditor-popover.link-popover .btn-unlink span,
.simditor .simditor-popover.image-popover .btn-upload span,
.simditor .simditor-popover.image-popover .btn-restore span {
  opacity: 0.6;
}

.simditor .simditor-popover.link-popover .btn-unlink:hover span,
.simditor .simditor-popover.image-popover .btn-upload:hover span,
.simditor .simditor-popover.image-popover .btn-restore:hover span {
  opacity: 1;
}

.simditor .simditor-popover.image-popover .btn-upload {
  position: relative;
  display: inline-block;
  overflow: hidden;
  vertical-align: middle;
}

.simditor .simditor-popover.image-popover .btn-upload input[type=file] {
  position: absolute;
  right: 0px;
  top: 0px;
  opacity: 0;
  height: 100%;
  width: 28px;
}

.simditor.simditor-mobile .simditor-wrapper.toolbar-floating .simditor-toolbar {
  position: absolute;
  top: 0;
  z-index: 10;
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.1);
}

.simditor .simditor-body,
.editor-style {
  font-size: 16px;
  font-family: arial, sans-serif;
  line-height: 1.6;
  color: #333;
  outline: none;
  word-wrap: break-word;
}

.simditor .simditor-body> :first-child,
.editor-style> :first-child {
  margin-top: 0 !important;
}

.simditor .simditor-body a,
.editor-style a {
  color: #4298BA;
  text-decoration: none;
  word-break: break-all;
}

.simditor .simditor-body a:visited,
.editor-style a:visited {
  color: #4298BA;
}

.simditor .simditor-body a:hover,
.editor-style a:hover {
  color: #0F769F;
}

.simditor .simditor-body a:active,
.editor-style a:active {
  color: #9E792E;
}

.simditor .simditor-body a:hover,
.simditor .simditor-body a:active,
.editor-style a:hover,
.editor-style a:active {
  outline: 0;
}

.simditor .simditor-body h1,
.simditor .simditor-body h2,
.simditor .simditor-body h3,
.simditor .simditor-body h4,
.simditor .simditor-body h5,
.simditor .simditor-body h6,
.editor-style h1,
.editor-style h2,
.editor-style h3,
.editor-style h4,
.editor-style h5,
.editor-style h6 {
  font-weight: normal;
  margin: 40px 0 20px;
  color: #000000;
}

.simditor .simditor-body h1,
.editor-style h1 {
  font-size: 24px;
}

.simditor .simditor-body h2,
.editor-style h2 {
  font-size: 22px;
}

.simditor .simditor-body h3,
.editor-style h3 {
  font-size: 20px;
}

.simditor .simditor-body h4,
.editor-style h4 {
  font-size: 18px;
}

.simditor .simditor-body h5,
.editor-style h5 {
  font-size: 16px;
}

.simditor .simditor-body h6,
.editor-style h6 {
  font-size: 16px;
}

.simditor .simditor-body p,
.simditor .simditor-body div,
.editor-style p,
.editor-style div {
  word-wrap: break-word;
  margin: 0 0 15px 0;
  color: #333;
  word-wrap: break-word;
}

.simditor .simditor-body b,
.simditor .simditor-body strong,
.editor-style b,
.editor-style strong {
  font-weight: bold;
}

.simditor .simditor-body i,
.simditor .simditor-body em,
.editor-style i,
.editor-style em {
  font-style: italic;
}

.simditor .simditor-body u,
.editor-style u {
  text-decoration: underline;
}

.simditor .simditor-body strike,
.simditor .simditor-body del,
.editor-style strike,
.editor-style del {
  text-decoration: line-through;
}

.simditor .simditor-body ul,
.simditor .simditor-body ol,
.editor-style ul,
.editor-style ol {
  list-style: disc outside none;
  margin: 15px 0;
  padding: 0 0 0 40px;
  line-height: 1.6;
}

.simditor .simditor-body ul ul,
.simditor .simditor-body ul ol,
.simditor .simditor-body ol ul,
.simditor .simditor-body ol ol,
.editor-style ul ul,
.editor-style ul ol,
.editor-style ol ul,
.editor-style ol ol {
  padding-left: 30px;
}

.simditor .simditor-body ul ul,
.simditor .simditor-body ol ul,
.editor-style ul ul,
.editor-style ol ul {
  list-style: circle outside none;
}

.simditor .simditor-body ul ul ul,
.simditor .simditor-body ol ul ul,
.editor-style ul ul ul,
.editor-style ol ul ul {
  list-style: square outside none;
}

.simditor .simditor-body ol,
.editor-style ol {
  list-style: decimal;
}

.simditor .simditor-body blockquote,
.editor-style blockquote {
  border-left: 6px solid #ddd;
  padding: 5px 0 5px 10px;
  margin: 15px 0 15px 15px;
}

.simditor .simditor-body blockquote> :first-child,
.editor-style blockquote> :first-child {
  margin-top: 0;
}

.simditor .simditor-body code,
.editor-style code {
  display: inline-block;
  padding: 0 4px;
  margin: 0 5px;
  background: #eeeeee;
  border-radius: 3px;
  font-size: 13px;
  font-family: "monaco", "Consolas", "Liberation Mono", Courier, monospace;
}

.simditor .simditor-body pre,
.editor-style pre {
  padding: 10px 5px 10px 10px;
  margin: 15px 0;
  display: block;
  line-height: 18px;
  background: #F0F0F0;
  border-radius: 3px;
  font-size: 13px;
  font-family: "monaco", "Consolas", "Liberation Mono", Courier, monospace;
  white-space: pre;
  word-wrap: normal;
  overflow-x: auto;
}

.simditor .simditor-body pre code,
.editor-style pre code {
  display: block;
  padding: 0;
  margin: 0;
  background: none;
  border-radius: 0;
}

.simditor .simditor-body hr,
.editor-style hr {
  display: block;
  height: 0px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 15px 0;
  padding: 0;
}

.simditor .simditor-body table,
.editor-style table {
  width: 100%;
  table-layout: fixed;
  border-collapse: collapse;
  border-spacing: 0;
  margin: 15px 0;
}

.simditor .simditor-body table thead,
.editor-style table thead {
  background-color: #f9f9f9;
}

.simditor .simditor-body table td,
.simditor .simditor-body table th,
.editor-style table td,
.editor-style table th {
  min-width: 40px;
  height: 30px;
  border: 1px solid #ccc;
  vertical-align: top;
  padding: 2px 4px;
  text-align: left;
  box-sizing: border-box;
}

.simditor .simditor-body table td.active,
.simditor .simditor-body table th.active,
.editor-style table td.active,
.editor-style table th.active {
  background-color: #ffffee;
}

.simditor .simditor-body img,
.editor-style img {
  margin: 0 5px;
  vertical-align: middle;
}

@font-face {
  font-family: "Simditor";
  src: url(data:application/font-woff;charset=utf-8;base64,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) format("woff");
  font-weight: normal;
  font-style: normal;
}

.simditor-icon {
  display: inline-block;
  font: normal normal normal 14px/1 "Simditor";
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transform: translate(0, 0);
}

.simditor-icon-code:before {
  content: "\f000";
}

.simditor-icon-bold:before {
  content: "\f001";
}

.simditor-icon-italic:before {
  content: "\f002";
}

.simditor-icon-underline:before {
  content: "\f003";
}

.simditor-icon-times:before {
  content: "\f004";
}

.simditor-icon-strikethrough:before {
  content: "\f005";
}

.simditor-icon-list-ol:before {
  content: "\f006";
}

.simditor-icon-list-ul:before {
  content: "\f007";
}

.simditor-icon-quote-left:before {
  content: "\f008";
}

.simditor-icon-table:before {
  content: "\f009";
}

.simditor-icon-link:before {
  content: "\f00a";
}

.simditor-icon-picture-o:before {
  content: "\f00b";
}

.simditor-icon-minus:before {
  content: "\f00c";
}

.simditor-icon-indent:before {
  content: "\f00d";
}

.simditor-icon-outdent:before {
  content: "\f00e";
}

.simditor-icon-unlink:before {
  content: "\f00f";
}

.simditor-icon-caret-down:before {
  content: "\f010";
}

.simditor-icon-caret-right:before {
  content: "\f011";
}

.simditor-icon-upload:before {
  content: "\f012";
}

.simditor-icon-undo:before {
  content: "\f013";
}

.simditor-icon-smile-o:before {
  content: "\f014";
}

.simditor-icon-tint:before {
  content: "\f015";
}

.simditor-icon-font:before {
  content: "\f016";
}

.simditor-icon-html5:before {
  content: "\f017";
}

.simditor-icon-mark:before {
  content: "\f018";
}

.simditor-icon-align-center:before {
  content: "\f019";
}

.simditor-icon-align-left:before {
  content: "\f01a";
}

.simditor-icon-align-right:before {
  content: "\f01b";
}

.simditor-icon-font-minus:before {
  content: "\f01c";
}

.simditor-icon-markdown:before {
  content: "\f01d";
}

.simditor-icon-checklist:before {
  content: "\f01e";
}
.simple-calendar table {
  -webkit-border-horizontal-spacing: 0px;
  -webkit-border-vertical-spacing: 0px;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid rgb(221, 221, 221);
  border-collapse: collapse;
  box-sizing: border-box;
  max-width: 100%;
  width: 100%;
}

.simple-calendar tr {
  border-collapse: collapse;
}

.simple-calendar th {
  padding: 6px;
  border-bottom: 2px solid rgb(221, 221, 221);
  border-collapse: collapse;
  border-left: 1px solid rgb(221, 221, 221);
  border-right: 1px solid rgb(221, 221, 221);
  border-top: 0px none rgb(51, 51, 51);
  box-sizing: border-box;
  text-align: left;
}

.simple-calendar td {
  padding: 6px;
  vertical-align: top;
  width: 14%;
  border: 1px solid #ddd;
  border-top-color: rgb(221, 221, 221);
  border-top-style: solid;
  border-top-width: 1px;
  border-right-color: rgb(221, 221, 221);
  border-right-style: solid;
  border-right-width: 1px;
  border-bottom-color: rgb(221, 221, 221);
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-left-color: rgb(221, 221, 221);
  border-left-style: solid;
  border-left-width: 1px;
}

.simple-calendar .calendar-heading nav {
  display: inline-block;
}

.simple-calendar .day {
  height: 80px;
}

.simple-calendar .today {
  background: #FFFFC0;
}

.simple-calendar .prev-month {
  background: #DDD;
}

.simple-calendar .next-month {
  background: #DDD;
}
.board-statistics-page .view-list {
  margin: 0px;
}

.board-statistics-page .progress {
  height: 8px !important;
  margin-bottom: 0px !important;
}

.board-statistics-page .filter #filter_dropdown {
  background-color: transparent;
  border: transparent;
  color: #a3b1be;
}

.board-statistics-page .filter .dropdown-menu {
  min-width: fit-content;
}

.board-statistics-page .border-right,
.board-statistics-page .border-left,
.board-statistics-page .border-top,
.board-statistics-page .border-bottom,
.board-statistics-page .border {
  border-color: #e9ecf2;
}

.board-statistics-page .media-types-block {
  border: 1px solid #dee2e6;
  border-radius: 5px;
  height: 220px;
  overflow: auto;
}

.board-statistics-page .chart-block {
  height: 260px;
  border: 1px solid #dee2e6;
  border-radius: 5px;
}

.board-statistics-page .chart-block .guide {
  display: inline-block;
  width: 10px;
  height: 10px;
  position: absolute;
  left: 2px;
}

.board-statistics-page .chart-block .chart-container {
  height: 255px;
}

.board-statistics-page .spinner {
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  position: absolute;
  font-size: 10em;
}

.board-statistics-page .animate-text-color {
  animation: color-change 4s infinite;
}

@keyframes color-change {
  0% {
    color: #c2185b;
  }

  50% {
    color: #009688;
  }

  90% {
    color: #1976d2;
  }

  100% {
    color: #a02d5b;
  }
}

.board-statistics-page .media-types-block span.glyphicon,
.board-statistics-page .media-types-block span.fa {
  background-color: #e5e7ec;
  padding: 5px;
  border-radius: 10px;
  color: #1665c0;
}
.tasks-list-wrapper .tasks-list-header ul.nav.nav-tabs {
  width: 100%;
  padding-right: 10px;
  background-color: #fff;
}

.tasks-list-wrapper .tasks-list-header ul.nav.nav-tabs li {
  padding: 2px;
}

.tasks-list-wrapper .tasks-list-header ul.nav.nav-tabs li .search {
  position: relative;
  bottom: 4px;
}

.tasks-list-wrapper .tasks-list-header ul.nav.nav-tabs li.active {
  padding-bottom: 7px;
}

.tasks-list-wrapper .task-list-element {
  margin: 10px 0;
  vertical-align: middle;
  border-bottom: 1px solid #dfdcdf;
}

.tasks-list-wrapper .task-list-element:first-child {
  margin-top: 0;
}

.tasks-list-wrapper .task-list-element .checkbox-container {
  display: inline-block;
  width: 1%;
  min-width: 12px;
}

.tasks-list-wrapper .task-list-element .icon-container {
  display: inline-block;
  vertical-align: middle;
}

.tasks-list-wrapper .task-list-element .icon-container .icon {
  display: table-cell;
  height: 54px;
  width: 54px;
  background-color: #d8d8d8;
  font-size: 20px;
  color: #fff;
  border-radius: 50%;
  vertical-align: middle;
  text-align: center;
}

.tasks-list-wrapper .task-list-element .main-block {
  display: inline-block;
  height: 100%;
  vertical-align: top;
  padding: 0;
  padding-left: 10px;
}

.tasks-list-wrapper .task-list-element .main-block .status-row .status-bar {
  display: inline-block;
}

.tasks-list-wrapper .task-list-element .main-block .status-row .status-bar span {
  display: inline-block;
  padding: 0 5px;
  color: #fff;
  font-size: 11px;
  font-weight: bold;
  text-align: center;
  border-radius: 0;
}

.tasks-list-wrapper .task-list-element .main-block .title-row .title {
  font-size: 15px;
}

.tasks-list-wrapper .task-list-element .main-block .title-row a {
  color: #737274;
  margin: 5px 0;
  display: inline-block;
  text-decoration: none;
}

.tasks-list-wrapper .task-list-element .main-block .info-row {
  font-size: 12px;
  color: #9b9b9b;
}

.tasks-list-wrapper .task-list-element .tools-block {
  display: inline-block;
  vertical-align: middle;
  top: 20px;
}

.tasks-list-wrapper .task-list-element .tools-block a,
.tasks-list-wrapper .task-list-element .tools-block button {
  display: inline-block;
  width: 35px;
  margin-left: 10px;
  cursor: pointer;
  outline: none;
  position: relative;
  background-color: transparent;
}

.tasks-list-wrapper .task-list-element .tools-block a:disabled,
.tasks-list-wrapper .task-list-element .tools-block button:disabled {
  cursor: not-allowed;
  border-color: #eee;
}

.tasks-list-wrapper .task-list-element .tools-block a .glyphicon,
.tasks-list-wrapper .task-list-element .tools-block button .glyphicon {
  top: -1px;
}

.tasks-list-wrapper .task-list-element .tools-block a .glyphicon.spinner,
.tasks-list-wrapper .task-list-element .tools-block button .glyphicon.spinner {
  top: 6px;
  right: 6px;
  color: #f0ad4e;
}

.tasks-list-wrapper .task-list-element .tools-block .tool {
  display: inline-block;
  color: #c4c2c5;
  font-size: 14px;
  border: 2px solid #c4c2c5;
  width: 30px;
  height: 30px;
  border-radius: 15px;
  text-align: center;
  vertical-align: middle;
  line-height: 27px;
}

.tasks-list-wrapper .task-list-element:last-child {
  border-bottom: 0;
  margin-bottom: 0;
}

.tasks-form-wrapper .form-block {
  margin-bottom: 10px;
  margin-top: 0;
}

.tasks-form-wrapper .form-block.basic-info .description {
  height: 228px;
}

.tasks-form-wrapper ul.form-nav {
  margin-bottom: 10px;
}

.task.billing {
  background-color: #69A5EA;
  border-color: #69A5EA;
}

.task.production {
  background-color: #B772F4;
  border-color: #B772F4;
}

.task.status {
  background-color: #7FC92E;
  border-color: #7FC92E;
}

.task.sales {
  background-color: #ED5366;
  border-color: #ED5366;
}

.task.vendor {
  background-color: #F6A623;
  border-color: #F6A623;
}

.task.follow-up {
  background-color: #eccb00;
  border-color: #eccb00;
}

.task.password {
  background-color: #9b9b9b;
  border-color: #9b9b9b;
}

.task.materials {
  background-color: #607d8b;
  border-color: #607d8b;
}

.task.misc {
  background-color: #009966;
  border-color: #009966;
}

.task.conferencing {
  background-color: #FFBD33;
  border-color: #FFBD33;
}

.task.quote{
  background-color: #e91e63;
  border-color: #e91e63;  
}

.edit-task-row {
  border-left: 5px solid #51b054;
  background-color: #4cae502e;
}

.days .btn-default.active {
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  background-color: #0096fb !important;
  color: #fff !important;
}

.btn-group>.btn:focus,
.btn-group>.btn:active,
.btn-group>.btn.active {
  outline: none;
}

.email_summary_robot_icon {
  position: absolute;
  top: 10px;
  left: -22px;
  font-size: 20px;
}

.ai-link:hover {
  cursor: grab;
}

.task-pro-page #task_shows .cell {
  padding: 20px 0;
  border: 1px solid transparent;
  border-bottom-color: #e0e0e0;
}

.task-pro-page #task_shows .cell a {
  align-items: center;
}

.task-pro-page #task_shows .cell a .icon {
  box-sizing: border-box;
  width: 30px;
  color: #999;
  vertical-align: middle;
  display: inline-flex;
  justify-content: center;
  align-items: center;
}

.task-pro-page #task_shows .cell a:focus {
  outline: none;
  text-decoration: none;
}

.task-pro-page #task_shows .cell.uk-active {
  border: 1px solid #2196F3;
  border-radius: 7px;
  background-color: #2196f314;
  border-bottom-color: #2196F3 !important;
}

.task-pro-page #task_shows .cell.service {
  background-color: #fff8e3;
  padding: 5px 5px 5px 20px;
  font-size: 12px;
}

.task-pro-page #task_shows .cell.service.uk-active {
  background-color: #2196f314;
}

.task-pro-page .task-card header {
  border-bottom: 1px solid #eee;
  padding-bottom: 10px;
}

.task-pro-page .task-card header .task-completed {
  width: 24px;
  height: 24px;
}

.task-pro-page .task-card .html-content-preview {
  font-size: 12px;
}

.task-pro-page .task-card .html-content-preview p {
  margin: 0;
}

.show-task-popup .status-action .btn.flat {
  background-color: transparent !important;
  border: none !important;
  border-radius: 0 !important;
  padding: inherit !important;
  width: auto !important;
  height: auto !important;
  color: inherit !important;
  font-weight: normal !important;
  min-width: auto !important;
  text-transform: unset !important;
  font-family: inherit !important;
  font-size: inherit !important;
}

.task-notes .simditor{
  width: 100%;
}
.snowflake {
  color: white;
  text-shadow: 0 0 1px rgba(0, 0, 0, 0.2509803922);
}

.snowflake.large {
  font-size: 30px;
}

.snowflake.medium {
  font-size: 25px;
}

.snowflake.small {
  font-size: 20px;
}

.snowflake.larger {
  font-size: 35px;
}

.snowflake.tiny {
  font-size: 15px;
}

@-webkit-keyframes snowflakes-fall {
  0% {
    top: -10%;
  }

  100% {
    top: 100%;
  }
}

@-webkit-keyframes snowflakes-shake {
  0% {
    -webkit-transform: translateX(0px);
    transform: translateX(0px);
  }

  50% {
    -webkit-transform: translateX(80px);
    transform: translateX(80px);
  }

  100% {
    -webkit-transform: translateX(0px);
    transform: translateX(0px);
  }
}

@keyframes snowflakes-fall {
  0% {
    top: -10%;
  }

  100% {
    top: 100%;
  }
}

@keyframes snowflakes-shake {
  0% {
    transform: translateX(0px);
  }

  50% {
    transform: translateX(80px);
  }

  100% {
    transform: translateX(0px);
  }
}

.snowflake {
  position: fixed;
  top: -10%;
  z-index: 9999;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  cursor: default;
  -webkit-animation-name: snowflakes-fall, snowflakes-shake;
  -webkit-animation-duration: 10s, 3s;
  -webkit-animation-timing-function: linear, ease-in-out;
  -webkit-animation-iteration-count: infinite, infinite;
  -webkit-animation-play-state: running, running;
  animation-name: snowflakes-fall, snowflakes-shake;
  animation-duration: 10s, 3s;
  animation-timing-function: linear, ease-in-out;
  animation-iteration-count: infinite, infinite;
  animation-play-state: running, running;
}

.snowflake:nth-of-type(0) {
  left: 1%;
  -webkit-animation-delay: 0s, 0s;
  animation-delay: 0s, 0s;
}

.snowflake:nth-of-type(1) {
  left: 10%;
  -webkit-animation-delay: 1s, 1s;
  animation-delay: 1s, 1s;
}

.snowflake:nth-of-type(2) {
  left: 20%;
  -webkit-animation-delay: 6s, 0.5s;
  animation-delay: 6s, 0.5s;
}

.snowflake:nth-of-type(3) {
  left: 30%;
  -webkit-animation-delay: 4s, 2s;
  animation-delay: 4s, 2s;
}

.snowflake:nth-of-type(4) {
  left: 40%;
  -webkit-animation-delay: 2s, 2s;
  animation-delay: 2s, 2s;
}

.snowflake:nth-of-type(5) {
  left: 50%;
  -webkit-animation-delay: 8s, 3s;
  animation-delay: 8s, 3s;
}

.snowflake:nth-of-type(6) {
  left: 60%;
  -webkit-animation-delay: 6s, 2s;
  animation-delay: 6s, 2s;
}

.snowflake:nth-of-type(7) {
  left: 70%;
  -webkit-animation-delay: 2.5s, 1s;
  animation-delay: 2.5s, 1s;
}

.snowflake:nth-of-type(8) {
  left: 80%;
  -webkit-animation-delay: 1s, 0s;
  animation-delay: 1s, 0s;
}

.snowflake:nth-of-type(9) {
  left: 90%;
  -webkit-animation-delay: 3s, 1.5s;
  animation-delay: 3s, 1.5s;
}

.christmasLights {
  animation: flash 2s step-start infinite;
  border-image-repeat: round;
  border-image-slice: 50% 0;
  border-style: solid;
  width: 100%;
  margin-top: -20px;
  margin-bottom: -31px;
  zoom: 0.6;
  margin-bottom: 10px;
}

@keyframes flash {
  0% {
    border-width: 100px 0 0;
  }

  50% {
    border-width: 0 0 100px;
  }

  100% {
    border-width: 100px 0 0;
  }
}

.christmasLights {
  border-image-source: url(data:image/png;base64,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);
}
.workshop-page {
  padding-left: 50px;
}

.workshop-page .workshop-container {
  overflow: hidden;
}

.workshop-page .sidebar-menu {
  margin: 0;
  padding: 40px 0 0 0;
  width: 50px;
  background-color: #f1f1f1;
  position: fixed;
  left: 240px;
  top: 50px;
  height: 100%;
  overflow: auto;
  box-shadow: none;
  background-color: transparent;
  border-right: 1px solid #b1b1b1;
  transition: 0.3s;
}

.workshop-page .sidebar-menu a {
  display: block;
  color: #9a9a9a;
  padding: 16px;
  text-decoration: none;
  font-size: 18px;
  text-align: center;
  transition: 0.3s;
}

.workshop-page .sidebar-menu a svg {
  fill: #9a9a9a;
  width: 18px;
  height: 18px;
}

.workshop-page .sidebar-menu a.active {
  color: #585757;
}

.workshop-page .sidebar-menu a.active svg {
  fill: #585757;
}

.workshop-page .sidebar-menu a:hover:not(.active) {
  color: #676666;
}

.workshop-page .sidebar-menu a:hover:not(.active) svg {
  fill: #585757;
}

.workshop-page .filters-nav {
  border-bottom: 1px solid #CAC8CB;
  padding-bottom: 3px;
}

.workshop-page .filters-nav button {
  display: inline-block;
  text-align: center;
  color: #9a9a9a;
  padding: 0 16px;
  text-decoration: none;
  font-size: 13px;
  text-align: center;
  transition: 0.3s;
  background: 0;
  border: 0;
  border-right: 1px solid #CAC8CB;
}

.workshop-page .filters-nav button:first-child {
  padding-left: 0;
}

.workshop-page .filters-nav button:hover {
  color: #676666;
}

.workshop-page .content {
  background-color: #ffffff;
  margin-top: 10px;
  box-shadow: 0 0 1px 0px #bbbaba;
}

.workshop-page .kabban .headers h5 {
  margin: 0;
  text-align: center;
  cursor: default;
  border-bottom: 3px solid #d6d5d5;
  padding-bottom: 11px;
}

.workshop-page .kabban .cards {
  margin-top: 10px;
}

.workshop-page .kabban .cards .flex-column {
  flex: 23%;
  max-width: 23%;
  margin: 0 1%;
  padding: 0;
  border: solid 3px transparent;
}

.workshop-page .kabban .cards .card {
  word-break: break-word;
  position: relative;
  font-size: 12px;
  border: 1px solid #ddd;
  padding: 20px 10px 10px 10px;
  margin: 0 2px 20px 2px;
}

.workshop-page .kabban .cards .card .guide {
  display: block;
  width: 3px;
  height: 100%;
  position: absolute;
  top: 0;
  left: -1px;
}

.workshop-page .kabban .cards .card .card-icon {
  background-color: #eee;
  padding: 6px;
  border-radius: 50%;
}

.workshop-page .progress {
  width: 100%;
  position: absolute;
  top: 0%;
  left: 0%;
  height: 6px;
  border-radius: 0px;
}

.workshop-page .progress .progress-bar {
  height: 6px;
}

.workshop-page .column-drop-here {
  border: dashed 3px rgb(19, 121, 204) !important;
}

.workshop-page .column-drop-hover {
  border: dashed 3px rgb(41, 145, 54) !important;
}

.workshop-page .drag-card.workshop-card {
  background-color: white;
}

.workshop-page .filters-nav .filter-on {
  font-size: 15px;
  color: rgba(104, 115, 115, 0.9294117647);
}

.workshop-page .workshop-page .kabban .cards .card .guide {
  display: block;
  width: 3px;
  height: 100%;
}

.workshop-page .container {
  margin-top: 34px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  height: 100%;
  width: 100%;
  min-height: 100vh;
  background-color: rgba(255, 255, 255, 0.8196078431);
}

.workshop-page .loader {
  max-width: 15rem;
  width: 100%;
  height: auto;
  stroke-linecap: round;
  position: fixed;
  top: 50%;
  left: 53%;
}

.workshop-page circle {
  fill: none;
  stroke-width: 3.5;
  animation-name: preloader;
  animation-duration: 3s;
  animation-iteration-count: infinite;
  animation-timing-function: ease-in-out;
  transform-origin: 170px 170px;
  will-change: transform;
}

.workshop-page circle:nth-of-type(1) {
  stroke-dasharray: 550px;
}

.workshop-page circle:nth-of-type(2) {
  stroke-dasharray: 500px;
}

.workshop-page circle:nth-of-type(3) {
  stroke-dasharray: 450px;
}

.workshop-page circle:nth-of-type(4) {
  stroke-dasharray: 300px;
}

.workshop-page circle:nth-of-type(1) {
  animation-delay: -0.15s;
}

.workshop-page circle:nth-of-type(2) {
  animation-delay: -0.3s;
}

.workshop-page circle:nth-of-type(3) {
  animation-delay: -0.45s;
}

.workshop-page circle:nth-of-type(4) {
  animation-delay: -0.6s;
}

@keyframes preloader {
  50% {
    transform: rotate(360deg);
  }
}

.workshop-page .can-be-set {
  background: #4CAF50;
  color: #fff;
  padding: 4px;
  font-size: 14px;
  border-radius: 4px;
}

.workshop-page .ready-for-billing {
  background: #0096AC;
  color: #fff;
  padding: 4px;
  font-size: 14px;
  border-radius: 4px;
}

.workshop-page .show.guide,
.workshop-page .service.guide {
  display: block;
  width: 5px;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.workshop-page .media-workshop-title {
  border: solid 0.6px rgba(0, 0, 0, 0.1215686275);
  font-size: 100%;
}

.workshop-page .btn.media-type-menu-button {
  border: 0;
}

.workshop-page .media-list-item {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1215686275);
}

.workshop-page .dropdown-menu.media-type-dropdown {
  left: 15%;
}

.workshop-page .break-word {
  word-break: break-word;
}
/*!
 *  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-850dc529be9fdddf223a765f7762b3ba8784ffe59a92defe87c693c8ac752457.eot);
  src: url(/assets/fontawesome-webfont-850dc529be9fdddf223a765f7762b3ba8784ffe59a92defe87c693c8ac752457.eot?#iefix) format('embedded-opentype'), url(/assets/fontawesome-webfont-8decaf831d710b6cc69a45ef3b651b2ef2732104888c8ce697adad7061249fa5.woff2) format('woff2'), url(/assets/fontawesome-webfont-18800230cc7f3606cce5bac71263ed30e95faa54dbde7372bb50249ed9364072.woff) format('woff'), url(/assets/fontawesome-webfont-4fb1810e26cc52118f4ed0508d82176380479d9a8fd25a065e485785a58847e9.ttf) format('truetype'), url(/assets/fontawesome-webfont-ca24c86664f8c8a3c728cad60b5f2d82d372f61153f0693899408310f40d1a51.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;
}
.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;
}
.multiselect-container{position:absolute;list-style-type:none;margin:0;padding:0}.multiselect-container .input-group{margin:5px}.multiselect-container>li{padding:0}.multiselect-container>li>a.multiselect-all label{font-weight:700}.multiselect-container>li>label.multiselect-group{margin:0;padding:3px 20px;height:100%;font-weight:700}.multiselect-container>li>a{padding:0}.multiselect-container>li>a>label{margin:0;height:100%;cursor:pointer;font-weight:400;padding:3px 20px 3px 40px}.multiselect-container>li>a>label.radio,.multiselect-container>li>a>label.checkbox{margin:0}.multiselect-container>li>a>label>input[type=checkbox]{margin-bottom:5px}.btn-group>.btn-group:nth-child(2)>.multiselect.btn{border-top-left-radius:4px;border-bottom-left-radius:4px}.form-inline .multiselect-container label.checkbox,.form-inline .multiselect-container label.radio{padding:3px 20px 3px 40px}.form-inline .multiselect-container li a label.checkbox input[type=checkbox],.form-inline .multiselect-container li a label.radio input[type=radio]{margin-left:-20px;margin-right:0}
