/*
 * This is a manifest file that'll be compiled into application.css, which will include all the files
 * listed below.
 *
 * Any CSS and SCSS file within this directory, lib/assets/stylesheets, vendor/assets/stylesheets,
 * or 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 styles
 * defined in the other CSS/SCSS files in this directory. It is generally better to create a new
 * file per style scope.
 *



 */

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

/*






 */



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

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

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

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

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

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

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

/* states and images */
.ui-icon {
	width: 16px;
	height: 16px;
}
.ui-icon,
.ui-widget-content .ui-icon {
	background-image: url(/assets/jquery-ui/ui-icons_444444_256x240.png)/*{iconsContent}*/;
}
.ui-widget-header .ui-icon {
	background-image: url(/assets/jquery-ui/ui-icons_444444_256x240.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.png)/*{iconsHover}*/;
}
.ui-state-active .ui-icon,
.ui-button:active .ui-icon {
	background-image: url(/assets/jquery-ui/ui-icons_ffffff_256x240.png)/*{iconsActive}*/;
}
.ui-state-highlight .ui-icon,
.ui-button .ui-state-highlight.ui-icon {
	background-image: url(/assets/jquery-ui/ui-icons_777620_256x240.png)/*{iconsHighlight}*/;
}
.ui-state-error .ui-icon,
.ui-state-error-text .ui-icon {
	background-image: url(/assets/jquery-ui/ui-icons_cc0000_256x240.png)/*{iconsError}*/;
}
.ui-button .ui-icon {
	background-image: url(/assets/jquery-ui/ui-icons_777777_256x240.png)/*{iconsDefault}*/;
}

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


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

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

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

 */

/* Layout helpers
----------------------------------*/

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

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


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


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

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

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

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

 */

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

 */

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

 */

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

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

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

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

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

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

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

}

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

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

 */


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

 */


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

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

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

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

 */

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

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

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

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

 */

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

 */

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

 */

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

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

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

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

 */

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

 */

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

 */

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

 */

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

 */

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

 */

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

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

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

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

 */

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

 */

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

 */

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




















 */

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


 */

@charset "UTF-8";
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS and IE text size adjust after device orientation change,
 *    without disabling user zoom.
 */
@import url(https://fonts.googleapis.com/css?family=Fira+Sans:400,400italic,300italic,300,700);
@import url(base/ionicons.min.css);
/* line 9, F:/strip/strip2017/damp-dads/app/assets/stylesheets/base/normalize.scss */
* {
  margin: 0;
  -webkit-appearance: none;
}

/* line 13, F:/strip/strip2017/damp-dads/app/assets/stylesheets/base/normalize.scss */
ul {
  padding: 0;
}

/* line 16, F:/strip/strip2017/damp-dads/app/assets/stylesheets/base/normalize.scss */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/**
 * Remove default margin.
 */
/* line 26, F:/strip/strip2017/damp-dads/app/assets/stylesheets/base/normalize.scss */
body {
  margin: 0;
}

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
/* line 40, F:/strip/strip2017/damp-dads/app/assets/stylesheets/base/normalize.scss */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
/* line 61, F:/strip/strip2017/damp-dads/app/assets/stylesheets/base/normalize.scss */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
/* line 74, F:/strip/strip2017/damp-dads/app/assets/stylesheets/base/normalize.scss */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/10/11, Safari, and Firefox < 22.
 */
/* line 84, F:/strip/strip2017/damp-dads/app/assets/stylesheets/base/normalize.scss */
[hidden],
template {
  display: none;
}

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
/* line 96, F:/strip/strip2017/damp-dads/app/assets/stylesheets/base/normalize.scss */
a {
  background-color: transparent;
}

/**
 * Improve readability of focused elements when they are also in an
 * active/hover state.
 */
/* line 105, F:/strip/strip2017/damp-dads/app/assets/stylesheets/base/normalize.scss */
a:active,
a:hover {
  outline: 0;
}

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
/* line 117, F:/strip/strip2017/damp-dads/app/assets/stylesheets/base/normalize.scss */
abbr[title] {
  border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
/* line 125, F:/strip/strip2017/damp-dads/app/assets/stylesheets/base/normalize.scss */
b,
strong {
  font-weight: bold;
}

/**
 * Address styling not present in Safari and Chrome.
 */
/* line 134, F:/strip/strip2017/damp-dads/app/assets/stylesheets/base/normalize.scss */
dfn {
  font-style: italic;
}

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
/* line 143, F:/strip/strip2017/damp-dads/app/assets/stylesheets/base/normalize.scss */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/**
 * Address styling not present in IE 8/9.
 */
/* line 152, F:/strip/strip2017/damp-dads/app/assets/stylesheets/base/normalize.scss */
mark {
  background: #ff0;
  color: #000;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */
/* line 161, F:/strip/strip2017/damp-dads/app/assets/stylesheets/base/normalize.scss */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
/* line 169, F:/strip/strip2017/damp-dads/app/assets/stylesheets/base/normalize.scss */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

/* line 177, F:/strip/strip2017/damp-dads/app/assets/stylesheets/base/normalize.scss */
sup {
  top: -0.5em;
}

/* line 181, F:/strip/strip2017/damp-dads/app/assets/stylesheets/base/normalize.scss */
sub {
  bottom: -0.25em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
/* line 192, F:/strip/strip2017/damp-dads/app/assets/stylesheets/base/normalize.scss */
img {
  border: 0;
}

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
/* line 200, F:/strip/strip2017/damp-dads/app/assets/stylesheets/base/normalize.scss */
svg:not(:root) {
  overflow: hidden;
}

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
/* line 211, F:/strip/strip2017/damp-dads/app/assets/stylesheets/base/normalize.scss */
figure {
  margin: 1em 40px;
}

/**
 * Address differences between Firefox and other browsers.
 */
/* line 219, F:/strip/strip2017/damp-dads/app/assets/stylesheets/base/normalize.scss */
hr {
  box-sizing: content-box;
  height: 0;
}

/**
 * Contain overflow in all browsers.
 */
/* line 228, F:/strip/strip2017/damp-dads/app/assets/stylesheets/base/normalize.scss */
pre {
  overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
/* line 236, F:/strip/strip2017/damp-dads/app/assets/stylesheets/base/normalize.scss */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
/* line 259, F:/strip/strip2017/damp-dads/app/assets/stylesheets/base/normalize.scss */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
/* line 273, F:/strip/strip2017/damp-dads/app/assets/stylesheets/base/normalize.scss */
button {
  overflow: visible;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
/* line 284, F:/strip/strip2017/damp-dads/app/assets/stylesheets/base/normalize.scss */
button,
select {
  text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
/* line 297, F:/strip/strip2017/damp-dads/app/assets/stylesheets/base/normalize.scss */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */
/* line 309, F:/strip/strip2017/damp-dads/app/assets/stylesheets/base/normalize.scss */
button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */
/* line 318, F:/strip/strip2017/damp-dads/app/assets/stylesheets/base/normalize.scss */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
/* line 329, F:/strip/strip2017/damp-dads/app/assets/stylesheets/base/normalize.scss */
input {
  line-height: normal;
}

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
/* line 341, F:/strip/strip2017/damp-dads/app/assets/stylesheets/base/normalize.scss */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
/* line 353, F:/strip/strip2017/damp-dads/app/assets/stylesheets/base/normalize.scss */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome.
 */
/* line 363, F:/strip/strip2017/damp-dads/app/assets/stylesheets/base/normalize.scss */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  box-sizing: content-box;
  /* 2 */
}

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
/* line 374, F:/strip/strip2017/damp-dads/app/assets/stylesheets/base/normalize.scss */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Define consistent border, margin, and padding.
 */
/* line 383, F:/strip/strip2017/damp-dads/app/assets/stylesheets/base/normalize.scss */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
/* line 394, F:/strip/strip2017/damp-dads/app/assets/stylesheets/base/normalize.scss */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
/* line 403, F:/strip/strip2017/damp-dads/app/assets/stylesheets/base/normalize.scss */
textarea {
  overflow: auto;
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
/* line 412, F:/strip/strip2017/damp-dads/app/assets/stylesheets/base/normalize.scss */
optgroup {
  font-weight: bold;
}

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
/* line 423, F:/strip/strip2017/damp-dads/app/assets/stylesheets/base/normalize.scss */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* line 428, F:/strip/strip2017/damp-dads/app/assets/stylesheets/base/normalize.scss */
td,
th {
  padding: 0;
}

/* line 433, F:/strip/strip2017/damp-dads/app/assets/stylesheets/base/normalize.scss */
a {
  outline: 0;
}

/*************************
    COLOURS
*************************/
/*************************
    ATTRIBUTES
**************************/
/* line 76, F:/strip/strip2017/damp-dads/app/assets/stylesheets/base/globals.scss */
.active {
  border: 1px solid #e64250;
}

/* line 80, F:/strip/strip2017/damp-dads/app/assets/stylesheets/base/globals.scss */
.disabled {
  opacity: 0.5;
  pointer-events: none !important;
}

/* line 84, F:/strip/strip2017/damp-dads/app/assets/stylesheets/base/globals.scss */
.enabled {
  pointer-events: all !important;
}

/* line 89, F:/strip/strip2017/damp-dads/app/assets/stylesheets/base/globals.scss */
.left {
  float: left;
}

/* line 92, F:/strip/strip2017/damp-dads/app/assets/stylesheets/base/globals.scss */
.right {
  float: right;
}

/* line 95, F:/strip/strip2017/damp-dads/app/assets/stylesheets/base/globals.scss */
.center {
  text-align: center;
}

/* line 98, F:/strip/strip2017/damp-dads/app/assets/stylesheets/base/globals.scss */
.group:after {
  content: "";
  display: table;
  clear: both;
}

/* line 103, F:/strip/strip2017/damp-dads/app/assets/stylesheets/base/globals.scss */
.noselect {
  -webkit-touch-callout: none;
  /* iOS Safari */
  -webkit-user-select: none;
  /* Chrome/Safari/Opera */
  -khtml-user-select: none;
  /* Konqueror */
  -moz-user-select: none;
  /* Firefox */
  -ms-user-select: none;
  /* IE/Edge */
  user-select: none;
  /* non-prefixed version, currently
     not supported by any browser */
}

/*************************
    TYPOGRAPHY
**************************/
/* line 116, F:/strip/strip2017/damp-dads/app/assets/stylesheets/base/globals.scss */
a {
  color: #e64250;
}

/* line 119, F:/strip/strip2017/damp-dads/app/assets/stylesheets/base/globals.scss */
h1, h2, h3, h4, h5, h6, a {
  font-weight: 300;
}

/* line 122, F:/strip/strip2017/damp-dads/app/assets/stylesheets/base/globals.scss */
p {
  font-weight: 300;
}

/* line 125, F:/strip/strip2017/damp-dads/app/assets/stylesheets/base/globals.scss */
h1 {
  font-size: 3.583em;
}

/* line 128, F:/strip/strip2017/damp-dads/app/assets/stylesheets/base/globals.scss */
.action-bar h1 {
  color: #a89c9a;
}

/* line 131, F:/strip/strip2017/damp-dads/app/assets/stylesheets/base/globals.scss */
h2 {
  font-size: 2.986em;
}

/* line 134, F:/strip/strip2017/damp-dads/app/assets/stylesheets/base/globals.scss */
.action-bar h2 {
  color: #e64250;
}

/* line 137, F:/strip/strip2017/damp-dads/app/assets/stylesheets/base/globals.scss */
h3 {
  font-size: 2.488em;
}

/* line 140, F:/strip/strip2017/damp-dads/app/assets/stylesheets/base/globals.scss */
h4 {
  font-size: 2.074em;
}

/* line 143, F:/strip/strip2017/damp-dads/app/assets/stylesheets/base/globals.scss */
h5 {
  font-size: 1.728em;
}

/* line 147, F:/strip/strip2017/damp-dads/app/assets/stylesheets/base/globals.scss */
.txt-center, .text-center {
  text-align: center;
}

/* line 150, F:/strip/strip2017/damp-dads/app/assets/stylesheets/base/globals.scss */
.txt-right, .text-right {
  text-align: right;
}

/* line 154, F:/strip/strip2017/damp-dads/app/assets/stylesheets/base/globals.scss */
h2 {
  margin-bottom: 0.35em;
}

/* line 157, F:/strip/strip2017/damp-dads/app/assets/stylesheets/base/globals.scss */
.f400 {
  font-weight: 400;
}

/* line 160, F:/strip/strip2017/damp-dads/app/assets/stylesheets/base/globals.scss */
.icon-sm {
  height: 2rem;
}
/* line 163, F:/strip/strip2017/damp-dads/app/assets/stylesheets/base/globals.scss */
.icon-sm img {
  height: 2rem;
}

/* line 167, F:/strip/strip2017/damp-dads/app/assets/stylesheets/base/globals.scss */
*:focus {
  outline: none;
}

@media screen and (max-width: 575px) {
  /* line 172, F:/strip/strip2017/damp-dads/app/assets/stylesheets/base/globals.scss */
  h1 {
    font-size: 2.986em;
  }
}
/*************************
    GLOBAL STYLING BEGINS
**************************/
/* line 179, F:/strip/strip2017/damp-dads/app/assets/stylesheets/base/globals.scss */
* {
  box-sizing: border-box;
}

/* line 182, F:/strip/strip2017/damp-dads/app/assets/stylesheets/base/globals.scss */
.relative {
  position: relative;
}

/* line 185, F:/strip/strip2017/damp-dads/app/assets/stylesheets/base/globals.scss */
body {
  font-family: 'Fira Sans';
  font-weight: 400;
  font-size: 10pt;
  background: #fffdfb;
  color: #a89c9a;
}

/* line 193, F:/strip/strip2017/damp-dads/app/assets/stylesheets/base/globals.scss */
html,
body {
  height: 100%;
  width: 100%;
  overflow: hidden;
  position: fixed;
  margin: 0;
}

/* line 202, F:/strip/strip2017/damp-dads/app/assets/stylesheets/base/globals.scss */
#scrollable {
  overflow-x: hidden !important;
  overflow-y: scroll;
}

/* line 206, F:/strip/strip2017/damp-dads/app/assets/stylesheets/base/globals.scss */
a {
  text-decoration: none;
}
/* line 208, F:/strip/strip2017/damp-dads/app/assets/stylesheets/base/globals.scss */
a:hover {
  color: #e64250;
}

/* line 212, F:/strip/strip2017/damp-dads/app/assets/stylesheets/base/globals.scss */
.wrap {
  display: block;
  width: 100%;
  max-width: 1024px;
  margin: 0 auto;
}

/* line 218, F:/strip/strip2017/damp-dads/app/assets/stylesheets/base/globals.scss */
.pad-initial-content {
  padding-top: 1rem;
}

/* line 221, F:/strip/strip2017/damp-dads/app/assets/stylesheets/base/globals.scss */
hr {
  color: #a89c9a;
  border: 0px;
  border-top: 0px;
  margin-bottom: 30px;
}

/* line 228, F:/strip/strip2017/damp-dads/app/assets/stylesheets/base/globals.scss */
.alert, .success {
  padding: 1.2rem 0 1rem;
  text-align: center;
  position: relative;
  color: #e64250;
  font-size: 1rem;
  letter-spacing: 0.028em;
  background: #ffffff;
  font-weight: 400;
  box-shadow: 1px 5px 8px -5px rgba(114, 101, 95, 0.2);
}

/* line 239, F:/strip/strip2017/damp-dads/app/assets/stylesheets/base/globals.scss */
.alert-success {
  color: #24c900;
  background: #ffffff !important;
}

/* line 244, F:/strip/strip2017/damp-dads/app/assets/stylesheets/base/globals.scss */
.alert-error {
  color: #e64250;
  background: #ffffff !important;
}

/* line 249, F:/strip/strip2017/damp-dads/app/assets/stylesheets/base/globals.scss */
.alert-notice {
  background: #ffffff !important;
  color: #72655f;
}

/* line 254, F:/strip/strip2017/damp-dads/app/assets/stylesheets/base/globals.scss */
.alert-danger {
  background: #ffffff !important;
}

/* line 257, F:/strip/strip2017/damp-dads/app/assets/stylesheets/base/globals.scss */
.action-bar {
  display: block;
  padding: 1rem 0;
  background: #f8f6f0;
}
/* line 261, F:/strip/strip2017/damp-dads/app/assets/stylesheets/base/globals.scss */
.action-bar h1, .action-bar h2 {
  margin: 0;
}
/* line 265, F:/strip/strip2017/damp-dads/app/assets/stylesheets/base/globals.scss */
.action-bar.darker {
  background: #edeadf;
}

/* line 270, F:/strip/strip2017/damp-dads/app/assets/stylesheets/base/globals.scss */
.full-width, .one-whole {
  width: 100%;
}

/* line 274, F:/strip/strip2017/damp-dads/app/assets/stylesheets/base/globals.scss */
.grid-grid .grid-item {
  float: left;
}

/* line 278, F:/strip/strip2017/damp-dads/app/assets/stylesheets/base/globals.scss */
.grid-item {
  display: inline-block;
  box-sizing: border-box;
  vertical-align: top;
}
/* line 283, F:/strip/strip2017/damp-dads/app/assets/stylesheets/base/globals.scss */
.grid-item.one-half {
  width: 50%;
}
/* line 287, F:/strip/strip2017/damp-dads/app/assets/stylesheets/base/globals.scss */
.grid-item.gutter {
  width: calc(50% - (1.2rem / 2));
  margin-right: calc(1.2rem / 2);
}
/* line 291, F:/strip/strip2017/damp-dads/app/assets/stylesheets/base/globals.scss */
.grid-item.gutter:last-of-type {
  margin-left: calc(1.2rem / 2);
  margin-right: 0;
}
/* line 297, F:/strip/strip2017/damp-dads/app/assets/stylesheets/base/globals.scss */
.grid-item.m4of10 {
  width: 40%;
}
/* line 299, F:/strip/strip2017/damp-dads/app/assets/stylesheets/base/globals.scss */
.grid-item.m4of10.gutter {
  width: calc(40% - (1.2rem / 2));
}
/* line 303, F:/strip/strip2017/damp-dads/app/assets/stylesheets/base/globals.scss */
.grid-item.m6of10 {
  width: 60%;
}
/* line 305, F:/strip/strip2017/damp-dads/app/assets/stylesheets/base/globals.scss */
.grid-item.m6of10.gutter {
  width: calc(60% - (1.2rem / 2));
}
/* line 309, F:/strip/strip2017/damp-dads/app/assets/stylesheets/base/globals.scss */
.grid-item.m3of12 {
  width: 25%;
}
/* line 311, F:/strip/strip2017/damp-dads/app/assets/stylesheets/base/globals.scss */
.grid-item.m3of12.gutter {
  width: calc(25% - (1.2rem / 2));
}
/* line 315, F:/strip/strip2017/damp-dads/app/assets/stylesheets/base/globals.scss */
.grid-item.m9of12 {
  width: 75%;
}
/* line 317, F:/strip/strip2017/damp-dads/app/assets/stylesheets/base/globals.scss */
.grid-item.m9of12.gutter {
  width: calc(75% - (1.2rem / 2));
}

/* line 327, F:/strip/strip2017/damp-dads/app/assets/stylesheets/base/globals.scss */
input[type="text"], input[type="email"], input[type="password"], textarea {
  width: 100%;
  padding: 1rem;
  outline: medium none;
  border: 1px solid #edeadf;
  border-radius: 4px;
  background: #ffffff;
  transition: 0.2s ease-out all;
}
/* line 336, F:/strip/strip2017/damp-dads/app/assets/stylesheets/base/globals.scss */
input[type="text"]:active, input[type="text"]:focus, input[type="email"]:active, input[type="email"]:focus, input[type="password"]:active, input[type="password"]:focus, textarea:active, textarea:focus {
  background: #ffffff;
  border: 1px solid #a89c9a;
}

/* line 341, F:/strip/strip2017/damp-dads/app/assets/stylesheets/base/globals.scss */
input:-webkit-autofill {
  background: #f8f6f0 !important;
}

/* line 342, F:/strip/strip2017/damp-dads/app/assets/stylesheets/base/globals.scss */
input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0px 1000px #f8f6f0 inset;
}

/* line 346, F:/strip/strip2017/damp-dads/app/assets/stylesheets/base/globals.scss */
span.error {
  padding: 0.3rem 0.6rem;
  display: inline-block;
  border-radius: 0px 0px 4px 4px;
  color: #ffffff;
  background: #e52836;
  width: 100%;
}

/* line 355, F:/strip/strip2017/damp-dads/app/assets/stylesheets/base/globals.scss */
.box {
  display: inline-block;
  padding: 0.6rem;
  border-radius: 4px;
  border: 1px solid rgba(114, 101, 95, 0.16);
  border-top: 0;
  background: #f8f6f0;
  box-shadow: 1px 5px 8px -5px rgba(114, 101, 95, 0.4);
}

/* line 365, F:/strip/strip2017/damp-dads/app/assets/stylesheets/base/globals.scss */
.ui-slider-handle {
  -ms-touch-action: none !important;
  touch-action: none !important;
}

@media screen and (max-width: 1025px) {
  /* line 372, F:/strip/strip2017/damp-dads/app/assets/stylesheets/base/globals.scss */
  .wrap {
    box-sizing: border-box;
    padding-left: 0.6rem;
    padding-right: 0.6rem;
  }
  /* line 377, F:/strip/strip2017/damp-dads/app/assets/stylesheets/base/globals.scss */
  .wrap.drawing-panel, .wrap.app-wrap {
    padding: 0;
  }
  /* line 380, F:/strip/strip2017/damp-dads/app/assets/stylesheets/base/globals.scss */
  .wrap.drawing-panel .wrap, .wrap.app-wrap .wrap {
    padding: 0;
  }
}
@media screen and (max-width: 700px) {
  /* line 387, F:/strip/strip2017/damp-dads/app/assets/stylesheets/base/globals.scss */
  input[type="text"], input[type="email"], input[type="password"], textarea {
    font-size: 1rem;
  }
}
/* line 2, F:/strip/strip2017/damp-dads/app/assets/stylesheets/base/header.scss */
.header {
  display: block;
  height: 66px;
  width: 100%;
  position: relative;
  z-index: 999;
  background: #ffffff;
  vertical-align: middle;
  box-shadow: 1px 5px 8px -5px rgba(114, 101, 95, 0.2);
}
/* line 14, F:/strip/strip2017/damp-dads/app/assets/stylesheets/base/header.scss */
.header a {
  display: inline;
  vertical-align: middle;
  color: #77393a;
}
/* line 20, F:/strip/strip2017/damp-dads/app/assets/stylesheets/base/header.scss */
.header .right {
  margin-top: 19px;
}
/* line 22, F:/strip/strip2017/damp-dads/app/assets/stylesheets/base/header.scss */
.header .right a {
  margin: 0 0.3rem;
}
/* line 27, F:/strip/strip2017/damp-dads/app/assets/stylesheets/base/header.scss */
.header img {
  height: 30px;
}
/* line 32, F:/strip/strip2017/damp-dads/app/assets/stylesheets/base/header.scss */
.header .icon:hover, .header .icon:active, .header .icon:focus {
  filter: saturate(16) contrast(1);
}
/* line 37, F:/strip/strip2017/damp-dads/app/assets/stylesheets/base/header.scss */
.header .icon.disabled {
  opacity: 0.25;
  margin: 0 0.418rem;
}
/* line 41, F:/strip/strip2017/damp-dads/app/assets/stylesheets/base/header.scss */
.header .icon.disabled:hover, .header .icon.disabled:active, .header .icon.disabled:focus {
  filter: none;
  -webkit-filter: none;
}
/* line 49, F:/strip/strip2017/damp-dads/app/assets/stylesheets/base/header.scss */
.header .dropdown-toggle-filled .icon {
  filter: invert(100) contrast(100);
  -webkit-filter: invert(1) contrast(100);
}
/* line 53, F:/strip/strip2017/damp-dads/app/assets/stylesheets/base/header.scss */
.header .dropdown-toggle-filled .icon:hover {
  filter: none;
}
/* line 59, F:/strip/strip2017/damp-dads/app/assets/stylesheets/base/header.scss */
.header .logo {
  display: inline-block;
  height: 44px;
  width: 84px;
  margin-top: 11px;
  background: url(/assets/logo-together.svg);
  background-size: cover;
}
/* line 69, F:/strip/strip2017/damp-dads/app/assets/stylesheets/base/header.scss */
.header .search {
  margin-top: 16px;
  display: inline-block;
}
/* line 74, F:/strip/strip2017/damp-dads/app/assets/stylesheets/base/header.scss */
.header ul {
  padding: 0;
  list-style: none;
}
/* line 78, F:/strip/strip2017/damp-dads/app/assets/stylesheets/base/header.scss */
.header ul li {
  display: inline;
}
/* line 81, F:/strip/strip2017/damp-dads/app/assets/stylesheets/base/header.scss */
.header ul li .avatar-render-wrapper {
  display: inline-block;
  height: 30px;
  width: 30px;
  max-height: 30px;
  max-width: 30px;
}
/* line 88, F:/strip/strip2017/damp-dads/app/assets/stylesheets/base/header.scss */
.header ul li .header-avatar-render {
  max-height: 30px;
  max-width: 30px;
  border-radius: 4px;
}

/* line 97, F:/strip/strip2017/damp-dads/app/assets/stylesheets/base/header.scss */
#search-toggle {
  display: none;
}

/* line 100, F:/strip/strip2017/damp-dads/app/assets/stylesheets/base/header.scss */
#search-form {
  position: absolute;
  top: 19px;
  left: 0;
  right: 0;
  max-width: 12rem;
  margin: 0 auto;
  /* do not group these rules */
}
/* line 109, F:/strip/strip2017/damp-dads/app/assets/stylesheets/base/header.scss */
#search-form *::-webkit-input-placeholder {
  color: #a89c9a;
  opacity: 1;
  font-weight: 400;
}
/* line 114, F:/strip/strip2017/damp-dads/app/assets/stylesheets/base/header.scss */
#search-form *:-moz-placeholder {
  /* FF 4-18 */
  color: #a89c9a;
  opacity: 1;
  font-weight: 400;
}
/* line 120, F:/strip/strip2017/damp-dads/app/assets/stylesheets/base/header.scss */
#search-form *::-moz-placeholder {
  /* FF 19+ */
  color: #a89c9a;
  opacity: 1;
  font-weight: 400;
}
/* line 125, F:/strip/strip2017/damp-dads/app/assets/stylesheets/base/header.scss */
#search-form *:-ms-input-placeholder {
  /* IE 10+ */
  color: #a89c9a;
  opacity: 1;
  font-weight: 400;
}

/* line 131, F:/strip/strip2017/damp-dads/app/assets/stylesheets/base/header.scss */
#search-input {
  margin: 0 auto;
  padding: 0.3rem 0.6rem;
  border-radius: 2rem;
  border: 1px solid #ececec;
  background: #fffdfb;
  text-align: center;
  color: #111;
}
/* line 142, F:/strip/strip2017/damp-dads/app/assets/stylesheets/base/header.scss */
#search-input:active, #search-input:focus {
  color: #6e0e10;
  font-weight: 400;
  border: 1px solid #a89c9a;
}

/* line 151, F:/strip/strip2017/damp-dads/app/assets/stylesheets/base/header.scss */
#NotificationsMenu {
  display: none;
  width: 20rem;
  max-height: 14rem;
  overflow-y: auto;
  position: absolute;
  top: 66px;
  margin-left: -8.8rem;
  padding: 0.6rem;
  border-radius: 4px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border: 1px solid rgba(114, 101, 95, 0.16);
  border-top: 1px solid rgba(168, 156, 154, 0.1);
  background: #ffffff;
  box-shadow: 1px 5px 8px -5px rgba(114, 101, 95, 0.4);
}
/* line 168, F:/strip/strip2017/damp-dads/app/assets/stylesheets/base/header.scss */
#NotificationsMenu li {
  display: block;
  padding: 0.6rem 0;
}
/* line 171, F:/strip/strip2017/damp-dads/app/assets/stylesheets/base/header.scss */
#NotificationsMenu li .right {
  margin-top: 0;
}
/* line 173, F:/strip/strip2017/damp-dads/app/assets/stylesheets/base/header.scss */
#NotificationsMenu li .right a {
  padding: 0;
  margin: 0;
}
/* line 178, F:/strip/strip2017/damp-dads/app/assets/stylesheets/base/header.scss */
#NotificationsMenu li a {
  padding: 0.6rem;
}

