/* Minification failed. Returning unminified contents.
(3440,10): run-time error CSS1030: Expected identifier, found '.'
(3440,25): run-time error CSS1031: Expected selector, found ')'
(3440,25): run-time error CSS1025: Expected comma or open brace, found ')'
(3461,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '@supports'
 */
/*! jQuery UI - v1.14.1 - 2025-10-21
* https://jqueryui.com
* Includes: draggable.css, core.css, resizable.css, selectable.css, sortable.css, accordion.css, autocomplete.css, menu.css, button.css, controlgroup.css, checkboxradio.css, datepicker.css, dialog.css, progressbar.css, selectmenu.css, slider.css, spinner.css, tabs.css, tooltip.css, theme.css
* To view and modify this theme, visit https://jqueryui.com/themeroller/?ffDefault=Arial%2CHelvetica%2Csans-serif&fsDefault=1em&fwDefault=normal&cornerRadius=3px&bgColorHeader=%23e9e9e9&bgTextureHeader=flat&borderColorHeader=%23dddddd&fcHeader=%23333333&iconColorHeader=%23444444&bgColorContent=%23ffffff&bgTextureContent=flat&borderColorContent=%23dddddd&fcContent=%23333333&iconColorContent=%23444444&bgColorDefault=%23f6f6f6&bgTextureDefault=flat&borderColorDefault=%23c5c5c5&fcDefault=%23454545&iconColorDefault=%23777777&bgColorHover=%23ededed&bgTextureHover=flat&borderColorHover=%23cccccc&fcHover=%232b2b2b&iconColorHover=%23555555&bgColorActive=%23007fff&bgTextureActive=flat&borderColorActive=%23003eff&fcActive=%23ffffff&iconColorActive=%23ffffff&bgColorHighlight=%23fffa90&bgTextureHighlight=flat&borderColorHighlight=%23dad55e&fcHighlight=%23777620&iconColorHighlight=%23777620&bgColorError=%23fddfdf&bgTextureError=flat&borderColorError=%23f1a899&fcError=%235f3f3f&iconColorError=%23cc0000&bgColorOverlay=%23aaaaaa&bgTextureOverlay=flat&bgImgOpacityOverlay=0&opacityOverlay=30&bgColorShadow=%23666666&bgTextureShadow=flat&bgImgOpacityShadow=0&opacityShadow=30&thicknessShadow=5px&offsetTopShadow=0px&offsetLeftShadow=0px&cornerRadiusShadow=8px&bgImgOpacityHeader=&bgImgOpacityContent=&bgImgOpacityDefault=&bgImgOpacityHover=&bgImgOpacityActive=&bgImgOpacityHighlight=&bgImgOpacityError=
* Copyright OpenJS Foundation and other contributors; Licensed MIT */

.ui-draggable-handle {
	touch-action: none;
}
/* Layout helpers
----------------------------------*/
.ui-helper-hidden {
	display: none;
}
.ui-helper-hidden-accessible {
	border: 0;
	clip: rect(0 0 0 0);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px;
}
.ui-helper-reset {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	line-height: 1.3;
	text-decoration: none;
	font-size: 100%;
	list-style: none;
}
.ui-helper-clearfix:before,
.ui-helper-clearfix:after {
	content: "";
	display: table;
	border-collapse: collapse;
}
.ui-helper-clearfix:after {
	clear: both;
}
.ui-helper-zfix {
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	position: absolute;
	opacity: 0;
}

.ui-front {
	z-index: 100;
}


/* Interaction Cues
----------------------------------*/
.ui-state-disabled {
	cursor: default !important;
	pointer-events: none;
}


/* Icons
----------------------------------*/
.ui-icon {
	display: inline-block;
	vertical-align: middle;
	margin-top: -.25em;
	position: relative;
	text-indent: -99999px;
	overflow: hidden;
	background-repeat: no-repeat;
}

.ui-widget-icon-block {
	left: 50%;
	margin-left: -8px;
	display: block;
}

/* Misc visuals
----------------------------------*/

/* Overlays */
.ui-widget-overlay {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.ui-resizable {
	position: relative;
}
.ui-resizable-handle {
	position: absolute;
	font-size: 0.1px;
	display: block;
	touch-action: none;
}
.ui-resizable-disabled .ui-resizable-handle,
.ui-resizable-autohide .ui-resizable-handle {
	display: none;
}
.ui-resizable-n {
	cursor: n-resize;
	height: 7px;
	width: 100%;
	top: -5px;
	left: 0;
}
.ui-resizable-s {
	cursor: s-resize;
	height: 7px;
	width: 100%;
	bottom: -5px;
	left: 0;
}
.ui-resizable-e {
	cursor: e-resize;
	width: 7px;
	right: -5px;
	top: 0;
	height: 100%;
}
.ui-resizable-w {
	cursor: w-resize;
	width: 7px;
	left: -5px;
	top: 0;
	height: 100%;
}
.ui-resizable-se {
	cursor: se-resize;
	width: 12px;
	height: 12px;
	right: 1px;
	bottom: 1px;
}
.ui-resizable-sw {
	cursor: sw-resize;
	width: 9px;
	height: 9px;
	left: -5px;
	bottom: -5px;
}
.ui-resizable-nw {
	cursor: nw-resize;
	width: 9px;
	height: 9px;
	left: -5px;
	top: -5px;
}
.ui-resizable-ne {
	cursor: ne-resize;
	width: 9px;
	height: 9px;
	right: -5px;
	top: -5px;
}
.ui-selectable {
	touch-action: none;
}
.ui-selectable-helper {
	position: absolute;
	z-index: 100;
	border: 1px dotted black;
}
.ui-sortable-handle {
	touch-action: none;
}
.ui-accordion .ui-accordion-header {
	display: block;
	cursor: pointer;
	position: relative;
	margin: 2px 0 0 0;
	padding: .5em .5em .5em .7em;
	font-size: 100%;
}
.ui-accordion .ui-accordion-content {
	padding: 1em 2.2em;
	border-top: 0;
	overflow: auto;
}
.ui-autocomplete {
	position: absolute;
	top: 0;
	left: 0;
	cursor: default;
}
.ui-menu {
	list-style: none;
	padding: 0;
	margin: 0;
	display: block;
	outline: 0;
}
.ui-menu .ui-menu {
	position: absolute;
}
.ui-menu .ui-menu-item {
	margin: 0;
	cursor: pointer;
}
.ui-menu .ui-menu-item-wrapper {
	position: relative;
	padding: 3px 1em 3px .4em;
}
.ui-menu .ui-menu-divider {
	margin: 5px 0;
	height: 0;
	font-size: 0;
	line-height: 0;
	border-width: 1px 0 0 0;
}
.ui-menu .ui-state-focus,
.ui-menu .ui-state-active {
	margin: -1px;
}

/* icon support */
.ui-menu-icons {
	position: relative;
}
.ui-menu-icons .ui-menu-item-wrapper {
	padding-left: 2em;
}

/* left-aligned */
.ui-menu .ui-icon {
	position: absolute;
	top: 0;
	bottom: 0;
	left: .2em;
	margin: auto 0;
}

/* right-aligned */
.ui-menu .ui-menu-icon {
	left: auto;
	right: 0;
}
.ui-button {
	padding: .4em 1em;
	display: inline-block;
	position: relative;
	line-height: normal;
	margin-right: .1em;
	cursor: pointer;
	vertical-align: middle;
	text-align: center;
	-webkit-user-select: none;
	user-select: none;
}

.ui-button,
.ui-button:link,
.ui-button:visited,
.ui-button:hover,
.ui-button:active {
	text-decoration: none;
}

/* to make room for the icon, a width needs to be set here */
.ui-button-icon-only {
	width: 2em;
	box-sizing: border-box;
	text-indent: -9999px;
	white-space: nowrap;
}

/* no icon support for input elements */
input.ui-button.ui-button-icon-only {
	text-indent: 0;
}

/* button icon element(s) */
.ui-button-icon-only .ui-icon {
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -8px;
	margin-left: -8px;
}

.ui-button.ui-icon-notext .ui-icon {
	padding: 0;
	width: 2.1em;
	height: 2.1em;
	text-indent: -9999px;
	white-space: nowrap;

}

input.ui-button.ui-icon-notext .ui-icon {
	width: auto;
	height: auto;
	text-indent: 0;
	white-space: normal;
	padding: .4em 1em;
}

/* workarounds */
/* Support: Firefox 5 - 125+ */
input.ui-button::-moz-focus-inner,
button.ui-button::-moz-focus-inner {
	border: 0;
	padding: 0;
}
.ui-controlgroup {
	vertical-align: middle;
	display: inline-block;
}
.ui-controlgroup > .ui-controlgroup-item {
	float: left;
	margin-left: 0;
	margin-right: 0;
}
.ui-controlgroup > .ui-controlgroup-item:focus,
.ui-controlgroup > .ui-controlgroup-item.ui-visual-focus {
	z-index: 9999;
}
.ui-controlgroup-vertical > .ui-controlgroup-item {
	display: block;
	float: none;
	width: 100%;
	margin-top: 0;
	margin-bottom: 0;
	text-align: left;
}
.ui-controlgroup-vertical .ui-controlgroup-item {
	box-sizing: border-box;
}
.ui-controlgroup .ui-controlgroup-label {
	padding: .4em 1em;
}
.ui-controlgroup .ui-controlgroup-label span {
	font-size: 80%;
}
.ui-controlgroup-horizontal .ui-controlgroup-label + .ui-controlgroup-item {
	border-left: none;
}
.ui-controlgroup-vertical .ui-controlgroup-label + .ui-controlgroup-item {
	border-top: none;
}
.ui-controlgroup-horizontal .ui-controlgroup-label.ui-widget-content {
	border-right: none;
}
.ui-controlgroup-vertical .ui-controlgroup-label.ui-widget-content {
	border-bottom: none;
}

/* Spinner specific style fixes */
.ui-controlgroup-vertical .ui-spinner-input {
	width: calc( 100% - 2.4em );
}
.ui-controlgroup-vertical .ui-spinner .ui-spinner-up {
	border-top-style: solid;
}

.ui-checkboxradio-label .ui-icon-background {
	box-shadow: inset 1px 1px 1px #ccc;
	border-radius: .12em;
	border: none;
}
.ui-checkboxradio-radio-label .ui-icon-background {
	width: 16px;
	height: 16px;
	border-radius: 1em;
	overflow: visible;
	border: none;
}
.ui-checkboxradio-radio-label.ui-checkboxradio-checked .ui-icon,
.ui-checkboxradio-radio-label.ui-checkboxradio-checked:hover .ui-icon {
	background-image: none;
	width: 8px;
	height: 8px;
	border-width: 4px;
	border-style: solid;
}
.ui-checkboxradio-disabled {
	pointer-events: none;
}
.ui-datepicker {
	width: 17em;
	padding: .2em .2em 0;
	display: none;
}
.ui-datepicker .ui-datepicker-header {
	position: relative;
	padding: .2em 0;
}
.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
	position: absolute;
	top: 2px;
	width: 1.8em;
	height: 1.8em;
}
.ui-datepicker .ui-datepicker-prev-hover,
.ui-datepicker .ui-datepicker-next-hover {
	top: 1px;
}
.ui-datepicker .ui-datepicker-prev {
	left: 2px;
}
.ui-datepicker .ui-datepicker-next {
	right: 2px;
}
.ui-datepicker .ui-datepicker-prev-hover {
	left: 1px;
}
.ui-datepicker .ui-datepicker-next-hover {
	right: 1px;
}
.ui-datepicker .ui-datepicker-prev span,
.ui-datepicker .ui-datepicker-next span {
	display: block;
	position: absolute;
	left: 50%;
	margin-left: -8px;
	top: 50%;
	margin-top: -8px;
}
.ui-datepicker .ui-datepicker-title {
	margin: 0 2.3em;
	line-height: 1.8em;
	text-align: center;
}
.ui-datepicker .ui-datepicker-title select {
	font-size: 1em;
	margin: 1px 0;
}
.ui-datepicker select.ui-datepicker-month,
.ui-datepicker select.ui-datepicker-year {
	width: 45%;
}
.ui-datepicker table {
	width: 100%;
	font-size: .9em;
	border-collapse: collapse;
	margin: 0 0 .4em;
}
.ui-datepicker th {
	padding: .7em .3em;
	text-align: center;
	font-weight: bold;
	border: 0;
}
.ui-datepicker td {
	border: 0;
	padding: 1px;
}
.ui-datepicker td span,
.ui-datepicker td a {
	display: block;
	padding: .2em;
	text-align: right;
	text-decoration: none;
}
.ui-datepicker .ui-datepicker-buttonpane {
	background-image: none;
	margin: .7em 0 0 0;
	padding: 0 .2em;
	border-left: 0;
	border-right: 0;
	border-bottom: 0;
}
.ui-datepicker .ui-datepicker-buttonpane button {
	float: right;
	margin: .5em .2em .4em;
	cursor: pointer;
	padding: .2em .6em .3em .6em;
	width: auto;
	overflow: visible;
}
.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current {
	float: left;
}

/* with multiple calendars */
.ui-datepicker.ui-datepicker-multi {
	width: auto;
}
.ui-datepicker-multi .ui-datepicker-group {
	float: left;
}
.ui-datepicker-multi .ui-datepicker-group table {
	width: 95%;
	margin: 0 auto .4em;
}
.ui-datepicker-multi-2 .ui-datepicker-group {
	width: 50%;
}
.ui-datepicker-multi-3 .ui-datepicker-group {
	width: 33.3%;
}
.ui-datepicker-multi-4 .ui-datepicker-group {
	width: 25%;
}
.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header {
	border-left-width: 0;
}
.ui-datepicker-multi .ui-datepicker-buttonpane {
	clear: left;
}
.ui-datepicker-row-break {
	clear: both;
	width: 100%;
	font-size: 0;
}

