/**
 * nya-bootstrap-select v2.0.7
 * Copyright 2014 Nyasoft
 * Licensed under MIT license
 */
.nya-bs-select {
  /*width: 220px\9; IE8 and below*/
  width: 220px \0;
  /*IE9 and below*/
  padding: 0;
  margin: 0;
}
.nya-bs-select:not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn) {
  width: 220px;
}
.nya-bs-select.form-control {
  margin-bottom: 0;
  padding: 0;
  border: none;
}
.nya-bs-select.form-control:not([class*="col-"]) {
  width: 100%;
}
.nya-bs-select > .btn {
  width: 100%;
  padding-right: 25px;
}
.nya-bs-select > .btn .filter-option {
  display: inline-block;
  overflow: hidden;
  width: 100%;
  text-align: left;
}
.nya-bs-select > .btn .caret {
  position: absolute;
  top: 50%;
  right: 12px;
  margin-top: -2px;
  vertical-align: middle;
}
.nya-bs-select.fit-width {
  width: auto !important;
}
.nya-bs-select.btn-group:not(.input-group-btn),
.nya-bs-select.btn-group[class*="col-"] {
  float: none;
  display: inline-block;
  margin-left: 0;
}
.nya-bs-select.btn-group.dropdown-menu-right,
.nya-bs-select.btn-group[class*="col-"].dropdown-menu-right,
.row-fluid .nya-bs-select.btn-group[class*="col-"].dropdown-menu-right {
  float: right;
}
.nya-bs-select.btn-group[class*="col-"] .btn {
  width: 100%;
}
.nya-bs-select.btn-group .dropdown-menu {
  min-width: 100%;
  z-index: 1035;
  box-sizing: border-box;
}
.nya-bs-select.btn-group .dropdown-menu.inner {
  position: static;
  border: 0;
  padding: 0;
  margin: 0;
  border-radius: 0;
  box-shadow: none;
}
.nya-bs-select.btn-group .dropdown-menu li {
  position: relative;
}
.nya-bs-select.btn-group .dropdown-menu li.disabled a {
  cursor: not-allowed;
}
.nya-bs-select.btn-group .dropdown-menu li.not-match {
  display: none;
}
.nya-bs-select.btn-group .dropdown-menu li.no-search-result {
  display: none;
  padding: 3px;
  background: #f5f5f5;
  margin: 0 5px;
}
.nya-bs-select.btn-group .dropdown-menu li.no-search-result.show {
  display: list-item;
}
.nya-bs-select.btn-group .dropdown-menu li.group-item a {
  padding-left: 2.25em;
}
.nya-bs-select.btn-group .dropdown-menu li a {
  cursor: pointer;
}
.nya-bs-select.btn-group .dropdown-menu li a span.check-mark {
  display: none;
}
.nya-bs-select.btn-group .dropdown-menu li a span.text {
  display: inline-block;
}
.nya-bs-select.btn-group .dropdown-menu li small {
  padding-left: 0.5em;
}
.nya-bs-select.btn-group .dropdown-menu li.selected a .check-mark {
  position: absolute;
  display: inline-block;
  right: 15px;
  margin-top: 5px;
}
.nya-bs-select.btn-group .dropdown-menu li a span.text {
  margin-right: 34px;
}
.nya-bs-select.btn-group .dropdown-menu li .dropdown-header {
  display: none;
}
.nya-bs-select.btn-group .dropdown-menu li.first-in-group {
  margin-top: 1.75em;
}
.nya-bs-select.btn-group .dropdown-menu li.first-in-group .dropdown-header {
  display: block;
  position: absolute;
  top: -1.75em;
  left: 0;
}
.nya-bs-select.show-menu-arrow.open > .btn {
  z-index: 1036;
}
.nya-bs-select.show-menu-arrow .dropdown-toggle:before {
  content: " ";
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom-width: 7px;
  border-bottom-style: solid;
  border-bottom-color: rgba(204, 204, 204, 0.2);
  position: absolute;
  bottom: -4px;
  left: 9px;
  display: none;
}
.nya-bs-select.show-menu-arrow .dropdown-toggle:after {
  content: '';
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid white;
  position: absolute;
  bottom: -4px;
  left: 10px;
  display: none;
}
.nya-bs-select.show-menu-arrow.dropup .dropdown-toggle:before {
  bottom: auto;
  top: -3px;
  border-bottom: 0;
  border-top-width: 7px;
  border-top-style: solid;
  border-top-color: rgba(204, 204, 204, 0.2);
}
.nya-bs-select.show-menu-arrow.dropup .dropdown-toggle:after {
  bottom: auto;
  top: -3px;
  border-top: 6px solid white;
  border-bottom: 0;
}
.nya-bs-select.show-menu-arrow.pull-right .dropdown-toggle:before {
  right: 12px;
  left: auto;
}
.nya-bs-select.show-menu-arrow.pull-right .dropdown-toggle:after {
  right: 13px;
  left: auto;
}
.nya-bs-select.show-menu-arrow.open > .dropdown-toggle:before,
.nya-bs-select.show-menu-arrow.open > .dropdown-toggle:after {
  display: block;
}
.nya-bs-select .bs-searchbox {
  padding: 4px 8px;
}
.nya-bs-select .bs-searchbox input.form-control {
  margin-bottom: 0;
  width: 100%;
  float: none;
  z-index: inherit;
  display: block;
  position: static;
  border-radius: 4px;
}
.nya-bs-select.fit-width .btn .filter-option {
  position: static;
}
.nya-bs-select.fit-width .btn .caret {
  position: static;
  top: auto;
  margin-top: -1px;
}
.nya-bs-select.on-modal .dropdown-menu {
  z-index: 1040;
}
.nya-bs-select.on-modal.open > .btn {
  z-index: 1041;
}

/*!
 * Bootstrap-select v1.6.3 (http://silviomoreto.github.io/bootstrap-select/)
 *
 * Copyright 2013-2014 bootstrap-select
 * Licensed under MIT (https://github.com/silviomoreto/bootstrap-select/blob/master/LICENSE)
 */

.bootstrap-select {
  /*width: 220px\9; IE8 and below*/
  width: 220px \0;
  /*IE9 and below*/
}
.bootstrap-select > .btn {
  width: 100%;
  padding-right: 25px;
}
.error .bootstrap-select .btn {
  border: 1px solid #b94a48;
}
.control-group.error .bootstrap-select .dropdown-toggle {
  border-color: #b94a48;
}
.bootstrap-select.fit-width {
  width: auto !important;
}
.bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn) {
  width: 220px;
}
.bootstrap-select .btn:focus {
  outline: thin dotted #333333 !important;
  outline: 5px auto -webkit-focus-ring-color !important;
  outline-offset: -2px;
}
.bootstrap-select.form-control {
  margin-bottom: 0;
  padding: 0;
  border: none;
}
.bootstrap-select.form-control:not([class*="col-"]) {
  width: 100%;
}
.bootstrap-select.btn-group:not(.input-group-btn),
.bootstrap-select.btn-group[class*="col-"] {
  float: none;
  display: inline-block;
  margin-left: 0;
}
.bootstrap-select.btn-group.dropdown-menu-right,
.bootstrap-select.btn-group[class*="col-"].dropdown-menu-right,
.row-fluid .bootstrap-select.btn-group[class*="col-"].dropdown-menu-right {
  float: right;
}
.form-search .bootstrap-select.btn-group,
.form-inline .bootstrap-select.btn-group,
.form-horizontal .bootstrap-select.btn-group,
.form-group .bootstrap-select.btn-group {
  margin-bottom: 0;
}
.form-group-lg .bootstrap-select.btn-group.form-control,
.form-group-sm .bootstrap-select.btn-group.form-control {
  padding: 0;
}
.form-inline .bootstrap-select.btn-group .form-control {
  width: 100%;
}
.input-append .bootstrap-select.btn-group {
  margin-left: -1px;
}
.input-prepend .bootstrap-select.btn-group {
  margin-right: -1px;
}
.bootstrap-select.btn-group > .disabled {
  cursor: not-allowed;
}
.bootstrap-select.btn-group > .disabled:focus {
  outline: none !important;
}
.bootstrap-select.btn-group .btn .filter-option {
  display: inline-block;
  overflow: hidden;
  width: 100%;
  text-align: left;
}
.bootstrap-select.btn-group .btn .caret {
  position: absolute;
  top: 50%;
  right: 12px;
  margin-top: -2px;
  vertical-align: middle;
}
.bootstrap-select.btn-group[class*="col-"] .btn {
  width: 100%;
}
.bootstrap-select.btn-group .dropdown-menu {
  min-width: 100%;
  z-index: 1035;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}