/* line 184, F:/strip/strip2017/damp-dads/app/assets/stylesheets/base/header.scss */
#UserMenu {
  display: none;
  max-height: 14rem;
  overflow-y: auto;
  position: absolute;
  top: 66px;
  margin-left: 3.5rem;
  padding: 0.6rem;
  border-radius: 4px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border: 1px solid rgba(114, 101, 95, 0.16);
  border-top: 1px solid rgba(168, 156, 154, 0.1);
  background: #ffffff;
  box-shadow: 1px 5px 8px -5px rgba(114, 101, 95, 0.4);
}
/* line 200, F:/strip/strip2017/damp-dads/app/assets/stylesheets/base/header.scss */
#UserMenu ul {
  padding: 0;
  margin: 0;
}
/* line 205, F:/strip/strip2017/damp-dads/app/assets/stylesheets/base/header.scss */
#UserMenu li {
  display: block;
  padding: 0.6rem 0;
}
/* line 209, F:/strip/strip2017/damp-dads/app/assets/stylesheets/base/header.scss */
#UserMenu li a {
  padding: 0.6rem;
}

/* line 215, F:/strip/strip2017/damp-dads/app/assets/stylesheets/base/header.scss */
#UserMenuToggle {
  margin-right: 0;
}
/* line 218, F:/strip/strip2017/damp-dads/app/assets/stylesheets/base/header.scss */
#UserMenuToggle img {
  border-radius: 4px;
}

/* line 223, F:/strip/strip2017/damp-dads/app/assets/stylesheets/base/header.scss */
.navbar-link {
  font-weight: 400;
  font-size: 1rem;
  color: #6e0e10 !important;
  vertical-align: middle;
  position: relative;
  top: 0.25em;
  display: inline-block;
}

/* line 233, F:/strip/strip2017/damp-dads/app/assets/stylesheets/base/header.scss */
.sign-up {
  padding: 0.8rem;
  border-radius: 4px;
  background: #ffffff;
  color: #e64250 !important;
  transition: 0.2s ease-out all;
  box-shadow: 1px 5px 8px -5px rgba(114, 101, 95, 0);
}
/* line 241, F:/strip/strip2017/damp-dads/app/assets/stylesheets/base/header.scss */
.sign-up:hover, .sign-up:focus, .sign-up:active {
  box-shadow: 1px 5px 8px -5px #72655f;
}

@media screen and (max-width: 515px) {
  /* line 246, F:/strip/strip2017/damp-dads/app/assets/stylesheets/base/header.scss */
  #search-form {
    top: 66px;
    max-width: 100%;
    display: none;
    padding: 0.9rem 1.2rem;
    background: #ffffff;
    border-top: 1px solid rgba(114, 101, 95, 0.2);
    box-shadow: 1px 5px 8px -5px rgba(114, 101, 95, 0.2);
  }
  /* line 255, F:/strip/strip2017/damp-dads/app/assets/stylesheets/base/header.scss */
  #search-form #search-input {
    max-width: 90%;
    margin-left: 5%;
  }

  /* line 261, F:/strip/strip2017/damp-dads/app/assets/stylesheets/base/header.scss */
  #search-toggle-button {
    top: 0.85rem;
    display: inline-block;
    position: relative;
  }

  /* line 266, F:/strip/strip2017/damp-dads/app/assets/stylesheets/base/header.scss */
  #search-toggle {
    display: inline-block;
    position: relative;
    top: -4px;
    left: 0.6rem;
  }

  /* line 272, F:/strip/strip2017/damp-dads/app/assets/stylesheets/base/header.scss */
  #UserMenu, #NotificationsMenu {
    width: 100vw;
    margin: 0;
    left: 0;
  }
  /* line 276, F:/strip/strip2017/damp-dads/app/assets/stylesheets/base/header.scss */
  #UserMenu li a, #NotificationsMenu li a {
    padding: 1.2rem;
    font-size: 1rem;
    width: 100%;
    pointer-events: all;
  }

  /* line 283, F:/strip/strip2017/damp-dads/app/assets/stylesheets/base/header.scss */
  #UserMenu {
    text-align: right;
  }
}
@media screen and (max-width: 329px) {
  /* line 290, F:/strip/strip2017/damp-dads/app/assets/stylesheets/base/header.scss */
  .featherlight .featherlight-content .grid-item.m6of10.gutter {
    width: calc(100% - 0rem) !important;
    margin-left: 0 !important;
  }

  /* line 294, F:/strip/strip2017/damp-dads/app/assets/stylesheets/base/header.scss */
  .wrap {
    padding-left: 0.3rem;
    padding-right: 0.3rem;
  }

  /* line 298, F:/strip/strip2017/damp-dads/app/assets/stylesheets/base/header.scss */
  .header .right a {
    margin: 0 0.12rem;
  }

  /* line 301, F:/strip/strip2017/damp-dads/app/assets/stylesheets/base/header.scss */
  .header .logo {
    height: 30px;
    width: 56px;
    margin-top: 19px;
    margin-right: -0.5rem;
  }

  /* line 308, F:/strip/strip2017/damp-dads/app/assets/stylesheets/base/header.scss */
  #search-toggle {
    top: -3px;
  }
}
/*
colpick Color Picker / colpick.com
*/
/*Main container*/
/* line 6, F:/strip/strip2017/damp-dads/app/assets/stylesheets/base/colpick.scss */
.colpick {
  position: absolute;
  box-sizing: content-box;
  width: 346px;
  height: 170px;
  overflow: hidden;
  display: none;
  font-family: Arial, Helvetica, sans-serif;
  direction: ltr;
  background: #ebebeb;
  border: 1px solid #bbb;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  /*Prevents selecting text when dragging the selectors*/
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
}

/*Color selection box with gradients*/
/* line 29, F:/strip/strip2017/damp-dads/app/assets/stylesheets/base/colpick.scss */
.colpick .colpick_color {
  position: absolute;
  left: 7px;
  top: 7px;
  width: 156px;
  height: 156px;
  overflow: hidden;
  outline: 1px solid #aaa;
  cursor: crosshair;
}

/* line 39, F:/strip/strip2017/damp-dads/app/assets/stylesheets/base/colpick.scss */
.colpick .colpick_color_overlay1 {
  position: absolute;
  left: 0;
  top: 0;
  width: 156px;
  height: 156px;
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=1,startColorstr='#ffffff', endColorstr='#00ffffff')";
  /* IE8 */
  background: -moz-linear-gradient(left, white 0%, rgba(255, 255, 255, 0) 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, right top, color-stop(0%, white), color-stop(100%, rgba(255, 255, 255, 0)));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(left, white 0%, rgba(255, 255, 255, 0) 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(left, white 0%, rgba(255, 255, 255, 0) 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(left, white 0%, rgba(255, 255, 255, 0) 100%);
  /* IE10+ */
  background: linear-gradient(to right, white 0%, rgba(255, 255, 255, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=1,startColorstr='#ffffff', endColorstr='#00ffffff');
  /* IE6 & IE7 */
}

/* line 54, F:/strip/strip2017/damp-dads/app/assets/stylesheets/base/colpick.scss */
.colpick .colpick_color_overlay2 {
  position: absolute;
  left: 0;
  top: 0;
  width: 156px;
  height: 156px;
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#00000000', endColorstr='#000000')";
  /* IE8 */
  background: -moz-linear-gradient(top, transparent 0%, black 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, transparent), color-stop(100%, black));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, transparent 0%, black 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, transparent 0%, black 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, transparent 0%, black 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, transparent 0%, black 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#000000',GradientType=0 );
  /* IE6-9 */
}

/*Circular color selector*/
/* line 70, F:/strip/strip2017/damp-dads/app/assets/stylesheets/base/colpick.scss */
.colpick .colpick_selector_outer {
  background: none;
  position: absolute;
  width: 11px;
  height: 11px;
  margin: -6px 0 0 -6px;
  border: 1px solid black;
  border-radius: 50%;
}

/* line 79, F:/strip/strip2017/damp-dads/app/assets/stylesheets/base/colpick.scss */
.colpick .colpick_selector_inner {
  position: absolute;
  width: 9px;
  height: 9px;
  border: 1px solid white;
  border-radius: 50%;
}

/*Vertical hue bar*/
/* line 87, F:/strip/strip2017/damp-dads/app/assets/stylesheets/base/colpick.scss */
.colpick .colpick_hue {
  position: absolute;
  top: 6px;
  left: 175px;
  width: 19px;
  height: 156px;
  border: 1px solid #aaa;
  cursor: n-resize;
}

/*Hue bar sliding indicator*/
/* line 97, F:/strip/strip2017/damp-dads/app/assets/stylesheets/base/colpick.scss */
.colpick .colpick_hue_arrs {
  position: absolute;
  left: -8px;
  width: 35px;
  height: 7px;
  margin: -7px 0 0 0;
}

/* line 104, F:/strip/strip2017/damp-dads/app/assets/stylesheets/base/colpick.scss */
.colpick .colpick_hue_larr {
  position: absolute;
  width: 0;
  height: 0;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  border-left: 7px solid #858585;
}

/* line 112, F:/strip/strip2017/damp-dads/app/assets/stylesheets/base/colpick.scss */
.colpick .colpick_hue_rarr {
  position: absolute;
  right: 0;
  width: 0;
  height: 0;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  border-right: 7px solid #858585;
}

/*New color box*/
/* line 122, F:/strip/strip2017/damp-dads/app/assets/stylesheets/base/colpick.scss */
.colpick .colpick_new_color {
  position: absolute;
  left: 207px;
  top: 6px;
  width: 60px;
  height: 27px;
  background: #f00;
  border: 1px solid #8f8f8f;
}

/*Current color box*/
/* line 132, F:/strip/strip2017/damp-dads/app/assets/stylesheets/base/colpick.scss */
.colpick .colpick_current_color {
  position: absolute;
  left: 277px;
  top: 6px;
  width: 60px;
  height: 27px;
  background: #f00;
  border: 1px solid #8f8f8f;
}

/*Input field containers*/
/* line 142, F:/strip/strip2017/damp-dads/app/assets/stylesheets/base/colpick.scss */
.colpick .colpick_field, .colpick .colpick_hex_field {
  position: absolute;
  height: 20px;
  width: 60px;
  overflow: hidden;
  background: #f3f3f3;
  color: #b8b8b8;
  font-size: 12px;
  border: 1px solid #bdbdbd;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}

/* line 155, F:/strip/strip2017/damp-dads/app/assets/stylesheets/base/colpick.scss */
.colpick .colpick_rgb_r {
  top: 40px;
  left: 207px;
}

/* line 159, F:/strip/strip2017/damp-dads/app/assets/stylesheets/base/colpick.scss */
.colpick .colpick_rgb_g {
  top: 67px;
  left: 207px;
}

/* line 163, F:/strip/strip2017/damp-dads/app/assets/stylesheets/base/colpick.scss */
.colpick .colpick_rgb_b {
  top: 94px;
  left: 207px;
}

/* line 167, F:/strip/strip2017/damp-dads/app/assets/stylesheets/base/colpick.scss */
.colpick .colpick_hsb_h {
  top: 40px;
  left: 277px;
}

/* line 171, F:/strip/strip2017/damp-dads/app/assets/stylesheets/base/colpick.scss */
.colpick .colpick_hsb_s {
  top: 67px;
  left: 277px;
}

/* line 175, F:/strip/strip2017/damp-dads/app/assets/stylesheets/base/colpick.scss */
.colpick .colpick_hsb_b {
  top: 94px;
  left: 277px;
}

/* line 179, F:/strip/strip2017/damp-dads/app/assets/stylesheets/base/colpick.scss */
.colpick .colpick_hex_field {
  width: 68px;
  left: 207px;
  top: 121px;
}

/*Text field container on focus*/
/* line 185, F:/strip/strip2017/damp-dads/app/assets/stylesheets/base/colpick.scss */
.colpick .colpick_focus {
  border-color: #999;
}

/*Field label container*/
/* line 189, F:/strip/strip2017/damp-dads/app/assets/stylesheets/base/colpick.scss */
.colpick .colpick_field_letter {
  position: absolute;
  width: 12px;
  height: 20px;
  line-height: 20px;
  padding-left: 4px;
  background: #efefef;
  border-right: 1px solid #bdbdbd;
  font-weight: bold;
  color: #777;
}

/*Text inputs*/
/* line 201, F:/strip/strip2017/damp-dads/app/assets/stylesheets/base/colpick.scss */
.colpick .colpick_field input, .colpick .colpick_hex_field input {
  position: absolute;
  right: 11px;
  margin: 0;
  padding: 0;
  height: 20px;
  line-height: 20px;
  background: transparent;
  border: none;
  font-size: 12px;
  font-family: Arial, Helvetica, sans-serif;
  color: #555;
  text-align: right;
  outline: none;
}

/* line 216, F:/strip/strip2017/damp-dads/app/assets/stylesheets/base/colpick.scss */
.colpick .colpick_hex_field input {
  right: 4px;
}

/*Field up/down arrows*/
/* line 220, F:/strip/strip2017/damp-dads/app/assets/stylesheets/base/colpick.scss */
.colpick .colpick_field_arrs {
  position: absolute;
  top: 0;
  right: 0;
  width: 9px;
  height: 21px;
  cursor: n-resize;
}

/* line 228, F:/strip/strip2017/damp-dads/app/assets/stylesheets/base/colpick.scss */
.colpick .colpick_field_uarr {
  position: absolute;
  top: 5px;
  width: 0;
  height: 0;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-bottom: 4px solid #959595;
}

/* line 237, F:/strip/strip2017/damp-dads/app/assets/stylesheets/base/colpick.scss */
.colpick .colpick_field_darr {
  position: absolute;
  bottom: 5px;
  width: 0;
  height: 0;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 4px solid #959595;
}

/*Submit/Select button*/
/* line 247, F:/strip/strip2017/damp-dads/app/assets/stylesheets/base/colpick.scss */
.colpick .colpick_submit {
  position: absolute;
  left: 207px;
  top: 149px;
  width: 130px;
  height: 22px;
  line-height: 22px;
  background: #efefef;
  text-align: center;
  color: #555;
  font-size: 12px;
  font-weight: bold;
  border: 1px solid #bdbdbd;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}

/* line 264, F:/strip/strip2017/damp-dads/app/assets/stylesheets/base/colpick.scss */
.colpick .colpick_submit:hover {
  background: #f3f3f3;
  border-color: #999;
  cursor: pointer;
}

/*full layout with no submit button*/
/* line 271, F:/strip/strip2017/damp-dads/app/assets/stylesheets/base/colpick.scss */
.colpick.colpick_full_ns .colpick_submit,
.colpick.colpick_full_ns .colpick_current_color {
  display: none;
}

/* line 275, F:/strip/strip2017/damp-dads/app/assets/stylesheets/base/colpick.scss */
.colpick.colpick_full_ns .colpick_new_color {
  width: 130px;
  height: 25px;
}

/* line 279, F:/strip/strip2017/damp-dads/app/assets/stylesheets/base/colpick.scss */
.colpick.colpick_full_ns .colpick_rgb_r,
.colpick.colpick_full_ns .colpick_hsb_h {
  top: 42px;
}

/* line 283, F:/strip/strip2017/damp-dads/app/assets/stylesheets/base/colpick.scss */
.colpick.colpick_full_ns .colpick_rgb_g,
.colpick.colpick_full_ns .colpick_hsb_s {
  top: 73px;
}

/* line 287, F:/strip/strip2017/damp-dads/app/assets/stylesheets/base/colpick.scss */
.colpick.colpick_full_ns .colpick_rgb_b,
.colpick.colpick_full_ns .colpick_hsb_b {
  top: 104px;
}

/* line 291, F:/strip/strip2017/damp-dads/app/assets/stylesheets/base/colpick.scss */
.colpick.colpick_full_ns .colpick_hex_field {
  top: 135px;
}

/*rgbhex layout*/
/* line 296, F:/strip/strip2017/damp-dads/app/assets/stylesheets/base/colpick.scss */
.colpick.colpick_rgbhex .colpick_hsb_h,
.colpick.colpick_rgbhex .colpick_hsb_s,
.colpick.colpick_rgbhex .colpick_hsb_b {
  display: none;
}

/* line 301, F:/strip/strip2017/damp-dads/app/assets/stylesheets/base/colpick.scss */
.colpick.colpick_rgbhex {
  width: 282px;
}

/* line 304, F:/strip/strip2017/damp-dads/app/assets/stylesheets/base/colpick.scss */
.colpick.colpick_rgbhex .colpick_field,
.colpick.colpick_rgbhex .colpick_submit {
  width: 68px;
}

/* line 308, F:/strip/strip2017/damp-dads/app/assets/stylesheets/base/colpick.scss */
.colpick.colpick_rgbhex .colpick_new_color {
  width: 34px;
  border-right: none;
}

/* line 312, F:/strip/strip2017/damp-dads/app/assets/stylesheets/base/colpick.scss */
.colpick.colpick_rgbhex .colpick_current_color {
  width: 34px;
  left: 240px;
  border-left: none;
}

/*rgbhex layout, no submit button*/
/* line 319, F:/strip/strip2017/damp-dads/app/assets/stylesheets/base/colpick.scss */
.colpick.colpick_rgbhex_ns .colpick_submit,
.colpick.colpick_rgbhex_ns .colpick_current_color {
  display: none;
}

/* line 323, F:/strip/strip2017/damp-dads/app/assets/stylesheets/base/colpick.scss */
.colpick.colpick_rgbhex_ns .colpick_new_color {
  width: 68px;
  border: 1px solid #8f8f8f;
}

/* line 327, F:/strip/strip2017/damp-dads/app/assets/stylesheets/base/colpick.scss */
.colpick.colpick_rgbhex_ns .colpick_rgb_r {
  top: 42px;
}

/* line 330, F:/strip/strip2017/damp-dads/app/assets/stylesheets/base/colpick.scss */
.colpick.colpick_rgbhex_ns .colpick_rgb_g {
  top: 73px;
}

/* line 333, F:/strip/strip2017/damp-dads/app/assets/stylesheets/base/colpick.scss */
.colpick.colpick_rgbhex_ns .colpick_rgb_b {
  top: 104px;
}

/* line 336, F:/strip/strip2017/damp-dads/app/assets/stylesheets/base/colpick.scss */
.colpick.colpick_rgbhex_ns .colpick_hex_field {
  top: 135px;
}

/*hex layout*/
/* line 341, F:/strip/strip2017/damp-dads/app/assets/stylesheets/base/colpick.scss */
.colpick.colpick_hex .colpick_hsb_h,
.colpick.colpick_hex .colpick_hsb_s,
.colpick.colpick_hex .colpick_hsb_b,
.colpick.colpick_hex .colpick_rgb_r,
.colpick.colpick_hex .colpick_rgb_g,
.colpick.colpick_hex .colpick_rgb_b {
  display: none;
}

/* line 349, F:/strip/strip2017/damp-dads/app/assets/stylesheets/base/colpick.scss */
.colpick.colpick_hex {
  width: 206px;
  height: 201px;
}

/* line 353, F:/strip/strip2017/damp-dads/app/assets/stylesheets/base/colpick.scss */
.colpick.colpick_hex .colpick_hex_field {
  width: 72px;
  height: 25px;
  top: 168px;
  left: 80px;
}

/* line 359, F:/strip/strip2017/damp-dads/app/assets/stylesheets/base/colpick.scss */
.colpick.colpick_hex .colpick_hex_field div,
.colpick.colpick_hex .colpick_hex_field input {
  height: 25px;
  line-height: 25px;
}

/* line 364, F:/strip/strip2017/damp-dads/app/assets/stylesheets/base/colpick.scss */
.colpick.colpick_hex .colpick_new_color {
  left: 9px;
  top: 168px;
  width: 30px;
  border-right: none;
}

/* line 370, F:/strip/strip2017/damp-dads/app/assets/stylesheets/base/colpick.scss */
.colpick.colpick_hex .colpick_current_color {
  left: 39px;
  top: 168px;
  width: 30px;
  border-left: none;
}

/* line 376, F:/strip/strip2017/damp-dads/app/assets/stylesheets/base/colpick.scss */
.colpick.colpick_hex .colpick_submit {
  left: 164px;
  top: 168px;
  width: 30px;
  height: 25px;
  line-height: 25px;
}

/*hex layout, no submit button*/
/* line 385, F:/strip/strip2017/damp-dads/app/assets/stylesheets/base/colpick.scss */
.colpick.colpick_hex_ns .colpick_submit,
.colpick.colpick_hex_ns .colpick_current_color {
  display: none;
}

/* line 389, F:/strip/strip2017/damp-dads/app/assets/stylesheets/base/colpick.scss */
.colpick.colpick_hex_ns .colpick_hex_field {
  width: 80px;
}

/* line 392, F:/strip/strip2017/damp-dads/app/assets/stylesheets/base/colpick.scss */
.colpick.colpick_hex_ns .colpick_new_color {
  width: 60px;
  border: 1px solid #8f8f8f;
}

/*Dark color scheme*/
/* line 398, F:/strip/strip2017/damp-dads/app/assets/stylesheets/base/colpick.scss */
.colpick.colpick_dark {
  background: #161616;
  border-color: #2a2a2a;
}

/* line 402, F:/strip/strip2017/damp-dads/app/assets/stylesheets/base/colpick.scss */
.colpick.colpick_dark .colpick_color {
  outline-color: #333;
}

/* line 405, F:/strip/strip2017/damp-dads/app/assets/stylesheets/base/colpick.scss */
.colpick.colpick_dark .colpick_hue {
  border-color: #555;
}

/* line 408, F:/strip/strip2017/damp-dads/app/assets/stylesheets/base/colpick.scss */
.colpick.colpick_dark .colpick_field,
.colpick.colpick_dark .colpick_hex_field {
  background: #101010;
  border-color: #2d2d2d;
}

/* line 413, F:/strip/strip2017/damp-dads/app/assets/stylesheets/base/colpick.scss */
.colpick.colpick_dark .colpick_field_letter {
  background: #131313;
  border-color: #2d2d2d;
  color: #696969;
}

/* line 418, F:/strip/strip2017/damp-dads/app/assets/stylesheets/base/colpick.scss */
.colpick.colpick_dark .colpick_field input,
.colpick.colpick_dark .colpick_hex_field input {
  color: #7a7a7a;
}

/* line 422, F:/strip/strip2017/damp-dads/app/assets/stylesheets/base/colpick.scss */
.colpick.colpick_dark .colpick_field_uarr {
  border-bottom-color: #696969;
}

/* line 425, F:/strip/strip2017/damp-dads/app/assets/stylesheets/base/colpick.scss */
.colpick.colpick_dark .colpick_field_darr {
  border-top-color: #696969;
}

/* line 428, F:/strip/strip2017/damp-dads/app/assets/stylesheets/base/colpick.scss */
.colpick.colpick_dark .colpick_focus {
  border-color: #444;
}

/* line 431, F:/strip/strip2017/damp-dads/app/assets/stylesheets/base/colpick.scss */
.colpick.colpick_dark .colpick_submit {
  background: #131313;
  border-color: #2d2d2d;
  color: #7a7a7a;
}

/* line 436, F:/strip/strip2017/damp-dads/app/assets/stylesheets/base/colpick.scss */
.colpick.colpick_dark .colpick_submit:hover {
  background-color: #101010;
  border-color: #444;
}

/* line 2, F:/strip/strip2017/damp-dads/app/assets/stylesheets/styles/tos.scss */
.tos .content {
  padding-top: 1.2rem;
}
/* line 4, F:/strip/strip2017/damp-dads/app/assets/stylesheets/styles/tos.scss */
.tos .content h2 {
  margin-bottom: 0;
  margin-top: 1.2rem;
}
/* line 8, F:/strip/strip2017/damp-dads/app/assets/stylesheets/styles/tos.scss */
.tos .content h3 {
  margin: 0.9em 0 0;
}
/* line 11, F:/strip/strip2017/damp-dads/app/assets/stylesheets/styles/tos.scss */
.tos .content ul {
  padding: 1em 0 2em 2em;
}

/**************************
	BASE STYLES
*************************/
/* line 4, F:/strip/strip2017/damp-dads/app/assets/stylesheets/styles/draw.scss */
* {
  box-sizing: border-box;
}

/* line 8, F:/strip/strip2017/damp-dads/app/assets/stylesheets/styles/draw.scss */
main {
  border-top: 0;
  background: #f8f6f0;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  max-height: calc(768px - 64px);
  border-bottom-left-radius: 4px;
  border-radius: 4px;
}

/* line 23, F:/strip/strip2017/damp-dads/app/assets/stylesheets/styles/draw.scss */
main.drawing-panel {
  position: relative;
}

/* line 27, F:/strip/strip2017/damp-dads/app/assets/stylesheets/styles/draw.scss */
.app-wrap {
  overflow: hidden;
}

/* line 30, F:/strip/strip2017/damp-dads/app/assets/stylesheets/styles/draw.scss */
.left-side {
  width: 41%;
  display: inline-block;
  float: left;
  position: static;
  margin: 0;
  padding-bottom: 0;
}

/* line 39, F:/strip/strip2017/damp-dads/app/assets/stylesheets/styles/draw.scss */
.right-side {
  width: 59%;
  display: inline-block;
  float: right;
  padding-right: 0.6rem;
}

/* line 47, F:/strip/strip2017/damp-dads/app/assets/stylesheets/styles/draw.scss */
.left {
  float: left;
}

/* line 50, F:/strip/strip2017/damp-dads/app/assets/stylesheets/styles/draw.scss */
.right {
  float: right;
}

/* line 53, F:/strip/strip2017/damp-dads/app/assets/stylesheets/styles/draw.scss */
.group:after {
  content: "";
  display: table;
  clear: both;
}

/* line 59, F:/strip/strip2017/damp-dads/app/assets/stylesheets/styles/draw.scss */
.btn {
  display: inline-block;
  padding: 1rem 1.8rem;
  border-radius: 4px;
  border: 1px solid #edeadf;
  color: #72655f;
  font-weight: 400;
}
/* line 67, F:/strip/strip2017/damp-dads/app/assets/stylesheets/styles/draw.scss */
.btn.quiet {
  border: 1px solid rgba(114, 101, 95, 0.16);
  background: #f8f6f0;
  letter-spacing: 0.02em;
  transition: 0.2s ease-out all;
  min-width: 9.4rem;
}
/* line 73, F:/strip/strip2017/damp-dads/app/assets/stylesheets/styles/draw.scss */
.btn.quiet:hover {
  background: #ffffff;
}
/* line 76, F:/strip/strip2017/damp-dads/app/assets/stylesheets/styles/draw.scss */
.btn.quiet:active {
  background: #e9e4d8;
}
/* line 80, F:/strip/strip2017/damp-dads/app/assets/stylesheets/styles/draw.scss */
.btn.primary {
  color: #ffffff;
  background: #24c900;
  border: 1px solid #24c900;
}
/* line 85, F:/strip/strip2017/damp-dads/app/assets/stylesheets/styles/draw.scss */
.btn.primary:hover {
  background: #21ba00;
}
/* line 89, F:/strip/strip2017/damp-dads/app/assets/stylesheets/styles/draw.scss */
.btn.secondary {
  background: none;
  min-width: 9.4rem;
  border: 0.2em solid #ffffff;
  color: #ffffff;
  font-weight: 400;
  letter-spacing: 0.03em;
  transition: 0.2s ease-out all;
}
/* line 97, F:/strip/strip2017/damp-dads/app/assets/stylesheets/styles/draw.scss */
.btn.secondary:hover {
  background: #ffffff;
  color: #e52836;
}
/* line 101, F:/strip/strip2017/damp-dads/app/assets/stylesheets/styles/draw.scss */
.btn.secondary:active, .btn.secondary:focus {
  background: #e52836;
  border-color: #e52836;
  color: #6e0e10;
}

/* line 110, F:/strip/strip2017/damp-dads/app/assets/stylesheets/styles/draw.scss */
.pre-load {
  display: block;
  position: absolute;
  top: 132px;
  left: 0;
  right: 0;
  width: 100vw;
  height: calc(100vh - 66px);
  z-index: 100;
  background: #f2efe8;
  text-align: center;
  line-height: 100%;
  opacity: 1;
  transition: 0.4s ease-in all;
  max-width: 1024px;
  max-height: 703px;
  margin: 0 auto;
}
/* line 128, F:/strip/strip2017/damp-dads/app/assets/stylesheets/styles/draw.scss */
.pre-load p {
  line-height: 100%;
  font-weight: 400;
  font-size: 2.488em;
  line-height: 1.4;
  max-width: 65%;
  margin: 20% auto 0;
}

@keyframes fade-out {
  0% {
    opacity: 1;
  }
  60% {
    opacity: 1;
  }
  99% {
    opacity: 0;
  }
  100% {
    display: none;
  }
}
/* line 148, F:/strip/strip2017/damp-dads/app/assets/stylesheets/styles/draw.scss */
.title-bar {
  min-height: 66px;
  display: block;
  padding: 0.618rem 1.18rem 0;
  width: 100%;
  position: relative;
  text-align: left;
  word-wrap: break-word;
  background: #fffdfb;
}
/* line 159, F:/strip/strip2017/damp-dads/app/assets/stylesheets/styles/draw.scss */
.title-bar h1 {
  font-size: 1.44rem;
  font-style: italic;
  line-height: 2.2;
  vertical-align: middle;
  display: inline;
  font-weight: 300;
  color: #72655f;
}
/* line 169, F:/strip/strip2017/damp-dads/app/assets/stylesheets/styles/draw.scss */
.title-bar .community {
  font-size: 1rem;
  line-height: 3.3;
}

/* line 176, F:/strip/strip2017/damp-dads/app/assets/stylesheets/styles/draw.scss */
#add-notes {
  display: none;
  width: 59.1%;
  position: absolute;
  z-index: 10;
  top: -66px;
  right: -0.25px;
  background: #f8f6f0;
  box-shadow: -3px 0px 4px -2px rgba(168, 156, 154, 0.4);
  height: 109.35%;
}
/* line 188, F:/strip/strip2017/damp-dads/app/assets/stylesheets/styles/draw.scss */
#add-notes #strip-complete-icon {
  width: 14rem;
  display: block;
  margin: 12% auto 2rem;
  transform: scale(0);
  transition: 1.2s cubic-bezier(0.175, 0.885, 0.32, 1.275) all;
}
/* line 196, F:/strip/strip2017/damp-dads/app/assets/stylesheets/styles/draw.scss */
#add-notes h5 {
  text-align: center;
}
/* line 199, F:/strip/strip2017/damp-dads/app/assets/stylesheets/styles/draw.scss */
#add-notes .action-bar {
  position: relative;
}
/* line 202, F:/strip/strip2017/damp-dads/app/assets/stylesheets/styles/draw.scss */
#add-notes .action-bar h2 {
  color: #72655f;
}
/* line 206, F:/strip/strip2017/damp-dads/app/assets/stylesheets/styles/draw.scss */
#add-notes .grid-item {
  position: absolute;
}
/* line 209, F:/strip/strip2017/damp-dads/app/assets/stylesheets/styles/draw.scss */
#add-notes .grid-item.your-drawing-wrap {
  top: 66px;
  left: 0;
}
/* line 213, F:/strip/strip2017/damp-dads/app/assets/stylesheets/styles/draw.scss */
#add-notes .grid-item.your-note-wrap {
  top: 66px;
  right: 0;
}
/* line 219, F:/strip/strip2017/damp-dads/app/assets/stylesheets/styles/draw.scss */
#add-notes h2 {
  display: lock;
  text-align: center;
}
/* line 223, F:/strip/strip2017/damp-dads/app/assets/stylesheets/styles/draw.scss */
#add-notes p {
  text-align: center;
  font-size: 0.8rem;
}
/* line 228, F:/strip/strip2017/damp-dads/app/assets/stylesheets/styles/draw.scss */
#add-notes #close-notes {
  height: 85%;
  position: absolute;
  top: 1.2rem;
  right: 1.2rem;
  max-width: 1.5rem;
  max-height: 1.5rem;
  margin-top: 0.5rem;
}
/* line 237, F:/strip/strip2017/damp-dads/app/assets/stylesheets/styles/draw.scss */
#add-notes #close-notes:hover {
  -webkit-filter: saturate(30) hue-rotate(-26deg);
  filter: saturate(30) hue-rotate(-26deg);
}
/* line 243, F:/strip/strip2017/damp-dads/app/assets/stylesheets/styles/draw.scss */
#add-notes .bottom {
  position: absolute;
  bottom: 0;
  padding: 0;
}
/* line 248, F:/strip/strip2017/damp-dads/app/assets/stylesheets/styles/draw.scss */
#add-notes .bottom .actions {
  position: relative;
}
/* line 251, F:/strip/strip2017/damp-dads/app/assets/stylesheets/styles/draw.scss */
#add-notes .bottom .actions:after {
  content: '';
  height: 1.6rem;
  width: 1.6rem;
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4NCjwhLS0gR2VuZXJhdG9yOiBBZG9iZSBJbGx1c3RyYXRvciAxOS4yLjEsIFNWRyBFeHBvcnQgUGx1Zy1JbiAuIFNWRyBWZXJzaW9uOiA2LjAwIEJ1aWxkIDApICAtLT4NCjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCIgWw0KCTwhRU5USVRZIG5zX2V4dGVuZCAiaHR0cDovL25zLmFkb2JlLmNvbS9FeHRlbnNpYmlsaXR5LzEuMC8iPg0KCTwhRU5USVRZIG5zX2FpICJodHRwOi8vbnMuYWRvYmUuY29tL0Fkb2JlSWxsdXN0cmF0b3IvMTAuMC8iPg0KCTwhRU5USVRZIG5zX2dyYXBocyAiaHR0cDovL25zLmFkb2JlLmNvbS9HcmFwaHMvMS4wLyI%2BDQoJPCFFTlRJVFkgbnNfdmFycyAiaHR0cDovL25zLmFkb2JlLmNvbS9WYXJpYWJsZXMvMS4wLyI%2BDQoJPCFFTlRJVFkgbnNfaW1yZXAgImh0dHA6Ly9ucy5hZG9iZS5jb20vSW1hZ2VSZXBsYWNlbWVudC8xLjAvIj4NCgk8IUVOVElUWSBuc19zZncgImh0dHA6Ly9ucy5hZG9iZS5jb20vU2F2ZUZvcldlYi8xLjAvIj4NCgk8IUVOVElUWSBuc19jdXN0b20gImh0dHA6Ly9ucy5hZG9iZS5jb20vR2VuZXJpY0N1c3RvbU5hbWVzcGFjZS8xLjAvIj4NCgk8IUVOVElUWSBuc19hZG9iZV94cGF0aCAiaHR0cDovL25zLmFkb2JlLmNvbS9YUGF0aC8xLjAvIj4NCl0%2BDQo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzEiIHhtbG5zOng9IiZuc19leHRlbmQ7IiB4bWxuczppPSImbnNfYWk7IiB4bWxuczpncmFwaD0iJm5zX2dyYXBoczsiDQoJIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4IiB2aWV3Qm94PSIwIDAgMTIuOSAyMy44Ig0KCSBzdHlsZT0iZW5hYmxlLWJhY2tncm91bmQ6bmV3IDAgMCAxMi45IDIzLjg7IiB4bWw6c3BhY2U9InByZXNlcnZlIj4NCjxzdHlsZSB0eXBlPSJ0ZXh0L2NzcyI%2BDQoJLnN0MHtmaWxsOm5vbmU7c3Ryb2tlOiNGRkZGRkY7c3Ryb2tlLXdpZHRoOjEuNTtzdHJva2UtbWl0ZXJsaW1pdDoxMDt9DQo8L3N0eWxlPg0KPG1ldGFkYXRhPg0KCTxzZncgIHhtbG5zPSImbnNfc2Z3OyI%2BDQoJCTxzbGljZXM%2BPC9zbGljZXM%2BDQoJCTxzbGljZVNvdXJjZUJvdW5kcyAgYm90dG9tTGVmdE9yaWdpbj0idHJ1ZSIgaGVpZ2h0PSIyMy4xIiB3aWR0aD0iMTIuNiIgeD0iMC40IiB5PSIwLjQiPjwvc2xpY2VTb3VyY2VCb3VuZHM%2BDQoJPC9zZnc%2BDQo8L21ldGFkYXRhPg0KPHBvbHlsaW5lIGNsYXNzPSJzdDAiIHBvaW50cz0iMC45LDAuOSAxMS45LDExLjkgMC45LDIyLjkgMTEuOSwxMS45ICIvPg0KPC9zdmc%2BDQo%3D) no-repeat;
  display: block;
  position: absolute;
  right: 1.2em;
  top: 20px;
  transition: 0.18s ease-out all;
}
/* line 263, F:/strip/strip2017/damp-dads/app/assets/stylesheets/styles/draw.scss */
#add-notes .bottom .actions:hover:after, #add-notes .bottom .actions:active:after, #add-notes .bottom .actions:focus:after {
  right: 0.2em;
}
/* line 269, F:/strip/strip2017/damp-dads/app/assets/stylesheets/styles/draw.scss */
#add-notes .add-notes-wrap {
  width: 100%;
  height: calc(100% - 199px);
}
/* line 273, F:/strip/strip2017/damp-dads/app/assets/stylesheets/styles/draw.scss */
#add-notes .your-drawing-wrap {
  width: 100%;
  margin-top: 45px;
  text-align: center;
}
/* line 278, F:/strip/strip2017/damp-dads/app/assets/stylesheets/styles/draw.scss */
#add-notes .your-note-wrap {
  height: 35%;
  margin-top: 2.5%;
  text-align: center;
}
/* line 283, F:/strip/strip2017/damp-dads/app/assets/stylesheets/styles/draw.scss */
#add-notes #your-drawing {
  width: auto;
  display: inline-block;
  background: #ffffff;
  border: 1px solid #edeadf;
  border-radius: 4px;
  overflow: hidden;
  font-size: 0;
  position: relative;
}
/* line 293, F:/strip/strip2017/damp-dads/app/assets/stylesheets/styles/draw.scss */
#add-notes #your-drawing canvas {
  max-width: 100%;
  max-height: 100%;
}
/* line 299, F:/strip/strip2017/damp-dads/app/assets/stylesheets/styles/draw.scss */
#add-notes #pass-it-on {
  height: 66px;
  width: 100%;
  border-radius: 0;
  padding-top: calc(1rem + 3px);
  padding-left: 2.2rem;
  padding-right: 2.2rem;
  font-size: 1rem;
  background: #24c900;
  border: 1px solid #24c900;
}
/* line 309, F:/strip/strip2017/damp-dads/app/assets/stylesheets/styles/draw.scss */
#add-notes #pass-it-on:after {
  content: '';
  height: 1.6rem;
  width: 1.6rem;
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4NCjwhLS0gR2VuZXJhdG9yOiBBZG9iZSBJbGx1c3RyYXRvciAxOS4yLjEsIFNWRyBFeHBvcnQgUGx1Zy1JbiAuIFNWRyBWZXJzaW9uOiA2LjAwIEJ1aWxkIDApICAtLT4NCjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCIgWw0KCTwhRU5USVRZIG5zX2V4dGVuZCAiaHR0cDovL25zLmFkb2JlLmNvbS9FeHRlbnNpYmlsaXR5LzEuMC8iPg0KCTwhRU5USVRZIG5zX2FpICJodHRwOi8vbnMuYWRvYmUuY29tL0Fkb2JlSWxsdXN0cmF0b3IvMTAuMC8iPg0KCTwhRU5USVRZIG5zX2dyYXBocyAiaHR0cDovL25zLmFkb2JlLmNvbS9HcmFwaHMvMS4wLyI%2BDQoJPCFFTlRJVFkgbnNfdmFycyAiaHR0cDovL25zLmFkb2JlLmNvbS9WYXJpYWJsZXMvMS4wLyI%2BDQoJPCFFTlRJVFkgbnNfaW1yZXAgImh0dHA6Ly9ucy5hZG9iZS5jb20vSW1hZ2VSZXBsYWNlbWVudC8xLjAvIj4NCgk8IUVOVElUWSBuc19zZncgImh0dHA6Ly9ucy5hZG9iZS5jb20vU2F2ZUZvcldlYi8xLjAvIj4NCgk8IUVOVElUWSBuc19jdXN0b20gImh0dHA6Ly9ucy5hZG9iZS5jb20vR2VuZXJpY0N1c3RvbU5hbWVzcGFjZS8xLjAvIj4NCgk8IUVOVElUWSBuc19hZG9iZV94cGF0aCAiaHR0cDovL25zLmFkb2JlLmNvbS9YUGF0aC8xLjAvIj4NCl0%2BDQo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzEiIHhtbG5zOng9IiZuc19leHRlbmQ7IiB4bWxuczppPSImbnNfYWk7IiB4bWxuczpncmFwaD0iJm5zX2dyYXBoczsiDQoJIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4IiB2aWV3Qm94PSIwIDAgMTIuOSAyMy44Ig0KCSBzdHlsZT0iZW5hYmxlLWJhY2tncm91bmQ6bmV3IDAgMCAxMi45IDIzLjg7IiB4bWw6c3BhY2U9InByZXNlcnZlIj4NCjxzdHlsZSB0eXBlPSJ0ZXh0L2NzcyI%2BDQoJLnN0MHtmaWxsOm5vbmU7c3Ryb2tlOiNGRkZGRkY7c3Ryb2tlLXdpZHRoOjEuNTtzdHJva2UtbWl0ZXJsaW1pdDoxMDt9DQo8L3N0eWxlPg0KPG1ldGFkYXRhPg0KCTxzZncgIHhtbG5zPSImbnNfc2Z3OyI%2BDQoJCTxzbGljZXM%2BPC9zbGljZXM%2BDQoJCTxzbGljZVNvdXJjZUJvdW5kcyAgYm90dG9tTGVmdE9yaWdpbj0idHJ1ZSIgaGVpZ2h0PSIyMy4xIiB3aWR0aD0iMTIuNiIgeD0iMC40IiB5PSIwLjQiPjwvc2xpY2VTb3VyY2VCb3VuZHM%2BDQoJPC9zZnc%2BDQo8L21ldGFkYXRhPg0KPHBvbHlsaW5lIGNsYXNzPSJzdDAiIHBvaW50cz0iMC45LDAuOSAxMS45LDExLjkgMC45LDIyLjkgMTEuOSwxMS45ICIvPg0KPC9zdmc%2BDQo%3D) no-repeat;
  display: block;
  position: absolute;
  right: 1.2rem;
  top: 22px;
  transition: 0.18s ease-out all;
}
/* line 321, F:/strip/strip2017/damp-dads/app/assets/stylesheets/styles/draw.scss */
#add-notes #pass-it-on:hover:after, #add-notes #pass-it-on:active:after, #add-notes #pass-it-on:focus:after {
  right: 0;
}
/* line 327, F:/strip/strip2017/damp-dads/app/assets/stylesheets/styles/draw.scss */
#add-notes textarea {
  height: 100%;
  width: 100%;
  padding: 1rem;
  border-radius: 4px;
  border: 1px solid #edeadf;
  vertical-align: middle;
  transition: 0.2s ease-in all;
}
/* line 336, F:/strip/strip2017/damp-dads/app/assets/stylesheets/styles/draw.scss */
#add-notes textarea:focus {
  background: #ffffff;
}