/* RTL support */
.ui-datepicker-rtl {
	direction: rtl;
}
.ui-datepicker-rtl .ui-datepicker-prev {
	right: 2px;
	left: auto;
}
.ui-datepicker-rtl .ui-datepicker-next {
	left: 2px;
	right: auto;
}
.ui-datepicker-rtl .ui-datepicker-prev:hover {
	right: 1px;
	left: auto;
}
.ui-datepicker-rtl .ui-datepicker-next:hover {
	left: 1px;
	right: auto;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane {
	clear: right;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane button {
	float: left;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current,
.ui-datepicker-rtl .ui-datepicker-group {
	float: right;
}
.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header {
	border-right-width: 0;
	border-left-width: 1px;
}

/* Icons */
.ui-datepicker .ui-icon {
	display: block;
	text-indent: -99999px;
	overflow: hidden;
	background-repeat: no-repeat;
	left: .5em;
	top: .3em;
}
.ui-dialog {
	position: absolute;
	top: 0;
	left: 0;
	padding: .2em;
	outline: 0;
}
.ui-dialog .ui-dialog-titlebar {
	padding: .4em 1em;
	position: relative;
}
.ui-dialog .ui-dialog-title {
	float: left;
	margin: .1em 0;
	white-space: nowrap;
	width: 90%;
	overflow: hidden;
	text-overflow: ellipsis;
}
.ui-dialog .ui-dialog-titlebar-close {
	position: absolute;
	right: .3em;
	top: 50%;
	width: 20px;
	margin: -10px 0 0 0;
	padding: 1px;
	height: 20px;
}
.ui-dialog .ui-dialog-content {
	position: relative;
	border: 0;
	padding: .5em 1em;
	background: none;
	overflow: auto;
}
.ui-dialog .ui-dialog-buttonpane {
	text-align: left;
	border-width: 1px 0 0 0;
	background-image: none;
	margin-top: .5em;
	padding: .3em 1em .5em .4em;
}
.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset {
	float: right;
}
.ui-dialog .ui-dialog-buttonpane button {
	margin: .5em .4em .5em 0;
	cursor: pointer;
}
.ui-dialog .ui-resizable-n {
	height: 2px;
	top: 0;
}
.ui-dialog .ui-resizable-e {
	width: 2px;
	right: 0;
}
.ui-dialog .ui-resizable-s {
	height: 2px;
	bottom: 0;
}
.ui-dialog .ui-resizable-w {
	width: 2px;
	left: 0;
}
.ui-dialog .ui-resizable-se,
.ui-dialog .ui-resizable-sw,
.ui-dialog .ui-resizable-ne,
.ui-dialog .ui-resizable-nw {
	width: 7px;
	height: 7px;
}
.ui-dialog .ui-resizable-se {
	right: 0;
	bottom: 0;
}
.ui-dialog .ui-resizable-sw {
	left: 0;
	bottom: 0;
}
.ui-dialog .ui-resizable-ne {
	right: 0;
	top: 0;
}
.ui-dialog .ui-resizable-nw {
	left: 0;
	top: 0;
}
.ui-draggable .ui-dialog-titlebar {
	cursor: move;
}
.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%;
	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;
	overflow-x: hidden;
	padding-bottom: 1px;
}
.ui-selectmenu-menu .ui-menu .ui-selectmenu-optgroup {
	font-size: 1em;
	font-weight: bold;
	line-height: 1.5;
	padding: 2px 0.4em;
	margin: 0.5em 0 0 0;
	height: auto;
	border: 0;
}
.ui-selectmenu-open {
	display: block;
}
.ui-selectmenu-text {
	display: block;
	margin-right: 20px;
	overflow: hidden;
	text-overflow: ellipsis;
}
.ui-selectmenu-button.ui-button {
	text-align: left;
	white-space: nowrap;
	width: 14em;
}
.ui-selectmenu-icon.ui-icon {
	float: right;
	margin-top: 0;
}
.ui-slider {
	position: relative;
	text-align: left;
}
.ui-slider .ui-slider-handle {
	position: absolute;
	z-index: 2;
	width: 1.2em;
	height: 1.2em;
	cursor: pointer;
	touch-action: none;
}
.ui-slider .ui-slider-range {
	position: absolute;
	z-index: 1;
	font-size: .7em;
	display: block;
	border: 0;
	background-position: 0 0;
}

.ui-slider-horizontal {
	height: .8em;
}
.ui-slider-horizontal .ui-slider-handle {
	top: -.3em;
	margin-left: -.6em;
}
.ui-slider-horizontal .ui-slider-range {
	top: 0;
	height: 100%;
}
.ui-slider-horizontal .ui-slider-range-min {
	left: 0;
}
.ui-slider-horizontal .ui-slider-range-max {
	right: 0;
}

.ui-slider-vertical {
	width: .8em;
	height: 100px;
}
.ui-slider-vertical .ui-slider-handle {
	left: -.3em;
	margin-left: 0;
	margin-bottom: -.6em;
}
.ui-slider-vertical .ui-slider-range {
	left: 0;
	width: 100%;
}
.ui-slider-vertical .ui-slider-range-min {
	bottom: 0;
}
.ui-slider-vertical .ui-slider-range-max {
	top: 0;
}
.ui-spinner {
	position: relative;
	display: inline-block;
	overflow: hidden;
	padding: 0;
	vertical-align: middle;
}
.ui-spinner-input {
	border: none;
	background: none;
	color: inherit;
	padding: .222em 0;
	margin: .2em 0;
	vertical-align: middle;
	margin-left: .4em;
	margin-right: 2em;
}
.ui-spinner-button {
	width: 1.6em;
	height: 50%;
	font-size: .5em;
	padding: 0;
	margin: 0;
	text-align: center;
	position: absolute;
	cursor: default;
	display: block;
	overflow: hidden;
	right: 0;
}
/* more specificity required here to override default borders */
.ui-spinner a.ui-spinner-button {
	border-top-style: none;
	border-bottom-style: none;
	border-right-style: none;
}
.ui-spinner-up {
	top: 0;
}
.ui-spinner-down {
	bottom: 0;
}
.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;
}
body .ui-tooltip {
	border-width: 2px;
}

/* Component containers
----------------------------------*/
.ui-widget {
	font-family: Arial,Helvetica,sans-serif;
	font-size: 1em;
}
.ui-widget .ui-widget {
	font-size: 1em;
}
.ui-widget input,
.ui-widget select,
.ui-widget textarea,
.ui-widget button {
	font-family: Arial,Helvetica,sans-serif;
	font-size: 1em;
}
.ui-widget.ui-widget-content {
	border: 1px solid #c5c5c5;
}
.ui-widget-content {
	border: 1px solid #dddddd;
	background: #ffffff;
	color: #333333;
}
.ui-widget-content a {
	color: #333333;
}
.ui-widget-header {
	border: 1px solid #dddddd;
	background: #e9e9e9;
	color: #333333;
	font-weight: bold;
}
.ui-widget-header a {
	color: #333333;
}

/* Interaction states
----------------------------------*/
.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default,
.ui-button,

/* We use html here because we need a greater specificity to make sure disabled
works properly when clicked or hovered */
html .ui-button.ui-state-disabled:hover,
html .ui-button.ui-state-disabled:active {
	border: 1px solid #c5c5c5;
	background: #f6f6f6;
	font-weight: normal;
	color: #454545;
}
.ui-state-default a,
.ui-state-default a:link,
.ui-state-default a:visited,
a.ui-button,
a:link.ui-button,
a:visited.ui-button,
.ui-button {
	color: #454545;
	text-decoration: none;
}
.ui-state-hover,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-hover,
.ui-state-focus,
.ui-widget-content .ui-state-focus,
.ui-widget-header .ui-state-focus,
.ui-button:hover,
.ui-button:focus {
	border: 1px solid #cccccc;
	background: #ededed;
	font-weight: normal;
	color: #2b2b2b;
}
.ui-state-hover a,
.ui-state-hover a:hover,
.ui-state-hover a:link,
.ui-state-hover a:visited,
.ui-state-focus a,
.ui-state-focus a:hover,
.ui-state-focus a:link,
.ui-state-focus a:visited,
a.ui-button:hover,
a.ui-button:focus {
	color: #2b2b2b;
	text-decoration: none;
}

.ui-visual-focus {
	box-shadow: 0 0 3px 1px rgb(94, 158, 214);
}
.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active,
a.ui-button:active,
.ui-button:active,
.ui-button.ui-state-active:hover {
	border: 1px solid #003eff;
	background: #007fff;
	font-weight: normal;
	color: #ffffff;
}
.ui-icon-background,
.ui-state-active .ui-icon-background {
	border: #003eff;
	background-color: #ffffff;
}
.ui-state-active a,
.ui-state-active a:link,
.ui-state-active a:visited {
	color: #ffffff;
	text-decoration: none;
}

/* Interaction Cues
----------------------------------*/
.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight {
	border: 1px solid #dad55e;
	background: #fffa90;
	color: #777620;
}
.ui-state-checked {
	border: 1px solid #dad55e;
	background: #fffa90;
}
.ui-state-highlight a,
.ui-widget-content .ui-state-highlight a,
.ui-widget-header .ui-state-highlight a {
	color: #777620;
}
.ui-state-error,
.ui-widget-content .ui-state-error,
.ui-widget-header .ui-state-error {
	border: 1px solid #f1a899;
	background: #fddfdf;
	color: #5f3f3f;
}
.ui-state-error a,
.ui-widget-content .ui-state-error a,
.ui-widget-header .ui-state-error a {
	color: #5f3f3f;
}
.ui-state-error-text,
.ui-widget-content .ui-state-error-text,
.ui-widget-header .ui-state-error-text {
	color: #5f3f3f;
}
.ui-priority-primary,
.ui-widget-content .ui-priority-primary,
.ui-widget-header .ui-priority-primary {
	font-weight: bold;
}
.ui-priority-secondary,
.ui-widget-content .ui-priority-secondary,
.ui-widget-header .ui-priority-secondary {
	opacity: .7;
	font-weight: normal;
}
.ui-state-disabled,
.ui-widget-content .ui-state-disabled,
.ui-widget-header .ui-state-disabled {
	opacity: .35;
	background-image: none;
}

/* Icons
----------------------------------*/

/* states and images */
.ui-icon {
	width: 16px;
	height: 16px;
}
.ui-icon,
.ui-widget-content .ui-icon {
	background-image: url("images/ui-icons_444444_256x240.png");
}
.ui-widget-header .ui-icon {
	background-image: url("images/ui-icons_444444_256x240.png");
}
.ui-state-hover .ui-icon,
.ui-state-focus .ui-icon,
.ui-button:hover .ui-icon,
.ui-button:focus .ui-icon {
	background-image: url("images/ui-icons_555555_256x240.png");
}
.ui-state-active .ui-icon,
.ui-button:active .ui-icon {
	background-image: url("images/ui-icons_ffffff_256x240.png");
}
.ui-state-highlight .ui-icon,
.ui-button .ui-state-highlight.ui-icon {
	background-image: url("images/ui-icons_777620_256x240.png");
}
.ui-state-error .ui-icon,
.ui-state-error-text .ui-icon {
	background-image: url("images/ui-icons_cc0000_256x240.png");
}
.ui-button .ui-icon {
	background-image: url("images/ui-icons_777777_256x240.png");
}

/* positioning */
/* Three classes needed to override `.ui-button:hover .ui-icon` */
.ui-icon-blank.ui-icon-blank.ui-icon-blank {
	background-image: none;
}
.ui-icon-caret-1-n { background-position: 0 0; }
.ui-icon-caret-1-ne { background-position: -16px 0; }
.ui-icon-caret-1-e { background-position: -32px 0; }
.ui-icon-caret-1-se { background-position: -48px 0; }
.ui-icon-caret-1-s { background-position: -65px 0; }
.ui-icon-caret-1-sw { background-position: -80px 0; }
.ui-icon-caret-1-w { background-position: -96px 0; }
.ui-icon-caret-1-nw { background-position: -112px 0; }
.ui-icon-caret-2-n-s { background-position: -128px 0; }
.ui-icon-caret-2-e-w { background-position: -144px 0; }
.ui-icon-triangle-1-n { background-position: 0 -16px; }
.ui-icon-triangle-1-ne { background-position: -16px -16px; }
.ui-icon-triangle-1-e { background-position: -32px -16px; }
.ui-icon-triangle-1-se { background-position: -48px -16px; }
.ui-icon-triangle-1-s { background-position: -65px -16px; }
.ui-icon-triangle-1-sw { background-position: -80px -16px; }
.ui-icon-triangle-1-w { background-position: -96px -16px; }
.ui-icon-triangle-1-nw { background-position: -112px -16px; }
.ui-icon-triangle-2-n-s { background-position: -128px -16px; }
.ui-icon-triangle-2-e-w { background-position: -144px -16px; }
.ui-icon-arrow-1-n { background-position: 0 -32px; }
.ui-icon-arrow-1-ne { background-position: -16px -32px; }
.ui-icon-arrow-1-e { background-position: -32px -32px; }
.ui-icon-arrow-1-se { background-position: -48px -32px; }
.ui-icon-arrow-1-s { background-position: -65px -32px; }
.ui-icon-arrow-1-sw { background-position: -80px -32px; }
.ui-icon-arrow-1-w { background-position: -96px -32px; }
.ui-icon-arrow-1-nw { background-position: -112px -32px; }
.ui-icon-arrow-2-n-s { background-position: -128px -32px; }
.ui-icon-arrow-2-ne-sw { background-position: -144px -32px; }
.ui-icon-arrow-2-e-w { background-position: -160px -32px; }
.ui-icon-arrow-2-se-nw { background-position: -176px -32px; }
.ui-icon-arrowstop-1-n { background-position: -192px -32px; }
.ui-icon-arrowstop-1-e { background-position: -208px -32px; }
.ui-icon-arrowstop-1-s { background-position: -224px -32px; }
.ui-icon-arrowstop-1-w { background-position: -240px -32px; }
.ui-icon-arrowthick-1-n { background-position: 1px -48px; }
.ui-icon-arrowthick-1-ne { background-position: -16px -48px; }
.ui-icon-arrowthick-1-e { background-position: -32px -48px; }
.ui-icon-arrowthick-1-se { background-position: -48px -48px; }
.ui-icon-arrowthick-1-s { background-position: -64px -48px; }
.ui-icon-arrowthick-1-sw { background-position: -80px -48px; }
.ui-icon-arrowthick-1-w { background-position: -96px -48px; }
.ui-icon-arrowthick-1-nw { background-position: -112px -48px; }
.ui-icon-arrowthick-2-n-s { background-position: -128px -48px; }
.ui-icon-arrowthick-2-ne-sw { background-position: -144px -48px; }
.ui-icon-arrowthick-2-e-w { background-position: -160px -48px; }
.ui-icon-arrowthick-2-se-nw { background-position: -176px -48px; }
.ui-icon-arrowthickstop-1-n { background-position: -192px -48px; }
.ui-icon-arrowthickstop-1-e { background-position: -208px -48px; }
.ui-icon-arrowthickstop-1-s { background-position: -224px -48px; }
.ui-icon-arrowthickstop-1-w { background-position: -240px -48px; }
.ui-icon-arrowreturnthick-1-w { background-position: 0 -64px; }
.ui-icon-arrowreturnthick-1-n { background-position: -16px -64px; }
.ui-icon-arrowreturnthick-1-e { background-position: -32px -64px; }
.ui-icon-arrowreturnthick-1-s { background-position: -48px -64px; }
.ui-icon-arrowreturn-1-w { background-position: -64px -64px; }
.ui-icon-arrowreturn-1-n { background-position: -80px -64px; }
.ui-icon-arrowreturn-1-e { background-position: -96px -64px; }
.ui-icon-arrowreturn-1-s { background-position: -112px -64px; }
.ui-icon-arrowrefresh-1-w { background-position: -128px -64px; }
.ui-icon-arrowrefresh-1-n { background-position: -144px -64px; }
.ui-icon-arrowrefresh-1-e { background-position: -160px -64px; }
.ui-icon-arrowrefresh-1-s { background-position: -176px -64px; }
.ui-icon-arrow-4 { background-position: 0 -80px; }
.ui-icon-arrow-4-diag { background-position: -16px -80px; }
.ui-icon-extlink { background-position: -32px -80px; }
.ui-icon-newwin { background-position: -48px -80px; }
.ui-icon-refresh { background-position: -64px -80px; }
.ui-icon-shuffle { background-position: -80px -80px; }
.ui-icon-transfer-e-w { background-position: -96px -80px; }
.ui-icon-transferthick-e-w { background-position: -112px -80px; }
.ui-icon-folder-collapsed { background-position: 0 -96px; }
.ui-icon-folder-open { background-position: -16px -96px; }
.ui-icon-document { background-position: -32px -96px; }
.ui-icon-document-b { background-position: -48px -96px; }
.ui-icon-note { background-position: -64px -96px; }
.ui-icon-mail-closed { background-position: -80px -96px; }
.ui-icon-mail-open { background-position: -96px -96px; }
.ui-icon-suitcase { background-position: -112px -96px; }
.ui-icon-comment { background-position: -128px -96px; }
.ui-icon-person { background-position: -144px -96px; }
.ui-icon-print { background-position: -160px -96px; }
.ui-icon-trash { background-position: -176px -96px; }
.ui-icon-locked { background-position: -192px -96px; }
.ui-icon-unlocked { background-position: -208px -96px; }
.ui-icon-bookmark { background-position: -224px -96px; }
.ui-icon-tag { background-position: -240px -96px; }
.ui-icon-home { background-position: 0 -112px; }
.ui-icon-flag { background-position: -16px -112px; }
.ui-icon-calendar { background-position: -32px -112px; }
.ui-icon-cart { background-position: -48px -112px; }
.ui-icon-pencil { background-position: -64px -112px; }
.ui-icon-clock { background-position: -80px -112px; }
.ui-icon-disk { background-position: -96px -112px; }
.ui-icon-calculator { background-position: -112px -112px; }
.ui-icon-zoomin { background-position: -128px -112px; }
.ui-icon-zoomout { background-position: -144px -112px; }
.ui-icon-search { background-position: -160px -112px; }
.ui-icon-wrench { background-position: -176px -112px; }
.ui-icon-gear { background-position: -192px -112px; }
.ui-icon-heart { background-position: -208px -112px; }
.ui-icon-star { background-position: -224px -112px; }
.ui-icon-link { background-position: -240px -112px; }
.ui-icon-cancel { background-position: 0 -128px; }
.ui-icon-plus { background-position: -16px -128px; }
.ui-icon-plusthick { background-position: -32px -128px; }
.ui-icon-minus { background-position: -48px -128px; }
.ui-icon-minusthick { background-position: -64px -128px; }
.ui-icon-close { background-position: -80px -128px; }
.ui-icon-closethick { background-position: -96px -128px; }
.ui-icon-key { background-position: -112px -128px; }
.ui-icon-lightbulb { background-position: -128px -128px; }
.ui-icon-scissors { background-position: -144px -128px; }
.ui-icon-clipboard { background-position: -160px -128px; }
.ui-icon-copy { background-position: -176px -128px; }
.ui-icon-contact { background-position: -192px -128px; }
.ui-icon-image { background-position: -208px -128px; }
.ui-icon-video { background-position: -224px -128px; }
.ui-icon-script { background-position: -240px -128px; }
.ui-icon-alert { background-position: 0 -144px; }
.ui-icon-info { background-position: -16px -144px; }
.ui-icon-notice { background-position: -32px -144px; }
.ui-icon-help { background-position: -48px -144px; }
.ui-icon-check { background-position: -64px -144px; }
.ui-icon-bullet { background-position: -80px -144px; }
.ui-icon-radio-on { background-position: -96px -144px; }
.ui-icon-radio-off { background-position: -112px -144px; }
.ui-icon-pin-w { background-position: -128px -144px; }
.ui-icon-pin-s { background-position: -144px -144px; }
.ui-icon-play { background-position: 0 -160px; }
.ui-icon-pause { background-position: -16px -160px; }
.ui-icon-seek-next { background-position: -32px -160px; }
.ui-icon-seek-prev { background-position: -48px -160px; }
.ui-icon-seek-end { background-position: -64px -160px; }
.ui-icon-seek-start { background-position: -80px -160px; }
/* ui-icon-seek-first is deprecated, use ui-icon-seek-start instead */
.ui-icon-seek-first { background-position: -80px -160px; }
.ui-icon-stop { background-position: -96px -160px; }
.ui-icon-eject { background-position: -112px -160px; }
.ui-icon-volume-off { background-position: -128px -160px; }
.ui-icon-volume-on { background-position: -144px -160px; }
.ui-icon-power { background-position: 0 -176px; }
.ui-icon-signal-diag { background-position: -16px -176px; }
.ui-icon-signal { background-position: -32px -176px; }
.ui-icon-battery-0 { background-position: -48px -176px; }
.ui-icon-battery-1 { background-position: -64px -176px; }
.ui-icon-battery-2 { background-position: -80px -176px; }
.ui-icon-battery-3 { background-position: -96px -176px; }
.ui-icon-circle-plus { background-position: 0 -192px; }
.ui-icon-circle-minus { background-position: -16px -192px; }
.ui-icon-circle-close { background-position: -32px -192px; }
.ui-icon-circle-triangle-e { background-position: -48px -192px; }
.ui-icon-circle-triangle-s { background-position: -64px -192px; }
.ui-icon-circle-triangle-w { background-position: -80px -192px; }
.ui-icon-circle-triangle-n { background-position: -96px -192px; }
.ui-icon-circle-arrow-e { background-position: -112px -192px; }
.ui-icon-circle-arrow-s { background-position: -128px -192px; }
.ui-icon-circle-arrow-w { background-position: -144px -192px; }
.ui-icon-circle-arrow-n { background-position: -160px -192px; }
.ui-icon-circle-zoomin { background-position: -176px -192px; }
.ui-icon-circle-zoomout { background-position: -192px -192px; }
.ui-icon-circle-check { background-position: -208px -192px; }
.ui-icon-circlesmall-plus { background-position: 0 -208px; }
.ui-icon-circlesmall-minus { background-position: -16px -208px; }
.ui-icon-circlesmall-close { background-position: -32px -208px; }
.ui-icon-squaresmall-plus { background-position: -48px -208px; }
.ui-icon-squaresmall-minus { background-position: -64px -208px; }
.ui-icon-squaresmall-close { background-position: -80px -208px; }
.ui-icon-grip-dotted-vertical { background-position: 0 -224px; }
.ui-icon-grip-dotted-horizontal { background-position: -16px -224px; }
.ui-icon-grip-solid-vertical { background-position: -32px -224px; }
.ui-icon-grip-solid-horizontal { background-position: -48px -224px; }
.ui-icon-gripsmall-diagonal-se { background-position: -64px -224px; }
.ui-icon-grip-diagonal-se { background-position: -80px -224px; }


/* Misc visuals
----------------------------------*/

/* Corner radius */
.ui-corner-all,
.ui-corner-top,
.ui-corner-left,
.ui-corner-tl {
	border-top-left-radius: 3px;
}
.ui-corner-all,
.ui-corner-top,
.ui-corner-right,
.ui-corner-tr {
	border-top-right-radius: 3px;
}
.ui-corner-all,
.ui-corner-bottom,
.ui-corner-left,
.ui-corner-bl {
	border-bottom-left-radius: 3px;
}
.ui-corner-all,
.ui-corner-bottom,
.ui-corner-right,
.ui-corner-br {
	border-bottom-right-radius: 3px;
}

/* Overlays */
.ui-widget-overlay {
	background: #aaaaaa;
	opacity: .3;
}
.ui-widget-shadow {
	box-shadow: 0px 0px 5px #666666;
}

.toolbar-box > section {
  background: #eee;
}
.detail-view .toolbar .container,
.detail-view-fixed .toolbar .container {
  width: auto;
}
.detail-view .dynamictable-container .toolbar,
.detail-view-fixed .dynamictable-container .toolbar {
  width: auto;
  position: relative;
  top: 0;
}
.search-add-container {
  padding: 8px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  border: 1px solid #ddd;
  background: #eee;
}
.search-add-container .toolbar-box {
  border: 0;
  padding: 0;
  margin: 0;
}
.search-add-container .toolbar-box > section,
.search-add-container .toolbar-box > section:only-child {
  padding: 0;
  margin: 0;
}
.search-add-container .toolbar .filter .form-group {
  width: auto;
}
.search-add-container .toolbar .filter select {
  width: 125px;
  margin-right: 0;
}
.search-add-container .toolbar .filter input {
  width: 110px;
}
.search-add-container .toolbar .filter .input-append {
  margin-right: 0;
}
.search-add-container .toolbar .filter button.btn-mini {
  position: relative;
  top: 3px;
  float: right;
}
.search-add-container .toolbar .filter button.btn-mini i {
  margin-right: 0;
  font-size: 14px;
}
.search-add-container .alert,
.search-add-container .list {
  margin: 15px 0 2px;
}
.search-add-container .list .inner {
  background: #fff;
}
.disableTableRowClass {
    background-color: #dddddd;
}
.disableTableRowClass td {
 color: #8a8080;
}
/*div.miniEdit { background-color:#eaeaea; border: 1px solid Gray; position: absolute; padding: 10px 20px 10px 10px; display:inline !important; margin-left:10px; white-space: nowrap;}


#AccountInfo { border:1px solid #b5b5b5; padding:10px; position:relative; right:-1px;border-radius:8px 8px 0px 0px;}
img.profilbild { width:60px; height:60px; float:left; margin-right:5px;border-radius:8px; border: 0px;}


#SkolInfo { position:relative; right:-1px; margin-bottom:60px;}
img.skolbild { float:left; margin-right:10px; margin-bottom:20px}



#EditProfileImageDiv {background-color:White; padding:20px; border:3px solid Black;position:absolute; z-index:21001; border-radius:8px; display:none;}
#EditProfileImageDiv div { width:400px; height:266px; overflow:hidden; border:2px solid Gray; background: url('../../Content/images/CropImageBG.png') repeat;}

#ToDo { position:absolute; border:1px solid #b5b5b5; padding:10px; right:-1px; left:-1px; margin-top:10px; background-color:White;  z-index:10; }
#InnerToDo {overflow-y: scroll;height: 400px;}
.PopLinkClass { margin-top: 10px;}

div.widgetouter { width:50%; float:left; position:relative;}
div.widgetinner { height:230px; margin: 0px 20px 20px 0px; border: 1px solid #b5b5b5; background: url('../../Content/images/Widget/WidgetBackground.png') repeat-x scroll top left;}
div.widgetcontent { padding:20px;}
div.widgetcontent h3 { margin-top:0px; margin-bottom:20px;}
div.widgetcontent div.buttonrow {position: absolute; top: 190px; right:35px; }

div.businesscardSmall { border-radius:8px; background-color:#eaeaea; padding: 10px; margin: 0px 10px 10px 0px; }
div.businesscardSmall div { margin-left:70px;}
div.nobusinesscard { border-radius:8px; background-color:#eaeaea; padding: 10px; margin: 0px 10px 10px 0px; }



div.addbusinesscard { padding: 10px; margin: 0px 10px 10px 0px;border-radius:8px;   }
.saveAnvandare { display:none;}
.ui-autocomplete-loading { background: url('../../Content/images/ajax-loaderMini.gif') right center no-repeat !important; }

div.searchAnvandarBox { position:fixed; z-index:21001; border:3px solid Black; border-radius:8px; background-color:White; padding: 11px; margin: 0px 10px 10px 0px; height:80px; width:500px;}


.elevInfo { border: #adaaad; background-color: #eaeaea;padding: 10px;border-radius:8px; margin-bottom:20px;}
.blackboard {background: #424142; color: white; border: 3px solid #adaaad;float: left; width:175px; height:100px;margin-right:20px; border-radius:8px;padding: 10px;}
.greyboard {border:3px solid #FAFAFA; color: black;  background-color: #F5F5F5; float: left; width:340px; margin-right:0px; border-radius:8px;padding: 10px;}
.elevPartInfo { border:1px solid #eaeaea; background-color: white; padding: 10px; border-radius:8px; margin-bottom:25px;}
.skolPartInfo { border:1px solid #eaeaea; background-color: white; padding: 10px; border-radius:8px; margin-bottom:25px;}

.searchFilter{ float: left;font-weight: normal;}
.searchFilterOuter{ width:100%;float: left;}
label.searchFilter{ margin-top:-1px;}

.indraDebugHelper{ width: 100%;background-color: Orange;float: left; text-align: center}

.indraDebugHelper input[type=text].systemTimeIsSet { border: 2px solid Red;}

.wizardText {
     font-weight:bold;
     display:inline;
     position:absolute;
     top:10px;
     width:110px;
     text-align:center;
     z-index:4;
}
.wizardTextActive
{
    color:white;
    
}*/

/*PopUp fönster*/
.PopUpCover { background-color: Black; z-index:21000; position: fixed; top:0px; }
/* PopUp background with shadows
-----------------------------------------------*/
.PopUp { position: fixed; padding: 45px 44px 45px 44px; z-index:21001; }
.PopUpHelp { position: absolute; padding: 10px 10px 10px 10px; z-index:21002; }
.HelpDiv {background-color: #b5b5b5; border: 1px solid black;}
.PopUpInner { position: relative; width:100%; height:100%; background: #FFF; }

.PopUpBackground { position: absolute; top: 0; left: 0; width: 100%; height: 100%; /*z-index: 70;*/ border: 0; padding: 0; margin: 0; }	
.PopUpBg { position: absolute; display: block; /*z-index: 70;*/ border: 0; padding: 0; margin: 0; }
.PopUpTopLeft { top: -45px; left: -44px; width: 44px; height: 45px; background: transparent url('../../Content/images/PopUp/popup_top_left.png') no-repeat; }
.PopUpTopMiddle { top: -45px; width: 100%; height: 45px; background: transparent url('../../Content/images/PopUp/popup_top_middle.png') repeat-x; }
.PopUpTopRight { top: -45px; right: -44px; width: 44px; height: 45px; background: transparent url('../../Content/images/PopUp/popup_top_right.png') no-repeat; }
.PopUpMiddleRight { right: -44px; height: 100%; width: 44px; background: transparent url('../../Content/images/PopUp/popup_middle_right.png') repeat-y; }
.PopUpMiddleLeft { left: -44px; height: 100%; width: 44px; background: transparent url('../../Content/images/PopUp/popup_middle_left.png') repeat-y; }
.PopUpBottomRight { bottom: -45px; right: -44px; width: 44px; height: 45px; background: transparent url('../../Content/images/PopUp/popup_bottom_right.png') no-repeat; }
.PopUpBottomMiddle { bottom: -45px; width: 100%; height: 45px; background: transparent url('../../Content/images/PopUp/popup_bottom_middle.png') repeat-x; }
.PopUpBottomLeft { bottom: -45px; left: -44px; width: 44px; height: 45px; background: transparent url('../../Content/images/PopUp/popup_bottom_left.png') no-repeat; }

.PopUpContent { /*margin: 0; z-index: 100; position: absolute;*/ /*padding: 5px 0 0 0;*/ width: 100%; clear:both; position:relative; /*z-index: 75; */}

.PopUp .Navigation { position:absolute; top: -28px; left: -21px; width:100%; /*z-index: 100;*/ }
.PopUp .Navigation table.Tabs { /*width: 100%; table-layout:fixed;*/ display:block; }
.PopUp .Navigation .Tabs tr { /*width: 760px;*/ }
.PopUp .Navigation .Tabs td { text-align:left; height: 26px; background: url('../../Content/images/PopUp/popup_tab.png') no-repeat scroll top left; padding: 0 0 0 5px; }
.PopUp .Navigation .Tabs td div { overflow:hidden; background: url('../../Content/images/PopUp/popup_tab.png') no-repeat scroll top right; height: 26px; padding: 0 5px 0 0; position:relative; }
.PopUp .Navigation .Tabs td.Active { background: url('../../Content/images/PopUp/popup_tab_active.png') no-repeat scroll top left; }
.PopUp .Navigation .Tabs td.Active div { overflow:hidden; background: url('../../Content/images/PopUp/popup_tab_active.png') no-repeat scroll top right; }

.PopUp .Navigation .Tabs td div a { font-size:1.1666em; text-align:left; overflow:hidden; line-height: 28px; color: Black; text-decoration:none; padding: 0px 10px 0px 10px; display:block; float:left; clear:both; position:relative;}
.PopUp .Navigation .Tabs td div a img { position:absolute; top: 3px; left: 0px; margin: 0 3px 0 0; display:block; float:left; }


.PopUp .Navigation .DragHandle { width: 120px; height: 25px;  position:absolute; top: 3px; right: -15px; cursor:move; background: url('../../Content/images/PopUp/DragHandle.png') repeat;}
.PopUp .Navigation .PopUpClose { width: 20px; height: 20px;  position:absolute; top: 7px; right: -40px; }
.PopUp .Navigation .PopUpClose a { background: url('../../Content/images/PopUp/popup_close.png') no-repeat scroll top right; width: 18px; height: 18px; float:left; display:block; text-indent: -99999px; }
.PopUp .Navigation .PopUpClose a:hover { background: url('../../Content/images/PopUp/popup_close.png') no-repeat scroll top left;  }
/*#PopUpHeader {margin-top: 20px; margin-bottom: 20px; padding-top:10px;}*/
div.PopUpContent div.ButtonRow { position:absolute; bottom:5px; right:-1px;}
div.PopUpContent { padding-bottom:40px; top:10px;} /*Skapar marginal till knapparna*/
span.PopUpLabel { margin-top: 5px; font-size:1.1666em; font-weight:bold; color:#333;}

.PopUpTable thead { background-color: #999; color: White; font-size: 1.0em; font-weight:bold; border-collapse:collapse;}
.PopUpTable thead th {text-align:left; }
.PopUpTable table, .PopUpTable th, .PopUpTable td { border: 1px solid #ccc;}
.PopUpTable tbody { color:#333;}
.PopUpTable td, .PopUpTable th { padding: 4px;}
table.PopUpTable tbody tr:hover { background: #e3e3e3; }
/*!
 * Bootstrap Responsive v2.1.0
 *
 * Copyright 2012 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 @twitter by @mdo and @fat.
 */
.clearfix {
  *zoom: 1;
}
.clearfix:before,
.clearfix:after {
  display: table;
  content: "";
  line-height: 0;
}
.clearfix:after {
  clear: both;
}
.hide-text {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.input-block-level {
  display: block;
  width: 100%;
  min-height: 30px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.row {
  margin-left: -30px;
  *zoom: 1;
}
.row:before,
.row:after {
  display: table;
  content: "";
  line-height: 0;
}
.row:after {
  clear: both;
}
[class*="span"] {
  float: left;
  margin-left: 30px;
}
.container,
.navbar-static-top .container,
.navbar-fixed-top .container,
.navbar-fixed-bottom .container {
  width: 1170px;
}
.span12 {
  width: 1170px;
}
.span11 {
  width: 1070px;
}
.span10 {
  width: 970px;
}
.span9 {
  width: 870px;
}
.span8 {
  width: 770px;
}
.span7 {
  width: 670px;
}
.span6 {
  width: 570px;
}
.span5 {
  width: 470px;
}
.span4 {
  width: 370px;
}
.span3 {
  width: 270px;
}
.span2 {
  width: 170px;
}
.span1 {
  width: 70px;
}
.offset12 {
  margin-left: 1230px;
}
.offset11 {
  margin-left: 1130px;
}
.offset10 {
  margin-left: 1030px;
}
.offset9 {
  margin-left: 930px;
}
.offset8 {
  margin-left: 830px;
}
.offset7 {
  margin-left: 730px;
}
.offset6 {
  margin-left: 630px;
}
.offset5 {
  margin-left: 530px;
}
.offset4 {
  margin-left: 430px;
}
.offset3 {
  margin-left: 330px;
}
.offset2 {
  margin-left: 230px;
}
.offset1 {
  margin-left: 130px;
}
.row-fluid {
  width: 100%;
  *zoom: 1;
}
.row-fluid:before,
.row-fluid:after {
  display: table;
  content: "";
  line-height: 0;
}
.row-fluid:after {
  clear: both;
}
.row-fluid [class*="span"] {
  display: block;
  width: 100%;
  min-height: 30px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
  margin-left: 2.564102564102564%;
  *margin-left: 2.5109110747408616%;
}
.row-fluid [class*="span"]:first-child {
  margin-left: 0;
}
.row-fluid .span12 {
  width: 100%;
  *width: 99.94680851063829%;
}
.row-fluid .span11 {
  width: 91.45299145299145%;
  *width: 91.39979996362975%;
}
.row-fluid .span10 {
  width: 82.90598290598291%;
  *width: 82.8527914166212%;
}
.row-fluid .span9 {
  width: 74.35897435897436%;
  *width: 74.30578286961266%;
}
.row-fluid .span8 {
  width: 65.81196581196582%;
  *width: 65.75877432260411%;
}
.row-fluid .span7 {
  width: 57.26495726495726%;
  *width: 57.21176577559556%;
}
.row-fluid .span6 {
  width: 48.717948717948715%;
  *width: 48.664757228587014%;
}
.row-fluid .span5 {
  width: 40.17094017094017%;
  *width: 40.11774868157847%;
}
.row-fluid .span4 {
  width: 31.623931623931625%;
  *width: 31.570740134569924%;
}
.row-fluid .span3 {
  width: 23.076923076923077%;
  *width: 23.023731587561375%;
}
.row-fluid .span2 {
  width: 14.52991452991453%;
  *width: 14.476723040552828%;
}
.row-fluid .span1 {
  width: 5.982905982905983%;
  *width: 5.929714493544281%;
}
.row-fluid .offset12 {
  margin-left: 105.12820512820512%;
  *margin-left: 105.02182214948171%;
}
.row-fluid .offset12:first-child {
  margin-left: 102.56410256410257%;
  *margin-left: 102.45771958537915%;
}
.row-fluid .offset11 {
  margin-left: 96.58119658119658%;
  *margin-left: 96.47481360247316%;
}
.row-fluid .offset11:first-child {
  margin-left: 94.01709401709402%;
  *margin-left: 93.91071103837061%;
}
.row-fluid .offset10 {
  margin-left: 88.03418803418803%;
  *margin-left: 87.92780505546462%;
}
.row-fluid .offset10:first-child {
  margin-left: 85.47008547008548%;
  *margin-left: 85.36370249136206%;
}
.row-fluid .offset9 {
  margin-left: 79.48717948717949%;
  *margin-left: 79.38079650845607%;
}
.row-fluid .offset9:first-child {
  margin-left: 76.92307692307693%;
  *margin-left: 76.81669394435352%;
}
.row-fluid .offset8 {
  margin-left: 70.94017094017094%;
  *margin-left: 70.83378796144753%;
}
.row-fluid .offset8:first-child {
  margin-left: 68.37606837606839%;
  *margin-left: 68.26968539734497%;
}
.row-fluid .offset7 {
  margin-left: 62.393162393162385%;
  *margin-left: 62.28677941443899%;
}
.row-fluid .offset7:first-child {
  margin-left: 59.82905982905982%;
  *margin-left: 59.72267685033642%;
}
.row-fluid .offset6 {
  margin-left: 53.84615384615384%;
  *margin-left: 53.739770867430444%;
}
.row-fluid .offset6:first-child {
  margin-left: 51.28205128205128%;
  *margin-left: 51.175668303327875%;
}
.row-fluid .offset5 {
  margin-left: 45.299145299145295%;
  *margin-left: 45.1927623204219%;
}
.row-fluid .offset5:first-child {
  margin-left: 42.73504273504273%;
  *margin-left: 42.62865975631933%;
}
.row-fluid .offset4 {
  margin-left: 36.75213675213675%;
  *margin-left: 36.645753773413354%;
}
.row-fluid .offset4:first-child {
  margin-left: 34.18803418803419%;
  *margin-left: 34.081651209310785%;
}
.row-fluid .offset3 {
  margin-left: 28.205128205128204%;
  *margin-left: 28.0987452264048%;
}
.row-fluid .offset3:first-child {
  margin-left: 25.641025641025642%;
  *margin-left: 25.53464266230224%;
}
.row-fluid .offset2 {
  margin-left: 19.65811965811966%;
  *margin-left: 19.551736679396257%;
}
.row-fluid .offset2:first-child {
  margin-left: 17.094017094017094%;
  *margin-left: 16.98763411529369%;
}
.row-fluid .offset1 {
  margin-left: 11.11111111111111%;
  *margin-left: 11.004728132387708%;
}
.row-fluid .offset1:first-child {
  margin-left: 8.547008547008547%;
  *margin-left: 8.440625568285142%;
}
input,
textarea,
.uneditable-input {
  margin-left: 0;
}
.controls-row [class*="span"] + [class*="span"] {
  margin-left: 30px;
}
input.span12, textarea.span12, .uneditable-input.span12 {
  width: 1156px;
}
input.span11, textarea.span11, .uneditable-input.span11 {
  width: 1056px;
}
input.span10, textarea.span10, .uneditable-input.span10 {
  width: 956px;
}
input.span9, textarea.span9, .uneditable-input.span9 {
  width: 856px;
}
input.span8, textarea.span8, .uneditable-input.span8 {
  width: 756px;
}
input.span7, textarea.span7, .uneditable-input.span7 {
  width: 656px;
}
input.span6, textarea.span6, .uneditable-input.span6 {
  width: 556px;
}
input.span5, textarea.span5, .uneditable-input.span5 {
  width: 456px;
}
input.span4, textarea.span4, .uneditable-input.span4 {
  width: 356px;
}
input.span3, textarea.span3, .uneditable-input.span3 {
  width: 256px;
}
input.span2, textarea.span2, .uneditable-input.span2 {
  width: 156px;
}
input.span1, textarea.span1, .uneditable-input.span1 {
  width: 56px;
}
.thumbnails {
  margin-left: -30px;
}
.thumbnails > li {
  margin-left: 30px;
}
.row-fluid .thumbnails {
  margin-left: 0;
}

/* ================================================= */
/* Admin Timeline */
/* ================================================= */


.timeline-container {
    overflow-x: scroll;
    height: 600px;
}
.timeline-container ul,
.timeline-container li {
    list-style-type: none;
    padding: 0px;
    margin: 0px;
}

.timeline-container .timeline 
{    
    position: relative;
    margin: 300px auto 0 auto;
    height: 3px;
    background: none repeat scroll 0 0 #EEEEEE;
    border: 2px solid #DEDEDE;
    box-shadow: 1px 2px 2px rgba(0, 0, 0, 0.1);
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}

.timeline li.timeline-handelsedate {
    position: absolute;
    margin-left: 20px; /* Förskjut alla punkter lite */
}

    .timeline li.timeline-handelsedate > a {
        text-decoration: none;
        position: absolute;
        top: -4px;
        left: -7px; /* 9/2 (width) + 2*1 (border) roundedup */
        height: 9px;
        width: 9px;
        border: 1px solid #FFFFFF;
        /*box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.2);*/
        outline: none;
        z-index: 10;
    }
    .timeline li.timeline-handelsedate > a.hover,
    .timeline li.timeline-handelsedate > a:hover {
        /*border: 1px solid #666666; */
        /*box-shadow: 1px 2px 3px rgba(0, 0, 0, 0.5);*/
    }
    .timeline li.timeline-handelsedate > a.timeline-handelsedatetyp-main { background-color: #FFFFFF; border-color: #00AA00; } /* #00EE00 */
    .timeline li.timeline-handelsedate > a.timeline-handelsedatetyp-sub  
    {
        background-color: #FFFFFF; /* #5EA4FF */
        border-color: #FF8400;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        border-radius: 5px;
    }
    .timeline li.timeline-handelsedate > a.timeline-handelsedatetyp-allmain { background-color: #00AA00; border-color: #FFFFFF; } /* #008800 */
    .timeline li.timeline-handelsedate > a.timeline-handelsedatetyp-allsub  
    {
        background-color: #FF8400; /* #0000EE */
        border-color: #FFFFFF;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        border-radius: 5px;
    }
    .timeline li.timeline-handelsedate a.timeline-handelsedatetyp-mixed {
        /*background-color: #00E1FF; 
        border-color: #FFFFFF;*/
        border-right: 6px solid rgba(0, 0, 0, 0);
        border-bottom: 10px solid #00E1FF;
        border-left: 6px solid rgba(0, 0, 0, 0);
        top: -5px;
        width: 0px;
        height: 0px;
    } 
    
     /*#diamond {width: 0; height: 0; border: 50px solid transparent; border-bottom-color: red; position: relative; top: -50px; } 
     #diamond:after { content: ''; position: absolute; left: -50px; top: 50px; width: 0; height: 0; border: 50px solid transparent; border-top-color: red; }*/

    .timeline li.timeline-handelsedate .timeline-pop-date 
    {
        position: absolute;
        font-size: 10px;
        text-align: center;
        bottom: 10px;
        left: -17px;
        width: 30px;
        display: none;
    }
    
    .timeline li.timeline-handelsedate .timeline-handelsedate-content {
        display: none;
        position: absolute;
        bottom: 40px;
        left: -2px; /* border*2 */
        border: 1px solid #AAAAAA;
        background-color: #FFFFFF;
        box-shadow: 1px 2px 6px rgba(0, 0, 0, 0.2);
        z-index: 10;
    }
    .timeline li.timeline-handelsedate .timeline-handelsedate-content:after {
        border-right: 10px solid transparent;
        border-top: 10px solid #AAAAAA;
        bottom: -10px;
        content: "";
        display: inline-block;
        height: 0;
        left: -1px;
        position: absolute;
        width: 0;
    }
    
        .timeline .timeline-handelsedate-content ul.timeline-handelserfordate {
            width: 300px;
        }
        
            .timeline ul.timeline-handelserfordate li.timeline-handelse {
                display: block;
                border-bottom: 1px dashed #AAAAAA;
            }
            .timeline ul.timeline-handelserfordate li.timeline-handelse:last-child {
                border-bottom: none;
            }
                .timeline li.timeline-handelse .timeline-handelse-opencontainer {
                    position: relative;
                    display: block;
                }
                .timeline li.timeline-handelse a.timeline-handelse-open {
                    display: none;
                    position: absolute;
                    right: -19px;
                    top: -1px;
                    border-width: 1px 1px 1px 0;
                    border-style: solid;
                    border-color: #AAAAAA;
                    border-radius: 0 3px 3px 0;
                    background-color: #FFFFFF;
                }
                .timeline li.timeline-handelse.selected a.timeline-handelse-open, .timeline li.timeline-handelse:hover a.timeline-handelse-open { display:block; }
                .timeline li.timeline-handelse.selected a.timeline-handelse-open, .timeline li.timeline-handelse a.timeline-handelse-open:hover { background-color: #EEEEEE; }
                .timeline li.timeline-handelse a.timeline-handelse-open:hover { text-decoration: none; }
                    .timeline li.timeline-handelse a.timeline-handelse-open i { margin: 0; }
                
                .timeline li.timeline-handelse > a.timeline-handelse-select {
                    display: block;
                    padding: 5px;
                    text-decoration: none;
                    outline: none;
                    /*position: relative;*/
                }
                .timeline li.timeline-handelse.selected > a, .timeline li.timeline-handelse > a:hover { background-color: #EEEEEE; }
                .timeline li.timeline-handelse > a.timeline-handelsetyp-main {  }
                .timeline li.timeline-handelse > a.timeline-handelsetyp-sub {  }
                
                    .timeline li.timeline-handelse > a h4 {
                        display: block;
                        line-height: 16px;
                        margin: 0 0 4px 0;
                        padding: 0;
                    }
                    .timeline li.timeline-handelse > a .timeline-handelse-date { font-size: 12px; line-height: 12px; color: #AAAAAA; display: inline-block; float: left; }
                    .timeline li.timeline-handelse > a .timeline-handelse-related { font-size: 11px; line-height: 11px; color: #CCCCCC; display: inline-block; padding-right: 8px; }
                    .timeline li.timeline-handelse > a .timeline-handelse-daydiff { font-size: 11px; line-height: 11px; color: #CCCCCC; display: inline-block;  padding-right: 8px; }
                    .timeline li.timeline-handelse > a .timeline-handelse-kommunikationer-counts { font-size: 11px; line-height: 11px; color: #CCCCCC; display: inline-block; float: right; }
                    .timeline li.timeline-handelse > a .timeline-handelse-kommunikationer-counts i { margin-right: 2px; }
                    .timeline li.timeline-handelse > a .timeline-handelse-kommunikationer-counts span { padding-left: 10px;}
                
                .timeline #parent-arrow {
                    position: absolute;
                    /*height calculated with js*/
                    bottom: 23px;
                    z-index: 9;
                    border-top: 1px dotted #AAAAAA;
                }
                    .timeline #parent-arrow.right-arrow {
                        border-right: 1px dotted #AAAAAA;
                        left: -2px;
                    }
                    .timeline #parent-arrow.left-arrow {
                        border-left: 1px dotted #AAAAAA;
                        /*left calculated with js*/
                    }
            
                .timeline li.timeline-handelse ul.timeline-kommunikationer {
                    display: none;
                    position: absolute;
                    left: 0px;
                    bottom: -85px;
                }
    
                    .timeline ul.timeline-kommunikationer li.timeline-kommunikation {
                        width: 300px;
                        position: absolute;
                        padding: 5px;
                        border: 1px solid #AAAAAA;
                        box-shadow: 1px 2px 6px rgba(0, 0, 0, 0.2)
                    }
                    .timeline ul.timeline-kommunikationer li.timeline-kommunikation:after {
                        border-right: 10px solid transparent;
                        border-bottom: 10px solid #AAAAAA;
                        top: -10px;
                        content: "";
                        display: inline-block;
                        height: 0;
                        left: -1px;
                        position: absolute;
                        width: 0;
                    }
                    .timeline ul.timeline-kommunikationer li.timeline-kommunikation.timeline-handelsekommunikationtyp-arbetsuppgift {  }
                    .timeline ul.timeline-kommunikationer li.timeline-kommunikation.timeline-handelsekommunikationtyp-elevmeddelande {  }
                    .timeline ul.timeline-kommunikationer li.timeline-kommunikation.timeline-handelsekommunikationtyp-anvandarmeddelande {  }
                    
                        .timeline li.timeline-kommunikation h4 { 
                            display: block;
                            font-size: 14px;
                            line-height: 16px;
                            margin: 0 0 4px 0;
                            padding: 0;
                        }
                        .timeline li.timeline-kommunikation .timeline-kommunikation-date { font-size: 11px; line-height: 11px; color: #CCCCCC; display: inline-block; float: left; padding-right: 16px; }
                        .timeline li.timeline-kommunikation .timeline-kommunikation-mottagare { font-size: 11px; line-height: 11px; color: #CCCCCC; display: inline-block; float: left; padding-right: 8px; }
                            .timeline li.timeline-kommunikation h4 i {
                                width: inherit;
                                font-size: 14px;
                            }
ul.timeline-calender {
    margin-top: 6px;
    position: relative;
}            
    ul.timeline-calender li {
        font-size: 10px;
        position: absolute;
        text-align: center;
        width: 200px;
        margin-left: -80px; /* 200/2 - 20 */
    } 
    ul.timeline-calender li.today {
        text-decoration: underline;
    }  
    ul.timeline-calender li:before {
        content: "";
        display: block;
        left: 100px; /* 200/2 */
        position: absolute;
        width: 1px;
        background: #000000;
        opacity: 0.2;
        top: -19px;
        height: 19px;
    }    
    ul.timeline-calender li.month:before {
        background: #000000;
        /*top: -21px;
        height: 22px;*/
        top: -25px;
        height: 30px;
        opacity: 0.8;
    }    
    ul.timeline-calender li.weekend:before {
        background: #FF0000;
        opacity: 0.8;
    }  
    ul.timeline-calender li.today:before {
        background: #00FF00;
        top: -25px;
        height: 30px;
        opacity: 0.8;
    }  

.timeline-explanation {
    list-style-type: none;
    margin: 0;
}
    .timeline-explanation li.timeline-handelsedate {
        float: left;
        position: static;
        width: 200px;
    }      
        .timeline-explanation li.timeline-handelsedate > a {
            display: block;
            position: relative;
            color: #000000;
        }   
        .timeline-explanation li.timeline-handelsedate > a:hover {
            color: #000000;
        }   
            .timeline-explanation li.timeline-handelsedate > a > span {
                position: absolute;
                left: 16px;
                top: -1px;
                font-size: 10px;
                line-height: 10px;
                display: inline-block;
                width: 200px;
            }       
        
  

.flytta-ansokanrader-tableinfo label {
    display: inline-block;
    font-weight: bold;
}
/* Elevkort - fix på flikar så inte rader skjuts till höger under markerad */
/* verkade skapa mer problem än det löste */
/*.nav-tabs-closed > li.active > a,
.nav-tabs-closed > li.active > a:hover {
    padding-bottom: 5px !important;
    padding-top: 5px !important;
    margin-top: 8px;
}*/
/* Elevkort tab links focus fix - copied from ".nav-tabs-closed > li.active > a, .nav-tabs-closed > li.active > a:hover"  */
.nav-tabs-closed > li.active > a:focus {
    border: 0;
    padding-top: 6px;
    padding-bottom: 6px;
    padding-left: 13px;
    padding-right: 13px;
    background: #00a2b1;
    color: #fff;
    -webkit-box-shadow: inset 1px 1px 3px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: inset 1px 1px 3px rgba(0, 0, 0, 0.2);
    box-shadow: inset 1px 1px 3px rgba(0, 0, 0, 0.2);
}


.form-group-filter .form-group,
.std-filters .form-group {
    margin-bottom: 8px;
}

.box.behorighetskrav .grades-columns {
    margin-top: 20px;
}

.box.behorighetskrav.grades-wrapper h3:after {
    content: '';
}

#qualifications-form h2 {
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 13px;
    font-style: initial;
}

.pickers > [class*="js-datepicker"] input[disabled],
.pickers > [class*="js-datepicker"] input[readonly] {
    cursor: pointer;
    background-color: #ffffff;
}

.input-options .autocomplete-wrapper {
    max-width: 100%;
}


.detail-view-fixed .detail-view-fixed-content {
    overflow-x: hidden;
}

#EditHandelse .collapse {
    font-size: 13px;
}

.accordion-toggle .icon-caret:before {
    content: "\f0d8";
}

.accordion-toggle.collapsed .icon-caret:before {
    content: "\f0d7" !important;
}

.dynamictable-container .box.toolbar-box section > .btn {
    margin-top: 8px;
}

span.search-highlight {
    background-color: rgb(255, 255, 10); /*TODO test*/
}

.log-comment-wrapper .checkbox {
    float: left;
    margin-right: 20px;
}

/* Elevkort sök utbildning 6 dropdowns */

.search-add-container.six-filters .toolbar .filter select {
    width: 100%;
}

.search-add-container.six-filters .toolbar .filter .form-group {
    width: 16%;
}

.search-add-container.six-filters .toolbar-box .form-group:nth-child(5n) {
    padding-right: 5px;
}

.search-add-container.six-filters .toolbar-box .form-group:nth-child(6n) {
    float: left;
    padding-right: 5px;
}

.search-add-container.six-filters .toolbar-box .form-group:nth-child(7n) {
    width: auto; /* reset button */
}

.search-add-container.six-filters .toolbar .filter input {
    width: 65px;
}

/* Visa hela utb namn i elevkort / ansökan */

.application-row .title {
    white-space: normal !important;
    line-height: 1.2em;
}

/* Särbetyg */

.box-form.active .sar-betyg {
    display: block;
}

.grades-wrapper .sar-betyg {
    clear: both;
    margin: 0 -15px;
    padding: 0 15px 15px;
    display: none;
}

    .grades-wrapper .sar-betyg strong {
        display: block;
        margin-bottom: 6px;
    }

/* Visa ansökanrad header helt när öppen */
.application-row.opened .title {
    white-space: inherit;
}

.dynamictable thead.affix {
    top: 41px; /*Height of .navbar-fixed-top*/
    background-color: #ffffff;
    border: 1px solid rgba(20, 161, 175, 0.3);
    -webkit-box-shadow: 0 1px 15px rgba(20, 161, 175, 0.5);
    -moz-box-shadow: 0 1px 15px rgba(20, 161, 175, 0.5);
    box-shadow: 0 1px 15px rgba(20, 161, 175, 0.5);
    -webkit-transition: box-shadow linear .2s;
    -moz-transition: box-shadow linear .2s;
    -o-transition: box-shadow linear .2s;
    transition: box-shadow linear .2s;
    z-index: 1;
}

.grades-wrapper header > span > span {
    margin: 0 5px;
}

.grades-wrapper .edit-type {
    border-top: 0 !important;
    border-bottom: 1px solid #dedede;
    padding: 0 15px 15px 15px !important;
}

.box-form.active .grades-columns {
    padding-top: 15px;
}

.search-add-container .toolbar-box .form-group {
    padding-right: 5px;
}

    .search-add-container .toolbar-box .form-group:nth-child(5n) {
        padding-right: 0;
    }

    .search-add-container .toolbar-box .form-group:nth-child(6n) {
        padding-right: 0;
        float: right;
    }

    .search-add-container .toolbar-box .form-group button.btn-mini {
        margin-right: 0;
    }

.search-add-container .toolbar-box .actions button.btn-mini {
    top: -3px;
}

.search-add-container .toolbar-box .form-group button.btn-mini,
.search-add-container .toolbar-box .actions button.btn-mini {
}

.search-add-container .toolbar-box .form-group button.btn-mini i,
.search-add-container .toolbar-box .actions button.btn-mini i {
    font-size: 10px;
    margin-right: 0;
}

label.checkbox {
  width: fit-content
}

label.checkbox.control-label {
    margin-top: 5px;
    width: 260px;
}

/*h4 cause horizontal scroll */
.modal [id*='step-'] .guide-summary h4 {
    margin: 0 0 10px 0;
    padding: 0;
}

.cke {
    margin-bottom: 11px !important; /* Same margin on ckeditor textare as for odinary inputs */
}

/* särbetyg */

.grades-wrapper .grade-sar[disabled] {
    border-color: #F7A4FC;
}

.grades-wrapper .grade-sar.temp {
    border-color: #ef7afa;
}

.grades-wrapper .grade-sar.original-grade {
    border-color: #ef7afa;
}

.grades-wrapper .grade-sar.grade-static {
    border: 1px solid #f7a4fc;
}

.grades-wrapper .grade-sar {
    /*background: #FDE8FF;*/
    border-color: #F7A4FC;
    margin-left: 5px;
}

/* Särläge meny */
body.sar-mode .navbar-inner {
    background-color: #ae56b8;
    background-image: -moz-linear-gradient(top, #ae56b8, #ae56b8);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ae56b8), to(#ae56b8));
    background-image: -webkit-linear-gradient(top, #ae56b8, #ae56b8);
    background-image: -o-linear-gradient(top, #ae56b8, #ae56b8);
    background-image: linear-gradient(to bottom, #ae56b8, #ae56b8);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffae56b8', endColorstr='#ffae56b8', GradientType=0);
    border: 1px solid #730e78;
}

body.sar-mode .navbar .brand {
    background: none repeat scroll 0 0 #974ca1;
}

body.sar-mode .navbar .navbar-search .search-query {
    border-color: #730e78;
}

body.sar-mode .navbar .nav > li > a:hover,
body.sar-mode .navbar .nav > li > a:focus {
    background: #730e78;
}

body.sar-mode .navbar .nav > li.dropdown.open > .dropdown-toggle {
    background: #fcd1ff;
    color: #730e78;
}

body.sar-mode .navbar .nav li.alt-menu-item > a {
    background: #863f91;
}
/* End Särläge meny */

/* Elevfunktioner elevkortsheader */
.detail-view-header .btn-group ul.dropdown-menu {
    left: auto;
    right: 0;
    text-align: left;
}

/* Större skolbild */
.profile-upload.profile-upload-small {
    width: 200px;
}

    .profile-upload.profile-upload-small .profile-pic-fallback {
        height: 200px;
    }

/*Vill highlighta static label*/
.static.highlighted {
    background-color: #FFBBBB;
}

/* Vill att error modal ska kunna ligga över andra modaler */
/* Default ligger backdrop på 1040 och modalen på 1050 */
#alert-modal-container {
    z-index: 1060;
}

    #alert-modal-container + .modal-backdrop {
        z-index: 1055;
    }

/* Måste kunna hantera många arbetsuppgfiter och meddelanden i menyn */
.navbar .navbar-search .search-query {
    width: 100px;
}

/* Vyförklaring: boxar med länkar och filer */
.help-info-box {
    border-bottom: 1px solid #eee;
    margin-bottom: 5px;
}

    .help-info-box ul {
        margin-bottom: 5px;
    }
/* Funkade inte att sätta max-width på endast help-link-popover, tvungen att ändra bredd på alla popovers :/
    .popover.help-link-popover {
    max-width: 372px !important;
}*/
.popover {
    max-width: 372px; /*Old: 276px*/
}

/* Om det är två rader med menylänkar i elevkortet blir det knas vid focus */
.nav-tabs > .active > a:focus {
    border-width: 0 !important;
}

#mainmenudiv div.message-container li.read {
    display: none;
}

div.assignment-container li.done a {
    color: lightgray !important;
}

#mainmenudiv div.assignment-container li.done {
    display: none;
}

#mainpage div.assignment-container li.done {
    display: none;
}

.box-month .assignment-list li.done a {
    color: lightgray !important;
}

.box-month .assignment-list li.done .label {
    background-color: lightgray;
    text-shadow: none;
}

/* BEGIN - Första sidan Indra2 */
.assignment-list > li h4,
li.message h4 {
    padding-right: 180px; /* From designer 160px, make room for "mottaget"*/
}

.assignment-list > li {
    position: relative;
}

    .assignment-list > li .date {
        position: absolute;
        right: 0;
        top: 0;
        color: #ababab;
    }

.assignment-list .meta {
    color: inherit !important;
}

.user-menu .assignment-list > li > a {
    /*display: inline-block;*/
    display: table;
}

.user-menu .assignment-list > li .date {
    position: static;
    padding-left: 21px;
}

/*.js-container innehåller arbetsuppgifters lista på första sidan. Klass .user-menu hör till användarens meny (lilla fönstret)*/
.js-container .assignment-list > li.undone a {
    padding-right: 180px;
    font-weight: bold;
}
/* END - Första sidan Indra2 */

.ui-autocomplete {
    max-height: 340px !important;
}

.dynamictable-container {
    margin-left: 0px;
}

.input-validation-error {
    border: red solid 1px !important;
}

.field-validation-error {
    color: red;
    display: block;
}

.caret-up {
    display: inline-block;
    width: 0;
    height: 0;
    vertical-align: top;
    border-bottom: 4px solid #000000;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
    content: "";
}

.list .toggle-extended-info .caret-up {
    margin-top: 7px;
}

.btn .caret-up {
    margin-left: 5px;
    margin-top: 9px;
}

.dynamictable-dimmed {
    color: Gray;
    text-decoration: line-through;
}


.password {
    font-size: 12px;
    border: 1px solid #cc9933;
    width: 200px;
    font-family: arial, sans-serif;
}

.pstrength-minchar {
    font-size: 10px;
}

.fileupload-close {
    color: #000000;
    float: right;
    font-size: 20px;
    font-weight: bold;
    line-height: 22px;
    opacity: 0.2;
    text-shadow: 0 1px 0 #FFFFFF;
}

.hasTempbetyg {
    background: #bdeaf3 !important;
    border-color: #fff !important;
}



.modal-wide {
    width: 900px !important;
    margin-left: -450px !important;
}

.container-narrow {
    width: 800px !important;
}

.dynamictable-container-narrow {
    width: 800px !important;
}

.autocomplete-extended.content-width ul {
    width: 320px; /* var 400px tidigare (pga vilken vy?) men ändrade till 320px pga elevkort/ansökan/övriga sverige/sök skola */
}

.main-info {
    cursor: default !important;
}

.step-bar li {
    width: 16%;
}

.application-row .application-info {
    list-style: none;
    margin: -11px -11px 15px -28px;
    padding: 3px 10px 3px;
    -webkit-border-radius: 4px 4px 0 0;
    -moz-border-radius: 4px 4px 0 0;
    border-radius: 4px 4px 0 0;
    -webkit-border-radius: 4px 4px 0 0;
    -moz-border-radius: 4px 4px 0 0;
    border-radius: 4px 4px 0 0;
    border: 1px solid #DEDEDE;
    font-size: 12px;
    font-weight: bold;
    text-align: center;
}

    .application-row .application-info li {
        display: inline-block;
        margin-right: 12px;
    }

.application-row .aside .label.label-info {
    background: none repeat scroll 0 0 #FAA732;
    color: #FFFFFF;
}

.application-row .aside .label, .application-row .aside .actions {
    float: right;
}

.navbar .nav .assignments .error, .navbar .notification .error {
    color: red;
}

.box-form .error {
    color: red;
}

/* Om ".alert i" görs om till ".alert > i" slipper vi denna fix */
.alert .btn i {
    position: static;
    font-size: inherit;
}

.message-preview {
    background-color: #EEEEEE;
    border: 1px dotted #CCCCCC;
    /*white-space: pre-line;*/
    padding: 1em;
    margin-bottom: 1em;
    font-size: 12px;
    font-style: italic;
    line-height: 18px;
}

/* commit-betyg påminner om edit-type. commit-betyg är ytterligare en box under edit-type som endast syns ibland */
.box-form.active .commit-betyg {
    display: block;
}

.box-form .commit-betyg {
    border-top: 1px solid #DEDEDE;
    display: none;
    clear: both;
    margin: 15px -15px 0;
    padding: 0 15px;
}

a.eskalerad {
    color: red !important;
}

p.framtid {
    color: #66CCFF !important;
}

/* Lägg undermenyer i vanliga menyn slickad till kanten (till vänster). Snyggast hade varit på högersidan och sätta pilikonen på högersidan istället */
.navbar .dropdown-menu .dropdown-menu {
    border-radius: 6px 0 6px 6px;
    left: auto;
    margin-left: 0;
    margin-right: -1px;
    right: 100%;
}

/* ======================================== */
/* Meny, ny färg orange samt nyckel */

/* ingen nyckel för vanliga access-klassen */
.navbar .nav li.access > a:before {
    content: none;
}

/* access_extended: nyckel utöver det vanliga för access */
.navbar .nav li.access_extended > a {
    color: #b167b9;
}

    .navbar .nav li.access_extended > a:before {
        position: relative;
        top: -2px;
        content: "\f084";
        display: inline-block;
        margin-right: 7px;
        padding: 3px;
        background: #f1d9f6;
        font-family: "FontAwesome";
        font-size: 10px;
        font-weight: normal !important;
        line-height: 1em;
        border-radius: 3px;
    }

    .navbar .nav li.access_extended > a:hover {
        background: #f9eff9;
        color: #8c5091;
    }

        .navbar .nav li.access_extended > a:hover:before {
            background: #e5ceea;
        }

.navbar .nav li.access_extended.active > a {
    color: #9464a6;
}

    .navbar .nav li.access_extended.active > a:before {
        color: #9464a6;
    }

/* Inaktiv menyrad */
.navbar .nav li.inactive {
    opacity: 0.5;
    filter: alpha(opacity=50);
}

    .navbar .nav li.inactive > a:hover,
    .navbar .nav li.inactive > a:focus {
        cursor: default;
        background: transparent;
        /*color: initial;*/ /* Hur overwritear jag hover color så att länkens originalfärg syns? Behöver jag ha en regel för varje typ av li (access, access_extended, access_admin mm) */
    }

/* access_admin: orange */
.navbar .nav li.access_admin > a {
    color: #E66000;
}

    .navbar .nav li.access_admin > a:hover {
        background: #FFEEDB;
        color: #DE4E00;
    }

.navbar .nav li.access_admin.active > a {
    color: #DB6300;
}

    .navbar .nav li.access_admin.active > a:before {
        color: #DB6300;
    }
/* ======================================== */

/* ======================================== */
/* ADMIN inloggningssida: båda länkarna "Gå till Indra Elevsidor" & "Gå till Gymnasieantagningen" bredvid varandra under login formulär*/
.link-elevsidor .gr-logo {
    display: block;
    text-align: center;
    background: url(/Content/images/logo-gr-footer.png) no-repeat top left;
    background-size: 35px auto; /*30px*/
    width: 35px;
    height: 35px;
    margin-bottom: 24px;
    margin: 0 auto; /*centered*/
}

.links-elevsidor-besides {
    display: inline-block;
    padding-right: 30px;
}
/* ======================================== */

/* ADMIN inloggningssida: båda länkarna "Gå till Indra Elevsidor" & "Gå till Gymnasieantagningen" bredvid varandra under login formulär*/
.link-elevsidor .storsthlm-logo {
    display: block;
    text-align: center;
    background: url(/Content/images/C44478B9-58C3-4F6D-B702-0E161FE51DFF/storsthlm_logo.png) no-repeat top left;
    background-size: 140px 35px;
    overflow: hidden;
    width: 152px;
    height: 35px;
    margin: 0 auto; /*centered*/
}

.links-elevsidor-besides-storsthlm {
    display: inline-block;
    padding-right: 21px;
}
/* ======================================== */

/* Stor Stockholm logotyp som visas på inloggningsssida admin */
.indra-start-logo-storsthlm {
    width: 157px;
    height: 52px;
    background: url(/Content/images/C44478B9-58C3-4F6D-B702-0E161FE51DFF/storsthlm_logo.png) no-repeat;
    background-size: 157px 52px;
    overflow: hidden;
    text-indent: -9999em;
}

/* Fyrbodal logotyp som visas på inloggningsssida admin */
.indra-start-logo-fyrbodal {
    width: 157px;
    height: 52px;
    background: url(/Content/images/066E6ECF-AE4B-492C-A16D-3D692DFFAB7C/fyrbodal_logo@2x.png) no-repeat;
    background-size: 157px 52px;
    overflow: hidden;
    text-indent: -9999em;
}

.indra-start-logo {
    background: url(/Content/images/8BF40C40-9267-464F-8898-63B282EA61D9/indra-logo@2x.png) no-repeat;
    background-size: 157px 52px;
}

.eopblankett-container {
    padding-top: 6px;
}

/* ======================================== */
/* Chosen, taken frpm elev/css */

.chosen-container {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    font-size: 13px;
    zoom: 1;
    *display: inline;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
}

    .chosen-container .chosen-drop {
        position: absolute;
        top: 100%;
        left: -9999px;
        z-index: 1010;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        width: 100%;
        border: 1px solid #aaa;
        border-top: 0;
        background: #fff;
        box-shadow: 0 4px 5px rgba(0, 0, 0, 0.15);
    }

    .chosen-container.chosen-with-drop .chosen-drop {
        left: 0;
    }

    .chosen-container a {
        cursor: pointer;
    }
/* @end */
/* @group Single Chosen */
.chosen-container-single .chosen-single {
    position: relative;
    display: block;
    overflow: hidden;
    padding: 0 0 0 8px;
    height: 23px;
    height: auto;
    border: 1px solid #aaa;
    border-radius: 5px;
    background-color: #fff;
    background-clip: padding-box;
    color: #444;
    text-decoration: none;
    white-space: nowrap;
    line-height: 24px;
}

.chosen-container-single .chosen-default {
    color: #999;
}

.chosen-container-single .chosen-single span {
    display: block;
    overflow: hidden;
    margin-right: 26px;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.chosen-container-single .chosen-single-with-deselect span {
    margin-right: 38px;
}

.chosen-container-single .chosen-single abbr {
    position: absolute;
    top: 6px;
    right: 26px;
    display: block;
    width: 12px;
    height: 12px;
    background: url('/Content/images/chosen-sprite.png') -42px 1px no-repeat;
    font-size: 1px;
}

    .chosen-container-single .chosen-single abbr:hover {
        background-position: -42px -10px;
    }

.chosen-container-single.chosen-disabled .chosen-single abbr:hover {
    background-position: -42px -10px;
}

.chosen-container-single .chosen-single div {
    position: absolute;
    top: 0;
    right: 0;
    display: block;
    width: 18px;
    height: 100%;
}

    .chosen-container-single .chosen-single div b {
        display: block;
        width: 100%;
        height: 100%;
        background: url('/Content/images/chosen-sprite.png') no-repeat 0px 2px;
    }

.chosen-container-single .chosen-search {
    position: relative;
    z-index: 1010;
    margin: 0;
    padding: 3px 4px;
    white-space: nowrap;
}

    .chosen-container-single .chosen-search input[type="text"] {
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        margin: 1px 0;
        padding: 4px 20px 4px 5px;
        width: 100%;
        height: auto;
        outline: 0;
        border: 1px solid #aaa;
        background: #ffffff url('chosen-sprite.png') no-repeat 100% -20px;
        background: url('/Content/images/chosen-sprite.png') no-repeat 100% -20px, -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(1%, #eeeeee), color-stop(15%, #ffffff));
        background: url('/Content/images/chosen-sprite.png') no-repeat 100% -20px, -webkit-linear-gradient(#eeeeee 1%, #ffffff 15%);
        background: url('/Content/images/chosen-sprite.png') no-repeat 100% -20px, -moz-linear-gradient(#eeeeee 1%, #ffffff 15%);
        background: url('/Content/images/chosen-sprite.png') no-repeat 100% -20px, -o-linear-gradient(#eeeeee 1%, #ffffff 15%);
        background: url('/Content/images/chosen-sprite.png') no-repeat 100% -20px, linear-gradient(#eeeeee 1%, #ffffff 15%);
        font-size: 1em;
        font-family: sans-serif;
        line-height: normal;
        border-radius: 0;
    }

.chosen-container-single .chosen-drop {
    margin-top: -1px;
    border-radius: 0 0 4px 4px;
    background-clip: padding-box;
}

.chosen-container-single.chosen-container-single-nosearch .chosen-search {
    position: absolute;
    left: -9999px;
}
/* @end */
/* @group Results */
.chosen-container .chosen-results {
    position: relative;
    overflow-x: hidden;
    overflow-y: auto;
    margin: 0 4px 4px 0;
    padding: 0 0 0 4px;
    max-height: 240px;
    -webkit-overflow-scrolling: touch;
}

    .chosen-container .chosen-results li {
        display: none;
        margin: 0;
        padding: 5px 6px;
        list-style: none;
        line-height: 15px;
    }

        .chosen-container .chosen-results li.active-result {
            display: list-item;
            cursor: pointer;
        }

        .chosen-container .chosen-results li.disabled-result {
            display: list-item;
            color: #ccc;
            cursor: default;
        }

        .chosen-container .chosen-results li.highlighted {
            background-color: #15a8ab;
            color: #fff;
        }

        .chosen-container .chosen-results li.no-results {
            display: list-item;
            background: #f4f4f4;
        }

        .chosen-container .chosen-results li.group-result {
            display: list-item;
            font-weight: bold;
            cursor: default;
        }

        .chosen-container .chosen-results li.group-option {
            padding-left: 15px;
        }

        .chosen-container .chosen-results li em {
            font-style: normal;
            text-decoration: underline;
        }
/* @end */
/* @group Multi Chosen */
.chosen-container-multi .chosen-choices {
    position: relative;
    overflow: hidden;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    width: 100%;
    height: auto !important;
    height: 1%;
    border: 1px solid #aaa;
    background-color: #fff;
    background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(1%, #eeeeee), color-stop(15%, #ffffff));
    background-image: -webkit-linear-gradient(#eeeeee 1%, #ffffff 15%);
    background-image: -moz-linear-gradient(#eeeeee 1%, #ffffff 15%);
    background-image: -o-linear-gradient(#eeeeee 1%, #ffffff 15%);
    background-image: linear-gradient(#eeeeee 1%, #ffffff 15%);
    cursor: text;
}

    .chosen-container-multi .chosen-choices li {
        float: left;
        list-style: none;
    }

        .chosen-container-multi .chosen-choices li.search-field {
            margin: 0;
            padding: 0;
            white-space: nowrap;
        }

            .chosen-container-multi .chosen-choices li.search-field input[type="text"] {
                margin: 1px 0;
                padding: 5px;
                height: 15px;
                outline: 0;
                border: 0 !important;
                background: transparent !important;
                box-shadow: none;
                color: #666;
                font-size: 100%;
                font-family: sans-serif;
                line-height: normal;
                border-radius: 0;
            }

            .chosen-container-multi .chosen-choices li.search-field .default {
                color: #999;
            }

        .chosen-container-multi .chosen-choices li.search-choice {
            position: relative;
            margin: 3px 0 3px 5px;
            padding: 3px 20px 3px 5px;
            border: 1px solid #aaa;
            border-radius: 3px;
            background-color: #e4e4e4;
            background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(20%, #f4f4f4), color-stop(50%, #f0f0f0), color-stop(52%, #e8e8e8), color-stop(100%, #eeeeee));
            background-image: -webkit-linear-gradient(#f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
            background-image: -moz-linear-gradient(#f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
            background-image: -o-linear-gradient(#f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
            background-image: linear-gradient(#f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
            background-clip: padding-box;
            box-shadow: 0 0 2px #ffffff inset, 0 1px 0 rgba(0, 0, 0, 0.05);
            color: #333;
            line-height: 13px;
            cursor: default;
        }

            .chosen-container-multi .chosen-choices li.search-choice .search-choice-close {
                position: absolute;
                top: 4px;
                right: 3px;
                display: block;
                width: 12px;
                height: 12px;
                background: url('/Content/images/chosen-sprite.png') -42px 1px no-repeat;
                font-size: 1px;
            }

                .chosen-container-multi .chosen-choices li.search-choice .search-choice-close:hover {
                    background-position: -42px -10px;
                }

        .chosen-container-multi .chosen-choices li.search-choice-disabled {
            padding-right: 5px;
            border: 1px solid #ccc;
            background-color: #e4e4e4;
            background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(20%, #f4f4f4), color-stop(50%, #f0f0f0), color-stop(52%, #e8e8e8), color-stop(100%, #eeeeee));
            background-image: -webkit-linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
            background-image: -moz-linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
            background-image: -o-linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
            background-image: linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
            color: #666;
        }

        .chosen-container-multi .chosen-choices li.search-choice-focus {
            background: #d4d4d4;
        }

            .chosen-container-multi .chosen-choices li.search-choice-focus .search-choice-close {
                background-position: -42px -10px;
            }

.chosen-container-multi .chosen-results {
    margin: 0;
    padding: 0;
}

.chosen-container-multi .chosen-drop .result-selected {
    display: list-item;
    color: #ccc;
    cursor: default;
}
/* @end */
/* @group Active  */
.chosen-container-active .chosen-single {
    border: 1px solid #15a8ab;
}

.chosen-container-active.chosen-with-drop .chosen-single {
    border: 1px solid #aaa;
    -moz-border-radius-bottomright: 0;
    border-bottom-right-radius: 0;
    -moz-border-radius-bottomleft: 0;
    border-bottom-left-radius: 0;
    box-shadow: 0 1px 0 #fff inset;
}

    .chosen-container-active.chosen-with-drop .chosen-single div {
        border-left: none;
        background: transparent;
    }

        .chosen-container-active.chosen-with-drop .chosen-single div b {
            background-position: -18px 2px;
        }

.chosen-container-active .chosen-choices {
    border: 1px solid #5897fb;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}

    .chosen-container-active .chosen-choices li.search-field input[type="text"] {
        color: #111 !important;
    }
/* @end */
/* @group Disabled Support */
.chosen-disabled {
    opacity: 0.5 !important;
    cursor: default;
}

    .chosen-disabled .chosen-single {
        cursor: default;
    }

    .chosen-disabled .chosen-choices .search-choice .search-choice-close {
        cursor: default;
    }
/* @end */
/* @group Right to Left */
.chosen-rtl {
    text-align: right;
}

    .chosen-rtl .chosen-single {
        overflow: visible;
        padding: 0 8px 0 0;
    }

        .chosen-rtl .chosen-single span {
            margin-right: 0;
            margin-left: 26px;
            direction: rtl;
        }

    .chosen-rtl .chosen-single-with-deselect span {
        margin-left: 38px;
    }

    .chosen-rtl .chosen-single div {
        right: auto;
        left: 3px;
    }

    .chosen-rtl .chosen-single abbr {
        right: auto;
        left: 26px;
    }

    .chosen-rtl .chosen-choices li {
        float: right;
    }

        .chosen-rtl .chosen-choices li.search-field input[type="text"] {
            direction: rtl;
        }

        .chosen-rtl .chosen-choices li.search-choice {
            margin: 3px 5px 3px 0;
            padding: 3px 5px 3px 19px;
        }

            .chosen-rtl .chosen-choices li.search-choice .search-choice-close {
                right: auto;
                left: 4px;
            }

    .chosen-rtl.chosen-container-single-nosearch .chosen-search,
    .chosen-rtl .chosen-drop {
        left: 9999px;
    }

    .chosen-rtl.chosen-container-single .chosen-results {
        margin: 0 0 4px 4px;
        padding: 0 4px 0 0;
    }

    .chosen-rtl .chosen-results li.group-option {
        padding-right: 15px;
        padding-left: 0;
    }

    .chosen-rtl.chosen-container-active.chosen-with-drop .chosen-single div {
        border-right: none;
    }

    .chosen-rtl .chosen-search input[type="text"] {
        padding: 4px 5px 4px 20px;
        background: #ffffff url('/Content/images/chosen-sprite.png') no-repeat -30px -20px;
        background: url('/Content/images/chosen-sprite.png') no-repeat -30px -20px, -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(1%, #eeeeee), color-stop(15%, #ffffff));
        background: url('/Content/images/chosen-sprite.png') no-repeat -30px -20px, -webkit-linear-gradient(#eeeeee 1%, #ffffff 15%);
        background: url('/Content/images/chosen-sprite.png') no-repeat -30px -20px, -moz-linear-gradient(#eeeeee 1%, #ffffff 15%);
        background: url('/Content/images/chosen-sprite.png') no-repeat -30px -20px, -o-linear-gradient(#eeeeee 1%, #ffffff 15%);
        background: url('/Content/images/chosen-sprite.png') no-repeat -30px -20px, linear-gradient(#eeeeee 1%, #ffffff 15%);
        direction: rtl;
    }

    .chosen-rtl.chosen-container-single .chosen-single div b {
        background-position: 6px 2px;
    }

    .chosen-rtl.chosen-container-single.chosen-with-drop .chosen-single div b {
        background-position: -12px 2px;
    }
/* ======================================== */
.box-form header .header-alert {
    margin-left: 10px;
    font-size: 14px;
    font-style: italic;
}

#btnResetExternAnsokan {
    margin: 8px 0 0 0;
}

.modal.modal-large .scrollable-content {
    max-height: 430px;
    padding-top: 8px;
}

#dynamictable-container-IMSokandePlacering .toggle-filters {
    margin-top: 23px;
}

.sarBetygRubrik {
    border-bottom: none !important;
    text-align: right;
    margin-right: 7px;
    margin-bottom: 2px !important;
    font-weight: normal;
    font: Arial Narrow;
    font-size: small;
}

.justera-import-warning-container {
    padding-left: 0;
}

.justera-import-warning-container .alert {
    padding-left: 8px;
}

.table .antagningsregionTableRow-Cell-1,
.table .antagningsregionTableRow-Cell-1 lable {
    width: 230px;
}

.table .antagningsregionTableRow-Cell-2,
.table .antagningsregionTableRow-Cell-2 input {
    width: 300px;
}

.table .antagningsregionTableRow-Cell-3 {
    width: 180px;
}


#needVerificationTokenModal .modal-body {
    padding: 0;
}

#needVerificationTokenModal .step-bar {
    margin: 0;
    border-top: 0;
}

    #needVerificationTokenModal .twofactor-steps {
        width: 290%;
        padding-top: 0;
    }


.modal-validate-cellphone {
    overflow: hidden;
}

.modal-validate-cellphone .modal-header {
    border-bottom: 0;
}
#sendVerificationcodeModal {
    padding: 0;
    overflow: hidden;
}

#modal-container .step-bar {
    border-top: 0;
}

    #modal-container .twofactor-steps li {
        width: 45%;
    }

.elevPasswordField {
    border: none !important;
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
    box-shadow: none !important;
    cursor: text !important;
    margin: 0px !important;
    padding: 0px 0px 2px 0px !important;
}
.trumbowyg-box,
.trumbowyg-editor-box {
  background-color: #fff;
}

#modal-container .trumbowyg-box {
  max-height: 300px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
}

/* Make editor same width as CKEditors inline styling did on Händelser page */
/* To avoid messing with parent containers on the page */
.row > .span-half > .trumbowyg-box {
  width: 542px;
}

#Vyforklaring .box.box-form.active .trumbowyg-box .trumbowyg-editor {
  height: 260px;
}

#Vyforklaring .box.box-form.active .trumbowyg-box {
  margin-bottom: 11px;
}

#EditSkola .tab-pane.active .trumbowyg-box.trumbowyg-editor-visible {
  width: 490px;
}

/* Fixed bottom right corner link to the new admin */
.new-admin-link {
    position: fixed;
    bottom: 25px;
    right: 25px;
    z-index: 50;
}

body:has(.new-admin-link) {
    padding-bottom: 90px;
}

.new-admin-link img {
    width: 100px;
    opacity: 0;
    animation: appear 1s ease-in-out 1s forwards;
    display: inline-block;
    transition: all 0.2s ease;
    border-color: transparent;
    outline-offset: 2px;
    box-shadow:
      0 1px 1px hsl(0deg 0% 0% / 0.075),
      0 2px 2px hsl(0deg 0% 0% / 0.075),
      0 4px 4px hsl(0deg 0% 0% / 0.075),
      0 8px 8px hsl(0deg 0% 0% / 0.075),
      0 16px 16px hsl(0deg 0% 0% / 0.075)
    ;

    border-radius: 15px;
    @supports (corner-shape: squircle) {
        border-radius: 90px;
        corner-shape: squircle;
    }
}

.new-admin-link:hover img {
    transform: translateY(1px);
    filter: brightness(1.1);
}

.new-admin-link:active img {
    transform: translateY(4px);
    box-shadow: 0 3px 3px hsl(0deg 0% 0% / 0.075);
}

.new-admin-link a:focus-visible {
    outline: none;
}
.new-admin-link a:focus-visible img {
    outline: auto 2px Highlight;
    outline: auto 2px -webkit-focus-ring-color;
}

@keyframes appear {
    to {
        opacity: 1;
    }
}



[class^="icon-"],
[class*=" icon-"] {
  font-family: inherit;
  color: inherit;
  font-style: inherit;
  font-weight: inherit;
}

[class^="icon-"]::before,
[class*=" icon-"]::before {
  font-family: "FontAwesome";
  font-style: normal;
  font-weight: normal;
  -webkit-font-smoothing: antialiased;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
}

.icon-ok::before,
.icon-ok-sign::before {
  color: #46a546;
}

.icon-ban-circle::before {
  color: #ef554a;
}

.icon-warning-sign::before {
  color: #ffc40d;
}

.error .icon-warning-sign::before {
  color: #ef554a;
}

.icon-bolt::before {
  color: #049cdb;
}
.icon-info-sign::before {
  color: #049cdb;
}

.icon-info-sign {
  cursor: pointer;
}

table .icon-circle-arrow-right::before {
  color: #555555;
}

.content-static .icon-check-empty::before {
  color: #9f9f9f;
}

.btn .icon-ok::before {
  color: inherit;
}

.icon-ok::before {
  margin-right: .35em;
}

.autocomplete-wrapper {
  position: relative;
  display: inline-block;
  clear: both;
}
.autocomplete-extended {
  display: none;
  float: left;
  background-color: #ffffff;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, 0.3);
  *border: 1px solid #999;
  /* IE6-7 */

  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  -moz-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
  box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding-box;
  background-clip: padding-box;
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  z-index: 1031;
  margin-top: 3px;
}
.autocomplete-extended:before {
  content: '';
  display: block;
  position: absolute;
  bottom: 100%;
  left: 5px;
  height: 0;
  width: 0;
  border: 7px solid transparent;
  border-bottom-color: #666;
  border-bottom-color: rgba(0, 0, 0, 0.5);
}
.autocomplete-extended:after {
  content: '';
  display: block;
  position: absolute;
  bottom: 100%;
  left: 6px;
  height: 0;
  width: 0;
  border: 6px solid transparent;
  border-bottom-color: #fff;
}
.autocomplete-extended > ul {
  min-width: 200px;
  max-width: 300px;
  max-height: 400px;
  list-style: none;
  margin: 0;
  overflow-y: auto;
}
.autocomplete-extended > ul li:first-child a {
  -moz-border-radius: 3px 3px 0 0;
  -webkit-border-radius: 3px 3px 0 0;
  border-radius: 3px 3px 0 0;
}
.autocomplete-extended > ul li:last-child a {
  -moz-border-radius: 0 0 3px 3px;
  -webkit-border-radius: 0 0 3px 3px;
  border-radius: 0 0 2px 2px;
  border-bottom: none;
}
.autocomplete-extended > ul a {
  border-bottom: 1px solid #dedede;
  padding: 4px 12px;
  cursor: pointer;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.autocomplete-extended > ul a:hover {
  background-color: #0081C2;
  background-image: -moz-linear-gradient(top, #0088cc, #0077b3);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#0088cc), to(#0077b3));
  background-image: -webkit-linear-gradient(top, #0088cc, #0077b3);
  background-image: -o-linear-gradient(top, #0088cc, #0077b3);
  background-image: linear-gradient(to bottom, #0088cc, #0077b3);
  color: #ffffff;
  text-decoration: none;
}
.autocomplete-extended > ul a i {
  margin-right: 4px !important;
}
.autocomplete-extended > ul li.active a {
  background-color: #0081C2;
  background-image: -moz-linear-gradient(top, #0088cc, #0077b3);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#0088cc), to(#0077b3));
  background-image: -webkit-linear-gradient(top, #0088cc, #0077b3);
  background-image: -o-linear-gradient(top, #0088cc, #0077b3);
  background-image: linear-gradient(to bottom, #0088cc, #0077b3);
  color: #ffffff;
}
.autocomplete-extended > ul li.no-result {
  padding: 4px 12px;
  color: #aaa;
  font-style: italic;
}
.autocomplete-extended > ul li.no-result i {
  color: #aaa !important;
}
.autocomplete-extended .autocomplete-footer {
  border-top: 1px solid #B2B2B2;
  padding: 10px;
  display: block;
}
.autocomplete-extended.content-width {
  right: auto;
}
.autocomplete-extended.content-width ul {
  max-width: 400px;
}
.autocomplete-extended.from-right {
  left: auto;
  right: 0;
}
.autocomplete-extended.from-right:before {
  left: auto !important;
  right: 5px !important;
}
.autocomplete-extended.from-right:after {
  left: auto !important;
  right: 6px !important;
}
.autocomplete-extended.from-top {
  top: auto;
  bottom: 100%;
  margin-bottom: 3px;
  margin-top: 0;
}
.autocomplete-extended.from-top:before {
  top: 100%;
  border-bottom-color: transparent;
  border-top-color: #666;
  border-top-color: rgba(0, 0, 0, 0.5);
}
.autocomplete-extended.from-top:after {
  top: 100%;
  border-bottom-color: transparent;
  border-top-color: #fff;
}
.autocomplete-extended.multiline > ul a {
  overflow: visible;
  text-overflow: none;
  white-space: normal;
}
.autocomplete-extended.select-box {
  margin-top: -2px;
  border-color: rgba(82, 168, 236, 0.8);
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
  -moz-border-radius: 0 0 4px 4px;
  -webkit-border-radius: 0 0 4px 4px;
  border-radius: 0 0 4px 4px;
}
.autocomplete-extended.select-box > ul li:first-child a {
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
}
.autocomplete-extended.select-box:before,
.autocomplete-extended.select-box:after {
  display: none;
}
.autocomplete-extended.select-box.from-top {
  margin-top: 0;
  margin-bottom: -2px;
  -moz-border-radius: 4px 4px 0 0;
  -webkit-border-radius: 4px 4px 0 0;
  border-radius: 4px 4px 0 0;
}
.autocomplete-extended.select-box.from-top > ul li:first-child a {
  -moz-border-radius: 3px 3px 0 0;
  -webkit-border-radius: 3px 3px 0 0;
  border-radius: 3px 3px 0 0;
}
.autocomplete-extended.select-box.from-top > ul li:last-child a {
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
}
.autocomplete-extended .media-object {
  font-size: 12px;
}
.autocomplete-extended .media-object a {
  padding: 10px;
}
.autocomplete-extended .media-object img.avatar {
  margin-top: 0;
  margin-right: 10px;
}
.autocomplete-extended .media-object li {
  line-height: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.autocomplete-extended .media-object li strong {
  font-size: 14px;
}
.modal .autocomplete-extended {
  z-index: 1051;
}
input[type="text"].autocomplete {
  margin-bottom: 0;
}

 /*
	Datepicker for Bootstrap
	Copyright 2012 Stefan Petre
	Licensed under the Apache License v2.0
	http://www.apache.org/licenses/LICENSE-2.0
*/
 .datepicker { top: 0; left: 0; padding: 4px; margin-top: 1px; -webkit-border-radius: 4px; -moz-border-radius: 4px; border-radius: 4px; /*.dow { border-top: 1px solid #ddd !important; }*/ } .datepicker: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: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 table { width: 100%; margin: 0; } .datepicker td, .datepicker th { text-align: center; width: 20px; height: 20px; -webkit-border-radius: 4px; -moz-border-radius: 4px; border-radius: 4px; } .datepicker td.day:hover { background: #eeeeee; cursor: pointer; } .datepicker td.old, .datepicker td.new { color: #999999; } .datepicker td.active, .datepicker td.active: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 td.active:hover, .datepicker td.active:hover:hover, .datepicker td.active:active, .datepicker td.active:hover:active, .datepicker td.active.active, .datepicker td.active:hover.active, .datepicker td.active.disabled, .datepicker td.active:hover.disabled, .datepicker td.active[disabled], .datepicker td.active:hover[disabled] { background-color: #0044cc; } .datepicker td.active:active, .datepicker td.active:hover:active, .datepicker td.active.active, .datepicker td.active:hover.active { background-color: #003399 \9; } .datepicker td span { display: block; width: 47px; height: 54px; line-height: 54px; float: left; margin: 2px; cursor: pointer; -webkit-border-radius: 4px; -moz-border-radius: 4px; border-radius: 4px; } .datepicker td span:hover { background: #eeeeee; } .datepicker td span.active { 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 td span.active:hover, .datepicker td span.active:active, .datepicker td span.active.active, .datepicker td span.active.disabled, .datepicker td span.active[disabled] { background-color: #0044cc; } .datepicker td span.active:active, .datepicker td span.active.active { background-color: #003399 \9; } .datepicker td span.old { color: #999999; } .datepicker th.switch { width: 145px; } .datepicker th.next, .datepicker th.prev { font-size: 19.5px; } .datepicker thead tr:first-child th { cursor: pointer; } .datepicker thead tr:first-child th:hover { background: #eeeeee; } .input-append.date .add-on i, .input-prepend.date .add-on i { display: block; cursor: pointer; width: 16px; height: 16px; }
/*!
 * Timepicker Component for Twitter Bootstrap
 *
 * Copyright 2013 Joris de Wit
 *
 * Contributors https://github.com/jdewit/bootstrap-timepicker/graphs/contributors
 *
 * For the full copyright and license information, please view the LICENSE
 * file that was distributed with this source code.
 */
.bootstrap-timepicker {
  position: relative;
}
.bootstrap-timepicker.pull-right .bootstrap-timepicker-widget.dropdown-menu {
  left: auto;
  right: 0;
}
.bootstrap-timepicker.pull-right .bootstrap-timepicker-widget.dropdown-menu:before {
  left: auto;
  right: 12px;
}
.bootstrap-timepicker.pull-right .bootstrap-timepicker-widget.dropdown-menu:after {
  left: auto;
  right: 13px;
}
.bootstrap-timepicker .add-on {
  cursor: pointer;
}
.bootstrap-timepicker .add-on i {
  display: inline-block;
  width: 16px;
  height: 16px;
}
.bootstrap-timepicker-widget.dropdown-menu {
  padding: 2px 3px 2px 2px;
}
.bootstrap-timepicker-widget.dropdown-menu.open {
  display: inline-block;
}
.bootstrap-timepicker-widget.dropdown-menu:before {
  border-bottom: 7px solid rgba(0, 0, 0, 0.2);
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  content: "";
  display: inline-block;
  left: 9px;
  position: absolute;
  top: -7px;
}
.bootstrap-timepicker-widget.dropdown-menu:after {
  border-bottom: 6px solid #FFFFFF;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  content: "";
  display: inline-block;
  left: 10px;
  position: absolute;
  top: -6px;
}
.bootstrap-timepicker-widget a.btn,
.bootstrap-timepicker-widget input {
  border-radius: 4px;
}
.bootstrap-timepicker-widget table {
  width: 100%;
  margin: 0;
}
.bootstrap-timepicker-widget table td {
  text-align: center;
  height: 30px;
  margin: 0;
  padding: 2px;
}
.bootstrap-timepicker-widget table td:not(.separator) {
  min-width: 30px;
}
.bootstrap-timepicker-widget table td span {
  width: 100%;
}
.bootstrap-timepicker-widget table td a {
  border: 1px transparent solid;
  width: 100%;
  display: inline-block;
  margin: 0;
  padding: 8px 0;
  outline: 0;
  color: #333;
}
.bootstrap-timepicker-widget table td a:hover {
  text-decoration: none;
  background-color: #eee;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  border-color: #ddd;
}
.bootstrap-timepicker-widget table td a i {
  margin-top: 2px;
}
.bootstrap-timepicker-widget table td input {
  width: 25px;
  margin: 0;
  text-align: center;
}
.bootstrap-timepicker-widget .modal-content {
  padding: 4px;
}
@media (min-width: 767px) {
  .bootstrap-timepicker-widget.modal {
    width: 200px;
    margin-left: -100px;
  }
}
@media (max-width: 767px) {
  .bootstrap-timepicker {
    width: 100%;
  }
  .bootstrap-timepicker .dropdown-menu {
    width: 100%;
  }
}
.clearfix {
  *zoom: 1;
}
.clearfix:before,
.clearfix:after {
  display: table;
  content: "";
  line-height: 0;
}
.clearfix:after {
  clear: both;
}
.hide-text {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.input-block-level {
  display: block;
  width: 100%;
  min-height: 30px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
/* FLOATS AND ALIGNS */
/* -------------------------------------- */
table .left {
  text-align: left;
}
table .right {
  text-align: right;
}
table .center {
  text-align: center;
}
table .disabled {
  text-decoration: line-through;
}
table input.btn.icon-trash {
  width: 21px;
  height: 21px;
  padding: 2px;
  margin: 0;
  background-image: url("images/icons/glyphicons-halflings.png");
  background-position: -456px 0;
  background-origin: content-box;
  background-repeat: no-repeat;
}
button.btn.icon-trash {
  font-size: 15px;
}
/* BASIC TABLE */
/* -------------------------------------- */
.dynamictable-container > form {
  margin: 0;
}
.table {
  overflow-x: auto;
  width: auto !important;
  max-width: none !important;
  min-width: 100%;
  /* INLINE EDIT */
}
.table .parent td {
  background: #eaeaea !important;
  background-image: -webkit-linear-gradient(#f1f1f1, #e1e1e1) !important;
  background-image: -moz-linear-gradient(#f1f1f1, #e1e1e1) !important;
  background-image: -o-linear-gradient(#f1f1f1, #e1e1e1) !important;
  background-image: linear-gradient(#f1f1f1, #e1e1e1) !important;
  text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.8);
}
.table .child td:nth-child(2) {
  padding-left: 24px;
}
.table .child td {
  font-size: 13px;
}
.table th,
.table td {
  padding-top: 5px;
  padding-bottom: 5px;
}
.table input {
  width: auto;
  margin: 0;
}
.table input.tiny {
  text-align: center;
  width: 18px;
  padding: 0 4px;
}
.table input[readonly] {
  color: #aaa !important;
  background: #eee !important;
}
.table input[type="checkbox"] {
  margin-top: 4px;
}
.table select {
  max-width: 100%;
}
.table th a {
  white-space: nowrap;
}
.table .caret {
  margin-left: 4px;
  border-top: 4px solid;
  margin-top: 8px;
}
.table .caret-up {
  border-bottom: 4px solid;
  border-top: 0 none;
  content: "↑";
}
.table .inline-edit {
  padding: 0;
  margin: 0;
  vertical-align: middle;
}
.table .inline-edit input:not([type="checkbox"]) {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: inherit;
  width: 100%;
  height: 30px;
  border: none;
  border: 1px solid transparent;
  padding: 5px 7px;
  background: transparent;
  -moz-box-shadow: inset 0 0 0 1px #ffffff, inset 1px 2px 5px rgba(0, 0, 0, 0.25);
  -webkit-box-shadow: inset 0 0 0 1px #ffffff, inset 1px 2px 5px rgba(0, 0, 0, 0.25);
  box-shadow: inset 0 0 0 1px #ffffff, inset 1px 2px 5px rgba(0, 0, 0, 0.25);
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
}
.table .inline-edit input:not([type="checkbox"]):hover {
  background: #eaf3fc !important;
}
.table .inline-edit input:not([type="checkbox"]):focus {
  padding: 0 7px;
  background: #fff !important;
  border: 1px solid rgba(82, 168, 236, 0.8);
  -moz-box-shadow: inset 0 0 8px 1px rgba(82, 168, 236, 0.6);
  -webkit-box-shadow: inset 0 0 8px 1px rgba(82, 168, 236, 0.6);
  box-shadow: inset 0 0 8px 1px rgba(82, 168, 236, 0.6);
}
.table .inline-edit input:not([type="checkbox"]):focus:hover {
  background: #fff !important;
}
.table .inline-edit input:not([type="checkbox"])[readonly],
.table .inline-edit input:not([type="checkbox"])[readonly]:focus {
  background: #eee !important;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.5), inset 1px 2px 5px rgba(0, 0, 0, 0.05);
}
.table .inline-edit input[type="checkbox"],
.table .inline-edit select {
  margin: 0 7px;
}
.table .inline-edit select {
  padding: 0;
  line-height: 1em;
  height: auto;
  width: 90%;
}
.table .inline-edit input.text-size-width {
  width: auto;
}
.table td[rel="tooltip"] {
  padding: 0;
  height: 100%;
}
.table td[rel="tooltip"] > div {
  position: relative;
  padding: 5px 8px;
}
.table td[rel="tooltip"] > div:after {
  position: absolute;
  top: 1px;
  right: 1px;
  content: '';
  display: block;
  height: 0;
  width: 0;
  border: 4px solid #00A2B1;
  border-left-color: transparent;
  border-bottom-color: transparent;
}
.table td[rel="tooltip"].inline-edit > div {
  padding: 0;
  margin: 0;
  vertical-align: middle;
}
.table tr.trash-warning td {
  background: #ffe5e5 !important;
  background-image: none !important;
}
.highlighted td {
  background-color: #eaf3fc !important;
}
.table tr td.row-action-cell {
  vertical-align: middle;
  text-align: center;
  background: #eee !important;
  padding: 0;
  width: 30px;
  -webkit-box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.7);
  -moz-box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.7);
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.7);
}
.table tr td.row-action-cell .row-action {
  color: #666;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.table tr td.row-action-cell:hover {
  background: #999 !important;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.table tr td.row-action-cell:hover .row-action {
  color: white;
}
.table tr td.row-action-cell.primary {
  background: #e0f2f4 !important;
}
.table tr td.row-action-cell.primary .row-action {
  color: #00A2B1;
}
.table tr td.row-action-cell.primary:hover {
  background: #00A2B1 !important;
}
.table tr td.row-action-cell.primary:hover .row-action {
  color: white;
}
.table tr td.row-action-cell[rel="tooltip"] > div {
  padding: 0;
}
.table tr td.row-action-cell[rel="tooltip"] > div:after {
  display: none;
}
.row-action {
  display: block;
  margin: 0;
  padding: 0;
  border: none;
  background: none;
  width: 30px;
  white-space: nowrap;
  font-size: 12px;
  font-weight: normal;
  text-shadow: none;
}
.row-action i {
  margin: 0;
  padding: 0;
  font-size: 14px;
}
.row-action:hover {
  background: transparent;
  text-decoration: none;
}
.row-action[disabled="disabled"] {
  opacity: 0.2;
  cursor: not-allowed;
}
.table tr td.row-action-cell:hover ~ td:not(.row-action-cell) {
  background: #e0f2f4 !important;
}
/* EMPTY NOTICE */
.box.empty {
  background: #eee;
  margin-top: -15px;
  padding: 40px 10px 10px;
  min-height: 60px;
  text-align: center;
}
.box.empty p {
  vertical-align: middle;
  font-style: italic;
  color: #999;
}
/* COLOUMN WIDTHS */
.col-tiny {
  width: 14px;
}
.col-delete {
  width: 22px;
}
/* POSITIONING */
/* -------------------------------------- */
table.dynamictable .valign-top,
table.dynamictable .valign-top {
  vertical-align: top;
}
table.dynamictable .valign-middle,
table.dynamictable .valign-middle {
  vertical-align: middle;
}
table.dynamictable .valign-bottom,
table.dynamictable .valign-bottom {
  vertical-align: bottom;
}
table.dynamictable .align-left,
table.dynamictable .align-left {
  text-align: left;
}
table.dynamictable .align-center,
table.dynamictable .align-center {
  text-align: center;
}
table.dynamictable .align-right,
table.dynamictable .align-right {
  text-align: right;
}
.hidden-by-default {
  display: none;
}
/* MATRIX TABLE */
/* -------------------------------------- */
.table-matrix {
  font-size: 12px;
  width: 100% !important;
  /* Matrix table should always be fixed */
  table-layout: fixed;
}
.table-matrix th,
.table-matrix td {
  overflow: hidden;
  word-wrap: break-word;
}
.table-matrix th,
.table-matrix td {
  text-align: center;
}
.table-matrix .left {
  text-align: left;
  padding-left: 4px;
}
.table-matrix th.row-head,
.table-matrix th.row-foot {
  text-align: left;
  padding: 4px;
  width: 8%;
}
.table-matrix .wide {
  width: 8%;
  padding: 4px;
}
.table-matrix tr {
  position: relative;
}
.table-matrix th {
  padding: 4px 1px;
}
.table-matrix td {
  padding: 0;
  line-height: 1.4em;
  vertical-align: middle;
}
.table-matrix tbody th {
  text-align: left;
  padding: 4px;
  position: relative;
  z-index: 1;
  line-height: 1.4em;
  font-weight: normal;
}
.table-matrix .inline-edit input {
  font-size: 10px;
  text-align: center;
  max-width: 100%;
  height: 100%;
  padding: 7px 0;
}
.table-matrix .inline-edit input:focus {
  padding: 7px 0;
}
/* FIXED TABLE */
/* -------------------------------------- */
.table-fixed {
  max-width: 100% !important;
  table-layout: fixed;
}
.table-fixed th,
.table-fixed td {
  overflow: hidden;
  word-wrap: break-word;
}
.dynamictable-data-container {
  position: relative;
}
.dynamictable-data-container .add-column {
  position: absolute;
  top: 5px;
  right: -18px;
}
.dynamictable-data-container .add-column a {
  opacity: 1;
}
.dynamictable-data-container .add-column i {
  margin: 0;
  padding: 0;
}
.dynamictable-data-container .add-column .btn {
  -webkit-border-radius: 0 3px 3px 0;
  -moz-border-radius: 0 3px 3px 0;
  border-radius: 0 3px 3px 0;
  padding: 0 3px;
}
.dynamictable-data-container .dropdown-menu {
  left: auto;
  right: 0px;
}
table th > a:first-of-type {
  /* make table-column-actions float right in FF */
  float: left;
}
.DynamicTableDirectCellInputCssChange {
  background: #bdeaf3 !important;
  border-color: #fff !important;
}
.table-column-actions {
  display: none;
  clear: both;
  border-bottom: 1px dotted #ddd;
  margin: 0 -6px 4px -6px;
  background: #eee;
  text-align: center;
  line-height: 1em;
  padding: 6px 10px 3px;
  -moz-border-radius: 4px 4px 0 0;
  -webkit-border-radius: 4px 4px 0 0;
  border-radius: 4px 4px 0 0;
  font-size: 12px !important;
  line-height: 1.3em;
  text-shadow: 1px 1px 0 #fff;
}
.table-column-actions a {
  color: #999;
  width: 30%;
}
.table-column-actions a:hover {
  color: #333;
  text-decoration: none;
}
.table-column-actions .move-column-left {
  float: left;
  text-align: left;
}
.table-column-actions .move-column-right {
  float: right;
  text-align: right;
}
.table-column-actions .hide-column {
  display: inline-block;
}
.table-bordered .table-column-actions {
  margin: -7px -8px 4px;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
}
.pagination {
  margin: 11px 5px 0;
}
.pagination ul {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.pagination a {
  line-height: 32px;
}
.pagination select {
  height: 34px;
  width: 70px;
  line-height: 34px;
  padding-top: 6px;
}
.pagination span {
  line-height: 33px;
}
.pagination li.first a,
.pagination li.last a {
  border: 0;
  font-size: 12px;
}
.pagination li.first a:hover,
.pagination li.last a:hover {
  background: transparent;
  text-decoration: underline;
}
.pagination li.prev a {
  -webkit-border-radius: 3px 0 0 3px;
  -moz-border-radius: 3px 0 0 3px;
  border-radius: 3px 0 0 3px;
  border-left: 1px solid #ddd;
}
.pagination li.next a {
  -webkit-border-radius: 0 3px 3px 0;
  -moz-border-radius: 0 3px 3px 0;
  border-radius: 0 3px 3px 0;
}
.pagination-rows {
  text-align: center;
}
.pagination-rows .rows {
  display: inline-block;
  padding: 0 10px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  border: 1px solid #ddd;
  height: 30px;
  line-height: 28px;
  color: #6f6f6f;
}
.pagination-rows select {
  margin: 0;
}
.dynamictable-container.tabbable .nav {
  border: none;
  margin-bottom: -4px;
}
.dynamictable-container.tabbable .tab-content {
  width: 100%;
  float: left;
}
.dynamictable-container.tabbable table {
  border-top-width: 3px;
}
/* LIST VIEW AND DETAIL VIEW STYLING AND FUNCTIONALITY
---------------------------------------------------------- */
.list-view.minimized .list-view-mask {
  overflow-x: scroll;
  overflow-y: hidden;
  position: relative;
}
.list-view.minimized .dynamictable-data-container:before {
  content: '';
  position: absolute;
  top: -4px;
  right: 0;
  bottom: 0;
  z-index: 10;
  width: 10px;
}
.table-full-width {
  overflow-x: auto;
}
/* TOOLBAR
 -------------------------------------- */
.toolbar {
  *zoom: 1;
  background: #eee;
  border: 1px solid #dedede;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  margin-bottom: 1em;
  position: relative;
}
.toolbar:before,
.toolbar:after {
  display: table;
  content: "";
  line-height: 0;
}
.toolbar:after {
  clear: both;
}
.toolbar h2 {
  float: left;
  margin: -8px 10px -8px -8px;
  padding: 8px 15px;
  height: 32px;
  border: 0;
  border-right: 1px solid #ddd;
  -webkit-border-radius: 4px 0 0 4px;
  -moz-border-radius: 4px 0 0 4px;
  border-radius: 4px 0 0 4px;
  background: #f6f6f6;
  font-style: normal;
  line-height: 30px;
}
.toolbar .caret {
  margin-left: 4px;
  border-top: 4px solid;
  margin-top: 8px;
}
.toolbar .container {
  width: auto;
  margin: 0;
}
.toolbar .inner {
  min-height: 32px;
  padding: 8px 8px;
}
.toolbar .inner h2,
.toolbar .inner select,
.toolbar .inner input,
.toolbar .inner .filter .advanced-filters .filter-row div,
.toolbar .inner .actions div {
  display: inline-block;
}
.toolbar .inner .btn-mini {
  position: relative;
  top: 3px;
}
.toolbar form {
  margin: 0;
}
.toolbar > .actions {
  max-width: 40%;
}
.toolbar .filter select,
.toolbar .filter .filter-row input,
.toolbar .filter .input-append,
.toolbar .filter .control-group,
.toolbar .filter .btn {
  margin-bottom: 0;
  margin-right: 6px;
}
.toolbar .filter .chosen-container {
  margin-bottom: 0;
}
.toolbar .filter .input-append {
  margin-bottom: 0px;
}
.toolbar .filter .input-append .btn {
  float: none;
}
.toolbar .filter select {
  line-height: 32px;
  height: 32px;
  padding-top: 5px;
}
.toolbar .filter .advanced-filters {
  *zoom: 1;
  border-top: 1px solid #ddd;
  margin: 15px -15px -15px;
  padding: 15px;
  background: rgba(0, 0, 0, 0.05);
}
.toolbar .filter .advanced-filters:before,
.toolbar .filter .advanced-filters:after {
  display: table;
  content: "";
  line-height: 0;
}
.toolbar .filter .advanced-filters:after {
  clear: both;
}
.toolbar .filter .advanced-filters .checkboxes {
  margin-bottom: 0px;
}
.toolbar .filter .advanced-filters .checkboxes .control-label {
  line-height: 32px;
  float: left;
  margin-right: 6px;
}
.toolbar .filter .advanced-filters .checkboxes .checkbox {
  margin-right: 12px;
}
.toolbar .filter .advanced-filters .checkboxes .checkbox input {
  margin-top: 5px;
}
.toolbar .filter .btn-filter {
  margin-top: 15px;
}
.toolbar .inner > .actions {
  position: absolute;
  bottom: 0;
  right: 0;
}
.toolbar .inner > .actions .btn-add,
.toolbar .inner > .actions .btn-group,
.toolbar .inner > .actions .pager {
  margin-left: 6px;
  float: right;
}
.toolbar .inner > .actions span {
  line-height: 32px;
}
.toolbar .inner > .actions .pager {
  margin-left: 12px;
  margin-bottom: 0;
}
.toolbar .inner > .actions .pager .btn {
  padding-left: 4px;
  padding-right: 4px;
}
.toolbar .inner > .actions .dropdown-menu a {
  display: block;
}
.toolbar .inner > .actions .dropdown-menu {
  left: auto;
  right: 0px;
}
.toolbar .dropdown-menu button {
  background: none;
  text-align: left;
  border: none;
  width: 100%;
  display: block;
  font-weight: normal;
  padding: 3px 15px;
  white-space: nowrap;
}
.toolbar .dropdown-menu button:hover {
  background: #999;
  color: #fff;
}
.modal .toolbar {
  position: relative;
}
.modal .toolbar h2 {
  display: none;
}
.modal-filled .toolbar {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  border: 0;
}
/* Fixed filter on scroll, but only for 980px and up (sorry IE!) */
.toolbar-fixed {
  position: fixed;
  top: 40px;
  left: 0;
  right: 0;
  z-index: 1020;
  border-width: 0 0 1px;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  border-bottom-color: #BDBDBD;
  -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25);
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25);
}
.toolbar-fixed .inner {
  padding-left: 9px;
  padding-right: 9px;
}
/* TABLE TOOLBAR */
.table-striped tbody tr {
  cursor: pointer;
}
.table-striped tbody tr.active td {
  background: #ddd;
}
.dynamictable-container {
  position: relative;
}
.table-compact {
  font-size: 11px;
}
.table-compact td,
.table-compact th {
  line-height: 1.3em;
}
.table-compact .caret,
.table-compact .caret-down {
  margin-top: 6px;
}
/* ALTERNATE TOOLBAR STYLES
 -------------------------------------- */
.toolbar-box > section {
  -webkit-border-radius: 0 0 4px 4px;
  -moz-border-radius: 0 0 4px 4px;
  border-radius: 0 0 4px 4px;
}
.toolbar-box > section:only-child {
  padding: 8px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.toolbar-box > section:only-child .advanced-filters {
  margin: 8px -8px -8px;
}
.toolbar-box .form-group:nth-child(5n) {
  padding-right: 0;
}
.toolbar-box.compact .form-group {
  width: auto;
}
.toolbar-box.compact .form-group select {
  width: 150px;
}
.toolbar-box.compact .form-group input.span2 {
  max-width: 100px;
}
.toolbar-box.compact .form-group.form-group:nth-child(5n) {
  padding-right: 8px;
}
.toolbar-box.separated-actions .toolbar .inner > .actions {
  float: right;
  position: static;
  margin-top: 8px;
}
.toolbar-box .toolbar-breadcrumbs {
  position: relative;
  z-index: 1;
  float: left;
  list-style: none;
  margin: 0 20px 0 0;
  padding: 0;
}
.toolbar-box .toolbar-breadcrumbs li {
  position: relative;
  display: inline-block;
  height: 32px;
  margin: -8px 0 -8px 0;
  padding: 8px 15px;
  line-height: 30px;
}
.toolbar-box .toolbar-breadcrumbs li .divider {
  display: none;
  margin: 0 0 0 10px;
  padding: 0;
  width: auto;
}
.toolbar-box .toolbar-breadcrumbs li:first-child {
  padding-left: 5px;
}
.toolbar-box .toolbar-breadcrumbs li:before,
.toolbar-box .toolbar-breadcrumbs li:after {
  content: '';
  display: block;
  position: absolute;
  width: 0;
  height: 0;
  top: 0;
  right: -35px;
  border: 24px solid transparent;
  border-left-color: #ccc;
}
.toolbar-box .toolbar-breadcrumbs li:after {
  right: -34px;
  border-left-color: #eee;
}
.toolbar-box .inner .btn {
  margin-top: 0;
  float: none;
}
.form-group-filter,
.std-filters {
  float: none;
  *zoom: 1;
}
.form-group-filter:before,
.std-filters:before,
.form-group-filter:after,
.std-filters:after {
  display: table;
  content: "";
  line-height: 0;
}
.form-group-filter:after,
.std-filters:after {
  clear: both;
}
.form-group-filter .form-group,
.std-filters .form-group {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
  width: 20%;
  padding-right: 8px;
  margin-right: 0;
}
.form-group-filter .form-group select,
.std-filters .form-group select {
  width: 100%;
}
.form-group-filter .form-group .input-append,
.std-filters .form-group .input-append {
  margin-right: 0;
}
.form-group-filter .form-group .input-append .btn,
.std-filters .form-group .input-append .btn {
  margin-right: 0;
}
.form-group-filter.contains-4 .form-group,
.std-filters.contains-4 .form-group {
  width: 25%;
}
.box .toolbar {
  background: transparent;
  border: 0;
  margin: 0;
}
.box .toolbar .inner {
  margin: 0;
  padding: 0;
}
.modal-wide .toolbar .form-group {
  width: 25%;
}
.box.padded .toolbar-box > section {
  padding: 0;
}
/* FOLD-IN
 -------------------------------------- */
tr.fold-out td {
  padding: 0;
  -webkit-box-shadow: inset 0 1px 4px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: inset 0 1px 4px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 4px rgba(0, 0, 0, 0.1);
}
tr.fold-out td .fold-out-head {
  position: relative;
  background: rgba(0, 0, 0, 0.05);
  border-right: 1px solid rgba(0, 0, 0, 0.05);
  width: 300px;
  padding: 10px;
}
tr.fold-out td .fold-out-head:before {
  content: '';
  display: block;
  position: absolute;
  left: 50px;
  bottom: 100%;
  width: 0;
  height: 0;
  border: 5px solid transparent;
  border-bottom-color: black;
}
tr.fold-out td .fold-out-head h3 {
  margin: 0;
  padding: 0;
  font-size: 14px;
  line-height: 1em;
}
/* LOADING
 -------------------------------------- */
table.loading {
  position: relative;
}
table.loading:before {
  opacity: 0.8;
  left: 1px;
  top: 1px;
  right: 1px;
  bottom: 1px;
  border-radius: 3px;
}

.batch-management-cover {
    background-color: white;
    opacity: 0.6;
    position: absolute;
    z-index: 499;
    top: 0;
    left: 0;
}

.js-locked-for-edit .DynamicTableCheckBoxClass {
    position: relative;
    z-index: 1000;
}

.js-locked-for-edit .DynamicTableCheckBoxSelectAllClass {
    position: relative;
    z-index: 1000;
}

.bulk-actions-menu {
    position: relative;
    z-index: 500;
}
@charset "UTF-8";
/*
 * jQuery File Upload UI Plugin NoScript CSS 1.0
 * https://github.com/blueimp/jQuery-File-Upload
 *
 * Copyright 2012, Sebastian Tschan
 * https://blueimp.net
 *
 * Licensed under the MIT license:
 * http://www.opensource.org/licenses/MIT
 */

.fileinput-button input {
  position: static;
  opacity: 1;
  filter: none;
  transform: none;
  font-size: inherit;
  direction: inherit;
}


.fileupload-buttonbar .delete,
.fileupload-buttonbar .toggle {
  display: none;
}

@charset "UTF-8";
/*
 * jQuery File Upload UI Plugin CSS 6.10
 * https://github.com/blueimp/jQuery-File-Upload
 *
 * Copyright 2010, Sebastian Tschan
 * https://blueimp.net
 *
 * Licensed under the MIT license:
 * http://www.opensource.org/licenses/MIT
 */

.fileinput-button {
  position: relative;
  overflow: hidden;
  float: left;
  margin-right: 4px;
}
.fileinput-button input {
  position: absolute;
  top: 0;
  right: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  transform: translate(-300px, 0) scale(4);
  font-size: 23px;
  direction: ltr;
  cursor: pointer;
}
.fileupload-buttonbar .btn,
.fileupload-buttonbar .toggle {
  margin-bottom: 5px;
}
.files .progress {
  width: 200px;
}
.progress-animated .bar {
  background: url(../img/progressbar.gif) !important;
  filter: none;
}
.fileupload-loading {
  position: absolute;
  left: 50%;
  width: 128px;
  height: 128px;
  background: url(../img/loading.gif) center no-repeat;
  display: none;
}
.fileupload-processing .fileupload-loading {
  display: block;
}

/* Fix for IE 6: */
* html .fileinput-button {
  line-height: 24px;
  margin: 1px -3px 0 0;
}

/* Fix for IE 7: */
* + html .fileinput-button {
  padding: 2px 15px;
  margin: 1px 0 0 0;
}

@media (max-width: 767px) {
  .files .btn span {
    display: none;
  }
  .files .preview * {
    width: 40px;
  }
  .files .name * {
    width: 80px;
    display: inline-block;
    word-wrap: break-word;
  }
  .files .progress {
    width: 20px;
  }
  .files .delete {
    width: 60px;
  }
}

/*
 * imgAreaSelect default style
 */

.imgareaselect-border1 {
	background: url('../../Content/images/ImgAreaSelect/border-v.gif') repeat-y left top;
}

.imgareaselect-border2 {
    background: url('../../Content/images/ImgAreaSelect/border-h.gif') repeat-x left top;
}

.imgareaselect-border3 {
    background: url('../../Content/images/ImgAreaSelect/border-v.gif') repeat-y right top;
}

.imgareaselect-border4 {
    background: url('../../Content/images/ImgAreaSelect/border-h.gif') repeat-x left bottom;
}

.imgareaselect-border1, .imgareaselect-border2,
.imgareaselect-border3, .imgareaselect-border4 {
    filter: alpha(opacity=50);
	opacity: 0.5;
}

.imgareaselect-handle {
    background-color: #fff;
    border: solid 1px #000;
    filter: alpha(opacity=50);
    opacity: 0.5;
}

.imgareaselect-outer {
    background-color: #000;
    filter: alpha(opacity=50);
    opacity: 0.5;
}

.imgareaselect-selection {  
}
/** Trumbowyg v2.31.0 - A lightweight WYSIWYG editor - alex-d.github.io/Trumbowyg/ - License MIT - Author : Alexandre Demode (Alex-D) / alex-d.fr */
#trumbowyg-icons,.trumbowyg-icons{overflow:hidden;visibility:hidden;height:0;width:0}.trumbowyg-box *,.trumbowyg-box ::after,.trumbowyg-box ::before,.trumbowyg-modal *,.trumbowyg-modal ::after,.trumbowyg-modal ::before{-webkit-box-sizing:border-box;box-sizing:border-box}.trumbowyg-box svg,.trumbowyg-modal svg{width:17px;height:100%;color:#222;fill:#222}.trumbowyg-box{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;min-height:300px}.trumbowyg-editor-box{display:block;-webkit-box-flex:1;-ms-flex:1;flex:1}.trumbowyg-box,.trumbowyg-editor-box{position:relative;width:100%;border:1px solid #d7e0e2}.trumbowyg-box .trumbowyg-editor{min-height:100%;margin:0 auto}.trumbowyg-box.trumbowyg-fullscreen{background:#fefefe;border:none!important}.trumbowyg-editor-box,.trumbowyg-textarea{position:relative;-webkit-box-sizing:border-box;box-sizing:border-box;padding:20px;width:100%;border-style:none;resize:none;outline:0;overflow:auto;-webkit-user-select:text;-moz-user-select:text;-ms-user-select:text;user-select:text}.trumbowyg-editor-box.trumbowyg-autogrow-on-enter,.trumbowyg-textarea.trumbowyg-autogrow-on-enter{-webkit-transition:height .3s ease-out;transition:height .3s ease-out}.trumbowyg-editor-box{padding:0}.trumbowyg-editor{outline:0;padding:20px}.trumbowyg-box-blur .trumbowyg-editor *,.trumbowyg-box-blur .trumbowyg-editor::before{color:transparent!important;text-shadow:0 0 7px #333}.trumbowyg-box-blur .trumbowyg-editor hr,.trumbowyg-box-blur .trumbowyg-editor img{opacity:.2}.trumbowyg-textarea{position:relative;display:block;overflow:auto;border:none;font-size:14px;font-family:Consolas,Courier,"Courier New",monospace;line-height:18px}.trumbowyg-box.trumbowyg-editor-visible .trumbowyg-textarea{height:1px!important;width:25%;min-height:0!important;padding:0!important;background:0 0;opacity:0!important}.trumbowyg-box.trumbowyg-editor-hidden .trumbowyg-textarea{display:block;-webkit-box-flex:1;-ms-flex:1;flex:1;margin-bottom:1px}.trumbowyg-box.trumbowyg-editor-hidden .trumbowyg-editor-box{display:none}.trumbowyg-box.trumbowyg-disabled .trumbowyg-textarea{opacity:.8;background:0 0}.trumbowyg-editor-box[contenteditable=true]:empty:not(:focus)::before{content:attr(placeholder);color:#999;pointer-events:none;white-space:break-spaces}.trumbowyg-button-pane{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;width:100%;min-height:36px;background:#ecf0f1;border-bottom:1px solid #d7e0e2;margin:0;padding:0 5px;position:relative;list-style-type:none;line-height:10px;-webkit-backface-visibility:hidden;backface-visibility:hidden;overflow:hidden;z-index:11}.trumbowyg-button-pane::after,.trumbowyg-button-pane::before{content:" ";display:block;position:absolute;top:35px;left:0;right:0;width:100%;height:1px;background:rgb(215.4454545455,223.7727272727,225.8545454545)}.trumbowyg-button-pane::after{top:71px}.trumbowyg-button-pane .trumbowyg-button-group{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap}.trumbowyg-button-pane .trumbowyg-button-group .trumbowyg-fullscreen-button svg{color:transparent}.trumbowyg-button-pane .trumbowyg-button-group::after{content:" ";display:block;width:1px;background:rgb(215.4454545455,223.7727272727,225.8545454545);margin:0 5px;height:35px;vertical-align:top}.trumbowyg-button-pane .trumbowyg-button-group:last-child::after{content:none}.trumbowyg-button-pane button{display:block;position:relative;width:35px;height:35px;padding:1px 6px!important;margin-bottom:1px;overflow:hidden;border:none;cursor:pointer;background:0 0;vertical-align:middle;-webkit-transition:background-color 150ms,opacity 150ms;transition:background-color 150ms,opacity 150ms}.trumbowyg-button-pane button.trumbowyg-textual-button{width:auto;line-height:35px;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.trumbowyg-button-pane button.trumbowyg-disable,.trumbowyg-button-pane.trumbowyg-disable button:not(.trumbowyg-not-disable):not(.trumbowyg-active),.trumbowyg-disabled .trumbowyg-button-pane button:not(.trumbowyg-not-disable):not(.trumbowyg-viewHTML-button){opacity:.2;cursor:default;pointer-events:none}.trumbowyg-button-pane.trumbowyg-disable .trumbowyg-button-group::before,.trumbowyg-disabled .trumbowyg-button-pane .trumbowyg-button-group::before{background:rgb(227.1909090909,233.0454545455,234.5090909091)}.trumbowyg-button-pane button.trumbowyg-active,.trumbowyg-button-pane button:not(.trumbowyg-disable):focus,.trumbowyg-button-pane button:not(.trumbowyg-disable):hover{background-color:#fff;outline:0}.trumbowyg-button-pane .trumbowyg-open-dropdown::after{display:block;content:" ";position:absolute;top:27px;right:3px;height:0;width:0;border:3px solid transparent;border-top-color:#555}.trumbowyg-button-pane .trumbowyg-open-dropdown.trumbowyg-textual-button{padding-left:10px!important;padding-right:18px!important}.trumbowyg-button-pane .trumbowyg-open-dropdown.trumbowyg-textual-button::after{top:17px;right:7px}.trumbowyg-button-pane .trumbowyg-right{margin-left:auto}.trumbowyg-dropdown{max-width:300px;max-height:250px;overflow-y:auto;overflow-x:hidden;white-space:nowrap;border:1px solid #d7e0e2;padding:5px 0;border-top:none;background:#fff;color:#222;margin-left:-1px;-webkit-box-shadow:rgba(0,0,0,.1) 0 2px 3px;box-shadow:rgba(0,0,0,.1) 0 2px 3px;z-index:12}.trumbowyg-dropdown button{display:block;width:100%;height:35px;line-height:35px;text-decoration:none;background:#fff;padding:0 20px 0 10px;color:#222;border:none;cursor:pointer;text-align:left;font-size:15px;-webkit-transition:all 150ms;transition:all 150ms}.trumbowyg-dropdown button:focus,.trumbowyg-dropdown button:hover{background:#ecf0f1}.trumbowyg-dropdown button svg{float:left;margin-right:14px}.trumbowyg-modal{position:absolute;top:0;left:50%;-webkit-transform:translateX(-50%);transform:translateX(-50%);max-width:520px;width:100%;height:350px;z-index:12;overflow:hidden;-webkit-backface-visibility:hidden;backface-visibility:hidden}.trumbowyg-modal-box{position:absolute;top:0;left:50%;-webkit-transform:translateX(-50%);transform:translateX(-50%);max-width:500px;width:calc(100% - 20px);padding-bottom:45px;z-index:1;background-color:#fff;text-align:center;font-size:14px;font-family:"Trebuchet MS",Helvetica,Verdana,sans-serif;-webkit-box-shadow:rgba(0,0,0,.2) 0 2px 3px;box-shadow:rgba(0,0,0,.2) 0 2px 3px;-webkit-backface-visibility:hidden;backface-visibility:hidden}.trumbowyg-modal-box .trumbowyg-modal-title{font-size:24px;font-weight:700;margin:0 0 20px;padding:15px 0 13px;display:block;border-bottom:1px solid #d7e0e2}.trumbowyg-modal-box .trumbowyg-progress{width:100%;height:3px;position:absolute;top:58px}.trumbowyg-modal-box .trumbowyg-progress .trumbowyg-progress-bar{background:#2bc06a;width:0;height:100%;-webkit-transition:width 150ms linear;transition:width 150ms linear}.trumbowyg-modal-box .trumbowyg-input-row{position:relative;margin:15px 12px;border:1px solid #dedede;overflow:hidden}.trumbowyg-modal-box .trumbowyg-input-infos{text-align:left;-webkit-transition:all 150ms;transition:all 150ms;width:150px;border-right:1px solid #dedede;padding:0 7px;background-color:rgb(250.6818181818,251.5909090909,251.8181818182);position:absolute;left:0;top:0;bottom:0}.trumbowyg-modal-box .trumbowyg-input-infos label{color:rgb(105,135,142.5);overflow:hidden;height:27px;line-height:27px}.trumbowyg-modal-box .trumbowyg-input-infos label,.trumbowyg-modal-box .trumbowyg-input-infos label span{display:block;height:27px;line-height:27px;-webkit-transition:all 150ms;transition:all 150ms}.trumbowyg-modal-box .trumbowyg-input-infos .trumbowyg-msg-error{color:#e74c3c}.trumbowyg-modal-box .trumbowyg-input-html{padding:1px 1px 1px 152px}.trumbowyg-modal-box .trumbowyg-input-html,.trumbowyg-modal-box .trumbowyg-input-html input,.trumbowyg-modal-box .trumbowyg-input-html select,.trumbowyg-modal-box .trumbowyg-input-html textarea{font-size:14px}.trumbowyg-modal-box .trumbowyg-input-html input,.trumbowyg-modal-box .trumbowyg-input-html select,.trumbowyg-modal-box .trumbowyg-input-html textarea{-webkit-transition:all 150ms;transition:all 150ms;height:27px;line-height:27px;border:0;width:100%;padding:0 7px}.trumbowyg-modal-box .trumbowyg-input-html input:focus,.trumbowyg-modal-box .trumbowyg-input-html input:hover,.trumbowyg-modal-box .trumbowyg-input-html select:focus,.trumbowyg-modal-box .trumbowyg-input-html select:hover,.trumbowyg-modal-box .trumbowyg-input-html textarea:focus,.trumbowyg-modal-box .trumbowyg-input-html textarea:hover{outline:1px solid #95a5a6}.trumbowyg-modal-box .trumbowyg-input-html input:focus,.trumbowyg-modal-box .trumbowyg-input-html select:focus,.trumbowyg-modal-box .trumbowyg-input-html textarea:focus{background:rgb(250.6818181818,251.5909090909,251.8181818182)}.trumbowyg-modal-box .trumbowyg-input-html input[type=checkbox]{width:16px;height:16px;padding:0}.trumbowyg-modal-box .trumbowyg-input-html-with-checkbox{text-align:left;padding:3px 1px 1px 3px}.trumbowyg-modal-box .trumbowyg-input-error input,.trumbowyg-modal-box .trumbowyg-input-error select,.trumbowyg-modal-box .trumbowyg-input-error textarea{outline:1px solid #e74c3c}.trumbowyg-modal-box .trumbowyg-input-error .trumbowyg-input-infos label span:first-child{margin-top:-27px}.trumbowyg-modal-box .error{margin-top:25px;display:block;color:red}.trumbowyg-modal-box .trumbowyg-modal-button{position:absolute;bottom:10px;right:0;text-decoration:none;color:#fff;display:block;width:100px;height:35px;line-height:33px;margin:0 10px;background-color:#333;border:none;cursor:pointer;font-family:"Trebuchet MS",Helvetica,Verdana,sans-serif;font-size:16px;-webkit-transition:all 150ms;transition:all 150ms}.trumbowyg-modal-box .trumbowyg-modal-button.trumbowyg-modal-submit{right:110px;background:rgb(43.1848,191.5152,106.0844)}.trumbowyg-modal-box .trumbowyg-modal-button.trumbowyg-modal-submit:focus,.trumbowyg-modal-box .trumbowyg-modal-button.trumbowyg-modal-submit:hover{background:rgb(63.648,211.852,126.494);outline:0}.trumbowyg-modal-box .trumbowyg-modal-button.trumbowyg-modal-submit:active{background:rgb(36.616,162.384,89.948)}.trumbowyg-modal-box .trumbowyg-modal-button.trumbowyg-modal-reset{color:#555;background:rgb(230.35,230.35,230.35)}.trumbowyg-modal-box .trumbowyg-modal-button.trumbowyg-modal-reset:focus,.trumbowyg-modal-box .trumbowyg-modal-button.trumbowyg-modal-reset:hover{background:rgb(250.75,250.75,250.75);outline:0}.trumbowyg-modal-box .trumbowyg-modal-button.trumbowyg-modal-reset:active{background:rgb(212.5,212.5,212.5)}.trumbowyg-overlay{position:absolute;background-color:hsla(0,0%,100%,.5);height:100%;width:100%;left:0;display:none;top:0;z-index:10}body.trumbowyg-body-fullscreen{overflow:hidden}.trumbowyg-fullscreen{position:fixed;top:0;left:0;width:100%;height:100%;margin:0;padding:0;z-index:99999}.trumbowyg-fullscreen .trumbowyg-editor-box,.trumbowyg-fullscreen.trumbowyg-box{border:none}.trumbowyg-fullscreen .trumbowyg-editor-box,.trumbowyg-fullscreen .trumbowyg-textarea{height:auto!important;overflow:auto}.trumbowyg-fullscreen .trumbowyg-overlay{height:100%!important}.trumbowyg-fullscreen .trumbowyg-button-group .trumbowyg-fullscreen-button svg{color:#222;fill:transparent}.trumbowyg-editor embed,.trumbowyg-editor img,.trumbowyg-editor object,.trumbowyg-editor video{max-width:100%}.trumbowyg-editor img,.trumbowyg-editor video{height:auto}.trumbowyg-editor img{cursor:move}.trumbowyg-editor canvas:focus{outline:0}.trumbowyg-editor.trumbowyg-reset-css{background:#fefefe!important;font-family:"Trebuchet MS",Helvetica,Verdana,sans-serif!important;font-size:14px!important;line-height:1.45em!important;color:#333!important;font-weight:400!important}.trumbowyg-editor.trumbowyg-reset-css a{color:#15c!important;text-decoration:underline!important}.trumbowyg-editor.trumbowyg-reset-css blockquote,.trumbowyg-editor.trumbowyg-reset-css div,.trumbowyg-editor.trumbowyg-reset-css ol,.trumbowyg-editor.trumbowyg-reset-css p,.trumbowyg-editor.trumbowyg-reset-css ul{-webkit-box-shadow:none!important;box-shadow:none!important;background:0 0!important;margin:0!important;margin-bottom:15px!important;line-height:1.4em!important;font-family:"Trebuchet MS",Helvetica,Verdana,sans-serif!important;font-size:14px!important;border:none!important}.trumbowyg-editor.trumbowyg-reset-css hr,.trumbowyg-editor.trumbowyg-reset-css iframe,.trumbowyg-editor.trumbowyg-reset-css object{margin-bottom:15px!important}.trumbowyg-editor.trumbowyg-reset-css blockquote{margin-left:32px!important;font-style:italic!important;color:#555!important}.trumbowyg-editor.trumbowyg-reset-css ul{list-style:disc!important}.trumbowyg-editor.trumbowyg-reset-css ol{list-style:decimal!important}.trumbowyg-editor.trumbowyg-reset-css ol,.trumbowyg-editor.trumbowyg-reset-css ul{padding-left:20px!important}.trumbowyg-editor.trumbowyg-reset-css ol ol,.trumbowyg-editor.trumbowyg-reset-css ol ul,.trumbowyg-editor.trumbowyg-reset-css ul ol,.trumbowyg-editor.trumbowyg-reset-css ul ul{border:none!important;margin:2px!important;padding:0!important;padding-left:24px!important}.trumbowyg-editor.trumbowyg-reset-css hr{display:block!important;height:1px!important;border:none!important;border-top:1px solid #ccc!important}.trumbowyg-editor.trumbowyg-reset-css h1,.trumbowyg-editor.trumbowyg-reset-css h2,.trumbowyg-editor.trumbowyg-reset-css h3,.trumbowyg-editor.trumbowyg-reset-css h4{color:#111!important;background:0 0!important;margin:0!important;padding:0!important;font-weight:700!important}.trumbowyg-editor.trumbowyg-reset-css h1{font-size:32px!important;line-height:38px!important;margin-bottom:20px!important}.trumbowyg-editor.trumbowyg-reset-css h2{font-size:26px!important;line-height:34px!important;margin-bottom:15px!important}.trumbowyg-editor.trumbowyg-reset-css h3{font-size:22px!important;line-height:28px!important;margin-bottom:7px!important}.trumbowyg-editor.trumbowyg-reset-css h4{font-size:16px!important;line-height:22px!important;margin-bottom:7px!important}.trumbowyg-dark .trumbowyg-textarea{background:#222;color:#fff;border-color:#343434}.trumbowyg-dark .trumbowyg-box{border:1px solid rgb(51.85,51.85,51.85)}.trumbowyg-dark .trumbowyg-box.trumbowyg-fullscreen{background:#111}.trumbowyg-dark .trumbowyg-box.trumbowyg-box-blur .trumbowyg-editor *,.trumbowyg-dark .trumbowyg-box.trumbowyg-box-blur .trumbowyg-editor::before{text-shadow:0 0 7px #ccc}.trumbowyg-dark .trumbowyg-box svg{fill:#fff;color:#fff}.trumbowyg-dark .trumbowyg-button-pane{background-color:#222;border-bottom-color:#343434}.trumbowyg-dark .trumbowyg-button-pane::after,.trumbowyg-dark .trumbowyg-button-pane::before{background:rgb(51.85,51.85,51.85)}.trumbowyg-dark .trumbowyg-button-pane .trumbowyg-button-group:not(:empty)::after{background-color:rgb(51.85,51.85,51.85)}.trumbowyg-dark .trumbowyg-button-pane .trumbowyg-button-group:not(:empty) .trumbowyg-fullscreen-button svg{color:transparent}.trumbowyg-dark .trumbowyg-button-pane.trumbowyg-disable .trumbowyg-button-group::after{background-color:rgb(41.65,41.65,41.65)}.trumbowyg-dark .trumbowyg-button-pane button.trumbowyg-active,.trumbowyg-dark .trumbowyg-button-pane button:not(.trumbowyg-disable):focus,.trumbowyg-dark .trumbowyg-button-pane button:not(.trumbowyg-disable):hover{background-color:#333}.trumbowyg-dark .trumbowyg-button-pane .trumbowyg-open-dropdown::after{border-top-color:#fff}.trumbowyg-dark .trumbowyg-fullscreen .trumbowyg-button-pane .trumbowyg-button-group:not(:empty) .trumbowyg-fullscreen-button svg{color:#ecf0f1;fill:transparent}.trumbowyg-dark .trumbowyg-dropdown{border-color:#343434;background:#333;-webkit-box-shadow:rgba(0,0,0,.3) 0 2px 3px;box-shadow:rgba(0,0,0,.3) 0 2px 3px}.trumbowyg-dark .trumbowyg-dropdown button{background:#333;color:#fff}.trumbowyg-dark .trumbowyg-dropdown button:focus,.trumbowyg-dark .trumbowyg-dropdown button:hover{background:#222}.trumbowyg-dark .trumbowyg-modal-box{background-color:#333;color:#fff}.trumbowyg-dark .trumbowyg-modal-box .trumbowyg-modal-title{border-bottom:1px solid #555;color:#fff;background:rgb(59.5,59.5,59.5)}.trumbowyg-dark .trumbowyg-modal-box .trumbowyg-input-row{border-color:#222}.trumbowyg-dark .trumbowyg-modal-box .trumbowyg-input-infos{color:#eee;background-color:rgb(46.75,46.75,46.75);border-right-color:#222}.trumbowyg-dark .trumbowyg-modal-box .trumbowyg-input-infos span{color:#eee;background-color:rgb(46.75,46.75,46.75);border-color:#343434}.trumbowyg-dark .trumbowyg-modal-box .trumbowyg-input-infos span.trumbowyg-msg-error{color:#e74c3c}.trumbowyg-dark .trumbowyg-modal-box .trumbowyg-input-row.trumbowyg-input-error input,.trumbowyg-dark .trumbowyg-modal-box .trumbowyg-input-row.trumbowyg-input-error select,.trumbowyg-dark .trumbowyg-modal-box .trumbowyg-input-row.trumbowyg-input-error textarea{border-color:#e74c3c}.trumbowyg-dark .trumbowyg-modal-box input,.trumbowyg-dark .trumbowyg-modal-box select,.trumbowyg-dark .trumbowyg-modal-box textarea{border-color:#343434;color:#fff;background:#222}.trumbowyg-dark .trumbowyg-modal-box input:focus,.trumbowyg-dark .trumbowyg-modal-box input:hover,.trumbowyg-dark .trumbowyg-modal-box select:focus,.trumbowyg-dark .trumbowyg-modal-box select:hover,.trumbowyg-dark .trumbowyg-modal-box textarea:focus,.trumbowyg-dark .trumbowyg-modal-box textarea:hover{border-color:rgb(97.75,97.75,97.75)}.trumbowyg-dark .trumbowyg-modal-box input:focus,.trumbowyg-dark .trumbowyg-modal-box select:focus,.trumbowyg-dark .trumbowyg-modal-box textarea:focus{background-color:rgb(46.75,46.75,46.75)}.trumbowyg-dark .trumbowyg-modal-box .trumbowyg-modal-button.trumbowyg-modal-submit{background:rgb(27.232,120.768,66.896)}.trumbowyg-dark .trumbowyg-modal-box .trumbowyg-modal-button.trumbowyg-modal-submit:focus,.trumbowyg-dark .trumbowyg-modal-box .trumbowyg-modal-button.trumbowyg-modal-submit:hover{background:rgb(36.616,162.384,89.948)}.trumbowyg-dark .trumbowyg-modal-box .trumbowyg-modal-button.trumbowyg-modal-submit:active{background:rgb(22.54,99.96,55.37)}.trumbowyg-dark .trumbowyg-modal-box .trumbowyg-modal-button.trumbowyg-modal-reset{background:#333;color:#ccc}.trumbowyg-dark .trumbowyg-modal-box .trumbowyg-modal-button.trumbowyg-modal-reset:focus,.trumbowyg-dark .trumbowyg-modal-box .trumbowyg-modal-button.trumbowyg-modal-reset:hover{background:#444}.trumbowyg-dark .trumbowyg-modal-box .trumbowyg-modal-button.trumbowyg-modal-reset:active{background:#111}.trumbowyg-dark .trumbowyg-overlay{background-color:rgba(15,15,15,.6)}
/*# sourceMappingURL=trumbowyg.min.css.map */