.bootstrap-select.btn-group .dropdown-menu.inner {
  position: static;
  border: 0;
  padding: 0;
  margin: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.bootstrap-select.btn-group .dropdown-menu li {
  position: relative;
}
.bootstrap-select.btn-group .dropdown-menu li:not(.disabled) a:hover small,
.bootstrap-select.btn-group .dropdown-menu li:not(.disabled) a:focus small,
.bootstrap-select.btn-group .dropdown-menu li.active:not(.disabled) a small {
  color: #64b1d8;
  color: rgba(100, 177, 216, 0.4);
}
.bootstrap-select.btn-group .dropdown-menu li.disabled a {
  cursor: not-allowed;
}
.bootstrap-select.btn-group .dropdown-menu li a {
  cursor: pointer;
}
.bootstrap-select.btn-group .dropdown-menu li a.opt {
  position: relative;
  padding-left: 2.25em;
}
.bootstrap-select.btn-group .dropdown-menu li a span.check-mark {
  display: none;
}
.bootstrap-select.btn-group .dropdown-menu li a span.text {
  display: inline-block;
}
.bootstrap-select.btn-group .dropdown-menu li small {
  padding-left: 0.5em;
}
.bootstrap-select.btn-group .dropdown-menu .notify {
  position: absolute;
  bottom: 5px;
  width: 96%;
  margin: 0 2%;
  min-height: 26px;
  padding: 3px 5px;
  background: #f5f5f5;
  border: 1px solid #e3e3e3;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  pointer-events: none;
  opacity: 0.9;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}
.bootstrap-select.btn-group .no-results {
  padding: 3px;
  background: #f5f5f5;
  margin: 0 5px;
}
.bootstrap-select.btn-group.fit-width .btn .filter-option {
  position: static;
}
.bootstrap-select.btn-group.fit-width .btn .caret {
  position: static;
  top: auto;
  margin-top: -1px;
}
.bootstrap-select.btn-group.show-tick .dropdown-menu li.selected a span.check-mark {
  position: absolute;
  display: inline-block;
  right: 15px;
  margin-top: 5px;
}
.bootstrap-select.btn-group.show-tick .dropdown-menu li a span.text {
  margin-right: 34px;
}
.bootstrap-select.show-menu-arrow.open > .btn {
  z-index: 1035 + 1;
}
.bootstrap-select.show-menu-arrow .dropdown-toggle:before {
  content: '';
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom-width: 7px;
  border-bottom-style: solid;
  border-bottom-color: #cccccc;
  border-bottom-color: rgba(204, 204, 204, 0.2);
  position: absolute;
  bottom: -4px;
  left: 9px;
  display: none;
}
.bootstrap-select.show-menu-arrow .dropdown-toggle:after {
  content: '';
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid white;
  position: absolute;
  bottom: -4px;
  left: 10px;
  display: none;
}
.bootstrap-select.show-menu-arrow.dropup .dropdown-toggle:before {
  bottom: auto;
  top: -3px;
  border-bottom: 0;
  border-top-width: 7px;
  border-top-style: solid;
  border-top-color: #cccccc;
  border-top-color: rgba(204, 204, 204, 0.2);
}
.bootstrap-select.show-menu-arrow.dropup .dropdown-toggle:after {
  bottom: auto;
  top: -3px;
  border-top: 6px solid white;
  border-bottom: 0;
}
.bootstrap-select.show-menu-arrow.pull-right .dropdown-toggle:before {
  right: 12px;
  left: auto;
}
.bootstrap-select.show-menu-arrow.pull-right .dropdown-toggle:after {
  right: 13px;
  left: auto;
}
.bootstrap-select.show-menu-arrow.open > .dropdown-toggle:before,
.bootstrap-select.show-menu-arrow.open > .dropdown-toggle:after {
  display: block;
}
.bs-searchbox,
.bs-actionsbox {
  padding: 4px 8px;
}
.bs-actionsbox {
  float: left;
  width: 100%;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}
.bs-actionsbox .btn-group button {
  width: 50%;
}
.bs-searchbox + .bs-actionsbox {
  padding: 0 8px 4px;
}
.bs-searchbox input.form-control {
  margin-bottom: 0;
  width: 100%;
}
.mobile-device {
  position: absolute;
  top: 0;
  left: 0;
  display: block !important;
  width: 100%;
  height: 100% !important;
  opacity: 0;
}
/*# sourceMappingURL=bootstrap-select.css.map */

/*!
 * FullCalendar v2.2.6 Stylesheet
 * Docs & License: http://arshaw.com/fullcalendar/
 * (c) 2013 Adam Shaw
 */


.fc {
	direction: ltr;
	text-align: left;
}

.fc-rtl {
	text-align: right;
}

body .fc { /* extra precedence to overcome jqui */
	font-size: 1em;
}


/* Colors
--------------------------------------------------------------------------------------------------*/

.fc-unthemed th,
.fc-unthemed td,
.fc-unthemed hr,
.fc-unthemed thead,
.fc-unthemed tbody,
.fc-unthemed .fc-row,
.fc-unthemed .fc-popover {
	border-color: #ddd;
}

.fc-unthemed .fc-popover {
	background-color: #fff;
}

.fc-unthemed hr,
.fc-unthemed .fc-popover .fc-header {
	background: #eee;
}

.fc-unthemed .fc-popover .fc-header .fc-close {
	color: #666;
}

.fc-unthemed .fc-today {
	background: #fcf8e3;
}

.fc-highlight { /* when user is selecting cells */
	background: #bce8f1;
	opacity: .3;
	filter: alpha(opacity=30); /* for IE */
}

.fc-bgevent { /* default look for background events */
	background: rgb(143, 223, 130);
	opacity: .3;
	filter: alpha(opacity=30); /* for IE */
}

.fc-nonbusiness { /* default look for non-business-hours areas */
	/* will inherit .fc-bgevent's styles */
	background: #ccc;
}


/* Icons (inline elements with styled text that mock arrow icons)
--------------------------------------------------------------------------------------------------*/

.fc-icon {
	display: inline-block;
	font-size: 2em;
	line-height: .5em;
	height: .5em; /* will make the total height 1em */
	font-family: "Courier New", Courier, monospace;
}

.fc-icon-left-single-arrow:after {
	content: "\02039";
	font-weight: bold;
}

.fc-icon-right-single-arrow:after {
	content: "\0203A";
	font-weight: bold;
}

.fc-icon-left-double-arrow:after {
	content: "\000AB";
}

.fc-icon-right-double-arrow:after {
	content: "\000BB";
}

.fc-icon-x:after {
	content: "\000D7";
}


/* Buttons (styled <button> tags, normalized to work cross-browser)
--------------------------------------------------------------------------------------------------*/

.fc button {
	/* force height to include the border and padding */
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;

	/* dimensions */
	margin: 0;
	height: 2.1em;
	padding: 0 .6em;

	/* text & cursor */
	font-size: 1em; /* normalize */
	white-space: nowrap;
	cursor: pointer;
}

/* Firefox has an annoying inner border */
.fc button::-moz-focus-inner { margin: 0; padding: 0; }
	
.fc-state-default { /* non-theme */
	border: 1px solid;
}

.fc-state-default.fc-corner-left { /* non-theme */
	border-top-left-radius: 4px;
	border-bottom-left-radius: 4px;
}

.fc-state-default.fc-corner-right { /* non-theme */
	border-top-right-radius: 4px;
	border-bottom-right-radius: 4px;
}

/* icons in buttons */

.fc button .fc-icon { /* non-theme */
	position: relative;
	top: .05em; /* seems to be a good adjustment across browsers */
	margin: 0 .1em;
}
	
/*
  button states
  borrowed from twitter bootstrap (http://twitter.github.com/bootstrap/)
*/

.fc-state-default {
	background-color: #f5f5f5;
	background-image: -moz-linear-gradient(top, #ffffff, #e6e6e6);
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#e6e6e6));
	background-image: -webkit-linear-gradient(top, #ffffff, #e6e6e6);
	background-image: -o-linear-gradient(top, #ffffff, #e6e6e6);
	background-image: linear-gradient(to bottom, #ffffff, #e6e6e6);
	background-repeat: repeat-x;
	border-color: #e6e6e6 #e6e6e6 #bfbfbf;
	border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
	color: #333;
	text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
}

.fc-state-hover,
.fc-state-down,
.fc-state-active,
.fc-state-disabled {
	color: #333333;
	background-color: #e6e6e6;
}

.fc-state-hover {
	color: #333333;
	text-decoration: none;
	background-position: 0 -15px;
	-webkit-transition: background-position 0.1s linear;
	   -moz-transition: background-position 0.1s linear;
	     -o-transition: background-position 0.1s linear;
	        transition: background-position 0.1s linear;
}

.fc-state-down,
.fc-state-active {
	background-color: #cccccc;
	background-image: none;
	box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
}

.fc-state-disabled {
	cursor: default;
	background-image: none;
	opacity: 0.65;
	filter: alpha(opacity=65);
	box-shadow: none;
}


/* Buttons Groups
--------------------------------------------------------------------------------------------------*/

.fc-button-group {
	display: inline-block;
}

/*
every button that is not first in a button group should scootch over one pixel and cover the
previous button's border...
*/

.fc .fc-button-group > * { /* extra precedence b/c buttons have margin set to zero */
	float: left;
	margin: 0 0 0 -1px;
}

.fc .fc-button-group > :first-child { /* same */
	margin-left: 0;
}


/* Popover
--------------------------------------------------------------------------------------------------*/

.fc-popover {
	position: absolute;
	box-shadow: 0 2px 6px rgba(0,0,0,.15);
}

.fc-popover .fc-header {
	padding: 2px 4px;
}

.fc-popover .fc-header .fc-title {
	margin: 0 2px;
}

.fc-popover .fc-header .fc-close {
	cursor: pointer;
}

.fc-ltr .fc-popover .fc-header .fc-title,
.fc-rtl .fc-popover .fc-header .fc-close {
	float: left;
}

.fc-rtl .fc-popover .fc-header .fc-title,
.fc-ltr .fc-popover .fc-header .fc-close {
	float: right;
}

/* unthemed */

.fc-unthemed .fc-popover {
	border-width: 1px;
	border-style: solid;
}

.fc-unthemed .fc-popover .fc-header .fc-close {
	font-size: 25px;
	margin-top: 4px;
}

/* jqui themed */

.fc-popover > .ui-widget-header + .ui-widget-content {
	border-top: 0; /* where they meet, let the header have the border */
}


/* Misc Reusable Components
--------------------------------------------------------------------------------------------------*/

.fc hr {
	height: 0;
	margin: 0;
	padding: 0 0 2px; /* height is unreliable across browsers, so use padding */
	border-style: solid;
	border-width: 1px 0;
}

.fc-clear {
	clear: both;
}

.fc-bg,
.fc-bgevent-skeleton,
.fc-highlight-skeleton,
.fc-helper-skeleton {
	/* these element should always cling to top-left/right corners */
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
}

.fc-bg {
	bottom: 0; /* strech bg to bottom edge */
}

.fc-bg table {
	height: 100%; /* strech bg to bottom edge */
}


/* Tables
--------------------------------------------------------------------------------------------------*/

.fc table {
	width: 100%;
	table-layout: fixed;
	border-collapse: collapse;
	border-spacing: 0;
	font-size: 1em; /* normalize cross-browser */
}

.fc th {
	text-align: center;
}

.fc th,
.fc td {
	border-style: solid;
	border-width: 1px;
	padding: 0;
	vertical-align: top;
}

.fc td.fc-today {
	border-style: double; /* overcome neighboring borders */
}


/* Fake Table Rows
--------------------------------------------------------------------------------------------------*/

.fc .fc-row { /* extra precedence to overcome themes w/ .ui-widget-content forcing a 1px border */
	/* no visible border by default. but make available if need be (scrollbar width compensation) */
	border-style: solid;
	border-width: 0;
}

.fc-row table {
	/* don't put left/right border on anything within a fake row.
	   the outer tbody will worry about this */
	border-left: 0 hidden transparent;
	border-right: 0 hidden transparent;

	/* no bottom borders on rows */
	border-bottom: 0 hidden transparent; 
}

.fc-row:first-child table {
	border-top: 0 hidden transparent; /* no top border on first row */
}


/* Day Row (used within the header and the DayGrid)
--------------------------------------------------------------------------------------------------*/

.fc-row {
	position: relative;
}

.fc-row .fc-bg {
	z-index: 1;
}

/* highlighting cells & background event skeleton */

.fc-row .fc-bgevent-skeleton,
.fc-row .fc-highlight-skeleton {
	bottom: 0; /* stretch skeleton to bottom of row */
}

.fc-row .fc-bgevent-skeleton table,
.fc-row .fc-highlight-skeleton table {
	height: 100%; /* stretch skeleton to bottom of row */
}

.fc-row .fc-highlight-skeleton td,
.fc-row .fc-bgevent-skeleton td {
	border-color: transparent;
}

.fc-row .fc-bgevent-skeleton {
	z-index: 2;

}

.fc-row .fc-highlight-skeleton {
	z-index: 3;
}

/*
row content (which contains day/week numbers and events) as well as "helper" (which contains
temporary rendered events).
*/

.fc-row .fc-content-skeleton {
	position: relative;
	z-index: 4;
	padding-bottom: 2px; /* matches the space above the events */
}

.fc-row .fc-helper-skeleton {
	z-index: 5;
}

.fc-row .fc-content-skeleton td,
.fc-row .fc-helper-skeleton td {
	/* see-through to the background below */
	background: none; /* in case <td>s are globally styled */
	border-color: transparent;

	/* don't put a border between events and/or the day number */
	border-bottom: 0;
}

.fc-row .fc-content-skeleton tbody td, /* cells with events inside (so NOT the day number cell) */
.fc-row .fc-helper-skeleton tbody td {
	/* don't put a border between event cells */
	border-top: 0;
}


/* Scrolling Container
--------------------------------------------------------------------------------------------------*/

.fc-scroller { /* this class goes on elements for guaranteed vertical scrollbars */
	overflow-y: scroll;
	overflow-x: hidden;
}

.fc-scroller > * { /* we expect an immediate inner element */
	position: relative; /* re-scope all positions */
	width: 100%; /* hack to force re-sizing this inner element when scrollbars appear/disappear */
	overflow: hidden; /* don't let negative margins or absolute positioning create further scroll */
}


/* Global Event Styles
--------------------------------------------------------------------------------------------------*/

.fc-event {
	position: relative; /* for resize handle and other inner positioning */
	display: block; /* make the <a> tag block */
	font-size: .85em;
	line-height: 1.3;
	border-radius: 3px;
	border: 1px solid #3a87ad; /* default BORDER color */
	background-color: #3a87ad; /* default BACKGROUND color */
	font-weight: normal; /* undo jqui's ui-widget-header bold */
}

/* overpower some of bootstrap's and jqui's styles on <a> tags */
.fc-event,
.fc-event:hover,
.ui-widget .fc-event {
	color: #fff; /* default TEXT color */
	text-decoration: none; /* if <a> has an href */
}

.fc-event[href],
.fc-event.fc-draggable {
	cursor: pointer; /* give events with links and draggable events a hand mouse pointer */
}

.fc-not-allowed, /* causes a "warning" cursor. applied on body */
.fc-not-allowed .fc-event { /* to override an event's custom cursor */
	cursor: not-allowed;
}


/* DayGrid events
----------------------------------------------------------------------------------------------------
We use the full "fc-day-grid-event" class instead of using descendants because the event won't
be a descendant of the grid when it is being dragged.
*/

.fc-day-grid-event {
	margin: 1px 2px 0; /* spacing between events and edges */
	padding: 0 1px;
}

/* events that are continuing to/from another week. kill rounded corners and butt up against edge */

.fc-ltr .fc-day-grid-event.fc-not-start,
.fc-rtl .fc-day-grid-event.fc-not-end {
	margin-left: 0;
	border-left-width: 0;
	padding-left: 1px; /* replace the border with padding */
	border-top-left-radius: 0;
	border-bottom-left-radius: 0;
}

.fc-ltr .fc-day-grid-event.fc-not-end,
.fc-rtl .fc-day-grid-event.fc-not-start {
	margin-right: 0;
	border-right-width: 0;
	padding-right: 1px; /* replace the border with padding */
	border-top-right-radius: 0;
	border-bottom-right-radius: 0;
}

.fc-day-grid-event > .fc-content { /* force events to be one-line tall */
	white-space: nowrap;
	overflow: hidden;
}

.fc-day-grid-event .fc-time {
	font-weight: bold;
}

/* resize handle (outside of fc-content, so can go outside of bounds) */

.fc-day-grid-event .fc-resizer {
	position: absolute;
	top: 0;
	bottom: 0;
	width: 7px;
}

.fc-ltr .fc-day-grid-event .fc-resizer {
	right: -3px;
	cursor: e-resize;
}

.fc-rtl .fc-day-grid-event .fc-resizer {
	left: -3px;
	cursor: w-resize;
}


/* Event Limiting
--------------------------------------------------------------------------------------------------*/

/* "more" link that represents hidden events */

a.fc-more {
	margin: 1px 3px;
	font-size: .85em;
	cursor: pointer;
	text-decoration: none;
}

a.fc-more:hover {
	text-decoration: underline;
}

.fc-limited { /* rows and cells that are hidden because of a "more" link */
	display: none;
}

/* popover that appears when "more" link is clicked */

.fc-day-grid .fc-row {
	z-index: 1; /* make the "more" popover one higher than this */
}

.fc-more-popover {
	z-index: 2;
	width: 220px;
}

.fc-more-popover .fc-event-container {
	padding: 10px;
}

/* Toolbar
--------------------------------------------------------------------------------------------------*/

.fc-toolbar {
	text-align: center;
	margin-bottom: 1em;
}

.fc-toolbar .fc-left {
	float: left;
}

.fc-toolbar .fc-right {
	float: right;
}

.fc-toolbar .fc-center {
	display: inline-block;
}

/* the things within each left/right/center section */
.fc .fc-toolbar > * > * { /* extra precedence to override button border margins */
	float: left;
	margin-left: .75em;
}

/* the first thing within each left/center/right section */
.fc .fc-toolbar > * > :first-child { /* extra precedence to override button border margins */
	margin-left: 0;
}
	
/* title text */

.fc-toolbar h2 {
	margin: 0;
}

/* button layering (for border precedence) */

.fc-toolbar button {
	position: relative;
}

.fc-toolbar .fc-state-hover,
.fc-toolbar .ui-state-hover {
	z-index: 2;
}
	
.fc-toolbar .fc-state-down {
	z-index: 3;
}

.fc-toolbar .fc-state-active,
.fc-toolbar .ui-state-active {
	z-index: 4;
}

.fc-toolbar button:focus {
	z-index: 5;
}


/* View Structure
--------------------------------------------------------------------------------------------------*/

/* undo twitter bootstrap's box-sizing rules. normalizes positioning techniques */
/* don't do this for the toolbar because we'll want bootstrap to style those buttons as some pt */
.fc-view-container *,
.fc-view-container *:before,
.fc-view-container *:after {
	-webkit-box-sizing: content-box;
	   -moz-box-sizing: content-box;
	        box-sizing: content-box;
}

.fc-view, /* scope positioning and z-index's for everything within the view */
.fc-view > table { /* so dragged elements can be above the view's main element */
	position: relative;
	z-index: 1;
}

/* BasicView
--------------------------------------------------------------------------------------------------*/

/* day row structure */

.fc-basicWeek-view .fc-content-skeleton,
.fc-basicDay-view .fc-content-skeleton {
	/* we are sure there are no day numbers in these views, so... */
	padding-top: 1px; /* add a pixel to make sure there are 2px padding above events */
	padding-bottom: 1em; /* ensure a space at bottom of cell for user selecting/clicking */
}

.fc-basic-view tbody .fc-row {
	min-height: 4em; /* ensure that all rows are at least this tall */
}

/* a "rigid" row will take up a constant amount of height because content-skeleton is absolute */

.fc-row.fc-rigid {
	overflow: hidden;
}

.fc-row.fc-rigid .fc-content-skeleton {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
}

/* week and day number styling */

.fc-basic-view .fc-week-number,
.fc-basic-view .fc-day-number {
	padding: 0 2px;
}

.fc-basic-view td.fc-week-number span,
.fc-basic-view td.fc-day-number {
	padding-top: 2px;
	padding-bottom: 2px;
}

.fc-basic-view .fc-week-number {
	text-align: center;
}

.fc-basic-view .fc-week-number span {
	/* work around the way we do column resizing and ensure a minimum width */
	display: inline-block;
	min-width: 1.25em;
}

.fc-ltr .fc-basic-view .fc-day-number {
	text-align: right;
}

.fc-rtl .fc-basic-view .fc-day-number {
	text-align: left;
}

.fc-day-number.fc-other-month {
	opacity: 0.3;
	filter: alpha(opacity=30); /* for IE */
	/* opacity with small font can sometimes look too faded
	   might want to set the 'color' property instead
	   making day-numbers bold also fixes the problem */
}

/* AgendaView all-day area
--------------------------------------------------------------------------------------------------*/

.fc-agenda-view .fc-day-grid {
	position: relative;
	z-index: 2; /* so the "more.." popover will be over the time grid */
}

.fc-agenda-view .fc-day-grid .fc-row {
	min-height: 3em; /* all-day section will never get shorter than this */
}

.fc-agenda-view .fc-day-grid .fc-row .fc-content-skeleton {
	padding-top: 1px; /* add a pixel to make sure there are 2px padding above events */
	padding-bottom: 1em; /* give space underneath events for clicking/selecting days */
}


/* TimeGrid axis running down the side (for both the all-day area and the slot area)
--------------------------------------------------------------------------------------------------*/

.fc .fc-axis { /* .fc to overcome default cell styles */
	vertical-align: middle;
	padding: 0 4px;
	white-space: nowrap;
}

.fc-ltr .fc-axis {
	text-align: right;
}

.fc-rtl .fc-axis {
	text-align: left;
}

.ui-widget td.fc-axis {
	font-weight: normal; /* overcome jqui theme making it bold */
}


/* TimeGrid Structure
--------------------------------------------------------------------------------------------------*/

.fc-time-grid-container, /* so scroll container's z-index is below all-day */
.fc-time-grid { /* so slats/bg/content/etc positions get scoped within here */
	position: relative;
	z-index: 1;
}

.fc-time-grid {
	min-height: 100%; /* so if height setting is 'auto', .fc-bg stretches to fill height */
}

.fc-time-grid table { /* don't put outer borders on slats/bg/content/etc */
	border: 0 hidden transparent;
}

.fc-time-grid > .fc-bg {
	z-index: 1;
}

.fc-time-grid .fc-slats,
.fc-time-grid > hr { /* the <hr> AgendaView injects when grid is shorter than scroller */
	position: relative;
	z-index: 2;
}

.fc-time-grid .fc-bgevent-skeleton,
.fc-time-grid .fc-content-skeleton {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
}

.fc-time-grid .fc-bgevent-skeleton {
	z-index: 3;
}

.fc-time-grid .fc-highlight-skeleton {
	z-index: 4;
}

.fc-time-grid .fc-content-skeleton {
	z-index: 5;
}

.fc-time-grid .fc-helper-skeleton {
	z-index: 6;
}


/* TimeGrid Slats (lines that run horizontally)
--------------------------------------------------------------------------------------------------*/

.fc-slats td {
	height: 1.5em;
	border-bottom: 0; /* each cell is responsible for its top border */
}

.fc-slats .fc-minor td {
	border-top-style: dotted;
}

.fc-slats .ui-widget-content { /* for jqui theme */
	background: none; /* see through to fc-bg */
}


/* TimeGrid Highlighting Slots
--------------------------------------------------------------------------------------------------*/

.fc-time-grid .fc-highlight-container { /* a div within a cell within the fc-highlight-skeleton */
	position: relative; /* scopes the left/right of the fc-highlight to be in the column */
}

.fc-time-grid .fc-highlight {
	position: absolute;
	left: 0;
	right: 0;
	/* top and bottom will be in by JS */
}


/* TimeGrid Event Containment
--------------------------------------------------------------------------------------------------*/

.fc-time-grid .fc-event-container, /* a div within a cell within the fc-content-skeleton */
.fc-time-grid .fc-bgevent-container { /* a div within a cell within the fc-bgevent-skeleton */
	position: relative;
}

.fc-ltr .fc-time-grid .fc-event-container { /* space on the sides of events for LTR (default) */
	margin: 0 2.5% 0 2px;
}

.fc-rtl .fc-time-grid .fc-event-container { /* space on the sides of events for RTL */
	margin: 0 2px 0 2.5%;
}

.fc-time-grid .fc-event,
.fc-time-grid .fc-bgevent {
	position: absolute;
	z-index: 1; /* scope inner z-index's */
}

.fc-time-grid .fc-bgevent {
	/* background events always span full width */
	left: 0;
	right: 0;
}


/* TimeGrid Event Styling
----------------------------------------------------------------------------------------------------
We use the full "fc-time-grid-event" class instead of using descendants because the event won't
be a descendant of the grid when it is being dragged.
*/

.fc-time-grid-event.fc-not-start { /* events that are continuing from another day */
	/* replace space made by the top border with padding */
	border-top-width: 0;
	padding-top: 1px;

	/* remove top rounded corners */
	border-top-left-radius: 0;
	border-top-right-radius: 0;
}

.fc-time-grid-event.fc-not-end {
	/* replace space made by the top border with padding */
	border-bottom-width: 0;
	padding-bottom: 1px;

	/* remove bottom rounded corners */
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0;
}

.fc-time-grid-event {
	overflow: hidden; /* don't let the bg flow over rounded corners */
}

.fc-time-grid-event > .fc-content { /* contains the time and title, but no bg and resizer */
	position: relative;
	z-index: 2; /* above the bg */
}

.fc-time-grid-event .fc-time,
.fc-time-grid-event .fc-title {
	padding: 0 1px;
}

.fc-time-grid-event .fc-time {
	font-size: .85em;
	white-space: nowrap;
}

.fc-time-grid-event .fc-bg {
	z-index: 1;
	background: #fff;
	opacity: .25;
	filter: alpha(opacity=25); /* for IE */
}

/* short mode, where time and title are on the same line */

.fc-time-grid-event.fc-short .fc-content {
	/* don't wrap to second line (now that contents will be inline) */
	white-space: nowrap;
}

.fc-time-grid-event.fc-short .fc-time,
.fc-time-grid-event.fc-short .fc-title {
	/* put the time and title on the same line */
	display: inline-block;
	vertical-align: top;
}

.fc-time-grid-event.fc-short .fc-time span {
	display: none; /* don't display the full time text... */
}

.fc-time-grid-event.fc-short .fc-time:before {
	content: attr(data-start); /* ...instead, display only the start time */
}

.fc-time-grid-event.fc-short .fc-time:after {
	content: "\000A0-\000A0"; /* seperate with a dash, wrapped in nbsp's */
}

.fc-time-grid-event.fc-short .fc-title {
	font-size: .85em; /* make the title text the same size as the time */
	padding: 0; /* undo padding from above */
}

/* resizer */

.fc-time-grid-event .fc-resizer {
	position: absolute;
	z-index: 3; /* above content */
	left: 0;
	right: 0;
	bottom: 0;
	height: 8px;
	overflow: hidden;
	line-height: 8px;
	font-size: 11px;
	font-family: monospace;
	text-align: center;
	cursor: s-resize;
}

.fc-time-grid-event .fc-resizer:after {
	content: "=";
}

/*----------------------------------------------------
Created by Hardeep Asrani
Don't remove credits and you're free to use this
Blog - hardeepasrani.blogspot.com
Download This At - css-box.blogspot.com
----------------------------------------------------*/
/*body {
	background: url(https://cssbox.googlecode.com/svn/demo/Windows8MetroTiles/img/Background.jpg) bottom no-repeat;
	background-color:58169a;
}*/


span.start {
	color:white;
	font-size:2em;

}

.credits {
	color:white;
	text-align:right;
	text-decoration:none;
	font-weight: bold;
}


.metro-surface{
	padding: 10px 40px 40px 10px;
}

.metro-tile {
	/*background-color: #D8512B;
	border-color: #DC6241;*/
	width: 232px;
	height: 124px;
	padding: 5px;
	color: #FFF;
	font-family: sans-serif;
	font-size: 12px;
    font-weight:bold;
	/*border-width: 3px;
	border-style: solid;*/
	-webkit-transition: 0.1s all;
	-moz-transition: 0.1s all;
	-ms-transition: 0.1s all;
	transition: 0.1s all;
    cursor:pointer;
    /*float:left;*/
    /*margin-right:15px;
    margin-top:15px;*/
    -moz-border-radius: 15px;
border-radius: 15px;
}

.metro-tile-small {
	width: 124px;
	height: 124px;
    /*float:left;*/
    /*margin-right:15px;
    margin-top:15px;*/
    /*cursor:pointer;*/
    border:none;
}
.metro-tile-tiny {
	width: 68px;
	height: 67px;
    float:left;
    cursor:pointer;
    border-width: 1px;
	border-style: solid;
    margin:none;
}

.metro-tile-course {
	background: url(/Images/graduation_cap.png) no-repeat;
	background-color: #2878EC;
	border-color: #2878EC;
}

.metro-tile-courseoccasion {
	background: url(/Images/courseoccasion.png) no-repeat;
	background-position: 8px 8px;
        background-color:#6CB71E;
        border-color:#6CB71E;
}

.metro-tile-users {
	background: url(/Images/smile.png) no-repeat;
	background-color: #ffd800;
	border-color: #ffd800;
}

.metro-tile-mycourses {
	background: url(/Images/student.png) no-repeat;
	background-color: #2878EC;
	border-color: #2878EC;
}

.metro-tile-place {
	background: url(/Images/place.png) no-repeat;
	background-color: #D8512B;
	border-color: #D8512B;
}

.metro-tile-equipment {
	background: url(/Images/Equipment.png) no-repeat;
	background-color: #b200ff;
	border-color: #b200ff;
}

div.metro-tile:hover {
	-webkit-transform: scale(0.90);
	-moz-transform: scale(0.90);
	-ms-transform: scale(0.90);
    transform: scale(0.90);
	border-width: 1px;
	border-style:solid; 
}

.metro-tile-edit {
	background: url(/Images/edit.png);
    background-repeat:no-repeat;
	background-color: #DC6241;
	border-color: #DC6241;
}

.metro-tile-add {
    background:url(/Images/plus.png) no-repeat;
	
	/*background-color: #17d02f;
	border-color: #17d02f;*/
}

.metro-tile-search {
    background:url(/Images/search.png);
	
	background-color: #0094ff;
	border-color: #0094ff;
}

.metro-tile-goback {
    background:url(/Images/back.png) no-repeat;
}

@font-face {
  font-family: 'iconfont';
  src: url('/Styles/fonts/iconfont.eot');
  src: url('/Styles/fonts/iconfont.eot') format('embedded-opentype'), url('/Styles/fonts/iconfont.woff2') format('woff2'), url('/Styles/fonts/iconfont.woff') format('woff'), url('/Styles/fonts/iconfont.ttf') format('truetype');
}
@font-face {
  font-family: 'Grotesk';
  src: url('/Styles/Fonts/FoundersGroteskWeb-Regular.eot');
  src: url('/Styles/Fonts/FoundersGroteskWeb-Regular.eot?#iefix') format('embedded-opentype');
  src: url('/Styles/Fonts/FoundersGroteskWeb-Regular.woff2') format('woff2'), url('/Styles/Fonts/FoundersGroteskWeb-Regular.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Grotesk';
  src: url('/Styles/Fonts/FoundersGroteskWeb-Bold.eot');
  src: url('/Styles/Fonts/FoundersGroteskWeb-Bold.eot?#iefix') format('embedded-opentype');
  src: url('/Styles/Fonts/FoundersGroteskWeb-Bold.woff2') format('woff2'), url('/Styles/Fonts/FoundersGroteskWeb-Bold.woff') format('woff');
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: 'Grotesk';
  src: url('/Styles/Fonts/FoundersGroteskWeb-RegularItalic.eot');
  src: url('/Styles/Fonts/FoundersGroteskWeb-RegularItalic.eot?#iefix') format('embedded-opentype');
  src: url('/Styles/Fonts/FoundersGroteskWeb-RegularItalic.woff2') format('woff2'), url('/Styles/Fonts/FoundersGroteskWeb-RegularItalic.woff') format('woff');
  font-weight: normal;
  font-style: italic;
}
@font-face {
  font-family: 'Grotesk';
  src: url('/Styles/Fonts/FoundersGroteskWeb-BoldItalic.eot');
  src: url('/Styles/Fonts/FoundersGroteskWeb-BoldItalic.eot?#iefix') format('embedded-opentype');
  src: url('/Styles/Fonts/FoundersGroteskWeb-BoldItalic.woff2') format('woff2'), url('/Styles/Fonts/FoundersGroteskWeb-BoldItalic.woff') format('woff');
  font-weight: bold;
  font-style: italic;
}
@font-face {
  font-family: 'Grotesk';
  src: url('/Styles/Fonts/FoundersGroteskWeb-Medium.eot');
  src: url('/Styles/Fonts/FoundersGroteskWeb-Medium.eot?#iefix') format('embedded-opentype');
  src: url('/Styles/Fonts/FoundersGroteskWeb-Medium.woff2') format('woff2'), url('/Styles/Fonts/FoundersGroteskWeb-Medium.woff') format('woff');
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: 'FoundersGroteskWeb-Semibold';
  src: url('/Styles/Fonts/FoundersGroteskWeb-Semibold.eot');
  src: url('/Styles/Fonts/FoundersGroteskWeb-Semibold.eot?#iefix') format('embedded-opentype');
  src: url('/Styles/Fonts/FoundersGroteskWeb-Semibold.woff2') format('woff2'), url('../Fonts/FoundersGroteskWeb-Semibold.woff') format('woff');
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: 'Sentinel';
  src: url('/Styles/Fonts/SentinelSSm-Bold_Web.woff2') format('woff2'), url('/Styles/Fonts/SentinelSSm-Bold_Web.woff') format('woff');
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: 'Sentinel';
  src: url('/Styles/Fonts/SentinelSSm-BoldItalic_Web.woff2') format('woff2'), url('/Styles/Fonts/SentinelSSm-BoldItalic_Web.woff') format('woff');
  font-weight: 700;
  font-style: italic;
}
@font-face {
  font-family: 'Figtree';
  src: url('/Styles/Fonts/Figtree-VariableFont_wght.ttf') format('truetype');
}

/****** dropdown-select *******/
.wrap-dd-select {
  position: relative;
  min-width: 200px;
  margin: 0 auto;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  cursor: pointer;
  outline: none;
  font-weight: bold;
  color: #8AA8BD;
  background-color: #fff;
  border: solid 1px #d9d9d9;
  border-radius: 3px;
  width: 100%;
  min-height: 40px;
  box-shadow: none;
  padding: 9px 30px 8px 10px;
  display: block;
}
.wrap-dd-select .selected {
  overflow: hidden;
  /*        font: 17px Lato, Arial, Helvetica, sans-serif;
*/
  color: #444444;
}
d .wrap-dd-select.disabled {
  cursor: default;
  color: #5B6A7D;
}
.wrap-dd-select:after {
  content: "";
  position: absolute;
  right: 15px;
  top: 50%;
  margin-top: -3px;
  width: 13px;
  height: 8px;
  background-image: url('/Styles/Images/arrow_down.png');
  border: none;
}
.wrap-dd-select.disabled:after {
  border: none;
}
.wrap-dd-select .dropdown {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  z-index: 10;
  background: white;
  padding: 0;
  border-radius: inherit;
  border: 1px solid rgba(0, 0, 0, 0.17);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
  font-weight: normal;
  list-style: none;
  visibility: hidden;
  max-height: 500px;
  overflow-y: auto;
  /*Provide an auto overflow to display scroll*/
  max-height: 400px;
}
.wrap-dd-select .dropdown .dropdown-item-selected {
  background-color: #C7E6FF;
}
.wrap-dd-select .dropdown .dropdown-item-selected:hover {
  background-color: #d6d6d6;
}
@media (max-width: 768px) {
  .wrap-dd-select .dropdown {
    /*sm*/
  }
  .wrap-dd-select .dropdown .dropdown {
    max-height: 250px;
  }
}
.wrap-dd-select .dropdown li.divider {
  padding: 2px 0;
  background: #e6e8ea;
}
.wrap-dd-select .dropdown li.divider-label {
  background: #e6e8ea;
  cursor: default;
  color: #000;
  padding: 10px 0;
}
.wrap-dd-select .dropdown li a {
  display: block;
  padding: 10px;
  text-decoration: none;
  color: #8aa8bd;
  border-bottom: 1px solid #e6e8ea;
  cursor: pointer;
  box-shadow: none;
  /*font: 12px Arial, Helvetica, sans-serif;*/
  color: #666;
}
.wrap-dd-select .dropdown li a:hover {
  background-color: #d6d6d6;
}
.wrap-dd-select .dropdown li i {
  float: right;
  color: inherit;
}
.wrap-dd-select .dropdown li:first-of-type a {
  border-radius: 7px 7px 0 0;
}
.wrap-dd-select .dropdown li:last-of-type a {
  border-radius: 0 0 7px 7px;
  border: none;
}
.wrap-dd-select .dropdown li:hover a {
  background: #f3f8f8;
}
.wrap-dd-select .dropdown:after {
  content: "";
  width: 0;
  height: 0;
  position: absolute;
  bottom: 100%;
  right: 15px;
  border-width: 0 6px 6px 6px;
  border-style: solid;
  border-color: #fff transparent;
}
.wrap-dd-select .dropdown:before {
  content: "";
  width: 0;
  height: 0;
  position: absolute;
  bottom: 100%;
  right: 13px;
  border-width: 0 8px 8px 8px;
  border-style: solid;
  border-color: rgba(0, 0, 0, 0.1) transparent;
}
.wrap-dd-select.active .dropdown {
  visibility: visible;
}
/****** dropdown-menu *******/
.wrap-dd-menu {
  position: relative;
  width: 200px;
  margin: 0 auto;
  padding: 10px;
}
.wrap-dd-menu.disabled {
  cursor: default;
  color: #5B6A7D;
}
.wrap-dd-menu .dropdown {
  position: absolute;
  z-index: 1;
  top: 70%;
  left: 0;
  right: 0;
  background: white;
  padding: 0;
  border-radius: 7px;
  border: 1px solid rgba(0, 0, 0, 0.17);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
  font-weight: normal;
  list-style: none;
  visibility: hidden;
}
.wrap-dd-menu .dropdown li.divider {
  padding: 2px 0;
  background: #e6e8ea;
}
.wrap-dd-menu .dropdown li.divider-label {
  background: #e6e8ea;
  cursor: default;
  color: #000;
  padding: 10px 0;
}
.wrap-dd-menu .dropdown li a {
  display: block;
  padding: 10px;
  text-decoration: none;
  color: #8aa8bd;
  border-bottom: 1px solid #e6e8ea;
  box-shadow: inset 0 1px 0 #ffffff;
  cursor: pointer;
}
.wrap-dd-menu .dropdown li i {
  float: right;
  color: inherit;
}
.wrap-dd-menu .dropdown li:first-of-type a {
  border-radius: 7px 7px 0 0;
}
.wrap-dd-menu .dropdown li:last-of-type a {
  border-radius: 0 0 7px 7px;
  border: none;
}
.wrap-dd-menu .dropdown li:hover a {
  background: #f3f8f8;
}
.wrap-dd-menu .dropdown:after {
  content: "";
  width: 0;
  height: 0;
  position: absolute;
  bottom: 100%;
  right: 102px;
  border-width: 0 6px 6px 6px;
  border-style: solid;
  border-color: #fff transparent;
}
.wrap-dd-menu .dropdown:before {
  content: "";
  width: 0;
  height: 0;
  position: absolute;
  bottom: 100%;
  right: 100px;
  border-width: 0 8px 8px 8px;
  border-style: solid;
  border-color: rgba(0, 0, 0, 0.1) transparent;
}
.wrap-dd-menu .dropdown.active {
  visibility: visible;
}

@font-face {
  font-family: 'iconfont';
  src: url('/Styles/fonts/iconfont.eot');
  src: url('/Styles/fonts/iconfont.eot') format('embedded-opentype'), url('/Styles/fonts/iconfont.woff2') format('woff2'), url('/Styles/fonts/iconfont.woff') format('woff'), url('/Styles/fonts/iconfont.ttf') format('truetype');
}
@font-face {
  font-family: 'Grotesk';
  src: url('/Styles/Fonts/FoundersGroteskWeb-Regular.eot');
  src: url('/Styles/Fonts/FoundersGroteskWeb-Regular.eot?#iefix') format('embedded-opentype');
  src: url('/Styles/Fonts/FoundersGroteskWeb-Regular.woff2') format('woff2'), url('/Styles/Fonts/FoundersGroteskWeb-Regular.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Grotesk';
  src: url('/Styles/Fonts/FoundersGroteskWeb-Bold.eot');
  src: url('/Styles/Fonts/FoundersGroteskWeb-Bold.eot?#iefix') format('embedded-opentype');
  src: url('/Styles/Fonts/FoundersGroteskWeb-Bold.woff2') format('woff2'), url('/Styles/Fonts/FoundersGroteskWeb-Bold.woff') format('woff');
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: 'Grotesk';
  src: url('/Styles/Fonts/FoundersGroteskWeb-RegularItalic.eot');
  src: url('/Styles/Fonts/FoundersGroteskWeb-RegularItalic.eot?#iefix') format('embedded-opentype');
  src: url('/Styles/Fonts/FoundersGroteskWeb-RegularItalic.woff2') format('woff2'), url('/Styles/Fonts/FoundersGroteskWeb-RegularItalic.woff') format('woff');
  font-weight: normal;
  font-style: italic;
}
@font-face {
  font-family: 'Grotesk';
  src: url('/Styles/Fonts/FoundersGroteskWeb-BoldItalic.eot');
  src: url('/Styles/Fonts/FoundersGroteskWeb-BoldItalic.eot?#iefix') format('embedded-opentype');
  src: url('/Styles/Fonts/FoundersGroteskWeb-BoldItalic.woff2') format('woff2'), url('/Styles/Fonts/FoundersGroteskWeb-BoldItalic.woff') format('woff');
  font-weight: bold;
  font-style: italic;
}
@font-face {
  font-family: 'Grotesk';
  src: url('/Styles/Fonts/FoundersGroteskWeb-Medium.eot');
  src: url('/Styles/Fonts/FoundersGroteskWeb-Medium.eot?#iefix') format('embedded-opentype');
  src: url('/Styles/Fonts/FoundersGroteskWeb-Medium.woff2') format('woff2'), url('/Styles/Fonts/FoundersGroteskWeb-Medium.woff') format('woff');
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: 'FoundersGroteskWeb-Semibold';
  src: url('/Styles/Fonts/FoundersGroteskWeb-Semibold.eot');
  src: url('/Styles/Fonts/FoundersGroteskWeb-Semibold.eot?#iefix') format('embedded-opentype');
  src: url('/Styles/Fonts/FoundersGroteskWeb-Semibold.woff2') format('woff2'), url('../Fonts/FoundersGroteskWeb-Semibold.woff') format('woff');
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: 'Sentinel';
  src: url('/Styles/Fonts/SentinelSSm-Bold_Web.woff2') format('woff2'), url('/Styles/Fonts/SentinelSSm-Bold_Web.woff') format('woff');
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: 'Sentinel';
  src: url('/Styles/Fonts/SentinelSSm-BoldItalic_Web.woff2') format('woff2'), url('/Styles/Fonts/SentinelSSm-BoldItalic_Web.woff') format('woff');
  font-weight: 700;
  font-style: italic;
}
@font-face {
  font-family: 'Figtree';
  src: url('/Styles/Fonts/Figtree-VariableFont_wght.ttf') format('truetype');
}
.clearfix:before,
.clearfix:after {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
body {
  background-color: #0066BC;
  padding-top: 60px;
  font-weight: normal;
  font-size: 0.65px;
  font-family: "Figtree", sans-serif;
  position: relative;
  margin-bottom: 50px;
}
body.public {
  background-color: #fff;
  padding: 0px;
}
a.btn,
a.btn-blue,
ul.nav li a,
button.btn,
button.btn-blue,
input,
.dropdown-menu li a,
label {
  font-family: "Figtree", sans-serif;
}
strong {
  font-family: "Figtree", sans-serif;
  font-weight: 500 !important;
}
em {
  font-family: "Figtree", sans-serif;
  font-style: italic;
}
textarea {
  resize: vertical;
}
h1 {
  font-family: "Figtree", sans-serif;
  font-size: 36px;
  font-weight: bold;
}
h2 {
  color: #555;
  font-size: 24px;
  font-family: "Figtree", sans-serif;
  font-weight: normal;
}
h3 {
  color: #000;
  font-weight: bold;
  line-height: 28px;
  font-size: 20px;
  margin: 28px 0 13px 0;
  padding: 0;
  font-family: "Figtree", sans-serif;
}
h4 {
  color: #555;
  font-size: 14px;
  font-family: "Figtree", sans-serif;
  font-weight: normal;
}
.underline {
  text-decoration: underline;
}
hTESTHED {
  color: black;
}
label {
  max-width: 1180px;
  font-family: "Figtree", sans-serif;
  font-weight: 500;
  color: black;
  font-size: 17px;
  line-height: 28px;
  display: inline-block;
  margin-top: 10px;
}
@media only screen and (min-width: 992px) {
  .row-no-padding > [class*="col-"] {
    padding-left: 0;
    padding-right: 0;
  }
}
@media only screen and (min-width: 992px) {
  .row-small-padding > [class*="col-"] {
    padding-left: 2px;
    padding-right: 2px;
  }
  .row-small-padding > [class*="col-"]:first-child {
    padding-left: 15px;
  }
  .row-small-padding > [class*="col-"]:last-child {
    padding-right: 15px;
  }
}
.form-control {
  font: 17px "Figtree", sans-serif;
}
input[type=text],
input[type=password],
input[type=email],
textarea,
input[type=number] {
  width: 100%;
  height: auto;
  margin: 0;
  padding: 10px 15px;
  color: #000;
  font: 18px "Figtree", sans-serif;
  box-sizing: border-box;
  border-radius: 4px;
  border: 1px solid #949494;
  background-color: #fff;
}
.admin-top input[type=text],
.admin-top input[type=password],
.admin-top input[type=email],
.admin-top textarea,
.admin-top input[type=number] {
  margin: 0;
}
.placeholder-container {
  position: relative;
}
.placeholder-container input,
.placeholder-container .nya-bs-select .btn,
.placeholder-container .nya-bs-select .btn.active-input,
.placeholder-container textarea {
  position: relative;
  z-index: 5;
  padding: 15px 15px 4px;
}
.placeholder-container label.placeholder {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 10;
  align-items: center;
  width: 100%;
  margin: 0;
  padding: 13px 15px;
  pointer-events: none;
  transition: 0.2s ease all;
  text-transform: uppercase;
  color: #757575;
  font: 14px "Figtree", sans-serif;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.placeholder-container input:focus ~ label.placeholder,
.placeholder-container .active-input ~ label.placeholder,
.placeholder-container .ng-not-empty ~ label.placeholder {
  padding: 4px 15px;
  opacity: 1;
  font: 11px "Figtree", sans-serif;
}
.tooltip.top .tooltip-arrow {
  border: 0;
}
.tooltip.top .tooltip-arrow::before {
  content: "";
  position: absolute;
  top: -10px;
  z-index: 1;
  width: 10px;
  height: 10px;
  transform: rotate(45deg);
  box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.4);
  background: #fff;
}
.tooltip.top .tooltip-arrow::after {
  content: "";
  position: absolute;
  top: -10px;
  z-index: 10;
  width: 10px;
  height: 10px;
  transform: rotate(45deg);
  background: #fff;
}
.tooltip.in {
  opacity: 1;
}
.tooltip-inner {
  position: relative;
  z-index: 5;
  color: #000;
  width: auto;
  max-width: 500px;
  padding: 15px;
  font-family: "Figtree", sans-serif;
  font-size: 16px;
  text-align: left;
  box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.4);
  border-radius: 0;
  background: #fff;
}
.wide-tooltip .tooltip-inner {
  width: 500px;
}
.tooltip-inner h3 {
  margin: 0 0 10px;
  padding: 0;
  font-weight: 500;
  font-size: 18px;
}
.tooltip-inner p:last-child {
  margin: 0;
}
[uib-tooltip-popup].tooltip.top-left > .tooltip-arrow,
[uib-tooltip-html-popup].tooltip.top-left > .tooltip-arrow {
  margin-left: 10px;
}
[uib-tooltip-popup].tooltip.top-right > .tooltip-arrow,
[uib-tooltip-html-popup].tooltip.top-right > .tooltip-arrow {
  margin-right: 20px;
}
.nya-bs-select {
  width: 100%;
  min-height: 40px;
  height: auto;
  margin: 0 0 10px;
  /*.btn {
        border: 1px solid #7D7D7D !important;
        padding: 13px 50px 13px 25px;
        display: inline-block;
        border: none;
        cursor: pointer;
        background-color: #fff;
        background-image: url(/Styles/images/faceting-arrow.svg);
        background-repeat: no-repeat;
        background-position: right 20px center;
        margin: 0 30px 0 0;
        font-family: @figtree;
        font-size: 18px;
        color: black;
        line-height: 20px;
        vertical-align: baseline;
        height: auto;

        .caret {
            display: none;
        }

        &:focus {
            border: none;
            box-shadow: none;
            outline: none !important;
        }
    }*/
}
.admin-top .nya-bs-select {
  margin: 0;
}
.nya-bs-select .dropdown-menu {
  margin: 0;
}
.nya-bs-select ul li {
  padding-right: 16px;
}
.nya-bs-select ul li a {
  padding-left: 5px;
  text-decoration: none;
}
.nya-bs-select ul li a:hover,
.nya-bs-select ul li a:focus {
  background-color: transparent !important;
  background-image: none !important;
  outline-style: none;
  outline-color: none;
}
.nya-bs-select ul li.selected {
  background-image: url('/Styles/less/images/svg/checkmark.svg');
  background-size: 16px;
  background-repeat: no-repeat;
  background-position: right 3px top 4px;
  padding-right: 16px;
  background-color: #e6e6e6 !important;
}
.nya-bs-select ul li.selected:hover {
  background-color: #e6e6e6 !important;
}
.nya-bs-select .btn {
  min-height: 40px;
  height: auto;
  margin-top: 0;
  padding: 10px 25px 10px 15px;
  color: #000;
  font-weight: normal;
  font: 18px "Figtree", sans-serif;
  border-radius: 4px;
  border: 1px solid #949494;
  background-color: #fff;
}
.nya-bs-select .btn:hover,
.nya-bs-select .btn:focus {
  color: #757575;
  background-color: #fff;
}
.nya-bs-select > .btn .caret {
  display: inline-block;
  margin-top: -6px;
  padding: 3px;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  border: solid black;
  border-width: 0 2px 2px 0;
}
.nya-bs-select > .btn .filter-option {
  text-overflow: ellipsis;
  padding-right: 10px;
}
.admin-app-sm {
  max-width: 800px;
  margin: 20px auto 0 auto;
}
.admin-app-md {
  max-width: 1000px;
  margin: 20px auto 0 auto;
}
.admin-app-lg {
  max-width: 1200px;
  margin: 20px auto 0 auto;
}
.admin-app-xl {
  max-width: 1400px;
  margin: 20px auto 0 auto;
}
.admin-app-full-width-padding {
  margin: 20px auto 0 auto;
  padding: 0 20px;
}
.admin-app-full-width {
  margin: 20px auto 0 auto;
}
.admin-app-background {
  background-color: #F3F3F4;
  overflow: hidden;
}
.admin {
  /* .occasionmorehybrid {
    margin: 10px 0;
    padding: 0;
    background: #E5E3D4;
    @media only screen and (min-width:768px) {
      display: flex;
    }

    input[type=text],
    input[type=password],
    input[type=email],
    textarea, input[type=number],
    .btn-place {
      margin-bottom: 0;
    }

    &col {
      @media only screen and (min-width:992px) {
        padding: 10px 0;
      }
      &:first-child {
        border-bottom: 5px solid @admin-occasions;
        @media only screen and (min-width:768px) {
          padding-right: 15px;
          border-bottom: 0 solid @admin-occasions;
          border-right: 5px solid @admin-occasions;
        }
      }
      &:last-child {
        @media only screen and (min-width:768px) {
          padding-left: 15px;
          border-left: 5px solid @admin-occasions;
        }
      }
      

      h5 {
        color: #000;
        font-weight: 400;
        font-size: 18px;
      }
    }
  
  }*/
}
.admin .nav {
  margin-bottom: 10px;
}
.admin-menu {
  display: block;
  width: 100%;
  margin: 7px 0 0;
  padding: 0;
  list-style: none;
  background: #0066BC;
}
@media only screen and (min-width: 768px) {
  .admin-menu {
    display: inline-block;
    width: auto;
    margin: 7px 15px 0;
    text-align: right;
  }
}
.admin-menuitem {
  display: block;
  width: 100%;
  margin: 5px 0;
  font-size: 17px;
}
@media only screen and (min-width: 768px) {
  .admin-menuitem {
    display: inline-block;
    width: auto;
    margin: 0 15px;
  }
}
.admin-menulink {
  display: block;
  padding: 1px 0;
  text-align: left;
  color: #fff;
}
@media only screen and (min-width: 768px) {
  .admin-menulink {
    text-align: center;
    border-bottom: 1px solid white;
  }
}
.admin-menulink:hover,
.admin-menulink:focus {
  color: #fff;
  text-decoration: none;
}
.admin-top {
  margin: 0 0 1px 0;
  padding: 15px;
  background: #0066BC;
  border-radius: 8px;
}
@media only screen and (min-width: 992px) {
  .admin-top {
    padding: 30px 35px;
  }
}
.admin-top-heading {
  display: none;
}
.admin-top .fa {
  display: none;
}
@media (min-width: 992px) {
  .admin-participant-date {
    display: flex;
  }
}
.admin-participant-date h4 {
  color: #000;
  font-size: 20px;
  font-weight: 500;
}
.admin-participant-date .row {
  margin-bottom: 10px;
}
.admin-participant {
  max-width: 100%;
  flex-grow: 1;
  flex-basis: 70%;
  margin: 1px 0;
  padding: 15px;
  background: #E1E6EF;
  border-radius: 8px;
}
@media only screen and (min-width: 992px) {
  .admin-participant {
    max-width: 70%;
    padding: 30px 35px;
  }
}
.admin-participant h4 {
  color: #000;
  font-size: 20px;
  font-weight: 500;
}
.admin-participant .fa {
  display: none;
}
.admin-date {
  flex-grow: 1;
  flex-shrink: 1;
  flex-basis: 30%;
  margin: 1px 0 1px 1px;
  padding: 15px;
  background: #CFD6E1;
  border-radius: 8px;
}
@media only screen and (min-width: 992px) {
  .admin-date {
    padding: 30px 35px;
  }
}
.admin-date h4 {
  color: #000;
  font-size: 20px;
  font-weight: 500;
}
.admin-date .fa {
  display: none;
}
.admin-occasions-top {
  margin: 20px 0 1px 0;
  padding: 15px 0;
}
@media only screen and (min-width: 992px) {
  .admin-occasions-top {
    padding: 15px 0;
  }
}
.admin-occasions-top h4 {
  display: inline-block;
  margin: 0 10px 0 0;
  color: #000;
  font-size: 28px;
  font-weight: 500;
}
.admin-occasions-top .fa {
  display: none;
}
.admin-occasion-container {
  margin: 0 0 30px;
}
.admin-occasion {
  margin: 0;
  padding: 15px;
  background: #EFEDE1;
  border-radius: 8px;
}
@media only screen and (min-width: 992px) {
  .admin-occasion {
    padding: 30px 35px 20px 35px;
  }
}
.admin-occasion h4 {
  color: #000;
  font-size: 20px;
  font-weight: 500;
}
.admin-occasion .fa {
  display: none;
}
.admin-occasion-more {
  margin: 0;
  padding: 0;
  background: #EFEDE1;
}
@media only screen and (min-width: 992px) {
  .admin-occasion-more {
    padding: 0;
  }
}
.admin-occasion-more h4 {
  color: #000;
  font-size: 20px;
  font-weight: 500;
}
.admin-occasion-more .fa {
  display: none;
}
.admin-occasion-more-hybrid {
  margin: 0;
  padding: 0;
  background: #E5E3D4;
}
@media only screen and (min-width: 768px) {
  .admin-occasion-more-hybrid {
    margin: 2px 0 0;
    border-bottom: 2px solid #fff;
  }
}
@media only screen and (min-width: 992px) {
  .admin-occasion-more-hybrid {
    padding: 0;
    border: 0;
  }
}
.admin-occasion-more-hybrid h4 {
  color: #000;
  font-size: 20px;
  font-weight: 500;
}
.admin-occasion-more-hybrid .fa {
  display: none;
}
.admin-occasion-more-hybrid h5 {
  color: #000;
  font-weight: 500;
  font-size: 20px;
}
@media only screen and (min-width: 768px) {
  .admin .hybrid {
    display: flex;
  }
}
.admin .hybrid-col:first-child {
  padding: 15px 15px 0;
}
@media only screen and (min-width: 768px) {
  .admin .hybrid-col:first-child {
    padding: 15px;
    border-right: 1px solid #fff;
  }
}
@media only screen and (min-width: 992px) {
  .admin .hybrid-col:first-child {
    padding: 30px 35px 20px 35px;
  }
}
.admin .hybrid-col:last-child {
  padding: 0 15px 15px 15px;
}
@media only screen and (min-width: 768px) {
  .admin .hybrid-col:last-child {
    border-left: 1px solid #fff;
  }
}
@media only screen and (min-width: 992px) {
  .admin .hybrid-col:last-child {
    padding: 30px 35px 20px 35px;
  }
}
.admin-occasion-bottom {
  margin: 0;
  padding: 15px 0 10px 0;
  background: #EFEDE1;
}
@media only screen and (min-width: 992px) {
  .admin-occasion-bottom {
    padding: 0;
  }
}
.admin .hide-mobile-ipad {
  display: none;
}
@media only screen and (min-width: 992px) {
  .admin .hide-mobile-ipad {
    display: block;
  }
}
.admin .show-mobile-ipad {
  display: block;
}
@media only screen and (min-width: 992px) {
  .admin .show-mobile-ipad {
    display: none;
  }
}
.admin .hide-mobile {
  display: none;
}
@media only screen and (min-width: 768px) {
  .admin .hide-mobile {
    display: block;
  }
}
.admin .show-mobile {
  display: block;
}
@media only screen and (min-width: 768px) {
  .admin .show-mobile {
    display: none;
  }
}
.admin .occasion {
  padding: 10px 0 0;
  border-bottom: 1px solid rgba(148, 148, 148, 0.19);
}
.admin .occasionmore {
  margin: 10px 0;
  padding: 10px 0;
  background: #E5E3D4;
}
.admin .occasionmore input[type=text],
.admin .occasionmore input[type=password],
.admin .occasionmore input[type=email],
.admin .occasionmore textarea,
.admin .occasionmore input[type=number],
.admin .occasionmore .btn-place {
  margin-bottom: 0;
}
.admin-blocks {
  margin: 1px 0;
  padding: 15px;
  background: #EFEDE1;
}
@media only screen and (min-width: 992px) {
  .admin-blocks {
    padding: 30px 35px;
  }
}
.admin-blocks h4 {
  color: #000;
  font-size: 20px;
  font-weight: 500;
}
.admin-blocks .fa {
  display: none;
}
.admin-info-top {
  margin: 0 0 1px 0;
  padding: 15px 0;
}
@media only screen and (min-width: 992px) {
  .admin-info-top {
    padding: 15px 0;
  }
}
.admin-info-top h4 {
  display: inline-block;
  margin: 0 10px 0 0;
  color: #000;
  font-size: 28px;
  font-weight: 500;
}
.admin-info-top .fa {
  display: none;
}
.admin-info {
  flex-grow: 1;
  flex-basis: 70%;
  margin: 1px 0;
  padding: 15px;
  background: #FEE3C8;
  border-radius: 8px;
}
@media only screen and (min-width: 992px) {
  .admin-info {
    padding: 30px 35px;
  }
}
.admin-info h3 {
  display: none;
}
.admin-info h4 {
  color: #000;
  font-size: 20px;
  font-weight: 500;
}
.admin-info .fa {
  display: none;
}
.admin-bottom {
  flex-grow: 1;
  flex-basis: 70%;
  margin: 1px 0;
  padding: 15px;
  color: #fff;
  background: #0066BC;
  border-radius: 8px;
}
@media only screen and (min-width: 992px) {
  .admin-bottom {
    padding: 30px 35px;
  }
}
.admin-bottom h3 {
  display: none;
}
.admin-bottom h4 {
  color: #fff;
  font-size: 20px;
  font-weight: 500;
}
.admin-bottom .fa {
  display: none;
}
.admin-bottom-text {
  margin-top: 10px;
}
.admin .occasion-link {
  display: inline-block;
  margin: 12px 0 0 0;
  text-transform: uppercase;
  color: #fff;
  font-size: 14px;
}
@media only screen and (min-width: 992px) {
  .admin .occasion-link {
    font-size: 15px;
  }
}
.admin .occasion-link a {
  display: block;
  max-width: 100%;
  text-transform: none;
  color: #fff;
  word-break: break-all;
}
@media only screen and (min-width: 768px) {
  .admin .occasion-link a {
    display: inline-block;
  }
}
.admin .mce-tinymce {
  margin: 0 0 10px;
  border-radius: 4px;
}
.admin .mce-tinymce .mce-menubar {
  border: 0;
}
.admin .mce-tinymce .mce-toolbar-grp {
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
}
.admin .mce-tinymce .mce-statusbar {
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}
.admin .calendar-input {
  border-right: 0;
}
.admin .time-input {
  float: left;
  width: 47%;
}
.admin .time-divider {
  float: left;
  width: 6%;
  text-align: center;
  line-height: 42px;
}
.admin .btn-place {
  position: relative;
  display: block;
  width: 100%;
  min-height: 42px;
  height: auto;
  margin: 0 0 10px;
  box-sizing: border-box;
  text-align: left;
  font: 18px "Figtree", sans-serif;
  color: #000;
  padding: 15px 15px 4px;
  border-radius: 4px;
  border: 1px solid #949494;
  background-color: #fff;
}
.admin .btn-place:hover,
.admin .btn-place:focus {
  color: #757575;
  text-decoration: none;
}
.admin .btn-place::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 10px;
  display: block;
  width: 12px;
  height: 2px;
  transform: translateY(-50%);
  background: #000;
}
.admin .btn-place::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 15px;
  display: block;
  width: 2px;
  height: 12px;
  transform: translateY(-50%);
  background: #000;
}
.admin .btn-place span {
  display: block;
  padding-right: 10px;
  overflow: hidden;
  text-overflow: ellipsis;
}
.admin .btn-calendar {
  width: 100%;
  height: 100%;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  border: 1px solid #949494;
  border-left: 0;
  background: #fff url('/Styles/images/svg/ico-calendar.svg') no-repeat center center;
}
.admin .btn-calendar:hover {
  background-color: #fff;
}
.admin .btn-up {
  position: relative;
  display: inline-block;
  width: 42px;
  height: 42px;
  border-radius: 4px;
  background: #0066BC;
}
.admin .btn-up:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  display: inline-block;
  margin-top: 2px;
  padding: 3px;
  transform: translate(-50%, -50%) rotate(-135deg);
  -webkit-transform: translate(-50%, -50%) rotate(-135deg);
  border: solid #fff;
  border-width: 0 2px 2px 0;
}
.admin .btn-down {
  position: relative;
  display: inline-block;
  width: 42px;
  height: 42px;
  border-radius: 4px;
  background: #0066BC;
}
.admin .btn-down:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  display: inline-block;
  margin-top: -2px;
  padding: 3px;
  transform: translate(-50%, -50%) rotate(45deg);
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
  border: solid #fff;
  border-width: 0 2px 2px 0;
}
.admin .btn-edit {
  position: relative;
  display: inline-block;
  width: 42px;
  height: 42px;
  border-radius: 4px;
  background: #0066BC;
}
.admin .btn-edit .pencil {
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  width: 5px;
  height: 12px;
  transform: translate(-50%, -50%) rotate(30deg);
  background: #fff;
}
.admin .btn-edit .pencil:before {
  content: "";
  position: absolute;
  width: 5px;
  height: 5px;
  background: #fff;
  top: -6px;
  left: 0;
}
.admin .btn-edit .pencil:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -6px;
  width: 0;
  height: 0;
  margin: 0 auto;
  border-left: 2px solid transparent;
  border-right: 3px solid transparent;
  border-top: 6px solid #fff;
}
.admin .btn-add {
  position: relative;
  display: inline-block;
  width: 42px;
  height: 42px;
  border-radius: 4px;
  background: #0066BC;
}
.admin .btn-add::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  width: 12px;
  height: 3px;
  transform: translate(-50%, -50%);
  background: #fff;
}
.admin .btn-add::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  width: 3px;
  height: 12px;
  transform: translate(-50%, -50%);
  background: #fff;
}
.admin .btn-delete {
  position: relative;
  display: inline-block;
  width: 42px;
  height: 42px;
  border-radius: 4px;
  background: #E06464;
}
.admin .btn-delete::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  width: 12px;
  height: 3px;
  transform: translate(-50%, -50%) rotate(45deg);
  background: #fff;
}
.admin .btn-delete::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  width: 3px;
  height: 12px;
  transform: translate(-50%, -50%) rotate(45deg);
  background: #fff;
}
.admin .tooltips-label,
.admin .check-label {
  position: relative;
  margin: 0;
  padding: 0 0 0 26px;
  line-height: 20px;
  font-weight: 500;
  font-size: 14px;
}
.admin .tooltips-label input,
.admin .check-label input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
.admin .tooltips-label .check,
.admin .check-label .check {
  position: absolute;
  top: 0;
  left: 0;
  height: 20px;
  width: 20px;
  border-radius: 4px;
  border: 1px solid #949494;
  background: #fff;
}
.admin .tooltips-label .check:before,
.admin .check-label .check:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(-45deg);
  width: 10px;
  height: 2px;
  background: #000;
  display: none;
}
.admin .tooltips-label .check:after,
.admin .check-label .check:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(45deg);
  width: 10px;
  height: 2px;
  background: #000;
  display: none;
}
.admin .tooltips-label input:checked ~ .check:before,
.admin .check-label input:checked ~ .check:before,
.admin .tooltips-label input:checked ~ .check:after,
.admin .check-label input:checked ~ .check:after {
  display: block;
}
.admin .check-label {
  margin-top: 10px;
  text-transform: uppercase;
  hyphens: auto;
  font-weight: 500;
}
.admin .check-label.dateperiod {
  margin-top: 0;
  vertical-align: text-top;
}
.admin .admin-bottom .check-label {
  margin: 0 0 10px;
  color: #fff;
}
.admin .imgs-etc {
  margin: 40px 0 20px;
}
.admin .imgs-etc h4 {
  margin: 0;
}
.admin .btn-images,
.admin .btn-files,
.admin .btn-questionaire {
  display: inline-block;
  margin: 0 20px 10px 0;
  padding: 3px 0;
  line-height: 1.2;
  cursor: pointer;
  color: #000;
  font-weight: 500;
  font-size: 15px;
  text-transform: uppercase;
  border: 0;
  background: transparent;
}
.admin .btn-images .text,
.admin .btn-files .text,
.admin .btn-questionaire .text {
  border-bottom: 1px solid #000;
}
.admin .btn-images .count,
.admin .btn-files .count,
.admin .btn-questionaire .count {
  display: inline-block;
  width: 21px;
  height: 21px;
  margin: 0 0 0 4px;
  text-align: center;
  line-height: 21px;
  color: #fff;
  font-size: 14px;
  border-radius: 50%;
  background: #0066BC;
}
.admin .btn-images:hover,
.admin .btn-files:hover,
.admin .btn-questionaire:hover,
.admin .btn-images:focus,
.admin .btn-files:focus,
.admin .btn-questionaire:focus {
  /*margin: 0 20px 0 0;*/
  padding: 3px 0;
  color: #0066BC;
  border: 0;
}
.admin .btn-images:hover .text,
.admin .btn-files:hover .text,
.admin .btn-questionaire:hover .text,
.admin .btn-images:focus .text,
.admin .btn-files:focus .text,
.admin .btn-questionaire:focus .text {
  border-bottom: 1px solid #0066BC;
}
.admin .btn-save {
  display: block;
  width: 100%;
  margin: 5px 0;
}
@media only screen and (min-width: 768px) {
  .admin .btn-save {
    margin: 0;
  }
}
.admin .btn-save .btn {
  display: block;
  width: 100%;
  margin: 5px 0;
  padding: 0 15px;
  color: #000;
  font-weight: 500;
  font-size: 17px;
  border-radius: 5px;
  border: 1px solid #fff;
  background: #CFD6E1;
}
.admin .btn-save .btn:disabled {
  opacity: 0.8;
  pointer-events: none;
}
.admin .btn-save .btngreen {
  background: #6aac7b !important;
}
.admin .btn-deleteoccasion {
  display: block;
  margin: 5px 0;
}
@media only screen and (min-width: 768px) {
  .admin .btn-deleteoccasion {
    display: inline-block;
    margin: 0;
  }
}
.admin .btn-deleteoccasion .btn {
  display: block;
  width: 100%;
  min-width: 140px;
  margin: 5px 0;
  padding: 0 15px;
  color: #fff;
  font-weight: 500;
  font-size: 17px;
  border-radius: 5px;
  border: 1px solid #fff;
  background: #E06464;
}
@media only screen and (min-width: 768px) {
  .admin .btn-deleteoccasion .btn {
    display: inline-block;
    width: auto;
  }
}
.admin .btn-deleteoccasion .btn:disabled {
  opacity: 0.8;
  pointer-events: none;
}
.tooltips {
  position: relative;
  display: inline-block;
  width: 260px;
  margin: 20px 0 10px 0;
  padding: 0 0 0 60px;
  text-align: left;
}
.tooltips-icon {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 49px;
  height: 49px;
  margin: 0;
  padding: 0;
  text-align: center;
  line-height: 43px;
  color: #0066BC;
  font-weight: 600;
  font-size: 26px;
  border-radius: 50%;
  border: 2px solid #0066BC;
}
.tooltips-heading {
  margin: 0;
  padding: 0;
  line-height: 1;
  color: #000;
  font-weight: 500;
  font-size: 20px;
}
.tooltips-label {
  margin: 0;
  padding: 0;
  text-transform: uppercase;
  line-height: 1;
  font-weight: 500;
  font-size: 14px;
}
.modal-backdrop {
  bottom: 0;
  background: #fff;
}
.modal-dialog {
  max-width: 100%;
}
.modal-content {
  border: 0;
  border-radius: 5px;
  box-shadow: 0px 0px 16px rgba(0, 0, 0, 0.45);
}
.modal-content .btn-up {
  position: relative;
  display: inline-block;
  width: 42px;
  height: 42px;
  margin-right: 3px;
  border-radius: 4px;
  border: 1px solid #000;
  background: transparent;
}
.modal-content .btn-up:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  display: inline-block;
  margin-top: 2px;
  padding: 3px;
  transform: translate(-50%, -50%) rotate(-135deg);
  -webkit-transform: translate(-50%, -50%) rotate(-135deg);
  border: solid #000;
  border-width: 0 2px 2px 0;
}
.modal-content .btn-down {
  position: relative;
  display: inline-block;
  width: 42px;
  height: 42px;
  margin-right: 3px;
  border-radius: 4px;
  border: 1px solid #000;
  background: transparent;
}
.modal-content .btn-down:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  display: inline-block;
  margin-top: -2px;
  padding: 3px;
  transform: translate(-50%, -50%) rotate(45deg);
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
  border: solid #000;
  border-width: 0 2px 2px 0;
}
.modal-content .btn-edit {
  position: relative;
  display: inline-block;
  width: 42px;
  height: 42px;
  margin-right: 3px;
  border-radius: 4px;
  background: #263E8A;
}
.modal-content .btn-edit .pencil {
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  width: 5px;
  height: 12px;
  transform: translate(-50%, -50%) rotate(30deg);
  background: #fff;
}
.modal-content .btn-edit .pencil:before {
  content: "";
  position: absolute;
  width: 5px;
  height: 5px;
  background: #fff;
  top: -6px;
  left: 0;
}
.modal-content .btn-edit .pencil:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -6px;
  width: 0;
  height: 0;
  margin: 0 auto;
  border-left: 2px solid transparent;
  border-right: 3px solid transparent;
  border-top: 6px solid #fff;
}
.modal-content .btn-add {
  position: relative;
  display: inline-block;
  width: 42px;
  height: 42px;
  margin-right: 3px;
  border-radius: 4px;
  background: #263E8A;
}
.modal-content .btn-add::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  width: 12px;
  height: 3px;
  transform: translate(-50%, -50%);
  background: #fff;
}
.modal-content .btn-add::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  width: 3px;
  height: 12px;
  transform: translate(-50%, -50%);
  background: #fff;
}
.modal-content .btn-delete {
  position: relative;
  display: inline-block;
  width: 42px;
  height: 42px;
  border-radius: 4px;
  border: 1px solid #E06464;
  background: #E06464;
}
.modal-content .btn-delete::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  width: 12px;
  height: 3px;
  transform: translate(-50%, -50%) rotate(45deg);
  background: #fff;
}
.modal-content .btn-delete::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  width: 3px;
  height: 12px;
  transform: translate(-50%, -50%) rotate(45deg);
  background: #fff;
}
.modal-content .right .btn-blue {
  margin: 15px 0 0 8px;
  padding: 6px 22px;
  line-height: 1.2;
  color: #0066BC;
  border-radius: 5px;
  border: 2px solid #0066BC;
  background: #fff;
}
.modal-content .right .btn-blue:hover {
  text-decoration: none;
  color: #0066BC;
  border: 2px solid #0066BC;
  background: #fff;
}
.modal-content .right .btn-opacity {
  margin: 15px 0 0 8px;
  padding: 6px 22px;
  line-height: 1.2;
  color: #fff;
  border-radius: 5px;
  border: 2px solid #0066BC;
  background: #0066BC;
}
.modal-content .right .btn-opacity:hover {
  text-decoration: none;
  color: #fff;
  border: 2px solid #0066BC;
  background: #0066BC;
}
.content-block .content-block-content.modal-admin {
  padding: 40px;
}
.content-block .content-block-content.modal-admin h4 {
  margin: 0;
  color: #000;
  font-size: 28px;
  font-weight: 500;
}
.files-list {
  margin: 0 0 15px;
  padding: 0;
  line-height: 1.2;
  font-size: 14px;
  font-family: "Figtree", sans-serif;
  list-style: none;
}
.files-list-top {
  text-transform: uppercase;
  color: #000;
  font-weight: 500;
  border-bottom: 2px solid #000;
}
.files-list-top.row {
  margin-left: 0;
  margin-right: 0;
}
.files-list-item {
  padding: 5px 0;
  border-bottom: 1px solid #949494;
}
@media only screen and (min-width: 992px) {
  .files-list-item {
    display: flex;
    align-items: center;
  }
}
.files-list-item.row {
  margin-left: 0;
  margin-right: 0;
}
.files-list-item .col-xs-1,
.files-list-item .col-sm-1,
.files-list-item .col-md-1,
.files-list-item .col-lg-1,
.files-list-item .col-xs-2,
.files-list-item .col-sm-2,
.files-list-item .col-md-2,
.files-list-item .col-lg-2,
.files-list-item .col-xs-3,
.files-list-item .col-sm-3,
.files-list-item .col-md-3,
.files-list-item .col-lg-3,
.files-list-item .col-xs-4,
.files-list-item .col-sm-4,
.files-list-item .col-md-4,
.files-list-item .col-lg-4,
.files-list-item .col-xs-5,
.files-list-item .col-sm-5,
.files-list-item .col-md-5,
.files-list-item .col-lg-5,
.files-list-item .col-xs-6,
.files-list-item .col-sm-6,
.files-list-item .col-md-6,
.files-list-item .col-lg-6,
.files-list-item .col-xs-7,
.files-list-item .col-sm-7,
.files-list-item .col-md-7,
.files-list-item .col-lg-7,
.files-list-item .col-xs-8,
.files-list-item .col-sm-8,
.files-list-item .col-md-8,
.files-list-item .col-lg-8,
.files-list-item .col-xs-9,
.files-list-item .col-sm-9,
.files-list-item .col-md-9,
.files-list-item .col-lg-9,
.files-list-item .col-xs-10,
.files-list-item .col-sm-10,
.files-list-item .col-md-10,
.files-list-item .col-lg-10,
.files-list-item .col-xs-11,
.files-list-item .col-sm-11,
.files-list-item .col-md-11,
.files-list-item .col-lg-11,
.files-list-item .col-xs-12,
.files-list-item .col-sm-12,
.files-list-item .col-md-12,
.files-list-item .col-lg-12 {
  padding: 0;
}
@media only screen and (max-width: 992px) {
  .files-list-item .col-xs-1,
  .files-list-item .col-sm-1,
  .files-list-item .col-md-1,
  .files-list-item .col-lg-1,
  .files-list-item .col-xs-2,
  .files-list-item .col-sm-2,
  .files-list-item .col-md-2,
  .files-list-item .col-lg-2,
  .files-list-item .col-xs-3,
  .files-list-item .col-sm-3,
  .files-list-item .col-md-3,
  .files-list-item .col-lg-3,
  .files-list-item .col-xs-4,
  .files-list-item .col-sm-4,
  .files-list-item .col-md-4,
  .files-list-item .col-lg-4,
  .files-list-item .col-xs-5,
  .files-list-item .col-sm-5,
  .files-list-item .col-md-5,
  .files-list-item .col-lg-5,
  .files-list-item .col-xs-6,
  .files-list-item .col-sm-6,
  .files-list-item .col-md-6,
  .files-list-item .col-lg-6,
  .files-list-item .col-xs-7,
  .files-list-item .col-sm-7,
  .files-list-item .col-md-7,
  .files-list-item .col-lg-7,
  .files-list-item .col-xs-8,
  .files-list-item .col-sm-8,
  .files-list-item .col-md-8,
  .files-list-item .col-lg-8,
  .files-list-item .col-xs-9,
  .files-list-item .col-sm-9,
  .files-list-item .col-md-9,
  .files-list-item .col-lg-9,
  .files-list-item .col-xs-10,
  .files-list-item .col-sm-10,
  .files-list-item .col-md-10,
  .files-list-item .col-lg-10,
  .files-list-item .col-xs-11,
  .files-list-item .col-sm-11,
  .files-list-item .col-md-11,
  .files-list-item .col-lg-11,
  .files-list-item .col-xs-12,
  .files-list-item .col-sm-12,
  .files-list-item .col-md-12,
  .files-list-item .col-lg-12 {
    padding-top: 10px;
  }
}
.files-list-edit {
  margin-top: 5px;
  padding: 15px 0;
  background: #EFEDE1;
}
.files-list-edit.row {
  margin-left: 0;
  margin-right: 0;
}
.files-list-edit .col-xs-1,
.files-list-edit .col-sm-1,
.files-list-edit .col-md-1,
.files-list-edit .col-lg-1,
.files-list-edit .col-xs-2,
.files-list-edit .col-sm-2,
.files-list-edit .col-md-2,
.files-list-edit .col-lg-2,
.files-list-edit .col-xs-3,
.files-list-edit .col-sm-3,
.files-list-edit .col-md-3,
.files-list-edit .col-lg-3,
.files-list-edit .col-xs-4,
.files-list-edit .col-sm-4,
.files-list-edit .col-md-4,
.files-list-edit .col-lg-4,
.files-list-edit .col-xs-5,
.files-list-edit .col-sm-5,
.files-list-edit .col-md-5,
.files-list-edit .col-lg-5,
.files-list-edit .col-xs-6,
.files-list-edit .col-sm-6,
.files-list-edit .col-md-6,
.files-list-edit .col-lg-6,
.files-list-edit .col-xs-7,
.files-list-edit .col-sm-7,
.files-list-edit .col-md-7,
.files-list-edit .col-lg-7,
.files-list-edit .col-xs-8,
.files-list-edit .col-sm-8,
.files-list-edit .col-md-8,
.files-list-edit .col-lg-8,
.files-list-edit .col-xs-9,
.files-list-edit .col-sm-9,
.files-list-edit .col-md-9,
.files-list-edit .col-lg-9,
.files-list-edit .col-xs-10,
.files-list-edit .col-sm-10,
.files-list-edit .col-md-10,
.files-list-edit .col-lg-10,
.files-list-edit .col-xs-11,
.files-list-edit .col-sm-11,
.files-list-edit .col-md-11,
.files-list-edit .col-lg-11,
.files-list-edit .col-xs-12,
.files-list-edit .col-sm-12,
.files-list-edit .col-md-12,
.files-list-edit .col-lg-12 {
  padding: 0 15px;
}
@media only screen and (max-width: 992px) {
  .files-list-edit .col-xs-1,
  .files-list-edit .col-sm-1,
  .files-list-edit .col-md-1,
  .files-list-edit .col-lg-1,
  .files-list-edit .col-xs-2,
  .files-list-edit .col-sm-2,
  .files-list-edit .col-md-2,
  .files-list-edit .col-lg-2,
  .files-list-edit .col-xs-3,
  .files-list-edit .col-sm-3,
  .files-list-edit .col-md-3,
  .files-list-edit .col-lg-3,
  .files-list-edit .col-xs-4,
  .files-list-edit .col-sm-4,
  .files-list-edit .col-md-4,
  .files-list-edit .col-lg-4,
  .files-list-edit .col-xs-5,
  .files-list-edit .col-sm-5,
  .files-list-edit .col-md-5,
  .files-list-edit .col-lg-5,
  .files-list-edit .col-xs-6,
  .files-list-edit .col-sm-6,
  .files-list-edit .col-md-6,
  .files-list-edit .col-lg-6,
  .files-list-edit .col-xs-7,
  .files-list-edit .col-sm-7,
  .files-list-edit .col-md-7,
  .files-list-edit .col-lg-7,
  .files-list-edit .col-xs-8,
  .files-list-edit .col-sm-8,
  .files-list-edit .col-md-8,
  .files-list-edit .col-lg-8,
  .files-list-edit .col-xs-9,
  .files-list-edit .col-sm-9,
  .files-list-edit .col-md-9,
  .files-list-edit .col-lg-9,
  .files-list-edit .col-xs-10,
  .files-list-edit .col-sm-10,
  .files-list-edit .col-md-10,
  .files-list-edit .col-lg-10,
  .files-list-edit .col-xs-11,
  .files-list-edit .col-sm-11,
  .files-list-edit .col-md-11,
  .files-list-edit .col-lg-11,
  .files-list-edit .col-xs-12,
  .files-list-edit .col-sm-12,
  .files-list-edit .col-md-12,
  .files-list-edit .col-lg-12 {
    padding-top: 10px;
  }
}
.files-list-edit .btn-primary {
  margin: 15px 0 0 8px;
  padding: 6px 22px;
  line-height: 1.2;
  border-radius: 5px;
  border: 2px solid #0066BC;
}
.files-list-edit .btn-primary:hover {
  text-decoration: none;
  border: 2px solid #0066BC;
  background: #0066BC;
}
.files-list-edit .btn-warning {
  margin: 15px 0 0 8px;
  padding: 6px 22px;
  line-height: 1.2;
  border-radius: 5px;
  color: #0066BC;
  border: 2px solid #0066BC;
  background: transparent;
}
.files-list-edit .btn-warning:hover {
  color: #0066BC;
  border: 2px solid #0066BC;
  background: transparent;
}
.files-list-edit .btn-danger {
  margin: 15px 0 0 8px;
  padding: 6px 22px;
  line-height: 1.2;
  border-radius: 5px;
  border: 2px solid #E06464;
  background: #E06464;
}
.files-list-edit .btn-danger:hover {
  border: 2px solid #E06464;
  background: #E06464;
}
.files-list-edit h5 {
  text-transform: uppercase;
  line-height: 1.2;
  font-size: 14px;
  font-family: "Grotesk", Arial, Sans-serif;
}
.files-list .check-label {
  position: relative;
  margin: 0;
  padding: 0 0 0 26px;
  line-height: 20px;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 14px;
}
.files-list .check-label input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
.files-list .check-label .check {
  position: absolute;
  top: 0;
  left: 0;
  height: 20px;
  width: 20px;
  border-radius: 4px;
  border: 1px solid #949494;
  background: #fff;
}
.files-list .check-label .check:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(-45deg);
  width: 10px;
  height: 2px;
  background: #000;
  display: none;
}
.files-list .check-label .check:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(45deg);
  width: 10px;
  height: 2px;
  background: #000;
  display: none;
}
.files-list .check-label input:checked ~ .check:before,
.files-list .check-label input:checked ~ .check:after {
  display: block;
}
.files-upload {
  padding: 20px;
  background: #E1E6EF;
}
.files-upload label {
  margin-top: 0;
  font-size: 20px;
}
.files-upload input::file-selector-button {
  margin: 5px 10px 5px 0;
  padding: 2px 0;
  font-size: 17px;
  font-weight: 500;
  border: 0;
  border-bottom: 1px solid #000;
  background: transparent;
}
.files-upload .btn {
  margin: 15px 0 0 0;
  padding: 6px 22px;
  line-height: 1.2;
  border-radius: 5px;
  border: 2px solid #0066BC;
}
.files-upload .btn:hover {
  text-decoration: none;
  border: 2px solid #0066BC;
  background: #0066BC;
}
.add-question {
  padding: 20px;
  background: #E1E6EF;
}
.add-question .btn-blue {
  margin: 0;
  padding: 6px 22px;
  line-height: 1.2;
  border-radius: 5px;
  border: 2px solid #0066BC;
}
.add-question .btn-blue:hover {
  text-decoration: none;
  border: 2px solid #0066BC;
  background: #0066BC;
}
.add-question .btn-clear {
  position: relative;
  z-index: 100;
  display: inline-block;
  height: 42px;
  margin-left: -4px;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  color: #949494;
  border: 1px solid #949494;
  background: #fff;
}
.add-question .btn-clear:hover {
  text-decoration: none;
  border: 1px solid #949494;
  background: #fff;
}
.no-files {
  padding: 0 15px 15px 15px;
  font-style: italic;
  font-size: 18px;
  border-bottom: 1px solid #949494;
}
.no-files .btn {
  margin: 15px 0 0 8px;
  padding: 6px 22px;
  line-height: 1.2;
  border-radius: 5px;
  border: 2px solid #0066BC;
}
.no-files .btn:hover {
  text-decoration: none;
  border: 2px solid #0066BC;
  background: #0066BC;
}
.no-questions {
  margin: 0 0 10px;
  padding: 0 0 15px;
  font-style: italic;
  font-size: 18px;
}
.no-questions .btn {
  margin: 15px 0 0 8px;
  padding: 6px 22px;
  line-height: 1.2;
  border-radius: 5px;
  border: 2px solid #0066BC;
}
.no-questions .btn:hover {
  text-decoration: none;
  border: 2px solid #0066BC;
  background: #0066BC;
}
.questions {
  padding: 15px 0 0;
}
.alternatives .col-xs-1,
.alternatives .col-sm-1,
.alternatives .col-md-1,
.alternatives .col-lg-1,
.alternatives .col-xs-2,
.alternatives .col-sm-2,
.alternatives .col-md-2,
.alternatives .col-lg-2,
.alternatives .col-xs-3,
.alternatives .col-sm-3,
.alternatives .col-md-3,
.alternatives .col-lg-3,
.alternatives .col-xs-4,
.alternatives .col-sm-4,
.alternatives .col-md-4,
.alternatives .col-lg-4,
.alternatives .col-xs-5,
.alternatives .col-sm-5,
.alternatives .col-md-5,
.alternatives .col-lg-5,
.alternatives .col-xs-6,
.alternatives .col-sm-6,
.alternatives .col-md-6,
.alternatives .col-lg-6,
.alternatives .col-xs-7,
.alternatives .col-sm-7,
.alternatives .col-md-7,
.alternatives .col-lg-7,
.alternatives .col-xs-8,
.alternatives .col-sm-8,
.alternatives .col-md-8,
.alternatives .col-lg-8,
.alternatives .col-xs-9,
.alternatives .col-sm-9,
.alternatives .col-md-9,
.alternatives .col-lg-9,
.alternatives .col-xs-10,
.alternatives .col-sm-10,
.alternatives .col-md-10,
.alternatives .col-lg-10,
.alternatives .col-xs-11,
.alternatives .col-sm-11,
.alternatives .col-md-11,
.alternatives .col-lg-11,
.alternatives .col-xs-12,
.alternatives .col-sm-12,
.alternatives .col-md-12,
.alternatives .col-lg-12 {
  padding: 0 0 8px;
}
@media only screen and (max-width: 768px) {
  .alternatives .col-xs-1,
  .alternatives .col-sm-1,
  .alternatives .col-md-1,
  .alternatives .col-lg-1,
  .alternatives .col-xs-2,
  .alternatives .col-sm-2,
  .alternatives .col-md-2,
  .alternatives .col-lg-2,
  .alternatives .col-xs-3,
  .alternatives .col-sm-3,
  .alternatives .col-md-3,
  .alternatives .col-lg-3,
  .alternatives .col-xs-4,
  .alternatives .col-sm-4,
  .alternatives .col-md-4,
  .alternatives .col-lg-4,
  .alternatives .col-xs-5,
  .alternatives .col-sm-5,
  .alternatives .col-md-5,
  .alternatives .col-lg-5,
  .alternatives .col-xs-6,
  .alternatives .col-sm-6,
  .alternatives .col-md-6,
  .alternatives .col-lg-6,
  .alternatives .col-xs-7,
  .alternatives .col-sm-7,
  .alternatives .col-md-7,
  .alternatives .col-lg-7,
  .alternatives .col-xs-8,
  .alternatives .col-sm-8,
  .alternatives .col-md-8,
  .alternatives .col-lg-8,
  .alternatives .col-xs-9,
  .alternatives .col-sm-9,
  .alternatives .col-md-9,
  .alternatives .col-lg-9,
  .alternatives .col-xs-10,
  .alternatives .col-sm-10,
  .alternatives .col-md-10,
  .alternatives .col-lg-10,
  .alternatives .col-xs-11,
  .alternatives .col-sm-11,
  .alternatives .col-md-11,
  .alternatives .col-lg-11,
  .alternatives .col-xs-12,
  .alternatives .col-sm-12,
  .alternatives .col-md-12,
  .alternatives .col-lg-12 {
    padding-top: 10px;
  }
}
.alternatives input {
  width: calc(97%);
  margin-right: 3px;
}
.no-alternatives {
  padding: 0 0 15px;
  font-style: italic;
  font-size: 18px;
}
.no-alternatives .btn {
  margin: 15px 0 0 8px;
  padding: 6px 22px;
  line-height: 1.2;
  border-radius: 5px;
  border: 2px solid #0066BC;
}
.no-alternatives .btn:hover {
  text-decoration: none;
  border: 2px solid #0066BC;
  background: #0066BC;
}
.show-edit-alternatives {
  position: relative;
  z-index: 100;
  width: 100%;
  height: auto;
  margin: 0;
  padding: 10px 15px;
  text-align: left;
  color: #000;
  font: 18px "Grotesk", Arial, Sans-serif;
  box-sizing: border-box;
  border-radius: 4px;
  border: 1px solid #949494;
  background: #EFEDE1;
}
.show-edit-alternatives:before {
  content: "";
  position: absolute;
  top: 50%;
  right: 10px;
  margin-top: -4px;
  padding: 3px;
  transform: translateY(-50%) rotate(-90deg);
  border: solid #000;
  border-width: 0 2px 2px 0;
}
.show-edit-alternatives:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 16px;
  margin-top: 4px;
  padding: 3px;
  transform: translateY(-50%) rotate(-270deg);
  border: solid #000;
  border-width: 0 2px 2px 0;
}
.show-edit-alternatives--open {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom: 0;
}
@media only screen and (min-width: 992px) {
  .show-edit-alternatives--open {
    width: 150%;
  }
}
.show-edit-alternatives--open:before {
  right: 8px;
  margin-top: -6px;
  transform: translateY(-50%) rotate(90deg);
}
.show-edit-alternatives--open:after {
  right: 18px;
  transform: translateY(-50%) rotate(270deg);
}
.alt {
  position: relative;
}
.show-alternatives {
  width: 100%;
  margin: 0;
  padding: 10px 15px;
  text-align: left;
  color: #000;
  font: 18px "Grotesk", Arial, Sans-serif;
  box-sizing: border-box;
  border-radius: 4px;
  border: 1px solid #949494;
  border-top: 0;
  background: #EFEDE1;
}
@media only screen and (min-width: 992px) {
  .show-alternatives {
    position: absolute;
    z-index: 100;
    top: calc(96%);
    width: 150%;
  }
}
.btn.new-alternative {
  margin: 0;
  padding: 6px 22px;
  line-height: 1.2;
  border-radius: 5px;
  border: 2px solid #0066BC;
}
.btn.new-alternative:hover {
  text-decoration: none;
  border: 2px solid #0066BC;
  background: #0066BC;
}
@media only screen and (max-width: 768px) {
  .btn.new-alternative {
    margin-top: 10px;
  }
}
.editform .btn {
  margin: 15px 0 0 0;
  padding: 6px 22px;
  line-height: 1.2;
  border-radius: 5px;
  border: 2px solid #0066BC;
}
.editform .btn:hover {
  text-decoration: none;
  border: 2px solid #0066BC;
  background: #0066BC;
}
.published {
  width: 43px;
  height: 41px;
  margin: 0 0 0 10px;
  color: #0066BC;
  font-size: 12px;
  border-radius: 50%;
  background: #fff url('/Styles/images/svg/ico-eye.svg') no-repeat center center;
  background-size: 26px;
}
.published.unpublished {
  background: #fff url('/Styles/images/svg/ico-eye2.svg') no-repeat center center;
  background-size: 26px;
}
.user-list {
  padding: 15px;
}
.user-list-modal {
  padding: 30px 35px;
}
.user-list h4 {
  color: #000;
  font-size: 20px;
  font-weight: 500;
}
.input-container {
  position: relative;
  display: flex;
  flex-flow: row nowrap;
  margin: 0 0 10px;
}
.input-container .placeholder-container {
  width: 100%;
  flex-grow: 1;
  flex-shrink: 1;
}
.input-container .input-group-btn {
  width: 41px;
  margin: 0;
  padding: 0;
}
.validation {
  position: absolute;
  top: 1px;
  bottom: 1px;
  left: 1px;
  z-index: 10;
  display: flex;
  font-size: 26px;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  border-right: 0;
}
.validation + .placeholder-container input,
.validation + .placeholder-container .nya-bs-select .btn,
.validation + .placeholder-container .mce-edit-area,
.validation + .placeholder-container textarea {
  padding-left: 22px;
}
.validation + .placeholder-container label.placeholder,
.validation + .placeholder-container input:focus ~ label.placeholder,
.validation + .placeholder-container .active-input ~ label.placeholder,
.validation + .placeholder-container .ng-not-empty ~ label.placeholder {
  padding-left: 22px;
}
.validation--required {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 21px;
  margin: 4px 1px 0 0;
  text-align: center;
}
.validation--valid {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 20px;
  margin: 0 2px 0 0;
  text-align: center;
}
.validation--valid:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  box-sizing: border-box;
  width: 6px;
  height: 12px;
  transform: translate(-50%, -50%) rotate(45deg);
  border-width: 2px;
  border-style: solid;
  border-color: #6aac7b;
  border-top: 0;
  border-left: 0;
}
.validation--invalid {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 20px;
  margin: 0 2px 0 0;
  text-align: center;
}
.validation--invalid:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(-45deg);
  width: 10px;
  height: 2px;
  background: #E06464;
}
.validation--invalid:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(45deg);
  width: 10px;
  height: 2px;
  background: #E06464;
}
.validation-top {
  align-items: flex-start;
}
.validation-top .validation--required {
  align-items: flex-start;
  margin-top: 40px;
}
.validation-top .validation--valid,
.validation-top .validation--invalid {
  align-items: flex-start;
  margin-top: 50px;
}
.header-container {
  width: 100%;
  border-width: 0 0 0px 0;
  border-color: #0066BC;
  border-style: solid;
  background-color: #0066BC;
  color: #fff;
}
.header-container .content {
  max-width: 1200px;
  margin: auto;
  padding: 25px 10px 7px 10px;
  display: table;
  width: 100%;
}
.header-container .content .navbar-ctnr {
  display: table-cell;
  vertical-align: bottom;
}
@media only screen and (max-width: 768px) {
  .header-container .content .navbar-ctnr {
    float: right;
  }
}
.header-container .logo-link {
  display: inline-block;
  float: left;
}
.header-container .logo {
  width: 100px;
  height: 100px;
  background-image: url('/Styles/images/svg/vardforbundet-logo-new-white.svg');
  background-size: 100px 100px;
  background-repeat: no-repeat;
}
.header-container .logo-text {
  line-height: 42px;
  font-size: 35px;
  padding-left: 25px;
  margin-top: 28px;
  float: left;
  font-family: "Figtree", sans-serif;
  font-weight: 500;
}
@media only screen and (max-width: 768px) {
  .header-container .logo-text {
    line-height: 75px;
    font-size: 18px;
    margin-top: 0;
    padding-left: 10px;
  }
}
@media only screen and (max-width: 500px) {
  .header-container .logo-text {
    margin-top: 0;
    font-size: 16px;
    padding-left: 4px;
  }
}
.header-container .logo-text-span {
  color: lightgray;
  font-weight: normal;
}
.header-bar {
  width: 100%;
  min-height: 34px;
  font-size: 17px;
  font-weight: 500;
  background-color: #FEE3C8;
}
.header-menu {
  margin: 0;
  padding: 0;
  list-style: none;
}
@media only screen and (min-width: 768px) {
  .header-menuitem {
    float: left;
    border-left: 1px solid white;
    border-right: 1px solid white;
  }
  .header-menuitem:first {
    border-left: 2px solid white;
  }
  .header-menuitem:last {
    border-right: 2px solid white;
  }
}
.header-menulink {
  position: relative;
  display: block;
  width: 100%;
  padding: 3px 5px 2px 5px;
  text-align: center;
  color: black;
  text-decoration: none;
}
.header-menulink:hover,
.header-menulink:focus {
  color: black;
  text-decoration: none;
}
@media only screen and (min-width: 768px) {
  .header-menulink {
    width: 145px;
  }
}
.menu-border-blue {
  color: #0066BC;
}
@media only screen and (min-width: 768px) {
  .menu-border-blue {
    color: black;
  }
}
@media only screen and (min-width: 768px) {
  .menu-border-blue:after {
    content: "";
    position: absolute;
    bottom: -4px;
    left: 0;
    display: block;
    width: 100%;
    height: 4px;
    margin: 0;
    padding: 0;
    background: #0066BC;
  }
}
@media only screen and (min-width: 768px) {
  .page-top__link {
    text-align: right;
  }
}
h3.headerText {
  display: block;
  width: 100%;
  margin: 28px 0 0 0;
  padding: 0 0 10px;
  font-size: 24px;
  font-weight: 500;
  border-bottom: 1px solid rgba(148, 148, 148, 0.4);
}
@media only screen and (min-width: 768px) {
  h3.headerText {
    margin: 28px 0 28px 0;
    padding: 0;
    font-size: 40px;
    border: 0;
  }
}
.headerText__back {
  position: relative;
  padding: 4px 0 0 36px;
  color: #000;
}
@media only screen and (min-width: 768px) {
  .headerText__back {
    padding: 0 0 0 50px;
  }
}
.headerText__back:hover,
.headerText__back:focus {
  color: #000;
  text-decoration: none;
}
.headerText__back:before {
  content: "";
  position: absolute;
  top: 5px;
  left: 0;
  display: block;
  width: 30px;
  height: 30px;
  background-image: url('/Styles/images/svg/ico-blue-left.svg');
  background-repeat: no-repeat;
  background-size: cover;
}
@media only screen and (min-width: 768px) {
  .headerText__back:before {
    width: 40px;
    height: 40px;
    font-size: 40px;
  }
}
.headerText__published {
  color: #6aac7b;
}
.add-btn {
  display: inline-block;
  margin: 0 0 10px;
  padding: 10px 0 10px 36px;
  text-align: center;
  color: #000;
  font-size: 16px;
  font-weight: 500;
  border: none;
  /*background-color: transparent;
    background-image: url(/Styles/images/svg/ico-plus-group.svg);
    background-repeat: no-repeat;
    background-position: center left;
    background-size: 30px;*/
  align-items: center;
  justify-content: center;
  display: inline-flex;
}
@media only screen and (min-width: 768px) {
  .add-btn {
    margin: 24px 0 0 0;
    padding: 10px 0 10px 0;
    background-size: 40px;
  }
}
.add-btn:hover,
.add-btn:focus {
  color: #000;
  text-decoration: none;
}
.navItem {
  display: inline-flex;
  min-width: 56px;
  max-width: 82px;
  width: 33.3%;
  height: 56px;
  align-items: center;
  justify-content: center;
}
.appContainer {
  max-width: 1200px;
  margin: 0 auto;
  padding: 20px 15px;
}
.header-bar .appContainer {
  padding: 0 15px;
}
.div-disabled {
  pointer-events: none;
  opacity: 0.5;
  background: #CCC;
}
.cursor-not-allowed {
  cursor: not-allowed;
}
.pagination > .active > a {
  background-color: #0066BC;
  border-color: #0066BC;
}
.pagination > li > a {
  color: #0066BC;
}
.lh22 {
  line-height: 22px!important;
}
.vf-navbar {
  max-width: 1200px;
  margin: auto;
}
.mainArea {
  padding: 10px;
}
.innerMainArea {
  width: 900px;
  height: 500px;
  min-height: 500px auto !important;
}
.uiLoader {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  text-align: center;
  z-index: 1499;
}
.uiLoader .uiLoader-lock {
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  position: absolute;
  z-index: 1500;
  background: #000000;
  opacity: 0.2;
  filter: alpha(opacity=20);
}
.uiLoader .uiLoader-content {
  min-width: 160px;
  z-index: 1501;
  position: relative;
  top: 50%;
  margin: -28px auto auto auto;
  background-image: url(/Styles/Images/spinner2025.gif);
  background-position: center 25px;
  background-repeat: no-repeat;
  background-color: #0066BC;
  text-align: center;
  padding: 96px 20px 20px 20px;
  font-size: 18px;
  font-family: "Figtree", sans-serif;
  color: #fff;
  font-weight: bold;
  border-radius: 10px;
  display: inline-block;
}
.subtileArea {
  border: 1px solid #dedbdb;
  background-color: #ffffff;
  border-radius: 5px;
  padding: 10px;
  position: relative;
}
.subtileArea-fill {
  border-color: #cedae1;
  background-color: #F7FAFC;
}
a {
  text-decoration: none;
  color: #263e8a;
}
a:hover {
  text-decoration: none;
  color: #00628b;
}
p.inputHeaderText {
  font-size: 14px;
  color: #555;
  font-weight: 400;
}
.headerText h3 {
  font-size: 40px;
  font-weight: 500;
}
.inputHeader {
  font-size: 14px;
  color: #555;
  font-weight: 400;
  float: left;
}
span.inputHeader {
  font-size: 14px;
  color: #555;
  font-weight: 400;
}
.alignRight {
  text-align: right;
}
.alignCenter {
  text-align: center;
}
.contentLoader {
  background-image: url('/images/new_spinner.gif');
  background-repeat: no-repeat;
}
.serverPopup .contentLoader {
  width: 300px;
  height: 200px;
  background-position: 126px 70px;
}
.latesCourseOccations .contentLoader {
  height: 100px;
  background-position: center;
}
.inputArea {
  padding: 20px;
}
.inputFloatLeft {
  float: left;
}
div.w900 {
  max-width: 900px;
  min-width: 160px;
}
div.w1200 {
  max-width: 1200px;
  min-width: 160px;
}
div.w300 {
  max-width: 300px;
}
div.w400 {
  max-width: 400px;
}
div.w500 {
  max-width: 500px;
}
div.w600 {
  max-width: 600px;
}
div.w700 {
  max-width: 700px;
}
div.w800 {
  max-width: 800px;
}
.clearBoth {
  clear: both;
}
.cb {
  clear: both;
}
.paddingTopInput {
  margin-top: 10px;
  clear: both;
}
.mt0 {
  margin-top: 0px;
}
.mt5 {
  margin-top: 5px;
}
.mt20 {
  margin-top: 20px;
}
.mt50 {
  margin-top: 50px;
}
.mt30 {
  margin-top: 30px;
}
.mt10 {
  margin-top: 10px;
}
.mr5 {
  margin-right: 5px;
}
.mr20 {
  margin-right: 20px;
}
.ml10 {
  margin-left: 10px;
}
.ml20 {
  margin-left: 20px;
}
.mb0 {
  margin-bottom: 0px;
}
.mb5 {
  margin-bottom: 5px;
}
.mb10 {
  margin-bottom: 10px;
}
.mb20 {
  margin-bottom: 20px;
}
.pt20 {
  padding-top: 20px;
}
.pl10 {
  padding-left: 10px;
}
.pl20 {
  padding-left: 20px;
}
.p0 {
  padding: 0px !important;
}
.inline {
  display: inline;
}
.full-width {
  width: 100%;
}
.button {
  border: 1px solid #93bcd3;
  font-weight: bold;
  padding: 5px 8px 5px 8px;
  cursor: pointer;
  display: inline-block;
  color: #6a6a6a;
  background-color: #f0f5f9;
  text-align: center;
}
.button:hover {
  background-color: #cbe7ff;
  border-color: #15aaff;
  box-shadow: 1px 1px 13px #9ac2db !important;
  -webkit-box-shadow: 0px 0px 13px #9ac2db !important;
  -moz-box-shadow: 0px 0px 13px #9ac2db !important;
}
.alertDialog {
  box-shadow: 0px 0px 30px #87badf;
  border: solid 2px #80b7df;
}
.alertDialogConfirm {
  box-shadow: 0px 0px 30px #ffbe60;
  border-color: #ffbe60;
}
.alertDialogError {
  box-shadow: 0px 0px 30px #ea3939;
  border-color: #ea3939;
}
.alertDialog .ui-dialog-titlebar {
  display: none !important;
}
.alertDialog .ui-dialog-content {
  min-height: 0px !important;
}
.alertDialog .content {
  background-image: url(/Styles/images/icons/32/warning.png);
  background-repeat: no-repeat;
  padding: 4px 0px 0px 32px;
  background-position: -5px -5px;
  font-weight: bold;
  color: #5a5a5a;
}
.alertDialogAlert .content {
  background-image: url(/Styles/images/icons/32/warning1.png);
}
.alertDialogError .content {
  background-image: url(/Styles/images/icons/32/blocked.png);
}
.tdW75 {
  max-width: 75px;
}
.tdW100 {
  max-width: 100px;
}
.tdW200 {
  max-width: 200px;
}
.tdW300 {
  max-width: 300px;
}
.tdW350 {
  max-width: 350px;
}
.tdW400 {
  max-width: 400px;
}
.navbar-custom {
  background-color: #006699;
  color: #ffffff;
  border-radius: 0;
}
.navbar-custom .navbar-nav > li > a {
  color: #fff;
}
.navbar-custom .navbar-nav > .active > a,
.navbar-nav > .active > a:hover,
.navbar-nav > .active > a:focus {
  color: #ffffff;
  background-color: transparent;
}
.navbar-custom .navbar-brand {
  color: #eeeeee;
}
.panel-vf .panel-heading {
  background-color: #006699;
  color: #ffffff;
  font-weight: bold;
}
.panel-vf {
  border: solid 1px black;
}
.error {
  color: black;
  font-weight: bold;
}
.error-regular {
  color: black;
}
.error-red {
  color: red;
  /*font-weight: 500;*/
  font-size: 17px;
}
.grayTest {
  color: #dedbdb;
}
.infoText {
  font: 17px "Figtree", sans-serif;
}
.heading-div {
  position: relative;
  margin: 15px 5px;
  padding: 39px 19px 14px;
  *padding-top: 19px;
  background-color: #fff;
  border: 1px solid #ddd;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.heading-div:after {
  content: attr(data-content);
  position: absolute;
  top: -1px;
  left: -1px;
  padding: 3px 7px;
  font-size: 12px;
  font-weight: bold;
  background-color: #f5f5f5;
  border: 1px solid #ddd;
  color: #9da0a4;
  -webkit-border-radius: 4px 0 4px 0;
  -moz-border-radius: 4px 0 4px 0;
  border-radius: 4px 0 4px 0;
}
.select-sm {
  width: 90px !important;
}
.vf-dropdown-container {
  width: 100% !important;
  display: block !important;
}
.vf-dropdown-container button {
  width: 100%;
  background-color: #fff;
  display: block;
}
.vf-dropdown-container span.ddSelectedVal {
  min-height: 20px;
}
.vf-dropdown-container ul,
.timeSelect ul {
  height: auto;
  max-height: 300px;
  overflow-x: hidden;
}
.vf-dropdown-container ul li.selected,
.vf-dropdown-container ul li.selected:hover {
  background-color: #e6e6e6 !important;
}
.vf-dropdown-container-error .ddSelectedVal {
  border-color: red;
}
.vf-scattered-dropdown-target ul li.selected,
.vf-scattered-dropdown-target ul li.selected:hover,
.fl {
  float: left;
}
.fr {
  float: right;
}
.timeSelect {
  width: 70px;
}
.img-button {
  width: 36px;
  height: 36px;
  opacity: .7;
  background-position: 1px 1px;
  background-repeat: no-repeat;
  border: 1px solid transparent;
}
.img-button-xsmall {
  width: 18px;
  height: 18px;
}
.img-button-small {
  width: 32px;
  height: 32px;
}
.img-button-lg {
  width: 68px;
  height: 68px;
}
.img-button:hover {
  opacity: 1;
  cursor: pointer;
  border-radius: 5px;
  border: 1px solid #0066BC;
}
.img-button-disabled {
  cursor: not-allowed;
  opacity: .3;
}
.img-button-disabled:hover {
  cursor: not-allowed !important;
  opacity: .3;
  border: 1px solid transparent;
}
.img-button-delete {
  background-image: url(/Styles/images/delete.png);
}
.img-button-copy {
  background-image: url(/Styles/images/copy.png);
}
.img-button-info {
  background-image: url(/Styles/images/info.png);
}
.img-button-certificate {
  background-image: url(/Styles/images/certificate_new.png);
}
.img-button-contact {
  background-image: url(/Styles/images/contact.png);
}
.img-button-debug {
  background-image: url(/Styles/images/debug.png);
}
.img-button-history {
  background-image: url(/Styles/images/svg/ico-historik.svg);
}
.img-button-copy-co {
  background-image: url(/Styles/images/svg/ico-copy_new.svg);
}
.img-button-co-list {
  background-image: url(/Styles/images/svg/ico-rightarrow.svg);
}
.img-button-co-edit {
  background-image: url(/Styles/images/svg/ico-penna.svg);
}
.img-button-hidden {
  background-image: url(/Styles/images/svg/ico-hidden.svg);
  background-position: center center;
}
.img-button-published {
  background-image: url(/Styles/images/svg/green-checkmark.svg);
  background-position: center center;
}
.no-opacity {
  opacity: 1.0 !important;
}
.img-button-cancel {
  background-image: url(/Styles/images/svg/ici-ta-bort.svg);
}
.img-button-notmember {
  background-image: url(/Styles/images/svg/ico-orange-x.svg);
}
.img-button-chat {
  background-image: url(/Styles/images/svg/ico-frageformular.svg);
}
.img-button-forma {
  background-image: url(/Styles/images/form.png);
}
.img-button-note {
  background-image: url(/Styles/images/svg/ico-bubble-i.svg);
}
.img-button-no-note {
  background-image: url(/Styles/images/svg/ico-notering-saknas.svg);
}
.img-button-print {
  background-image: url(/Styles/images/print.png);
}
.img-button-email {
  background-image: url(/Styles/images/svg/ico-at.svg);
}
.img-button-cancelNote {
  background-image: url(/Styles/images/svg/blue-x.svg);
}
.img-button-accept {
  background-image: url(/Styles/images/svg/ico-manuell.svg);
}
.img-button-register {
  background-image: url(/Styles/images/recycle.svg);
}
.img-button-abort {
  background-image: url(/Styles/images/abort.png);
}
.img-button-travelBook {
  background-image: url(/Styles/images/travelbook.png);
}
.img-button-travelBook-cancelled {
  background-image: url(/Styles/images/travelbook-cancelled.png);
}
.img-button-check {
  background-image: url(/Styles/images/check.png);
}
.img-button-close {
  background-image: url(/Styles/images/close.png);
  position: absolute;
  right: 3px;
  top: 3px;
}
.img-button-archive {
  background-image: url(/Styles/images/svg/ico-files.svg);
}
.img-button-form {
  background-image: url(/Styles/images/svg/ico-quiz.svg);
}
.img-button-edit {
  background-image: url(/Styles/images/edit.png);
}
.img-button-up {
  background-image: url(/Styles/images/up32.png);
}
.img-button-down {
  background-image: url(/Styles/images/down32.png);
}
.img-info {
  width: 36px;
  height: 36px;
  background-position: 1px 1px;
  background-repeat: no-repeat;
  border: 1px solid transparent;
}
.img-info-lock {
  background-image: url(/Styles/images/lock32.png);
}
.codTransportSelect {
  width: 130px !important;
}
.codLeadersSelect {
  width: 200px !important;
}
.vf-panel {
  margin-bottom: 20px;
  padding: 30px 35px;
  border: none;
  background-color: #E1E6EF;
}
.vf-panel .vf-panel-header-new {
  padding: 8px 15px 8px 25px;
  font-weight: 500;
  font-size: 22px;
  color: black;
  background-position: 6px 10px;
  background-repeat: no-repeat;
  display: inline-block;
}
.vf-panel .header {
  cursor: pointer;
  font-size: 17px !important;
}
.vf-panel-pink {
  background-color: #FEE3C8;
  border-radius: 8px;
}
.vf-panel-plain {
  border-radius: 3px;
  border: 1px solid #d8d8d8;
  background-color: #ffffff;
  margin-bottom: 30px;
}
.vf-panel-plain .vf-panel-header {
  padding: 4px 15px 8px 35px;
  color: #0066BC;
  background-image: url(/Styles/images/CollapseArrowBlue.png);
  background-position: 13px 11px;
  background-repeat: no-repeat;
  display: inline-block;
}
.vf-panel-plain .vf-panel-header:hover {
  text-decoration: underline;
  cursor: pointer;
}
.vf-panel-plain .collapsed {
  background-image: url(/Styles/images/ExpandArrowBlue.png) !important;
}
.vf-panel-plain .vf-panel-content {
  padding: 15px 15px 15px 15px;
}
.metro-surface {
  padding-bottom: 20px;
}
.metro-surface a {
  margin-right: 30px;
}
.dropdown-full-width {
  width: 100% !important;
}
.dropdown-full-width-container > div {
  width: 100% !important;
}
.row .bootstrap-select {
  margin: 0px !important;
}
.rowMargin > div {
  margin-bottom: 12px;
}
.scroll-x {
  width: 100%;
  overflow-x: auto;
}
.vf-scattered-dropdown-target {
  position: absolute;
  display: none;
}
.vf-scattered-dropdown-target ul li:hover {
  background-color: #ddd;
}
.vf-scattered-dropdown-target ul li a {
  padding-left: 5px;
}
.vf-scattered-dropdown-target ul li a:hover {
  background-color: transparent !important;
  background-image: none !important;
}
.vf-scattered-dropdown-target ul li.selected {
  background-color: #d8f1ff !important;
  background-image: url(/Styles/images/check.png);
  background-repeat: no-repeat;
  background-position: right 3px top 4px;
  padding-right: 16px;
  width: 100%;
}
.vf-scattered-dropdown-target ul li.selected:hover {
  background-color: #d8f1ff !important;
}
.vf-scattered-dropdown-target-open {
  display: block;
}
.vf-scattered-dropdown-target-open .dropdown-menu {
  display: block !important;
}
.metro-tile-tiny {
  border-style: none !important;
}
.inline-block {
  display: inline-block;
}
a.fc-event {
  cursor: pointer;
}
a.fc-event-draggable {
  cursor: pointer;
}
.fc-left {
  font-size: 16px;
}
.nav-stacked > li > a:hover {
  background-color: #f1f7fa;
}
.navbar-public {
  margin-bottom: 14px;
  color: #fff !important;
  background-color: transparent !important;
  background-image: none;
  border: none !important;
  border-width: 0px;
}
.navbar-public .nav > li > a:hover,
.navbar-public .nav > li > a:focus {
  background-color: #30a2e8;
}
.navbar-public2 {
  margin-bottom: 0px;
  color: #eee !important;
  background-color: transparent !important;
  background-image: none;
  border: none !important;
  border-width: 0px;
  -webkit-box-shadow: none;
  font-family: "Figtree", sans-serif;
}
.navbar-public2 .navbar-nav {
  float: right;
}
.navbar-public2 .navbar-default .navbar-nav > .open > a {
  /* background-color: #E79523;*/
  border-radius: 3px;
  border: 0;
  color: #fff;
  box-sizing: border-box;
  text-align: center;
  padding: 7px 10px 8px;
  width: auto;
  line-height: 15px;
  font-size: 15px;
}
.navbar-public2 ul.nav > li.open a,
.navbar-public2 ul.nav > li.open a:hover,
.navbar-public2 ul.nav > li.open a:focus {
  background-color: transparent;
}
.navbar-public2 ul.nav > li {
  height: 66px;
  min-width: 1px;
  color: #fff;
}
.navbar-public2 ul.nav > li a,
.navbar-public2 ul.nav > li a:hover,
.navbar-public2 ul.nav > li a:focus {
  margin-top: 30px;
  font-family: "Figtree", sans-serif;
  font-weight: 500;
  padding: 7px 20px 8px;
  color: #fff;
}
.navbar-public2 ul.nav > li a:hover,
.navbar-public2 ul.nav > li a:hover:hover,
.navbar-public2 ul.nav > li a:focus:hover {
  text-decoration: underline;
}
.navbar-public2 ul.nav > li a.signin-link,
.navbar-public2 ul.nav > li a.signin-link:hover,
.navbar-public2 ul.nav > li a.signin-link:focus {
  border-radius: 3px;
  border: 0;
  background: transparent;
  color: #fff;
  box-sizing: border-box;
  text-align: center;
  padding: 7px 10px 8px;
  width: auto;
  line-height: 15px;
  font-size: 18px;
  font-weight: 700;
  font-family: "Figtree", sans-serif;
  text-decoration: none;
  outline: none;
}
@media only screen and (max-width: 768px) {
  .navbar-public2 ul.nav > li a.signin-link,
  .navbar-public2 ul.nav > li a.signin-link:hover,
  .navbar-public2 ul.nav > li a.signin-link:focus {
    margin: 10px;
  }
}
.navbar-public2 ul.nav > li a.signin-link:hover,
.navbar-public2 ul.nav > li a.signin-link:hover:hover,
.navbar-public2 ul.nav > li a.signin-link:focus:hover,
.navbar-public2 ul.nav > li a.signin-link:focus,
.navbar-public2 ul.nav > li a.signin-link:hover:focus,
.navbar-public2 ul.nav > li a.signin-link:focus:focus {
  background: transparent;
}
.navbar-public2 ul.nav > li a.signin-link > span:first-child,
.navbar-public2 ul.nav > li a.signin-link:hover > span:first-child,
.navbar-public2 ul.nav > li a.signin-link:focus > span:first-child {
  padding-left: 20px;
  background-image: url(/Styles/images/svg/lock.svg);
  background-repeat: no-repeat;
  background-size: 11px;
  padding-top: 1px;
  background-position: left 0;
  display: inline-block;
}
.navbar-public2 ul.nav > li a.signout-link > span:first-child,
.navbar-public2 ul.nav > li a.signout-link:hover > span:first-child,
.navbar-public2 ul.nav > li a.signout-link:focus > span:first-child {
  background-image: url(/Styles/images/svg/user-white.svg);
  background-size: 16px;
}
.navbar-public2 ul.nav > li ul.dropdown-menu > li {
  height: auto;
}
.navbar-public2 ul.nav > li ul.dropdown-menu > li a {
  margin-top: 0px;
  letter-spacing: 0px;
  color: #4a4a4a;
}
.navbar-public2 ul.nav > li ul.dropdown-menu > li a:hover {
  background-image: none;
}
@media only screen and (max-width: 500px) {
  .navbar-public2 .navbar-collapse .nav-ul-container {
    width: 100%;
  }
}
.navbar-default {
  box-shadow: none;
}
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
  color: #000;
}
.navbar-default .navbar-nav > li > a {
  color: #000;
  font-weight: 400;
}
.startpageJumbotron {
  background-image: url(/Styles/images/jumbo/top_date.jpg);
  border-radius: 10px;
  padding: 20px;
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 22%;
}
.startpageJumbotron > div {
  background-color: rgba(0, 0, 0, 0.4);
  border-radius: 10px;
  padding: 10px;
  color: #fff;
}
.startpageJumbotron h1 {
  font-size: 24px;
  margin-top: 10px;
}
.startpageJumbotron p {
  font-size: 17px;
  font-family: "Figtree", sans-serif;
}
.jumbotron {
  background-color: #8A8A8A;
}
.leftHighlight {
  padding: 5px 5px 5px 5px !important;
  border-width: 1px 1px 1px 5px;
  border-color: #e5edf5 #e5edf5 #e5edf5 #39b3ff;
  border-style: solid;
  border-radius: 5px;
  margin-bottom: 10px;
  overflow: auto;
  background-color: #F2F6FA;
  font-family: "Figtree", sans-serif;
  line-height: 20px;
}
.leftHighlight h2 {
  padding: 0px;
  box-sizing: border-box;
  display: block;
  font-size: 22px;
  color: #189aff;
}
.leftHighlight h3 {
  margin-top: 0px;
  font-size: 15px;
}
.leftHighlight span.name {
  color: #4d4d4d;
  font-weight: bold;
  font-size: 12px;
}
.leftHighlight li {
  margin: 0px;
}
.leftHighlight .content {
  display: inline-block;
  vertical-align: top;
  padding-top: 5px;
  padding-left: 80px;
  min-height: 75px;
  font-size: 12px;
}
.leftHighlight-cancelled {
  background-image: url(/Styles/images/cancelwm.png);
  background-position: center;
  background-position-x: right;
  background-repeat: no-repeat;
}
.leftHightlight-hover:hover {
  cursor: pointer;
  border-color: #b5def7 #b5def7 #b5def7 #39b3ff;
  box-shadow: 1px 1px 15px #e0e0e0;
  background-color: #edf5f9;
}
.latesCourseOccations {
  border: 1px solid #cedae1;
  border-radius: 10px;
  background-color: #fafafa;
  box-shadow: 1px 1px 15px #e0e0e0;
  margin-bottom: 20px;
}
.latesCourseOccations .head {
  border-width: 0px 0px 5px 0px;
  border-color: #7cff2d;
  border-style: solid;
  background-color: #edf3f9;
  padding: 16px 10px 6px 46px;
  font-weight: bold;
  border-radius: 10px 10px 0px 0px;
  color: #555555;
  background-image: url(/Styles/images/calendar_today.png);
  background-position: 7px 5px;
  background-repeat: no-repeat;
  font-size: 16px;
}
.latesCourseOccations .content {
  padding: 10px;
}
.latesCourseOccations .content > div {
  border-width: 0px 0px 0px 5px;
  border-color: transparent;
  border-style: solid;
  padding-left: 3px;
}
.latesCourseOccations .content > div:hover {
  border-color: #7cff2d;
  background-color: #e8eef2;
}
.latesCourseOccations .content > div a > span {
  color: #5c5c5c;
  font-weight: bold;
  font-size: 13px;
}
.latesCourseOccations .content a {
  display: block;
  color: #000;
}
.latesCourseOccations .cancelled {
  width: 16px;
  height: 16px;
  margin-left: 3px;
  margin-top: -3px;
  background-repeat: no-repeat;
  border-width: 0px;
  border-style: none;
}
.highlighted-course-occation-container {
  font-family: "Figtree", sans-serif;
  border-color: #e5edf5;
  border-width: 1px;
  border-style: solid;
  border-radius: 10px;
  background-color: #F7F8F9;
}
.highlighted-course-occation-container .name {
  font-size: 16px;
  color: #009EFF;
  padding: 6px;
  margin-bottom: 5px;
  font-weight: bold;
}
.highlighted-course-occation-container .highlighted-course-occation {
  border-color: #e5edf5;
  border-width: 0px 0px 1px 0px;
  border-style: solid;
  padding: 10px;
}
.highlighted-course-occation-container .highlighted-course-occation h2 {
  margin-top: 5px;
  font-size: 17px;
  color: #515151;
}
.highlighted-course-occation-container .highlighted-course-occation h3 {
  margin-top: 5px;
  font-size: 16px;
  color: #515151;
}
.highlighted-course-occation-container .highlighted-course-occation span {
  color: #4d4d4d;
  font-weight: bold;
  font-size: 13px;
}
.highlighted-course-occation-container .highlighted-course-occation:hover {
  cursor: pointer;
  color: #516f8f;
}
.highlighted-course-occation-container .highlighted-course-occation:hover h3 {
  color: #516f8f;
}
.highlighted-course-occation-container .highlighted-course-occation:last-child {
  border-width: 0px 0px 0px 0px;
}
.highlighted-course-occation-container .highlighted-course-occation-cancelled {
  background-color: #fff6f6;
  border-color: #f4e2e2;
  background-image: url(/Styles/images/cancelwm.png);
  background-position: center;
  background-repeat: no-repeat;
}
.table-activity-information-cod .noborder {
  border: none !important;
}
.table-activity-information-cod div {
  margin: 2px 0px 2px 0px;
}
.table-activity-information-cod .td-top {
  border-top: 1px solid #ddd;
  border-bottom: none !important;
  padding-bottom: 0;
}
.table-activity-information-cod .td-mid {
  border: none;
  padding-top: 0;
  padding-bottom: 0;
}
.table-activity-information-cod .td-bottom {
  border-top: none;
  padding-top: 0;
}
.sm-text-img {
  background-position: 0px 2px;
  background-repeat: no-repeat;
  padding: 0px 0px 0px 19px;
  filter: grayscale(100%);
  -webkit-filter: grayscale(1);
}
.sm-text-img-cal {
  background-image: url(/Styles/images/calender-xs.png);
}
.sm-text-img-nav {
  background-image: url(/Styles/images/safari.png);
}
.sm-text-img-env {
  background-image: url(/Styles/images/form-xs.png);
}
.sm-text-img-teacher {
  background-image: url(/Styles/images/teacher.png);
}
.occasiondate-information {
  border-color: #E2E1E0;
  border-width: 1px;
  border-style: solid;
  border-radius: 10px;
  background-color: #f8f4f1;
  padding: 10px;
  margin-bottom: 20px;
}
.modal-body a {
  text-decoration: underline;
  font-weight: bold;
}
.area-shadow {
  padding: 20px;
  border-radius: 10px;
  border: 1px solid #cedae1;
  background-color: #fafafa;
  box-shadow: 1px 1px 15px #e0e0e0;
  margin-bottom: 20px;
}
.area-shadow h1 {
  margin-top: 0px;
}
.area-shadow-plain {
  border-radius: 3px;
  border: 1px solid #c3bebe;
  background-color: #ffffff;
  margin-bottom: 20px;
}
.area-no-shadow {
  box-shadow: none;
}
.nav-tabs li,
.nav-pills li {
  cursor: pointer;
}
.nav-pills li {
  margin-right: 5px;
}
.grey-row {
  background-color: #ccc;
  color: red;
}
.no-overflow {
  overflow: hidden;
}
.pointer {
  cursor: pointer;
}
.highlightForm span.name {
  color: #0e9be2;
  font-weight: bold;
}
.highlightForm li {
  margin: 0px;
}
.subLoader {
  width: 76px;
  height: 76px;
  margin: auto;
  background-image: url(/Images/335.GIF);
  background-position: 10px 10px;
  background-repeat: no-repeat;
}
.dialog-header-error {
  background-color: #d2322d;
  border-radius: 6px 6px 0px 0px;
}
.dialog-header-wait {
  background-color: #428bca;
}
.dialog-header-notify {
  background-color: #eeeeee;
}
.dialog-header-confirm {
  background-color: #333333;
}
.dialog-header-success {
  background-color: #8BDA28;
}
.dialog-header-error span,
.dialog-header-error h4,
.dialog-header-wait span,
.dialog-header-wait h4,
.dialog-header-confirm span,
.dialog-header-confirm h4 {
  color: #ffffff;
}
.modal-body {
  overflow: auto;
  max-height: 700px;
}
.participants {
  color: #0088dd;
  font-weight: normal;
  font-size: 12px;
}
.participants tr:hover {
  cursor: pointer;
  color: #189aff;
}
.vf-table-head tr {
  color: #000;
  font-size: 17px;
}
.vf-table-row {
  font-size: 17px;
  font-weight: normal;
  color: #333;
}
.selected {
  font-weight: bolder;
}
.cancelled {
  color: red;
}
.vf-text-header {
  font-size: 13px;
}
.my-participants-userLog-modal {
  z-index: 1051 !important;
}
.modal {
  z-index: 1070;
}
.popover-error + .popover {
  padding: 0px;
}
.popover-error + .popover .popover-content {
  background-color: #DD3838;
  border-radius: 5px;
  color: #fff;
}
.popover-error + .popover .arrow:after {
  border-bottom-color: #DD3838;
}
.table-clickable > tbody > tr {
  cursor: pointer;
}
.table-clickable > tbody > tr:hover td {
  background-color: #ddd !important;
}
/* 
  Allow angular.js to be loaded in body, hiding cloaked elements until 
  templates compile.  The !important is important given that there may be 
  other selectors that are more specific or come later and might alter display.  
 */