/* line 342, F:/strip/strip2017/damp-dads/app/assets/stylesheets/styles/draw.scss */
.action-bar {
  display: block;
  padding: 1rem 0;
  min-height: 66px;
  background: #f8f6f0;
}

/* line 355, F:/strip/strip2017/damp-dads/app/assets/stylesheets/styles/draw.scss */
.toolset {
  display: block;
  margin-bottom: -0.225em;
}

/* line 359, F:/strip/strip2017/damp-dads/app/assets/stylesheets/styles/draw.scss */
.tools, .context {
  display: inline-block;
  width: 41%;
}

@supports (-moz-appearance: meterbar) {
  /* line 365, F:/strip/strip2017/damp-dads/app/assets/stylesheets/styles/draw.scss */
  .toolset {
    margin-bottom: -0.6%;
  }
}
/* line 371, F:/strip/strip2017/damp-dads/app/assets/stylesheets/styles/draw.scss */
.tools {
  width: 100%;
  margin-top: -0.15em;
}
/* line 375, F:/strip/strip2017/damp-dads/app/assets/stylesheets/styles/draw.scss */
.tools .buttons {
  display: inline-block;
  width: 100%;
  padding: 0rem 0.6618rem 1em;
  margin-top: 0;
  max-height: 3rem;
}
/* line 382, F:/strip/strip2017/damp-dads/app/assets/stylesheets/styles/draw.scss */
.tools .buttons li {
  display: block;
  text-align: justify;
  max-height: 2rem;
  overflow: hidden;
}
/* line 389, F:/strip/strip2017/damp-dads/app/assets/stylesheets/styles/draw.scss */
.tools .buttons li:after {
  content: '';
  width: 100%;
  /* Ensures there are at least 2 lines of text, so justification works */
  display: inline-block;
}
/* line 398, F:/strip/strip2017/damp-dads/app/assets/stylesheets/styles/draw.scss */
.tools .buttons .button {
  box-sizing: border-box;
  display: inline-block;
  width: 6.75%;
  vertical-align: middle;
  border-radius: 4px;
}
/* line 405, F:/strip/strip2017/damp-dads/app/assets/stylesheets/styles/draw.scss */
.tools .buttons .button:focus {
  outline: none;
}
/* line 409, F:/strip/strip2017/damp-dads/app/assets/stylesheets/styles/draw.scss */
.tools .buttons .button:hover {
  background: rgba(237, 234, 223, 0.6);
}
/* line 412, F:/strip/strip2017/damp-dads/app/assets/stylesheets/styles/draw.scss */
.tools .buttons .button.active {
  border: none;
}
/* line 421, F:/strip/strip2017/damp-dads/app/assets/stylesheets/styles/draw.scss */
.tools .sliders {
  display: inline-block;
  vertical-align: top;
  width: 100%;
  padding: 0 0.3rem 0 0.618rem;
  margin-top: 1em;
  margin-bottom: 0.3em;
}
/* line 429, F:/strip/strip2017/damp-dads/app/assets/stylesheets/styles/draw.scss */
.tools .sliders li {
  margin: auto;
  margin-bottom: -0.15rem;
  position: relative;
  width: 100%;
  display: inline-block;
  transition: all 0.2s ease;
}
/* line 438, F:/strip/strip2017/damp-dads/app/assets/stylesheets/styles/draw.scss */
.tools .sliders li:last-of-type {
  display: none;
}
/* line 444, F:/strip/strip2017/damp-dads/app/assets/stylesheets/styles/draw.scss */
.tools .sliders .slider-size, .tools .sliders .slider-opacity, .tools .sliders .slider-text {
  width: calc(100% - 2.1799rem);
  margin: 1em auto 0em;
  background: #f2efe8;
  height: 1em;
  margin-left: 0.15em;
  margin-top: 0.3em;
  margin-bottom: 0;
  display: inline-block;
  vertical-align: baseline;
  border-radius: 4px;
  border: 0px;
  border-top: 1px solid rgba(114, 101, 95, 0.275);
}
/* line 459, F:/strip/strip2017/damp-dads/app/assets/stylesheets/styles/draw.scss */
.tools .sliders .slider-opacity {
  margin-left: 0;
}
/* line 462, F:/strip/strip2017/damp-dads/app/assets/stylesheets/styles/draw.scss */
.tools .sliders .icon {
  width: 2em;
  display: inline-block;
  margin-left: 0;
  margin-top: -0.05em;
  vertical-align: top;
}
/* line 470, F:/strip/strip2017/damp-dads/app/assets/stylesheets/styles/draw.scss */
.tools .sliders .slider-size .ui-slider-handle, .tools .sliders .slider-opacity .ui-slider-handle, .tools .sliders .slider-text .ui-slider-handle {
  height: 0.50em;
  width: 0.75em;
  margin-top: 2.125%;
  border-radius: 4px;
  outline: 0;
  border: 0;
  background: #a89c9a;
}
/* line 480, F:/strip/strip2017/damp-dads/app/assets/stylesheets/styles/draw.scss */
.tools .sliders .slider-size .ui-slider-handle {
  margin-top: 2%;
}

/* line 491, F:/strip/strip2017/damp-dads/app/assets/stylesheets/styles/draw.scss */
#clear {
  position: absolute;
  top: -1px;
  left: -1px;
  z-index: 100;
  width: 2.3rem;
  background: #f2efe8;
  border: 0.45rem solid #f2efe8;
  border-radius: 0;
  border-bottom-right-radius: 4px;
  outline: none;
}

/************************
    COLOUR PALETTE
************************/
/* line 510, F:/strip/strip2017/damp-dads/app/assets/stylesheets/styles/draw.scss */
.palette {
  display: block;
  width: 100%;
  white-space: nowrap;
  margin-bottom: -0.22rem;
  position: relative;
}
/* line 516, F:/strip/strip2017/damp-dads/app/assets/stylesheets/styles/draw.scss */
.palette .colours {
  display: inline-block;
  width: 84%;
}
/* line 522, F:/strip/strip2017/damp-dads/app/assets/stylesheets/styles/draw.scss */
.palette #cust-tip {
  display: inline-block;
  width: 58%;
  min-width: 14.5rem;
  margin-left: 13%;
  padding: 0.3rem;
  position: absolute;
  top: 30%;
  right: 0;
  left: 0;
  color: #72655f;
  font-size: 10pt;
  z-index: 99999;
  border-radius: 4px;
  background: #ffffff;
  border: none;
  text-align: center;
  box-shadow: 0px 0px 5px rgba(114, 101, 95, 0.4);
}
/* line 540, F:/strip/strip2017/damp-dads/app/assets/stylesheets/styles/draw.scss */
.palette li {
  display: block;
  white-space: nowrap;
  margin-bottom: -1.1%;
}
/* line 545, F:/strip/strip2017/damp-dads/app/assets/stylesheets/styles/draw.scss */
.palette li .colour {
  width: 12.5%;
  display: inline-block;
  box-shadow: inset 0px 0px 0px 0em #ffffff;
  transition: 0.08s ease-out all;
}
/* line 551, F:/strip/strip2017/damp-dads/app/assets/stylesheets/styles/draw.scss */
.palette li .colour.active {
  box-shadow: inset 0px 0px 0px 0.3em #f2efe8;
  border: none;
}
/* line 560, F:/strip/strip2017/damp-dads/app/assets/stylesheets/styles/draw.scss */
.palette li .colour:before {
  content: "";
  display: block;
  padding-top: 78.5%;
  /* ratio of 1:1*/
}
/* line 566, F:/strip/strip2017/damp-dads/app/assets/stylesheets/styles/draw.scss */
.palette li:last-of-type {
  margin-bottom: -1%;
  border-bottom: 1px solid #f2efe8;
}
@supports (-moz-appearance: meterbar) {
  /* line 573, F:/strip/strip2017/damp-dads/app/assets/stylesheets/styles/draw.scss */
  .palette li {
    margin-bottom: -1.042%;
  }
}
/* line 579, F:/strip/strip2017/damp-dads/app/assets/stylesheets/styles/draw.scss */
.palette #clr-1 {
  background: #db2d2a;
}
/* line 582, F:/strip/strip2017/damp-dads/app/assets/stylesheets/styles/draw.scss */
.palette #clr-2 {
  background: #de4d26;
}
/* line 585, F:/strip/strip2017/damp-dads/app/assets/stylesheets/styles/draw.scss */
.palette #clr-3 {
  background: #eb8926;
}
/* line 588, F:/strip/strip2017/damp-dads/app/assets/stylesheets/styles/draw.scss */
.palette #clr-4 {
  background: #edca1f;
}
/* line 591, F:/strip/strip2017/damp-dads/app/assets/stylesheets/styles/draw.scss */
.palette #clr-5 {
  background: #e8e526;
}
/* line 594, F:/strip/strip2017/damp-dads/app/assets/stylesheets/styles/draw.scss */
.palette #clr-6 {
  background: #a3cd39;
}
/* line 597, F:/strip/strip2017/damp-dads/app/assets/stylesheets/styles/draw.scss */
.palette #clr-7 {
  background: #6fbd44;
}
/* line 600, F:/strip/strip2017/damp-dads/app/assets/stylesheets/styles/draw.scss */
.palette #clr-8 {
  background: #54bf9e;
}
/* line 603, F:/strip/strip2017/damp-dads/app/assets/stylesheets/styles/draw.scss */
.palette #clr-9 {
  background: #2abcd5;
}
/* line 606, F:/strip/strip2017/damp-dads/app/assets/stylesheets/styles/draw.scss */
.palette #clr-10 {
  background: #3973b8;
}
/* line 609, F:/strip/strip2017/damp-dads/app/assets/stylesheets/styles/draw.scss */
.palette #clr-11 {
  background: #404fa1;
}
/* line 612, F:/strip/strip2017/damp-dads/app/assets/stylesheets/styles/draw.scss */
.palette #clr-12 {
  background: #5d4a9d;
}
/* line 615, F:/strip/strip2017/damp-dads/app/assets/stylesheets/styles/draw.scss */
.palette #clr-13 {
  background: #89489b;
}
/* line 618, F:/strip/strip2017/damp-dads/app/assets/stylesheets/styles/draw.scss */
.palette #clr-14 {
  background: #b83d95;
}
/* line 621, F:/strip/strip2017/damp-dads/app/assets/stylesheets/styles/draw.scss */
.palette #clr-15 {
  background: #282827;
}
/* line 624, F:/strip/strip2017/damp-dads/app/assets/stylesheets/styles/draw.scss */
.palette #clr-16 {
  background: #ffffff;
}
/* line 629, F:/strip/strip2017/damp-dads/app/assets/stylesheets/styles/draw.scss */
.palette .save {
  display: inline-block;
  vertical-align: top;
}

/* Pass It On   */
/* line 638, F:/strip/strip2017/damp-dads/app/assets/stylesheets/styles/draw.scss */
#pass, #save-avatar {
  height: 63px;
  margin-left: 16px;
  margin-top: 16px;
  vertical-align: top;
  outline: none;
  transition: 0.2s ease-out all;
  border-bottom-right-radius: 4px;
  background: #fffdfb;
}
/* line 649, F:/strip/strip2017/damp-dads/app/assets/stylesheets/styles/draw.scss */
#pass:active, #save-avatar:active {
  border: 0px solid transparent;
  outline: none;
  background: #e64250;
}
/* line 654, F:/strip/strip2017/damp-dads/app/assets/stylesheets/styles/draw.scss */
#pass.active, #save-avatar.active {
  border: 0px solid transparent;
}
/* line 658, F:/strip/strip2017/damp-dads/app/assets/stylesheets/styles/draw.scss */
#pass:hover, #save-avatar:hover {
  background: #ffffff;
}

/********************************
    CONTEXT AREA
*******************************/
/* line 671, F:/strip/strip2017/damp-dads/app/assets/stylesheets/styles/draw.scss */
.context {
  position: relative;
  width: 100%;
}
/* line 674, F:/strip/strip2017/damp-dads/app/assets/stylesheets/styles/draw.scss */
.context h1 {
  font-size: 2.986rem;
  font-style: italic;
  line-height: 1.2;
  display: block;
  padding: 0.418rem 0.2rem 0.418rem;
  width: 95%;
  margin: 0.8rem auto 0;
  border-radius: 4px;
  border: 1px solid #d3cdca;
  position: relative;
  text-align: left;
  vertical-align: middle;
  background: #edeadf;
  word-wrap: break-word;
}
/* line 691, F:/strip/strip2017/damp-dads/app/assets/stylesheets/styles/draw.scss */
.context .previous-panel {
  display: block;
  width: calc(100% - 1.2rem);
  margin: 0.618rem auto -0.5rem;
  border-radius: 4px;
  position: relative;
  text-align: center;
  background: #fffdfb;
  overflow: hidden;
  border: 1px solid #edeadf;
}
/* line 706, F:/strip/strip2017/damp-dads/app/assets/stylesheets/styles/draw.scss */
.context .previous-panel canvas {
  max-width: 100%;
  min-width: 100%;
  max-height: 100%;
  min-height: 100%;
}
/* line 712, F:/strip/strip2017/damp-dads/app/assets/stylesheets/styles/draw.scss */
.context .previous-panel img {
  width: 100%;
  display: block;
}
/* line 717, F:/strip/strip2017/damp-dads/app/assets/stylesheets/styles/draw.scss */
.context .previous-panel h2 {
  font-size: 7.43rem;
  position: absolute;
  top: 20%;
  left: 0;
  right: 0;
  opacity: 0.15;
}
/* line 725, F:/strip/strip2017/damp-dads/app/assets/stylesheets/styles/draw.scss */
.context .previous-panel p {
  position: absolute;
  bottom: 25%;
  left: 0;
  right: 0;
  font-weight: 400;
}
/* line 734, F:/strip/strip2017/damp-dads/app/assets/stylesheets/styles/draw.scss */
.context .notes {
  display: block;
  width: calc(100% - 1.2rem);
  position: relative;
  height: 12.75rem;
  margin: 0.618rem auto 0;
  border-radius: 4px;
  border: 1px solid #edeadf;
  background: #edeadf;
  overflow: auto;
  padding: 0.618rem;
  background: #fffdfb;
  pointer-events: all !important;
}
/* line 749, F:/strip/strip2017/damp-dads/app/assets/stylesheets/styles/draw.scss */
.context .notes .no-notes {
  position: absolute;
  bottom: 25%;
  left: 0;
  right: 0;
  font-weight: 400;
}
/* line 757, F:/strip/strip2017/damp-dads/app/assets/stylesheets/styles/draw.scss */
.context .notes div {
  padding: 0.6rem;
  background: #f8f6f0;
  display: block;
  width: 100%;
  margin-bottom: 0.618rem;
  pointer-events: all;
  border-radius: 4px;
}
/* line 769, F:/strip/strip2017/damp-dads/app/assets/stylesheets/styles/draw.scss */
.context .notes div:last-of-type {
  margin-bottom: 0.218rem;
}
/* line 773, F:/strip/strip2017/damp-dads/app/assets/stylesheets/styles/draw.scss */
.context .notes div .number {
  float: left;
  width: 15%;
  border: 1px solid #d3cdca;
  text-align: center;
  padding: 1.15em 0;
}
/* line 780, F:/strip/strip2017/damp-dads/app/assets/stylesheets/styles/draw.scss */
.context .notes div p {
  float: right;
  width: 81%;
  margin-top: 0.2em;
}

