/* Minification failed. Returning unminified contents.
(18722,22): run-time error CSS1036: Expected expression, found '#'
 */
/*! jQuery UI - v1.11.4 - 2016-06-07
* http://jqueryui.com
* Includes: core.css, draggable.css, resizable.css, selectable.css, sortable.css, accordion.css, autocomplete.css, button.css, datepicker.css, dialog.css, menu.css, progressbar.css, selectmenu.css, slider.css, spinner.css, tabs.css, tooltip.css, theme.css
* To view and modify this theme, visit http://jqueryui.com/themeroller/?ffDefault=Verdana%2CArial%2Csans-serif&fwDefault=normal&fsDefault=1.1em&cornerRadius=4px&bgColorHeader=cccccc&bgTextureHeader=highlight_soft&bgImgOpacityHeader=75&borderColorHeader=aaaaaa&fcHeader=222222&iconColorHeader=222222&bgColorContent=ffffff&bgTextureContent=flat&bgImgOpacityContent=75&borderColorContent=aaaaaa&fcContent=222222&iconColorContent=222222&bgColorDefault=e6e6e6&bgTextureDefault=glass&bgImgOpacityDefault=75&borderColorDefault=d3d3d3&fcDefault=555555&iconColorDefault=888888&bgColorHover=dadada&bgTextureHover=glass&bgImgOpacityHover=75&borderColorHover=999999&fcHover=212121&iconColorHover=454545&bgColorActive=ffffff&bgTextureActive=glass&bgImgOpacityActive=65&borderColorActive=aaaaaa&fcActive=212121&iconColorActive=454545&bgColorHighlight=fbf9ee&bgTextureHighlight=glass&bgImgOpacityHighlight=55&borderColorHighlight=fcefa1&fcHighlight=363636&iconColorHighlight=2e83ff&bgColorError=fef1ec&bgTextureError=glass&bgImgOpacityError=95&borderColorError=cd0a0a&fcError=cd0a0a&iconColorError=cd0a0a&bgColorOverlay=aaaaaa&bgTextureOverlay=flat&bgImgOpacityOverlay=0&opacityOverlay=30&bgColorShadow=aaaaaa&bgTextureShadow=flat&bgImgOpacityShadow=0&opacityShadow=30&thicknessShadow=8px&offsetTopShadow=-8px&offsetLeftShadow=-8px&cornerRadiusShadow=8px
* Copyright jQuery Foundation and other contributors; Licensed MIT */

/* Layout helpers
----------------------------------*/
.ui-helper-hidden {
	display: none;
}
.ui-helper-hidden-accessible {
	border: 0;
	clip: rect(0 0 0 0);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px;
}
.ui-helper-reset {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	line-height: 1.3;
	text-decoration: none;
	font-size: 100%;
	list-style: none;
}
.ui-helper-clearfix:before,
.ui-helper-clearfix:after {
	content: "";
	display: table;
	border-collapse: collapse;
}
.ui-helper-clearfix:after {
	clear: both;
}
.ui-helper-clearfix {
	min-height: 0; /* support: IE7 */
}
.ui-helper-zfix {
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	position: absolute;
	opacity: 0;
	filter:Alpha(Opacity=0); /* support: IE8 */
}

.ui-front {
	z-index: 100;
}


/* Interaction Cues
----------------------------------*/
.ui-state-disabled {
	cursor: default !important;
}


/* Icons
----------------------------------*/

/* states and images */
.ui-icon {
	display: block;
	text-indent: -99999px;
	overflow: hidden;
	background-repeat: no-repeat;
}


/* Misc visuals
----------------------------------*/

/* Overlays */
.ui-widget-overlay {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.ui-draggable-handle {
	-ms-touch-action: none;
	touch-action: none;
}
.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;
}
.ui-selectable {
	-ms-touch-action: none;
	touch-action: none;
}
.ui-selectable-helper {
	position: absolute;
	z-index: 100;
	border: 1px dotted black;
}
.ui-sortable-handle {
	-ms-touch-action: none;
	touch-action: none;
}
.ui-accordion .ui-accordion-header {
	display: block;
	cursor: pointer;
	position: relative;
	margin: 2px 0 0 0;
	padding: .5em .5em .5em .7em;
	min-height: 0; /* support: IE7 */
	font-size: 100%;
}
.ui-accordion .ui-accordion-icons {
	padding-left: 2.2em;
}
.ui-accordion .ui-accordion-icons .ui-accordion-icons {
	padding-left: 2.2em;
}
.ui-accordion .ui-accordion-header .ui-accordion-header-icon {
	position: absolute;
	left: .5em;
	top: 50%;
	margin-top: -8px;
}
.ui-accordion .ui-accordion-content {
	padding: 1em 2.2em;
	border-top: 0;
	overflow: auto;
}
.ui-autocomplete {
	position: absolute;
	top: 0;
	left: 0;
	cursor: default;
}
.ui-button {
	display: inline-block;
	position: relative;
	padding: 0;
	line-height: normal;
	margin-right: .1em;
	cursor: pointer;
	vertical-align: middle;
	text-align: center;
	overflow: visible; /* removes extra width in IE */
}
.ui-button,
.ui-button:link,
.ui-button:visited,
.ui-button:hover,
.ui-button:active {
	text-decoration: none;
}
/* to make room for the icon, a width needs to be set here */
.ui-button-icon-only {
	width: 2.2em;
}
/* button elements seem to need a little more width */
button.ui-button-icon-only {
	width: 2.4em;
}
.ui-button-icons-only {
	width: 3.4em;
}
button.ui-button-icons-only {
	width: 3.7em;
}

/* button text element */
.ui-button .ui-button-text {
	display: block;
	line-height: normal;
}
.ui-button-text-only .ui-button-text {
	padding: .4em 1em;
}
.ui-button-icon-only .ui-button-text,
.ui-button-icons-only .ui-button-text {
	padding: .4em;
	text-indent: -9999999px;
}
.ui-button-text-icon-primary .ui-button-text,
.ui-button-text-icons .ui-button-text {
	padding: .4em 1em .4em 2.1em;
}
.ui-button-text-icon-secondary .ui-button-text,
.ui-button-text-icons .ui-button-text {
	padding: .4em 2.1em .4em 1em;
}
.ui-button-text-icons .ui-button-text {
	padding-left: 2.1em;
	padding-right: 2.1em;
}
/* no icon support for input elements, provide padding by default */
input.ui-button {
	padding: .4em 1em;
}

/* button icon element(s) */
.ui-button-icon-only .ui-icon,
.ui-button-text-icon-primary .ui-icon,
.ui-button-text-icon-secondary .ui-icon,
.ui-button-text-icons .ui-icon,
.ui-button-icons-only .ui-icon {
	position: absolute;
	top: 50%;
	margin-top: -8px;
}
.ui-button-icon-only .ui-icon {
	left: 50%;
	margin-left: -8px;
}
.ui-button-text-icon-primary .ui-button-icon-primary,
.ui-button-text-icons .ui-button-icon-primary,
.ui-button-icons-only .ui-button-icon-primary {
	left: .5em;
}
.ui-button-text-icon-secondary .ui-button-icon-secondary,
.ui-button-text-icons .ui-button-icon-secondary,
.ui-button-icons-only .ui-button-icon-secondary {
	right: .5em;
}

/* button sets */
.ui-buttonset {
	margin-right: 7px;
}
.ui-buttonset .ui-button {
	margin-left: 0;
	margin-right: -.3em;
}

/* workarounds */
/* reset extra padding in Firefox, see h5bp.com/l */
input.ui-button::-moz-focus-inner,
button.ui-button::-moz-focus-inner {
	border: 0;
	padding: 0;
}
.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;
}
.ui-dialog {
	overflow: hidden;
	position: absolute;
	top: 0;
	left: 0;
	padding: .2em;
	outline: 0;
}
.ui-dialog .ui-dialog-titlebar {
	padding: .4em 1em;
	position: relative;
}
.ui-dialog .ui-dialog-title {
	float: left;
	margin: .1em 0;
	white-space: nowrap;
	width: 90%;
	overflow: hidden;
	text-overflow: ellipsis;
}
.ui-dialog .ui-dialog-titlebar-close {
	position: absolute;
	right: .3em;
	top: 50%;
	width: 20px;
	margin: -10px 0 0 0;
	padding: 1px;
	height: 20px;
}
.ui-dialog .ui-dialog-content {
	position: relative;
	border: 0;
	padding: .5em 1em;
	background: none;
	overflow: auto;
}
.ui-dialog .ui-dialog-buttonpane {
	text-align: left;
	border-width: 1px 0 0 0;
	background-image: none;
	margin-top: .5em;
	padding: .3em 1em .5em .4em;
}
.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset {
	float: right;
}
.ui-dialog .ui-dialog-buttonpane button {
	margin: .5em .4em .5em 0;
	cursor: pointer;
}
.ui-dialog .ui-resizable-se {
	width: 12px;
	height: 12px;
	right: -5px;
	bottom: -5px;
	background-position: 16px 16px;
}
.ui-draggable .ui-dialog-titlebar {
	cursor: move;
}
.ui-menu {
	list-style: none;
	padding: 0;
	margin: 0;
	display: block;
	outline: none;
}
.ui-menu .ui-menu {
	position: absolute;
}
.ui-menu .ui-menu-item {
	position: relative;
	margin: 0;
	padding: 3px 1em 3px .4em;
	cursor: pointer;
	min-height: 0; /* support: IE7 */
	/* support: IE10, see #8844 */
	list-style-image: url("data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7");
}
.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 {
	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;
}
.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;
}
.ui-selectmenu-menu {
	padding: 0;
	margin: 0;
	position: absolute;
	top: 0;
	left: 0;
	display: none;
}
.ui-selectmenu-menu .ui-menu {
	overflow: auto;
	/* Support: IE7 */
	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-button {
	display: inline-block;
	overflow: hidden;
	position: relative;
	text-decoration: none;
	cursor: pointer;
}
.ui-selectmenu-button span.ui-icon {
	right: 0.5em;
	left: auto;
	margin-top: -8px;
	position: absolute;
	top: 50%;
}
.ui-selectmenu-button span.ui-selectmenu-text {
	text-align: left;
	padding: 0.4em 2.1em 0.4em 1em;
	display: block;
	line-height: 1.4;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.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;
}
.ui-spinner {
	position: relative;
	display: inline-block;
	overflow: hidden;
	padding: 0;
	vertical-align: middle;
}
.ui-spinner-input {
	border: none;
	background: none;
	color: inherit;
	padding: 0;
	margin: .2em 0;
	vertical-align: middle;
	margin-left: .4em;
	margin-right: 22px;
}
.ui-spinner-button {
	width: 16px;
	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: none;
	border-bottom: none;
	border-right: none;
}
/* vertically center icon */
.ui-spinner .ui-icon {
	position: absolute;
	margin-top: -8px;
	top: 50%;
	left: 0;
}
.ui-spinner-up {
	top: 0;
}
.ui-spinner-down {
	bottom: 0;
}

/* TR overrides */
.ui-spinner .ui-icon-triangle-1-s {
	/* need to fix icons sprite */
	background-position: -65px -16px;
}
.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;
}
.ui-tooltip {
	padding: 8px;
	position: absolute;
	z-index: 9999;
	max-width: 300px;
	-webkit-box-shadow: 0 0 5px #aaa;
	box-shadow: 0 0 5px #aaa;
}
body .ui-tooltip {
	border-width: 2px;
}

/* Component containers
----------------------------------*/
.ui-widget {
	font-family: Verdana,Arial,sans-serif;
	font-size: 1.1em;
}
.ui-widget .ui-widget {
	font-size: 1em;
}
.ui-widget input,
.ui-widget select,
.ui-widget textarea,
.ui-widget button {
	font-family: Verdana,Arial,sans-serif;
	font-size: 1em;
}
.ui-widget-content {
	border: 1px solid #aaaaaa;
	background: #ffffff;
	color: #222222;
}
.ui-widget-content a {
	color: #222222;
}
.ui-widget-header {
	border: 1px solid #aaaaaa;
	background: #cccccc url("images/ui-bg_highlight-soft_75_cccccc_1x100.png") 50% 50% repeat-x;
	color: #222222;
	font-weight: bold;
}
.ui-widget-header a {
	color: #222222;
}

/* Interaction states
----------------------------------*/
.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default {
	border: 1px solid #d3d3d3;
	background: #e6e6e6 url("images/ui-bg_glass_75_e6e6e6_1x400.png") 50% 50% repeat-x;
	font-weight: normal;
	color: #555555;
}
.ui-state-default a,
.ui-state-default a:link,
.ui-state-default a:visited {
	color: #555555;
	text-decoration: none;
}
/*.ui-state-hover,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-hover,
.ui-state-focus,
.ui-widget-content .ui-state-focus,
.ui-widget-header .ui-state-focus {
	border: 1px solid #999999;
	background: #dadada url("images/ui-bg_glass_75_dadada_1x400.png") 50% 50% repeat-x;
	font-weight: normal;
	color: #212121;
}*/
.ui-state-hover a,
.ui-state-hover a:hover,
.ui-state-hover a:link,
.ui-state-hover a:visited,
.ui-state-focus a,
.ui-state-focus a:hover,
.ui-state-focus a:link,
.ui-state-focus a:visited {
	color: #212121;
	text-decoration: none;
}
.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active {
	border: 1px solid #aaaaaa;
	background: #ffffff url("images/ui-bg_glass_65_ffffff_1x400.png") 50% 50% repeat-x;
	font-weight: normal;
	color: #212121;
}
.ui-state-active a,
.ui-state-active a:link,
.ui-state-active a:visited {
	color: #212121;
	text-decoration: none;
}

/* Interaction Cues
----------------------------------*/
.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight {
	border: 1px solid #fcefa1;
	background: #fbf9ee url("images/ui-bg_glass_55_fbf9ee_1x400.png") 50% 50% repeat-x;
	color: #363636;
}
.ui-state-highlight a,
.ui-widget-content .ui-state-highlight a,
.ui-widget-header .ui-state-highlight a {
	color: #363636;
}
.ui-state-error,
.ui-widget-content .ui-state-error,
.ui-widget-header .ui-state-error {
	border: 1px solid #cd0a0a;
	background: #fef1ec url("images/ui-bg_glass_95_fef1ec_1x400.png") 50% 50% repeat-x;
	color: #cd0a0a;
}
.ui-state-error a,
.ui-widget-content .ui-state-error a,
.ui-widget-header .ui-state-error a {
	color: #cd0a0a;
}
.ui-state-error-text,
.ui-widget-content .ui-state-error-text,
.ui-widget-header .ui-state-error-text {
	color: #cd0a0a;
}
.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("images/ui-icons_222222_256x240.png");
}
.ui-widget-header .ui-icon {
	background-image: url("images/ui-icons_222222_256x240.png");
}
.ui-state-default .ui-icon {
	background-image: url("images/ui-icons_888888_256x240.png");
}
.ui-state-hover .ui-icon,
.ui-state-focus .ui-icon {
	background-image: url("images/ui-icons_454545_256x240.png");
}
.ui-state-active .ui-icon {
	background-image: url("images/ui-icons_454545_256x240.png");
}
.ui-state-highlight .ui-icon {
	background-image: url("images/ui-icons_2e83ff_256x240.png");
}
.ui-state-error .ui-icon,
.ui-state-error-text .ui-icon {
	background-image: url("images/ui-icons_cd0a0a_256x240.png");
}

/* positioning */
.ui-icon-blank { background-position: 16px 16px; }
.ui-icon-carat-1-n { background-position: 0 0; }
.ui-icon-carat-1-ne { background-position: -16px 0; }
.ui-icon-carat-1-e { background-position: -32px 0; }
.ui-icon-carat-1-se { background-position: -48px 0; }
.ui-icon-carat-1-s { background-position: -64px 0; }
.ui-icon-carat-1-sw { background-position: -80px 0; }
.ui-icon-carat-1-w { background-position: -96px 0; }
.ui-icon-carat-1-nw { background-position: -112px 0; }
.ui-icon-carat-2-n-s { background-position: -128px 0; }
.ui-icon-carat-2-e-w { background-position: -144px 0; }
.ui-icon-triangle-1-n { background-position: 0 -16px; }
.ui-icon-triangle-1-ne { background-position: -16px -16px; }
.ui-icon-triangle-1-e { background-position: -32px -16px; }
.ui-icon-triangle-1-se { background-position: -48px -16px; }
.ui-icon-triangle-1-s { background-position: -64px -16px; }
.ui-icon-triangle-1-sw { background-position: -80px -16px; }
.ui-icon-triangle-1-w { background-position: -96px -16px; }
.ui-icon-triangle-1-nw { background-position: -112px -16px; }
.ui-icon-triangle-2-n-s { background-position: -128px -16px; }
.ui-icon-triangle-2-e-w { background-position: -144px -16px; }
.ui-icon-arrow-1-n { background-position: 0 -32px; }
.ui-icon-arrow-1-ne { background-position: -16px -32px; }
.ui-icon-arrow-1-e { background-position: -32px -32px; }
.ui-icon-arrow-1-se { background-position: -48px -32px; }
.ui-icon-arrow-1-s { background-position: -64px -32px; }
.ui-icon-arrow-1-sw { background-position: -80px -32px; }
.ui-icon-arrow-1-w { background-position: -96px -32px; }
.ui-icon-arrow-1-nw { background-position: -112px -32px; }
.ui-icon-arrow-2-n-s { background-position: -128px -32px; }
.ui-icon-arrow-2-ne-sw { background-position: -144px -32px; }
.ui-icon-arrow-2-e-w { background-position: -160px -32px; }
.ui-icon-arrow-2-se-nw { background-position: -176px -32px; }
.ui-icon-arrowstop-1-n { background-position: -192px -32px; }
.ui-icon-arrowstop-1-e { background-position: -208px -32px; }
.ui-icon-arrowstop-1-s { background-position: -224px -32px; }
.ui-icon-arrowstop-1-w { background-position: -240px -32px; }
.ui-icon-arrowthick-1-n { background-position: 0 -48px; }
.ui-icon-arrowthick-1-ne { background-position: -16px -48px; }
.ui-icon-arrowthick-1-e { background-position: -32px -48px; }
.ui-icon-arrowthick-1-se { background-position: -48px -48px; }
.ui-icon-arrowthick-1-s { background-position: -64px -48px; }
.ui-icon-arrowthick-1-sw { background-position: -80px -48px; }
.ui-icon-arrowthick-1-w { background-position: -96px -48px; }
.ui-icon-arrowthick-1-nw { background-position: -112px -48px; }
.ui-icon-arrowthick-2-n-s { background-position: -128px -48px; }
.ui-icon-arrowthick-2-ne-sw { background-position: -144px -48px; }
.ui-icon-arrowthick-2-e-w { background-position: -160px -48px; }
.ui-icon-arrowthick-2-se-nw { background-position: -176px -48px; }
.ui-icon-arrowthickstop-1-n { background-position: -192px -48px; }
.ui-icon-arrowthickstop-1-e { background-position: -208px -48px; }
.ui-icon-arrowthickstop-1-s { background-position: -224px -48px; }
.ui-icon-arrowthickstop-1-w { background-position: -240px -48px; }
.ui-icon-arrowreturnthick-1-w { background-position: 0 -64px; }
.ui-icon-arrowreturnthick-1-n { background-position: -16px -64px; }
.ui-icon-arrowreturnthick-1-e { background-position: -32px -64px; }
.ui-icon-arrowreturnthick-1-s { background-position: -48px -64px; }
.ui-icon-arrowreturn-1-w { background-position: -64px -64px; }
.ui-icon-arrowreturn-1-n { background-position: -80px -64px; }
.ui-icon-arrowreturn-1-e { background-position: -96px -64px; }
.ui-icon-arrowreturn-1-s { background-position: -112px -64px; }
.ui-icon-arrowrefresh-1-w { background-position: -128px -64px; }
.ui-icon-arrowrefresh-1-n { background-position: -144px -64px; }
.ui-icon-arrowrefresh-1-e { background-position: -160px -64px; }
.ui-icon-arrowrefresh-1-s { background-position: -176px -64px; }
.ui-icon-arrow-4 { background-position: 0 -80px; }
.ui-icon-arrow-4-diag { background-position: -16px -80px; }
.ui-icon-extlink { background-position: -32px -80px; }
.ui-icon-newwin { background-position: -48px -80px; }
.ui-icon-refresh { background-position: -64px -80px; }
.ui-icon-shuffle { background-position: -80px -80px; }
.ui-icon-transfer-e-w { background-position: -96px -80px; }
.ui-icon-transferthick-e-w { background-position: -112px -80px; }
.ui-icon-folder-collapsed { background-position: 0 -96px; }
.ui-icon-folder-open { background-position: -16px -96px; }
.ui-icon-document { background-position: -32px -96px; }
.ui-icon-document-b { background-position: -48px -96px; }
.ui-icon-note { background-position: -64px -96px; }
.ui-icon-mail-closed { background-position: -80px -96px; }
.ui-icon-mail-open { background-position: -96px -96px; }
.ui-icon-suitcase { background-position: -112px -96px; }
.ui-icon-comment { background-position: -128px -96px; }
.ui-icon-person { background-position: -144px -96px; }
.ui-icon-print { background-position: -160px -96px; }
.ui-icon-trash { background-position: -176px -96px; }
.ui-icon-locked { background-position: -192px -96px; }
.ui-icon-unlocked { background-position: -208px -96px; }
.ui-icon-bookmark { background-position: -224px -96px; }
.ui-icon-tag { background-position: -240px -96px; }
.ui-icon-home { background-position: 0 -112px; }
.ui-icon-flag { background-position: -16px -112px; }
.ui-icon-calendar { background-position: -32px -112px; }
.ui-icon-cart { background-position: -48px -112px; }
.ui-icon-pencil { background-position: -64px -112px; }
.ui-icon-clock { background-position: -80px -112px; }
.ui-icon-disk { background-position: -96px -112px; }
.ui-icon-calculator { background-position: -112px -112px; }
.ui-icon-zoomin { background-position: -128px -112px; }
.ui-icon-zoomout { background-position: -144px -112px; }
.ui-icon-search { background-position: -160px -112px; }
.ui-icon-wrench { background-position: -176px -112px; }
.ui-icon-gear { background-position: -192px -112px; }
.ui-icon-heart { background-position: -208px -112px; }
.ui-icon-star { background-position: -224px -112px; }
.ui-icon-link { background-position: -240px -112px; }
.ui-icon-cancel { background-position: 0 -128px; }
.ui-icon-plus { background-position: -16px -128px; }
.ui-icon-plusthick { background-position: -32px -128px; }
.ui-icon-minus { background-position: -48px -128px; }
.ui-icon-minusthick { background-position: -64px -128px; }
.ui-icon-close { background-position: -80px -128px; }
.ui-icon-closethick { background-position: -96px -128px; }
.ui-icon-key { background-position: -112px -128px; }
.ui-icon-lightbulb { background-position: -128px -128px; }
.ui-icon-scissors { background-position: -144px -128px; }
.ui-icon-clipboard { background-position: -160px -128px; }
.ui-icon-copy { background-position: -176px -128px; }
.ui-icon-contact { background-position: -192px -128px; }
.ui-icon-image { background-position: -208px -128px; }
.ui-icon-video { background-position: -224px -128px; }
.ui-icon-script { background-position: -240px -128px; }
.ui-icon-alert { background-position: 0 -144px; }
.ui-icon-info { background-position: -16px -144px; }
.ui-icon-notice { background-position: -32px -144px; }
.ui-icon-help { background-position: -48px -144px; }
.ui-icon-check { background-position: -64px -144px; }
.ui-icon-bullet { background-position: -80px -144px; }
.ui-icon-radio-on { background-position: -96px -144px; }
.ui-icon-radio-off { background-position: -112px -144px; }
.ui-icon-pin-w { background-position: -128px -144px; }
.ui-icon-pin-s { background-position: -144px -144px; }
.ui-icon-play { background-position: 0 -160px; }
.ui-icon-pause { background-position: -16px -160px; }
.ui-icon-seek-next { background-position: -32px -160px; }
.ui-icon-seek-prev { background-position: -48px -160px; }
.ui-icon-seek-end { background-position: -64px -160px; }
.ui-icon-seek-start { background-position: -80px -160px; }
/* ui-icon-seek-first is deprecated, use ui-icon-seek-start instead */
.ui-icon-seek-first { background-position: -80px -160px; }
.ui-icon-stop { background-position: -96px -160px; }
.ui-icon-eject { background-position: -112px -160px; }
.ui-icon-volume-off { background-position: -128px -160px; }
.ui-icon-volume-on { background-position: -144px -160px; }
.ui-icon-power { background-position: 0 -176px; }
.ui-icon-signal-diag { background-position: -16px -176px; }
.ui-icon-signal { background-position: -32px -176px; }
.ui-icon-battery-0 { background-position: -48px -176px; }
.ui-icon-battery-1 { background-position: -64px -176px; }
.ui-icon-battery-2 { background-position: -80px -176px; }
.ui-icon-battery-3 { background-position: -96px -176px; }
.ui-icon-circle-plus { background-position: 0 -192px; }
.ui-icon-circle-minus { background-position: -16px -192px; }
.ui-icon-circle-close { background-position: -32px -192px; }
.ui-icon-circle-triangle-e { background-position: -48px -192px; }
.ui-icon-circle-triangle-s { background-position: -64px -192px; }
.ui-icon-circle-triangle-w { background-position: -80px -192px; }
.ui-icon-circle-triangle-n { background-position: -96px -192px; }
.ui-icon-circle-arrow-e { background-position: -112px -192px; }
.ui-icon-circle-arrow-s { background-position: -128px -192px; }
.ui-icon-circle-arrow-w { background-position: -144px -192px; }
.ui-icon-circle-arrow-n { background-position: -160px -192px; }
.ui-icon-circle-zoomin { background-position: -176px -192px; }
.ui-icon-circle-zoomout { background-position: -192px -192px; }
.ui-icon-circle-check { background-position: -208px -192px; }
.ui-icon-circlesmall-plus { background-position: 0 -208px; }
.ui-icon-circlesmall-minus { background-position: -16px -208px; }
.ui-icon-circlesmall-close { background-position: -32px -208px; }
.ui-icon-squaresmall-plus { background-position: -48px -208px; }
.ui-icon-squaresmall-minus { background-position: -64px -208px; }
.ui-icon-squaresmall-close { background-position: -80px -208px; }
.ui-icon-grip-dotted-vertical { background-position: 0 -224px; }
.ui-icon-grip-dotted-horizontal { background-position: -16px -224px; }
.ui-icon-grip-solid-vertical { background-position: -32px -224px; }
.ui-icon-grip-solid-horizontal { background-position: -48px -224px; }
.ui-icon-gripsmall-diagonal-se { background-position: -64px -224px; }
.ui-icon-grip-diagonal-se { background-position: -80px -224px; }


/* Misc visuals
----------------------------------*/

/* Corner radius */
.ui-corner-all,
.ui-corner-top,
.ui-corner-left,
.ui-corner-tl {
	/*border-top-left-radius: 4px;*/
}
.ui-corner-all,
.ui-corner-top,
.ui-corner-right,
.ui-corner-tr {
	/*border-top-right-radius: 4px;*/
}
.ui-corner-all,
.ui-corner-bottom,
.ui-corner-left,
.ui-corner-bl {
	/*border-bottom-left-radius: 4px;*/
}
.ui-corner-all,
.ui-corner-bottom,
.ui-corner-right,
.ui-corner-br {
	/*border-bottom-right-radius: 4px;*/
}

/* Overlays */
.ui-widget-overlay {
	background: #aaaaaa;
	opacity: .3;
	filter: Alpha(Opacity=30); /* support: IE8 */
}
.ui-widget-shadow {
	margin: -8px 0 0 -8px;
	padding: 8px;
	background: #aaaaaa;
	opacity: .3;
	filter: Alpha(Opacity=30); /* support: IE8 */
	border-radius: 8px;
}

/* Include this file in your html if you are using the CSP mode. */

@charset "UTF-8";

[ng\:cloak], [ng-cloak], [data-ng-cloak], [x-ng-cloak],
.ng-cloak, .x-ng-cloak,
.ng-hide:not(.ng-hide-animate) {
  display: none !important;
}

ng\:form {
  display: block;
}

.ng-animate-shim {
  visibility:hidden;
}

.ng-anchor {
  position:absolute;
}

[ng\:cloak], [ng-cloak], [data-ng-cloak], [x-ng-cloak], .ng-cloak, .x-ng-cloak {
  display: none !important;
}
a {
    text-decoration : none !important;
    cursor : pointer !important;
}

/*@import url(https://fonts.googleapis.com/css?family=Source+Sans+Pro:300,400,400italic,600,700);*/
/* NUGET: BEGIN LICENSE TEXT
 *
 * Microsoft grants you the right to use these script files for the sole
 * purpose of either: (i) interacting through your browser with the Microsoft
 * website or online service, subject to the applicable licensing or use
 * terms; or (ii) using the files as included with a Microsoft product subject
 * to that product's license terms. Microsoft reserves all other rights to the
 * files not expressly granted by Microsoft, whether by implication, estoppel
 * or otherwise. The notices and licenses below are for informational purposes only.
 *
 * NUGET: END LICENSE TEXT */
/*!
 * Bootstrap v3.0.0
 *
 * Copyright 2013 Twitter, Inc
 * Licensed under the Apache License v2.0
 * http://www.apache.org/licenses/LICENSE-2.0
 *
 * Designed and built with all the love in the world by @mdo and @fat.
 */

/*! normalize.css v2.1.0 | MIT License | git.io/normalize */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}

audio,
canvas,
video {
  display: inline-block;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden] {
  display: none;
}

html {
  font-family: sans-serif;
  -webkit-text-size-adjust: 100%;
      -ms-text-size-adjust: 100%;
}

body {
  margin: 0;
}

a:focus {
  outline: thin dotted;
}

a:active,
a:hover {
  outline: 0;
  text-decoration:none;
}

h1 {
  margin: 0.67em 0;
  font-size: 2em;
}

abbr[title] {
  border-bottom: 1px dotted;
}

b,
strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

hr {
  height: 0;
  -moz-box-sizing: content-box;
       box-sizing: content-box;
}

mark {
  color: #000;
  background: #ff0;
}

code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  font-size: 1em;
}

pre {
  white-space: pre-wrap;
}

q {
  quotes: "\201C" "\201D" "\2018" "\2019";
}

small {
  font-size: 80%;
}

sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 0;
}

fieldset {
  padding: 0.35em 0.625em 0.75em;
  margin: 0 2px;
  border: 1px solid #c0c0c0;
}

legend {
  padding: 0;
  border: 0;
}

button,
input,
select,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: 100%;
}

button,
input {
  line-height: normal;
}

button,
select {
  text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  cursor: pointer;
  -webkit-appearance: button;
}

button[disabled],
html input[disabled] {
  cursor: default;
}

input[type="checkbox"],
input[type="radio"] {
  padding: 0;
  box-sizing: border-box;
}

input[type="search"] {
  -webkit-box-sizing: content-box;
     -moz-box-sizing: content-box;
          box-sizing: content-box;
  -webkit-appearance: textfield;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  padding: 0;
  border: 0;
}

textarea {
  overflow: auto;
  vertical-align: top;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

@media print {
  * {
    color: #000 !important;
    text-shadow: none !important;
    background: transparent !important;
    box-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  .ir a:after,
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: "";
  }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  @page  {
    margin: 2cm .5cm;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
  .navbar {
    display: none;
  }
  .table td,
  .table th {
    background-color: #fff !important;
  }
  .btn > .caret,
  .dropup > .btn > .caret {
    border-top-color: #000 !important;
  }
  .label {
    border: 1px solid #000;
  }
  .table {
    border-collapse: collapse !important;
  }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #ddd !important;
  }
}

*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}

html {
  font-size: 62.5%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

body {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.428571429;
  color: #333333;
  background-color: #ffffff;
}

input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

button,
input,
select[multiple],
textarea {
  background-image: none;
}

a {
  color: #39a6ed;
  text-decoration: none;
}

a:hover,
a:focus {
  color: #2f96d8;
  text-decoration: none;
}

a:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

img {
  vertical-align: middle;
}

.img-responsive {
  display: block;
  height: auto;
  max-width: 100%;
}

.img-rounded {
  border-radius: 6px;
}

.img-thumbnail {
  display: inline-block;
  height: auto;
  max-width: 100%;
  padding: 4px;
  line-height: 1.428571429;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  border-radius: 4px;
  -webkit-transition: all 0.2s ease-in-out;
          transition: all 0.2s ease-in-out;
}

.img-circle {
  border-radius: 50%;
}

hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #eeeeee;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
  border: 0;
}

p {
  margin: 0 0 10px;
}

.lead {
  margin-bottom: 20px;
  font-size: 16.099999999999998px;
  font-weight: 200;
  line-height: 1.4;
}

@media (min-width: 768px) {
  .lead {
    font-size: 21px;
  }
}

small {
  font-size: 85%;
}

cite {
  font-style: normal;
}

.text-muted {
  color: #999999;
}

.text-primary {
  color: #428bca;
}

.text-warning {
  color: #c09853;
}

.text-danger {
  color: #b94a48;
}

.text-success {
  color: #468847;
}

.text-info {
  color: #3a87ad;
}

.text-left {
  text-align: left;
}

.text-right {
  text-align: right;
}

.text-center {
  text-align: center;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 500;
  line-height: 1.1;
}

h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small,
.h1 small,
.h2 small,
.h3 small,
.h4 small,
.h5 small,
.h6 small {
  font-weight: normal;
  line-height: 1;
  color: #999999;
}

h1,
h2,
h3 {
  margin-top: 20px;
  margin-bottom: 10px;
}

h4,
h5,
h6 {
  margin-top: 10px;
  margin-bottom: 10px;
}

h1,
.h1 {
  font-size: 36px;
}

h2,
.h2 {
  font-size: 30px;
}

h3,
.h3 {
  font-size: 24px;
}

h4,
.h4 {
  font-size: 18px;
}

h5,
.h5 {
  font-size: 14px;
}

h6,
.h6 {
  font-size: 12px;
}

h1 small,
.h1 small {
  font-size: 24px;
}

h2 small,
.h2 small {
  font-size: 18px;
}

h3 small,
.h3 small,
h4 small,
.h4 small {
  font-size: 14px;
}

.page-header {
  padding-bottom: 9px;
  margin: 40px 0 20px;
  border-bottom: 1px solid #eeeeee;
}

ul,
ol {
  margin-top: 0;
  margin-bottom: 10px;
}

ul ul,
ol ul,
ul ol,
ol ol {
  margin-bottom: 0;
}

.list-unstyled {
  padding-left: 0;
  list-style: none;
}

.list-inline {
  padding-left: 0;
  list-style: none;
}

.list-inline > li {
  display: inline-block;
  padding-right: 5px;
  padding-left: 5px;
}

dl {
  margin-bottom: 20px;
}

dt,
dd {
  line-height: 1.428571429;
}

dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

@media (min-width: 768px) {
  .dl-horizontal dt {
    float: left;
    width: 160px;
    overflow: hidden;
    clear: left;
    text-align: right;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .dl-horizontal dd {
    margin-left: 180px;
  }
  .dl-horizontal dd:before,
  .dl-horizontal dd:after {
    display: table;
    content: " ";
  }
  .dl-horizontal dd:after {
    clear: both;
  }
  .dl-horizontal dd:before,
  .dl-horizontal dd:after {
    display: table;
    content: " ";
  }
  .dl-horizontal dd:after {
    clear: both;
  }
}

abbr[title],
abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #999999;
}

abbr.initialism {
  font-size: 90%;
  text-transform: uppercase;
}

blockquote {
  padding: 10px 20px;
  margin: 0 0 20px;
  border-left: 5px solid #eeeeee;
}

blockquote p {
  font-size: 17.5px;
  font-weight: 300;
  line-height: 1.25;
}

blockquote p:last-child {
  margin-bottom: 0;
}

blockquote small {
  display: block;
  line-height: 1.428571429;
  color: #999999;
}

blockquote small:before {
  content: '\2014 \00A0';
}

blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
  border-right: 5px solid #eeeeee;
  border-left: 0;
}

blockquote.pull-right p,
blockquote.pull-right small {
  text-align: right;
}

blockquote.pull-right small:before {
  content: '';
}

blockquote.pull-right small:after {
  content: '\00A0 \2014';
}

q:before,
q:after,
blockquote:before,
blockquote:after {
  content: "";
}

address {
  display: block;
  margin-bottom: 20px;
  font-style: normal;
  line-height: 1.428571429;
}

code,
pre {
  font-family: Monaco, Menlo, Consolas, "Courier New", monospace;
}

code {
  padding: 2px 4px;
  font-size: 90%;
  color: #c7254e;
  white-space: nowrap;
  background-color: #f9f2f4;
  border-radius: 4px;
}

pre {
  display: block;
  padding: 9.5px;
  margin: 0 0 10px;
  font-size: 13px;
  line-height: 1.428571429;
  color: #333333;
  word-break: break-all;
  word-wrap: break-word;
  background-color: #f5f5f5;
  border: 1px solid #cccccc;
  border-radius: 4px;
}

pre.prettyprint {
  margin-bottom: 20px;
}

pre code {
  padding: 0;
  font-size: inherit;
  color: inherit;
  white-space: pre-wrap;
  background-color: transparent;
  border: 0;
}

.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}

.container {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

.container:before,
.container:after {
  display: table;
  content: " ";
}

.container:after {
  clear: both;
}

.container:before,
.container:after {
  display: table;
  content: " ";
}

.container:after {
  clear: both;
}

.row {
  margin-right: -15px;
  margin-left: -15px;
}

.row:before,
.row:after {
  display: table;
  content: " ";
}

.row:after {
  clear: both;
}

.row:before,
.row:after {
  display: table;
  content: " ";
}

.row:after {
  clear: both;
}

.col-xs-1,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-10,
.col-xs-11,
.col-xs-12,
.col-sm-1,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-md-1,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-10,
.col-md-11,
.col-md-12,
.col-lg-1,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-10,
.col-lg-11,
.col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}

.col-xs-1,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-10,
.col-xs-11 {
  float: left;
}

.col-xs-1 {
  width: 8.333333333333332%;
}

.col-xs-2 {
  width: 16.666666666666664%;
}

.col-xs-3 {
  width: 25%;
}

.col-xs-4 {
  width: 33.33333333333333%;
}

.col-xs-5 {
  width: 41.66666666666667%;
}

.col-xs-6 {
  width: 50%;
}

.col-xs-7 {
  width: 58.333333333333336%;
}

.col-xs-8 {
  width: 66.66666666666666%;
}

.col-xs-9 {
  width: 75%;
}

.col-xs-10 {
  width: 83.33333333333334%;
}

.col-xs-11 {
  width: 91.66666666666666%;
}

.col-xs-12 {
  width: 100%;
}

@media (min-width: 768px) {
  .container {
    max-width: 750px;
  }
  .col-sm-1,
  .col-sm-2,
  .col-sm-3,
  .col-sm-4,
  .col-sm-5,
  .col-sm-6,
  .col-sm-7,
  .col-sm-8,
  .col-sm-9,
  .col-sm-10,
  .col-sm-11 {
    float: left;
  }
  .col-sm-1 {
    width: 8.333333333333332%;
  }
  .col-sm-2 {
    width: 16.666666666666664%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-4 {
    width: 33.33333333333333%;
  }
  .col-sm-5 {
    width: 41.66666666666667%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-7 {
    width: 58.333333333333336%;
  }
  .col-sm-8 {
    width: 66.66666666666666%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-10 {
    width: 83.33333333333334%;
  }
  .col-sm-11 {
    width: 91.66666666666666%;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-push-1 {
    left: 8.333333333333332%;
  }
  .col-sm-push-2 {
    left: 16.666666666666664%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-4 {
    left: 33.33333333333333%;
  }
  .col-sm-push-5 {
    left: 41.66666666666667%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-7 {
    left: 58.333333333333336%;
  }
  .col-sm-push-8 {
    left: 66.66666666666666%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-10 {
    left: 83.33333333333334%;
  }
  .col-sm-push-11 {
    left: 91.66666666666666%;
  }
  .col-sm-pull-1 {
    right: 8.333333333333332%;
  }
  .col-sm-pull-2 {
    right: 16.666666666666664%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-4 {
    right: 33.33333333333333%;
  }
  .col-sm-pull-5 {
    right: 41.66666666666667%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-7 {
    right: 58.333333333333336%;
  }
  .col-sm-pull-8 {
    right: 66.66666666666666%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-10 {
    right: 83.33333333333334%;
  }
  .col-sm-pull-11 {
    right: 91.66666666666666%;
  }
  .col-sm-offset-1 {
    margin-left: 8.333333333333332%;
  }
  .col-sm-offset-2 {
    margin-left: 16.666666666666664%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-4 {
    margin-left: 33.33333333333333%;
  }
  .col-sm-offset-5 {
    margin-left: 41.66666666666667%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-7 {
    margin-left: 58.333333333333336%;
  }
  .col-sm-offset-8 {
    margin-left: 66.66666666666666%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-10 {
    margin-left: 83.33333333333334%;
  }
  .col-sm-offset-11 {
    margin-left: 91.66666666666666%;
  }
}

@media (min-width: 992px) {
  .container {
    max-width: 970px;
  }
  .col-md-1,
  .col-md-2,
  .col-md-3,
  .col-md-4,
  .col-md-5,
  .col-md-6,
  .col-md-7,
  .col-md-8,
  .col-md-9,
  .col-md-10,
  .col-md-11 {
    float: left;
  }
  .col-md-1 {
    width: 8.333333333333332%;
  }
  .col-md-2 {
    width: 16.666666666666664%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-4 {
    width: 33.33333333333333%;
  }
  .col-md-5 {
    width: 41.66666666666667%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-7 {
    width: 58.333333333333336%;
  }
  .col-md-8 {
    width: 66.66666666666666%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-10 {
    width: 83.33333333333334%;
  }
  .col-md-11 {
    width: 91.66666666666666%;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-push-0 {
    left: auto;
  }
  .col-md-push-1 {
    left: 8.333333333333332%;
  }
  .col-md-push-2 {
    left: 16.666666666666664%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-4 {
    left: 33.33333333333333%;
  }
  .col-md-push-5 {
    left: 41.66666666666667%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-7 {
    left: 58.333333333333336%;
  }
  .col-md-push-8 {
    left: 66.66666666666666%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-10 {
    left: 83.33333333333334%;
  }
  .col-md-push-11 {
    left: 91.66666666666666%;
  }
  .col-md-pull-0 {
    right: auto;
  }
  .col-md-pull-1 {
    right: 8.333333333333332%;
  }
  .col-md-pull-2 {
    right: 16.666666666666664%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-4 {
    right: 33.33333333333333%;
  }
  .col-md-pull-5 {
    right: 41.66666666666667%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-7 {
    right: 58.333333333333336%;
  }
  .col-md-pull-8 {
    right: 66.66666666666666%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-10 {
    right: 83.33333333333334%;
  }
  .col-md-pull-11 {
    right: 91.66666666666666%;
  }
  .col-md-offset-0 {
    margin-left: 0;
  }
  .col-md-offset-1 {
    margin-left: 8.333333333333332%;
  }
  .col-md-offset-2 {
    margin-left: 16.666666666666664%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-4 {
    margin-left: 33.33333333333333%;
  }
  .col-md-offset-5 {
    margin-left: 41.66666666666667%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-7 {
    margin-left: 58.333333333333336%;
  }
  .col-md-offset-8 {
    margin-left: 66.66666666666666%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-10 {
    margin-left: 83.33333333333334%;
  }
  .col-md-offset-11 {
    margin-left: 91.66666666666666%;
  }
}

@media (min-width: 1200px) {
  .container {
    max-width: 1170px;
  }
  .col-lg-1,
  .col-lg-2,
  .col-lg-3,
  .col-lg-4,
  .col-lg-5,
  .col-lg-6,
  .col-lg-7,
  .col-lg-8,
  .col-lg-9,
  .col-lg-10,
  .col-lg-11 {
    float: left;
  }
  .col-lg-1 {
    width: 8.333333333333332%;
  }
  .col-lg-2 {
    width: 16.666666666666664%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-4 {
    width: 33.33333333333333%;
  }
  .col-lg-5 {
    width: 41.66666666666667%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-7 {
    width: 58.333333333333336%;
  }
  .col-lg-8 {
    width: 66.66666666666666%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-10 {
    width: 83.33333333333334%;
  }
  .col-lg-11 {
    width: 91.66666666666666%;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-push-0 {
    left: auto;
  }
  .col-lg-push-1 {
    left: 8.333333333333332%;
  }
  .col-lg-push-2 {
    left: 16.666666666666664%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-4 {
    left: 33.33333333333333%;
  }
  .col-lg-push-5 {
    left: 41.66666666666667%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-7 {
    left: 58.333333333333336%;
  }
  .col-lg-push-8 {
    left: 66.66666666666666%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-10 {
    left: 83.33333333333334%;
  }
  .col-lg-push-11 {
    left: 91.66666666666666%;
  }
  .col-lg-pull-0 {
    right: auto;
  }
  .col-lg-pull-1 {
    right: 8.333333333333332%;
  }
  .col-lg-pull-2 {
    right: 16.666666666666664%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-4 {
    right: 33.33333333333333%;
  }
  .col-lg-pull-5 {
    right: 41.66666666666667%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-7 {
    right: 58.333333333333336%;
  }
  .col-lg-pull-8 {
    right: 66.66666666666666%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-10 {
    right: 83.33333333333334%;
  }
  .col-lg-pull-11 {
    right: 91.66666666666666%;
  }
  .col-lg-offset-0 {
    margin-left: 0;
  }
  .col-lg-offset-1 {
    margin-left: 8.333333333333332%;
  }
  .col-lg-offset-2 {
    margin-left: 16.666666666666664%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-4 {
    margin-left: 33.33333333333333%;
  }
  .col-lg-offset-5 {
    margin-left: 41.66666666666667%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-7 {
    margin-left: 58.333333333333336%;
  }
  .col-lg-offset-8 {
    margin-left: 66.66666666666666%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-10 {
    margin-left: 83.33333333333334%;
  }
  .col-lg-offset-11 {
    margin-left: 91.66666666666666%;
  }
}

table {
  max-width: 100%;
  background-color: transparent;
}

th {
  text-align: left;
}

.table {
  width: 100%;
  margin-bottom: 20px;
}

.table thead > tr > th,
.table tbody > tr > th,
.table tfoot > tr > th,
.table thead > tr > td,
.table tbody > tr > td,
.table tfoot > tr > td {
  padding: 8px;
  line-height: 1.428571429;
  vertical-align: top;
  border-top: 1px solid #dddddd;
}

.table thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #dddddd;
}

.table caption + thead tr:first-child th,
.table colgroup + thead tr:first-child th,
.table thead:first-child tr:first-child th,
.table caption + thead tr:first-child td,
.table colgroup + thead tr:first-child td,
.table thead:first-child tr:first-child td {
  border-top: 0;
}

.table tbody + tbody {
  border-top: 2px solid #dddddd;
}

.table .table {
  background-color: #ffffff;
}

.table-condensed thead > tr > th,
.table-condensed tbody > tr > th,
.table-condensed tfoot > tr > th,
.table-condensed thead > tr > td,
.table-condensed tbody > tr > td,
.table-condensed tfoot > tr > td {
  padding: 5px;
}

.table-bordered {
  border: 1px solid #dddddd;
}

.table-bordered > thead > tr > th,
.table-bordered > tbody > tr > th,
.table-bordered > tfoot > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > tbody > tr > td,
.table-bordered > tfoot > tr > td {
  border: 1px solid #dddddd;
}

.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td {
  border-bottom-width: 2px;
}

.table-striped > tbody > tr:nth-child(odd) > td,
.table-striped > tbody > tr:nth-child(odd) > th {
  background-color: #f9f9f9;
}

.table-hover > tbody > tr:hover > td,
.table-hover > tbody > tr:hover > th {
  background-color: #f5f5f5;
}

table col[class*="col-"] {
  display: table-column;
  float: none;
}

table td[class*="col-"],
table th[class*="col-"] {
  display: table-cell;
  float: none;
}

.table > thead > tr > td.active,
.table > tbody > tr > td.active,
.table > tfoot > tr > td.active,
.table > thead > tr > th.active,
.table > tbody > tr > th.active,
.table > tfoot > tr > th.active,
.table > thead > tr.active > td,
.table > tbody > tr.active > td,
.table > tfoot > tr.active > td,
.table > thead > tr.active > th,
.table > tbody > tr.active > th,
.table > tfoot > tr.active > th {
  background-color: #f5f5f5;
}

.table > thead > tr > td.success,
.table > tbody > tr > td.success,
.table > tfoot > tr > td.success,
.table > thead > tr > th.success,
.table > tbody > tr > th.success,
.table > tfoot > tr > th.success,
.table > thead > tr.success > td,
.table > tbody > tr.success > td,
.table > tfoot > tr.success > td,
.table > thead > tr.success > th,
.table > tbody > tr.success > th,
.table > tfoot > tr.success > th {
  background-color: #dff0d8;
  border-color: #d6e9c6;
}

.table-hover > tbody > tr > td.success:hover,
.table-hover > tbody > tr > th.success:hover,
.table-hover > tbody > tr.success:hover > td {
  background-color: #d0e9c6;
  border-color: #c9e2b3;
}

.table > thead > tr > td.danger,
.table > tbody > tr > td.danger,
.table > tfoot > tr > td.danger,
.table > thead > tr > th.danger,
.table > tbody > tr > th.danger,
.table > tfoot > tr > th.danger,
.table > thead > tr.danger > td,
.table > tbody > tr.danger > td,
.table > tfoot > tr.danger > td,
.table > thead > tr.danger > th,
.table > tbody > tr.danger > th,
.table > tfoot > tr.danger > th {
  background-color: #f2dede;
  border-color: #eed3d7;
}

.table-hover > tbody > tr > td.danger:hover,
.table-hover > tbody > tr > th.danger:hover,
.table-hover > tbody > tr.danger:hover > td {
  background-color: #ebcccc;
  border-color: #e6c1c7;
}

.table > thead > tr > td.warning,
.table > tbody > tr > td.warning,
.table > tfoot > tr > td.warning,
.table > thead > tr > th.warning,
.table > tbody > tr > th.warning,
.table > tfoot > tr > th.warning,
.table > thead > tr.warning > td,
.table > tbody > tr.warning > td,
.table > tfoot > tr.warning > td,
.table > thead > tr.warning > th,
.table > tbody > tr.warning > th,
.table > tfoot > tr.warning > th {
  background-color: #fcf8e3;
  border-color: #fbeed5;
}

.table-hover > tbody > tr > td.warning:hover,
.table-hover > tbody > tr > th.warning:hover,
.table-hover > tbody > tr.warning:hover > td {
  background-color: #faf2cc;
  border-color: #f8e5be;
}

@media (max-width: 768px) {
  .table-responsive {
    width: 100%;
    margin-bottom: 15px;
    overflow-x: scroll;
    overflow-y: hidden;
    border: 1px solid #dddddd;
  }
  .table-responsive > .table {
    margin-bottom: 0;
    background-color: #fff;
  }
  .table-responsive > .table > thead > tr > th,
  .table-responsive > .table > tbody > tr > th,
  .table-responsive > .table > tfoot > tr > th,
  .table-responsive > .table > thead > tr > td,
  .table-responsive > .table > tbody > tr > td,
  .table-responsive > .table > tfoot > tr > td {
    white-space: nowrap;
  }
  .table-responsive > .table-bordered {
    border: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:first-child,
  .table-responsive > .table-bordered > tbody > tr > th:first-child,
  .table-responsive > .table-bordered > tfoot > tr > th:first-child,
  .table-responsive > .table-bordered > thead > tr > td:first-child,
  .table-responsive > .table-bordered > tbody > tr > td:first-child,
  .table-responsive > .table-bordered > tfoot > tr > td:first-child {
    border-left: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:last-child,
  .table-responsive > .table-bordered > tbody > tr > th:last-child,
  .table-responsive > .table-bordered > tfoot > tr > th:last-child,
  .table-responsive > .table-bordered > thead > tr > td:last-child,
  .table-responsive > .table-bordered > tbody > tr > td:last-child,
  .table-responsive > .table-bordered > tfoot > tr > td:last-child {
    border-right: 0;
  }
  .table-responsive > .table-bordered > thead > tr:last-child > th,
  .table-responsive > .table-bordered > tbody > tr:last-child > th,
  .table-responsive > .table-bordered > tfoot > tr:last-child > th,
  .table-responsive > .table-bordered > thead > tr:last-child > td,
  .table-responsive > .table-bordered > tbody > tr:last-child > td,
  .table-responsive > .table-bordered > tfoot > tr:last-child > td {
    border-bottom: 0;
  }
}

fieldset {
  padding: 0;
  margin: 0;
  border: 0;
}

legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 20px;
  font-size: 21px;
  line-height: inherit;
  color: #333333;
  border: 0;
  border-bottom: 1px solid #e5e5e5;
}

label {
  display: inline-block;
  margin-bottom: 5px;
  font-weight: bold;
}

input[type="search"] {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}

input[type="radio"],
input[type="checkbox"] {
  margin: 4px 0 0;
  margin-top: 1px \9;
  /* IE8-9 */

  line-height: normal;
}

input[type="file"] {
  display: block;
}

select[multiple],
select[size] {
  height: auto;
}

select optgroup {
  font-family: inherit;
  font-size: inherit;
  font-style: inherit;
}

input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
  height: auto;
}

.form-control:-moz-placeholder {
  color: #999999;
}

.form-control::-moz-placeholder {
  color: #999999;
}

.form-control:-ms-input-placeholder {
  color: #999999;
}

.form-control::-webkit-input-placeholder {
  color: #999999;
}

.form-control {
  display: block;
  width: 100%;
  height: 44px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.428571429;
  color: #555555;
  vertical-align: middle;
  background-color: #ffffff;
  border: 1px solid #cccccc;
  border-radius: 4px;
  resize:none;
}

.form-control:focus {
  border-color: #66afe9;
  outline: 0;
}

.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
  cursor: not-allowed;
  background-color: #eeeeee;
}

textarea.form-control {
  height: auto;
}

.form-group {
  margin-bottom: 15px;
}

.radio,
.checkbox {
  display: block;
  min-height: 20px;
  padding-left: 20px;
  margin-top: 10px;
  margin-bottom: 10px;
  vertical-align: middle;
}

.radio label,
.checkbox label {
  display: inline;
  margin-bottom: 0;
  font-weight: normal;
  cursor: pointer;
}

.radio input[type="radio"],
.radio-inline input[type="radio"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
  float: left;
  margin-left: -20px;
}

.radio + .radio,
.checkbox + .checkbox {
  margin-top: -5px;
}

.radio-inline,
.checkbox-inline {
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: normal;
  vertical-align: middle;
  cursor: pointer;
}

.radio-inline + .radio-inline,
.checkbox-inline + .checkbox-inline {
  margin-top: 0;
  margin-left: 40px;
}

input[type="radio"][disabled],
input[type="checkbox"][disabled],
.radio[disabled],
.radio-inline[disabled],
.checkbox[disabled],
.checkbox-inline[disabled],
fieldset[disabled] input[type="radio"],
fieldset[disabled] input[type="checkbox"],
fieldset[disabled] .radio,
fieldset[disabled] .radio-inline,
fieldset[disabled] .checkbox,
fieldset[disabled] .checkbox-inline {
  cursor: not-allowed;
}

.input-sm {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}

select.input-sm {
  height: 30px;
  line-height: 30px;
}

textarea.input-sm {
  height: auto;
}

.input-lg {
  height: 45px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33;
  border-radius: 6px;
}

select.input-lg {
  height: 45px;
  line-height: 45px;
}

textarea.input-lg {
  height: auto;
}

.has-warning .help-block,
.has-warning .control-label {
  color: #c09853;
}

.has-warning .form-control {
  border-color: #c09853;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.has-warning .form-control:focus {
  border-color: #a47e3c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #dbc59e;
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #dbc59e;
}

.has-warning .input-group-addon {
  color: #c09853;
  background-color: #fcf8e3;
  border-color: #c09853;
}

.has-error .help-block,
.has-error .control-label {
  color: #b94a48;
}

.has-error .form-control {
  border-color: #b94a48;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.has-error .form-control:focus {
  border-color: #953b39;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #d59392;
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #d59392;
}

.has-error .input-group-addon {
  color: #b94a48;
  background-color: #f2dede;
  border-color: #b94a48;
}

.has-success .help-block,
.has-success .control-label {
  color: #468847;
}

.has-success .form-control {
  border-color: #468847;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.has-success .form-control:focus {
  border-color: #356635;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #7aba7b;
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #7aba7b;
}

.has-success .input-group-addon {
  color: #468847;
  background-color: #dff0d8;
  border-color: #468847;
}

.form-control-static {
  padding-top: 7px;
  margin-bottom: 0;
}

.help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #737373;
}

@media (min-width: 768px) {
  .form-inline .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .form-control {
    display: inline-block;
  }
  .form-inline .radio,
  .form-inline .checkbox {
    display: inline-block;
    padding-left: 0;
    margin-top: 0;
    margin-bottom: 0;
  }
  .form-inline .radio input[type="radio"],
  .form-inline .checkbox input[type="checkbox"] {
    float: none;
    margin-left: 0;
  }
}

.form-horizontal .control-label,
.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
  padding-top: 7px;
  margin-top: 0;
  margin-bottom: 0;
}

.form-horizontal .form-group {
  margin-right: -15px;
  margin-left: -15px;
}

.form-horizontal .form-group:before,
.form-horizontal .form-group:after {
  display: table;
  content: " ";
}

.form-horizontal .form-group:after {
  clear: both;
}

.form-horizontal .form-group:before,
.form-horizontal .form-group:after {
  display: table;
  content: " ";
}

.form-horizontal .form-group:after {
  clear: both;
}

@media (min-width: 768px) {
  .form-horizontal .control-label {
    text-align: right;
  }
}

.btn {
  display: inline-block;
  padding: 6px 12px;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: normal;
  line-height: 1.428571429;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  cursor: pointer;
  border: 1px solid transparent;
  border-radius: 3px;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
       -o-user-select: none;
          user-select: none;
}

.btn:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

.btn:hover,
.btn:focus {
  color: #333333;
  text-decoration: none;
}

.btn:active,
.btn.active {
  background-image: none;
  outline: 0;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
          box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}

.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
  pointer-events: none;
  cursor: not-allowed;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
          box-shadow: none;
}

.btn-default {
  color: #333333;
  background-color: #ffffff;
  border-color: #cccccc;
}

.btn-default:hover,
.btn-default:focus,
.btn-default:active,
.btn-default.active,
.open .dropdown-toggle.btn-default {
  color: #333333;
  background-color: #ebebeb;
  border-color: #adadad;
}

.btn-default:active,
.btn-default.active,
.open .dropdown-toggle.btn-default {
  background-image: none;
}

.btn-default.disabled,
.btn-default[disabled],
fieldset[disabled] .btn-default,
.btn-default.disabled:hover,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default:hover,
.btn-default.disabled:focus,
.btn-default[disabled]:focus,
fieldset[disabled] .btn-default:focus,
.btn-default.disabled:active,
.btn-default[disabled]:active,
fieldset[disabled] .btn-default:active,
.btn-default.disabled.active,
.btn-default[disabled].active,
fieldset[disabled] .btn-default.active {
  background-color: #ffffff;
  border-color: #cccccc;
}

.btn-primary {
  color: #ffffff;
  background-color: #428bca;
  border-color: #357ebd;
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary {
  color: #ffffff;
  background-color: #3276b1;
  border-color: #285e8e;
}

.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary {
  background-image: none;
}

.btn-primary.disabled,
.btn-primary[disabled],
fieldset[disabled] .btn-primary,
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled:active,
.btn-primary[disabled]:active,
fieldset[disabled] .btn-primary:active,
.btn-primary.disabled.active,
.btn-primary[disabled].active,
fieldset[disabled] .btn-primary.active {
  background-color: #428bca;
  border-color: #357ebd;
}

.btn-warning {
  color: #ffffff;
  background-color: #f0ad4e;
  border-color: #eea236;
}

.btn-warning:hover,
.btn-warning:focus,
.btn-warning:active,
.btn-warning.active,
.open .dropdown-toggle.btn-warning {
  color: #ffffff;
  background-color: #ed9c28;
  border-color: #d58512;
}

.btn-warning:active,
.btn-warning.active,
.open .dropdown-toggle.btn-warning {
  background-image: none;
}

.btn-warning.disabled,
.btn-warning[disabled],
fieldset[disabled] .btn-warning,
.btn-warning.disabled:hover,
.btn-warning[disabled]:hover,
fieldset[disabled] .btn-warning:hover,
.btn-warning.disabled:focus,
.btn-warning[disabled]:focus,
fieldset[disabled] .btn-warning:focus,
.btn-warning.disabled:active,
.btn-warning[disabled]:active,
fieldset[disabled] .btn-warning:active,
.btn-warning.disabled.active,
.btn-warning[disabled].active,
fieldset[disabled] .btn-warning.active {
  background-color: #f0ad4e;
  border-color: #eea236;
}

.btn-danger {
  color: #ffffff;
  background-color: #d9534f;
  border-color: #d43f3a;
}

.btn-danger:hover,
.btn-danger:focus,
.btn-danger:active,
.btn-danger.active,
.open .dropdown-toggle.btn-danger {
  color: #ffffff;
  background-color: #d2322d;
  border-color: #ac2925;
}

.btn-danger:active,
.btn-danger.active,
.open .dropdown-toggle.btn-danger {
  background-image: none;
}

.btn-danger.disabled,
.btn-danger[disabled],
fieldset[disabled] .btn-danger,
.btn-danger.disabled:hover,
.btn-danger[disabled]:hover,
fieldset[disabled] .btn-danger:hover,
.btn-danger.disabled:focus,
.btn-danger[disabled]:focus,
fieldset[disabled] .btn-danger:focus,
.btn-danger.disabled:active,
.btn-danger[disabled]:active,
fieldset[disabled] .btn-danger:active,
.btn-danger.disabled.active,
.btn-danger[disabled].active,
fieldset[disabled] .btn-danger.active {
  background-color: #d9534f;
  border-color: #d43f3a;
}

.btn-success {
  color: #ffffff;
  background-color: #5cb85c;
  border-color: #4cae4c;
}

.btn-success:hover,
.btn-success:focus,
.btn-success:active,
.btn-success.active,
.open .dropdown-toggle.btn-success {
  color: #ffffff;
  background-color: #47a447;
  border-color: #398439;
}

.btn-success:active,
.btn-success.active,
.open .dropdown-toggle.btn-success {
  background-image: none;
}

.btn-success.disabled,
.btn-success[disabled],
fieldset[disabled] .btn-success,
.btn-success.disabled:hover,
.btn-success[disabled]:hover,
fieldset[disabled] .btn-success:hover,
.btn-success.disabled:focus,
.btn-success[disabled]:focus,
fieldset[disabled] .btn-success:focus,
.btn-success.disabled:active,
.btn-success[disabled]:active,
fieldset[disabled] .btn-success:active,
.btn-success.disabled.active,
.btn-success[disabled].active,
fieldset[disabled] .btn-success.active {
  background-color: #5cb85c;
  border-color: #4cae4c;
}

.btn-info {
  color: #ffffff;
  background-color: #5bc0de;
  border-color: #46b8da;
}

.btn-info:hover,
.btn-info:focus,
.btn-info:active,
.btn-info.active,
.open .dropdown-toggle.btn-info {
  color: #ffffff;
  background-color: #39b3d7;
  border-color: #269abc;
}

.btn-info:active,
.btn-info.active,
.open .dropdown-toggle.btn-info {
  background-image: none;
}

.btn-info.disabled,
.btn-info[disabled],
fieldset[disabled] .btn-info,
.btn-info.disabled:hover,
.btn-info[disabled]:hover,
fieldset[disabled] .btn-info:hover,
.btn-info.disabled:focus,
.btn-info[disabled]:focus,
fieldset[disabled] .btn-info:focus,
.btn-info.disabled:active,
.btn-info[disabled]:active,
fieldset[disabled] .btn-info:active,
.btn-info.disabled.active,
.btn-info[disabled].active,
fieldset[disabled] .btn-info.active {
  background-color: #5bc0de;
  border-color: #46b8da;
}

.btn-link {
  font-weight: normal;
  color: #428bca;
  cursor: pointer;
  border-radius: 0;
}

.btn-link,
.btn-link:active,
.btn-link[disabled],
fieldset[disabled] .btn-link {
  background-color: transparent;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.btn-link,
.btn-link:hover,
.btn-link:focus,
.btn-link:active {
  border-color: transparent;
}

.btn-link:hover,
.btn-link:focus {
  color: #2a6496;
  text-decoration: underline;
  background-color: transparent;
}

.btn-link[disabled]:hover,
fieldset[disabled] .btn-link:hover,
.btn-link[disabled]:focus,
fieldset[disabled] .btn-link:focus {
  color: #999999;
  text-decoration: none;
}

.btn-lg {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33;
  border-radius: 6px;
}

.btn-sm,
.btn-xs {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}

.btn-xs {
  padding: 1px 5px;
}

.btn-block {
  display: block;
  width: 100%;
  padding-right: 0;
  padding-left: 0;
}

.btn-block + .btn-block {
  margin-top: 5px;
}

input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%;
}

.fade {
  opacity: 0;
  -webkit-transition: opacity 0.15s linear;
          transition: opacity 0.15s linear;
}

.fade.in {
  opacity: 1;
}

.collapse {
  display: none;
}

.collapse.in {
  display: block;
}

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition: height 0.35s ease;
          transition: height 0.35s ease;
}

@font-face {
  font-family: 'Glyphicons Halflings';
  src: url('../fonts/glyphicons-halflings-regular.eot');
  src: url('../fonts/glyphicons-halflings-regular.eot?#iefix') format('embedded-opentype'), url('../fonts/glyphicons-halflings-regular.woff') format('woff'), url('../fonts/glyphicons-halflings-regular.ttf') format('truetype'), url('../fonts/glyphicons-halflings-regular.svg#glyphicons-halflingsregular') format('svg');
}

.glyphicon {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: 'Glyphicons Halflings';
  -webkit-font-smoothing: antialiased;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
}

.glyphicon-asterisk:before {
  content: "\2a";
}

.glyphicon-plus:before {
  content: "\2b";
}

.glyphicon-euro:before {
  content: "\20ac";
}

.glyphicon-minus:before {
  content: "\2212";
}

.glyphicon-cloud:before {
  content: "\2601";
}

.glyphicon-envelope:before {
  content: "\2709";
}

.glyphicon-pencil:before {
  content: "\270f";
}

.glyphicon-glass:before {
  content: "\e001";
}

.glyphicon-music:before {
  content: "\e002";
}

.glyphicon-search:before {
  content: "\e003";
}

.glyphicon-heart:before {
  content: "\e005";
}

.glyphicon-star:before {
  content: "\e006";
}

.glyphicon-star-empty:before {
  content: "\e007";
}

.glyphicon-user:before {
  content: "\e008";
}

.glyphicon-film:before {
  content: "\e009";
}

.glyphicon-th-large:before {
  content: "\e010";
}

.glyphicon-th:before {
  content: "\e011";
}

.glyphicon-th-list:before {
  content: "\e012";
}

.glyphicon-ok:before {
  content: "\e013";
}

.glyphicon-remove:before {
  content: "\e014";
}

.glyphicon-zoom-in:before {
  content: "\e015";
}

.glyphicon-zoom-out:before {
  content: "\e016";
}

.glyphicon-off:before {
  content: "\e017";
}

.glyphicon-signal:before {
  content: "\e018";
}

.glyphicon-cog:before {
  content: "\e019";
}

.glyphicon-trash:before {
  content: "\e020";
}

.glyphicon-home:before {
  content: "\e021";
}

.glyphicon-file:before {
  content: "\e022";
}

.glyphicon-time:before {
  content: "\e023";
}

.glyphicon-road:before {
  content: "\e024";
}

.glyphicon-download-alt:before {
  content: "\e025";
}

.glyphicon-download:before {
  content: "\e026";
}

.glyphicon-upload:before {
  content: "\e027";
}

.glyphicon-inbox:before {
  content: "\e028";
}

.glyphicon-play-circle:before {
  content: "\e029";
}

.glyphicon-repeat:before {
  content: "\e030";
}

.glyphicon-refresh:before {
  content: "\e031";
}

.glyphicon-list-alt:before {
  content: "\e032";
}

.glyphicon-flag:before {
  content: "\e034";
}

.glyphicon-headphones:before {
  content: "\e035";
}

.glyphicon-volume-off:before {
  content: "\e036";
}

.glyphicon-volume-down:before {
  content: "\e037";
}

.glyphicon-volume-up:before {
  content: "\e038";
}

.glyphicon-qrcode:before {
  content: "\e039";
}

.glyphicon-barcode:before {
  content: "\e040";
}

.glyphicon-tag:before {
  content: "\e041";
}

.glyphicon-tags:before {
  content: "\e042";
}

.glyphicon-book:before {
  content: "\e043";
}

.glyphicon-print:before {
  content: "\e045";
}

.glyphicon-font:before {
  content: "\e047";
}

.glyphicon-bold:before {
  content: "\e048";
}

.glyphicon-italic:before {
  content: "\e049";
}

.glyphicon-text-height:before {
  content: "\e050";
}

.glyphicon-text-width:before {
  content: "\e051";
}

.glyphicon-align-left:before {
  content: "\e052";
}

.glyphicon-align-center:before {
  content: "\e053";
}

.glyphicon-align-right:before {
  content: "\e054";
}

.glyphicon-align-justify:before {
  content: "\e055";
}

.glyphicon-list:before {
  content: "\e056";
}

.glyphicon-indent-left:before {
  content: "\e057";
}

.glyphicon-indent-right:before {
  content: "\e058";
}

.glyphicon-facetime-video:before {
  content: "\e059";
}

.glyphicon-picture:before {
  content: "\e060";
}

.glyphicon-map-marker:before {
  content: "\e062";
}

.glyphicon-adjust:before {
  content: "\e063";
}

.glyphicon-tint:before {
  content: "\e064";
}

.glyphicon-edit:before {
  content: "\e065";
}

.glyphicon-share:before {
  content: "\e066";
}

.glyphicon-check:before {
  content: "\e067";
}

.glyphicon-move:before {
  content: "\e068";
}

.glyphicon-step-backward:before {
  content: "\e069";
}

.glyphicon-fast-backward:before {
  content: "\e070";
}

.glyphicon-backward:before {
  content: "\e071";
}

.glyphicon-play:before {
  content: "\e072";
}

.glyphicon-pause:before {
  content: "\e073";
}

.glyphicon-stop:before {
  content: "\e074";
}

.glyphicon-forward:before {
  content: "\e075";
}

.glyphicon-fast-forward:before {
  content: "\e076";
}

.glyphicon-step-forward:before {
  content: "\e077";
}

.glyphicon-eject:before {
  content: "\e078";
}

.glyphicon-chevron-left:before {
  content: "\e079";
}

.glyphicon-chevron-right:before {
  content: "\e080";
}

.glyphicon-plus-sign:before {
  content: "\e081";
}

.glyphicon-minus-sign:before {
  content: "\e082";
}

.glyphicon-remove-sign:before {
  content: "\e083";
}

.glyphicon-ok-sign:before {
  content: "\e084";
}

.glyphicon-question-sign:before {
  content: "\e085";
}

.glyphicon-info-sign:before {
  content: "\e086";
}

.glyphicon-screenshot:before {
  content: "\e087";
}

.glyphicon-remove-circle:before {
  content: "\e088";
}

.glyphicon-ok-circle:before {
  content: "\e089";
}

.glyphicon-ban-circle:before {
  content: "\e090";
}

.glyphicon-arrow-left:before {
  content: "\e091";
}

.glyphicon-arrow-right:before {
  content: "\e092";
}

.glyphicon-arrow-up:before {
  content: "\e093";
}

.glyphicon-arrow-down:before {
  content: "\e094";
}

.glyphicon-share-alt:before {
  content: "\e095";
}

.glyphicon-resize-full:before {
  content: "\e096";
}

.glyphicon-resize-small:before {
  content: "\e097";
}

.glyphicon-exclamation-sign:before {
  content: "\e101";
}

.glyphicon-gift:before {
  content: "\e102";
}

.glyphicon-leaf:before {
  content: "\e103";
}

.glyphicon-eye-open:before {
  content: "\e105";
}

.glyphicon-eye-close:before {
  content: "\e106";
}

.glyphicon-warning-sign:before {
  content: "\e107";
}

.glyphicon-plane:before {
  content: "\e108";
}

.glyphicon-random:before {
  content: "\e110";
}

.glyphicon-comment:before {
  content: "\e111";
}

.glyphicon-magnet:before {
  content: "\e112";
}

.glyphicon-chevron-up:before {
  content: "\e113";
}

.glyphicon-chevron-down:before {
  content: "\e114";
}

.glyphicon-retweet:before {
  content: "\e115";
}

.glyphicon-shopping-cart:before {
  content: "\e116";
}

.glyphicon-folder-close:before {
  content: "\e117";
}

.glyphicon-folder-open:before {
  content: "\e118";
}

.glyphicon-resize-vertical:before {
  content: "\e119";
}

.glyphicon-resize-horizontal:before {
  content: "\e120";
}

.glyphicon-hdd:before {
  content: "\e121";
}

.glyphicon-bullhorn:before {
  content: "\e122";
}

.glyphicon-certificate:before {
  content: "\e124";
}

.glyphicon-thumbs-up:before {
  content: "\e125";
}

.glyphicon-thumbs-down:before {
  content: "\e126";
}

.glyphicon-hand-right:before {
  content: "\e127";
}

.glyphicon-hand-left:before {
  content: "\e128";
}

.glyphicon-hand-up:before {
  content: "\e129";
}

.glyphicon-hand-down:before {
  content: "\e130";
}

.glyphicon-circle-arrow-right:before {
  content: "\e131";
}

.glyphicon-circle-arrow-left:before {
  content: "\e132";
}

.glyphicon-circle-arrow-up:before {
  content: "\e133";
}

.glyphicon-circle-arrow-down:before {
  content: "\e134";
}

.glyphicon-globe:before {
  content: "\e135";
}

.glyphicon-tasks:before {
  content: "\e137";
}

.glyphicon-filter:before {
  content: "\e138";
}

.glyphicon-fullscreen:before {
  content: "\e140";
}

.glyphicon-dashboard:before {
  content: "\e141";
}

.glyphicon-heart-empty:before {
  content: "\e143";
}

.glyphicon-link:before {
  content: "\e144";
}

.glyphicon-phone:before {
  content: "\e145";
}

.glyphicon-usd:before {
  content: "\e148";
}

.glyphicon-gbp:before {
  content: "\e149";
}

.glyphicon-sort:before {
  content: "\e150";
}

.glyphicon-sort-by-alphabet:before {
  content: "\e151";
}

.glyphicon-sort-by-alphabet-alt:before {
  content: "\e152";
}

.glyphicon-sort-by-order:before {
  content: "\e153";
}

.glyphicon-sort-by-order-alt:before {
  content: "\e154";
}

.glyphicon-sort-by-attributes:before {
  content: "\e155";
}

.glyphicon-sort-by-attributes-alt:before {
  content: "\e156";
}

.glyphicon-unchecked:before {
  content: "\e157";
}

.glyphicon-expand:before {
  content: "\e158";
}

.glyphicon-collapse-down:before {
  content: "\e159";
}

.glyphicon-collapse-up:before {
  content: "\e160";
}

.glyphicon-log-in:before {
  content: "\e161";
}

.glyphicon-flash:before {
  content: "\e162";
}

.glyphicon-log-out:before {
  content: "\e163";
}

.glyphicon-new-window:before {
  content: "\e164";
}

.glyphicon-record:before {
  content: "\e165";
}

.glyphicon-save:before {
  content: "\e166";
}

.glyphicon-open:before {
  content: "\e167";
}

.glyphicon-saved:before {
  content: "\e168";
}

.glyphicon-import:before {
  content: "\e169";
}

.glyphicon-export:before {
  content: "\e170";
}

.glyphicon-send:before {
  content: "\e171";
}

.glyphicon-floppy-disk:before {
  content: "\e172";
}

.glyphicon-floppy-saved:before {
  content: "\e173";
}

.glyphicon-floppy-remove:before {
  content: "\e174";
}

.glyphicon-floppy-save:before {
  content: "\e175";
}

.glyphicon-floppy-open:before {
  content: "\e176";
}

.glyphicon-credit-card:before {
  content: "\e177";
}

.glyphicon-transfer:before {
  content: "\e178";
}

.glyphicon-cutlery:before {
  content: "\e179";
}

.glyphicon-header:before {
  content: "\e180";
}

.glyphicon-compressed:before {
  content: "\e181";
}

.glyphicon-earphone:before {
  content: "\e182";
}

.glyphicon-phone-alt:before {
  content: "\e183";
}

.glyphicon-tower:before {
  content: "\e184";
}

.glyphicon-stats:before {
  content: "\e185";
}

.glyphicon-sd-video:before {
  content: "\e186";
}

.glyphicon-hd-video:before {
  content: "\e187";
}

.glyphicon-subtitles:before {
  content: "\e188";
}

.glyphicon-sound-stereo:before {
  content: "\e189";
}

.glyphicon-sound-dolby:before {
  content: "\e190";
}

.glyphicon-sound-5-1:before {
  content: "\e191";
}

.glyphicon-sound-6-1:before {
  content: "\e192";
}

.glyphicon-sound-7-1:before {
  content: "\e193";
}

.glyphicon-copyright-mark:before {
  content: "\e194";
}

.glyphicon-registration-mark:before {
  content: "\e195";
}

.glyphicon-cloud-download:before {
  content: "\e197";
}

.glyphicon-cloud-upload:before {
  content: "\e198";
}

.glyphicon-tree-conifer:before {
  content: "\e199";
}

.glyphicon-tree-deciduous:before {
  content: "\e200";
}

.glyphicon-briefcase:before {
  content: "\1f4bc";
}

.glyphicon-calendar:before {
  content: "\1f4c5";
}

.glyphicon-pushpin:before {
  content: "\1f4cc";
}

.glyphicon-paperclip:before {
  content: "\1f4ce";
}

.glyphicon-camera:before {
  content: "\1f4f7";
}

.glyphicon-lock:before {
  content: "\1f512";
}

.glyphicon-bell:before {
  content: "\1f514";
}

.glyphicon-bookmark:before {
  content: "\1f516";
}

.glyphicon-fire:before {
  content: "\1f525";
}

.glyphicon-wrench:before {
  content: "\1f527";
}

.caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px solid #000000;
  border-right: 4px solid transparent;
  border-bottom: 0 dotted;
  border-left: 4px solid transparent;
  content: "";
}

.dropdown {
  position: relative;
}

.dropdown-toggle:focus {
  outline: 0;
}

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  font-size: 14px;
  list-style: none;
  background-color: #ffffff;
  border: 1px solid #cccccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
          box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  background-clip: padding-box;
}

.dropdown-menu.pull-right {
  right: 0;
  left: auto;
}

.dropdown-menu .divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}

.dropdown-menu > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 1.428571429;
  color: #333333;
  white-space: nowrap;
}

.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
  color: #ffffff;
  text-decoration: none;
  background-color: #428bca;
}

.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
  color: #ffffff;
  text-decoration: none;
  background-color: #428bca;
  outline: 0;
}

.dropdown-menu > .disabled > a,
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  color: #999999;
}

.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  text-decoration: none;
  cursor: not-allowed;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}

.open > .dropdown-menu {
  display: block;
}

.open > a {
  outline: 0;
}

.dropdown-header {
  display: block;
  padding: 3px 20px;
  font-size: 12px;
  line-height: 1.428571429;
  color: #999999;
}

.dropdown-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 990;
}

.pull-right > .dropdown-menu {
  right: 0;
  left: auto;
}

.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
  border-top: 0 dotted;
  border-bottom: 4px solid #000000;
  content: "";
}

.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 1px;
}

@media (min-width: 768px) {
  .navbar-right .dropdown-menu {
    right: 0;
    left: auto;
  }
}

.btn-default .caret {
  border-top-color: #333333;
}

.btn-primary .caret,
.btn-success .caret,
.btn-warning .caret,
.btn-danger .caret,
.btn-info .caret {
  border-top-color: #fff;
}

.dropup .btn-default .caret {
  border-bottom-color: #333333;
}

.dropup .btn-primary .caret,
.dropup .btn-success .caret,
.dropup .btn-warning .caret,
.dropup .btn-danger .caret,
.dropup .btn-info .caret {
  border-bottom-color: #fff;
}

.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-block;
  vertical-align: middle;
}

.btn-group > .btn,
.btn-group-vertical > .btn {
  position: relative;
  float: left;
}

.btn-group > .btn:hover,
.btn-group-vertical > .btn:hover,
.btn-group > .btn:focus,
.btn-group-vertical > .btn:focus,
.btn-group > .btn:active,
.btn-group-vertical > .btn:active,
.btn-group > .btn.active,
.btn-group-vertical > .btn.active {
  z-index: 2;
}

.btn-group > .btn:focus,
.btn-group-vertical > .btn:focus {
  outline: none;
}

.btn-group .btn + .btn,
.btn-group .btn + .btn-group,
.btn-group .btn-group + .btn,
.btn-group .btn-group + .btn-group {
  margin-left: -1px;
}

.btn-toolbar:before,
.btn-toolbar:after {
  display: table;
  content: " ";
}

.btn-toolbar:after {
  clear: both;
}

.btn-toolbar:before,
.btn-toolbar:after {
  display: table;
  content: " ";
}

.btn-toolbar:after {
  clear: both;
}

.btn-toolbar .btn-group {
  float: left;
}

.btn-toolbar > .btn + .btn,
.btn-toolbar > .btn-group + .btn,
.btn-toolbar > .btn + .btn-group,
.btn-toolbar > .btn-group + .btn-group {
  margin-left: 5px;
}

.btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
  border-radius: 0;
}

.btn-group > .btn:first-child {
  margin-left: 0;
}

.btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.btn-group > .btn:last-child:not(:first-child),
.btn-group > .dropdown-toggle:not(:first-child) {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}

.btn-group > .btn-group {
  float: left;
}

.btn-group > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}

.btn-group > .btn-group:first-child > .btn:last-child,
.btn-group > .btn-group:first-child > .dropdown-toggle {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.btn-group > .btn-group:last-child > .btn:first-child {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}

.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
  outline: 0;
}

.btn-group-xs > .btn {
  padding: 5px 10px;
  padding: 1px 5px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}

.btn-group-sm > .btn {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}

.btn-group-lg > .btn {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33;
  border-radius: 6px;
}

.btn-group > .btn + .dropdown-toggle {
  padding-right: 8px;
  padding-left: 8px;
}

.btn-group > .btn-lg + .dropdown-toggle {
  padding-right: 12px;
  padding-left: 12px;
}

.btn-group.open .dropdown-toggle {
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
          box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}

.btn .caret {
  margin-left: 0;
}

.btn-lg .caret {
  border-width: 5px 5px 0;
  border-bottom-width: 0;
}

.dropup .btn-lg .caret {
  border-width: 0 5px 5px;
}

.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group {
  display: block;
  float: none;
  width: 100%;
  max-width: 100%;
}

.btn-group-vertical > .btn-group:before,
.btn-group-vertical > .btn-group:after {
  display: table;
  content: " ";
}

.btn-group-vertical > .btn-group:after {
  clear: both;
}

.btn-group-vertical > .btn-group:before,
.btn-group-vertical > .btn-group:after {
  display: table;
  content: " ";
}

.btn-group-vertical > .btn-group:after {
  clear: both;
}

.btn-group-vertical > .btn-group > .btn {
  float: none;
}

.btn-group-vertical > .btn + .btn,
.btn-group-vertical > .btn + .btn-group,
.btn-group-vertical > .btn-group + .btn,
.btn-group-vertical > .btn-group + .btn-group {
  margin-top: -1px;
  margin-left: 0;
}

.btn-group-vertical > .btn:not(:first-child):not(:last-child) {
  border-radius: 0;
}

.btn-group-vertical > .btn:first-child:not(:last-child) {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.btn-group-vertical > .btn:last-child:not(:first-child) {
  border-top-right-radius: 0;
  border-bottom-left-radius: 4px;
  border-top-left-radius: 0;
}

.btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}

.btn-group-vertical > .btn-group:first-child > .btn:last-child,
.btn-group-vertical > .btn-group:first-child > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.btn-group-vertical > .btn-group:last-child > .btn:first-child {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}

.btn-group-justified {
  display: table;
  width: 100%;
  border-collapse: separate;
  table-layout: fixed;
}

.btn-group-justified .btn {
  display: table-cell;
  float: none;
  width: 1%;
}

[data-toggle="buttons"] > .btn > input[type="radio"],
[data-toggle="buttons"] > .btn > input[type="checkbox"] {
  display: none;
}

.input-group {
  position: relative;
  display: table;
  border-collapse: separate;
}

.input-group.col {
  float: none;
  padding-right: 0;
  padding-left: 0;
}

.input-group .form-control {
  width: 100%;
  margin-bottom: 0;
}

.input-group-lg > .form-control,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .btn {
  height: 45px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33;
  border-radius: 6px;
}

select.input-group-lg > .form-control,
select.input-group-lg > .input-group-addon,
select.input-group-lg > .input-group-btn > .btn {
  height: 45px;
  line-height: 45px;
}

textarea.input-group-lg > .form-control,
textarea.input-group-lg > .input-group-addon,
textarea.input-group-lg > .input-group-btn > .btn {
  height: auto;
}

.input-group-sm > .form-control,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .btn {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}

select.input-group-sm > .form-control,
select.input-group-sm > .input-group-addon,
select.input-group-sm > .input-group-btn > .btn {
  height: 30px;
  line-height: 30px;
}

textarea.input-group-sm > .form-control,
textarea.input-group-sm > .input-group-addon,
textarea.input-group-sm > .input-group-btn > .btn {
  height: auto;
}

.input-group-addon,
.input-group-btn,
.input-group .form-control {
  display: table-cell;
}

.input-group-addon:not(:first-child):not(:last-child),
.input-group-btn:not(:first-child):not(:last-child),
.input-group .form-control:not(:first-child):not(:last-child) {
  border-radius: 0;
}

.input-group-addon,
.input-group-btn {
  width: 1%;
  white-space: nowrap;
  vertical-align: middle;
}

.input-group-addon {
  padding: 6px 12px;
  font-size: 14px;
  font-weight: normal;
  line-height: 1;
  text-align: center;
  background-color: #eeeeee;
  border: 1px solid #cccccc;
  border-radius: 4px;
}

.input-group-addon.input-sm {
  padding: 5px 10px;
  font-size: 12px;
  border-radius: 3px;
}

.input-group-addon.input-lg {
  padding: 10px 16px;
  font-size: 18px;
  border-radius: 6px;
}

.input-group-addon input[type="radio"],
.input-group-addon input[type="checkbox"] {
  margin-top: 0;
}

.input-group .form-control:first-child,
.input-group-addon:first-child,
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .dropdown-toggle,
.input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.input-group-addon:first-child {
  border-right: 0;
}

.input-group .form-control:last-child,
.input-group-addon:last-child,
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .dropdown-toggle,
.input-group-btn:first-child > .btn:not(:first-child) {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}

.input-group-addon:last-child {
  border-left: 0;
}

.input-group-btn {
  position: relative;
  white-space: nowrap;
}

.input-group-btn > .btn {
  position: relative;
}

.input-group-btn > .btn + .btn {
  margin-left: -4px;
}

.input-group-btn > .btn:hover,
.input-group-btn > .btn:active {
  z-index: 2;
}

.nav {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

.nav:before,
.nav:after {
  display: table;
  content: " ";
}

.nav:after {
  clear: both;
}

.nav:before,
.nav:after {
  display: table;
  content: " ";
}

.nav:after {
  clear: both;
}

.nav > li {
  position: relative;
  display: block;
}

.nav > li > a {
  position: relative;
  display: block;
  padding: 10px 15px;
}

.nav > li > a:hover,
.nav > li > a:focus {
  text-decoration: none;
  background-color: #eeeeee;
}

.nav > li.disabled > a {
  color: #999999;
}

.nav > li.disabled > a:hover,
.nav > li.disabled > a:focus {
  color: #999999;
  text-decoration: none;
  cursor: not-allowed;
  background-color: transparent;
}

.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus {
  background-color: #eeeeee;
  border-color: #428bca;
}

.nav .nav-divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}

.nav > li > a > img {
  max-width: none;
}

.nav-tabs {
  border-bottom: 1px solid #dddddd;
}

.nav-tabs > li {
  float: left;
  margin-bottom: -1px;
}

.nav-tabs > li > a {
  margin-right: 2px;
  line-height: 1.428571429;
  border: 1px solid transparent;
  border-radius: 4px 4px 0 0;
}

.nav-tabs > li > a:hover {
  border-color: #eeeeee #eeeeee #dddddd;
}

.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
  color: #555555;
  cursor: default;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  border-bottom-color: transparent;
}

.nav-tabs.nav-justified {
  width: 100%;
  border-bottom: 0;
}

.nav-tabs.nav-justified > li {
  float: none;
}

.nav-tabs.nav-justified > li > a {
  text-align: center;
}

@media (min-width: 768px) {
  .nav-tabs.nav-justified > li {
    display: table-cell;
    width: 1%;
  }
}

.nav-tabs.nav-justified > li > a {
  margin-right: 0;
  border-bottom: 1px solid #dddddd;
}

.nav-tabs.nav-justified > .active > a {
  border-bottom-color: #ffffff;
}

.nav-pills > li {
  float: left;
}

.nav-pills > li > a {
  /*border-radius: 5px;*/
}

.nav-pills > li + li {
  margin-left: 2px;
}

.nav-pills > li.active > a,
.nav-pills > li.active > a:hover,
.nav-pills > li.active > a:focus {
  color: #ffffff;
  background-color: #428bca;
}

.nav-stacked > li {
  float: none;
}

.nav-stacked > li + li {
  margin-top: 0;
  margin-left: 0;
}

.nav-justified {
  width: 100%;
}

.nav-justified > li {
  float: none;
}

.nav-justified > li > a {
  text-align: center;
}

@media (min-width: 768px) {
  .nav-justified > li {
    display: table-cell;
    width: 1%;
  }
}

.nav-tabs-justified {
  border-bottom: 0;
}

.nav-tabs-justified > li > a {
  margin-right: 0;
  border-bottom: 1px solid #dddddd;
}

.nav-tabs-justified > .active > a {
  border-bottom-color: #ffffff;
}

.tabbable:before,
.tabbable:after {
  display: table;
  content: " ";
}

.tabbable:after {
  clear: both;
}

.tabbable:before,
.tabbable:after {
  display: table;
  content: " ";
}

.tabbable:after {
  clear: both;
}

.tab-content > .tab-pane,
.pill-content > .pill-pane {
  display: none;
}

.tab-content > .active,
.pill-content > .active {
  display: block;
}

.nav .caret {
  border-top-color: #428bca;
  border-bottom-color: #428bca;
}

.nav a:hover .caret {
  border-top-color: #2a6496;
  border-bottom-color: #2a6496;
}

.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}

.navbar {
  position: relative;
  z-index: 1000;
  min-height: 50px;
  margin-bottom: 20px;
  border: 1px solid transparent;
}

.navbar:before,
.navbar:after {
  display: table;
  content: " ";
}

.navbar:after {
  clear: both;
}

.navbar:before,
.navbar:after {
  display: table;
  content: " ";
}

.navbar:after {
  clear: both;
}

@media (min-width: 768px) {
  .navbar {
    border-radius: 4px;
  }
}

.navbar-header:before,
.navbar-header:after {
  display: table;
  content: " ";
}

.navbar-header:after {
  clear: both;
}

.navbar-header:before,
.navbar-header:after {
  display: table;
  content: " ";
}

.navbar-header:after {
  clear: both;
}

@media (min-width: 768px) {
  .navbar-header {
    float: left;
  }
}

.navbar-collapse {
  max-height: 340px;
  padding-right: 15px;
  padding-left: 15px;
  overflow-x: visible;
  border-top: 1px solid transparent;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  -webkit-overflow-scrolling: touch;
}

.navbar-collapse:before,
.navbar-collapse:after {
  display: table;
  content: " ";
}

.navbar-collapse:after {
  clear: both;
}

.navbar-collapse:before,
.navbar-collapse:after {
  display: table;
  content: " ";
}

.navbar-collapse:after {
  clear: both;
}

.navbar-collapse.in {
  overflow-y: auto;
}

@media (min-width: 768px) {
  .navbar-collapse {
    width: auto;
    border-top: 0;
    box-shadow: none;
  }
  .navbar-collapse.collapse {
    display: block !important;
    height: auto !important;
    padding-bottom: 0;
    overflow: visible !important;
  }
  .navbar-collapse.in {
    overflow-y: visible;
  }
  .navbar-collapse .navbar-nav.navbar-left:first-child {
    margin-left: -15px;
  }
  .navbar-collapse .navbar-nav.navbar-right:last-child {
    margin-right: -15px;
  }
  .navbar-collapse .navbar-text:last-child {
    margin-right: 0;
  }
}

.container > .navbar-header,
.container > .navbar-collapse {
  margin-right: -15px;
  margin-left: -15px;
}

@media (min-width: 768px) {
  .container > .navbar-header,
  .container > .navbar-collapse {
    margin-right: 0;
    margin-left: 0;
  }
}

.navbar-static-top {
  border-width: 0 0 1px;
}

@media (min-width: 768px) {
  .navbar-static-top {
    border-radius: 0;
  }
}

.navbar-fixed-top,
.navbar-fixed-bottom {
  position: fixed;
  right: 0;
  left: 0;
  border-width: 0 0 1px;
}

@media (min-width: 768px) {
  .navbar-fixed-top,
  .navbar-fixed-bottom {
    border-radius: 0;
  }
}

.navbar-fixed-top {
  top: 0;
  z-index: 1030;
}

.navbar-fixed-bottom {
  bottom: 0;
  margin-bottom: 0;
}

.navbar-brand {
  float: left;
  padding: 15px 15px;
  font-size: 18px;
  line-height: 20px;
}

.navbar-brand:hover,
.navbar-brand:focus {
  text-decoration: none;
}

@media (min-width: 768px) {
  .navbar > .container .navbar-brand {
    margin-left: -15px;
  }
}

.navbar-toggle {
  position: relative;
  float: right;
  padding: 9px 10px;
  margin-top: 8px;
  margin-right: 15px;
  margin-bottom: 8px;
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: 4px;
}

.navbar-toggle .icon-bar {
  display: block;
  width: 22px;
  height: 2px;
  border-radius: 1px;
}

.navbar-toggle .icon-bar + .icon-bar {
  margin-top: 4px;
}

@media (min-width: 768px) {
  .navbar-toggle {
    display: none;
  }
}

.navbar-nav {
  margin: 7.5px -15px;
}

.navbar-nav > li > a {
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 20px;
}

@media (max-width: 767px) {
  .navbar-nav .open .dropdown-menu {
    position: static;
    float: none;
    width: auto;
    margin-top: 0;
    background-color: transparent;
    border: 0;
    box-shadow: none;
  }
  .navbar-nav .open .dropdown-menu > li > a,
  .navbar-nav .open .dropdown-menu .dropdown-header {
    padding: 5px 15px 5px 25px;
  }
  .navbar-nav .open .dropdown-menu > li > a {
    line-height: 20px;
  }
  .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-nav .open .dropdown-menu > li > a:focus {
    background-image: none;
  }
}

@media (min-width: 768px) {
  .navbar-nav {
    float: left;
    margin: 0;
  }
  .navbar-nav > li {
    float: left;
  }
  .navbar-nav > li > a {
    padding-top: 15px;
    padding-bottom: 15px;
  }
}

@media (min-width: 768px) {
  .navbar-left {
    float: left !important;
  }
  .navbar-right {
    float: right !important;
  }
}

.navbar-form {
  padding: 10px 15px;
  margin-top: 8px;
  margin-right: -15px;
  margin-bottom: 8px;
  margin-left: -15px;
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
          box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
}

@media (min-width: 768px) {
  .navbar-form .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .form-control {
    display: inline-block;
  }
  .navbar-form .radio,
  .navbar-form .checkbox {
    display: inline-block;
    padding-left: 0;
    margin-top: 0;
    margin-bottom: 0;
  }
  .navbar-form .radio input[type="radio"],
  .navbar-form .checkbox input[type="checkbox"] {
    float: none;
    margin-left: 0;
  }
}

@media (max-width: 767px) {
  .navbar-form .form-group {
    margin-bottom: 5px;
  }
}

@media (min-width: 768px) {
  .navbar-form {
    width: auto;
    padding-top: 0;
    padding-bottom: 0;
    margin-right: 0;
    margin-left: 0;
    border: 0;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
}

.navbar-nav > li > .dropdown-menu {
  margin-top: 0;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}

.navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.navbar-nav.pull-right > li > .dropdown-menu,
.navbar-nav > li > .dropdown-menu.pull-right {
  right: 0;
  left: auto;
}

.navbar-btn {
  margin-top: 8px;
  margin-bottom: 8px;
}

.navbar-text {
  float: left;
  margin-top: 15px;
  margin-bottom: 15px;
}

@media (min-width: 768px) {
  .navbar-text {
    margin-right: 15px;
    margin-left: 15px;
  }
}

.navbar-default {
  background-color: #f8f8f8;
  border-color: #e7e7e7;
}

.navbar-default .navbar-brand {
  color: #777777;
}

.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus {
  color: #5e5e5e;
  background-color: transparent;
}

.navbar-default .navbar-text {
  color: #777777;
}

.navbar-default .navbar-nav > li > a {
  color: #777777;
}

.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
  color: #333333;
  background-color: transparent;
}

.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
  color: #555555;
  background-color: #e7e7e7;
}

.navbar-default .navbar-nav > .disabled > a,
.navbar-default .navbar-nav > .disabled > a:hover,
.navbar-default .navbar-nav > .disabled > a:focus {
  color: #cccccc;
  background-color: transparent;
}

.navbar-default .navbar-toggle {
  border-color: #dddddd;
}

.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
  background-color: #dddddd;
}

.navbar-default .navbar-toggle .icon-bar {
  background-color: #cccccc;
}

.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
  border-color: #e6e6e6;
}

.navbar-default .navbar-nav > .dropdown > a:hover .caret,
.navbar-default .navbar-nav > .dropdown > a:focus .caret {
  border-top-color: #333333;
  border-bottom-color: #333333;
}

.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus {
  color: #555555;
  background-color: #e7e7e7;
}

.navbar-default .navbar-nav > .open > a .caret,
.navbar-default .navbar-nav > .open > a:hover .caret,
.navbar-default .navbar-nav > .open > a:focus .caret {
  border-top-color: #555555;
  border-bottom-color: #555555;
}

.navbar-default .navbar-nav > .dropdown > a .caret {
  border-top-color: #777777;
  border-bottom-color: #777777;
}

@media (max-width: 767px) {
  .navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #777777;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #333333;
    background-color: transparent;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a,
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #555555;
    background-color: #e7e7e7;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a,
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #cccccc;
    background-color: transparent;
  }
}

.navbar-default .navbar-link {
  color: #777777;
}

.navbar-default .navbar-link:hover {
  color: #333333;
}

.navbar-inverse {
  background-color: #222222;
  border-color: #080808;
}

.navbar-inverse .navbar-brand {
  color: #999999;
}

.navbar-inverse .navbar-brand:hover,
.navbar-inverse .navbar-brand:focus {
  color: #ffffff;
  background-color: transparent;
}

.navbar-inverse .navbar-text {
  color: #999999;
}

.navbar-inverse .navbar-nav > li > a {
  color: #999999;
}

.navbar-inverse .navbar-nav > li > a:hover,
.navbar-inverse .navbar-nav > li > a:focus {
  color: #ffffff;
  background-color: transparent;
}

.navbar-inverse .navbar-nav > .active > a,
.navbar-inverse .navbar-nav > .active > a:hover,
.navbar-inverse .navbar-nav > .active > a:focus {
  color: #ffffff;
  background-color: #080808;
}

.navbar-inverse .navbar-nav > .disabled > a,
.navbar-inverse .navbar-nav > .disabled > a:hover,
.navbar-inverse .navbar-nav > .disabled > a:focus {
  color: #444444;
  background-color: transparent;
}

.navbar-inverse .navbar-toggle {
  border-color: #333333;
}

.navbar-inverse .navbar-toggle:hover,
.navbar-inverse .navbar-toggle:focus {
  background-color: #333333;
}

.navbar-inverse .navbar-toggle .icon-bar {
  background-color: #ffffff;
}

.navbar-inverse .navbar-collapse,
.navbar-inverse .navbar-form {
  border-color: #101010;
}

.navbar-inverse .navbar-nav > .open > a,
.navbar-inverse .navbar-nav > .open > a:hover,
.navbar-inverse .navbar-nav > .open > a:focus {
  color: #ffffff;
  background-color: #080808;
}

.navbar-inverse .navbar-nav > .dropdown > a:hover .caret {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}

.navbar-inverse .navbar-nav > .dropdown > a .caret {
  border-top-color: #999999;
  border-bottom-color: #999999;
}

.navbar-inverse .navbar-nav > .open > a .caret,
.navbar-inverse .navbar-nav > .open > a:hover .caret,
.navbar-inverse .navbar-nav > .open > a:focus .caret {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}

@media (max-width: 767px) {
  .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
    border-color: #080808;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
    color: #999999;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #ffffff;
    background-color: transparent;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #ffffff;
    background-color: #080808;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #444444;
    background-color: transparent;
  }
}

.navbar-inverse .navbar-link {
  color: #999999;
}

.navbar-inverse .navbar-link:hover {
  color: #ffffff;
}

.breadcrumb {
  padding: 8px 15px;
  margin-bottom: 20px;
  list-style: none;
  background-color: #f5f5f5;
  border-radius: 4px;
}

.breadcrumb > li {
  display: inline-block;
}

.breadcrumb > li + li:before {
  padding: 0 5px;
  color: #cccccc;
  content: "/\00a0";
}

.breadcrumb > .active {
  color: #999999;
}

.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 20px 0;
  border-radius: 4px;
}

.pagination > li {
  display: inline;
}

.pagination > li > a,
.pagination > li > span {
  position: relative;
  float: left;
  padding: 6px 12px;
  margin-left: -1px;
  line-height: 1.428571429;
  text-decoration: none;
  background-color: #ffffff;
  border: 1px solid #dddddd;
}

.pagination > li:first-child > a,
.pagination > li:first-child > span {
  margin-left: 0;
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px;
}

.pagination > li:last-child > a,
.pagination > li:last-child > span {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}

.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
  background-color: #eeeeee;
}

.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
  z-index: 2;
  color: #ffffff;
  cursor: default;
  background-color: #428bca;
  border-color: #428bca;
}

.pagination > .disabled > span,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
  color: #999999;
  cursor: not-allowed;
  background-color: #ffffff;
  border-color: #dddddd;
}

.pagination-lg > li > a,
.pagination-lg > li > span {
  padding: 10px 16px;
  font-size: 18px;
}

.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span {
  border-bottom-left-radius: 6px;
  border-top-left-radius: 6px;
}

.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
}

.pagination-sm > li > a,
.pagination-sm > li > span {
  padding: 5px 10px;
  font-size: 12px;
}

.pagination-sm > li:first-child > a,
.pagination-sm > li:first-child > span {
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}

.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}

.pager {
  padding-left: 0;
  margin: 20px 0;
  text-align: center;
  list-style: none;
}

.pager:before,
.pager:after {
  display: table;
  content: " ";
}

.pager:after {
  clear: both;
}

.pager:before,
.pager:after {
  display: table;
  content: " ";
}

.pager:after {
  clear: both;
}

.pager li {
  display: inline;
}

.pager li > a,
.pager li > span {
  display: inline-block;
  padding: 5px 14px;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  border-radius: 15px;
}

.pager li > a:hover,
.pager li > a:focus {
  text-decoration: none;
  background-color: #eeeeee;
}

.pager .next > a,
.pager .next > span {
  float: right;
}

.pager .previous > a,
.pager .previous > span {
  float: left;
}

.pager .disabled > a,
.pager .disabled > a:hover,
.pager .disabled > a:focus,
.pager .disabled > span {
  color: #999999;
  cursor: not-allowed;
  background-color: #ffffff;
}

.label {
  display: inline;
  padding: .2em .6em .3em;
  font-size: 75%;
  font-weight: bold;
  line-height: 1;
  color: #ffffff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: .25em;
}

.label[href]:hover,
.label[href]:focus {
  color: #ffffff;
  text-decoration: none;
  cursor: pointer;
}

.label:empty {
  display: none;
}

.label-default {
  background-color: #999999;
}

.label-default[href]:hover,
.label-default[href]:focus {
  background-color: #808080;
}

.label-primary {
  background-color: #428bca;
}

.label-primary[href]:hover,
.label-primary[href]:focus {
  background-color: #3071a9;
}

.label-success {
  background-color: #5cb85c;
}

.label-success[href]:hover,
.label-success[href]:focus {
  background-color: #449d44;
}

.label-info {
  background-color: #5bc0de;
}

.label-info[href]:hover,
.label-info[href]:focus {
  background-color: #31b0d5;
}

.label-warning {
  background-color: #f0ad4e;
}

.label-warning[href]:hover,
.label-warning[href]:focus {
  background-color: #ec971f;
}

.label-danger {
  background-color: #d9534f;
}

.label-danger[href]:hover,
.label-danger[href]:focus {
  background-color: #c9302c;
}

.badge {
  display: inline-block;
  min-width: 10px;
  padding: 3px 7px;
  font-size: 12px;
  font-weight: bold;
  line-height: 1;
  color: #ffffff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  background-color: #999999;
  border-radius: 10px;
}

.badge:empty {
  display: none;
}

a.badge:hover,
a.badge:focus {
  color: #ffffff;
  text-decoration: none;
  cursor: pointer;
}

.btn .badge {
  position: relative;
  top: -1px;
}

a.list-group-item.active > .badge,
.nav-pills > .active > a > .badge {
  color: #428bca;
  background-color: #ffffff;
}

.nav-pills > li > a > .badge {
  margin-left: 3px;
}

.jumbotron {
  padding: 30px;
  margin-bottom: 30px;
  font-size: 21px;
  font-weight: 200;
  line-height: 2.1428571435;
  color: inherit;
  background-color: #eeeeee;
}

.jumbotron h1 {
  line-height: 1;
  color: inherit;
}

.jumbotron p {
  line-height: 1.4;
}

.container .jumbotron {
  border-radius: 6px;
}

@media screen and (min-width: 768px) {
  .jumbotron {
    padding-top: 48px;
    padding-bottom: 48px;
  }
  .container .jumbotron {
    padding-right: 60px;
    padding-left: 60px;
  }
  .jumbotron h1 {
    font-size: 63px;
  }
}

.thumbnail {
  display: inline-block;
  display: block;
  height: auto;
  max-width: 100%;
  padding: 4px;
  line-height: 1.428571429;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  border-radius: 4px;
  -webkit-transition: all 0.2s ease-in-out;
          transition: all 0.2s ease-in-out;
}

.thumbnail > img {
  display: block;
  height: auto;
  max-width: 100%;
}

a.thumbnail:hover,
a.thumbnail:focus {
  border-color: #428bca;
}

.thumbnail > img {
  margin-right: auto;
  margin-left: auto;
}

.thumbnail .caption {
  padding: 9px;
  color: #333333;
}

.alert {
  padding: 15px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  border-radius: 2px;
}

.alert h4 {
  margin-top: 0;
  color: inherit;
}

.alert .alert-link {
  font-weight: bold;
}

.alert > p,
.alert > ul {
  margin-bottom: 0;
}

.alert > p + p {
  margin-top: 5px;
}

.alert-dismissable {
  padding-right: 35px;
}

.alert-dismissable .close {
  position: relative;
  top: -2px;
  right: -21px;
  color: inherit;
}

.alert-success {
  color: #468847;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}

.alert-success hr {
  border-top-color: #c9e2b3;
}

.alert-success .alert-link {
  color: #356635;
}

.alert-info {
  color: #3a87ad;
  background-color: #d9edf7;
  border-color: #bce8f1;
}

.alert-info hr {
  border-top-color: #a6e1ec;
}

.alert-info .alert-link {
  color: #2d6987;
}

.alert-warning {
  color: #c09853;
  background-color: #fcf8e3;
  border-color: #fbeed5;
}

.alert-warning hr {
  border-top-color: #f8e5be;
}

.alert-warning .alert-link {
  color: #a47e3c;
}

.alert-danger {
  color: #b94a48;
  background-color: #f2dede;
  border-color: #eed3d7;
}

.alert-danger hr {
  border-top-color: #e6c1c7;
}

.alert-danger .alert-link {
  color: #953b39;
}

@-webkit-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}

@-moz-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}

@-o-keyframes progress-bar-stripes {
  from {
    background-position: 0 0;
  }
  to {
    background-position: 40px 0;
  }
}

@keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}

.progress {
  height: 6px;
  /*margin-bottom: 20px;*/
  overflow: hidden;
  background-color: #f0f4f7;
  border-radius: 6px;
  /*-webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);*/
          /*box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);*/
}

.progress-bar {
  float: left;
  width: 0;
  height: 100%;
  font-size: 12px;
  color: #ffffff;
  text-align: center;
  background-color: #428bca;
  /*-webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
          box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  -webkit-transition: width 0.6s ease;
          transition: width 0.6s ease;*/
}

.progress-striped .progress-bar {
  background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -moz-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-size: 40px 40px;
}

.progress.active .progress-bar {
  -webkit-animation: progress-bar-stripes 2s linear infinite;
     -moz-animation: progress-bar-stripes 2s linear infinite;
      -ms-animation: progress-bar-stripes 2s linear infinite;
       -o-animation: progress-bar-stripes 2s linear infinite;
          animation: progress-bar-stripes 2s linear infinite;
}

.progress-bar-success {
  background-color: #4fd2c2;
}

.progress-striped .progress-bar-success {
  background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -moz-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

.progress-bar-info {
  background-color: #5bc0de;
}

.progress-striped .progress-bar-info {
  background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -moz-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

.progress-bar-warning {
  background-color: #f0ad4e;
}

.progress-striped .progress-bar-warning {
  background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -moz-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

.progress-bar-danger {
  background-color: #d9534f;
}

.progress-striped .progress-bar-danger {
  background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -moz-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

.media,
.media-body {
  overflow: hidden;
  zoom: 1;
}

.media,
.media .media {
  margin-top: 15px;
}

.media:first-child {
  margin-top: 0;
}

.media-object {
  display: block;
}

.media-heading {
  margin: 0 0 5px;
}

.media > .pull-left {
  margin-right: 10px;
}

.media > .pull-right {
  margin-left: 10px;
}

.media-list {
  padding-left: 0;
  list-style: none;
}

.list-group {
  padding-left: 0;
  margin-bottom: 20px;
}

.list-group-item {
  position: relative;
  display: block;
  padding: 10px 15px;
  margin-bottom: -1px;
  background-color: #ffffff;
  border: 1px solid #dddddd;
}

.list-group-item:first-child {
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
}

.list-group-item:last-child {
  margin-bottom: 0;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}

.list-group-item > .badge {
  float: right;
}

.list-group-item > .badge + .badge {
  margin-right: 5px;
}

a.list-group-item {
  color: #555555;
}

a.list-group-item .list-group-item-heading {
  color: #333333;
}

a.list-group-item:hover,
a.list-group-item:focus {
  text-decoration: none;
  background-color: #f5f5f5;
}

.list-group-item.active,
.list-group-item.active:hover,
.list-group-item.active:focus {
  z-index: 2;
  color: #ffffff;
  background-color: #428bca;
  border-color: #428bca;
}

.list-group-item.active .list-group-item-heading,
.list-group-item.active:hover .list-group-item-heading,
.list-group-item.active:focus .list-group-item-heading {
  color: inherit;
}

.list-group-item.active .list-group-item-text,
.list-group-item.active:hover .list-group-item-text,
.list-group-item.active:focus .list-group-item-text {
  color: #e1edf7;
}

.list-group-item-heading {
  margin-top: 0;
  margin-bottom: 5px;
}

.list-group-item-text {
  margin-bottom: 0;
  line-height: 1.3;
}

.panel {
  margin-bottom: 20px;
  background-color: #ffffff;
  border: 1px solid transparent;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
          box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}

.panel-body {
  padding: 15px;
}

.panel-body:before,
.panel-body:after {
  display: table;
  content: " ";
}

.panel-body:after {
  clear: both;
}

.panel-body:before,
.panel-body:after {
  display: table;
  content: " ";
}

.panel-body:after {
  clear: both;
}

.panel > .list-group {
  margin-bottom: 0;
}

.panel > .list-group .list-group-item {
  border-width: 1px 0;
}

.panel > .list-group .list-group-item:first-child {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}

.panel > .list-group .list-group-item:last-child {
  border-bottom: 0;
}

.panel-heading + .list-group .list-group-item:first-child {
  border-top-width: 0;
}

.panel > .table {
  margin-bottom: 0;
}

.panel > .panel-body + .table {
  border-top: 1px solid #dddddd;
}

.panel-heading {
  padding: 10px 15px;
  border-bottom: 1px solid transparent;
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}

.panel-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
}

.panel-title > a {
  color: inherit;
}

.panel-footer {
  padding: 10px 15px;
  background-color: #f5f5f5;
  border-top: 1px solid #dddddd;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}

.panel-group .panel {
  margin-bottom: 0;
  overflow: hidden;
  border-radius: 4px;
}

.panel-group .panel + .panel {
  margin-top: 5px;
}

.panel-group .panel-heading {
  border-bottom: 0;
}

.panel-group .panel-heading + .panel-collapse .panel-body {
  border-top: 1px solid #dddddd;
}

.panel-group .panel-footer {
  border-top: 0;
}

.panel-group .panel-footer + .panel-collapse .panel-body {
  border-bottom: 1px solid #dddddd;
}

.panel-default {
  border-color: #dddddd;
}

.panel-default > .panel-heading {
  color: #333333;
  background-color: #f5f5f5;
  border-color: #dddddd;
}

.panel-default > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #dddddd;
}

.panel-default > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #dddddd;
}

.panel-primary {
  border-color: #428bca;
}

.panel-primary > .panel-heading {
  color: #ffffff;
  background-color: #428bca;
  border-color: #428bca;
}

.panel-primary > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #428bca;
}

.panel-primary > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #428bca;
}

.panel-success {
  border-color: #d6e9c6;
}

.panel-success > .panel-heading {
  color: #468847;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}

.panel-success > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #d6e9c6;
}

.panel-success > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #d6e9c6;
}

.panel-warning {
  border-color: #fbeed5;
}

.panel-warning > .panel-heading {
  color: #c09853;
  background-color: #fcf8e3;
  border-color: #fbeed5;
}

.panel-warning > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #fbeed5;
}

.panel-warning > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #fbeed5;
}

.panel-danger {
  border-color: #eed3d7;
}

.panel-danger > .panel-heading {
  color: #b94a48;
  background-color: #f2dede;
  border-color: #eed3d7;
}

.panel-danger > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #eed3d7;
}

.panel-danger > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #eed3d7;
}

.panel-info {
  border-color: #bce8f1;
}

.panel-info > .panel-heading {
  color: #3a87ad;
  background-color: #d9edf7;
  border-color: #bce8f1;
}

.panel-info > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #bce8f1;
}

.panel-info > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #bce8f1;
}

.well {
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border: 1px solid #e3e3e3;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
}

.well blockquote {
  border-color: #ddd;
  border-color: rgba(0, 0, 0, 0.15);
}

.well-lg {
  padding: 24px;
  border-radius: 6px;
}

.well-sm {
  padding: 9px;
  border-radius: 3px;
}

.close {
  float: right;
  font-size: 21px;
  font-weight: bold;
  line-height: 1;
  color: #000000;
  text-shadow: 0 1px 0 #ffffff;
  opacity: 0.2;
  filter: alpha(opacity=20);
}

.close:hover,
.close:focus {
  color: #000000;
  text-decoration: none;
  cursor: pointer;
  opacity: 0.5;
  filter: alpha(opacity=50);
}

button.close {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
}

.modal-open {
  overflow: hidden;
}

body.modal-open,
.modal-open .navbar-fixed-top,
.modal-open .navbar-fixed-bottom {
  margin-right: 15px;
}

.modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  display: none;
  overflow: auto;
  overflow-y: scroll;
}

.modal.fade .modal-dialog {
  -webkit-transform: translate(0, -25%);
      -ms-transform: translate(0, -25%);
          transform: translate(0, -25%);
  -webkit-transition: -webkit-transform 0.3s ease-out;
     -moz-transition: -moz-transform 0.3s ease-out;
       -o-transition: -o-transform 0.3s ease-out;
          transition: transform 0.3s ease-out;
}

.modal.in .modal-dialog {
  -webkit-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
          transform: translate(0, 0);
}

.modal-dialog {
  z-index: 1050;
  width: auto;
  padding: 10px;
  margin-right: auto;
  margin-left: auto;
}

.modal-content {
  position: relative;
  background-color: #ffffff;
  border: 1px solid #999999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  outline: none;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
          box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  background-clip: padding-box;
}

.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1030;
  background-color: #000000;
}

.modal-backdrop.fade {
  opacity: 0;
  filter: alpha(opacity=0);
}

.modal-backdrop.in {
  opacity: 0.5;
  filter: alpha(opacity=50);
}

.modal-header {
  min-height: 16.428571429px;
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
}

.modal-header .close {
  margin-top: -2px;
}

.modal-title {
  margin: 0;
  line-height: 1.428571429;
}

.modal-body {
  position: relative;
  padding: 20px;
}

.modal-footer {
  padding: 19px 20px 20px;
  margin-top: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
}

.modal-footer:before,
.modal-footer:after {
  display: table;
  content: " ";
}

.modal-footer:after {
  clear: both;
}

.modal-footer:before,
.modal-footer:after {
  display: table;
  content: " ";
}

.modal-footer:after {
  clear: both;
}

.modal-footer .btn + .btn {
  margin-bottom: 0;
  margin-left: 5px;
}

.modal-footer .btn-group .btn + .btn {
  margin-left: -1px;
}

.modal-footer .btn-block + .btn-block {
  margin-left: 0;
}

@media screen and (min-width: 768px) {
  .modal-dialog {
    right: auto;
    left: 50%;
    width: 420px;
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .modal-content {
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
            box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  }
}

.tooltip {
  position: absolute;
  z-index: 1030;
  display: block;
  font-size: 12px;
  line-height: 1.4;
  opacity: 0;
  filter: alpha(opacity=0);
  visibility: visible;
}

.tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}

.tooltip.top {
  padding: 5px 0;
  margin-top: -3px;
}

.tooltip.right {
  padding: 0 5px;
  margin-left: 3px;
}

.tooltip.bottom {
  padding: 5px 0;
  margin-top: 3px;
}

.tooltip.left {
  padding: 0 5px;
  margin-left: -3px;
}

.tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
  color: #ffffff;
  text-align: center;
  text-decoration: none;
  background-color: #000000;
  border-radius: 4px;
}

.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}

.tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-top-color: #000000;
  border-width: 5px 5px 0;
}

.tooltip.top-left .tooltip-arrow {
  bottom: 0;
  left: 5px;
  border-top-color: #000000;
  border-width: 5px 5px 0;
}

.tooltip.top-right .tooltip-arrow {
  right: 5px;
  bottom: 0;
  border-top-color: #000000;
  border-width: 5px 5px 0;
}

.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-right-color: #000000;
  border-width: 5px 5px 5px 0;
}

.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-left-color: #000000;
  border-width: 5px 0 5px 5px;
}

.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-bottom-color: #000000;
  border-width: 0 5px 5px;
}

.tooltip.bottom-left .tooltip-arrow {
  top: 0;
  left: 5px;
  border-bottom-color: #000000;
  border-width: 0 5px 5px;
}

.tooltip.bottom-right .tooltip-arrow {
  top: 0;
  right: 5px;
  border-bottom-color: #000000;
  border-width: 0 5px 5px;
}

.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1010;
  display: none;
  max-width: 276px;
  padding: 1px;
  text-align: left;
  white-space: normal;
  background-color: #ffffff;
  border: 1px solid #cccccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
          box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  background-clip: padding-box;
}

.popover.top {
  margin-top: -10px;
}

.popover.right {
  margin-left: 10px;
}

.popover.bottom {
  margin-top: 10px;
}

.popover.left {
  margin-left: -10px;
}

.popover-title {
  padding: 8px 14px;
  margin: 0;
  font-size: 14px;
  font-weight: normal;
  line-height: 18px;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-radius: 5px 5px 0 0;
}

.popover-content {
  padding: 9px 14px;
}

.popover .arrow,
.popover .arrow:after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}

.popover .arrow {
  border-width: 11px;
}

.popover .arrow:after {
  border-width: 10px;
  content: "";
}

.popover.top .arrow {
  bottom: -11px;
  left: 50%;
  margin-left: -11px;
  border-top-color: #999999;
  border-top-color: rgba(0, 0, 0, 0.25);
  border-bottom-width: 0;
}

.popover.top .arrow:after {
  bottom: 1px;
  margin-left: -10px;
  border-top-color: #ffffff;
  border-bottom-width: 0;
  content: " ";
}

.popover.right .arrow {
  top: 50%;
  left: -11px;
  margin-top: -11px;
  border-right-color: #999999;
  border-right-color: rgba(0, 0, 0, 0.25);
  border-left-width: 0;
}

.popover.right .arrow:after {
  bottom: -10px;
  left: 1px;
  border-right-color: #ffffff;
  border-left-width: 0;
  content: " ";
}

.popover.bottom .arrow {
  top: -11px;
  left: 50%;
  margin-left: -11px;
  border-bottom-color: #999999;
  border-bottom-color: rgba(0, 0, 0, 0.25);
  border-top-width: 0;
}

.popover.bottom .arrow:after {
  top: 1px;
  margin-left: -10px;
  border-bottom-color: #ffffff;
  border-top-width: 0;
  content: " ";
}

.popover.left .arrow {
  top: 50%;
  right: -11px;
  margin-top: -11px;
  border-left-color: #999999;
  border-left-color: rgba(0, 0, 0, 0.25);
  border-right-width: 0;
}

.popover.left .arrow:after {
  right: 1px;
  bottom: -10px;
  border-left-color: #ffffff;
  border-right-width: 0;
  content: " ";
}

.carousel {
  position: relative;
}

.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.carousel-inner > .item {
  position: relative;
  display: none;
  -webkit-transition: 0.6s ease-in-out left;
          transition: 0.6s ease-in-out left;
}

.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  display: block;
  height: auto;
  max-width: 100%;
  line-height: 1;
}

.carousel-inner > .active,
.carousel-inner > .next,
.carousel-inner > .prev {
  display: block;
}

.carousel-inner > .active {
  left: 0;
}

.carousel-inner > .next,
.carousel-inner > .prev {
  position: absolute;
  top: 0;
  width: 100%;
}

.carousel-inner > .next {
  left: 100%;
}

.carousel-inner > .prev {
  left: -100%;
}

.carousel-inner > .next.left,
.carousel-inner > .prev.right {
  left: 0;
}

.carousel-inner > .active.left {
  left: -100%;
}

.carousel-inner > .active.right {
  left: 100%;
}

.carousel-control {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 15%;
  font-size: 20px;
  color: #ffffff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
  opacity: 0.5;
  filter: alpha(opacity=50);
}

.carousel-control.left {
  background-image: -webkit-gradient(linear, 0 top, 100% top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.0001)));
  background-image: -webkit-linear-gradient(left, color-stop(rgba(0, 0, 0, 0.5) 0), color-stop(rgba(0, 0, 0, 0.0001) 100%));
  background-image: -moz-linear-gradient(left, rgba(0, 0, 0, 0.5) 0, rgba(0, 0, 0, 0.0001) 100%);
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0, rgba(0, 0, 0, 0.0001) 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
}

.carousel-control.right {
  right: 0;
  left: auto;
  background-image: -webkit-gradient(linear, 0 top, 100% top, from(rgba(0, 0, 0, 0.0001)), to(rgba(0, 0, 0, 0.5)));
  background-image: -webkit-linear-gradient(left, color-stop(rgba(0, 0, 0, 0.0001) 0), color-stop(rgba(0, 0, 0, 0.5) 100%));
  background-image: -moz-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0, rgba(0, 0, 0, 0.5) 100%);
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.0001) 0, rgba(0, 0, 0, 0.5) 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
}

.carousel-control:hover,
.carousel-control:focus {
  color: #ffffff;
  text-decoration: none;
  opacity: 0.9;
  filter: alpha(opacity=90);
}

.carousel-control .icon-prev,
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 5;
  display: inline-block;
}

.carousel-control .icon-prev,
.carousel-control .icon-next {
  width: 20px;
  height: 20px;
  margin-top: -10px;
  margin-left: -10px;
  font-family: serif;
}

.carousel-control .icon-prev:before {
  content: '\2039';
}

.carousel-control .icon-next:before {
  content: '\203a';
}

.carousel-indicators {
  position: absolute;
  bottom: 10px;
  left: 50%;
  z-index: 15;
  width: 60%;
  padding-left: 0;
  margin-left: -30%;
  text-align: center;
  list-style: none;
}

.carousel-indicators li {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 1px;
  text-indent: -999px;
  cursor: pointer;
  border: 1px solid #ffffff;
  border-radius: 10px;
}

.carousel-indicators .active {
  width: 12px;
  height: 12px;
  margin: 0;
  background-color: #ffffff;
}

.carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 20px;
  left: 15%;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #ffffff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}

.carousel-caption .btn {
  text-shadow: none;
}

@media screen and (min-width: 768px) {
  .carousel-control .icon-prev,
  .carousel-control .icon-next {
    width: 30px;
    height: 30px;
    margin-top: -15px;
    margin-left: -15px;
    font-size: 30px;
  }
  .carousel-caption {
    right: 20%;
    left: 20%;
    padding-bottom: 30px;
  }
  .carousel-indicators {
    bottom: 20px;
  }
}

.clearfix:before,
.clearfix:after {
  display: table;
  content: " ";
}

.clearfix:after {
  clear: both;
}

.pull-right {
  float: right !important;
}

.pull-left {
  float: left !important;
}

.hide {
  display: none !important;
}

.show {
  display: block !important;
}

.invisible {
  visibility: hidden;
}

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

.affix {
  position: fixed;
}

@-ms-viewport {
  width: device-width;
}

@media screen and (max-width: 400px) {
  @-ms-viewport {
    width: 320px;
  }
}

.hidden {
  display: none !important;
  visibility: hidden !important;
}

.visible-xs {
  display: none !important;
}

tr.visible-xs {
  display: none !important;
}

th.visible-xs,
td.visible-xs {
  display: none !important;
}

@media (max-width: 767px) {
  .visible-xs {
    display: block !important;
  }
  tr.visible-xs {
    display: table-row !important;
  }
  th.visible-xs,
  td.visible-xs {
    display: table-cell !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .visible-xs.visible-sm {
    display: block !important;
  }
  tr.visible-xs.visible-sm {
    display: table-row !important;
  }
  th.visible-xs.visible-sm,
  td.visible-xs.visible-sm {
    display: table-cell !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-xs.visible-md {
    display: block !important;
  }
  tr.visible-xs.visible-md {
    display: table-row !important;
  }
  th.visible-xs.visible-md,
  td.visible-xs.visible-md {
    display: table-cell !important;
  }
}

@media (min-width: 1200px) {
  .visible-xs.visible-lg {
    display: block !important;
  }
  tr.visible-xs.visible-lg {
    display: table-row !important;
  }
  th.visible-xs.visible-lg,
  td.visible-xs.visible-lg {
    display: table-cell !important;
  }
}

.visible-sm {
  display: none !important;
}

tr.visible-sm {
  display: none !important;
}

th.visible-sm,
td.visible-sm {
  display: none !important;
}

@media (max-width: 767px) {
  .visible-sm.visible-xs {
    display: block !important;
  }
  tr.visible-sm.visible-xs {
    display: table-row !important;
  }
  th.visible-sm.visible-xs,
  td.visible-sm.visible-xs {
    display: table-cell !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important;
  }
  tr.visible-sm {
    display: table-row !important;
  }
  th.visible-sm,
  td.visible-sm {
    display: table-cell !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-sm.visible-md {
    display: block !important;
  }
  tr.visible-sm.visible-md {
    display: table-row !important;
  }
  th.visible-sm.visible-md,
  td.visible-sm.visible-md {
    display: table-cell !important;
  }
}

@media (min-width: 1200px) {
  .visible-sm.visible-lg {
    display: block !important;
  }
  tr.visible-sm.visible-lg {
    display: table-row !important;
  }
  th.visible-sm.visible-lg,
  td.visible-sm.visible-lg {
    display: table-cell !important;
  }
}

.visible-md {
  display: none !important;
}

tr.visible-md {
  display: none !important;
}

th.visible-md,
td.visible-md {
  display: none !important;
}

@media (max-width: 767px) {
  .visible-md.visible-xs {
    display: block !important;
  }
  tr.visible-md.visible-xs {
    display: table-row !important;
  }
  th.visible-md.visible-xs,
  td.visible-md.visible-xs {
    display: table-cell !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .visible-md.visible-sm {
    display: block !important;
  }
  tr.visible-md.visible-sm {
    display: table-row !important;
  }
  th.visible-md.visible-sm,
  td.visible-md.visible-sm {
    display: table-cell !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md {
    display: block !important;
  }
  tr.visible-md {
    display: table-row !important;
  }
  th.visible-md,
  td.visible-md {
    display: table-cell !important;
  }
}

@media (min-width: 1200px) {
  .visible-md.visible-lg {
    display: block !important;
  }
  tr.visible-md.visible-lg {
    display: table-row !important;
  }
  th.visible-md.visible-lg,
  td.visible-md.visible-lg {
    display: table-cell !important;
  }
}

.visible-lg {
  display: none !important;
}

tr.visible-lg {
  display: none !important;
}

th.visible-lg,
td.visible-lg {
  display: none !important;
}

@media (max-width: 767px) {
  .visible-lg.visible-xs {
    display: block !important;
  }
  tr.visible-lg.visible-xs {
    display: table-row !important;
  }
  th.visible-lg.visible-xs,
  td.visible-lg.visible-xs {
    display: table-cell !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .visible-lg.visible-sm {
    display: block !important;
  }
  tr.visible-lg.visible-sm {
    display: table-row !important;
  }
  th.visible-lg.visible-sm,
  td.visible-lg.visible-sm {
    display: table-cell !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-lg.visible-md {
    display: block !important;
  }
  tr.visible-lg.visible-md {
    display: table-row !important;
  }
  th.visible-lg.visible-md,
  td.visible-lg.visible-md {
    display: table-cell !important;
  }
}

@media (min-width: 1200px) {
  .visible-lg {
    display: block !important;
  }
  tr.visible-lg {
    display: table-row !important;
  }
  th.visible-lg,
  td.visible-lg {
    display: table-cell !important;
  }
}

.hidden-xs {
  display: block !important;
}

tr.hidden-xs {
  display: table-row !important;
}

th.hidden-xs,
td.hidden-xs {
  display: table-cell !important;
}

@media (max-width: 767px) {
  .hidden-xs {
    display: none !important;
  }
  tr.hidden-xs {
    display: none !important;
  }
  th.hidden-xs,
  td.hidden-xs {
    display: none !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .hidden-xs.hidden-sm {
    display: none !important;
  }
  tr.hidden-xs.hidden-sm {
    display: none !important;
  }
  th.hidden-xs.hidden-sm,
  td.hidden-xs.hidden-sm {
    display: none !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-xs.hidden-md {
    display: none !important;
  }
  tr.hidden-xs.hidden-md {
    display: none !important;
  }
  th.hidden-xs.hidden-md,
  td.hidden-xs.hidden-md {
    display: none !important;
  }
}

@media (min-width: 1200px) {
  .hidden-xs.hidden-lg {
    display: none !important;
  }
  tr.hidden-xs.hidden-lg {
    display: none !important;
  }
  th.hidden-xs.hidden-lg,
  td.hidden-xs.hidden-lg {
    display: none !important;
  }
}

.hidden-sm {
  display: block !important;
}

tr.hidden-sm {
  display: table-row !important;
}

th.hidden-sm,
td.hidden-sm {
  display: table-cell !important;
}

@media (max-width: 767px) {
  .hidden-sm.hidden-xs {
    display: none !important;
  }
  tr.hidden-sm.hidden-xs {
    display: none !important;
  }
  th.hidden-sm.hidden-xs,
  td.hidden-sm.hidden-xs {
    display: none !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important;
  }
  tr.hidden-sm {
    display: none !important;
  }
  th.hidden-sm,
  td.hidden-sm {
    display: none !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-sm.hidden-md {
    display: none !important;
  }
  tr.hidden-sm.hidden-md {
    display: none !important;
  }
  th.hidden-sm.hidden-md,
  td.hidden-sm.hidden-md {
    display: none !important;
  }
}

@media (min-width: 1200px) {
  .hidden-sm.hidden-lg {
    display: none !important;
  }
  tr.hidden-sm.hidden-lg {
    display: none !important;
  }
  th.hidden-sm.hidden-lg,
  td.hidden-sm.hidden-lg {
    display: none !important;
  }
}

.hidden-md {
  display: block !important;
}

tr.hidden-md {
  display: table-row !important;
}

th.hidden-md,
td.hidden-md {
  display: table-cell !important;
}

@media (max-width: 767px) {
  .hidden-md.hidden-xs {
    display: none !important;
  }
  tr.hidden-md.hidden-xs {
    display: none !important;
  }
  th.hidden-md.hidden-xs,
  td.hidden-md.hidden-xs {
    display: none !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .hidden-md.hidden-sm {
    display: none !important;
  }
  tr.hidden-md.hidden-sm {
    display: none !important;
  }
  th.hidden-md.hidden-sm,
  td.hidden-md.hidden-sm {
    display: none !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important;
  }
  tr.hidden-md {
    display: none !important;
  }
  th.hidden-md,
  td.hidden-md {
    display: none !important;
  }
}

@media (min-width: 1200px) {
  .hidden-md.hidden-lg {
    display: none !important;
  }
  tr.hidden-md.hidden-lg {
    display: none !important;
  }
  th.hidden-md.hidden-lg,
  td.hidden-md.hidden-lg {
    display: none !important;
  }
}

.hidden-lg {
  display: block !important;
}

tr.hidden-lg {
  display: table-row !important;
}

th.hidden-lg,
td.hidden-lg {
  display: table-cell !important;
}

@media (max-width: 767px) {
  .hidden-lg.hidden-xs {
    display: none !important;
  }
  tr.hidden-lg.hidden-xs {
    display: none !important;
  }
  th.hidden-lg.hidden-xs,
  td.hidden-lg.hidden-xs {
    display: none !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .hidden-lg.hidden-sm {
    display: none !important;
  }
  tr.hidden-lg.hidden-sm {
    display: none !important;
  }
  th.hidden-lg.hidden-sm,
  td.hidden-lg.hidden-sm {
    display: none !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-lg.hidden-md {
    display: none !important;
  }
  tr.hidden-lg.hidden-md {
    display: none !important;
  }
  th.hidden-lg.hidden-md,
  td.hidden-lg.hidden-md {
    display: none !important;
  }
}

@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important;
  }
  tr.hidden-lg {
    display: none !important;
  }
  th.hidden-lg,
  td.hidden-lg {
    display: none !important;
  }
}

.visible-print {
  display: none !important;
}

tr.visible-print {
  display: none !important;
}

th.visible-print,
td.visible-print {
  display: none !important;
}

@media print {
  .visible-print {
    display: block !important;
  }
  tr.visible-print {
    display: table-row !important;
  }
  th.visible-print,
  td.visible-print {
    display: table-cell !important;
  }
  .hidden-print {
    display: none !important;
  }
  tr.hidden-print {
    display: none !important;
  }
  th.hidden-print,
  td.hidden-print {
    display: none !important;
  }
}
.chosen-select {
  width: 100%; 
  text-align:left;
}

.chosen-select-deselect {
  width: 100%; }

.chosen-container {
  display: inline-block;
  font-size: 14px;  
  position: relative;
  vertical-align: middle;
      width: 100% !important;
}
  .chosen-container .chosen-drop {
    background: #fff;
    text-align:left;
    border: 1px solid #ccc;
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px;
    -webkit-box-shadow: 0 8px 8px rgba(0, 0, 0, 0.25);
    box-shadow: 0 8px 8px rgba(0, 0, 0, 0.25);
    margin-top: -1px;
    position: absolute;
    top: 100%;
    left: -9000px;
    z-index: 1060; }
  .chosen-container.chosen-with-drop .chosen-drop {
    left: 0;
    right: 0; }
  .chosen-container .chosen-results {
    color: #555555;
    margin: 0 4px 4px 0;
    max-height: 240px;
    padding: 0 0 0 4px;
    position: relative;
    overflow-x: hidden;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch; }
    .chosen-container .chosen-results li {
      display: none;
      line-height: 1.42857;
      list-style: none;
      margin: 0;
      padding: 5px 6px; }
      .chosen-container .chosen-results li em {
        background: #feffde;
        font-style: normal; }
      .chosen-container .chosen-results li.group-result {
        display: list-item;
        cursor: default;
        color: #999;
        font-weight: bold; }
      .chosen-container .chosen-results li.group-option {
        padding-left: 15px; }
      .chosen-container .chosen-results li.active-result {
        cursor: pointer;
        display: list-item; }
      .chosen-container .chosen-results li.highlighted {
        background-color: #337ab7;
        background-image: none;
        color: white; }
        .chosen-container .chosen-results li.highlighted em {
          background: transparent; }
      .chosen-container .chosen-results li.disabled-result {
        display: list-item;
        color: #777777; }
    .chosen-container .chosen-results .no-results {
      background: #eeeeee;
      display: list-item; }
  .chosen-container .chosen-results-scroll {
    background: white;
    margin: 0 4px;
    position: absolute;
    text-align: center;
    width: 321px;
    z-index: 1; }
    .chosen-container .chosen-results-scroll span {
      display: inline-block;
      height: 1.42857;
      text-indent: -5000px;
      width: 9px; }
  .chosen-container .chosen-results-scroll-down {
    bottom: 0; }
    .chosen-container .chosen-results-scroll-down span {
      background: url("../images/chosen-sprite.png") no-repeat -4px -3px; }
  .chosen-container .chosen-results-scroll-up span {
    background: url("../images/chosen-sprite.png") no-repeat -22px -3px; }

.chosen-container-single .chosen-single {
  background-color: #fff;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  color: #555555;
  display: block;
  height: 34px;
  overflow: hidden;
  line-height: 34px;
  padding: 0 0 0 8px;
  position: relative;
  text-decoration: none;
  white-space: nowrap; }
  .chosen-container-single .chosen-single span {
    display: block;
    margin-right: 26px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap; }
  .chosen-container-single .chosen-single abbr {
    background: url("../images/chosen-sprite.png") right top no-repeat;
    display: block;
    font-size: 1px;
    height: 10px;
    position: absolute;
    right: 26px;
    top: 12px;
    width: 12px; }
    .chosen-container-single .chosen-single abbr:hover {
      background-position: right -11px; }
  .chosen-container-single .chosen-single.chosen-disabled .chosen-single abbr:hover {
    background-position: right 2px; }
  .chosen-container-single .chosen-single div {
    display: block;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    width: 18px; }
    .chosen-container-single .chosen-single div b {
      background: url("../images/chosen-sprite.png") no-repeat 0 7px;
      display: block;
      height: 100%;
      width: 100%; }
.chosen-container-single .chosen-default {
  color: #777777; }
.chosen-container-single .chosen-search {
  margin: 0;
  padding: 3px 4px;
  position: relative;
  white-space: nowrap;
  z-index: 1000; }
  .chosen-container-single .chosen-search input[type="text"] {
    background: url("../images/chosen-sprite.png") no-repeat 100% -20px, #fff;
    border: 1px solid #ccc;
    border-top-right-radius: 4px;
    border-top-left-radius: 4px;
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    margin: 1px 0;
    padding: 4px 20px 4px 4px;
    width: 100%; }
.chosen-container-single .chosen-drop {
  margin-top: -1px;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box; }

.chosen-container-single-nosearch .chosen-search input[type="text"] {
  position: absolute;
  left: -9000px; }

.chosen-container-multi .chosen-choices {
  background-color: #fff;
  border: 1px solid #ccc;
  border-radius: 4px;
  cursor: text;
  height: 103px !important;
  height: 1%;
  margin: 0;
  overflow: hidden;
  padding: 0;
  position: relative;
  
}
  .chosen-container-multi .chosen-choices li {
    float: left;
    list-style: none; }
  .chosen-container-multi .chosen-choices .search-field {
    margin: 0;
    padding: 0;
    white-space: nowrap;
    min-width:200px;
  }
    .chosen-container-multi .chosen-choices .search-field input[type="text"] {
      background: transparent !important;
      border: 0 !important;
      -webkit-box-shadow: none;
      box-shadow: none;
      color: #555555;
      height: 32px;
      margin: 0;
      padding: 4px;
      width:100% !important;
      outline: 0; }
    .chosen-container-multi .chosen-choices .search-field .default {
      color: #999; }
  .chosen-container-multi .chosen-choices .search-choice {
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding;
    background-clip: padding-box;
    background-color: #eeeeee;
    border: 1px solid #ccc;
    border-top-right-radius: 4px;
    border-top-left-radius: 4px;
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px;
    background-image: -webkit-linear-gradient(top, white 0%, #eeeeee 100%);
    background-image: -o-linear-gradient(top, white 0%, #eeeeee 100%);
    background-image: linear-gradient(to bottom, white 0%, #eeeeee 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0);
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    color: #333333;
    cursor: default;
    line-height: 13px;
    margin: 6px 0 3px 5px;
    padding: 3px 20px 3px 5px;
    position: relative; }
    .chosen-container-multi .chosen-choices .search-choice .search-choice-close {
      background: url("../images/chosen-sprite.png") right top no-repeat;
      display: block;
      font-size: 1px;
      height: 10px;
      position: absolute;
      right: 4px;
      top: 5px;
      width: 12px;
      cursor: pointer; }
      .chosen-container-multi .chosen-choices .search-choice .search-choice-close:hover {
        background-position: right -11px; }
  .chosen-container-multi .chosen-choices .search-choice-focus {
    background: #d4d4d4; }
    .chosen-container-multi .chosen-choices .search-choice-focus .search-choice-close {
      background-position: right -11px; }
.chosen-container-multi .chosen-results {
  margin: 0 0 0 0;
  padding: 0; }
.chosen-container-multi .chosen-drop .result-selected {
  display: none; }

.chosen-container-active .chosen-single {
  border: 1px solid #66afe9;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px #66afe9;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px #66afe9;
  -webkit-transition: border linear 0.2s, box-shadow linear 0.2s;
  -o-transition: border linear 0.2s, box-shadow linear 0.2s;
  transition: border linear 0.2s, box-shadow linear 0.2s; }
.chosen-container-active.chosen-with-drop .chosen-single {
  background-color: #fff;
  border: 1px solid #66afe9;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px #66afe9;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px #66afe9;
  -webkit-transition: border linear 0.2s, box-shadow linear 0.2s;
  -o-transition: border linear 0.2s, box-shadow linear 0.2s;
  transition: border linear 0.2s, box-shadow linear 0.2s; }
  .chosen-container-active.chosen-with-drop .chosen-single div {
    background: transparent;
    border-left: none; }
    .chosen-container-active.chosen-with-drop .chosen-single div b {
      background-position: -18px 7px; }
.chosen-container-active .chosen-choices {
  border: 1px solid #66afe9;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  /*-webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px #66afe9;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px #66afe9;
  -webkit-transition: border linear 0.2s, box-shadow linear 0.2s;
  -o-transition: border linear 0.2s, box-shadow linear 0.2s;*/

  transition: border linear 0.2s, box-shadow linear 0.2s; }
  .chosen-container-active .chosen-choices .search-field input[type="text"] {
    color: #111 !important; }
.chosen-container-active.chosen-with-drop .chosen-choices {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0; }

.chosen-disabled {
  cursor: default;
  opacity: 0.5 !important; }
  .chosen-disabled .chosen-single {
    cursor: default; }
  .chosen-disabled .chosen-choices .search-choice .search-choice-close {
    cursor: default; }

.chosen-rtl {
  text-align: right; }
  .chosen-rtl .chosen-single {
    padding: 0 8px 0 0;
    overflow: visible; }
    .chosen-rtl .chosen-single span {
      margin-left: 26px;
      margin-right: 0;
      direction: rtl; }
    .chosen-rtl .chosen-single div {
      left: 7px;
      right: auto; }
    .chosen-rtl .chosen-single abbr {
      left: 26px;
      right: auto; }
  .chosen-rtl .chosen-choices .search-field input[type="text"] {
    direction: rtl; }
  .chosen-rtl .chosen-choices li {
    float: right; }
  .chosen-rtl .chosen-choices .search-choice {
    margin: 6px 5px 3px 0;
    padding: 3px 5px 3px 19px; }
    .chosen-rtl .chosen-choices .search-choice .search-choice-close {
      background-position: right top;
      left: 4px;
      right: auto; }
  .chosen-rtl.chosen-container-single .chosen-results {
    margin: 0 0 4px 4px;
    padding: 0 4px 0 0; }
  .chosen-rtl .chosen-results .group-option {
    padding-left: 0;
    padding-right: 15px; }
  .chosen-rtl.chosen-container-active.chosen-with-drop .chosen-single div {
    border-right: none; }
  .chosen-rtl .chosen-search input[type="text"] {
    background: url("../images/chosen-sprite.png") no-repeat -28px -20px, #fff;
    direction: rtl;
    padding: 4px 5px 4px 20px; }

@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-resolution: 2dppx) {
  .chosen-rtl .chosen-search input[type="text"],
  .chosen-container-single .chosen-single abbr,
  .chosen-container-single .chosen-single div b,
  .chosen-container-single .chosen-search input[type="text"],
  .chosen-container-multi .chosen-choices .search-choice .search-choice-close,
  .chosen-container .chosen-results-scroll-down span,
  .chosen-container .chosen-results-scroll-up span {
    background-image: url("../images/chosen-sprite@2x.png") !important;
    background-size: 52px 37px !important;
    background-repeat: no-repeat !important; } }

/*# sourceMappingURL=bootstrap-chosen.css.map */

/*media query variable*/
/*media query variable ends*/
/*color variables*/
/*bullet colors*/
/*variables for form controls*/
/* switch Variables */
/*random color-profile values*/
/*form classromm header*/
/*random colors ends*/
/*Extended Advanced Search*/
/*Create Assessment*/
.clearfix:before,
.clearfix:after {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
/*extending classes*/
.transparent,
body .mainWrap .page-wrap-container .navbar.navbar-inverse .notification .btn-group .btn {
  background: transparent;
  border: 0px;
  box-shadow: none;
  outline: none;
}
.transparent:hover,
.transparent:focus,
.transparent:active {
  background: transparent;
  border: 0px;
  box-shadow: none;
  outline: none;
}
.text-elliptical,
.curricula-listing-wrap .curricula-list-item .curricula-list-footer h1,
.featured-gallery-wrap .gallery-item-info a {
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  display: block;
}
.white-background-main-wrapper,
.assessment-wrap,
.ui-datepicker,
.assessment-wrap,
.lesson-plan-wrap,
.game-assignment-wrap,
.student-list,
.student-list .no-data,
.frameworks-wrapper,
.create-assignment-wrap {
  background: #ffffff;
  border-radius: 4px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.06), 0 2px 5px rgba(0, 0, 0, 0.12);
  padding: 30px;
}
.assessment-wrap header {
  border-bottom: 1px solid #dbe4eb;
  margin: -30px -30px 0;
  padding: 30px 30px 10px;
  margin-bottom: 30px;
  display: flex;
}
.assessment-wrap header .info h1 {
  font-size: 20px;
  margin-bottom: 10px;
}
.assessment-wrap header .info p {
  font-size: 16px;
  color: #96a3a4;
}
.assessment-wrap header .current-step {
  margin-left: auto;
  font-size: 16px;
  color: #96a3a4;
}
.assessment-wrap .question-list-item {
  display: flex;
  margin-bottom: 24px;
  padding-bottom: 24px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}
.assessment-wrap .question-list-item .number {
  min-width: 44px;
  height: 44px;
  border-radius: 2px;
  border: 1px solid rgba(116, 182, 242, 0.5);
  box-shadow: 0 0 0 1px rgba(116, 182, 242, 0.05) inset;
  font-size: 15px;
  color: #b3bbbe;
  line-height: 44px;
  text-align: center;
}
.assessment-wrap .question-list-item .question {
  flex: 1;
  /*padding-right: 65px;*/
  padding-left: 20px;
}
.assessment-wrap .question-list-item .question h2 {
  font-size: 16px;
  margin-top: 15px;
  color: #373b41;
}
.assessment-wrap .question-list-item .question .form-group {
  font-size: 15px;
  color: #96a3a4;
  margin-top: 30px;
  margin-bottom: 0;
}
.assessment-wrap .question-list-item .question .form-group .radio-inline,
.assessment-wrap .question-list-item .question .form-group .checkbox-inline {
  padding-left: 0;
}
.assessment-wrap .question-list-item .question .form-group textarea {
  border-color: #adabb1;
}
.assessment-wrap footer {
  display: flex;
}
.assessment-wrap footer .next {
  margin-left: auto;
}
.assessment-wrap footer .lnr-right {
  margin-top: 4px;
  display: inline-block;
  vertical-align: top;
  margin-left: 12px;
  margin-right: -12px;
}
.assessment-wrap footer .lnr-left {
  margin-top: 4px;
  display: inline-block;
  vertical-align: top;
  margin-right: 12px;
  margin-left: -12px;
}
.assessment-wrap .score-card {
  margin-bottom: 60px;
}
.assessment-wrap .score-card section.result {
  border: 1px solid rgba(179, 187, 190, 0.5);
  display: flex;
  border-radius: 2px;
  padding: 34px;
  margin-top: 30px;
}
.assessment-wrap .score-card section.result .chart-wrap {
  width: 185px;
  border-right: 1px solid rgba(179, 187, 190, 0.3);
}
.assessment-wrap .score-card section.result .chart-wrap .chart {
  position: relative;
  width: 150px;
  height: 150px;
}
.assessment-wrap .score-card section.result .chart-wrap .chart canvas {
  position: absolute;
  top: 0;
  left: 0;
}
.assessment-wrap .score-card section.result .chart-wrap .chart span {
  color: #848b93;
  display: inline-block;
  line-height: 130px;
  text-align: center;
  width: auto;
  font-family: sans-serif;
  font-size: 31px;
  font-weight: 100;
  margin-left: 5px;
}
.assessment-wrap .score-card section.result .chart-wrap .chart span:before {
  content: '%';
  float: right;
}
.assessment-wrap .score-card section.result .chart-wrap .chart span:after {
  content: 'Total Score';
  position: absolute;
  bottom: -5px;
  left: 0;
  width: 100%;
  text-align: center;
  font-size: 15px;
  color: #b3bbbe;
}
.assessment-wrap .score-card section.result .score-list {
  flex: 1;
  padding: 0 30px;
}
.assessment-wrap .score-card section.result .score-list .score-list-item {
  display: flex;
  margin-bottom: 30px;
}
.assessment-wrap .score-card section.result .score-list .score-list-item:last-child {
  margin-bottom: 0;
}
.assessment-wrap .score-card section.result .score-list .score-list-item .option-label {
  width: 120px;
  text-align: left;
  font-size: 16px;
  color: #373b41;
}
.assessment-wrap .score-card section.result .score-list .score-list-item .score-horizontal-progress {
  flex: 1;
  margin: auto;
  text-align: left;
}
.assessment-wrap .score-card section.result .score-list .score-list-item .comment-teacher {
  flex: 1;
  text-align: left;
  color: #373b41;
  font-size: 16px;
}
.assessment-wrap .score-card section.result .score-list .score-list-item .comment-teacher .graded-by {
  color: #b3bbbe;
}
.assessment-wrap .score-card section.result .score-list .score-list-item .score-numerics {
  width: 50px;
  text-align: right;
  font-size: 19px;
  color: #373b41;
  vertical-align: top;
  margin-top: -2px;
}
.assessment-wrap .score-card section.result .score-list .score-list-item .score-numerics .completed {
  color: #4fd2c2;
}
.assessment-wrap .assessment-comment-wrap .correct-answer {
  margin-top: 14px;
  margin-bottom: 10px;
}
.assessment-wrap .assessment-comment-wrap .correct-answer > span {
  font-weight: 600;
  color: #4cc889;
}
.assessment-wrap .assessment-comment-wrap .feedback > span {
  font-weight: 600;
  color: #39a6ed;
}
.assessment-wrap .assessment-comment-wrap .teachers-comment > span,
.assessment-wrap .assessment-comment-wrap .your-answer > span {
  font-weight: 600;
  color: rgba(55, 59, 65, 0.8);
}
.highlight_answer {
  font-weight: 600;
}
.your-feedback-wrap {
  margin-top: 14px;
}
.your-feedback-wrap > div + div {
  margin-top: 20px;
}
.your-feedback-wrap .select-true-or-false > span {
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  width: 36px;
  height: 36px;
  vertical-align: top;
  display: inline-block;
  text-align: center;
  line-height: 36px;
  border-style: solid;
  border-width: 1px;
  cursor: pointer;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.your-feedback-wrap .select-true-or-false > span + span {
  margin-left: 15px;
}
.your-feedback-wrap .select-true-or-false .true {
  border-color: #4cc889;
  color: #4cc889;
  font-size: 9px;
  -webkit-text-stroke: .5px;
}
.your-feedback-wrap .select-true-or-false .true.selected {
  color: #ffffff;
  background: #4cc889;
}
.your-feedback-wrap .select-true-or-false .false {
  border-color: #ff5959;
  color: #ff5959;
  font-size: 9px;
  -webkit-text-stroke: .5px;
}
.your-feedback-wrap .select-true-or-false .false.selected {
  color: #ffffff;
  background: #ff5959;
}
.your-feedback-wrap .your-comment-wrap.comment-open .add-comment {
  font-size: 15px;
  font-weight: 600;
  color: rgba(55, 59, 65, 0.7);
}
.your-feedback-wrap .your-comment-wrap .add-comment {
  font-size: 15px;
  font-weight: 600;
  color: #39a6ed;
}
.your-feedback-wrap .comment-form-group .comment-input {
  margin: 10px 0 15px;
}
.your-feedback-wrap .comment-form-group .comment-input.comment-added {
  border-color: #eaeaea;
  background: rgba(234, 234, 234, 0.3);
  color: rgba(85, 85, 85, 0.6);
  cursor: auto;
}
.your-feedback-wrap .comment-form-group .action-controls {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  font-weight: 600;
  min-height: 21px;
}
.your-feedback-wrap .comment-form-group .action-controls a + a:before {
  content: '|';
  padding: 0 10px;
  color: #373b41;
}
.your-feedback-wrap .comment-form-group .action-controls .save {
  color: #4cc889;
}
.your-feedback-wrap .comment-form-group .action-controls .cancel {
  color: #ff5959;
}
.your-feedback-wrap .comment-form-group .action-controls .edit {
  font-size: 15px;
  font-weight: 600;
  color: rgba(55, 59, 65, 0.7);
}
.your-feedback-wrap .comment-form-group .action-controls .delete {
  font-size: 15px;
  font-weight: 600;
  color: #f96b6a;
}
.assessment-total-count {
  font-size: 16px;
  font-weight: 600;
  color: #39a6ed;
}
.no-flexbox {
  /*font smoothing in safari 5*/
  /*lesson plan*/
}
.no-flexbox .login-form-wrap {
  width: 100%;
  position: absolute;
  height: 100%;
  z-index: 2;
}
.no-flexbox .login-form-wrap .login-box {
  width: 420px;
  left: 50%;
  margin-left: -210px;
  border-radius: 4px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.06), 0 2px 5px rgba(0, 0, 0, 0.12);
  padding: 60px 70px;
  position: absolute;
  min-height: 365px;
  -webkit-transform: translateY(-50%);
  top: 50%;
}
.no-flexbox .login-form-wrap .login-box .jason-logo {
  height: 60px;
  width: 141px;
  position: absolute;
  top: -76px;
  left: 50%;
  margin-left: -72px;
  background-image: url("../images/jason-logo-dark.png");
  background-repeat: no-repeat;
}
.no-flexbox .student-list .search-student {
  position: relative;
}
.no-flexbox .student-list .search-student .lnr {
  position: absolute;
  left: 20px;
  top: 0;
}
.no-flexbox .student-list .search-student .form-control {
  width: 100%;
  padding-left: 30px;
}
.no-flexbox .classroom-listing-wrap .classroom-list-item .classroom-list-footer a i {
  -webkit-text-stroke: 0.1px;
}
.no-flexbox .two-input-group:before,
.no-flexbox .two-input-group:after {
  content: " ";
  display: table;
}
.no-flexbox .two-input-group:after {
  clear: both;
}
.no-flexbox .two-input-group .form-control {
  float: left;
  width: 49%;
}
.no-flexbox .two-input-group .horizontal-seperator {
  float: left;
}
.no-flexbox .lesson-plan-wrap .lesson-plan-content {
  position: relative;
  min-height: 370px;
}
.no-flexbox .lesson-plan-wrap .lesson-plan-content nav {
  position: absolute;
  left: 0;
  height: 100%;
}
.no-flexbox .lesson-plan-wrap .lesson-plan-content > form {
  padding-left: 260px;
  width: 100%;
}
.tree,
.tree ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.tree ul {
  margin-left: 32px;
  position: relative;
  margin-top: 14px;
}
.tree ul ul {
  margin-left: .5em;
  margin-top: 14px;
}
.tree li {
  margin: 14px 0 0;
  padding: 0 1em;
  line-height: 2em;
  position: relative;
}
.tree li:first-child {
  margin-top: 0;
}
.tree > li a {
  font-size: 16px;
  font-weight: 500;
  color: rgba(55, 59, 65, 0.6);
}
.tree a {
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.tree a:hover {
  color: #63a5ef;
}
.tree a:hover .child-item-count {
  color: #63a5ef;
}
.tree li > a {
  padding-left: 70px;
}
.tree li.branch > a {
  padding-left: 40px;
}
.indicator {
  margin-right: 5px;
}
.tree li a {
  text-decoration: none;
  display: inline-block;
  position: relative;
  max-width: calc(100% - 50px);
}
.tree li button,
.tree li button:active,
.tree li button:focus {
  text-decoration: none;
  border: none;
  background: transparent;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  outline: 0;
}
.frameworks-wrapper {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
.frameworks-wrapper.no-flex {
  display: block;
}
.frameworks-wrapper .framework-tree-list-wrap {
  width: calc(100% - 100px);
}
.frameworks-wrapper .framework-tree-list-wrap .child-item-count {
  font-size: inherit;
  font-weight: 600;
  color: #373b41;
  padding-left: 5px;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.frameworks-wrapper .framework-tree-list-wrap .lnr {
  width: 24px;
  height: 24px;
  display: inline-block;
  border: 1px solid #96a3a4;
  color: #96a3a4;
  text-align: center;
  border-radius: 100%;
  vertical-align: top;
  line-height: 24px;
  margin-top: 2px;
}
.frameworks-wrapper .framework-tree-list-wrap .lnr.indicator + a {
  padding-left: 10px;
}
.frameworks-wrapper .framework-tree-list-wrap label + a {
  padding-left: 10px;
}
.frameworks-wrapper .framework-tree-list-wrap .lnr-down {
  font-size: 5px;
}
.frameworks-wrapper .framework-tree-list-wrap .lnr-down + a {
  color: #373b41;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.frameworks-wrapper .framework-tree-list-wrap .lnr-down + a:hover {
  color: #63a5ef;
}
.frameworks-wrapper .framework-tree-list-wrap .lnr-down + a:hover .child-item-count {
  color: #63a5ef;
}
.frameworks-wrapper .framework-tree-list-wrap .lnr-right {
  font-size: 11px;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.frameworks-wrapper .framework-tree-list-wrap .lnr-right:hover {
  background: #63a5ef;
  color: #ffffff;
  cursor: pointer;
  border-color: #63a5ef;
}
.frameworks-wrapper .framework-info {
  position: relative;
}
.frameworks-wrapper .framework-info .info-tooltip {
  width: 24px;
  height: 24px;
  background: rgba(0, 0, 0, 0.05);
  display: inline-block;
  border-radius: 100%;
  text-align: center;
  font-weight: bold;
  line-height: 24px;
  margin-right: 5px;
  cursor: pointer;
}
.frameworks-wrapper .framework-info .info-tooltip:hover + .info-tooltip-content {
  display: block;
}
.frameworks-wrapper .framework-info .info-tooltip-content {
  display: none;
  position: absolute;
  background: #87ccf9;
  border-radius: 5px;
  color: #ffffff;
  width: 310px;
  right: -25px;
  padding: 24px 24px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.15);
  top: 40px;
  line-height: 22px;
  z-index: 2;
}
.frameworks-wrapper .framework-info .info-tooltip-content:before {
  content: '';
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
  border-width: 10px;
  position: absolute;
  top: -20px;
  right: 55px;
  border-bottom-color: #87ccf9;
}
.advance-search-header {
  border-bottom: 1px solid #eef2f4;
  flex: 0 1 100%;
  margin-bottom: 20px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
}
.advance-search-header .bootstrap-select {
  margin-top: -12px;
  min-width: 350px;
}
@media only screen and (min-width: 768px) {
  .advance-search-header .bootstrap-select {
    max-width: 140px;
    min-width: 140px;
  }
}
@media only screen and (min-width: 992px) {
  .advance-search-header .bootstrap-select {
    max-width: inherit;
    min-width: 254px;
  }
}
@media only screen and (min-width: 1200px) {
  .advance-search-header .bootstrap-select {
    max-width: inherit;
    min-width: 320px;
  }
}
.advance-search-header .dropdown-header {
  font-size: 15px;
  font-weight: 600;
  color: rgba(55, 59, 65, 0.7);
}
.advance-search-header .btn-group {
  position: relative;
}
.advance-search-header .form-group {
  margin-bottom: 25px;
}
.advance-search-header .form-group + .form-group {
  margin-left: 60px;
  flex-grow: 1;
}
.advance-search-header .form-group .bootstrap-select + .bootstrap-select {
  margin-left: 10px;
  float: right;
}
.advance-search-header .show-more-loader-advanced-search {
  display: inline-block;
  vertical-align: top;
  /* margin-left: 20px; */
  position: absolute;
  top: 8px;
  z-index: 2;
  left: -5px;
  background: #fff;
  width: calc(100% - 47px);
  height: 24px;
}
.advance-search-header .show-more-loader-advanced-search .loader-wrap.page-loader {
  margin-left: 0;
  left: 0;
}
.show-more-loader-advanced-search {
  display: inline-block;
  vertical-align: top;
  margin-left: 20px;
}
.advanced-search-breadcrumb-wrapper {
  background: #ffffff;
  position: relative;
  padding-top: 24px;
}
.advanced-search-breadcrumb-wrapper h1 {
  line-height: 41px;
}
.advanced-search-breadcrumb-wrapper p {
  color: #b3bbbe;
}
.advanced-search-breadcrumb-wrapper p .next-dir {
  font-family: 'jason-learning' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  vertical-align: top;
  margin-top: 7px;
  padding: 0 6px;
  font-size: 10px;
  font-weight: bold;
  color: #373b41;
}
.advanced-search-breadcrumb-wrapper p .next-dir:before {
  content: "\e902";
}
.advanced-search-breadcrumb-wrapper p .next-dir:first-child {
  display: none;
}
.advanced-search-breadcrumb-wrapper .detail-page-title {
  padding-left: 50px;
  min-height: 52px;
}
.advanced-search-breadcrumb-wrapper .go-back {
  position: absolute;
  width: 30px;
  height: 30px;
  border: 2px solid #39a6ed;
  left: 15px;
  top: 5px;
  border-radius: 30px;
}
.advanced-search-breadcrumb-wrapper .go-back .lnr-back {
  font-size: 26px;
  font-weight: bold;
  color: #39a6ed;
}
.advanced-search-breadcrumb-wrapper .breadcrumb {
  margin-bottom: 0;
  padding: 32px 0 12px;
  background: transparent;
  font-size: 15px;
  font-weight: 500;
  color: #373b41;
}
.advanced-search-breadcrumb-wrapper .breadcrumb .active {
  font-size: 15px;
  font-weight: 500;
  color: #373b41;
}
.advanced-search-breadcrumb-wrapper .breadcrumb .lnr {
  padding-right: 10px;
  color: #96a3a4;
}
#advancedSearchProgressBarLine {
  position: absolute;
  left: -30px;
  top: -1px;
  background: #fff;
  visibility: visible;
  opacity: 1;
  transition: visibility 0s, opacity 0.5s linear;
}
#advancedSearchProgressBarLine.hide {
  display: block !important;
  visibility: hidden;
  opacity: 0;
  transition: visibility 0s, opacity 0.5s linear;
}
.spinner {
  animation: rotator 1.4s linear infinite;
}
@keyframes rotator {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(270deg);
  }
}
.path {
  stroke-dasharray: 187;
  stroke-dashoffset: 0;
  transform-origin: center;
  animation: dash 1.4s ease-in-out infinite;
  stroke: #63a5ef;
}
@keyframes colors {
  0% {
    stroke: #4285F4;
  }
  25% {
    stroke: #DE3E35;
  }
  50% {
    stroke: #F7C223;
  }
  75% {
    stroke: #1B9A59;
  }
  100% {
    stroke: #4285F4;
  }
}
@keyframes dash {
  0% {
    stroke-dashoffset: 187;
  }
  50% {
    stroke-dashoffset: 46.75;
    transform: rotate(135deg);
  }
  100% {
    stroke-dashoffset: 187;
    transform: rotate(450deg);
  }
}
/*@import url(https://fonts.googleapis.com/css?family=Source+Sans+Pro:300,400,400italic,600,700);*/
/* utility classes*/
.no-pointer-events {
  pointer-events: none;
}
.full-width {
  width: 100%;
}
/*spacing variables*/
/*radio button styles*/
/* Custom radio buttons */
input[type="radio"] + label {
  display: inline-block;
  cursor: pointer;
  position: relative;
  padding-left: 24px;
  font-size: 15px;
  font-weight: normal;
}
input[type="radio"] + label:before {
  content: "";
  display: block;
  width: 18px;
  height: 18px;
  margin-right: 14px;
  position: absolute;
  top: 2px;
  left: 0;
  border: 1px solid #adabb1;
  background-color: #ffffff;
  border-radius: 50%;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
input[type="radio"] + label:after {
  content: "";
  display: block;
  position: absolute;
  top: 5px;
  left: 3px;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: #74b6f2;
  opacity: 0;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
input[type="radio"] {
  display: none !important;
  *display: inline;
}
input[type="radio"]:checked + label:before {
  border: 1px solid #74b6f2;
}
input[type="radio"]:checked + label:after {
  opacity: 1;
}
/*switch styles*/
/* Switch Container */
.switch {
  position: relative;
  display: inline-block;
  vertical-align: top;
  margin-top: 2px;
  /* Hide the checkbox input (only needed for `:checked` property) */
}
.switch .switch-input[type="checkbox"] {
  display: none;
}
.switch .switch-input[type="checkbox"][disabled] + label:before {
  cursor: default;
  background-color: #eeeeee !important;
  border-color: #ccc !important;
}
.switch .switch-input[type="checkbox"][disabled] + label:after {
  cursor: default;
}
.switch .switch-input[type="checkbox"] + label {
  display: block;
  width: 30px;
  height: 15px;
  text-indent: -150%;
  clip: rect(0 0 0 0);
  color: transparent;
  user-select: none;
  /* Switch Rail & Knob */
  /* Switch Rail */
  /* Switch Knob */
}
.switch .switch-input[type="checkbox"] + label:before,
.switch .switch-input[type="checkbox"] + label:after {
  content: "";
  display: block;
  position: absolute;
  cursor: pointer;
}
.switch .switch-input[type="checkbox"] + label:before {
  width: 100%;
  height: 100%;
  background-color: #e2e7ee;
  border-color: #e2e7ee;
  border-radius: 9999em;
  transition: background-color 0.25s ease;
}
.switch .switch-input[type="checkbox"] + label:after {
  top: 4px;
  left: 2px;
  width: 11px;
  height: 11px;
  border-radius: 50%;
  background-color: #ffffff;
  transition: left 0.25s ease;
  opacity: 1;
}
.switch .switch-input[type="checkbox"]:checked + label {
  /* Switch Rail */
  /* Switch Knob */
}
.switch .switch-input[type="checkbox"]:checked + label:before {
  background-color: #74b6f2;
  border-color: #74b6f2;
}
.switch .switch-input[type="checkbox"]:checked + label:after {
  left: 17px;
  opacity: 1;
}
/*custom checkbox styles*/
/* Custom checkbox */
input[type="checkbox"] + label {
  display: inline-block;
  cursor: pointer;
  position: relative;
  padding-left: 24px;
  font-size: 15px;
  font-weight: normal;
  vertical-align: top;
}
input[type="checkbox"] + label:before {
  content: "";
  display: block;
  width: 18px;
  height: 18px;
  margin-right: 14px;
  position: absolute;
  top: 2px;
  left: 0;
  border: 1px solid #adabb1;
  background-color: #ffffff;
  border-radius: 2px;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
input[type="checkbox"] + label:after {
  content: "\e920";
  font-family: 'jason-learning' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  font-size: 12px;
  line-height: 18px;
  color: #ffffff;
  display: block;
  position: absolute;
  top: 2px;
  left: 3px;
  width: 18px;
  height: 18px;
  border-radius: 2px;
  opacity: 0;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
input[type="checkbox"] {
  display: none !important;
  *display: inline;
}
input[type="checkbox"][disabled] + label {
  opacity: 0.3;
  cursor: not-allowed;
}
input[type="checkbox"]:checked + label:before {
  border: 1px solid #74b6f2;
  background-color: #74b6f2;
  border-radius: 2px;
}
input[type="checkbox"]:checked + label:after {
  opacity: 1;
}
input[type="checkbox"][intermediate="true"] {
  display: none !important;
  *display: inline;
}
input[type="checkbox"][intermediate="true"] + label:before {
  border: 1px solid #74b6f2;
  background-color: #74b6f2;
  border-radius: 2px;
  box-shadow: 0 0 0 2px #fff inset;
}
.no-touch .classroom-listing-wrap .classroom-list-item .classroom-list-header:hover .go-to-classroom-wrap {
  opacity: 1;
}
.no-touch .classroom-listing-wrap .classroom-list-item .classroom-list-header:hover .go-to-classroom-wrap .btn.btn-default {
  transform: translateY(0);
  opacity: 1;
}
.touch .classroom-listing-wrap .classroom-list-item .classroom-list-header .go-to-classroom-wrap .open-EditCommunityDialog {
  transform: translateY(-200px);
  -webkit-transition: transform 0.4s linear;
  -moz-transition: transform 0.4s linear;
  -o-transition: transform 0.4s linear;
  transition: transform 0.4s linear;
}
.touch .classroom-listing-wrap .classroom-list-item .classroom-list-header .go-to-classroom-wrap .btn.btn-default {
  transform: translateY(-250%);
}
.touch .classroom-listing-wrap .classroom-list-item .classroom-list-header:active .go-to-classroom-wrap,
.touch .classroom-listing-wrap .classroom-list-item .classroom-list-header:hover .go-to-classroom-wrap {
  opacity: 1;
}
.touch .classroom-listing-wrap .classroom-list-item .classroom-list-header:active .go-to-classroom-wrap .open-EditCommunityDialog,
.touch .classroom-listing-wrap .classroom-list-item .classroom-list-header:hover .go-to-classroom-wrap .open-EditCommunityDialog,
.touch .classroom-listing-wrap .classroom-list-item .classroom-list-header:active .go-to-classroom-wrap .btn.btn-default,
.touch .classroom-listing-wrap .classroom-list-item .classroom-list-header:hover .go-to-classroom-wrap .btn.btn-default {
  transform: translateY(0);
  opacity: 1;
}
/*animations*/
@keyframes ring {
  0% {
    transform: rotate(0deg);
  }
  5% {
    transform: rotate(45deg);
  }
  10% {
    transform: rotate(-40deg);
  }
  15% {
    transform: rotate(20deg);
  }
  20% {
    transform: rotate(-15deg);
  }
  25% {
    transform: rotate(10deg);
  }
  30% {
    transform: rotate(-5deg);
  }
  35% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(0deg);
  }
}
@-webkit-keyframes jump {
  0% {
    width: 8px;
    height: 8px;
    margin-left: 0;
    margin-top: 0;
    background: transparent;
  }
  45% {
    width: 10px;
    height: 10px;
    margin-left: -2px;
    margin-top: -4px;
    box-shadow: 0 12px 16px rgba(0, 0, 0, 0.4);
    background: #74b6f2;
  }
  90% {
    width: 8px;
    height: 8px;
    margin-left: 0;
    margin-top: 0;
    background: transparent;
  }
  100% {
    width: 8px;
    height: 8px;
    margin-left: 0;
    margin-top: 0;
    background: transparent;
  }
}
@keyframes jump {
  0% {
    width: 8px;
    height: 8px;
    margin-left: 0;
    margin-top: 0;
    background: transparent;
  }
  45% {
    width: 10px;
    height: 10px;
    margin-left: -2px;
    margin-top: -4px;
    box-shadow: 0 12px 16px rgba(0, 0, 0, 0.4);
    background: #74b6f2;
  }
  90% {
    width: 8px;
    height: 8px;
    margin-left: 0;
    margin-top: 0;
    background: transparent;
  }
  100% {
    width: 8px;
    height: 8px;
    margin-left: 0;
    margin-top: 0;
    background: transparent;
  }
}
@-webkit-keyframes jump-light {
  0% {
    width: 8px;
    height: 8px;
    margin-left: 0;
    margin-top: 0;
    background: transparent;
  }
  45% {
    width: 10px;
    height: 10px;
    margin-left: -2px;
    margin-top: -4px;
    box-shadow: 0 12px 16px rgba(0, 0, 0, 0.4);
    background: #ffffff;
  }
  90% {
    width: 8px;
    height: 8px;
    margin-left: 0;
    margin-top: 0;
    background: transparent;
  }
  100% {
    width: 8px;
    height: 8px;
    margin-left: 0;
    margin-top: 0;
    background: transparent;
  }
}
@keyframes jump-light {
  0% {
    width: 8px;
    height: 8px;
    margin-left: 0;
    margin-top: 0;
    background: transparent;
  }
  45% {
    width: 10px;
    height: 10px;
    margin-left: -2px;
    margin-top: -4px;
    box-shadow: 0 12px 16px rgba(0, 0, 0, 0.4);
    background: #ffffff;
  }
  90% {
    width: 8px;
    height: 8px;
    margin-left: 0;
    margin-top: 0;
    background: transparent;
  }
  100% {
    width: 8px;
    height: 8px;
    margin-left: 0;
    margin-top: 0;
    background: transparent;
  }
}
html {
  height: 100%;
}
/*generic styles*/
.pull-right,
.vertical-tiles-list-wrap .assignment-activities-wrap .vertical-list-item .assignment-activities-details h2 section,
.result-vertical-list .vertical-list-item .assignment-activities-details h2 section {
  float: right;
}
.pull-left {
  float: left;
}
.clearfix:before,
.clearfix:after {
  display: table;
  content: " ";
}
.clearfix:after {
  clear: both;
}
.show-more-content {
  margin-top: -8px;
}
input:required,
textarea:required {
  box-shadow: none;
}
input:invalid,
textarea:invalid {
  box-shadow: none;
}
/*tooltip styles*/
.tooltip {
  position: absolute;
  z-index: 1030;
  display: block;
  font-size: 12px;
  line-height: 1.4;
  opacity: 0;
  filter: alpha(opacity=0);
  visibility: visible;
}
.tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.tooltip.top {
  padding: 5px 0;
  margin-top: -3px;
}
.tooltip.right {
  padding: 0 5px;
  margin-left: 3px;
}
.tooltip.bottom {
  padding: 5px 0;
  margin-top: 3px;
}
.tooltip.left {
  padding: 0 5px;
  margin-left: -3px;
}
.tooltip .tooltip-inner {
  max-width: 200px;
  padding: 8px 24px;
  color: #ffffff;
  text-align: center;
  text-decoration: none;
  background-color: #77808d;
  font-size: 12px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.06), 0 2px 5px rgba(0, 0, 0, 0.12);
  -moz-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.06), 0 2px 5px rgba(0, 0, 0, 0.12);
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.06), 0 2px 5px rgba(0, 0, 0, 0.12);
}
.tooltip .tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-top-color: #77808d;
  border-width: 5px 5px 0;
}
.tooltip.top-left .tooltip-arrow {
  bottom: 0;
  left: 5px;
  border-top-color: #77808d;
  border-width: 5px 5px 0;
}
.tooltip.top-right .tooltip-arrow {
  right: 5px;
  bottom: 0;
  border-top-color: #77808d;
  border-width: 5px 5px 0;
}
.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-right-color: #77808d;
  border-width: 5px 5px 5px 0;
}
.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-left-color: #77808d;
  border-width: 5px 0 5px 5px;
}
.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-bottom-color: #77808d;
  border-width: 0 5px 5px;
}
.tooltip.bottom-left .tooltip-arrow {
  top: 0;
  left: 5px;
  border-bottom-color: #77808d;
  border-width: 0 5px 5px;
}
.tooltip.bottom-right .tooltip-arrow {
  top: 0;
  right: 5px;
  border-bottom-color: #77808d;
  border-width: 0 5px 5px;
}
.vertical-alignment-helper {
  display: table;
  height: 100%;
  width: 100%;
}
.vertical-alignment-helper .modal-dialog {
  /* To center vertically */
  display: table-cell;
  vertical-align: middle;
}
.vertical-alignment-helper .modal-dialog .confirmation-text {
  font-size: 14px;
  font-weight: 600;
  color: #96a3a4;
}
.vertical-alignment-helper .modal-dialog .confirmation-text.lesson-plan-copied {
  font-size: 14px;
  font-weight: 600;
  color: #39a6ed;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  border: 1px solid rgba(57, 166, 237, 0.1);
  height: 44px;
  line-height: 44px;
}
.vertical-alignment-helper .modal-dialog.shareing-links-modal {
  width: 600px;
}
.vertical-alignment-helper .modal-dialog.share-resources-with-classroom {
  width: 900px;
}
.vertical-alignment-helper .modal-dialog .modal-header.no-border {
  border-bottom: 0;
}
.vertical-alignment-helper .modal-dialog .modal-button-wrap {
  display: flex;
}
.vertical-alignment-helper .modal-dialog .modal-header {
  border-bottom: 0;
}
.vertical-alignment-helper .modal-dialog .modal-body {
  padding: 10px 36px 40px;
}
.vertical-alignment-helper .modal-dialog .action-buttons {
  margin-top: 20px;
  text-align: center;
}
.vertical-alignment-helper .modal-dialog .action-buttons .btn {
  vertical-align: top;
}
.vertical-alignment-helper .modal-dialog .action-buttons.add-resource-to-assignment {
  margin-top: 0px;
}
.vertical-alignment-helper .modal-dialog .action-buttons.add-resource-to-assignment .add-resource-btn {
  width: 100%;
  background: #eef2f4;
  border-color: #eef2f4;
  color: #39a6ed;
  height: 76px;
}
.vertical-alignment-helper .modal-dialog .resource-added-to-assignment {
  background: #eef2f4;
  border-color: #eef2f4;
  min-height: 76px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.vertical-alignment-helper .modal-dialog .resource-added-to-assignment .tooltip.in {
  opacity: 0;
}
.vertical-alignment-helper .modal-dialog .resource-added-to-assignment .action-buttons.add-resource-to-assignment {
  float: right;
  margin-right: 15px;
  margin-top: 16px;
  position: relative;
  z-index: 0;
}
.vertical-alignment-helper .modal-dialog .resource-added-to-assignment .action-buttons.add-resource-to-assignment .add-resource-btn {
  width: 20px;
  background: transparent;
  border-color: #cccccc;
  color: #39a6ed;
  height: 44px;
  text-indent: -9999px;
  padding: 10px 20px;
  z-index: 1;
}
.vertical-alignment-helper .modal-dialog .resource-added-to-assignment .action-buttons.add-resource-to-assignment:before {
  content: '\e922';
  font-family: 'jason-learning' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  font-size: 18px;
  position: absolute;
  top: 13px;
  left: 13px;
  color: #96a3a4;
  z-index: -1;
}
.vertical-alignment-helper .modal-dialog .resource-added-to-assignment > .gallery-item-info {
  float: left;
  width: 70%;
  text-align: left;
}
.vertical-alignment-helper .modal-dialog .resource-added-to-assignment > .gallery-item-info .selected-resource-item {
  width: 100%;
  padding: 0;
}
.vertical-alignment-helper .modal-dialog .resource-added-to-assignment > .gallery-item-info .selected-resource-item input[type=checkbox] + label,
.vertical-alignment-helper .modal-dialog .resource-added-to-assignment > .gallery-item-info .selected-resource-item input[name=resourceIds] + label {
  width: 100%;
  padding: 10px 0 0 10px;
  margin-bottom: 0;
}
.vertical-alignment-helper .modal-dialog .resource-added-to-assignment > .gallery-item-info .selected-resource-item input[type=checkbox] + label:before,
.vertical-alignment-helper .modal-dialog .resource-added-to-assignment > .gallery-item-info .selected-resource-item input[name=resourceIds] + label:before {
  width: 100%;
  height: 100%;
  background: transparent;
  border: 2px solid transparent;
  top: 0;
  border-radius: 4px;
  margin: 0;
}
.vertical-alignment-helper .modal-dialog .resource-added-to-assignment > .gallery-item-info .selected-resource-item input[type=checkbox] + label:after,
.vertical-alignment-helper .modal-dialog .resource-added-to-assignment > .gallery-item-info .selected-resource-item input[name=resourceIds] + label:after {
  color: transparent;
  left: auto;
  top: auto;
  right: 8px;
  background: transparent;
  border-radius: 100%;
  text-align: center;
  line-height: 20px;
  font-weight: 100;
  bottom: 8px;
  font-size: 10px;
}
.vertical-alignment-helper .modal-dialog .resource-added-to-assignment > .gallery-item-info .selected-resource-item input[type=checkbox]:checked + label:before,
.vertical-alignment-helper .modal-dialog .resource-added-to-assignment > .gallery-item-info .selected-resource-item input[name=resourceIds]:checked + label:before {
  border: none;
}
.vertical-alignment-helper .modal-dialog .resource-added-to-assignment > .gallery-item-info .selected-resource-item .gallery-item-info {
  margin-top: 0;
}
.vertical-alignment-helper .modal-dialog .resource-added-to-assignment > .gallery-item-info .selected-resource-item .gallery-item-info .image-wrapper {
  display: inline-block;
  width: 90px;
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.05) inset;
  border: 0;
  vertical-align: top;
  margin: 0;
}
.vertical-alignment-helper .modal-dialog .resource-added-to-assignment > .gallery-item-info .selected-resource-item .gallery-item-info .image-wrapper .image-holder {
  height: 55px;
  display: block;
  background-size: cover;
}
.vertical-alignment-helper .modal-dialog .resource-added-to-assignment > .gallery-item-info .selected-resource-item .gallery-item-info .image-wrapper .image-holder.no-image-available {
  background-image: none !important;
  background-color: #b07df2;
  position: relative;
  /*activities*/
  /*articles*/
  /*assessments*/
  /*curricula*/
  /*games*/
  /*images*/
  /*teacher*/
  /*videos*/
  /*vocab terms*/
  /*web links*/
  /*journal*/
  /*generic*/
}
.vertical-alignment-helper .modal-dialog .resource-added-to-assignment > .gallery-item-info .selected-resource-item .gallery-item-info .image-wrapper .image-holder.no-image-available:before {
  content: attr(data-initials);
  position: absolute;
  font-size: 32px;
  color: rgba(255, 255, 255, 0.7);
  text-align: center;
  width: 100%;
  height: 100%;
  line-height: 90px;
}
.vertical-alignment-helper .modal-dialog .resource-added-to-assignment > .gallery-item-info .selected-resource-item .gallery-item-info .image-wrapper .image-holder.no-image-available.Laboratory,
.vertical-alignment-helper .modal-dialog .resource-added-to-assignment > .gallery-item-info .selected-resource-item .gallery-item-info .image-wrapper .image-holder.no-image-available.FieldAssignment,
.vertical-alignment-helper .modal-dialog .resource-added-to-assignment > .gallery-item-info .selected-resource-item .gallery-item-info .image-wrapper .image-holder.no-image-available.Activity {
  background: url("../images/new-icon-sprite-half.png") no-repeat 25px -847px, linear-gradient(#41aae9, #326893) !important;
}
.vertical-alignment-helper .modal-dialog .resource-added-to-assignment > .gallery-item-info .selected-resource-item .gallery-item-info .image-wrapper .image-holder.no-image-available.Laboratory:before,
.vertical-alignment-helper .modal-dialog .resource-added-to-assignment > .gallery-item-info .selected-resource-item .gallery-item-info .image-wrapper .image-holder.no-image-available.FieldAssignment:before,
.vertical-alignment-helper .modal-dialog .resource-added-to-assignment > .gallery-item-info .selected-resource-item .gallery-item-info .image-wrapper .image-holder.no-image-available.Activity:before {
  content: '';
}
.vertical-alignment-helper .modal-dialog .resource-added-to-assignment > .gallery-item-info .selected-resource-item .gallery-item-info .image-wrapper .image-holder.no-image-available.Article,
.vertical-alignment-helper .modal-dialog .resource-added-to-assignment > .gallery-item-info .selected-resource-item .gallery-item-info .image-wrapper .image-holder.no-image-available.InterDisciplinary,
.vertical-alignment-helper .modal-dialog .resource-added-to-assignment > .gallery-item-info .selected-resource-item .gallery-item-info .image-wrapper .image-holder.no-image-available.InterdisciplinaryConnection {
  background: url("../images/new-icon-sprite-half.png") no-repeat 25px -562px, linear-gradient(#41aae9, #326893) !important;
}
.vertical-alignment-helper .modal-dialog .resource-added-to-assignment > .gallery-item-info .selected-resource-item .gallery-item-info .image-wrapper .image-holder.no-image-available.Article:before,
.vertical-alignment-helper .modal-dialog .resource-added-to-assignment > .gallery-item-info .selected-resource-item .gallery-item-info .image-wrapper .image-holder.no-image-available.InterDisciplinary:before,
.vertical-alignment-helper .modal-dialog .resource-added-to-assignment > .gallery-item-info .selected-resource-item .gallery-item-info .image-wrapper .image-holder.no-image-available.InterdisciplinaryConnection:before {
  content: '';
}
.vertical-alignment-helper .modal-dialog .resource-added-to-assignment > .gallery-item-info .selected-resource-item .gallery-item-info .image-wrapper .image-holder.no-image-available.Assessment,
.vertical-alignment-helper .modal-dialog .resource-added-to-assignment > .gallery-item-info .selected-resource-item .gallery-item-info .image-wrapper .image-holder.no-image-available.AssessmentQuestion {
  background: url("../images/new-icon-sprite-half.png") no-repeat 29px -940px, linear-gradient(#41aae9, #326893) !important;
}
.vertical-alignment-helper .modal-dialog .resource-added-to-assignment > .gallery-item-info .selected-resource-item .gallery-item-info .image-wrapper .image-holder.no-image-available.Assessment:before,
.vertical-alignment-helper .modal-dialog .resource-added-to-assignment > .gallery-item-info .selected-resource-item .gallery-item-info .image-wrapper .image-holder.no-image-available.AssessmentQuestion:before {
  content: '';
}
.vertical-alignment-helper .modal-dialog .resource-added-to-assignment > .gallery-item-info .selected-resource-item .gallery-item-info .image-wrapper .image-holder.no-image-available.Curriculam,
.vertical-alignment-helper .modal-dialog .resource-added-to-assignment > .gallery-item-info .selected-resource-item .gallery-item-info .image-wrapper .image-holder.no-image-available.CurriculamSection {
  background: url("../images/new-icon-sprite-half.png") no-repeat 26px -278px, linear-gradient(#41aae9, #326893) !important;
}
.vertical-alignment-helper .modal-dialog .resource-added-to-assignment > .gallery-item-info .selected-resource-item .gallery-item-info .image-wrapper .image-holder.no-image-available.Curriculam:before,
.vertical-alignment-helper .modal-dialog .resource-added-to-assignment > .gallery-item-info .selected-resource-item .gallery-item-info .image-wrapper .image-holder.no-image-available.CurriculamSection:before {
  content: '';
}
.vertical-alignment-helper .modal-dialog .resource-added-to-assignment > .gallery-item-info .selected-resource-item .gallery-item-info .image-wrapper .image-holder.no-image-available.Games,
.vertical-alignment-helper .modal-dialog .resource-added-to-assignment > .gallery-item-info .selected-resource-item .gallery-item-info .image-wrapper .image-holder.no-image-available.Game {
  background: url("../images/new-icon-sprite-half.png") no-repeat 26px 7px, linear-gradient(#41aae9, #326893) !important;
}
.vertical-alignment-helper .modal-dialog .resource-added-to-assignment > .gallery-item-info .selected-resource-item .gallery-item-info .image-wrapper .image-holder.no-image-available.Games:before,
.vertical-alignment-helper .modal-dialog .resource-added-to-assignment > .gallery-item-info .selected-resource-item .gallery-item-info .image-wrapper .image-holder.no-image-available.Game:before {
  content: '';
}
.vertical-alignment-helper .modal-dialog .resource-added-to-assignment > .gallery-item-info .selected-resource-item .gallery-item-info .image-wrapper .image-holder.no-image-available.Diagram,
.vertical-alignment-helper .modal-dialog .resource-added-to-assignment > .gallery-item-info .selected-resource-item .gallery-item-info .image-wrapper .image-holder.no-image-available.Gallery,
.vertical-alignment-helper .modal-dialog .resource-added-to-assignment > .gallery-item-info .selected-resource-item .gallery-item-info .image-wrapper .image-holder.no-image-available.Photo {
  background: url("../images/new-icon-sprite-half.png") no-repeat 26px -656px, linear-gradient(#41aae9, #326893) !important;
}
.vertical-alignment-helper .modal-dialog .resource-added-to-assignment > .gallery-item-info .selected-resource-item .gallery-item-info .image-wrapper .image-holder.no-image-available.Diagram:before,
.vertical-alignment-helper .modal-dialog .resource-added-to-assignment > .gallery-item-info .selected-resource-item .gallery-item-info .image-wrapper .image-holder.no-image-available.Gallery:before,
.vertical-alignment-helper .modal-dialog .resource-added-to-assignment > .gallery-item-info .selected-resource-item .gallery-item-info .image-wrapper .image-holder.no-image-available.Photo:before {
  content: '';
}
.vertical-alignment-helper .modal-dialog .resource-added-to-assignment > .gallery-item-info .selected-resource-item .gallery-item-info .image-wrapper .image-holder.no-image-available.LessonPlan,
.vertical-alignment-helper .modal-dialog .resource-added-to-assignment > .gallery-item-info .selected-resource-item .gallery-item-info .image-wrapper .image-holder.no-image-available.TeachersGuide {
  background: url("../images/new-icon-sprite-half.png") no-repeat 23px -373px, linear-gradient(#41aae9, #326893) !important;
}
.vertical-alignment-helper .modal-dialog .resource-added-to-assignment > .gallery-item-info .selected-resource-item .gallery-item-info .image-wrapper .image-holder.no-image-available.LessonPlan:before,
.vertical-alignment-helper .modal-dialog .resource-added-to-assignment > .gallery-item-info .selected-resource-item .gallery-item-info .image-wrapper .image-holder.no-image-available.TeachersGuide:before {
  content: '';
}
.vertical-alignment-helper .modal-dialog .resource-added-to-assignment > .gallery-item-info .selected-resource-item .gallery-item-info .image-wrapper .image-holder.no-image-available.Video,
.vertical-alignment-helper .modal-dialog .resource-added-to-assignment > .gallery-item-info .selected-resource-item .gallery-item-info .image-wrapper .image-holder.no-image-available.Animation {
  background: url("../images/new-icon-sprite-half.png") no-repeat 26px 7px, linear-gradient(#41aae9, #326893) !important;
}
.vertical-alignment-helper .modal-dialog .resource-added-to-assignment > .gallery-item-info .selected-resource-item .gallery-item-info .image-wrapper .image-holder.no-image-available.Video:before,
.vertical-alignment-helper .modal-dialog .resource-added-to-assignment > .gallery-item-info .selected-resource-item .gallery-item-info .image-wrapper .image-holder.no-image-available.Animation:before {
  content: '';
}
.vertical-alignment-helper .modal-dialog .resource-added-to-assignment > .gallery-item-info .selected-resource-item .gallery-item-info .image-wrapper .image-holder.no-image-available.Vocabulary,
.vertical-alignment-helper .modal-dialog .resource-added-to-assignment > .gallery-item-info .selected-resource-item .gallery-item-info .image-wrapper .image-holder.no-image-available.VocabularyTerm {
  background: url("../images/new-icon-sprite-half.png") no-repeat 26px -751px, linear-gradient(#41aae9, #326893) !important;
}
.vertical-alignment-helper .modal-dialog .resource-added-to-assignment > .gallery-item-info .selected-resource-item .gallery-item-info .image-wrapper .image-holder.no-image-available.Vocabulary:before,
.vertical-alignment-helper .modal-dialog .resource-added-to-assignment > .gallery-item-info .selected-resource-item .gallery-item-info .image-wrapper .image-holder.no-image-available.VocabularyTerm:before {
  content: '';
}
.vertical-alignment-helper .modal-dialog .resource-added-to-assignment > .gallery-item-info .selected-resource-item .gallery-item-info .image-wrapper .image-holder.no-image-available.WebLink {
  background: url("../images/new-icon-sprite-half.png") no-repeat 26px -467px, linear-gradient(#41aae9, #326893) !important;
}
.vertical-alignment-helper .modal-dialog .resource-added-to-assignment > .gallery-item-info .selected-resource-item .gallery-item-info .image-wrapper .image-holder.no-image-available.WebLink:before {
  content: '';
}
.vertical-alignment-helper .modal-dialog .resource-added-to-assignment > .gallery-item-info .selected-resource-item .gallery-item-info .image-wrapper .image-holder.no-image-available.Journal,
.vertical-alignment-helper .modal-dialog .resource-added-to-assignment > .gallery-item-info .selected-resource-item .gallery-item-info .image-wrapper .image-holder.no-image-available.JournalQuestion {
  background: url("../images/new-icon-sprite-half.png") no-repeat 25px -87px, linear-gradient(#41aae9, #326893) !important;
}
.vertical-alignment-helper .modal-dialog .resource-added-to-assignment > .gallery-item-info .selected-resource-item .gallery-item-info .image-wrapper .image-holder.no-image-available.Journal:before,
.vertical-alignment-helper .modal-dialog .resource-added-to-assignment > .gallery-item-info .selected-resource-item .gallery-item-info .image-wrapper .image-holder.no-image-available.JournalQuestion:before {
  content: '';
}
.vertical-alignment-helper .modal-dialog .resource-added-to-assignment > .gallery-item-info .selected-resource-item .gallery-item-info .image-wrapper .image-holder.no-image-available.Generic {
  background: url("../images/new-icon-sprite-half.png") no-repeat 26px -184px, linear-gradient(#41aae9, #326893) !important;
}
.vertical-alignment-helper .modal-dialog .resource-added-to-assignment > .gallery-item-info .selected-resource-item .gallery-item-info .image-wrapper .image-holder.no-image-available.Generic:before {
  content: '';
}
.vertical-alignment-helper .modal-dialog .resource-added-to-assignment > .gallery-item-info .selected-resource-item .gallery-item-info .image-wrapper .image-holder.no-image-available.Audio {
  background: url("../images/new-icon-sprite-half.png") no-repeat 26px -1043px, linear-gradient(#41aae9, #326893) !important;
}
.vertical-alignment-helper .modal-dialog .resource-added-to-assignment > .gallery-item-info .selected-resource-item .gallery-item-info .image-wrapper .image-holder.no-image-available.Audio:before {
  content: '';
}
.vertical-alignment-helper .modal-dialog .resource-added-to-assignment > .gallery-item-info .selected-resource-item .gallery-item-info .resource-description {
  width: calc(100% - 100px);
  display: inline-block;
  padding-left: 14px;
}
.vertical-alignment-helper .modal-dialog .resource-added-to-assignment > .gallery-item-info .selected-resource-item .gallery-item-info .resource-description h1 {
  margin: 2px 0 4px;
  font-size: 16px;
  color: #373b41;
  font-weight: 400;
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  display: block;
}
.vertical-alignment-helper .modal-dialog .resource-added-to-assignment > .gallery-item-info .selected-resource-item .gallery-item-info .resource-description p {
  margin: 0;
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  display: block;
}
.vertical-alignment-helper .modal-dialog .modal-footer {
  text-align: center;
}
.vertical-alignment-helper .modal-dialog h1 {
  margin-bottom: 25px;
  font-size: 24px;
  font-weight: 300;
  color: #373b41;
}
.vertical-alignment-helper .modal-dialog p {
  margin: 0 auto 60px;
  width: 90%;
  color: #96a3a4;
}
.vertical-alignment-helper .modal-dialog.join-classroom-modal-dialogue {
  width: 420px;
}
.vertical-alignment-helper .modal-dialog.join-classroom-modal-dialogue .input-group-wrapper .input-group {
  width: 100%;
}
.vertical-alignment-helper .modal-dialog.join-classroom-modal-dialogue .input-group-wrapper .input-group .form-control {
  height: 44px;
  width:  calc(100% - 120px);
}
.vertical-alignment-helper .modal-dialog.join-classroom-modal-dialogue .input-group-wrapper .input-group .form-control:focus {
  border-color: #7fda90;
}
.vertical-alignment-helper .modal-dialog.join-classroom-modal-dialogue .input-group-wrapper .input-group .btn {
  min-width: 120px;
  cursor: pointer;
  height: 44px;
}
.vertical-alignment-helper .modal-dialog.join-classroom-modal-dialogue .input-group-wrapper .input-group .btn:disabled {
  background: #b3bbbe;
  border-color: #b3bbbe;
  cursor: not-allowed;
}
.vertical-alignment-helper .modal-dialog.join-classroom-modal-dialogue .input-group-wrapper .alert.alert-danger {
  position: relative;
  margin-bottom: 0;
  width: calc(100% - 120px);
}
.vertical-alignment-helper .modal-dialog.join-classroom-modal-dialogue .input-group-wrapper .alert.alert-danger:before {
  position: absolute;
  top: -7px;
  left: 9px;
  display: inline-block;
  border-right: 7px solid transparent;
  border-bottom: 7px solid #ffafaf;
  border-left: 7px solid transparent;
  border-bottom-color: #ffafaf;
  content: '';
}
.vertical-alignment-helper .modal-dialog.join-classroom-modal-dialogue .input-group-wrapper .alert.alert-danger:after {
  position: absolute;
  top: -6px;
  left: 10px;
  display: inline-block;
  border-right: 6px solid transparent;
  border-bottom: 6px solid #ffafaf;
  border-left: 6px solid transparent;
  content: '';
}
.vertical-alignment-helper .modal-dialog.join-classroom-modal-dialogue .form-control[disabled] {
  cursor: default;
}
.vertical-alignment-helper .modal-dialog.add-student-modal {
  width: 750px;
}
@media only screen and (min-width: 768px) {
  .vertical-alignment-helper .modal-dialog.add-resource-classroom,
  .vertical-alignment-helper .modal-dialog.add-assignment-classroom {
    width: 700px;
  }
}
@media only screen and (min-width: 992px) {
  .vertical-alignment-helper .modal-dialog.add-resource-classroom,
  .vertical-alignment-helper .modal-dialog.add-assignment-classroom {
    width: 900px;
  }
}
@media only screen and (min-width: 1200px) {
  .vertical-alignment-helper .modal-dialog.add-resource-classroom,
  .vertical-alignment-helper .modal-dialog.add-assignment-classroom {
    width: 1100px;
  }
}
.vertical-alignment-helper .modal-dialog.add-resource-classroom .modal-body,
.vertical-alignment-helper .modal-dialog.add-assignment-classroom .modal-body {
  min-height: 582px;
}
@media only screen and (min-width: 768px) {
  .vertical-alignment-helper .modal-dialog.add-assignment-classroom .modal-body {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media only screen and (min-width: 992px) {
  .vertical-alignment-helper .modal-dialog.add-assignment-classroom .modal-body {
    padding-left: 100px;
    padding-right: 100px;
  }
}
@media only screen and (min-width: 1200px) {
  .vertical-alignment-helper .modal-dialog.add-assignment-classroom .modal-body {
    padding-left: 100px;
    padding-right: 100px;
  }
}
.vertical-alignment-helper .modal-dialog.add-assignment-classroom .modal-body {
  min-height: 468px;
}
.vertical-alignment-helper .modal-dialog .modal-content {
  /* Bootstrap sets the size of the modal in the modal-dialog class, we need to inherit it */
  width: inherit;
  height: inherit;
  /* To center horizontally */
  margin: 0 auto;
}
.vertical-alignment-helper .modal-dialog .modal-content .divValidationSummary.col-sm-12 {
  height: 52px;
  overflow-y: auto;
  margin: 10px 0 0;
}
.vertical-alignment-helper .modal-dialog .modal-content .divValidationSummary.col-sm-12 .alert.alert-danger {
  margin: 0;
}
.vertical-alignment-helper .modal-dialog .submit-assessment-modal-content {
  padding: 30px 20px 30px;
}
.vertical-alignment-helper .modal-dialog .submit-assessment-modal-content p {
  font-size: 17px;
  font-weight: 600;
  color: rgba(55, 59, 65, 0.7);
  margin: 0 auto 30px;
  line-height: 1.25em;
  width: 100%;
}
.color-green {
  color: #7fda90;
  font-weight: 500;
}
.form-group .date-picker,
.form-group .datepicker-icon {
  position: relative;
}
.form-group .date-picker input.date-picker,
.form-group .datepicker-icon input.date-picker {
  background: transparent;
  z-index: 1;
  cursor: pointer;
}
.form-group .date-picker:before,
.form-group .datepicker-icon:before {
  content: '\e924';
  font-family: 'jason-learning' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  font-size: 22px;
  position: absolute;
  top: 11px;
  right: 13px;
  color: #9e9e9e;
  z-index: 1;
}
/*datepicker style*/
.ui-datepicker {
  padding: 0;
  border: 0;
  border-radius: 2px;
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  z-index: 99999 !important;
}
.ui-datepicker .ui-datepicker-header {
  padding: 14px 0;
  background: #39a6ed;
  color: #ffffff;
  border: 0;
}
.ui-datepicker .ui-datepicker-header .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-header .ui-datepicker-next {
  cursor: pointer;
  font-size: 1.4em;
  padding: 0 10px;
  color: #fff;
  margin: 0;
  top: 8px;
}
.ui-datepicker .ui-datepicker-header .ui-datepicker-prev span,
.ui-datepicker .ui-datepicker-header .ui-datepicker-next span {
  color: transparent;
  overflow: hidden;
  text-indent: -9999px;
}
.ui-datepicker .ui-datepicker-header .ui-datepicker-prev span:before,
.ui-datepicker .ui-datepicker-header .ui-datepicker-next span:before {
  font-family: 'jason-learning' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  font-size: 8px;
  position: absolute;
  top: 0;
  left: 0;
  color: #fff;
  font-size: 16px;
  text-indent: 0;
}
.ui-datepicker .ui-datepicker-header .ui-datepicker-prev span:before {
  content: '\e901';
}
.ui-datepicker .ui-datepicker-header .ui-datepicker-next span:before {
  content: '\e902';
  left: auto;
  right: 2px;
}
.ui-datepicker .ui-datepicker-header .ui-datepicker-next {
  float: right;
}
.ui-datepicker .ui-datepicker-calendar {
  width: 100%;
  text-align: center;
  margin: 0;
}
.ui-datepicker .ui-datepicker-calendar thead th span {
  color: #39a6ed;
  font-size: 12px;
  font-weight: 600;
  padding: 10px 0;
}
.ui-datepicker .ui-datepicker-calendar tr th,
.ui-datepicker .ui-datepicker-calendar tr td {
  padding-bottom: .5em;
}
.ui-datepicker .ui-datepicker-calendar tr th.ui-datepicker-unselectable .ui-state-default,
.ui-datepicker .ui-datepicker-calendar tr td.ui-datepicker-unselectable .ui-state-default {
  color: #96a3a4;
  text-decoration: none;
  display: block;
  margin: 0 auto;
  width: 35px;
  height: 35px;
  line-height: 26px;
  border-radius: 50%;
  border: 1px solid transparent;
  text-align: center;
}
.ui-datepicker .ui-datepicker-calendar a {
  color: #96a3a4;
  text-decoration: none;
  display: block;
  margin: 0 auto;
  width: 35px;
  height: 35px;
  line-height: 26px;
  border-radius: 50%;
  border: 1px solid transparent;
  cursor: pointer;
  background: transparent;
  text-align: center;
}
.ui-datepicker .ui-datepicker-calendar .ui-state-highlight {
  border-color: #39a6ed;
  color: #ffffff;
  background: #39a6ed;
}
.ui-datepicker .ui-datepicker-calendar .ui-state-highlight.ui-state-default.ui-state-hover {
  border-color: #39a6ed;
  color: #ffffff;
  background: #39a6ed;
}
.ui-datepicker .ui-datepicker-calendar .ui-state-hover {
  border-color: #39a6ed;
  color: #39a6ed;
  background: #ffffff;
}
/*modal style*/
.modal-content {
  box-shadow: none;
  border-radius: 2px;
  border: 0px;
}
/*loader styles*/
.loader-body-content {
  min-height: calc(100vh - 400px);
  display: flex;
}
.modal-loader-middle .loader-wrap.inline {
  position: absolute;
  width: 78px;
  height: 24px;
  left: 50%;
  margin-left: -39px;
  top: 50%;
}
.loader-inline-inside-modal {
  display: inline-block;
  margin-left: 5px;
}
.loader-inline-inside-modal .loader-wrap {
  width: 116px;
}
.loader-search-header .loader-wrap.page-loader {
  right: 0;
  left: auto;
}
.show-more-announcement-loader-wrap .show-more-loader {
  min-height: 300px;
}
.student-dashboard-lists-wrap .dashboard-show-more-item-wrap .loader-wrap.inline {
  position: static;
  width: auto;
  height: 24px;
  left: 50%;
  margin-left: auto;
  top: 50%;
}
.student-dashboard-lists-wrap .loader-wrap.inline {
  position: absolute;
  width: 78px;
  height: 24px;
  left: 50%;
  margin-left: -39px;
  top: 50%;
}
.add-announcement-loader .show-more-loader {
  min-height: 44px;
}
.add-to-my-lesson-plan-loader .loader-wrap.inline {
  position: absolute;
  width: 78px;
  height: 24px;
  left: 50%;
  margin-left: -39px;
  top: 50%;
  z-index: 99;
}
.add-to-my-lesson-plan-loader .loader-wrap.inline .loader {
  display: inline-block;
  margin: 0 auto;
  width: 78px;
}
.loader-wrap h1 {
  font-size: 16px;
  margin-top: 15px;
}
.loader-wrap.inline {
  margin-top: -6px;
  margin-bottom: 6px;
}
.loader-wrap.inline .loader {
  display: inline-block;
  margin: 0 auto;
  width: 78px;
}
.loader-wrap.page-loader {
  position: absolute;
  width: 78px;
  height: 24px;
  left: 50%;
  margin-left: -39px;
  top: 50%;
}
.loader-wrap.page-loader.loadin-tab-content {
  top: 30vh;
}
.loader-wrap .loader {
  position: relative;
}
.loader-wrap .loader .bar {
  position: absolute;
  animation: jump 1s ease infinite;
  -webkit-animation: jump 0.9s ease-in-out infinite;
  border-radius: 100%;
}
.loader-wrap .loader .bar:nth-child(1) {
  left: 0;
}
.loader-wrap .loader .bar:nth-child(2) {
  left: 24px;
  animation-delay: .1s;
  -webkit-animation-delay: .1s;
}
.loader-wrap .loader .bar:nth-child(3) {
  left: 48px;
  animation-delay: .2s;
  -webkit-animation-delay: .2s;
}
.loader-wrap .loader .bar:nth-child(4) {
  left: 72px;
  animation-delay: .3s;
  -webkit-animation-delay: .3s;
}
.table.table-hover thead > tr > th,
.table.table-hover thead > tr > td {
  border-bottom: 1px solid #dbe4eb;
}
.table.table-hover tbody > tr > th,
.table.table-hover tfoot > tr > th,
.table.table-hover tbody > tr > td,
.table.table-hover tfoot > tr > td {
  vertical-align: middle;
  border: none;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.table.table-hover thead > tr > th,
.table.table-hover thead > tr > td,
.table.table-hover tbody > tr > th,
.table.table-hover tfoot > tr > th,
.table.table-hover tbody > tr > td,
.table.table-hover tfoot > tr > td {
  padding: 18px 8px;
}
.table.table-hover thead > tr > th:first-child,
.table.table-hover thead > tr > td:first-child,
.table.table-hover tbody > tr > th:first-child,
.table.table-hover tfoot > tr > th:first-child,
.table.table-hover tbody > tr > td:first-child,
.table.table-hover tfoot > tr > td:first-child {
  padding-left: 30px;
}
.table.table-hover thead > tr > th:last-child,
.table.table-hover thead > tr > td:last-child,
.table.table-hover tbody > tr > th:last-child,
.table.table-hover tfoot > tr > th:last-child,
.table.table-hover tbody > tr > td:last-child,
.table.table-hover tfoot > tr > td:last-child {
  padding-right: 20px;
}
.table.table-hover > tbody > tr:hover > td,
.table.table-hover > tbody > tr:hover > th {
  background: rgba(238, 242, 244, 0.5);
}
.table.table-hover > tbody > tr.show-more-tr > td,
.table.table-hover > tbody > tr.show-more-tr > th {
  padding-top: 30px;
  padding-bottom: 30px;
  position: relative;
}
.table.table-hover > tbody > tr.show-more-tr > td:before,
.table.table-hover > tbody > tr.show-more-tr > th:before {
  content: '';
  position: absolute;
  height: 1px;
  width: 96%;
  left: 2%;
  top: 0;
  background: rgba(0, 0, 0, 0.1);
}
.table.table-hover > tbody > tr.show-more-tr > td a,
.table.table-hover > tbody > tr.show-more-tr > th a {
  font-size: 16px;
  color: #8894a3;
}
.table.table-hover > tbody > tr.show-more-tr > td a:hover,
.table.table-hover > tbody > tr.show-more-tr > th a:hover {
  color: #7a8798;
}
.table.table-hover > tbody > tr.show-more-tr:hover > td,
.table.table-hover > tbody > tr.show-more-tr:hover > th {
  background: transparent;
}
.table.table-hover tbody tr.selected td {
  background: #eef2f4;
}
.table.table-hover tbody tr.selected:hover td {
  background: #eef2f4;
}
textarea {
  resize: none;
}
.two-input-group {
  display: flex;
  border: 1px solid #cccccc;
  border-radius: 4px;
}
.two-input-group input {
  border: none;
}
.two-input-group .horizontal-seperator {
  height: 44px;
  line-height: 40px;
  font-size: 16px;
}
/*generic styles ends*/
.alert.alert-danger {
  background: #ffafaf;
  border-color: #ffafaf;
  color: #ffffff;
  margin-top: 10px;
}
.submit-assessment-modal .text-center-modal-footer {
  justify-content: center;
}
body {
  height: 100%;
  padding-top: 90px;
  background-color: #f7f7f7;
  font-family: Source Sans Pro;
  padding-bottom: 90px;
  /*.transition(all, 0.2s, ease-in-out);*/
}
@media only screen and (max-width : 767px) {
  body {
    padding-top: 65px;
  }
}
body:before {
  content: '';
  position: absolute;
  width: 100%;
  top: 0;
  height: 80px;
  background: rgba(0, 0, 0, 0.02);
}
body.modal-open {
  overflow: hidden;
  position: fixed;
  width: 100%;
}
body.modal-open .navbar-fixed-top {
  margin-right: 0;
}
body.modal-open .modal {
  overflow-y: hidden;
}
body.modal-open .modal .modal-header .close {
  opacity: 0.7;
}
body.modal-open .modal .modal-header .close .lnr-close {
  font-size: 14px;
}
body.modal-open .modal.submit-assessment-modal .modal-button-wrap {
  justify-content: center;
}
body .btn {
  padding: 10px 34px;
  font-size: 16px;
  min-height: 44px;
}
body .btn + .btn {
  margin-left: 5px;
}
body .btn.btn-with-icon {
  padding: 10px 18px;
}
body .btn .lnr-add {
  display: inline-block;
  vertical-align: middle;
  margin-top: -2px;
  margin-right: 10px;
  font-weight: bolder;
}
body .btn-default {
  color: #848b93;
  border-color: #adabb1;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
body .btn-default:hover {
  background: #eef2f4;
}
body .btn-default:active,
body .btn-default:focus {
  background: #dfe6ea;
  box-shadow: none;
}
body .btn-success {
  color: #ffffff;
  background: #7fda90;
  border-color: #7fda90;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
body .btn-success.join-classroom {
  padding: 10px 28px 10px 16px;
  font-size: 14px;
}
body .btn-success:hover {
  background: #57cf6e;
  border-color: #57cf6e;
}
body .btn-success:disabled {
  background: #adadad;
  border-color: #adadad;
}
body .btn-group .btn-default {
  color: #848b93;
  border-color: #adabb1;
}
body .btn-group.open .dropdown-menu {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  -webkit-transition: all 0.25s ease-out;
  -moz-transition: all 0.25s ease-out;
  -o-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
  opacity: 1;
}
body .btn-group.open.dropup .dropdown-menu {
  top: auto;
  bottom: -2px;
  -webkit-transform-origin: 100% 20%;
  -moz-transform-origin: 100% 20%;
  -o-transform-origin: 100% 20%;
  transform-origin: 100% 20%;
}
body .btn-group .dropdown-menu {
  top: -2px;
  right: -2px;
  color: #848b93;
  border-color: transparent;
  opacity: .3;
  -webkit-transition: all 0.25s ease-out;
  -moz-transition: all 0.25s ease-out;
  -o-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
  -webkit-transform-origin: 100% 0;
  -moz-transform-origin: 100% 0;
  -o-transform-origin: 100% 0;
  transform-origin: 100% 0;
  display: block;
  padding: 0;
}
body .btn-group .dropdown-menu.jason-zippslip h1 {
  font-size: 16px;
  color: #8894a3;
  text-align: center;
  padding: 24px 0;
}
body .btn-group .dropdown-menu .modal-footer {
  text-align: center;
}
body .btn-group .dropdown-menu li a {
  padding: 10px 30px;
  color: #848b93;
}
body .btn-group .dropdown-menu li a:hover,
body .btn-group .dropdown-menu li a:focus {
  background: #eef2f4;
  color: #848b93;
}
body .btn-group .dropdown-menu li a.active,
body .btn-group .dropdown-menu li a.inactive {
  position: relative;
}
body .btn-group .dropdown-menu li a.active .text,
body .btn-group .dropdown-menu li a.inactive .text {
  padding-left: 20px;
}
body .btn-group .dropdown-menu li a.active:before,
body .btn-group .dropdown-menu li a.inactive:before {
  content: '';
  position: absolute;
  left: 30px;
  top: 15px;
  width: 10px;
  height: 10px;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
}
body .btn-group .dropdown-menu li a.active:before {
  background: #7fda90;
}
body .btn-group .dropdown-menu li a.inactive:before {
  background: #ff8d98;
}
body .btn-group .dropdown-menu li.active a {
  background: #e8edf0;
  color: #848b93;
}
body .caret:before {
  content: '\e900';
  font-family: 'jason-learning' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  font-size: 8px;
  position: absolute;
  top: 0;
  left: 0;
}
body.toggled {
  /*padding-left: 220px;*/
}
body -nav-wrapper {
  max-height: 650px;
}
body .mainWrap {
  min-height: 100%;
  height: auto;
  margin: 0 auto;
  /*padding: 0 0 60px;*/
  padding-left: 0;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
body .mainWrap.toggled .page-wrap-container {
  /*padding-left: 220px;*/
}
body .mainWrap.toggled .page-wrap-container .navbar.navbar-inverse {
  /*left: 220px;*/
}
body .mainWrap.toggled .sidebar-navigation {
  left: 0px;
}
body .mainWrap .sidebar-navigation {
  z-index: 1032;
  left: -220px;
  width: 220px;
  height: 100%;
  top: 0;
  overflow-y: visible;
  /*overflow-x: hidden;*/
  background: #353c46;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  position: fixed;
}
@media only screen and (max-height: 650px) {
  body .mainWrap .sidebar-navigation {
    left: -230px;
    width: 230px;
  }
}
body .mainWrap .sidebar-navigation .hamburger {
  position: fixed;
  left: 10px;
  top: 20px;
}
body .mainWrap .sidebar-navigation .nav li.user-profile-info {
  min-height: 80px;
  margin-top: 80px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}
body .mainWrap .sidebar-navigation .nav li.user-profile-info .user-image-wrap {
    height: 80px;
}
body .mainWrap .sidebar-navigation .nav li.user-profile-info .user-image-wrap .user-image-user-image-wrap {
    width: 80px;
    height: 80px;
    float: left;
}
body .mainWrap .sidebar-navigation .nav li.user-profile-info .user-image-wrap .user-image {
  background-size: cover;
  height: 40px;
  width: 40px;
  border-radius: 100%;
  position: absolute;
  margin-left: 20px;
  top: 20px;
  border: 1px solid rgba(255, 255, 255, 0.2);
}
body .mainWrap .sidebar-navigation .nav li.user-profile-info .user-image-wrap .edit-user-info {
  position: absolute;
  right: 5px;
  top: 5px;
}
body .mainWrap .sidebar-navigation .nav li.user-profile-info .user-name {
  /*padding-left: 75px;*/
  width: 140px;
  float:left;
  height: 80px;
}
body .mainWrap .sidebar-navigation .nav li.user-profile-info .user-name div {
    color: #ffffff;
    font-size: 16px;
    overflow-wrap: break-word;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
}
body .mainWrap .sidebar-navigation .nav li a {
  color: #a5bed0;
  font-size: 15px;
  padding: 16px 15px 16px 20px;
  transition: all 0.2s ease-in-out;
}
body .mainWrap .sidebar-navigation .nav li a:hover,
body .mainWrap .sidebar-navigation .nav li a:focus {
  background: #2a3037;
  color: #c7d6e1;
}
body .mainWrap .sidebar-navigation .nav li a.nav-icon {
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
}
body .mainWrap .sidebar-navigation .nav li a.nav-icon:before {
  margin-right: 20px;
  font-family: 'jason-learning' !important;
  font-size: 17px;
  width: 20px;
  display: inline-block;
}
body .mainWrap .sidebar-navigation .nav li a.nav-icon.active {
  background: #2a3037;
  color: #c7d6e1;
  box-shadow: 2px 0 0px 0px rgba(165, 190, 208, 0.6) inset;
}
body .mainWrap .sidebar-navigation .nav li a.nav-icon.home:before {
  content: "\e909";
}
body .mainWrap .sidebar-navigation .nav li a.nav-icon.classroom:before {
  content: "\e91f";
}
body .mainWrap .sidebar-navigation .nav li a.nav-icon.explore:before {
  content: "\e908";
}
body .mainWrap .sidebar-navigation .nav li a.nav-icon.curricula:before {
  content: "\e91e";
}
body .mainWrap .sidebar-navigation .nav li a.nav-icon.assessments:before {
  content: "\e923";
}
body .mainWrap .sidebar-navigation .nav li a.nav-icon.lesson-plans:before {
  content: "\e926";
}
body .mainWrap .sidebar-navigation .nav li a.nav-icon.journaling:before {
  content: '\e92d';
}
body .mainWrap .sidebar-navigation .nav li a.nav-icon.logout:before {
  content: "\e90a";
}
body .mainWrap .sidebar-navigation .nav li a.nav-icon.advanced-search:before {
  content: "\e92e";
}
body .mainWrap .page-wrap-container {
  width: 100%;
  /*position: relative;*/
  z-index: 2;
}
body .mainWrap .page-wrap-container .navbar .navbar-brand {
  background-image: url("../images/jason-logo.png");
  width: 110px;
  height: 46px;
  text-indent: -9999px;
  background-repeat: no-repeat;
  padding: 0;
  margin-top: 2px;
}
body .mainWrap .page-wrap-container .navbar.navbar-inverse {
  background: #39a6ed;
  padding: 15px 0 4px 90px;
  border: 0;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  min-height: 80px;
}
body .mainWrap .page-wrap-container .navbar.navbar-inverse .lnr {
  color: #ffffff;
}
body .mainWrap .page-wrap-container .navbar.navbar-inverse .jason-global-search {
  width: 400px;
  float: left;
  margin-left: 40px;
}
body .mainWrap .page-wrap-container .navbar.navbar-inverse .jason-global-search .lnr-down {
  font-size: 7px;
}
body .mainWrap .page-wrap-container .navbar.navbar-inverse .jason-global-search .input-group {
  height: 46px;
}
body .mainWrap .page-wrap-container .navbar.navbar-inverse .jason-global-search .input-group .form-control {
  background: rgba(255, 255, 255, 0.24);
  border: 0;
  box-shadow: none;
  height: 46px;
  color: #ffffff;
  font-size: 16px;
}
body .mainWrap .page-wrap-container .navbar.navbar-inverse .jason-global-search .input-group .form-control::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.6);
}
body .mainWrap .page-wrap-container .navbar.navbar-inverse .jason-global-search .input-group .form-control::-moz-placeholder {
  color: rgba(255, 255, 255, 0.6);
}
body .mainWrap .page-wrap-container .navbar.navbar-inverse .jason-global-search .input-group .form-control:-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.6);
}
body .mainWrap .page-wrap-container .navbar.navbar-inverse .jason-global-search .input-group .input-group-addon {
  background: rgba(255, 255, 255, 0.24);
  border: 0;
  box-shadow: none;
  color: #ffffff;
}
body .mainWrap .page-wrap-container .navbar.navbar-inverse .jason-global-search .input-group .input-group-addon a:hover,
body .mainWrap .page-wrap-container .navbar.navbar-inverse .jason-global-search .input-group .input-group-addon a:focus,
body .mainWrap .page-wrap-container .navbar.navbar-inverse .jason-global-search .input-group .input-group-addon a:active {
  text-decoration: none;
}
body .mainWrap .page-wrap-container .navbar.navbar-inverse .jason-global-search .input-group .input-group-addon:nth-last-child(2) {
  border-right: 2px solid rgba(255, 255, 255, 0.2);
  min-width: 54px;
}
body .mainWrap .page-wrap-container .navbar.navbar-inverse .jason-global-search .input-group .input-group-addon:last-child {
  min-width: 54px;
}
body .mainWrap .page-wrap-container .navbar.navbar-inverse .advance-search-text {
  position: relative;
  font-size: 13px;
  color: #BADAFF;
  left: 150px;
  margin-bottom: 5px;
  display: inline-block;
}
body .mainWrap .page-wrap-container .navbar.navbar-inverse .notification .btn-group .btn {
  padding: 10px;
}
body .mainWrap .page-wrap-container .navbar.navbar-inverse .notification .btn-group .btn .lnr-notification {
  font-size: 26px;
  display: inline-block;
}
body .mainWrap .page-wrap-container .navbar.navbar-inverse .notification .btn-group .btn .notification-count {
  background: #ff7097;
  height: 18px;
  min-width: 18px;
  display: inline-block;
  color: white;
  line-height: 18px;
  position: absolute;
  border-radius: 9px;
  font-size: 14px;
  top: 3px;
  right: 5px;
}
body .mainWrap .page-wrap-container .navbar.navbar-inverse .notification .btn-group .dropdown-menu {
  top: 100%;
  min-width: 340px;
}
body .mainWrap .page-wrap-container .navbar.navbar-inverse .notification .btn-group .dropdown-menu .modal-header {
  border: 0;
  padding: 20px;
}
body .mainWrap .page-wrap-container .navbar.navbar-inverse .notification .btn-group .dropdown-menu .modal-body {
  padding: 10px 20px 0;
}
body .mainWrap .page-wrap-container .navbar.navbar-inverse .notification .btn-group .dropdown-menu .modal-body .notification-list-items {
  padding: 0 0 26px;
}
body .mainWrap .page-wrap-container .navbar.navbar-inverse .notification .btn-group .dropdown-menu .modal-body .notification-list-items:last-child {
  padding-bottom: 6px;
}
body .mainWrap .page-wrap-container .navbar.navbar-inverse .notification .btn-group .dropdown-menu .modal-body .notification-list-items .user-image {
  width: 40px;
  height: 40px;
  border-radius: 40px;
  position: absolute;
  overflow: hidden;
}
body .mainWrap .page-wrap-container .navbar.navbar-inverse .notification .btn-group .dropdown-menu .modal-body .notification-list-items .user-image .image {
  height: 40px;
  width: 40px;
  background-size: cover;
  background-repeat: no-repeat;
}
body .mainWrap .page-wrap-container .navbar.navbar-inverse .notification .btn-group .dropdown-menu .modal-body .notification-list-items .notification-info {
  padding-left: 55px;
}
body .mainWrap .page-wrap-container .navbar.navbar-inverse .notification .btn-group .dropdown-menu .modal-body .notification-list-items .notification-info p {
  margin: 0;
}
body .mainWrap .page-wrap-container .navbar.navbar-inverse .notification .btn-group .dropdown-menu .modal-body .notification-list-items .notification-info p .user-name {
  color: #74b6f2;
}
body .mainWrap .page-wrap-container .navbar.navbar-inverse .notification .btn-group .dropdown-menu .modal-footer {
  padding: 14px 20px 15px;
}
body .mainWrap .page-wrap-container .navbar.navbar-inverse .notification .btn-group.has-notification .lnr-notification {
  transform-origin: 50% 0;
  animation-name: ring;
  animation-duration: 6s;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: ease-in-out;
}
body .mainWrap .page-wrap-container .navbar.navbar-inverse .navbar-nav li a {
  color: #ffffff;
}
body .overlay {
  position: fixed;
  display: none;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(53, 60, 70, 0.8);
  z-index: 1031;
}
body .modal-backdrop.in {
  background-color: rgba(53, 60, 70, 0.8);
  opacity: 1;
  z-index: 1032;
}
body h1,
body h2,
body h3,
body h4,
body h5,
body h6 {
  margin: 0;
  font-family: Source Sans Pro;
}
body h1 {
  font-size: 24px;
  color: #373b41;
  font-weight: 300;
}
.hamburger {
  width: 26px;
  height: 26px;
  background: transparent;
  border: 0;
  position: relative;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
  margin-left: 25px;
  margin-top: 10px;
  margin-right: 15px;
}
.hamburger:focus {
  outline: none;
}
.hamburger.is-open {
  z-index: 9;
}
.hamburger.is-open:before {
  content: '';
  width: 76px;
  height: 58px;
  position: absolute;
  background: #353c46;
  top: -31px;
  left: -35px;
}
.hamburger.is-open span {
  position: absolute;
  background-color: #ffffff;
  height: 2px;
  width: 100%;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  top: 0;
  border-radius: 3px;
  left: 0;
}
.hamburger.is-open span:first-child {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  top: 6px;
}
.hamburger.is-open span:nth-child(2) {
  top: 7.5px;
  opacity: 0;
}
.hamburger.is-open span:last-child {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  top: 6px;
}
.hamburger span {
  position: absolute;
  background-color: #ffffff;
  height: 2px;
  width: 100%;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  top: 0;
  border-radius: 3px;
  left: 0;
}
.hamburger span:nth-child(2) {
  top: 7.5px;
}
.hamburger span:last-child {
  top: 15.5px;
}
footer {
  margin-top: 20px;
  width: 100%;
  height: 60px;
  background-color: #ffffff;
  line-height: 60px;
  color: #96a3a4;
}
footer p {
  margin: 0;
}
/*styles form thead second header*/
.second-header {
  background: #ffffff;
  padding: 24px 0;
  margin-bottom: 20px;
  box-shadow: 0 2px 4px 0 rgba(166, 175, 177, 0.5);
  /*magic line*/
}
.second-header.search-result {
  padding: 0 0 24px;
}
.second-header h1 {
  line-height: 42px;
}
.second-header p {
  color: #b3bbbe;
}
.second-header .lnr-add {
  display: inline-block;
  vertical-align: middle;
  margin-top: -2px;
  margin-right: 10px;
  font-weight: bolder;
}
.second-header .btnRegisterStudent {
  margin-right: 5px;
}
.second-header .detail-page-title {
  padding-left: 50px;
}
.second-header .detail-page-title .go-back {
  position: absolute;
  width: 30px;
  height: 30px;
  border: 2px solid #39a6ed;
  left: 15px;
  top: 5px;
  border-radius: 30px;
}
.second-header .detail-page-title .go-back a {
  display: inline-block;
}
.second-header .detail-page-title .go-back .lnr-back {
  font-size: 26px;
  font-weight: bold;
  color: #39a6ed;
}
.second-header .detail-page-title span.title {
  display: block;
}
.second-header .detail-page-title .breadcrumb-new-wrap {
  margin-top: -14px;
}
.second-header .detail-page-title .breadcrumbs-link {
  font-size: 13px;
  /*color: @blue-title;*/
  font-weight: 600;
  display: inline-block;
  padding-left: 6px;
  position: relative;
  line-height: initial;
}
.second-header .detail-page-title .breadcrumbs-link:first-child {
  /*padding-left: 0;*/
}
.second-header .detail-page-title .breadcrumbs-link .lnr {
  margin-right: 6px;
  font-weight: 700;
  font-size: 10px;
}
.second-header .detail-page-title.share-useful-links-wrap {
  /*width: ~"calc(100% - 320px)";*/
  display: inline-block;
}
.second-header .detail-page-title + .share-usefil-links {
  float: right;
  vertical-align: top;
  line-height: 44px;
}
.second-header .btn-group {
  margin-right: 16px;
}
.second-header .btn-group:first-child {
  margin-right: 0px;
}
.second-header .btn-group:first-child.change-status {
  width: 170px !important;
  margin-right: 10px;
}
.second-header .btn-group .btn-default {
  padding: 10px 16px;
}
.second-header .second-header-nav-tab {
  margin-bottom: -24px;
  display: flex;
}
.second-header .second-header-nav-tab .more-btn-group-search-result {
  margin-top: auto;
  margin-bottom: auto;
}
.second-header .second-header-nav-tab .more-btn-group-search-result:hover,
.second-header .second-header-nav-tab .more-btn-group-search-result:focus,
.second-header .second-header-nav-tab .more-btn-group-search-result:active {
  outline: none;
}
.second-header .second-header-nav-tab .more-btn-group-search-result.open .btn-default {
  background: transparent;
  box-shadow: none;
}
.second-header .second-header-nav-tab .more-btn-group-search-result .btn-default {
  border: 0;
  font-size: 16px;
  color: rgba(92, 99, 104, 0.7);
  width: 100px;
  text-align: left;
}
.second-header .second-header-nav-tab .more-btn-group-search-result .btn-default .caret {
  position: absolute;
  top: 50%;
  right: 12px;
  margin-top: -3px;
  vertical-align: middle;
  border: 0;
  width: 18px;
  height: 10px;
}
.second-header .second-header-nav-tab .more-btn-group-search-result .btn-default .caret:before {
  content: '\e900';
  font-family: jason-learning !important;
  speak: none;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  font-size: 8px;
  position: absolute;
  top: 0;
  left: 0;
}
.second-header .second-header-nav-tab .more-btn-group-search-result .btn-default:hover,
.second-header .second-header-nav-tab .more-btn-group-search-result .btn-default:focus,
.second-header .second-header-nav-tab .more-btn-group-search-result .btn-default:active {
  background: transparent;
  box-shadow: none;
}
.second-header .second-header-nav-tab .more-btn-group-search-result .btn-default .dropdown-menu {
  top: -3px;
}
.second-header ul.nav-tabs {
  position: relative;
  border-bottom: 0;
}
.second-header ul.nav-tabs li {
  /*width: 25%;*/
  float: left;
  text-align: center;
  cursor: pointer;
  margin: 0;
}
.second-header ul.nav-tabs li.active a {
  color: #5c6368;
}
.second-header ul.nav-tabs li a {
  color: rgba(92, 99, 104, 0.7);
  margin: 0;
  border-radius: 0;
  border: 0;
  font-size: 16px;
  padding: 24px;
}
.second-header ul.nav-tabs li a:hover,
.second-header ul.nav-tabs li a:active,
.second-header ul.nav-tabs li a:focus {
  margin: 0;
  border-radius: 0;
  border: 0;
  background: transparent;
  outline: none;
}
.second-header span.magic-line {
  position: absolute;
  bottom: -67px;
  display: block;
  /*width: 25%;*/
  height: 4px;
  background: #63a5ef;
  width: 0;
}
.second-header ul.nav-tabs li,
.second-header span.magic-line {
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
  position: relative;
}
.second-header .curricua-objective-nav a {
  display: inline-block;
  margin-right: 30px;
  padding: 10px 0;
}
.second-header .curricua-objective-nav a .lnr {
  margin-right: 6px;
  font-family: jason-learning !important;
  speak: none;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
}
.second-header .curricua-objective-nav a .lnr.lnr-Game:before {
  content: '\e91d';
}
.second-header .curricua-objective-nav a .lnr.lnr-Gallery:before {
  content: '\e90c';
  font-size: 15px;
}
.second-header .curricua-objective-nav a .lnr.lnr-Video:before {
  content: '\e915';
}
.second-header .curricua-objective-nav a:last-child {
  margin-right: 0;
}
.second-header .second-header-teacher-control-btn {
  text-align: right;
}
.left-section-assignment img {
  max-width: 100% !important;
  width: 100%;
}
.edit-btn-wrap {
  position: relative;
  display: inline-block;
  margin-right: 8px;
}
.edit-btn-wrap span {
  display: inline-block;
}
.edit-btn-wrap:before {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'jason-learning' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e922";
  position: absolute;
  left: 14px;
  top: 14px;
  font-size: 18px;
  color: #b3bbbe;
  z-index: 1;
}
.edit-btn-wrap .edit {
  padding: 10px 20px;
  position: relative;
  background: transparent;
  z-index: 2;
}
.edit-btn-wrap .edit:hover,
.edit-btn-wrap .edit:active,
.edit-btn-wrap .edit:focus {
  background: transparent;
}
.edit-student-student-list {
  width: 100px;
}
/*styles form body contents*/
.vertical-tiles-list-wrap {
  background: #ffffff;
  border-radius: 4px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.06), 0 2px 5px rgba(0, 0, 0, 0.12);
}
.vertical-tiles-list-wrap .empty-states {
  box-shadow: none;
  padding: 0;
}
.vertical-tiles-list-wrap .take-tour-wrap {
  background: #e5eef2;
  padding: 30px;
  min-height: 110px;
}
.vertical-tiles-list-wrap .take-tour-wrap + div > .assignment-activities-wrap {
  padding-bottom: 0;
}
.vertical-tiles-list-wrap .take-tour-wrap .take-tour-icon {
  position: absolute;
  left: 45px;
  background: #cfe2e8 url("../images/icon-sprite.png") no-repeat 14px 14px;
  height: 58px;
  width: 58px;
  border: 1px solid #adcdd7;
  border-radius: 100%;
  top: 25px;
}
.vertical-tiles-list-wrap .take-tour-wrap .take-tour-info {
  width: 100%;
  padding: 0 90px 0 80px;
}
.vertical-tiles-list-wrap .take-tour-wrap .take-tour-info h2 {
  font-size: 16px;
  color: #74b6f2;
}
.vertical-tiles-list-wrap .take-tour-wrap .take-tour-info p {
  color: #b3bbbe;
  font-size: 14px;
}
.vertical-tiles-list-wrap .take-tour-wrap .explore-tour {
  position: absolute;
  right: 45px;
  top: 32px;
}
.vertical-tiles-list-wrap .assignment-activities-wrap {
  padding: 30px;
}
.vertical-tiles-list-wrap .assignment-activities-wrap.random-background-selector .vertical-list-item .no-image-available {
  background-image: none !important;
  background-color: #b07df2;
  position: relative;
}
.vertical-tiles-list-wrap .assignment-activities-wrap.random-background-selector .vertical-list-item .no-image-available:before {
  content: attr(data-initials);
  position: absolute;
  font-size: 32px;
  color: rgba(255, 255, 255, 0.7);
  text-align: center;
  width: 100%;
  height: 100%;
  line-height: 90px;
}
.vertical-tiles-list-wrap .assignment-activities-wrap.random-background-selector .vertical-list-item .no-image-available.Assessment,
.vertical-tiles-list-wrap .assignment-activities-wrap.random-background-selector .vertical-list-item .no-image-available.AssessmentQuestion {
  background: url("../images/new-icon-sprite.png") no-repeat 44px -1891px, linear-gradient(#41aae9, #326893) !important;
}
.vertical-tiles-list-wrap .assignment-activities-wrap.random-background-selector .vertical-list-item .no-image-available.Assessment:before,
.vertical-tiles-list-wrap .assignment-activities-wrap.random-background-selector .vertical-list-item .no-image-available.AssessmentQuestion:before {
  content: '';
}
.vertical-tiles-list-wrap .assignment-activities-wrap.random-background-selector .vertical-list-item .no-image-available.laboratory,
.vertical-tiles-list-wrap .assignment-activities-wrap.random-background-selector .vertical-list-item .no-image-available.Laboratory,
.vertical-tiles-list-wrap .assignment-activities-wrap.random-background-selector .vertical-list-item .no-image-available.fieldassignment,
.vertical-tiles-list-wrap .assignment-activities-wrap.random-background-selector .vertical-list-item .no-image-available.article,
.vertical-tiles-list-wrap .assignment-activities-wrap.random-background-selector .vertical-list-item .no-image-available.FieldAssignment,
.vertical-tiles-list-wrap .assignment-activities-wrap.random-background-selector .vertical-list-item .no-image-available.Article,
.vertical-tiles-list-wrap .assignment-activities-wrap.random-background-selector .vertical-list-item .no-image-available.Activity {
  background: url("../images/new-icon-sprite.png") no-repeat 36px -1703px, linear-gradient(#41aae9, #326893) !important;
}
.vertical-tiles-list-wrap .assignment-activities-wrap.random-background-selector .vertical-list-item .no-image-available.laboratory:before,
.vertical-tiles-list-wrap .assignment-activities-wrap.random-background-selector .vertical-list-item .no-image-available.Laboratory:before,
.vertical-tiles-list-wrap .assignment-activities-wrap.random-background-selector .vertical-list-item .no-image-available.fieldassignment:before,
.vertical-tiles-list-wrap .assignment-activities-wrap.random-background-selector .vertical-list-item .no-image-available.article:before,
.vertical-tiles-list-wrap .assignment-activities-wrap.random-background-selector .vertical-list-item .no-image-available.FieldAssignment:before,
.vertical-tiles-list-wrap .assignment-activities-wrap.random-background-selector .vertical-list-item .no-image-available.Article:before,
.vertical-tiles-list-wrap .assignment-activities-wrap.random-background-selector .vertical-list-item .no-image-available.Activity:before {
  content: '';
}
.vertical-tiles-list-wrap .assignment-activities-wrap.random-background-selector .vertical-list-item .no-image-available.video,
.vertical-tiles-list-wrap .assignment-activities-wrap.random-background-selector .vertical-list-item .no-image-available.game,
.vertical-tiles-list-wrap .assignment-activities-wrap.random-background-selector .vertical-list-item .no-image-available.animation,
.vertical-tiles-list-wrap .assignment-activities-wrap.random-background-selector .vertical-list-item .no-image-available.Video,
.vertical-tiles-list-wrap .assignment-activities-wrap.random-background-selector .vertical-list-item .no-image-available.Game,
.vertical-tiles-list-wrap .assignment-activities-wrap.random-background-selector .vertical-list-item .no-image-available.Animation {
  background: url("../images/new-icon-sprite.png") no-repeat 35px 1px, linear-gradient(#41aae9, #326893) !important;
}
.vertical-tiles-list-wrap .assignment-activities-wrap.random-background-selector .vertical-list-item .no-image-available.video:before,
.vertical-tiles-list-wrap .assignment-activities-wrap.random-background-selector .vertical-list-item .no-image-available.game:before,
.vertical-tiles-list-wrap .assignment-activities-wrap.random-background-selector .vertical-list-item .no-image-available.animation:before,
.vertical-tiles-list-wrap .assignment-activities-wrap.random-background-selector .vertical-list-item .no-image-available.Video:before,
.vertical-tiles-list-wrap .assignment-activities-wrap.random-background-selector .vertical-list-item .no-image-available.Game:before,
.vertical-tiles-list-wrap .assignment-activities-wrap.random-background-selector .vertical-list-item .no-image-available.Animation:before {
  content: '';
}
.vertical-tiles-list-wrap .assignment-activities-wrap.random-background-selector .vertical-list-item .no-image-available.gallery,
.vertical-tiles-list-wrap .assignment-activities-wrap.random-background-selector .vertical-list-item .no-image-available.Gallery,
.vertical-tiles-list-wrap .assignment-activities-wrap.random-background-selector .vertical-list-item .no-image-available.Diagram,
.vertical-tiles-list-wrap .assignment-activities-wrap.random-background-selector .vertical-list-item .no-image-available.Photo {
  background: url("../images/new-icon-sprite.png") no-repeat 37px -1322px, linear-gradient(#41aae9, #326893) !important;
}
.vertical-tiles-list-wrap .assignment-activities-wrap.random-background-selector .vertical-list-item .no-image-available.gallery:before,
.vertical-tiles-list-wrap .assignment-activities-wrap.random-background-selector .vertical-list-item .no-image-available.Gallery:before,
.vertical-tiles-list-wrap .assignment-activities-wrap.random-background-selector .vertical-list-item .no-image-available.Diagram:before,
.vertical-tiles-list-wrap .assignment-activities-wrap.random-background-selector .vertical-list-item .no-image-available.Photo:before {
  content: '';
}
.vertical-tiles-list-wrap .assignment-activities-wrap.random-background-selector .vertical-list-item .no-image-available.Journal,
.vertical-tiles-list-wrap .assignment-activities-wrap.random-background-selector .vertical-list-item .no-image-available.JournalQuestion {
  background: url("../images/new-icon-sprite.png") no-repeat 34px -188px, linear-gradient(#41aae9, #326893) !important;
}
.vertical-tiles-list-wrap .assignment-activities-wrap.random-background-selector .vertical-list-item .no-image-available.Journal:before,
.vertical-tiles-list-wrap .assignment-activities-wrap.random-background-selector .vertical-list-item .no-image-available.JournalQuestion:before {
  content: '';
}
.vertical-tiles-list-wrap .assignment-activities-wrap.random-background-selector .vertical-list-item:nth-child(2n+1) .no-image-available {
  background-color: #63a5ef;
}
.vertical-tiles-list-wrap .assignment-activities-wrap.random-background-selector .vertical-list-item:nth-child(3n+2) .no-image-available {
  background-color: #f8c75a;
}
.vertical-tiles-list-wrap .assignment-activities-wrap.random-background-selector .vertical-list-item:nth-child(5n+3) .no-image-available {
  background-color: #f97e98;
}
.vertical-tiles-list-wrap .assignment-activities-wrap.random-background-selector .vertical-list-item:nth-child(7n+5) .no-image-available {
  background-color: #b07df2;
}
.vertical-tiles-list-wrap .assignment-activities-wrap.random-background-selector .vertical-list-item:nth-child(11n+7) .no-image-available {
  background-color: #4fd2c2;
}
.vertical-tiles-list-wrap .assignment-activities-wrap .vertical-list-item {
  background: #ffffff;
  min-height: 110px;
  margin-bottom: 25px;
}
.vertical-tiles-list-wrap .assignment-activities-wrap .vertical-list-item:last-child {
  margin-bottom: 0px;
}
.vertical-tiles-list-wrap .assignment-activities-wrap .vertical-list-item .image-wrapper {
  position: absolute;
  width: 160px;
  min-height: 90px;
  overflow: hidden;
}
.vertical-tiles-list-wrap .assignment-activities-wrap .vertical-list-item .image-wrapper .image-holder {
  background-size: cover;
  width: 160px;
  height: 90px;
  background-repeat: no-repeat;
}
.vertical-tiles-list-wrap .assignment-activities-wrap .vertical-list-item .assignment-activities-details {
  padding-left: 184px;
  overflow: auto;
}
.vertical-tiles-list-wrap .assignment-activities-wrap .vertical-list-item .assignment-activities-details h2 {
  color: #74b6f2;
  font-size: 16px;
  margin-bottom: 8px;
  margin-top: 2px;
}
.vertical-tiles-list-wrap .assignment-activities-wrap .vertical-list-item .assignment-activities-details h2 section {
  /*styles for assignment post time*/
  color: #b3bbbe;
  font-size: 14px;
}
.vertical-tiles-list-wrap .assignment-activities-wrap .vertical-list-item .assignment-activities-details h3 {
  color: #96a3a4;
  font-size: 16px;
  margin-bottom: 8px;
  line-height: 1.425em;
}
.vertical-tiles-list-wrap .assignment-activities-wrap .vertical-list-item .assignment-activities-details section {
  /*styles for due date*/
  color: #b3bbbe;
  font-size: 14px;
}
.vertical-tiles-list-wrap .assignment-activities-wrap .vertical-list-item .assignment-activities-details section .lnr {
  font-size: 16px;
  font-weight: 700;
  display: inline-block;
  vertical-align: middle;
  margin-top: -2px;
  margin-right: 5px;
}
.vertical-tiles-list-wrap .show-more-activities {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  margin: 0 0.5%;
  padding: 30px 0;
}
.vertical-tiles-list-wrap .show-more-activities.show-more-announcement-bottom {
  padding-bottom: 0;
}
.vertical-tiles-list-wrap .show-more-activities a {
  font-size: 16px;
  color: #8894a3;
}
.vertical-tiles-list-wrap .show-more-activities a:hover {
  color: #7a8798;
}
.assignment-detail-wrapper {
  background: #ffffff;
  border-radius: 4px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.06), 0 2px 5px rgba(0, 0, 0, 0.12);
  padding: 30px;
}
.assignment-detail-wrapper audio {
  width: 100%;
}
.assignment-detail-wrapper .assignment-video img {
  width: 100%;
}
.assignment-detail-wrapper .assignment-video video {
  max-width: 100%;
  height: auto;
  vertical-align: top;
}
.assignment-detail-wrapper .assignment-video .loader-wrap.inline {
  margin-top: 94px;
}
.assignment-detail-wrapper .assignment-video.no-preview-image {
  background: rgba(195, 220, 228, 0.3);
  min-height: 400px;
  width: 100%;
  position: relative;
}
.assignment-detail-wrapper .assignment-video.no-preview-image:before {
  content: '';
  background: url("../images/empty-state-icon-sprite.png") no-repeat -20px -865px;
  position: absolute;
  width: 67px;
  height: 70px;
  left: 50%;
  top: 50%;
  margin-left: -34px;
  margin-top: -35px;
}
.assignment-detail-wrapper .assignment-video-list .assignment-list {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  padding-bottom: 6px;
  margin-bottom: 18px;
}
.assignment-detail-wrapper .assignment-video-list .assignment-list:last-child {
  border-bottom: 0;
  margin-bottom: 0;
}
.assignment-detail-wrapper .assignment-video-list .assignment-list h1 {
  font-size: 18px;
  margin-bottom: 10px;
}
.assignment-detail-wrapper .assignment-video-list .assignment-list a,
.assignment-detail-wrapper .assignment-video-list .assignment-list h2 {
  font-size: 16px;
  display: inline-block;
  margin-bottom: 2px;
}
.assignment-detail-wrapper .assignment-video-list .assignment-list p {
  color: #b3bbbe;
}
.assignment-detail-wrapper.gallery .gallery-items-list {
  margin-bottom: 30px;
}
.assignment-detail-wrapper.gallery .gallery-items-list header {
  display: none;
}
.assignment-detail-wrapper.gallery .gallery-items-list p {
  display: none;
}
.assignment-detail-wrapper.gallery .gallery-items-list .image-wrapper {
  width: 100%;
  height: 140px;
}
.assignment-detail-wrapper.gallery .gallery-items-list .image-wrapper .image {
  width: 100%;
  height: 140px;
  background-size: cover;
  background-repeat: no-repeat;
  border: 0;
  border-radius: 0;
}
.assignment-detail-wrapper.gallery .col-sm-8 img {
  max-width: 100% !important;
}
/*form lightbox modal*/
.ekko-lightbox .modal-header {
  border-bottom: 0;
  padding: 20px 24px 0;
}
.ekko-lightbox .modal-body .lnr:before {
  background: #ffffff;
  width: 36px;
  height: 36px;
  border-radius: 36px;
  text-shadow: none;
  color: #b3bbbe;
  display: inline-block;
  line-height: 36px;
  text-align: center;
  font-size: 16px;
}
.ekko-lightbox .modal-footer {
  border-top: 0px;
  padding: 0 24px 40px;
  margin-top: 0px;
}
.empty-states {
  background: #ffffff;
  border-radius: 4px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.06), 0 2px 5px rgba(0, 0, 0, 0.12);
  padding: 30px;
  display: table;
  width: 100%;
  height: calc(100vh - 400px);
  min-height: 400px;
}
.empty-states.transparent {
  background: transparent;
  box-shadow: none;
  height: 358px;
}
.empty-states.no-resource-found-wrap {
  background: transparent;
  box-shadow: none;
}
.empty-states.no-resource-found-wrap .empty-state-vetical-align-wrap .empty-icon-wrap {
  background: transparent;
}
.empty-states .empty-state-vetical-align-wrap {
  display: table-cell;
  vertical-align: middle;
  width: 100%;
}
.empty-states .empty-state-vetical-align-wrap h1 {
  font-size: 19px;
  font-weight: 300;
}
.empty-states .empty-state-vetical-align-wrap p {
  margin: 15px 0 30px;
  color: #96a3a4;
}
.empty-states .empty-state-vetical-align-wrap p span {
  display: inline-block;
  margin: 0 3px;
}
.empty-states .empty-state-vetical-align-wrap .empty-icon-wrap {
  width: 165px;
  height: 165px;
  background: #fbfdff;
  border-radius: 100%;
  border: 1px dashed #ddeeff;
  margin: 0 auto 40px;
}
.empty-states .empty-state-vetical-align-wrap .empty-icon-wrap .empty-icon {
  background: url("../images/empty-state-icon-sprite.png") no-repeat -17px -1250px;
  width: 110px;
  height: 110px;
  margin: 26px auto;
}
.empty-states .empty-state-vetical-align-wrap .empty-icon-wrap .empty-icon.no-students {
  background: url("../images/empty-state-icon-sprite.png") no-repeat 2px -1667px;
}
.empty-states .empty-state-vetical-align-wrap .empty-icon-wrap .no-leaderboard {
  background: url("../images/empty-state-icon-sprite.png?ver=1") no-repeat 16px -3272px;
  width: 110px;
  height: 110px;
  margin: 26px auto;
}
.empty-states .empty-state-vetical-align-wrap .empty-icon-wrap .internal-error {
  background: url("../images/empty-state-icon-sprite.png") no-repeat 6px -3426px;
  width: 110px;
  height: 110px;
  margin: 26px auto;
}
.empty-states .empty-state-vetical-align-wrap .empty-icon-wrap .no-assignment-found {
  background: url("../images/empty-state-icon-sprite.png") no-repeat -17px -1250px;
  width: 110px;
  height: 110px;
  margin: 26px auto;
}
.empty-states .empty-state-vetical-align-wrap .empty-icon-wrap .no-assignment-added {
  background: url("../images/empty-state-icon-sprite.png") no-repeat 0 -208px;
  width: 110px;
  height: 110px;
  margin: 26px auto;
}
.empty-states .empty-state-vetical-align-wrap .empty-icon-wrap .no-announcement-found {
  background: url("../images/empty-state-icon-sprite.png") no-repeat -1px 0px;
  width: 110px;
  height: 110px;
  margin: 26px auto;
}
.empty-states .empty-state-vetical-align-wrap .empty-icon-wrap.no-students {
  background: url("../images/empty-state-icon-sprite.png") no-repeat 27px -1644px;
}
.empty-states .empty-state-vetical-align-wrap .empty-icon-wrap.no-classroom {
  background: url("../images/empty-state-icon-sprite.png") no-repeat 27px -179px;
}
.empty-states .empty-state-vetical-align-wrap .empty-icon-wrap .no-resources-found {
  background: url("../images/empty-state-icon-sprite.png") no-repeat 3px -1459px;
}
.empty-states .empty-state-vetical-align-wrap .empty-icon-wrap .no-lesson-plan-found {
  background: url("../images/empty-state-icon-sprite.png") no-repeat 6px -2134px;
}
.empty-states .empty-state-vetical-align-wrap .empty-icon-wrap .no-section-added {
  background: url("../images/empty-state-icon-sprite.png") no-repeat 0px -2425px;
}
.empty-states .empty-state-vetical-align-wrap .empty-icon-wrap .advanced-search {
  background: url("../images/empty-state-icon-sprite.png?ver-1") no-repeat 4px -2592px;
}
.no-data-found-wrap {
  display: flex;
  align-items: center;
  height: calc(100vh - 450px);
}
.no-data-found-wrap h1 {
  width: 100%;
  font-size: 16px;
  text-align: center;
}
.no-data-found-wrap.empty-states .empty-state-vetical-align-wrap {
  display: block;
}
.classroom-listing-wrap .random-background-selector-header:nth-child(n+1) .classroom-list-header {
  background: #7b73ff;
}
.classroom-listing-wrap .random-background-selector-header:nth-child(2n+1) .classroom-list-header {
  background: #718fff;
}
.classroom-listing-wrap .random-background-selector-header:nth-child(3n+1) .classroom-list-header {
  background: #3fb7f7;
}
.classroom-listing-wrap .random-background-selector-header:nth-child(4n+1) .classroom-list-header {
  background: #8adc7a;
}
.classroom-listing-wrap .random-background-selector-header:nth-child(5n+1) .classroom-list-header {
  background: #f8c75a;
}
.classroom-listing-wrap .random-background-selector-header:nth-child(6n+1) .classroom-list-header {
  background: #ff8a6e;
}
.classroom-listing-wrap .random-background-selector-header:nth-child(7n+1) .classroom-list-header {
  background: #ff7481;
}
.classroom-listing-wrap .random-background-selector-header:nth-child(8n+1) .classroom-list-header {
  background: #ff7aac;
}
.classroom-listing-wrap .classroom-list-item {
  height: 322px;
  background: #ffffff;
  border-radius: 0 0 2px 2px;
  margin-bottom: 30px;
  box-shadow: 0 2px 3px 0 rgba(166, 175, 177, 0.5);
  /*applying random background colors to header block*/
}
.classroom-listing-wrap .classroom-list-item .classroom-list-header {
  height: 140px;
  border-radius: 2px 2px 0 0;
  overflow: auto;
  position: relative;
}
.classroom-listing-wrap .classroom-list-item .classroom-list-header .author {
  width: 46px;
  height: 46px;
  border-radius: 100%;
  overflow: hidden;
  margin: 30px auto 22px;
}
.classroom-listing-wrap .classroom-list-item .classroom-list-header .author .author-image {
  background-size: cover;
  background-repeat: no-repeat;
  width: 46px;
  height: 46px;
  border-radius: 100%;
}
.classroom-listing-wrap .classroom-list-item .classroom-list-header .author .author-image.no-image-available {
  background-image: none !important;
  background-color: rgba(0, 0, 0, 0.1);
  position: relative;
}
.classroom-listing-wrap .classroom-list-item .classroom-list-header .author .author-image.no-image-available:before {
  content: attr(data-initials);
  position: absolute;
  font-size: 18px;
  color: rgba(255, 255, 255, 0.8);
  text-align: center;
  font-weight: 600;
  width: 100%;
  height: 100%;
  line-height: 46px;
}
.classroom-listing-wrap .classroom-list-item .classroom-list-header h2 {
  font-size: 16px;
  color: #ffffff;
  width: 90%;
  text-align: center;
  margin: 0 auto;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.classroom-listing-wrap .classroom-list-item .classroom-list-header .go-to-classroom-wrap {
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.8);
  width: 100%;
  height: 100%;
  opacity: 0;
  text-align: center;
  border-radius: 2px 2px 0 0;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.classroom-listing-wrap .classroom-list-item .classroom-list-header .go-to-classroom-wrap .btn.btn-default {
  background: transparent;
  border-color: rgba(255, 255, 255, 0.8);
  color: #ffffff;
  margin: 48px 0;
  transform: translateY(-20px);
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
  opacity: 0.3;
  padding: 8px 14px;
  border-radius: 3px;
}
.classroom-listing-wrap .classroom-list-item .classroom-list-header .go-to-classroom-wrap .open-EditCommunityDialog {
  width: 20px;
  height: 20px;
  z-index: 2;
  top: 12px;
  right: 10px;
  display: block;
  text-indent: -9999px;
  position: absolute;
  cursor: pointer;
}
.classroom-listing-wrap .classroom-list-item .classroom-list-header .go-to-classroom-wrap .open-EditCommunityDialog i {
  position: absolute;
  right: 0;
  top: 0;
  text-indent: 0;
  color: rgba(255, 255, 255, 0.6);
}
.classroom-listing-wrap .classroom-list-item .classroom-list-header:hover .go-to-classroom-wrap {
  /*.btn.btn-default {
                        transform: translateY(0);
                        opacity: 1;
                    }*/
}
.classroom-listing-wrap .classroom-list-item .classroom-list-footer {
  padding: 24px 20px;
  font-size: 16px;
}
.classroom-listing-wrap .classroom-list-item .classroom-list-footer a {
  color: #a0b0b1;
}
.classroom-listing-wrap .classroom-list-item .classroom-list-footer a i {
  color: #74b6f2;
  margin-right: 15px;
  margin-top: 5px;
  display: inline-block;
  vertical-align: top;
  width: 20px;
  text-align: center;
}
.classroom-listing-wrap .classroom-list-item .classroom-list-footer a:hover {
  color: #74b6f2;
}
.classroom-listing-wrap .classroom-list-item .classroom-list-footer a:hover icon {
  text-decoration: none;
}
.classroom-listing-wrap .classroom-list-item .classroom-list-footer li {
  margin-bottom: 14px;
}
.classroom-listing-wrap .classroom-list-item.teacher {
  height: 356px;
}
.classroom-listing-wrap .classroom-list-item.teacher.disabled .classroom-list-header {
  background: rgba(0, 0, 0, 0.1);
}
.classroom-listing-wrap .classroom-list-item.teacher.disabled .classroom-list-footer {
  padding: 24px 20px;
  font-size: 16px;
}
.classroom-listing-wrap .classroom-list-item.teacher.disabled .classroom-list-footer a {
  color: rgba(160, 176, 177, 0.5);
}
.classroom-listing-wrap .classroom-list-item.teacher.disabled .classroom-list-footer a .lnr {
  color: rgba(116, 182, 242, 0.5);
}
.curricula-listing-wrap .curricula-list-item {
  height: 226px;
  background: #ffffff;
  border-radius: 0 0 2px 2px;
  margin-bottom: 30px;
  box-shadow: 0 2px 3px 0 rgba(166, 175, 177, 0.5);
  /*applying random background colors to header block*/
}
.curricula-listing-wrap .curricula-list-item .curricula-list-header {
  height: 160px;
  border-radius: 2px 2px 0 0;
  overflow: auto;
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
  background-color: rgba(0, 0, 0, 0.0095);
}
.curricula-listing-wrap .curricula-list-item .curricula-list-footer {
  padding: 24px 20px;
  color: #a0b0b1;
  font-size: 16px;
  text-align: center;
}
.curricula-listing-wrap .curricula-list-item .curricula-list-footer ul {
  margin-bottom: 15px;
}
.curricula-listing-wrap .curricula-list-item .curricula-list-footer ul li {
  display: inline-block;
  margin-right: 5px;
  vertical-align: top;
}
.curricula-listing-wrap .curricula-list-item .curricula-list-footer ul li:last-child {
  margin-right: 0;
}
.curricula-listing-wrap .curricula-list-item .curricula-list-footer ul li .image {
  width: 28px;
  height: 28px;
  border-radius: 100%;
  background-size: cover;
  display: inline-block;
  background-repeat: no-repeat;
}
.curricula-listing-wrap .curricula-list-item .curricula-list-footer ul li .more {
  color: #b3bbbe;
  line-height: 28px;
}
.curricula-listing-wrap .curricula-list-item .curricula-list-footer h1 {
  color: #39a6ed;
  font-size: 16px;
  font-weight: 400;
  text-transform: uppercase;
}
.curricula-objective-wrap {
  background: #ffffff;
  border-radius: 4px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.06), 0 2px 5px rgba(0, 0, 0, 0.12);
  padding: 30px;
}
.curricula-objective-wrap .curricula-objective-heading {
  margin: 0 -30px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.06), 0 2px 5px rgba(0, 0, 0, 0.12);
  margin: -30px -30px 30px;
  padding: 15px 30px;
  display: flex;
  position: relative;
  z-index: 1;
}
.curricula-objective-wrap .curricula-objective-heading.no-box-shadow {
  box-shadow: none;
}
.curricula-objective-wrap .curricula-objective-heading.mb-0 {
  margin-bottom: 0;
}
.curricula-objective-wrap .curricula-objective-heading > div:first-child {
  margin-right: 20px;
  flex-grow: 1;
}
.curricula-objective-wrap .curricula-objective-heading h1 {
  font-size: 20px;
  margin-right: 30px;
  padding: 10px 40px 0 0;
  min-width: 150px;
}
.curricula-objective-wrap .curricula-objective-heading p {
  padding: 10px 0;
  color: #b3bbbe;
}
.curricula-objective-wrap .curricula-objective-heading .btn-group.bootstrap-select {
  margin-left: auto;
}
.curricula-objective-wrap .curricula-objective-content .objective-video-wrapper img {
  max-width: 100%;
}
.curricula-objective-wrap .curricula-objective-content .download-curricula {
  margin-top: 24px;
}
.curricula-objective-wrap .curricula-objective-content .download-curricula a {
  font-size: 16px;
  font-weight: 600;
  color: #b3bbbe;
}
.curricula-objective-wrap .curricula-objective-content .download-curricula .lnr {
  margin-right: 12px;
  font-size: 18px;
  color: #b3bbbe;
}
.curricula-objective-wrap .curricula-objective-content li {
  margin-bottom: 12px;
  padding-bottom: 12px;
}
.curricula-objective-wrap .curricula-objective-content li a {
  font-size: 16px;
}
.curricula-objective-wrap .curricula-objective-content li p {
  color: #b3bbbe;
  margin-top: 2px;
}
.curricula-objective-wrap .curricula-mission-content-wrap {
  display: flex;
  margin: -30px;
}
.curricula-objective-wrap .curricula-mission-content-wrap .left-nav-wrap {
  flex: 0 0 260px;
  border-right: 1px solid rgba(0, 0, 0, 0.1);
}
.curricula-objective-wrap .curricula-mission-content-wrap .left-nav-wrap .panel {
  border: 0;
  background: transparent;
  box-shadow: none;
  border-radius: 0;
}
.curricula-objective-wrap .curricula-mission-content-wrap .left-nav-wrap .panel .list-group-item {
  border-radius: 0;
  padding: 20px 30px;
  font-size: 16px;
  font-weight: 600;
  color: #373b41;
  border: 0;
  background: #eef2f4;
}
.curricula-objective-wrap .curricula-mission-content-wrap .left-nav-wrap .panel .list-group-item .lnr {
  display: inline-block;
  width: 24px;
  text-align: center;
  margin-right: 10px;
  vertical-align: middle;
}
.curricula-objective-wrap .curricula-mission-content-wrap .left-nav-wrap .panel .list-group-item .lnr.lnr-overview {
  margin-top: -2px;
}
.curricula-objective-wrap .curricula-mission-content-wrap .left-nav-wrap .panel .list-group-item .lnr.lnr-article {
  font-size: 18px;
  margin-top: -3px;
}
.curricula-objective-wrap .curricula-mission-content-wrap .left-nav-wrap .panel .list-group-item .lnr.lnr-lab {
  font-size: 22px;
  margin-top: -4px;
}
.curricula-objective-wrap .curricula-mission-content-wrap .left-nav-wrap .panel .list-group-item .lnr.lnr-field-assignment {
  font-size: 18px;
  margin-top: -6px;
}
.curricula-objective-wrap .curricula-mission-content-wrap .left-nav-wrap .panel .list-group-item.collapsed {
  background: transparent;
}
.curricula-objective-wrap .curricula-mission-content-wrap .left-nav-wrap .panel .list-group-item.collapsed:hover {
  background: rgba(238, 242, 244, 0.5);
}
.curricula-objective-wrap .curricula-mission-content-wrap .left-nav-wrap .panel .nav-stacked li a {
  padding: 10px 20px 10px 65px;
  font-size: 15px;
  font-weight: 400;
}
.curricula-objective-wrap .curricula-mission-content-wrap .left-nav-wrap .panel .nav-stacked li a:hover {
  background: transparent;
  color: #74b6f2;
}
.curricula-objective-wrap .curricula-mission-content-wrap .left-nav-wrap .panel .nav-stacked li a.active {
  color: #74b6f2;
  background: transparent;
}
.curricula-objective-wrap .curricula-mission-content-wrap .left-nav-wrap .nav > li > a {
  border-radius: 0;
  padding: 20px 30px;
  font-size: 16px;
  font-weight: 600;
  color: #373b41;
}
.curricula-objective-wrap .curricula-mission-content-wrap .left-nav-wrap .nav > li > a:hover {
  background: rgba(238, 242, 244, 0.5);
}
.curricula-objective-wrap .curricula-mission-content-wrap .left-nav-wrap .nav > li > a.active {
  background: #eef2f4;
}
.curricula-objective-wrap .curricula-mission-content-wrap .left-nav-wrap .nav.nav-stacked > li + li {
  margin-top: 0;
}
.curricula-objective-wrap .curricula-mission-content-wrap .left-nav-wrap .nav > li.active a {
  background: #eef2f4;
}
.curricula-objective-wrap .curricula-mission-content-wrap .left-nav-wrap .nav .nav > li > a {
  font-size: 14px;
  padding: 10px 30px;
}
.curricula-objective-wrap .curricula-mission-content-wrap .curricula-mission-content {
  padding: 30px;
  -webkit-flex: 1;
  -ms-flex: 1;
  -moz-box-flex: 1;
  flex: 1;
}
.curricula-objective-wrap .curricula-mission-content-wrap .curricula-mission-content .second-header {
  padding: 0;
  background: transparent;
  box-shadow: none;
  margin-bottom: 0;
}
.curricula-objective-wrap .curricula-mission-content-wrap .curricula-mission-content .second-header .detail-page-title {
  padding-left: 0;
}
.curricula-objective-wrap .curricula-mission-content-wrap .curricula-mission-content .second-header .detail-page-title .go-back {
  display: none;
}
.curricula-objective-wrap .curricula-mission-content-wrap .curricula-mission-content .assignment-detail-wrapper {
  padding: 0;
  background: transparent;
  box-shadow: none;
}
.curricula-objective-wrap .curricula-mission-content-wrap .curricula-mission-content .assignment-detail-wrapper .image-450.center {
  width: auto;
  max-width: 100%;
}
.curricula-objective-wrap .curricula-mission-content-wrap .curricula-mission-content .assignment-detail-wrapper img {
  max-width: 100%;
}
.curricula-objective-wrap .header {
  border-bottom: 1px solid #dbe4eb;
  margin: -30px -30px 0;
  padding: 14px 30px;
  height: 80px;
  margin-bottom: 30px;
  position: relative;
}
.curricula-objective-wrap .header .search-wrap {
  padding-right: 200px;
  position: relative;
}
.curricula-objective-wrap .header .search-wrap:before {
  font-family: jason-learning !important;
  content: '\e90d';
  position: absolute;
  left: 0;
  font-size: 16px;
  font-weight: bold;
  top: 12px;
  color: #848b93;
}
.curricula-objective-wrap .header .search-wrap .search-control {
  margin-top: 4px;
  height: 44px;
  line-height: 44px;
  font-size: 16px;
  border: 0;
  box-shadow: none;
  padding: 0 0 0 40px;
}
.curricula-objective-wrap .curricula-games-list-wrap p {
  font-size: 16px;
  color: #b3bbbe;
}
.curricula-objective-wrap.curricula-team-list-wrap h1 {
  margin-bottom: 10px;
}
.curricula-objective-wrap.curricula-team-list-wrap p {
  color: #b3bbbe;
}
.curricula-objective-wrap.curricula-team-list-wrap .heading-with-legend {
  position: relative;
  margin: 26px 0 36px;
}
.curricula-objective-wrap.curricula-team-list-wrap .heading-with-legend:after {
  content: '';
  height: 1px;
  width: 100%;
  background: rgba(0, 0, 0, 0.1);
  position: absolute;
  top: 10px;
  left: 0;
}
.curricula-objective-wrap.curricula-team-list-wrap .heading-with-legend .team-heading {
  font-size: 16px;
  font-weight: 600;
  display: inline-block;
  color: #b3bbbe;
  background: #ffffff;
  padding-right: 30px;
  position: relative;
  z-index: 1;
}
.curricula-objective-wrap.curricula-team-list-wrap .team-member-wrap {
  margin-bottom: 30px;
}
.curricula-objective-wrap.curricula-team-list-wrap .team-member-wrap .image {
  width: 36px;
  height: 36px;
  position: absolute;
  border-radius: 36px;
  background-size: cover;
  background-repeat: no-repeat;
  top: 6px;
}
.curricula-objective-wrap.curricula-team-list-wrap .team-member-wrap .team-member-info {
  padding-left: 50px;
}
.curricula-objective-wrap.curricula-team-list-wrap .team-member-wrap .team-member-info header {
  font-size: 16px;
}
.curricula-objective-wrap.curricula-team-list-wrap .team-member-wrap .team-member-info section {
  font-size: 14px;
  color: #b3bbbe;
}
.curricula-photos-list-wrap .image-wrapper {
  border: 8px solid #ffffff;
  box-shadow: 0 2px 3px 0 rgba(166, 175, 177, 0.5);
  position: relative;
  border-radius: 2px;
  margin-bottom: 12px;
}
.curricula-photos-list-wrap .image-wrapper:before {
  content: '';
  width: calc(100% + 8px);
  height: calc(100% + 8px);
  position: absolute;
  box-shadow: 0 2px 3px 0 rgba(166, 175, 177, 0.5);
  bottom: -13px;
  left: -4px;
  background: #ffffff;
  z-index: -1;
  border-radius: 2px;
}
.curricula-photos-list-wrap .image-wrapper:after {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  box-shadow: 0 2px 3px 0 rgba(166, 175, 177, 0.5);
  bottom: -18px;
  left: 0;
  background: #ffffff;
  z-index: -2;
  border-radius: 2px;
}
.curricula-photos-list-wrap .image-wrapper .image-holder {
  background-size: cover;
  height: 150px;
  background-repeat: no-repeat;
}
.curricula-photos-list-wrap .gallery-info {
  padding: 0 8px;
  margin-bottom: 40px;
}
.curricula-photos-list-wrap .gallery-info h1 {
  font-size: 16px;
  font-weight: 600;
  color: #74b6f2;
  margin-top: 25px;
}
.curricula-photos-list-wrap .gallery-info p {
  color: #b3bbbe;
}
.classroom-wrap.classroom-assignment-wrap {
  background: #ffffff;
  border-radius: 4px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.06), 0 2px 5px rgba(0, 0, 0, 0.12);
  padding: 30px;
}
.classroom-wrap.classroom-assignment-wrap .header {
  border-bottom: 1px solid #dbe4eb;
  margin: -30px -30px 0;
  padding: 14px 30px;
  height: 80px;
  margin-bottom: 30px;
}
.classroom-wrap.classroom-assignment-wrap .header.with-search-sort-option {
  position: relative;
}
.classroom-wrap.classroom-assignment-wrap .header.with-search-sort-option .search-assignment-form {
  display: flex;
}
.classroom-wrap.classroom-assignment-wrap .header.with-search-sort-option .search-wrap {
  padding-right: 220px;
  position: relative;
}
.classroom-wrap.classroom-assignment-wrap .header.with-search-sort-option .search-wrap:before {
  font-family: jason-learning !important;
  content: '\e90d';
  position: absolute;
  left: 0;
  font-size: 16px;
  font-weight: bold;
  top: 12px;
  color: #848b93;
}
.classroom-wrap.classroom-assignment-wrap .header.with-search-sort-option .search-wrap .search-control {
  margin-top: 4px;
  height: 44px;
  line-height: 44px;
  font-size: 16px;
  border: 0;
  box-shadow: none;
  padding: 0 0 0 40px;
}
.classroom-wrap.classroom-assignment-wrap .header.with-search-sort-option .btn-group {
  position: absolute;
  right: 30px;
  top: 18px;
}
.classroom-wrap.classroom-assignment-wrap .header.with-search-sort-option.multiple-btn-group .search-with-filter {
  margin-top: 2px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
}
.classroom-wrap.classroom-assignment-wrap .header.with-search-sort-option.multiple-btn-group > form {
  width: calc(100% - 230px);
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
}
.classroom-wrap.classroom-assignment-wrap .header.with-search-sort-option.multiple-btn-group > form .btn-group {
  position: relative;
  right: -20px;
  top: 4px;
}
.classroom-wrap.classroom-assignment-wrap .header.with-search-sort-option.multiple-btn-group .search-wrap {
  flex: 1;
  padding: 0;
}
.classroom-wrap.classroom-assignment-wrap .header.with-search-sort-option.multiple-btn-group .multiple-controls-btn {
  margin: auto 0 auto auto;
}
.classroom-wrap.classroom-assignment-wrap .header.with-search-sort-option.multiple-btn-group .multiple-controls-btn .btn-group {
  position: relative;
  top: 0;
  right: -10px;
}
.classroom-wrap.classroom-assignment-wrap .header.with-search-sort-option.multiple-btn-group .dropup .dropdown-menu {
  bottom: auto;
}
.classroom-wrap.classroom-assignment-wrap .result-vertical-list .vertical-list-item .image-wrapper {
  background: #ffffff;
}
.classroom-wrap.classroom-assignment-wrap .result-vertical-list .vertical-list-item .image-wrapper:before,
.classroom-wrap.classroom-assignment-wrap .result-vertical-list .vertical-list-item .image-wrapper:after {
  display: none;
}
.classroom-wrap.classroom-assignment-wrap .result-vertical-list .vertical-list-item .image-wrapper .no-image-available {
  background-image: none !important;
  background-color: #b07df2;
  position: relative;
  /*&:before {
                        content: attr(data-initials);
                        position: absolute;
                        font-size: 32px;
                        color: fade(@white,70%);
                        text-align: center;
                        width: 100%;
                        height: 100%;
                        line-height: 90px;
                    }*/
  /*activities*/
  /*activities*/
  /*articles*/
  /*assessments*/
  /*curricula*/
  /*images*/
  /*videos*/
  /*vocab terms*/
  /*web links*/
  /*Generic defaults*/
}
.classroom-wrap.classroom-assignment-wrap .result-vertical-list .vertical-list-item .image-wrapper .no-image-available.for-notes {
  background: url("../images/empty-state-icon-sprite.png") 38px -2286px no-repeat, linear-gradient(#41aae9, #326893) !important;
}
.classroom-wrap.classroom-assignment-wrap .result-vertical-list .vertical-list-item .image-wrapper .no-image-available.for-notes:before {
  content: '';
}
.classroom-wrap.classroom-assignment-wrap .result-vertical-list .vertical-list-item .image-wrapper .no-image-available.TeachersGuide,
.classroom-wrap.classroom-assignment-wrap .result-vertical-list .vertical-list-item .image-wrapper .no-image-available.LessonPlan {
  background: url("../images/new-icon-sprite.png") no-repeat 35px -755px, linear-gradient(#41aae9, #326893) !important;
}
.classroom-wrap.classroom-assignment-wrap .result-vertical-list .vertical-list-item .image-wrapper .no-image-available.TeachersGuide:before,
.classroom-wrap.classroom-assignment-wrap .result-vertical-list .vertical-list-item .image-wrapper .no-image-available.LessonPlan:before {
  content: '';
}
.classroom-wrap.classroom-assignment-wrap .result-vertical-list .vertical-list-item .image-wrapper .no-image-available.Laboratory,
.classroom-wrap.classroom-assignment-wrap .result-vertical-list .vertical-list-item .image-wrapper .no-image-available.FieldAssignment,
.classroom-wrap.classroom-assignment-wrap .result-vertical-list .vertical-list-item .image-wrapper .no-image-available.Activity {
  background: url("../images/new-icon-sprite.png") no-repeat 38px -1702px, linear-gradient(#41aae9, #326893) !important;
}
.classroom-wrap.classroom-assignment-wrap .result-vertical-list .vertical-list-item .image-wrapper .no-image-available.Laboratory:before,
.classroom-wrap.classroom-assignment-wrap .result-vertical-list .vertical-list-item .image-wrapper .no-image-available.FieldAssignment:before,
.classroom-wrap.classroom-assignment-wrap .result-vertical-list .vertical-list-item .image-wrapper .no-image-available.Activity:before {
  content: '';
}
.classroom-wrap.classroom-assignment-wrap .result-vertical-list .vertical-list-item .image-wrapper .no-image-available.Article,
.classroom-wrap.classroom-assignment-wrap .result-vertical-list .vertical-list-item .image-wrapper .no-image-available.InterDisciplinary,
.classroom-wrap.classroom-assignment-wrap .result-vertical-list .vertical-list-item .image-wrapper .no-image-available.SupportingMaterial,
.classroom-wrap.classroom-assignment-wrap .result-vertical-list .vertical-list-item .image-wrapper .no-image-available.InterdisciplinaryConnection {
  background: url("../images/new-icon-sprite.png") no-repeat 38px -1132px, linear-gradient(#41aae9, #326893) !important;
}
.classroom-wrap.classroom-assignment-wrap .result-vertical-list .vertical-list-item .image-wrapper .no-image-available.Article:before,
.classroom-wrap.classroom-assignment-wrap .result-vertical-list .vertical-list-item .image-wrapper .no-image-available.InterDisciplinary:before,
.classroom-wrap.classroom-assignment-wrap .result-vertical-list .vertical-list-item .image-wrapper .no-image-available.SupportingMaterial:before,
.classroom-wrap.classroom-assignment-wrap .result-vertical-list .vertical-list-item .image-wrapper .no-image-available.InterdisciplinaryConnection:before {
  content: '';
}
.classroom-wrap.classroom-assignment-wrap .result-vertical-list .vertical-list-item .image-wrapper .no-image-available.Assessment,
.classroom-wrap.classroom-assignment-wrap .result-vertical-list .vertical-list-item .image-wrapper .no-image-available.AssessmentQuestion {
  background: url("../images/new-icon-sprite.png") no-repeat 48px -1891px, linear-gradient(#41aae9, #326893) !important;
}
.classroom-wrap.classroom-assignment-wrap .result-vertical-list .vertical-list-item .image-wrapper .no-image-available.Assessment:before,
.classroom-wrap.classroom-assignment-wrap .result-vertical-list .vertical-list-item .image-wrapper .no-image-available.AssessmentQuestion:before {
  content: '';
}
.classroom-wrap.classroom-assignment-wrap .result-vertical-list .vertical-list-item .image-wrapper .no-image-available.Curriculam,
.classroom-wrap.classroom-assignment-wrap .result-vertical-list .vertical-list-item .image-wrapper .no-image-available.CurriculamSection {
  background: url("../images/new-icon-sprite.png") no-repeat 41px -564px, linear-gradient(#41aae9, #326893) !important;
}
.classroom-wrap.classroom-assignment-wrap .result-vertical-list .vertical-list-item .image-wrapper .no-image-available.Curriculam:before,
.classroom-wrap.classroom-assignment-wrap .result-vertical-list .vertical-list-item .image-wrapper .no-image-available.CurriculamSection:before {
  content: '';
}
.classroom-wrap.classroom-assignment-wrap .result-vertical-list .vertical-list-item .image-wrapper .no-image-available.Diagram,
.classroom-wrap.classroom-assignment-wrap .result-vertical-list .vertical-list-item .image-wrapper .no-image-available.Gallery,
.classroom-wrap.classroom-assignment-wrap .result-vertical-list .vertical-list-item .image-wrapper .no-image-available.Photo {
  background: url("../images/new-icon-sprite.png") no-repeat 40px -1325px, linear-gradient(#41aae9, #326893) !important;
}
.classroom-wrap.classroom-assignment-wrap .result-vertical-list .vertical-list-item .image-wrapper .no-image-available.Diagram:before,
.classroom-wrap.classroom-assignment-wrap .result-vertical-list .vertical-list-item .image-wrapper .no-image-available.Gallery:before,
.classroom-wrap.classroom-assignment-wrap .result-vertical-list .vertical-list-item .image-wrapper .no-image-available.Photo:before {
  content: '';
}
.classroom-wrap.classroom-assignment-wrap .result-vertical-list .vertical-list-item .image-wrapper .no-image-available.Video,
.classroom-wrap.classroom-assignment-wrap .result-vertical-list .vertical-list-item .image-wrapper .no-image-available.Animation,
.classroom-wrap.classroom-assignment-wrap .result-vertical-list .vertical-list-item .image-wrapper .no-image-available.Games {
  background: url("../images/new-icon-sprite.png") no-repeat 38px 3px, linear-gradient(#41aae9, #326893) !important;
}
.classroom-wrap.classroom-assignment-wrap .result-vertical-list .vertical-list-item .image-wrapper .no-image-available.Video:before,
.classroom-wrap.classroom-assignment-wrap .result-vertical-list .vertical-list-item .image-wrapper .no-image-available.Animation:before,
.classroom-wrap.classroom-assignment-wrap .result-vertical-list .vertical-list-item .image-wrapper .no-image-available.Games:before {
  content: '';
}
.classroom-wrap.classroom-assignment-wrap .result-vertical-list .vertical-list-item .image-wrapper .no-image-available.Vocabulary {
  background: url("../images/new-icon-sprite.png") no-repeat 39px -1513px, linear-gradient(#41aae9, #326893) !important;
}
.classroom-wrap.classroom-assignment-wrap .result-vertical-list .vertical-list-item .image-wrapper .no-image-available.Vocabulary:before {
  content: '';
}
.classroom-wrap.classroom-assignment-wrap .result-vertical-list .vertical-list-item .image-wrapper .no-image-available.WebLink {
  background: url("../images/new-icon-sprite.png") no-repeat 40px -945px, linear-gradient(#41aae9, #326893) !important;
}
.classroom-wrap.classroom-assignment-wrap .result-vertical-list .vertical-list-item .image-wrapper .no-image-available.WebLink:before {
  content: '';
}
.classroom-wrap.classroom-assignment-wrap .result-vertical-list .vertical-list-item .image-wrapper .no-image-available.Generic {
  background: url("../images/new-icon-sprite.png") no-repeat 42px -374px, linear-gradient(#41aae9, #326893) !important;
}
.classroom-wrap.classroom-assignment-wrap .result-vertical-list .vertical-list-item .image-wrapper .no-image-available.Generic:before {
  content: '';
}
.classroom-wrap.classroom-assignment-wrap .result-vertical-list .vertical-list-item .image-wrapper .no-image-available.JournalQuestion {
  background: url("../images/new-icon-sprite.png") no-repeat 37px -187px, linear-gradient(#41aae9, #326893) !important;
}
.classroom-wrap.classroom-assignment-wrap .result-vertical-list .vertical-list-item .image-wrapper .no-image-available.JournalQuestion:before {
  content: '';
}
.classroom-wrap.classroom-assignment-wrap .result-vertical-list .vertical-list-item .image-wrapper .no-image-available.Audio {
  background: url("../images/new-icon-sprite.png") no-repeat 38px -2123px, linear-gradient(#41aae9, #326893) !important;
}
.classroom-wrap.classroom-assignment-wrap .result-vertical-list .vertical-list-item .image-wrapper .no-image-available.Audio:before {
  content: '';
}
.classroom-wrap.classroom-assignment-wrap .result-vertical-list .vertical-list-item:last-child {
  margin-bottom: 30px;
}
.classroom-wrap.classroom-assignment-wrap .assignment-status {
  border: 1px solid #dbe4eb;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  display: table;
  margin-top: 14px;
}
.classroom-wrap.classroom-assignment-wrap .assignment-status a section .assigned-to {
  color: #39a6ed;
}
.classroom-wrap.classroom-assignment-wrap .assignment-status a section .in-progress {
  color: #1071b0;
}
.classroom-wrap.classroom-assignment-wrap .assignment-status a section .completed {
  color: #7fda90;
}
.classroom-wrap.classroom-assignment-wrap .assignment-status section {
  display: table-cell;
  padding: 9px 10px;
}
.classroom-wrap.classroom-assignment-wrap .assignment-status section .assigned-to {
  font-weight: 500;
  color: #b3bbbe;
}
.classroom-wrap.classroom-assignment-wrap .assignment-status section .in-progress {
  font-weight: 500;
  color: #b3bbbe;
}
.classroom-wrap.classroom-assignment-wrap .assignment-status section .completed {
  font-weight: 500;
  color: #b3bbbe;
}
.classroom-wrap.classroom-assignment-wrap .assignment-status .horizontal-seperator {
  width: 1px;
  background: #dbe4eb;
  height: 20px;
  display: inline-block;
  margin-top: 10px;
  vertical-align: top;
}
.classroom-wrap.classroom-resources-wrap {
  background: transparent;
}
.classroom-wrap.classroom-resources-wrap .header {
  background: #ffffff;
  border-radius: 4px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.06), 0 2px 5px rgba(0, 0, 0, 0.12);
  padding: 14px 30px;
  height: 80px;
  margin-bottom: 30px;
}
.classroom-wrap.classroom-resources-wrap .header.with-search-sort-option {
  position: relative;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
}
.classroom-wrap.classroom-resources-wrap .header.with-search-sort-option .search-wrap {
  padding-right: 200px;
  position: relative;
}
.classroom-wrap.classroom-resources-wrap .header.with-search-sort-option .search-wrap:before {
  font-family: jason-learning !important;
  content: '\e90d';
  position: absolute;
  left: 0;
  font-size: 16px;
  font-weight: bold;
  top: 12px;
  color: #848b93;
}
.classroom-wrap.classroom-resources-wrap .header.with-search-sort-option .search-wrap .search-control {
  margin-top: 4px;
  height: 44px;
  line-height: 44px;
  font-size: 16px;
  border: 0;
  box-shadow: none;
  padding: 0 0 0 40px;
}
.classroom-wrap.classroom-resources-wrap .header.with-search-sort-option .btn-group {
  /*position: absolute;
                    right: 30px;
                    top: 18px;*/
}
.classroom-wrap.classroom-resources-wrap .header.with-search-sort-option.multiple-btn-group .search-with-filter {
  margin-top: 2px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
}
.classroom-wrap.classroom-resources-wrap .header.with-search-sort-option.multiple-btn-group > form {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  flex-grow: 1;
  margin-right: 10px;
}
.classroom-wrap.classroom-resources-wrap .header.with-search-sort-option.multiple-btn-group > form .btn-group {
  margin-top: 4px;
}
.classroom-wrap.classroom-resources-wrap .header.with-search-sort-option.multiple-btn-group > form + .btn-group {
  margin-top: 4px;
}
.classroom-wrap.classroom-resources-wrap .header.with-search-sort-option.multiple-btn-group .search-wrap {
  flex: 1;
  padding: 0;
}
.classroom-wrap.classroom-resources-wrap .header.with-search-sort-option.multiple-btn-group .multiple-controls-btn {
  margin: auto 0 auto auto;
}
.classroom-wrap.classroom-resources-wrap .header.with-search-sort-option.multiple-btn-group .multiple-controls-btn .btn-group {
  position: relative;
  top: 0;
  right: -10px;
}
.classroom-wrap.classroom-resources-wrap .header.with-search-sort-option.multiple-btn-group .dropup .dropdown-menu {
  bottom: auto;
}
.classroom-wrap.classroom-resources-wrap .result-card-list .image-wrapper {
  background: #ffffff;
}
.classroom-wrap.classroom-resources-wrap .result-card-list .image-wrapper:before,
.classroom-wrap.classroom-resources-wrap .result-card-list .image-wrapper:after {
  display: none;
}
.classroom-wrap.classroom-resources-wrap .result-card-list .image-wrapper .no-image-available {
  background-image: none !important;
  background-color: #b07df2;
  position: relative;
  /*activities*/
  /*articles*/
  /*assessments*/
  /*curricula*/
  /*games*/
  /*images*/
  /*teacher*/
  /*videos*/
  /*vocab terms*/
  /*web links*/
  /*Generic defaults*/
}
.classroom-wrap.classroom-resources-wrap .result-card-list .image-wrapper .no-image-available:before {
  content: attr(data-initials);
  position: absolute;
  font-size: 32px;
  color: rgba(255, 255, 255, 0.7);
  text-align: center;
  width: 100%;
  height: 100%;
  line-height: 90px;
}
.classroom-wrap.classroom-resources-wrap .result-card-list .image-wrapper .no-image-available.Laboratory,
.classroom-wrap.classroom-resources-wrap .result-card-list .image-wrapper .no-image-available.FieldAssignment,
.classroom-wrap.classroom-resources-wrap .result-card-list .image-wrapper .no-image-available.Activity {
  background: url("../images/new-icon-sprite.png") no-repeat 78px -1681px, linear-gradient(#41aae9, #326893) !important;
}
.classroom-wrap.classroom-resources-wrap .result-card-list .image-wrapper .no-image-available.Laboratory:before,
.classroom-wrap.classroom-resources-wrap .result-card-list .image-wrapper .no-image-available.FieldAssignment:before,
.classroom-wrap.classroom-resources-wrap .result-card-list .image-wrapper .no-image-available.Activity:before {
  content: '';
}
.classroom-wrap.classroom-resources-wrap .result-card-list .image-wrapper .no-image-available.Article,
.classroom-wrap.classroom-resources-wrap .result-card-list .image-wrapper .no-image-available.InterDisciplinary,
.classroom-wrap.classroom-resources-wrap .result-card-list .image-wrapper .no-image-available.SupportingMaterial,
.classroom-wrap.classroom-resources-wrap .result-card-list .image-wrapper .no-image-available.InterdisciplinaryConnection {
  background: url("../images/new-icon-sprite.png") no-repeat 78px -1108px, linear-gradient(#41aae9, #326893) !important;
}
.classroom-wrap.classroom-resources-wrap .result-card-list .image-wrapper .no-image-available.Article:before,
.classroom-wrap.classroom-resources-wrap .result-card-list .image-wrapper .no-image-available.InterDisciplinary:before,
.classroom-wrap.classroom-resources-wrap .result-card-list .image-wrapper .no-image-available.SupportingMaterial:before,
.classroom-wrap.classroom-resources-wrap .result-card-list .image-wrapper .no-image-available.InterdisciplinaryConnection:before {
  content: '';
}
.classroom-wrap.classroom-resources-wrap .result-card-list .image-wrapper .no-image-available.Assessment,
.classroom-wrap.classroom-resources-wrap .result-card-list .image-wrapper .no-image-available.AssessmentQuestion {
  background: url("../images/new-icon-sprite.png") no-repeat 88px -1866px, linear-gradient(#41aae9, #326893) !important;
}
.classroom-wrap.classroom-resources-wrap .result-card-list .image-wrapper .no-image-available.Assessment:before,
.classroom-wrap.classroom-resources-wrap .result-card-list .image-wrapper .no-image-available.AssessmentQuestion:before {
  content: '';
}
.classroom-wrap.classroom-resources-wrap .result-card-list .image-wrapper .no-image-available.Curriculam,
.classroom-wrap.classroom-resources-wrap .result-card-list .image-wrapper .no-image-available.CurriculamSection {
  background: url("../images/new-icon-sprite.png") no-repeat 86px -538px, linear-gradient(#41aae9, #326893) !important;
}
.classroom-wrap.classroom-resources-wrap .result-card-list .image-wrapper .no-image-available.Curriculam:before,
.classroom-wrap.classroom-resources-wrap .result-card-list .image-wrapper .no-image-available.CurriculamSection:before {
  content: '';
}
.classroom-wrap.classroom-resources-wrap .result-card-list .image-wrapper .no-image-available.Games {
  background: url("../images/new-icon-sprite.png") no-repeat 88px -1866px, linear-gradient(#41aae9, #326893) !important;
}
.classroom-wrap.classroom-resources-wrap .result-card-list .image-wrapper .no-image-available.Games:before {
  content: '';
}
.classroom-wrap.classroom-resources-wrap .result-card-list .image-wrapper .no-image-available.Diagram,
.classroom-wrap.classroom-resources-wrap .result-card-list .image-wrapper .no-image-available.Gallery,
.classroom-wrap.classroom-resources-wrap .result-card-list .image-wrapper .no-image-available.Photo {
  background: url("../images/new-icon-sprite.png") no-repeat 84px -1296px, linear-gradient(#41aae9, #326893) !important;
}
.classroom-wrap.classroom-resources-wrap .result-card-list .image-wrapper .no-image-available.Diagram:before,
.classroom-wrap.classroom-resources-wrap .result-card-list .image-wrapper .no-image-available.Gallery:before,
.classroom-wrap.classroom-resources-wrap .result-card-list .image-wrapper .no-image-available.Photo:before {
  content: '';
}
.classroom-wrap.classroom-resources-wrap .result-card-list .image-wrapper .no-image-available.LessonPlan,
.classroom-wrap.classroom-resources-wrap .result-card-list .image-wrapper .no-image-available.TeachersGuide {
  background: url("../images/new-icon-sprite.png") no-repeat 78px -729px, linear-gradient(#41aae9, #326893) !important;
}
.classroom-wrap.classroom-resources-wrap .result-card-list .image-wrapper .no-image-available.LessonPlan:before,
.classroom-wrap.classroom-resources-wrap .result-card-list .image-wrapper .no-image-available.TeachersGuide:before {
  content: '';
}
.classroom-wrap.classroom-resources-wrap .result-card-list .image-wrapper .no-image-available.Video,
.classroom-wrap.classroom-resources-wrap .result-card-list .image-wrapper .no-image-available.Animation {
  background: url("../images/new-icon-sprite.png") no-repeat 82px 32px, linear-gradient(#41aae9, #326893) !important;
}
.classroom-wrap.classroom-resources-wrap .result-card-list .image-wrapper .no-image-available.Video:before,
.classroom-wrap.classroom-resources-wrap .result-card-list .image-wrapper .no-image-available.Animation:before {
  content: '';
}
.classroom-wrap.classroom-resources-wrap .result-card-list .image-wrapper .no-image-available.Vocabulary {
  background: url("../images/new-icon-sprite.png") no-repeat 80px -1484px, linear-gradient(#41aae9, #326893) !important;
}
.classroom-wrap.classroom-resources-wrap .result-card-list .image-wrapper .no-image-available.Vocabulary:before {
  content: '';
}
.classroom-wrap.classroom-resources-wrap .result-card-list .image-wrapper .no-image-available.WebLink {
  background: url("../images/new-icon-sprite.png") no-repeat 82px -918px, linear-gradient(#41aae9, #326893) !important;
}
.classroom-wrap.classroom-resources-wrap .result-card-list .image-wrapper .no-image-available.WebLink:before {
  content: '';
}
.classroom-wrap.classroom-resources-wrap .result-card-list .image-wrapper .no-image-available.Generic {
  background: url("../images/new-icon-sprite.png") no-repeat 82px -344px, linear-gradient(#41aae9, #326893) !important;
}
.classroom-wrap.classroom-resources-wrap .result-card-list .image-wrapper .no-image-available.Generic:before {
  content: '';
}
.classroom-wrap.classroom-resources-wrap .result-card-list .image-wrapper .no-image-available.JournalQuestion {
  background: url("../images/new-icon-sprite.png") no-repeat 82px -125px, linear-gradient(#41aae9, #326893) !important;
}
.classroom-wrap.classroom-resources-wrap .result-card-list .image-wrapper .no-image-available.JournalQuestion:before {
  content: '';
}
.classroom-wrap.classroom-resources-wrap .result-card-list .image-wrapper .no-image-available.Audio {
  background: url("../images/new-icon-sprite.png") no-repeat 82px -2092px, linear-gradient(#41aae9, #326893) !important;
}
.classroom-wrap.classroom-resources-wrap .result-card-list .image-wrapper .no-image-available.Audio:before {
  content: '';
}
.classroom-wrap.classroom-resources-wrap .result-card-list .resources-details h1 {
  position: relative;
  width: calc(100% - 6px);
  margin-top: 18px;
}
.classroom-wrap.classroom-resources-wrap .result-card-list .resources-details h1 a {
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  display: block;
  width: 92%;
}
.classroom-wrap.classroom-resources-wrap .result-card-list .resources-details h1 .lnr {
  color: #b3bbbe;
  font-size: 14px;
}
.classroom-wrap.classroom-resources-wrap .result-card-list .resources-details .modal-body h1 {
  width: auto;
  font-size: 24px;
  font-weight: 300;
  color: #373b41;
  margin: 0 0 25px;
}
.classroom-wrap.classroom-resources-wrap .show-more-activities {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  padding: 30px 0;
}
.classroom-wrap.classroom-resources-wrap .show-more-activities a {
  font-size: 16px;
  color: #8894a3;
}
.classroom-wrap.classroom-resources-wrap .show-more-activities a:hover {
  color: #7a8798;
}
.search-help-text {
  color: #b3bbbe;
  font-size: 11px;
  position: absolute;
  left: 40px;
  top: 40px;
}
td .search-student .search-help-text {
  left: 50px;
  top: 25px;
}
.featured-gallery-wrap .gallery-item-info .no-image-available {
  background-image: none !important;
  background-color: #b07df2;
  position: relative;
  /*activities*/
  /*articles*/
  /*assessments*/
  /*curricula*/
  /*games*/
  /*images*/
  /*teacher*/
  /*videos*/
  /*vocab terms*/
  /*web links*/
  /*journal*/
}
.featured-gallery-wrap .gallery-item-info .no-image-available:before {
  content: attr(data-initials);
  position: absolute;
  font-size: 32px;
  color: rgba(255, 255, 255, 0.7);
  text-align: center;
  width: 100%;
  height: 100%;
  line-height: 90px;
}
.featured-gallery-wrap .gallery-item-info .no-image-available.Laboratory,
.featured-gallery-wrap .gallery-item-info .no-image-available.FieldAssignment,
.featured-gallery-wrap .gallery-item-info .no-image-available.Activity {
  background: url("../images/new-icon-sprite.png") no-repeat 78px -1681px, linear-gradient(#41aae9, #326893) !important;
}
.featured-gallery-wrap .gallery-item-info .no-image-available.Laboratory:before,
.featured-gallery-wrap .gallery-item-info .no-image-available.FieldAssignment:before,
.featured-gallery-wrap .gallery-item-info .no-image-available.Activity:before {
  content: '';
}
.featured-gallery-wrap .gallery-item-info .no-image-available.Article,
.featured-gallery-wrap .gallery-item-info .no-image-available.InterDisciplinary,
.featured-gallery-wrap .gallery-item-info .no-image-available.InterdisciplinaryConnection {
  background: url("../images/new-icon-sprite.png") no-repeat 78px -1108px, linear-gradient(#41aae9, #326893) !important;
}
.featured-gallery-wrap .gallery-item-info .no-image-available.Article:before,
.featured-gallery-wrap .gallery-item-info .no-image-available.InterDisciplinary:before,
.featured-gallery-wrap .gallery-item-info .no-image-available.InterdisciplinaryConnection:before {
  content: '';
}
.featured-gallery-wrap .gallery-item-info .no-image-available.Assessment,
.featured-gallery-wrap .gallery-item-info .no-image-available.AssessmentQuestion {
  background: url("../images/new-icon-sprite.png") no-repeat 88px -1866px, linear-gradient(#41aae9, #326893) !important;
}
.featured-gallery-wrap .gallery-item-info .no-image-available.Assessment:before,
.featured-gallery-wrap .gallery-item-info .no-image-available.AssessmentQuestion:before {
  content: '';
}
.featured-gallery-wrap .gallery-item-info .no-image-available.Curriculam,
.featured-gallery-wrap .gallery-item-info .no-image-available.CurriculamSection,
.featured-gallery-wrap .gallery-item-info .no-image-available.CurriculumSection {
  background: url("../images/new-icon-sprite.png") no-repeat 86px -538px, linear-gradient(#41aae9, #326893) !important;
}
.featured-gallery-wrap .gallery-item-info .no-image-available.Curriculam:before,
.featured-gallery-wrap .gallery-item-info .no-image-available.CurriculamSection:before,
.featured-gallery-wrap .gallery-item-info .no-image-available.CurriculumSection:before {
  content: '';
}
.featured-gallery-wrap .gallery-item-info .no-image-available.Games,
.featured-gallery-wrap .gallery-item-info .no-image-available.Game {
  background: url("../images/new-icon-sprite.png") no-repeat 88px -1866px, linear-gradient(#41aae9, #326893) !important;
}
.featured-gallery-wrap .gallery-item-info .no-image-available.Games:before,
.featured-gallery-wrap .gallery-item-info .no-image-available.Game:before {
  content: '';
}
.featured-gallery-wrap .gallery-item-info .no-image-available.Generic,
.featured-gallery-wrap .gallery-item-info .no-image-available.Tool,
.featured-gallery-wrap .gallery-item-info .no-image-available.SupportingMaterial {
  background: url("../images/new-icon-sprite.png") no-repeat 84px -344px, linear-gradient(#41aae9, #326893) !important;
}
.featured-gallery-wrap .gallery-item-info .no-image-available.Diagram,
.featured-gallery-wrap .gallery-item-info .no-image-available.Gallery,
.featured-gallery-wrap .gallery-item-info .no-image-available.Photo {
  background: url("../images/new-icon-sprite.png") no-repeat 84px -1296px, linear-gradient(#41aae9, #326893) !important;
}
.featured-gallery-wrap .gallery-item-info .no-image-available.Diagram:before,
.featured-gallery-wrap .gallery-item-info .no-image-available.Gallery:before,
.featured-gallery-wrap .gallery-item-info .no-image-available.Photo:before {
  content: '';
}
.featured-gallery-wrap .gallery-item-info .no-image-available.LessonPlan,
.featured-gallery-wrap .gallery-item-info .no-image-available.TeachersGuide {
  background: url("../images/new-icon-sprite.png") no-repeat 78px -729px, linear-gradient(#41aae9, #326893) !important;
}
.featured-gallery-wrap .gallery-item-info .no-image-available.LessonPlan:before,
.featured-gallery-wrap .gallery-item-info .no-image-available.TeachersGuide:before {
  content: '';
}
.featured-gallery-wrap .gallery-item-info .no-image-available.Video,
.featured-gallery-wrap .gallery-item-info .no-image-available.Animation,
.featured-gallery-wrap .gallery-item-info .no-image-available.Games,
.featured-gallery-wrap .gallery-item-info .no-image-available.Game {
  background: url("../images/new-icon-sprite.png") no-repeat 82px 32px, linear-gradient(#41aae9, #326893) !important;
}
.featured-gallery-wrap .gallery-item-info .no-image-available.Video:before,
.featured-gallery-wrap .gallery-item-info .no-image-available.Animation:before,
.featured-gallery-wrap .gallery-item-info .no-image-available.Games:before,
.featured-gallery-wrap .gallery-item-info .no-image-available.Game:before {
  content: '';
}
.featured-gallery-wrap .gallery-item-info .no-image-available.Vocabulary,
.featured-gallery-wrap .gallery-item-info .no-image-available.VocabularyTerm {
  background: url("../images/new-icon-sprite.png") no-repeat 80px -1484px, linear-gradient(#41aae9, #326893) !important;
}
.featured-gallery-wrap .gallery-item-info .no-image-available.Vocabulary:before,
.featured-gallery-wrap .gallery-item-info .no-image-available.VocabularyTerm:before {
  content: '';
}
.featured-gallery-wrap .gallery-item-info .no-image-available.WebLink {
  background: url("../images/new-icon-sprite.png") no-repeat 82px -918px, linear-gradient(#41aae9, #326893) !important;
}
.featured-gallery-wrap .gallery-item-info .no-image-available.WebLink:before {
  content: '';
}
.featured-gallery-wrap .gallery-item-info .no-image-available.Journal,
.featured-gallery-wrap .gallery-item-info .no-image-available.JournalQuestion {
  background: url("../images/new-icon-sprite.png") no-repeat 82px -159px, linear-gradient(#41aae9, #326893) !important;
}
.featured-gallery-wrap .gallery-item-info .no-image-available.Journal:before,
.featured-gallery-wrap .gallery-item-info .no-image-available.JournalQuestion:before {
  content: '';
}
.featured-gallery-wrap .gallery-item-info .no-image-available.Audio {
  background: url("../images/new-icon-sprite.png") no-repeat 82px -2099px, linear-gradient(#41aae9, #326893) !important;
}
.featured-gallery-wrap .gallery-item-info .no-image-available.Audio:before {
  content: '';
}
.result-vertical-list.random-background-selector .vertical-list-item .no-image-available {
  background-image: none !important;
  background-color: #b07df2;
  position: relative;
  /*web links*/
}
.result-vertical-list.random-background-selector .vertical-list-item .no-image-available:before {
  content: attr(data-initials);
  position: absolute;
  font-size: 32px;
  color: rgba(255, 255, 255, 0.7);
  text-align: center;
  width: 100%;
  height: 100%;
  line-height: 90px;
}
.result-vertical-list.random-background-selector .vertical-list-item .no-image-available.Assessment,
.result-vertical-list.random-background-selector .vertical-list-item .no-image-available.AssessmentQuestion {
  background: url("../images/new-icon-sprite.png") no-repeat 44px -1891px, linear-gradient(#41aae9, #326893) !important;
}
.result-vertical-list.random-background-selector .vertical-list-item .no-image-available.Assessment:before,
.result-vertical-list.random-background-selector .vertical-list-item .no-image-available.AssessmentQuestion:before {
  content: '';
}
.result-vertical-list.random-background-selector .vertical-list-item .no-image-available.Curriculam,
.result-vertical-list.random-background-selector .vertical-list-item .no-image-available.CurriculamSection {
  background: url("../images/new-icon-sprite.png") no-repeat 41px -565px, linear-gradient(#41aae9, #326893) !important;
}
.result-vertical-list.random-background-selector .vertical-list-item .no-image-available.Curriculam:before,
.result-vertical-list.random-background-selector .vertical-list-item .no-image-available.CurriculamSection:before {
  content: '';
}
.result-vertical-list.random-background-selector .vertical-list-item .no-image-available.laboratory,
.result-vertical-list.random-background-selector .vertical-list-item .no-image-available.Laboratory,
.result-vertical-list.random-background-selector .vertical-list-item .no-image-available.fieldassignment,
.result-vertical-list.random-background-selector .vertical-list-item .no-image-available.FieldAssignment,
.result-vertical-list.random-background-selector .vertical-list-item .no-image-available.Activity {
  background: url("../images/new-icon-sprite.png") no-repeat 36px -1703px, linear-gradient(#41aae9, #326893) !important;
}
.result-vertical-list.random-background-selector .vertical-list-item .no-image-available.laboratory:before,
.result-vertical-list.random-background-selector .vertical-list-item .no-image-available.Laboratory:before,
.result-vertical-list.random-background-selector .vertical-list-item .no-image-available.fieldassignment:before,
.result-vertical-list.random-background-selector .vertical-list-item .no-image-available.FieldAssignment:before,
.result-vertical-list.random-background-selector .vertical-list-item .no-image-available.Activity:before {
  content: '';
}
.result-vertical-list.random-background-selector .vertical-list-item .no-image-available.Article,
.result-vertical-list.random-background-selector .vertical-list-item .no-image-available.Article,
.result-vertical-list.random-background-selector .vertical-list-item .no-image-available.InterDisciplinary,
.result-vertical-list.random-background-selector .vertical-list-item .no-image-available.SupportingMaterial,
.result-vertical-list.random-background-selector .vertical-list-item .no-image-available.InterdisciplinaryConnection {
  background: url("../images/new-icon-sprite.png") no-repeat 37px -1133px, linear-gradient(#41aae9, #326893) !important;
}
.result-vertical-list.random-background-selector .vertical-list-item .no-image-available.Article:before,
.result-vertical-list.random-background-selector .vertical-list-item .no-image-available.Article:before,
.result-vertical-list.random-background-selector .vertical-list-item .no-image-available.InterDisciplinary:before,
.result-vertical-list.random-background-selector .vertical-list-item .no-image-available.SupportingMaterial:before,
.result-vertical-list.random-background-selector .vertical-list-item .no-image-available.InterdisciplinaryConnection:before {
  content: '';
}
.result-vertical-list.random-background-selector .vertical-list-item .no-image-available.video,
.result-vertical-list.random-background-selector .vertical-list-item .no-image-available.game,
.result-vertical-list.random-background-selector .vertical-list-item .no-image-available.animation,
.result-vertical-list.random-background-selector .vertical-list-item .no-image-available.Video,
.result-vertical-list.random-background-selector .vertical-list-item .no-image-available.Game,
.result-vertical-list.random-background-selector .vertical-list-item .no-image-available.Animation {
  background: url("../images/new-icon-sprite.png") no-repeat 35px 1px, linear-gradient(#41aae9, #326893) !important;
}
.result-vertical-list.random-background-selector .vertical-list-item .no-image-available.video:before,
.result-vertical-list.random-background-selector .vertical-list-item .no-image-available.game:before,
.result-vertical-list.random-background-selector .vertical-list-item .no-image-available.animation:before,
.result-vertical-list.random-background-selector .vertical-list-item .no-image-available.Video:before,
.result-vertical-list.random-background-selector .vertical-list-item .no-image-available.Game:before,
.result-vertical-list.random-background-selector .vertical-list-item .no-image-available.Animation:before {
  content: '';
}
.result-vertical-list.random-background-selector .vertical-list-item .no-image-available.TeachersGuide,
.result-vertical-list.random-background-selector .vertical-list-item .no-image-available.LessonPlan {
  background: url("../images/new-icon-sprite.png") no-repeat 35px -755px, linear-gradient(#41aae9, #326893) !important;
}
.result-vertical-list.random-background-selector .vertical-list-item .no-image-available.gallery,
.result-vertical-list.random-background-selector .vertical-list-item .no-image-available.Gallery,
.result-vertical-list.random-background-selector .vertical-list-item .no-image-available.Diagram,
.result-vertical-list.random-background-selector .vertical-list-item .no-image-available.Photo {
  background: url("../images/new-icon-sprite.png") no-repeat 37px -1322px, linear-gradient(#41aae9, #326893) !important;
}
.result-vertical-list.random-background-selector .vertical-list-item .no-image-available.gallery:before,
.result-vertical-list.random-background-selector .vertical-list-item .no-image-available.Gallery:before,
.result-vertical-list.random-background-selector .vertical-list-item .no-image-available.Diagram:before,
.result-vertical-list.random-background-selector .vertical-list-item .no-image-available.Photo:before {
  content: '';
}
.result-vertical-list.random-background-selector .vertical-list-item .no-image-available.Vocabulary {
  background: url("../images/new-icon-sprite.png") no-repeat 38px -1512px, linear-gradient(#41aae9, #326893) !important;
}
.result-vertical-list.random-background-selector .vertical-list-item .no-image-available.Vocabulary:before {
  content: '';
}
.result-vertical-list.random-background-selector .vertical-list-item .no-image-available.WebLink {
  background: url("../images/new-icon-sprite.png") no-repeat 41px -945px, linear-gradient(#41aae9, #326893) !important;
}
.result-vertical-list.random-background-selector .vertical-list-item .no-image-available.WebLink:before {
  content: '';
}
.result-vertical-list.random-background-selector .vertical-list-item .no-image-available.Journal,
.result-vertical-list.random-background-selector .vertical-list-item .no-image-available.JournalQuestion {
  background: url("../images/new-icon-sprite.png") no-repeat 34px -188px, linear-gradient(#41aae9, #326893) !important;
}
.result-vertical-list.random-background-selector .vertical-list-item .no-image-available.Journal:before,
.result-vertical-list.random-background-selector .vertical-list-item .no-image-available.JournalQuestion:before {
  content: '';
}
.result-vertical-list.random-background-selector .vertical-list-item .no-image-available.Audio {
  background: url("../images/new-icon-sprite.png") no-repeat 38px -2123px, linear-gradient(#41aae9, #326893) !important;
}
.result-vertical-list.random-background-selector .vertical-list-item .no-image-available.Audio:before {
  content: '';
}
.result-vertical-list.random-background-selector .vertical-list-item:nth-child(2n+1) .no-image-available {
  background-color: #63a5ef;
}
.result-vertical-list.random-background-selector .vertical-list-item:nth-child(3n+2) .no-image-available {
  background-color: #f8c75a;
}
.result-vertical-list.random-background-selector .vertical-list-item:nth-child(5n+3) .no-image-available {
  background-color: #f97e98;
}
.result-vertical-list.random-background-selector .vertical-list-item:nth-child(7n+5) .no-image-available {
  background-color: #b07df2;
}
.result-vertical-list.random-background-selector .vertical-list-item:nth-child(11n+7) .no-image-available {
  background-color: #4fd2c2;
}
.result-vertical-list .vertical-list-item {
  background: #ffffff;
  min-height: 110px;
  margin-bottom: 30px;
}
.result-vertical-list .vertical-list-item:last-child {
  margin-bottom: 0px;
}
.result-vertical-list .vertical-list-item .image-wrapper {
  position: absolute;
  width: 160px;
  min-height: 90px;
  overflow: hidden;
}
.result-vertical-list .vertical-list-item .image-wrapper .image-holder {
  background-size: cover;
  width: 160px;
  height: 90px;
  background-repeat: no-repeat;
}
.result-vertical-list .vertical-list-item .image-wrapper .image-holder.vocab {
  background: rgba(195, 220, 228, 0.3) url("../images/empty-state-icon-sprite.png") no-repeat 38px -2011px !important;
}
.result-vertical-list .vertical-list-item .image-wrapper .image-holder.weblink {
  background: rgba(195, 220, 228, 0.3) url("../images/empty-state-icon-sprite.png") no-repeat 28px -1853px !important;
}
.result-vertical-list .vertical-list-item .image-wrapper.lesson-icon {
  width: 45px;
  min-height: 40px;
}
.result-vertical-list .vertical-list-item .image-wrapper.lesson-icon .image-holder {
  width: 45px;
  height: 40px;
  background: url('../images/icon-sprite.png') no-repeat -2px -288px;
}
.result-vertical-list .vertical-list-item .image-wrapper.assessment-icon {
  width: 45px;
  min-height: 44px;
}
.result-vertical-list .vertical-list-item .image-wrapper.assessment-icon .image-holder {
  width: 45px;
  height: 44px;
  background: url('../images/icon-sprite.png') no-repeat 0px -350px;
}
.result-vertical-list .vertical-list-item .image-wrapper.journal-icon {
  width: 45px;
  min-height: 44px;
}
.result-vertical-list .vertical-list-item .image-wrapper.journal-icon .image-holder {
  width: 45px;
  height: 44px;
  background: url('../images/icon-sprite.png') no-repeat 0px -430px;
}
.result-vertical-list .vertical-list-item .assignment-activities-details {
  padding-left: 184px;
  /*overflow: auto;*/
}
.result-vertical-list .vertical-list-item .assignment-activities-details h2 {
  color: #74b6f2;
  font-size: 16px;
  margin-bottom: 8px;
  margin-top: 2px;
}
.result-vertical-list .vertical-list-item .assignment-activities-details h2 section {
  /*styles for assignment post time*/
  color: #b3bbbe;
  font-size: 14px;
}
.result-vertical-list .vertical-list-item .assignment-activities-details h3 {
  color: #96a3a4;
  font-size: 16px;
  margin-bottom: 8px;
  line-height: 1.425em;
}
.result-vertical-list .vertical-list-item .assignment-activities-details section {
  /*styles for due date*/
  color: #b3bbbe;
  font-size: 14px;
}
.result-vertical-list .vertical-list-item .assignment-activities-details.announcements-wrap .description-wrap h2 {
  color: #373b41;
}
.result-vertical-list .vertical-list-item .assignment-activities-details.announcements-wrap,
.result-vertical-list .vertical-list-item .assignment-activities-details.assignment-wrap {
  display: flex;
}
.result-vertical-list .vertical-list-item .assignment-activities-details.announcements-wrap .description-wrap,
.result-vertical-list .vertical-list-item .assignment-activities-details.assignment-wrap .description-wrap {
  flex: 1;
}
.result-vertical-list .vertical-list-item .assignment-activities-details.announcements-wrap .action-btn-wrap,
.result-vertical-list .vertical-list-item .assignment-activities-details.assignment-wrap .action-btn-wrap {
  margin-left: auto;
  min-width: 120px;
  text-align: right;
}
.result-vertical-list .vertical-list-item .assignment-activities-details.announcements-wrap .action-btn-wrap form,
.result-vertical-list .vertical-list-item .assignment-activities-details.assignment-wrap .action-btn-wrap form {
  display: inline-block;
}
.result-vertical-list .vertical-list-item .assignment-activities-details.announcements-wrap .action-btn-wrap .edit-btn-wrap,
.result-vertical-list .vertical-list-item .assignment-activities-details.assignment-wrap .action-btn-wrap .edit-btn-wrap {
  margin: 0;
  margin-left: 9px;
}
.result-vertical-list .vertical-list-item .assignment-activities-details.announcements-wrap .action-btn-wrap .remove-btn-wrap,
.result-vertical-list .vertical-list-item .assignment-activities-details.assignment-wrap .action-btn-wrap .remove-btn-wrap {
  margin-left: 8px;
  margin-right: 0;
}
.result-vertical-list .vertical-list-item .assignment-activities-details.announcements-wrap .action-btn-wrap .lnr-assign,
.result-vertical-list .vertical-list-item .assignment-activities-details.assignment-wrap .action-btn-wrap .lnr-assign {
  margin-top: 4PX;
  display: inline-block;
  vertical-align: top;
  margin-left: 10px;
}
.result-vertical-list .vertical-list-item .lesson-plan-details {
  padding-left: 65px;
  display: flex;
}
.result-vertical-list .vertical-list-item .lesson-plan-details.journal-list-description .description-wrap h2 {
  color: #373b41;
}
.result-vertical-list .vertical-list-item .lesson-plan-details.journal-list-description .description-wrap .show-more-content {
  margin-top: -15px;
  margin-bottom: 15px;
}
.result-vertical-list .vertical-list-item .lesson-plan-details .description-wrap {
  flex: 1;
}
.result-vertical-list .vertical-list-item .lesson-plan-details .description-wrap h2 {
  color: #74b6f2;
  font-size: 16px;
  margin-bottom: 8px;
  margin-top: 2px;
}
.result-vertical-list .vertical-list-item .lesson-plan-details .description-wrap p {
  color: #96a3a4;
  font-size: 16px;
  margin-bottom: 8px;
  line-height: 1.425em;
}
.result-vertical-list .vertical-list-item .lesson-plan-details .description-wrap p.journal-description {
  margin-bottom: 15px;
}
.result-vertical-list .vertical-list-item .lesson-plan-details .action-btn-wrap {
  margin-left: auto;
  min-width: 120px;
  text-align: right;
}
.result-vertical-list .vertical-list-item .lesson-plan-details .action-btn-wrap .remove-btn-wrap {
  margin-left: 8px;
  margin-right: 0;
}
.result-vertical-list.curricula-games-list-wrap .heading-with-legend {
  position: relative;
  margin: 0 0 36px;
}
.result-vertical-list.curricula-games-list-wrap .heading-with-legend:after {
  content: '';
  height: 1px;
  width: 100%;
  background: rgba(0, 0, 0, 0.1);
  position: absolute;
  top: 10px;
  left: 0;
}
.result-vertical-list.curricula-games-list-wrap .heading-with-legend .team-heading {
  font-size: 16px;
  font-weight: 600;
  display: inline-block;
  color: #b3bbbe;
  background: #ffffff;
  padding-right: 30px;
  position: relative;
  z-index: 1;
}
.result-vertical-list.curricula-games-list-wrap .vertical-list-item {
  min-height: 150px;
}
.result-vertical-list.curricula-games-list-wrap .vertical-list-item .image-wrapper {
  width: 247px;
  height: 138px;
}
.result-vertical-list.curricula-games-list-wrap .vertical-list-item .image-wrapper .image-holder {
  width: 247px;
  height: 138px;
}
.result-vertical-list.curricula-games-list-wrap .vertical-list-item .image-wrapper .image-holder.no-image-available.Game {
  background: url("../images/new-icon-sprite.png") no-repeat 82px 21px, linear-gradient(#41aae9, #326893) !important;
}
.result-vertical-list.curricula-games-list-wrap .vertical-list-item .image-wrapper .image-holder.no-image-available.Gallery {
  background: url("../images/new-icon-sprite.png") no-repeat 77px -1303px, linear-gradient(#41aae9, #326893) !important;
}
.result-vertical-list.curricula-games-list-wrap .vertical-list-item .image-wrapper .image-holder.no-image-available.Video {
  background: url("../images/new-icon-sprite.png") no-repeat 82px 21px, linear-gradient(#41aae9, #326893) !important;
}
.result-vertical-list.curricula-games-list-wrap .vertical-list-item .assignment-activities-details {
  padding-left: 274px;
}
.result-vertical-list.teacher-dashboard-list {
  padding-bottom: 30px;
}
.result-vertical-list.list-public-wrap .vertical-list-item {
  min-height: 85px !important;
}
.result-vertical-list.list-public-wrap .show-more-activities {
  margin-top: 30px;
}
.result-vertical-list.list-public-wrap .show-more-activities a {
  color: #8894a3;
}
.assessment-wrap header {
  border-bottom: 1px solid #dbe4eb;
  margin: -30px -30px 0;
  padding: 30px 30px 10px;
  margin-bottom: 30px;
  display: flex;
}
.assessment-wrap header .info h1 {
  font-size: 20px;
  margin-bottom: 10px;
}
.assessment-wrap header .info p {
  font-size: 16px;
  color: #96a3a4;
}
.assessment-wrap header .current-step {
  margin-left: auto;
  font-size: 16px;
  color: #96a3a4;
}
.assessment-wrap .question-list-item {
  display: flex;
  margin-bottom: 24px;
  padding-bottom: 24px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}
.assessment-wrap .question-list-item:last-child {
  border-bottom: 0;
  margin-bottom: 0;
}
.assessment-wrap .question-list-item .number {
  min-width: 44px;
  height: 44px;
  border-radius: 2px;
  border: 1px solid rgba(116, 182, 242, 0.5);
  box-shadow: 0 0 0 1px rgba(116, 182, 242, 0.05) inset;
  font-size: 15px;
  color: #b3bbbe;
  line-height: 44px;
  text-align: center;
}
.assessment-wrap .question-list-item .question {
  flex: 1;
  /*padding-right: 65px;*/
  padding-left: 20px;
}
.assessment-wrap .question-list-item .question h2 {
  font-size: 16px;
  margin-top: 15px;
  color: #373b41;
}
.assessment-wrap .question-list-item .question img {
  max-width: 100%;
}
.assessment-wrap .question-list-item .question .form-group {
  font-size: 15px;
  color: #96a3a4;
  margin-top: 30px;
  margin-bottom: 0;
}
.assessment-wrap .question-list-item .question .form-group .radio-inline,
.assessment-wrap .question-list-item .question .form-group .checkbox-inline {
  padding-left: 0;
}
.assessment-wrap .question-list-item .question .form-group textarea {
  border-color: #adabb1;
}
.assessment-wrap .question-list-item .question .form-group .wrong_answer {
  color: #ff5959;
  font-weight: 600;
}
.assessment-wrap .question-list-item .question .form-group .correct_answer {
  color: #4cc889;
  font-weight: 600;
}
.assessment-wrap .assessment-report-heading {
  background: #eef2f4;
  font-size: 19px;
  font-weight: 500;
  color: #373b41;
  padding: 20px 30px;
  margin: -30px -30px 30px;
  flex-grow: 1;
}
.assessment-wrap footer {
  display: flex;
}
.assessment-wrap footer .next {
  margin-left: auto;
}
.assessment-wrap footer .lnr-right {
  margin-top: 4px;
  display: inline-block;
  vertical-align: top;
  margin-left: 12px;
  margin-right: -12px;
}
.assessment-wrap footer .lnr-left {
  margin-top: 4px;
  display: inline-block;
  vertical-align: top;
  margin-right: 12px;
  margin-left: -12px;
}
.assessment-wrap .score-card section.result {
  border: 1px solid rgba(179, 187, 190, 0.5);
  display: flex;
  border-radius: 2px;
  padding: 34px;
  margin-top: 30px;
}
.assessment-wrap .score-card section.result .chart-wrap {
  width: 185px;
  border-right: 1px solid rgba(179, 187, 190, 0.3);
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
}
.assessment-wrap .score-card section.result .chart-wrap .chart {
  position: relative;
  width: 150px;
  height: 150px;
  margin: auto 0;
}
.assessment-wrap .score-card section.result .chart-wrap .chart canvas {
  position: absolute;
  top: 0;
  left: 0;
}
.assessment-wrap .score-card section.result .chart-wrap .chart span {
  color: #848b93;
  display: inline-block;
  line-height: 130px;
  text-align: center;
  width: auto;
  font-family: sans-serif;
  font-size: 31px;
  font-weight: 100;
  margin-left: 5px;
}
.assessment-wrap .score-card section.result .chart-wrap .chart span:before {
  content: '%';
  float: right;
}
.assessment-wrap .score-card section.result .chart-wrap .chart span:after {
  content: 'Total Score';
  position: absolute;
  bottom: -5px;
  left: 0;
  width: 100%;
  text-align: center;
  font-size: 15px;
  color: #b3bbbe;
}
.assessment-wrap .score-card section.result .score-list {
  flex: 1;
  padding: 0 30px;
}
.assessment-wrap .score-card section.result .score-list .score-list-item {
  display: flex;
  margin-bottom: 20px;
}
.assessment-wrap .score-card section.result .score-list .score-list-item:last-child {
  margin-bottom: 0;
}
.assessment-wrap .score-card section.result .score-list .score-list-item.total-questions-sum {
  font-size: 16px;
  font-weight: 600;
  color: #373b41;
}
.assessment-wrap .score-card section.result .score-list .score-list-item.total-questions-sum .score-numerics {
  font-size: 19px;
  font-weight: 600;
  color: #373b41;
}
.assessment-wrap .score-card section.result .score-list .score-list-item .option-label {
  width: 140px;
  text-align: left;
  font-size: 16px;
  color: #373b41;
}
.assessment-wrap .score-card section.result .score-list .score-list-item .score-horizontal-progress {
  flex: 1;
  margin: auto;
  text-align: left;
}
.assessment-wrap .score-card section.result .score-list .score-list-item .score-horizontal-progress .progress-bar-success {
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  -webkit-border-radius: 0 6px 6px 0;
  -moz-border-radius: 0 6px 6px 0;
  border-radius: 0 6px 6px 0;
}
.assessment-wrap .score-card section.result .score-list .score-list-item .comment-teacher {
  flex: 1;
  text-align: left;
  color: #373b41;
  font-size: 16px;
}
.assessment-wrap .score-card section.result .score-list .score-list-item .comment-teacher .graded-by {
  color: #b3bbbe;
}
.assessment-wrap .score-card section.result .score-list .score-list-item .score-numerics {
  width: 60px;
  text-align: left;
  font-size: 19px;
  color: #373b41;
}
.assessment-wrap .score-card section.result .score-list .score-list-item .score-numerics .completed {
  color: #4fd2c2;
}
.lesson-plan-wrap.lesson-plan-details-lesson-plan .result-vertical-list .vertical-list-item {
  min-height: 125px;
}
.lesson-plan-wrap.lesson-plan-details-lesson-plan .result-vertical-list.curricula-games-list-wrap .vertical-list-item .image-wrapper,
.lesson-plan-wrap.lesson-plan-details-lesson-plan .result-vertical-list.curricula-games-list-wrap .vertical-list-item .image-wrapper .image-holder {
  width: 160px;
  height: 90px;
}
.lesson-plan-wrap.lesson-plan-details-lesson-plan .result-vertical-list.curricula-games-list-wrap .vertical-list-item .assignment-activities-details {
  padding-left: 184px;
}
.lesson-plan-wrap header {
  border-bottom: 1px solid #dbe4eb;
  margin: -30px -30px 0;
  padding: 30px 30px 10px;
  margin-bottom: 30px;
}
.lesson-plan-wrap header h1 {
  font-size: 18px;
  color: #373b41;
  margin-bottom: 10px;
}
.lesson-plan-wrap header p {
  font-size: 14px;
  color: #96a3a4;
}
.lesson-plan-wrap header.sub-head {
  padding-bottom: 0;
  height: 80px;
}
.lesson-plan-wrap header.sub-head .action-buttons {
  margin-top: -12px;
}
.lesson-plan-wrap header.sub-head .action-buttons .btn + .btn {
  margin-left: 5px;
}
.lesson-plan-wrap .lesson-plan-content {
  display: flex;
  margin: -30px;
}
.lesson-plan-wrap .lesson-plan-content nav {
  width: 260px;
  min-width: 260px;
  background: #eef2f5;
}
.lesson-plan-wrap .lesson-plan-content nav .add-new-section-wrap .add-new-section {
  text-align: left;
  color: #39a6ed;
  height: 80px;
  line-height: 60px;
  border-bottom: 1px solid #ced9e2;
}
.lesson-plan-wrap .lesson-plan-content nav .add-new-section-wrap .add-new-section i {
  border: 1px solid #adabb1;
  border-radius: 2px;
  padding: 7px;
  color: #adabb1;
  margin-left: -10px;
  margin-right: 25px;
}
.lesson-plan-wrap .lesson-plan-content nav li a {
  font-size: 15px;
  color: #98a2a6;
  padding: 18px 15px 18px 34px;
  display: flex;
  transition: all 0.2s ease-in-out;
}
.lesson-plan-wrap .lesson-plan-content nav li a:hover,
.lesson-plan-wrap .lesson-plan-content nav li a:focus {
  background: #e8edf1;
}
.lesson-plan-wrap .lesson-plan-content nav li a > span {
  word-break: keep-all;
}
.lesson-plan-wrap .lesson-plan-content nav li a .bullet {
  height: 12px;
  width: 12px;
  min-width: 12px;
  border-radius: 100%;
  margin-top: auto;
  margin-bottom: auto;
  margin-right: 15px;
}
.lesson-plan-wrap .lesson-plan-content nav li a .bullet.red,
.lesson-plan-wrap .lesson-plan-content nav li a .bullet.Red {
  background: #ff8d98;
}
.lesson-plan-wrap .lesson-plan-content nav li a .bullet.blue,
.lesson-plan-wrap .lesson-plan-content nav li a .bullet.Blue {
  background: #3fb7f7;
}
.lesson-plan-wrap .lesson-plan-content nav li a .bullet.purple,
.lesson-plan-wrap .lesson-plan-content nav li a .bullet.Purple {
  background: #9b95ff;
}
.lesson-plan-wrap .lesson-plan-content nav li a .bullet.orange,
.lesson-plan-wrap .lesson-plan-content nav li a .bullet.Orange {
  background: #ffa07f;
}
.lesson-plan-wrap .lesson-plan-content nav li a .bullet.green,
.lesson-plan-wrap .lesson-plan-content nav li a .bullet.Green {
  background: #3be7ba;
}
.lesson-plan-wrap .lesson-plan-content nav li a .bullet.yellow,
.lesson-plan-wrap .lesson-plan-content nav li a .bullet.Yellow {
  background: #ffcb81;
}
.lesson-plan-wrap .lesson-plan-content nav li a .bullet.magenta,
.lesson-plan-wrap .lesson-plan-content nav li a .bullet.Magenta {
  background: #a84aa2;
}
.lesson-plan-wrap .lesson-plan-content nav li a .bullet.black,
.lesson-plan-wrap .lesson-plan-content nav li a .bullet.Black {
  background: #000000;
}
.lesson-plan-wrap .lesson-plan-content nav li a .bullet.LightGreen,
.lesson-plan-wrap .lesson-plan-content nav li a .bullet.lightgreen {
  background: #b2ffb2;
}
.lesson-plan-wrap .lesson-plan-content nav li a .bullet.Gray,
.lesson-plan-wrap .lesson-plan-content nav li a .bullet.gray {
  background: rgba(0, 0, 0, 0.2);
}
.lesson-plan-wrap .lesson-plan-content nav li .change-section-color {
  text-align: center;
  padding: 20px 0;
}
.lesson-plan-wrap .lesson-plan-content nav li .change-section-color .bullet {
  height: 12px;
  width: 12px;
  min-width: 12px;
  border-radius: 100%;
  margin-top: auto;
  margin-bottom: auto;
  margin-right: 7px;
  margin-left: 7px;
  display: inline-block;
  cursor: pointer;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.lesson-plan-wrap .lesson-plan-content nav li .change-section-color .bullet:hover {
  box-shadow: 0 0 0 3px #ffffff, 0 0 0 4px #b3bbbe;
}
.lesson-plan-wrap .lesson-plan-content nav li .change-section-color .bullet.red {
  background: #ff8d98;
}
.lesson-plan-wrap .lesson-plan-content nav li .change-section-color .bullet.blue {
  background: #3fb7f7;
}
.lesson-plan-wrap .lesson-plan-content nav li .change-section-color .bullet.purple {
  background: #9b95ff;
}
.lesson-plan-wrap .lesson-plan-content nav li .change-section-color .bullet.orange {
  background: #ffa07f;
}
.lesson-plan-wrap .lesson-plan-content nav li .change-section-color .bullet.green {
  background: #3be7ba;
}
.lesson-plan-wrap .lesson-plan-content nav li .change-section-color .bullet.yellow {
  background: #ffcb81;
}
.lesson-plan-wrap .lesson-plan-content nav li .dropdown.lesson-plan-dropdown {
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  width: 30px;
  display: none;
}
.lesson-plan-wrap .lesson-plan-content nav li .dropdown.lesson-plan-dropdown .dropdown-menu {
  top: 85%;
  margin-top: 0;
  border-radius: 0;
  width: 230px;
  right: 12%;
}
.lesson-plan-wrap .lesson-plan-content nav li .dropdown.lesson-plan-dropdown .dropdown-menu .lnr {
  margin-top: 3px;
  margin-right: 20px;
}
.lesson-plan-wrap .lesson-plan-content nav li .dropdown.lesson-plan-dropdown .dropdown-menu .lnr.lnr-Delete {
  font-size: 16px;
}
.lesson-plan-wrap .lesson-plan-content nav li .dropdown.lesson-plan-dropdown .btn.btn-with-icon {
  padding: 10px 0;
  width: 30px;
  /* position: absolute; */
  right: 0;
  top: 0;
  border-radius: 0;
  height: 100%;
}
.lesson-plan-wrap .lesson-plan-content nav li .dropdown.lesson-plan-dropdown .btn.btn-with-icon .lnr {
  color: rgba(150, 163, 164, 0.6);
  font-size: 20px;
  font-weight: bold;
}
.lesson-plan-wrap .lesson-plan-content nav li .dropdown.lesson-plan-dropdown.open .btn {
  box-shadow: none;
}
.lesson-plan-wrap .lesson-plan-content nav li .dropdown.lesson-plan-dropdown.open .btn .lnr {
  color: #96a3a4;
}
.lesson-plan-wrap .lesson-plan-content nav li .dropdown li a {
  padding-top: 15px;
  padding-bottom: 15px;
}
.lesson-plan-wrap .lesson-plan-content nav li.active .dropdown.lesson-plan-dropdown {
  display: block;
}
.lesson-plan-wrap .lesson-plan-content nav .nav-pills > li.active > a,
.lesson-plan-wrap .lesson-plan-content nav .nav-pills > li.active > a:hover,
.lesson-plan-wrap .lesson-plan-content nav .nav-pills > li.active > a:focus {
  background: #ffffff;
  box-shadow: 3px 0 0 #74b6f2 inset;
  border-radius: 0;
  color: #7c8a8f;
}
.lesson-plan-wrap .lesson-plan-content nav .editableform .form-control {
  height: 22px;
  padding: 0;
}
.lesson-plan-wrap .lesson-plan-content nav .editableform .editable-buttons {
  top: calc(100% - 17px);
  z-index: 9;
}
.lesson-plan-wrap .lesson-plan-content nav .ui-state-highlight {
  height: 57px;
  background: #becdd9;
  border: 1px solid #becdd9;
}
.lesson-plan-wrap .lesson-plan-content nav .ui-sortable-helper {
  opacity: 0.9;
  cursor: move;
  -webkit-box-shadow: 0 0 2px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 0 2px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.1);
}
.lesson-plan-wrap .lesson-plan-content h4 {
  font-size: 18px;
  font-weight: 400;
  color: #373b41;
}
.lesson-plan-wrap .lesson-plan-content h4 ul {
  font-size: 14px;
  font-weight: 400;
  color: #96a3a4;
  margin-top: 10px;
  margin-bottom: 20px;
}
.lesson-plan-wrap .lesson-plan-content h4 ul li {
  margin-top: 10px;
}
.lesson-plan-wrap .lesson-plan-content h4 ul li:first-child {
  margin-top: 0;
}
.lesson-plan-wrap .lesson-plan-content > form {
  flex: 1;
}
.lesson-plan-wrap .lesson-plan-content .lesson-plan-active-content {
  padding: 30px;
}
.lesson-plan-wrap .lesson-plan-content .lesson-plan-active-content .selected-resource-item {
  width: 100%;
  padding: 0;
  margin-bottom: 15px;
  padding-bottom: 15px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.lesson-plan-wrap .result-vertical-list {
  margin-top: -15px;
}
.lesson-plan-wrap .result-vertical-list .vertical-list-item {
  min-height: 120px;
  margin-bottom: 0;
  padding-top: 15px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.lesson-plan-wrap .result-vertical-list .vertical-list-item:last-child {
  border-bottom: none;
}
.lesson-plan-wrap .result-vertical-list .vertical-list-item .assignment-activities-details {
  display: flex;
}
.lesson-plan-wrap .result-vertical-list .vertical-list-item .assignment-activities-details h4 {
  font-size: 16px;
  font-weight: 400;
  color: #373b41;
  margin: 2px 0 8px 0;
}
.lesson-plan-wrap .result-vertical-list .vertical-list-item .assignment-activities-details .description-wrap {
  flex: 1;
}
.lesson-plan-wrap .result-vertical-list .vertical-list-item .assignment-activities-details .description-wrap p {
  color: #96a3a4;
}
.lesson-plan-wrap .result-vertical-list .vertical-list-item .assignment-activities-details .description-wrap p + p {
  margin-top: -5px;
}
.lesson-plan-wrap .result-vertical-list .vertical-list-item .assignment-activities-details .action-btn-wrap {
  margin-left: auto;
  min-width: 120px;
  text-align: right;
}
.lesson-plan-wrap .result-vertical-list .vertical-list-item .image-wrapper .image-holder {
  /*activities*/
  /*articles*/
  /*assessments*/
  /*curricula*/
  /*images*/
  /*videos*/
  /*vocab terms*/
  /*web links*/
  /*Generic defaults*/
}
.lesson-plan-wrap .result-vertical-list .vertical-list-item .image-wrapper .image-holder.for-notes {
  background: url("../images/empty-state-icon-sprite.png") 38px -2286px no-repeat, linear-gradient(#41aae9, #326893) !important;
}
.lesson-plan-wrap .result-vertical-list .vertical-list-item .image-wrapper .image-holder.TeachersGuide,
.lesson-plan-wrap .result-vertical-list .vertical-list-item .image-wrapper .image-holder.LessonPlan {
  background: url("../images/new-icon-sprite.png") no-repeat 35px -755px, linear-gradient(#41aae9, #326893) !important;
}
.lesson-plan-wrap .result-vertical-list .vertical-list-item .image-wrapper .image-holder.Laboratory,
.lesson-plan-wrap .result-vertical-list .vertical-list-item .image-wrapper .image-holder.FieldAssignment,
.lesson-plan-wrap .result-vertical-list .vertical-list-item .image-wrapper .image-holder.Activity {
  background: url("../images/new-icon-sprite.png") no-repeat 38px -1702px, linear-gradient(#41aae9, #326893) !important;
}
.lesson-plan-wrap .result-vertical-list .vertical-list-item .image-wrapper .image-holder.Article,
.lesson-plan-wrap .result-vertical-list .vertical-list-item .image-wrapper .image-holder.InterDisciplinary,
.lesson-plan-wrap .result-vertical-list .vertical-list-item .image-wrapper .image-holder.SupportingMaterial,
.lesson-plan-wrap .result-vertical-list .vertical-list-item .image-wrapper .image-holder.InterdisciplinaryConnection {
  background: url("../images/new-icon-sprite.png") no-repeat 38px -1132px, linear-gradient(#41aae9, #326893) !important;
}
.lesson-plan-wrap .result-vertical-list .vertical-list-item .image-wrapper .image-holder.Assessment,
.lesson-plan-wrap .result-vertical-list .vertical-list-item .image-wrapper .image-holder.AssessmentQuestion {
  background: url("../images/new-icon-sprite.png") no-repeat 48px -1891px, linear-gradient(#41aae9, #326893) !important;
}
.lesson-plan-wrap .result-vertical-list .vertical-list-item .image-wrapper .image-holder.Curriculam,
.lesson-plan-wrap .result-vertical-list .vertical-list-item .image-wrapper .image-holder.CurriculamSection {
  background: url("../images/new-icon-sprite.png") no-repeat 41px -564px, linear-gradient(#41aae9, #326893) !important;
}
.lesson-plan-wrap .result-vertical-list .vertical-list-item .image-wrapper .image-holder.Diagram,
.lesson-plan-wrap .result-vertical-list .vertical-list-item .image-wrapper .image-holder.Gallery,
.lesson-plan-wrap .result-vertical-list .vertical-list-item .image-wrapper .image-holder.Photo {
  background: url("../images/new-icon-sprite.png") no-repeat 40px -1325px, linear-gradient(#41aae9, #326893) !important;
}
.lesson-plan-wrap .result-vertical-list .vertical-list-item .image-wrapper .image-holder.Video,
.lesson-plan-wrap .result-vertical-list .vertical-list-item .image-wrapper .image-holder.Animation,
.lesson-plan-wrap .result-vertical-list .vertical-list-item .image-wrapper .image-holder.Games {
  background: url("../images/new-icon-sprite.png") no-repeat 38px 3px, linear-gradient(#41aae9, #326893) !important;
}
.lesson-plan-wrap .result-vertical-list .vertical-list-item .image-wrapper .image-holder.Vocabulary {
  background: url("../images/new-icon-sprite.png") no-repeat 39px -1513px, linear-gradient(#41aae9, #326893) !important;
}
.lesson-plan-wrap .result-vertical-list .vertical-list-item .image-wrapper .image-holder.WebLink {
  background: url("../images/new-icon-sprite.png") no-repeat 40px -945px, linear-gradient(#41aae9, #326893) !important;
}
.lesson-plan-wrap .result-vertical-list .vertical-list-item .image-wrapper .image-holder.Generic {
  background: url("../images/new-icon-sprite.png") no-repeat 42px -374px, linear-gradient(#41aae9, #326893) !important;
}
.lesson-plan-wrap .result-vertical-list .vertical-list-item .image-wrapper .image-holder.JournalQuestion {
  background: url("../images/new-icon-sprite.png") no-repeat 37px -187px, linear-gradient(#41aae9, #326893) !important;
}
.lesson-plan-wrap .result-vertical-list .vertical-list-item .image-wrapper .image-holder.Audio {
  background: url("../images/new-icon-sprite.png") no-repeat 38px -2123px, linear-gradient(#41aae9, #326893) !important;
}
.lesson-plan-wrap .result-vertical-list .ui-sortable-helper {
  opacity: 0.8;
  cursor: move;
  -webkit-box-shadow: 0 0 2px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 0 2px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.1);
}
.lesson-plan-wrap .result-vertical-list .ui-state-highlight {
  min-height: 125px;
  border-color: rgba(0, 0, 0, 0.02);
  background: rgba(0, 0, 0, 0.02);
}
.lesson-plan-wrap input[type=checkbox] + label {
  width: 100%;
  padding: 0;
}
.lesson-plan-wrap input[type=checkbox]:checked + label:before {
  background: transparent;
  border: 0;
}
.lesson-plan-wrap input[type=checkbox]:checked + label:after {
  color: transparent;
}
.lesson-plan-wrap input[type=checkbox]:checked + label .image-wrapper {
  position: absolute;
  width: 160px;
  min-height: 90px;
  overflow: hidden;
}
.lesson-plan-wrap input[type=checkbox]:checked + label .image-wrapper .image-holder {
  background-size: cover;
  width: 160px;
  height: 90px;
  background-repeat: no-repeat;
  display: inline-block;
}
.lesson-plan-wrap input[type=checkbox]:checked + label .resource-description {
  padding-left: 184px;
}
.lesson-plan-wrap input[type=checkbox]:checked + label .resource-description h1 {
  font-size: 16px;
  font-weight: 500;
  color: #39a6ed;
  margin-bottom: 8px;
  margin-top: 2px;
}
.result-card-list > div {
  margin-bottom: 30px;
}
.result-card-list .image-wrapper {
  border: 8px solid #ffffff;
  box-shadow: 0 2px 3px 0 rgba(166, 175, 177, 0.5);
  position: relative;
  border-radius: 2px;
  margin-bottom: 12px;
}
.result-card-list .image-wrapper:before {
  content: '';
  width: calc(100% + 8px);
  height: calc(100% + 14px);
  position: absolute;
  box-shadow: 0 2px 3px 0 rgba(166, 175, 177, 0.5);
  bottom: -13px;
  left: -4px;
  background: #ffffff;
  z-index: -1;
  border-radius: 2px;
}
.result-card-list .image-wrapper:after {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  box-shadow: 0 2px 3px 0 rgba(166, 175, 177, 0.5);
  bottom: -18px;
  left: 0;
  background: #ffffff;
  z-index: -2;
  border-radius: 2px;
}
.result-card-list .image-wrapper .image-holder {
  background-size: cover;
  height: 160px;
  background-repeat: no-repeat;
}
.result-card-list .delete-resource {
  position: absolute;
  right: 0;
  top: 0;
  z-index: auto;
}
.result-card-list .resources-details h1 {
  font-size: 16px;
  color: #74b6f2;
  margin-top: 28px;
  margin-bottom: 8px;
  padding: 0 8px;
  font-weight: 400;
}
.result-card-list .resources-details p {
  color: #b3bbbe;
  padding: 0 8px;
}
.result-card-list .resources-details .tooltip {
  left: 7px !important;
  width: 100%;
}
.result-card-list .resources-details .tooltip-inner {
  max-width: 95%;
}
.carousel .carousel-indicators li {
  border: 1px solid #74b6f2;
  width: 12px;
  height: 12px;
  margin: 0;
}
.carousel .carousel-indicators li.active {
  background: #74b6f2;
  border: 1px solid #74b6f2;
}
.featured-resources-jumbotron {
  background: #ffffff;
  padding: 40px 0;
}
.featured-resources-jumbotron .carousel-indicators {
  position: static;
  width: 100%;
  margin-left: 0;
  margin-top: 40px;
}
.featured-resources-jumbotron .image-gallery-wrapper {
  border: 8px solid #ffffff;
  box-shadow: 0 2px 3px 0 rgba(166, 175, 177, 0.5);
  position: relative;
  border-radius: 2px;
  margin-bottom: 12px;
  height: 160px;
}
.featured-resources-jumbotron .image-gallery-wrapper:before {
  content: '';
  width: calc(100% + 8px);
  height: calc(100% + 8px);
  position: absolute;
  box-shadow: 0 2px 3px 0 rgba(166, 175, 177, 0.5);
  bottom: -13px;
  left: -4px;
  background: #ffffff;
  z-index: -1;
  border-radius: 2px;
}
.featured-resources-jumbotron .image-gallery-wrapper:after {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  box-shadow: 0 2px 3px 0 rgba(166, 175, 177, 0.5);
  bottom: -18px;
  left: 0;
  background: #ffffff;
  z-index: -2;
  border-radius: 2px;
}
.featured-resources-jumbotron .image-gallery-wrapper img.wide {
  max-width: 100%;
  max-height: 100%;
  height: auto;
}
.featured-resources-jumbotron .image-gallery-wrapper img.tall {
  max-height: 100%;
  max-width: 100%;
  width: auto;
}
.featured-resources-jumbotron .video-wrap {
  position: relative;
  /*padding-bottom: 56.25%; */
  padding-top: 25px;
  height: 0;
  border: 8px solid #fff;
  box-shadow: 0 2px 3px 0 rgba(166, 175, 177, 0.5);
  border-radius: 2px;
  margin-bottom: 12px;
  display: block;
  height: 160px;
}
.featured-resources-jumbotron .video-wrap iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.featured-gallery-wrap {
  /*.image-wrapper {
            border: 8px solid @white;
            box-shadow: 0 2px 3px 0 @shadow-color;
            position: relative;
            border-radius: 2px;
            margin-bottom: 12px;

            &:before {
                content: '';
                width: calc(~"100% + 8px");
                height: calc(~"100% + 8px");
                position: absolute;
                box-shadow: 0 2px 3px 0 @shadow-color;
                bottom: -13px;
                left: -4px;
                background: @white;
                z-index: -1;
                border-radius: 2px;
            }

            &:after {
                content: '';
                width: 100%;
                height: 100%;
                position: absolute;
                box-shadow: 0 2px 3px 0 @shadow-color;
                bottom: -18px;
                left: 0;
                background: @white;
                z-index: -2;
                border-radius: 2px;
            }

            .image-holder {
                overflow: hidden;
                height: 160px;
            }
        }*/
}
.featured-gallery-wrap header {
  display: flex;
  margin-top: 40px;
  padding-bottom: 10px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
  margin-bottom: 10px;
}
.featured-gallery-wrap header h1 {
  font-size: 17px;
  color: #373b41;
  font-weight: 500;
}
.featured-gallery-wrap header a {
  margin-left: auto;
  margin-top: auto;
  color: #74b6f2;
}
.featured-gallery-wrap .image-wrapper {
  border: 8px solid #ffffff;
  box-shadow: 0 2px 3px 0 rgba(166, 175, 177, 0.5);
  position: relative;
  border-radius: 2px;
  margin-bottom: 12px;
}
.featured-gallery-wrap .image-wrapper.gallery:before {
  content: '';
  width: calc(100% + 8px);
  height: calc(100% + 8px);
  position: absolute;
  box-shadow: 0 2px 3px 0 rgba(166, 175, 177, 0.5);
  bottom: -13px;
  left: -4px;
  background: #ffffff;
  z-index: -1;
  border-radius: 2px;
}
.featured-gallery-wrap .image-wrapper.gallery:after {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  box-shadow: 0 2px 3px 0 rgba(166, 175, 177, 0.5);
  bottom: -18px;
  left: 0;
  background: #ffffff;
  z-index: -2;
  border-radius: 2px;
}
.featured-gallery-wrap .image-wrapper.no-image-available .image-holder {
  overflow: hidden;
  height: 150px;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  background: rgba(195, 220, 228, 0.3) !important;
}
.featured-gallery-wrap .image-wrapper.no-image-available .image-holder:before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
}
.featured-gallery-wrap .image-wrapper.no-image-available.Game .image-holder:before {
  width: 68px;
  height: 45px;
  margin-left: -34px;
  margin-top: -23px;
  background: url("../images/empty-state-icon-sprite.png") no-repeat -19px -1076px;
}
.featured-gallery-wrap .image-wrapper.no-image-available.Gallery .image-holder:before {
  width: 54px;
  height: 54px;
  margin-left: -27px;
  margin-top: -27px;
  background: url("../images/empty-state-icon-sprite.png") no-repeat -19px -446px;
}
.featured-gallery-wrap .image-wrapper.no-image-available.Video .image-holder:before {
  width: 68px;
  height: 48px;
  margin-left: -34px;
  margin-top: -24px;
  background: url("../images/empty-state-icon-sprite.png") no-repeat -18px -866px;
}
.featured-gallery-wrap .image-wrapper .image-holder {
  overflow: hidden;
  height: 138px;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  /*&:before {
                content: '';
                padding-top: 56.5%;
                display: block;
            }*/
}
.featured-gallery-wrap .gallery-item-info {
  margin-top: 20px;
  /*margin-bottom: 30px;*/
  /*padding: 0 15px;*/
}
.featured-gallery-wrap .gallery-item-info a {
  color: #74b6f2;
  font-size: 16px;
}
.featured-gallery-wrap .gallery-item-info a .type {
  display: inline-block;
  vertical-align: top;
  font-size: 14px;
  color: #b3bbbe;
  line-height: 24px;
}
.featured-gallery-wrap .show-more {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  padding: 30px 0;
}
.featured-gallery-wrap .show-more a {
  font-size: 16px;
  color: #8894a3;
}
.featured-gallery-wrap .show-more a:hover {
  color: #7a8798;
}
.login-form-wrap {
  height: calc(100vh - 90px);
  background: rgba(0, 0, 0, 0.02);
  display: flex;
  align-items: center;
  justify-content: center;
}
.login-form-wrap .login-box {
  min-width: 420px;
  background: #ffffff;
  border-radius: 4px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.06), 0 2px 5px rgba(0, 0, 0, 0.12);
  padding: 60px 70px;
  position: relative;
}
.login-form-wrap .login-box .jason-logo {
  height: 60px;
  width: 141px;
  position: absolute;
  top: -76px;
  left: 50%;
  margin-left: -72px;
  background-image: url("../images/jason-logo-dark.png");
  background-repeat: no-repeat;
}
.login-form-wrap .login-box h1 {
  font-size: 30px;
  color: #74b6f2;
  font-weight: 300;
}
.login-form-wrap .login-box ::-webkit-input-placeholder {
  color: rgba(0, 0, 0, 0.5);
}
.login-form-wrap .login-box :-moz-placeholder {
  /* Firefox 18- */
  color: rgba(0, 0, 0, 0.5);
}
.login-form-wrap .login-box ::-moz-placeholder {
  /* Firefox 19+ */
  color: rgba(0, 0, 0, 0.5);
}
.login-form-wrap .login-box :-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.5);
}
.login-form-wrap .login-box li {
  margin-bottom: 20px;
}
.login-form-wrap .login-box .form-control {
  background: transparent;
  border: 1px solid rgba(0, 0, 0, 0.2);
  color: #000000;
  height: 44px;
}
.login-form-wrap .login-box .btn-primary {
  background: #39a6ed;
  border: 1px solid #39a6ed;
  width: 100%;
}
.login-form-wrap .login-box .alert {
  margin-bottom: 0;
  padding: 0;
  border: 0;
}
.login-form-wrap .login-box .alert li {
  padding: 15px 15px 0;
  margin-bottom: 0;
}
.login-form-wrap .login-box .alert li:last-child {
  padding-bottom: 15px;
}
/*styles form error pages ie 404 command 500*/
.error-page-wrap {
  background: #ffffff;
  border-radius: 4px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.06), 0 2px 5px rgba(0, 0, 0, 0.12);
  margin-top: 20px;
  height: calc(100vh - 120px);
  display: flex;
  justify-content: center;
  -webkit-box-pack: center;
  align-items: center;
  overflow: hidden;
}
.error-page-wrap .error-message-content {
  display: inline-block;
}
.error-page-wrap .error-message-content .ilustration-404 {
  background-image: url("../images/404.png");
  width: 244px;
  height: 101px;
  display: inline-block;
  position: relative;
}
.error-page-wrap .error-message-content .ilustration-404:before {
  content: '';
  background-image: url("../images/cloud-1.png");
  width: 145px;
  height: 35px;
  position: absolute;
  left: -200px;
  top: 0;
}
.error-page-wrap .error-message-content .ilustration-404:after {
  content: '';
  background-image: url("../images/cloud-2.png");
  width: 136px;
  height: 35px;
  position: absolute;
  right: -160px;
  top: 41px;
}
.error-page-wrap .error-message-content .ilustration-500 {
  background-image: url("../images/500.png");
  width: 251px;
  height: 105px;
  display: inline-block;
  position: relative;
}
.error-page-wrap .error-message-content .ilustration-500:before {
  content: '';
  background-image: url("../images/swirl-1.png");
  width: 43px;
  height: 43px;
  position: absolute;
  left: -80px;
  top: 0;
}
.error-page-wrap .error-message-content .ilustration-500:after {
  content: '';
  background-image: url("../images/swirl-2.png");
  width: 49px;
  height: 48px;
  position: absolute;
  right: -100px;
  top: 10px;
}
.error-page-wrap .error-message-content h1 {
  margin: 60px 0 30px;
}
.search-result-wrap header {
  margin-top: 0;
  color: #b3bbbe;
}
.search-result-wrap header .lnr {
  margin-top: 2px;
  font-size: 18px;
  margin-right: 10px;
}
.search-result-wrap header .spacer-col-3 {
  width: 33%;
}
.search-result-wrap header h1 {
  margin: auto;
}
.search-result-wrap header .bootstrap-select.btn-group {
  margin: auto;
  margin-right: initial;
}
.search-result-wrap header .bootstrap-select.btn-group .dropdown-menu {
  min-width: 200px;
}
.search-result-wrap .search-result-header h1 {
  color: #b3bbbe;
  font-size: 15px;
  font-weight: 600;
  line-height: 42px;
}
.search-result-wrap .search-result-header .search-query {
  color: #373b41;
}
.left-section-assignment {
  width: 247px;
}
.left-section-assignment .assignment-image-wrapper {
  background: url("../images/new-icon-sprite.png") no-repeat 84px -1301px, linear-gradient(#41aae9, #326893) !important;
  min-height: 138px;
  max-height: 138px;
  overflow: hidden;
}
.left-section-assignment .game-preview-image img {
  max-width: 100%;
}
.left-section-assignment .thumbnail-preview-wrap .preview {
  background-size: cover;
  height: 110px;
  background-repeat: no-repeat;
}
.right-section-assignment {
  margin-left: 50px;
  flex: 1;
}
.right-section-assignment h1 {
  font-size: 19px;
  margin-bottom: 20px;
}
.right-section-assignment p {
  color: #96a3a4;
  margin: 0;
}
.right-section-assignment .sub-content-wrap {
  margin-top: 50px;
}
.right-section-assignment .btn {
  margin-top: 40px;
  padding: 10px 20px;
}
.right-section-assignment .btn .lnr {
  margin-left: -15px;
  margin-right: 12px;
  margin-top: 3px;
  display: inline-block;
  vertical-align: top;
}
.view-leader-dashboard-self-row {
  margin-top: 40px;
  margin-bottom: 20px;
}
/*styles form teacher flow*/
.teacher-dashboard-wrapper .header-options {
  height: 220px;
  background: #ffffff;
  margin-top: 20px;
  margin-bottom: 20px;
  text-align: center;
  overflow: hidden;
  display: block;
  -webkit-box-shadow: 0px 1px 3px 0 rgba(166, 175, 177, 0.5), 0px 3px 6px 0 rgba(166, 175, 177, 0.5);
  -moz-box-shadow: 0px 1px 3px 0 rgba(166, 175, 177, 0.5), 0px 3px 6px 0 rgba(166, 175, 177, 0.5);
  box-shadow: 0px 1px 3px 0 rgba(166, 175, 177, 0.5), 0px 3px 6px 0 rgba(166, 175, 177, 0.5);
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  padding: 0 1rem;
  /*not used for now*/
  /*.atvImg {
            display: inline-block;
            width: 100%;
            height: 250px;
            border-radius: 5px;
            transform-style: preserve-3d;
            -webkit-tap-highlight-color: rgba(0,0,0,0);
            cursor: pointer;

            &.depressed {
                margin-top: 25px;
                box-shadow: 0 5px 30px rgba(0, 0, 0, 0.4);
            }

            .main-bg {
                background: #fff;
                width: 100%;
                height: 250px;
            }
        }

        .atvImg-container {
            position: relative;
            width: 100%;
            height: 100%;
            border-radius: 5px;
            transition: all 0.2s ease-out;
        }

        .atvImg-container.over .atvImg-shadow {
            box-shadow: 0 45px 100px rgba(14,21,47,0.4), 0 16px 40px rgba(14,21,47,0.4);
        }

        .atvImg-layers {
            position: relative;
            width: 100%;
            height: 100%;
            border-radius: 5px;
            overflow: hidden;
            transform-style: preserve-3d;
        }

        .atvImg-rendered-layer {
            position: absolute;
            width: 104%;
            height: 104%;
            top: -2%;
            left: -2%;
            background-repeat: no-repeat;
            background-position: center;
            background-color: transparent;
            background-size: cover;
            transition: all 0.1s ease-out;
        }

        .atvImg-shadow {
            position: absolute;
            top: 5%;
            left: 5%;
            width: 90%;
            height: 90%;
            transition: all 0.2s ease-out;
            box-shadow: 0 8px 30px rgba(14,21,47,0.6);
        }

        .atvImg-shine {
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            border-radius: 5px;
            background: linear-gradient(135deg, rgba(255,255,255,.25) 0%,rgba(255,255,255,0) 40%);
        }*/
}
.teacher-dashboard-wrapper .header-options .icon {
  width: 80px;
  height: 80px;
  margin: 30px auto 20px;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  background: #39a6ed;
  position: relative;
}
.teacher-dashboard-wrapper .header-options .icon:before {
  content: '';
  background-image: url("../images/icon-sprite.png");
  width: 60px;
  height: 60px;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.teacher-dashboard-wrapper .header-options .icon.explore-resources:before {
  background-position: 6px -51px;
}
.teacher-dashboard-wrapper .header-options .icon.manage-students:before {
  background-position: 6px -135px;
}
.teacher-dashboard-wrapper .header-options .icon.manage-classrooms:before {
  background-position: 11px -220px;
}
.teacher-dashboard-wrapper .header-options section[role="link-title"] {
  font-size: 16px;
  font-weight: 600;
}
.teacher-dashboard-wrapper .header-options p {
  font-size: 14px;
  margin-top: 5px;
  color: #b3bbbe;
}
.teacher-dashboard-wrapper .header-options:hover,
.teacher-dashboard-wrapper .header-options:focus {
  background: #427cb7;
  -webkit-box-shadow: 0px 3px 6px 0 rgba(166, 175, 177, 0.6), 0px 3px 6px 0 rgba(166, 175, 177, 0.5);
  -moz-box-shadow: 0px 3px 6px 0 rgba(166, 175, 177, 0.6), 0px 3px 6px 0 rgba(166, 175, 177, 0.5);
  box-shadow: 0px 3px 6px 0 rgba(166, 175, 177, 0.6), 0px 3px 6px 0 rgba(166, 175, 177, 0.5);
}
.teacher-dashboard-wrapper .header-options:hover section[role="link-title"],
.teacher-dashboard-wrapper .header-options:focus section[role="link-title"] {
  color: #ffffff;
}
.teacher-dashboard-wrapper .header-options:hover p,
.teacher-dashboard-wrapper .header-options:focus p {
  color: rgba(255, 255, 255, 0.8);
}
.teacher-dashboard-wrapper header[role="teacher-dashboard-announcements"] {
  border-bottom: 1px solid #dbe4eb;
  height: 80px;
  margin: -30px -30px 30px;
  padding: 28px 30px;
}
.teacher-dashboard-wrapper header[role="teacher-dashboard-announcements"] h1 {
  font-size: 24px;
  font-weight: 100;
}
.teacher-dashboard-wrapper .show-more-activities {
  margin: 0 0 -30px;
}
.student-list {
  padding: 0;
  color: #96a3a4;
}
.student-list label {
  margin-bottom: 0;
  vertical-align: middle;
}
.student-list .table.table-hover {
  margin-bottom: 0;
  table-layout: fixed;
}
.student-list .table.table-hover thead > tr > th,
.student-list .table.table-hover thead > tr > td {
  padding-top: 28px;
  padding-bottom: 28px;
}
.student-list .table.table-hover thead > tr > th:last-child,
.student-list .table.table-hover thead > tr > td:last-child {
  max-width: 100px;
}
.student-list .table.table-hover thead > tr > th input[type=checkbox] + label,
.student-list .table.table-hover thead > tr > td input[type=checkbox] + label {
  vertical-align: top;
}
.student-list .table.table-hover thead.student-assignment-progress-header tr td {
  padding-top: 14px;
  padding-bottom: 14px;
  vertical-align: middle;
}
.student-list .table.table-hover thead.student-assignment-progress-header tr.tr-loader td {
  padding-top: 28px;
  padding-bottom: 28px;
  vertical-align: middle;
}
.student-list .no-data {
  border-top: 1px solid #dbe4eb;
}
.student-list thead > tr > th,
.student-list thead > tr > td,
.student-list tbody > tr > th,
.student-list tfoot > tr > th,
.student-list tbody > tr > td,
.student-list tfoot > tr > td {
  font-size: 16px;
}
.student-list thead > tr > th:first-child,
.student-list thead > tr > td:first-child,
.student-list tbody > tr > th:first-child,
.student-list tfoot > tr > th:first-child,
.student-list tbody > tr > td:first-child,
.student-list tfoot > tr > td:first-child {
  padding-left: 30px;
}
.student-list .students-list-classroom thead > tr > th,
.student-list .students-list-classroom thead > tr > td,
.student-list .students-list-classroom tbody > tr > th,
.student-list .students-list-classroom tfoot > tr > th,
.student-list .students-list-classroom tbody > tr > td,
.student-list .students-list-classroom tfoot > tr > td {
  font-size: 16px;
}
.student-list .students-list-classroom thead > tr > th:first-child,
.student-list .students-list-classroom thead > tr > td:first-child,
.student-list .students-list-classroom tbody > tr > th:first-child,
.student-list .students-list-classroom tfoot > tr > th:first-child,
.student-list .students-list-classroom tbody > tr > td:first-child,
.student-list .students-list-classroom tfoot > tr > td:first-child {
  padding-left: 30px;
  width: 70px;
}
.student-list .search-student {
  display: flex;
  position: relative;
  padding-left: 20px;
  margin-top: 2px;
  height: 20px;
}
.student-list .search-student:before {
  content: '';
  width: 2px;
  height: 42px;
  background: rgba(179, 187, 190, 0.5);
  top: -10px;
  left: 0;
  position: absolute;
}
.student-list .search-student .lnr {
  height: 18px;
  margin-top: 2px;
  margin-right: 14px;
}
.student-list .search-student input {
  font-size: 16px;
  height: 22px;
  padding: 0;
}
.student-list .student-user-avatar {
  height: 34px;
  width: 34px;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  display: inline-block;
  vertical-align: middle;
  background-size: cover;
  background-repeat: no-repeat;
  margin-right: 20px;
  position: relative;
}
.student-list .student-user-avatar.grade-text:before {
  content: attr(data-initial);
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  line-height: 34px;
  background: #3be7ba;
  text-align: center;
  border-radius: 100%;
  color: #ffffff;
  font-weight: 600;
}
.student-list .student-user-avatar.badge:before {
  content: '';
  position: absolute;
  width: 16px;
  height: 21px;
  background: url('../images/new-icon-sprite.png?ver=1') -9px -2030px no-repeat;
  left: -22px;
  top: 7px;
}
.student-list .student-info {
  display: inline-block;
  vertical-align: middle;
  color: #373b41;
}
.student-list .student-info .student-address {
  color: #96a3a4;
}
.student-list .student-info .student-counts {
  margin: 0;
  color: #b3bbbe;
  font-size: 12px;
}
.student-list .student-info .student-counts.student-counts-live-editing {
  color: #7fda90;
}
.student-list .remove-add-student-control {
  margin-top: -10px;
  margin-bottom: -10px;
  min-width: 260px;
}
.student-list .studentStatus {
  position: relative;
  width: 160px;
}
.student-list .studentStatus > span {
  padding-left: 10px;
  margin-left: 8px;
}
.student-list .studentStatus > span:before {
  content: '';
  position: absolute;
  left: 8px;
  top: 30px;
  width: 10px;
  height: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
}
.student-list .studentStatus > span.active:before {
  background: #7fda90;
}
.student-list .studentStatus > span.inactive:before {
  background: #ff8d98;
}
.remove-btn-wrap {
  position: relative;
  display: inline-block;
  margin-right: 8px;
}
.remove-btn-wrap:before {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'jason-learning' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e907";
  position: absolute;
  left: 14px;
  top: 14px;
  font-size: 18px;
  color: #b3bbbe;
  z-index: 1;
}
.remove-btn-wrap span {
  display: inline-block;
}
.remove-btn-wrap .remove {
  padding: 10px 20px;
  position: relative;
  z-index: 2;
  background: transparent;
}
.remove-btn-wrap .remove:hover,
.remove-btn-wrap .remove:focus {
  background: transparent;
}
.remove-btn-wrap + .edit-btn-wrap {
  margin-left: 7px !important;
}
.save-grading-wrap {
  display: inline-block;
  border: 1px solid #adabb1;
  border-radius: 3px;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  padding-right: 30px;
}
.save-grading-wrap .save-grading {
  border: 0;
  padding-right: 10px;
}
.save-grading-wrap .lnr-shape {
  -webkit-text-stroke: .1px;
  margin-top: 14px;
  display: inline-block;
  vertical-align: top;
}
.enable-disable-classroom {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  margin-bottom: 0;
}
.enable-disable-classroom label {
  margin-bottom: 0;
  vertical-align: top;
  font-size: 15px;
  font-weight: normal;
  margin-right: 8px;
  color: #96a3a4;
}
.enable-disable-classroom .edit-student-information-text {
  flex-grow: 1;
}
.enable-disable-classroom .edit-student-information-text p {
  margin: 0;
}
.add-student-modal .search-student-input {
  position: relative;
}
.add-student-modal .search-student-input:before {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'jason-learning' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e90d";
  position: absolute;
  left: 12px;
  top: 15px;
  font-weight: 600;
  color: #b3bbbe;
}
.add-student-modal .search-student-input input[type="text"] {
  padding-left: 34px;
}
.add-student-modal .search-student-input .divLoadingAjaxRequest {
  position: absolute;
  right: 12px;
  top: 10px;
}
.add-student-modal .showMoreDiv {
  text-align: center;
  padding: 15px 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}
.add-student-modal .showMoreDiv a {
  font-size: 16px;
  color: #8894a3;
}
.add-student-modal .student-list-wrapper {
  margin-top: 20px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  /*> div {
            flex: 1;
            min-height: 280px;
            padding: 20px;
        }*/
}
.add-student-modal .student-list-wrapper .second-header {
  box-shadow: none;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
  margin-bottom: 0;
  padding: 0;
  -webkit-border-radius: 4px 4px 0 0;
  -moz-border-radius: 4px 4px 0 0;
  border-radius: 4px 4px 0 0;
}
.add-student-modal .student-list-wrapper .second-header ul.nav-tabs li a {
  color: rgba(92, 99, 104, 0.7);
  margin: 0;
  border-radius: 0;
  border: 0;
  font-size: 16px;
  padding: 14px 24px;
}
.add-student-modal .student-list-wrapper .second-header span.magic-line {
  bottom: -47px;
  width: 64px;
}
.add-student-modal .student-list-wrapper .list-group {
  margin-bottom: 0;
  height: 200px;
  overflow-y: auto;
}
.add-student-modal .student-list-wrapper .list-group.finalStudentList .list-group-item[data-isalreadyadded="true"]:before {
  content: '';
  position: absolute;
  width: calc(100% - 16px);
  height: calc(100% - 16px);
  left: 8px;
  top: 8px;
  border: 2px solid #ff8d98;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.add-student-modal .student-list-wrapper .list-group.finalStudentList .list-group-item[data-isalreadyadded="true"] .add-student i {
  opacity: 1;
  line-height: 18px;
  font-weight: bolder;
  color: #ff8d98;
  border: 1px solid #ff8d98;
  font-size: 8px;
}
.add-student-modal .student-list-wrapper .list-group.finalStudentList .list-group-item[data-isalreadyadded="true"] .add-student i:before {
  content: '\e91a';
}
.add-student-modal .student-list-wrapper .list-group.finalStudentList .list-group-item[data-isalreadyadded="true"][alreadyassigned] {
  pointer-events: none;
}
.add-student-modal .student-list-wrapper .list-group.finalStudentList .list-group-item[data-isalreadyadded="true"][alreadyassigned]:before {
  border: 2px solid rgba(179, 187, 190, 0.8);
}
.add-student-modal .student-list-wrapper .list-group.finalStudentList .list-group-item[data-isalreadyadded="true"][alreadyassigned] .add-student i {
  border: 1px solid rgba(179, 187, 190, 0.8);
  color: rgba(179, 187, 190, 0.8);
}
.add-student-modal .student-list-wrapper .list-group .list-group-item {
  display: flex;
  padding: 14px 0;
  width: 33.33333333%;
  float: left;
  padding: 14px 15px;
  border: 2px solid transparent;
  position: relative;
  /*border-color: @search-header-bottom-border;
                border-style: solid;
                border-width: 1px 0 0 0;*/
  /*&:first-child {
                    padding-top: 0;
                    border-top: 0;
                }

                &:last-child {
                    padding-bottom: 0;
                    border-bottom: 0;
                }*/
}
.add-student-modal .student-list-wrapper .list-group .list-group-item[data-isalreadyadded="true"] {
  -webkit-transition: opacity 0.3s ease-in-out;
  -moz-transition: opacity 0.3s ease-in-out;
  -o-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
}
.add-student-modal .student-list-wrapper .list-group .list-group-item[data-isalreadyadded="true"] * {
  -webkit-transition: opacity 0.3s ease-in-out;
  -moz-transition: opacity 0.3s ease-in-out;
  -o-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
}
.add-student-modal .student-list-wrapper .list-group .list-group-item[data-isalreadyadded="true"] .add-student i {
  opacity: 1;
}
.add-student-modal .student-list-wrapper .list-group .list-group-item[data-isalreadyadded="true"]:before {
  content: '';
  position: absolute;
  width: calc(100% - 16px);
  height: calc(100% - 16px);
  left: 8px;
  top: 8px;
  border: 2px solid #7fda90;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.add-student-modal .student-list-wrapper .list-group .list-group-item[data-isalreadyadded="true"][alreadyassigned] {
  pointer-events: none;
}
.add-student-modal .student-list-wrapper .list-group .list-group-item[data-isalreadyadded="true"][alreadyassigned]:before {
  border: 2px solid rgba(179, 187, 190, 0.8);
}
.add-student-modal .student-list-wrapper .list-group .list-group-item[data-isalreadyadded="true"][alreadyassigned] .add-student i {
  border: 1px solid rgba(179, 187, 190, 0.8);
  color: rgba(179, 187, 190, 0.8);
}
.add-student-modal .student-list-wrapper .list-group .list-group-item .student-image {
  display: inline-block;
  width: 34px;
  height: 34px;
  border-radius: 34px;
  background-repeat: no-repeat;
  background-size: cover;
  float: left;
}
.add-student-modal .student-list-wrapper .list-group .list-group-item .student-name {
  margin-top: auto;
  margin-bottom: auto;
  margin-left: 10px;
  font-size: 16px;
}
.add-student-modal .student-list-wrapper .list-group .list-group-item .add-student {
  margin-top: auto;
  margin-bottom: auto;
  margin-left: auto;
  cursor: pointer;
  background: transparent;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}
.add-student-modal .student-list-wrapper .list-group .list-group-item .add-student i {
  font-size: 10px;
  font-weight: 600;
  color: #7fda90;
  border: 1px solid #7fda90;
  border-radius: 100%;
  display: inline-block;
  width: 20px;
  height: 20px;
  text-align: center;
  line-height: 20px;
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
  opacity: 0;
}
.add-student-modal .student-list-wrapper .empty-search-result {
  height: 200px;
  overflow: hidden;
}
.add-student-modal .student-list-wrapper .empty-search-result .empty-icon {
  background: url('../images/empty-state-icon-sprite.png') -17px -1250px no-repeat;
  width: 110px;
  height: 110px;
  margin: 26px auto;
}
.add-student-modal .student-list-wrapper .empty-search-result h1 {
  font-size: 15px;
  color: #b3bbbe;
  text-align: center;
}
.add-student-modal .student-list-wrapper .selected-students {
  background: #eef2f4;
}
.add-student-modal .student-list-wrapper .selected-students .selected-students-empty {
  overflow: hidden;
  height: 200px;
}
.add-student-modal .student-list-wrapper .selected-students .selected-students-empty .empty-icon {
  background: url('../images/empty-state-icon-sprite.png') -1px -1665px no-repeat;
  width: 110px;
  height: 110px;
  margin: 26px auto;
}
.add-student-modal .student-list-wrapper .selected-students .selected-students-empty h1 {
  font-size: 15px;
  color: #b3bbbe;
  text-align: center;
}
.add-student-modal .student-list-wrapper .selected-students .list-group-item {
  background: transparent;
}
.add-student-modal .student-list-wrapper .selected-students .list-group-item .moveToLeft .lnr-add:before {
  content: '-';
  font-size: 30px;
  line-height: 4px;
}
.create-assignment-students-list {
  /*transform custonscroll style*/
}
.create-assignment-students-list .mCSB_scrollTools .mCSB_draggerRail {
  width: 4px;
  background: rgba(0, 0, 0, 0.1);
}
.create-assignment-students-list .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background: rgba(0, 0, 0, 0.3);
}
.create-assignment-students-list .mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.create-assignment-students-list .mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background: rgba(0, 0, 0, 0.4);
}
.create-assignment-students-list .list-group {
  margin-bottom: 0;
  max-height: 360px;
  overflow-y: auto;
}
.create-assignment-students-list .list-group .list-group-item {
  display: flex;
  padding: 14px 0;
  width: 25%;
  float: left;
  padding: 14px 15px;
  border: 2px solid transparent;
  position: relative;
  background: transparent;
  height: 60px;
  /*border-color: @search-header-bottom-border;
                border-style: solid;
                border-width: 1px 0 0 0;*/
  /*&:first-child {
                    padding-top: 0;
                    border-top: 0;
                }

                &:last-child {
                    padding-bottom: 0;
                    border-bottom: 0;
                }*/
}
.create-assignment-students-list .list-group .list-group-item[data-isalreadyadded="false"] .add-student i {
  opacity: 1;
  border: 1px solid rgba(179, 187, 190, 0.3);
  color: rgba(179, 187, 190, 0.3);
}
.create-assignment-students-list .list-group .list-group-item[data-isalreadyadded="false"] .add-student i:before {
  content: '\e916';
}
.create-assignment-students-list .list-group .list-group-item[data-isalreadyadded="false"]:before {
  content: '';
  position: absolute;
  width: calc(100% - 16px);
  height: calc(100% - 16px);
  left: 8px;
  top: 8px;
  border: 1px solid rgba(179, 187, 190, 0.3);
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.create-assignment-students-list .list-group .list-group-item[data-isalreadyadded="true"] {
  -webkit-transition: opacity 0.3s ease-in-out;
  -moz-transition: opacity 0.3s ease-in-out;
  -o-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
}
.create-assignment-students-list .list-group .list-group-item[data-isalreadyadded="true"] * {
  -webkit-transition: opacity 0.3s ease-in-out;
  -moz-transition: opacity 0.3s ease-in-out;
  -o-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
}
.create-assignment-students-list .list-group .list-group-item[data-isalreadyadded="true"] .add-student i {
  opacity: 1;
}
.create-assignment-students-list .list-group .list-group-item[data-isalreadyadded="true"]:before {
  content: '';
  position: absolute;
  width: calc(100% - 16px);
  height: calc(100% - 16px);
  left: 8px;
  top: 8px;
  border: 2px solid #7fda90;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.create-assignment-students-list .list-group .list-group-item[data-isalreadyadded="true"][alreadyassigned] {
  pointer-events: none;
}
.create-assignment-students-list .list-group .list-group-item[data-isalreadyadded="true"][alreadyassigned]:before {
  border: 2px solid rgba(179, 187, 190, 0.8);
}
.create-assignment-students-list .list-group .list-group-item[data-isalreadyadded="true"][alreadyassigned] .add-student i {
  border: 1px solid rgba(179, 187, 190, 0.8);
  color: rgba(179, 187, 190, 0.8);
}
.create-assignment-students-list .list-group .list-group-item .student-image {
  display: inline-block;
  width: 34px;
  height: 34px;
  border-radius: 34px;
  background-repeat: no-repeat;
  background-size: cover;
  margin-top: auto;
  margin-bottom: auto;
}
.create-assignment-students-list .list-group .list-group-item .student-name {
  margin-top: auto;
  margin-bottom: auto;
  margin-left: 10px;
  font-size: 16px;
}
.create-assignment-students-list .list-group .list-group-item .student-name .user-name,
.create-assignment-students-list .list-group .list-group-item .student-name .student-address {
  display: block;
}
.create-assignment-students-list .list-group .list-group-item .student-name .student-address {
  font-size: 14px;
  color: #b3bbbe;
}
.create-assignment-students-list .list-group .list-group-item .add-student {
  margin-top: auto;
  margin-bottom: auto;
  margin-left: auto;
  cursor: pointer;
  background: transparent;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}
.create-assignment-students-list .list-group .list-group-item .add-student i {
  font-size: 10px;
  font-weight: 600;
  color: #7fda90;
  border: 1px solid #7fda90;
  border-radius: 100%;
  display: inline-block;
  width: 20px;
  height: 20px;
  text-align: center;
  line-height: 20px;
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
  opacity: 0;
}
.add-student-password {
  position: relative;
}
.add-student-password .toggle-password {
  position: absolute;
  right: 5px;
  top: 2px;
}
.add-student-password .toggle-password label {
  font-size: 12px;
  font-weight: 400;
  color: #96a3a4;
  margin-top: 12px;
  margin-right: 5px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.add-student-password .toggle-password input[type=checkbox] + label:before {
  background: transparent;
  border: 0;
  display: none;
}
.add-student-password .toggle-password input[type=checkbox] + label:after {
  content: "\e928";
  opacity: 0;
  color: rgba(0, 0, 0, 0.75);
  display: none;
}
.select-list-filter-students.bootstrap-select {
  width: 110px !important;
  min-width: 110px;
  margin-right: 90px;
}
.select-list-filter-students.btn-group.select-transparent.open .dropdown-menu {
  top: -14px;
}
.select-list-filter-students.btn-group.select-transparent .btn-default {
  padding: 10px 35px 10px 0;
  margin: -12px 0;
}
.select-list-filter-students.btn-group.select-transparent .btn-default.dropdown-toggle {
  padding-left: 16px;
}
.upload-pic-control {
  width: 50px;
  height: 50px;
  background: black;
  margin: 0 auto 30px;
  border: 2px dashed #96a3a4;
  background: rgba(150, 163, 164, 0.1);
  border-radius: 100%;
  display: flex;
}
.upload-pic-control i {
  margin: auto;
  font-size: 18px;
  color: #96a3a4;
}
.modal-search-result {
  border: 1px solid rgba(0, 0, 0, 0.05);
  position: relative;
  overflow: hidden;
  border-radius: 4px;
  margin-top: 10px;
}
.modal-search-result .second-header {
  box-shadow: none;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
  margin-bottom: 0;
}
.modal-search-result .second-header ul.nav-tabs li a {
  padding: 14px 24px;
}
.modal-search-result .search-result-header {
  margin-bottom: 0;
  border-bottom: 0;
  padding-bottom: 0;
}
.modal-search-result .search-result-header .spacer-col-3 {
  display: none;
}
.modal-search-result .search-result-header h1 {
  margin: 0 0 0 8px;
  color: #39a6ed;
  font-weight: 400;
}
.modal-search-result input[type=checkbox] + label {
  width: 100%;
  padding: 8px 8px 0;
  margin-bottom: 0;
  min-height: 78px;
}
.modal-search-result input[type=checkbox] + label:before {
  width: 100%;
  height: 100%;
  background: transparent;
  border: 2px solid transparent;
  top: 0;
  border-radius: 4px;
  margin: 0;
}
.modal-search-result input[type=checkbox] + label:after {
  color: #ffffff;
  left: auto;
  top: auto;
  right: 8px;
  background: #7fda90;
  border-radius: 100%;
  text-align: center;
  line-height: 20px;
  font-weight: 100;
  bottom: 8px;
  font-size: 10px;
}
.modal-search-result input[type=checkbox]:checked + label:before {
  border: 2px solid #7fda90;
}
.modal-search-result .featured-gallery-wrap {
  height: 310px;
  overflow-y: auto;
  overflow-x: hidden;
  margin: 0px -15px;
  padding: 5px 5px;
}
.modal-search-result .featured-gallery-wrap .gallery-item-info {
  margin-bottom: 10px;
  margin-top: 0;
  height: 74px;
}
.modal-search-result .featured-gallery-wrap .gallery-item-info .image-wrapper {
  display: inline-block;
  width: 90px;
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.05) inset;
  border: 0;
  vertical-align: top;
  margin: 0;
}
.modal-search-result .featured-gallery-wrap .gallery-item-info .image-wrapper .image-holder {
  height: 55px;
  display: block;
}
.modal-search-result .featured-gallery-wrap .gallery-item-info .image-wrapper .image-holder.no-image-available {
  background-image: none !important;
  background-color: #b07df2;
  position: relative;
  /*activities*/
  /*articles*/
  /*assessments*/
  /*curricula*/
  /*games*/
  /*images*/
  /*teacher*/
  /*videos*/
  /*vocab terms*/
  /*web links*/
  /*journal*/
  /*generic*/
}
.modal-search-result .featured-gallery-wrap .gallery-item-info .image-wrapper .image-holder.no-image-available:before {
  content: attr(data-initials);
  position: absolute;
  font-size: 32px;
  color: rgba(255, 255, 255, 0.7);
  text-align: center;
  width: 100%;
  height: 100%;
  line-height: 90px;
}
.modal-search-result .featured-gallery-wrap .gallery-item-info .image-wrapper .image-holder.no-image-available.Laboratory,
.modal-search-result .featured-gallery-wrap .gallery-item-info .image-wrapper .image-holder.no-image-available.FieldAssignment,
.modal-search-result .featured-gallery-wrap .gallery-item-info .image-wrapper .image-holder.no-image-available.Activity {
  background: url("../images/new-icon-sprite-half.png") no-repeat 25px -847px, linear-gradient(#41aae9, #326893) !important;
}
.modal-search-result .featured-gallery-wrap .gallery-item-info .image-wrapper .image-holder.no-image-available.Laboratory:before,
.modal-search-result .featured-gallery-wrap .gallery-item-info .image-wrapper .image-holder.no-image-available.FieldAssignment:before,
.modal-search-result .featured-gallery-wrap .gallery-item-info .image-wrapper .image-holder.no-image-available.Activity:before {
  content: '';
}
.modal-search-result .featured-gallery-wrap .gallery-item-info .image-wrapper .image-holder.no-image-available.Article,
.modal-search-result .featured-gallery-wrap .gallery-item-info .image-wrapper .image-holder.no-image-available.InterDisciplinary,
.modal-search-result .featured-gallery-wrap .gallery-item-info .image-wrapper .image-holder.no-image-available.InterdisciplinaryConnection {
  background: url("../images/new-icon-sprite-half.png") no-repeat 25px -562px, linear-gradient(#41aae9, #326893) !important;
}
.modal-search-result .featured-gallery-wrap .gallery-item-info .image-wrapper .image-holder.no-image-available.Article:before,
.modal-search-result .featured-gallery-wrap .gallery-item-info .image-wrapper .image-holder.no-image-available.InterDisciplinary:before,
.modal-search-result .featured-gallery-wrap .gallery-item-info .image-wrapper .image-holder.no-image-available.InterdisciplinaryConnection:before {
  content: '';
}
.modal-search-result .featured-gallery-wrap .gallery-item-info .image-wrapper .image-holder.no-image-available.Assessment,
.modal-search-result .featured-gallery-wrap .gallery-item-info .image-wrapper .image-holder.no-image-available.AssessmentQuestion {
  background: url("../images/new-icon-sprite-half.png") no-repeat 29px -940px, linear-gradient(#41aae9, #326893) !important;
}
.modal-search-result .featured-gallery-wrap .gallery-item-info .image-wrapper .image-holder.no-image-available.Assessment:before,
.modal-search-result .featured-gallery-wrap .gallery-item-info .image-wrapper .image-holder.no-image-available.AssessmentQuestion:before {
  content: '';
}
.modal-search-result .featured-gallery-wrap .gallery-item-info .image-wrapper .image-holder.no-image-available.Curriculam,
.modal-search-result .featured-gallery-wrap .gallery-item-info .image-wrapper .image-holder.no-image-available.CurriculamSection {
  background: url("../images/new-icon-sprite-half.png") no-repeat 26px -278px, linear-gradient(#41aae9, #326893) !important;
}
.modal-search-result .featured-gallery-wrap .gallery-item-info .image-wrapper .image-holder.no-image-available.Curriculam:before,
.modal-search-result .featured-gallery-wrap .gallery-item-info .image-wrapper .image-holder.no-image-available.CurriculamSection:before {
  content: '';
}
.modal-search-result .featured-gallery-wrap .gallery-item-info .image-wrapper .image-holder.no-image-available.Games,
.modal-search-result .featured-gallery-wrap .gallery-item-info .image-wrapper .image-holder.no-image-available.Game {
  background: url("../images/new-icon-sprite-half.png") no-repeat 26px 7px, linear-gradient(#41aae9, #326893) !important;
}
.modal-search-result .featured-gallery-wrap .gallery-item-info .image-wrapper .image-holder.no-image-available.Games:before,
.modal-search-result .featured-gallery-wrap .gallery-item-info .image-wrapper .image-holder.no-image-available.Game:before {
  content: '';
}
.modal-search-result .featured-gallery-wrap .gallery-item-info .image-wrapper .image-holder.no-image-available.Diagram,
.modal-search-result .featured-gallery-wrap .gallery-item-info .image-wrapper .image-holder.no-image-available.Gallery,
.modal-search-result .featured-gallery-wrap .gallery-item-info .image-wrapper .image-holder.no-image-available.Photo {
  background: url("../images/new-icon-sprite-half.png") no-repeat 26px -656px, linear-gradient(#41aae9, #326893) !important;
}
.modal-search-result .featured-gallery-wrap .gallery-item-info .image-wrapper .image-holder.no-image-available.Diagram:before,
.modal-search-result .featured-gallery-wrap .gallery-item-info .image-wrapper .image-holder.no-image-available.Gallery:before,
.modal-search-result .featured-gallery-wrap .gallery-item-info .image-wrapper .image-holder.no-image-available.Photo:before {
  content: '';
}
.modal-search-result .featured-gallery-wrap .gallery-item-info .image-wrapper .image-holder.no-image-available.LessonPlan,
.modal-search-result .featured-gallery-wrap .gallery-item-info .image-wrapper .image-holder.no-image-available.TeachersGuide {
  background: url("../images/new-icon-sprite-half.png") no-repeat 23px -373px, linear-gradient(#41aae9, #326893) !important;
}
.modal-search-result .featured-gallery-wrap .gallery-item-info .image-wrapper .image-holder.no-image-available.LessonPlan:before,
.modal-search-result .featured-gallery-wrap .gallery-item-info .image-wrapper .image-holder.no-image-available.TeachersGuide:before {
  content: '';
}
.modal-search-result .featured-gallery-wrap .gallery-item-info .image-wrapper .image-holder.no-image-available.Video,
.modal-search-result .featured-gallery-wrap .gallery-item-info .image-wrapper .image-holder.no-image-available.Animation {
  background: url("../images/new-icon-sprite-half.png") no-repeat 26px 7px, linear-gradient(#41aae9, #326893) !important;
}
.modal-search-result .featured-gallery-wrap .gallery-item-info .image-wrapper .image-holder.no-image-available.Video:before,
.modal-search-result .featured-gallery-wrap .gallery-item-info .image-wrapper .image-holder.no-image-available.Animation:before {
  content: '';
}
.modal-search-result .featured-gallery-wrap .gallery-item-info .image-wrapper .image-holder.no-image-available.Vocabulary,
.modal-search-result .featured-gallery-wrap .gallery-item-info .image-wrapper .image-holder.no-image-available.VocabularyTerm {
  background: url("../images/new-icon-sprite-half.png") no-repeat 26px -751px, linear-gradient(#41aae9, #326893) !important;
}
.modal-search-result .featured-gallery-wrap .gallery-item-info .image-wrapper .image-holder.no-image-available.Vocabulary:before,
.modal-search-result .featured-gallery-wrap .gallery-item-info .image-wrapper .image-holder.no-image-available.VocabularyTerm:before {
  content: '';
}
.modal-search-result .featured-gallery-wrap .gallery-item-info .image-wrapper .image-holder.no-image-available.WebLink {
  background: url("../images/new-icon-sprite-half.png") no-repeat 26px -467px, linear-gradient(#41aae9, #326893) !important;
}
.modal-search-result .featured-gallery-wrap .gallery-item-info .image-wrapper .image-holder.no-image-available.WebLink:before {
  content: '';
}
.modal-search-result .featured-gallery-wrap .gallery-item-info .image-wrapper .image-holder.no-image-available.Journal,
.modal-search-result .featured-gallery-wrap .gallery-item-info .image-wrapper .image-holder.no-image-available.JournalQuestion {
  background: url("../images/new-icon-sprite-half.png") no-repeat 25px -87px, linear-gradient(#41aae9, #326893) !important;
}
.modal-search-result .featured-gallery-wrap .gallery-item-info .image-wrapper .image-holder.no-image-available.Journal:before,
.modal-search-result .featured-gallery-wrap .gallery-item-info .image-wrapper .image-holder.no-image-available.JournalQuestion:before {
  content: '';
}
.modal-search-result .featured-gallery-wrap .gallery-item-info .image-wrapper .image-holder.no-image-available.Generic {
  background: url("../images/new-icon-sprite-half.png") no-repeat 26px -184px, linear-gradient(#41aae9, #326893) !important;
}
.modal-search-result .featured-gallery-wrap .gallery-item-info .image-wrapper .image-holder.no-image-available.Generic:before {
  content: '';
}
.modal-search-result .featured-gallery-wrap .gallery-item-info .image-wrapper .image-holder.no-image-available.Audio {
  background: url("../images/new-icon-sprite-half.png") no-repeat 26px -1043px, linear-gradient(#41aae9, #326893) !important;
}
.modal-search-result .featured-gallery-wrap .gallery-item-info .image-wrapper .image-holder.no-image-available.Audio:before {
  content: '';
}
.modal-search-result .featured-gallery-wrap .gallery-item-info .resource-description {
  width: calc(100% - 100px);
  display: inline-block;
  padding-left: 14px;
}
.modal-search-result .featured-gallery-wrap .gallery-item-info .resource-description h1 {
  margin: 2px 0 4px;
  font-size: 16px;
  color: #373b41;
  font-weight: 400;
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  display: block;
}
.modal-search-result .featured-gallery-wrap .gallery-item-info .resource-description p {
  margin: 0;
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  display: block;
}
.modal-search-result .featured-gallery-wrap .show-more {
  padding: 15px 0;
}
.modal-search-result .empty-states {
  min-height: 290px;
  height: auto;
  padding: 0;
  box-shadow: none;
}
.modal-search-result .selected-options-wrap {
  position: absolute;
  top: calc(100% - 36px);
  width: 100%;
  height: 100%;
  background: #ffffff;
  overflow-y: auto;
  overflow-x: hidden;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.modal-search-result .selected-options-wrap.opened {
  top: 0;
}
.modal-search-result .selected-options-wrap header {
  background: #eef2f4;
  position: relative;
  height: 36px;
  border-radius: 0 0 4px 4px;
  margin: 0 -15px;
}
.modal-search-result .selected-options-wrap header h1 {
  margin: 0;
  text-align: center;
  font-size: 15px;
  font-weight: 400;
  color: #373b41;
  line-height: 36px;
}
.modal-search-result .selected-options-wrap header .toggle-selected-resources {
  width: 30px;
  height: 30px;
  background: #3fb7f7;
  border-radius: 100%;
  margin-left: auto;
  position: absolute;
  right: 18px;
  top: 3px;
}
.modal-search-result .second-header span.magic-line {
  bottom: -47px;
}
.add-resource-input-group {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  border: 1px solid #b3bbbe;
  border-radius: 3px;
  position: relative;
}
.add-resource-input-group .form-control {
  border: 0;
}
.add-resource-input-group .input-group-addon {
  min-width: 200px;
  padding: 0;
  border: 0;
  background: transparent;
  margin: auto;
}
.add-resource-input-group .input-group-addon.select-input-group-addon {
  width: 200px;
}
.add-resource-input-group .input-group-addon.search {
  min-width: 65px;
  margin: -1px;
  background: #39a6ed;
  position: relative;
  display: block;
}
.add-resource-input-group .input-group-addon.search a {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
}
.add-resource-input-group .input-group-addon.search .lnr {
  color: #ffffff;
  margin-top: 14px;
  display: inline-block;
  font-weight: bolder;
  font-size: 18px;
}
.add-resource-input-group .input-group-addon.search .loader {
  position: relative;
  display: inline-block;
  margin: 26px auto 0 6px;
  width: 78px;
}
.add-resource-input-group .input-group-addon.search .loader .bar {
  position: absolute;
  animation: jump-light 0.9s ease infinite;
  -webkit-animation: jump-light 0.9s ease-in-out infinite;
  border-radius: 100%;
}
.add-resource-input-group .input-group-addon.search .loader .bar:nth-child(1) {
  left: 0;
}
.add-resource-input-group .input-group-addon.search .loader .bar:nth-child(2) {
  left: 24px;
  animation-delay: .1s;
  -webkit-animation-delay: .1s;
}
.add-resource-input-group .input-group-addon.search .loader .bar:nth-child(3) {
  left: 48px;
  animation-delay: .2s;
  -webkit-animation-delay: .2s;
}
.add-resource-input-group .input-group-addon.search .loader .bar:nth-child(4) {
  display: none;
}
.add-resource-input-group .input-group-addon label {
  margin-bottom: 0;
  font-size: 16px;
  color: #373b41;
}
.add-resource-input-group .input-group-addon input[type=checkbox] + label:before {
  top: 0;
}
.add-resource-input-group .form-control {
  font-size: 16px;
  color: #373b41;
}
.add-resource-input-group .horizontal-seperator {
  width: 2px;
  background: rgba(179, 187, 190, 0.5);
  margin-top: 7px;
  height: 30px;
}
.add-resource-input-group .dropdown-toggle .filter-option {
  color: #373b41;
}
.add-resource-input-group .dropdown-menu {
  text-align: left;
  top: -1px !important;
}
.add-resource-input-group .checkbox-wrap {
  margin: auto;
}
.add-resource-input-group .bootstrap-select {
  width: auto !important;
  min-width: 200px;
}
.add-resource-input-group .bootstrap-select .btn-default {
  background: transparent;
  border: 0;
}
.add-resource-input-group .bootstrap-select .btn-default:focus {
  box-shadow: none;
}
/*_::-moz-svg-foreign-content, :root body {
    background: red;
}*/
fieldset.select-section-color-wrap {
  background-color: #ffffff;
  border: 1px solid #cccccc;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  padding: 0 6px 20px;
  margin: 0 0 1.5em 0 !important;
  -webkit-box-shadow: 0 0 0 0 #000000;
  -moz-box-shadow: 0 0 0 0 #000000;
  box-shadow: 0 0 0 0 #000000;
}
legend.select-section-color-wrap {
  font-size: 14px;
  font-weight: 400;
  color: #373b41;
  text-align: left !important;
  width: auto;
  padding: 0 6px;
  border-bottom: none;
}
.select-section-color-wrap .change-section-color {
  text-align: center;
  padding: 0 10px;
  display: flex;
  justify-content: space-between;
}
.select-section-color-wrap .change-section-color .bullet {
  height: 12px;
  width: 12px;
  min-width: 12px;
  border-radius: 100%;
  margin-top: auto;
  margin-bottom: auto;
  margin-right: 7px;
  margin-left: 7px;
  display: inline-block;
  cursor: pointer;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.select-section-color-wrap .change-section-color .bullet:hover {
  box-shadow: 0 0 0 3px #ffffff, 0 0 0 4px #b3bbbe;
}
.select-section-color-wrap .change-section-color .bullet.red {
  background: #ff8d98;
}
.select-section-color-wrap .change-section-color .bullet.red.selected {
  box-shadow: 0 0 0 3px #ff8d98, 0 0 0 7px #ffffff, 0 0 0 8px #b3bbbe;
}
.select-section-color-wrap .change-section-color .bullet.blue {
  background: #3fb7f7;
}
.select-section-color-wrap .change-section-color .bullet.blue.selected {
  box-shadow: 0 0 0 3px #3fb7f7, 0 0 0 7px #ffffff, 0 0 0 8px #b3bbbe;
}
.select-section-color-wrap .change-section-color .bullet.purple {
  background: #9b95ff;
}
.select-section-color-wrap .change-section-color .bullet.purple.selected {
  box-shadow: 0 0 0 3px #9b95ff, 0 0 0 7px #ffffff, 0 0 0 8px #b3bbbe;
}
.select-section-color-wrap .change-section-color .bullet.orange {
  background: #ffa07f;
}
.select-section-color-wrap .change-section-color .bullet.orange.selected {
  box-shadow: 0 0 0 3px #ffa07f, 0 0 0 7px #ffffff, 0 0 0 8px #b3bbbe;
}
.select-section-color-wrap .change-section-color .bullet.green {
  background: #3be7ba;
}
.select-section-color-wrap .change-section-color .bullet.green.selected {
  box-shadow: 0 0 0 3px #3be7ba, 0 0 0 7px #ffffff, 0 0 0 8px #b3bbbe;
}
.select-section-color-wrap .change-section-color .bullet.yellow {
  background: #ffcb81;
}
.select-section-color-wrap .change-section-color .bullet.yellow.selected {
  box-shadow: 0 0 0 3px #ffcb81, 0 0 0 7px #ffffff, 0 0 0 8px #b3bbbe;
}
.select-section-color-wrap .change-section-color .bullet.Magenta {
  background: #a84aa2;
}
.select-section-color-wrap .change-section-color .bullet.Magenta.selected {
  box-shadow: 0 0 0 3px #a84aa2, 0 0 0 7px #ffffff, 0 0 0 8px #b3bbbe;
}
.select-section-color-wrap .change-section-color .bullet.LightGreen {
  background: #b2ffb2;
}
.select-section-color-wrap .change-section-color .bullet.LightGreen.selected {
  box-shadow: 0 0 0 3px #b2ffb2, 0 0 0 7px #ffffff, 0 0 0 8px #b3bbbe;
}
.select-section-color-wrap .change-section-color .bullet.black {
  background: #000000;
}
.select-section-color-wrap .change-section-color .bullet.black.selected {
  box-shadow: 0 0 0 3px #000000, 0 0 0 7px #ffffff, 0 0 0 8px #b3bbbe;
}
.vertical-alignment-helper .modal-dialog.add-resource-classroom.modal-width-iframe {
  width: calc(100% - 60px);
  height: 100%;
}
.vertical-alignment-helper .modal-dialog.add-resource-classroom.modal-width-iframe .modal-iframe-container {
  /*padding-bottom: 56.25%;*/
  position: relative;
}
.vertical-alignment-helper .modal-dialog.add-resource-classroom.modal-width-iframe .modal-iframe-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 1px solid #eef2f4;
}
.vertical-alignment-helper .modal-dialog.add-resource-classroom.modal-width-iframe .modal-body {
  min-height: 100%;
  height: 100%;
}
.vertical-alignment-helper .modal-dialog.add-resource-classroom .error.divValidationSummary {
  position: relative;
}
.vertical-alignment-helper .modal-dialog.add-resource-classroom .error.divValidationSummary .alert.alert-danger {
  margin: 0;
  position: absolute;
  z-index: 1;
  width: 100%;
}
.student-list .manage-student-student-list.table.table-hover thead > tr > td.edit-student-student-list {
  width: 100px !important;
}
.student-list .manage-student-student-list .bootstrap-select.select-transparent {
  min-width: 110px;
}
.student-list .manage-student-student-list .show-more-in-tr {
  padding-top: 30px;
  margin-top: -18px;
  padding-bottom: 12px;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}
.student-list .manage-student-student-list .show-more-in-tr a {
  color: #8894a3;
}
.student-list .manage-student-student-list #showMoreStudentsForClassroom td:hover {
  background: none;
}
.journaling-wrapper .journaling-section-top {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
}
.journaling-wrapper .journaling-section-top .journaling-icon-wrap {
  min-width: 65px;
  width: 65px;
}
.journaling-wrapper .journaling-section-top .journaling-icon-wrap .journaling-icon {
  width: 38px;
  height: 44px;
  vertical-align: top;
  display: inline-block;
  background: url('../images/icon-sprite.png') no-repeat 0 -430px;
}
.journaling-wrapper .journaling-section-top .journaling-header-info {
  flex-grow: 1;
}
.journaling-wrapper .journaling-section-top .journaling-header-info h1 {
  font-size: 19px;
  font-weight: 400;
  color: #96a3a4;
}
.journaling-wrapper .journaling-section-top .journaling-header-info p {
  font-size: 15px;
  font-weight: 400;
  color: #b3bbbe;
  margin: 10px 0 30px;
}
.journaling-wrapper .journaling-section-top .journaling-header-info .assessment-comment-wrap {
  margin-bottom: 36px;
}
.journaling-wrapper .journaling-section-top .journaling-header-info .assessment-comment-wrap .your-answer {
  font-size: 15px;
  font-weight: 400;
  color: #96a3a4;
  word-break: break-all;
}
.journaling-wrapper .journaling-section-top .journaling-header-info .assessment-comment-wrap .your-answer > span {
  font-weight: 600;
  color: rgba(55, 59, 65, 0.8);
}
.journaling-wrapper .journaling-section-top .journaling-header-info .assessment-comment-wrap h2 {
  font-size: 17px;
  font-weight: 400;
  color: #373b41;
  margin-bottom: 14px;
}
.journaling-wrapper .journaling-section-top .journaling-header-info .assessment-comment-wrap .form-group {
  padding-right: 65px;
}
.journaling-wrapper .journaling-section-top .journaling-header-info .assessment-comment-wrap .form-group textarea {
  height: 90px;
  background: rgba(0, 0, 0, 0.03);
}
.journaling-wrapper .journaling-comment-section {
  padding: 0 30px;
  /*border-top: 1px solid @search-header-bottom-border;*/
}
.journaling-wrapper .journaling-comment-section .load-previous-comment .loader-wrap.inline {
  margin-top: 10px;
  min-height: 40px;
}
.journaling-wrapper .journaling-comment-section .load-previous-comment a {
  display: inline-block;
  padding: 24px 0;
  position: relative;
  color: #8894a3;
}
.journaling-wrapper .journaling-comment-section .load-previous-comment a:before {
  content: '';
  position: absolute;
  width: 150%;
  left: -25%;
  height: 1px;
  bottom: 0;
  background: rgba(219, 228, 235, 0.5);
  background-position: -2000px 0;
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
.journaling-wrapper .journaling-comment-section .load-previous-comment a.loading:before {
  background: linear-gradient(270deg, rgba(219, 228, 235, 0.5), rgba(219, 228, 235, 0.5), #39a6ed, rgba(219, 228, 235, 0.5), rgba(219, 228, 235, 0.5));
  background-size: 1000% 1000%;
  -webkit-animation: AnimationName 3s ease infinite;
  -moz-animation: AnimationName 3s ease infinite;
  animation: AnimationName 3s ease infinite;
}
.journaling-wrapper .journaling-comment-section .load-previous-comment a i.previous-icon {
  width: 24px;
  height: 18px;
  vertical-align: top;
  display: inline-block;
  background: url('../images/icon-sprite.png') no-repeat 0 -556px;
  margin-right: 5px;
}
.journaling-wrapper .journaling-comment-section .coments-wrap {
  /*margin-top: 30px;*/
}
.journaling-wrapper .journaling-comment-section .coments-wrap .comment-item {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  padding-bottom: 32px;
}
.journaling-wrapper .journaling-comment-section .coments-wrap .comment-item .comment-user-image {
  width: 32px;
  height: 32px;
  vertical-align: top;
  display: inline-block;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  margin-top: 4px;
  margin-right: 18px;
  min-width: 32px;
}
.journaling-wrapper .journaling-comment-section .coments-wrap .comment-item .comment-user-image .user-icon {
  width: 16px;
  height: 18px;
  vertical-align: top;
  display: inline-block;
  margin: auto;
  background: url('../images/icon-sprite.png') no-repeat 0 -504px;
}
.journaling-wrapper .journaling-comment-section .coments-wrap .comment-item.teacher .comment-user-image {
  background: #95bfef;
}
.journaling-wrapper .journaling-comment-section .coments-wrap .comment-item.student .comment-user-image {
  background: #ff91b8;
}
.journaling-wrapper .journaling-comment-section .coments-wrap .comment-item .comment-detail-info .comment-given {
  margin-bottom: 14px;
  word-break: break-all;
}
.journaling-wrapper .journaling-comment-section .coments-wrap .comment-item .comment-detail-info .comment-given .user-commented {
  font-size: 16px;
  font-weight: 600;
  color: #39a6ed;
}
.journaling-wrapper .journaling-comment-section .coments-wrap .comment-item .comment-detail-info .comment-action-info .delete-comment {
  margin-right: 30px;
}
.journaling-wrapper .journaling-comment-section .coments-wrap .comment-item .comment-detail-info .comment-action-info .delete-comment a {
  font-size: 14px;
  font-weight: 600;
  color: #f96b6a;
  display: inline-block;
}
.journaling-wrapper .journaling-comment-section .coments-wrap .comment-item .comment-detail-info .comment-action-info .date-comment-added {
  font-size: 14px;
  font-weight: 400;
  color: #96a3a4;
}
.journaling-wrapper .journaling-comment-section .add-new-comment-wrap {
  position: relative;
  padding: 24px 65px 0;
}
.journaling-wrapper .journaling-comment-section .add-new-comment-wrap:before {
  content: '';
  width: 100%;
  position: absolute;
  height: 1px;
  background: #dbe4eb;
  top: 0;
  left: 0;
}
.journaling-wrapper .journaling-comment-section .add-new-comment-wrap h2 {
  font-size: 17px;
  font-weight: 600;
  color: #373b41;
  margin-bottom: 14px;
}
.journaling-wrapper .journaling-comment-section .add-new-comment-wrap .form-control {
  height: 80px;
  background: rgba(0, 0, 0, 0.03);
}
.journaling-wrapper .journaling-comment-section .add-new-comment-wrap .action-btn-wrap .post-comment {
  border: 1px solid #39a6ed;
  width: 100px;
  padding: 10px 0;
  color: #ffffff;
  background: #39a6ed;
}
.shareing-links-modal-wrapper {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  padding: 10px 40px 40px;
}
.shareing-links-modal-wrapper .options-to-share {
  flex: 0 0 50%;
  position: relative;
  padding-right: 50px;
}
.shareing-links-modal-wrapper .options-to-share + .options-to-share {
  padding-left: 40px;
  padding-right: 0;
}
.shareing-links-modal-wrapper .options-to-share + .options-to-share:before {
  content: 'or';
  position: absolute;
  width: 32px;
  height: 32px;
  border: 1px solid rgba(150, 163, 164, 0.5);
  background: #fff;
  border-radius: 32px;
  left: -16px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 2;
  line-height: 28px;
  text-align: center;
}
.shareing-links-modal-wrapper .options-to-share + .options-to-share:after {
  content: '';
  position: absolute;
  width: 1px;
  height: 100%;
  background: rgba(150, 163, 164, 0.5);
  border-radius: 32px;
  top: 0;
  left: 0;
}
.shareing-links-modal-wrapper .options-to-share h2 {
  font-size: 18px;
  font-weight: 500;
  color: #373b41;
  margin-bottom: 30px;
}
.shareing-links-modal-wrapper .options-to-share .share-link-item li + li {
  border-top: 1px solid rgba(150, 163, 164, 0.5);
  margin-top: 14px;
  padding-top: 14px;
}
.shareing-links-modal-wrapper .options-to-share .useful-links-item a {
  line-height: 30px;
}
@media only screen and (min-width: 767px) and (max-width:992px) {
  .result-vertical-list .vertical-list-item.classroom-assignment-list-wrap .image-wrapper {
    width: 100px;
    min-height: 70px;
  }
  .result-vertical-list .vertical-list-item.classroom-assignment-list-wrap .image-wrapper .image-holder {
    width: 100px;
    height: 70px;
  }
  .result-vertical-list .vertical-list-item.classroom-assignment-list-wrap .assignment-activities-details {
    padding-left: 124px;
  }
  .result-vertical-list .vertical-list-item.classroom-assignment-list-wrap .assignment-activities-details .action-btn-wrap .btn.btn-with-icon {
    width: 44px;
    text-indent: -99999px;
    position: relative;
  }
  .result-vertical-list .vertical-list-item.classroom-assignment-list-wrap .assignment-activities-details .action-btn-wrap .btn.btn-with-icon .lnr-assign {
    margin: 0;
    text-indent: 0;
    border: 0;
    position: absolute;
    left: 50%;
    top: 13px;
    transform: translateX(-50%);
  }
}
.empty-video-wrap {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  min-height: 320px;
  border: 1px solid rgba(0, 0, 0, 0.1);
}
.empty-video-wrap .no-video-available {
  margin: auto;
}
.empty-video-wrap .no-video-available .no-video-icon {
  width: 14rem;
  height: 14rem;
  background: #fbfdff;
  border-radius: 100%;
  border: 1px dashed #ddeeff;
  margin: 0 auto 40px;
}
.empty-video-wrap .no-video-available .no-video-icon .video-icon {
  background: url("../images/empty-state-icon-sprite.png") no-repeat 19px -819px !important;
  width: 14rem;
  height: 14rem;
  font-size: 1.6rem;
  font-weight: 600;
  color: #96a3a4;
}
.empty-video-wrap .no-video-available p {
  text-align: center;
}
.flex-parent {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
}
.multiple-html-fragments {
  border-top: 1px dashed #96a3a4;
  margin-top: 40px;
  padding-top: 40px;
}
.multiple-html-fragments .multiple-html-fragments-items + .multiple-html-fragments-items {
  border-top: 1px dashed #96a3a4;
  margin-top: 40px;
  padding-top: 40px;
}
.gameLeaderboardProgressLoader-wrapper .show-more-loader {
  min-height: 50px;
}
.gameLeaderboardProgressLoader-wrapper .show-more-loader.hide {
  min-height: initial;
}
.leaderboard-heading {
  padding: 18px 30px;
}
.leaderboard-heading .form-group {
  margin-bottom: 0;
  display: inline-block;
}
.leaderboard-heading .form-group + .form-group {
  margin-left: 30px;
}
.leaderboard-heading .form-group .bootstrap-select + .bootstrap-select {
  margin-left: 30px;
}
.leaderboard-heading + .table.table-hover > thead > tr > td {
  background: #eef2f4;
  padding-top: 22px;
  padding-bottom: 22px;
  border-bottom: 0;
  color: #373b41;
  font-weight: 600;
}
.leaderboard-heading + .table.table-hover > thead > tr > td small {
  font-size: 12px;
  font-weight: 600;
  color: #b3bbbe;
}
.leaderboard-heading + .table.table-hover > thead > tr > td:first-child {
  padding-left: 30px;
}
.share-useful-links-row {
  padding-top: 20px;
  border-top: 1px solid #eef2f4;
  padding-left: 50px;
  margin-top: 10px;
}
.share-useful-links-row .btn-default.btn-sm {
  padding: 6px 12px;
  min-height: inherit;
  font-size: 14px;
}
.share-useful-links-row > div {
  display: inline-block;
}
.share-useful-links-row > div + div {
  margin-left: 18px;
}
@media only screen and (max-width: 1170px) and (min-width: 767px) {
  .multiple-select-boxes {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: -ms-flex;
    display: flex;
  }
  .multiple-select-boxes .bootstrap-select + .bootstrap-select {
    margin-right: 0;
    margin-left: 16px !important;
  }
}
.share-resources-with-classroom .top-bar {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
}
.share-resources-with-classroom .top-bar .share-resource-form-wrap {
  margin-left: auto;
}
.share-resources-with-classroom .share-resources-accordion {
  height: 370px;
  overflow-y: auto;
}
.share-resources-with-classroom .share-resources-accordion .mCSB_scrollTools .mCSB_draggerRail {
  width: 6px;
  background: rgba(0, 0, 0, 0.04);
}
.share-resources-with-classroom .share-resources-accordion .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background: #bfcbcf;
}
.share-resources-with-classroom .share-resources-accordion .share-resources-students-results.list-group {
  margin-bottom: 0;
  height: 132px;
  overflow-y: auto;
}
.share-resources-with-classroom .share-resources-accordion .share-resources-students-results.list-group .list-group-item {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  width: 25%;
  float: left;
  padding: 14px 15px;
  border: 2px solid transparent;
  position: relative;
}
.share-resources-with-classroom .share-resources-accordion .share-resources-students-results.list-group .list-group-item[data-isalreadyadded="true"] {
  -webkit-transition: opacity 0.3s ease-in-out;
  -moz-transition: opacity 0.3s ease-in-out;
  -o-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
}
.share-resources-with-classroom .share-resources-accordion .share-resources-students-results.list-group .list-group-item[data-isalreadyadded="true"] * {
  -webkit-transition: opacity 0.3s ease-in-out;
  -moz-transition: opacity 0.3s ease-in-out;
  -o-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
}
.share-resources-with-classroom .share-resources-accordion .share-resources-students-results.list-group .list-group-item[data-isalreadyadded="true"] .add-student i {
  opacity: 1;
}
.share-resources-with-classroom .share-resources-accordion .share-resources-students-results.list-group .list-group-item[data-isalreadyadded="true"]:before {
  content: '';
  position: absolute;
  width: calc(100% - 16px);
  height: calc(100% - 16px);
  left: 8px;
  top: 8px;
  border: 2px solid #7fda90;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.share-resources-with-classroom .share-resources-accordion .share-resources-students-results.list-group .list-group-item[data-isalreadyadded="true"][alreadyassigned] {
  pointer-events: none;
}
.share-resources-with-classroom .share-resources-accordion .share-resources-students-results.list-group .list-group-item[data-isalreadyadded="true"][alreadyassigned]:before {
  border: 2px solid rgba(179, 187, 190, 0.8);
}
.share-resources-with-classroom .share-resources-accordion .share-resources-students-results.list-group .list-group-item[data-isalreadyadded="true"][alreadyassigned] .add-student i {
  border: 1px solid rgba(179, 187, 190, 0.8);
  color: rgba(179, 187, 190, 0.8);
}
.share-resources-with-classroom .share-resources-accordion .share-resources-students-results.list-group .list-group-item .student-image {
  display: inline-block;
  width: 34px;
  height: 34px;
  border-radius: 34px;
  background-repeat: no-repeat;
  background-size: cover;
  float: left;
}
.share-resources-with-classroom .share-resources-accordion .share-resources-students-results.list-group .list-group-item .student-name {
  margin-top: auto;
  margin-bottom: auto;
  margin-left: 10px;
  font-size: 16px;
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  display: block;
  width: calc(100% - 66px);
}
.share-resources-with-classroom .share-resources-accordion .share-resources-students-results.list-group .list-group-item .add-student {
  margin-top: auto;
  margin-bottom: auto;
  margin-left: auto;
  cursor: pointer;
  background: 0 0;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}
.share-resources-with-classroom .share-resources-accordion .share-resources-students-results.list-group .list-group-item .add-student i {
  font-size: 10px;
  font-weight: 600;
  color: #7fda90;
  border: 1px solid #7fda90;
  border-radius: 100%;
  display: inline-block;
  width: 20px;
  height: 20px;
  text-align: center;
  line-height: 20px;
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
  opacity: 0;
}
.share-resources-with-classroom .panel-group .panel {
  border: 0;
  border-radius: 0;
}
.share-resources-with-classroom .panel-group .panel + .panel {
  margin-top: 1px;
}
.share-resources-with-classroom .panel-group .panel.panel-default {
  box-shadow: none;
}
.share-resources-with-classroom .panel-group .panel.panel-default > .panel-heading {
  background: #eef2f4;
  border-radius: 0;
  border: 0;
  padding: 15px;
}
.share-resources-with-classroom .panel-group .panel.panel-default > .panel-heading.active {
  background: #eaf2fb;
}
.share-resources-with-classroom .panel-group .panel.panel-default > .panel-heading.active .panel-title a {
  font-size: 16px;
  font-weight: 600;
  color: #373b41;
}
.share-resources-with-classroom .panel-group .panel.panel-default > .panel-heading .panel-title a {
  font-size: 16px;
  font-weight: 600;
  color: #96a3a4;
}
.share-resources-with-classroom .panel-group .panel.panel-default > .panel-heading .panel-title .accordion-toggle .lnr {
  display: inline-block;
  transform: rotate(90deg);
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
  margin-right: 20px;
}
.share-resources-with-classroom .panel-group .panel.panel-default > .panel-heading .panel-title .accordion-toggle.collapsed .lnr {
  transform: rotate(0);
}
.share-resources-with-classroom .panel-group .panel.panel-default > .panel-heading + .panel-collapse {
  border: 1px solid transparent;
}
.share-resources-with-classroom .panel-group .panel.panel-default > .panel-heading + .panel-collapse.in {
  background: #ffffff;
  border: 1px solid #eaf2fb;
}
.share-resources-with-classroom .panel-group .panel.panel-default .panel-body {
  border-top: 0;
}
.student-parent-code {
  margin-bottom: 24px;
  border-style: dashed;
  border-width: 1px 0;
  padding: 8px 0;
  margin-top: -15px;
  border-color: rgba(173, 171, 177, 0.5);
}
.student-parent-code .code-wrap {
  width: 100%;
  margin: 0 auto;
  /*justify-content: center;*/
  /*.flex;*/
  /*text-align:center;*/
}
.student-parent-code .code-wrap .code-item {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  white-space: nowrap;
  justify-content: center;
}
.student-parent-code .code-wrap .code-item:first-child {
  /*max-width: 110px;*/
}
.student-parent-code .code-wrap .code-item + .code-item {
  border-top: 1px solid rgba(173, 171, 177, 0.15);
  padding-top: 10px;
  margin-top: 10px;
}
.student-parent-code .code-wrap .code-item h2 {
  font-size: 14px;
  font-weight: 400;
  color: #96a3a4;
  /*width: 160px;*/
  text-align: left;
  margin-top: auto;
  margin-bottom: auto;
  /*text-align: left;*/
}
.student-parent-code .code-wrap .code-item p {
  font-size: 14px;
  font-weight: 400;
  color: #96a3a4;
  margin: 0;
  width: auto;
  text-align: left;
  margin-left: 20px;
  /*text-align: left;*/
}
.btn-group.open .dropdown-toggle {
  box-shadow: none;
}
.shared-resources-dropdown-wrap > .btn {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  padding: 0;
  margin-top: 4px;
  margin-right: 10px;
}
.shared-resources-dropdown-wrap a.shared-other-resource-btn {
  display: inline-block;
  margin: 3px;
  margin: -4px 0 0;
}
.shared-resources-dropdown-wrap a.shared-other-resource-btn p {
  color: #ffffff;
  text-align: center;
  margin: 0;
}
.shared-resources-dropdown-wrap .shared-resources-icon {
  width: 24px;
  height: 24px;
  display: inline-block;
  margin: auto;
  background: url("../images/icon-sprite.png") no-repeat 0px -603px !important;
}
.shared-resources-dropdown-wrap .dropdown-menu.jason-zippslip {
  top: 100%;
  padding: 0 15px 15px;
}
.shared-resources-dropdown-wrap .dropdown-menu.jason-zippslip:before {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  border-width: 8px;
  border-style: solid;
  border-color: transparent transparent #fff transparent;
  top: -16px;
  right: 16px;
}
.shared-resources-dropdown-wrap .dropdown-menu.jason-zippslip .item-list-to-be-shared {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  flex-wrap: wrap;
  width: 40rem;
}
.shared-resources-dropdown-wrap .dropdown-menu.jason-zippslip .item-list-to-be-shared li {
  flex-grow: 1;
  min-width: 45%;
  border: 1px solid rgba(0, 0, 0, 0.1);
}
.shared-resources-dropdown-wrap .dropdown-menu.jason-zippslip .item-list-to-be-shared li:nth-child(even) {
  margin-left: 1rem;
}
.shared-resources-dropdown-wrap .dropdown-menu.jason-zippslip .item-list-to-be-shared li a {
  display: block;
  text-align: center;
  padding: 15px 0;
}
.search-result-info-text {
  color: #39a6ed;
  height: 66px;
}
.search-result-info-text .title-type {
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  display: block;
  font-size: 16px;
  font-weight: 600;
  color: inherit;
  padding: 0 10px;
}
.search-result-info-text p {
  font-size: 16px;
  font-weight: 400;
  color: inherit;
  padding: 0 10px;
  height: 44px;
  overflow: hidden;
}
.conditional-class-for-width-chosen.increase-width {
  width: 100% !important;
}
.conditional-class-for-width-chosen.increase-width .container-fluid {
  margin: 0 -15px;
}
.conditional-class-for-width-chosen.increase-width .row {
  width: 50%;
  margin: 0;
  padding: 0 15px;
  float: left;
}
.conditional-class-for-width-chosen.increase-width .row .col-sm-12 {
  padding: 0;
}
.modal-footer-loader .show-more-loader {
  padding-top: 11px;
  margin-left: 5px;
  width: 118px;
}
.navigate-through-curriculum {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  margin-bottom: 30px;
}
.navigate-through-curriculum a {
  font-size: 14px;
  font-weight: 600;
  color: #74b6f2;
}
.navigate-through-curriculum .next-curriculum {
  margin-left: auto;
}
.navigate-through-curriculum.navigate-in-articles {
  border-bottom: 1px solid #dbe4eb;
  padding-bottom: 20px;
}
.navigate-through-curriculum.navigate-in-articles a {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  line-height: 26px;
}
.navigate-through-curriculum.navigate-in-articles a + a i {
  transform: rotateY(180deg);
  margin-left: 10px;
  margin-right: 0;
}
.navigate-through-curriculum.navigate-in-articles i {
  font-size: 26px;
  font-weight: 700;
  color: #74b6f2;
  border: 2px solid #74b6f2;
  width: 30px;
  height: 30px;
  display: inline-block;
  border-radius: 100%;
  margin-right: 10px;
}
.curricula-new-design-wrap > .container + .container {
  margin-top: 20px;
}
.curricula-new-design-wrap .curricula-objective-wrap .curricula-objective-content .curriculum-right-list-texts {
  margin-bottom: 9px;
  padding-bottom: 9px;
}
.curricula-new-design-wrap .curricula-objective-wrap .curricula-objective-content .curriculum-right-list-texts h3 {
  font-size: 17px;
  font-weight: 600;
  color: #7b8b8c;
}
.curricula-new-design-wrap .curricula-detialed-accordion:not(:first-child) {
  margin-top: 50px;
}
.curricula-new-design-wrap .curricula-detialed-accordion + .curricula-section-wise-sections {
  /*display:none;*/
}
.curricula-new-design-wrap .curricula-detialed-accordion + .curricula-section-wise-sections > .curricula-section-header {
  padding-top: 0;
  margin-top: -10px;
  color: #39a6ed;
}
.curricula-new-design-wrap .new-design-transparent {
  box-shadow: none;
  background: transparent;
}
.curricula-new-design-wrap .curricula-main-header {
  margin: -30px -30px 0;
  padding: 8px 30px;
  background: #eef2f4;
  border-radius: 3px 3px 0 0;
  border-color: #cfdae0;
  border-style: solid;
  border-width: 1px;
  font-size: 19px;
  font-weight: 600;
  color: #373b41;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
}
.curricula-new-design-wrap .curricula-main-header .accordion-arrow-element {
  margin: auto 0 auto auto;
  font-size: 8px;
  font-weight: 600;
  color: #39a6ed;
}
.curricula-new-design-wrap .curricula-introduction-info {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
}
.curricula-new-design-wrap .curricula-introduction-info .introduction-image {
  min-width: 160px;
  width: 160px;
  height: 90px;
}
.curricula-new-design-wrap .curricula-introduction-info .introduction-image .introduction-image-wrap {
  width: 160px;
  height: 90px;
  background-size: cover;
  background-repeat: no-repeat;
}
.curricula-new-design-wrap .curricula-introduction-info .introduction-info {
  margin-left: 14px;
}
.curricula-new-design-wrap .curricula-section-wise-sections {
  background: #fff;
  border-radius: 0 0 3px 3px;
  margin: 0 -30px;
  padding: 0 30px;
  border-style: solid;
  border-color: #cfdae0;
  border-width: 0 1px 1px 1px;
}
.curricula-new-design-wrap .curricula-section-wise-sections + .curricula-section-wise-sections .curricula-section-header {
  padding-top: 24px;
}
.curricula-new-design-wrap .curricula-section-wise-sections .curricula-section-header {
  background: #eef2f4;
  margin: 0 -30px;
  padding: 8px 30px;
  font-size: 17px;
  font-weight: 600;
  color: #96a3a4;
}
.curricula-new-design-wrap .curricula-section-wise-sections .curricula-section-list-items + .curricula-section-list-items {
  border-top: 1px solid #cfdae0;
  margin: 0 -30px;
  padding: 0 30px;
}
.curricula-new-design-wrap .curricula-section-wise-sections .curricula-section-list-items ul {
  margin-top: 26px;
  padding-bottom: 20px;
}
.curricula-new-design-wrap .curricula-section-wise-sections .curricula-section-list-items li {
  margin-bottom: 0px;
  padding: 0;
}
.curricula-new-design-wrap .curricula-section-wise-sections .curricula-section-list-items li p.curricula-resource-description {
  color: #373b41;
  margin-bottom: 20px;
}
.curricula-new-design-wrap .curricula-section-wise-sections .curricula-section-list-items li p.curricula-resource-type {
  margin-bottom: 0;
}
.curricula-new-design-wrap .curricula-section-wise-sections .curricula-section-list-items li + li {
  border-top: 1px dashed #c4c4c4;
  padding-top: 20px;
}
.curricula-new-design-wrap .curricula-section-wise-sections .curricula-section-list-items .section-list-items-wrap {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
}
.curricula-new-design-wrap .curricula-section-wise-sections .curricula-section-list-items .section-list-items-wrap .image-wrapper {
  min-width: 160px;
  width: 160px;
  height: 90px;
}
.curricula-new-design-wrap .curricula-section-wise-sections .curricula-section-list-items .section-list-items-wrap .image-wrapper .image-holder {
  min-width: 160px;
  width: 160px;
  height: 90px;
  background-size: cover;
  background-repeat: no-repeat;
}
.curricula-new-design-wrap .curricula-section-wise-sections .curricula-section-list-items .section-list-items-wrap .section-item-information {
  margin-left: 14px;
}
.curricula-new-design-wrap .curricula-section-wise-sections .curricula-section-list-items .section-list-items-wrap .section-item-information a {
  color: #373b41;
}
.submit-assessment-modal .lnr-close {
  font-size: 14px;
}
@-webkit-keyframes AnimationName {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}
@-moz-keyframes AnimationName {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}
@keyframes AnimationName {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}
.curricula-section-list-items .no-image-available {
  background-image: none !important;
  background-color: #b07df2;
  position: relative;
  /*web links*/
}
.curricula-section-list-items .no-image-available:before {
  content: attr(data-initials);
  position: absolute;
  font-size: 32px;
  color: rgba(255, 255, 255, 0.7);
  text-align: center;
  width: 100%;
  height: 100%;
  line-height: 90px;
}
.curricula-section-list-items .no-image-available.Assessment,
.curricula-section-list-items .no-image-available.AssessmentQuestion {
  background: url("../images/new-icon-sprite.png") no-repeat 44px -1891px, linear-gradient(#41aae9, #326893) !important;
}
.curricula-section-list-items .no-image-available.Assessment:before,
.curricula-section-list-items .no-image-available.AssessmentQuestion:before {
  content: '';
}
.curricula-section-list-items .no-image-available.Curriculam,
.curricula-section-list-items .no-image-available.CurriculamSection {
  background: url("../images/new-icon-sprite.png") no-repeat 41px -565px, linear-gradient(#41aae9, #326893) !important;
}
.curricula-section-list-items .no-image-available.Curriculam:before,
.curricula-section-list-items .no-image-available.CurriculamSection:before {
  content: '';
}
.curricula-section-list-items .no-image-available.laboratory,
.curricula-section-list-items .no-image-available.Laboratory,
.curricula-section-list-items .no-image-available.fieldassignment,
.curricula-section-list-items .no-image-available.FieldAssignment,
.curricula-section-list-items .no-image-available.Activity {
  background: url("../images/new-icon-sprite.png") no-repeat 36px -1703px, linear-gradient(#41aae9, #326893) !important;
}
.curricula-section-list-items .no-image-available.laboratory:before,
.curricula-section-list-items .no-image-available.Laboratory:before,
.curricula-section-list-items .no-image-available.fieldassignment:before,
.curricula-section-list-items .no-image-available.FieldAssignment:before,
.curricula-section-list-items .no-image-available.Activity:before {
  content: '';
}
.curricula-section-list-items .no-image-available.Article,
.curricula-section-list-items .no-image-available.Article,
.curricula-section-list-items .no-image-available.InterDisciplinary,
.curricula-section-list-items .no-image-available.SupportingMaterial,
.curricula-section-list-items .no-image-available.InterdisciplinaryConnection,
.curricula-section-list-items .no-image-available.Tool {
  background: url("../images/new-icon-sprite.png") no-repeat 37px -1133px, linear-gradient(#41aae9, #326893) !important;
}
.curricula-section-list-items .no-image-available.Article:before,
.curricula-section-list-items .no-image-available.Article:before,
.curricula-section-list-items .no-image-available.InterDisciplinary:before,
.curricula-section-list-items .no-image-available.SupportingMaterial:before,
.curricula-section-list-items .no-image-available.InterdisciplinaryConnection:before,
.curricula-section-list-items .no-image-available.Tool:before {
  content: '';
}
.curricula-section-list-items .no-image-available.video,
.curricula-section-list-items .no-image-available.game,
.curricula-section-list-items .no-image-available.animation,
.curricula-section-list-items .no-image-available.Video,
.curricula-section-list-items .no-image-available.Game,
.curricula-section-list-items .no-image-available.Animation {
  background: url("../images/new-icon-sprite.png") no-repeat 35px 1px, linear-gradient(#41aae9, #326893) !important;
}
.curricula-section-list-items .no-image-available.video:before,
.curricula-section-list-items .no-image-available.game:before,
.curricula-section-list-items .no-image-available.animation:before,
.curricula-section-list-items .no-image-available.Video:before,
.curricula-section-list-items .no-image-available.Game:before,
.curricula-section-list-items .no-image-available.Animation:before {
  content: '';
}
.curricula-section-list-items .no-image-available.gallery,
.curricula-section-list-items .no-image-available.Gallery,
.curricula-section-list-items .no-image-available.Diagram,
.curricula-section-list-items .no-image-available.Photo {
  background: url("../images/new-icon-sprite.png") no-repeat 37px -1322px, linear-gradient(#41aae9, #326893) !important;
}
.curricula-section-list-items .no-image-available.gallery:before,
.curricula-section-list-items .no-image-available.Gallery:before,
.curricula-section-list-items .no-image-available.Diagram:before,
.curricula-section-list-items .no-image-available.Photo:before {
  content: '';
}
.curricula-section-list-items .no-image-available.Vocabulary {
  background: url("../images/new-icon-sprite.png") no-repeat 38px -1512px, linear-gradient(#41aae9, #326893) !important;
}
.curricula-section-list-items .no-image-available.Vocabulary:before {
  content: '';
}
.curricula-section-list-items .no-image-available.WebLink {
  background: url("../images/new-icon-sprite.png") no-repeat 41px -945px, linear-gradient(#41aae9, #326893) !important;
}
.curricula-section-list-items .no-image-available.WebLink:before {
  content: '';
}
.curricula-section-list-items .no-image-available.Journal,
.curricula-section-list-items .no-image-available.JournalQuestion {
  background: url("../images/new-icon-sprite.png") no-repeat 34px -188px, linear-gradient(#41aae9, #326893) !important;
}
.curricula-section-list-items .no-image-available.Journal:before,
.curricula-section-list-items .no-image-available.JournalQuestion:before {
  content: '';
}
.curricula-section-list-items .no-image-available.LessonPlan,
.curricula-section-list-items .no-image-available.TeachersGuide {
  background: url("../images/new-icon-sprite.png") no-repeat 34px -756px, linear-gradient(#41aae9, #326893) !important;
}
.curricula-section-list-items .no-image-available.LessonPlan:before,
.curricula-section-list-items .no-image-available.TeachersGuide:before {
  content: '';
}
.curricula-section-list-items .no-image-available.Generic,
.curricula-section-list-items .no-image-available.FastFact,
.curricula-section-list-items .no-image-available.TechnologyTool {
  background: url("../images/new-icon-sprite.png") no-repeat 40px -376px, linear-gradient(#41aae9, #326893) !important;
}
.curricula-section-list-items .no-image-available.Generic:before,
.curricula-section-list-items .no-image-available.FastFact:before,
.curricula-section-list-items .no-image-available.TechnologyTool:before {
  content: '';
}
.accordion-level-one-curricula .curricula-detialed-accordion {
  cursor: pointer;
  border-radius: 3px;
  /*&:first-child {
            & + .curricula-section-wise-sections {
                display: block;
            }

            .accordion-arrow-element {
                display: none;
            }
        }*/
}
.accordion-level-one-curricula .curricula-detialed-accordion + .curricula-section-wise-sections {
  display: none;
}
.accordion-level-one-curricula .curricula-detialed-accordion + .curricula-section-wise-sections.show {
  display: block;
}
.accordion-level-one-curricula .curricula-detialed-accordion.opened {
  border-radius: 3px 3px 0 0;
}
.accordion-level-one-curricula .curricula-detialed-accordion.opened .accordion-arrow-element {
  transform: rotateX(180deg);
}
.accordion-level-one-curricula .curricula-section-header .accordion-arrow-element {
  display: none;
}
.sub-accordion-curricula.no-top-level-accordion {
  margin-top: -50px;
}
.sub-accordion-curricula .curricula-section-wise-sections {
  background: transparent;
  border: 0;
}
.sub-accordion-curricula .curricula-section-wise-sections .curricula-section-header {
  cursor: pointer;
  font-size: 19px;
  font-weight: 600;
  color: #373b41;
  border-radius: 3px;
  border: 1px solid #cfdae0;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  margin-top: 20px;
}
.sub-accordion-curricula .curricula-section-wise-sections .curricula-section-header .accordion-arrow-element {
  margin: auto 0 auto auto;
  font-size: 8px;
  font-weight: 600;
  color: #39a6ed;
}
.sub-accordion-curricula .curricula-section-wise-sections .curricula-section-header ~ .curricula-section-list-items {
  display: none;
  margin: 0 -30px;
  padding: 0 30px;
  background: #fff;
  border-color: #cfdae0;
  border-style: solid;
  border-width: 0 1px 1px 1px;
}
.sub-accordion-curricula .curricula-section-wise-sections .curricula-section-header ~ .curricula-section-list-items ul {
  padding: 20px 0;
  margin: 0;
}
.sub-accordion-curricula .curricula-section-wise-sections .curricula-section-header ~ .curricula-section-list-items.show {
  display: block;
}
.sub-accordion-curricula .curricula-section-wise-sections .curricula-section-header.opened {
  border-radius: 3px 3px 0 0;
}
.sub-accordion-curricula .curricula-section-wise-sections .curricula-section-header.opened .accordion-arrow-element {
  transform: rotateX(180deg);
}
.download-audio-resource {
  margin-top: 20px;
}
.create-assignment-header {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
}
.create-assignment-header .right-section-steps {
  margin-left: auto;
  flex: 0 0 430px;
}
.create-assignment-header .right-section-steps .assignment-creation-steps {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  font-size: 0;
  margin-bottom: 0;
}
.create-assignment-header .right-section-steps .assignment-creation-steps > li {
  list-style-type: none;
  color: #96a3a4;
  font-size: 14px;
  width: 33.33%;
  position: relative;
  white-space: nowrap;
  text-align: center;
}
.create-assignment-header .right-section-steps .assignment-creation-steps > li:before {
  content: "";
  width: 10px;
  height: 10px;
  line-height: 10px;
  display: block;
  font-size: 10px;
  color: #333;
  background: #eef2f4;
  border-radius: 100%;
  margin: 0 auto 5px auto;
  position: relative;
  z-index: 1;
}
.create-assignment-header .right-section-steps .assignment-creation-steps > li:after {
  content: '';
  width: 100%;
  height: 2px;
  background: #eef2f4;
  position: absolute;
  left: -50%;
  top: 4px;
  z-index: 0;
}
.create-assignment-header .right-section-steps .assignment-creation-steps > li:first-child:after {
  content: none;
}
.create-assignment-header .right-section-steps .assignment-creation-steps > li.active:before {
  content: "";
  background: #39a6ed;
}
.create-assignment-header .right-section-steps .assignment-creation-steps > li.selected:before {
  content: "\e927";
  color: #7fda90;
  font-family: 'jason-learning' !important;
  background: #fff;
  box-shadow: 0 0 0 8px #fff;
  font-weight: bolder;
}
.table.create-assignment-classroom-list td[colspan="3"] {
  padding: 0;
}
.table.create-assignment-classroom-list tbody tr:last-child td {
  border-bottom: 0;
}
.table.create-assignment-classroom-list tbody tr td {
  border-bottom: 1px solid rgba(238, 242, 244, 0.7);
}
.table.create-assignment-classroom-list tbody tr[disabled="disabled"]:hover td {
  background: #ffffff;
}
.table.create-assignment-classroom-list tbody tr[disabled="disabled"] td {
  position: relative;
}
.table.create-assignment-classroom-list tbody tr[disabled="disabled"] td:before {
  background: rgba(255, 255, 255, 0.6);
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 2;
}
.table.create-assignment-classroom-list .datepicker-icon-wrapper {
  margin-left: auto;
  margin-bottom: 0;
  margin-right: 40px;
}
.table.create-assignment-classroom-list .datepicker-icon {
  background: #ffffff;
}
.table.create-assignment-classroom-list .datepicker-icon + .datepicker-icon {
  margin-left: 10px;
}
.table.create-assignment-classroom-list .accordion-arrow {
  margin: 14px 10px auto 0;
  font-size: 8px;
  font-weight: bolder;
  cursor: pointer;
}
.table.create-assignment-classroom-list .accordion-arrow .lnr-down {
  display: inline-block;
}
.table.create-assignment-classroom-list .empty-states {
  height: 300px;
  min-height: 300px;
}
.padding-none {
  padding: 0 !important;
}
.create-assignment-classroom-header {
  display: table;
  width: 100%;
  min-height: 80px;
}
.create-assignment-classroom-header .show-more-loader {
  margin-right: 40px;
  margin-top: auto;
}
.create-assignment-classroom-header .search-students-wrapper {
  display: none;
  flex: 0 0 328px;
  margin-left: auto;
  margin-bottom: 0;
  margin-right: 40px;
}
.create-assignment-classroom-header.open {
  background: #f4f7f8;
}
.create-assignment-classroom-header.open .datepicker-icon-wrapper {
  display: none;
}
.create-assignment-classroom-header.open .search-students-wrapper {
  display: block;
}
.create-assignment-classroom-header.open .accordion-arrow .lnr-down {
  transform: rotateX(-180deg);
}
.create-assignment-classroom-header > div {
  display: table-cell;
  padding: 18px 8px;
  vertical-align: middle;
}
.create-assignment-classroom-header > div:first-child {
  padding-left: 30px;
  width: 70px;
}
.create-assignment-classroom-students-accordion {
  padding-left: 120px;
  background: #f4f7f8;
  padding-right: 70px;
  display: none;
}
.create-assignment-classroom-students-accordion.open {
  display: block;
}
.display-flex {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
}
.display-flex.text-right {
  justify-content: flex-end;
}
.create-assignment-search-result .go-back {
  position: absolute;
  width: 30px;
  height: 30px;
  border: 2px solid #39a6ed;
  left: -30px;
  top: 8px;
  border-radius: 30px;
}
.create-assignment-search-result .go-back a {
  display: inline-block;
}
.create-assignment-search-result .go-back .lnr-back {
  font-size: 26px;
  font-weight: bold;
  color: #39a6ed;
}
.create-assignment-search-result .jason-global-search {
  width: 400px;
}
.create-assignment-search-result .jason-global-search .lnr-search {
  font-size: 14px;
  font-weight: bold;
  color: #96a3a4;
}
.create-assignment-search-result .jason-global-search .input-group {
  height: 46px;
}
.create-assignment-search-result .jason-global-search .input-group .form-control {
  background: #ffffff;
  box-shadow: none;
  height: 46px;
  font-size: 16px;
  border-right: 0;
}
.create-assignment-search-result .jason-global-search .input-group .form-control:focus {
  border-color: #ccc;
}
.create-assignment-search-result .jason-global-search .input-group .input-group-addon {
  background: #ffffff;
  /*border: 0;*/
  box-shadow: none;
}
.create-assignment-search-result .jason-global-search .input-group .input-group-addon a:hover,
.create-assignment-search-result .jason-global-search .input-group .input-group-addon a:focus,
.create-assignment-search-result .jason-global-search .input-group .input-group-addon a:active {
  text-decoration: none;
}
.create-assignment-search-result .jason-global-search .input-group .input-group-addon:nth-last-child(2) {
  border-right: 2px solid rgba(255, 255, 255, 0.2);
  min-width: 54px;
}
.create-assignment-search-result .jason-global-search .input-group .input-group-addon:last-child {
  min-width: 54px;
}
.create-assignment-search-result .second-header.search-result {
  box-shadow: none;
  background: transparent;
}
@media only screen and (min-width: 1200px) {
  .create-assignment-search-result .second-header.search-result {
    margin-top: -54px;
  }
  .create-assignment-search-result .second-header.search-result .second-header-nav-tab .nav {
    margin-left: auto;
  }
  .create-assignment-search-result .second-header.search-result .second-header-nav-tab .more-btn-group-search-result {
    margin-right: 0;
  }
}
.create-assignment-search-result .second-header.search-result ul.nav-tabs li.active a {
  background: transparent;
}
.create-assignment-search-result .container {
  padding: 0;
}
.create-assignment-search-result .featured-gallery-wrap .gallery-item-info .image-wrapper {
  box-shadow: 0 2px 3px 0 rgba(166, 175, 177, 0.5);
  transition: 0.1s ease-in-out;
  position: relative;
  margin-bottom: 12px;
  cursor: pointer;
}
.create-assignment-search-result .featured-gallery-wrap .gallery-item-info .image-wrapper:hover {
  box-shadow: 0 0 0 2px transparent, 0 15px 30px rgba(166, 175, 177, 0.25), 0 10px 10px rgba(166, 175, 177, 0.22);
}
.create-assignment-search-result .featured-gallery-wrap .gallery-item-info .search-result-info-text .title-type {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
}
.create-assignment-search-result .featured-gallery-wrap .gallery-item-info .search-result-info-text .title-type a {
  margin-left: auto;
  width: auto;
}
.create-assignment-search-result .featured-gallery-wrap .gallery-item-info .search-result-info-text p {
  color: #96a3a4;
}
.create-assignment-search-result .featured-gallery-wrap .gallery-item-info.selected > .image-wrapper {
  box-shadow: 0 0 0 2px #7fda90, 0 15px 30px rgba(166, 175, 177, 0.25), 0 10px 10px rgba(166, 175, 177, 0.22);
  overflow: visible;
}
.create-assignment-search-result .featured-gallery-wrap .gallery-item-info.selected > .image-wrapper:before {
  font-size: 10px;
  font-weight: 600;
  color: #7fda90;
  border: 2px solid #7fda90;
  border-radius: 100%;
  display: inline-block;
  width: 22px;
  height: 22px;
  text-align: center;
  line-height: 20px;
  position: absolute;
  right: -20px;
  top: -20px;
  content: "\e920";
  z-index: 2;
  outline: none;
  background: #fff;
  font-family: jason-learning !important;
}
.create-assignment-search-result .featured-gallery-wrap .image-wrapper {
  box-shadow: none;
  margin-bottom: 0;
}
.remove-inside-container-padding > .container {
  padding: inherit 0;
}
.btn-group-fixed-footer {
  position: fixed;
  width: 100%;
  bottom: 0;
  left: 0;
  z-index: 99;
}
.btn-group-fixed-footer .form-group {
  position: relative;
  margin-bottom: 0;
  padding-top: 15px;
  padding-bottom: 15px;
}
.btn-group-fixed-footer:before {
  width: 100%;
  height: 80px;
  left: 0;
  content: '';
  position: absolute;
  background: #ffffff;
  z-index: 0;
  box-shadow: 0 -2px 4px 0 rgba(166, 175, 177, 0.5);
}
.vertical-alignment-helper .create-assignment-sucess-modal {
  padding: 30px;
}
.vertical-alignment-helper .create-assignment-sucess-modal .tick-icon {
  width: 64px;
  height: 64px;
  margin: 30px auto;
  border-radius: 64px;
  background: #7fda90;
  color: #ffffff;
  font-size: 30px;
  line-height: 64px;
}
.vertical-alignment-helper .create-assignment-sucess-modal h1 {
  font-size: 32px;
  font-weight: 400;
  color: #7fda90;
}
.vertical-alignment-helper .create-assignment-alert-modal {
  padding-top: 30px;
}
.vertical-alignment-helper .create-assignment-alert-modal h1 {
  font-size: 24px;
  font-weight: 300;
  color: #373b41;
  margin-bottom: 10px;
}
.vertical-alignment-helper .create-assignment-alert-modal p,
.vertical-alignment-helper .create-assignment-alert-modal .divValidationSummary,
.vertical-alignment-helper .create-assignment-alert-modal .confirmation-text {
  font-weight: 300;
}
.increase-height-for-fixed-btn-footer-wrap {
  min-height: calc(100vh - 280px);
  margin-bottom: 20px;
}
.selected-student-info-assignment-header-wrap {
  min-height: 30px;
}
.selected-student-info-assignment-header-wrap .selected-student-texts {
  font-size: 14px;
  color: #96a3a4;
}
.selected-student-info-assignment-header-wrap .selected-student-texts p {
  margin-bottom: 0;
}
.selected-student-info-assignment-header-wrap .selected-student-texts .count {
  font-weight: bold;
  color: #4e545d;
}
.ChooseClassroom-select {
  right: 20px;
  top: 10px;
  width: 220px !important;
}
.ChooseClassroom-select .dropdown-toggle {
  text-align: left;
}
.ChooseClassroom-select .dropdown-toggle strong {
  font-weight: 600;
}
.assigned-count {
  color: #b3bbbe;
  margin-bottom: 10px;
}
.assignment-list-border .vertical-list-item {
  border-bottom: 1px solid #e6e6e6;
}
.assignment-list-border .vertical-list-item:last-of-type {
  border-top: 0;
}
.modal-dialog.modal-lg {
  width: 600px;
}
.create-assignment-details-page .assignment-details-list .assignment-details-list-item {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  padding-top: 20px;
  margin-top: 20px;
  border-top: 1px solid #e6e6e6;
}
.create-assignment-details-page .assignment-details-list .assignment-details-list-item .description-wrap a {
  font-size: 16px;
  font-weight: 600;
  color: #39a6ed;
}
.create-assignment-details-page .assignment-details-list .assignment-details-list-item .description-wrap .count {
  display: inline-block;
  margin-left: 5px;
  color: #b3bbbe;
}
.create-assignment-details-page .assignment-details-list .assignment-details-list-item .description-wrap .due-date-wrap {
  margin-top: 10px;
  color: #b3bbbe;
}
.create-assignment-details-page .assignment-details-list .assignment-details-list-item .action-btn-wrap {
  margin-left: auto;
}
.noPaddLeft {
  padding-left: 0!important;
}
.noMarLeft {
  margin-left: 0!important;
}
.noPaddRight {
  padding-right: 0!important;
}
.selectionSidebar {
  min-height: calc(100vh - 200px);
}
.selectionSidebar .leftContent {
  padding-right: 0;
}
.selectionSidebar .leftContent .searchByTypes label {
  padding-left: 32px;
  margin-top: 10px;
}
.selectionSidebar .leftContent .frameworks-wrapper {
  min-height: calc(100vh - 200px);
}
.selectionSidebar .leftContent .advance-search-header {
  flex-direction: column;
}
.selectionSidebar .leftContent .advance-search-header.no-flex {
  display: block;
}
.selectionSidebar .leftContent .advance-search-header .radio-inline,
.selectionSidebar .leftContent .advance-search-header .checkbox-inline {
  padding-left: 0px;
}
.selectionSidebar .leftContent .advance-search-header .form-group + .form-group {
  margin-left: 0;
}
.selectionSidebar .rightContent {
  padding-left: 0;
  background: #f7f7f7;
}
.selectionSidebar .rightContent .rightContentBar {
  position: relative;
  padding: 20px;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
  height: calc(100vh - 200px);
}
.selectionSidebar .rightContent .rightContentBar .optionsWrapper {
  margin: 20px 0;
}
.selectionSidebar .rightContent h4 {
  text-transform: uppercase;
  color: #58616b;
  font-size: 14px;
  font-weight: bold;
}
.selectionSidebar .rightContent .selectedOptions {
  margin-top: 30px;
  margin-left: 1px;
}
.selectionSidebar .rightContent .selectedOptions .tabTitle {
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 1px;
  border-bottom: 0.5px solid #BDDBFF;
  display: block;
  line-height: 2;
  color: rgba(92, 99, 104, 0.7);
}
.selectionSidebar .rightContent .selectedOptions .tabTitle .crossbtn {
  float: right;
  font-size: 6px;
  color: #ff7676;
  border: 1px solid #dadada;
  border-radius: 50%;
  letter-spacing: 0;
  padding: 0 3px;
  text-align: center;
}
.selectionSidebar .rightContent .selectedOptions .tabTitle .crossbtn span {
  width: 5px;
}
.selectionSidebar .rightContent .selectedOptions ul {
  padding: 0;
  margin: 0;
}
.selectionSidebar .rightContent .selectedOptions ul li {
  list-style: none;
  font-size: 14px;
  line-height: 18px;
  margin-top: 10px;
  letter-spacing: 1px;
}
.selectionSidebar .rightContent .selectedOptions ul li > span {
  float: right;
  color: #96a3a4;
}
.selectionSidebar .rightContent .selectedOptions.hideSidebarContent {
  display: none;
}
.selectionSidebar .rightContent .sidebarBottomBtn {
  position: relative;
  left: 0;
  width: 100%;
  background: #f7f7f7;
  padding: 10px 0;
  margin-bottom: 20px;
}
.selectionSidebar .rightContent .sidebarBottomBtn .show-more-loader {
  display: none;
}
.full-width {
  width: 100% !important;
}
.tagsinput {
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
  min-height: 56px !important;
  display: table;
  padding: 15px;
}
.tagsinput > div {
  float: left;
  display: block;
}
.tagsinput > div > input {
  border: none;
  min-width: 100px;
  background: none;
}
.tagsinput > div > input:focus {
  outline: none;
}
.tagsinput .tag {
  border-radius: 4px;
  border: 1px solid #e0e0e0;
  padding: 0 5px;
  margin: 0 5px 5px 0;
  display: block;
  float: left;
}
.tagsinput .tag a {
  font-size: 0;
  width: 12px;
  height: 12px;
  float: right;
  border: 1px solid #ececec;
  border-radius: 50%;
  margin-top: 4px;
  position: relative;
}
.tagsinput .tag a:before {
  content: "\e91a";
  font-family: jason-learning !important;
  position: absolute;
  left: calc(50% - 3px);
  top: calc(50% - 4px);
  font-size: 6px;
  color: #ff7676;
}
/*#advancedSearchProgressBarMiddle {
    top:50%;
    border:10px solid red;
}*/
.inline-form {
  display: inline-block;
}
.expand-tree {
  background: url("../images/expand.png") no-repeat;
  height: 15px;
  width: 15px;
  position: absolute;
  left: -8px;
  top: 6px;
  z-index: 99;
  cursor: pointer;
}
.minimize-tree {
  background: url("../images/minimize.png") no-repeat;
  height: 15px;
  width: 15px;
  position: absolute;
  left: -8px;
  top: 6px;
  z-index: 99;
  cursor: pointer;
}
.extendedAdvancedSearchBlock .tree:first-child {
  margin-left: 20px;
}
.extendedAdvancedSearchBlock .tree li {
  line-height: inherit;
}
.extendedAdvancedSearchBlock .tree li:before {
  content: "";
  position: absolute;
  top: -2px;
  left: -20px;
  border-left: 1px dashed #d0d0d0;
  border-bottom: 1px dashed #d0d0d0;
  width: 0px;
  height: 15px;
}
.extendedAdvancedSearchBlock .tree li:after {
  position: absolute;
  content: "";
  top: 12px;
  left: -20px;
  border-left: 1px dashed #d0d0d0;
  border-top: 1px dashed #d0d0d0;
  width: 30px;
  height: 100%;
}
.extendedAdvancedSearchBlock .tree ul {
  margin-left: 10px;
}
.extendedAdvancedSearchBlock .tree a {
  pointer-events: none;
}
.extendedAdvancedSearchBlock .tree a:hover,
.extendedAdvancedSearchBlock .tree a:focus {
  color: rgba(55, 59, 65, 0.6);
}
.extendedAdvancedSearchBlock .tree a:hover .child-item-count,
.extendedAdvancedSearchBlock .tree a:focus .child-item-count {
  color: inherit;
}
.extendedAdvancedSearchBlockResults .go-back {
  position: absolute;
  width: 30px;
  height: 30px;
  border: 2px solid #39a6ed;
  left: 15px;
  top: 20px;
  border-radius: 30px;
}
.extendedAdvancedSearchBlockResults .go-back a {
  display: inline-block;
}
.extendedAdvancedSearchBlockResults .go-back .lnr-back {
  font-size: 26px;
  font-weight: bold;
  color: #39a6ed;
}
.extendedAdvancedSearchBlockResults .second-header .second-header-nav-tab {
  padding-left: 30px;
}
.edit-assignment-thumbnail-wrapper .edit-assignment-thumbnail-box {
  width: 330px;
  margin-left: auto;
  margin-right: auto;
}
.edit-assignment-thumbnail-wrapper .edit-assignment-thumbnail-box .edit-assignment-thumbnail-image {
  transition: 0.1s ease-in-out;
  height: 200px;
  overflow: hidden;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.edit-assignment-thumbnail-wrapper .edit-assignment-thumbnail-box .edit-assignment-thumbnail-image.image-holder.no-image-available {
  /*activities*/
  /*articles*/
  /*assessments*/
  /*curricula*/
  /*games*/
  /*images*/
  /*teacher*/
  /*videos*/
  /*vocab terms*/
  /*web links*/
  /*journal*/
  /*generic*/
}
.edit-assignment-thumbnail-wrapper .edit-assignment-thumbnail-box .edit-assignment-thumbnail-image.image-holder.no-image-available.Laboratory,
.edit-assignment-thumbnail-wrapper .edit-assignment-thumbnail-box .edit-assignment-thumbnail-image.image-holder.no-image-available.FieldAssignment,
.edit-assignment-thumbnail-wrapper .edit-assignment-thumbnail-box .edit-assignment-thumbnail-image.image-holder.no-image-available.Activity {
  background: url("../images/new-icon-sprite.png") no-repeat 119px -1650px, linear-gradient(#41aae9, #326893) !important;
}
.edit-assignment-thumbnail-wrapper .edit-assignment-thumbnail-box .edit-assignment-thumbnail-image.image-holder.no-image-available.Laboratory:before,
.edit-assignment-thumbnail-wrapper .edit-assignment-thumbnail-box .edit-assignment-thumbnail-image.image-holder.no-image-available.FieldAssignment:before,
.edit-assignment-thumbnail-wrapper .edit-assignment-thumbnail-box .edit-assignment-thumbnail-image.image-holder.no-image-available.Activity:before {
  content: '';
}
.edit-assignment-thumbnail-wrapper .edit-assignment-thumbnail-box .edit-assignment-thumbnail-image.image-holder.no-image-available.Article,
.edit-assignment-thumbnail-wrapper .edit-assignment-thumbnail-box .edit-assignment-thumbnail-image.image-holder.no-image-available.InterDisciplinary,
.edit-assignment-thumbnail-wrapper .edit-assignment-thumbnail-box .edit-assignment-thumbnail-image.image-holder.no-image-available.InterdisciplinaryConnection {
  background: url("../images/new-icon-sprite.png") no-repeat 119px -1084px, linear-gradient(#41aae9, #326893) !important;
}
.edit-assignment-thumbnail-wrapper .edit-assignment-thumbnail-box .edit-assignment-thumbnail-image.image-holder.no-image-available.Article:before,
.edit-assignment-thumbnail-wrapper .edit-assignment-thumbnail-box .edit-assignment-thumbnail-image.image-holder.no-image-available.InterDisciplinary:before,
.edit-assignment-thumbnail-wrapper .edit-assignment-thumbnail-box .edit-assignment-thumbnail-image.image-holder.no-image-available.InterdisciplinaryConnection:before {
  content: '';
}
.edit-assignment-thumbnail-wrapper .edit-assignment-thumbnail-box .edit-assignment-thumbnail-image.image-holder.no-image-available.Assessment,
.edit-assignment-thumbnail-wrapper .edit-assignment-thumbnail-box .edit-assignment-thumbnail-image.image-holder.no-image-available.AssessmentQuestion {
  background: url("../images/new-icon-sprite.png") no-repeat 120px -1830px, linear-gradient(#41aae9, #326893) !important;
}
.edit-assignment-thumbnail-wrapper .edit-assignment-thumbnail-box .edit-assignment-thumbnail-image.image-holder.no-image-available.Assessment:before,
.edit-assignment-thumbnail-wrapper .edit-assignment-thumbnail-box .edit-assignment-thumbnail-image.image-holder.no-image-available.AssessmentQuestion:before {
  content: '';
}
.edit-assignment-thumbnail-wrapper .edit-assignment-thumbnail-box .edit-assignment-thumbnail-image.image-holder.no-image-available.Curriculam,
.edit-assignment-thumbnail-wrapper .edit-assignment-thumbnail-box .edit-assignment-thumbnail-image.image-holder.no-image-available.CurriculamSection {
  background: url("../images/new-icon-sprite.png") no-repeat 118px -510px, linear-gradient(#41aae9, #326893) !important;
}
.edit-assignment-thumbnail-wrapper .edit-assignment-thumbnail-box .edit-assignment-thumbnail-image.image-holder.no-image-available.Curriculam:before,
.edit-assignment-thumbnail-wrapper .edit-assignment-thumbnail-box .edit-assignment-thumbnail-image.image-holder.no-image-available.CurriculamSection:before {
  content: '';
}
.edit-assignment-thumbnail-wrapper .edit-assignment-thumbnail-box .edit-assignment-thumbnail-image.image-holder.no-image-available.Games,
.edit-assignment-thumbnail-wrapper .edit-assignment-thumbnail-box .edit-assignment-thumbnail-image.image-holder.no-image-available.Game {
  background: url("../images/new-icon-sprite.png") no-repeat 119px 54px, linear-gradient(#41aae9, #326893) !important;
}
.edit-assignment-thumbnail-wrapper .edit-assignment-thumbnail-box .edit-assignment-thumbnail-image.image-holder.no-image-available.Games:before,
.edit-assignment-thumbnail-wrapper .edit-assignment-thumbnail-box .edit-assignment-thumbnail-image.image-holder.no-image-available.Game:before {
  content: '';
}
.edit-assignment-thumbnail-wrapper .edit-assignment-thumbnail-box .edit-assignment-thumbnail-image.image-holder.no-image-available.Diagram,
.edit-assignment-thumbnail-wrapper .edit-assignment-thumbnail-box .edit-assignment-thumbnail-image.image-holder.no-image-available.Gallery,
.edit-assignment-thumbnail-wrapper .edit-assignment-thumbnail-box .edit-assignment-thumbnail-image.image-holder.no-image-available.Photo {
  background: url("../images/new-icon-sprite.png") no-repeat 119px -1270px, linear-gradient(#41aae9, #326893) !important;
}
.edit-assignment-thumbnail-wrapper .edit-assignment-thumbnail-box .edit-assignment-thumbnail-image.image-holder.no-image-available.Diagram:before,
.edit-assignment-thumbnail-wrapper .edit-assignment-thumbnail-box .edit-assignment-thumbnail-image.image-holder.no-image-available.Gallery:before,
.edit-assignment-thumbnail-wrapper .edit-assignment-thumbnail-box .edit-assignment-thumbnail-image.image-holder.no-image-available.Photo:before {
  content: '';
}
.edit-assignment-thumbnail-wrapper .edit-assignment-thumbnail-box .edit-assignment-thumbnail-image.image-holder.no-image-available.LessonPlan,
.edit-assignment-thumbnail-wrapper .edit-assignment-thumbnail-box .edit-assignment-thumbnail-image.image-holder.no-image-available.TeachersGuide {
  background: url("../images/new-icon-sprite.png") no-repeat 117px -704px, linear-gradient(#41aae9, #326893) !important;
}
.edit-assignment-thumbnail-wrapper .edit-assignment-thumbnail-box .edit-assignment-thumbnail-image.image-holder.no-image-available.LessonPlan:before,
.edit-assignment-thumbnail-wrapper .edit-assignment-thumbnail-box .edit-assignment-thumbnail-image.image-holder.no-image-available.TeachersGuide:before {
  content: '';
}
.edit-assignment-thumbnail-wrapper .edit-assignment-thumbnail-box .edit-assignment-thumbnail-image.image-holder.no-image-available.Video,
.edit-assignment-thumbnail-wrapper .edit-assignment-thumbnail-box .edit-assignment-thumbnail-image.image-holder.no-image-available.Animation {
  background: url("../images/new-icon-sprite.png") no-repeat 117px 54px, linear-gradient(#41aae9, #326893) !important;
}
.edit-assignment-thumbnail-wrapper .edit-assignment-thumbnail-box .edit-assignment-thumbnail-image.image-holder.no-image-available.Video:before,
.edit-assignment-thumbnail-wrapper .edit-assignment-thumbnail-box .edit-assignment-thumbnail-image.image-holder.no-image-available.Animation:before {
  content: '';
}
.edit-assignment-thumbnail-wrapper .edit-assignment-thumbnail-box .edit-assignment-thumbnail-image.image-holder.no-image-available.Vocabulary,
.edit-assignment-thumbnail-wrapper .edit-assignment-thumbnail-box .edit-assignment-thumbnail-image.image-holder.no-image-available.VocabularyTerm {
  background: url("../images/new-icon-sprite.png") no-repeat 117px -1464px, linear-gradient(#41aae9, #326893) !important;
}
.edit-assignment-thumbnail-wrapper .edit-assignment-thumbnail-box .edit-assignment-thumbnail-image.image-holder.no-image-available.Vocabulary:before,
.edit-assignment-thumbnail-wrapper .edit-assignment-thumbnail-box .edit-assignment-thumbnail-image.image-holder.no-image-available.VocabularyTerm:before {
  content: '';
}
.edit-assignment-thumbnail-wrapper .edit-assignment-thumbnail-box .edit-assignment-thumbnail-image.image-holder.no-image-available.WebLink {
  background: url("../images/new-icon-sprite.png") no-repeat 120px -894px, linear-gradient(#41aae9, #326893) !important;
}
.edit-assignment-thumbnail-wrapper .edit-assignment-thumbnail-box .edit-assignment-thumbnail-image.image-holder.no-image-available.WebLink:before {
  content: '';
}
.edit-assignment-thumbnail-wrapper .edit-assignment-thumbnail-box .edit-assignment-thumbnail-image.image-holder.no-image-available.Journal,
.edit-assignment-thumbnail-wrapper .edit-assignment-thumbnail-box .edit-assignment-thumbnail-image.image-holder.no-image-available.JournalQuestion {
  background: url("../images/new-icon-sprite.png") no-repeat 117px -133px, linear-gradient(#41aae9, #326893) !important;
}
.edit-assignment-thumbnail-wrapper .edit-assignment-thumbnail-box .edit-assignment-thumbnail-image.image-holder.no-image-available.Journal:before,
.edit-assignment-thumbnail-wrapper .edit-assignment-thumbnail-box .edit-assignment-thumbnail-image.image-holder.no-image-available.JournalQuestion:before {
  content: '';
}
.edit-assignment-thumbnail-wrapper .edit-assignment-thumbnail-box .edit-assignment-thumbnail-image.image-holder.no-image-available.Generic {
  background: url("../images/new-icon-sprite.png") no-repeat 117px -324px, linear-gradient(#41aae9, #326893) !important;
}
.edit-assignment-thumbnail-wrapper .edit-assignment-thumbnail-box .edit-assignment-thumbnail-image.image-holder.no-image-available.Generic:before {
  content: '';
}
.edit-assignment-thumbnail-wrapper .edit-assignment-thumbnail-box .edit-assignment-thumbnail-image.image-holder.no-image-available.Audio {
  background: url("../images/new-icon-sprite.png") no-repeat 120px -1043px, linear-gradient(#41aae9, #326893) !important;
}
.edit-assignment-thumbnail-wrapper .edit-assignment-thumbnail-box .edit-assignment-thumbnail-image.image-holder.no-image-available.Audio:before {
  content: '';
}
.edit-assignment-thumbnail-wrapper .edit-assignment-thumbnail-box .edit-assignment-thumbnail-content .edit-assignment-thumbnail-content-title {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-size: 16px;
  font-weight: 600;
  color: #39a6ed;
}
.edit-assignment-thumbnail-wrapper .edit-assignment-thumbnail-box .edit-assignment-thumbnail-content .edit-assignment-thumbnail-content-title .edit-assignment-thumbnail-content-action {
  margin-left: auto;
  width: auto;
  font-weight: 300;
}
.edit-assignment-thumbnail-wrapper .edit-assignment-thumbnail-box .edit-assignment-thumbnail-content .edit-assignment-thumbnail-content-info {
  font-size: 16px;
  font-weight: 400;
  color: #96a3a4;
  height: 44px;
  overflow: hidden;
}
.ui-menu .ui-state-focus,
.ui-menu .ui-state-active {
  margin: -1px;
  background: #f7f7f7;
  border-left: 1px solid #aaaaaa;
  border-right: 1px solid #aaaaaa;
}
.ui-autocomplete-loading + #advancedSearchProgressBar {
  display: inline-block !important;
}
.ui-widget-content {
  min-width: 200px !important;
}
.teacherAssignmentLoader {
  float: right;
  display: inline-block;
  margin-right: 35px;
}
.teacherAssignmentLoader .loader-wrap.inline {
  margin-top: 0;
}
.extendedAdvancedSearchBlockResults ul.nav-tabs li.active {
  border-bottom: 4px solid #63a5ef;
}
.advance-search-header .form-group.flex-group {
  display: flex;
}
.advance-search-header .form-group .framework-info {
  flex-grow: 1;
  text-align: right;
}
.new-curricula-wrap .curricula-section-wise-sections {
  background: transparent;
  border-width: 0;
  margin: 0 -15px;
  padding: 0;
}
.new-curricula-wrap .curricula-section-wise-sections .featured-gallery-wrap-mod {
  background: #ffffff;
  padding: 15px 0;
  margin-bottom: 15px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.06), 0 2px 5px rgba(0, 0, 0, 0.12);
}
.new-curricula-wrap .curricula-section-wise-sections .curricula-section-list-items {
  box-shadow: 0 2px 3px 0 rgba(166, 175, 177, 0.5);
  border: 1px solid #efefef;
  margin: 0 -30px 10px -30px;
  padding: 0;
  background: #ffffff;
}
.new-curricula-wrap .curricula-section-wise-sections .curricula-section-list-items + .curricula-section-list-items {
  margin: 0 -30px 10px -30px;
  padding: 0;
  border: 1px solid #efefef;
}
.new-curricula-wrap .curricula-section-wise-sections .curricula-section-list-items ul {
  margin-top: 0;
  margin-bottom: 0;
  padding-bottom: 0;
}
.new-curricula-wrap .curricula-section-wise-sections .curricula-section-list-items li p.curricula-resource-description {
  margin-bottom: 0;
  font-size: 15px;
}
.new-curricula-wrap .curricula-section-wise-sections .curricula-section-list-items .section-list-items-wrap .section-item-information {
  margin-top: 10px;
  margin-bottom: 10px;
  padding-right: 10px;
}
.new-curricula-wrap .curricula-section-wise-sections .curricula-section-list-items .section-list-items-wrap .image-wrapper {
  min-width: 256px;
  width: 256px;
  height: 144px;
}
.new-curricula-wrap .curricula-section-wise-sections .curricula-section-list-items .section-list-items-wrap .image-wrapper .image-holder {
  min-width: 258px;
  width: 258px;
  height: 144px;
}
.new-curricula-wrap .curricula-section-wise-sections .curricula-section-list-items h3 {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 10px;
}
.new-curricula-wrap .curricula-section-wise-sections .accordion-section-list-items .curricula-section-list-items {
  background: #f7f7f7;
  margin: 0 -30px;
}
.new-curricula-wrap .curricula-section-wise-sections .accordion-section-list-items .curricula-section-list-items ul {
  margin-top: 10px;
  padding-bottom: 10px;
  margin-bottom: 0;
}
.new-curricula-wrap .section-item-title {
  display: block;
}
.new-curricula-wrap .grey-title {
  color: #96a3a4;
}
.new-curricula-wrap .accordion-section-list-items .curricula-section-list-items {
  border-width: 0;
  margin: 0 -30px;
  padding: 0 10px;
  border-top: 1px solid #cfdae0;
}
.new-curricula-wrap .accordion-section-list-items .curricula-section-list-items.curricula-section-list-items {
  padding: 0 10px;
}
.new-curricula-wrap .accordion-section-list-items .curricula-section-list-items:first-child {
  border-top: 2px solid #cfdae0;
}
.new-curricula-wrap .accordion-section-list-items h3 {
  font-size: 16px;
}
.containsChildAccordion > .list-unstyled {
  cursor: pointer;
}
.containsChildAccordion > .list-unstyled a {
  pointer-events: none;
}
.containsChildAccordion .section-item-information {
  flex-grow: 1;
}
.containsChildAccordion .title-header {
  display: flex;
  justify-content: space-between;
}
.containsChildAccordion .title-header .accordion-arrow-element {
  font-size: 8px;
  align-self: center;
}
.containsChildAccordion.opened .accordion-arrow-element {
  transform: rotateX(180deg);
}
.lesson-plan-details .description-wrap a {
  display: inline-block;
}
.lesson-plan-details .description-action {
  display: none;
  margin-top: 5px;
}
.lesson-plan-details .description-action .action-item {
  display: flex;
  flex-direction: column;
  margin-right: 30px;
  text-align: center;
}
.lesson-plan-details:hover .description-action {
  display: flex;
}
.create-assessment-wrap {
  max-width: 970px;
  margin: 0 auto;
}
.create-assessment-wrap label {
  font-size: 13px;
  font-weight: 400;
  color: #6e767a;
  margin-bottom: 8px;
}
.create-assessment-wrap textarea {
  height: 140px;
}
.create-assessment-wrap .form-group {
  position: relative;
  margin-bottom: 24px;
}
.create-assessment-wrap .form-control {
  border: 1px solid #9cacc1;
}
.create-assessment-wrap input[type="radio"]:checked + label {
  font-weight: bold;
}
.create-assessment-wrap .radio-inline,
.create-assessment-wrap .checkbox-inline {
  padding-left: 0px;
}
.create-assessment-wrap .radio-inline label,
.create-assessment-wrap .checkbox-inline label {
  padding-left: 32px;
  color: #6e767a;
  margin-bottom: 0;
}
.create-assessment-wrap .btn-group > .btn {
  min-height: 32px;
  min-width: 40px;
}
.create-assessment-wrap .bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn) {
  width: 100%;
}
.create-assessment-wrap .bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn) > .btn {
  border-radius: 0;
}
.create-assessment-wrap .upload-image-helper-text {
  margin-top: 8px;
}
.create-assessment-wrap .btn-group-fixed-footer:before {
  box-shadow: none;
  border-top: 1px solid #dbe4e8;
}
.create-assessment-wrap .btn-group-fixed-footer .form-group {
  margin-bottom: 0;
}
.create-assessment-wrap .close {
  font-size: 14px;
  position: absolute;
  right: 15px;
  top: 16px;
}
.create-assessment-wrap .mCSB_scrollTools {
  top: 30px;
}
.create-assessment-wrap .mCSB_outside + .mCSB_scrollTools {
  right: 30px;
}
.create-assessment-wrap .mCS-light-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.create-assessment-wrap .mCS-dark-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #e3e3e3;
}
.create-assessment-wrap .mCS-light-thick.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #e3e3e3;
}
.create-assessment-wrap .mCS-light-thick.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.create-assessment-wrap .mCS-light-thick.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background-color: #e3e3e3;
}
.create-assessment-wrap .mCS-light-thick.mCSB_scrollTools .mCSB_draggerRail,
.create-assessment-wrap .mCS-dark-thick.mCSB_scrollTools .mCSB_draggerRail {
  background-color: transparent;
}
.add-assessment-title {
  padding-left: 64px;
  padding-right: 74px;
}
.assessment-header {
  position: relative;
  border-bottom: 1px solid #dbe4eb;
  padding-bottom: 24px;
  display: flex;
  justify-content: flex-end;
}
.assessment-header .btn-group .btn:last-child {
  margin-left: 24px;
}
.assessment-questions-title {
  font-size: 13px;
  color: rgba(136, 148, 163, 0.4);
  text-transform: uppercase;
  margin-left: 30px;
}
.assessment-question {
  position: relative;
  padding-top: 24px;
}
.assessment-question textarea {
  height: 76px;
}
.assessment-question.padding-mod {
  padding-top: 16px;
}
.white-background {
  background-color: #ffffff;
}
.block-label {
  display: block;
}
.upload-image-box {
  background: #f6f8fa;
  border: 1px solid #9cacc1;
  border-radius: 2px;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
.upload-image-box .upload-image-content {
  display: flex;
  justify-content: center;
}
.upload-image-box .upload-image {
  font-size: 18px;
  margin-right: 16px;
}
.upload-image-box .upload-image-text {
  font-size: 15px;
  color: #39a6ed;
}
.upload-image-box.textarea-height {
  height: 76px;
}
.upload-image-box.input-height {
  height: 44px;
}
.upload-image-helper-text {
  font-size: 10px;
  color: #6e767a;
}
.multiple-choice-question .radio-inline,
.multiple-choice-question .checkbox-inline {
  margin-top: 13px;
}
.multiple-choice-question .form-control {
  margin-bottom: 16px;
}
.input-suggestion-text {
  font-size: 13px;
  color: #6e767a;
  position: absolute;
  right: 0;
  top: 0;
}
.search-bar {
  margin-bottom: 8px;
}
.search-bar .search-icon {
  color: #58616b;
}
.search-bar .input-group-addon {
  border-radius: 2px;
  background: #ffffff;
  border: 1px solid #9cacc1;
}
.search-bar .left-addon {
  border-right: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.search-bar .right-addon {
  border-left: 0;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  background: #7fda90;
  cursor: pointer;
}
.search-bar .right-addon a {
  color: #ffffff;
}
.search-bar .form-control {
  border-left: 0;
}
.search-filters {
  margin-bottom: 8px;
}
.search-filters .middle-filter .btn {
  border-left: 0;
  border-right: 0;
}
.assessment-question-list {
  list-style: none;
  display: block;
  padding: 0;
}
.assessment-question-list .assessment-question-list-item {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  align-items: center;
  padding: 16px 8px 16px 24px;
  border-top: 1px solid rgba(219, 228, 232, 0.4);
  cursor: pointer;
}
.assessment-question-list .assessment-question-list-item:first-child {
  border-top: 1px solid #dbe4e8;
}
.assessment-question-list .assessment-question-list-item:hover .action-item {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
}
.assessment-question-list .question-number {
  min-width: 44px;
  height: 44px;
  border-radius: 2px;
  border: 1px solid rgba(116, 182, 242, 0.5);
  font-size: 14px;
  color: #b3bbbe;
  line-height: 44px;
  text-align: center;
  margin-right: 18px;
}
.assessment-question-list .question {
  font-size: 15px;
  color: #6e767a;
  max-width: 420px;
}
.assessment-question-list .action-item {
  display: none;
  justify-content: flex-end;
  flex-grow: 1;
}
.assessment-question-list .action-item a {
  color: #848b93;
}
.assessment-question-list .action-item .edit-question {
  margin-right: 44px;
}
.assessment-question-list input[type="checkbox"]:checked ~ .question-number,
.assessment-question-list input[type="checkbox"]:checked ~ .question {
  font-weight: bold;
}
.assessment-question-list input[type="checkbox"]:checked + label {
  margin-right: 18px;
}
.created-questions-list .created-question,
.existing-questions-list .created-question,
.created-questions-list .existing-question,
.existing-questions-list .existing-question {
  padding-left: 0;
  padding-right: 0;
  margin: 0 30px;
}
.created-questions-list .created-question:first-child,
.existing-questions-list .created-question:first-child,
.created-questions-list .existing-question:first-child,
.existing-questions-list .existing-question:first-child {
  border: none;
}
.created-questions-list .question,
.existing-questions-list .question {
  max-width: 520px;
}
.created-questions-list {
  border-bottom: 1px solid #dbe4e8;
  margin-bottom: 16px;
}
.margin-bottom-for-footer {
  margin-bottom: 75px;
}
.review-assessments {
  margin-top: 28px;
}
.review-box {
  margin-bottom: 80px;
}
.review-box .review-image {
  display: inline-block;
  vertical-align: top;
  font-size: 20px;
  width: 20px;
  height: 24px;
  color: #96a3a4;
  margin-right: 24px;
}
.review-box .review-content {
  display: inline-block;
}
.review-box .review-title {
  font-size: 15px;
  color: #6e767a;
}
.review-box .review-sub-heading {
  font-size: 12px;
  color: #6e767a;
  margin-bottom: 16px;
}
.curricula-objective-wrap .curricula-objective-heading-mod p {
  font-size: 18px;
  color: #58616b;
}
.resource-redirect-wrapper {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  margin-bottom: 10px;
}
.resource-redirect-wrapper .download-pdf {
  display: inline-block;
  margin-left: 10px;
}
.resource-redirect-wrapper .download-pdf span {
  margin-right: 5px;
}
.resource-redirect-wrapper .redirect-button {
  min-width: 184px;
}
.mb-10 {
  margin-bottom: 10px;
}
.mt-30 {
  margin-top: 30px;
}
.new-curricula-wrap .curricula-section-wise-sections .curricula-section-list-items.margin-fix {
  margin: 0 0 15px 0;
}
.black {
  font-size: 16px !important;
  color: #58616b !important;
}
.curricula-section-list-items .list-unstyled .section-list-items-wrap p {
  font-size: 16px;
  color: #58616b;
}
.new-curricula-wrap .accordion-section-list-items .curricula-section-list-items.curricula-section-list-items-mod {
  background: #fff;
  padding: 0 30px;
  border-top: 1px solid #cfdae0;
}
.curricula-banner-image {
  width: 100%;
  max-height: 300px;
}
.shadowed-box-top {
  box-shadow: inset 0 5px 10px -5px rgba(0, 0, 0, 0.06), inset 0 5px 10px -5px rgba(0, 0, 0, 0.12);
}
.game-assignment-wrap .shadowed-box-top,
.assignment-detail-wrapper .shadowed-box-top {
  padding-top: 15px;
}
.assignment-detail-wrapper .shadowed-box-top {
  margin-top: 30px;
}
.redirect-button.btn {
  min-width: auto;
  font-size: 14px;
  padding: 3px 5px;
  min-height: auto;
  background: #39a6ed;
  border-color: #39a6ed;
}
.resource-redirect-wrapper {
  position: absolute;
  top: -20px;
  right: -5px;
}
.curricula-objective-wrap .curricula-objective-heading-mod p.p-0,
.curricula-objective-wrap .curricula-objective-heading.p-0 {
  padding: 0;
}
.curricula-objective-wrap .curricula-objective-heading-mod p.m-0 {
  margin: 0;
}
.width-mod .jason-global-search {
  width: 300px;
}
.curricula-objective-wrap .above-banner-text {
  position: relative;
  top: -80px;
  margin: auto 20px;
  margin-bottom: -90px;
  padding: 5px;
  background: #ffffff;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.06), 0 2px 5px rgba(0, 0, 0, 0.12);
}
.curricula-objective-wrap .above-banner-text p {
  padding: 0;
  margin: 0;
  padding: 10px;
}
.horizontal-wrapper {
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
}
.horizontal-cards {
  margin-left: 15px;
  padding: 0;
}
.horizontal-cards .thumbnail {
  padding: 0;
  border: 1px solid #cfdae0;
  width: 250px;
  min-height: 320px;
  margin-bottom: 0;
}
.horizontal-cards .caption {
  color: #373b41;
  font-size: 16px;
}
.featured-gallery-wrap-mod .image-wrapper {
  border-radius: 0;
  border: none;
  box-shadow: none;
}
.featured-gallery-wrap-mod .gallery-item-info a {
  color: #58616b;
  outline: none;
}
.new-curricullum-resource-header {
  text-align: center;
  font-weight: 500;
}
.new-curricullum-resource-list {
  position: relative;
  margin-left: 0;
  margin-right: 0;
}
.new-curricullum-resource-list .slick-list {
  margin: 0 60px;
}
.new-curricullum-resource-list .slick-arrow {
  display: block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
  height: 30px;
  width: 30px;
  border-radius: 50%;
  text-align: center;
  line-height: 30px;
  border: 1px solid;
  font-size: 30px;
  color: #39a6ed;
}
.new-curricullum-resource-list .slick-arrow.previous-slide {
  left: 15px;
}
.new-curricullum-resource-list .slick-arrow.next-slide {
  right: 15px;
  transform: translateY(-50%) rotate(180deg);
}
.new-curricullum-resource-list .slick-slide {
  outline: none;
}
.new-curriculum-tabs-container {
    /*height: 650px;*/
    border-radius: 2px 2px 0 0;
    background-color: #F2F5F8;
    padding: 0;
    margin: 0 30px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.06), 0 2px 5px rgba(0, 0, 0, 0.12);
}
.new-curriculum-custom-tabs.ui-tabs-nav {
  list-style: none;
  margin: 0;
  padding: 0;
  display: inline-block;
  float: left;
  width: 250px;
  height: 100%;
  padding: 20px 0 10px 25px;
}
.new-curriculum-custom-tabs li {
  white-space: normal;
  padding: 12px 0 12px 12px;
  margin: 20px 0;
  border-radius: 6px 0 0 6px;
  position: relative;
}
.new-curriculum-custom-tabs li.ui-state-active {
  position: relative;
  background: #ffffff;
  border-right: 4px solid #39a6ed;
}
.new-curriculum-custom-tabs li.ui-state-active:after,
.new-curriculum-custom-tabs li.ui-state-active:before {
  left: 100%;
  top: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}
.new-curriculum-custom-tabs li.ui-state-active:before {
  border-color: rgba(0, 0, 0, 0);
  border-left-color: #;
  border-width: 13px;
  margin-top: -13px;
}
.new-curriculum-custom-tabs li.ui-state-active:after {
  border-color: rgba(57, 166, 237, 0);
  border-left-color: #39a6ed;
  border-width: 10px;
  margin-top: -10px;
}
.new-curriculum-custom-tabs li.ui-state-active .main-text {
  color: #656C74;
}
.new-curriculum-custom-tabs li.ui-state-active .sub-text {
  color: #39a6ed;
  font-weight: 600;
  white-space: normal;
}
.new-curriculum-custom-tabs li a {
  outline: none;
  text-decoration: none;
}
.new-curriculum-custom-tabs .main-text {
  color: #BCC5C8;
  line-height: 18px;
  font-size: 12px;
}
.new-curriculum-custom-tabs .sub-text {
  font-size: 14px;
  line-height: 18px;
  color: #656C74;
  white-space: normal;
}
.new-curriculum-custom-tab-content {
    height: 100%;
    width: calc(100% - 275px);
    float: right;
    padding: 30px 25px;
    background-color: #FAFAFA;
    border-radius: 6px;
    box-shadow: 0 4px 6px 0 rgba(202, 202, 202, 0.5);
    overflow: auto;
}
.new-curriculum-resource-description {
  margin: -30px -25px 0 -25px;
  padding: 30px 25px;
  padding-bottom: 15px;
  border-radius: 6px;
  line-height: 19px;
  font-size: 15px;
}
.new-curriculum-resources-container {
  padding: 0px 0;
}
.new-curriculum-heading {
  color: #373b41;
  font-size: 16px;
  line-height: 20px;
  text-align: center;
  margin-bottom: 25px;
}
.new-curriculum-resource-list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.new-curriculum-resource {
  display: flex;
  border: 1px solid #EFEFEF;
  border-radius: 2px;
  padding-bottom: 0;
  background-color: #ffffff;
  box-shadow: 0 2px 3px 0 rgba(166, 175, 177, 0.5);
  margin-bottom: 15px;
}
.new-curriculum-resource .image-holder {
  min-width: 160px;
  width: 160px;
  height: 90px;
  background-repeat: no-repeat;
  background-size: cover;
}
.new-curriculum-resource .resource-detail {
  padding: 10px;
  padding-bottom: 4px;
}
.new-curriculum-resource .title-prefix {
  color: #373b41;
  font-size: 12px;
  line-height: 15px;
  margin-bottom: 5px;
}
.new-curriculum-resource .title {
  color: #373b41;
  font-weight: bold;
  line-height: 18px;
  margin-bottom: 5px;
}
.new-curriculum-resource .description {
  color: #656C74;
  font-size: 12px;
  line-height: 15px;
}
.new-curriculum-tabs-container .ui-state-active {
  border: none;
}
.new-curriculum-tabs-container .ui-state-default {
  border: 0;
  background: none;
}
.new-curriculum-tabs-container.ui-widget-content {
  min-width: 0;
  border: none;
  background: #fff;
}
.new-curriculum-tabs-container .ui-widget-header {
  border: none;
  background: none;
}
.new-curriculum-tabs-container.ui-tabs .ui-tabs-nav li {
  margin: 20px 0;
  float: none;
  padding: 12px 0 12px 12px;
}
.new-curriculum-tabs-container.ui-tabs .ui-tabs-nav .ui-tabs-anchor {
  padding: 0;
  float: none;
}
.new-curriculum-tabs-container.ui-tabs .ui-tabs-panel {
  padding: 0;
}
.ui-widget-content .ui-state-active {
  border: none;
}
.ui-widget-content .ui-state-default {
  border: 0;
  background: none;
}
.ui-widget-header .ui-state-active {
  border: none;
}
.ui-widget-header .ui-state-default {
  border: 0;
  background: none;
}
.new-curriculum-tabs-container .new-curriculum-resources-container .new-curriculum-resource {
  padding-bottom: 0;
}
.transparent-background {
  background: transparent;
}
.no-box-shadow {
  box-shadow: none;
}
.curricula-section-list-items.big-image-mod .no-image-available {
  background-image: none !important;
  background-color: #b07df2;
  position: relative;
  /*web links*/
}
.curricula-section-list-items.big-image-mod .no-image-available:before {
  content: attr(data-initials);
  position: absolute;
  font-size: 32px;
  color: rgba(255, 255, 255, 0.7);
  text-align: center;
  width: 100%;
  height: 100%;
  line-height: 90px;
}
.curricula-section-list-items.big-image-mod .no-image-available.Assessment,
.curricula-section-list-items.big-image-mod .no-image-available.AssessmentQuestion {
  background: url("../images/new-icon-sprite.png") no-repeat 92px -1864px, linear-gradient(#41aae9, #326893) !important;
}
.curricula-section-list-items.big-image-mod .no-image-available.Assessment:before,
.curricula-section-list-items.big-image-mod .no-image-available.AssessmentQuestion:before {
  content: '';
}
.curricula-section-list-items.big-image-mod .no-image-available.Curriculam,
.curricula-section-list-items.big-image-mod .no-image-available.CurriculamSection {
  background: url("../images/new-icon-sprite.png") no-repeat 89px -538px, linear-gradient(#41aae9, #326893) !important;
}
.curricula-section-list-items.big-image-mod .no-image-available.Curriculam:before,
.curricula-section-list-items.big-image-mod .no-image-available.CurriculamSection:before {
  content: '';
}
.curricula-section-list-items.big-image-mod .no-image-available.laboratory,
.curricula-section-list-items.big-image-mod .no-image-available.Laboratory,
.curricula-section-list-items.big-image-mod .no-image-available.fieldassignment,
.curricula-section-list-items.big-image-mod .no-image-available.FieldAssignment,
.curricula-section-list-items.big-image-mod .no-image-available.Activity {
  background: url("../images/new-icon-sprite.png") no-repeat 84px -1676px, linear-gradient(#41aae9, #326893) !important;
}
.curricula-section-list-items.big-image-mod .no-image-available.laboratory:before,
.curricula-section-list-items.big-image-mod .no-image-available.Laboratory:before,
.curricula-section-list-items.big-image-mod .no-image-available.fieldassignment:before,
.curricula-section-list-items.big-image-mod .no-image-available.FieldAssignment:before,
.curricula-section-list-items.big-image-mod .no-image-available.Activity:before {
  content: '';
}
.curricula-section-list-items.big-image-mod .no-image-available.Article,
.curricula-section-list-items.big-image-mod .no-image-available.Article,
.curricula-section-list-items.big-image-mod .no-image-available.InterDisciplinary,
.curricula-section-list-items.big-image-mod .no-image-available.SupportingMaterial,
.curricula-section-list-items.big-image-mod .no-image-available.InterdisciplinaryConnection,
.curricula-section-list-items.big-image-mod .no-image-available.Tool {
  background: url("../images/new-icon-sprite.png") no-repeat 85px -1106px, linear-gradient(#41aae9, #326893) !important;
}
.curricula-section-list-items.big-image-mod .no-image-available.Article:before,
.curricula-section-list-items.big-image-mod .no-image-available.Article:before,
.curricula-section-list-items.big-image-mod .no-image-available.InterDisciplinary:before,
.curricula-section-list-items.big-image-mod .no-image-available.SupportingMaterial:before,
.curricula-section-list-items.big-image-mod .no-image-available.InterdisciplinaryConnection:before,
.curricula-section-list-items.big-image-mod .no-image-available.Tool:before {
  content: '';
}
.curricula-section-list-items.big-image-mod .no-image-available.video,
.curricula-section-list-items.big-image-mod .no-image-available.game,
.curricula-section-list-items.big-image-mod .no-image-available.animation,
.curricula-section-list-items.big-image-mod .no-image-available.Video,
.curricula-section-list-items.big-image-mod .no-image-available.Game,
.curricula-section-list-items.big-image-mod .no-image-available.Animation {
  background: url("../images/new-icon-sprite.png") no-repeat 83px -26px, linear-gradient(#41aae9, #326893) !important;
}
.curricula-section-list-items.big-image-mod .no-image-available.video:before,
.curricula-section-list-items.big-image-mod .no-image-available.game:before,
.curricula-section-list-items.big-image-mod .no-image-available.animation:before,
.curricula-section-list-items.big-image-mod .no-image-available.Video:before,
.curricula-section-list-items.big-image-mod .no-image-available.Game:before,
.curricula-section-list-items.big-image-mod .no-image-available.Animation:before {
  content: '';
}
.curricula-section-list-items.big-image-mod .no-image-available.gallery,
.curricula-section-list-items.big-image-mod .no-image-available.Gallery,
.curricula-section-list-items.big-image-mod .no-image-available.Diagram,
.curricula-section-list-items.big-image-mod .no-image-available.Photo {
  background: url("../images/new-icon-sprite.png") no-repeat 85px -1295px, linear-gradient(#41aae9, #326893) !important;
}
.curricula-section-list-items.big-image-mod .no-image-available.gallery:before,
.curricula-section-list-items.big-image-mod .no-image-available.Gallery:before,
.curricula-section-list-items.big-image-mod .no-image-available.Diagram:before,
.curricula-section-list-items.big-image-mod .no-image-available.Photo:before {
  content: '';
}
.curricula-section-list-items.big-image-mod .no-image-available.Vocabulary {
  background: url("../images/new-icon-sprite.png") no-repeat 86px -1485px, linear-gradient(#41aae9, #326893) !important;
}
.curricula-section-list-items.big-image-mod .no-image-available.Vocabulary:before {
  content: '';
}
.curricula-section-list-items.big-image-mod .no-image-available.WebLink {
  background: url("../images/new-icon-sprite.png") no-repeat 89px -918px, linear-gradient(#41aae9, #326893) !important;
}
.curricula-section-list-items.big-image-mod .no-image-available.WebLink:before {
  content: '';
}
.curricula-section-list-items.big-image-mod .no-image-available.Journal,
.curricula-section-list-items.big-image-mod .no-image-available.JournalQuestion {
  background: url("../images/new-icon-sprite.png") no-repeat 82px -161px, linear-gradient(#41aae9, #326893) !important;
}
.curricula-section-list-items.big-image-mod .no-image-available.Journal:before,
.curricula-section-list-items.big-image-mod .no-image-available.JournalQuestion:before {
  content: '';
}
.curricula-section-list-items.big-image-mod .no-image-available.LessonPlan,
.curricula-section-list-items.big-image-mod .no-image-available.TeachersGuide {
  background: url("../images/new-icon-sprite.png") no-repeat 82px -729px, linear-gradient(#41aae9, #326893) !important;
}
.curricula-section-list-items.big-image-mod .no-image-available.LessonPlan:before,
.curricula-section-list-items.big-image-mod .no-image-available.TeachersGuide:before {
  content: '';
}
.curricula-section-list-items.big-image-mod .no-image-available.Generic,
.curricula-section-list-items.big-image-mod .no-image-available.FastFact,
.curricula-section-list-items.big-image-mod .no-image-available.TechnologyTool {
  background: url("../images/new-icon-sprite.png") no-repeat 88px -349px, linear-gradient(#41aae9, #326893) !important;
}
.curricula-section-list-items.big-image-mod .no-image-available.Generic:before,
.curricula-section-list-items.big-image-mod .no-image-available.FastFact:before,
.curricula-section-list-items.big-image-mod .no-image-available.TechnologyTool:before {
  content: '';
}
.new-curricula-objective-wrap {
  padding: 30px 30px 15px 30px;
}
.sub-accordion-curricula .curricula-section-wise-sections.new-curriculum-introduction-conclusion {
    padding-top: 10px;
    margin-top: 20px;
    background: #fff;
    border-radius: 4px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.06), 0 2px 5px rgba(0, 0, 0, 0.12);
}

.resource-metaelement-label {
    font-weight: bold;
}

.attribution-container {
    margin-top: 10px;
}

.resource-element-attributionsource {
    margin-bottom: 5px;
}

.resource-element-attributiontext {
    margin-bottom: 10px;
}

select.bs-select-hidden,select.selectpicker{display:none!important}.bootstrap-select{width:220px \0}.bootstrap-select>.dropdown-toggle{width:100%;z-index:1;padding:10px 35px 10px 16px}.bootstrap-select>select{position:absolute!important;bottom:0;left:50%;display:block!important;width:.5px!important;height:100%!important;padding:0!important;opacity:0!important;border:none}.bootstrap-select>select.mobile-device{top:0;left:0;display:block!important;width:100%!important;z-index:2}.error .bootstrap-select .dropdown-toggle,.has-error .bootstrap-select .dropdown-toggle{border-color:#b94a48}.bootstrap-select.fit-width{width:auto!important}.bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn){width:220px}.bootstrap-select .dropdown-toggle:focus{outline:0}.bootstrap-select.select-transparent{width:auto!important;min-width:200px}.bootstrap-select.select-transparent .btn-default:focus{box-shadow:none}.bootstrap-select.form-control{margin-bottom:0;padding:0;border:none}.bootstrap-select.form-control:not([class*=col-]){width:100%}.bootstrap-select.form-control.input-group-btn{z-index:auto}.bootstrap-select.btn-group:not(.input-group-btn),.bootstrap-select.btn-group[class*=col-]{float:none;display:inline-block;margin-left:0}.bootstrap-select.btn-group.dropdown-menu-right,.bootstrap-select.btn-group[class*=col-].dropdown-menu-right,.row .bootstrap-select.btn-group[class*=col-].dropdown-menu-right{float:right}.form-group .bootstrap-select.btn-group,.form-horizontal .bootstrap-select.btn-group,.form-inline .bootstrap-select.btn-group{margin-bottom:0}.form-group-lg .bootstrap-select.btn-group.form-control,.form-group-sm .bootstrap-select.btn-group.form-control{padding:0}.form-inline .bootstrap-select.btn-group .form-control{width:100%}.bootstrap-select.btn-group.disabled,.bootstrap-select.btn-group>.disabled{cursor:not-allowed}.bootstrap-select.btn-group.disabled:focus,.bootstrap-select.btn-group>.disabled:focus{outline:0!important}.bootstrap-select.btn-group.bs-container{position:absolute}.bootstrap-select.btn-group.bs-container .dropdown-menu{z-index:1060}.bootstrap-select.btn-group .dropdown-toggle .filter-option{display:inline-block;overflow:hidden;width:100%;text-align:left;text-overflow:ellipsis;white-space:nowrap;padding-right:20px}.bootstrap-select.btn-group .dropdown-toggle .caret{position:absolute;top:50%;right:12px;margin-top:-3px;vertical-align:middle;border:0;width:18px;height:10px}.bootstrap-select.btn-group[class*=col-] .dropdown-toggle{width:100%}.bootstrap-select.btn-group .dropdown-menu{min-width:100%;box-sizing:border-box;margin-top:0;left:-2px}.bootstrap-select.btn-group .dropdown-menu.inner{position:static;float:none;border:0;padding:0;margin:0;border-radius:0;box-shadow:none}.bootstrap-select.btn-group .dropdown-menu li{position:relative}.bootstrap-select.btn-group .dropdown-menu li.active small{color:#fff}.bootstrap-select.btn-group .dropdown-menu li.disabled a{cursor:not-allowed}.bootstrap-select.btn-group .dropdown-menu li a{cursor:pointer;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;white-space:initial}.bootstrap-select.btn-group .dropdown-menu li a.opt{position:relative;padding-left:2.25em}.bootstrap-select.btn-group .dropdown-menu li a span.check-mark{display:none}.bootstrap-select.btn-group .dropdown-menu li a span.text{display:inline-block;white-space:normal;word-break:break-all}.bootstrap-select.btn-group .dropdown-menu li small{padding-left:.5em}.bootstrap-select.btn-group .dropdown-menu .notify{position:absolute;bottom:5px;width:96%;margin:0 2%;min-height:26px;padding:3px 5px;background:#f5f5f5;border:1px solid #e3e3e3;box-shadow:inset 0 1px 1px rgba(0,0,0,.05);pointer-events:none;opacity:.9;box-sizing:border-box}.bootstrap-select.btn-group .no-results{padding:3px;background:#f5f5f5;margin:0 5px;white-space:nowrap}.bootstrap-select.btn-group.fit-width .dropdown-toggle .filter-option{position:static}.bootstrap-select.btn-group.fit-width .dropdown-toggle .caret{position:static;top:auto;margin-top:-1px}.bootstrap-select.btn-group.show-tick .dropdown-menu li.selected a span.check-mark{position:absolute;display:inline-block;right:15px;margin-top:5px}.bootstrap-select.btn-group.show-tick .dropdown-menu li a span.text{margin-right:34px}.bootstrap-select.show-menu-arrow.open>.dropdown-toggle{z-index:1061}.bootstrap-select.show-menu-arrow .dropdown-toggle:before{content:'';border-left:7px solid transparent;border-right:7px solid transparent;border-bottom:7px solid rgba(204,204,204,.2);position:absolute;bottom:-4px;left:9px;display:none}.bootstrap-select.show-menu-arrow .dropdown-toggle:after{content:'';border-left:6px solid transparent;border-right:6px solid transparent;border-bottom:6px solid #fff;position:absolute;bottom:-4px;left:10px;display:none}.bootstrap-select.show-menu-arrow.dropup .dropdown-toggle:before{bottom:auto;top:-3px;border-top:7px solid rgba(204,204,204,.2);border-bottom:0}.bootstrap-select.show-menu-arrow.dropup .dropdown-toggle:after{bottom:auto;top:-3px;border-top:6px solid #fff;border-bottom:0}.bootstrap-select.show-menu-arrow.pull-right .dropdown-toggle:before{right:12px;left:auto}.bootstrap-select.show-menu-arrow.pull-right .dropdown-toggle:after{right:13px;left:auto}.bootstrap-select.show-menu-arrow.open>.dropdown-toggle:after,.bootstrap-select.show-menu-arrow.open>.dropdown-toggle:before{display:block}.bs-actionsbox,.bs-donebutton,.bs-searchbox{padding:4px 8px}.bs-actionsbox{width:100%;box-sizing:border-box}.bs-actionsbox .btn-group button{width:50%}.bs-donebutton{float:left;width:100%;box-sizing:border-box}.bs-donebutton .btn-group button{width:100%}.bs-searchbox+.bs-actionsbox{padding:0 8px 4px}.bs-searchbox .form-control{margin-bottom:0;width:100%;float:none}
/*
== malihu jquery custom scrollbar plugin ==
Plugin URI: http://manos.malihu.gr/jquery-custom-content-scroller
*/



/*
CONTENTS: 
	1. BASIC STYLE - Plugin's basic/essential CSS properties (normally, should not be edited). 
	2. VERTICAL SCROLLBAR - Positioning and dimensions of vertical scrollbar. 
	3. HORIZONTAL SCROLLBAR - Positioning and dimensions of horizontal scrollbar.
	4. VERTICAL AND HORIZONTAL SCROLLBARS - Positioning and dimensions of 2-axis scrollbars. 
	5. TRANSITIONS - CSS3 transitions for hover events, auto-expanded and auto-hidden scrollbars. 
	6. SCROLLBAR COLORS, OPACITY AND BACKGROUNDS 
		6.1 THEMES - Scrollbar colors, opacity, dimensions, backgrounds etc. via ready-to-use themes.
*/



/* 
------------------------------------------------------------------------------------------------------------------------
1. BASIC STYLE  
------------------------------------------------------------------------------------------------------------------------
*/

	.mCustomScrollbar{ -ms-touch-action: pinch-zoom; touch-action: pinch-zoom; /* direct pointer events to js */ }
	.mCustomScrollbar.mCS_no_scrollbar, .mCustomScrollbar.mCS_touch_action{ -ms-touch-action: auto; touch-action: auto; }
	
	.mCustomScrollBox{ /* contains plugin's markup */
		position: relative;
		overflow: hidden;
		height: 100%;
		max-width: 100%;
		outline: none;
		direction: ltr;
	}

	.mCSB_container{ /* contains the original content */
		overflow: hidden;
		width: auto;
		height: auto;
	}



/* 
------------------------------------------------------------------------------------------------------------------------
2. VERTICAL SCROLLBAR 
y-axis
------------------------------------------------------------------------------------------------------------------------
*/

	.mCSB_inside > .mCSB_container{ margin-right: 30px; }

	.mCSB_container.mCS_no_scrollbar_y.mCS_y_hidden{ margin-right: 0; } /* non-visible scrollbar */
	
	.mCS-dir-rtl > .mCSB_inside > .mCSB_container{ /* RTL direction/left-side scrollbar */
		margin-right: 0;
		margin-left: 30px;
	}
	
	.mCS-dir-rtl > .mCSB_inside > .mCSB_container.mCS_no_scrollbar_y.mCS_y_hidden{ margin-left: 0; } /* RTL direction/left-side scrollbar */

	.mCSB_scrollTools{ /* contains scrollbar markup (draggable element, dragger rail, buttons etc.) */
		position: absolute;
		width: 16px;
		height: auto;
		left: auto;
		top: 0;
		right: 0;
		bottom: 0;
	}

	.mCSB_outside + .mCSB_scrollTools{ right: -26px; } /* scrollbar position: outside */
	
	.mCS-dir-rtl > .mCSB_inside > .mCSB_scrollTools, 
	.mCS-dir-rtl > .mCSB_outside + .mCSB_scrollTools{ /* RTL direction/left-side scrollbar */
		right: auto;
		left: 0;
	}
	
	.mCS-dir-rtl > .mCSB_outside + .mCSB_scrollTools{ left: -26px; } /* RTL direction/left-side scrollbar (scrollbar position: outside) */

	.mCSB_scrollTools .mCSB_draggerContainer{ /* contains the draggable element and dragger rail markup */
		position: absolute;
		top: 0;
		left: 0;
		bottom: 0;
		right: 0; 
		height: auto;
	}

	.mCSB_scrollTools a + .mCSB_draggerContainer{ margin: 20px 0; }

	.mCSB_scrollTools .mCSB_draggerRail{
		width: 2px;
		height: 100%;
		margin: 0 auto;
		-webkit-border-radius: 16px; -moz-border-radius: 16px; border-radius: 16px;
	}

	.mCSB_scrollTools .mCSB_dragger{ /* the draggable element */
		cursor: pointer;
		width: 100%;
		height: 30px; /* minimum dragger height */
		z-index: 1;
	}

	.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{ /* the dragger element */
		position: relative;
		width: 4px;
		height: 100%;
		margin: 0 auto;
		-webkit-border-radius: 16px; -moz-border-radius: 16px; border-radius: 16px;
		text-align: center;
	}
	
	.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar, 
	.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar{ width: 12px; /* auto-expanded scrollbar */ }
	
	.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail, 
	.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail{ width: 8px; /* auto-expanded scrollbar */ }

	.mCSB_scrollTools .mCSB_buttonUp,
	.mCSB_scrollTools .mCSB_buttonDown{
		display: block;
		position: absolute;
		height: 20px;
		width: 100%;
		overflow: hidden;
		margin: 0 auto;
		cursor: pointer;
	}

	.mCSB_scrollTools .mCSB_buttonDown{ bottom: 0; }



/* 
------------------------------------------------------------------------------------------------------------------------
3. HORIZONTAL SCROLLBAR 
x-axis
------------------------------------------------------------------------------------------------------------------------
*/

	.mCSB_horizontal.mCSB_inside > .mCSB_container{
		margin-right: 0;
		margin-bottom: 30px;
	}
	
	.mCSB_horizontal.mCSB_outside > .mCSB_container{ min-height: 100%; }

	.mCSB_horizontal > .mCSB_container.mCS_no_scrollbar_x.mCS_x_hidden{ margin-bottom: 0; } /* non-visible scrollbar */

	.mCSB_scrollTools.mCSB_scrollTools_horizontal{
		width: auto;
		height: 16px;
		top: auto;
		right: 0;
		bottom: 0;
		left: 0;
	}

	.mCustomScrollBox + .mCSB_scrollTools.mCSB_scrollTools_horizontal,
	.mCustomScrollBox + .mCSB_scrollTools + .mCSB_scrollTools.mCSB_scrollTools_horizontal{ bottom: -26px; } /* scrollbar position: outside */

	.mCSB_scrollTools.mCSB_scrollTools_horizontal a + .mCSB_draggerContainer{ margin: 0 20px; }

	.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_draggerRail{
		width: 100%;
		height: 2px;
		margin: 7px 0;
	}

	.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_dragger{
		width: 30px; /* minimum dragger width */
		height: 100%;
		left: 0;
	}

	.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar{
		width: 100%;
		height: 4px;
		margin: 6px auto;
	}
	
	.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar, 
	.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar{
		height: 12px; /* auto-expanded scrollbar */
		margin: 2px auto;
	}
	
	.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail, 
	.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail{
		height: 8px; /* auto-expanded scrollbar */
		margin: 4px 0;
	}

	.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_buttonLeft,
	.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_buttonRight{
		display: block;
		position: absolute;
		width: 20px;
		height: 100%;
		overflow: hidden;
		margin: 0 auto;
		cursor: pointer;
	}
	
	.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_buttonLeft{ left: 0; }

	.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_buttonRight{ right: 0; }



/* 
------------------------------------------------------------------------------------------------------------------------
4. VERTICAL AND HORIZONTAL SCROLLBARS 
yx-axis 
------------------------------------------------------------------------------------------------------------------------
*/

	.mCSB_container_wrapper{
		position: absolute;
		height: auto;
		width: auto;
		overflow: hidden;
		top: 0;
		left: 0;
		right: 0;
		bottom: 0;
		margin-right: 30px;
		margin-bottom: 30px;
	}
	
	.mCSB_container_wrapper > .mCSB_container{
		padding-right: 30px;
		padding-bottom: 30px;
		-webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;
	}
	
	.mCSB_vertical_horizontal > .mCSB_scrollTools.mCSB_scrollTools_vertical{ bottom: 20px; }
	
	.mCSB_vertical_horizontal > .mCSB_scrollTools.mCSB_scrollTools_horizontal{ right: 20px; }
	
	/* non-visible horizontal scrollbar */
	.mCSB_container_wrapper.mCS_no_scrollbar_x.mCS_x_hidden + .mCSB_scrollTools.mCSB_scrollTools_vertical{ bottom: 0; }
	
	/* non-visible vertical scrollbar/RTL direction/left-side scrollbar */
	.mCSB_container_wrapper.mCS_no_scrollbar_y.mCS_y_hidden + .mCSB_scrollTools ~ .mCSB_scrollTools.mCSB_scrollTools_horizontal, 
	.mCS-dir-rtl > .mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside > .mCSB_scrollTools.mCSB_scrollTools_horizontal{ right: 0; }
	
	/* RTL direction/left-side scrollbar */
	.mCS-dir-rtl > .mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside > .mCSB_scrollTools.mCSB_scrollTools_horizontal{ left: 20px; }
	
	/* non-visible scrollbar/RTL direction/left-side scrollbar */
	.mCS-dir-rtl > .mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside > .mCSB_container_wrapper.mCS_no_scrollbar_y.mCS_y_hidden + .mCSB_scrollTools ~ .mCSB_scrollTools.mCSB_scrollTools_horizontal{ left: 0; }
	
	.mCS-dir-rtl > .mCSB_inside > .mCSB_container_wrapper{ /* RTL direction/left-side scrollbar */
		margin-right: 0;
		margin-left: 30px;
	}
	
	.mCSB_container_wrapper.mCS_no_scrollbar_y.mCS_y_hidden > .mCSB_container{ padding-right: 0; }
	
	.mCSB_container_wrapper.mCS_no_scrollbar_x.mCS_x_hidden > .mCSB_container{ padding-bottom: 0; }
	
	.mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside > .mCSB_container_wrapper.mCS_no_scrollbar_y.mCS_y_hidden{
		margin-right: 0; /* non-visible scrollbar */
		margin-left: 0;
	}
	
	/* non-visible horizontal scrollbar */
	.mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside > .mCSB_container_wrapper.mCS_no_scrollbar_x.mCS_x_hidden{ margin-bottom: 0; }



/* 
------------------------------------------------------------------------------------------------------------------------
5. TRANSITIONS  
------------------------------------------------------------------------------------------------------------------------
*/

	.mCSB_scrollTools, 
	.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, 
	.mCSB_scrollTools .mCSB_buttonUp,
	.mCSB_scrollTools .mCSB_buttonDown,
	.mCSB_scrollTools .mCSB_buttonLeft,
	.mCSB_scrollTools .mCSB_buttonRight{
		-webkit-transition: opacity .2s ease-in-out, background-color .2s ease-in-out;
		-moz-transition: opacity .2s ease-in-out, background-color .2s ease-in-out;
		-o-transition: opacity .2s ease-in-out, background-color .2s ease-in-out;
		transition: opacity .2s ease-in-out, background-color .2s ease-in-out;
	}
	
	.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger_bar, /* auto-expanded scrollbar */
	.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerRail, 
	.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger_bar, 
	.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerRail{
		-webkit-transition: width .2s ease-out .2s, height .2s ease-out .2s, 
					margin-left .2s ease-out .2s, margin-right .2s ease-out .2s, 
					margin-top .2s ease-out .2s, margin-bottom .2s ease-out .2s,
					opacity .2s ease-in-out, background-color .2s ease-in-out; 
		-moz-transition: width .2s ease-out .2s, height .2s ease-out .2s, 
					margin-left .2s ease-out .2s, margin-right .2s ease-out .2s, 
					margin-top .2s ease-out .2s, margin-bottom .2s ease-out .2s,
					opacity .2s ease-in-out, background-color .2s ease-in-out; 
		-o-transition: width .2s ease-out .2s, height .2s ease-out .2s, 
					margin-left .2s ease-out .2s, margin-right .2s ease-out .2s, 
					margin-top .2s ease-out .2s, margin-bottom .2s ease-out .2s,
					opacity .2s ease-in-out, background-color .2s ease-in-out; 
		transition: width .2s ease-out .2s, height .2s ease-out .2s, 
					margin-left .2s ease-out .2s, margin-right .2s ease-out .2s, 
					margin-top .2s ease-out .2s, margin-bottom .2s ease-out .2s,
					opacity .2s ease-in-out, background-color .2s ease-in-out; 
	}



/* 
------------------------------------------------------------------------------------------------------------------------
6. SCROLLBAR COLORS, OPACITY AND BACKGROUNDS  
------------------------------------------------------------------------------------------------------------------------
*/

	/* 
	----------------------------------------
	6.1 THEMES 
	----------------------------------------
	*/
	
	/* default theme ("light") */

	.mCSB_scrollTools{ opacity: 0.75; filter: "alpha(opacity=75)"; -ms-filter: "alpha(opacity=75)"; }
	
	.mCS-autoHide > .mCustomScrollBox > .mCSB_scrollTools,
	.mCS-autoHide > .mCustomScrollBox ~ .mCSB_scrollTools{ opacity: 0; filter: "alpha(opacity=0)"; -ms-filter: "alpha(opacity=0)"; }
	
	.mCustomScrollbar > .mCustomScrollBox > .mCSB_scrollTools.mCSB_scrollTools_onDrag,
	.mCustomScrollbar > .mCustomScrollBox ~ .mCSB_scrollTools.mCSB_scrollTools_onDrag,
	.mCustomScrollBox:hover > .mCSB_scrollTools,
	.mCustomScrollBox:hover ~ .mCSB_scrollTools,
	.mCS-autoHide:hover > .mCustomScrollBox > .mCSB_scrollTools,
	.mCS-autoHide:hover > .mCustomScrollBox ~ .mCSB_scrollTools{ opacity: 1; filter: "alpha(opacity=100)"; -ms-filter: "alpha(opacity=100)"; }

	.mCSB_scrollTools .mCSB_draggerRail{
		background-color: #000; background-color: rgba(0,0,0,0.4);
		filter: "alpha(opacity=40)"; -ms-filter: "alpha(opacity=40)"; 
	}

	.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{
		background-color: #fff; background-color: rgba(255,255,255,0.75);
		filter: "alpha(opacity=75)"; -ms-filter: "alpha(opacity=75)"; 
	}

	.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar{
		background-color: #fff; background-color: rgba(255,255,255,0.85);
		filter: "alpha(opacity=85)"; -ms-filter: "alpha(opacity=85)"; 
	}
	.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
	.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar{
		background-color: #fff; background-color: rgba(255,255,255,0.9);
		filter: "alpha(opacity=90)"; -ms-filter: "alpha(opacity=90)"; 
	}

	.mCSB_scrollTools .mCSB_buttonUp,
	.mCSB_scrollTools .mCSB_buttonDown,
	.mCSB_scrollTools .mCSB_buttonLeft,
	.mCSB_scrollTools .mCSB_buttonRight{
		background-image: url(mCSB_buttons.png); /* css sprites */
		background-repeat: no-repeat;
		opacity: 0.4; filter: "alpha(opacity=40)"; -ms-filter: "alpha(opacity=40)"; 
	}

	.mCSB_scrollTools .mCSB_buttonUp{
		background-position: 0 0;
		/* 
		sprites locations 
		light: 0 0, -16px 0, -32px 0, -48px 0, 0 -72px, -16px -72px, -32px -72px
		dark: -80px 0, -96px 0, -112px 0, -128px 0, -80px -72px, -96px -72px, -112px -72px
		*/
	}

	.mCSB_scrollTools .mCSB_buttonDown{
		background-position: 0 -20px;
		/* 
		sprites locations
		light: 0 -20px, -16px -20px, -32px -20px, -48px -20px, 0 -92px, -16px -92px, -32px -92px
		dark: -80px -20px, -96px -20px, -112px -20px, -128px -20px, -80px -92px, -96px -92px, -112 -92px
		*/
	}

	.mCSB_scrollTools .mCSB_buttonLeft{
		background-position: 0 -40px;
		/* 
		sprites locations 
		light: 0 -40px, -20px -40px, -40px -40px, -60px -40px, 0 -112px, -20px -112px, -40px -112px
		dark: -80px -40px, -100px -40px, -120px -40px, -140px -40px, -80px -112px, -100px -112px, -120px -112px
		*/
	}

	.mCSB_scrollTools .mCSB_buttonRight{
		background-position: 0 -56px;
		/* 
		sprites locations 
		light: 0 -56px, -20px -56px, -40px -56px, -60px -56px, 0 -128px, -20px -128px, -40px -128px
		dark: -80px -56px, -100px -56px, -120px -56px, -140px -56px, -80px -128px, -100px -128px, -120px -128px
		*/
	}

	.mCSB_scrollTools .mCSB_buttonUp:hover,
	.mCSB_scrollTools .mCSB_buttonDown:hover,
	.mCSB_scrollTools .mCSB_buttonLeft:hover,
	.mCSB_scrollTools .mCSB_buttonRight:hover{ opacity: 0.75; filter: "alpha(opacity=75)"; -ms-filter: "alpha(opacity=75)"; }

	.mCSB_scrollTools .mCSB_buttonUp:active,
	.mCSB_scrollTools .mCSB_buttonDown:active,
	.mCSB_scrollTools .mCSB_buttonLeft:active,
	.mCSB_scrollTools .mCSB_buttonRight:active{ opacity: 0.9; filter: "alpha(opacity=90)"; -ms-filter: "alpha(opacity=90)"; }
	

	/* theme: "dark" */

	.mCS-dark.mCSB_scrollTools .mCSB_draggerRail{ background-color: #000; background-color: rgba(0,0,0,0.15); }

	.mCS-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{ background-color: #000; background-color: rgba(0,0,0,0.75); }

	.mCS-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar{ background-color: rgba(0,0,0,0.85); }

	.mCS-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
	.mCS-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar{ background-color: rgba(0,0,0,0.9); }

	.mCS-dark.mCSB_scrollTools .mCSB_buttonUp{ background-position: -80px 0; }

	.mCS-dark.mCSB_scrollTools .mCSB_buttonDown{ background-position: -80px -20px; }

	.mCS-dark.mCSB_scrollTools .mCSB_buttonLeft{ background-position: -80px -40px; }

	.mCS-dark.mCSB_scrollTools .mCSB_buttonRight{ background-position: -80px -56px; }
	
	/* ---------------------------------------- */
	


	/* theme: "light-2", "dark-2" */

	.mCS-light-2.mCSB_scrollTools .mCSB_draggerRail, 
	.mCS-dark-2.mCSB_scrollTools .mCSB_draggerRail{
		width: 4px;
		background-color: #fff; background-color: rgba(255,255,255,0.1);
		-webkit-border-radius: 1px; -moz-border-radius: 1px; border-radius: 1px;
	}

	.mCS-light-2.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, 
	.mCS-dark-2.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{
		width: 4px;
		background-color: #fff; background-color: rgba(255,255,255,0.75);
		-webkit-border-radius: 1px; -moz-border-radius: 1px; border-radius: 1px;
	}

	.mCS-light-2.mCSB_scrollTools_horizontal .mCSB_draggerRail, 
	.mCS-dark-2.mCSB_scrollTools_horizontal .mCSB_draggerRail, 
	.mCS-light-2.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, 
	.mCS-dark-2.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar{
		width: 100%;
		height: 4px;
		margin: 6px auto;
	}

	.mCS-light-2.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar{ background-color: #fff; background-color: rgba(255,255,255,0.85); }

	.mCS-light-2.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
	.mCS-light-2.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar{ background-color: #fff; background-color: rgba(255,255,255,0.9); }

	.mCS-light-2.mCSB_scrollTools .mCSB_buttonUp{ background-position: -32px 0; }

	.mCS-light-2.mCSB_scrollTools .mCSB_buttonDown{	background-position: -32px -20px; }

	.mCS-light-2.mCSB_scrollTools .mCSB_buttonLeft{	background-position: -40px -40px; }

	.mCS-light-2.mCSB_scrollTools .mCSB_buttonRight{ background-position: -40px -56px; }
	
	
	/* theme: "dark-2" */

	.mCS-dark-2.mCSB_scrollTools .mCSB_draggerRail{
		background-color: #000; background-color: rgba(0,0,0,0.1);
		-webkit-border-radius: 1px; -moz-border-radius: 1px; border-radius: 1px;
	}

	.mCS-dark-2.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{
		background-color: #000; background-color: rgba(0,0,0,0.75);
		-webkit-border-radius: 1px; -moz-border-radius: 1px; border-radius: 1px;
	}

	.mCS-dark-2.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar{ background-color: #000; background-color: rgba(0,0,0,0.85); }

	.mCS-dark-2.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
	.mCS-dark-2.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar{ background-color: #000; background-color: rgba(0,0,0,0.9); }

	.mCS-dark-2.mCSB_scrollTools .mCSB_buttonUp{ background-position: -112px 0; }

	.mCS-dark-2.mCSB_scrollTools .mCSB_buttonDown{ background-position: -112px -20px; }

	.mCS-dark-2.mCSB_scrollTools .mCSB_buttonLeft{ background-position: -120px -40px; }

	.mCS-dark-2.mCSB_scrollTools .mCSB_buttonRight{	background-position: -120px -56px; }
	
	/* ---------------------------------------- */
	


	/* theme: "light-thick", "dark-thick" */

	.mCS-light-thick.mCSB_scrollTools .mCSB_draggerRail, 
	.mCS-dark-thick.mCSB_scrollTools .mCSB_draggerRail{
		width: 4px;
		background-color: #fff; background-color: rgba(255,255,255,0.1);
		-webkit-border-radius: 2px; -moz-border-radius: 2px; border-radius: 2px;
	}

	.mCS-light-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, 
	.mCS-dark-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{
		width: 6px;
		background-color: #fff; background-color: rgba(255,255,255,0.75);
		-webkit-border-radius: 2px; -moz-border-radius: 2px; border-radius: 2px;
	}

	.mCS-light-thick.mCSB_scrollTools_horizontal .mCSB_draggerRail, 
	.mCS-dark-thick.mCSB_scrollTools_horizontal .mCSB_draggerRail{
		width: 100%;
		height: 4px;
		margin: 6px 0;
	}

	.mCS-light-thick.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, 
	.mCS-dark-thick.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar{
		width: 100%;
		height: 6px;
		margin: 5px auto;
	}

	.mCS-light-thick.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar{ background-color: #fff; background-color: rgba(255,255,255,0.85); }

	.mCS-light-thick.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
	.mCS-light-thick.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar{ background-color: #fff; background-color: rgba(255,255,255,0.9); }

	.mCS-light-thick.mCSB_scrollTools .mCSB_buttonUp{ background-position: -16px 0; }

	.mCS-light-thick.mCSB_scrollTools .mCSB_buttonDown{	background-position: -16px -20px; }

	.mCS-light-thick.mCSB_scrollTools .mCSB_buttonLeft{	background-position: -20px -40px; }

	.mCS-light-thick.mCSB_scrollTools .mCSB_buttonRight{ background-position: -20px -56px; }


	/* theme: "dark-thick" */
	
	.mCS-dark-thick.mCSB_scrollTools .mCSB_draggerRail{
		background-color: #000; background-color: rgba(0,0,0,0.1);
		-webkit-border-radius: 2px; -moz-border-radius: 2px; border-radius: 2px;
	}

	.mCS-dark-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{
		background-color: #000; background-color: rgba(0,0,0,0.75);
		-webkit-border-radius: 2px; -moz-border-radius: 2px; border-radius: 2px;
	}

	.mCS-dark-thick.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar{ background-color: #000; background-color: rgba(0,0,0,0.85); }

	.mCS-dark-thick.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
	.mCS-dark-thick.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar{ background-color: #000; background-color: rgba(0,0,0,0.9); }

	.mCS-dark-thick.mCSB_scrollTools .mCSB_buttonUp{ background-position: -96px 0; }

	.mCS-dark-thick.mCSB_scrollTools .mCSB_buttonDown{ background-position: -96px -20px; }

	.mCS-dark-thick.mCSB_scrollTools .mCSB_buttonLeft{ background-position: -100px -40px; }

	.mCS-dark-thick.mCSB_scrollTools .mCSB_buttonRight{	background-position: -100px -56px; }
	
	/* ---------------------------------------- */
	


	/* theme: "light-thin", "dark-thin" */
	
	.mCS-light-thin.mCSB_scrollTools .mCSB_draggerRail{ background-color: #fff; background-color: rgba(255,255,255,0.1); }

	.mCS-light-thin.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, 
	.mCS-dark-thin.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{ width: 2px; }

	.mCS-light-thin.mCSB_scrollTools_horizontal .mCSB_draggerRail, 
	.mCS-dark-thin.mCSB_scrollTools_horizontal .mCSB_draggerRail{ width: 100%; }

	.mCS-light-thin.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, 
	.mCS-dark-thin.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar{
		width: 100%;
		height: 2px;
		margin: 7px auto;
	}


	/* theme "dark-thin" */
	
	.mCS-dark-thin.mCSB_scrollTools .mCSB_draggerRail{ background-color: #000; background-color: rgba(0,0,0,0.15); }

	.mCS-dark-thin.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{ background-color: #000; background-color: rgba(0,0,0,0.75); }
	
	.mCS-dark-thin.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar{ background-color: #000; background-color: rgba(0,0,0,0.85); }
	
	.mCS-dark-thin.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
	.mCS-dark-thin.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar{ background-color: #000; background-color: rgba(0,0,0,0.9); }
	
	.mCS-dark-thin.mCSB_scrollTools .mCSB_buttonUp{	background-position: -80px 0; }

	.mCS-dark-thin.mCSB_scrollTools .mCSB_buttonDown{ background-position: -80px -20px; }

	.mCS-dark-thin.mCSB_scrollTools .mCSB_buttonLeft{ background-position: -80px -40px; }

	.mCS-dark-thin.mCSB_scrollTools .mCSB_buttonRight{ background-position: -80px -56px; }
	
	/* ---------------------------------------- */
	
	
	
	/* theme "rounded", "rounded-dark", "rounded-dots", "rounded-dots-dark" */
	
	.mCS-rounded.mCSB_scrollTools .mCSB_draggerRail{ background-color: #fff; background-color: rgba(255,255,255,0.15); }
	
	.mCS-rounded.mCSB_scrollTools .mCSB_dragger, 
	.mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger, 
	.mCS-rounded-dots.mCSB_scrollTools .mCSB_dragger, 
	.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger{ height: 14px; }
	
	.mCS-rounded.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, 
	.mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, 
	.mCS-rounded-dots.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, 
	.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{
		width: 14px;
		margin: 0 1px;
	}
	
	.mCS-rounded.mCSB_scrollTools_horizontal .mCSB_dragger, 
	.mCS-rounded-dark.mCSB_scrollTools_horizontal .mCSB_dragger, 
	.mCS-rounded-dots.mCSB_scrollTools_horizontal .mCSB_dragger, 
	.mCS-rounded-dots-dark.mCSB_scrollTools_horizontal .mCSB_dragger{ width: 14px; }
	
	.mCS-rounded.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, 
	.mCS-rounded-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, 
	.mCS-rounded-dots.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, 
	.mCS-rounded-dots-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar{
		height: 14px;
		margin: 1px 0;
	}
	
	.mCS-rounded.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar, 
	.mCS-rounded.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar, 
	.mCS-rounded-dark.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar, 
	.mCS-rounded-dark.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar{
		width: 16px; /* auto-expanded scrollbar */
		height: 16px;
		margin: -1px 0;
	}
	
	.mCS-rounded.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail, 
	.mCS-rounded.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail, 
	.mCS-rounded-dark.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail, 
	.mCS-rounded-dark.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail{ width: 4px; /* auto-expanded scrollbar */ }
	
	.mCS-rounded.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar, 
	.mCS-rounded.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar, 
	.mCS-rounded-dark.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar, 
	.mCS-rounded-dark.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar{
		height: 16px; /* auto-expanded scrollbar */
		width: 16px;
		margin: 0 -1px;
	}
	
	.mCS-rounded.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail, 
	.mCS-rounded.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail, 
	.mCS-rounded-dark.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail, 
	.mCS-rounded-dark.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail{
		height: 4px; /* auto-expanded scrollbar */
		margin: 6px 0;
	}
	
	.mCS-rounded.mCSB_scrollTools .mCSB_buttonUp{ background-position: 0 -72px; }
	
	.mCS-rounded.mCSB_scrollTools .mCSB_buttonDown{ background-position: 0 -92px; }
	
	.mCS-rounded.mCSB_scrollTools .mCSB_buttonLeft{ background-position: 0 -112px; }
	
	.mCS-rounded.mCSB_scrollTools .mCSB_buttonRight{ background-position: 0 -128px; }
	
	
	/* theme "rounded-dark", "rounded-dots-dark" */
	
	.mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, 
	.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{ background-color: #000; background-color: rgba(0,0,0,0.75); }
	
	.mCS-rounded-dark.mCSB_scrollTools .mCSB_draggerRail{ background-color: #000; background-color: rgba(0,0,0,0.15); }
	
	.mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar, 
	.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar{ background-color: #000; background-color: rgba(0,0,0,0.85); }
	
	.mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
	.mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar, 
	.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
	.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar{ background-color: #000; background-color: rgba(0,0,0,0.9); }
	
	.mCS-rounded-dark.mCSB_scrollTools .mCSB_buttonUp{ background-position: -80px -72px; }
	
	.mCS-rounded-dark.mCSB_scrollTools .mCSB_buttonDown{ background-position: -80px -92px; }
	
	.mCS-rounded-dark.mCSB_scrollTools .mCSB_buttonLeft{ background-position: -80px -112px; }
	
	.mCS-rounded-dark.mCSB_scrollTools .mCSB_buttonRight{ background-position: -80px -128px; }
	
	
	/* theme "rounded-dots", "rounded-dots-dark" */
	
	.mCS-rounded-dots.mCSB_scrollTools_vertical .mCSB_draggerRail, 
	.mCS-rounded-dots-dark.mCSB_scrollTools_vertical .mCSB_draggerRail{ width: 4px; }
	
	.mCS-rounded-dots.mCSB_scrollTools .mCSB_draggerRail, 
	.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_draggerRail, 
	.mCS-rounded-dots.mCSB_scrollTools_horizontal .mCSB_draggerRail, 
	.mCS-rounded-dots-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail{
		background-color: transparent;
		background-position: center;
	}
	
	.mCS-rounded-dots.mCSB_scrollTools .mCSB_draggerRail, 
	.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_draggerRail{
		background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAICAYAAADED76LAAAANElEQVQYV2NkIAAYiVbw//9/Y6DiM1ANJoyMjGdBbLgJQAX/kU0DKgDLkaQAvxW4HEvQFwCRcxIJK1XznAAAAABJRU5ErkJggg==");
		background-repeat: repeat-y;
		opacity: 0.3;
		filter: "alpha(opacity=30)"; -ms-filter: "alpha(opacity=30)"; 
	}
	
	.mCS-rounded-dots.mCSB_scrollTools_horizontal .mCSB_draggerRail, 
	.mCS-rounded-dots-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail{
		height: 4px;
		margin: 6px 0;
		background-repeat: repeat-x;
	}
	
	.mCS-rounded-dots.mCSB_scrollTools .mCSB_buttonUp{ background-position: -16px -72px; }
	
	.mCS-rounded-dots.mCSB_scrollTools .mCSB_buttonDown{ background-position: -16px -92px; }
	
	.mCS-rounded-dots.mCSB_scrollTools .mCSB_buttonLeft{ background-position: -20px -112px; }
	
	.mCS-rounded-dots.mCSB_scrollTools .mCSB_buttonRight{ background-position: -20px -128px; }
	
	
	/* theme "rounded-dots-dark" */
	
	.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_draggerRail{
		background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAICAYAAADED76LAAAALElEQVQYV2NkIAAYSVFgDFR8BqrBBEifBbGRTfiPZhpYjiQFBK3A6l6CvgAAE9kGCd1mvgEAAAAASUVORK5CYII=");
	}
	
	.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_buttonUp{ background-position: -96px -72px; }
	
	.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_buttonDown{ background-position: -96px -92px; }
	
	.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_buttonLeft{ background-position: -100px -112px; }
	
	.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_buttonRight{ background-position: -100px -128px; }
	
	/* ---------------------------------------- */
	
	
	
	/* theme "3d", "3d-dark", "3d-thick", "3d-thick-dark" */
	
	.mCS-3d.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, 
	.mCS-3d-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, 
	.mCS-3d-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, 
	.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{
		background-repeat: repeat-y;
		background-image: -moz-linear-gradient(left, rgba(255,255,255,0.5) 0%, rgba(255,255,255,0) 100%);
		background-image: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(255,255,255,0.5)), color-stop(100%,rgba(255,255,255,0)));
		background-image: -webkit-linear-gradient(left, rgba(255,255,255,0.5) 0%,rgba(255,255,255,0) 100%);
		background-image: -o-linear-gradient(left, rgba(255,255,255,0.5) 0%,rgba(255,255,255,0) 100%);
		background-image: -ms-linear-gradient(left, rgba(255,255,255,0.5) 0%,rgba(255,255,255,0) 100%);
		background-image: linear-gradient(to right, rgba(255,255,255,0.5) 0%,rgba(255,255,255,0) 100%);
	}
	
	.mCS-3d.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, 
	.mCS-3d-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, 
	.mCS-3d-thick.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, 
	.mCS-3d-thick-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar{
		background-repeat: repeat-x;
		background-image: -moz-linear-gradient(top, rgba(255,255,255,0.5) 0%, rgba(255,255,255,0) 100%);
		background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,0.5)), color-stop(100%,rgba(255,255,255,0)));
		background-image: -webkit-linear-gradient(top, rgba(255,255,255,0.5) 0%,rgba(255,255,255,0) 100%);
		background-image: -o-linear-gradient(top, rgba(255,255,255,0.5) 0%,rgba(255,255,255,0) 100%);
		background-image: -ms-linear-gradient(top, rgba(255,255,255,0.5) 0%,rgba(255,255,255,0) 100%);
		background-image: linear-gradient(to bottom, rgba(255,255,255,0.5) 0%,rgba(255,255,255,0) 100%);
	}
	
	
	/* theme "3d", "3d-dark" */
	
	.mCS-3d.mCSB_scrollTools_vertical .mCSB_dragger, 
	.mCS-3d-dark.mCSB_scrollTools_vertical .mCSB_dragger{ height: 70px; }
	
	.mCS-3d.mCSB_scrollTools_horizontal .mCSB_dragger, 
	.mCS-3d-dark.mCSB_scrollTools_horizontal .mCSB_dragger{ width: 70px; }
	
	.mCS-3d.mCSB_scrollTools, 
	.mCS-3d-dark.mCSB_scrollTools{
		opacity: 1;
		filter: "alpha(opacity=30)"; -ms-filter: "alpha(opacity=30)"; 
	}
	
	.mCS-3d.mCSB_scrollTools .mCSB_draggerRail, 
	.mCS-3d.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, 
	.mCS-3d-dark.mCSB_scrollTools .mCSB_draggerRail, 
	.mCS-3d-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{ -webkit-border-radius: 16px; -moz-border-radius: 16px; border-radius: 16px; }
	
	.mCS-3d.mCSB_scrollTools .mCSB_draggerRail, 
	.mCS-3d-dark.mCSB_scrollTools .mCSB_draggerRail{
		width: 8px;
		background-color: #000; background-color: rgba(0,0,0,0.2);
		box-shadow: inset 1px 0 1px rgba(0,0,0,0.5), inset -1px 0 1px rgba(255,255,255,0.2);
	}
	
	.mCS-3d.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, 	 
	.mCS-3d.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar, 
	.mCS-3d.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
	.mCS-3d.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar, 
	.mCS-3d-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, 
	.mCS-3d-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar, 
	.mCS-3d-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
	.mCS-3d-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar{ background-color: #555; }

	.mCS-3d.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, 
	.mCS-3d-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{ width: 8px; }

	.mCS-3d.mCSB_scrollTools_horizontal .mCSB_draggerRail, 
	.mCS-3d-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail{
		width: 100%;
		height: 8px;
		margin: 4px 0;
		box-shadow: inset 0 1px 1px rgba(0,0,0,0.5), inset 0 -1px 1px rgba(255,255,255,0.2);
	}

	.mCS-3d.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, 
	.mCS-3d-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar{
		width: 100%;
		height: 8px;
		margin: 4px auto;
	}
	
	.mCS-3d.mCSB_scrollTools .mCSB_buttonUp{ background-position: -32px -72px; }
	
	.mCS-3d.mCSB_scrollTools .mCSB_buttonDown{ background-position: -32px -92px; }
	
	.mCS-3d.mCSB_scrollTools .mCSB_buttonLeft{ background-position: -40px -112px; }
	
	.mCS-3d.mCSB_scrollTools .mCSB_buttonRight{ background-position: -40px -128px; }
	
	
	/* theme "3d-dark" */
	
	.mCS-3d-dark.mCSB_scrollTools .mCSB_draggerRail{
		background-color: #000; background-color: rgba(0,0,0,0.1);
		box-shadow: inset 1px 0 1px rgba(0,0,0,0.1);
	}
	
	.mCS-3d-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail{ box-shadow: inset 0 1px 1px rgba(0,0,0,0.1); }
	
	.mCS-3d-dark.mCSB_scrollTools .mCSB_buttonUp{ background-position: -112px -72px; }

	.mCS-3d-dark.mCSB_scrollTools .mCSB_buttonDown{ background-position: -112px -92px; }

	.mCS-3d-dark.mCSB_scrollTools .mCSB_buttonLeft{ background-position: -120px -112px; }

	.mCS-3d-dark.mCSB_scrollTools .mCSB_buttonRight{	background-position: -120px -128px; }
	
	/* ---------------------------------------- */
	
	
	
	/* theme: "3d-thick", "3d-thick-dark" */
	
	.mCS-3d-thick.mCSB_scrollTools, 
	.mCS-3d-thick-dark.mCSB_scrollTools{
		opacity: 1;
		filter: "alpha(opacity=30)"; -ms-filter: "alpha(opacity=30)"; 
	}
	
	.mCS-3d-thick.mCSB_scrollTools, 
	.mCS-3d-thick-dark.mCSB_scrollTools, 
	.mCS-3d-thick.mCSB_scrollTools .mCSB_draggerContainer, 
	.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_draggerContainer{ -webkit-border-radius: 7px; -moz-border-radius: 7px; border-radius: 7px; }
	
	.mCS-3d-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, 
	.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{ -webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px; }
	
	.mCSB_inside + .mCS-3d-thick.mCSB_scrollTools_vertical, 
	.mCSB_inside + .mCS-3d-thick-dark.mCSB_scrollTools_vertical{ right: 1px; }
	
	.mCS-3d-thick.mCSB_scrollTools_vertical, 
	.mCS-3d-thick-dark.mCSB_scrollTools_vertical{ box-shadow: inset 1px 0 1px rgba(0,0,0,0.1), inset 0 0 14px rgba(0,0,0,0.5); }
	
	.mCS-3d-thick.mCSB_scrollTools_horizontal, 
	.mCS-3d-thick-dark.mCSB_scrollTools_horizontal{
		bottom: 1px;
		box-shadow: inset 0 1px 1px rgba(0,0,0,0.1), inset 0 0 14px rgba(0,0,0,0.5);
	}
	
	.mCS-3d-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, 
	.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{
		box-shadow: inset 1px 0 0 rgba(255,255,255,0.4);
		width: 12px;
		margin: 2px;
		position: absolute;
		height: auto;
		top: 0;
		bottom: 0;
		left: 0;
		right: 0;
	}
	
	.mCS-3d-thick.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, 
	.mCS-3d-thick-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar{ box-shadow: inset 0 1px 0 rgba(255,255,255,0.4); }
	
	.mCS-3d-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,  
	.mCS-3d-thick.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar, 
	.mCS-3d-thick.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
	.mCS-3d-thick.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar{ background-color: #555; }
	
	.mCS-3d-thick.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, 
	.mCS-3d-thick-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar{
		height: 12px;
		width: auto;
	}
	
	.mCS-3d-thick.mCSB_scrollTools .mCSB_draggerContainer{
		background-color: #000; background-color: rgba(0,0,0,0.05);
		box-shadow: inset 1px 1px 16px rgba(0,0,0,0.1);
	}
	
	.mCS-3d-thick.mCSB_scrollTools .mCSB_draggerRail{ background-color: transparent; }
	
	.mCS-3d-thick.mCSB_scrollTools .mCSB_buttonUp{ background-position: -32px -72px; }
	
	.mCS-3d-thick.mCSB_scrollTools .mCSB_buttonDown{ background-position: -32px -92px; }

	.mCS-3d-thick.mCSB_scrollTools .mCSB_buttonLeft{ background-position: -40px -112px; }

	.mCS-3d-thick.mCSB_scrollTools .mCSB_buttonRight{	background-position: -40px -128px; }
	
	
	/* theme: "3d-thick-dark" */
	
	.mCS-3d-thick-dark.mCSB_scrollTools{ box-shadow: inset 0 0 14px rgba(0,0,0,0.2); }
	
	.mCS-3d-thick-dark.mCSB_scrollTools_horizontal{ box-shadow: inset 0 1px 1px rgba(0,0,0,0.1), inset 0 0 14px rgba(0,0,0,0.2); }
	
	.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{ box-shadow: inset 1px 0 0 rgba(255,255,255,0.4), inset -1px 0 0 rgba(0,0,0,0.2); }
	 
	.mCS-3d-thick-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar{ box-shadow: inset 0 1px 0 rgba(255,255,255,0.4), inset 0 -1px 0 rgba(0,0,0,0.2); }
	
	.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,  
	.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar, 
	.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
	.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar{ background-color: #777; }
	
	.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_draggerContainer{
		background-color: #fff; background-color: rgba(0,0,0,0.05);
		box-shadow: inset 1px 1px 16px rgba(0,0,0,0.1);
	}
	
	.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_draggerRail{ background-color: transparent; }
	
	.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_buttonUp{ background-position: -112px -72px; }
	
	.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_buttonDown{ background-position: -112px -92px; }

	.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_buttonLeft{ background-position: -120px -112px; }

	.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_buttonRight{	background-position: -120px -128px; }
	
	/* ---------------------------------------- */
	
	
	
	/* theme: "minimal", "minimal-dark" */
	
	.mCSB_outside + .mCS-minimal.mCSB_scrollTools_vertical, 
	.mCSB_outside + .mCS-minimal-dark.mCSB_scrollTools_vertical{
		right: 0; 
		margin: 12px 0; 
	}
	
	.mCustomScrollBox.mCS-minimal + .mCSB_scrollTools.mCSB_scrollTools_horizontal, 
	.mCustomScrollBox.mCS-minimal + .mCSB_scrollTools + .mCSB_scrollTools.mCSB_scrollTools_horizontal, 
	.mCustomScrollBox.mCS-minimal-dark + .mCSB_scrollTools.mCSB_scrollTools_horizontal, 
	.mCustomScrollBox.mCS-minimal-dark + .mCSB_scrollTools + .mCSB_scrollTools.mCSB_scrollTools_horizontal{
		bottom: 0; 
		margin: 0 12px; 
	}
	
	/* RTL direction/left-side scrollbar */
	.mCS-dir-rtl > .mCSB_outside + .mCS-minimal.mCSB_scrollTools_vertical, 
	.mCS-dir-rtl > .mCSB_outside + .mCS-minimal-dark.mCSB_scrollTools_vertical{
		left: 0; 
		right: auto;
	}
	
	.mCS-minimal.mCSB_scrollTools .mCSB_draggerRail, 
	.mCS-minimal-dark.mCSB_scrollTools .mCSB_draggerRail{ background-color: transparent; }
	
	.mCS-minimal.mCSB_scrollTools_vertical .mCSB_dragger, 
	.mCS-minimal-dark.mCSB_scrollTools_vertical .mCSB_dragger{ height: 50px; }
	
	.mCS-minimal.mCSB_scrollTools_horizontal .mCSB_dragger, 
	.mCS-minimal-dark.mCSB_scrollTools_horizontal .mCSB_dragger{ width: 50px; }
	
	.mCS-minimal.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{
		background-color: #fff; background-color: rgba(255,255,255,0.2);
		filter: "alpha(opacity=20)"; -ms-filter: "alpha(opacity=20)"; 
	}
	
	.mCS-minimal.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
	.mCS-minimal.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar{
		background-color: #fff; background-color: rgba(255,255,255,0.5);
		filter: "alpha(opacity=50)"; -ms-filter: "alpha(opacity=50)"; 
	}
	
	
	/* theme: "minimal-dark" */
	
	.mCS-minimal-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{
		background-color: #000; background-color: rgba(0,0,0,0.2);
		filter: "alpha(opacity=20)"; -ms-filter: "alpha(opacity=20)"; 
	}
	
	.mCS-minimal-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
	.mCS-minimal-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar{
		background-color: #000; background-color: rgba(0,0,0,0.5);
		filter: "alpha(opacity=50)"; -ms-filter: "alpha(opacity=50)"; 
	}
	
	/* ---------------------------------------- */
	
	
	
	/* theme "light-3", "dark-3" */
	
	.mCS-light-3.mCSB_scrollTools .mCSB_draggerRail, 
	.mCS-dark-3.mCSB_scrollTools .mCSB_draggerRail{
		width: 6px;
		background-color: #000; background-color: rgba(0,0,0,0.2);
	}

	.mCS-light-3.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, 
	.mCS-dark-3.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{ width: 6px; }

	.mCS-light-3.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, 
	.mCS-dark-3.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, 
	.mCS-light-3.mCSB_scrollTools_horizontal .mCSB_draggerRail, 
	.mCS-dark-3.mCSB_scrollTools_horizontal .mCSB_draggerRail{
		width: 100%;
		height: 6px;
		margin: 5px 0;
	}
	
	.mCS-light-3.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail, 
	.mCS-light-3.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail, 
	.mCS-dark-3.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail, 
	.mCS-dark-3.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail{
		width: 12px;
	}
	
	.mCS-light-3.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail, 
	.mCS-light-3.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail, 
	.mCS-dark-3.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail, 
	.mCS-dark-3.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail{
		height: 12px;
		margin: 2px 0;
	}
	
	.mCS-light-3.mCSB_scrollTools .mCSB_buttonUp{ background-position: -32px -72px; }
	
	.mCS-light-3.mCSB_scrollTools .mCSB_buttonDown{ background-position: -32px -92px; }
	
	.mCS-light-3.mCSB_scrollTools .mCSB_buttonLeft{ background-position: -40px -112px; }
	
	.mCS-light-3.mCSB_scrollTools .mCSB_buttonRight{ background-position: -40px -128px; }
	
	
	/* theme "dark-3" */
	
	.mCS-dark-3.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{ background-color: #000; background-color: rgba(0,0,0,0.75); }

	.mCS-dark-3.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar{ background-color: #000; background-color: rgba(0,0,0,0.85); }

	.mCS-dark-3.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
	.mCS-dark-3.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar{ background-color: #000; background-color: rgba(0,0,0,0.9); }
	
	.mCS-dark-3.mCSB_scrollTools .mCSB_draggerRail{ background-color: #000; background-color: rgba(0,0,0,0.1); }
	
	.mCS-dark-3.mCSB_scrollTools .mCSB_buttonUp{ background-position: -112px -72px; }

	.mCS-dark-3.mCSB_scrollTools .mCSB_buttonDown{ background-position: -112px -92px; }

	.mCS-dark-3.mCSB_scrollTools .mCSB_buttonLeft{ background-position: -120px -112px; }

	.mCS-dark-3.mCSB_scrollTools .mCSB_buttonRight{	background-position: -120px -128px; }
	
	/* ---------------------------------------- */
	
	
	
	/* theme "inset", "inset-dark", "inset-2", "inset-2-dark", "inset-3", "inset-3-dark" */
	
	.mCS-inset.mCSB_scrollTools .mCSB_draggerRail, 
	.mCS-inset-dark.mCSB_scrollTools .mCSB_draggerRail, 
	.mCS-inset-2.mCSB_scrollTools .mCSB_draggerRail, 
	.mCS-inset-2-dark.mCSB_scrollTools .mCSB_draggerRail, 
	.mCS-inset-3.mCSB_scrollTools .mCSB_draggerRail, 
	.mCS-inset-3-dark.mCSB_scrollTools .mCSB_draggerRail{
		width: 12px;
		background-color: #000; background-color: rgba(0,0,0,0.2);
	}

	.mCS-inset.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, 
	.mCS-inset-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, 
	.mCS-inset-2.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, 
	.mCS-inset-2-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, 
	.mCS-inset-3.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, 
	.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{ 
		width: 6px;
		margin: 3px 5px;
		position: absolute;
		height: auto;
		top: 0;
		bottom: 0;
		left: 0;
		right: 0;
	}

	.mCS-inset.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, 
	.mCS-inset-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, 
	.mCS-inset-2.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, 
	.mCS-inset-2-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, 
	.mCS-inset-3.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, 
	.mCS-inset-3-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar{
		height: 6px;
		margin: 5px 3px;
		position: absolute;
		width: auto;
		top: 0;
		bottom: 0;
		left: 0;
		right: 0;
	}
	
	.mCS-inset.mCSB_scrollTools_horizontal .mCSB_draggerRail, 
	.mCS-inset-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail, 
	.mCS-inset-2.mCSB_scrollTools_horizontal .mCSB_draggerRail, 
	.mCS-inset-2-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail, 
	.mCS-inset-3.mCSB_scrollTools_horizontal .mCSB_draggerRail, 
	.mCS-inset-3-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail{
		width: 100%;
		height: 12px;
		margin: 2px 0;
	}
	
	.mCS-inset.mCSB_scrollTools .mCSB_buttonUp, 
	.mCS-inset-2.mCSB_scrollTools .mCSB_buttonUp, 
	.mCS-inset-3.mCSB_scrollTools .mCSB_buttonUp{ background-position: -32px -72px; }
	
	.mCS-inset.mCSB_scrollTools .mCSB_buttonDown, 
	.mCS-inset-2.mCSB_scrollTools .mCSB_buttonDown, 
	.mCS-inset-3.mCSB_scrollTools .mCSB_buttonDown{ background-position: -32px -92px; }
	
	.mCS-inset.mCSB_scrollTools .mCSB_buttonLeft, 
	.mCS-inset-2.mCSB_scrollTools .mCSB_buttonLeft, 
	.mCS-inset-3.mCSB_scrollTools .mCSB_buttonLeft{ background-position: -40px -112px; }
	
	.mCS-inset.mCSB_scrollTools .mCSB_buttonRight, 
	.mCS-inset-2.mCSB_scrollTools .mCSB_buttonRight, 
	.mCS-inset-3.mCSB_scrollTools .mCSB_buttonRight{ background-position: -40px -128px; }
	
	
	/* theme "inset-dark", "inset-2-dark", "inset-3-dark" */
	
	.mCS-inset-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, 
	.mCS-inset-2-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, 
	.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{ background-color: #000; background-color: rgba(0,0,0,0.75); }

	.mCS-inset-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar, 
	.mCS-inset-2-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar, 
	.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar{ background-color: #000; background-color: rgba(0,0,0,0.85); }

	.mCS-inset-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
	.mCS-inset-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar, 
	.mCS-inset-2-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
	.mCS-inset-2-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar, 
	.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
	.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar{ background-color: #000; background-color: rgba(0,0,0,0.9); }
	
	.mCS-inset-dark.mCSB_scrollTools .mCSB_draggerRail, 
	.mCS-inset-2-dark.mCSB_scrollTools .mCSB_draggerRail, 
	.mCS-inset-3-dark.mCSB_scrollTools .mCSB_draggerRail{ background-color: #000; background-color: rgba(0,0,0,0.1); }
	
	.mCS-inset-dark.mCSB_scrollTools .mCSB_buttonUp, 
	.mCS-inset-2-dark.mCSB_scrollTools .mCSB_buttonUp, 
	.mCS-inset-3-dark.mCSB_scrollTools .mCSB_buttonUp{ background-position: -112px -72px; }

	.mCS-inset-dark.mCSB_scrollTools .mCSB_buttonDown, 
	.mCS-inset-2-dark.mCSB_scrollTools .mCSB_buttonDown, 
	.mCS-inset-3-dark.mCSB_scrollTools .mCSB_buttonDown{ background-position: -112px -92px; }

	.mCS-inset-dark.mCSB_scrollTools .mCSB_buttonLeft, 
	.mCS-inset-2-dark.mCSB_scrollTools .mCSB_buttonLeft, 
	.mCS-inset-3-dark.mCSB_scrollTools .mCSB_buttonLeft{ background-position: -120px -112px; }

	.mCS-inset-dark.mCSB_scrollTools .mCSB_buttonRight, 
	.mCS-inset-2-dark.mCSB_scrollTools .mCSB_buttonRight, 
	.mCS-inset-3-dark.mCSB_scrollTools .mCSB_buttonRight{	background-position: -120px -128px; }
	
	
	/* theme "inset-2", "inset-2-dark" */
	
	.mCS-inset-2.mCSB_scrollTools .mCSB_draggerRail, 
	.mCS-inset-2-dark.mCSB_scrollTools .mCSB_draggerRail{
		background-color: transparent;
		border-width: 1px;
		border-style: solid;
		border-color: #fff;
		border-color: rgba(255,255,255,0.2);
		-webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;
	}
	
	.mCS-inset-2-dark.mCSB_scrollTools .mCSB_draggerRail{ border-color: #000; border-color: rgba(0,0,0,0.2); }
	
	
	/* theme "inset-3", "inset-3-dark" */
	
	.mCS-inset-3.mCSB_scrollTools .mCSB_draggerRail{ background-color: #fff; background-color: rgba(255,255,255,0.6); }
	
	.mCS-inset-3-dark.mCSB_scrollTools .mCSB_draggerRail{ background-color: #000; background-color: rgba(0,0,0,0.6); }
	
	.mCS-inset-3.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{ background-color: #000; background-color: rgba(0,0,0,0.75); }
	
	.mCS-inset-3.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar{ background-color: #000; background-color: rgba(0,0,0,0.85); }
	
	.mCS-inset-3.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
	.mCS-inset-3.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar{ background-color: #000; background-color: rgba(0,0,0,0.9); }
	
	.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{ background-color: #fff; background-color: rgba(255,255,255,0.75); }
	
	.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar{ background-color: #fff; background-color: rgba(255,255,255,0.85); }
	
	.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
	.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar{ background-color: #fff; background-color: rgba(255,255,255,0.9); }
	
	/* ---------------------------------------- */

/*!
 * Lightbox for Bootstrap 3 by @ashleydw
 * https://github.com/ashleydw/lightbox
 *
 * License: https://github.com/ashleydw/lightbox/blob/master/LICENSE
 */

.ekko-lightbox-container {
  position: relative;
}

.ekko-lightbox-nav-overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 100;
  width: 100%;
  height: 60px;
}

.ekko-lightbox-nav-overlay a {
  z-index: 100;
  display: block;
  width: 49%;
  height: 100%;
  font-size: 30px;
  color: #fff;
  text-shadow: 2px 2px 4px #000;
  opacity: 1;
  filter: dropshadow(color=#000000, offx=2, offy=2);
  -webkit-transition: opacity 0.5s;
     -moz-transition: opacity 0.5s;
       -o-transition: opacity 0.5s;
          transition: opacity 0.5s;
}

.ekko-lightbox-nav-overlay a:empty {
  width: 49%;
}

.ekko-lightbox a:hover {
  text-decoration: none;
  opacity: 1;
}

.ekko-lightbox .lnr-left {
  left: 0;
  float: left;
  padding-left: 15px;
  text-align: right;
}

.ekko-lightbox .lnr-right {
  right: 0;
  float: right;
  padding-right: 15px;
  text-align: left;
}

.ekko-lightbox .modal-footer {
  text-align: left;
}
/*! X-editable - v1.5.1 
* In-place editing with Twitter Bootstrap, jQuery UI or pure jQuery
* http://github.com/vitalets/x-editable
* Copyright (c) 2013 Vitaliy Potapov; Licensed MIT */
.editable-control{

}
.editableform {
    margin-bottom: 0; /* overwrites bootstrap margin */
}

.editableform .control-group {
    margin-bottom: 0; /* overwrites bootstrap margin */
    white-space: nowrap; /* prevent wrapping buttons on new line */
    line-height: 20px; /* overwriting bootstrap line-height. See #133 */
    width:100%;
}

/* 
  BS3 width:1005 for inputs breaks editable form in popup 
  See: https://github.com/vitalets/x-editable/issues/393
*/
.editableform .form-control {
    width: 100%;
    box-shadow:0 1px 3px #e8e8e8 inset;
}

.editable-buttons {
   display: inline-block; /* should be inline to take effect of parent's white-space: nowrap */
   vertical-align: top;
   margin-left: 7px;
   /* inline-block emulation for IE7*/
   zoom: 1; 
   *display: inline;
   position: absolute;
    right: 15px;
    bottom: -30px;
}

.editable-buttons.editable-buttons-bottom {
   display: block; 
   margin-top: 7px;
   margin-left: 0;
}

.editable-input {
    vertical-align: top; 
    display: inline-block; /* should be inline to take effect of parent's white-space: nowrap */
    width: 100%; /* bootstrap-responsive has width: 100% that breakes layout */
    white-space: normal; /* reset white-space decalred in parent*/
   /* display-inline emulation for IE7*/
   zoom: 1; 
   *display: inline;   
}

.editable-buttons .editable-cancel {
   margin-left: 7px; 
}

/*for jquery-ui buttons need set height to look more pretty*/
.editable-buttons button.ui-button-icon-only {
   height: 24px; 
   width: 30px;
}

.editableform-loading {
    background: url('../img/loading.gif') center center no-repeat;  
    height: 25px;
    width: auto; 
    min-width: 25px; 
}

.editable-inline .editableform-loading {
    background-position: left 5px;      
}

 .editable-error-block {
    max-width: 300px;
    margin: 5px 0 0 0;
    width: auto;
    white-space: normal;
}

/*add padding for jquery ui*/
.editable-error-block.ui-state-error {
    padding: 3px;  
}  

.editable-error {
   color: red;  
}

/* ---- For specific types ---- */

.editableform .editable-date {
    padding: 0; 
    margin: 0;
    float: left;
}

/* move datepicker icon to center of add-on button. See https://github.com/vitalets/x-editable/issues/183 */
.editable-inline .add-on .icon-th {
   margin-top: 3px;
   margin-left: 1px; 
}


/* checklist vertical alignment */
.editable-checklist label input[type="checkbox"], 
.editable-checklist label span {
    vertical-align: middle;
    margin: 0;
}

.editable-checklist label {
    white-space: nowrap; 
}

/* set exact width of textarea to fit buttons toolbar */
.editable-wysihtml5 {
    width: 566px; 
    height: 250px; 
}

/* clear button shown as link in date inputs */
.editable-clear {
   clear: both;
   font-size: 0.9em;
   text-decoration: none;
   text-align: right;
}

/* IOS-style clear button for text inputs */
.editable-clear-x {
   background: url('../img/clear.png') center center no-repeat;
   display: block;
   width: 13px;    
   height: 13px;
   position: absolute;
   opacity: 0.6;
   z-index: 100;
   
   top: 50%;
   right: 6px;
   margin-top: -6px;
   
}

.editable-clear-x:hover {
   opacity: 1;
}

.editable-pre-wrapped {
   white-space: pre-wrap;
}
.editable-container.editable-popup {
    max-width: none !important; /* without this rule poshytip/tooltip does not stretch */
}  

.editable-container.popover {
    width: auto; /* without this rule popover does not stretch */
}

.editable-container.editable-inline {
    display: inline-block; 
    vertical-align: middle;
    width: 100%;
    /* inline-block emulation for IE7*/
    zoom: 1; 
    *display: inline;    
}

.editable-container.ui-widget {
   font-size: inherit;  /* jqueryui widget font 1.1em too big, overwrite it */
   z-index: 9990; /* should be less than select2 dropdown z-index to close dropdown first when click */
}
.editable-click, 
a.editable-click, 
a.editable-click:hover {
    text-decoration: none;
    /*border-bottom: dashed 1px #0088cc;*/
}

.editable-click.editable-disabled, 
a.editable-click.editable-disabled, 
a.editable-click.editable-disabled:hover {
   color: #585858;  
   cursor: default;
   border-bottom: none;
}

.editable-empty, .editable-empty:hover, .editable-empty:focus{
  font-style: italic; 
  color: #DD1144;  
  /* border-bottom: none; */
  text-decoration: none;
}

.editable-unsaved {
  font-weight: bold; 
}

.editable-unsaved:after {
/*    content: '*'*/
}

.editable-bg-transition {
  -webkit-transition: background-color 1400ms ease-out;
  -moz-transition: background-color 1400ms ease-out;
  -o-transition: background-color 1400ms ease-out;
  -ms-transition: background-color 1400ms ease-out;
  transition: background-color 1400ms ease-out;  
}

/*see https://github.com/vitalets/x-editable/issues/139 */
.form-horizontal .editable
{ 
    padding-top: 5px;
    display:inline-block;
}


/*!
 * Datepicker for Bootstrap
 *
 * Copyright 2012 Stefan Petre
 * Improvements by Andrew Rowls
 * Licensed under the Apache License v2.0
 * http://www.apache.org/licenses/LICENSE-2.0
 *
 */
.datepicker {
  padding: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  direction: ltr;
  /*.dow {
		border-top: 1px solid #ddd !important;
	}*/

}
.datepicker-inline {
  width: 220px;
}
.datepicker.datepicker-rtl {
  direction: rtl;
}
.datepicker.datepicker-rtl table tr td span {
  float: right;
}
.datepicker-dropdown {
  top: 0;
  left: 0;
}
.datepicker-dropdown:before {
  content: '';
  display: inline-block;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 7px solid #ccc;
  border-bottom-color: rgba(0, 0, 0, 0.2);
  position: absolute;
  top: -7px;
  left: 6px;
}
.datepicker-dropdown:after {
  content: '';
  display: inline-block;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid #ffffff;
  position: absolute;
  top: -6px;
  left: 7px;
}
.datepicker > div {
  display: none;
}
.datepicker.days div.datepicker-days {
  display: block;
}
.datepicker.months div.datepicker-months {
  display: block;
}
.datepicker.years div.datepicker-years {
  display: block;
}
.datepicker table {
  margin: 0;
}
.datepicker td,
.datepicker th {
  text-align: center;
  width: 20px;
  height: 20px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  border: none;
}
.table-striped .datepicker table tr td,
.table-striped .datepicker table tr th {
  background-color: transparent;
}
.datepicker table tr td.day:hover {
  background: #eeeeee;
  cursor: pointer;
}
.datepicker table tr td.old,
.datepicker table tr td.new {
  color: #999999;
}
.datepicker table tr td.disabled,
.datepicker table tr td.disabled:hover {
  background: none;
  color: #999999;
  cursor: default;
}
.datepicker table tr td.today,
.datepicker table tr td.today:hover,
.datepicker table tr td.today.disabled,
.datepicker table tr td.today.disabled:hover {
  background-color: #fde19a;
  background-image: -moz-linear-gradient(top, #fdd49a, #fdf59a);
  background-image: -ms-linear-gradient(top, #fdd49a, #fdf59a);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fdd49a), to(#fdf59a));
  background-image: -webkit-linear-gradient(top, #fdd49a, #fdf59a);
  background-image: -o-linear-gradient(top, #fdd49a, #fdf59a);
  background-image: linear-gradient(top, #fdd49a, #fdf59a);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fdd49a', endColorstr='#fdf59a', GradientType=0);
  border-color: #fdf59a #fdf59a #fbed50;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  color: #000;
}
.datepicker table tr td.today:hover,
.datepicker table tr td.today:hover:hover,
.datepicker table tr td.today.disabled:hover,
.datepicker table tr td.today.disabled:hover:hover,
.datepicker table tr td.today:active,
.datepicker table tr td.today:hover:active,
.datepicker table tr td.today.disabled:active,
.datepicker table tr td.today.disabled:hover:active,
.datepicker table tr td.today.active,
.datepicker table tr td.today:hover.active,
.datepicker table tr td.today.disabled.active,
.datepicker table tr td.today.disabled:hover.active,
.datepicker table tr td.today.disabled,
.datepicker table tr td.today:hover.disabled,
.datepicker table tr td.today.disabled.disabled,
.datepicker table tr td.today.disabled:hover.disabled,
.datepicker table tr td.today[disabled],
.datepicker table tr td.today:hover[disabled],
.datepicker table tr td.today.disabled[disabled],
.datepicker table tr td.today.disabled:hover[disabled] {
  background-color: #fdf59a;
}
.datepicker table tr td.today:active,
.datepicker table tr td.today:hover:active,
.datepicker table tr td.today.disabled:active,
.datepicker table tr td.today.disabled:hover:active,
.datepicker table tr td.today.active,
.datepicker table tr td.today:hover.active,
.datepicker table tr td.today.disabled.active,
.datepicker table tr td.today.disabled:hover.active {
  background-color: #fbf069 \9;
}
.datepicker table tr td.today:hover:hover {
  color: #000;
}
.datepicker table tr td.today.active:hover {
  color: #fff;
}
.datepicker table tr td.range,
.datepicker table tr td.range:hover,
.datepicker table tr td.range.disabled,
.datepicker table tr td.range.disabled:hover {
  background: #eeeeee;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.datepicker table tr td.range.today,
.datepicker table tr td.range.today:hover,
.datepicker table tr td.range.today.disabled,
.datepicker table tr td.range.today.disabled:hover {
  background-color: #f3d17a;
  background-image: -moz-linear-gradient(top, #f3c17a, #f3e97a);
  background-image: -ms-linear-gradient(top, #f3c17a, #f3e97a);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#f3c17a), to(#f3e97a));
  background-image: -webkit-linear-gradient(top, #f3c17a, #f3e97a);
  background-image: -o-linear-gradient(top, #f3c17a, #f3e97a);
  background-image: linear-gradient(top, #f3c17a, #f3e97a);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f3c17a', endColorstr='#f3e97a', GradientType=0);
  border-color: #f3e97a #f3e97a #edde34;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.datepicker table tr td.range.today:hover,
.datepicker table tr td.range.today:hover:hover,
.datepicker table tr td.range.today.disabled:hover,
.datepicker table tr td.range.today.disabled:hover:hover,
.datepicker table tr td.range.today:active,
.datepicker table tr td.range.today:hover:active,
.datepicker table tr td.range.today.disabled:active,
.datepicker table tr td.range.today.disabled:hover:active,
.datepicker table tr td.range.today.active,
.datepicker table tr td.range.today:hover.active,
.datepicker table tr td.range.today.disabled.active,
.datepicker table tr td.range.today.disabled:hover.active,
.datepicker table tr td.range.today.disabled,
.datepicker table tr td.range.today:hover.disabled,
.datepicker table tr td.range.today.disabled.disabled,
.datepicker table tr td.range.today.disabled:hover.disabled,
.datepicker table tr td.range.today[disabled],
.datepicker table tr td.range.today:hover[disabled],
.datepicker table tr td.range.today.disabled[disabled],
.datepicker table tr td.range.today.disabled:hover[disabled] {
  background-color: #f3e97a;
}
.datepicker table tr td.range.today:active,
.datepicker table tr td.range.today:hover:active,
.datepicker table tr td.range.today.disabled:active,
.datepicker table tr td.range.today.disabled:hover:active,
.datepicker table tr td.range.today.active,
.datepicker table tr td.range.today:hover.active,
.datepicker table tr td.range.today.disabled.active,
.datepicker table tr td.range.today.disabled:hover.active {
  background-color: #efe24b \9;
}
.datepicker table tr td.selected,
.datepicker table tr td.selected:hover,
.datepicker table tr td.selected.disabled,
.datepicker table tr td.selected.disabled:hover {
  background-color: #9e9e9e;
  background-image: -moz-linear-gradient(top, #b3b3b3, #808080);
  background-image: -ms-linear-gradient(top, #b3b3b3, #808080);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#b3b3b3), to(#808080));
  background-image: -webkit-linear-gradient(top, #b3b3b3, #808080);
  background-image: -o-linear-gradient(top, #b3b3b3, #808080);
  background-image: linear-gradient(top, #b3b3b3, #808080);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#b3b3b3', endColorstr='#808080', GradientType=0);
  border-color: #808080 #808080 #595959;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.datepicker table tr td.selected:hover,
.datepicker table tr td.selected:hover:hover,
.datepicker table tr td.selected.disabled:hover,
.datepicker table tr td.selected.disabled:hover:hover,
.datepicker table tr td.selected:active,
.datepicker table tr td.selected:hover:active,
.datepicker table tr td.selected.disabled:active,
.datepicker table tr td.selected.disabled:hover:active,
.datepicker table tr td.selected.active,
.datepicker table tr td.selected:hover.active,
.datepicker table tr td.selected.disabled.active,
.datepicker table tr td.selected.disabled:hover.active,
.datepicker table tr td.selected.disabled,
.datepicker table tr td.selected:hover.disabled,
.datepicker table tr td.selected.disabled.disabled,
.datepicker table tr td.selected.disabled:hover.disabled,
.datepicker table tr td.selected[disabled],
.datepicker table tr td.selected:hover[disabled],
.datepicker table tr td.selected.disabled[disabled],
.datepicker table tr td.selected.disabled:hover[disabled] {
  background-color: #808080;
}
.datepicker table tr td.selected:active,
.datepicker table tr td.selected:hover:active,
.datepicker table tr td.selected.disabled:active,
.datepicker table tr td.selected.disabled:hover:active,
.datepicker table tr td.selected.active,
.datepicker table tr td.selected:hover.active,
.datepicker table tr td.selected.disabled.active,
.datepicker table tr td.selected.disabled:hover.active {
  background-color: #666666 \9;
}
.datepicker table tr td.active,
.datepicker table tr td.active:hover,
.datepicker table tr td.active.disabled,
.datepicker table tr td.active.disabled:hover {
  background-color: #006dcc;
  background-image: -moz-linear-gradient(top, #0088cc, #0044cc);
  background-image: -ms-linear-gradient(top, #0088cc, #0044cc);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#0088cc), to(#0044cc));
  background-image: -webkit-linear-gradient(top, #0088cc, #0044cc);
  background-image: -o-linear-gradient(top, #0088cc, #0044cc);
  background-image: linear-gradient(top, #0088cc, #0044cc);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0088cc', endColorstr='#0044cc', GradientType=0);
  border-color: #0044cc #0044cc #002a80;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.datepicker table tr td.active:hover,
.datepicker table tr td.active:hover:hover,
.datepicker table tr td.active.disabled:hover,
.datepicker table tr td.active.disabled:hover:hover,
.datepicker table tr td.active:active,
.datepicker table tr td.active:hover:active,
.datepicker table tr td.active.disabled:active,
.datepicker table tr td.active.disabled:hover:active,
.datepicker table tr td.active.active,
.datepicker table tr td.active:hover.active,
.datepicker table tr td.active.disabled.active,
.datepicker table tr td.active.disabled:hover.active,
.datepicker table tr td.active.disabled,
.datepicker table tr td.active:hover.disabled,
.datepicker table tr td.active.disabled.disabled,
.datepicker table tr td.active.disabled:hover.disabled,
.datepicker table tr td.active[disabled],
.datepicker table tr td.active:hover[disabled],
.datepicker table tr td.active.disabled[disabled],
.datepicker table tr td.active.disabled:hover[disabled] {
  background-color: #0044cc;
}
.datepicker table tr td.active:active,
.datepicker table tr td.active:hover:active,
.datepicker table tr td.active.disabled:active,
.datepicker table tr td.active.disabled:hover:active,
.datepicker table tr td.active.active,
.datepicker table tr td.active:hover.active,
.datepicker table tr td.active.disabled.active,
.datepicker table tr td.active.disabled:hover.active {
  background-color: #003399 \9;
}
.datepicker table tr td span {
  display: block;
  width: 23%;
  height: 54px;
  line-height: 54px;
  float: left;
  margin: 1%;
  cursor: pointer;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.datepicker table tr td span:hover {
  background: #eeeeee;
}
.datepicker table tr td span.disabled,
.datepicker table tr td span.disabled:hover {
  background: none;
  color: #999999;
  cursor: default;
}
.datepicker table tr td span.active,
.datepicker table tr td span.active:hover,
.datepicker table tr td span.active.disabled,
.datepicker table tr td span.active.disabled:hover {
  background-color: #006dcc;
  background-image: -moz-linear-gradient(top, #0088cc, #0044cc);
  background-image: -ms-linear-gradient(top, #0088cc, #0044cc);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#0088cc), to(#0044cc));
  background-image: -webkit-linear-gradient(top, #0088cc, #0044cc);
  background-image: -o-linear-gradient(top, #0088cc, #0044cc);
  background-image: linear-gradient(top, #0088cc, #0044cc);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0088cc', endColorstr='#0044cc', GradientType=0);
  border-color: #0044cc #0044cc #002a80;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.datepicker table tr td span.active:hover,
.datepicker table tr td span.active:hover:hover,
.datepicker table tr td span.active.disabled:hover,
.datepicker table tr td span.active.disabled:hover:hover,
.datepicker table tr td span.active:active,
.datepicker table tr td span.active:hover:active,
.datepicker table tr td span.active.disabled:active,
.datepicker table tr td span.active.disabled:hover:active,
.datepicker table tr td span.active.active,
.datepicker table tr td span.active:hover.active,
.datepicker table tr td span.active.disabled.active,
.datepicker table tr td span.active.disabled:hover.active,
.datepicker table tr td span.active.disabled,
.datepicker table tr td span.active:hover.disabled,
.datepicker table tr td span.active.disabled.disabled,
.datepicker table tr td span.active.disabled:hover.disabled,
.datepicker table tr td span.active[disabled],
.datepicker table tr td span.active:hover[disabled],
.datepicker table tr td span.active.disabled[disabled],
.datepicker table tr td span.active.disabled:hover[disabled] {
  background-color: #0044cc;
}
.datepicker table tr td span.active:active,
.datepicker table tr td span.active:hover:active,
.datepicker table tr td span.active.disabled:active,
.datepicker table tr td span.active.disabled:hover:active,
.datepicker table tr td span.active.active,
.datepicker table tr td span.active:hover.active,
.datepicker table tr td span.active.disabled.active,
.datepicker table tr td span.active.disabled:hover.active {
  background-color: #003399 \9;
}
.datepicker table tr td span.old,
.datepicker table tr td span.new {
  color: #999999;
}
.datepicker th.datepicker-switch {
  width: 145px;
}
.datepicker thead tr:first-child th,
.datepicker tfoot tr th {
  cursor: pointer;
}
.datepicker thead tr:first-child th:hover,
.datepicker tfoot tr th:hover {
  background: #eeeeee;
}
.datepicker .cw {
  font-size: 10px;
  width: 12px;
  padding: 0 2px 0 5px;
  vertical-align: middle;
}
.datepicker thead tr:first-child th.cw {
  cursor: default;
  background-color: transparent;
}
.input-append.date .add-on i,
.input-prepend.date .add-on i {
  display: block;
  cursor: pointer;
  width: 16px;
  height: 16px;
}
.input-daterange input {
  text-align: center;
}
.input-daterange input:first-child {
  -webkit-border-radius: 3px 0 0 3px;
  -moz-border-radius: 3px 0 0 3px;
  border-radius: 3px 0 0 3px;
}
.input-daterange input:last-child {
  -webkit-border-radius: 0 3px 3px 0;
  -moz-border-radius: 0 3px 3px 0;
  border-radius: 0 3px 3px 0;
}
.input-daterange .add-on {
  display: inline-block;
  width: auto;
  min-width: 16px;
  height: 18px;
  padding: 4px 5px;
  font-weight: normal;
  line-height: 18px;
  text-align: center;
  text-shadow: 0 1px 0 #ffffff;
  vertical-align: middle;
  background-color: #eeeeee;
  border: 1px solid #ccc;
  margin-left: -5px;
  margin-right: -5px;
}

@font-face {
  font-family: 'jason-learning';
  src: url('fonts/jason-learning.eot?1jbh2r');
  src: url('fonts/jason-learning.eot?1jbh2r#iefix') format('embedded-opentype'), url('fonts/jason-learning.ttf?1jbh2r') format('truetype'), url('fonts/jason-learning.woff?1jbh2r') format('woff'), url('fonts/jason-learning.svg?1jbh2r#jason-learning') format('svg');
  font-weight: normal;
  font-style: normal;
}
.lnr {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'jason-learning' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.lnr-journal:before {
  content: "\e92f";
}
.lnr-advanced-search:before {
  content: "\e92e";
}
.lnr-journaling:before {
  content: "\e92d";
}
.lnr-shape:before {
  content: "\e92c";
}
.lnr-menu:before {
  content: "\e92b";
}
.lnr-assign:before {
  content: "\e92a";
}
.lnr-eye:before {
  content: "\e928";
}
.lnr-Students:before {
  content: "\e929";
}
.lnr-Edit:before {
  content: "\e922";
}
.lnr-Assessments:before {
  content: "\e923";
}
.lnr-Calendar:before {
  content: "\e924";
}
.lnr-Delete:before {
  content: "\e925";
}
.lnr-LessonPlans:before {
  content: "\e926";
}
.lnr-Tick:before {
  content: "\e927";
}
.lnr-icon-play:before {
  content: "\e921";
}
.lnr-checkmark:before {
  content: "\e920";
}
.lnr-classroom-nav:before {
  content: "\e91f";
}
.lnr-Games:before {
  content: "\e91d";
}
.lnr-Curricula:before {
  content: "\e91e";
}
.lnr-down:before {
  content: "\e900";
}
.lnr-left:before {
  content: "\e901";
}
.lnr-right:before {
  content: "\e902";
}
.lnr-gallery:before {
  content: "\e903";
}
.lnr-article:before {
  content: "\e904";
}
.lnr-classroom:before {
  content: "\e905";
}
.lnr-clock:before {
  content: "\e906";
}
.lnr-delete:before {
  content: "\e907";
}
.lnr-Explore:before {
  content: "\e908";
}
.lnr-Home:before {
  content: "\e909";
}
.lnr-logout:before {
  content: "\e90a";
}
.lnr-notification:before {
  content: "\e90b";
}
.lnr-photo:before {
  content: "\e90c";
}
.lnr-search:before {
  content: "\e90d";
}
.lnr-clock2:before {
  content: "\e90e";
}
.lnr-articles:before {
  content: "\e90f";
}
.lnr-download:before {
  content: "\e910";
}
.lnr-field-assignment:before {
  content: "\e911";
}
.lnr-lab:before {
  content: "\e912";
}
.lnr-overview:before {
  content: "\e913";
}
.lnr-team:before {
  content: "\e914";
}
.lnr-video:before {
  content: "\e915";
}
.lnr-add:before {
  content: "\e916";
}
.lnr-announcements:before {
  content: "\e917";
}
.lnr-assignments:before {
  content: "\e918";
}
.lnr-back:before {
  content: "\e919";
}
.lnr-close:before {
  content: "\e91a";
}
.lnr-Resources:before {
  content: "\e91b";
}
.lnr-search2:before {
  content: "\e91c";
}