[ng\:cloak],
[ng-cloak],
.ng-cloak {
  display: none !important;
}
.lastEdited {
  color: #0089FF;
}
.coCancelled {
  font-style: italic;
  color: red;
}
.alert-danger-content {
  color: #353535;
  margin-top: 10px;
}
.puff {
  padding: 8px;
  margin-bottom: 20px;
  border: 1px solid #e1e1e1;
  color: white;
}
.puff img {
  width: 100%;
  border-radius: 10px 10px 0px 0px;
}
.puff img.noStretch {
  width: auto;
  margin: 15px auto 0px auto;
  display: block;
}
.puff div.text {
  padding: 10px;
}
.puff a .text,
.puff a:visited .text,
.puff a:active .text {
  text-decoration: none;
  color: #333;
}
.puff h2 {
  font-size: 24px;
  font-weight: bold;
  color: white;
}
.puff h1 {
  font-size: 44px;
  color: white;
  font-weight: bold;
  text-align: center;
}
.puff-img-text {
  margin: 0;
  padding: 0;
  border: 0;
  vertical-align: baseline;
  position: relative;
  color: #fff;
  margin-bottom: 20px;
  display: block;
  text-decoration: none;
}
.puff-img-text img {
  margin: 0;
  padding: 0;
  border: 0;
  vertical-align: baseline;
  width: 100%;
}
.puff-img-text .text:hover {
  background: rgba(0, 0, 0, 0.7);
  cursor: pointer;
}
.puff-img-text .center {
  text-align: center;
}
.puff-img-text .text {
  position: absolute;
  bottom: 0;
  background: rgba(0, 0, 0, 0.4);
  width: 100%;
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  line-height: 1em;
  vertical-align: baseline;
  color: #fff;
}
.puff-img-text .text .text-content {
  padding: 30px 40px;
  margin: 0;
  border: 0;
  font-size: 100%;
  line-height: 1em;
  vertical-align: baseline;
  font-family: "Figtree", sans-serif;
  font-size: 24px;
  font-weight: 500;
  line-height: 24px;
  color: #ffffff;
}
@media only screen and (max-width: 768px) {
  .puff-img-text .text .text-content {
    font-size: 16px;
    line-height: 20px;
  }
}
.puff-firstpage {
  background-color: #C4E6F2;
  margin-bottom: 25px;
  background-image: url(/Styles/images/jumbo/start_main.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 42%;
}
@media only screen and (max-width: 620px) {
  .puff-firstpage {
    padding-top: 52%;
  }
}
@media only screen and (max-width: 520px) {
  .puff-firstpage {
    padding-top: 62%;
  }
}
.puff-contact {
  background-color: #0066BC;
  margin-bottom: 25px;
  color: white;
  padding: 30px 30px 40px;
  text-align: center;
  border-radius: 8px;
}
.puff-contact h2 {
  color: #fff;
  font-family: "Figtree", sans-serif;
  font-weight: 500;
  font-size: 30px;
  margin: 0 0 25px;
}
.puff-contact p {
  color: #fff;
  font-family: "Figtree", sans-serif;
  font-size: 19px;
  line-height: 1em;
  margin: 0 0 30px;
}
.puff-listcontent {
  margin-bottom: 20px;
  padding: 0 0 9px;
  display: block;
  width: 100%;
  box-sizing: border-box;
}
.puff-listcontent h2 {
  display: block;
  background: #00628b;
  color: #fff;
  font-size: 15px;
  text-transform: uppercase;
  padding: 17px 25px;
  line-height: 15px;
  margin: 0;
}
.puff-listcontent ul {
  background-color: #fff;
  border: 1px solid #e1e1e1;
  border-width: 0 1px 1px;
  list-style: none;
  padding: 5px 0;
  margin: 0;
  border-bottom-width: 0;
}
.puff-listcontent ul li {
  padding: 20px 0;
  margin: 0 25px;
  border-bottom: solid 1px #e1e1e1;
  font-family: "Figtree", sans-serif;
}
.puff-listcontent ul li a {
  font-weight: 700;
  color: #333;
  text-decoration: none;
  line-height: 22px;
  background-color: #fff;
  font-size: 17px;
  display: inline-block;
  box-sizing: border-box;
  word-wrap: break-word;
}
.puff-listcontent p {
  color: #fff;
  font-family: "Figtree", sans-serif;
  font-weight: 400;
  font-size: 19px;
  line-height: 1em;
  margin: 0 0 30px;
}
.puff-listcontent .footer-link {
  background-color: #fff;
  border: 1px solid #e1e1e1;
  border-width: 0 1px 1px;
  padding: 20px 25px 25px;
  display: block;
  text-align: right;
  font-weight: 700;
  font-size: 17px;
  line-height: 17px;
  text-decoration: none;
  color: #00628b;
}
.puff-listcontent-sticky {
  position: relative;
}
.puff-listcontent-sticky h2 {
  background: #EF5B88;
}
.puff-listcontent-sticky h2::before {
  content: url(/Styles/images/clip-top-left-white.png);
  position: absolute;
  width: 29px;
  height: 29px;
  left: -8px;
  top: -8px;
}
.puff-listcontent-sticky::after {
  content: url(/Styles/images/clip-bottom-right-white.png);
  position: absolute;
  width: 27px;
  height: 26px;
  right: -6px;
  bottom: 4px;
}
.faq a {
  cursor: pointer;
}
.btn-header {
  font-size: 1.4em;
}
.vl {
  padding: 15px;
  border-width: 0px 0px 1px 0px;
  border-style: solid;
  border-color: #d3dce5;
  box-shadow: inset 0px -12px 40px 0px #eeeeee;
}
.vl-highlight {
  background-color: #f0fafe;
  box-shadow: inset 0px -12px 40px 0px #daf8fe;
  border-color: #bce8f1;
}
.area-fullwidth {
  background-color: #fff;
  border: 1px solid #d3dce5;
  border-radius: 10px;
}
.fileList {
  list-style-type: none;
  line-height: 20px;
  padding-left: 0;
}
.fileList li.default {
  background-image: url(/Styles/images/mimes/default.png);
  min-height: 24px;
  background-repeat: no-repeat;
  padding-left: 27px;
  margin: 2px;
}
.fileList li.bmp {
  background-image: url(/Styles/images/mimes/bmp.png);
}
.fileList li.doc {
  background-image: url(/Styles/images/mimes/doc.png);
}
.fileList li.dotx {
  background-image: url(/Styles/images/mimes/dotx.png);
}
.fileList li.folder {
  background-image: url(/Styles/images/mimes/folder.png);
}
.fileList li.html {
  background-image: url(/Styles/images/mimes/html.png);
}
.fileList li.jpg {
  background-image: url(/Styles/images/mimes/jpg.png);
}
.fileList li.png {
  background-image: url(/Styles/images/mimes/png.png);
}
.fileList li.pdf {
  background-image: url(/Styles/images/mimes/pdf.png);
}
.fileList li.ppt {
  background-image: url(/Styles/images/mimes/ppt.png);
}
.fileList li.xls {
  background-image: url(/Styles/images/mimes/xls.png);
}
.fileList li.zip {
  background-image: url(/Styles/images/mimes/zip.png);
}
.fileList .description {
  color: #888;
  font-style: italic;
}
.fileList a:hover {
  text-decoration: underline;
}
table.thick-border > tbody > tr > td {
  border-top: 2px solid #78B2F5;
}
table.thick-border > tbody > tr:last-child > td {
  border-bottom: 2px solid #78B2F5;
}
.table > tbody > tr > td.p0 {
  padding: 0px;
}
.xxl-modal .modal-dialog {
  width: 1200px;
}
.edit-mode-edit-form .text-no-boarder {
  border-width: 0px;
  width: 100%;
  height: 100%;
  background-color: transparent !important;
  padding: 0px 5px 0px 5px;
}
.table-no-border > tbody > tr > td {
  border-top-width: 0px;
}
.no-list-style {
  list-style-type: none;
  margin: 0px;
  padding: 0px;
}
.participantList {
  list-style-type: none;
  -webkit-padding-start: 0;
}
.participantList li {
  display: inline;
  margin: 3px;
}
.participantList li div {
  display: inline-block;
}
.vf-checkbox-inline {
  cursor: default;
  padding-top: 4px;
  padding-right: 4px;
  margin-top: 5px;
}
.vf-hasEmail {
  padding-left: 25px;
}
.vf-hasNoEmail {
  padding-left: 4px;
}
.vf-ul-list {
  list-style-type: none;
  -webkit-padding-start: 0;
}
.vf-ul-list li {
  display: inline;
  margin: 3px;
}
.vf-ul-list li div {
  display: inline-block;
}
.vf-checkbox-inline {
  cursor: default;
  padding-top: 4px;
  padding-right: 4px;
  padding-left: 25px;
  margin-top: 5px;
}
.vf-list-group-item {
  padding: 0 15px;
}
.vf-list-group-item label {
  margin: 0;
}
.vf-list-group-item.active,
.vf-list-group-item.active:hover {
  border-color: #ddd;
  background-color: #fff;
  background-image: none !important;
}
.icon-header {
  cursor: pointer;
  color: #666;
  display: inline-block;
}
.icon-header:hover .text {
  text-decoration: underline;
  color: #46708a;
}
.icon-header:hover .light-btn {
  color: #0089df;
  border-color: #aad0e8;
  box-shadow: 1px 1px 10px #cae0ee !important;
}
.icon-header .text {
  padding-left: 5px;
  display: inline-block;
  font-weight: bold;
}
.light-btn {
  padding-top: 4px;
  color: #999;
  font-weight: bold;
  cursor: pointer;
  box-shadow: 1px 1px 10px #ddd !important;
  border: 1px solid #d5d5d5;
  border-radius: 15px;
  display: inline-block;
  width: 30px;
  height: 30px;
  box-sizing: border-box;
  text-align: center;
  font-size: 18px;
}
.link-list li {
  padding: 10px 0px 8px 0px;
}
.link-list li a {
  color: #444;
  font-weight: normal;
  text-decoration: none;
}
.link-list li a div:hover {
  background-color: #eee;
}
.vf-collapse-showmore {
  color: black;
  cursor: pointer;
}
.link-button {
  color: #0066BC;
  cursor: pointer;
}
.link-button:hover {
  text-decoration: underline;
}
.vf-collapse-showmore:hover {
  text-decoration: underline;
}
.vf-helpTextFA {
  color: #0089FF;
  cursor: pointer;
}
.control-label .popover {
  min-width: 300px;
}
.puffLinkText {
  color: white;
  cursor: pointer;
}
.popover-content {
  font-weight: normal;
}
.modal-login .modal-dialog {
  max-width: 350px;
}
.modal-login .vf-core .menu-signin .signin-body {
  padding: 10px;
}
.app-modal-window .modal-dialog {
  width: 100%;
}
.new-web-container h1 {
  font-weight: 500;
}
.new-web-container h1:first-child {
  margin-top: 0;
}
body {
  font-family: "Figtree", sans-serif;
  color: #555;
  font-size: 20px;
  line-height: 28px;
}
body *:focus {
  outline: none;
}
.font-sm {
  font-size: 16px;
  line-height: 22px;
}
.font-soft {
  color: #999;
}
h1 {
  font-size: 40px;
  font-family: "Figtree", sans-serif;
  letter-spacing: -0.92px;
  color: #000;
  margin: 12px 0 35px;
  padding: 0;
  word-wrap: break-word;
  display: inline-block;
}
h2 {
  font-size: 25px;
  font-family: "Figtree", sans-serif;
  line-height: 35px;
  color: #000;
  margin: 33px 0 13px;
  padding: 0;
  word-wrap: break-word;
}
.header-image {
  width: 100%;
  margin-bottom: 30px;
}
.btn,
.modal-body a.btn {
  border: 0;
  background-color: #0066BC;
  color: #fff;
  font-family: "Figtree", sans-serif;
  font-size: 18px;
  padding: 0 20px;
  border-radius: 0;
  cursor: pointer;
  -webkit-appearance: none;
  line-height: 40px;
  text-decoration: none;
  border-radius: 8px;
}
.btn:hover,
.modal-body a.btn:hover,
.btn:active,
.modal-body a.btn:active,
.btn:focus,
.modal-body a.btn:focus {
  color: #fff;
}
.btn a,
.modal-body a.btn a {
  background-color: #00628b;
  color: #fff;
  text-decoration: none;
  font-family: "Figtree", sans-serif;
  font-weight: normal;
}
.uib-daypicker th {
  font-weight: 500;
}
.uib-daypicker .btn,
.uib-button-bar .btn {
  color: #0066BC;
  text-shadow: 0 0 0 transparent;
  border: 0;
  background-color: #fff;
}
.uib-daypicker .btn:hover,
.uib-button-bar .btn:hover,
.uib-daypicker .btn:focus,
.uib-button-bar .btn:focus {
  color: #333;
  border: 0;
  background-color: #fff;
}
.uib-daypicker .btn.uib-title,
.uib-button-bar .btn.uib-title {
  text-transform: uppercase;
}
.uib-daypicker .btn.active,
.uib-button-bar .btn.active {
  color: #fff;
  background-color: #0066BC;
}
.uib-daypicker .btn.active .text-info,
.uib-button-bar .btn.active .text-info {
  color: #fff;
}
.uib-daypicker .btn.btn-info,
.uib-button-bar .btn.btn-info {
  color: #fff;
  border-radius: 3px;
  background-color: #31b0d5;
  border-color: #269abc;
}
.uib-daypicker .btn.btn-danger,
.uib-button-bar .btn.btn-danger {
  color: #fff;
  border-radius: 3px;
  background-color: #d9534f;
  border-color: #d43f3a;
}
.uib-daypicker .btn.btn-success,
.uib-button-bar .btn.btn-success {
  color: #fff;
  border-radius: 3px;
  background-color: #5cb85c;
  border-color: #4cae4c;
}
/*.btn-primary:hover {
    text-decoration: underline;
}*/
.btn-sm:hover {
  text-decoration: underline;
}
.btn-cal {
  background-color: rgba(224, 100, 100, 0.75);
}
.btn-blue,
.modal-body a.btn-blue {
  border: 0;
  background-color: #0066BC;
  color: #fff;
  font-family: "Figtree", sans-serif;
  font-size: 17px;
  padding: 0 20px;
  vertical-align: middle;
  border-radius: 4px;
  cursor: pointer;
  -webkit-appearance: none;
  line-height: 40px;
  text-decoration: none;
  font-weight: 500;
}
.btn-blue:hover,
.modal-body a.btn-blue:hover,
.btn-blue:active,
.modal-body a.btn-blue:active,
.btn-blue:focus,
.modal-body a.btn-blue:focus {
  color: #fff;
}
.btn-blue a,
.modal-body a.btn-blue a {
  background-color: #00628b;
  color: #fff;
  text-decoration: none;
  font-family: "Figtree", sans-serif;
  font-weight: normal;
}
.btn-opacity,
.modal-body a.btn-opacity {
  border: 2px solid #0066BC;
  background-color: rgba(0, 0, 0, 0);
  color: #0066BC;
  font-family: "Figtree", sans-serif;
  font-size: 17px;
  padding: 0 20px;
  vertical-align: middle;
  border-radius: 4px;
  cursor: pointer;
  -webkit-appearance: none;
  line-height: 36px;
  text-decoration: none;
  font-weight: 500;
}
.btn-opacity a,
.modal-body a.btn-opacity a {
  background-color: #00628b;
  color: #fff;
  text-decoration: none;
  font-family: "Figtree", sans-serif;
  font-weight: normal;
}
.btn-sm,
.modal-body a.btn-sm {
  font-size: 14px;
  padding: 0 10px;
  min-height: 30px;
  line-height: 30px;
}
.btn-xs,
.modal-body a.btn-xs {
  font-size: 12px;
  padding: 0 5px;
  min-height: 20px;
  line-height: 20px;
}
.btn-default:hover {
  background-color: #0066BC;
}
.btn-grey {
  background-color: #aaaaaa;
}
.btn-lg {
  min-height: 55px;
  line-height: 55px;
}
.btn-activityinformation {
  display: block;
  width: 100%;
}
@media (max-width: 990px) {
  .btn-activityinformation {
    width: auto;
    display: inline-block;
  }
}
.btn-a {
  font-weight: normal;
}
.search-result-container .search-item {
  padding: 20px 0;
  cursor: pointer;
  min-height: 200px;
  display: flex;
}
.search-result-container .search-item .content {
  display: inline-block;
  vertical-align: top;
  padding: 0 15px 15px 15px;
  min-height: 75px;
  width: calc(100% - 210px);
}
.search-result-container .search-item .content h3 {
  font-family: "Figtree", sans-serif;
  font-size: 25px;
  font-weight: 500;
  margin: 0 0 10px;
  line-height: 28px;
}
.search-result-container .search-item .content strong {
  font-size: 19px;
}
.search-result-container .search-item .content .fs19 {
  font-size: 19px;
}
.search-result-container .search-item .content .cancelled {
  margin-left: 10px;
  color: #FFFFFF;
  background-color: #E44C53;
  font-size: 20px;
  height: 27px;
  width: 88px;
  text-align: center;
  line-height: 24px;
  font-weight: 500;
}
.panel-title a {
  font-family: "Figtree", sans-serif;
  font-size: 18px;
  color: #333333;
  font-weight: bold;
}
.nav-pills > li.active > a,
.nav-pills > li.active > a:hover,
.nav-pills > li.active > a:focus {
  background-color: #0066BC;
}
.static-form {
  position: relative;
  font-size: 17px;
}
.static-form .name {
  font-weight: bold;
}
.modal-content {
  border-width: 0;
  border-bottom-left-radius: 27px;
}
.divider {
  margin-top: 30px;
  height: 1px;
  background-color: #d9d9d9;
  margin-bottom: 20px;
}
.divider-no-top-margin {
  margin-top: 0px;
}
.right {
  text-align: right;
}
.content-block {
  margin-bottom: 30px;
}
.content-block .content-block-top {
  padding: 11px 30px;
  background-color: #0066BC;
  border-radius: 8px;
}
.content-block .content-block-top .content-block-top-header {
  font-family: "Figtree", sans-serif;
  font-size: 16px;
  font-weight: 700;
  color: #fff;
  margin: 0;
  line-height: 1.4em;
}
.content-block .content-block-content {
  background-color: #fff;
  border-top: none;
  padding: 10px;
  font-family: "Figtree", sans-serif;
  font-size: 18px;
  line-height: 25px;
  border-radius: 5px;
}
.content-block .content-block-content .modal-content-blue {
  background-color: #FEE3C8;
  padding: 20px;
}
.content-block .content-block-content .modal-content-blue .header {
  font-size: 22px;
  font-weight: 500;
  color: #000;
}
.content-block-solid {
  border-bottom-left-radius: 27px;
  padding: 20px 30px 30px;
  margin-bottom: 30px;
  background-color: #3381a2;
  color: #fff;
  font-family: "Figtree", sans-serif;
  font-size: 18px;
}
.content-block-solid .content-block-top-header {
  font-family: "Figtree", sans-serif;
  font-size: 27px;
  color: #fff;
  margin-bottom: 15px;
}
.content-subtile {
  background-color: #fff;
  border: solid 1px #d9d9d9;
  border-radius: 3px;
  width: 100%;
  box-sizing: border-box;
  padding: 9px 10px 8px 10px;
}
.icon-svg {
  padding-left: 30px;
  background-repeat: no-repeat !important;
  background-size: 22px;
  background-position-y: 5px;
}
.icon-svg-date {
  background-image: url('/Styles/images/svg/date.svg') !important;
}
.icon-svg-time {
  background-image: url('/Styles/images/svg/time.svg') !important;
}
.icon-svg-time-white {
  background-image: url('/Styles/images/svg/time-white.svg') !important;
}
.icon-svg-location {
  background-image: url('/Styles/images/svg/location.svg') !important;
}
.icon-svg-division {
  background-image: url('/Styles/images/svg/division.svg') !important;
}
.icon-svg-form {
  background-image: url('/Styles/images/svg/form.svg') !important;
}
.icon-svg-hike {
  background-image: url('/Styles/images/svg/hike.svg') !important;
}
.icon-svg-user {
  background-image: url('/Styles/images/svg/user.svg') !important;
}
.icon-svg-phone {
  background-image: url('/Styles/images/svg/phone.svg') !important;
}
.icon-svg-dollar {
  background-image: url('/Styles/images/svg/dollar.svg') !important;
}
.alert {
  font-size: 18px;
  line-height: 20px;
  border-radius: 8px;
}
.web-area {
  width: 100%;
  margin: 0 auto;
  background-color: #FEE3C8;
  padding: 30px 30px 10px 30px;
  position: relative;
  border-radius: 8px;
}
.web-area-search {
  margin-bottom: 40px;
}
.web-area-search label {
  color: black;
}
.web-area-search input.input-search {
  background-image: url(/Styles/images/magnifier-new.svg);
  background-position: 22px center;
  background-repeat: no-repeat;
  background-size: 20px;
  background-color: #fff;
  padding: 20px 20px 16px 67px;
  border: 1px solid #7D7D7D !important;
  font-size: 18px;
  color: black;
  box-sizing: border-box;
  height: 49px;
  width: 100%;
  -webkit-appearance: none;
  font-family: "Figtree", sans-serif;
}
.web-area-search input.input-search:focus {
  outline: 0;
  box-shadow: inset 0 0 0 1px #a9bec6;
}
.web-area-search .image-header {
  margin-bottom: 55px;
  margin-right: 40px;
  float: left;
  width: 123px;
  height: 129px;
  background-image: url(/Styles/images/logo/new_logo2025.png);
  background-repeat: no-repeat !important;
}
.web-area-search .text-container {
  margin-bottom: 55px;
  float: left;
  max-width: 460px;
}
.web-area-search .text-container h3 {
  font-size: 35px;
  font-weight: 500;
}
.web-area-search .text-container div {
  float: left;
  font-size: 18px;
  line-height: 19px;
  color: black;
}
.web-area-search .btn,
.web-area-search .btn-blue {
  font-size: 23px;
  line-height: 50px;
  padding: 0 30px;
  vertical-align: middle;
}
.web-area-search .input-date input[type=text] {
  height: 50px;
  font-size: 18px;
  border: 1px solid #7D7D7D !important;
  border: none;
}
.web-area-search .input-date input[type=text]:focus {
  outline: 0;
  box-shadow: inset 0 0 0 1px #a9bec6;
}
.web-area-search .input-date .btn {
  margin-top: 0;
  height: 50px;
  padding: 0 20px;
}
.web-area-search a.clear-link {
  font-family: "Figtree", sans-serif;
  margin-left: 25px;
  font-size: 16px;
  line-height: 16px;
}
.date-container {
  background-color: #0066BC;
  width: 185px;
  float: left;
  margin: 0;
  position: relative;
  text-align: center;
  flex: 1;
  vertical-align: middle;
  align-items: center;
  display: flex;
  justify-content: center;
  border-radius: 8px;
}
.date-container .date-content {
  margin: 18px 0 15px;
  display: inline-block;
  font-family: "Figtree", sans-serif;
  font-size: 27px;
  line-height: 1em;
  color: #000;
  background-color: #fff;
  padding: 25px 0 25px;
  border-radius: 50%;
  height: 108px;
  width: 108px;
  box-sizing: border-box;
  text-align: center;
}
.date-container .date-content .day {
  display: block;
  margin: 0 0 -1px;
  font-family: "Figtree", sans-serif;
  font-size: 27px;
  font-weight: 500;
}
.date-container .date-content .month {
  font-family: "Figtree", sans-serif;
  font-size: 27px;
  font-weight: 500;
}
.odd {
  background-color: rgba(92, 163, 252, 0.25) !important;
}
.date-odd {
  background-color: rgba(92, 163, 252, 0.5) !important;
}
.co-odd {
  background: rgba(192, 182, 133, 0.15);
}
.date-container-odd {
  background-color: rgba(92, 163, 252, 0.5);
  width: 185px;
  height: 140px;
  float: left;
  margin: 0 25px 0 0;
  position: relative;
  text-align: center;
}
.date-container-odd .date-content {
  margin: 18px 0 15px;
  display: inline-block;
  font-family: "Figtree", sans-serif;
  font-size: 27px;
  line-height: 1em;
  color: #fff;
  background-color: #0066BC;
  padding: 28px 0 25px;
  border-radius: 50%;
  height: 108px;
  width: 108px;
  box-sizing: border-box;
  text-align: center;
}
.date-container-odd .date-content .day {
  display: block;
  margin: 0 0 -1px;
}
.block {
  background-color: #fff;
  padding: 10px;
  display: block;
  width: 100%;
  box-sizing: border-box;
  margin: 0 0 25px;
  overflow: hidden;
  background-color: #0066BC;
  height: 295px;
  position: relative;
  border-radius: 8px;
}
.block .faq-container {
  text-align: center;
}
.block .faq-container h2 {
  margin-top: 25px;
  color: #FFFFFF;
  font-size: 30px;
  font-weight: 500;
  line-height: 20px;
}
.block .faq-container p {
  font-size: 17px;
  color: #FFFFFF;
}
.block .img-container {
  margin-left: 120px;
  margin-right: 150px;
  margin-top: 30px;
  width: 156px;
  height: 156px;
  background-image: url(/Styles/images/logo/kunskapsrum.png);
  background-repeat: no-repeat;
}
.block .txt-container {
  text-align: center;
}
.block .txt-container h2 {
  margin-top: 25px;
  font-size: 30px;
  font-weight: 500;
  line-height: 20px;
  color: #fff;
}
.block .txt-container p {
  font-size: 18px;
  color: #fff;
}
.block .date-container {
  border-bottom-left-radius: 0px;
  width: 100%;
  margin: 0;
  height: auto;
  float: none;
}
.block .date-container .date-content {
  height: 128px;
  width: 128px;
  font-size: 35px;
}
.block img {
  width: 100%;
  margin-bottom: 0px;
}
.block .block-heading {
  font-family: "Figtree", sans-serif;
  font-size: 24px;
  font-weight: 500;
  padding: 10px 20px 12px;
  color: #fff;
  display: block;
  word-break: break-word;
  text-align: center;
  background: rgba(0, 0, 0, 0.4);
  position: absolute;
  bottom: 0px;
  width: 100%;
}
.block .block-heading h2 {
  margin: 0;
  color: #fff;
  font-weight: 500;
  font-size: 24px;
}
.block .block-heading p {
  font-weight: normal;
  font-size: 19px;
  margin: 0;
  color: #fff;
}
.block .block-heading:hover {
  background: rgba(0, 0, 0, 0.7);
  cursor: pointer;
}
.block .block-bottom-heading {
  background: #fff;
  color: #000;
  position: absolute;
  bottom: 0;
  height: 90px;
  text-align: center;
  font-size: 18pt;
}
.block .block-bottom-heading-text {
  margin-top: 20px;
}
.block .block-text {
  font-size: 19px;
  line-height: 23px;
  margin-top: -20px;
  font-family: "Figtree", sans-serif;
  padding: 0 15px 30px;
  color: #333;
  display: block;
  word-break: break-word;
  vertical-align: baseline;
}
.block .block-link {
  text-decoration: none;
  display: block;
  transition: 0.1s all ease-in;
}
.block .block-link:hover {
  background-color: #f0f0f0;
}
div[datepicker] .btn {
  margin-top: 0px;
  background-color: #fff;
  color: inherit;
  font-size: inherit;
  font-family: inherit;
  max-height: 0;
  line-height: 28px;
  padding: 5px 10px;
}
.sm-font {
  font-size: 14px;
}
.footer {
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #0066BC;
  text-align: center;
  position: fixed;
  z-index: 100;
}
.footer a {
  color: #fff;
  font-family: "Figtree", sans-serif;
  font-size: 18px;
  height: auto;
  line-height: 50px;
}
ul.dropdown-menu > li > a {
  color: black;
  font-family: "Figtree", sans-serif;
  font-size: 20px;
}
.table > thead > tr > th {
  border-bottom: none;
}
.edit-dates-table {
  font-size: 17px;
  padding-left: 0;
}
.form-element-invalid label {
  color: red;
}
.form-element-invalid .btn,
.form-element-invalid textarea {
  border-color: red;
}
.participant-search-result-container .pagination {
  margin: 0;
}
.vf-optionlink:hover {
  background-color: #E1E6EF !important;
  background-image: none !important;
}
.btn-default:hover,
.btn-default:focus,
.btn-default.focus,
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  font-weight: 100;
}
.hl {
  border-style: solid;
  border-color: #bababa;
  border-width: 1px 0 0 0;
  margin-bottom: 20px;
}
input.custom-file-upload {
  display: none;
}
table.padding-sm > tbody > tr > td {
  padding: 4px;
  vertical-align: middle;
}
table.padding-sm > thead > tr > th {
  padding: 4px;
}
table.table-image-min-height > tbody > tr > td {
  height: 24px;
  box-sizing: content-box;
}
.coDescription ul,
.coDescription ol {
  list-style-position: inside;
  padding-left: 0;
}
.edit-blocks .edit-block-list .block {
  padding: 5px;
  margin: 0 0 12px;
  max-width: 170px;
}
.edit-blocks .edit-block-list .block .date-container {
  margin: 0 0 5px;
}
.edit-blocks .edit-block-list .block .date-container .date-content {
  height: 64px;
  width: 64px;
  font-size: 17px;
  padding-top: 14px;
}
.edit-blocks .edit-block-list .block img {
  margin-bottom: 6px;
}
.edit-blocks .edit-block-list .block .block-heading {
  font-size: 13px;
  line-height: 15px;
  padding: 0 7px 15px;
}
.edit-blocks .edit-block-list .block .block-text {
  font-size: 9px;
  line-height: 11px;
  margin-top: -10px;
  padding: 0 7px 15px;
}
.edit-blocks .block {
  max-width: 374px;
}
.edit-blocks .row-border {
  border-top: 2px solid #78B2F5;
  padding-top: 20px;
}
.edit-mode label {
  margin-top: 15px;
  margin-bottom: 0px;
}
.selectedEmails {
  max-height: 200px;
  width: 100%;
  background-color: #e4e4e4;
  overflow-y: auto;
  padding: 5px;
  margin-bottom: 20px;
  border-radius: 4px;
}
.selectedEmails span {
  display: block;
  line-height: 18px;
  font-size: 16px;
}
.files-to-upload {
  width: auto;
  margin-left: 10px;
  float: left;
}
.fileSpan {
  cursor: pointer;
  padding: 3px;
  border: 1px solid #e4e4e4;
  border-radius: 5px;
}
.fileSpan:hover {
  border: 1px solid #FF0000;
  border-radius: 5px;
}
.select-all-th {
  vertical-align: middle;
  text-align: right;
  width: 50px;
}
.select-all-th img {
  vertical-align: middle;
  margin-right: 4px;
}
.select-all-th input {
  vertical-align: middle;
  margin: 0;
}
.select-all-td {
  text-align: right;
}
.monitor-bg {
  position: absolute;
  height: 100%;
  width: 100%;
  background-color: #000;
  bottom: 0;
  padding: 0px;
}
.monitor-col {
  height: 100%;
  width: 50%;
  float: left;
  padding: 5px;
}
.monitor-col h2 {
  margin: 0 0 7px 0;
  color: #5a95ff;
  font-size: 16px;
  line-height: 16px;
}
.monitor {
  height: calc(100% - 30px);
  color: #00ff21;
  font-family: 'Courier New';
  font-size: 12px;
  line-height: 14px;
  font-weight: bold;
  overflow-x: auto;
  white-space: nowrap;
}
.monitor .monitor-row:hover {
  background-color: #575757;
}
.edit-block-panel {
  position: relative;
  border: 1px solid #b1b1b1;
  background-color: #f7f7f7;
  padding: 20px;
  margin-bottom: 20px;
  border-radius: 3px;
}
.edit-block-panel .edit-block-panel-head {
  position: absolute;
  top: -13px;
  left: 20px;
  line-height: 20px;
  padding: 3px 6px;
  border: 1px solid #e1e1e1;
  background-color: #fff;
  border-radius: 2px;
  /*border: 1px solid #868686;
        background-color: #99c0d1;
        color: #4c4c4c;*/
  border: 1px solid #bce8f1;
  background-color: #0066BC;
  color: #fff;
  font-size: 17px;
}
.a-button {
  cursor: pointer;
}
@media print {
  body {
    background-color: #f1f7fa;
    padding-top: 60px;
    font: normal 12pt/20pt "Figtree", sans-serif;
    position: relative;
    margin-bottom: 50px;
  }
  a:link {
    color: #0000cc;
    text-decoration: underline;
  }
  h1 {
    font-family: "Figtree", sans-serif;
    font-size: 16pt;
    font-weight: bold;
  }
  h2 {
    color: #555;
    font-family: "Figtree", sans-serif;
    font-size: 14pt;
    font-weight: normal;
  }
  h3 {
    color: #000;
    font-weight: bold;
    line-height: 28px;
    font-size: 12pt;
    margin: 28px 0 13px 0;
    padding: 0;
    font-family: "Figtree", sans-serif;
  }
  h4 {
    color: #555;
    font-family: "Figtree", sans-serif;
    font-size: 11pt;
    font-weight: normal;
  }
  a:visited {
    color: #0000cc;
    text-decoration: underline;
  }
  .footer {
    display: none;
  }
  #ad {
    display: none;
  }
  #leftbar {
    display: none;
  }
  #contentarea {
    width: 100%;
  }
  .pull-right {
    display: none;
  }
  .uiLoader {
    display: none;
  }
  .header-container {
    display: none;
  }
  #divInfo {
    display: none;
  }
  #divBack {
    display: none;
  }
  #divFiles {
    display: none;
  }
  #divForms {
    display: none;
  }
  .icon-svg {
    padding-left: 0px !important;
    background-size: 0px !important;
    background-position-y: 0px !important;
  }
  .icon-svg-user {
    background-image: none !important;
  }
  .icon-svg-time {
    background-image: none !important;
  }
  .icon-svg-date {
    background-image: none !important;
  }
  .icon-svg-location {
    background-image: none !important;
  }
  p {
    margin: 0 0 0 0 !important;
  }
  .table-activity-information-cod td {
    padding: 0 0 0 0 !important;
  }
  .table-activity-information-cod {
    margin-top: 20px !important;
  }
  .letsoverflow {
    overflow-y: inherit !important;
  }
}
.alert-danger {
  border: none;
  background-image: none !important;
}
.activity-information-header {
  font-family: "Figtree", sans-serif;
  font-weight: 500;
}
.weigth500 {
  font-weight: 500;
}
.activity-date-days {
  font-size: 18px;
  font-family: "Figtree", sans-serif;
  font-weight: 500;
}
.paging {
  margin: 50px auto 0;
  list-style-type: none;
  text-align: center;
  display: table;
}
.alert-info {
  background-color: #E1E6EF;
  border: none;
  color: #263E8A;
  background-image: none !important;
}
.alert-info ul {
  margin: 0;
  padding: 0 0 0 20px;
}
.alert-danger ul {
  margin: 0;
  padding: 0 0 0 20px;
}
.alert-warning {
  background-color: #E1E6EF;
  border: none;
  color: #263E8A;
  background-image: none !important;
  border-radius: 8px;
}
.alert-warning ul {
  margin: 0;
  padding: 0 0 0 20px;
}
.fw500 {
  font-weight: 500;
}
.table-search {
  color: black;
  width: 100%;
  max-width: 100%;
  font-weight: 100;
}
.table-search thead {
  border-bottom: 2px solid black !important;
  color: black;
}
.table-search thead th {
  color: black;
  padding: 5px 5px 5px 5px;
  margin-bottom: 10px;
  font-size: 17px;
  font-weight: 500;
}
.table-search thead th a {
  color: black;
  font-size: 17px;
  font-weight: 500;
}
.table-search tbody:before {
  content: "@";
  display: block;
  line-height: 10px;
  text-indent: -99999px;
}
.table-search tbody tr {
  height: 46px;
  cursor: pointer;
}
.table-search tbody tr td {
  border-right: 1px solid white;
  padding: 5px 5px 5px 15px;
  font-size: 15px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 16px;
}
.table-search .row-even {
  background-color: rgba(195, 206, 224, 0.5);
}
.table-search .row-odd {
  background-color: rgba(223, 234, 252, 0.25);
}
.table-search .row-grey {
  background-color: rgba(189, 190, 191, 0.25) !important;
}
.circle-button {
  margin-top: 30px;
  padding-right: 0px !important;
}
.circle-button .outer {
  margin-right: 5px;
  cursor: pointer;
  margin-top: -5px;
}
.circle-button .circle-button-blue {
  background-image: url(/Styles/images/svg/ico-plus-group.svg);
  background-repeat: no-repeat;
  background-position: center;
  width: 42px;
  height: 42px;
}
.circle-button span {
  font-size: 15px;
  font-weight: 500;
}
.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
  z-index: 2;
  color: #fff;
  cursor: default;
  background-color: #0066BC;
  border-color: #0066BC;
}
.adminHomeWelcome {
  background-image: url(/Styles/images/svg/happy-apple.svg);
  background-repeat: no-repeat;
  height: 200px;
  width: 200px;
  float: left;
}
.list-group-item.active,
.list-group-item.active:hover,
.list-group-item.active:focus {
  z-index: 2;
  color: #fff;
  background-color: #fff;
}
.glyphicon-chevron-down {
  font-size: 10px;
}
.glyphicon-chevron-down::before {
  font-weight: lighter;
  font-size: 10px;
}
.glyphicon-chevron-up {
  font-size: 10px;
}
.dynamic-block {
  background-color: #fff;
  border: 1px solid #e1e1e1;
  padding: 10px;
  display: block;
  width: 100%;
  box-sizing: border-box;
  margin: 0 0 25px;
  overflow: hidden;
  border-radius: 8px;
}
.dynamic-block .date-container {
  border-bottom-left-radius: 0px;
  width: 100%;
  margin: 0;
  height: auto;
  float: none;
  margin-bottom: 15px;
}
.dynamic-block .date-container .date-content {
  height: 128px;
  width: 128px;
  font-size: 35px;
}
.dynamic-block img {
  width: 100%;
  margin-bottom: 15px;
  border-radius: 8px;
}
.dynamic-block .block-heading {
  font-family: AvenirNextVFW01-Bold, Arial, Sans-serif;
  font-size: 27px;
  line-height: 31px;
  padding: 4px 15px 30px;
  color: #333;
  display: block;
  word-break: break-word;
}
.dynamic-block .block-text {
  font-size: 19px;
  line-height: 23px;
  margin-top: -20px;
  font-family: Lato, Arial, Sans-serif;
  padding: 0 15px 30px;
  color: #333;
  display: block;
  word-break: break-word;
  vertical-align: baseline;
}
.dynamic-block .block-link {
  text-decoration: none;
  display: block;
  transition: 0.1s all ease-in;
}
.dynamic-block .block-link:hover {
  background-color: #f0f0f0;
}
a.linkbuttonred {
  margin: 0;
  padding: 15px 30px;
  text-align: center;
  cursor: pointer;
  line-height: 1.3;
  font-weight: 500;
  font-size: 20px;
  color: #fff;
  border: 0;
  border-radius: 4px;
  background: #E06464;
  display: inline-block;
}
.registrationButtonBox {
  background-color: #EFEDE1;
}
.registrationButtonBox .inner {
  padding: 15px;
  padding-left: 35px;
  text-align: center;
}
.registrationButtonBox .inner .invitation {
  text-align: left;
  font-size: 19px;
  line-height: 23px;
  font-weight: normal;
  margin-bottom: 10px;
}
.registrationButtonBox .inner .btn {
  width: 200px !important;
  min-height: 38px !important;
  height: 38px !important;
  font-size: 19px;
  line-height: 23px;
  font-weight: normal;
  border-radius: 0 !important;
}
.back-icon {
  background-image: url('/Styles/images/svg/ico-blue-left.svg');
  background-repeat: no-repeat;
  height: 40px;
  width: 40px;
  float: left;
  margin-right: 5px;
  margin-bottom: 15px;
}
.divider {
  border: none;
  height: 1px;
  /* Set the hr color */
  color: #ddd;
  /* old IE */
  background-color: #ddd;
  /* Modern Browsers */
}
.co-created-by {
  margin-top: 20px;
  font-size: 15px;
  line-height: 1.2;
}
.form-border {
  border: 1px solid #ccc !important;
}
.activity-info-container {
  background-color: #E1E6EF;
  height: 262px;
  border-radius: 8px;
}
.activity-info-container .outer {
  margin: 0px 10px 0px 20px;
  padding-top: 10px;
}
.activity-info-container .outer .text {
  font-size: 25px;
  font-weight: 500;
  padding-bottom: 15px;
  padding-top: 0px;
  color: #000;
}
.activity-info-container .outer .inner {
  font-size: 17px;
  line-height: 16px;
}
.co-cancelled {
  color: #E44C53;
}
.social-share-container {
  width: 100%;
  float: left;
  margin-bottom: 15px;
}
.social-share-container .social-inner {
  float: right;
  width: 140px;
}
.td-easy-social-share {
  font-size: 25px;
}
.social-square {
  margin-left: 10px;
  background-color: #f1f1f1;
  border: 1px solid #e2e2e2;
  border-radius: 3px;
  width: 29px;
  height: 29px;
  text-align: center;
  box-sizing: border-box;
}
.social-share-img-facebook {
  width: 8px;
  height: 16px;
}
.social-share-img-twitter {
  width: 20px;
  height: 20px;
}
.social-inner {
  text-align: center;
}
.period-img {
  background-image: url(/Styles/images/svg/recurring-arrow-round.svg);
  background-repeat: no-repeat;
  background-position-x: center;
  background-position-y: center;
  background-size: 55px;
}
.co-is-cancelled {
  margin-left: 10px;
  color: #FFFFFF;
  background-color: #E44C53;
  font-size: 32px;
  height: 50px;
  width: 160px;
  text-align: center;
  line-height: 24px;
  font-weight: 500;
  margin-bottom: 5px;
}
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
  background-color: transparent !important;
  background-image: none !important;
  color: #000 !important;
}
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
  background-color: none !important;
  background-image: none !important;
  color: #000 !important;
}
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
  background-color: none !important;
  background-image: none !important;
  color: #000 !important;
}
.pl0 {
  padding-left: 0 !important;
}
.material-symbols-outlined {
  font-variation-settings: 'FILL' 0, 'wght' 400, 'GRAD' 0, 'opsz' 40;
  font-size: 32px!important;
}
.green {
  color: #6aac7b !important;
}
.green-btn {
  background-color: #6aac7b !important;
}
.grey {
  color: #DCDCDC !important;
}
.hide-ul {
  display: none;
}
.filled {
  font-variation-settings: 'FILL' 1, 'wght' 400, 'GRAD' 0, 'opsz' 40 !important;
  font-size: 46px !important;
  color: #0066BC !important;
}
.placeholder-container-start-page .filter-option {
  font-size: 18px!important;
}
.disabled-mouse {
  cursor: not-allowed !important;
}
.image-row {
  display: flex;
  margin-bottom: 10px;
}
.image-container {
  position: relative;
  width: 180px;
  margin-right: 10px;
  cursor: pointer;
  transition: transform 0.3s ease;
}
.image-container.selected {
  transform: scale(1.1);
}
.image-container img {
  width: 100%;
}
.image-container .overlay {
  position: absolute;
  top: 5px;
  right: 5px;
  color: white;
  background-color: green;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 20px;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  text-align: center;
  opacity: 0;
  transition: opacity 0.3s ease;
}
.image-container.selected .overlay {
  opacity: 1;
}
.test-environment {
  width: 100%;
  height: 40px;
  font-size: 25px;
  color: #555;
  font-weight: bold;
  line-height: 30px;
  background-color: #E06464;
  text-align: center;
  margin-bottom: 5px;
  position: fixed;
  z-index: 9999;
  margin-bottom: 40px;
  top: 0px;
}
.lowercase {
  text-transform: none !important;
}
.white-bg {
  background-color: #F9F9F9;
  color: #555555;
  padding: 10px;
  border-radius: 4px;
  border: 1px solid #949494;
  cursor: not-allowed;
}
/*.form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control {
    cursor: not-allowed !important;
    background-color: rgb(255, 255, 255) !important;*/