/************************************
    DRAWING AREA
**********************************/
/* line 795, F:/strip/strip2017/damp-dads/app/assets/stylesheets/styles/draw.scss */
.comic {
  display: block;
}

/* line 799, F:/strip/strip2017/damp-dads/app/assets/stylesheets/styles/draw.scss */
#panel {
  display: block;
  width: 100%;
  background: #ffffff;
  position: relative;
  overflow: hidden;
  box-sizing: border-box;
  border: 0;
  z-index: 1;
  top: 0px;
  left: 0px;
  margin: 0;
  margin-top: 0.6rem;
}

/* line 814, F:/strip/strip2017/damp-dads/app/assets/stylesheets/styles/draw.scss */
#tmp_canvas {
  z-index: 2;
}

/* line 818, F:/strip/strip2017/damp-dads/app/assets/stylesheets/styles/draw.scss */
#tmp_canvas, #panel_draw {
  position: absolute;
  top: -1px;
  left: -1px;
}

/* line 824, F:/strip/strip2017/damp-dads/app/assets/stylesheets/styles/draw.scss */
#picker {
  position: absolute;
  z-index: 803;
  top: 0;
  left: 0;
  width: 99%;
  height: 37%;
  box-sizing: border-box;
  transition: 0.13s ease-out transform;
  background: #f8f6f0;
  /*.colpick_hex{
    width:19.7em;
    height:15.7em;
    margin-top:0.2rem;
    margin-left:0.2rem;
  }*/
}
/* line 842, F:/strip/strip2017/damp-dads/app/assets/stylesheets/styles/draw.scss */
#picker .colpick {
  width: 100%;
  height: 13.5rem;
  border: none;
  background: #f8f6f0;
}
/* line 847, F:/strip/strip2017/damp-dads/app/assets/stylesheets/styles/draw.scss */
#picker .colpick .colpick_color {
  left: 0.6rem;
  top: 0.6rem;
  overflow: hidden;
  border-radius: 4px;
  outline: medium none;
}
/* line 854, F:/strip/strip2017/damp-dads/app/assets/stylesheets/styles/draw.scss */
#picker .colpick .colpick_color, #picker .colpick .colpick_color_overlay1, #picker .colpick .colpick_color_overlay2 {
  width: 200px;
  height: 200px;
}
/* line 858, F:/strip/strip2017/damp-dads/app/assets/stylesheets/styles/draw.scss */
#picker .colpick .colpick_new_color, #picker .colpick .colpick_current_color {
  top: 0.6rem;
  border: none;
  border-radius: 4px;
}
/* line 864, F:/strip/strip2017/damp-dads/app/assets/stylesheets/styles/draw.scss */
#picker .colpick .colpick_new_color {
  left: auto;
  right: 8.3rem;
  height: 60px;
  width: 63px;
}
/* line 870, F:/strip/strip2017/damp-dads/app/assets/stylesheets/styles/draw.scss */
#picker .colpick .colpick_current_color {
  left: auto;
  right: 3.8rem;
  height: 60px;
  width: 63px;
}
/* line 876, F:/strip/strip2017/damp-dads/app/assets/stylesheets/styles/draw.scss */
#picker .colpick .colpick_hue {
  height: 200px;
  top: 0.6rem;
  left: auto;
  width: 2.5rem;
  right: 0.6rem;
  border: none;
  border-radius: 4px;
}
/* line 885, F:/strip/strip2017/damp-dads/app/assets/stylesheets/styles/draw.scss */
#picker .colpick .colpick_hue_arrs {
  left: -6px;
}
/* line 888, F:/strip/strip2017/damp-dads/app/assets/stylesheets/styles/draw.scss */
#picker .colpick .colpick_hue_larr {
  border-left: 7px solid #a89c9a;
}
/* line 891, F:/strip/strip2017/damp-dads/app/assets/stylesheets/styles/draw.scss */
#picker .colpick .colpick_hue_rarr {
  display: none;
}
/* line 894, F:/strip/strip2017/damp-dads/app/assets/stylesheets/styles/draw.scss */
#picker .colpick .colpick_hex_field {
  left: auto;
  right: 3.8rem;
  top: auto;
  bottom: 2.45rem;
  width: 135px;
  background: #ffffff;
}
/* line 902, F:/strip/strip2017/damp-dads/app/assets/stylesheets/styles/draw.scss */
#picker .colpick .colpick_field_letter {
  color: #a89c9a;
  width: 15px;
  background: #fffdfb;
  z-index: 1;
}
/* line 908, F:/strip/strip2017/damp-dads/app/assets/stylesheets/styles/draw.scss */
#picker .colpick .colpick_field input {
  background: #ffffff;
  border: 1px solid rgba(114, 101, 95, 0.16);
}
/* line 912, F:/strip/strip2017/damp-dads/app/assets/stylesheets/styles/draw.scss */
#picker .colpick .colpick_rgb_r, #picker .colpick .colpick_rgb_b, #picker .colpick .colpick_rgb_g {
  left: auto;
  right: 8.3rem;
  width: 63px;
}
/* line 918, F:/strip/strip2017/damp-dads/app/assets/stylesheets/styles/draw.scss */
#picker .colpick .colpick_rgb_r, #picker .colpick .colpick_hsb_h {
  top: 5rem;
}
/* line 921, F:/strip/strip2017/damp-dads/app/assets/stylesheets/styles/draw.scss */
#picker .colpick .colpick_rgb_g, #picker .colpick .colpick_hsb_s {
  top: 6.6rem;
}
/* line 924, F:/strip/strip2017/damp-dads/app/assets/stylesheets/styles/draw.scss */
#picker .colpick .colpick_rgb_b, #picker .colpick .colpick_hsb_b {
  top: 8.2rem;
}
/* line 927, F:/strip/strip2017/damp-dads/app/assets/stylesheets/styles/draw.scss */
#picker .colpick .colpick_hsb_h, #picker .colpick .colpick_hsb_s, #picker .colpick .colpick_hsb_b, #picker .colpick .colpick_submit {
  left: auto;
  right: 3.8rem;
  width: 63px;
}
/* line 932, F:/strip/strip2017/damp-dads/app/assets/stylesheets/styles/draw.scss */
#picker .colpick .colpick_submit {
  top: auto;
  bottom: 0.3rem;
  height: auto;
  width: 135px;
  padding: 0.06rem;
  border: 1px solid rgba(114, 101, 95, 0.16);
  background: #fffdfb;
  color: #24c900;
}
/* line 942, F:/strip/strip2017/damp-dads/app/assets/stylesheets/styles/draw.scss */
#picker .colpick .colpick_submit:hover {
  background: #ffffff;
}

/* line 949, F:/strip/strip2017/damp-dads/app/assets/stylesheets/styles/draw.scss */
#mouse-shadow {
  display: block;
  width: 2em;
  height: 2em;
  border-radius: 100%;
  background: none;
  opacity: 0;
  z-index: 999;
  position: absolute;
  pointer-events: none;
  box-sizing: border-box;
  border: 0.2em solid #000;
}

/* line 964, F:/strip/strip2017/damp-dads/app/assets/stylesheets/styles/draw.scss */
#text_tool {
  position: relative;
  border: 1px dotted black;
  outline: 0;
  display: none;
  font-size: 1.15em;
  font-family: 'Comic Neue', 'comic sans';
  font-weight: bold;
  text-align: center;
  line-height: 1;
  overflow: hidden;
  z-index: 9999;
}

/* line 977, F:/strip/strip2017/damp-dads/app/assets/stylesheets/styles/draw.scss */
#text-wrapper {
  position: absolute;
  line-height: 1;
  display: block;
  z-index: 9999;
}

/* line 983, F:/strip/strip2017/damp-dads/app/assets/stylesheets/styles/draw.scss */
#text-confirm {
  content: url(../img/ico/button-check.svg);
  right: -2.3rem;
  top: calc(-100% + 2.29rem);
  width: 2.3rem;
  height: 2.3rem;
  padding: 0.5rem;
  background: #f2efe8;
  display: none;
  position: relative;
  z-index: 1000;
  float: right;
  border-bottom-right-radius: 4px;
}

/* line 997, F:/strip/strip2017/damp-dads/app/assets/stylesheets/styles/draw.scss */
#text-cancel {
  content: url(../img/ico/button-cancel.svg);
  right: -4.6rem;
  top: -100%;
  width: 2.3rem;
  height: 2.3rem;
  padding: 0.5rem;
  background: #edeadf;
  display: none;
  position: relative;
  z-index: 1000;
  float: right;
  border-top-right-radius: 4px;
}

@media screen and (max-width: 1010px) {
  /* line 1015, F:/strip/strip2017/damp-dads/app/assets/stylesheets/styles/draw.scss */
  main {
    max-height: none;
  }

  /* line 1018, F:/strip/strip2017/damp-dads/app/assets/stylesheets/styles/draw.scss */
  .app-wrap {
    overflow: unset;
  }

  /* main{
       max-height: calc(768px - 67px);
       overflow:hidden;
   }
   header{
       position: fixed;
   }
   .tools, .context, .palette{
       display:none !important;
   }*/
  /* line 1031, F:/strip/strip2017/damp-dads/app/assets/stylesheets/styles/draw.scss */
  main.drawing-panel {
    position: static;
  }

  /* line 1035, F:/strip/strip2017/damp-dads/app/assets/stylesheets/styles/draw.scss */
  .palette {
    width: 80%;
    margin: 0 auto 0;
    overflow: hidden;
  }

  /* line 1040, F:/strip/strip2017/damp-dads/app/assets/stylesheets/styles/draw.scss */
  .pre-load {
    height: 300vh;
    max-height: none;
  }

  /* line 1044, F:/strip/strip2017/damp-dads/app/assets/stylesheets/styles/draw.scss */
  .right-side {
    float: none;
  }

  /* line 1047, F:/strip/strip2017/damp-dads/app/assets/stylesheets/styles/draw.scss */
  .left-side {
    float: none;
    display: block;
    width: 80%;
    margin: 0 auto;
    position: relative;
    padding-bottom: 40%;
  }
  /* line 1056, F:/strip/strip2017/damp-dads/app/assets/stylesheets/styles/draw.scss */
  .left-side .tools {
    width: 100%;
    height: 8rem;
    position: absolute;
    top: 0.8rem;
    left: 0;
  }
  /* line 1063, F:/strip/strip2017/damp-dads/app/assets/stylesheets/styles/draw.scss */
  .left-side .tools .sliders {
    margin-top: 0.4em;
  }
  /* line 1066, F:/strip/strip2017/damp-dads/app/assets/stylesheets/styles/draw.scss */
  .left-side .tools .sliders li {
    margin-bottom: 0.25em;
  }
  /* line 1070, F:/strip/strip2017/damp-dads/app/assets/stylesheets/styles/draw.scss */
  .left-side .tools .sliders .ui-slider-handle {
    margin-top: 2%;
  }
  /* line 1074, F:/strip/strip2017/damp-dads/app/assets/stylesheets/styles/draw.scss */
  .left-side .tools .sliders li:first-of-type .ui-slider-handle {
    margin-top: 2.6%;
  }
  /* line 1080, F:/strip/strip2017/damp-dads/app/assets/stylesheets/styles/draw.scss */
  .left-side .tools .sliders .slider-size, .left-side .tools .sliders .slider-opacity, .left-side .tools .sliders .slider-text {
    margin-top: 0.675em;
  }
  /* line 1084, F:/strip/strip2017/damp-dads/app/assets/stylesheets/styles/draw.scss */
  .left-side .tools .buttons li {
    max-height: 4rem;
  }
  /* line 1089, F:/strip/strip2017/damp-dads/app/assets/stylesheets/styles/draw.scss */
  .left-side .context {
    position: absolute;
    top: 8.5rem;
    left: 0;
  }
  /* line 1094, F:/strip/strip2017/damp-dads/app/assets/stylesheets/styles/draw.scss */
  .left-side .context .previous-panel p {
    bottom: 5%;
  }
  /* line 1099, F:/strip/strip2017/damp-dads/app/assets/stylesheets/styles/draw.scss */
  .left-side .context h1, .left-side .context .previous-panel {
    margin: 0;
    width: 100%;
  }
  /* line 1104, F:/strip/strip2017/damp-dads/app/assets/stylesheets/styles/draw.scss */
  .left-side .context .notes {
    width: 100%;
    margin-bottom: 1.2rem;
  }
  /* line 1108, F:/strip/strip2017/damp-dads/app/assets/stylesheets/styles/draw.scss */
  .left-side .context .previous-panel {
    margin-bottom: 1.2rem;
  }

  /* line 1113, F:/strip/strip2017/damp-dads/app/assets/stylesheets/styles/draw.scss */
  .right-side {
    display: block;
    width: 100%;
  }

  /* line 1117, F:/strip/strip2017/damp-dads/app/assets/stylesheets/styles/draw.scss */
  #panel {
    margin: 0 auto;
    width: 80%;
    border-radius: 4px;
  }

  /* line 1122, F:/strip/strip2017/damp-dads/app/assets/stylesheets/styles/draw.scss */
  #picker {
    position: absolute;
    top: 0;
    height: 150vw;
    z-index: 1001;
    width: 100vw;
    padding-right: 12vw;
    padding-left: 10vw;
    margin-left: -10vw;
  }

  /* line 1134, F:/strip/strip2017/damp-dads/app/assets/stylesheets/styles/draw.scss */
  #add-notes {
    width: 100%;
    position: absolute;
    top: 0;
    z-index: 9999;
    height: 100vh;
    overflow-y: auto;
  }
  /* line 1141, F:/strip/strip2017/damp-dads/app/assets/stylesheets/styles/draw.scss */
  #add-notes .bottom {
    position: static;
    margin-top: 1rem;
  }
  /* line 1146, F:/strip/strip2017/damp-dads/app/assets/stylesheets/styles/draw.scss */
  #add-notes h1 {
    font-size: 2.074em;
    margin-top: 0;
  }
  /* line 1150, F:/strip/strip2017/damp-dads/app/assets/stylesheets/styles/draw.scss */
  #add-notes .grid-item {
    position: static;
    text-align: center;
  }
  /* line 1154, F:/strip/strip2017/damp-dads/app/assets/stylesheets/styles/draw.scss */
  #add-notes #your-drawing {
    width: auto;
    height: auto;
    display: inline-block;
  }
  /* line 1159, F:/strip/strip2017/damp-dads/app/assets/stylesheets/styles/draw.scss */
  #add-notes .add-notes-wrap {
    height: auto;
  }
  /* line 1163, F:/strip/strip2017/damp-dads/app/assets/stylesheets/styles/draw.scss */
  #add-notes .bottom .actions {
    position: relative;
  }
  /* line 1166, F:/strip/strip2017/damp-dads/app/assets/stylesheets/styles/draw.scss */
  #add-notes .bottom .actions:after {
    content: '';
    height: 2rem;
    width: 2rem;
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4NCjwhLS0gR2VuZXJhdG9yOiBBZG9iZSBJbGx1c3RyYXRvciAxOS4yLjEsIFNWRyBFeHBvcnQgUGx1Zy1JbiAuIFNWRyBWZXJzaW9uOiA2LjAwIEJ1aWxkIDApICAtLT4NCjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCIgWw0KCTwhRU5USVRZIG5zX2V4dGVuZCAiaHR0cDovL25zLmFkb2JlLmNvbS9FeHRlbnNpYmlsaXR5LzEuMC8iPg0KCTwhRU5USVRZIG5zX2FpICJodHRwOi8vbnMuYWRvYmUuY29tL0Fkb2JlSWxsdXN0cmF0b3IvMTAuMC8iPg0KCTwhRU5USVRZIG5zX2dyYXBocyAiaHR0cDovL25zLmFkb2JlLmNvbS9HcmFwaHMvMS4wLyI%2BDQoJPCFFTlRJVFkgbnNfdmFycyAiaHR0cDovL25zLmFkb2JlLmNvbS9WYXJpYWJsZXMvMS4wLyI%2BDQoJPCFFTlRJVFkgbnNfaW1yZXAgImh0dHA6Ly9ucy5hZG9iZS5jb20vSW1hZ2VSZXBsYWNlbWVudC8xLjAvIj4NCgk8IUVOVElUWSBuc19zZncgImh0dHA6Ly9ucy5hZG9iZS5jb20vU2F2ZUZvcldlYi8xLjAvIj4NCgk8IUVOVElUWSBuc19jdXN0b20gImh0dHA6Ly9ucy5hZG9iZS5jb20vR2VuZXJpY0N1c3RvbU5hbWVzcGFjZS8xLjAvIj4NCgk8IUVOVElUWSBuc19hZG9iZV94cGF0aCAiaHR0cDovL25zLmFkb2JlLmNvbS9YUGF0aC8xLjAvIj4NCl0%2BDQo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzEiIHhtbG5zOng9IiZuc19leHRlbmQ7IiB4bWxuczppPSImbnNfYWk7IiB4bWxuczpncmFwaD0iJm5zX2dyYXBoczsiDQoJIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4IiB2aWV3Qm94PSIwIDAgMTIuOSAyMy44Ig0KCSBzdHlsZT0iZW5hYmxlLWJhY2tncm91bmQ6bmV3IDAgMCAxMi45IDIzLjg7IiB4bWw6c3BhY2U9InByZXNlcnZlIj4NCjxzdHlsZSB0eXBlPSJ0ZXh0L2NzcyI%2BDQoJLnN0MHtmaWxsOm5vbmU7c3Ryb2tlOiNGRkZGRkY7c3Ryb2tlLXdpZHRoOjEuNTtzdHJva2UtbWl0ZXJsaW1pdDoxMDt9DQo8L3N0eWxlPg0KPG1ldGFkYXRhPg0KCTxzZncgIHhtbG5zPSImbnNfc2Z3OyI%2BDQoJCTxzbGljZXM%2BPC9zbGljZXM%2BDQoJCTxzbGljZVNvdXJjZUJvdW5kcyAgYm90dG9tTGVmdE9yaWdpbj0idHJ1ZSIgaGVpZ2h0PSIyMy4xIiB3aWR0aD0iMTIuNiIgeD0iMC40IiB5PSIwLjQiPjwvc2xpY2VTb3VyY2VCb3VuZHM%2BDQoJPC9zZnc%2BDQo8L21ldGFkYXRhPg0KPHBvbHlsaW5lIGNsYXNzPSJzdDAiIHBvaW50cz0iMC45LDAuOSAxMS45LDExLjkgMC45LDIyLjkgMTEuOSwxMS45ICIvPg0KPC9zdmc%2BDQo%3D) no-repeat;
    display: none;
    position: absolute;
    right: 1em;
    top: 1.2em;
    transition: 0.18s ease-out all;
  }
  /* line 1178, F:/strip/strip2017/damp-dads/app/assets/stylesheets/styles/draw.scss */
  #add-notes .bottom .actions:hover:after, #add-notes .bottom .actions:active:after, #add-notes .bottom .actions:focus:after {
    right: 0.4em;
  }
  /* line 1184, F:/strip/strip2017/damp-dads/app/assets/stylesheets/styles/draw.scss */
  #add-notes #pass-it-on.right {
    float: none;
    width: auto;
    min-width: 302px;
    max-width: 100%;
    margin: auto !important;
    display: block;
    border-radius: 4px;
  }

  /* line 1196, F:/strip/strip2017/damp-dads/app/assets/stylesheets/styles/draw.scss */
  #pass {
    margin: 0;
    width: 15%;
    height: auto;
    background: none;
  }
}
@media screen and (max-width: 800px) {
  /* line 1205, F:/strip/strip2017/damp-dads/app/assets/stylesheets/styles/draw.scss */
  .strip.new .content {
    padding-bottom: 0;
  }

  /* line 1208, F:/strip/strip2017/damp-dads/app/assets/stylesheets/styles/draw.scss */
  .left-side .tools .sliders li {
    margin-bottom: -0.25%;
  }

  /* line 1211, F:/strip/strip2017/damp-dads/app/assets/stylesheets/styles/draw.scss */
  .right-side {
    padding-right: 0;
  }

  /* line 1214, F:/strip/strip2017/damp-dads/app/assets/stylesheets/styles/draw.scss */
  .drawing-panel {
    border-top: 1px solid #edeadf;
  }

  /* line 1218, F:/strip/strip2017/damp-dads/app/assets/stylesheets/styles/draw.scss */
  #add-notes .bottom {
    padding: 0;
  }
  /* line 1221, F:/strip/strip2017/damp-dads/app/assets/stylesheets/styles/draw.scss */
  #add-notes .bottom #pass-it-on {
    margin: 0;
  }

  /* line 1226, F:/strip/strip2017/damp-dads/app/assets/stylesheets/styles/draw.scss */
  main div.right-side {
    padding-right: none !important;
  }

  /* line 1229, F:/strip/strip2017/damp-dads/app/assets/stylesheets/styles/draw.scss */
  #panel, .left-side, .palette {
    width: 100%;
  }

  /* line 1232, F:/strip/strip2017/damp-dads/app/assets/stylesheets/styles/draw.scss */
  .left-side, .palette {
    width: calc(100% - $gutter);
  }

  /* line 1236, F:/strip/strip2017/damp-dads/app/assets/stylesheets/styles/draw.scss */
  #pass {
    margin-left: -2px;
    margin-top: 2px;
    width: 15%;
    height: auto;
    background: none;
  }

  /* line 1242, F:/strip/strip2017/damp-dads/app/assets/stylesheets/styles/draw.scss */
  .buttons li {
    line-height: 0;
  }

  /* line 1245, F:/strip/strip2017/damp-dads/app/assets/stylesheets/styles/draw.scss */
  #picker {
    padding-right: 1.2rem;
    padding-left: 0;
    margin-left: 0;
  }
}
@media screen and (max-width: 700px) {
  /* line 1252, F:/strip/strip2017/damp-dads/app/assets/stylesheets/styles/draw.scss */
  .strip.pass h2 {
    text-align: center;
  }
}
@media screen and (max-width: 650px) {
  /* line 1257, F:/strip/strip2017/damp-dads/app/assets/stylesheets/styles/draw.scss */
  #pass {
    padding: 0.6rem;
  }
}
@media screen and (max-width: 462px) {
  /* line 1269, F:/strip/strip2017/damp-dads/app/assets/stylesheets/styles/draw.scss */
  #picker {
    padding-right: 0.6rem;
  }

  /* line 1273, F:/strip/strip2017/damp-dads/app/assets/stylesheets/styles/draw.scss */
  #picker .colpick .colpick_color {
    width: calc(100vw - 236px) !important;
    height: calc(100vw - 236px) !important;
  }

  /* line 1277, F:/strip/strip2017/damp-dads/app/assets/stylesheets/styles/draw.scss */
  .title-bar {
    /*h1{
      line-height:1.4;
    }
    .community{
      line-height:2.2;
    }*/
  }

  /* line 1286, F:/strip/strip2017/damp-dads/app/assets/stylesheets/styles/draw.scss */
  .left-side .tools {
    height: auto;
    overflow: hidden;
  }
  /* line 1290, F:/strip/strip2017/damp-dads/app/assets/stylesheets/styles/draw.scss */
  .left-side .tools .sliders {
    width: 100%;
    margin-top: -0.55em;
    padding: 0;
  }
  /* line 1295, F:/strip/strip2017/damp-dads/app/assets/stylesheets/styles/draw.scss */
  .left-side .tools .sliders .icon {
    margin-left: 0;
  }
  /* line 1300, F:/strip/strip2017/damp-dads/app/assets/stylesheets/styles/draw.scss */
  .left-side .tools .sliders li .ui-slider-handle {
    margin-top: 4.75%;
  }
  /* line 1303, F:/strip/strip2017/damp-dads/app/assets/stylesheets/styles/draw.scss */
  .left-side .tools .sliders li .slider-size, .left-side .tools .sliders li .slider-opacity {
    height: 1.4rem;
  }
  /* line 1305, F:/strip/strip2017/damp-dads/app/assets/stylesheets/styles/draw.scss */
  .left-side .tools .sliders li .slider-size .ui-slider-handle, .left-side .tools .sliders li .slider-opacity .ui-slider-handle {
    padding: 0.42rem;
  }
  /* line 1310, F:/strip/strip2017/damp-dads/app/assets/stylesheets/styles/draw.scss */
  .left-side .tools .sliders li .slider-opacity .ui-slider-handle {
    margin-top: 0.5rem;
  }
  /* line 1316, F:/strip/strip2017/damp-dads/app/assets/stylesheets/styles/draw.scss */
  .left-side .tools .buttons {
    width: 100%;
    padding: 0;
  }
  /* line 1320, F:/strip/strip2017/damp-dads/app/assets/stylesheets/styles/draw.scss */
  .left-side .tools .buttons li {
    margin-bottom: 0.5rem;
    max-height: none;
  }
  /* line 1324, F:/strip/strip2017/damp-dads/app/assets/stylesheets/styles/draw.scss */
  .left-side .tools .buttons .button {
    width: 11%;
    padding: 0.3rem;
  }
  /* line 1335, F:/strip/strip2017/damp-dads/app/assets/stylesheets/styles/draw.scss */
  .left-side .context {
    position: relative;
    top: 8rem;
    padding-bottom: 0.6rem;
  }
  /* line 1340, F:/strip/strip2017/damp-dads/app/assets/stylesheets/styles/draw.scss */
  .left-side .context .notes {
    margin-bottom: 0.6rem;
  }
  /* line 1343, F:/strip/strip2017/damp-dads/app/assets/stylesheets/styles/draw.scss */
  .left-side .context .previous-panel {
    margin-bottom: 0;
    padding-top: 0.5rem;
  }
  /* line 1347, F:/strip/strip2017/damp-dads/app/assets/stylesheets/styles/draw.scss */
  .left-side .context .previous-panel p {
    bottom: 10%;
  }
  /* line 1352, F:/strip/strip2017/damp-dads/app/assets/stylesheets/styles/draw.scss */
  .left-side .tools .sliders .slider-size, .left-side .tools .sliders .slider-opacity, .left-side .tools .sliders .slider-text {
    width: calc(100% - 2.2em);
  }

  /* line 1356, F:/strip/strip2017/damp-dads/app/assets/stylesheets/styles/draw.scss */
  header .right {
    display: none;
  }

  /* line 1359, F:/strip/strip2017/damp-dads/app/assets/stylesheets/styles/draw.scss */
  .palette li {
    margin-bottom: -0.5em;
  }

  /* line 1363, F:/strip/strip2017/damp-dads/app/assets/stylesheets/styles/draw.scss */
  #add-notes #pass-it-on {
    margin-top: 0;
  }
  /* line 1366, F:/strip/strip2017/damp-dads/app/assets/stylesheets/styles/draw.scss */
  #add-notes #close-notes {
    height: 62%;
    top: 15.5%;
  }
}
@media screen and (max-width: 405px) {
  /* line 1375, F:/strip/strip2017/damp-dads/app/assets/stylesheets/styles/draw.scss */
  .tools .sliders li:first-of-type, .tools .sliders li {
    width: 100%;
  }

  /* line 1379, F:/strip/strip2017/damp-dads/app/assets/stylesheets/styles/draw.scss */
  .sliders li .ui-slider-handle {
    margin-top: 2.75% !important;
  }
  /* line 1382, F:/strip/strip2017/damp-dads/app/assets/stylesheets/styles/draw.scss */
  .sliders li .slider-size, .sliders li .slider-opacity {
    height: 1.4rem;
  }
  /* line 1384, F:/strip/strip2017/damp-dads/app/assets/stylesheets/styles/draw.scss */
  .sliders li .slider-size .ui-slider-handle, .sliders li .slider-opacity .ui-slider-handle {
    padding: 0.42rem;
  }
  /* line 1389, F:/strip/strip2017/damp-dads/app/assets/stylesheets/styles/draw.scss */
  .sliders li .slider-opacity .ui-slider-handle {
    margin-top: 2.75% !important;
  }

  /* line 1397, F:/strip/strip2017/damp-dads/app/assets/stylesheets/styles/draw.scss */
  #add-notes #your-drawing canvas {
    max-height: 250px;
  }
  /* line 1400, F:/strip/strip2017/damp-dads/app/assets/stylesheets/styles/draw.scss */
  #add-notes textarea {
    width: 250px;
    min-height: 10em;
    /*&:focus{
      position: absolute;
      bottom:66px;
      height:calc(100vh - 132px);
      left:0;
      width:100%
    }*/
  }
  /* line 1411, F:/strip/strip2017/damp-dads/app/assets/stylesheets/styles/draw.scss */
  #add-notes .action-bar {
    height: auto;
    text-align: left;
    padding: 0.6rem;
  }
  /* line 1416, F:/strip/strip2017/damp-dads/app/assets/stylesheets/styles/draw.scss */
  #add-notes .action-bar.bottom {
    padding: 0;
  }
}
@media screen and (max-width: 362px) {
  /* line 1424, F:/strip/strip2017/damp-dads/app/assets/stylesheets/styles/draw.scss */
  header .right {
    display: none;
  }

  /* line 1427, F:/strip/strip2017/damp-dads/app/assets/stylesheets/styles/draw.scss */
  .palette li {
    margin-bottom: -0.5em;
  }

  /* line 1431, F:/strip/strip2017/damp-dads/app/assets/stylesheets/styles/draw.scss */
  #pass {
    padding: 0.3rem;
  }

  /* line 1434, F:/strip/strip2017/damp-dads/app/assets/stylesheets/styles/draw.scss */
  .context {
    top: 9.75rem;
  }
}
/* line 1, F:/strip/strip2017/damp-dads/app/assets/stylesheets/styles/avatars.scss */
.remember-me {
  margin-top: 0.6rem;
  margin-bottom: -0.6rem;
}