/* opacity: 0.65 !important;*/
/*color: rgb(85, 85, 85) !important;
}*/
.form-control[type="text"][disabled],
.form-control[type="text"][readonly],
fieldset[disabled] .form-control[type="text"] {
  cursor: not-allowed !important;
  background-color: #F9F9F9 !important;
  /*opacity: 0.65 !important;*/
  color: #555555 !important;
}
/*.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
    cursor: not-allowed !important;
    background-color: rgb(255, 255, 255) !important;
    opacity: 0.65 !important;
    color: rgb(85, 85, 85) !important;
}*/
/* Exclude buttons and ul elements from the styles */
/*.form-control[disabled]:not(button),
.form-control[readonly]:not(button),
fieldset[disabled] .form-control:not(button),
.form-control[disabled]:not(ul),
.form-control[readonly]:not(ul),
fieldset[disabled] .form-control:not(ul) {
    cursor: auto !important;
    background-color: inherit !important;
    opacity: 1 !important;
    color: inherit !important;
}*/
.btn-deleteoccasion {
  display: block;
  margin: 5px 0;
}
@media only screen and (min-width: 768px) {
  .btn-deleteoccasion {
    display: inline-block;
    margin: 0;
  }
}
.btn-deleteoccasion .btn {
  display: block;
  width: 100%;
  min-width: 140px;
  margin: 5px 0;
  padding: 0 15px;
  color: #fff;
  font-weight: 500;
  font-size: 17px;
  border-radius: 5px;
  border: 1px solid #fff;
  background: #E06464;
}
@media only screen and (min-width: 768px) {
  .btn-deleteoccasion .btn {
    display: inline-block;
    width: auto;
  }
}
.btn-deleteoccasion .btn:disabled {
  opacity: 0.8;
  pointer-events: none;
}
.btn-files {
  position: relative;
}
/*.info-bubble {
    position: absolute;
    bottom: 100%;*/