@media screen and (max-width: 1010px) {
  /* line 9, F:/strip/strip2017/damp-dads/app/assets/stylesheets/styles/avatars.scss */
  #edit-avatar .save {
    width: 15.5%;
  }
  /* line 11, F:/strip/strip2017/damp-dads/app/assets/stylesheets/styles/avatars.scss */
  #edit-avatar .save #save-avatar {
    height: auto;
    width: 100%;
    margin-top: 0;
    margin-left: 0;
    background: none;
    padding: 0.3rem;
  }
  /* line 20, F:/strip/strip2017/damp-dads/app/assets/stylesheets/styles/avatars.scss */
  #edit-avatar .context .notes {
    display: none;
  }
  /* line 23, F:/strip/strip2017/damp-dads/app/assets/stylesheets/styles/avatars.scss */
  #edit-avatar .left-side .context .previous-panel {
    margin-top: 1.2rem;
    padding: 0;
  }
}
@media screen and (max-width: 460px) {
  /* line 33, F:/strip/strip2017/damp-dads/app/assets/stylesheets/styles/avatars.scss */
  #edit-avatar .left-side .context .previous-panel {
    margin-top: 0.6rem;
    padding: 0;
  }
}
/* line 9, F:/strip/strip2017/damp-dads/app/assets/stylesheets/styles/strips.scss */
.panel-render {
  width: 100%;
  max-width: 100%;
  pointer-events: none;
  border-radius: 4px;
}

/* line 16, F:/strip/strip2017/damp-dads/app/assets/stylesheets/styles/strips.scss */
script.featherlight-inner {
  display: none;
  opacity: 0;
  height: 0;
  overflow: hidden;
}

/* line 23, F:/strip/strip2017/damp-dads/app/assets/stylesheets/styles/strips.scss */
.create-new-strip {
  padding-bottom: 2.4rem;
}

/* line 26, F:/strip/strip2017/damp-dads/app/assets/stylesheets/styles/strips.scss */
.strip-panels, .user-profile {
  padding-bottom: 1.2rem;
}

/* line 29, F:/strip/strip2017/damp-dads/app/assets/stylesheets/styles/strips.scss */
#progress-count {
  font-weight: 400;
  color: #e64250;
}
/* line 32, F:/strip/strip2017/damp-dads/app/assets/stylesheets/styles/strips.scss */
#progress-count span {
  color: #72655f;
  font-weight: 300;
  font-size: 0.8em;
  letter-spacing: 0.06em;
}

/* line 39, F:/strip/strip2017/damp-dads/app/assets/stylesheets/styles/strips.scss */
.hidden-panel-render {
  width: 100%;
  max-width: 100%;
  height: 3rem;
  pointer-events: none;
  background: #edeadf;
  margin-bottom: 0.6rem;
}
/* line 47, F:/strip/strip2017/damp-dads/app/assets/stylesheets/styles/strips.scss */
.hidden-panel-render span {
  display: inline-block;
  font-size: 1.8rem;
  margin-top: -0.1rem !important;
  color: #e64250;
}
/* line 54, F:/strip/strip2017/damp-dads/app/assets/stylesheets/styles/strips.scss */
.hidden-panel-render:last-of-type {
  display: none;
}
/* line 57, F:/strip/strip2017/damp-dads/app/assets/stylesheets/styles/strips.scss */
.hidden-panel-render.after:first-of-type {
  margin-top: 0.4rem;
}

/* line 61, F:/strip/strip2017/damp-dads/app/assets/stylesheets/styles/strips.scss */
.continue-box {
  pointer-events: none;
  color: #a89c9a;
  position: relative;
}
/* line 65, F:/strip/strip2017/damp-dads/app/assets/stylesheets/styles/strips.scss */
.continue-box .btn {
  pointer-events: all !important;
  font-weight: 400;
}
/* line 69, F:/strip/strip2017/damp-dads/app/assets/stylesheets/styles/strips.scss */
.continue-box .btn.quiet {
  background: none;
  border: none;
  border-radius: 0;
  border-bottom: 1px solid #a89c9a;
  width: auto;
  min-width: 0 !important;
  padding-top: 1rem;
  padding-right: 0.1rem;
  padding-left: 0.1rem;
  padding-bottom: 0.4em;
  margin-bottom: 0.8rem;
  margin-left: 1.8rem;
}
/* line 82, F:/strip/strip2017/damp-dads/app/assets/stylesheets/styles/strips.scss */
.continue-box .btn.quiet:hover {
  border-bottom: 1px solid #e64250;
}
/* line 88, F:/strip/strip2017/damp-dads/app/assets/stylesheets/styles/strips.scss */
.continue-box span {
  display: none;
  text-align: center;
  position: absolute;
  top: 1rem;
  right: 0;
  bottom: 0;
  left: 0;
}

/* line 99, F:/strip/strip2017/damp-dads/app/assets/stylesheets/styles/strips.scss */
.in-process .action-bar {
  text-align: center;
}
/* line 102, F:/strip/strip2017/damp-dads/app/assets/stylesheets/styles/strips.scss */
.in-process .m6of10 {
  margin-left: 20%;
}
/* line 105, F:/strip/strip2017/damp-dads/app/assets/stylesheets/styles/strips.scss */
.in-process .m4of10 {
  display: none;
}

/* line 110, F:/strip/strip2017/damp-dads/app/assets/stylesheets/styles/strips.scss */
.strip.pass h2 {
  margin-top: 2.6rem;
  color: #72655f;
}
/* line 114, F:/strip/strip2017/damp-dads/app/assets/stylesheets/styles/strips.scss */
.strip.pass .friends-list {
  height: 59vh;
  overflow: auto;
}
/* line 118, F:/strip/strip2017/damp-dads/app/assets/stylesheets/styles/strips.scss */
.strip.pass .friends-list img {
  pointer-events: none;
  margin-bottom: -0.6em;
}
/* line 123, F:/strip/strip2017/damp-dads/app/assets/stylesheets/styles/strips.scss */
.strip.pass .pass-strip {
  margin-top: 0.6rem;
  margin-bottom: 0.6rem;
  padding-right: 4.5rem;
  height: 66px;
  line-height: 2;
  font-size: 1rem;
}
/* line 131, F:/strip/strip2017/damp-dads/app/assets/stylesheets/styles/strips.scss */
.strip.pass .pass-strip:disabled {
  opacity: 0.35;
}
/* line 137, F:/strip/strip2017/damp-dads/app/assets/stylesheets/styles/strips.scss */
.strip.pass .edit_strip .actions {
  position: relative;
}
/* line 139, F:/strip/strip2017/damp-dads/app/assets/stylesheets/styles/strips.scss */
.strip.pass .edit_strip .actions:after {
  content: '';
  height: 2.65rem;
  width: 2.65rem;
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4NCjwhLS0gR2VuZXJhdG9yOiBBZG9iZSBJbGx1c3RyYXRvciAxOS4yLjEsIFNWRyBFeHBvcnQgUGx1Zy1JbiAuIFNWRyBWZXJzaW9uOiA2LjAwIEJ1aWxkIDApICAtLT4NCjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCIgWw0KCTwhRU5USVRZIG5zX2V4dGVuZCAiaHR0cDovL25zLmFkb2JlLmNvbS9FeHRlbnNpYmlsaXR5LzEuMC8iPg0KCTwhRU5USVRZIG5zX2FpICJodHRwOi8vbnMuYWRvYmUuY29tL0Fkb2JlSWxsdXN0cmF0b3IvMTAuMC8iPg0KCTwhRU5USVRZIG5zX2dyYXBocyAiaHR0cDovL25zLmFkb2JlLmNvbS9HcmFwaHMvMS4wLyI%2BDQoJPCFFTlRJVFkgbnNfdmFycyAiaHR0cDovL25zLmFkb2JlLmNvbS9WYXJpYWJsZXMvMS4wLyI%2BDQoJPCFFTlRJVFkgbnNfaW1yZXAgImh0dHA6Ly9ucy5hZG9iZS5jb20vSW1hZ2VSZXBsYWNlbWVudC8xLjAvIj4NCgk8IUVOVElUWSBuc19zZncgImh0dHA6Ly9ucy5hZG9iZS5jb20vU2F2ZUZvcldlYi8xLjAvIj4NCgk8IUVOVElUWSBuc19jdXN0b20gImh0dHA6Ly9ucy5hZG9iZS5jb20vR2VuZXJpY0N1c3RvbU5hbWVzcGFjZS8xLjAvIj4NCgk8IUVOVElUWSBuc19hZG9iZV94cGF0aCAiaHR0cDovL25zLmFkb2JlLmNvbS9YUGF0aC8xLjAvIj4NCl0%2BDQo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzEiIHhtbG5zOng9IiZuc19leHRlbmQ7IiB4bWxuczppPSImbnNfYWk7IiB4bWxuczpncmFwaD0iJm5zX2dyYXBoczsiDQoJIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4IiB2aWV3Qm94PSIwIDAgNTIuMyA1Mi4zIg0KCSBzdHlsZT0iZW5hYmxlLWJhY2tncm91bmQ6bmV3IDAgMCA1Mi4zIDUyLjM7IiB4bWw6c3BhY2U9InByZXNlcnZlIj4NCjxzdHlsZSB0eXBlPSJ0ZXh0L2NzcyI%2BDQoJLnN0MHtmaWxsOm5vbmU7c3Ryb2tlOiNBODlDOUE7c3Ryb2tlLXdpZHRoOjEuNTtzdHJva2UtbWl0ZXJsaW1pdDoxMDt9DQo8L3N0eWxlPg0KPG1ldGFkYXRhPg0KCTxzZncgIHhtbG5zPSImbnNfc2Z3OyI%2BDQoJCTxzbGljZXM%2BPC9zbGljZXM%2BDQoJCTxzbGljZVNvdXJjZUJvdW5kcyAgYm90dG9tTGVmdE9yaWdpbj0idHJ1ZSIgaGVpZ2h0PSI0NC45IiB3aWR0aD0iNTIuNiIgeD0iLTAuNSIgeT0iMy43Ij48L3NsaWNlU291cmNlQm91bmRzPg0KCTwvc2Z3Pg0KPC9tZXRhZGF0YT4NCjxnPg0KCTxnPg0KCQk8bGluZSBjbGFzcz0ic3QwIiB4MT0iMTQiIHkxPSIyOC45IiB4Mj0iMS4zIiB5Mj0iMjIuNCIvPg0KCQk8cG9seWxpbmUgY2xhc3M9InN0MCIgcG9pbnRzPSIxOC43LDMyLjcgMzguNiw0Ny40IDUxLDQuOSAxLjMsMjIuNCA1LjYsMjQuNiAJCSIvPg0KCQk8bGluZSBjbGFzcz0ic3QwIiB4MT0iNTEiIHkxPSI0LjkiIHgyPSIxNCIgeTI9IjI4LjkiLz4NCgkJPHBvbHlsaW5lIGNsYXNzPSJzdDAiIHBvaW50cz0iMTQsMjguMyAxMi41LDQ2LjMgMjQuOCwzNy4yIAkJIi8%2BDQoJCTxwb2x5bGluZSBjbGFzcz0ic3QwIiBwb2ludHM9IjUxLDQuOSAxOC43LDMyLjcgMTQsNDUuMyAJCSIvPg0KCTwvZz4NCjwvZz4NCjwvc3ZnPg0K) no-repeat;
  filter: brightness(100);
  display: block;
  position: absolute;
  right: 1.25rem;
  top: 1.5rem;
  transition: 0.18s ease-out all;
}
/* line 152, F:/strip/strip2017/damp-dads/app/assets/stylesheets/styles/strips.scss */
.strip.pass .edit_strip .actions:hover:after, .strip.pass .edit_strip .actions:active:after, .strip.pass .edit_strip .actions:focus:after {
  right: 0.95rem;
  top: 1.33rem;
}
/* line 159, F:/strip/strip2017/damp-dads/app/assets/stylesheets/styles/strips.scss */
.strip.pass input[type="radio"] {
  opacity: 0;
  width: 0;
  height: 0;
}
/* line 164, F:/strip/strip2017/damp-dads/app/assets/stylesheets/styles/strips.scss */
.strip.pass input[type="radio"]:checked ~ label {
  background: #777;
}
/* line 167, F:/strip/strip2017/damp-dads/app/assets/stylesheets/styles/strips.scss */
.strip.pass input[type="radio"]:checked ~ label:before {
  content: '\2714';
  text-indent: .9em;
  color: #9CE2AE;
  background-color: #4DCB6D;
}
/* line 173, F:/strip/strip2017/damp-dads/app/assets/stylesheets/styles/strips.scss */
.strip.pass label {
  line-height: 2rem;
  display: inline-block;
  cursor: pointer;
  width: 49.576%;
  border: 1px solid rgba(248, 246, 240, 0);
  margin-bottom: 0.6rem;
  border: 1px solid rgba(114, 101, 95, 0.16);
  border-radius: 4px;
}
/* line 184, F:/strip/strip2017/damp-dads/app/assets/stylesheets/styles/strips.scss */
.strip.pass label:nth-of-type(even) {
  margin-left: 0.4%;
}
/* line 187, F:/strip/strip2017/damp-dads/app/assets/stylesheets/styles/strips.scss */
.strip.pass label .avatar-render {
  width: 33px;
  height: 33px;
  pointer-events: none;
}
/* line 193, F:/strip/strip2017/damp-dads/app/assets/stylesheets/styles/strips.scss */
.strip.pass label.active {
  border: 1px solid #e64250 !important;
  color: #e64250;
}
/* line 198, F:/strip/strip2017/damp-dads/app/assets/stylesheets/styles/strips.scss */
.strip.pass span {
  position: relative;
  margin-left: 0.3rem;
  pointer-events: none;
}

/* line 206, F:/strip/strip2017/damp-dads/app/assets/stylesheets/styles/strips.scss */
#friend-status .btn {
  padding: 0.6rem 1.8rem;
}

/* line 211, F:/strip/strip2017/damp-dads/app/assets/stylesheets/styles/strips.scss */
.friends-list .box {
  display: inline-block;
  cursor: pointer;
  position: relative;
  width: 49.576%;
  border: 1px solid rgba(114, 101, 95, 0.16);
  box-shadow: none;
  margin-bottom: 0.6rem;
  line-height: 2.5rem;
  font-weight: 400;
  font-size: 1rem;
  background: #ffffff;
}
/* line 224, F:/strip/strip2017/damp-dads/app/assets/stylesheets/styles/strips.scss */
.friends-list .box .icon-sm {
  margin-bottom: -0.7rem;
}
/* line 228, F:/strip/strip2017/damp-dads/app/assets/stylesheets/styles/strips.scss */
.friends-list .box .avatar-render {
  max-width: 33px;
  max-height: 33px;
  pointer-events: none;
  margin: 0;
  border: 1px solid #ececec;
}
/* line 236, F:/strip/strip2017/damp-dads/app/assets/stylesheets/styles/strips.scss */
.friends-list .box.active {
  border: 1px solid #e64250 !important;
  color: #e64250;
}
/* line 240, F:/strip/strip2017/damp-dads/app/assets/stylesheets/styles/strips.scss */
.friends-list .box span {
  margin-left: 0.4rem;
}
/* line 245, F:/strip/strip2017/damp-dads/app/assets/stylesheets/styles/strips.scss */
.friends-list .edit-friendship {
  position: relative;
  left: -2.5rem;
  top: 0.5rem;
}
/* line 250, F:/strip/strip2017/damp-dads/app/assets/stylesheets/styles/strips.scss */
.friends-list .edit-friendship img {
  height: 1.5rem;
  -webkit-filter: saturate(100) hue-rotate(-43deg);
  filter: saturate(100) hue-rotate(-43deg);
}
/* line 256, F:/strip/strip2017/damp-dads/app/assets/stylesheets/styles/strips.scss */
.friends-list .deny-friendship {
  position: absolute;
  right: 0.5rem;
  top: 0rem;
}
/* line 261, F:/strip/strip2017/damp-dads/app/assets/stylesheets/styles/strips.scss */
.friends-list .deny-friendship img {
  height: 1rem;
}
/* line 264, F:/strip/strip2017/damp-dads/app/assets/stylesheets/styles/strips.scss */
.friends-list .deny-friendship img:hover, .friends-list .deny-friendship img:active {
  -webkit-filter: saturate(100) hue-rotate(-43deg);
  filter: saturate(100) hue-rotate(-43deg);
}
/* line 270, F:/strip/strip2017/damp-dads/app/assets/stylesheets/styles/strips.scss */
.friends-list .accept-friendship {
  position: absolute;
  right: 0.5rem;
  bottom: -0.5rem;
}
/* line 275, F:/strip/strip2017/damp-dads/app/assets/stylesheets/styles/strips.scss */
.friends-list .accept-friendship img {
  height: 1rem;
  -webkit-filter: saturate(100) hue-rotate(103deg) brightness(1.74321);
  filter: saturate(100) hue-rotate(103deg) brightness(1.74321);
}

/* line 284, F:/strip/strip2017/damp-dads/app/assets/stylesheets/styles/strips.scss */
.strip-grid {
  font-size: 0;
}

/* line 288, F:/strip/strip2017/damp-dads/app/assets/stylesheets/styles/strips.scss */
.navigation span {
  padding: 0 1.2rem;
}

/* line 292, F:/strip/strip2017/damp-dads/app/assets/stylesheets/styles/strips.scss */
.strip-row {
  font-size: 3rem;
}

/* line 296, F:/strip/strip2017/damp-dads/app/assets/stylesheets/styles/strips.scss */
.strip-preview-wrap {
  display: inline-block;
}

/* line 299, F:/strip/strip2017/damp-dads/app/assets/stylesheets/styles/strips.scss */
.strip-preview-click {
  color: #72655f;
  vertical-align: top;
  font-size: 1rem;
  padding: 0 0 0.6rem;
  display: inline-block;
  width: 24%;
}
/* line 307, F:/strip/strip2017/damp-dads/app/assets/stylesheets/styles/strips.scss */
.strip-preview-click:first-of-type {
  margin-left: -0.3rem;
}
/* line 312, F:/strip/strip2017/damp-dads/app/assets/stylesheets/styles/strips.scss */
.strip-preview-click span {
  font-size: 0.8rem;
}
/* line 315, F:/strip/strip2017/damp-dads/app/assets/stylesheets/styles/strips.scss */
.strip-preview-click .icon {
  height: 1.85em;
  width: auto !important;
  margin-bottom: -0.5em;
}
/* line 321, F:/strip/strip2017/damp-dads/app/assets/stylesheets/styles/strips.scss */
.strip-preview-click .ellipsis {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
/* line 328, F:/strip/strip2017/damp-dads/app/assets/stylesheets/styles/strips.scss */
.strip-preview-click .strip-preview-box {
  display: inline-block;
  width: 50vw;
  max-width: 100%;
  overflow: hidden;
  position: relative;
  background: #ffffff;
  border-radius: 4px;
  transition: 0.2s ease-out all;
  border: 1px solid #ececec;
  box-shadow: 1px 4px 8px -5px rgba(114, 101, 95, 0.35);
}
/* line 340, F:/strip/strip2017/damp-dads/app/assets/stylesheets/styles/strips.scss */
.strip-preview-click .strip-preview-box:hover {
  box-shadow: 1px 4px 12px -5px rgba(114, 101, 95, 0.55);
}
/* line 346, F:/strip/strip2017/damp-dads/app/assets/stylesheets/styles/strips.scss */
.strip-preview-click .strip-preview-box.no-panel img {
  max-width: 100%;
}
/* line 352, F:/strip/strip2017/damp-dads/app/assets/stylesheets/styles/strips.scss */
.strip-preview-click .strip-preview-box .panel-render {
  max-width: 100%;
  box-sizing: border-box;
  background: #f2efe8;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border: 0;
  border-bottom: 1px solid #ececec;
}
/* line 361, F:/strip/strip2017/damp-dads/app/assets/stylesheets/styles/strips.scss */
.strip-preview-click .strip-preview-box .avatar-render {
  max-width: 30px;
  max-height: 30px;
  margin-right: 0.2rem;
  border-radius: 4px;
  margin-top: 0.3rem;
}
/* line 370, F:/strip/strip2017/damp-dads/app/assets/stylesheets/styles/strips.scss */
.strip-preview-click .strip-preview-box .authors {
  padding-left: 0.6rem;
  padding-right: 0.6rem;
  margin-top: -0.6rem;
  margin-bottom: 0.6rem;
  height: calc(30px + 0.225rem);
  overflow: hidden;
}
/* line 379, F:/strip/strip2017/damp-dads/app/assets/stylesheets/styles/strips.scss */
.strip-preview-click .strip-preview-box .authors img {
  max-width: 30px;
  max-height: 30px;
  position: relative;
  margin-top: 0.3rem;
  margin-right: 0.2rem;
  border-radius: 4px;
  float: left;
}
/* line 389, F:/strip/strip2017/damp-dads/app/assets/stylesheets/styles/strips.scss */
.strip-preview-click .strip-preview-box .strip-preview-title {
  display: block;
  padding: 0.4rem 0.6rem 0.8rem;
}
/* line 392, F:/strip/strip2017/damp-dads/app/assets/stylesheets/styles/strips.scss */
.strip-preview-click .strip-preview-box .strip-preview-title h3 {
  font-size: 1rem;
  font-weight: 400;
  font-style: italic;
  /* Non standard for webkit */
  word-break: break-word;
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
}
/* line 407, F:/strip/strip2017/damp-dads/app/assets/stylesheets/styles/strips.scss */
.strip-preview-click .strip-preview-box img {
  width: 100%;
}

/* line 418, F:/strip/strip2017/damp-dads/app/assets/stylesheets/styles/strips.scss */
.strips-to-draw .strip-preview-box img {
  width: calc(100% - 0.6rem);
  margin-left: 0.3rem;
  margin-right: 0.3rem;
  margin-top: 0.3rem;
}

/* line 428, F:/strip/strip2017/damp-dads/app/assets/stylesheets/styles/strips.scss */
.strip.new .action-bar {
  height: 66px;
  padding: 1rem;
}
/* line 431, F:/strip/strip2017/damp-dads/app/assets/stylesheets/styles/strips.scss */
.strip.new .action-bar.expanded {
  height: auto;
}

/* line 437, F:/strip/strip2017/damp-dads/app/assets/stylesheets/styles/strips.scss */
.strip-size-number {
  padding: 0.6rem 1.2rem 1.2rem;
  background: #f8f6f0;
  border-radius: 4px;
  color: #72655f;
  font-size: 2rem;
  text-align: center;
  width: 4.55rem;
  position: relative;
}
/* line 446, F:/strip/strip2017/damp-dads/app/assets/stylesheets/styles/strips.scss */
.strip-size-number:after {
  content: 'panels';
  font-size: 0.8rem;
  position: absolute;
  bottom: 0.2rem;
  left: 0;
  right: 0;
}

/* line 455, F:/strip/strip2017/damp-dads/app/assets/stylesheets/styles/strips.scss */
.ui-widget.ui-widget-content {
  border: 1px solid #edeadf;
}

/* line 458, F:/strip/strip2017/damp-dads/app/assets/stylesheets/styles/strips.scss */
.size-field {
  margin-top: 0.6rem;
}

/* line 461, F:/strip/strip2017/damp-dads/app/assets/stylesheets/styles/strips.scss */
.size-submit {
  margin-top: 0.3rem;
}

/* line 464, F:/strip/strip2017/damp-dads/app/assets/stylesheets/styles/strips.scss */
.slider-size {
  width: calc(100% - 5.15rem);
  margin: 1em 0 0em 0.5rem;
  background: #f8f6f0;
  height: 1em;
  margin-left: 0.65em;
  margin-top: 1.4em;
  margin-bottom: 0;
  display: inline-block;
  vertical-align: baseline;
  border-radius: 4px;
  border: 1px solid rgba(114, 101, 95, 0.08);
}

/* line 477, F:/strip/strip2017/damp-dads/app/assets/stylesheets/styles/strips.scss */
.slider-size .ui-slider-handle {
  height: 0.60em;
  width: 1em;
  margin-top: 2.5%;
  border-radius: 4px;
  outline: 0;
  border: 0;
  background: #a89c9a;
}

/* line 487, F:/strip/strip2017/damp-dads/app/assets/stylesheets/styles/strips.scss */
.ui-slider-handle {
  -ms-touch-action: none;
  touch-action: none;
  pointer-events: none;
}

/* line 497, F:/strip/strip2017/damp-dads/app/assets/stylesheets/styles/strips.scss */
.like-flash, .unlike-flash {
  display: block;
  position: absolute;
  height: 33%;
  padding: 4rem;
  text-align: center;
  top: 33%;
  right: 0;
  bottom: 33%;
  left: 0;
  pointer-events: none;
  z-index: 9999;
  opacity: 0;
}
/* line 507, F:/strip/strip2017/damp-dads/app/assets/stylesheets/styles/strips.scss */
.like-flash img, .unlike-flash img {
  width: auto;
  height: 100%;
}

/* line 512, F:/strip/strip2017/damp-dads/app/assets/stylesheets/styles/strips.scss */
.strip-panels, .strip-index {
  padding-top: 1.2rem;
}

/* line 520, F:/strip/strip2017/damp-dads/app/assets/stylesheets/styles/strips.scss */
.featherlight .featherlight-close-icon {
  font-size: 1.2rem;
  color: #a89c9a !important;
  padding: 0.3rem !important;
  right: 0.15rem !important;
}

/* line 528, F:/strip/strip2017/damp-dads/app/assets/stylesheets/styles/strips.scss */
.featherlight .strip-panels .action-bar h2 {
  padding: 0 2.4rem;
}
/* line 531, F:/strip/strip2017/damp-dads/app/assets/stylesheets/styles/strips.scss */
.featherlight script {
  display: none;
}

/* line 537, F:/strip/strip2017/damp-dads/app/assets/stylesheets/styles/strips.scss */
.strip-panels .grid-item.m6of10 {
  margin-left: 20%;
}
/* line 540, F:/strip/strip2017/damp-dads/app/assets/stylesheets/styles/strips.scss */
.strip-panels .m4of10 {
  display: none;
}
/* line 544, F:/strip/strip2017/damp-dads/app/assets/stylesheets/styles/strips.scss */
.strip-panels .action-bar {
  text-align: center;
}
/* line 547, F:/strip/strip2017/damp-dads/app/assets/stylesheets/styles/strips.scss */
.strip-panels .action-bar h2 {
  -ms-word-break: break-all;
  word-break: break-all;
  /* Non standard for webkit */
  word-break: break-word;
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
}
/* line 559, F:/strip/strip2017/damp-dads/app/assets/stylesheets/styles/strips.scss */
.strip-panels .authors {
  pointer-events: all;
  margin-bottom: 0.6rem;
  transition: none;
  overflow: hidden;
  line-height: 0;
}
/* line 565, F:/strip/strip2017/damp-dads/app/assets/stylesheets/styles/strips.scss */
.strip-panels .authors .name {
  padding-left: 0.4rem;
  vertical-align: middle;
  margin-top: 0.65rem;
  display: none;
}
/* line 571, F:/strip/strip2017/damp-dads/app/assets/stylesheets/styles/strips.scss */
.strip-panels .authors .row {
  margin-bottom: 0.4rem;
  display: inline-block;
  margin-right: 0.3rem;
}
/* line 575, F:/strip/strip2017/damp-dads/app/assets/stylesheets/styles/strips.scss */
.strip-panels .authors .row .icon-sm {
  vertical-align: bottom;
  margin-left: 0.25em;
  margin-right: 0.3em;
}
/* line 582, F:/strip/strip2017/damp-dads/app/assets/stylesheets/styles/strips.scss */
.strip-panels .avatar-render, .strip-panels .avatar-image {
  max-width: 40px;
  max-height: 40px;
  border-radius: 4px;
  vertical-align: bottom;
}
/* line 589, F:/strip/strip2017/damp-dads/app/assets/stylesheets/styles/strips.scss */
.strip-panels .m4of10 {
  pointer-events: none;
}
/* line 590, F:/strip/strip2017/damp-dads/app/assets/stylesheets/styles/strips.scss */
.strip-panels .m4of10.gutter {
  width: calc(40% - (1.2rem / 1.44));
}

/* line 600, F:/strip/strip2017/damp-dads/app/assets/stylesheets/styles/strips.scss */
.strip.index .panel-render {
  margin: 0rem 0 0.35rem;
}
/* line 603, F:/strip/strip2017/damp-dads/app/assets/stylesheets/styles/strips.scss */
.strip.index .panel-render:last-of-type {
  margin: 0;
}
/* line 608, F:/strip/strip2017/damp-dads/app/assets/stylesheets/styles/strips.scss */
.strip.index .action-bar {
  padding: 1.4rem 0;
  background: none;
  color: #72655f;
  font-style: italic;
}
/* line 613, F:/strip/strip2017/damp-dads/app/assets/stylesheets/styles/strips.scss */
.strip.index .action-bar p {
  font-style: normal;
  color: #72655f;
}
/* line 617, F:/strip/strip2017/damp-dads/app/assets/stylesheets/styles/strips.scss */
.strip.index .action-bar p br {
  display: none;
}
/* line 621, F:/strip/strip2017/damp-dads/app/assets/stylesheets/styles/strips.scss */
.strip.index .action-bar .icon {
  height: 1.2rem;
  vertical-align: middle;
  margin-right: 0.3rem;
}

/* line 629, F:/strip/strip2017/damp-dads/app/assets/stylesheets/styles/strips.scss */
.register-nag {
  border-top: 1px solid rgba(114, 101, 95, 0.16);
  padding: 1.2rem 0 2.4rem;
  text-align: center;
}

/* line 636, F:/strip/strip2017/damp-dads/app/assets/stylesheets/styles/strips.scss */
.strip-preview--small {
  width: 16.3666%;
  padding: 0 0.15rem 0.15rem;
}

/* line 641, F:/strip/strip2017/damp-dads/app/assets/stylesheets/styles/strips.scss */
form.new_strip {
  max-width: 20rem;
  margin: 0 auto;
}

/* line 648, F:/strip/strip2017/damp-dads/app/assets/stylesheets/styles/strips.scss */
.comic-strip {
  display: block;
  width: 100%;
  padding: 0.6rem;
  background: #f2efe8;
  margin-bottom: 1rem;
  border-radius: 4px;
  font-size: 0;
  text-align: center;
}
/* line 657, F:/strip/strip2017/damp-dads/app/assets/stylesheets/styles/strips.scss */
.comic-strip span {
  margin-top: 0.6rem;
}
/* line 660, F:/strip/strip2017/damp-dads/app/assets/stylesheets/styles/strips.scss */
.comic-strip .icon, .comic-strip input[type="image"] {
  height: 1.6rem;
  vertical-align: middle;
  margin-right: 0.3rem;
}

/* line 666, F:/strip/strip2017/damp-dads/app/assets/stylesheets/styles/strips.scss */
.js .comic-strip {
  opacity: 0;
}

/* line 669, F:/strip/strip2017/damp-dads/app/assets/stylesheets/styles/strips.scss */
#show-notes {
  margin-bottom: 1.2rem;
}