/* Places it above the button */
/*left: 0;
    transform: translateX(-10%);
    background: #f0f0f0;
    color: #333;
    padding: 6px 12px;
    border-radius: 10px;
    font-size: 12px;
    white-space: nowrap;
    margin-bottom: 8px;
    box-shadow: 0 2px 5px rgba(0,0,0,0.1);
    z-index: 10;
}

.info-bubble::after {
    content: '';
    position: absolute;
    top: 100%;*/
/* Positions arrow below bubble */
/*left: 20px;*/
/* Adjust to point toward "Bilder" text */
/*border-width: 6px;
    border-style: solid;
    border-color: #f0f0f0 transparent transparent transparent;
}*/
.info-bubble {
  position: absolute;
  bottom: 100%;
  left: 0;
  transform: translateX(-10%) scale(0.95);
  background: #fff3cd;
  /* brighter yellow */
  color: #333;
  padding: 16px 22px;
  border-radius: 16px;
  font-size: 16px;
  font-weight: bold;
  white-space: nowrap;
  margin-bottom: 12px;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.25);
  z-index: 10;
  opacity: 0;
  animation: fadeInPop 0.6s ease-out forwards, pulseOutline 1.2s ease-in-out 1;
  border: 2px solid #ffe58f;
}
.info-bubble::after {
  content: '';
  position: absolute;
  top: 100%;
  left: 30px;
  /* center arrow a bit more under bubble */
  border-width: 10px;
  border-style: solid;
  border-color: #fff3cd transparent transparent transparent;
}
@keyframes fadeInPop {
  0% {
    opacity: 0;
    transform: translateX(-10%) scale(0.8);
  }
  60% {
    transform: translateX(-10%) scale(1.1);
  }
  100% {
    opacity: 1;
    transform: translateX(-10%) scale(1);
  }
}
@keyframes pulseOutline {
  0% {
    box-shadow: 0 0 0 0 rgba(255, 229, 143, 0.7);
  }
  70% {
    box-shadow: 0 0 0 12px rgba(255, 229, 143, 0);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(255, 229, 143, 0);
  }
}