/* line 672, F:/strip/strip2017/damp-dads/app/assets/stylesheets/styles/strips.scss */
#view-notes.notes {
  border-radius: 4px;
  border-bottom: 1px solid #edeadf;
  background: #edeadf;
  padding: 0 0.6rem 1.2rem;
  background: #fffdfb;
}
/* line 680, F:/strip/strip2017/damp-dads/app/assets/stylesheets/styles/strips.scss */
#view-notes.notes .no-notes {
  position: absolute;
  bottom: 25%;
  left: 0;
  right: 0;
  font-weight: 400;
}
/* line 688, F:/strip/strip2017/damp-dads/app/assets/stylesheets/styles/strips.scss */
#view-notes.notes div {
  padding: 0.6rem;
  background: #f8f6f0;
  display: block;
  width: 100%;
  margin-bottom: 0.618rem;
  border-radius: 4px;
}
/* line 698, F:/strip/strip2017/damp-dads/app/assets/stylesheets/styles/strips.scss */
#view-notes.notes div:last-of-type {
  margin-bottom: 0.218rem;
}
/* line 702, F:/strip/strip2017/damp-dads/app/assets/stylesheets/styles/strips.scss */
#view-notes.notes div .number {
  float: left;
  width: auto;
  text-align: left;
  padding: 0;
}
/* line 708, F:/strip/strip2017/damp-dads/app/assets/stylesheets/styles/strips.scss */
#view-notes.notes div p {
  float: left;
  width: calc(100% - (40px + 0.6rem));
  margin-top: 0.2em;
  margin-left: 0.6rem;
}

/* line 716, F:/strip/strip2017/damp-dads/app/assets/stylesheets/styles/strips.scss */
.comments-box {
  pointer-events: all;
  max-width: 100%;
  height: 24rem;
  max-height: 60vh;
  background: #f2efe8;
  padding: 0.6rem;
  overflow: auto;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  border: 1px solid rgba(114, 101, 95, 0.16);
  border-bottom: 0;
  text-align: left;
}
/* line 732, F:/strip/strip2017/damp-dads/app/assets/stylesheets/styles/strips.scss */
.comments-box .load-more-wrapper-a #load_more {
  margin: 0.6rem auto 1.2rem;
}
/* line 737, F:/strip/strip2017/damp-dads/app/assets/stylesheets/styles/strips.scss */
.comments-box ul {
  padding: 0;
  margin: 0;
}
/* line 741, F:/strip/strip2017/damp-dads/app/assets/stylesheets/styles/strips.scss */
.comments-box ul li {
  display: block;
  padding: 0.6rem;
  background: #fffdfb;
  margin-bottom: 0.4rem;
  border-radius: 2px;
  word-wrap: break-word;
  border: 1px solid rgba(114, 101, 95, 0.16);
}
/* line 750, F:/strip/strip2017/damp-dads/app/assets/stylesheets/styles/strips.scss */
.comments-box ul li p a {
  font-weight: 400;
}
/* line 755, F:/strip/strip2017/damp-dads/app/assets/stylesheets/styles/strips.scss */
.comments-box ul li strong {
  color: #e64250;
  font-weight: 500;
}
/* line 762, F:/strip/strip2017/damp-dads/app/assets/stylesheets/styles/strips.scss */
.comments-box .avatar {
  display: inline;
  width: 32px;
  height: 100%;
}
/* line 767, F:/strip/strip2017/damp-dads/app/assets/stylesheets/styles/strips.scss */
.comments-box .avatar img, .comments-box .avatar canvas {
  max-width: 32px;
  max-height: 32px;
  display: inline;
  vertical-align: top;
}
/* line 774, F:/strip/strip2017/damp-dads/app/assets/stylesheets/styles/strips.scss */
.comments-box .comment-content {
  display: inline-block;
  margin-left: 0.3rem;
  width: calc(100% - (32px + 0.6rem));
  height: 100%;
}

/* line 782, F:/strip/strip2017/damp-dads/app/assets/stylesheets/styles/strips.scss */
#new_comment {
  width: 100%;
  pointer-events: inherit;
  margin-bottom: 2rem;
}
/* line 786, F:/strip/strip2017/damp-dads/app/assets/stylesheets/styles/strips.scss */
#new_comment .btn {
  margin-top: -0.2rem;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  box-sizing: border-box !important;
  background: #24c900;
  border: 1px solid #24c900;
}
/* line 794, F:/strip/strip2017/damp-dads/app/assets/stylesheets/styles/strips.scss */
#new_comment .btn:hover {
  background: #21ba00;
}

/* line 799, F:/strip/strip2017/damp-dads/app/assets/stylesheets/styles/strips.scss */
#comment_text {
  width: 100%;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 0;
  text-align: left;
  border: 1px solid rgba(114, 101, 95, 0.16);
  background: #ffffff;
}
/* line 809, F:/strip/strip2017/damp-dads/app/assets/stylesheets/styles/strips.scss */
#comment_text:hover, #comment_text:active {
  border: 1px solid rgba(168, 156, 154, 0.6);
}

/* line 814, F:/strip/strip2017/damp-dads/app/assets/stylesheets/styles/strips.scss */
.add-panel {
  position: absolute;
  padding-right: 2.5rem;
  right: 0;
  float: right;
}
/* line 819, F:/strip/strip2017/damp-dads/app/assets/stylesheets/styles/strips.scss */
.add-panel:after {
  content: '';
  height: 1.6rem;
  width: 1.6rem;
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4NCjwhLS0gR2VuZXJhdG9yOiBBZG9iZSBJbGx1c3RyYXRvciAxOS4yLjEsIFNWRyBFeHBvcnQgUGx1Zy1JbiAuIFNWRyBWZXJzaW9uOiA2LjAwIEJ1aWxkIDApICAtLT4NCjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCIgWw0KCTwhRU5USVRZIG5zX2V4dGVuZCAiaHR0cDovL25zLmFkb2JlLmNvbS9FeHRlbnNpYmlsaXR5LzEuMC8iPg0KCTwhRU5USVRZIG5zX2FpICJodHRwOi8vbnMuYWRvYmUuY29tL0Fkb2JlSWxsdXN0cmF0b3IvMTAuMC8iPg0KCTwhRU5USVRZIG5zX2dyYXBocyAiaHR0cDovL25zLmFkb2JlLmNvbS9HcmFwaHMvMS4wLyI%2BDQoJPCFFTlRJVFkgbnNfdmFycyAiaHR0cDovL25zLmFkb2JlLmNvbS9WYXJpYWJsZXMvMS4wLyI%2BDQoJPCFFTlRJVFkgbnNfaW1yZXAgImh0dHA6Ly9ucy5hZG9iZS5jb20vSW1hZ2VSZXBsYWNlbWVudC8xLjAvIj4NCgk8IUVOVElUWSBuc19zZncgImh0dHA6Ly9ucy5hZG9iZS5jb20vU2F2ZUZvcldlYi8xLjAvIj4NCgk8IUVOVElUWSBuc19jdXN0b20gImh0dHA6Ly9ucy5hZG9iZS5jb20vR2VuZXJpY0N1c3RvbU5hbWVzcGFjZS8xLjAvIj4NCgk8IUVOVElUWSBuc19hZG9iZV94cGF0aCAiaHR0cDovL25zLmFkb2JlLmNvbS9YUGF0aC8xLjAvIj4NCl0%2BDQo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzEiIHhtbG5zOng9IiZuc19leHRlbmQ7IiB4bWxuczppPSImbnNfYWk7IiB4bWxuczpncmFwaD0iJm5zX2dyYXBoczsiDQoJIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4IiB2aWV3Qm94PSIwIDAgMTIuOSAyMy44Ig0KCSBzdHlsZT0iZW5hYmxlLWJhY2tncm91bmQ6bmV3IDAgMCAxMi45IDIzLjg7IiB4bWw6c3BhY2U9InByZXNlcnZlIj4NCjxzdHlsZSB0eXBlPSJ0ZXh0L2NzcyI%2BDQoJLnN0MHtmaWxsOm5vbmU7c3Ryb2tlOiNGRkZGRkY7c3Ryb2tlLXdpZHRoOjEuNTtzdHJva2UtbWl0ZXJsaW1pdDoxMDt9DQo8L3N0eWxlPg0KPG1ldGFkYXRhPg0KCTxzZncgIHhtbG5zPSImbnNfc2Z3OyI%2BDQoJCTxzbGljZXM%2BPC9zbGljZXM%2BDQoJCTxzbGljZVNvdXJjZUJvdW5kcyAgYm90dG9tTGVmdE9yaWdpbj0idHJ1ZSIgaGVpZ2h0PSIyMy4xIiB3aWR0aD0iMTIuNiIgeD0iMC40IiB5PSIwLjQiPjwvc2xpY2VTb3VyY2VCb3VuZHM%2BDQoJPC9zZnc%2BDQo8L21ldGFkYXRhPg0KPHBvbHlsaW5lIGNsYXNzPSJzdDAiIHBvaW50cz0iMC45LDAuOSAxMS45LDExLjkgMC45LDIyLjkgMTEuOSwxMS45ICIvPg0KPC9zdmc%2BDQo%3D) no-repeat;
  display: block;
  position: absolute;
  right: 0.2rem;
  top: 0.65rem;
  transition: 0.18s ease-out all;
}
/* line 831, F:/strip/strip2017/damp-dads/app/assets/stylesheets/styles/strips.scss */
.add-panel:hover:after, .add-panel:active:after, .add-panel:focus:after {
  right: 0;
}

/* line 836, F:/strip/strip2017/damp-dads/app/assets/stylesheets/styles/strips.scss */
.toss-panel {
  position: relative;
  	/*&:after{
        content:'';
        height: 1.1rem;
        width: 1.1rem;
        background: asset-data-url('panels/button-cancel.svg') no-repeat;
        display:block;
        position:absolute;
        left: 0.8rem;
        top: 1rem;
        transition: 0.18s ease-out all;
      }*/
}
/* line 850, F:/strip/strip2017/damp-dads/app/assets/stylesheets/styles/strips.scss */
.toss-panel:hover:after, .toss-panel:active:after, .toss-panel:focus:after {
  -webkit-filter: saturate(70);
  filter: saturate(70);
}

/* line 857, F:/strip/strip2017/damp-dads/app/assets/stylesheets/styles/strips.scss */
.load-more-wrapper {
  display: block;
  padding-bottom: 1.2rem;
  font-weight: 400;
}

@media screen and (max-width: 1025px) {
  /* line 866, F:/strip/strip2017/damp-dads/app/assets/stylesheets/styles/strips.scss */
  .strip-index .action-bar:first-of-type {
    min-height: auto;
    margin-bottom: 1.2rem;
  }

  /* line 872, F:/strip/strip2017/damp-dads/app/assets/stylesheets/styles/strips.scss */
  .strip-index .action-bar h3 {
    margin-top: 1.2rem;
  }
  /* line 876, F:/strip/strip2017/damp-dads/app/assets/stylesheets/styles/strips.scss */
  .strip-index h4 {
    margin-bottom: 0;
  }
}
@media screen and (max-width: 920px) {
  /* line 882, F:/strip/strip2017/damp-dads/app/assets/stylesheets/styles/strips.scss */
  .strip-preview-click:nth-of-type(5n+5) {
    margin: 0;
  }

  /* line 885, F:/strip/strip2017/damp-dads/app/assets/stylesheets/styles/strips.scss */
  .strip-preview-click:first-of-type {
    margin-left: 0;
  }

  /* line 888, F:/strip/strip2017/damp-dads/app/assets/stylesheets/styles/strips.scss */
  .strip-preview-click {
    width: 48.5%;
  }

  /* line 891, F:/strip/strip2017/damp-dads/app/assets/stylesheets/styles/strips.scss */
  .strips-to-draw .strip-preview-click {
    width: 24.4%;
  }
}
@media screen and (max-width: 502px) {
  /* line 898, F:/strip/strip2017/damp-dads/app/assets/stylesheets/styles/strips.scss */
  .strips-to-draw .strip-preview-click {
    width: 49.4%;
    padding: 0.15rem;
  }

  /* line 904, F:/strip/strip2017/damp-dads/app/assets/stylesheets/styles/strips.scss */
  .strip-index .action-bar h3 {
    margin-top: 1.2rem;
  }

  /* line 910, F:/strip/strip2017/damp-dads/app/assets/stylesheets/styles/strips.scss */
  .strip-preview-click {
    width: 100%;
    padding: 0 0 0.6rem 0;
  }
  /* line 913, F:/strip/strip2017/damp-dads/app/assets/stylesheets/styles/strips.scss */
  .strip-preview-click .strip-preview-box {
    width: 100%;
  }
}
@media screen and (max-width: 1025px) {
  /* line 932, F:/strip/strip2017/damp-dads/app/assets/stylesheets/styles/strips.scss */
  .strip-panels.in-process .action-bar {
    padding: 0;
  }
  /* line 935, F:/strip/strip2017/damp-dads/app/assets/stylesheets/styles/strips.scss */
  .strip-panels.in-process .m6of10.pad-initial-content {
    padding: 0;
    width: 50%;
    margin: 0;
  }
  /* line 940, F:/strip/strip2017/damp-dads/app/assets/stylesheets/styles/strips.scss */
  .strip-panels.in-process .m4of10.pad-initial-content {
    margin: 0;
    width: 50%;
  }

  /* line 946, F:/strip/strip2017/damp-dads/app/assets/stylesheets/styles/strips.scss */
  .strip.index .action-bar {
    padding: 0;
  }
}
@media screen and (max-width: 828px) {
  /* line 953, F:/strip/strip2017/damp-dads/app/assets/stylesheets/styles/strips.scss */
  .comic-strip {
    margin-top: 1.2rem;
    padding: 0.6rem;
  }

  /* line 958, F:/strip/strip2017/damp-dads/app/assets/stylesheets/styles/strips.scss */
  .grid-item {
    display: block;
    width: 100%;
  }
  /* line 962, F:/strip/strip2017/damp-dads/app/assets/stylesheets/styles/strips.scss */
  .grid-item.m6of10.gutter, .grid-item.m4of10.gutter {
    width: 100%;
    padding-right: 0.24rem;
    margin: 0;
  }

  /* line 969, F:/strip/strip2017/damp-dads/app/assets/stylesheets/styles/strips.scss */
  .strip-panels.in-process .action-bar {
    height: auto;
    min-height: auto;
  }
  /* line 973, F:/strip/strip2017/damp-dads/app/assets/stylesheets/styles/strips.scss */
  .strip-panels.in-process .m6of10.pad-initial-content, .strip-panels.in-process .m4of10.gutter {
    width: 100%;
    padding-right: 0.24rem;
    margin: 0;
  }
  /* line 978, F:/strip/strip2017/damp-dads/app/assets/stylesheets/styles/strips.scss */
  .strip-panels.in-process .comic-strip {
    margin-bottom: 18px;
  }
  /* line 981, F:/strip/strip2017/damp-dads/app/assets/stylesheets/styles/strips.scss */
  .strip-panels.in-process .m4of10.txt-center {
    padding: 0;
  }

  /* line 986, F:/strip/strip2017/damp-dads/app/assets/stylesheets/styles/strips.scss */
  .strip.index .action-bar {
    padding: 0;
  }
  /* line 989, F:/strip/strip2017/damp-dads/app/assets/stylesheets/styles/strips.scss */
  .strip.index .action-bar p br {
    display: block;
  }

  /* line 996, F:/strip/strip2017/damp-dads/app/assets/stylesheets/styles/strips.scss */
  .strip-panels .comments-box {
    overflow-x: none;
    overflow-y: auto;
  }
  /* line 1000, F:/strip/strip2017/damp-dads/app/assets/stylesheets/styles/strips.scss */
  .strip-panels .comments-box .txt-center {
    margin-top: 22%;
  }
  /* line 1004, F:/strip/strip2017/damp-dads/app/assets/stylesheets/styles/strips.scss */
  .strip-panels .comments-box, .strip-panels #new_comment, .strip-panels #comment_text {
    max-width: 100%;
  }
  /* line 1008, F:/strip/strip2017/damp-dads/app/assets/stylesheets/styles/strips.scss */
  .strip-panels .m6of10.pad-initial-content {
    padding: 0;
  }
  /* line 1012, F:/strip/strip2017/damp-dads/app/assets/stylesheets/styles/strips.scss */
  .strip-panels .continue-box .btn.quiet {
    text-align: center;
    margin-bottom: 1rem;
    margin-left: auto;
    margin-right: auto;
    width: 6rem;
    display: block;
  }
  /* line 1020, F:/strip/strip2017/damp-dads/app/assets/stylesheets/styles/strips.scss */
  .strip-panels .continue-box span {
    position: inherit;
    display: block;
    margin-bottom: 1.2rem;
    top: 0;
  }
  /* line 1027, F:/strip/strip2017/damp-dads/app/assets/stylesheets/styles/strips.scss */
  .strip-panels .add-panel {
    position: inherit;
    margin: 0;
    left: 0;
    right: 0;
    bottom: 0;
    height: 66px;
    width: 100%;
    line-height: 2;
    padding-bottom: 0.5em;
    font-size: 1rem;
    text-align: center;
  }
  /* line 1039, F:/strip/strip2017/damp-dads/app/assets/stylesheets/styles/strips.scss */
  .strip-panels .add-panel:after {
    content: '';
    height: 2rem;
    width: 2rem;
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4NCjwhLS0gR2VuZXJhdG9yOiBBZG9iZSBJbGx1c3RyYXRvciAxOS4yLjEsIFNWRyBFeHBvcnQgUGx1Zy1JbiAuIFNWRyBWZXJzaW9uOiA2LjAwIEJ1aWxkIDApICAtLT4NCjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCIgWw0KCTwhRU5USVRZIG5zX2V4dGVuZCAiaHR0cDovL25zLmFkb2JlLmNvbS9FeHRlbnNpYmlsaXR5LzEuMC8iPg0KCTwhRU5USVRZIG5zX2FpICJodHRwOi8vbnMuYWRvYmUuY29tL0Fkb2JlSWxsdXN0cmF0b3IvMTAuMC8iPg0KCTwhRU5USVRZIG5zX2dyYXBocyAiaHR0cDovL25zLmFkb2JlLmNvbS9HcmFwaHMvMS4wLyI%2BDQoJPCFFTlRJVFkgbnNfdmFycyAiaHR0cDovL25zLmFkb2JlLmNvbS9WYXJpYWJsZXMvMS4wLyI%2BDQoJPCFFTlRJVFkgbnNfaW1yZXAgImh0dHA6Ly9ucy5hZG9iZS5jb20vSW1hZ2VSZXBsYWNlbWVudC8xLjAvIj4NCgk8IUVOVElUWSBuc19zZncgImh0dHA6Ly9ucy5hZG9iZS5jb20vU2F2ZUZvcldlYi8xLjAvIj4NCgk8IUVOVElUWSBuc19jdXN0b20gImh0dHA6Ly9ucy5hZG9iZS5jb20vR2VuZXJpY0N1c3RvbU5hbWVzcGFjZS8xLjAvIj4NCgk8IUVOVElUWSBuc19hZG9iZV94cGF0aCAiaHR0cDovL25zLmFkb2JlLmNvbS9YUGF0aC8xLjAvIj4NCl0%2BDQo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzEiIHhtbG5zOng9IiZuc19leHRlbmQ7IiB4bWxuczppPSImbnNfYWk7IiB4bWxuczpncmFwaD0iJm5zX2dyYXBoczsiDQoJIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4IiB2aWV3Qm94PSIwIDAgMTIuOSAyMy44Ig0KCSBzdHlsZT0iZW5hYmxlLWJhY2tncm91bmQ6bmV3IDAgMCAxMi45IDIzLjg7IiB4bWw6c3BhY2U9InByZXNlcnZlIj4NCjxzdHlsZSB0eXBlPSJ0ZXh0L2NzcyI%2BDQoJLnN0MHtmaWxsOm5vbmU7c3Ryb2tlOiNGRkZGRkY7c3Ryb2tlLXdpZHRoOjEuNTtzdHJva2UtbWl0ZXJsaW1pdDoxMDt9DQo8L3N0eWxlPg0KPG1ldGFkYXRhPg0KCTxzZncgIHhtbG5zPSImbnNfc2Z3OyI%2BDQoJCTxzbGljZXM%2BPC9zbGljZXM%2BDQoJCTxzbGljZVNvdXJjZUJvdW5kcyAgYm90dG9tTGVmdE9yaWdpbj0idHJ1ZSIgaGVpZ2h0PSIyMy4xIiB3aWR0aD0iMTIuNiIgeD0iMC40IiB5PSIwLjQiPjwvc2xpY2VTb3VyY2VCb3VuZHM%2BDQoJPC9zZnc%2BDQo8L21ldGFkYXRhPg0KPHBvbHlsaW5lIGNsYXNzPSJzdDAiIHBvaW50cz0iMC45LDAuOSAxMS45LDExLjkgMC45LDIyLjkgMTEuOSwxMS45ICIvPg0KPC9zdmc%2BDQo%3D) no-repeat;
    display: block;
    position: absolute;
    right: 3%;
    top: 1rem;
    transition: 0.18s ease-out all;
  }
  /* line 1051, F:/strip/strip2017/damp-dads/app/assets/stylesheets/styles/strips.scss */
  .strip-panels .add-panel:hover:after, .strip-panels .add-panel:active:after, .strip-panels .add-panel:focus:after {
    right: 0;
  }
  /* line 1056, F:/strip/strip2017/damp-dads/app/assets/stylesheets/styles/strips.scss */
  .strip-panels .toss-panel {
    width: 100%;
    position: relative;
    height: 68px;
    line-height: 2;
    padding-bottom: 0.5em;
    margin-bottom: 1rem;
    font-size: 1rem;
    /*&:after{
      content:'';
      height: 2rem;
      width: 2rem;
      background: asset-data-url('panels/button-cancel.svg') no-repeat;
      display:block;
      position:absolute;
      left: 1.2rem;
      top: 1.1rem;
      transition: 0.18s ease-out all;
      -webkit-filter: saturate(70);
            filter: saturate(70);
    }*/
  }
  /* line 1080, F:/strip/strip2017/damp-dads/app/assets/stylesheets/styles/strips.scss */
  .strip-panels .m4of10.txt-center {
    padding: 1.2rem 0;
  }
  /* line 1083, F:/strip/strip2017/damp-dads/app/assets/stylesheets/styles/strips.scss */
  .strip-panels .m4of10.relative {
    position: static;
  }
}
@media screen and (max-width: 700px) {
  /* line 1089, F:/strip/strip2017/damp-dads/app/assets/stylesheets/styles/strips.scss */
  .new-user .sign-up-block h1 {
    text-align: center;
  }

  /* line 1092, F:/strip/strip2017/damp-dads/app/assets/stylesheets/styles/strips.scss */
  #new_user {
    margin-right: auto;
    margin-left: auto;
  }

  /* line 1096, F:/strip/strip2017/damp-dads/app/assets/stylesheets/styles/strips.scss */
  .new-user #shared-links, .new-session #shared-links {
    display: block;
    width: 100%;
    text-align: center;
  }
}
@media screen and (max-width: 405px) {
  /*#comment_text{
    &:focus{
        position: absolute;
        bottom:66px;
        height:calc(100vh - 132px);
        left:0;
        width:100%
      }
  }
  #strip_title{
    &:focus{
        position: absolute;
        bottom:66px;
        height:calc(100vh - 195px);
        left:0;
        width:100%;
        z-index: 10000;
      }
  }*/
}
/* line 1125, F:/strip/strip2017/damp-dads/app/assets/stylesheets/styles/strips.scss */
h2.new-strip-header {
  color: #72655f;
  text-align: center;
}

/* line 1129, F:/strip/strip2017/damp-dads/app/assets/stylesheets/styles/strips.scss */
.new-strip-header br {
  display: none;
}

@media screen and (max-width: 700px) {
  /* line 1131, F:/strip/strip2017/damp-dads/app/assets/stylesheets/styles/strips.scss */
  .new-strip-header br {
    display: block;
  }
}
/* line 1136, F:/strip/strip2017/damp-dads/app/assets/stylesheets/styles/strips.scss */
.strip.new .content .action-bar, .strip.create .content .action-bar {
  background: none;
  padding: 2.6rem 0 1rem;
}
/* line 1142, F:/strip/strip2017/damp-dads/app/assets/stylesheets/styles/strips.scss */
.strip.new .content .size-field .slider-size, .strip.create .content .size-field .slider-size {
  height: 1.4rem;
}
/* line 1144, F:/strip/strip2017/damp-dads/app/assets/stylesheets/styles/strips.scss */
.strip.new .content .size-field .slider-size .ui-slider-handle, .strip.create .content .size-field .slider-size .ui-slider-handle {
  padding: 0.42rem;
  margin-top: 3.5%;
}

@media screen and (max-width: 700px) {
  /* line 1158, F:/strip/strip2017/damp-dads/app/assets/stylesheets/styles/strips.scss */
  .strip.new .grid-item, .strip.create .grid-item {
    display: block;
    width: 100%;
  }
  /* line 1163, F:/strip/strip2017/damp-dads/app/assets/stylesheets/styles/strips.scss */
  .strip.new .one-half, .strip.create .one-half {
    width: 100%;
  }
  /* line 1167, F:/strip/strip2017/damp-dads/app/assets/stylesheets/styles/strips.scss */
  .strip.new .size-submit .btn, .strip.create .size-submit .btn {
    width: 100%;
    margin-top: 0.3rem;
  }
  /* line 1172, F:/strip/strip2017/damp-dads/app/assets/stylesheets/styles/strips.scss */
  .strip.new .create-strip, .strip.create .create-strip {
    z-index: 12;
    height: 66px;
  }
  /* line 1176, F:/strip/strip2017/damp-dads/app/assets/stylesheets/styles/strips.scss */
  .strip.new .size-field .slider-size, .strip.create .size-field .slider-size {
    height: 1.4rem;
  }
  /* line 1178, F:/strip/strip2017/damp-dads/app/assets/stylesheets/styles/strips.scss */
  .strip.new .size-field .slider-size .ui-slider-handle, .strip.create .size-field .slider-size .ui-slider-handle {
    padding: 0.42rem;
    margin-top: 3.5%;
  }
}
@media screen and (max-width: 400px) {
  /* line 1187, F:/strip/strip2017/damp-dads/app/assets/stylesheets/styles/strips.scss */
  .strip.new .content .action-bar.expanded, .strip.create .content .action-bar.expanded {
    padding-top: 4vh;
  }
}
@media screen and (max-width: 340px) {
  /* line 1194, F:/strip/strip2017/damp-dads/app/assets/stylesheets/styles/strips.scss */
  #add-notes h1 {
    font-size: 1.728em;
    max-width: calc(100% - 2.1rem);
  }
}
@media screen and (min-width: 1024px) {
  /* line 1201, F:/strip/strip2017/damp-dads/app/assets/stylesheets/styles/strips.scss */
  .strip.pass .friends-list {
    height: auto;
    min-height: 12rem;
    max-height: 59vh;
  }
}
@media screen and (max-width: 840px) {
  /* line 1209, F:/strip/strip2017/damp-dads/app/assets/stylesheets/styles/strips.scss */
  .strip.pass .friends-list {
    height: 50vh;
  }

  /* line 1212, F:/strip/strip2017/damp-dads/app/assets/stylesheets/styles/strips.scss */
  .strip.pass label, .friends-list label, .friends-list .box {
    width: 49.2576%;
    margin-bottom: 0.3rem;
  }
}
@media screen and (max-width: 700px) {
  /* line 1217, F:/strip/strip2017/damp-dads/app/assets/stylesheets/styles/strips.scss */
  .strip.pass label, .friends-list label, .friends-list .box {
    width: 100%;
    margin-bottom: 0.3rem;
  }

  /* line 1221, F:/strip/strip2017/damp-dads/app/assets/stylesheets/styles/strips.scss */
  .strip.pass label:nth-of-type(2n) {
    margin-left: 0;
  }

  /* line 1224, F:/strip/strip2017/damp-dads/app/assets/stylesheets/styles/strips.scss */
  .strip.pass .pass-strip {
    height: 66px;
    width: 100%;
  }

  /* line 1228, F:/strip/strip2017/damp-dads/app/assets/stylesheets/styles/strips.scss */
  .featherlight .featherlight-content .grid-item.m6of10.gutter {
    width: 100% !important;
    margin-left: 0 !important;
  }
}
@media screen and (max-width: 502px) {
  /* line 1238, F:/strip/strip2017/damp-dads/app/assets/stylesheets/styles/strips.scss */
  .btn {
    font-size: 1rem;
  }
}
/* line 3, F:/strip/strip2017/damp-dads/app/assets/stylesheets/styles/user.scss */
.strip-preview-click .strip-preview-box.user-query {
  padding-left: 0;
}
/* line 5, F:/strip/strip2017/damp-dads/app/assets/stylesheets/styles/user.scss */
.strip-preview-click .strip-preview-box.user-query .avatar-render {
  margin-right: 0.6rem;
}
/* line 8, F:/strip/strip2017/damp-dads/app/assets/stylesheets/styles/user.scss */
.strip-preview-click .strip-preview-box.user-query .strip-preview-title {
  padding: 0;
}
/* line 11, F:/strip/strip2017/damp-dads/app/assets/stylesheets/styles/user.scss */
.strip-preview-click .strip-preview-box.user-query .strip-preview-title h3 {
  line-height: 1.85em;
}
/* line 15, F:/strip/strip2017/damp-dads/app/assets/stylesheets/styles/user.scss */
.strip-preview-click .strip-preview-box.user-query .authors img {
  margin-right: 0.4rem;
}

/* line 21, F:/strip/strip2017/damp-dads/app/assets/stylesheets/styles/user.scss */
#unsubscribe {
  text-align: center;
  padding-top: 2.4rem;
}

/* line 25, F:/strip/strip2017/damp-dads/app/assets/stylesheets/styles/user.scss */
.pass-change {
  color: #72655f !important;
  text-align: center;
}
/* line 29, F:/strip/strip2017/damp-dads/app/assets/stylesheets/styles/user.scss */
.pass-change input[type="password"] {
  color: #72655f !important;
}
/* line 32, F:/strip/strip2017/damp-dads/app/assets/stylesheets/styles/user.scss */
.pass-change #new_user {
  text-align: left;
}

/* line 38, F:/strip/strip2017/damp-dads/app/assets/stylesheets/styles/user.scss */
#new_user {
  max-width: 22rem;
  display: block;
}
/* line 43, F:/strip/strip2017/damp-dads/app/assets/stylesheets/styles/user.scss */
#new_user #error_explanation h2 {
  display: none;
}
/* line 46, F:/strip/strip2017/damp-dads/app/assets/stylesheets/styles/user.scss */
#new_user #error_explanation ul {
  list-style: none;
}
/* line 48, F:/strip/strip2017/damp-dads/app/assets/stylesheets/styles/user.scss */
#new_user #error_explanation ul li {
  color: #6e0e10;
  text-align: right;
  margin-bottom: 0.6rem;
}
/* line 56, F:/strip/strip2017/damp-dads/app/assets/stylesheets/styles/user.scss */
#new_user .btn {
  width: 22rem;
  max-width: 100%;
}

/* line 62, F:/strip/strip2017/damp-dads/app/assets/stylesheets/styles/user.scss */
#show_pass {
  position: relative;
  pointer-events: all;
  cursor: pointer;
  left: 89%;
  color: #e64250;
  font-size: 0.675rem;
  top: -2.75rem;
  text-transform: uppercase;
}

/* line 73, F:/strip/strip2017/damp-dads/app/assets/stylesheets/styles/user.scss */
.pass-min {
  display: inline-block;
  pointer-events: none;
  color: #77393a;
  opacity: 0.8;
  font-size: 0.75rem;
  position: relative;
  top: -2.15rem;
  left: 13.55rem;
}

/* line 86, F:/strip/strip2017/damp-dads/app/assets/stylesheets/styles/user.scss */
#ecuad_signup {
  width: 22rem;
  min-width: 0 !important;
  max-width: 100%;
  margin-bottom: 0;
}

/* line 93, F:/strip/strip2017/damp-dads/app/assets/stylesheets/styles/user.scss */
.waitlist {
  margin-top: 4.55rem;
}
/* line 95, F:/strip/strip2017/damp-dads/app/assets/stylesheets/styles/user.scss */
.waitlist span {
  width: 22rem;
  max-width: 100%;
  display: block;
  text-align: center;
}
/* line 102, F:/strip/strip2017/damp-dads/app/assets/stylesheets/styles/user.scss */
.waitlist .btn {
  position: relative;
  width: 22rem !important;
  max-width: 100%;
}
/* line 107, F:/strip/strip2017/damp-dads/app/assets/stylesheets/styles/user.scss */
.waitlist .btn.secondary {
  background: #ffffff;
  color: #e64250;
}
/* line 111, F:/strip/strip2017/damp-dads/app/assets/stylesheets/styles/user.scss */
.waitlist .btn.secondary:hover {
  color: #e52836;
}

/* line 118, F:/strip/strip2017/damp-dads/app/assets/stylesheets/styles/user.scss */
.new-user, .new-session {
  width: 100%;
  min-height: calc(100vh - 66px);
  color: #ffffff;
  background: #fffdfb;
  text-align: left;
}
/* line 126, F:/strip/strip2017/damp-dads/app/assets/stylesheets/styles/user.scss */
.new-user h1, .new-session h1 {
  text-shadow: 1px 2px 2px rgba(114, 101, 95, 0.26);
}
/* line 130, F:/strip/strip2017/damp-dads/app/assets/stylesheets/styles/user.scss */
.new-user a, .new-session a {
  color: #ffffff;
}
/* line 134, F:/strip/strip2017/damp-dads/app/assets/stylesheets/styles/user.scss */
.new-user #shared-links, .new-session #shared-links {
  display: inline-block;
  padding-top: 1.1rem;
}
/* line 138, F:/strip/strip2017/damp-dads/app/assets/stylesheets/styles/user.scss */
.new-user #shared-links a, .new-session #shared-links a {
  color: #6e0e10;
}
/* line 143, F:/strip/strip2017/damp-dads/app/assets/stylesheets/styles/user.scss */
.new-user .panel-anim, .new-session .panel-anim {
  display: block;
  width: 100%;
  margin-top: 2.45rem;
  border: 1.2rem solid #f8f6f0;
  border-radius: 4px;
  overflow: hidden;
}
/* line 151, F:/strip/strip2017/damp-dads/app/assets/stylesheets/styles/user.scss */
.new-user .panel-anim .panel-anim-content, .new-session .panel-anim .panel-anim-content {
  width: 100%;
  height: 100%;
  display: block;
  padding: 0;
  position: relative;
  top: 0;
}
/* line 159, F:/strip/strip2017/damp-dads/app/assets/stylesheets/styles/user.scss */
.new-user .panel-anim .panel-anim-content li, .new-session .panel-anim .panel-anim-content li {
  width: 100%;
  height: 100%;
  list-style: none;
}
/* line 165, F:/strip/strip2017/damp-dads/app/assets/stylesheets/styles/user.scss */
.new-user .panel-anim .panel-anim-content .instruct, .new-session .panel-anim .panel-anim-content .instruct {
  background: #edeadf;
  position: relative;
  text-align: center;
}
/* line 169, F:/strip/strip2017/damp-dads/app/assets/stylesheets/styles/user.scss */
.new-user .panel-anim .panel-anim-content .instruct img, .new-session .panel-anim .panel-anim-content .instruct img {
  width: 60%;
  margin-top: 4rem;
  transform: scale(1);
  transition: 0.3s ease all;
}
/* line 176, F:/strip/strip2017/damp-dads/app/assets/stylesheets/styles/user.scss */
.new-user .panel-anim .panel-anim-content .instruct h3, .new-session .panel-anim .panel-anim-content .instruct h3 {
  display: block;
  width: 100%;
  text-align: center;
  position: absolute;
  bottom: 5%;
  color: #6e0e10;
}
/* line 185, F:/strip/strip2017/damp-dads/app/assets/stylesheets/styles/user.scss */
.new-user .panel-anim .panel-anim-content .instruct h4, .new-session .panel-anim .panel-anim-content .instruct h4 {
  display: block;
  width: 100%;
  text-align: center;
  position: absolute;
  bottom: 2.5%;
  color: #6e0e10;
}
/* line 195, F:/strip/strip2017/damp-dads/app/assets/stylesheets/styles/user.scss */
.new-user .panel-anim .panel-anim-content .instruct.tag, .new-session .panel-anim .panel-anim-content .instruct.tag {
  background: #e64250;
}
/* line 197, F:/strip/strip2017/damp-dads/app/assets/stylesheets/styles/user.scss */
.new-user .panel-anim .panel-anim-content .instruct.tag h3, .new-user .panel-anim .panel-anim-content .instruct.tag h4, .new-session .panel-anim .panel-anim-content .instruct.tag h3, .new-session .panel-anim .panel-anim-content .instruct.tag h4 {
  color: #ffffff;
}
/* line 200, F:/strip/strip2017/damp-dads/app/assets/stylesheets/styles/user.scss */
.new-user .panel-anim .panel-anim-content .instruct.tag img, .new-session .panel-anim .panel-anim-content .instruct.tag img {
  margin-top: 6.5rem;
  transition: 0.6s ease all;
}
/* line 204, F:/strip/strip2017/damp-dads/app/assets/stylesheets/styles/user.scss */
.new-user .panel-anim .panel-anim-content .instruct.tag h3, .new-session .panel-anim .panel-anim-content .instruct.tag h3 {
  bottom: 6.6rem;
}
/* line 207, F:/strip/strip2017/damp-dads/app/assets/stylesheets/styles/user.scss */
.new-user .panel-anim .panel-anim-content .instruct.tag h4, .new-session .panel-anim .panel-anim-content .instruct.tag h4 {
  bottom: 4.6rem;
}
/* line 213, F:/strip/strip2017/damp-dads/app/assets/stylesheets/styles/user.scss */
.new-user .panel-anim .panel-anim-content .example img, .new-session .panel-anim .panel-anim-content .example img {
  width: 100%;
  min-width: 100% !important;
  height: auto;
  margin-top: 0;
}
/* line 219, F:/strip/strip2017/damp-dads/app/assets/stylesheets/styles/user.scss */
.new-user .panel-anim .panel-anim-content .example img.full-comic, .new-session .panel-anim .panel-anim-content .example img.full-comic {
  width: 100%;
  min-width: 100% !important;
}
/* line 228, F:/strip/strip2017/damp-dads/app/assets/stylesheets/styles/user.scss */
.new-user .sign-up-block, .new-session .sign-up-block {
  padding-left: 2.5%;
}
/* line 230, F:/strip/strip2017/damp-dads/app/assets/stylesheets/styles/user.scss */
.new-user .sign-up-block h1, .new-session .sign-up-block h1 {
  text-shadow: none;
  margin-top: 0.35em;
  color: #e64250;
  font-weight: 400;
  color: #282827;
}
/* line 239, F:/strip/strip2017/damp-dads/app/assets/stylesheets/styles/user.scss */
.new-user .sign-up-block .btn, .new-session .sign-up-block .btn {
  font-weight: 400;
  padding: 1rem 1.8rem;
  width: 9.4rem;
  text-align: center;
}
/* line 246, F:/strip/strip2017/damp-dads/app/assets/stylesheets/styles/user.scss */
.new-user .sign-up-block span, .new-session .sign-up-block span {
  display: block;
  width: 22rem;
  max-width: 100%;
  color: #77393a;
}
/* line 252, F:/strip/strip2017/damp-dads/app/assets/stylesheets/styles/user.scss */
.new-user .sign-up-block span a, .new-session .sign-up-block span a {
  color: #77393a;
}
/* line 255, F:/strip/strip2017/damp-dads/app/assets/stylesheets/styles/user.scss */
.new-user .sign-up-block span:last-of-type, .new-session .sign-up-block span:last-of-type {
  margin-top: 1.2rem;
  text-align: center;
  color: #a89c9a;
  opacity: 0.5;
  font-size: 10pt;
}
/* line 262, F:/strip/strip2017/damp-dads/app/assets/stylesheets/styles/user.scss */
.new-user .sign-up-block span.short-info, .new-session .sign-up-block span.short-info {
  opacity: 1;
}
/* line 271, F:/strip/strip2017/damp-dads/app/assets/stylesheets/styles/user.scss */
.new-user .job a, .new-session .job a {
  border-bottom: 1px solid rgba(255, 255, 255, 0.4);
}
/* line 276, F:/strip/strip2017/damp-dads/app/assets/stylesheets/styles/user.scss */
.new-user .psst, .new-session .psst {
  min-width: 4rem;
  padding: 0 1rem 0.65rem;
  background: #ffffff;
  color: #e64250;
  font-size: 1.44rem;
  font-weight: bold;
  display: inline-block;
  transform: skewX(-18deg);
  margin: 0 auto 0.5em;
  opacity: 0.5;
  border-radius: 4px;
  line-height: 1.8;
}
/* line 290, F:/strip/strip2017/damp-dads/app/assets/stylesheets/styles/user.scss */
.new-user .psst:hover, .new-session .psst:hover {
  opacity: 1;
  transform: skew(-18deg) scale(1.05);
}
/* line 295, F:/strip/strip2017/damp-dads/app/assets/stylesheets/styles/user.scss */
.new-user .arrow-down, .new-session .arrow-down {
  width: 0;
  height: 0;
  border-left: 15px solid transparent;
  border-right: 0px solid transparent;
  border-top: 20px solid #ffffff;
  margin: -0.25rem auto -1.75rem;
  transform: skewX(18deg);
}
/* line 306, F:/strip/strip2017/damp-dads/app/assets/stylesheets/styles/user.scss */
.new-user .dots, .new-session .dots {
  font-weight: 400;
  text-align: center;
  font-size: 1.618rem;
  line-height: 1.02;
  color: rgba(230, 66, 80, 0.825);
  position: relative;
  top: 3rem;
  margin-bottom: 3em;
}
/* line 315, F:/strip/strip2017/damp-dads/app/assets/stylesheets/styles/user.scss */
.new-user .dots a, .new-session .dots a {
  color: rgba(230, 66, 80, 0.825);
}
/* line 319, F:/strip/strip2017/damp-dads/app/assets/stylesheets/styles/user.scss */
.new-user .dots.mid, .new-session .dots.mid {
  color: #e41d2b;
}
/* line 322, F:/strip/strip2017/damp-dads/app/assets/stylesheets/styles/user.scss */
.new-user .dots.light, .new-session .dots.light {
  color: #ea5d69;
}
/* line 325, F:/strip/strip2017/damp-dads/app/assets/stylesheets/styles/user.scss */
.new-user .dots.lighter, .new-session .dots.lighter {
  color: #eb6671;
}
/* line 329, F:/strip/strip2017/damp-dads/app/assets/stylesheets/styles/user.scss */
.new-user .back-top, .new-session .back-top {
  padding-bottom: 20rem;
}
/* line 333, F:/strip/strip2017/damp-dads/app/assets/stylesheets/styles/user.scss */
.new-user .browse, .new-session .browse {
  text-align: center;
  padding: 3rem 0 0;
}
/* line 337, F:/strip/strip2017/damp-dads/app/assets/stylesheets/styles/user.scss */
.new-user .browse a, .new-session .browse a {
  pointer-events: all;
}
/* line 340, F:/strip/strip2017/damp-dads/app/assets/stylesheets/styles/user.scss */
.new-user .browse a:hover, .new-session .browse a:hover {
  background: #ffffff;
  color: #e64250;
}

/* line 349, F:/strip/strip2017/damp-dads/app/assets/stylesheets/styles/user.scss */
#user_profile_name, #user_email, #user_password {
  color: #72655f;
}

/* line 352, F:/strip/strip2017/damp-dads/app/assets/stylesheets/styles/user.scss */
#user_profile_name, #user_email {
  margin-bottom: 0.6rem;
}

@media screen and (min-width: 966px) {
  /* line 357, F:/strip/strip2017/damp-dads/app/assets/stylesheets/styles/user.scss */
  .sign-up-block {
    padding-left: 7.5% !important;
    padding-top: 2.35rem;
  }

  /* line 362, F:/strip/strip2017/damp-dads/app/assets/stylesheets/styles/user.scss */
  h1 {
    margin-bottom: 0.35em;
  }
}
@media screen and (min-width: 705px) and (max-width: 966px) {
  /* line 367, F:/strip/strip2017/damp-dads/app/assets/stylesheets/styles/user.scss */
  .sign-up-block {
    padding-left: 5% !important;
    padding-top: 2.35rem;
  }

  /* line 372, F:/strip/strip2017/damp-dads/app/assets/stylesheets/styles/user.scss */
  h1 {
    font-size: 2.986em;
  }
}
@media screen and (max-width: 790px) {
  /* line 377, F:/strip/strip2017/damp-dads/app/assets/stylesheets/styles/user.scss */
  .pass-min {
    top: -2.05rem;
    left: 1rem;
  }

  /* line 383, F:/strip/strip2017/damp-dads/app/assets/stylesheets/styles/user.scss */
  .waitlist .btn {
    float: right;
    left: 0;
  }
}
@media screen and (max-width: 700px) {
  /* line 391, F:/strip/strip2017/damp-dads/app/assets/stylesheets/styles/user.scss */
  .new-user .panel-anim, .new-session .panel-anim {
    margin-top: 0;
  }
  /* line 395, F:/strip/strip2017/damp-dads/app/assets/stylesheets/styles/user.scss */
  .new-user .panel-anim .panel-anim-content .instruct img, .new-session .panel-anim .panel-anim-content .instruct img {
    margin-top: 2rem;
  }
  /* line 399, F:/strip/strip2017/damp-dads/app/assets/stylesheets/styles/user.scss */
  .new-user .panel-anim .panel-anim-content .instruct.tag img, .new-session .panel-anim .panel-anim-content .instruct.tag img {
    margin-top: 20%;
  }
  /* line 402, F:/strip/strip2017/damp-dads/app/assets/stylesheets/styles/user.scss */
  .new-user .panel-anim .panel-anim-content .instruct.tag h3, .new-session .panel-anim .panel-anim-content .instruct.tag h3 {
    bottom: 2em;
    line-height: 1.1;
    font-size: 2.074em;
  }
  /* line 407, F:/strip/strip2017/damp-dads/app/assets/stylesheets/styles/user.scss */
  .new-user .panel-anim .panel-anim-content .instruct.tag h4, .new-session .panel-anim .panel-anim-content .instruct.tag h4 {
    bottom: 1em;
    font-size: 1.728em;
  }
  /* line 414, F:/strip/strip2017/damp-dads/app/assets/stylesheets/styles/user.scss */
  .new-user .sign-up-block, .new-session .sign-up-block {
    margin: 0 auto;
    padding-left: 0 !important;
    padding-top: 2.35rem;
    padding-bottom: 2rem;
  }

  /* line 424, F:/strip/strip2017/damp-dads/app/assets/stylesheets/styles/user.scss */
  .waitlist .btn {
    float: none;
    left: 0;
  }
}
@media screen and (max-width: 500px) {
  /* line 434, F:/strip/strip2017/damp-dads/app/assets/stylesheets/styles/user.scss */
  .waitlist {
    text-align: center;
  }
  /* line 436, F:/strip/strip2017/damp-dads/app/assets/stylesheets/styles/user.scss */
  .waitlist .btn {
    float: none;
    margin-left: 0;
    display: block;
    top: 1rem;
    width: 100%;
    min-width: 100%;
  }

  /* line 446, F:/strip/strip2017/damp-dads/app/assets/stylesheets/styles/user.scss */
  .new-user .sign-up-block, .new-session .sign-up-block {
    padding-left: 0;
  }
  /* line 450, F:/strip/strip2017/damp-dads/app/assets/stylesheets/styles/user.scss */
  .new-user .info, .new-session .info {
    font-size: 1rem;
  }
}
/* line 2, F:/strip/strip2017/damp-dads/app/assets/stylesheets/styles/notifications.scss */
.notifications-index ul {
  list-style: none;
}
/* line 7, F:/strip/strip2017/damp-dads/app/assets/stylesheets/styles/notifications.scss */
.notifications-index ul li a {
  display: block;
  margin-top: 1rem;
  background-color: #ffffff;
  padding: 1.2rem;
  color: #72655f;
  border: 1px solid rgba(114, 101, 95, 0.16);
  border-radius: 4px;
}

/* line 19, F:/strip/strip2017/damp-dads/app/assets/stylesheets/styles/notifications.scss */
.notifications-index .destroy-notification {
  background: none;
  border: none;
  padding: 0 !important;
  width: 1rem;
  position: relative;
  top: -3.25rem;
  right: 1.2rem;
  float: right;
}
/* line 28, F:/strip/strip2017/damp-dads/app/assets/stylesheets/styles/notifications.scss */
.notifications-index .destroy-notification img {
  width: 100%;
}

/* line 35, F:/strip/strip2017/damp-dads/app/assets/stylesheets/styles/notifications.scss */
#NotificationsMenu li span.right {
  padding-right: 0.3rem;
}

/* line 41, F:/strip/strip2017/damp-dads/app/assets/stylesheets/styles/notifications.scss */
#NotificationsMenu li a {
  padding-left: 0;
  margin-left: 0;
}

/* line 46, F:/strip/strip2017/damp-dads/app/assets/stylesheets/styles/notifications.scss */
#view-all a {
  padding-right: 0px !important;
}

/* line 49, F:/strip/strip2017/damp-dads/app/assets/stylesheets/styles/notifications.scss */
.notification-divided {
  border-top: 1px solid #edeadf;
  padding-bottom: 0 !important;
}

/* line 53, F:/strip/strip2017/damp-dads/app/assets/stylesheets/styles/notifications.scss */
.notification-divided-top {
  border-bottom: 1px solid #edeadf;
  padding-bottom: 0.6rem;
}

/* line 1, F:/strip/strip2017/damp-dads/app/assets/stylesheets/styles/profiles.scss */
.user-profile {
  display: flex;
}
/* line 4, F:/strip/strip2017/damp-dads/app/assets/stylesheets/styles/profiles.scss */
.user-profile .side-bar {
  display: inline-block;
  width: 16rem;
  min-height: calc(100vh - 66px);
}
/* line 9, F:/strip/strip2017/damp-dads/app/assets/stylesheets/styles/profiles.scss */
.user-profile .side-bar .btn {
  width: 100%;
  text-align: center;
  background: #f8f6f0;
  margin-bottom: 0.4rem;
  padding: 0.8rem 1.8rem 1.2rem;
  font-weight: 400;
}
/* line 18, F:/strip/strip2017/damp-dads/app/assets/stylesheets/styles/profiles.scss */
.user-profile .side-bar .btn .icon {
  height: 1.6rem;
  position: relative;
  top: 0.6em;
}
/* line 24, F:/strip/strip2017/damp-dads/app/assets/stylesheets/styles/profiles.scss */
.user-profile .side-bar .btn.edit {
  padding: 1.2rem 1.8rem;
}
/* line 29, F:/strip/strip2017/damp-dads/app/assets/stylesheets/styles/profiles.scss */
.user-profile .side-bar .active {
  color: #e64250;
  background: #ffffff;
}
/* line 35, F:/strip/strip2017/damp-dads/app/assets/stylesheets/styles/profiles.scss */
.user-profile .profile-content {
  display: inline-block;
  width: calc(100% - 16rem);
  padding-left: 0.4rem;
}
/* line 39, F:/strip/strip2017/damp-dads/app/assets/stylesheets/styles/profiles.scss */
.user-profile .profile-content .page-header {
  padding-left: 0.6rem;
}
/* line 42, F:/strip/strip2017/damp-dads/app/assets/stylesheets/styles/profiles.scss */
.user-profile .profile-content .page-header h2 {
  margin: 0.6em 0 0.4em;
}
/* line 47, F:/strip/strip2017/damp-dads/app/assets/stylesheets/styles/profiles.scss */
.user-profile .profile-content .strip-preview-click {
  width: 32.999999%;
  padding: 0 0 0.8rem 0.8rem;
  margin: 0 !important;
}
/* line 52, F:/strip/strip2017/damp-dads/app/assets/stylesheets/styles/profiles.scss */
.user-profile .profile-content .strip-preview-click:nth-child(3n + 2) {
  margin-left: -0.6rem;
}
/* line 57, F:/strip/strip2017/damp-dads/app/assets/stylesheets/styles/profiles.scss */
.user-profile .profile-content .radio {
  margin-left: 0.6rem;
}
/* line 60, F:/strip/strip2017/damp-dads/app/assets/stylesheets/styles/profiles.scss */
.user-profile .profile-content input {
  -webkit-appearance: auto;
  animation: position 0.1s 0.2s forwards;
}
@keyframes position {
  from {
    position: inherit;
  }
  to {
    position: relative;
  }
}
/* line 69, F:/strip/strip2017/damp-dads/app/assets/stylesheets/styles/profiles.scss */
.user-profile .avatar-render, .user-profile .avatar-image {
  width: 16rem;
  height: 16rem;
  max-width: 16rem;
  max-height: 16rem;
  margin-top: 1.6em;
  border-radius: 4px;
}
/* line 77, F:/strip/strip2017/damp-dads/app/assets/stylesheets/styles/profiles.scss */
.user-profile .profile-description {
  margin: 1em 0;
}
/* line 81, F:/strip/strip2017/damp-dads/app/assets/stylesheets/styles/profiles.scss */
.user-profile ul {
  list-style: none;
}
/* line 85, F:/strip/strip2017/damp-dads/app/assets/stylesheets/styles/profiles.scss */
.user-profile ul li {
  display: inline-block;
  padding: 1em;
}
/* line 90, F:/strip/strip2017/damp-dads/app/assets/stylesheets/styles/profiles.scss */
.user-profile .panel-render {
  max-width: 18em;
  max-height: 18em;
}
/* line 95, F:/strip/strip2017/damp-dads/app/assets/stylesheets/styles/profiles.scss */
.user-profile hr {
  width: calc(100%);
  display: block;
  background: 0;
  margin: 15px 0 15px;
  border-top: 1px solid rgba(168, 156, 154, 0.5);
}
/* line 102, F:/strip/strip2017/damp-dads/app/assets/stylesheets/styles/profiles.scss */
.user-profile h5 {
  padding-left: 0.6rem;
}
/* line 105, F:/strip/strip2017/damp-dads/app/assets/stylesheets/styles/profiles.scss */
.user-profile .friends-list {
  padding-left: 0.6rem;
}

/* line 110, F:/strip/strip2017/damp-dads/app/assets/stylesheets/styles/profiles.scss */
.user-settings-btn {
  position: relative;
  top: 0.4rem;
  right: 0.5rem;
}

/* line 116, F:/strip/strip2017/damp-dads/app/assets/stylesheets/styles/profiles.scss */
#mobile-name {
  display: none;
}

/* line 120, F:/strip/strip2017/damp-dads/app/assets/stylesheets/styles/profiles.scss */
.user-profile #change-ava {
  background: #ffffff;
  display: block;
  width: calc(100% - 1.2rem);
  text-align: center;
  font-size: 1rem;
  z-index: 99;
  position: relative;
  top: -2.6rem;
  margin-left: 0.6rem;
  padding: 0.3rem 0;
  font-weight: 400;
  border-radius: 4px;
  pointer-events: none;
}