@media only screen and (max-width: 1280px) {
  .navbar-public2 ul.nav > li a,
  .navbar-public2 ul.nav > li a:hover,
  .navbar-public2 ul.nav > li a:focus {
    /*font-size: 16px;*/
    letter-spacing: 1px;
    padding: 6px 6px;
  }
  /*.header-container .logo {
		width:450px;
	}*/
}

@media only screen and (max-width: 1024px) {
  /*.header-container {
		background-image: url(images/headerBg-s2.png);
		background-repeat: repeat-x;
		width: 100%;
		background-color: #0186d9;

		.content {
			max-width: 1200px;
			margin: auto;
		}

		.logo {
			width: 338px;
			height: 113px;
			background-image: url(images/headers/ampersand/header-s-amp.png);
			background-position-y: 17px;
			background-position-x: 10px;
			background-repeat: no-repeat;
		}
	}*/
  .navbar-public2 {
    /*.container-fluid {
			padding: 0px;
			margin: 0px;

			.navbar-collapse {
				padding:0px;
			}
		}*/
  }
  .navbar-public2 ul.nav > li a,
  .navbar-public2 ul.nav > li a:hover,
  .navbar-public2 ul.nav > li a:focus {
    font-size: 14px;
    letter-spacing: 0px;
    padding: 10px 5px;
  }
}

@media only screen and (max-width: 768px) {
  body {
    margin-bottom: 35px;
  }
  .header-container {
    /*background-image: url(images/headerBg-xs2.png);
        background-repeat: repeat-x;
        width: 100%;*/
    /*background-color: #0186d9;*/
    border-bottom-width: 20px;
    /*.logo {
			width: 225px;
			height: 75px;
			background-image: url(images/headers/ampersand/header-xs-amp.png);
			background-position-y: 11px;
			background-position-x: 10px;
			background-repeat: no-repeat;
		}*/
    /*.logo-text {
            line-height: 75px;
            font-size: 18px;
            padding-left: 10px;
        }*/
  }
  .header-container .content {
    max-width: 1200px;
    margin: auto;
  }
  .header-container .content .navbar-ctnr {
    vertical-align: middle;
  }
  .header-container .logo {
    width: 75px;
    height: 75px;
    background-size: 75px 75px;
  }
  .navbar-public2 {
    position: static;
  }
  .navbar-public2 a.navbar-toggle {
    background-position: right center;
    width: 50px;
    display: block;
    border: 0;
    background-color: transparent !important;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 30px;
    height: 45px;
    cursor: pointer;
    text-indent: -9999em;
    background-image: url(/Styles/images/menu/responsive-tools-burger-new-white.svg);
  }
  .navbar-public2 a.navbar-toggle-open {
    background-image: url(/Styles/images/menu/responsive-tools-close-new-white.svg);
  }
  .navbar-public2 .navbar-collapse {
    top: 130px;
    right: 0;
    bottom: 0;
    left: 0;
    position: absolute;
    background-color: rgba(0, 0, 0, 0.6);
    z-index: 500;
    transition: all 140ms ease;
    overflow-y: auto;
    padding: 0;
    margin-bottom: 0;
  }
  .navbar-public2 .navbar-collapse .nav-ul-container {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    background-color: #f5d7d7;
    min-width: 250px;
  }
  .navbar-public2 .navbar-nav .open .dropdown-menu > li > a,
  .navbar-public2 .navbar-nav .open .dropdown-menu > li > a:hover {
    padding: 5px 15px 5px 25px;
  }
  .navbar-public2 ul.nav {
    width: 100%;
    margin: 0;
    /*li {
                a, a:hover {
                    padding: 5px 15px 5px 25px;
                }
            }*/
  }
  .navbar-public2 ul.nav > li {
    background-image: none;
    height: auto;
    min-width: 1px;
    border: 1px solid #eee;
  }
  .navbar-public2 ul.nav > li:hover {
    box-shadow: none;
  }
  .navbar-public2 ul.nav > li a,
  .navbar-public2 ul.nav > li a:hover,
  .navbar-public2 ul.nav > li a:focus {
    font-size: 14px;
    letter-spacing: 0px;
    padding: 15px 15px;
    margin-top: 0px;
    border-width: 0 0 1px 0;
  }
  .navbar-public2 ul.nav > li ul.dropdown-menu > li a,
  .navbar-public2 ul.nav > li ul.dropdown-menu > li a:hover {
    color: #555 !important;
    border-width: 0px;
  }
  .modal-dialog {
    margin: 10px auto;
  }
  .date-container {
    width: 100%;
    padding: 0 20px 0 20px;
  }
  .date-container-odd {
    width: 100%;
    padding: 0 20px 0 20px;
  }
  .search-result-container .search-item .content {
    width: 100%;
  }
  .footer a {
    line-height: 35px;
  }
}