@media screen and (max-width: 872px) {
  /* line 138, F:/strip/strip2017/damp-dads/app/assets/stylesheets/styles/profiles.scss */
  .user-profile .profile-content .strip-preview-click {
    width: 49.6%;
  }
}
@media screen and (max-width: 765px) {
  /* line 145, F:/strip/strip2017/damp-dads/app/assets/stylesheets/styles/profiles.scss */
  .user-profile .profile-content .strip-preview-click {
    width: 49.26%;
  }
}
@media screen and (max-width: 626px) {
  /* line 152, F:/strip/strip2017/damp-dads/app/assets/stylesheets/styles/profiles.scss */
  .user-profile .profile-content .strip-preview-click {
    width: 100%;
  }
}
@media screen and (max-width: 575px) {
  /* line 158, F:/strip/strip2017/damp-dads/app/assets/stylesheets/styles/profiles.scss */
  .profile-content > span {
    display: block;
    margin-top: 1.5rem;
    text-align: center;
  }

  /* line 163, F:/strip/strip2017/damp-dads/app/assets/stylesheets/styles/profiles.scss */
  #mobile-name {
    display: block;
    text-align: center;
    margin-bottom: -0.3rem !important;
    margin-top: 0;
  }

  /* line 170, F:/strip/strip2017/damp-dads/app/assets/stylesheets/styles/profiles.scss */
  #desktop-name {
    display: none;
  }

  /* line 174, F:/strip/strip2017/damp-dads/app/assets/stylesheets/styles/profiles.scss */
  .user-profile .load-more-wrapper {
    padding-top: 0.6rem;
  }
  /* line 178, F:/strip/strip2017/damp-dads/app/assets/stylesheets/styles/profiles.scss */
  .user-profile .profile-content {
    padding-left: 0;
  }
  /* line 181, F:/strip/strip2017/damp-dads/app/assets/stylesheets/styles/profiles.scss */
  .user-profile .profile-content .strip-preview-click {
    width: 100%;
    padding: 0;
    margin: 0;
  }
  /* line 189, F:/strip/strip2017/damp-dads/app/assets/stylesheets/styles/profiles.scss */
  .user-profile .side-bar .btn {
    padding: 0.8rem 0 0.8rem;
    display: inline-block;
    width: 32%;
    min-width: 0;
    margin-top: 0.6rem;
    margin-bottom: -0.6rem;
    margin-right: 2%;
  }
  /* line 197, F:/strip/strip2017/damp-dads/app/assets/stylesheets/styles/profiles.scss */
  .user-profile .side-bar .btn:last-of-type {
    margin-right: 0;
  }
  /* line 200, F:/strip/strip2017/damp-dads/app/assets/stylesheets/styles/profiles.scss */
  .user-profile .side-bar .btn.edit {
    padding: 1.2rem 1.8rem;
    width: 100%;
    display: block;
    border-radius: 4px;
    margin-bottom: 0.3rem;
    margin-top: 0.6rem;
    border: 1px solid #a89c9a;
  }

  /* line 212, F:/strip/strip2017/damp-dads/app/assets/stylesheets/styles/profiles.scss */
  .user-profile .side-bar, .user-profile .profile-content {
    min-height: 0;
    height: auto;
    width: 100%;
    display: block;
  }

  /* line 218, F:/strip/strip2017/damp-dads/app/assets/stylesheets/styles/profiles.scss */
  .user-profile {
    display: block;
  }

  /* line 221, F:/strip/strip2017/damp-dads/app/assets/stylesheets/styles/profiles.scss */
  .user-profile .avatar-render {
    max-width: 100%;
  }

  /* line 224, F:/strip/strip2017/damp-dads/app/assets/stylesheets/styles/profiles.scss */
  .user-profile .avatar-image {
    width: 100%;
    height: 100%;
    max-width: 100%;
    max-height: 100%;
  }

  /* line 230, F:/strip/strip2017/damp-dads/app/assets/stylesheets/styles/profiles.scss */
  .strip.edit .user-profile .btn {
    width: 100%;
  }

  /* line 233, F:/strip/strip2017/damp-dads/app/assets/stylesheets/styles/profiles.scss */
  .user-settings-btn {
    top: -8.75rem;
  }
}
@media screen and (max-width: 460px) {
  /* line 241, F:/strip/strip2017/damp-dads/app/assets/stylesheets/styles/profiles.scss */
  .user-profile .side-bar .btn .icon {
    top: 0;
    margin: auto;
    display: block;
    margin-bottom: 0.3em;
  }

  /* line 251, F:/strip/strip2017/damp-dads/app/assets/stylesheets/styles/profiles.scss */
  .user-settings-btn {
    top: -10.15rem;
  }
}
@media screen and (max-width: 400px) {
  /* line 256, F:/strip/strip2017/damp-dads/app/assets/stylesheets/styles/profiles.scss */
  .user-settings-btn {
    opacity: 0;
    pointer-events: none;
  }
}
/* line 2, F:/strip/strip2017/damp-dads/app/assets/stylesheets/styles/user_friendships.scss */
.user-friendships .avatar-render {
  max-width: 30px;
  max-height: 30px;
}
/* line 6, F:/strip/strip2017/damp-dads/app/assets/stylesheets/styles/user_friendships.scss */
.user-friendships .box {
  width: 32.66%;
}
/* line 10, F:/strip/strip2017/damp-dads/app/assets/stylesheets/styles/user_friendships.scss */
.user-friendships .friend-deets {
  padding-left: 0.3rem;
}
/* line 14, F:/strip/strip2017/damp-dads/app/assets/stylesheets/styles/user_friendships.scss */
.user-friendships form.edit_user_friendship {
  display: inline-block;
  margin-right: 0.6rem;
}

/* line 21, F:/strip/strip2017/damp-dads/app/assets/stylesheets/styles/user_friendships.scss */
.no-friends span {
  margin-left: 0.6rem;
  margin-top: 0.5rem;
}

/* line 1, F:/strip/strip2017/damp-dads/app/assets/stylesheets/styles/landing.scss */
#launched {
  display: block;
  padding: 1.2rem 0;
  text-align: center;
  color: #ffffff;
  background: linear-gradient(left, #f07882, #e52836);
  background: -moz-linear-gradient(left, #f07882, #e52836);
  background: -webkit-linear-gradient(left, #f07882, #e52836);
  background: -ms-linear-gradient(left, #f07882, #e52836);
  background: -o-linear-gradient(left, #f07882, #e52836);
  font-weight: 400;
}

/* line 13, F:/strip/strip2017/damp-dads/app/assets/stylesheets/styles/landing.scss */
#landing-splash {
  display: block;
  width: 100%;
  background: #fffdfb;
  min-height: 20rem;
  padding: 2.6rem 0;
  box-shadow: 1px 5px 8px -5px rgba(114, 101, 95, 0.2);
  border-bottom: 1px solid #f8f6f0;
}
/* line 21, F:/strip/strip2017/damp-dads/app/assets/stylesheets/styles/landing.scss */
#landing-splash h1 {
  color: #e64250;
  font-weight: 700;
  text-shadow: none;
  text-transform: uppercase;
  transform: skewX(-14deg);
  color: #282827;
  font-weight: 800;
  font-size: 5.16rem;
  margin: 0em 0;
  line-height: 1.1;
}
/* line 33, F:/strip/strip2017/damp-dads/app/assets/stylesheets/styles/landing.scss */
#landing-splash h2 {
  display: inline-block;
  color: #e64250;
  border-top: 3px solid #e64250;
  border-bottom: 3px solid #e64250;
  padding: 0.3rem 0 0.1rem;
  text-transform: uppercase;
  transform: skewX(-14deg);
  margin: 0;
  font-weight: 400;
  margin-top: 1.2rem;
  margin-left: 0.4rem;
}
/* line 46, F:/strip/strip2017/damp-dads/app/assets/stylesheets/styles/landing.scss */
#landing-splash p {
  margin: 1.2rem 0;
  color: #72655f;
  font-weight: 400;
  margin-left: 2.1rem;
}
/* line 52, F:/strip/strip2017/damp-dads/app/assets/stylesheets/styles/landing.scss */
#landing-splash .btn.primary {
  padding-right: 9.25rem;
  padding-left: 9.25rem;
  font-weight: 500;
  letter-spacing: 0.04em;
}
@keyframes comic-entry {
  from {
    opacity: 0;
    top: 3rem;
  }
  to {
    opacity: 1;
    top: 0;
  }
}
/* line 69, F:/strip/strip2017/damp-dads/app/assets/stylesheets/styles/landing.scss */
#landing-splash .comic-strip {
  border: 1px solid #edeadf;
  border-top: 1px solid #f2efe8;
  display: inline-block;
  max-width: 200px;
  transform: skewX(-10deg);
  padding-top: 0.64865rem;
  padding-bottom: 0.64865rem;
  margin-bottom: 0;
  opacity: 1;
  position: relative;
  left: -3rem;
  box-shadow: 2px 5px 12px -4px rgba(0, 0, 0, 0.3);
  background: #ffffff;
  animation: 1s ease forwards comic-entry;
}
/* line 84, F:/strip/strip2017/damp-dads/app/assets/stylesheets/styles/landing.scss */
#landing-splash .comic-strip .panel {
  margin-bottom: 0.6rem;
  position: relative;
}
/* line 88, F:/strip/strip2017/damp-dads/app/assets/stylesheets/styles/landing.scss */
#landing-splash .comic-strip .panel .author {
  position: absolute;
  right: -6rem;
}
/* line 92, F:/strip/strip2017/damp-dads/app/assets/stylesheets/styles/landing.scss */
#landing-splash .comic-strip .panel .author h4 {
  top: 1px solid #e64250;
}
/* line 97, F:/strip/strip2017/damp-dads/app/assets/stylesheets/styles/landing.scss */
#landing-splash .comic-strip .panel:last-of-type {
  margin-bottom: 0;
}
/* line 101, F:/strip/strip2017/damp-dads/app/assets/stylesheets/styles/landing.scss */
#landing-splash .comic-strip img {
  display: block;
  max-width: 100%;
  border-radius: 4px;
}

/* line 109, F:/strip/strip2017/damp-dads/app/assets/stylesheets/styles/landing.scss */
#splash-comic {
  position: relative;
}

/* line 112, F:/strip/strip2017/damp-dads/app/assets/stylesheets/styles/landing.scss */
#splash-authors {
  width: 12rem;
  position: absolute;
  display: inline-block;
}

/* line 117, F:/strip/strip2017/damp-dads/app/assets/stylesheets/styles/landing.scss */
a.splash-author {
  display: block;
  color: #e64250 !important;
  font-weight: 400;
  font-size: 1rem;
}
/* line 122, F:/strip/strip2017/damp-dads/app/assets/stylesheets/styles/landing.scss */
a.splash-author img {
  display: inline-block;
  width: 2rem;
  border-radius: 4px;
  vertical-align: middle;
  margin-right: 0.3rem;
}
/* line 129, F:/strip/strip2017/damp-dads/app/assets/stylesheets/styles/landing.scss */
a.splash-author::before {
  content: 'DRAWN BY:';
  display: inline-block;
  margin-left: -0.6rem;
  margin-right: 0.3rem;
  margin-top: -10px;
  font-size: 0.6rem;
  letter-spacing: 0.0333em;
  color: #a89c9a;
}
/* line 139, F:/strip/strip2017/damp-dads/app/assets/stylesheets/styles/landing.scss */
a.splash-author span {
  display: inline-block;
  background: #ffffff;
  width: auto;
  height: auto;
  box-shadow: 1px 1px 3px rgba(114, 101, 95, 0.2);
  border-radius: 4px;
  padding: 0.3rem 0.6rem 0.3rem 0.3rem;
}

@keyframes mimi-entry {
  from {
    opacity: 0;
    margin-left: 3.5rem;
  }
  to {
    opacity: 1;
    margin-left: 0.3rem;
  }
}
@keyframes matthew-entry {
  from {
    opacity: 0;
    margin-left: 2.125rem;
  }
  to {
    opacity: 1;
    margin-left: -1.675rem;
  }
}
@keyframes kaeley-entry {
  from {
    opacity: 0;
    margin-left: 0rem;
  }
  to {
    opacity: 1;
    margin-left: -3.8rem;
  }
}
/* line 180, F:/strip/strip2017/damp-dads/app/assets/stylesheets/styles/landing.scss */
#mimi {
  opacity: 0;
  position: absolute;
  top: 90px;
  margin-left: 0.3rem;
  animation: 1s ease-in-out forwards mimi-entry;
}

/* line 187, F:/strip/strip2017/damp-dads/app/assets/stylesheets/styles/landing.scss */
#matthew {
  opacity: 0;
  position: absolute;
  top: 272px;
  margin-left: -1.675rem;
  animation: 1s ease-in-out 0.8s forwards matthew-entry;
}

/* line 194, F:/strip/strip2017/damp-dads/app/assets/stylesheets/styles/landing.scss */
#kaeley {
  opacity: 0;
  position: absolute;
  top: 463px;
  margin-left: -3.8rem;
  animation: 1s ease-in-out 1.6s forwards kaeley-entry;
}

/* line 201, F:/strip/strip2017/damp-dads/app/assets/stylesheets/styles/landing.scss */
#featured {
  display: block;
  padding: 2rem 0;
  background: #ffffff;
  text-align: center;
}
/* line 207, F:/strip/strip2017/damp-dads/app/assets/stylesheets/styles/landing.scss */
#featured .strip-preview-click .strip-preview-box .strip-preview-title h3 {
  color: #e64250;
  text-align: left;
}
/* line 211, F:/strip/strip2017/damp-dads/app/assets/stylesheets/styles/landing.scss */
#featured .btn.secondary {
  font-size: 1rem;
  color: #a89c9a;
  border-color: #a89c9a;
  border-width: 1px;
}
/* line 217, F:/strip/strip2017/damp-dads/app/assets/stylesheets/styles/landing.scss */
#featured .btn.secondary:hover {
  color: #e64250;
  border-color: #e64250;
  background: #ffffff;
}
/* line 222, F:/strip/strip2017/damp-dads/app/assets/stylesheets/styles/landing.scss */
#featured .btn.secondary:active #featured .btn.secondary:focus {
  color: #ffffff !important;
  border-color: #e64250;
  background: #ffffff;
}
/* line 229, F:/strip/strip2017/damp-dads/app/assets/stylesheets/styles/landing.scss */
#featured h2 {
  display: block;
  color: #e64250;
  text-align: left;
  padding: 0.3rem 0 0.1rem;
  text-transform: uppercase;
  transform: skewX(-14deg);
  font-weight: 400;
  font-size: 2.5rem;
  margin: 0 auto 1.2rem;
}

/* line 243, F:/strip/strip2017/damp-dads/app/assets/stylesheets/styles/landing.scss */
#how {
  display: block;
  padding: 2rem 0;
  background: #fffdfb;
  border-bottom: 1px solid #f8f6f0;
  border-top: 1px #f8f6f0;
}

/* line 250, F:/strip/strip2017/damp-dads/app/assets/stylesheets/styles/landing.scss */
.info {
  font-size: 1.44rem;
  line-height: 1.6;
  max-width: 100%;
  margin: 0 auto;
  display: block;
}
/* line 256, F:/strip/strip2017/damp-dads/app/assets/stylesheets/styles/landing.scss */
.info h2 {
  display: block;
  color: #e64250;
  text-align: left;
  padding: 0.3rem 0 0.1rem;
  text-transform: uppercase;
  transform: skewX(-14deg);
  font-weight: 400;
  font-size: 2.5rem;
  margin: 0 auto 1.2rem;
}
/* line 269, F:/strip/strip2017/damp-dads/app/assets/stylesheets/styles/landing.scss */
.info h2 p {
  font-size: 10pt;
  color: #72655f;
  display: inline;
  margin-left: 1.2rem;
  vertical-align: middle;
  font-weight: 400;
}
/* line 278, F:/strip/strip2017/damp-dads/app/assets/stylesheets/styles/landing.scss */
.info ul {
  color: #a89c9a;
  list-style: none;
  display: inline-block;
}
/* line 282, F:/strip/strip2017/damp-dads/app/assets/stylesheets/styles/landing.scss */
.info ul:last-of-type {
  padding-left: 3rem;
}
/* line 285, F:/strip/strip2017/damp-dads/app/assets/stylesheets/styles/landing.scss */
.info ul li {
  line-height: 1.6;
  margin-bottom: 0.4em;
}
/* line 289, F:/strip/strip2017/damp-dads/app/assets/stylesheets/styles/landing.scss */
.info ul img {
  height: 1.35em;
  vertical-align: middle;
  -webkit-filter: saturate(0) contrast(100) brightness(0);
  filter: saturate(0) contrast(100) brightness(0);
  margin-right: 0.5em;
  opacity: 0.8;
}
/* line 299, F:/strip/strip2017/damp-dads/app/assets/stylesheets/styles/landing.scss */
.info hr {
  display: block;
  border-top: 1px solid #a89c9a;
  height: 0px;
  width: 100%;
  margin: 1.2rem 0;
  margin-top: -1.2rem;
}

/* line 308, F:/strip/strip2017/damp-dads/app/assets/stylesheets/styles/landing.scss */
#ender {
  background: #ffffff;
  padding-bottom: 2rem;
}

/* line 312, F:/strip/strip2017/damp-dads/app/assets/stylesheets/styles/landing.scss */
#byline {
  padding: 2rem 0;
  background: #fffdfb;
  color: #a89c9a;
  text-align: center;
}
/* line 318, F:/strip/strip2017/damp-dads/app/assets/stylesheets/styles/landing.scss */
#byline a {
  color: #a89c9a;
  text-decoration: underline;
}
/* line 322, F:/strip/strip2017/damp-dads/app/assets/stylesheets/styles/landing.scss */
#byline a:hover {
  color: #72655f;
}

@media screen and (max-width: 1024px) {
  /* line 331, F:/strip/strip2017/damp-dads/app/assets/stylesheets/styles/landing.scss */
  #landing-splash h1 {
    font-size: 4.16rem;
  }
  /* line 334, F:/strip/strip2017/damp-dads/app/assets/stylesheets/styles/landing.scss */
  #landing-splash h2 {
    font-size: 2rem;
  }
  /* line 337, F:/strip/strip2017/damp-dads/app/assets/stylesheets/styles/landing.scss */
  #landing-splash p {
    margin-left: 0;
  }
  /* line 340, F:/strip/strip2017/damp-dads/app/assets/stylesheets/styles/landing.scss */
  #landing-splash .btn.primary {
    padding-left: 6.75rem;
    padding-right: 6.75rem;
  }

  /* line 345, F:/strip/strip2017/damp-dads/app/assets/stylesheets/styles/landing.scss */
  .info ul li {
    font-size: 1.2rem;
  }

  /* line 348, F:/strip/strip2017/damp-dads/app/assets/stylesheets/styles/landing.scss */
  #featured .strip-row {
    max-width: 93vw;
  }
}
@media screen and (max-width: 851px) {
  /* line 354, F:/strip/strip2017/damp-dads/app/assets/stylesheets/styles/landing.scss */
  .info ul li {
    font-size: 1rem;
  }

  /* line 357, F:/strip/strip2017/damp-dads/app/assets/stylesheets/styles/landing.scss */
  .info h2 {
    text-align: center;
  }
  /* line 359, F:/strip/strip2017/damp-dads/app/assets/stylesheets/styles/landing.scss */
  .info h2 p {
    display: block;
    margin: -0.3rem auto 0.6rem;
  }

  /* line 365, F:/strip/strip2017/damp-dads/app/assets/stylesheets/styles/landing.scss */
  #featured h2 {
    text-align: center;
  }
}
@media screen and (max-width: 725px) {
  /* line 370, F:/strip/strip2017/damp-dads/app/assets/stylesheets/styles/landing.scss */
  .info {
    position: relative;
  }
  /* line 372, F:/strip/strip2017/damp-dads/app/assets/stylesheets/styles/landing.scss */
  .info ul {
    display: block;
    width: auto !important;
    margin: 0 auto;
    padding: 0 !important;
  }
  /* line 378, F:/strip/strip2017/damp-dads/app/assets/stylesheets/styles/landing.scss */
  .info ul li {
    width: 22em;
    margin: 0 auto;
    margin-bottom: 0.6rem;
  }
}
@media screen and (max-width: 700px) {
  /* line 387, F:/strip/strip2017/damp-dads/app/assets/stylesheets/styles/landing.scss */
  #landing-splash {
    text-align: center;
  }
  /* line 389, F:/strip/strip2017/damp-dads/app/assets/stylesheets/styles/landing.scss */
  #landing-splash h1 {
    text-align: center;
  }

  /* line 393, F:/strip/strip2017/damp-dads/app/assets/stylesheets/styles/landing.scss */
  #splash-comic {
    display: none;
  }

  /* line 396, F:/strip/strip2017/damp-dads/app/assets/stylesheets/styles/landing.scss */
  #register {
    text-align: center;
  }
  /* line 398, F:/strip/strip2017/damp-dads/app/assets/stylesheets/styles/landing.scss */
  #register #new_user {
    margin: 0 auto;
  }

  /* line 402, F:/strip/strip2017/damp-dads/app/assets/stylesheets/styles/landing.scss */
  .new-user .sign-up-block span:last-of-type {
    margin-left: auto;
    margin-right: auto;
  }

  /* line 406, F:/strip/strip2017/damp-dads/app/assets/stylesheets/styles/landing.scss */
  #show_pass {
    left: auto;
    right: -43%;
  }

  /* line 410, F:/strip/strip2017/damp-dads/app/assets/stylesheets/styles/landing.scss */
  .pass-min {
    top: -2.05rem;
    left: 6.5rem;
  }

  /* line 414, F:/strip/strip2017/damp-dads/app/assets/stylesheets/styles/landing.scss */
  .new-user .panel-anim {
    max-width: 25rem;
    margin-top: 1.2rem;
    margin-right: auto;
    margin-left: auto;
  }

  /* line 420, F:/strip/strip2017/damp-dads/app/assets/stylesheets/styles/landing.scss */
  .new-user .sign-up-block h1 {
    margin-top: 0;
  }

  /* line 423, F:/strip/strip2017/damp-dads/app/assets/stylesheets/styles/landing.scss */
  #byline {
    max-width: 25rem;
    margin: auto;
  }
}
@media screen and (max-width: 550px) {
  /* line 431, F:/strip/strip2017/damp-dads/app/assets/stylesheets/styles/landing.scss */
  #landing-splash h1 {
    font-size: 3.75rem;
  }
  /* line 434, F:/strip/strip2017/damp-dads/app/assets/stylesheets/styles/landing.scss */
  #landing-splash .btn.primary {
    padding-left: 0;
    padding-right: 0;
    width: 100%;
    max-width: 21.5rem;
    margin-right: auto;
    margin-left: auto;
    display: block;
  }

  /* line 444, F:/strip/strip2017/damp-dads/app/assets/stylesheets/styles/landing.scss */
  .info h2 {
    transform: skewX(0);
  }
}
@media screen and (max-width: 448px) {
  /* line 451, F:/strip/strip2017/damp-dads/app/assets/stylesheets/styles/landing.scss */
  #landing-splash h1 {
    font-size: 3rem;
  }
}
@media screen and (max-width: 388px) {
  /* line 459, F:/strip/strip2017/damp-dads/app/assets/stylesheets/styles/landing.scss */
  #landing-splash h1 {
    font-size: 2.5rem;
  }
  /* line 462, F:/strip/strip2017/damp-dads/app/assets/stylesheets/styles/landing.scss */
  #landing-splash h2 {
    font-size: 1.66rem;
  }
  /* line 465, F:/strip/strip2017/damp-dads/app/assets/stylesheets/styles/landing.scss */
  #landing-splash p {
    padding: 0 2.8rem;
  }

  /* line 469, F:/strip/strip2017/damp-dads/app/assets/stylesheets/styles/landing.scss */
  .pass-min {
    top: -1.75rem;
    left: 0;
  }
}
@media screen and (max-width: 388px) {
  /* line 476, F:/strip/strip2017/damp-dads/app/assets/stylesheets/styles/landing.scss */
  #featured h2, .info h2 {
    font-size: 1.75rem;
  }
}
/* line 1, F:/strip/strip2017/damp-dads/app/assets/stylesheets/styles/lightbox.scss */
.featherlight {
  background: rgba(114, 101, 95, 0.75) !important;
}
/* line 4, F:/strip/strip2017/damp-dads/app/assets/stylesheets/styles/lightbox.scss */
.featherlight .featherlight-content {
  padding: 0 !important;
  background: #fffdfb !important;
  position: absolute !important;
  right: 0;
  margin-left: 0 !important;
  margin-right: 0 !important;
  width: 100%;
  max-width: 690px;
  min-height: 103vh;
}
/* line 15, F:/strip/strip2017/damp-dads/app/assets/stylesheets/styles/lightbox.scss */
.featherlight .featherlight-content #scrollable {
  overflow-y: auto;
}
/* line 19, F:/strip/strip2017/damp-dads/app/assets/stylesheets/styles/lightbox.scss */
.featherlight .featherlight-content .header {
  display: none;
}
/* line 22, F:/strip/strip2017/damp-dads/app/assets/stylesheets/styles/lightbox.scss */
.featherlight .featherlight-content title {
  display: none;
}
/* line 26, F:/strip/strip2017/damp-dads/app/assets/stylesheets/styles/lightbox.scss */
.featherlight .featherlight-content .grid-item.m6of10.gutter {
  width: calc(100% - 4.8rem);
  margin-left: 2.4rem;
}

/**
 * Featherlight - ultra slim jQuery lightbox
 * Version 1.7.2 - http://noelboss.github.io/featherlight/
 *
 * Copyright 2017, Noël Raoul Bossart (http://www.noelboss.com)
 * MIT Licensed.
**/
@media all {
  /* line 8, F:/strip/strip2017/damp-dads/app/assets/stylesheets/featherlight.min.scss */
  .featherlight {
    display: none;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 2147483647;
    text-align: center;
    white-space: nowrap;
    cursor: pointer;
    background: #333;
    background: transparent;
  }

  /* line 8, F:/strip/strip2017/damp-dads/app/assets/stylesheets/featherlight.min.scss */
  .featherlight:last-of-type {
    background: rgba(0, 0, 0, 0.8);
  }

  /* line 8, F:/strip/strip2017/damp-dads/app/assets/stylesheets/featherlight.min.scss */
  .featherlight:before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle;
  }

  /* line 8, F:/strip/strip2017/damp-dads/app/assets/stylesheets/featherlight.min.scss */
  .featherlight .featherlight-content {
    position: relative;
    text-align: left;
    vertical-align: middle;
    display: inline-block;
    overflow: auto;
    padding: 25px 25px 0;
    border-bottom: 25px solid transparent;
    margin-left: 5%;
    margin-right: 5%;
    max-height: 95%;
    background: #fff;
    cursor: auto;
    white-space: normal;
  }

  /* line 8, F:/strip/strip2017/damp-dads/app/assets/stylesheets/featherlight.min.scss */
  .featherlight .featherlight-inner {
    display: block;
  }

  /* line 8, F:/strip/strip2017/damp-dads/app/assets/stylesheets/featherlight.min.scss */
  .featherlight .featherlight-close-icon {
    position: absolute;
    z-index: 9999;
    top: 0;
    right: 0;
    line-height: 25px;
    width: 25px;
    cursor: pointer;
    text-align: center;
    font-family: Arial,sans-serif;
    background: #fff;
    background: rgba(255, 255, 255, 0.3);
    color: #000;
    border: 0;
    padding: 0;
  }

  /* line 8, F:/strip/strip2017/damp-dads/app/assets/stylesheets/featherlight.min.scss */
  .featherlight .featherlight-close-icon::-moz-focus-inner {
    border: 0;
    padding: 0;
  }

  /* line 8, F:/strip/strip2017/damp-dads/app/assets/stylesheets/featherlight.min.scss */
  .featherlight .featherlight-image {
    width: 100%;
  }

  /* line 8, F:/strip/strip2017/damp-dads/app/assets/stylesheets/featherlight.min.scss */
  .featherlight-iframe .featherlight-content {
    border-bottom: 0;
    padding: 0;
    -webkit-overflow-scrolling: touch;
    overflow-y: scroll;
  }

  /* line 8, F:/strip/strip2017/damp-dads/app/assets/stylesheets/featherlight.min.scss */
  .featherlight iframe {
    border: 0;
  }

  /* line 8, F:/strip/strip2017/damp-dads/app/assets/stylesheets/featherlight.min.scss */
  .featherlight * {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
}
@media only screen and (max-width: 1024px) {
  /* line 8, F:/strip/strip2017/damp-dads/app/assets/stylesheets/featherlight.min.scss */
  .featherlight .featherlight-content {
    margin-left: 0;
    margin-right: 0;
    max-height: 98%;
    padding: 10px 10px 0;
    border-bottom: 10px solid transparent;
  }
}