/*
 * Toastr
 * Version 2.0.1
 * Copyright 2012 John Papa and Hans Fj�llemark.  
 * All Rights Reserved.  
 * Use, reproduction, distribution, and modification of this code is subject to the terms and 
 * conditions of the MIT license, available at http://www.opensource.org/licenses/mit-license.php
 *
 * Author: John Papa and Hans Fj�llemark
 * Project: https://github.com/CodeSeven/toastr
 */
.toast-title {
  font-weight: bold;
}
.toast-message {
  -ms-word-wrap: break-word;
  word-wrap: break-word;
}
.toast-message a,
.toast-message label {
  color: #ffffff;
}
.toast-message a:hover {
  color: #cccccc;
  text-decoration: none;
}

.toast-close-button {
  position: relative;
  right: -0.3em;
  top: -0.3em;
  float: right;
  font-size: 20px;
  font-weight: bold;
  color: #ffffff;
  -webkit-text-shadow: 0 1px 0 #ffffff;
  text-shadow: 0 1px 0 #ffffff;
  opacity: 0.8;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  filter: alpha(opacity=80);
}
.toast-close-button:hover,
.toast-close-button:focus {
  color: #000000;
  text-decoration: none;
  cursor: pointer;
  opacity: 0.4;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=40);
  filter: alpha(opacity=40);
}

/*Additional properties for button version
 iOS requires the button element instead of an anchor tag.
 If you want the anchor version, it requires `href="#"`.*/
button.toast-close-button {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
}
.toast-top-full-width {
  top: 0;
  right: 0;
  width: 100%;
}
.toast-bottom-full-width {
  bottom: 0;
  right: 0;
  width: 100%;
}
.toast-top-left {
  top: 12px;
  left: 12px;
}
.toast-top-right {
  top: 12px;
  right: 12px;
}
.toast-bottom-right {
  right: 12px;
  bottom: 12px;
}
.toast-bottom-left {
  bottom: 12px;
  left: 12px;
}
#toast-container {
  position: fixed;
  z-index: 999999;
  /*overrides*/

}
#toast-container * {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
#toast-container > div {
  margin: 0 0 6px;
  padding: 15px 15px 15px 50px;
  width: 300px;
  -moz-border-radius: 3px 3px 3px 3px;
  -webkit-border-radius: 3px 3px 3px 3px;
  border-radius: 3px 3px 3px 3px;
  background-position: 15px center;
  background-repeat: no-repeat;
  -moz-box-shadow: 0 0 12px #999999;
  -webkit-box-shadow: 0 0 12px #999999;
  box-shadow: 0 0 12px #999999;
  color: #ffffff;
  opacity: 0.9;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=90);
  filter: alpha(opacity=90);
}
#toast-container > :hover {
  -moz-box-shadow: 0 0 12px #000000;
  -webkit-box-shadow: 0 0 12px #000000;
  box-shadow: 0 0 12px #000000;
  opacity: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  filter: alpha(opacity=100);
  cursor: pointer;
}
#toast-container > .toast-info {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAGwSURBVEhLtZa9SgNBEMc9sUxxRcoUKSzSWIhXpFMhhYWFhaBg4yPYiWCXZxBLERsLRS3EQkEfwCKdjWJAwSKCgoKCcudv4O5YLrt7EzgXhiU3/4+b2ckmwVjJSpKkQ6wAi4gwhT+z3wRBcEz0yjSseUTrcRyfsHsXmD0AmbHOC9Ii8VImnuXBPglHpQ5wwSVM7sNnTG7Za4JwDdCjxyAiH3nyA2mtaTJufiDZ5dCaqlItILh1NHatfN5skvjx9Z38m69CgzuXmZgVrPIGE763Jx9qKsRozWYw6xOHdER+nn2KkO+Bb+UV5CBN6WC6QtBgbRVozrahAbmm6HtUsgtPC19tFdxXZYBOfkbmFJ1VaHA1VAHjd0pp70oTZzvR+EVrx2Ygfdsq6eu55BHYR8hlcki+n+kERUFG8BrA0BwjeAv2M8WLQBtcy+SD6fNsmnB3AlBLrgTtVW1c2QN4bVWLATaIS60J2Du5y1TiJgjSBvFVZgTmwCU+dAZFoPxGEEs8nyHC9Bwe2GvEJv2WXZb0vjdyFT4Cxk3e/kIqlOGoVLwwPevpYHT+00T+hWwXDf4AJAOUqWcDhbwAAAAASUVORK5CYII=") !important;
}
#toast-container > .toast-wait {
  background-image: url("data:image/gif;base64,R0lGODlhIAAgAIQAAAQCBISGhMzKzERCROTm5CQiJKyurHx+fPz+/ExOTOzu7Dw+PIyOjCwqLFRWVAwKDIyKjMzOzOzq7CQmJLy6vFRSVPTy9AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACH/C05FVFNDQVBFMi4wAwEAAAAh+QQJCQAXACwAAAAAIAAgAAAF3eAljmRpnmh6VRSVqLDpIDTixOdUlFSNUDhSQUAT7ES9GnD0SFQAKWItMqr4bqKHVPDI+WiTkaOFFVlrFe83rDrT0qeIjwrT0iLdU0GOiBxhAA4VeSk6QYeIOAsQEAuJKgw+EI8nA18IA48JBAQvFxCXDI8SNAQikV+iiaQIpheWX5mJmxKeF6g0qpQmA4yOu8C7EwYWCgZswRcTFj4KyMAGlwYxDwcHhCXMXxYxBzQHKNo+3DDeCOAn0V/TddbYJA0K48gAEAFQicMWFsfwNA3JSgAIAAFfwIMIL4QAACH5BAkJABoALAAAAAAgACAAhAQCBIyKjERCRMzOzCQiJPTy9DQyNGRmZMTCxOTm5CwqLHx+fBQWFJyenNTW1Pz6/Dw6PGxubAwKDIyOjNTS1CQmJCwuLPz+/Dw+PHRydAAAAAAAAAAAAAAAAAAAAAAAAAXboCaOZGmeaKoxWcSosMkk15W8cZ7VdZaXkcEgQtrxfD9RhHchima1GwlCGUBSFCaFxMrgRtnLFhWujWHhs2nJc8KoVlWGQnEn7/i8XgOwWAB7JwoONQ4KgSQAZRcOgHgSCwsSIhZMNRZ5CzULIgaWF5h4mhecfIQ8jXmQkiODhYeIiRYGjrG2PxgBARi3IhNMAbcCnwI5BAQpAZ8TIwK6vCQVDwUVKL+WzAANTA210g/VJ8OWxQefByQE4dZMzBoInwh4zrtgn2p725YNthUFTNRuGYB3AYGBHCEAACH5BAkJAB0ALAAAAAAgACAAhAQCBISChFRWVMzKzCQiJOTm5GxqbCwuLJSWlPz6/NTW1AwODJSSlGRmZCwqLOzu7HR2dDQ2NAQGBISGhFxaXNTS1CQmJOzq7GxubDQyNKSmpPz+/Nza3AAAAAAAAAAAAAXfYCeOZGmeaKqurHBdAiuP17Zdc0lMAVHWt9yI8LA9fCPB4xEjARoNSWpis01kBpshFahurqzsZosiGpErScMAUO0maKF8Tq/bTQCIQgFp30cQXhB1BHEcXhx0FgkJFiOHVYlzi42AgoRxeRx8fn+en3UABwedKgsBAwMBCygOCjYKDisLFV4VrCUAtVUKpSZdXl8mB8EbByQWcQPFAyYZxccdB7sV0cvBzbmvvG0LBV4FrFTBYCWuNhyyHRTFFB20trh4BxmdYl4YIqepq0IRxRE+IfDCAFQHARo0NGERAgAh+QQJCQAgACwAAAAAIAAgAIUEAgSEgoRMTkzMyswcHhzk5uR0cnQUFhRcXlwsKiz09vQMCgyMiozU1tQkJiR8fnxkZmT8/vwEBgSEhoRcWlzU0tQkIiT08vR0dnQcGhxkYmQ0MjT8+vwMDgyMjozc2twAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAG+UCQcEgsGo/IpHLJXDweC6Z0+IhEHlOjRGIMWLHZoUZx0RQlAajxkFFKFFYFl5m5KNpIySU+X2bIBEoQZBBZGQdMElFhjI2Oj5AgHQEDAw8dQxYeDBaNHRVWVhWYCXsRFwmMXqFWEyAerB6MA6xWA6+xs7URt6VWqIwTu64gDh4eDp6goaORQ5OVAZjO1EgEGhB4RwAYDQ0YAEwIcBEKFEgYrBhLBORxgUYfrB9LELuF8fNDAAaVBuEg7NXCVyRdqHVCGLBiIIQAB1Yc4BXh9uEbwAXuyi2iQI7DuSwHdiFqCEGDtizLRFUDsaGAlQIbVoJYIEDAIiZBAAAh+QQJCQAbACwAAAAAIAAgAIQEAgSMioxcWlz08vQcHhysqqwMDgx8enwsKiykoqRkZmT8+vzEwsQMCgyUlpQkJiS0srQEBgSMjoxcXlz09vQkIiSsrqwUEhQ0MjRsamz8/vwAAAAAAAAAAAAAAAAAAAAF7+AmjmRpnmiqruz2PG0sIssCj4CQJAIgj4/abRNJaI6agu9kCAQaphdJgEQKUIFjgGWsahJYLdf7RTWfLKr3+jsBClVlG5Xb9eb4fImgUBBKDVB4ExRHFGwbGRQLGXMEhUgUfw2QC4IyCmSNDQtHlm2ZXgoiGQsUjW0EnUgLfyKBeYSeiHojfH61uS0GBisVEgEVLRcWRxAXKAgDRwMILMVIECgSVRIrBmS9JtRI1iMVBweuGxerSNolyszOIhjLGs0jEFXSKA8SEkMbcEgWIxfzNBxrw6AKgxIGkM05UOWALhERHJhysOThBgAVWYQAACH5BAkJABkALAAAAAAgACAAhAQGBIyKjERCRMzOzCwuLGRiZPz6/OTm5AwODLSytFRSVNTW1Dw6PHx6fAwKDJSSlERGRNTS1DQyNGxqbPz+/BQSFLy6vFRWVNza3AAAAAAAAAAAAAAAAAAAAAAAAAAAAAXqYCaO5FgFwxBUZeu61ULNFMa+eBvQdJD/owFvFhkBBAwHsBQZUooZyWF2YOQkBNJu6ANMaQeli0AxSEwymi0DcUJeEgPlbEJFAghRe/h+Eeg/Dl9UYks5DF9VhksOAgKFi5GSSwh5kzgVCXIJNxknD5aSCTwJIw8zD5MITpanFKmSCHI8NxUPoJejNKWXLZkznL0vCJ3CxsckDpA/ChYJFzkTBgYTSxc80C4OswbLLhY8Fi/bMwYAJVgl4DTiL9LUJADrFuci1zTZLwD1IwU8BSQuWLCQb1EDHg2QiSDALYvCDAISJLDy8FIIACH5BAkJAB4ALAAAAAAgACAAhAQGBISGhFRSVNTW1CQiJKyqrGRmZOzu7CwuLIyOjGxubPz6/BQSFGRiZOTi5CwqLLy6vDQ2NIyKjFRWVCQmJKyurGxqbPT29DQyNJSSlHRydPz+/BQWFOzq7AAAAAAAAAXhoCeOJElYClGubOs117YtjWuvxCLLi3qbhc6h4FPsdorfiNI5dige43GT9AAkHUcCwCpMNxVP7tgTJY4J1uF7EBl0M8Ooueuo2SOCIkVa11kVX2E2EmgsFH4yBz4uAAkdHVstBAUHQ4xKmZqbnJ2bAhAQAiURGJ4eE0cTIxgzpp0QRxCsrp6xO7MjpaepO6unKxOhv8DFxsfIJBwaChw2DAkZDEocDjIOzi0ZMhlKUjIaLtsb3T8aR+EtDBkJ0yQUBQVQI9XX2ZsDMgMlyxr3mzE2XEgmotCGAARFIHiQ0FMIACH5BAkJABgALAAAAAAgACAAhAQCBISGhDw+POTi5CwuLLS2tPTy9BQSFJyenGRiZDQ2NIyOjLy+vPz6/BweHIyKjFRSVOzq7DQyNLy6vBQWFHRydDw6PPz+/AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAXXICaOZHkcZaquIjVd10SxtFrAcFGrVhBYIwoON9uNAsOA6DCEFTEKBEKxEjQvAtELNxkpGrAGNfW4Plpb2QgxRKjKzfPoVGLj3CnLNUv7hscpSDhKOxJSgDwPP0ZGAACMjAQFDQYFBJA0BAZDBpeYGBQVFUU3TV2YFAMwAzNgTQ2PkBVDFRiuQ7CYszi1pUOnkKmrM5qcnqiiTwQTDQ2Wn9DR0tPUfRKQEBEREDQSFw3XRhEwEd3f4TvjF+XWKgJ8JNnb0QkwCdUlCzAL+CQODAwc9BtIMAQAOw==") !important;
}
#toast-container > .toast-error {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAHOSURBVEhLrZa/SgNBEMZzh0WKCClSCKaIYOED+AAKeQQLG8HWztLCImBrYadgIdY+gIKNYkBFSwu7CAoqCgkkoGBI/E28PdbLZmeDLgzZzcx83/zZ2SSXC1j9fr+I1Hq93g2yxH4iwM1vkoBWAdxCmpzTxfkN2RcyZNaHFIkSo10+8kgxkXIURV5HGxTmFuc75B2RfQkpxHG8aAgaAFa0tAHqYFfQ7Iwe2yhODk8+J4C7yAoRTWI3w/4klGRgR4lO7Rpn9+gvMyWp+uxFh8+H+ARlgN1nJuJuQAYvNkEnwGFck18Er4q3egEc/oO+mhLdKgRyhdNFiacC0rlOCbhNVz4H9FnAYgDBvU3QIioZlJFLJtsoHYRDfiZoUyIxqCtRpVlANq0EU4dApjrtgezPFad5S19Wgjkc0hNVnuF4HjVA6C7QrSIbylB+oZe3aHgBsqlNqKYH48jXyJKMuAbiyVJ8KzaB3eRc0pg9VwQ4niFryI68qiOi3AbjwdsfnAtk0bCjTLJKr6mrD9g8iq/S/B81hguOMlQTnVyG40wAcjnmgsCNESDrjme7wfftP4P7SP4N3CJZdvzoNyGq2c/HWOXJGsvVg+RA/k2MC/wN6I2YA2Pt8GkAAAAASUVORK5CYII=") !important;
}
#toast-container > .toast-success {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAADsSURBVEhLY2AYBfQMgf///3P8+/evAIgvA/FsIF+BavYDDWMBGroaSMMBiE8VC7AZDrIFaMFnii3AZTjUgsUUWUDA8OdAH6iQbQEhw4HyGsPEcKBXBIC4ARhex4G4BsjmweU1soIFaGg/WtoFZRIZdEvIMhxkCCjXIVsATV6gFGACs4Rsw0EGgIIH3QJYJgHSARQZDrWAB+jawzgs+Q2UO49D7jnRSRGoEFRILcdmEMWGI0cm0JJ2QpYA1RDvcmzJEWhABhD/pqrL0S0CWuABKgnRki9lLseS7g2AlqwHWQSKH4oKLrILpRGhEQCw2LiRUIa4lwAAAABJRU5ErkJggg==") !important;
}
#toast-container > .toast-warning {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAGYSURBVEhL5ZSvTsNQFMbXZGICMYGYmJhAQIJAICYQPAACiSDB8AiICQQJT4CqQEwgJvYASAQCiZiYmJhAIBATCARJy+9rTsldd8sKu1M0+dLb057v6/lbq/2rK0mS/TRNj9cWNAKPYIJII7gIxCcQ51cvqID+GIEX8ASG4B1bK5gIZFeQfoJdEXOfgX4QAQg7kH2A65yQ87lyxb27sggkAzAuFhbbg1K2kgCkB1bVwyIR9m2L7PRPIhDUIXgGtyKw575yz3lTNs6X4JXnjV+LKM/m3MydnTbtOKIjtz6VhCBq4vSm3ncdrD2lk0VgUXSVKjVDJXJzijW1RQdsU7F77He8u68koNZTz8Oz5yGa6J3H3lZ0xYgXBK2QymlWWA+RWnYhskLBv2vmE+hBMCtbA7KX5drWyRT/2JsqZ2IvfB9Y4bWDNMFbJRFmC9E74SoS0CqulwjkC0+5bpcV1CZ8NMej4pjy0U+doDQsGyo1hzVJttIjhQ7GnBtRFN1UarUlH8F3xict+HY07rEzoUGPlWcjRFRr4/gChZgc3ZL2d8oAAAAASUVORK5CYII=") !important;
}
#toast-container.toast-top-full-width > div,
#toast-container.toast-bottom-full-width > div {
  width: 96%;
  margin: auto;
}
.toast {
  background-color: #030303;
}
.toast-success {
  background-color: #48de48;
}
.toast-error {
  background-color: #bd362f;
}
.toast-info {
  background-color: #2f96b4;
}
.toast-wait {
  background-color: #2f96b4;
}
.toast-warning {
  background-color: #f89406;
}
/*Responsive Design*/
@media all and (max-width: 240px) {
  #toast-container > div {
    padding: 8px 8px 8px 50px;
    width: 11em;
  }
  #toast-container .toast-close-button {
    right: -0.2em;
    top: -0.2em;
}
  }
@media all and (min-width: 241px) and (max-width: 480px) {
  #toast-container  > div {
    padding: 8px 8px 8px 50px;
    width: 18em;
  }
  #toast-container .toast-close-button {
    right: -0.2em;
    top: -0.2em;
}
}
@media all and (min-width: 481px) and (max-width: 768px) {
  #toast-container > div {
    padding: 15px 15px 15px 50px;
    width: 25em;
  }
}

 /*
  * AngularJS-Toaster
  * Version 0.3
 */
#toast-container > div.ng-enter,
#toast-container > div.ng-leave
{ 
    -webkit-transition: 1000ms cubic-bezier(0.250, 0.250, 0.750, 0.750) all;
    -moz-transition: 1000ms cubic-bezier(0.250, 0.250, 0.750, 0.750) all;
    -ms-transition: 1000ms cubic-bezier(0.250, 0.250, 0.750, 0.750) all;
    -o-transition: 1000ms cubic-bezier(0.250, 0.250, 0.750, 0.750) all;
    transition: 1000ms cubic-bezier(0.250, 0.250, 0.750, 0.750) all;
} 

#toast-container > div.ng-enter.ng-enter-active, 
#toast-container > div.ng-leave {
    opacity: 0.8;
}

#toast-container > div.ng-leave.ng-leave-active,
#toast-container > div.ng-enter {
    opacity: 0;
}
