/*!
 * Datetimepicker for Bootstrap
 *
 * Copyright 2012 Stefan Petre
 * Improvements by Andrew Rowls
 * Licensed under the Apache License v2.0
 * http://www.apache.org/licenses/LICENSE-2.0
 *
 */
.datetimepicker {
	padding: 4px;
	margin-top: 1px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	direction: ltr;
}

.datetimepicker-inline {
	width: 220px;
}

.datetimepicker.datetimepicker-rtl {
	direction: rtl;
}

.datetimepicker.datetimepicker-rtl table tr td span {
	float: right;
}

.datetimepicker-dropdown, .datetimepicker-dropdown-left {
	top: 0;
	left: 0;
}

[class*=" datetimepicker-dropdown"]:before {
	content: '';
	display: inline-block;
	border-left: 7px solid transparent;
	border-right: 7px solid transparent;
	border-bottom: 7px solid #cccccc;
	border-bottom-color: rgba(0, 0, 0, 0.2);
	position: absolute;
}

[class*=" datetimepicker-dropdown"]:after {
	content: '';
	display: inline-block;
	border-left: 6px solid transparent;
	border-right: 6px solid transparent;
	border-bottom: 6px solid #ffffff;
	position: absolute;
}

[class*=" datetimepicker-dropdown-top"]:before {
	content: '';
	display: inline-block;
	border-left: 7px solid transparent;
	border-right: 7px solid transparent;
	border-top: 7px solid #cccccc;
	border-top-color: rgba(0, 0, 0, 0.2);
	border-bottom: 0;
}

[class*=" datetimepicker-dropdown-top"]:after {
	content: '';
	display: inline-block;
	border-left: 6px solid transparent;
	border-right: 6px solid transparent;
	border-top: 6px solid #ffffff;
	border-bottom: 0;
}

.datetimepicker-dropdown-bottom-left:before {
	top: -7px;
	right: 6px;
}

.datetimepicker-dropdown-bottom-left:after {
	top: -6px;
	right: 7px;
}

.datetimepicker-dropdown-bottom-right:before {
	top: -7px;
	left: 6px;
}

.datetimepicker-dropdown-bottom-right:after {
	top: -6px;
	left: 7px;
}

.datetimepicker-dropdown-top-left:before {
	bottom: -7px;
	right: 6px;
}

.datetimepicker-dropdown-top-left:after {
	bottom: -6px;
	right: 7px;
}

.datetimepicker-dropdown-top-right:before {
	bottom: -7px;
	left: 6px;
}

.datetimepicker-dropdown-top-right:after {
	bottom: -6px;
	left: 7px;
}

.datetimepicker > div {
	display: none;
}

.datetimepicker.minutes div.datetimepicker-minutes {
	display: block;
}

.datetimepicker.hours div.datetimepicker-hours {
	display: block;
}

.datetimepicker.days div.datetimepicker-days {
	display: block;
}

.datetimepicker.months div.datetimepicker-months {
	display: block;
}

.datetimepicker.years div.datetimepicker-years {
	display: block;
}

.datetimepicker table {
	margin: 0;
}

.datetimepicker  td,
.datetimepicker th {
	text-align: center;
	width: 20px;
	height: 20px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	border: none;
}

.table-striped .datetimepicker table tr td,
.table-striped .datetimepicker table tr th {
	background-color: transparent;
}

.datetimepicker table tr td.minute:hover {
	background: #eeeeee;
	cursor: pointer;
}

.datetimepicker table tr td.hour:hover {
	background: #eeeeee;
	cursor: pointer;
}

.datetimepicker table tr td.day:hover {
	background: #eeeeee;
	cursor: pointer;
}

.datetimepicker table tr td.old,
.datetimepicker table tr td.new {
	color: #999999;
}

.datetimepicker table tr td.disabled,
.datetimepicker table tr td.disabled:hover {
	background: none;
	color: #999999;
	cursor: default;
}

.datetimepicker table tr td.today,
.datetimepicker table tr td.today:hover,
.datetimepicker table tr td.today.disabled,
.datetimepicker table tr td.today.disabled:hover {
	background-color: #fde19a;
	background-image: -moz-linear-gradient(top, #fdd49a, #fdf59a);
	background-image: -ms-linear-gradient(top, #fdd49a, #fdf59a);
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fdd49a), to(#fdf59a));
	background-image: -webkit-linear-gradient(top, #fdd49a, #fdf59a);
	background-image: -o-linear-gradient(top, #fdd49a, #fdf59a);
	background-image: linear-gradient(to bottom, #fdd49a, #fdf59a);
	background-repeat: repeat-x;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fdd49a', endColorstr='#fdf59a', GradientType=0);
	border-color: #fdf59a #fdf59a #fbed50;
	border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
	filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}

.datetimepicker table tr td.today:hover,
.datetimepicker table tr td.today:hover:hover,
.datetimepicker table tr td.today.disabled:hover,
.datetimepicker table tr td.today.disabled:hover:hover,
.datetimepicker table tr td.today:active,
.datetimepicker table tr td.today:hover:active,
.datetimepicker table tr td.today.disabled:active,
.datetimepicker table tr td.today.disabled:hover:active,
.datetimepicker table tr td.today.active,
.datetimepicker table tr td.today:hover.active,
.datetimepicker table tr td.today.disabled.active,
.datetimepicker table tr td.today.disabled:hover.active,
.datetimepicker table tr td.today.disabled,
.datetimepicker table tr td.today:hover.disabled,
.datetimepicker table tr td.today.disabled.disabled,
.datetimepicker table tr td.today.disabled:hover.disabled,
.datetimepicker table tr td.today[disabled],
.datetimepicker table tr td.today:hover[disabled],
.datetimepicker table tr td.today.disabled[disabled],
.datetimepicker table tr td.today.disabled:hover[disabled] {
	background-color: #fdf59a;
}

.datetimepicker table tr td.today:active,
.datetimepicker table tr td.today:hover:active,
.datetimepicker table tr td.today.disabled:active,
.datetimepicker table tr td.today.disabled:hover:active,
.datetimepicker table tr td.today.active,
.datetimepicker table tr td.today:hover.active,
.datetimepicker table tr td.today.disabled.active,
.datetimepicker table tr td.today.disabled:hover.active {
	background-color: #fbf069;
}

.datetimepicker table tr td.active,
.datetimepicker table tr td.active:hover,
.datetimepicker table tr td.active.disabled,
.datetimepicker table tr td.active.disabled:hover {
	background-color: #006dcc;
	background-image: -moz-linear-gradient(top, #0088cc, #0044cc);
	background-image: -ms-linear-gradient(top, #0088cc, #0044cc);
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#0088cc), to(#0044cc));
	background-image: -webkit-linear-gradient(top, #0088cc, #0044cc);
	background-image: -o-linear-gradient(top, #0088cc, #0044cc);
	background-image: linear-gradient(to bottom, #0088cc, #0044cc);
	background-repeat: repeat-x;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0088cc', endColorstr='#0044cc', GradientType=0);
	border-color: #0044cc #0044cc #002a80;
	border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
	filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}

.datetimepicker table tr td.active:hover,
.datetimepicker table tr td.active:hover:hover,
.datetimepicker table tr td.active.disabled:hover,
.datetimepicker table tr td.active.disabled:hover:hover,
.datetimepicker table tr td.active:active,
.datetimepicker table tr td.active:hover:active,
.datetimepicker table tr td.active.disabled:active,
.datetimepicker table tr td.active.disabled:hover:active,
.datetimepicker table tr td.active.active,
.datetimepicker table tr td.active:hover.active,
.datetimepicker table tr td.active.disabled.active,
.datetimepicker table tr td.active.disabled:hover.active,
.datetimepicker table tr td.active.disabled,
.datetimepicker table tr td.active:hover.disabled,
.datetimepicker table tr td.active.disabled.disabled,
.datetimepicker table tr td.active.disabled:hover.disabled,
.datetimepicker table tr td.active[disabled],
.datetimepicker table tr td.active:hover[disabled],
.datetimepicker table tr td.active.disabled[disabled],
.datetimepicker table tr td.active.disabled:hover[disabled] {
	background-color: #0044cc;
}

.datetimepicker table tr td.active:active,
.datetimepicker table tr td.active:hover:active,
.datetimepicker table tr td.active.disabled:active,
.datetimepicker table tr td.active.disabled:hover:active,
.datetimepicker table tr td.active.active,
.datetimepicker table tr td.active:hover.active,
.datetimepicker table tr td.active.disabled.active,
.datetimepicker table tr td.active.disabled:hover.active {
	background-color: #003399;
}

.datetimepicker table tr td span {
	display: block;
	width: 23%;
	height: 54px;
	line-height: 54px;
	float: left;
	margin: 1%;
	cursor: pointer;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}

.datetimepicker .datetimepicker-hours span {
	height: 26px;
	line-height: 26px;
}

.datetimepicker .datetimepicker-hours table tr td span.hour_am,
.datetimepicker .datetimepicker-hours table tr td span.hour_pm {
	width: 14.6%;
}

.datetimepicker .datetimepicker-hours fieldset legend,
.datetimepicker .datetimepicker-minutes fieldset legend {
	margin-bottom: inherit;
	line-height: 30px;
}

.datetimepicker .datetimepicker-minutes span {
	height: 26px;
	line-height: 26px;
}

.datetimepicker table tr td span:hover {
	background: #eeeeee;
}

.datetimepicker table tr td span.disabled,
.datetimepicker table tr td span.disabled:hover {
	background: none;
	color: #999999;
	cursor: default;
}

.datetimepicker table tr td span.active,
.datetimepicker table tr td span.active:hover,
.datetimepicker table tr td span.active.disabled,
.datetimepicker table tr td span.active.disabled:hover {
	background-color: #006dcc;
	background-image: -moz-linear-gradient(top, #0088cc, #0044cc);
	background-image: -ms-linear-gradient(top, #0088cc, #0044cc);
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#0088cc), to(#0044cc));
	background-image: -webkit-linear-gradient(top, #0088cc, #0044cc);
	background-image: -o-linear-gradient(top, #0088cc, #0044cc);
	background-image: linear-gradient(to bottom, #0088cc, #0044cc);
	background-repeat: repeat-x;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0088cc', endColorstr='#0044cc', GradientType=0);
	border-color: #0044cc #0044cc #002a80;
	border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
	filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}

.datetimepicker table tr td span.active:hover,
.datetimepicker table tr td span.active:hover:hover,
.datetimepicker table tr td span.active.disabled:hover,
.datetimepicker table tr td span.active.disabled:hover:hover,
.datetimepicker table tr td span.active:active,
.datetimepicker table tr td span.active:hover:active,
.datetimepicker table tr td span.active.disabled:active,
.datetimepicker table tr td span.active.disabled:hover:active,
.datetimepicker table tr td span.active.active,
.datetimepicker table tr td span.active:hover.active,
.datetimepicker table tr td span.active.disabled.active,
.datetimepicker table tr td span.active.disabled:hover.active,
.datetimepicker table tr td span.active.disabled,
.datetimepicker table tr td span.active:hover.disabled,
.datetimepicker table tr td span.active.disabled.disabled,
.datetimepicker table tr td span.active.disabled:hover.disabled,
.datetimepicker table tr td span.active[disabled],
.datetimepicker table tr td span.active:hover[disabled],
.datetimepicker table tr td span.active.disabled[disabled],
.datetimepicker table tr td span.active.disabled:hover[disabled] {
	background-color: #0044cc;
}

.datetimepicker table tr td span.active:active,
.datetimepicker table tr td span.active:hover:active,
.datetimepicker table tr td span.active.disabled:active,
.datetimepicker table tr td span.active.disabled:hover:active,
.datetimepicker table tr td span.active.active,
.datetimepicker table tr td span.active:hover.active,
.datetimepicker table tr td span.active.disabled.active,
.datetimepicker table tr td span.active.disabled:hover.active {
	background-color: #003399;
}

.datetimepicker table tr td span.old {
	color: #999999;
}

.datetimepicker th.switch {
	width: 145px;
}

.datetimepicker th span.glyphicon {
	pointer-events: none;
}

.datetimepicker thead tr:first-child th,
.datetimepicker tfoot th {
	cursor: pointer;
}

.datetimepicker thead tr:first-child th:hover,
.datetimepicker tfoot th:hover {
	background: #eeeeee;
}

.input-append.date .add-on i,
.input-prepend.date .add-on i,
.input-group.date .input-group-addon span {
	cursor: pointer;
	width: 14px;
	height: 14px;
}

/*! ========================================================================
 * Bootstrap Toggle: bootstrap-toggle.css v2.2.0
 * http://www.bootstraptoggle.com
 * ========================================================================
 * Copyright 2014 Min Hur, The New York Times Company
 * Licensed under MIT
 * ======================================================================== */


.checkbox label .toggle,
.checkbox-inline .toggle {
	margin-left: -20px;
	margin-right: 5px;
}

.toggle {
	position: relative;
	overflow: hidden;
}
.toggle input[type="checkbox"] {
	display: none;
}
.toggle-group {
	position: absolute;
	width: 200%;
	top: 0;
	bottom: 0;
	left: 0;
	transition: left 0.35s;
	-webkit-transition: left 0.35s;
	-moz-user-select: none;
	-webkit-user-select: none;
}
.toggle.off .toggle-group {
	left: -100%;
}
.toggle-on {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 50%;
	margin: 0;
	border: 0;
	border-radius: 0;
}
.toggle-off {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 50%;
	right: 0;
	margin: 0;
	border: 0;
	border-radius: 0;
}
.toggle-handle {
	position: relative;
	margin: 0 auto;
	padding-top: 0px;
	padding-bottom: 0px;
	height: 100%;
	width: 0px;
	border-width: 0 1px;
}

.toggle.btn { min-width: 59px; min-height: 34px; }
.toggle-on.btn { padding-right: 24px; }
.toggle-off.btn { padding-left: 24px; }

.toggle.btn-lg { min-width: 79px; min-height: 45px; }
.toggle-on.btn-lg { padding-right: 31px; }
.toggle-off.btn-lg { padding-left: 31px; }
.toggle-handle.btn-lg { width: 40px; }

.toggle.btn-sm { min-width: 50px; min-height: 30px;}
.toggle-on.btn-sm { padding-right: 20px; }
.toggle-off.btn-sm { padding-left: 20px; }

.toggle.btn-xs { min-width: 35px; min-height: 22px;}
.toggle-on.btn-xs { padding-right: 12px; }
.toggle-off.btn-xs { padding-left: 12px; }


/* Collection default theme */

.ReactVirtualized__Collection {
}

.ReactVirtualized__Collection__innerScrollContainer {
}

/* Grid default theme */

.ReactVirtualized__Grid {
}

.ReactVirtualized__Grid__innerScrollContainer {
}

/* Table default theme */

.ReactVirtualized__Table {
}

.ReactVirtualized__Table__Grid {
}

.ReactVirtualized__Table__headerRow {
  font-weight: 700;
  text-transform: uppercase;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.ReactVirtualized__Table__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.ReactVirtualized__Table__headerTruncatedText {
  display: inline-block;
  max-width: 100%;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

.ReactVirtualized__Table__headerColumn,
.ReactVirtualized__Table__rowColumn {
  margin-right: 10px;
  min-width: 0px;
}
.ReactVirtualized__Table__rowColumn {
  text-overflow: ellipsis;
  white-space: nowrap;
}

.ReactVirtualized__Table__headerColumn:first-of-type,
.ReactVirtualized__Table__rowColumn:first-of-type {
  margin-left: 10px;
}
.ReactVirtualized__Table__sortableHeaderColumn {
  cursor: pointer;
}

.ReactVirtualized__Table__sortableHeaderIconContainer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.ReactVirtualized__Table__sortableHeaderIcon {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 24px;
          flex: 0 0 24px;
  height: 1em;
  width: 1em;
  fill: currentColor;
}

/* List default theme */

.ReactVirtualized__List {
}
.dropdown-submenu {
    position:relative;
}

.dropdown-submenu>div.dropdown-menu-container{
    left:100%;
	position: absolute;
	/*top: -26px;*/
}

.dropdown-submenu>div.dropdown-menu-container>.dropdown-menu {
	top: -20px;
    margin-top:-6px;
    margin-left:-1px;
    -webkit-border-radius:0 6px 6px 6px;
    -moz-border-radius:0 6px 6px 6px;
    border-radius:0 6px 6px 6px;
}
.dropdown-submenu:hover>div.dropdown-menu-container>.dropdown-menu {
    display:block;
}
.dropdown-submenu>a:after {
    display:block;
    content:" ";
    float:right;
    width:0;
    height:0;
    border-color:transparent;
    border-style:solid;
    border-width:5px 0 5px 5px;
    border-left-color:#cccccc;
    margin-top:5px;
    margin-right:-10px;
}
.dropdown-submenu:hover>a:after {
    border-left-color:#ffffff;
}
.dropdown-submenu.pull-left {
    float:none !important;
}

.dropdown-submenu.pull-left>div.dropdown-menu-container{
    left:-100%;
	width: 100%;
}

.dropdown-submenu.pull-left>div.dropdown-menu-container>.dropdown-menu {
	position:relative;
	float:right;
    margin-left:10px;
    -webkit-border-radius:6px 0 6px 6px;
    -moz-border-radius:6px 0 6px 6px;
    border-radius:6px 0 6px 6px;
	top: -20px;
}
/*!
 * Slider for Bootstrap
 *
 * Licensed under the Apache License v2.0
 *
 */.slider{display:inline-block;vertical-align:middle;position:relative}.slider.slider-horizontal{width:210px;height:20px}.slider.slider-horizontal .slider-track{height:10px;width:100%;margin-top:-5px;top:50%;left:0}.slider.slider-horizontal .slider-selection{height:100%;top:0;bottom:0}.slider.slider-horizontal .slider-handle{margin-left:-10px;margin-top:-5px}.slider.slider-horizontal .slider-handle.triangle{border-width:0 10px 10px 10px;width:0;height:0;border-bottom-color:#0480be;margin-top:0}.slider.slider-vertical{height:210px;width:20px}.slider.slider-vertical .slider-track{width:10px;height:100%;margin-left:-5px;left:50%;top:0}.slider.slider-vertical .slider-selection{width:100%;left:0;top:0;bottom:0}.slider.slider-vertical .slider-handle{margin-left:-5px;margin-top:-10px}.slider.slider-vertical .slider-handle.triangle{border-width:10px 0 10px 10px;width:1px;height:1px;border-left-color:#0480be;margin-left:0}.slider.slider-disabled .slider-handle{background-image:-webkit-linear-gradient(top,#dfdfdf 0,#bebebe 100%);background-image:linear-gradient(to bottom,#dfdfdf 0,#bebebe 100%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffdfdfdf',endColorstr='#ffbebebe',GradientType=0)}.slider.slider-disabled .slider-track{background-image:-webkit-linear-gradient(top,#e5e5e5 0,#e9e9e9 100%);background-image:linear-gradient(to bottom,#e5e5e5 0,#e9e9e9 100%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffe5e5e5',endColorstr='#ffe9e9e9',GradientType=0);cursor:not-allowed}.slider input{display:none}.slider .tooltip-inner{white-space:nowrap}.slider-track{position:absolute;cursor:pointer;background-image:-webkit-linear-gradient(top,#f5f5f5 0,#f9f9f9 100%);background-image:linear-gradient(to bottom,#f5f5f5 0,#f9f9f9 100%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff5f5f5',endColorstr='#fff9f9f9',GradientType=0);-webkit-box-shadow:inset 0 1px 2px rgba(0,0,0,0.1);box-shadow:inset 0 1px 2px rgba(0,0,0,0.1);border-radius:4px}.slider-selection{position:absolute;background-image:-webkit-linear-gradient(top,#f9f9f9 0,#f5f5f5 100%);background-image:linear-gradient(to bottom,#f9f9f9 0,#f5f5f5 100%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff9f9f9',endColorstr='#fff5f5f5',GradientType=0);-webkit-box-shadow:inset 0 -1px 0 rgba(0,0,0,0.15);box-shadow:inset 0 -1px 0 rgba(0,0,0,0.15);-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;border-radius:4px}.slider-handle{position:absolute;width:20px;height:20px;background-color:#3a94a5;background-image:-webkit-linear-gradient(top,#149bdf 0,#0480be 100%);background-image:linear-gradient(to bottom,#149bdf 0,#0480be 100%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff149bdf',endColorstr='#ff0480be',GradientType=0);filter:none;-webkit-box-shadow:inset 0 1px 0 rgba(255,255,255,.2),0 1px 2px rgba(0,0,0,.05);box-shadow:inset 0 1px 0 rgba(255,255,255,.2),0 1px 2px rgba(0,0,0,.05);opacity:.8;border:0 solid transparent}.slider-handle.round{border-radius:50%}.slider-handle.triangle{background:transparent none}
.tippy-box[data-animation=fade][data-state=hidden]{opacity:0}[data-tippy-root]{max-width:calc(100vw - 10px)}.tippy-box{position:relative;background-color:#333;color:#fff;border-radius:4px;font-size:14px;line-height:1.4;outline:0;transition-property:transform,visibility,opacity}.tippy-box[data-placement^=top]>.tippy-arrow{bottom:0}.tippy-box[data-placement^=top]>.tippy-arrow:before{bottom:-7px;left:0;border-width:8px 8px 0;border-top-color:initial;transform-origin:center top}.tippy-box[data-placement^=bottom]>.tippy-arrow{top:0}.tippy-box[data-placement^=bottom]>.tippy-arrow:before{top:-7px;left:0;border-width:0 8px 8px;border-bottom-color:initial;transform-origin:center bottom}.tippy-box[data-placement^=left]>.tippy-arrow{right:0}.tippy-box[data-placement^=left]>.tippy-arrow:before{border-width:8px 0 8px 8px;border-left-color:initial;right:-7px;transform-origin:center left}.tippy-box[data-placement^=right]>.tippy-arrow{left:0}.tippy-box[data-placement^=right]>.tippy-arrow:before{left:-7px;border-width:8px 8px 8px 0;border-right-color:initial;transform-origin:center right}.tippy-box[data-inertia][data-state=visible]{transition-timing-function:cubic-bezier(.54,1.5,.38,1.11)}.tippy-arrow{width:16px;height:16px;color:#333}.tippy-arrow:before{content:"";position:absolute;border-color:transparent;border-style:solid}.tippy-content{position:relative;padding:5px 9px;z-index:1}
/* Avoid BOM*/
/*!
 * Bootstrap v3.3.7 (http://getbootstrap.com)
 * Copyright 2011-2016 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden],
template {
  display: none;
}
a {
  background-color: transparent;
}
a:active,
a:hover {
  outline: 0;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b,
strong {
  font-weight: bold;
}
dfn {
  font-style: italic;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
mark {
  background: #ff0;
  color: #000;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
img {
  border: 0;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 1em 40px;
}
hr {
  box-sizing: content-box;
  height: 0;
}
pre {
  overflow: auto;
}
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}
button {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
button[disabled],
html input[disabled] {
  cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
input {
  line-height: normal;
}
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
input[type="search"] {
  -webkit-appearance: textfield;
  box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
legend {
  border: 0;
  padding: 0;
}
textarea {
  overflow: auto;
}
optgroup {
  font-weight: bold;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td,
th {
  padding: 0;
}
/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */
@media print {
  *,
  *:before,
  *:after {
    background: transparent !important;
    color: #000 !important;
    box-shadow: none !important;
    text-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  a[href^="#"]:after,
  a[href^="javascript:"]:after {
    content: "";
  }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
  .navbar {
    display: none;
  }
  .btn > .caret,
  .dropup > .btn > .caret {
    border-top-color: #000 !important;
  }
  .label {
    border: 1px solid #000;
  }
  .table {
    border-collapse: collapse !important;
  }
  .table td,
  .table th {
    background-color: #fff !important;
  }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #ddd !important;
  }
}
@font-face {
  font-family: 'Glyphicons Halflings';
  src: url(fonts/glyphicons-halflings-regular.eot);
  src: url(fonts/glyphicons-halflings-regular.eot?#iefix) format('embedded-opentype'), url(fonts/glyphicons-halflings-regular.woff2) format('woff2'), url(fonts/glyphicons-halflings-regular.woff) format('woff'), url(fonts/glyphicons-halflings-regular.ttf) format('truetype'), url(fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular) format('svg');
}
.glyphicon {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: 'Glyphicons Halflings';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.glyphicon-asterisk:before {
  content: "\002a";
}
.glyphicon-plus:before {
  content: "\002b";
}
.glyphicon-euro:before,
.glyphicon-eur:before {
  content: "\20ac";
}
.glyphicon-minus:before {
  content: "\2212";
}
.glyphicon-cloud:before {
  content: "\2601";
}
.glyphicon-envelope:before {
  content: "\2709";
}
.glyphicon-pencil:before {
  content: "\270f";
}
.glyphicon-glass:before {
  content: "\e001";
}
.glyphicon-music:before {
  content: "\e002";
}
.glyphicon-search:before {
  content: "\e003";
}
.glyphicon-heart:before {
  content: "\e005";
}
.glyphicon-star:before {
  content: "\e006";
}
.glyphicon-star-empty:before {
  content: "\e007";
}
.glyphicon-user:before {
  content: "\e008";
}
.glyphicon-film:before {
  content: "\e009";
}
.glyphicon-th-large:before {
  content: "\e010";
}
.glyphicon-th:before {
  content: "\e011";
}
.glyphicon-th-list:before {
  content: "\e012";
}
.glyphicon-ok:before {
  content: "\e013";
}
.glyphicon-remove:before {
  content: "\e014";
}
.glyphicon-zoom-in:before {
  content: "\e015";
}
.glyphicon-zoom-out:before {
  content: "\e016";
}
.glyphicon-off:before {
  content: "\e017";
}
.glyphicon-signal:before {
  content: "\e018";
}
.glyphicon-cog:before {
  content: "\e019";
}
.glyphicon-trash:before {
  content: "\e020";
}
.glyphicon-home:before {
  content: "\e021";
}
.glyphicon-file:before {
  content: "\e022";
}
.glyphicon-time:before {
  content: "\e023";
}
.glyphicon-road:before {
  content: "\e024";
}
.glyphicon-download-alt:before {
  content: "\e025";
}
.glyphicon-download:before {
  content: "\e026";
}
.glyphicon-upload:before {
  content: "\e027";
}
.glyphicon-inbox:before {
  content: "\e028";
}
.glyphicon-play-circle:before {
  content: "\e029";
}
.glyphicon-repeat:before {
  content: "\e030";
}
.glyphicon-refresh:before {
  content: "\e031";
}
.glyphicon-list-alt:before {
  content: "\e032";
}
.glyphicon-lock:before {
  content: "\e033";
}
.glyphicon-flag:before {
  content: "\e034";
}
.glyphicon-headphones:before {
  content: "\e035";
}
.glyphicon-volume-off:before {
  content: "\e036";
}
.glyphicon-volume-down:before {
  content: "\e037";
}
.glyphicon-volume-up:before {
  content: "\e038";
}
.glyphicon-qrcode:before {
  content: "\e039";
}
.glyphicon-barcode:before {
  content: "\e040";
}
.glyphicon-tag:before {
  content: "\e041";
}
.glyphicon-tags:before {
  content: "\e042";
}
.glyphicon-book:before {
  content: "\e043";
}
.glyphicon-bookmark:before {
  content: "\e044";
}
.glyphicon-print:before {
  content: "\e045";
}
.glyphicon-camera:before {
  content: "\e046";
}
.glyphicon-font:before {
  content: "\e047";
}
.glyphicon-bold:before {
  content: "\e048";
}
.glyphicon-italic:before {
  content: "\e049";
}
.glyphicon-text-height:before {
  content: "\e050";
}
.glyphicon-text-width:before {
  content: "\e051";
}
.glyphicon-align-left:before {
  content: "\e052";
}
.glyphicon-align-center:before {
  content: "\e053";
}
.glyphicon-align-right:before {
  content: "\e054";
}
.glyphicon-align-justify:before {
  content: "\e055";
}
.glyphicon-list:before {
  content: "\e056";
}
.glyphicon-indent-left:before {
  content: "\e057";
}
.glyphicon-indent-right:before {
  content: "\e058";
}
.glyphicon-facetime-video:before {
  content: "\e059";
}
.glyphicon-picture:before {
  content: "\e060";
}
.glyphicon-map-marker:before {
  content: "\e062";
}
.glyphicon-adjust:before {
  content: "\e063";
}
.glyphicon-tint:before {
  content: "\e064";
}
.glyphicon-edit:before {
  content: "\e065";
}
.glyphicon-share:before {
  content: "\e066";
}
.glyphicon-check:before {
  content: "\e067";
}
.glyphicon-move:before {
  content: "\e068";
}
.glyphicon-step-backward:before {
  content: "\e069";
}
.glyphicon-fast-backward:before {
  content: "\e070";
}
.glyphicon-backward:before {
  content: "\e071";
}
.glyphicon-play:before {
  content: "\e072";
}
.glyphicon-pause:before {
  content: "\e073";
}
.glyphicon-stop:before {
  content: "\e074";
}
.glyphicon-forward:before {
  content: "\e075";
}
.glyphicon-fast-forward:before {
  content: "\e076";
}
.glyphicon-step-forward:before {
  content: "\e077";
}
.glyphicon-eject:before {
  content: "\e078";
}
.glyphicon-chevron-left:before {
  content: "\e079";
}
.glyphicon-chevron-right:before {
  content: "\e080";
}
.glyphicon-plus-sign:before {
  content: "\e081";
}
.glyphicon-minus-sign:before {
  content: "\e082";
}
.glyphicon-remove-sign:before {
  content: "\e083";
}
.glyphicon-ok-sign:before {
  content: "\e084";
}
.glyphicon-question-sign:before {
  content: "\e085";
}
.glyphicon-info-sign:before {
  content: "\e086";
}
.glyphicon-screenshot:before {
  content: "\e087";
}
.glyphicon-remove-circle:before {
  content: "\e088";
}
.glyphicon-ok-circle:before {
  content: "\e089";
}
.glyphicon-ban-circle:before {
  content: "\e090";
}
.glyphicon-arrow-left:before {
  content: "\e091";
}
.glyphicon-arrow-right:before {
  content: "\e092";
}
.glyphicon-arrow-up:before {
  content: "\e093";
}
.glyphicon-arrow-down:before {
  content: "\e094";
}
.glyphicon-share-alt:before {
  content: "\e095";
}
.glyphicon-resize-full:before {
  content: "\e096";
}
.glyphicon-resize-small:before {
  content: "\e097";
}
.glyphicon-exclamation-sign:before {
  content: "\e101";
}
.glyphicon-gift:before {
  content: "\e102";
}
.glyphicon-leaf:before {
  content: "\e103";
}
.glyphicon-fire:before {
  content: "\e104";
}
.glyphicon-eye-open:before {
  content: "\e105";
}
.glyphicon-eye-close:before {
  content: "\e106";
}
.glyphicon-warning-sign:before {
  content: "\e107";
}
.glyphicon-plane:before {
  content: "\e108";
}
.glyphicon-calendar:before {
  content: "\e109";
}
.glyphicon-random:before {
  content: "\e110";
}
.glyphicon-comment:before {
  content: "\e111";
}
.glyphicon-magnet:before {
  content: "\e112";
}
.glyphicon-chevron-up:before {
  content: "\e113";
}
.glyphicon-chevron-down:before {
  content: "\e114";
}
.glyphicon-retweet:before {
  content: "\e115";
}
.glyphicon-shopping-cart:before {
  content: "\e116";
}
.glyphicon-folder-close:before {
  content: "\e117";
}
.glyphicon-folder-open:before {
  content: "\e118";
}
.glyphicon-resize-vertical:before {
  content: "\e119";
}
.glyphicon-resize-horizontal:before {
  content: "\e120";
}
.glyphicon-hdd:before {
  content: "\e121";
}
.glyphicon-bullhorn:before {
  content: "\e122";
}
.glyphicon-bell:before {
  content: "\e123";
}
.glyphicon-certificate:before {
  content: "\e124";
}
.glyphicon-thumbs-up:before {
  content: "\e125";
}
.glyphicon-thumbs-down:before {
  content: "\e126";
}
.glyphicon-hand-right:before {
  content: "\e127";
}
.glyphicon-hand-left:before {
  content: "\e128";
}
.glyphicon-hand-up:before {
  content: "\e129";
}
.glyphicon-hand-down:before {
  content: "\e130";
}
.glyphicon-circle-arrow-right:before {
  content: "\e131";
}
.glyphicon-circle-arrow-left:before {
  content: "\e132";
}
.glyphicon-circle-arrow-up:before {
  content: "\e133";
}
.glyphicon-circle-arrow-down:before {
  content: "\e134";
}
.glyphicon-globe:before {
  content: "\e135";
}
.glyphicon-wrench:before {
  content: "\e136";
}
.glyphicon-tasks:before {
  content: "\e137";
}
.glyphicon-filter:before {
  content: "\e138";
}
.glyphicon-briefcase:before {
  content: "\e139";
}
.glyphicon-fullscreen:before {
  content: "\e140";
}
.glyphicon-dashboard:before {
  content: "\e141";
}
.glyphicon-paperclip:before {
  content: "\e142";
}
.glyphicon-heart-empty:before {
  content: "\e143";
}
.glyphicon-link:before {
  content: "\e144";
}
.glyphicon-phone:before {
  content: "\e145";
}
.glyphicon-pushpin:before {
  content: "\e146";
}
.glyphicon-usd:before {
  content: "\e148";
}
.glyphicon-gbp:before {
  content: "\e149";
}
.glyphicon-sort:before {
  content: "\e150";
}
.glyphicon-sort-by-alphabet:before {
  content: "\e151";
}
.glyphicon-sort-by-alphabet-alt:before {
  content: "\e152";
}
.glyphicon-sort-by-order:before {
  content: "\e153";
}
.glyphicon-sort-by-order-alt:before {
  content: "\e154";
}
.glyphicon-sort-by-attributes:before {
  content: "\e155";
}
.glyphicon-sort-by-attributes-alt:before {
  content: "\e156";
}
.glyphicon-unchecked:before {
  content: "\e157";
}
.glyphicon-expand:before {
  content: "\e158";
}
.glyphicon-collapse-down:before {
  content: "\e159";
}
.glyphicon-collapse-up:before {
  content: "\e160";
}
.glyphicon-log-in:before {
  content: "\e161";
}
.glyphicon-flash:before {
  content: "\e162";
}
.glyphicon-log-out:before {
  content: "\e163";
}
.glyphicon-new-window:before {
  content: "\e164";
}
.glyphicon-record:before {
  content: "\e165";
}
.glyphicon-save:before {
  content: "\e166";
}
.glyphicon-open:before {
  content: "\e167";
}
.glyphicon-saved:before {
  content: "\e168";
}
.glyphicon-import:before {
  content: "\e169";
}
.glyphicon-export:before {
  content: "\e170";
}
.glyphicon-send:before {
  content: "\e171";
}
.glyphicon-floppy-disk:before {
  content: "\e172";
}
.glyphicon-floppy-saved:before {
  content: "\e173";
}
.glyphicon-floppy-remove:before {
  content: "\e174";
}
.glyphicon-floppy-save:before {
  content: "\e175";
}
.glyphicon-floppy-open:before {
  content: "\e176";
}
.glyphicon-credit-card:before {
  content: "\e177";
}
.glyphicon-transfer:before {
  content: "\e178";
}
.glyphicon-cutlery:before {
  content: "\e179";
}
.glyphicon-header:before {
  content: "\e180";
}
.glyphicon-compressed:before {
  content: "\e181";
}
.glyphicon-earphone:before {
  content: "\e182";
}
.glyphicon-phone-alt:before {
  content: "\e183";
}
.glyphicon-tower:before {
  content: "\e184";
}
.glyphicon-stats:before {
  content: "\e185";
}
.glyphicon-sd-video:before {
  content: "\e186";
}
.glyphicon-hd-video:before {
  content: "\e187";
}
.glyphicon-subtitles:before {
  content: "\e188";
}
.glyphicon-sound-stereo:before {
  content: "\e189";
}
.glyphicon-sound-dolby:before {
  content: "\e190";
}
.glyphicon-sound-5-1:before {
  content: "\e191";
}
.glyphicon-sound-6-1:before {
  content: "\e192";
}
.glyphicon-sound-7-1:before {
  content: "\e193";
}
.glyphicon-copyright-mark:before {
  content: "\e194";
}
.glyphicon-registration-mark:before {
  content: "\e195";
}
.glyphicon-cloud-download:before {
  content: "\e197";
}
.glyphicon-cloud-upload:before {
  content: "\e198";
}
.glyphicon-tree-conifer:before {
  content: "\e199";
}
.glyphicon-tree-deciduous:before {
  content: "\e200";
}
.glyphicon-cd:before {
  content: "\e201";
}
.glyphicon-save-file:before {
  content: "\e202";
}
.glyphicon-open-file:before {
  content: "\e203";
}
.glyphicon-level-up:before {
  content: "\e204";
}
.glyphicon-copy:before {
  content: "\e205";
}
.glyphicon-paste:before {
  content: "\e206";
}
.glyphicon-alert:before {
  content: "\e209";
}
.glyphicon-equalizer:before {
  content: "\e210";
}
.glyphicon-king:before {
  content: "\e211";
}
.glyphicon-queen:before {
  content: "\e212";
}
.glyphicon-pawn:before {
  content: "\e213";
}
.glyphicon-bishop:before {
  content: "\e214";
}
.glyphicon-knight:before {
  content: "\e215";
}
.glyphicon-baby-formula:before {
  content: "\e216";
}
.glyphicon-tent:before {
  content: "\26fa";
}
.glyphicon-blackboard:before {
  content: "\e218";
}
.glyphicon-bed:before {
  content: "\e219";
}
.glyphicon-apple:before {
  content: "\f8ff";
}
.glyphicon-erase:before {
  content: "\e221";
}
.glyphicon-hourglass:before {
  content: "\231b";
}
.glyphicon-lamp:before {
  content: "\e223";
}
.glyphicon-duplicate:before {
  content: "\e224";
}
.glyphicon-piggy-bank:before {
  content: "\e225";
}
.glyphicon-scissors:before {
  content: "\e226";
}
.glyphicon-bitcoin:before {
  content: "\e227";
}
.glyphicon-btc:before {
  content: "\e227";
}
.glyphicon-xbt:before {
  content: "\e227";
}
.glyphicon-yen:before {
  content: "\00a5";
}
.glyphicon-jpy:before {
  content: "\00a5";
}
.glyphicon-ruble:before {
  content: "\20bd";
}
.glyphicon-rub:before {
  content: "\20bd";
}
.glyphicon-scale:before {
  content: "\e230";
}
.glyphicon-ice-lolly:before {
  content: "\e231";
}
.glyphicon-ice-lolly-tasted:before {
  content: "\e232";
}
.glyphicon-education:before {
  content: "\e233";
}
.glyphicon-option-horizontal:before {
  content: "\e234";
}
.glyphicon-option-vertical:before {
  content: "\e235";
}
.glyphicon-menu-hamburger:before {
  content: "\e236";
}
.glyphicon-modal-window:before {
  content: "\e237";
}
.glyphicon-oil:before {
  content: "\e238";
}
.glyphicon-grain:before {
  content: "\e239";
}
.glyphicon-sunglasses:before {
  content: "\e240";
}
.glyphicon-text-size:before {
  content: "\e241";
}
.glyphicon-text-color:before {
  content: "\e242";
}
.glyphicon-text-background:before {
  content: "\e243";
}
.glyphicon-object-align-top:before {
  content: "\e244";
}
.glyphicon-object-align-bottom:before {
  content: "\e245";
}
.glyphicon-object-align-horizontal:before {
  content: "\e246";
}
.glyphicon-object-align-left:before {
  content: "\e247";
}
.glyphicon-object-align-vertical:before {
  content: "\e248";
}
.glyphicon-object-align-right:before {
  content: "\e249";
}
.glyphicon-triangle-right:before {
  content: "\e250";
}
.glyphicon-triangle-left:before {
  content: "\e251";
}
.glyphicon-triangle-bottom:before {
  content: "\e252";
}
.glyphicon-triangle-top:before {
  content: "\e253";
}
.glyphicon-console:before {
  content: "\e254";
}
.glyphicon-superscript:before {
  content: "\e255";
}
.glyphicon-subscript:before {
  content: "\e256";
}
.glyphicon-menu-left:before {
  content: "\e257";
}
.glyphicon-menu-right:before {
  content: "\e258";
}
.glyphicon-menu-down:before {
  content: "\e259";
}
.glyphicon-menu-up:before {
  content: "\e260";
}
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
html {
  font-size: 10px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
body {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.42857143;
  color: #333333;
  background-color: #f3f3f3;
}
input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
a {
  color: #337ab7;
  text-decoration: none;
}
a:hover,
a:focus {
  color: #23527c;
  text-decoration: underline;
}
a:focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
figure {
  margin: 0;
}
img {
  vertical-align: middle;
}
.img-responsive,
.thumbnail > img,
.thumbnail a > img,
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  display: block;
  max-width: 100%;
  height: auto;
}
.img-rounded {
  border-radius: 3px;
}
.img-thumbnail {
  padding: 4px;
  line-height: 1.42857143;
  background-color: #f3f3f3;
  border: 1px solid #ddd;
  border-radius: 2px;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto;
}
.img-circle {
  border-radius: 50%;
}
hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #eeeeee;
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}
[role="button"] {
  cursor: pointer;
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: inherit;
  font-weight: 500;
  line-height: 1.1;
  color: inherit;
}
h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small,
.h1 small,
.h2 small,
.h3 small,
.h4 small,
.h5 small,
.h6 small,
h1 .small,
h2 .small,
h3 .small,
h4 .small,
h5 .small,
h6 .small,
.h1 .small,
.h2 .small,
.h3 .small,
.h4 .small,
.h5 .small,
.h6 .small {
  font-weight: normal;
  line-height: 1;
  color: #777777;
}
h1,
.h1,
h2,
.h2,
h3,
.h3 {
  margin-top: 20px;
  margin-bottom: 10px;
}
h1 small,
.h1 small,
h2 small,
.h2 small,
h3 small,
.h3 small,
h1 .small,
.h1 .small,
h2 .small,
.h2 .small,
h3 .small,
.h3 .small {
  font-size: 65%;
}
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  margin-top: 10px;
  margin-bottom: 10px;
}
h4 small,
.h4 small,
h5 small,
.h5 small,
h6 small,
.h6 small,
h4 .small,
.h4 .small,
h5 .small,
.h5 .small,
h6 .small,
.h6 .small {
  font-size: 75%;
}
h1,
.h1 {
  font-size: 36px;
}
h2,
.h2 {
  font-size: 30px;
}
h3,
.h3 {
  font-size: 24px;
}
h4,
.h4 {
  font-size: 18px;
}
h5,
.h5 {
  font-size: 14px;
}
h6,
.h6 {
  font-size: 12px;
}
p {
  margin: 0 0 10px;
}
.lead {
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.4;
}
@media (min-width: 768px) {
  .lead {
    font-size: 21px;
  }
}
small,
.small {
  font-size: 85%;
}
mark,
.mark {
  background-color: #fcf8e3;
  padding: 0.2em;
}
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
.text-center {
  text-align: center;
}
.text-justify {
  text-align: justify;
}
.text-nowrap {
  white-space: nowrap;
}
.text-lowercase {
  text-transform: lowercase;
}
.text-uppercase {
  text-transform: uppercase;
}
.text-capitalize {
  text-transform: capitalize;
}
.text-muted {
  color: #777777;
}
.text-primary {
  color: #337ab7;
}
a.text-primary:hover,
a.text-primary:focus {
  color: #286090;
}
.text-success {
  color: #3c763d;
}
a.text-success:hover,
a.text-success:focus {
  color: #2b542c;
}
.text-info {
  color: #31708f;
}
a.text-info:hover,
a.text-info:focus {
  color: #245269;
}
.text-warning {
  color: #8a6d3b;
}
a.text-warning:hover,
a.text-warning:focus {
  color: #66512c;
}
.text-danger {
  color: #a94442;
}
a.text-danger:hover,
a.text-danger:focus {
  color: #843534;
}
.bg-primary {
  color: #fff;
  background-color: #337ab7;
}
a.bg-primary:hover,
a.bg-primary:focus {
  background-color: #286090;
}
.bg-success {
  background-color: #dff0d8;
}
a.bg-success:hover,
a.bg-success:focus {
  background-color: #c1e2b3;
}
.bg-info {
  background-color: #d9edf7;
}
a.bg-info:hover,
a.bg-info:focus {
  background-color: #afd9ee;
}
.bg-warning {
  background-color: #fcf8e3;
}
a.bg-warning:hover,
a.bg-warning:focus {
  background-color: #f7ecb5;
}
.bg-danger {
  background-color: #f2dede;
}
a.bg-danger:hover,
a.bg-danger:focus {
  background-color: #e4b9b9;
}
.page-header {
  padding-bottom: 9px;
  margin: 40px 0 20px;
  border-bottom: 1px solid #eeeeee;
}
ul,
ol {
  margin-top: 0;
  margin-bottom: 10px;
}
ul ul,
ol ul,
ul ol,
ol ol {
  margin-bottom: 0;
}
.list-unstyled {
  padding-left: 0;
  list-style: none;
}
.list-inline {
  padding-left: 0;
  list-style: none;
  margin-left: -5px;
}
.list-inline > li {
  display: inline-block;
  padding-left: 5px;
  padding-right: 5px;
}
dl {
  margin-top: 0;
  margin-bottom: 20px;
}
dt,
dd {
  line-height: 1.42857143;
}
dt {
  font-weight: bold;
}
dd {
  margin-left: 0;
}
@media (min-width: 768px) {
  .dl-horizontal dt {
    float: left;
    width: 160px;
    clear: left;
    text-align: right;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .dl-horizontal dd {
    margin-left: 180px;
  }
}
abbr[title],
abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #777777;
}
.initialism {
  font-size: 90%;
  text-transform: uppercase;
}
blockquote {
  padding: 10px 20px;
  margin: 0 0 20px;
  font-size: 17.5px;
  border-left: 5px solid #eeeeee;
}
blockquote p:last-child,
blockquote ul:last-child,
blockquote ol:last-child {
  margin-bottom: 0;
}
blockquote footer,
blockquote small,
blockquote .small {
  display: block;
  font-size: 80%;
  line-height: 1.42857143;
  color: #777777;
}
blockquote footer:before,
blockquote small:before,
blockquote .small:before {
  content: '\2014 \00A0';
}
.blockquote-reverse,
blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
  border-right: 5px solid #eeeeee;
  border-left: 0;
  text-align: right;
}
.blockquote-reverse footer:before,
blockquote.pull-right footer:before,
.blockquote-reverse small:before,
blockquote.pull-right small:before,
.blockquote-reverse .small:before,
blockquote.pull-right .small:before {
  content: '';
}
.blockquote-reverse footer:after,
blockquote.pull-right footer:after,
.blockquote-reverse small:after,
blockquote.pull-right small:after,
.blockquote-reverse .small:after,
blockquote.pull-right .small:after {
  content: '\00A0 \2014';
}
address {
  margin-bottom: 20px;
  font-style: normal;
  line-height: 1.42857143;
}
code,
kbd,
pre,
samp {
  font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
}
code {
  padding: 2px 4px;
  font-size: 90%;
  color: #c7254e;
  background-color: #f9f2f4;
  border-radius: 2px;
}
kbd {
  padding: 2px 4px;
  font-size: 90%;
  color: #fff;
  background-color: #333;
  border-radius: 1px;
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);
}
kbd kbd {
  padding: 0;
  font-size: 100%;
  font-weight: bold;
  box-shadow: none;
}
pre {
  display: block;
  padding: 9.5px;
  margin: 0 0 10px;
  font-size: 13px;
  line-height: 1.42857143;
  word-break: break-all;
  word-wrap: break-word;
  color: #333333;
  background-color: #f5f5f5;
  border: 1px solid #ccc;
  border-radius: 2px;
}
pre code {
  padding: 0;
  font-size: inherit;
  color: inherit;
  white-space: pre-wrap;
  background-color: transparent;
  border-radius: 0;
}
.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}
.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  .container {
    width: 750px;
  }
}
@media (min-width: 992px) {
  .container {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1170px;
  }
}
.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
.row {
  margin-left: -15px;
  margin-right: -15px;
}
.col-xs-1,
.col-sm-1,
.col-md-1,
.col-lg-1,
.col-xs-2,
.col-sm-2,
.col-md-2,
.col-lg-2,
.col-xs-3,
.col-sm-3,
.col-md-3,
.col-lg-3,
.col-xs-4,
.col-sm-4,
.col-md-4,
.col-lg-4,
.col-xs-5,
.col-sm-5,
.col-md-5,
.col-lg-5,
.col-xs-6,
.col-sm-6,
.col-md-6,
.col-lg-6,
.col-xs-7,
.col-sm-7,
.col-md-7,
.col-lg-7,
.col-xs-8,
.col-sm-8,
.col-md-8,
.col-lg-8,
.col-xs-9,
.col-sm-9,
.col-md-9,
.col-lg-9,
.col-xs-10,
.col-sm-10,
.col-md-10,
.col-lg-10,
.col-xs-11,
.col-sm-11,
.col-md-11,
.col-lg-11,
.col-xs-12,
.col-sm-12,
.col-md-12,
.col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
.col-xs-1,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-10,
.col-xs-11,
.col-xs-12 {
  float: left;
}
.col-xs-12 {
  width: 100%;
}
.col-xs-11 {
  width: 91.66666667%;
}
.col-xs-10 {
  width: 83.33333333%;
}
.col-xs-9 {
  width: 75%;
}
.col-xs-8 {
  width: 66.66666667%;
}
.col-xs-7 {
  width: 58.33333333%;
}
.col-xs-6 {
  width: 50%;
}
.col-xs-5 {
  width: 41.66666667%;
}
.col-xs-4 {
  width: 33.33333333%;
}
.col-xs-3 {
  width: 25%;
}
.col-xs-2 {
  width: 16.66666667%;
}
.col-xs-1 {
  width: 8.33333333%;
}
.col-xs-pull-12 {
  right: 100%;
}
.col-xs-pull-11 {
  right: 91.66666667%;
}
.col-xs-pull-10 {
  right: 83.33333333%;
}
.col-xs-pull-9 {
  right: 75%;
}
.col-xs-pull-8 {
  right: 66.66666667%;
}
.col-xs-pull-7 {
  right: 58.33333333%;
}
.col-xs-pull-6 {
  right: 50%;
}
.col-xs-pull-5 {
  right: 41.66666667%;
}
.col-xs-pull-4 {
  right: 33.33333333%;
}
.col-xs-pull-3 {
  right: 25%;
}
.col-xs-pull-2 {
  right: 16.66666667%;
}
.col-xs-pull-1 {
  right: 8.33333333%;
}
.col-xs-pull-0 {
  right: auto;
}
.col-xs-push-12 {
  left: 100%;
}
.col-xs-push-11 {
  left: 91.66666667%;
}
.col-xs-push-10 {
  left: 83.33333333%;
}
.col-xs-push-9 {
  left: 75%;
}
.col-xs-push-8 {
  left: 66.66666667%;
}
.col-xs-push-7 {
  left: 58.33333333%;
}
.col-xs-push-6 {
  left: 50%;
}
.col-xs-push-5 {
  left: 41.66666667%;
}
.col-xs-push-4 {
  left: 33.33333333%;
}
.col-xs-push-3 {
  left: 25%;
}
.col-xs-push-2 {
  left: 16.66666667%;
}
.col-xs-push-1 {
  left: 8.33333333%;
}
.col-xs-push-0 {
  left: auto;
}
.col-xs-offset-12 {
  margin-left: 100%;
}
.col-xs-offset-11 {
  margin-left: 91.66666667%;
}
.col-xs-offset-10 {
  margin-left: 83.33333333%;
}
.col-xs-offset-9 {
  margin-left: 75%;
}
.col-xs-offset-8 {
  margin-left: 66.66666667%;
}
.col-xs-offset-7 {
  margin-left: 58.33333333%;
}
.col-xs-offset-6 {
  margin-left: 50%;
}
.col-xs-offset-5 {
  margin-left: 41.66666667%;
}
.col-xs-offset-4 {
  margin-left: 33.33333333%;
}
.col-xs-offset-3 {
  margin-left: 25%;
}
.col-xs-offset-2 {
  margin-left: 16.66666667%;
}
.col-xs-offset-1 {
  margin-left: 8.33333333%;
}
.col-xs-offset-0 {
  margin-left: 0%;
}
@media (min-width: 768px) {
  .col-sm-1,
  .col-sm-2,
  .col-sm-3,
  .col-sm-4,
  .col-sm-5,
  .col-sm-6,
  .col-sm-7,
  .col-sm-8,
  .col-sm-9,
  .col-sm-10,
  .col-sm-11,
  .col-sm-12 {
    float: left;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-11 {
    width: 91.66666667%;
  }
  .col-sm-10 {
    width: 83.33333333%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-8 {
    width: 66.66666667%;
  }
  .col-sm-7 {
    width: 58.33333333%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-5 {
    width: 41.66666667%;
  }
  .col-sm-4 {
    width: 33.33333333%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-2 {
    width: 16.66666667%;
  }
  .col-sm-1 {
    width: 8.33333333%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
  .col-sm-pull-11 {
    right: 91.66666667%;
  }
  .col-sm-pull-10 {
    right: 83.33333333%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-8 {
    right: 66.66666667%;
  }
  .col-sm-pull-7 {
    right: 58.33333333%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-5 {
    right: 41.66666667%;
  }
  .col-sm-pull-4 {
    right: 33.33333333%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-2 {
    right: 16.66666667%;
  }
  .col-sm-pull-1 {
    right: 8.33333333%;
  }
  .col-sm-pull-0 {
    right: auto;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-push-11 {
    left: 91.66666667%;
  }
  .col-sm-push-10 {
    left: 83.33333333%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-8 {
    left: 66.66666667%;
  }
  .col-sm-push-7 {
    left: 58.33333333%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-5 {
    left: 41.66666667%;
  }
  .col-sm-push-4 {
    left: 33.33333333%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-2 {
    left: 16.66666667%;
  }
  .col-sm-push-1 {
    left: 8.33333333%;
  }
  .col-sm-push-0 {
    left: auto;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
  .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-sm-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 992px) {
  .col-md-1,
  .col-md-2,
  .col-md-3,
  .col-md-4,
  .col-md-5,
  .col-md-6,
  .col-md-7,
  .col-md-8,
  .col-md-9,
  .col-md-10,
  .col-md-11,
  .col-md-12 {
    float: left;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-11 {
    width: 91.66666667%;
  }
  .col-md-10 {
    width: 83.33333333%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-8 {
    width: 66.66666667%;
  }
  .col-md-7 {
    width: 58.33333333%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-5 {
    width: 41.66666667%;
  }
  .col-md-4 {
    width: 33.33333333%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-2 {
    width: 16.66666667%;
  }
  .col-md-1 {
    width: 8.33333333%;
  }
  .col-md-pull-12 {
    right: 100%;
  }
  .col-md-pull-11 {
    right: 91.66666667%;
  }
  .col-md-pull-10 {
    right: 83.33333333%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-8 {
    right: 66.66666667%;
  }
  .col-md-pull-7 {
    right: 58.33333333%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-5 {
    right: 41.66666667%;
  }
  .col-md-pull-4 {
    right: 33.33333333%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-2 {
    right: 16.66666667%;
  }
  .col-md-pull-1 {
    right: 8.33333333%;
  }
  .col-md-pull-0 {
    right: auto;
  }
  .col-md-push-12 {
    left: 100%;
  }
  .col-md-push-11 {
    left: 91.66666667%;
  }
  .col-md-push-10 {
    left: 83.33333333%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-8 {
    left: 66.66666667%;
  }
  .col-md-push-7 {
    left: 58.33333333%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-5 {
    left: 41.66666667%;
  }
  .col-md-push-4 {
    left: 33.33333333%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-2 {
    left: 16.66666667%;
  }
  .col-md-push-1 {
    left: 8.33333333%;
  }
  .col-md-push-0 {
    left: auto;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
  .col-md-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-md-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-md-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-md-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-md-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-md-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 1200px) {
  .col-lg-1,
  .col-lg-2,
  .col-lg-3,
  .col-lg-4,
  .col-lg-5,
  .col-lg-6,
  .col-lg-7,
  .col-lg-8,
  .col-lg-9,
  .col-lg-10,
  .col-lg-11,
  .col-lg-12 {
    float: left;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-11 {
    width: 91.66666667%;
  }
  .col-lg-10 {
    width: 83.33333333%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-8 {
    width: 66.66666667%;
  }
  .col-lg-7 {
    width: 58.33333333%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-5 {
    width: 41.66666667%;
  }
  .col-lg-4 {
    width: 33.33333333%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-2 {
    width: 16.66666667%;
  }
  .col-lg-1 {
    width: 8.33333333%;
  }
  .col-lg-pull-12 {
    right: 100%;
  }
  .col-lg-pull-11 {
    right: 91.66666667%;
  }
  .col-lg-pull-10 {
    right: 83.33333333%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-8 {
    right: 66.66666667%;
  }
  .col-lg-pull-7 {
    right: 58.33333333%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-5 {
    right: 41.66666667%;
  }
  .col-lg-pull-4 {
    right: 33.33333333%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-2 {
    right: 16.66666667%;
  }
  .col-lg-pull-1 {
    right: 8.33333333%;
  }
  .col-lg-pull-0 {
    right: auto;
  }
  .col-lg-push-12 {
    left: 100%;
  }
  .col-lg-push-11 {
    left: 91.66666667%;
  }
  .col-lg-push-10 {
    left: 83.33333333%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-8 {
    left: 66.66666667%;
  }
  .col-lg-push-7 {
    left: 58.33333333%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-5 {
    left: 41.66666667%;
  }
  .col-lg-push-4 {
    left: 33.33333333%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-2 {
    left: 16.66666667%;
  }
  .col-lg-push-1 {
    left: 8.33333333%;
  }
  .col-lg-push-0 {
    left: auto;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
  .col-lg-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-lg-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-lg-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-lg-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-lg-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-lg-offset-0 {
    margin-left: 0%;
  }
}
table {
  background-color: white;
}
caption {
  padding-top: 8px;
  padding-bottom: 8px;
  color: #777777;
  text-align: left;
}
th {
  text-align: left;
}
.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 20px;
}
.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td {
  padding: 8px;
  line-height: 1.42857143;
  vertical-align: top;
  border-top: 1px solid #e3e3e3;
}
.table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #e3e3e3;
}
.table > caption + thead > tr:first-child > th,
.table > colgroup + thead > tr:first-child > th,
.table > thead:first-child > tr:first-child > th,
.table > caption + thead > tr:first-child > td,
.table > colgroup + thead > tr:first-child > td,
.table > thead:first-child > tr:first-child > td {
  border-top: 0;
}
.table > tbody + tbody {
  border-top: 2px solid #e3e3e3;
}
.table .table {
  background-color: #f3f3f3;
}
.table-condensed > thead > tr > th,
.table-condensed > tbody > tr > th,
.table-condensed > tfoot > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > tbody > tr > td,
.table-condensed > tfoot > tr > td {
  padding: 5px;
}
.table-bordered {
  border: 1px solid #e3e3e3;
}
.table-bordered > thead > tr > th,
.table-bordered > tbody > tr > th,
.table-bordered > tfoot > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > tbody > tr > td,
.table-bordered > tfoot > tr > td {
  border: 1px solid #e3e3e3;
}
.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td {
  border-bottom-width: 2px;
}
.table-striped > tbody > tr:nth-of-type(odd) {
  background-color: #f9f9f9;
}
.table-hover > tbody > tr:hover {
  background-color: #d9e8ef;
}
table col[class*="col-"] {
  position: static;
  float: none;
  display: table-column;
}
table td[class*="col-"],
table th[class*="col-"] {
  position: static;
  float: none;
  display: table-cell;
}
.table > thead > tr > td.active,
.table > tbody > tr > td.active,
.table > tfoot > tr > td.active,
.table > thead > tr > th.active,
.table > tbody > tr > th.active,
.table > tfoot > tr > th.active,
.table > thead > tr.active > td,
.table > tbody > tr.active > td,
.table > tfoot > tr.active > td,
.table > thead > tr.active > th,
.table > tbody > tr.active > th,
.table > tfoot > tr.active > th {
  background-color: #d9e8ef;
}
.table-hover > tbody > tr > td.active:hover,
.table-hover > tbody > tr > th.active:hover,
.table-hover > tbody > tr.active:hover > td,
.table-hover > tbody > tr:hover > .active,
.table-hover > tbody > tr.active:hover > th {
  background-color: #c7dde7;
}
.table > thead > tr > td.success,
.table > tbody > tr > td.success,
.table > tfoot > tr > td.success,
.table > thead > tr > th.success,
.table > tbody > tr > th.success,
.table > tfoot > tr > th.success,
.table > thead > tr.success > td,
.table > tbody > tr.success > td,
.table > tfoot > tr.success > td,
.table > thead > tr.success > th,
.table > tbody > tr.success > th,
.table > tfoot > tr.success > th {
  background-color: #dff0d8;
}
.table-hover > tbody > tr > td.success:hover,
.table-hover > tbody > tr > th.success:hover,
.table-hover > tbody > tr.success:hover > td,
.table-hover > tbody > tr:hover > .success,
.table-hover > tbody > tr.success:hover > th {
  background-color: #d0e9c6;
}
.table > thead > tr > td.info,
.table > tbody > tr > td.info,
.table > tfoot > tr > td.info,
.table > thead > tr > th.info,
.table > tbody > tr > th.info,
.table > tfoot > tr > th.info,
.table > thead > tr.info > td,
.table > tbody > tr.info > td,
.table > tfoot > tr.info > td,
.table > thead > tr.info > th,
.table > tbody > tr.info > th,
.table > tfoot > tr.info > th {
  background-color: #d9edf7;
}
.table-hover > tbody > tr > td.info:hover,
.table-hover > tbody > tr > th.info:hover,
.table-hover > tbody > tr.info:hover > td,
.table-hover > tbody > tr:hover > .info,
.table-hover > tbody > tr.info:hover > th {
  background-color: #c4e3f3;
}
.table > thead > tr > td.warning,
.table > tbody > tr > td.warning,
.table > tfoot > tr > td.warning,
.table > thead > tr > th.warning,
.table > tbody > tr > th.warning,
.table > tfoot > tr > th.warning,
.table > thead > tr.warning > td,
.table > tbody > tr.warning > td,
.table > tfoot > tr.warning > td,
.table > thead > tr.warning > th,
.table > tbody > tr.warning > th,
.table > tfoot > tr.warning > th {
  background-color: #fcf8e3;
}
.table-hover > tbody > tr > td.warning:hover,
.table-hover > tbody > tr > th.warning:hover,
.table-hover > tbody > tr.warning:hover > td,
.table-hover > tbody > tr:hover > .warning,
.table-hover > tbody > tr.warning:hover > th {
  background-color: #faf2cc;
}
.table > thead > tr > td.danger,
.table > tbody > tr > td.danger,
.table > tfoot > tr > td.danger,
.table > thead > tr > th.danger,
.table > tbody > tr > th.danger,
.table > tfoot > tr > th.danger,
.table > thead > tr.danger > td,
.table > tbody > tr.danger > td,
.table > tfoot > tr.danger > td,
.table > thead > tr.danger > th,
.table > tbody > tr.danger > th,
.table > tfoot > tr.danger > th {
  background-color: #f2dede;
}
.table-hover > tbody > tr > td.danger:hover,
.table-hover > tbody > tr > th.danger:hover,
.table-hover > tbody > tr.danger:hover > td,
.table-hover > tbody > tr:hover > .danger,
.table-hover > tbody > tr.danger:hover > th {
  background-color: #ebcccc;
}
.table-responsive {
  overflow-x: auto;
  min-height: 0.01%;
}
@media screen and (max-width: 767px) {
  .table-responsive {
    width: 100%;
    margin-bottom: 15px;
    overflow-y: hidden;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #e3e3e3;
  }
  .table-responsive > .table {
    margin-bottom: 0;
  }
  .table-responsive > .table > thead > tr > th,
  .table-responsive > .table > tbody > tr > th,
  .table-responsive > .table > tfoot > tr > th,
  .table-responsive > .table > thead > tr > td,
  .table-responsive > .table > tbody > tr > td,
  .table-responsive > .table > tfoot > tr > td {
    white-space: nowrap;
  }
  .table-responsive > .table-bordered {
    border: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:first-child,
  .table-responsive > .table-bordered > tbody > tr > th:first-child,
  .table-responsive > .table-bordered > tfoot > tr > th:first-child,
  .table-responsive > .table-bordered > thead > tr > td:first-child,
  .table-responsive > .table-bordered > tbody > tr > td:first-child,
  .table-responsive > .table-bordered > tfoot > tr > td:first-child {
    border-left: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:last-child,
  .table-responsive > .table-bordered > tbody > tr > th:last-child,
  .table-responsive > .table-bordered > tfoot > tr > th:last-child,
  .table-responsive > .table-bordered > thead > tr > td:last-child,
  .table-responsive > .table-bordered > tbody > tr > td:last-child,
  .table-responsive > .table-bordered > tfoot > tr > td:last-child {
    border-right: 0;
  }
  .table-responsive > .table-bordered > tbody > tr:last-child > th,
  .table-responsive > .table-bordered > tfoot > tr:last-child > th,
  .table-responsive > .table-bordered > tbody > tr:last-child > td,
  .table-responsive > .table-bordered > tfoot > tr:last-child > td {
    border-bottom: 0;
  }
}
fieldset {
  padding: 0;
  margin: 0;
  border: 0;
  min-width: 0;
}
legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 20px;
  font-size: 21px;
  line-height: inherit;
  color: #333333;
  border: 0;
  border-bottom: 1px solid #e5e5e5;
}
label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: bold;
}
input[type="search"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
input[type="radio"],
input[type="checkbox"] {
  margin: 4px 0 0;
  margin-top: 1px \9;
  line-height: normal;
}
input[type="file"] {
  display: block;
}
input[type="range"] {
  display: block;
  width: 100%;
}
select[multiple],
select[size] {
  height: auto;
}
input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
output {
  display: block;
  padding-top: 7px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555555;
}
.form-control {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 2px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.form-control:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
  -moz-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
}
.form-control::-moz-placeholder {
  color: #999;
  opacity: 1;
}
.form-control:-ms-input-placeholder {
  color: #999;
}
.form-control::-webkit-input-placeholder {
  color: #999;
}
.form-control::-ms-expand {
  border: 0;
  background-color: transparent;
}
.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
  background-color: #eeeeee;
  opacity: 1;
}
.form-control[disabled],
fieldset[disabled] .form-control {
  cursor: not-allowed;
}
textarea.form-control {
  height: auto;
}
input[type="search"] {
  -webkit-appearance: none;
}
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  input[type="date"].form-control,
  input[type="time"].form-control,
  input[type="datetime-local"].form-control,
  input[type="month"].form-control {
    line-height: 34px;
  }
  input[type="date"].input-sm,
  input[type="time"].input-sm,
  input[type="datetime-local"].input-sm,
  input[type="month"].input-sm,
  .input-group-sm input[type="date"],
  .input-group-sm input[type="time"],
  .input-group-sm input[type="datetime-local"],
  .input-group-sm input[type="month"] {
    line-height: 30px;
  }
  input[type="date"].input-lg,
  input[type="time"].input-lg,
  input[type="datetime-local"].input-lg,
  input[type="month"].input-lg,
  .input-group-lg input[type="date"],
  .input-group-lg input[type="time"],
  .input-group-lg input[type="datetime-local"],
  .input-group-lg input[type="month"] {
    line-height: 46px;
  }
}
.form-group {
  margin-bottom: 15px;
}
.radio,
.checkbox {
  position: relative;
  display: block;
  margin-top: 10px;
  margin-bottom: 10px;
}
.radio label,
.checkbox label {
  min-height: 20px;
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: normal;
  cursor: pointer;
}
.radio input[type="radio"],
.radio-inline input[type="radio"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
  position: absolute;
  margin-left: -20px;
  margin-top: 4px \9;
}
.radio + .radio,
.checkbox + .checkbox {
  margin-top: -5px;
}
.radio-inline,
.checkbox-inline {
  position: relative;
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 0;
  vertical-align: middle;
  font-weight: normal;
  cursor: pointer;
}
.radio-inline + .radio-inline,
.checkbox-inline + .checkbox-inline {
  margin-top: 0;
  margin-left: 10px;
}
input[type="radio"][disabled],
input[type="checkbox"][disabled],
input[type="radio"].disabled,
input[type="checkbox"].disabled,
fieldset[disabled] input[type="radio"],
fieldset[disabled] input[type="checkbox"] {
  cursor: not-allowed;
}
.radio-inline.disabled,
.checkbox-inline.disabled,
fieldset[disabled] .radio-inline,
fieldset[disabled] .checkbox-inline {
  cursor: not-allowed;
}
.radio.disabled label,
.checkbox.disabled label,
fieldset[disabled] .radio label,
fieldset[disabled] .checkbox label {
  cursor: not-allowed;
}
.form-control-static {
  padding-top: 7px;
  padding-bottom: 7px;
  margin-bottom: 0;
  min-height: 34px;
}
.form-control-static.input-lg,
.form-control-static.input-sm {
  padding-left: 0;
  padding-right: 0;
}
.input-sm {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 1px;
}
select.input-sm {
  height: 30px;
  line-height: 30px;
}
textarea.input-sm,
select[multiple].input-sm {
  height: auto;
}
.form-group-sm .form-control {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 1px;
}
.form-group-sm select.form-control {
  height: 30px;
  line-height: 30px;
}
.form-group-sm textarea.form-control,
.form-group-sm select[multiple].form-control {
  height: auto;
}
.form-group-sm .form-control-static {
  height: 30px;
  min-height: 32px;
  padding: 6px 10px;
  font-size: 12px;
  line-height: 1.5;
}
.input-lg {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 3px;
}
select.input-lg {
  height: 46px;
  line-height: 46px;
}
textarea.input-lg,
select[multiple].input-lg {
  height: auto;
}
.form-group-lg .form-control {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 3px;
}
.form-group-lg select.form-control {
  height: 46px;
  line-height: 46px;
}
.form-group-lg textarea.form-control,
.form-group-lg select[multiple].form-control {
  height: auto;
}
.form-group-lg .form-control-static {
  height: 46px;
  min-height: 38px;
  padding: 11px 16px;
  font-size: 18px;
  line-height: 1.3333333;
}
.has-feedback {
  position: relative;
}
.has-feedback .form-control {
  padding-right: 42.5px;
}
.form-control-feedback {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  display: block;
  width: 34px;
  height: 34px;
  line-height: 34px;
  text-align: center;
  pointer-events: none;
}
.input-lg + .form-control-feedback,
.input-group-lg + .form-control-feedback,
.form-group-lg .form-control + .form-control-feedback {
  width: 46px;
  height: 46px;
  line-height: 46px;
}
.input-sm + .form-control-feedback,
.input-group-sm + .form-control-feedback,
.form-group-sm .form-control + .form-control-feedback {
  width: 30px;
  height: 30px;
  line-height: 30px;
}
.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline,
.has-success.radio label,
.has-success.checkbox label,
.has-success.radio-inline label,
.has-success.checkbox-inline label {
  color: #3c763d;
}
.has-success .form-control {
  border-color: #3c763d;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-success .form-control:focus {
  border-color: #2b542c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
}
.has-success .input-group-addon {
  color: #3c763d;
  border-color: #3c763d;
  background-color: #dff0d8;
}
.has-success .form-control-feedback {
  color: #3c763d;
}
.has-warning .help-block,
.has-warning .control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline,
.has-warning.radio label,
.has-warning.checkbox label,
.has-warning.radio-inline label,
.has-warning.checkbox-inline label {
  color: #8a6d3b;
}
.has-warning .form-control {
  border-color: #8a6d3b;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-warning .form-control:focus {
  border-color: #66512c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
}
.has-warning .input-group-addon {
  color: #8a6d3b;
  border-color: #8a6d3b;
  background-color: #fcf8e3;
}
.has-warning .form-control-feedback {
  color: #8a6d3b;
}
.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline,
.has-error.radio label,
.has-error.checkbox label,
.has-error.radio-inline label,
.has-error.checkbox-inline label {
  color: #a94442;
}
.has-error .form-control {
  border-color: #a94442;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-error .form-control:focus {
  border-color: #843534;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
}
.has-error .input-group-addon {
  color: #a94442;
  border-color: #a94442;
  background-color: #f2dede;
}
.has-error .form-control-feedback {
  color: #a94442;
}
.has-feedback label ~ .form-control-feedback {
  top: 25px;
}
.has-feedback label.sr-only ~ .form-control-feedback {
  top: 0;
}
.help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #737373;
}
@media (min-width: 768px) {
  .form-inline .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .form-inline .form-control-static {
    display: inline-block;
  }
  .form-inline .input-group {
    display: inline-table;
    vertical-align: middle;
  }
  .form-inline .input-group .input-group-addon,
  .form-inline .input-group .input-group-btn,
  .form-inline .input-group .form-control {
    width: auto;
  }
  .form-inline .input-group > .form-control {
    width: 100%;
  }
  .form-inline .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .radio,
  .form-inline .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .radio label,
  .form-inline .checkbox label {
    padding-left: 0;
  }
  .form-inline .radio input[type="radio"],
  .form-inline .checkbox input[type="checkbox"] {
    position: relative;
    margin-left: 0;
  }
  .form-inline .has-feedback .form-control-feedback {
    top: 0;
  }
}
.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 7px;
}
.form-horizontal .radio,
.form-horizontal .checkbox {
  min-height: 27px;
}
.form-horizontal .form-group {
  margin-left: -15px;
  margin-right: -15px;
}
@media (min-width: 768px) {
  .form-horizontal .control-label {
    text-align: right;
    margin-bottom: 0;
    padding-top: 7px;
  }
}
.form-horizontal .has-feedback .form-control-feedback {
  right: 15px;
}
@media (min-width: 768px) {
  .form-horizontal .form-group-lg .control-label {
    padding-top: 11px;
    font-size: 18px;
  }
}
@media (min-width: 768px) {
  .form-horizontal .form-group-sm .control-label {
    padding-top: 6px;
    font-size: 12px;
  }
}
.btn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  border-radius: 2px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.btn:focus,
.btn:active:focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn.active.focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.btn:hover,
.btn:focus,
.btn.focus {
  color: #333;
  text-decoration: none;
}
.btn:active,
.btn.active {
  outline: 0;
  background-image: none;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  -moz-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
  cursor: not-allowed;
  opacity: 0.65;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=65);
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
a.btn.disabled,
fieldset[disabled] a.btn {
  pointer-events: none;
}
.btn-default {
  color: #333;
  background-color: #fff;
  border-color: #ccc;
}
.btn-default:focus,
.btn-default.focus {
  color: #333;
  background-color: #e6e6e6;
  border-color: #8c8c8c;
}
.btn-default:hover {
  color: #333;
  background-color: #e6e6e6;
  border-color: #adadad;
}
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  color: #333;
  background-color: #e6e6e6;
  border-color: #adadad;
}
.btn-default:active:hover,
.btn-default.active:hover,
.open > .dropdown-toggle.btn-default:hover,
.btn-default:active:focus,
.btn-default.active:focus,
.open > .dropdown-toggle.btn-default:focus,
.btn-default:active.focus,
.btn-default.active.focus,
.open > .dropdown-toggle.btn-default.focus {
  color: #333;
  background-color: #d4d4d4;
  border-color: #8c8c8c;
}
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  background-image: none;
}
.btn-default.disabled:hover,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default:hover,
.btn-default.disabled:focus,
.btn-default[disabled]:focus,
fieldset[disabled] .btn-default:focus,
.btn-default.disabled.focus,
.btn-default[disabled].focus,
fieldset[disabled] .btn-default.focus {
  background-color: #fff;
  border-color: #ccc;
}
.btn-default .badge {
  color: #fff;
  background-color: #333;
}
.btn-primary {
  color: #fff;
  background-color: #337ab7;
  border-color: #2e6da4;
}
.btn-primary:focus,
.btn-primary.focus {
  color: #fff;
  background-color: #286090;
  border-color: #122b40;
}
.btn-primary:hover {
  color: #fff;
  background-color: #286090;
  border-color: #204d74;
}
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  color: #fff;
  background-color: #286090;
  border-color: #204d74;
}
.btn-primary:active:hover,
.btn-primary.active:hover,
.open > .dropdown-toggle.btn-primary:hover,
.btn-primary:active:focus,
.btn-primary.active:focus,
.open > .dropdown-toggle.btn-primary:focus,
.btn-primary:active.focus,
.btn-primary.active.focus,
.open > .dropdown-toggle.btn-primary.focus {
  color: #fff;
  background-color: #204d74;
  border-color: #122b40;
}
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  background-image: none;
}
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled.focus,
.btn-primary[disabled].focus,
fieldset[disabled] .btn-primary.focus {
  background-color: #337ab7;
  border-color: #2e6da4;
}
.btn-primary .badge {
  color: #337ab7;
  background-color: #fff;
}
.btn-success {
  color: #fff;
  background-color: #5cb85c;
  border-color: #4cae4c;
}
.btn-success:focus,
.btn-success.focus {
  color: #fff;
  background-color: #449d44;
  border-color: #255625;
}
.btn-success:hover {
  color: #fff;
  background-color: #449d44;
  border-color: #398439;
}
.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
  color: #fff;
  background-color: #449d44;
  border-color: #398439;
}
.btn-success:active:hover,
.btn-success.active:hover,
.open > .dropdown-toggle.btn-success:hover,
.btn-success:active:focus,
.btn-success.active:focus,
.open > .dropdown-toggle.btn-success:focus,
.btn-success:active.focus,
.btn-success.active.focus,
.open > .dropdown-toggle.btn-success.focus {
  color: #fff;
  background-color: #398439;
  border-color: #255625;
}
.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
  background-image: none;
}
.btn-success.disabled:hover,
.btn-success[disabled]:hover,
fieldset[disabled] .btn-success:hover,
.btn-success.disabled:focus,
.btn-success[disabled]:focus,
fieldset[disabled] .btn-success:focus,
.btn-success.disabled.focus,
.btn-success[disabled].focus,
fieldset[disabled] .btn-success.focus {
  background-color: #5cb85c;
  border-color: #4cae4c;
}
.btn-success .badge {
  color: #5cb85c;
  background-color: #fff;
}
.btn-info {
  color: #fff;
  background-color: #5bc0de;
  border-color: #46b8da;
}
.btn-info:focus,
.btn-info.focus {
  color: #fff;
  background-color: #31b0d5;
  border-color: #1b6d85;
}
.btn-info:hover {
  color: #fff;
  background-color: #31b0d5;
  border-color: #269abc;
}
.btn-info:active,
.btn-info.active,
.open > .dropdown-toggle.btn-info {
  color: #fff;
  background-color: #31b0d5;
  border-color: #269abc;
}
.btn-info:active:hover,
.btn-info.active:hover,
.open > .dropdown-toggle.btn-info:hover,
.btn-info:active:focus,
.btn-info.active:focus,
.open > .dropdown-toggle.btn-info:focus,
.btn-info:active.focus,
.btn-info.active.focus,
.open > .dropdown-toggle.btn-info.focus {
  color: #fff;
  background-color: #269abc;
  border-color: #1b6d85;
}
.btn-info:active,
.btn-info.active,
.open > .dropdown-toggle.btn-info {
  background-image: none;
}
.btn-info.disabled:hover,
.btn-info[disabled]:hover,
fieldset[disabled] .btn-info:hover,
.btn-info.disabled:focus,
.btn-info[disabled]:focus,
fieldset[disabled] .btn-info:focus,
.btn-info.disabled.focus,
.btn-info[disabled].focus,
fieldset[disabled] .btn-info.focus {
  background-color: #5bc0de;
  border-color: #46b8da;
}
.btn-info .badge {
  color: #5bc0de;
  background-color: #fff;
}
.btn-warning {
  color: #fff;
  background-color: #f0ad4e;
  border-color: #eea236;
}
.btn-warning:focus,
.btn-warning.focus {
  color: #fff;
  background-color: #ec971f;
  border-color: #985f0d;
}
.btn-warning:hover {
  color: #fff;
  background-color: #ec971f;
  border-color: #d58512;
}
.btn-warning:active,
.btn-warning.active,
.open > .dropdown-toggle.btn-warning {
  color: #fff;
  background-color: #ec971f;
  border-color: #d58512;
}
.btn-warning:active:hover,
.btn-warning.active:hover,
.open > .dropdown-toggle.btn-warning:hover,
.btn-warning:active:focus,
.btn-warning.active:focus,
.open > .dropdown-toggle.btn-warning:focus,
.btn-warning:active.focus,
.btn-warning.active.focus,
.open > .dropdown-toggle.btn-warning.focus {
  color: #fff;
  background-color: #d58512;
  border-color: #985f0d;
}
.btn-warning:active,
.btn-warning.active,
.open > .dropdown-toggle.btn-warning {
  background-image: none;
}
.btn-warning.disabled:hover,
.btn-warning[disabled]:hover,
fieldset[disabled] .btn-warning:hover,
.btn-warning.disabled:focus,
.btn-warning[disabled]:focus,
fieldset[disabled] .btn-warning:focus,
.btn-warning.disabled.focus,
.btn-warning[disabled].focus,
fieldset[disabled] .btn-warning.focus {
  background-color: #f0ad4e;
  border-color: #eea236;
}
.btn-warning .badge {
  color: #f0ad4e;
  background-color: #fff;
}
.btn-danger {
  color: #fff;
  background-color: #d9534f;
  border-color: #d43f3a;
}
.btn-danger:focus,
.btn-danger.focus {
  color: #fff;
  background-color: #c9302c;
  border-color: #761c19;
}
.btn-danger:hover {
  color: #fff;
  background-color: #c9302c;
  border-color: #ac2925;
}
.btn-danger:active,
.btn-danger.active,
.open > .dropdown-toggle.btn-danger {
  color: #fff;
  background-color: #c9302c;
  border-color: #ac2925;
}
.btn-danger:active:hover,
.btn-danger.active:hover,
.open > .dropdown-toggle.btn-danger:hover,
.btn-danger:active:focus,
.btn-danger.active:focus,
.open > .dropdown-toggle.btn-danger:focus,
.btn-danger:active.focus,
.btn-danger.active.focus,
.open > .dropdown-toggle.btn-danger.focus {
  color: #fff;
  background-color: #ac2925;
  border-color: #761c19;
}
.btn-danger:active,
.btn-danger.active,
.open > .dropdown-toggle.btn-danger {
  background-image: none;
}
.btn-danger.disabled:hover,
.btn-danger[disabled]:hover,
fieldset[disabled] .btn-danger:hover,
.btn-danger.disabled:focus,
.btn-danger[disabled]:focus,
fieldset[disabled] .btn-danger:focus,
.btn-danger.disabled.focus,
.btn-danger[disabled].focus,
fieldset[disabled] .btn-danger.focus {
  background-color: #d9534f;
  border-color: #d43f3a;
}
.btn-danger .badge {
  color: #d9534f;
  background-color: #fff;
}
.btn-link {
  color: #337ab7;
  font-weight: normal;
  border-radius: 0;
}
.btn-link,
.btn-link:active,
.btn-link.active,
.btn-link[disabled],
fieldset[disabled] .btn-link {
  background-color: transparent;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.btn-link,
.btn-link:hover,
.btn-link:focus,
.btn-link:active {
  border-color: transparent;
}
.btn-link:hover,
.btn-link:focus {
  color: #23527c;
  text-decoration: underline;
  background-color: transparent;
}
.btn-link[disabled]:hover,
fieldset[disabled] .btn-link:hover,
.btn-link[disabled]:focus,
fieldset[disabled] .btn-link:focus {
  color: #777777;
  text-decoration: none;
}
.btn-lg,
.btn-group-lg > .btn {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 3px;
}
.btn-sm,
.btn-group-sm > .btn {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 1px;
}
.btn-xs,
.btn-group-xs > .btn {
  padding: 1px 5px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 1px;
}
.btn-block {
  display: block;
  width: 100%;
}
.btn-block + .btn-block {
  margin-top: 5px;
}
input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%;
}
.fade {
  opacity: 0;
  -webkit-transition: opacity 0.15s linear;
  -o-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
}
.fade.in {
  opacity: 1;
}
.collapse {
  display: none;
}
.collapse.in {
  display: block;
}
tr.collapse.in {
  display: table-row;
}
tbody.collapse.in {
  display: table-row-group;
}
.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition-property: height, visibility;
  transition-property: height, visibility;
  -webkit-transition-duration: 0.35s;
  transition-duration: 0.35s;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease;
}
.caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px dashed;
  border-top: 4px solid \9;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
}
.dropup,
.dropdown {
  position: relative;
}
.dropdown-toggle:focus {
  outline: 0;
}
.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  list-style: none;
  font-size: 14px;
  text-align: left;
  background-color: #fff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 2px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  -moz-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  background-clip: padding-box;
}
.dropdown-menu.pull-right {
  right: 0;
  left: auto;
}
.dropdown-menu .divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.dropdown-menu > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 1.42857143;
  color: #333333;
  white-space: nowrap;
}
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
  text-decoration: none;
  color: #262626;
  background-color: #f5f5f5;
}
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
  color: #fff;
  text-decoration: none;
  outline: 0;
  background-color: #337ab7;
}
.dropdown-menu > .disabled > a,
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  color: #777777;
}
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  text-decoration: none;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  cursor: not-allowed;
}
.open > .dropdown-menu {
  display: block;
}
.open > a {
  outline: 0;
}
.dropdown-menu-right {
  left: auto;
  right: 0;
}
.dropdown-menu-left {
  left: 0;
  right: auto;
}
.dropdown-header {
  display: block;
  padding: 3px 20px;
  font-size: 12px;
  line-height: 1.42857143;
  color: #777777;
  white-space: nowrap;
}
.dropdown-backdrop {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 990;
}
.pull-right > .dropdown-menu {
  right: 0;
  left: auto;
}
.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
  border-top: 0;
  border-bottom: 4px dashed;
  border-bottom: 4px solid \9;
  content: "";
}
.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 2px;
}
@media (min-width: 768px) {
  .navbar-right .dropdown-menu {
    left: auto;
    right: 0;
  }
  .navbar-right .dropdown-menu-left {
    left: 0;
    right: auto;
  }
}
.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.btn-group > .btn,
.btn-group-vertical > .btn {
  position: relative;
  float: left;
}
.btn-group > .btn:hover,
.btn-group-vertical > .btn:hover,
.btn-group > .btn:focus,
.btn-group-vertical > .btn:focus,
.btn-group > .btn:active,
.btn-group-vertical > .btn:active,
.btn-group > .btn.active,
.btn-group-vertical > .btn.active {
  z-index: 2;
}
.btn-group .btn + .btn,
.btn-group .btn + .btn-group,
.btn-group .btn-group + .btn,
.btn-group .btn-group + .btn-group {
  margin-left: -1px;
}
.btn-toolbar {
  margin-left: -5px;
}
.btn-toolbar .btn,
.btn-toolbar .btn-group,
.btn-toolbar .input-group {
  float: left;
}
.btn-toolbar > .btn,
.btn-toolbar > .btn-group,
.btn-toolbar > .input-group {
  margin-left: 5px;
}
.btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
  border-radius: 0;
}
.btn-group > .btn:first-child {
  margin-left: 0;
}
.btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.btn-group > .btn:last-child:not(:first-child),
.btn-group > .dropdown-toggle:not(:first-child) {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.btn-group > .btn-group {
  float: left;
}
.btn-group > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}
.btn-group > .btn-group:first-child:not(:last-child) > .btn:last-child,
.btn-group > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.btn-group > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
  outline: 0;
}
.btn-group > .btn + .dropdown-toggle {
  padding-left: 8px;
  padding-right: 8px;
}
.btn-group > .btn-lg + .dropdown-toggle {
  padding-left: 12px;
  padding-right: 12px;
}
.btn-group.open .dropdown-toggle {
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  -moz-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn-group.open .dropdown-toggle.btn-link {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.btn .caret {
  margin-left: 0;
}
.btn-lg .caret {
  border-width: 5px 5px 0;
  border-bottom-width: 0;
}
.dropup .btn-lg .caret {
  border-width: 0 5px 5px;
}
.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group,
.btn-group-vertical > .btn-group > .btn {
  display: block;
  float: none;
  width: 100%;
  max-width: 100%;
}
.btn-group-vertical > .btn-group > .btn {
  float: none;
}
.btn-group-vertical > .btn + .btn,
.btn-group-vertical > .btn + .btn-group,
.btn-group-vertical > .btn-group + .btn,
.btn-group-vertical > .btn-group + .btn-group {
  margin-top: -1px;
  margin-left: 0;
}
.btn-group-vertical > .btn:not(:first-child):not(:last-child) {
  border-radius: 0;
}
.btn-group-vertical > .btn:first-child:not(:last-child) {
  border-top-right-radius: 2px;
  border-top-left-radius: 2px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn:last-child:not(:first-child) {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
}
.btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .btn:last-child,
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.btn-group-justified {
  display: table;
  width: 100%;
  table-layout: fixed;
  border-collapse: separate;
}
.btn-group-justified > .btn,
.btn-group-justified > .btn-group {
  float: none;
  display: table-cell;
  width: 1%;
}
.btn-group-justified > .btn-group .btn {
  width: 100%;
}
.btn-group-justified > .btn-group .dropdown-menu {
  left: auto;
}
[data-toggle="buttons"] > .btn input[type="radio"],
[data-toggle="buttons"] > .btn-group > .btn input[type="radio"],
[data-toggle="buttons"] > .btn input[type="checkbox"],
[data-toggle="buttons"] > .btn-group > .btn input[type="checkbox"] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}
.input-group {
  position: relative;
  display: table;
  border-collapse: separate;
}
.input-group[class*="col-"] {
  float: none;
  padding-left: 0;
  padding-right: 0;
}
.input-group .form-control {
  position: relative;
  z-index: 2;
  float: left;
  width: 100%;
  margin-bottom: 0;
}
.input-group .form-control:focus {
  z-index: 3;
}
.input-group-lg > .form-control,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .btn {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 3px;
}
select.input-group-lg > .form-control,
select.input-group-lg > .input-group-addon,
select.input-group-lg > .input-group-btn > .btn {
  height: 46px;
  line-height: 46px;
}
textarea.input-group-lg > .form-control,
textarea.input-group-lg > .input-group-addon,
textarea.input-group-lg > .input-group-btn > .btn,
select[multiple].input-group-lg > .form-control,
select[multiple].input-group-lg > .input-group-addon,
select[multiple].input-group-lg > .input-group-btn > .btn {
  height: auto;
}
.input-group-sm > .form-control,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .btn {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 1px;
}
select.input-group-sm > .form-control,
select.input-group-sm > .input-group-addon,
select.input-group-sm > .input-group-btn > .btn {
  height: 30px;
  line-height: 30px;
}
textarea.input-group-sm > .form-control,
textarea.input-group-sm > .input-group-addon,
textarea.input-group-sm > .input-group-btn > .btn,
select[multiple].input-group-sm > .form-control,
select[multiple].input-group-sm > .input-group-addon,
select[multiple].input-group-sm > .input-group-btn > .btn {
  height: auto;
}
.input-group-addon,
.input-group-btn,
.input-group .form-control {
  display: table-cell;
}
.input-group-addon:not(:first-child):not(:last-child),
.input-group-btn:not(:first-child):not(:last-child),
.input-group .form-control:not(:first-child):not(:last-child) {
  border-radius: 0;
}
.input-group-addon,
.input-group-btn {
  width: 1%;
  white-space: nowrap;
  vertical-align: middle;
}
.input-group-addon {
  padding: 6px 12px;
  font-size: 14px;
  font-weight: normal;
  line-height: 1;
  color: #555555;
  text-align: center;
  background-color: #eeeeee;
  border: 1px solid #ccc;
  border-radius: 2px;
}
.input-group-addon.input-sm {
  padding: 5px 10px;
  font-size: 12px;
  border-radius: 1px;
}
.input-group-addon.input-lg {
  padding: 10px 16px;
  font-size: 18px;
  border-radius: 3px;
}
.input-group-addon input[type="radio"],
.input-group-addon input[type="checkbox"] {
  margin-top: 0;
}
.input-group .form-control:first-child,
.input-group-addon:first-child,
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group > .btn,
.input-group-btn:first-child > .dropdown-toggle,
.input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.input-group-btn:last-child > .btn-group:not(:last-child) > .btn {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.input-group-addon:first-child {
  border-right: 0;
}
.input-group .form-control:last-child,
.input-group-addon:last-child,
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group > .btn,
.input-group-btn:last-child > .dropdown-toggle,
.input-group-btn:first-child > .btn:not(:first-child),
.input-group-btn:first-child > .btn-group:not(:first-child) > .btn {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.input-group-addon:last-child {
  border-left: 0;
}
.input-group-btn {
  position: relative;
  font-size: 0;
  white-space: nowrap;
}
.input-group-btn > .btn {
  position: relative;
}
.input-group-btn > .btn + .btn {
  margin-left: -1px;
}
.input-group-btn > .btn:hover,
.input-group-btn > .btn:focus,
.input-group-btn > .btn:active {
  z-index: 2;
}
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group {
  margin-right: -1px;
}
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group {
  z-index: 2;
  margin-left: -1px;
}
.nav {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
}
.nav > li {
  position: relative;
  display: block;
}
.nav > li > a {
  position: relative;
  display: block;
  padding: 10px 15px;
}
.nav > li > a:hover,
.nav > li > a:focus {
  text-decoration: none;
  background-color: #eeeeee;
}
.nav > li.disabled > a {
  color: #777777;
}
.nav > li.disabled > a:hover,
.nav > li.disabled > a:focus {
  color: #777777;
  text-decoration: none;
  background-color: transparent;
  cursor: not-allowed;
}
.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus {
  background-color: #eeeeee;
  border-color: #337ab7;
}
.nav .nav-divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.nav > li > a > img {
  max-width: none;
}
.nav-tabs {
  border-bottom: 1px solid #ddd;
}
.nav-tabs > li {
  float: left;
  margin-bottom: -1px;
}
.nav-tabs > li > a {
  margin-right: 2px;
  line-height: 1.42857143;
  border: 1px solid transparent;
  border-radius: 2px 2px 0 0;
}
.nav-tabs > li > a:hover {
  border-color: #eeeeee #eeeeee #ddd;
}
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
  color: #555555;
  background-color: #f3f3f3;
  border: 1px solid #ddd;
  border-bottom-color: transparent;
  cursor: default;
}
.nav-tabs.nav-justified {
  width: 100%;
  border-bottom: 0;
}
.nav-tabs.nav-justified > li {
  float: none;
}
.nav-tabs.nav-justified > li > a {
  text-align: center;
  margin-bottom: 5px;
}
.nav-tabs.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}
@media (min-width: 768px) {
  .nav-tabs.nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  .nav-tabs.nav-justified > li > a {
    margin-bottom: 0;
  }
}
.nav-tabs.nav-justified > li > a {
  margin-right: 0;
  border-radius: 2px;
}
.nav-tabs.nav-justified > .active > a,
.nav-tabs.nav-justified > .active > a:hover,
.nav-tabs.nav-justified > .active > a:focus {
  border: 1px solid #ddd;
}
@media (min-width: 768px) {
  .nav-tabs.nav-justified > li > a {
    border-bottom: 1px solid #ddd;
    border-radius: 2px 2px 0 0;
  }
  .nav-tabs.nav-justified > .active > a,
  .nav-tabs.nav-justified > .active > a:hover,
  .nav-tabs.nav-justified > .active > a:focus {
    border-bottom-color: #f3f3f3;
  }
}
.nav-pills > li {
  float: left;
}
.nav-pills > li > a {
  border-radius: 2px;
}
.nav-pills > li + li {
  margin-left: 2px;
}
.nav-pills > li.active > a,
.nav-pills > li.active > a:hover,
.nav-pills > li.active > a:focus {
  color: #fff;
  background-color: #337ab7;
}
.nav-stacked > li {
  float: none;
}
.nav-stacked > li + li {
  margin-top: 2px;
  margin-left: 0;
}
.nav-justified {
  width: 100%;
}
.nav-justified > li {
  float: none;
}
.nav-justified > li > a {
  text-align: center;
  margin-bottom: 5px;
}
.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}
@media (min-width: 768px) {
  .nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  .nav-justified > li > a {
    margin-bottom: 0;
  }
}
.nav-tabs-justified {
  border-bottom: 0;
}
.nav-tabs-justified > li > a {
  margin-right: 0;
  border-radius: 2px;
}
.nav-tabs-justified > .active > a,
.nav-tabs-justified > .active > a:hover,
.nav-tabs-justified > .active > a:focus {
  border: 1px solid #ddd;
}
@media (min-width: 768px) {
  .nav-tabs-justified > li > a {
    border-bottom: 1px solid #ddd;
    border-radius: 2px 2px 0 0;
  }
  .nav-tabs-justified > .active > a,
  .nav-tabs-justified > .active > a:hover,
  .nav-tabs-justified > .active > a:focus {
    border-bottom-color: #f3f3f3;
  }
}
.tab-content > .tab-pane {
  display: none;
}
.tab-content > .active {
  display: block;
}
.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.navbar {
  position: relative;
  min-height: 50px;
  margin-bottom: 20px;
  border: 1px solid transparent;
}
@media (min-width: 768px) {
  .navbar {
    border-radius: 2px;
  }
}
@media (min-width: 768px) {
  .navbar-header {
    float: left;
  }
}
.navbar-collapse {
  overflow-x: visible;
  padding-right: 15px;
  padding-left: 15px;
  border-top: 1px solid transparent;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  -webkit-overflow-scrolling: touch;
}
.navbar-collapse.in {
  overflow-y: auto;
}
@media (min-width: 768px) {
  .navbar-collapse {
    width: auto;
    border-top: 0;
    box-shadow: none;
  }
  .navbar-collapse.collapse {
    display: block !important;
    height: auto !important;
    padding-bottom: 0;
    overflow: visible !important;
  }
  .navbar-collapse.in {
    overflow-y: visible;
  }
  .navbar-fixed-top .navbar-collapse,
  .navbar-static-top .navbar-collapse,
  .navbar-fixed-bottom .navbar-collapse {
    padding-left: 0;
    padding-right: 0;
  }
}
.navbar-fixed-top .navbar-collapse,
.navbar-fixed-bottom .navbar-collapse {
  max-height: 340px;
}
@media (max-device-width: 480px) and (orientation: landscape) {
  .navbar-fixed-top .navbar-collapse,
  .navbar-fixed-bottom .navbar-collapse {
    max-height: 200px;
  }
}
.container > .navbar-header,
.container-fluid > .navbar-header,
.container > .navbar-collapse,
.container-fluid > .navbar-collapse {
  margin-right: -15px;
  margin-left: -15px;
}
@media (min-width: 768px) {
  .container > .navbar-header,
  .container-fluid > .navbar-header,
  .container > .navbar-collapse,
  .container-fluid > .navbar-collapse {
    margin-right: 0;
    margin-left: 0;
  }
}
.navbar-static-top {
  z-index: 1000;
  border-width: 0 0 1px;
}
@media (min-width: 768px) {
  .navbar-static-top {
    border-radius: 0;
  }
}
.navbar-fixed-top,
.navbar-fixed-bottom {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030;
}
@media (min-width: 768px) {
  .navbar-fixed-top,
  .navbar-fixed-bottom {
    border-radius: 0;
  }
}
.navbar-fixed-top {
  top: 0;
  border-width: 0 0 1px;
}
.navbar-fixed-bottom {
  bottom: 0;
  margin-bottom: 0;
  border-width: 1px 0 0;
}
.navbar-brand {
  float: left;
  padding: 15px 15px;
  font-size: 18px;
  line-height: 20px;
  height: 50px;
}
.navbar-brand:hover,
.navbar-brand:focus {
  text-decoration: none;
}
.navbar-brand > img {
  display: block;
}
@media (min-width: 768px) {
  .navbar > .container .navbar-brand,
  .navbar > .container-fluid .navbar-brand {
    margin-left: -15px;
  }
}
.navbar-toggle {
  position: relative;
  float: right;
  margin-right: 15px;
  padding: 9px 10px;
  margin-top: 8px;
  margin-bottom: 8px;
  background-color: transparent;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 2px;
}
.navbar-toggle:focus {
  outline: 0;
}
.navbar-toggle .icon-bar {
  display: block;
  width: 22px;
  height: 2px;
  border-radius: 1px;
}
.navbar-toggle .icon-bar + .icon-bar {
  margin-top: 4px;
}
@media (min-width: 768px) {
  .navbar-toggle {
    display: none;
  }
}
.navbar-nav {
  margin: 7.5px -15px;
}
.navbar-nav > li > a {
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 20px;
}
@media (max-width: 767px) {
  .navbar-nav .open .dropdown-menu {
    position: static;
    float: none;
    width: auto;
    margin-top: 0;
    background-color: transparent;
    border: 0;
    box-shadow: none;
  }
  .navbar-nav .open .dropdown-menu > li > a,
  .navbar-nav .open .dropdown-menu .dropdown-header {
    padding: 5px 15px 5px 25px;
  }
  .navbar-nav .open .dropdown-menu > li > a {
    line-height: 20px;
  }
  .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-nav .open .dropdown-menu > li > a:focus {
    background-image: none;
  }
}
@media (min-width: 768px) {
  .navbar-nav {
    float: left;
    margin: 0;
  }
  .navbar-nav > li {
    float: left;
  }
  .navbar-nav > li > a {
    padding-top: 15px;
    padding-bottom: 15px;
  }
}
.navbar-form {
  margin-left: -15px;
  margin-right: -15px;
  padding: 10px 15px;
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  margin-top: 8px;
  margin-bottom: 8px;
}
@media (min-width: 768px) {
  .navbar-form .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .navbar-form .form-control-static {
    display: inline-block;
  }
  .navbar-form .input-group {
    display: inline-table;
    vertical-align: middle;
  }
  .navbar-form .input-group .input-group-addon,
  .navbar-form .input-group .input-group-btn,
  .navbar-form .input-group .form-control {
    width: auto;
  }
  .navbar-form .input-group > .form-control {
    width: 100%;
  }
  .navbar-form .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .radio,
  .navbar-form .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .radio label,
  .navbar-form .checkbox label {
    padding-left: 0;
  }
  .navbar-form .radio input[type="radio"],
  .navbar-form .checkbox input[type="checkbox"] {
    position: relative;
    margin-left: 0;
  }
  .navbar-form .has-feedback .form-control-feedback {
    top: 0;
  }
}
@media (max-width: 767px) {
  .navbar-form .form-group {
    margin-bottom: 5px;
  }
  .navbar-form .form-group:last-child {
    margin-bottom: 0;
  }
}
@media (min-width: 768px) {
  .navbar-form {
    width: auto;
    border: 0;
    margin-left: 0;
    margin-right: 0;
    padding-top: 0;
    padding-bottom: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
  }
}
.navbar-nav > li > .dropdown-menu {
  margin-top: 0;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
  margin-bottom: 0;
  border-top-right-radius: 2px;
  border-top-left-radius: 2px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.navbar-btn {
  margin-top: 8px;
  margin-bottom: 8px;
}
.navbar-btn.btn-sm {
  margin-top: 10px;
  margin-bottom: 10px;
}
.navbar-btn.btn-xs {
  margin-top: 14px;
  margin-bottom: 14px;
}
.navbar-text {
  margin-top: 15px;
  margin-bottom: 15px;
}
@media (min-width: 768px) {
  .navbar-text {
    float: left;
    margin-left: 15px;
    margin-right: 15px;
  }
}
@media (min-width: 768px) {
  .navbar-left {
    float: left !important;
  }
  .navbar-right {
    float: right !important;
    margin-right: -15px;
  }
  .navbar-right ~ .navbar-right {
    margin-right: 0;
  }
}
.navbar-default {
  background-color: #f8f8f8;
  border-color: #e7e7e7;
}
.navbar-default .navbar-brand {
  color: #777;
}
.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus {
  color: #5e5e5e;
  background-color: transparent;
}
.navbar-default .navbar-text {
  color: #777;
}
.navbar-default .navbar-nav > li > a {
  color: #777;
}
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
  color: #333;
  background-color: transparent;
}
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
  color: #555;
  background-color: #e7e7e7;
}
.navbar-default .navbar-nav > .disabled > a,
.navbar-default .navbar-nav > .disabled > a:hover,
.navbar-default .navbar-nav > .disabled > a:focus {
  color: #ccc;
  background-color: transparent;
}
.navbar-default .navbar-toggle {
  border-color: #ddd;
}
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
  background-color: #ddd;
}
.navbar-default .navbar-toggle .icon-bar {
  background-color: #888;
}
.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
  border-color: #e7e7e7;
}
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus {
  background-color: #e7e7e7;
  color: #555;
}
@media (max-width: 767px) {
  .navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #777;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #333;
    background-color: transparent;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a,
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #555;
    background-color: #e7e7e7;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a,
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #ccc;
    background-color: transparent;
  }
}
.navbar-default .navbar-link {
  color: #777;
}
.navbar-default .navbar-link:hover {
  color: #333;
}
.navbar-default .btn-link {
  color: #777;
}
.navbar-default .btn-link:hover,
.navbar-default .btn-link:focus {
  color: #333;
}
.navbar-default .btn-link[disabled]:hover,
fieldset[disabled] .navbar-default .btn-link:hover,
.navbar-default .btn-link[disabled]:focus,
fieldset[disabled] .navbar-default .btn-link:focus {
  color: #ccc;
}
.navbar-inverse {
  background-color: #222;
  border-color: #080808;
}
.navbar-inverse .navbar-brand {
  color: #9d9d9d;
}
.navbar-inverse .navbar-brand:hover,
.navbar-inverse .navbar-brand:focus {
  color: #fff;
  background-color: transparent;
}
.navbar-inverse .navbar-text {
  color: #9d9d9d;
}
.navbar-inverse .navbar-nav > li > a {
  color: #9d9d9d;
}
.navbar-inverse .navbar-nav > li > a:hover,
.navbar-inverse .navbar-nav > li > a:focus {
  color: #fff;
  background-color: transparent;
}
.navbar-inverse .navbar-nav > .active > a,
.navbar-inverse .navbar-nav > .active > a:hover,
.navbar-inverse .navbar-nav > .active > a:focus {
  color: #fff;
  background-color: #080808;
}
.navbar-inverse .navbar-nav > .disabled > a,
.navbar-inverse .navbar-nav > .disabled > a:hover,
.navbar-inverse .navbar-nav > .disabled > a:focus {
  color: #444;
  background-color: transparent;
}
.navbar-inverse .navbar-toggle {
  border-color: #333;
}
.navbar-inverse .navbar-toggle:hover,
.navbar-inverse .navbar-toggle:focus {
  background-color: #333;
}
.navbar-inverse .navbar-toggle .icon-bar {
  background-color: #fff;
}
.navbar-inverse .navbar-collapse,
.navbar-inverse .navbar-form {
  border-color: #101010;
}
.navbar-inverse .navbar-nav > .open > a,
.navbar-inverse .navbar-nav > .open > a:hover,
.navbar-inverse .navbar-nav > .open > a:focus {
  background-color: #080808;
  color: #fff;
}
@media (max-width: 767px) {
  .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
    border-color: #080808;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
    background-color: #080808;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
    color: #9d9d9d;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #fff;
    background-color: transparent;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #fff;
    background-color: #080808;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #444;
    background-color: transparent;
  }
}
.navbar-inverse .navbar-link {
  color: #9d9d9d;
}
.navbar-inverse .navbar-link:hover {
  color: #fff;
}
.navbar-inverse .btn-link {
  color: #9d9d9d;
}
.navbar-inverse .btn-link:hover,
.navbar-inverse .btn-link:focus {
  color: #fff;
}
.navbar-inverse .btn-link[disabled]:hover,
fieldset[disabled] .navbar-inverse .btn-link:hover,
.navbar-inverse .btn-link[disabled]:focus,
fieldset[disabled] .navbar-inverse .btn-link:focus {
  color: #444;
}
.breadcrumb {
  padding: 8px 15px;
  margin-bottom: 20px;
  list-style: none;
  background-color: #f5f5f5;
  border-radius: 2px;
}
.breadcrumb > li {
  display: inline-block;
}
.breadcrumb > li + li:before {
  content: "/\00a0";
  padding: 0 5px;
  color: #ccc;
}
.breadcrumb > .active {
  color: #777777;
}
.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 20px 0;
  border-radius: 2px;
}
.pagination > li {
  display: inline;
}
.pagination > li > a,
.pagination > li > span {
  position: relative;
  float: left;
  padding: 6px 12px;
  line-height: 1.42857143;
  text-decoration: none;
  color: #428bca;
  background-color: white;
  border: 1px solid #ddd;
  margin-left: -1px;
}
.pagination > li:first-child > a,
.pagination > li:first-child > span {
  margin-left: 0;
  border-bottom-left-radius: 2px;
  border-top-left-radius: 2px;
}
.pagination > li:last-child > a,
.pagination > li:last-child > span {
  border-bottom-right-radius: 2px;
  border-top-right-radius: 2px;
}
.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
  z-index: 2;
  color: #23527c;
  background-color: #eeeeee;
  border-color: #ddd;
}
.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
  z-index: 3;
  color: #fff;
  background-color: #337ab7;
  border-color: #337ab7;
  cursor: default;
}
.pagination > .disabled > span,
.pagination > .disabled > span:hover,
.pagination > .disabled > span:focus,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
  color: #777777;
  background-color: #fff;
  border-color: #ddd;
  cursor: not-allowed;
}
.pagination-lg > li > a,
.pagination-lg > li > span {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
}
.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span {
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px;
}
.pagination-sm > li > a,
.pagination-sm > li > span {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
}
.pagination-sm > li:first-child > a,
.pagination-sm > li:first-child > span {
  border-bottom-left-radius: 1px;
  border-top-left-radius: 1px;
}
.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {
  border-bottom-right-radius: 1px;
  border-top-right-radius: 1px;
}
.pager {
  padding-left: 0;
  margin: 20px 0;
  list-style: none;
  text-align: center;
}
.pager li {
  display: inline;
}
.pager li > a,
.pager li > span {
  display: inline-block;
  padding: 5px 14px;
  background-color: white;
  border: 1px solid #ddd;
  border-radius: 15px;
}
.pager li > a:hover,
.pager li > a:focus {
  text-decoration: none;
  background-color: #eeeeee;
}
.pager .next > a,
.pager .next > span {
  float: right;
}
.pager .previous > a,
.pager .previous > span {
  float: left;
}
.pager .disabled > a,
.pager .disabled > a:hover,
.pager .disabled > a:focus,
.pager .disabled > span {
  color: #777777;
  background-color: white;
  cursor: not-allowed;
}
.label {
  display: inline;
  padding: 0.2em 0.6em 0.3em;
  font-size: 75%;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.25em;
}
a.label:hover,
a.label:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}
.label:empty {
  display: none;
}
.btn .label {
  position: relative;
  top: -1px;
}
.label-default {
  background-color: #777777;
}
.label-default[href]:hover,
.label-default[href]:focus {
  background-color: #5e5e5e;
}
.label-primary {
  background-color: #337ab7;
}
.label-primary[href]:hover,
.label-primary[href]:focus {
  background-color: #286090;
}
.label-success {
  background-color: #5cb85c;
}
.label-success[href]:hover,
.label-success[href]:focus {
  background-color: #449d44;
}
.label-info {
  background-color: #5bc0de;
}
.label-info[href]:hover,
.label-info[href]:focus {
  background-color: #31b0d5;
}
.label-warning {
  background-color: #f0ad4e;
}
.label-warning[href]:hover,
.label-warning[href]:focus {
  background-color: #ec971f;
}
.label-danger {
  background-color: #d9534f;
}
.label-danger[href]:hover,
.label-danger[href]:focus {
  background-color: #c9302c;
}
.badge {
  display: inline-block;
  min-width: 10px;
  padding: 3px 7px;
  font-size: 12px;
  font-weight: bold;
  color: #fff;
  line-height: 1;
  vertical-align: middle;
  white-space: nowrap;
  text-align: center;
  background-color: #777777;
  border-radius: 10px;
}
.badge:empty {
  display: none;
}
.btn .badge {
  position: relative;
  top: -1px;
}
.btn-xs .badge,
.btn-group-xs > .btn .badge {
  top: 0;
  padding: 1px 5px;
}
a.badge:hover,
a.badge:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}
.list-group-item.active > .badge,
.nav-pills > .active > a > .badge {
  color: #337ab7;
  background-color: #fff;
}
.list-group-item > .badge {
  float: right;
}
.list-group-item > .badge + .badge {
  margin-right: 5px;
}
.nav-pills > li > a > .badge {
  margin-left: 3px;
}
.jumbotron {
  padding-top: 30px;
  padding-bottom: 30px;
  margin-bottom: 30px;
  color: inherit;
  background-color: #eeeeee;
}
.jumbotron h1,
.jumbotron .h1 {
  color: inherit;
}
.jumbotron p {
  margin-bottom: 15px;
  font-size: 21px;
  font-weight: 200;
}
.jumbotron > hr {
  border-top-color: #d5d5d5;
}
.container .jumbotron,
.container-fluid .jumbotron {
  border-radius: 3px;
  padding-left: 15px;
  padding-right: 15px;
}
.jumbotron .container {
  max-width: 100%;
}
@media screen and (min-width: 768px) {
  .jumbotron {
    padding-top: 48px;
    padding-bottom: 48px;
  }
  .container .jumbotron,
  .container-fluid .jumbotron {
    padding-left: 60px;
    padding-right: 60px;
  }
  .jumbotron h1,
  .jumbotron .h1 {
    font-size: 63px;
  }
}
.thumbnail {
  display: block;
  padding: 4px;
  margin-bottom: 20px;
  line-height: 1.42857143;
  background-color: #f3f3f3;
  border: 1px solid #ddd;
  border-radius: 2px;
  -webkit-transition: border 0.2s ease-in-out;
  -o-transition: border 0.2s ease-in-out;
  transition: border 0.2s ease-in-out;
}
.thumbnail > img,
.thumbnail a > img {
  margin-left: auto;
  margin-right: auto;
}
a.thumbnail:hover,
a.thumbnail:focus,
a.thumbnail.active {
  border-color: #337ab7;
}
.thumbnail .caption {
  padding: 9px;
  color: #333333;
}
.alert {
  padding: 15px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  border-radius: 2px;
}
.alert h4 {
  margin-top: 0;
  color: inherit;
}
.alert .alert-link {
  font-weight: bold;
}
.alert > p,
.alert > ul {
  margin-bottom: 0;
}
.alert > p + p {
  margin-top: 5px;
}
.alert-dismissable,
.alert-dismissible {
  padding-right: 35px;
}
.alert-dismissable .close,
.alert-dismissible .close {
  position: relative;
  top: -2px;
  right: -21px;
  color: inherit;
}
.alert-success {
  background-color: #dff0d8;
  border-color: #d6e9c6;
  color: #3c763d;
}
.alert-success hr {
  border-top-color: #c9e2b3;
}
.alert-success .alert-link {
  color: #2b542c;
}
.alert-info {
  background-color: #d9edf7;
  border-color: #bce8f1;
  color: #31708f;
}
.alert-info hr {
  border-top-color: #a6e1ec;
}
.alert-info .alert-link {
  color: #245269;
}
.alert-warning {
  background-color: #fcf8e3;
  border-color: #faebcc;
  color: #8a6d3b;
}
.alert-warning hr {
  border-top-color: #f7e1b5;
}
.alert-warning .alert-link {
  color: #66512c;
}
.alert-danger {
  background-color: #f2dede;
  border-color: #ebccd1;
  color: #a94442;
}
.alert-danger hr {
  border-top-color: #e4b9c0;
}
.alert-danger .alert-link {
  color: #843534;
}
@-webkit-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
@keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
.progress {
  overflow: hidden;
  height: 20px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border-radius: 2px;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
}
.progress-bar {
  float: left;
  width: 0%;
  height: 100%;
  font-size: 12px;
  line-height: 20px;
  color: #fff;
  text-align: center;
  background-color: #337ab7;
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  -moz-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  -webkit-transition: width 0.6s ease;
  -o-transition: width 0.6s ease;
  transition: width 0.6s ease;
}
.progress-striped .progress-bar,
.progress-bar-striped {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-size: 40px 40px;
}
.progress.active .progress-bar,
.progress-bar.active {
  -webkit-animation: progress-bar-stripes 2s linear infinite;
  -o-animation: progress-bar-stripes 2s linear infinite;
  animation: progress-bar-stripes 2s linear infinite;
}
.progress-bar-success {
  background-color: #5cb85c;
}
.progress-striped .progress-bar-success {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.progress-bar-info {
  background-color: #5bc0de;
}
.progress-striped .progress-bar-info {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.progress-bar-warning {
  background-color: #f0ad4e;
}
.progress-striped .progress-bar-warning {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.progress-bar-danger {
  background-color: #d9534f;
}
.progress-striped .progress-bar-danger {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.media {
  margin-top: 15px;
}
.media:first-child {
  margin-top: 0;
}
.media,
.media-body {
  zoom: 1;
  overflow: hidden;
}
.media-body {
  width: 10000px;
}
.media-object {
  display: block;
}
.media-object.img-thumbnail {
  max-width: none;
}
.media-right,
.media > .pull-right {
  padding-left: 10px;
}
.media-left,
.media > .pull-left {
  padding-right: 10px;
}
.media-left,
.media-right,
.media-body {
  display: table-cell;
  vertical-align: top;
}
.media-middle {
  vertical-align: middle;
}
.media-bottom {
  vertical-align: bottom;
}
.media-heading {
  margin-top: 0;
  margin-bottom: 5px;
}
.media-list {
  padding-left: 0;
  list-style: none;
}
.list-group {
  margin-bottom: 20px;
  padding-left: 0;
}
.list-group-item {
  position: relative;
  display: block;
  padding: 10px 15px;
  margin-bottom: -1px;
  background-color: #fff;
  border: 1px solid #ddd;
}
.list-group-item:first-child {
  border-top-right-radius: 2px;
  border-top-left-radius: 2px;
}
.list-group-item:last-child {
  margin-bottom: 0;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
}
a.list-group-item,
button.list-group-item {
  color: #555;
}
a.list-group-item .list-group-item-heading,
button.list-group-item .list-group-item-heading {
  color: #333;
}
a.list-group-item:hover,
button.list-group-item:hover,
a.list-group-item:focus,
button.list-group-item:focus {
  text-decoration: none;
  color: #555;
  background-color: #f5f5f5;
}
button.list-group-item {
  width: 100%;
  text-align: left;
}
.list-group-item.disabled,
.list-group-item.disabled:hover,
.list-group-item.disabled:focus {
  background-color: #eeeeee;
  color: #777777;
  cursor: not-allowed;
}
.list-group-item.disabled .list-group-item-heading,
.list-group-item.disabled:hover .list-group-item-heading,
.list-group-item.disabled:focus .list-group-item-heading {
  color: inherit;
}
.list-group-item.disabled .list-group-item-text,
.list-group-item.disabled:hover .list-group-item-text,
.list-group-item.disabled:focus .list-group-item-text {
  color: #777777;
}
.list-group-item.active,
.list-group-item.active:hover,
.list-group-item.active:focus {
  z-index: 2;
  color: #fff;
  background-color: #337ab7;
  border-color: #337ab7;
}
.list-group-item.active .list-group-item-heading,
.list-group-item.active:hover .list-group-item-heading,
.list-group-item.active:focus .list-group-item-heading,
.list-group-item.active .list-group-item-heading > small,
.list-group-item.active:hover .list-group-item-heading > small,
.list-group-item.active:focus .list-group-item-heading > small,
.list-group-item.active .list-group-item-heading > .small,
.list-group-item.active:hover .list-group-item-heading > .small,
.list-group-item.active:focus .list-group-item-heading > .small {
  color: inherit;
}
.list-group-item.active .list-group-item-text,
.list-group-item.active:hover .list-group-item-text,
.list-group-item.active:focus .list-group-item-text {
  color: #c7ddef;
}
.list-group-item-success {
  color: #3c763d;
  background-color: #dff0d8;
}
a.list-group-item-success,
button.list-group-item-success {
  color: #3c763d;
}
a.list-group-item-success .list-group-item-heading,
button.list-group-item-success .list-group-item-heading {
  color: inherit;
}
a.list-group-item-success:hover,
button.list-group-item-success:hover,
a.list-group-item-success:focus,
button.list-group-item-success:focus {
  color: #3c763d;
  background-color: #d0e9c6;
}
a.list-group-item-success.active,
button.list-group-item-success.active,
a.list-group-item-success.active:hover,
button.list-group-item-success.active:hover,
a.list-group-item-success.active:focus,
button.list-group-item-success.active:focus {
  color: #fff;
  background-color: #3c763d;
  border-color: #3c763d;
}
.list-group-item-info {
  color: #31708f;
  background-color: #d9edf7;
}
a.list-group-item-info,
button.list-group-item-info {
  color: #31708f;
}
a.list-group-item-info .list-group-item-heading,
button.list-group-item-info .list-group-item-heading {
  color: inherit;
}
a.list-group-item-info:hover,
button.list-group-item-info:hover,
a.list-group-item-info:focus,
button.list-group-item-info:focus {
  color: #31708f;
  background-color: #c4e3f3;
}
a.list-group-item-info.active,
button.list-group-item-info.active,
a.list-group-item-info.active:hover,
button.list-group-item-info.active:hover,
a.list-group-item-info.active:focus,
button.list-group-item-info.active:focus {
  color: #fff;
  background-color: #31708f;
  border-color: #31708f;
}
.list-group-item-warning {
  color: #8a6d3b;
  background-color: #fcf8e3;
}
a.list-group-item-warning,
button.list-group-item-warning {
  color: #8a6d3b;
}
a.list-group-item-warning .list-group-item-heading,
button.list-group-item-warning .list-group-item-heading {
  color: inherit;
}
a.list-group-item-warning:hover,
button.list-group-item-warning:hover,
a.list-group-item-warning:focus,
button.list-group-item-warning:focus {
  color: #8a6d3b;
  background-color: #faf2cc;
}
a.list-group-item-warning.active,
button.list-group-item-warning.active,
a.list-group-item-warning.active:hover,
button.list-group-item-warning.active:hover,
a.list-group-item-warning.active:focus,
button.list-group-item-warning.active:focus {
  color: #fff;
  background-color: #8a6d3b;
  border-color: #8a6d3b;
}
.list-group-item-danger {
  color: #a94442;
  background-color: #f2dede;
}
a.list-group-item-danger,
button.list-group-item-danger {
  color: #a94442;
}
a.list-group-item-danger .list-group-item-heading,
button.list-group-item-danger .list-group-item-heading {
  color: inherit;
}
a.list-group-item-danger:hover,
button.list-group-item-danger:hover,
a.list-group-item-danger:focus,
button.list-group-item-danger:focus {
  color: #a94442;
  background-color: #ebcccc;
}
a.list-group-item-danger.active,
button.list-group-item-danger.active,
a.list-group-item-danger.active:hover,
button.list-group-item-danger.active:hover,
a.list-group-item-danger.active:focus,
button.list-group-item-danger.active:focus {
  color: #fff;
  background-color: #a94442;
  border-color: #a94442;
}
.list-group-item-heading {
  margin-top: 0;
  margin-bottom: 5px;
}
.list-group-item-text {
  margin-bottom: 0;
  line-height: 1.3;
}
.panel {
  margin-bottom: 20px;
  background-color: #f3f3f3;
  border: 1px solid transparent;
  border-radius: 2px;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}
.panel-body {
  padding: 15px;
}
.panel-heading {
  padding: 10px 15px;
  border-bottom: 1px solid transparent;
  border-top-right-radius: 1px;
  border-top-left-radius: 1px;
}
.panel-heading > .dropdown .dropdown-toggle {
  color: inherit;
}
.panel-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  color: inherit;
}
.panel-title > a,
.panel-title > small,
.panel-title > .small,
.panel-title > small > a,
.panel-title > .small > a {
  color: inherit;
}
.panel-footer {
  padding: 10px 15px;
  background-color: #f5f5f5;
  border-top: 1px solid #ddd;
  border-bottom-right-radius: 1px;
  border-bottom-left-radius: 1px;
}
.panel > .list-group,
.panel > .panel-collapse > .list-group {
  margin-bottom: 0;
}
.panel > .list-group .list-group-item,
.panel > .panel-collapse > .list-group .list-group-item {
  border-width: 1px 0;
  border-radius: 0;
}
.panel > .list-group:first-child .list-group-item:first-child,
.panel > .panel-collapse > .list-group:first-child .list-group-item:first-child {
  border-top: 0;
  border-top-right-radius: 1px;
  border-top-left-radius: 1px;
}
.panel > .list-group:last-child .list-group-item:last-child,
.panel > .panel-collapse > .list-group:last-child .list-group-item:last-child {
  border-bottom: 0;
  border-bottom-right-radius: 1px;
  border-bottom-left-radius: 1px;
}
.panel > .panel-heading + .panel-collapse > .list-group .list-group-item:first-child {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.panel-heading + .list-group .list-group-item:first-child {
  border-top-width: 0;
}
.list-group + .panel-footer {
  border-top-width: 0;
}
.panel > .table,
.panel > .table-responsive > .table,
.panel > .panel-collapse > .table {
  margin-bottom: 0;
}
.panel > .table caption,
.panel > .table-responsive > .table caption,
.panel > .panel-collapse > .table caption {
  padding-left: 15px;
  padding-right: 15px;
}
.panel > .table:first-child,
.panel > .table-responsive:first-child > .table:first-child {
  border-top-right-radius: 1px;
  border-top-left-radius: 1px;
}
.panel > .table:first-child > thead:first-child > tr:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child {
  border-top-left-radius: 1px;
  border-top-right-radius: 1px;
}
.panel > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child {
  border-top-left-radius: 1px;
}
.panel > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child {
  border-top-right-radius: 1px;
}
.panel > .table:last-child,
.panel > .table-responsive:last-child > .table:last-child {
  border-bottom-right-radius: 1px;
  border-bottom-left-radius: 1px;
}
.panel > .table:last-child > tbody:last-child > tr:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child {
  border-bottom-left-radius: 1px;
  border-bottom-right-radius: 1px;
}
.panel > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child {
  border-bottom-left-radius: 1px;
}
.panel > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child {
  border-bottom-right-radius: 1px;
}
.panel > .panel-body + .table,
.panel > .panel-body + .table-responsive,
.panel > .table + .panel-body,
.panel > .table-responsive + .panel-body {
  border-top: 1px solid #e3e3e3;
}
.panel > .table > tbody:first-child > tr:first-child th,
.panel > .table > tbody:first-child > tr:first-child td {
  border-top: 0;
}
.panel > .table-bordered,
.panel > .table-responsive > .table-bordered {
  border: 0;
}
.panel > .table-bordered > thead > tr > th:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:first-child,
.panel > .table-bordered > tbody > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:first-child,
.panel > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-bordered > thead > tr > td:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:first-child,
.panel > .table-bordered > tbody > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:first-child,
.panel > .table-bordered > tfoot > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child {
  border-left: 0;
}
.panel > .table-bordered > thead > tr > th:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:last-child,
.panel > .table-bordered > tbody > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:last-child,
.panel > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-bordered > thead > tr > td:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:last-child,
.panel > .table-bordered > tbody > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:last-child,
.panel > .table-bordered > tfoot > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child {
  border-right: 0;
}
.panel > .table-bordered > thead > tr:first-child > td,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > td,
.panel > .table-bordered > tbody > tr:first-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > td,
.panel > .table-bordered > thead > tr:first-child > th,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > th,
.panel > .table-bordered > tbody > tr:first-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > th {
  border-bottom: 0;
}
.panel > .table-bordered > tbody > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > td,
.panel > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-bordered > tbody > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > th,
.panel > .table-bordered > tfoot > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th {
  border-bottom: 0;
}
.panel > .table-responsive {
  border: 0;
  margin-bottom: 0;
}
.panel-group {
  margin-bottom: 20px;
}
.panel-group .panel {
  margin-bottom: 0;
  border-radius: 2px;
}
.panel-group .panel + .panel {
  margin-top: 5px;
}
.panel-group .panel-heading {
  border-bottom: 0;
}
.panel-group .panel-heading + .panel-collapse > .panel-body,
.panel-group .panel-heading + .panel-collapse > .list-group {
  border-top: 1px solid #ddd;
}
.panel-group .panel-footer {
  border-top: 0;
}
.panel-group .panel-footer + .panel-collapse .panel-body {
  border-bottom: 1px solid #ddd;
}
.panel-default {
  border-color: #ddd;
}
.panel-default > .panel-heading {
  color: #333333;
  background-color: #f5f5f5;
  border-color: #ddd;
}
.panel-default > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #ddd;
}
.panel-default > .panel-heading .badge {
  color: #f5f5f5;
  background-color: #333333;
}
.panel-default > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #ddd;
}
.panel-primary {
  border-color: #337ab7;
}
.panel-primary > .panel-heading {
  color: #fff;
  background-color: #337ab7;
  border-color: #337ab7;
}
.panel-primary > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #337ab7;
}
.panel-primary > .panel-heading .badge {
  color: #337ab7;
  background-color: #fff;
}
.panel-primary > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #337ab7;
}
.panel-success {
  border-color: #d6e9c6;
}
.panel-success > .panel-heading {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}
.panel-success > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #d6e9c6;
}
.panel-success > .panel-heading .badge {
  color: #dff0d8;
  background-color: #3c763d;
}
.panel-success > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #d6e9c6;
}
.panel-info {
  border-color: #bce8f1;
}
.panel-info > .panel-heading {
  color: #31708f;
  background-color: #d9edf7;
  border-color: #bce8f1;
}
.panel-info > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #bce8f1;
}
.panel-info > .panel-heading .badge {
  color: #d9edf7;
  background-color: #31708f;
}
.panel-info > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #bce8f1;
}
.panel-warning {
  border-color: #faebcc;
}
.panel-warning > .panel-heading {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #faebcc;
}
.panel-warning > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #faebcc;
}
.panel-warning > .panel-heading .badge {
  color: #fcf8e3;
  background-color: #8a6d3b;
}
.panel-warning > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #faebcc;
}
.panel-danger {
  border-color: #ebccd1;
}
.panel-danger > .panel-heading {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1;
}
.panel-danger > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #ebccd1;
}
.panel-danger > .panel-heading .badge {
  color: #f2dede;
  background-color: #a94442;
}
.panel-danger > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #ebccd1;
}
.embed-responsive {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden;
}
.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  border: 0;
}
.embed-responsive-16by9 {
  padding-bottom: 56.25%;
}
.embed-responsive-4by3 {
  padding-bottom: 75%;
}
.well {
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  background-color: white;
  border: 1px solid #e3e3e3;
  border-radius: 2px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
}
.well blockquote {
  border-color: #ddd;
  border-color: rgba(0, 0, 0, 0.15);
}
.well-lg {
  padding: 24px;
  border-radius: 3px;
}
.well-sm {
  padding: 9px;
  border-radius: 1px;
}
.close {
  float: right;
  font-size: 21px;
  font-weight: bold;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: 0.2;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=20);
  filter: alpha(opacity=20);
}
.close:hover,
.close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
  opacity: 0.5;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
  filter: alpha(opacity=50);
}
button.close {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
}
.modal-open {
  overflow: hidden;
}
.modal {
  display: none;
  overflow: hidden;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  -webkit-overflow-scrolling: touch;
  outline: 0;
}
.modal.fade .modal-dialog {
  -webkit-transform: translate(0, -25%);
  -ms-transform: translate(0, -25%);
  -o-transform: translate(0, -25%);
  transform: translate(0, -25%);
  -webkit-transition: -webkit-transform 0.3s ease-out;
  -moz-transition: -moz-transform 0.3s ease-out;
  -o-transition: -o-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
}
.modal.in .modal-dialog {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
}
.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px;
}
.modal-content {
  position: relative;
  background-color: #fff;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 3px;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  background-clip: padding-box;
  outline: 0;
}
.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000;
}
.modal-backdrop.fade {
  opacity: 0;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  filter: alpha(opacity=0);
}
.modal-backdrop.in {
  opacity: 0.5;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
  filter: alpha(opacity=50);
}
.modal-header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
}
.modal-header .close {
  margin-top: -2px;
}
.modal-title {
  margin: 0;
  line-height: 1.42857143;
}
.modal-body {
  position: relative;
  padding: 15px;
}
.modal-footer {
  padding: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
}
.modal-footer .btn + .btn {
  margin-left: 5px;
  margin-bottom: 0;
}
.modal-footer .btn-group .btn + .btn {
  margin-left: -1px;
}
.modal-footer .btn-block + .btn-block {
  margin-left: 0;
}
.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 768px) {
  .modal-dialog {
    width: 600px;
    margin: 30px auto;
  }
  .modal-content {
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  }
  .modal-sm {
    width: 300px;
  }
}
@media (min-width: 992px) {
  .modal-lg {
    width: 900px;
  }
}
.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  filter: alpha(opacity=0);
}
.tooltip.in {
  opacity: 0.9;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=90);
  filter: alpha(opacity=90);
}
.tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
  color: #fff;
  text-align: center;
  background-color: #000;
  border-radius: 2px;
}
.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
.tooltip.top-left .tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
.tooltip.top-right .tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000;
}
.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000;
}
.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}
.tooltip.bottom-left .tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}
.tooltip.bottom-right .tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}
.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: none;
  max-width: 276px;
  padding: 1px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 14px;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 3px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
}
.popover.top {
  margin-top: -10px;
}
.popover.right {
  margin-left: 10px;
}
.popover.bottom {
  margin-top: 10px;
}
.popover.left {
  margin-left: -10px;
}
.popover-title {
  margin: 0;
  padding: 8px 14px;
  font-size: 14px;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-radius: 2px 2px 0 0;
}
.popover-content {
  padding: 9px 14px;
}
.popover > .arrow,
.popover > .arrow:after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.popover > .arrow {
  border-width: 11px;
}
.popover > .arrow:after {
  border-width: 10px;
  content: "";
}
.popover.top > .arrow {
  left: 50%;
  margin-left: -11px;
  border-bottom-width: 0;
  border-top-color: #999999;
  border-top-color: rgba(0, 0, 0, 0.25);
  bottom: -11px;
}
.popover.top > .arrow:after {
  content: " ";
  bottom: 1px;
  margin-left: -10px;
  border-bottom-width: 0;
  border-top-color: #fff;
}
.popover.right > .arrow {
  top: 50%;
  left: -11px;
  margin-top: -11px;
  border-left-width: 0;
  border-right-color: #999999;
  border-right-color: rgba(0, 0, 0, 0.25);
}
.popover.right > .arrow:after {
  content: " ";
  left: 1px;
  bottom: -10px;
  border-left-width: 0;
  border-right-color: #fff;
}
.popover.bottom > .arrow {
  left: 50%;
  margin-left: -11px;
  border-top-width: 0;
  border-bottom-color: #999999;
  border-bottom-color: rgba(0, 0, 0, 0.25);
  top: -11px;
}
.popover.bottom > .arrow:after {
  content: " ";
  top: 1px;
  margin-left: -10px;
  border-top-width: 0;
  border-bottom-color: #fff;
}
.popover.left > .arrow {
  top: 50%;
  right: -11px;
  margin-top: -11px;
  border-right-width: 0;
  border-left-color: #999999;
  border-left-color: rgba(0, 0, 0, 0.25);
}
.popover.left > .arrow:after {
  content: " ";
  right: 1px;
  border-right-width: 0;
  border-left-color: #fff;
  bottom: -10px;
}
.carousel {
  position: relative;
}
.carousel-inner {
  position: relative;
  overflow: hidden;
  width: 100%;
}
.carousel-inner > .item {
  display: none;
  position: relative;
  -webkit-transition: 0.6s ease-in-out left;
  -o-transition: 0.6s ease-in-out left;
  transition: 0.6s ease-in-out left;
}
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  line-height: 1;
}
@media all and (transform-3d), (-webkit-transform-3d) {
  .carousel-inner > .item {
    -webkit-transition: -webkit-transform 0.6s ease-in-out;
    -moz-transition: -moz-transform 0.6s ease-in-out;
    -o-transition: -o-transform 0.6s ease-in-out;
    transition: transform 0.6s ease-in-out;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-perspective: 1000px;
    -moz-perspective: 1000px;
    perspective: 1000px;
  }
  .carousel-inner > .item.next,
  .carousel-inner > .item.active.right {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    left: 0;
  }
  .carousel-inner > .item.prev,
  .carousel-inner > .item.active.left {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    left: 0;
  }
  .carousel-inner > .item.next.left,
  .carousel-inner > .item.prev.right,
  .carousel-inner > .item.active {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    left: 0;
  }
}
.carousel-inner > .active,
.carousel-inner > .next,
.carousel-inner > .prev {
  display: block;
}
.carousel-inner > .active {
  left: 0;
}
.carousel-inner > .next,
.carousel-inner > .prev {
  position: absolute;
  top: 0;
  width: 100%;
}
.carousel-inner > .next {
  left: 100%;
}
.carousel-inner > .prev {
  left: -100%;
}
.carousel-inner > .next.left,
.carousel-inner > .prev.right {
  left: 0;
}
.carousel-inner > .active.left {
  left: -100%;
}
.carousel-inner > .active.right {
  left: 100%;
}
.carousel-control {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 15%;
  opacity: 0.5;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
  filter: alpha(opacity=50);
  font-size: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
  background-color: rgba(0, 0, 0, 0);
}
.carousel-control.left {
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
}
.carousel-control.right {
  left: auto;
  right: 0;
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
}
.carousel-control:hover,
.carousel-control:focus {
  outline: 0;
  color: #fff;
  text-decoration: none;
  opacity: 0.9;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=90);
  filter: alpha(opacity=90);
}
.carousel-control .icon-prev,
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right {
  position: absolute;
  top: 50%;
  margin-top: -10px;
  z-index: 5;
  display: inline-block;
}
.carousel-control .icon-prev,
.carousel-control .glyphicon-chevron-left {
  left: 50%;
  margin-left: -10px;
}
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-right {
  right: 50%;
  margin-right: -10px;
}
.carousel-control .icon-prev,
.carousel-control .icon-next {
  width: 20px;
  height: 20px;
  line-height: 1;
  font-family: serif;
}
.carousel-control .icon-prev:before {
  content: '\2039';
}
.carousel-control .icon-next:before {
  content: '\203a';
}
.carousel-indicators {
  position: absolute;
  bottom: 10px;
  left: 50%;
  z-index: 15;
  width: 60%;
  margin-left: -30%;
  padding-left: 0;
  list-style: none;
  text-align: center;
}
.carousel-indicators li {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 1px;
  text-indent: -999px;
  border: 1px solid #fff;
  border-radius: 10px;
  cursor: pointer;
  background-color: #000 \9;
  background-color: rgba(0, 0, 0, 0);
}
.carousel-indicators .active {
  margin: 0;
  width: 12px;
  height: 12px;
  background-color: #fff;
}
.carousel-caption {
  position: absolute;
  left: 15%;
  right: 15%;
  bottom: 20px;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}
.carousel-caption .btn {
  text-shadow: none;
}
@media screen and (min-width: 768px) {
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-prev,
  .carousel-control .icon-next {
    width: 30px;
    height: 30px;
    margin-top: -10px;
    font-size: 30px;
  }
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .icon-prev {
    margin-left: -10px;
  }
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-next {
    margin-right: -10px;
  }
  .carousel-caption {
    left: 20%;
    right: 20%;
    padding-bottom: 30px;
  }
  .carousel-indicators {
    bottom: 20px;
  }
}
.clearfix:before,
.clearfix:after,
.dl-horizontal dd:before,
.dl-horizontal dd:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after,
.form-horizontal .form-group:before,
.form-horizontal .form-group:after,
.btn-toolbar:before,
.btn-toolbar:after,
.btn-group-vertical > .btn-group:before,
.btn-group-vertical > .btn-group:after,
.nav:before,
.nav:after,
.navbar:before,
.navbar:after,
.navbar-header:before,
.navbar-header:after,
.navbar-collapse:before,
.navbar-collapse:after,
.pager:before,
.pager:after,
.panel-body:before,
.panel-body:after,
.modal-header:before,
.modal-header:after,
.modal-footer:before,
.modal-footer:after {
  content: " ";
  display: table;
}
.clearfix:after,
.dl-horizontal dd:after,
.container:after,
.container-fluid:after,
.row:after,
.form-horizontal .form-group:after,
.btn-toolbar:after,
.btn-group-vertical > .btn-group:after,
.nav:after,
.navbar:after,
.navbar-header:after,
.navbar-collapse:after,
.pager:after,
.panel-body:after,
.modal-header:after,
.modal-footer:after {
  clear: both;
}
.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.pull-right {
  float: right !important;
}
.pull-left {
  float: left !important;
}
.hide {
  display: none !important;
}
.show {
  display: block !important;
}
.invisible {
  visibility: hidden;
}
.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.hidden {
  display: none !important;
}
.affix {
  position: fixed;
}
@-ms-viewport {
  width: device-width;
}
.visible-xs,
.visible-sm,
.visible-md,
.visible-lg {
  display: none !important;
}
.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
  display: none !important;
}
@media (max-width: 767px) {
  .visible-xs {
    display: block !important;
  }
  table.visible-xs {
    display: table !important;
  }
  tr.visible-xs {
    display: table-row !important;
  }
  th.visible-xs,
  td.visible-xs {
    display: table-cell !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-block {
    display: block !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-inline {
    display: inline !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important;
  }
  table.visible-sm {
    display: table !important;
  }
  tr.visible-sm {
    display: table-row !important;
  }
  th.visible-sm,
  td.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-block {
    display: block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline {
    display: inline !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md {
    display: block !important;
  }
  table.visible-md {
    display: table !important;
  }
  tr.visible-md {
    display: table-row !important;
  }
  th.visible-md,
  td.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-block {
    display: block !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline {
    display: inline !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg {
    display: block !important;
  }
  table.visible-lg {
    display: table !important;
  }
  tr.visible-lg {
    display: table-row !important;
  }
  th.visible-lg,
  td.visible-lg {
    display: table-cell !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-block {
    display: block !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-inline {
    display: inline !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-inline-block {
    display: inline-block !important;
  }
}
@media (max-width: 767px) {
  .hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important;
  }
}
.visible-print {
  display: none !important;
}
@media print {
  .visible-print {
    display: block !important;
  }
  table.visible-print {
    display: table !important;
  }
  tr.visible-print {
    display: table-row !important;
  }
  th.visible-print,
  td.visible-print {
    display: table-cell !important;
  }
}
.visible-print-block {
  display: none !important;
}
@media print {
  .visible-print-block {
    display: block !important;
  }
}
.visible-print-inline {
  display: none !important;
}
@media print {
  .visible-print-inline {
    display: inline !important;
  }
}
.visible-print-inline-block {
  display: none !important;
}
@media print {
  .visible-print-inline-block {
    display: inline-block !important;
  }
}
@media print {
  .hidden-print {
    display: none !important;
  }
}
.datepicker {
  border-radius: 2px;
  direction: ltr;
}
.datepicker-inline {
  width: 220px;
}
.datepicker-rtl {
  direction: rtl;
}
.datepicker-rtl.dropdown-menu {
  left: auto;
}
.datepicker-rtl table tr td span {
  float: right;
}
.datepicker-dropdown {
  top: 0;
  left: 0;
  padding: 4px;
}
.datepicker-dropdown:before {
  content: '';
  display: inline-block;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 7px solid rgba(0, 0, 0, 0.15);
  border-top: 0;
  border-bottom-color: rgba(0, 0, 0, 0.2);
  position: absolute;
}
.datepicker-dropdown:after {
  content: '';
  display: inline-block;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid #fff;
  border-top: 0;
  position: absolute;
}
.datepicker-dropdown.datepicker-orient-left:before {
  left: 6px;
}
.datepicker-dropdown.datepicker-orient-left:after {
  left: 7px;
}
.datepicker-dropdown.datepicker-orient-right:before {
  right: 6px;
}
.datepicker-dropdown.datepicker-orient-right:after {
  right: 7px;
}
.datepicker-dropdown.datepicker-orient-bottom:before {
  top: -7px;
}
.datepicker-dropdown.datepicker-orient-bottom:after {
  top: -6px;
}
.datepicker-dropdown.datepicker-orient-top:before {
  bottom: -7px;
  border-bottom: 0;
  border-top: 7px solid rgba(0, 0, 0, 0.15);
}
.datepicker-dropdown.datepicker-orient-top:after {
  bottom: -6px;
  border-bottom: 0;
  border-top: 6px solid #fff;
}
.datepicker table {
  margin: 0;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.datepicker table tr td,
.datepicker table tr th {
  text-align: center;
  width: 30px;
  height: 30px;
  border-radius: 4px;
  border: none;
}
.table-striped .datepicker table tr td,
.table-striped .datepicker table tr th {
  background-color: transparent;
}
.datepicker table tr td.old,
.datepicker table tr td.new {
  color: #777777;
}
.datepicker table tr td.day:hover,
.datepicker table tr td.focused {
  background: #eeeeee;
  cursor: pointer;
}
.datepicker table tr td.disabled,
.datepicker table tr td.disabled:hover {
  background: none;
  color: #777777;
  cursor: default;
}
.datepicker table tr td.highlighted {
  color: #000;
  background-color: #d9edf7;
  border-color: #85c5e5;
  border-radius: 0;
}
.datepicker table tr td.highlighted:focus,
.datepicker table tr td.highlighted.focus {
  color: #000;
  background-color: #afd9ee;
  border-color: #298fc2;
}
.datepicker table tr td.highlighted:hover {
  color: #000;
  background-color: #afd9ee;
  border-color: #52addb;
}
.datepicker table tr td.highlighted:active,
.datepicker table tr td.highlighted.active,
.open > .dropdown-toggle.datepicker table tr td.highlighted {
  color: #000;
  background-color: #afd9ee;
  border-color: #52addb;
}
.datepicker table tr td.highlighted:active:hover,
.datepicker table tr td.highlighted.active:hover,
.open > .dropdown-toggle.datepicker table tr td.highlighted:hover,
.datepicker table tr td.highlighted:active:focus,
.datepicker table tr td.highlighted.active:focus,
.open > .dropdown-toggle.datepicker table tr td.highlighted:focus,
.datepicker table tr td.highlighted:active.focus,
.datepicker table tr td.highlighted.active.focus,
.open > .dropdown-toggle.datepicker table tr td.highlighted.focus {
  color: #000;
  background-color: #91cbe8;
  border-color: #298fc2;
}
.datepicker table tr td.highlighted:active,
.datepicker table tr td.highlighted.active,
.open > .dropdown-toggle.datepicker table tr td.highlighted {
  background-image: none;
}
.datepicker table tr td.highlighted.disabled:hover,
.datepicker table tr td.highlighted[disabled]:hover,
fieldset[disabled] .datepicker table tr td.highlighted:hover,
.datepicker table tr td.highlighted.disabled:focus,
.datepicker table tr td.highlighted[disabled]:focus,
fieldset[disabled] .datepicker table tr td.highlighted:focus,
.datepicker table tr td.highlighted.disabled.focus,
.datepicker table tr td.highlighted[disabled].focus,
fieldset[disabled] .datepicker table tr td.highlighted.focus {
  background-color: #d9edf7;
  border-color: #85c5e5;
}
.datepicker table tr td.highlighted .badge {
  color: #d9edf7;
  background-color: #000;
}
.datepicker table tr td.highlighted.focused {
  background: #afd9ee;
}
.datepicker table tr td.highlighted.disabled,
.datepicker table tr td.highlighted.disabled:active {
  background: #d9edf7;
  color: #777777;
}
.datepicker table tr td.today {
  color: #000;
  background-color: #ffdb99;
  border-color: #ffb733;
}
.datepicker table tr td.today:focus,
.datepicker table tr td.today.focus {
  color: #000;
  background-color: #ffc966;
  border-color: #b37400;
}
.datepicker table tr td.today:hover {
  color: #000;
  background-color: #ffc966;
  border-color: #f59e00;
}
.datepicker table tr td.today:active,
.datepicker table tr td.today.active,
.open > .dropdown-toggle.datepicker table tr td.today {
  color: #000;
  background-color: #ffc966;
  border-color: #f59e00;
}
.datepicker table tr td.today:active:hover,
.datepicker table tr td.today.active:hover,
.open > .dropdown-toggle.datepicker table tr td.today:hover,
.datepicker table tr td.today:active:focus,
.datepicker table tr td.today.active:focus,
.open > .dropdown-toggle.datepicker table tr td.today:focus,
.datepicker table tr td.today:active.focus,
.datepicker table tr td.today.active.focus,
.open > .dropdown-toggle.datepicker table tr td.today.focus {
  color: #000;
  background-color: #ffbc42;
  border-color: #b37400;
}
.datepicker table tr td.today:active,
.datepicker table tr td.today.active,
.open > .dropdown-toggle.datepicker table tr td.today {
  background-image: none;
}
.datepicker table tr td.today.disabled:hover,
.datepicker table tr td.today[disabled]:hover,
fieldset[disabled] .datepicker table tr td.today:hover,
.datepicker table tr td.today.disabled:focus,
.datepicker table tr td.today[disabled]:focus,
fieldset[disabled] .datepicker table tr td.today:focus,
.datepicker table tr td.today.disabled.focus,
.datepicker table tr td.today[disabled].focus,
fieldset[disabled] .datepicker table tr td.today.focus {
  background-color: #ffdb99;
  border-color: #ffb733;
}
.datepicker table tr td.today .badge {
  color: #ffdb99;
  background-color: #000;
}
.datepicker table tr td.today.focused {
  background: #ffc966;
}
.datepicker table tr td.today.disabled,
.datepicker table tr td.today.disabled:active {
  background: #ffdb99;
  color: #777777;
}
.datepicker table tr td.range {
  color: #000;
  background-color: #eeeeee;
  border-color: #bbbbbb;
  border-radius: 0;
}
.datepicker table tr td.range:focus,
.datepicker table tr td.range.focus {
  color: #000;
  background-color: #d5d5d5;
  border-color: #7c7c7c;
}
.datepicker table tr td.range:hover {
  color: #000;
  background-color: #d5d5d5;
  border-color: #9d9d9d;
}
.datepicker table tr td.range:active,
.datepicker table tr td.range.active,
.open > .dropdown-toggle.datepicker table tr td.range {
  color: #000;
  background-color: #d5d5d5;
  border-color: #9d9d9d;
}
.datepicker table tr td.range:active:hover,
.datepicker table tr td.range.active:hover,
.open > .dropdown-toggle.datepicker table tr td.range:hover,
.datepicker table tr td.range:active:focus,
.datepicker table tr td.range.active:focus,
.open > .dropdown-toggle.datepicker table tr td.range:focus,
.datepicker table tr td.range:active.focus,
.datepicker table tr td.range.active.focus,
.open > .dropdown-toggle.datepicker table tr td.range.focus {
  color: #000;
  background-color: #c3c3c3;
  border-color: #7c7c7c;
}
.datepicker table tr td.range:active,
.datepicker table tr td.range.active,
.open > .dropdown-toggle.datepicker table tr td.range {
  background-image: none;
}
.datepicker table tr td.range.disabled:hover,
.datepicker table tr td.range[disabled]:hover,
fieldset[disabled] .datepicker table tr td.range:hover,
.datepicker table tr td.range.disabled:focus,
.datepicker table tr td.range[disabled]:focus,
fieldset[disabled] .datepicker table tr td.range:focus,
.datepicker table tr td.range.disabled.focus,
.datepicker table tr td.range[disabled].focus,
fieldset[disabled] .datepicker table tr td.range.focus {
  background-color: #eeeeee;
  border-color: #bbbbbb;
}
.datepicker table tr td.range .badge {
  color: #eeeeee;
  background-color: #000;
}
.datepicker table tr td.range.focused {
  background: #d5d5d5;
}
.datepicker table tr td.range.disabled,
.datepicker table tr td.range.disabled:active {
  background: #eeeeee;
  color: #777777;
}
.datepicker table tr td.range.highlighted {
  color: #000;
  background-color: #e4eef3;
  border-color: #9dc1d3;
}
.datepicker table tr td.range.highlighted:focus,
.datepicker table tr td.range.highlighted.focus {
  color: #000;
  background-color: #c1d7e3;
  border-color: #4b88a6;
}
.datepicker table tr td.range.highlighted:hover {
  color: #000;
  background-color: #c1d7e3;
  border-color: #73a6c0;
}
.datepicker table tr td.range.highlighted:active,
.datepicker table tr td.range.highlighted.active,
.open > .dropdown-toggle.datepicker table tr td.range.highlighted {
  color: #000;
  background-color: #c1d7e3;
  border-color: #73a6c0;
}
.datepicker table tr td.range.highlighted:active:hover,
.datepicker table tr td.range.highlighted.active:hover,
.open > .dropdown-toggle.datepicker table tr td.range.highlighted:hover,
.datepicker table tr td.range.highlighted:active:focus,
.datepicker table tr td.range.highlighted.active:focus,
.open > .dropdown-toggle.datepicker table tr td.range.highlighted:focus,
.datepicker table tr td.range.highlighted:active.focus,
.datepicker table tr td.range.highlighted.active.focus,
.open > .dropdown-toggle.datepicker table tr td.range.highlighted.focus {
  color: #000;
  background-color: #a8c8d8;
  border-color: #4b88a6;
}
.datepicker table tr td.range.highlighted:active,
.datepicker table tr td.range.highlighted.active,
.open > .dropdown-toggle.datepicker table tr td.range.highlighted {
  background-image: none;
}
.datepicker table tr td.range.highlighted.disabled:hover,
.datepicker table tr td.range.highlighted[disabled]:hover,
fieldset[disabled] .datepicker table tr td.range.highlighted:hover,
.datepicker table tr td.range.highlighted.disabled:focus,
.datepicker table tr td.range.highlighted[disabled]:focus,
fieldset[disabled] .datepicker table tr td.range.highlighted:focus,
.datepicker table tr td.range.highlighted.disabled.focus,
.datepicker table tr td.range.highlighted[disabled].focus,
fieldset[disabled] .datepicker table tr td.range.highlighted.focus {
  background-color: #e4eef3;
  border-color: #9dc1d3;
}
.datepicker table tr td.range.highlighted .badge {
  color: #e4eef3;
  background-color: #000;
}
.datepicker table tr td.range.highlighted.focused {
  background: #c1d7e3;
}
.datepicker table tr td.range.highlighted.disabled,
.datepicker table tr td.range.highlighted.disabled:active {
  background: #e4eef3;
  color: #777777;
}
.datepicker table tr td.range.today {
  color: #000;
  background-color: #f7ca77;
  border-color: #f1a417;
}
.datepicker table tr td.range.today:focus,
.datepicker table tr td.range.today.focus {
  color: #000;
  background-color: #f4b747;
  border-color: #815608;
}
.datepicker table tr td.range.today:hover {
  color: #000;
  background-color: #f4b747;
  border-color: #bf800c;
}
.datepicker table tr td.range.today:active,
.datepicker table tr td.range.today.active,
.open > .dropdown-toggle.datepicker table tr td.range.today {
  color: #000;
  background-color: #f4b747;
  border-color: #bf800c;
}
.datepicker table tr td.range.today:active:hover,
.datepicker table tr td.range.today.active:hover,
.open > .dropdown-toggle.datepicker table tr td.range.today:hover,
.datepicker table tr td.range.today:active:focus,
.datepicker table tr td.range.today.active:focus,
.open > .dropdown-toggle.datepicker table tr td.range.today:focus,
.datepicker table tr td.range.today:active.focus,
.datepicker table tr td.range.today.active.focus,
.open > .dropdown-toggle.datepicker table tr td.range.today.focus {
  color: #000;
  background-color: #f2aa25;
  border-color: #815608;
}
.datepicker table tr td.range.today:active,
.datepicker table tr td.range.today.active,
.open > .dropdown-toggle.datepicker table tr td.range.today {
  background-image: none;
}
.datepicker table tr td.range.today.disabled:hover,
.datepicker table tr td.range.today[disabled]:hover,
fieldset[disabled] .datepicker table tr td.range.today:hover,
.datepicker table tr td.range.today.disabled:focus,
.datepicker table tr td.range.today[disabled]:focus,
fieldset[disabled] .datepicker table tr td.range.today:focus,
.datepicker table tr td.range.today.disabled.focus,
.datepicker table tr td.range.today[disabled].focus,
fieldset[disabled] .datepicker table tr td.range.today.focus {
  background-color: #f7ca77;
  border-color: #f1a417;
}
.datepicker table tr td.range.today .badge {
  color: #f7ca77;
  background-color: #000;
}
.datepicker table tr td.range.today.disabled,
.datepicker table tr td.range.today.disabled:active {
  background: #f7ca77;
  color: #777777;
}
.datepicker table tr td.selected,
.datepicker table tr td.selected.highlighted {
  color: #fff;
  background-color: #777777;
  border-color: #555555;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.datepicker table tr td.selected:focus,
.datepicker table tr td.selected.highlighted:focus,
.datepicker table tr td.selected.focus,
.datepicker table tr td.selected.highlighted.focus {
  color: #fff;
  background-color: #5e5e5e;
  border-color: #161616;
}
.datepicker table tr td.selected:hover,
.datepicker table tr td.selected.highlighted:hover {
  color: #fff;
  background-color: #5e5e5e;
  border-color: #373737;
}
.datepicker table tr td.selected:active,
.datepicker table tr td.selected.highlighted:active,
.datepicker table tr td.selected.active,
.datepicker table tr td.selected.highlighted.active,
.open > .dropdown-toggle.datepicker table tr td.selected,
.open > .dropdown-toggle.datepicker table tr td.selected.highlighted {
  color: #fff;
  background-color: #5e5e5e;
  border-color: #373737;
}
.datepicker table tr td.selected:active:hover,
.datepicker table tr td.selected.highlighted:active:hover,
.datepicker table tr td.selected.active:hover,
.datepicker table tr td.selected.highlighted.active:hover,
.open > .dropdown-toggle.datepicker table tr td.selected:hover,
.open > .dropdown-toggle.datepicker table tr td.selected.highlighted:hover,
.datepicker table tr td.selected:active:focus,
.datepicker table tr td.selected.highlighted:active:focus,
.datepicker table tr td.selected.active:focus,
.datepicker table tr td.selected.highlighted.active:focus,
.open > .dropdown-toggle.datepicker table tr td.selected:focus,
.open > .dropdown-toggle.datepicker table tr td.selected.highlighted:focus,
.datepicker table tr td.selected:active.focus,
.datepicker table tr td.selected.highlighted:active.focus,
.datepicker table tr td.selected.active.focus,
.datepicker table tr td.selected.highlighted.active.focus,
.open > .dropdown-toggle.datepicker table tr td.selected.focus,
.open > .dropdown-toggle.datepicker table tr td.selected.highlighted.focus {
  color: #fff;
  background-color: #4c4c4c;
  border-color: #161616;
}
.datepicker table tr td.selected:active,
.datepicker table tr td.selected.highlighted:active,
.datepicker table tr td.selected.active,
.datepicker table tr td.selected.highlighted.active,
.open > .dropdown-toggle.datepicker table tr td.selected,
.open > .dropdown-toggle.datepicker table tr td.selected.highlighted {
  background-image: none;
}
.datepicker table tr td.selected.disabled:hover,
.datepicker table tr td.selected.highlighted.disabled:hover,
.datepicker table tr td.selected[disabled]:hover,
.datepicker table tr td.selected.highlighted[disabled]:hover,
fieldset[disabled] .datepicker table tr td.selected:hover,
fieldset[disabled] .datepicker table tr td.selected.highlighted:hover,
.datepicker table tr td.selected.disabled:focus,
.datepicker table tr td.selected.highlighted.disabled:focus,
.datepicker table tr td.selected[disabled]:focus,
.datepicker table tr td.selected.highlighted[disabled]:focus,
fieldset[disabled] .datepicker table tr td.selected:focus,
fieldset[disabled] .datepicker table tr td.selected.highlighted:focus,
.datepicker table tr td.selected.disabled.focus,
.datepicker table tr td.selected.highlighted.disabled.focus,
.datepicker table tr td.selected[disabled].focus,
.datepicker table tr td.selected.highlighted[disabled].focus,
fieldset[disabled] .datepicker table tr td.selected.focus,
fieldset[disabled] .datepicker table tr td.selected.highlighted.focus {
  background-color: #777777;
  border-color: #555555;
}
.datepicker table tr td.selected .badge,
.datepicker table tr td.selected.highlighted .badge {
  color: #777777;
  background-color: #fff;
}
.datepicker table tr td.active,
.datepicker table tr td.active.highlighted {
  color: #fff;
  background-color: #337ab7;
  border-color: #2e6da4;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.datepicker table tr td.active:focus,
.datepicker table tr td.active.highlighted:focus,
.datepicker table tr td.active.focus,
.datepicker table tr td.active.highlighted.focus {
  color: #fff;
  background-color: #286090;
  border-color: #122b40;
}
.datepicker table tr td.active:hover,
.datepicker table tr td.active.highlighted:hover {
  color: #fff;
  background-color: #286090;
  border-color: #204d74;
}
.datepicker table tr td.active:active,
.datepicker table tr td.active.highlighted:active,
.datepicker table tr td.active.active,
.datepicker table tr td.active.highlighted.active,
.open > .dropdown-toggle.datepicker table tr td.active,
.open > .dropdown-toggle.datepicker table tr td.active.highlighted {
  color: #fff;
  background-color: #286090;
  border-color: #204d74;
}
.datepicker table tr td.active:active:hover,
.datepicker table tr td.active.highlighted:active:hover,
.datepicker table tr td.active.active:hover,
.datepicker table tr td.active.highlighted.active:hover,
.open > .dropdown-toggle.datepicker table tr td.active:hover,
.open > .dropdown-toggle.datepicker table tr td.active.highlighted:hover,
.datepicker table tr td.active:active:focus,
.datepicker table tr td.active.highlighted:active:focus,
.datepicker table tr td.active.active:focus,
.datepicker table tr td.active.highlighted.active:focus,
.open > .dropdown-toggle.datepicker table tr td.active:focus,
.open > .dropdown-toggle.datepicker table tr td.active.highlighted:focus,
.datepicker table tr td.active:active.focus,
.datepicker table tr td.active.highlighted:active.focus,
.datepicker table tr td.active.active.focus,
.datepicker table tr td.active.highlighted.active.focus,
.open > .dropdown-toggle.datepicker table tr td.active.focus,
.open > .dropdown-toggle.datepicker table tr td.active.highlighted.focus {
  color: #fff;
  background-color: #204d74;
  border-color: #122b40;
}
.datepicker table tr td.active:active,
.datepicker table tr td.active.highlighted:active,
.datepicker table tr td.active.active,
.datepicker table tr td.active.highlighted.active,
.open > .dropdown-toggle.datepicker table tr td.active,
.open > .dropdown-toggle.datepicker table tr td.active.highlighted {
  background-image: none;
}
.datepicker table tr td.active.disabled:hover,
.datepicker table tr td.active.highlighted.disabled:hover,
.datepicker table tr td.active[disabled]:hover,
.datepicker table tr td.active.highlighted[disabled]:hover,
fieldset[disabled] .datepicker table tr td.active:hover,
fieldset[disabled] .datepicker table tr td.active.highlighted:hover,
.datepicker table tr td.active.disabled:focus,
.datepicker table tr td.active.highlighted.disabled:focus,
.datepicker table tr td.active[disabled]:focus,
.datepicker table tr td.active.highlighted[disabled]:focus,
fieldset[disabled] .datepicker table tr td.active:focus,
fieldset[disabled] .datepicker table tr td.active.highlighted:focus,
.datepicker table tr td.active.disabled.focus,
.datepicker table tr td.active.highlighted.disabled.focus,
.datepicker table tr td.active[disabled].focus,
.datepicker table tr td.active.highlighted[disabled].focus,
fieldset[disabled] .datepicker table tr td.active.focus,
fieldset[disabled] .datepicker table tr td.active.highlighted.focus {
  background-color: #337ab7;
  border-color: #2e6da4;
}
.datepicker table tr td.active .badge,
.datepicker table tr td.active.highlighted .badge {
  color: #337ab7;
  background-color: #fff;
}
.datepicker table tr td span {
  display: block;
  width: 23%;
  height: 54px;
  line-height: 54px;
  float: left;
  margin: 1%;
  cursor: pointer;
  border-radius: 4px;
}
.datepicker table tr td span:hover,
.datepicker table tr td span.focused {
  background: #eeeeee;
}
.datepicker table tr td span.disabled,
.datepicker table tr td span.disabled:hover {
  background: none;
  color: #777777;
  cursor: default;
}
.datepicker table tr td span.active,
.datepicker table tr td span.active:hover,
.datepicker table tr td span.active.disabled,
.datepicker table tr td span.active.disabled:hover {
  color: #fff;
  background-color: #337ab7;
  border-color: #2e6da4;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.datepicker table tr td span.active:focus,
.datepicker table tr td span.active:hover:focus,
.datepicker table tr td span.active.disabled:focus,
.datepicker table tr td span.active.disabled:hover:focus,
.datepicker table tr td span.active.focus,
.datepicker table tr td span.active:hover.focus,
.datepicker table tr td span.active.disabled.focus,
.datepicker table tr td span.active.disabled:hover.focus {
  color: #fff;
  background-color: #286090;
  border-color: #122b40;
}
.datepicker table tr td span.active:hover,
.datepicker table tr td span.active:hover:hover,
.datepicker table tr td span.active.disabled:hover,
.datepicker table tr td span.active.disabled:hover:hover {
  color: #fff;
  background-color: #286090;
  border-color: #204d74;
}
.datepicker table tr td span.active:active,
.datepicker table tr td span.active:hover:active,
.datepicker table tr td span.active.disabled:active,
.datepicker table tr td span.active.disabled:hover:active,
.datepicker table tr td span.active.active,
.datepicker table tr td span.active:hover.active,
.datepicker table tr td span.active.disabled.active,
.datepicker table tr td span.active.disabled:hover.active,
.open > .dropdown-toggle.datepicker table tr td span.active,
.open > .dropdown-toggle.datepicker table tr td span.active:hover,
.open > .dropdown-toggle.datepicker table tr td span.active.disabled,
.open > .dropdown-toggle.datepicker table tr td span.active.disabled:hover {
  color: #fff;
  background-color: #286090;
  border-color: #204d74;
}
.datepicker table tr td span.active:active:hover,
.datepicker table tr td span.active:hover:active:hover,
.datepicker table tr td span.active.disabled:active:hover,
.datepicker table tr td span.active.disabled:hover:active:hover,
.datepicker table tr td span.active.active:hover,
.datepicker table tr td span.active:hover.active:hover,
.datepicker table tr td span.active.disabled.active:hover,
.datepicker table tr td span.active.disabled:hover.active:hover,
.open > .dropdown-toggle.datepicker table tr td span.active:hover,
.open > .dropdown-toggle.datepicker table tr td span.active:hover:hover,
.open > .dropdown-toggle.datepicker table tr td span.active.disabled:hover,
.open > .dropdown-toggle.datepicker table tr td span.active.disabled:hover:hover,
.datepicker table tr td span.active:active:focus,
.datepicker table tr td span.active:hover:active:focus,
.datepicker table tr td span.active.disabled:active:focus,
.datepicker table tr td span.active.disabled:hover:active:focus,
.datepicker table tr td span.active.active:focus,
.datepicker table tr td span.active:hover.active:focus,
.datepicker table tr td span.active.disabled.active:focus,
.datepicker table tr td span.active.disabled:hover.active:focus,
.open > .dropdown-toggle.datepicker table tr td span.active:focus,
.open > .dropdown-toggle.datepicker table tr td span.active:hover:focus,
.open > .dropdown-toggle.datepicker table tr td span.active.disabled:focus,
.open > .dropdown-toggle.datepicker table tr td span.active.disabled:hover:focus,
.datepicker table tr td span.active:active.focus,
.datepicker table tr td span.active:hover:active.focus,
.datepicker table tr td span.active.disabled:active.focus,
.datepicker table tr td span.active.disabled:hover:active.focus,
.datepicker table tr td span.active.active.focus,
.datepicker table tr td span.active:hover.active.focus,
.datepicker table tr td span.active.disabled.active.focus,
.datepicker table tr td span.active.disabled:hover.active.focus,
.open > .dropdown-toggle.datepicker table tr td span.active.focus,
.open > .dropdown-toggle.datepicker table tr td span.active:hover.focus,
.open > .dropdown-toggle.datepicker table tr td span.active.disabled.focus,
.open > .dropdown-toggle.datepicker table tr td span.active.disabled:hover.focus {
  color: #fff;
  background-color: #204d74;
  border-color: #122b40;
}
.datepicker table tr td span.active:active,
.datepicker table tr td span.active:hover:active,
.datepicker table tr td span.active.disabled:active,
.datepicker table tr td span.active.disabled:hover:active,
.datepicker table tr td span.active.active,
.datepicker table tr td span.active:hover.active,
.datepicker table tr td span.active.disabled.active,
.datepicker table tr td span.active.disabled:hover.active,
.open > .dropdown-toggle.datepicker table tr td span.active,
.open > .dropdown-toggle.datepicker table tr td span.active:hover,
.open > .dropdown-toggle.datepicker table tr td span.active.disabled,
.open > .dropdown-toggle.datepicker table tr td span.active.disabled:hover {
  background-image: none;
}
.datepicker table tr td span.active.disabled:hover,
.datepicker table tr td span.active:hover.disabled:hover,
.datepicker table tr td span.active.disabled.disabled:hover,
.datepicker table tr td span.active.disabled:hover.disabled:hover,
.datepicker table tr td span.active[disabled]:hover,
.datepicker table tr td span.active:hover[disabled]:hover,
.datepicker table tr td span.active.disabled[disabled]:hover,
.datepicker table tr td span.active.disabled:hover[disabled]:hover,
fieldset[disabled] .datepicker table tr td span.active:hover,
fieldset[disabled] .datepicker table tr td span.active:hover:hover,
fieldset[disabled] .datepicker table tr td span.active.disabled:hover,
fieldset[disabled] .datepicker table tr td span.active.disabled:hover:hover,
.datepicker table tr td span.active.disabled:focus,
.datepicker table tr td span.active:hover.disabled:focus,
.datepicker table tr td span.active.disabled.disabled:focus,
.datepicker table tr td span.active.disabled:hover.disabled:focus,
.datepicker table tr td span.active[disabled]:focus,
.datepicker table tr td span.active:hover[disabled]:focus,
.datepicker table tr td span.active.disabled[disabled]:focus,
.datepicker table tr td span.active.disabled:hover[disabled]:focus,
fieldset[disabled] .datepicker table tr td span.active:focus,
fieldset[disabled] .datepicker table tr td span.active:hover:focus,
fieldset[disabled] .datepicker table tr td span.active.disabled:focus,
fieldset[disabled] .datepicker table tr td span.active.disabled:hover:focus,
.datepicker table tr td span.active.disabled.focus,
.datepicker table tr td span.active:hover.disabled.focus,
.datepicker table tr td span.active.disabled.disabled.focus,
.datepicker table tr td span.active.disabled:hover.disabled.focus,
.datepicker table tr td span.active[disabled].focus,
.datepicker table tr td span.active:hover[disabled].focus,
.datepicker table tr td span.active.disabled[disabled].focus,
.datepicker table tr td span.active.disabled:hover[disabled].focus,
fieldset[disabled] .datepicker table tr td span.active.focus,
fieldset[disabled] .datepicker table tr td span.active:hover.focus,
fieldset[disabled] .datepicker table tr td span.active.disabled.focus,
fieldset[disabled] .datepicker table tr td span.active.disabled:hover.focus {
  background-color: #337ab7;
  border-color: #2e6da4;
}
.datepicker table tr td span.active .badge,
.datepicker table tr td span.active:hover .badge,
.datepicker table tr td span.active.disabled .badge,
.datepicker table tr td span.active.disabled:hover .badge {
  color: #337ab7;
  background-color: #fff;
}
.datepicker table tr td span.old,
.datepicker table tr td span.new {
  color: #777777;
}
.datepicker .datepicker-switch {
  width: 145px;
}
.datepicker .datepicker-switch,
.datepicker .prev,
.datepicker .next,
.datepicker tfoot tr th {
  cursor: pointer;
}
.datepicker .datepicker-switch:hover,
.datepicker .prev:hover,
.datepicker .next:hover,
.datepicker tfoot tr th:hover {
  background: #eeeeee;
}
.datepicker .prev.disabled,
.datepicker .next.disabled {
  visibility: hidden;
}
.datepicker .cw {
  font-size: 10px;
  width: 12px;
  padding: 0 2px 0 5px;
  vertical-align: middle;
}
.input-group.date .input-group-addon {
  cursor: pointer;
}
.input-daterange {
  width: 100%;
}
.input-daterange input {
  text-align: center;
}
.input-daterange input:first-child {
  border-radius: 3px 0 0 3px;
}
.input-daterange input:last-child {
  border-radius: 0 3px 3px 0;
}
.input-daterange .input-group-addon {
  width: auto;
  min-width: 16px;
  padding: 4px 5px;
  line-height: 1.42857143;
  border-width: 1px 0;
  margin-left: -5px;
  margin-right: -5px;
}
.bootstrap-select {
  width: 220px \0;
  /*IE9 and below*/
}
.bootstrap-select > .dropdown-toggle {
  width: 100%;
  padding-right: 25px;
}
.has-error .bootstrap-select .dropdown-toggle,
.error .bootstrap-select .dropdown-toggle {
  border-color: #b94a48;
}
.bootstrap-select.fit-width {
  width: auto !important;
}
.bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn) {
  width: 220px;
}
.bootstrap-select .dropdown-toggle:focus {
  outline: 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.form-control.input-group-btn {
  z-index: auto;
}
.bootstrap-select.btn-group:not(.input-group-btn),
.bootstrap-select.btn-group[class*="col-"] {
  float: none;
  display: inline-block;
  margin-left: 0;
}
.bootstrap-select.btn-group.dropdown-menu-right,
.bootstrap-select.btn-group[class*="col-"].dropdown-menu-right,
.row .bootstrap-select.btn-group[class*="col-"].dropdown-menu-right {
  float: right;
}
.form-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%;
}
.bootstrap-select.btn-group.disabled,
.bootstrap-select.btn-group > .disabled {
  cursor: not-allowed;
}
.bootstrap-select.btn-group.disabled:focus,
.bootstrap-select.btn-group > .disabled:focus {
  outline: none !important;
}
.bootstrap-select.btn-group .dropdown-toggle .filter-option {
  display: inline-block;
  overflow: hidden;
  width: 100%;
  text-align: left;
}
.bootstrap-select.btn-group .dropdown-toggle .caret {
  position: absolute;
  top: 50%;
  right: 12px;
  margin-top: -2px;
  vertical-align: middle;
}
.bootstrap-select.btn-group[class*="col-"] .dropdown-toggle {
  width: 100%;
}
.bootstrap-select.btn-group .dropdown-menu {
  min-width: 100%;
  z-index: 1035;
  box-sizing: border-box;
}
.bootstrap-select.btn-group .dropdown-menu.inner {
  position: static;
  float: none;
  border: 0;
  padding: 0;
  margin: 0;
  border-radius: 0;
  box-shadow: none;
}
.bootstrap-select.btn-group .dropdown-menu li {
  position: relative;
}
.bootstrap-select.btn-group .dropdown-menu li.active small {
  color: #fff;
}
.bootstrap-select.btn-group .dropdown-menu li.disabled a {
  cursor: not-allowed;
}
.bootstrap-select.btn-group .dropdown-menu li a {
  cursor: pointer;
}
.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;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  pointer-events: none;
  opacity: 0.9;
  box-sizing: border-box;
}
.bootstrap-select.btn-group .no-results {
  padding: 3px;
  background: #f5f5f5;
  margin: 0 5px;
  white-space: nowrap;
}
.bootstrap-select.btn-group.fit-width .dropdown-toggle .filter-option {
  position: static;
}
.bootstrap-select.btn-group.fit-width .dropdown-toggle .caret {
  position: static;
  top: auto;
  margin-top: -1px;
}
.bootstrap-select.btn-group.show-tick .dropdown-menu li.selected a span.check-mark {
  position: absolute;
  display: inline-block;
  right: 15px;
  margin-top: 5px;
}
.bootstrap-select.btn-group.show-tick .dropdown-menu li a span.text {
  margin-right: 34px;
}
.bootstrap-select.show-menu-arrow.open > .dropdown-toggle {
  z-index: 1036;
}
.bootstrap-select.show-menu-arrow .dropdown-toggle:before {
  content: '';
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 7px solid rgba(204, 204, 204, 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-top: 7px solid rgba(204, 204, 204, 0.2);
  border-bottom: 0;
}
.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,
.bs-donebutton {
  padding: 4px 8px;
}
.bs-actionsbox {
  float: left;
  width: 100%;
  box-sizing: border-box;
}
.bs-actionsbox .btn-group button {
  width: 50%;
}
.bs-donebutton {
  float: left;
  width: 100%;
  box-sizing: border-box;
}
.bs-donebutton .btn-group button {
  width: 100%;
}
.bs-searchbox + .bs-actionsbox {
  padding: 0 8px 4px;
}
.bs-searchbox .form-control {
  margin-bottom: 0;
  width: 100%;
}
select.bs-select-hidden,
select.selectpicker {
  display: none !important;
}
select.mobile-device {
  position: absolute !important;
  top: 0;
  left: 0;
  display: block !important;
  width: 100%;
  height: 100% !important;
  opacity: 0;
}
.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);
  line-height: 1;
}
.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);
}
.rtl .toast-close-button {
  left: -0.3em;
  float: left;
  right: 0.3em;
}
/*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-center {
  top: 0;
  right: 0;
  width: 100%;
}
.toast-bottom-center {
  bottom: 0;
  right: 0;
  width: 100%;
}
.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,
#webclock-toasts {
  position: fixed;
  z-index: 999999;
  pointer-events: none;
  /*overrides*/
}
#toast-container *,
#webclock-toasts * {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
#toast-container > div,
#webclock-toasts > div {
  position: relative;
  pointer-events: auto;
  overflow: hidden;
  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.8;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  filter: alpha(opacity=80);
}
#toast-container > div.rtl,
#webclock-toasts > div.rtl {
  direction: rtl;
  padding: 15px 50px 15px 15px;
  background-position: right 15px center;
}
#toast-container > div:hover,
#webclock-toasts > div: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,
#webclock-toasts > .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-error,
#webclock-toasts > .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,
#webclock-toasts > .toast-success {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAADsSURBVEhLY2AYBfQMgf///3P8+/evAIgvA/FsIF+BavYDDWMBGroaSMMBiE8VC7AZDrIFaMFnii3AZTjUgsUUWUDA8OdAH6iQbQEhw4HyGsPEcKBXBIC4ARhex4G4BsjmweU1soIFaGg/WtoFZRIZdEvIMhxkCCjXIVsATV6gFGACs4Rsw0EGgIIH3QJYJgHSARQZDrWAB+jawzgs+Q2UO49D7jnRSRGoEFRILcdmEMWGI0cm0JJ2QpYA1RDvcmzJEWhABhD/pqrL0S0CWuABKgnRki9lLseS7g2AlqwHWQSKH4oKLrILpRGhEQCw2LiRUIa4lwAAAABJRU5ErkJggg==) !important;
}
#toast-container > .toast-warning,
#webclock-toasts > .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-center > div,
#toast-container.toast-bottom-center > div,
#webclock-toasts.toast-top-center > div,
#webclock-toasts.toast-bottom-center > div {
  width: 300px;
  margin-left: auto;
  margin-right: auto;
}
#toast-container.toast-top-full-width > div,
#toast-container.toast-bottom-full-width > div,
#webclock-toasts.toast-top-full-width > div,
#webclock-toasts.toast-bottom-full-width > div {
  width: 96%;
  margin-left: auto;
  margin-right: auto;
}
.toast {
  background-color: #030303;
}
.toast-success {
  background-color: #51A351;
}
.toast-error {
  background-color: #BD362F;
}
.toast-info {
  background-color: #039be5;
}
.toast-warning {
  background-color: #F89406;
}
.toast-progress {
  position: absolute;
  left: 0;
  bottom: 0;
  height: 4px;
  background-color: #000000;
  opacity: 0.4;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=40);
  filter: alpha(opacity=40);
}
/*Responsive Design*/
@media all and (max-width: 240px) {
  #toast-container > div,
  #webclock-toasts > div {
    padding: 8px 8px 8px 50px;
    width: 11em;
  }
  #toast-container > div.rtl,
  #webclock-toasts > div.rtl {
    padding: 8px 50px 8px 8px;
  }
  #toast-container .toast-close-button,
  #webclock-toasts .toast-close-button {
    right: -0.2em;
    top: -0.2em;
  }
  #toast-container .rtl .toast-close-button,
  #webclock-toasts .rtl .toast-close-button {
    left: -0.2em;
    right: 0.2em;
  }
}
@media all and (min-width: 241px) and (max-width: 480px) {
  #toast-container > div,
  #webclock-toasts > div {
    padding: 8px 8px 8px 50px;
    width: 18em;
  }
  #toast-container > div.rtl,
  #webclock-toasts > div.rtl {
    padding: 8px 50px 8px 8px;
  }
  #toast-container .toast-close-button,
  #webclock-toasts .toast-close-button {
    right: -0.2em;
    top: -0.2em;
  }
  #toast-container .rtl .toast-close-button,
  #webclock-toasts .rtl .toast-close-button {
    left: -0.2em;
    right: 0.2em;
  }
}
@media all and (min-width: 481px) and (max-width: 768px) {
  #toast-container > div,
  #webclock-toasts > div {
    padding: 15px 15px 15px 50px;
    width: 25em;
  }
  #toast-container > div.rtl,
  #webclock-toasts > div.rtl {
    padding: 15px 50px 15px 15px;
  }
}
.panel-slide {
  border-right: 1px solid #969696;
  width: 100%;
  left: -100%;
  position: absolute;
  -moz-transition: left 0.3s ease-in-out 0s, border-width 0s ease 0s;
  -o-transition: left 0.3s ease-in-out 0s, border-width 0s ease 0s;
  -webkit-transition: left 0.3s ease-in-out 0s, border-width 0s ease 0s;
  transition: left 0.3s ease-in-out 0s, border-width 0s ease 0s;
}
.panel-slide.active {
  left: 0;
  border-right-width: 0;
  -moz-transition: left 0.3s ease-in-out 0s, border-width 0s ease 0.3s;
  -o-transition: left 0.3s ease-in-out 0s, border-width 0s ease 0.3s;
  -webkit-transition: left 0.3s ease-in-out 0s, border-width 0s ease 0.3s;
  transition: left 0.3s ease-in-out 0s, border-width 0s ease 0.3s;
}
.shadow {
  -webkit-box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.12);
  -moz-box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.12);
  box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.12);
}
.no-select {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.status-icons th.status {
  text-align: center;
}
.status-icons .table thead > tr > .status-bar {
  padding: 2px;
}
.status-icons .table thead > tr > .status-bar icon {
  display: none;
}
.status-icons .table tbody > tr > .status-bar {
  padding: 2px;
  width: 1px;
}
.status-icons .table tbody > tr > td.status {
  text-align: center;
  padding: 4px 8px;
  width: 1px;
  font-size: 20px;
}
.status-icons .table tbody > tr.in.selected > td.status {
  color: #a3d7a3;
}
.status-icons .table tbody > tr.in > td.status {
  color: #5cb85c;
}
.status-icons .table tbody > tr.in > td.status .glyphicon:before {
  content: "\e013";
}
.status-icons .table tbody > tr.in > td.status-bar {
  background-color: #5cb85c;
}
.status-icons .table tbody > tr.out.selected > td.status {
  color: #e27c79;
}
.status-icons .table tbody > tr.out > td.status {
  color: #d9534f;
}
.status-icons .table tbody > tr.out > td.status .glyphicon:before {
  content: "\e014";
}
.status-icons .table tbody > tr.out > td.status-bar {
  background-color: #d9534f;
}
.status-icons .table tbody > tr.none > td.status {
  color: #f0ad4e;
}
.status-icons .table tbody > tr.none > td.status .glyphicon:before {
  content: "\e090";
}
.status-icons .table tbody > tr.none > td.status-bar {
  background-color: #f0ad4e;
}
@-moz-keyframes spin {
  from {
    -moz-transform: rotate(0deg);
  }
  to {
    -moz-transform: rotate(360deg);
  }
}
@-ms-keyframes spin {
  from {
    -ms-transform: rotate(0deg);
  }
  to {
    -ms-transform: rotate(360deg);
  }
}
@-webkit-keyframes spin {
  from {
    -webkit-transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
  }
}
@keyframes spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
.loading-message {
  text-align: center;
  margin-top: 25%;
}
.loading-message h1 {
  text-align: center;
}
date-range-picker {
  display: block;
}
date-range-picker input.form-control {
  padding-left: 0;
  padding-right: 0;
}
date-range-picker .not-today input.form-control,
date-range-picker .not-today .input-group-btn button {
  color: #fff;
  background-color: #ec971f;
  border-color: #d58512;
}
date-range-picker .not-today .input-group-addon {
  color: #fff;
  background-color: #d58512;
  border-color: #d58512;
}
date-range-picker .not-today input.form-control:focus {
  border-color: #985f0d;
}
date-range-picker .popper {
  background-color: #fff;
  border-radius: 8px;
  border: 1px solid #f00;
  border-left: 8px solid #f00;
  padding: 8px;
  position: absolute;
  z-index: 10;
  width: 160px;
  text-align: center;
  /**
        * For simplicity, the arrow will be just a square.
        * You can style your arrow to look like a triangle
        * and use the `[x-placement]` attribute to control
        * its direction in relation to the reference element.
        */
  /**
        * We need to add margin to the side
        * touching the reference element
        * to address for the arrow size
        */
  /**
        * The arrow element lives *inside* the popper
        * so we need to offset it by its size to position
        * it outside the popper element.
        */
}
date-range-picker .popper .hidden {
  visibility: hidden;
}
date-range-picker .popper [x-arrow] {
  width: 0;
  height: 0;
  border-style: solid;
  position: absolute;
  margin: 7px 13px;
}
date-range-picker .popper[x-placement="bottom"] {
  margin-top: 7px;
}
date-range-picker .popper[x-placement="left"] {
  margin-right: 7px;
}
date-range-picker .popper[x-placement="top"] {
  margin-bottom: 7px;
}
date-range-picker .popper[x-placement="right"] {
  margin-left: 7px;
}
date-range-picker .popper[x-placement="bottom"] [x-arrow] {
  border-color: #f00;
  border-width: 0 5px 5px 5px;
  border-top-color: transparent;
  border-right-color: transparent;
  border-left-color: transparent;
  top: -13px;
  margin-left: 0;
  margin-right: 0;
}
date-range-picker .popper[x-placement="left"] [x-arrow] {
  border-color: #f00;
  border-width: 5px 0 5px 5px;
  border-top-color: transparent;
  border-right-color: transparent;
  border-bottom-color: transparent;
  right: -13px;
  margin-left: 0;
  margin-right: 0;
}
date-range-picker .popper[x-placement="top"] [x-arrow] {
  border-color: #f00;
  border-width: 5px 5px 0 5px;
  border-left-color: transparent;
  border-right-color: transparent;
  border-bottom-color: transparent;
  bottom: -13px;
  margin-left: 0;
  margin-right: 0;
}
date-range-picker .popper[x-placement="right"] [x-arrow] {
  border-color: #f00;
  border-width: 5px 5px 5px 0;
  border-top-color: transparent;
  border-left-color: transparent;
  border-bottom-color: transparent;
  left: -13px;
  margin-left: 0;
  margin-right: 0;
}
debug-panel > div {
  margin-top: 200px;
}
edit-organisation .grace input[type="text"] {
  display: inline-block;
  width: 40px;
  text-align: center;
  padding: 6px;
}
edit-organisation .grace .form-control-static {
  padding-left: 24px;
}
edit-organisation .grace .form-control-static:first-child {
  padding-left: 0;
}
edit-organisation .full-width {
  width: 100%;
}
edit-organisation .toggle.btn {
  min-width: 100%;
}
edit-organisation .images-expiry-slider .slider {
  width: 80%;
}
edit-organisation .import-row {
  margin-top: 20px;
}
edit-organisation .import-row .table {
  margin-bottom: 10px;
}
edit-organisation .export-row.payroll {
  margin-top: 20px;
}
edit-organisation .export-row .table {
  margin-bottom: 10px;
}
edit-person .form-horizontal label.control-label {
  padding-right: 0;
  font-size: 13px;
  padding-top: 9px;
}
edit-person .selects .filter-select {
  margin-bottom: 10px;
}
edit-person .selects .filter-select.hidden {
  display: none;
}
edit-person input.form-control {
  /*background: @body-bg;*/
}
edit-person .full-width {
  width: 100%;
}
@media (max-width: 767px) {
  edit-person .edge-top {
    border-top: none;
  }
  edit-person .edge-left {
    border-left: none;
  }
}
edit-person .alert-form-sized {
  padding: 6px 12px;
}
edit-person selector-groups .btn-group {
  max-width: 201px;
}
@media (max-width: 1200px) {
  edit-person selector-groups .btn-group {
    max-width: 101px;
  }
}
edit-person .word-break {
  word-break: break-word;
}
edit-person #purge {
  padding-top: 10px;
}
@media (max-width: 767px) {
  edit-person #purge {
    margin-bottom: 20px;
    padding-top: 0;
    padding-bottom: 10px;
  }
}
events-list .events-list {
  border: 1px solid #c8c8c8;
  border-top: none;
}
events-list .events-list .date-header {
  border-top: 1px solid #c8c8c8;
  display: block;
  background: #eee;
  padding: 5px 10px;
}
events-list .events-list .date-header:hover {
  text-decoration: none;
  background: #ddd;
}
events-list .events-list .event-type-I .type span:after {
  content: 'In';
}
events-list .events-list .event-type-O .type span:after {
  content: 'Out';
}
events-list .events-list .event-type-B .type span:after {
  content: 'Break';
}
events-list .events-list .event-type-T .type span:after {
  content: 'Transfer';
}
events-list .events-list .event-type-V .type span:after {
  content: 'Verify';
}
events-list .events-list .event-date .type {
  float: right;
}
events-list .events-list .event-date .events {
  padding: 10px;
}
events-list .img-holder {
  position: relative;
  display: inline-block;
}
events-list .img-holder a.report {
  font-size: 12px;
  color: white;
  text-shadow: 1px 1px 1px black;
  position: absolute;
  bottom: 1px;
  right: 4px;
  background: rgba(0, 0, 0, 0.1);
}
events-list .flagged {
  width: 256px;
  text-align: center;
  padding: 20px;
}
events-list .flagged icon {
  font-size: 55px;
  display: block;
  line-height: 50px;
  margin-bottom: 8px;
}
events-list .photo {
  width: 256px;
}
grid div.dataTables_filter label {
  float: none;
}
grid div.dataTables_filter label input {
  margin-left: 0;
}
grid .pagination {
  margin: 0;
}
grid .pagination > li > a.selected {
  background-color: #428bca;
  color: white;
}
grid .rowLink tr {
  cursor: pointer;
}
grid th {
  white-space: nowrap;
}
grid th icon {
  margin-left: 8px;
}
grid .combined-controls a {
  margin: 4px;
}
grid .truncate {
  table-layout: fixed;
}
grid .truncate th {
  overflow: hidden;
  text-overflow: ellipsis;
}
grid .truncate td {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
grid .ko-grid-pageLinks {
  line-height: 0;
  float: right;
}
grid .page-size {
  display: flex;
  float: right;
  margin-right: 5px;
}
grid .page-size-label {
  flex: none;
  padding-top: 6px;
  margin-right: 5px;
}
grid .page-size-select {
  width: 70px;
}
multi-select .none-selected button {
  color: #fff;
  background-color: #d9534f;
  border-color: #d43f3a;
}
multi-select .none-selected button:hover,
multi-select .none-selected button:active,
multi-select .none-selected button:focus,
multi-select .none-selected .open .dropdown-toggle {
  color: #fff;
  background-color: #c9302c;
  border-color: #ac2925;
}
multi-select .some-selected button {
  color: #fff;
  background-color: #eea236;
  border-color: #ec971f;
}
multi-select .some-selected button:hover,
multi-select .some-selected button:active,
multi-select .some-selected button:focus,
multi-select .some-selected .open .dropdown-toggle {
  color: #fff;
  background-color: #df8a13;
  border-color: #be7610;
}
multi-select .all-selected button {
  color: #fff;
  background-color: #5cb85c;
  border-color: #4cae4c;
}
multi-select .all-selected button:hover,
multi-select .all-selected button:active,
multi-select .all-selected button:focus,
multi-select .all-selected .open .dropdown-toggle {
  color: #fff;
  background-color: #449d44;
  border-color: #398439;
}
multi-select button {
  width: 59px;
}
multi-select .input-group .form-control {
  z-index: auto;
  float: none;
}
multi-select .filter-options .form-control-static {
  padding-top: 7px;
}
multi-select select {
  display: none!important;
}
multi-select .dropdown-menu-right {
  margin-right: -58px;
}
.modal-select.bootstrap-select.btn-group .dropdown-menu.open {
  z-index: 1040;
}
nav-bar {
  /*.dropdown-menu a {
        position: relative;

        icon {
            position: absolute;
            right: 6px;
        }
    }*/
}
nav-bar #logo {
  height: 35px;
  margin-top: 11px;
  margin-left: -4px;
}
nav-bar .navbar-header {
  padding-left: 15px;
}
nav-bar .navbar-header .org-btn {
  margin-right: 0;
}
nav-bar .navbar-header .timesheet-btn {
  margin: 0;
  padding: 13px 19px 10px;
  font-size: 22px;
  border: none;
}
nav-bar .navbar-header > button {
  border: none;
  color: white;
}
nav-bar .navbar-header > a {
  color: white;
}
nav-bar .navbar-nav > li > a.timesheet-btn {
  padding: 13px;
  font-size: 20px;
}
@media (max-width: 767px) {
  nav-bar .navbar-nav > li > a {
    padding-left: 25px;
    line-height: 40px;
    font-size: 1.2em;
  }
}
nav-bar .navbar-nav.hidden-xs .dropdown-menu {
  max-height: 80vh;
  overflow-y: auto;
}
@media (max-width: 767px) {
  nav-bar .navbar-nav .divider {
    height: 1px;
    background-color: #e3e3e3;
  }
}
nav-bar .navbar-shim {
  height: 71px;
}
nav-bar .menu-toggle {
  padding: 12px 10px;
}
nav-bar .organisation-name span:first-child {
  overflow: hidden;
  max-width: 150px;
  display: inline-block;
  white-space: nowrap;
  -ms-text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  vertical-align: top;
}
nav-bar .organisation-name .caret {
  height: 4px;
}
nav-bar .navbar-collapse-organisations .navbar-nav > li > a {
  width: 100%;
  overflow: hidden;
  -ms-text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  white-space: nowrap;
}
nav-bar .navbar .navbar-collapse.in,
nav-bar .navbar .navbar-collapse-organisations.in {
  max-height: 100vh !important;
  overflow-x: hidden !important;
}
nav-bar .navbar li a {
  cursor: pointer;
}
nav-bar li a.payperiodgroup-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-right: 20px;
}
nav-bar .payperiod-tick {
  margin-left: 12px;
}
.support-code-container {
  font-size: 16px;
  text-align: center;
}
.support-code-container strong {
  font-size: 26px;
}
person-list {
  position: relative;
}
person-list th.status {
  text-align: center;
}
person-list .table thead > tr > .status-bar {
  padding: 2px;
}
person-list .table thead > tr > .status-bar icon {
  display: none;
}
person-list .table tbody > tr > .status-bar {
  padding: 2px;
  width: 1px;
}
person-list .table tbody > tr > td.status {
  text-align: center;
  padding: 4px 8px;
  width: 1px;
  font-size: 20px;
}
person-list .table tbody > tr.in.selected > td.status {
  color: #a3d7a3;
}
person-list .table tbody > tr.in > td.status {
  color: #5cb85c;
}
person-list .table tbody > tr.in > td.status .glyphicon:before {
  content: "\e013";
}
person-list .table tbody > tr.in > td.status-bar {
  background-color: #5cb85c;
}
person-list .table tbody > tr.out.selected > td.status {
  color: #e27c79;
}
person-list .table tbody > tr.out > td.status {
  color: #d9534f;
}
person-list .table tbody > tr.out > td.status .glyphicon:before {
  content: "\e014";
}
person-list .table tbody > tr.out > td.status-bar {
  background-color: #d9534f;
}
person-list .table tbody > tr.none > td.status {
  color: #f0ad4e;
}
person-list .table tbody > tr.none > td.status .glyphicon:before {
  content: "\e090";
}
person-list .table tbody > tr.none > td.status-bar {
  background-color: #f0ad4e;
}
person-list .name-sort {
  position: absolute;
  top: 36px;
}
person-list .name-sort button {
  display: none;
}
list-organisations .rowlink-skip {
  width: 50px;
}
edit-fingerlan-person slider.enrol-threshold-slider label {
  display: none;
}
edit-fingerlan-person slider.enrol-threshold-slider .slider.slider-horizontal {
  width: 100%;
}
edit-fingerlan-person slider.enrol-threshold-slider .slider.slider-horizontal .slider-track {
  background-image: none;
}
edit-fingerlan-person .threshold-label {
  padding-top: 6px;
}
edit-fingerlan-person .threshold-label .label {
  padding: 4px;
}
edit-fingerlan-person #biometrics-message {
  padding: 6px 10px;
  margin-bottom: 0;
  font-size: 12px;
}
edit-fingerlan-person .dates {
  margin-bottom: 8px;
}
edit-fingerlan-person .controls datetimepicker .form-group {
  margin-left: 0;
  margin-right: 0;
}
edit-person-biometrics slider.enrol-threshold-slider label {
  display: none;
}
edit-person-biometrics slider.enrol-threshold-slider .slider.slider-horizontal {
  width: 100%;
}
edit-person-biometrics slider.enrol-threshold-slider .slider.slider-horizontal .slider-track {
  background-image: none;
}
edit-person-biometrics .threshold-label {
  padding-top: 6px;
  padding-left: 0;
}
edit-person-biometrics .threshold-label .label {
  padding: 4px;
}
edit-person-biometrics #biometrics-message {
  padding: 6px 10px;
  margin-bottom: 0;
  font-size: 12px;
}
edit-person-biometrics .dates {
  margin-bottom: 8px;
}
edit-person-biometrics .controls datetimepicker .form-group {
  margin-left: 0;
  margin-right: 0;
}
edit-person-biometrics .template-counts > div {
  white-space: nowrap;
  padding-right: 0;
  margin-bottom: 16px;
}
@media (max-width: 991px) {
  edit-person-biometrics .auth-permissions form-item .form-group selector-auth-permission div.btn-group.bootstrap-select {
    width: 100%;
  }
}
@media (min-width: 992px) {
  edit-person-biometrics .auth-permissions form-item .form-group selector-auth-permission div.btn-group.bootstrap-select {
    width: 142px;
  }
}
edit-person-biometrics .auth-permissions .controls {
  display: flex;
}
@media (max-width: 991px) {
  edit-person-biometrics .auth-permissions .controls {
    flex-direction: column;
  }
}
@media (min-width: 992px) {
  edit-person-biometrics .auth-permissions .controls {
    flex-direction: row;
    align-items: center;
    row-gap: 2px;
    column-gap: 6px;
    flex-wrap: wrap;
  }
}
@media (max-width: 991px) {
  edit-person-biometrics .auth-permissions numeric-input input.form-control {
    width: 100%;
  }
}
@media (min-width: 992px) {
  edit-person-biometrics .auth-permissions numeric-input input.form-control {
    width: 142px;
    padding: 6px 8px;
  }
}
edit-person-biometrics .auth-permissions form-checkbox .checkbox label {
  padding-bottom: 0;
}
edit-person-biometrics .auth-permissions .field-validation-ok,
edit-person-biometrics .auth-permissions .field-validation-warning,
edit-person-biometrics .auth-permissions .field-validation-error {
  font-size: 12px;
  margin-top: 0;
}
@media (max-width: 991px) {
  edit-person-biometrics .auth-permissions .field-validation-ok,
  edit-person-biometrics .auth-permissions .field-validation-warning,
  edit-person-biometrics .auth-permissions .field-validation-error {
    width: 100%;
  }
}
@media (min-width: 992px) {
  edit-person-biometrics .auth-permissions .field-validation-ok,
  edit-person-biometrics .auth-permissions .field-validation-warning,
  edit-person-biometrics .auth-permissions .field-validation-error {
    width: 142px;
  }
}
edit-person-biometrics .auth-permissions span.field-validation-error {
  width: 100%;
}
@media (min-width: 768px) {
  form-item label {
    /*float:left;*/
    font-weight: normal;
    /*text-align: right;*/
    /*display: block;*/
    /*width: 180px;*/
  }
}
form-file .suffix {
  float: left;
  line-height: 34px;
}
form-file input.form-control {
  border: none;
  box-shadow: none;
  padding-left: 0;
}
form-file .form-image-preview img {
  width: 100%;
  cursor: zoom-in;
}
form-file .form-image-delete {
  float: right;
  position: relative;
  cursor: pointer;
}
form-image .suffix {
  float: left;
  line-height: 34px;
}
form-image input.form-control {
  border: none;
  box-shadow: none;
  padding-left: 0;
}
form-image .form-image-preview img {
  width: 100%;
  cursor: zoom-in;
}
form-image .form-image-delete {
  float: right;
  margin-top: -32px;
  position: relative;
  cursor: pointer;
}
form-slider .suffix {
  float: left;
  line-height: 34px;
}
form-slider .slider.slider-horizontal {
  float: left;
  margin: 6px 16px 0 0;
}
form-slider .slider.slider-horizontal .slider-handle {
  background-color: #5cb85c;
  border: 1px solid #449d44;
  background-image: none;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  opacity: 1;
}
form-slider .slider.slider-horizontal .slider-track {
  height: 12px;
  background-color: transparent;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: 1px solid #888;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
}
form-text .prefix,
form-text .suffix {
  float: left;
  line-height: 34px;
}
form-threshold {
  display: block;
}
form-threshold label.control-label {
  padding-left: 0;
  padding-top: 7px;
}
@media (min-width: 768px) {
  form-threshold {
    height: 44px;
  }
}
form-threshold .threshold-value {
  max-width: 50px;
  border-left: none;
  text-align: center;
}
list-custom-fields .rowlink-skip {
  width: 50px;
}
edit-custom-field .ppi-label {
  margin-bottom: 0;
}
form-checkbox .checkbox label {
  padding-bottom: 7px;
}
@media (min-width: 768px) {
  form-checkbox label {
    font-weight: normal;
  }
}
#device-clarity-page .search-box {
  width: 180px;
  display: inline-block;
}
@media (max-width: 767px) {
  #device-clarity-page .search-box {
    width: 162px;
  }
}
#device-clarity-page .add-device-btn {
  float: right;
}
#device-clarity-page .add-device-btn button {
  margin-left: 10px;
}
#device-clarity-page .add-device-btn .add-device-btn icon {
  float: left;
}
#device-clarity-page .add-device-btn .add-device-btn icon:first-child {
  margin-right: 10px;
}
#device-clarity-page .add-device-btn.visible-xs .caret {
  margin-left: 12px;
}
#device-clarity-page .edit-device-btn {
  margin-right: 8px;
}
#device-clarity-page .archived-devices-alert {
  text-align: center;
  border-top: 1px solid #b0e1ef;
  border-right: 1px solid #b0e1ef;
  border-left: 1px solid #b0e1ef;
  padding: 8px;
}
#device-clarity-page devices-list tr.archived {
  color: #b0b2b7;
}
#device-clarity-page devices-list tr.archived:hover {
  color: #95989f;
}
#device-clarity-page devices-list tr.selected {
  color: #fff;
}
#device-clarity-page .btn-edit {
  margin-left: 10px;
}
#device-clarity-page .archived-toggle {
  float: right;
}
login {
  height: 100%;
}
.login-page {
  background-image: url(images/login-bg.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-attachment: fixed;
  position: fixed;
  height: 100%;
  width: 100%;
  background-color: black;
}
@media (min-width: 2300px) {
  .login-page {
    background-size: 100% 100%;
  }
}
.login-page .form-control.text-left {
  text-align: left;
}
.login-page .login-logo {
  background-image: url(images/peoplekey-logo-allwhite.png);
  background-position: bottom right;
  background-repeat: no-repeat;
  background-size: 421px 82px;
  position: fixed;
  top: 2%;
  right: 2%;
  bottom: 2%;
  left: 2%;
}
@media (max-width: 441px) {
  .login-page .login-logo {
    background-size: contain;
  }
}
.login-page .flip-container {
  top: 50%;
  left: 50%;
  width: 300px;
  position: absolute;
  margin-left: -150px;
  margin-top: -135px;
}
.login-page .login-box {
  padding: 20px;
  background: #fff;
  /*-webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        border-radius: 5px;*/
  overflow: hidden;
  /*-webkit-box-shadow: 1px 2px 14px rgba(0,0,0,.6);
        -moz-box-shadow: 1px 2px 14px rgba(0,0,0,.6);
        box-shadow: 1px 2px 14px rgba(0,0,0,.6);*/
  background-color: white;
  border: 1px solid #e3e3e3;
  border-radius: 0;
  -webkit-box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.12);
  -moz-box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.12);
  box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.12);
}
.login-page .login-box .logo {
  /*color: #cccccc;*/
  color: white;
  background-color: #7A7E87;
  /*background-color: #282828!important;
            background-repeat: repeat-x;
            background-image: -khtml-gradient(linear,left top,left bottom,from(#424242),to(#0e0e0e));
            background-image: -moz-linear-gradient(top,#424242,#0e0e0e);
            background-image: -ms-linear-gradient(top,#424242,#0e0e0e);
            background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0,#424242),color-stop(100%,#0e0e0e));
            background-image: -webkit-linear-gradient(top,#424242,#0e0e0e);
            background-image: -o-linear-gradient(top,#424242,#0e0e0e);
            background-image: linear-gradient(#424242,#0e0e0e);
            filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#424242',endColorstr='#0e0e0e',GradientType=0);*/
  margin: -20px -20px 20px -20px;
  padding: 10px 0 10px 0;
  text-align: center;
  /*-webkit-box-shadow: 0 2px 5px rgba(0,0,0,.28);
            -moz-box-shadow: 0 2px 5px rgba(0,0,0,.28);
            box-shadow: 0 2px 5px rgba(0,0,0,.28);*/
}
.login-page .login-box .logo h3 {
  margin: 0;
}
.login-page .login-box .passkey-divider {
  background: white;
  width: 30%;
  margin: -31px auto 10px auto;
  font-size: 14px;
}
.login-page .login-box .alert {
  text-align: center;
  width: 100%;
}
#clarity-page .search-box {
  width: 180px;
  display: inline-block;
}
@media (max-width: 767px) {
  #clarity-page .search-box {
    width: 120px;
  }
}
#clarity-page .add-person-btn {
  float: right;
  margin-left: 11px;
}
#clarity-page .add-person-btn icon {
  float: left;
}
#clarity-page .add-person-btn icon:first-child {
  margin-right: 2px;
}
#clarity-page .add-person-btn toggle-button {
  float: left;
  margin-right: 8px;
}
#clarity-page .archived-people-alert {
  text-align: center;
  border-top: 1px solid #b0e1ef;
  border-right: 1px solid #b0e1ef;
  border-left: 1px solid #b0e1ef;
  padding: 8px;
}
#clarity-page person-list tr.archived {
  color: #b0b2b7;
}
#clarity-page person-list tr.archived:hover {
  color: #95989f;
}
#clarity-page person-list tr.selected {
  color: #fff;
}
#clarity-page .events-list-container {
  position: relative;
}
#clarity-page #person-info-card.affix {
  width: 33.33333333%;
}
@media (max-width: 1199px) and (min-width: 768px) {
  #clarity-page #person-info-card .person-actions a icon {
    display: none;
  }
}
#clarity-page .export-btn {
  margin-right: 10px;
}
#bulk-update-page .search-box {
  width: 180px;
  display: inline-block;
}
@media (max-width: 767px) {
  #bulk-update-page .search-box {
    width: 120px;
  }
}
#bulk-update-page .add-person-btn {
  float: right;
  margin-left: 11px;
}
#bulk-update-page .add-person-btn icon {
  float: left;
}
#bulk-update-page .add-person-btn icon:first-child {
  margin-right: 2px;
}
#bulk-update-page .add-person-btn toggle-button {
  float: left;
  margin-right: 8px;
}
#bulk-update-page .archived-people-alert {
  text-align: center;
  border-top: 1px solid #b0e1ef;
  border-right: 1px solid #b0e1ef;
  border-left: 1px solid #b0e1ef;
  padding: 8px;
}
#bulk-update-page person-list tr.archived {
  color: #b0b2b7;
}
#bulk-update-page person-list tr.archived:hover {
  color: #95989f;
}
#bulk-update-page person-list tr.selected {
  color: #fff;
}
#bulk-update-page .events-list-container {
  position: relative;
}
#bulk-update-page #person-info-card.affix {
  width: 33.33333333%;
}
@media (max-width: 1199px) and (min-width: 768px) {
  #bulk-update-page #person-info-card .person-actions a icon {
    display: none;
  }
}
#bulk-update-page .bulk-update-actions .form-inline {
  margin-top: 12px;
  height: 35px;
}
#bulk-update-page .bulk-update-actions {
  line-height: 33px !important;
  padding: 0 15px;
}
#bulk-update-page .bulk-update-actions .form-inline .bootstrap-select.form-control:not([class*="col-"]) {
  width: 200px;
}
#bulk-update-page .bulk-update-actions input {
  margin-top: 9px;
}
#bulk-update-page .bulk-update-actions label {
  padding-right: 10px;
  width: 210px;
}
#bulk-update-page .actions-title {
  display: block;
  background: #7a7e87;
  margin: 0 0 5px 0;
  padding: 10px 12px;
  color: white;
  font-size: 11px;
  font-weight: bold;
  text-transform: uppercase;
}
#bulk-update-page .unarchive-options {
  padding-left: 5px;
}
#bulk-update-page .unarchive-options label {
  width: 300px !important;
}
#bulk-update-page .update-button {
  margin-bottom: 3px;
}
@media (min-width: 1480px) {
  #bulk-update-page .col-xl-12 {
    width: 50%;
  }
}
@media (min-width: 1480px) {
  #bulk-update-page .col-xl-6 {
    width: 50%;
  }
}
#training-videos-page .search-box {
  width: 180px;
  display: inline-block;
}
@media (max-width: 767px) {
  #training-videos-page .search-box {
    width: 120px;
  }
}
#training-videos-page .btn-group-justified > .btn input[type="radio"],
#training-videos-page .btn-group-vertical > .btn input[type="radio"] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}
#training-videos-page .video-boxes {
  color: rgba(0, 0, 0, 0.87);
  transition: all 450ms cubic-bezier(0.23, 1, 0.32, 1) 0ms;
  box-sizing: border-box;
  font-family: Roboto, sans-serif;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  box-shadow: none;
  margin-top: 20px;
  display: flex;
  flex-wrap: wrap;
  justify-content: left;
  gap: 16px;
}
#training-videos-page .video-box {
  display: inline-block;
  overflow: hidden;
  padding: 0;
  flex: 0 0 calc(100%/3 - 11px);
}
@media (max-width: 767px) {
  #training-videos-page .video-box {
    flex: 0 0 calc(100%);
  }
}
#training-videos-page .video-name {
  padding: 10px;
  height: 52px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  font-size: 14px;
}
#training-videos-page .video-embed-code {
  position: relative;
  aspect-ratio: 16/9;
  padding: 5px;
  background-color: #eeeeee;
}
#training-videos-page .video-embed-code iframe {
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  cursor: pointer;
}
@media (min-width: 1480px) {
  #training-videos-page .col-xl-12 {
    width: 50%;
  }
}
@media (min-width: 1480px) {
  #training-videos-page .col-xl-6 {
    width: 50%;
  }
}
#configuration-page ul.button-grid {
  display: flex;
  /* Establishes a flex container */
  flex-wrap: wrap;
  /* Allows items to wrap onto multiple lines */
  list-style: none;
  /* Removes default list styling */
  padding: 0;
  /* Removes default padding */
  margin: 0;
  /* Adjusts margin as needed */
  gap: 10px;
  /* Space between items */
}
#configuration-page ul.button-grid li {
  flex: 0 0 calc(50% - 25px);
  display: flex;
  /* Use flex to center content inside the button */
  justify-content: center;
  /* Centers content horizontally */
  align-items: center;
  /* Centers content vertically */
  height: 60px;
  /* Fixed height */
  margin: 10px;
  /* Space between buttons */
  border: 1px solid #000;
  /* Border for button - can be adjusted */
  background-color: #f0f0f0;
  /* Background color for button */
  text-align: center;
  /* Center text inside the button */
  cursor: pointer;
  /* Change cursor to pointer on hover */
}
#configuration-page ul.button-grid li.divider {
  height: 0;
  width: 100%;
  flex-basis: 100%;
  border-color: #e3e3e3;
}
#configuration-page ul.button-grid li a {
  text-decoration: none;
  /* Removes underline from links */
  color: #000;
  /* Sets text color for links */
  font-size: 1.14em;
  /* Adjusts font size */
  line-height: 58px;
  width: 100%;
}
#notifications-page span.title,
#notifications-page span.date {
  display: block;
  line-height: 1em;
  margin-bottom: 12px;
}
#notifications-page span.title {
  font-weight: bold;
}
#notifications-page span.message,
#notifications-page span.time {
  display: block;
}
#notifications-page span.message {
  white-space: pre-wrap;
}
#notifications-page span.time {
  text-align: right;
}
#notifications-page .column-message {
  width: 100%;
}
#notifications-page .column-time div {
  max-width: 300px;
  width: max-content;
}
#notifications-setup-page .subscription-toggle {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  column-gap: 12px;
  margin-bottom: 19px;
  clear: both;
}
#notifications-setup-page .subscription-toggle div:first-child {
  min-width: 93px;
}
#notifications-setup-page .well {
  padding-bottom: 0;
}
#notifications-setup-page .well h3 {
  margin-top: 0;
  line-height: 30px;
}
#notifications-setup-page table .text-center {
  width: calc(100%/8);
}
#notifications-setup-page table .notify-toggle input {
  cursor: pointer;
  transform: scale(1.3);
}
timesheet-modal .location-required {
  text-align: center;
  padding: 40px;
  font-size: 20px;
}
devices-list {
  /*.table tbody > tr {
        > .status-bar {
            padding: 2px;
            width: 1px;
        } 

        > td.status {
            text-align:center;
            padding: 4px 8px;
            width: 1px;

            font-size: 20px;
        }

        &.in {
            &.selected > td.status{
                color: lighten(@in-colour, 20%);
            }
            > td.status {
                color:@in-colour;
                .glyphicon:before{
                    content: "\e013";
                }
            }
            > td.status-bar{
                background-color:@in-colour;
            }
        }
        &.out {
            &.selected > td.status{
                color: lighten(@out-colour, 10%);
            }
            > td.status {
                color:@out-colour;
                .glyphicon:before{
                    content: "\e014";
                }
            }
            > td.status-bar{
                background-color:@out-colour;
            }
        }
        &.none {
            > td.status {
                .glyphicon:before{
                    content: "\e090";
                }
                color:@none-colour;
            }
            > td.status-bar{
                background-color:@none-colour;
            }
        }
    }*/
}
devices-list .scanner-status,
devices-list .other-status {
  font-size: 14px;
  font-weight: bold;
  padding: 0;
}
devices-list .other-status.archived {
  color: #b0b2b7;
}
devices-list .scanner-status.in::before {
  content: 'Online';
}
devices-list .scanner-status.out::before {
  content: 'Offline';
}
devices-list th.status {
  text-align: center;
}
devices-list .table thead > tr > .status-bar {
  padding: 2px;
}
devices-list .table thead > tr > .status-bar icon {
  display: none;
}
devices-list .table tbody > tr > .status-bar {
  padding: 2px;
  width: 1px;
}
devices-list .table tbody > tr > td.status {
  text-align: center;
  padding: 4px 8px;
  width: 1px;
  font-size: 20px;
}
devices-list .table tbody > tr.in.selected > td.status {
  color: #a3d7a3;
}
devices-list .table tbody > tr.in > td.status {
  color: #5cb85c;
}
devices-list .table tbody > tr.in > td.status .glyphicon:before {
  content: "\e013";
}
devices-list .table tbody > tr.in > td.status-bar {
  background-color: #5cb85c;
}
devices-list .table tbody > tr.out.selected > td.status {
  color: #e27c79;
}
devices-list .table tbody > tr.out > td.status {
  color: #d9534f;
}
devices-list .table tbody > tr.out > td.status .glyphicon:before {
  content: "\e014";
}
devices-list .table tbody > tr.out > td.status-bar {
  background-color: #d9534f;
}
devices-list .table tbody > tr.none > td.status {
  color: #f0ad4e;
}
devices-list .table tbody > tr.none > td.status .glyphicon:before {
  content: "\e090";
}
devices-list .table tbody > tr.none > td.status-bar {
  background-color: #f0ad4e;
}
.tippy-box a.report {
  font-size: 12px;
  color: white;
  text-shadow: 1px 1px 1px black;
  position: absolute;
  bottom: 1px;
  right: 4px;
  pointer-events: auto;
  cursor: pointer;
  background: rgba(0, 0, 0, 0.1);
}
events-date-list .event-summary {
  display: flex;
  flex-wrap: nowrap;
}
events-date-list .event-datestamp {
  white-space: nowrap;
  margin-right: auto;
}
events-date-list .device-name {
  overflow: hidden;
}
events-date-list .type-container {
  white-space: nowrap;
  margin-left: auto;
}
events-date-list .lock-icon {
  padding-left: 8px;
}
events-date-list .roster {
  top: 1px;
}
events-date-list .leave {
  height: calc(100% - 1px);
}
events-date-list .ignore-event-btn {
  padding-left: 8px;
  font-size: 16px;
  color: #999;
  margin-right: -3px;
  position: relative;
}
events-date-list .ignore-event-btn:hover {
  color: red;
}
events-date-list .ignore-event-btn icon:last-child {
  position: absolute;
  padding-left: 8px;
  left: 0;
  background: white;
}
events-date-list .ignore-event-btn icon:last-child:hover {
  opacity: 0;
}
events-date-list .ignored {
  opacity: 0.4;
}
events-date-list .ignored .ignore-event-btn:hover {
  color: green;
}
events-date-list .timesheet-btn {
  width: 100%;
  margin: 1px 0 12px;
}
events-date-list .empty-message {
  padding: 20px;
  font-size: 25px;
  color: #999;
  text-align: center;
}
events-date-list #person-info-card.affix {
  position: static;
}
events-date-list #person-info-card-spacer {
  display: none;
}
@media (min-width: 767px) {
  events-date-list #person-info-card {
    width: 100%;
    position: absolute;
  }
  events-date-list #person-info-card.affix {
    position: fixed;
    top: 55px;
    z-index: 1;
    width: 25%;
    padding-left: 15px;
    padding-right: 15px;
    margin-right: 15px;
    margin-left: -15px;
  }
  events-date-list #person-info-card.affix:before {
    content: '';
    height: 4px;
    width: 100%;
    background-color: #f3f3f3;
    position: absolute;
    top: -4px;
  }
  events-date-list #person-info-card-spacer {
    visibility: hidden;
    display: block;
  }
  events-date-list #person-info-card-spacer.affix {
    position: relative;
  }
}
events-date-list .selected-person {
  position: relative;
}
events-date-list .events-list {
  background-color: #f3f3f3;
}
events-date-list .events-list.affix {
  position: relative;
}
events-date-list .events-list .date-header {
  border-top: 1px solid #e3e3e3;
  display: block;
  /*background: #eee;*/
  background: #67a3bd;
  font-size: 11px;
  padding: 8px;
  color: white;
  text-transform: uppercase;
  font-weight: bold;
  line-height: 20px;
}
events-date-list .events-list .date-header:hover {
  text-decoration: none;
  /*background: #ddd;*/
  background: #80b2c8;
  color: white;
}
events-date-list .events-list .date-header a,
events-date-list .events-list .date-header a:active,
events-date-list .events-list .date-header a:hover,
events-date-list .events-list .date-header a:visited {
  color: white;
}
events-date-list .events-list .event-date {
  padding: 0 0 7px 0;
}
events-date-list .events-list .event-date .time-actual {
  font-size: 12px;
  color: #999;
}
events-date-list .events-list .event-date .type {
  font-weight: bold;
}
events-date-list .events-list .event-date .events {
  -webkit-box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.12);
  -moz-box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.12);
  box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.12);
  border: 1px solid #e3e3e3;
  border-top: none;
  padding: 16px 16px 8px 16px;
  background-color: white;
  font-size: 13px;
}
events-date-list .events-list .event-date .events .faded {
  color: #aaa;
}
events-date-list .events-list .event-date .events > div {
  margin-bottom: 8px;
}
events-date-list .events-list .event-date .events > div.allowances-section {
  margin-bottom: 24px;
}
events-date-list .events-list .event-date .events .payroll-section {
  margin-top: 20px;
}
events-date-list .events-list .event-date .events .date {
  display: none;
}
events-date-list .events-list .event-date .events.summary .date {
  display: inline;
}
events-date-list .events-list .event-date .events.summary .add-allowance {
  display: none;
}
events-date-list .events-list .event-date .events table.borderless {
  width: 100%;
  border: none;
  box-shadow: none;
}
events-date-list .events-list .event-date .events table.borderless thead {
  border-bottom: 1px solid #eee;
  color: #aaa;
}
events-date-list .events-list .event-date .events table.borderless.nolines thead {
  border-bottom: none;
}
events-date-list .events-list .event-date .events table.borderless td {
  padding: 4px 0;
}
events-date-list .events-list .event-date .events table.borderless td.factor,
events-date-list .events-list .event-date .events table.borderless th.factor {
  padding-left: 10px;
  text-align: left;
}
events-date-list .events-list .event-date .events table.specialpay {
  text-align: right;
}
events-date-list .events-list .event-date .events table.specialpay thead th {
  text-align: right;
}
events-date-list .events-list .event-date .events table.specialpay tfoot td {
  border-top: 1px solid #eee;
}
events-date-list .events-list .event-date .events table.specialpay .shaded {
  background-color: #e8e8e8;
}
events-date-list .events-list .event-date .events table.specialpay .date {
  display: none;
  text-align: left;
}
events-date-list .events-list .event-date .events table.specialpay .shrink {
  width: 1%;
  white-space: nowrap;
}
events-date-list .events-list .event-date .events.summary table.specialpay .date {
  display: table-cell;
}
events-date-list .events-list .event-date .events .totals {
  margin: 0 -16px -8px;
  height: 30px;
  /*@media (min-width: @screen-xs-max) {
                        height: 30px;
                    }*/
}
events-date-list .events-list .event-date .events .totals div {
  height: 30px;
  line-height: 24px;
  background-color: #e8e8e8;
  width: 50%;
  float: left;
  border-right: 1px solid #d6d6d6;
  padding: 4px;
  text-align: center;
}
events-date-list .events-list .event-date .events .totals div:last-of-type {
  border-right: none;
}
events-date-list .events-list .event-date .events .totals.rounding {
  height: 60px;
}
@media (min-width: 767px) {
  events-date-list .events-list .event-date .events .totals.rounding {
    height: 30px;
  }
}
events-date-list .events-list .event-date .events .totals.rounding div {
  width: 50%;
}
@media (min-width: 767px) {
  events-date-list .events-list .event-date .events .totals.rounding div {
    width: 33.333333%;
    width: calc(100% / 3);
  }
}
events-date-list .events-list .event-date .events .totals.rounding div:last-of-type {
  width: 100%;
  border-top: 1px solid #d6d6d6;
}
@media (min-width: 767px) {
  events-date-list .events-list .event-date .events .totals.rounding div:last-of-type {
    border-top: none;
    width: 33.333333%;
    width: calc(100% / 3);
  }
}
events-date-list .events-list .cost-codes {
  color: #7a7e87;
  margin-top: 2px;
  float: left;
}
events-date-list .events-list .cost-codes .cost-code {
  padding: 4px 0 4px 21px;
  background-image: url(images/cost-code-bg.gif);
  background-repeat: no-repeat;
}
events-date-list .events-list .cost-codes .cost-code:last-of-type {
  background-image: url(images/cost-code-last-bg.gif);
}
events-date-list .chart {
  padding-bottom: 16px;
  margin: 0 -16px;
}
events-date-list .exception {
  padding: 8px 15px;
}
events-date-list .exception .message {
  line-height: 30px;
}
events-date-list .exception .buttons > button {
  margin-left: 10px;
}
events-date-list .exception .buttons > .btn-group {
  margin-left: 10px;
}
events-date-list .inline-timepicker {
  width: 130px;
  float: left;
  margin-right: 4px;
  margin-top: -5px;
  margin-left: -7px;
}
events-date-list .inline-timepicker input {
  font-size: 13px;
  height: 26px;
  padding: 0 6px;
}
events-date-list .inline-timepicker .input-group-addon {
  height: 25px;
  padding: 0 6px;
  font-size: 12px;
}
events-date-list .inline-timepicker-spacer {
  float: left;
  margin-right: 17px;
  padding-top: 7px;
}
events-date-list .exception-timepicker {
  margin-top: 2px;
  margin-right: 10px;
}
events-date-list .legend-row {
  width: 100%;
}
@media (min-width: 1200px) {
  events-date-list .legend-row {
    position: absolute;
    top: -46px;
  }
}
events-date-list .legends {
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 1200px) {
  events-date-list .legends {
    justify-content: space-around;
  }
}
events-date-list .roster-legend-spacer {
  height: 20px;
}
@media (max-width: 1110px) {
  events-date-list .roster-legend-spacer {
    height: 92px;
  }
}
@media (max-width: 992px) {
  events-date-list .roster-legend-spacer {
    height: 0px;
  }
}
events-date-list .legend-spacer {
  height: 0;
}
@media (max-width: 1110px) {
  events-date-list .legend-spacer {
    height: 22px;
  }
}
@media (max-width: 992px) {
  events-date-list .legend-spacer {
    height: 0px;
  }
}
events-date-list .dropdown-menu a {
  cursor: pointer;
}
events-date-list .legend {
  display: flex;
  flex-wrap: nowrap;
  justify-content: left;
  flex: 1;
  flex-grow: 1;
  margin-bottom: 10px;
}
@media (min-width: 992px) and (max-width: 1110px) {
  events-date-list .legend {
    min-width: 50%;
  }
}
events-date-list .legend.break-unpaid .legend-example {
  background-color: #ccc;
}
events-date-list .legend.break-paid .legend-example {
  background-color: yellow;
}
events-date-list .legend.worked-paid .legend-example {
  background-color: #8daf23;
}
events-date-list .legend.worked-unpaid .legend-example {
  background-color: orange;
}
events-date-list .legend.rostered .legend-example {
  background-color: #81d4fa;
  border: 1px solid #039be5;
}
events-date-list .legend.optional .legend-example {
  background-color: #81d4fa;
  border: 1px solid #039be5;
  overflow: hidden;
  position: relative;
}
events-date-list .legend.optional .legend-example:after {
  content: '';
  width: 40px;
  height: 15px;
  position: absolute;
  bottom: 0;
  left: -25px;
  transform: rotate(45deg);
  background-color: white;
  opacity: 0.8;
}
events-date-list .legend.conflict .legend-example {
  background-color: #ff5c5c;
  border-color: #f50000;
}
events-date-list .legend.variable .legend-example {
  background-color: #81d4fa;
  border: 1px solid #039be5;
  position: relative;
}
events-date-list .legend.variable .legend-example:before,
events-date-list .legend.variable .legend-example:after {
  content: '';
  height: 25px;
  width: 10px;
  position: absolute;
  top: -1px;
}
events-date-list .legend.variable .legend-example:before {
  border-top: 1px dashed #039be5;
  border-bottom: 1px dashed #039be5;
  border-left: 1px dashed #039be5;
  background: linear-gradient(to left, #81d4fa 0%, white 100%);
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
  left: -1px;
}
events-date-list .legend.variable .legend-example:after {
  border-top: 1px dashed #039be5;
  border-bottom: 1px dashed #039be5;
  border-right: 1px dashed #039be5;
  background: linear-gradient(to right, #81d4fa 0%, white 100%);
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  right: -1px;
}
events-date-list .legend-label {
  padding: 0 10px;
  white-space: nowrap;
  line-height: 25px;
}
events-date-list .roster-legends {
  justify-content: space-evenly;
}
events-date-list .roster-legends .legend .legend-example {
  box-sizing: border-box;
  width: 50px;
  height: 25px;
  border-radius: 5px;
  box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1);
}
events-date-list .worked-legends .legend .legend-example {
  box-sizing: border-box;
  border: none;
  width: 24px;
  height: 15px;
  margin-top: 5px;
  margin: 5px 13px;
  box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1);
}
events-date-list .comment {
  width: 100%;
  color: #333;
  border: 1px solid #eee;
  margin-bottom: 10px;
}
events-date-list .comment::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #ccc;
  opacity: 1;
  /* Firefox */
}
events-date-list .comment:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #ccc;
}
events-date-list .comment::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #ccc;
}
events-date-list .hire-date-alert {
  line-height: 32px;
}
@media (max-width: 767px) {
  events-date-list .hire-date-alert {
    text-align: center;
  }
}
@media (min-width: 768px) {
  events-date-list .hire-date-alert {
    height: 64px;
  }
  events-date-list .hire-date-alert button {
    float: right;
  }
}
events-date-list #costcodemodal .selects .filter-select {
  margin-bottom: 10px;
}
events-date-list .shift-paid-periods {
  margin-top: -16px;
  text-align: center;
  line-height: 20px;
  margin-bottom: 10px;
}
events-date-list .shift-paid-periods-heading {
  font-weight: bold;
  margin-bottom: 4px;
}
events-date-list .device-image {
  margin: 0 0 10px 0;
  float: left;
  height: 56px;
  width: 56px;
  position: relative;
  overflow: hidden;
  float: right;
}
events-date-list .device-image img {
  height: 125%;
  width: auto;
  top: 50%;
  left: 50%;
  position: relative;
  transform: translate(-50%, -50%);
  cursor: zoom-in;
}
events-date-list .device-image.flagged {
  font-size: 47px;
  text-align: center;
}
events-date-list .allowances-section table:not(:first-child) .add-allowance {
  display: none;
}
[data-tippy-root] {
  max-width: calc(100vw - 150px);
}
[data-tippy-root] .tippy-content {
  padding: 4px;
}
.dropdown-submenu.pull-left {
  float: none !important;
}
.dropdown-submenu > div.dropdown-menu-container > .dropdown-menu {
  font-size: 1em !important;
}
edit-person-modal .tab-pane {
  padding-top: 16px;
}
edit-person-modal .modal-body {
  padding-top: 0;
}
datetimepicker .mobile-control {
  margin-bottom: 10px;
}
datetimepicker .split {
  width: 50%;
  float: left;
  position: relative;
  height: 34px;
}
datetimepicker .split input {
  position: absolute;
  min-width: 100%;
}
datetimepicker .split input::-webkit-calendar-picker-indicator {
  position: absolute;
  left: 0;
  transform: scaleX(-1);
  top: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  cursor: pointer;
  opacity: 0.00001%;
}
filter-options .filter-options {
  padding: 8px 14px 4px 14px;
}
@media (max-width: 767px) {
  filter-options .filter-options {
    height: 0;
    padding: 0;
    overflow: hidden;
    min-height: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    border: none;
    margin: 0;
  }
  filter-options .filter-options.toggle {
    height: auto;
    padding: 16px;
    overflow: visible;
    min-height: auto;
    -webkit-box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.12);
    -moz-box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.12);
    box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.12);
    border: 1px solid #e3e3e3;
    margin-bottom: 20px;
  }
}
@media (min-width: 768px) {
  filter-options .filter-options.toggle {
    height: 0;
    padding: 0;
    overflow: hidden;
    min-height: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    border: none;
    margin: 0;
  }
}
toggle-filters .filter-toggle {
  float: left;
  margin-right: 12px;
}
list-apikeys .rowlink-skip {
  width: 50px;
}
edit-apikey .api-key p {
  -ms-word-wrap: break-word;
  word-wrap: break-word;
}
edit-ipaddress-ranges .range-remove {
  margin: 20px 0;
}
@media (max-width: 767px) {
  edit-ipaddress-ranges .range-remove {
    margin: 0 0 10px 0;
  }
}
form-link .input-group-addon {
  cursor: pointer;
}
form-link p {
  word-break: break-all;
}
slider .slider.slider-horizontal {
  margin: 6px 0 0 0;
}
slider .slider.slider-horizontal .slider-handle {
  background-color: #CCC;
  border: 1px solid #888;
  background-image: none;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  opacity: 1;
}
slider .slider.slider-horizontal .slider-track {
  height: 12px;
  background-color: transparent;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: 1px solid #888;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  background-image: repeating-linear-gradient(to right, rgba(255, 255, 255, 0) 0px, rgba(255, 255, 255, 0) 99px, #888 100px);
}
slider .with-custom-value .slider.slider-horizontal .slider-handle {
  background-color: #5cb85c;
  border: 1px solid #449d44;
}
slider .with-min .slider.slider-horizontal:before {
  content: "";
  display: block;
  position: absolute;
  top: 5px;
  height: 12px;
  border: 1px solid #888;
  -webkit-border-top-left-radius: 2px;
  border-top-left-radius: 2px;
  -webkit-border-bottom-left-radius: 2px;
  border-bottom-left-radius: 2px;
  background: #CCC;
  background-image: repeating-linear-gradient(to right, #CCC 0px, #CCC 99px, #888 100px);
  border-right: none;
}
slider .with-min .slider.slider-horizontal .slider-track {
  -webkit-border-top-left-radius: 0;
  border-top-left-radius: 0;
  -webkit-border-bottom-left-radius: 0;
  border-bottom-left-radius: 0;
}
slider .min-1 .slider.slider-horizontal {
  margin-left: 100px;
}
slider .min-1 .slider.slider-horizontal:before {
  width: 100px;
  left: -99px;
}
slider .min-2 .slider.slider-horizontal {
  margin-left: 200px;
}
slider .min-2 .slider.slider-horizontal:before {
  width: 200px;
  left: -199px;
}
slider .min-3 .slider.slider-horizontal {
  margin-left: 300px;
}
slider .min-3 .slider.slider-horizontal:before {
  width: 300px;
  left: -299px;
}
slider .min-4 .slider.slider-horizontal {
  margin-left: 400px;
}
slider .min-4 .slider.slider-horizontal:before {
  width: 400px;
  left: -399px;
}
slider .items-1 .slider.slider-horizontal {
  width: 0;
  background: none;
  border: none;
}
slider .items-1 .slider.slider-horizontal:before {
  -webkit-border-top-right-radius: 2px;
  border-top-right-radius: 2px;
  -webkit-border-bottom-right-radius: 2px;
  border-bottom-right-radius: 2px;
  border-right: 1px solid #888;
}
slider .items-2 .slider.slider-horizontal {
  width: 100px;
}
slider .items-3 .slider.slider-horizontal {
  width: 200px;
}
slider .items-4 .slider.slider-horizontal {
  width: 300px;
}
slider .items-5 .slider.slider-horizontal {
  width: 400px;
}
#titles-page {
  margin-top: -20px;
}
.title-modal .modal-dialog {
  width: 960px;
}
@media (max-width: 991px) {
  .title-modal .modal-dialog {
    width: auto;
  }
}
slider-group label {
  width: 120px;
  text-align: right;
}
@media (min-width: 768px) {
  slider-group label {
    font-weight: normal;
  }
}
slider-group ul.headings {
  list-style: none;
  /*margin: 0 0 0 138px; // Label with + bootstrap form margin of 15 plus mysterious 3px around slider*/
  margin: 0 0 0 101px;
  padding: 0;
  width: 500px;
}
slider-group ul.headings li {
  display: block;
  float: left;
  width: 100px;
  text-align: center;
  margin-top: 6px;
  font-size: 13px;
}
slider-group .selects {
  margin-top: 8px;
}
slider-group .selects label {
  text-align: left;
}
list-titles .search-box {
  position: relative;
  margin: -3px 15px 10px;
}
list-titles .search-box .search-results {
  padding: 0;
}
list-titles .search-box .search-results li {
  border-bottom: 1px solid #e8e8e8;
}
list-titles .search-box .search-results li:last-of-type {
  border-bottom: none;
}
list-titles .search-box .search-results a {
  position: relative;
  padding: 10px 20px;
}
list-titles .search-box .search-results .search-result {
  margin-right: 70px;
}
list-titles .search-box .search-results .search-result .search-result-details {
  font-size: 12px;
  font-weight: bold;
  color: #7fb2c9;
}
list-titles .search-box .search-results .search-result-label {
  font-size: 11px;
  font-weight: bold;
  color: #cacaca;
  text-transform: uppercase;
  position: absolute;
  top: 50%;
  margin-top: -7px;
  right: 15px;
}
list-titles #org-structure .btn-stretch {
  border-radius: 0;
  display: inline-block;
  line-height: 26px;
  padding: 6px 14px;
  border: 0;
}
list-titles #org-structure .btn-icon {
  padding: 7px 14px 5px;
}
list-titles #org-structure .btn-full-width {
  width: 100%;
}
list-titles #org-structure .btn-half-width {
  float: left;
  width: 50%;
}
list-titles #org-structure .btn-create {
  position: absolute;
  top: 11px;
  right: 15px;
}
list-titles #org-structure .sliding-item {
  position: relative;
  height: 40px;
  overflow: hidden;
}
list-titles #org-structure .sliding-item.active-item .sliding-item-name {
  border-left: 5px solid #5bc0de;
}
list-titles #org-structure .sliding-item.active-item .sliding-item-name.enabled {
  right: 42px;
}
list-titles #org-structure .sliding-item.active-item.with-delete .sliding-item-name {
  border-left: 5px solid #5bc0de;
}
list-titles #org-structure .sliding-item.active-item.with-delete .sliding-item-name.enabled {
  right: 84px;
}
list-titles #org-structure .sliding-item.with-delete.with-delete.with-delete.deleting-item .sliding-item-name {
  right: 100%;
  padding: 0;
  border-left: none;
}
list-titles #org-structure .sliding-item.with-delete.deleting-item .sliding-item-controls {
  right: 100%;
}
list-titles #org-structure .sliding-item.editing-item .sliding-item-name.enabled {
  right: 42px;
}
list-titles #org-structure .sliding-item.editing-item.with-delete .sliding-item-name.enabled {
  right: 84px;
}
list-titles #org-structure .sliding-item-name {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #FFFFFF;
  line-height: 40px;
  padding: 0 15px;
  cursor: pointer;
  z-index: 2;
  -moz-transition: right ease-in-out 0.2s, border ease-in-out 0.2s, padding ease-in-out 0.2s;
  -o-transition: right ease-in-out 0.2s, border ease-in-out 0.2s, padding ease-in-out 0.2s;
  -webkit-transition: right ease-in-out 0.2s, border ease-in-out 0.2s, padding ease-in-out 0.2s;
  transition: right ease-in-out 0.2s, border ease-in-out 0.2s, padding ease-in-out 0.2s;
  border-left: 5px solid #fff;
  overflow: hidden;
}
list-titles #org-structure .sliding-item-name:hover {
  border-left: 5px solid #c5e9f3;
}
list-titles #org-structure .sliding-item-controls {
  position: absolute;
  width: sliding-item-button-width;
  right: 0;
  top: 0;
  z-index: 1;
  -moz-transition: right ease-in-out 0.2s, margin-right ease-in-out 0.2s;
  -o-transition: right ease-in-out 0.2s, margin-right ease-in-out 0.2s;
  -webkit-transition: right ease-in-out 0.2s, margin-right ease-in-out 0.2s;
  transition: right ease-in-out 0.2s, margin-right ease-in-out 0.2s;
}
list-titles #org-structure .sliding-item-controls.with-delete {
  width: 84px;
}
list-titles #org-structure .sliding-item-controls button {
  outline: none;
}
list-titles #org-structure .delete-confirmation-controls {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  height: 40px;
  font-size: 20px;
  overflow: hidden;
}
list-titles #org-structure .delete-confirmation-controls button {
  outline: none;
}
list-titles #org-structure .column-container {
  overflow: hidden;
}
list-titles #org-structure #titles-bar {
  position: fixed;
  top: 51px;
  left: 0;
  bottom: 0;
  z-index: 3;
}
@media (max-width: 767px) {
  list-titles #org-structure #titles-bar {
    top: 55px;
  }
}
list-titles #org-structure #titles-bar .slide-panel-header {
  height: 92px;
}
list-titles #org-structure #titles-bar .slide-panel-body {
  top: 92px;
}
@media (min-width: 767px) {
  list-titles #org-structure #titles-bar .slide-panel-body.with-footer {
    bottom: 0;
  }
}
list-titles #org-structure #titles-bar slide-panel > div {
  border-right: 1px solid #b0b0b0;
}
list-titles #org-structure #titles-bar slide-panel > div:last-of-type {
  border-right: 1px solid #31b0d5;
}
list-titles #org-structure #positions-bar {
  position: fixed;
  top: 51px;
  left: 33.33%;
  bottom: 0;
  z-index: 2;
}
@media (max-width: 767px) {
  list-titles #org-structure #positions-bar {
    left: 0;
    top: 55px;
  }
  list-titles #org-structure #positions-bar.open {
    z-index: 4;
  }
}
list-titles #org-structure #positions-bar slide-panel > div {
  border-right: 1px solid #b0b0b0;
}
list-titles #org-structure #positions-bar slide-panel > div:last-of-type {
  border-right: 1px solid #31b0d5;
}
@media (min-width: 767px) {
  list-titles #org-structure #positions-bar .slide-panel-body.with-footer {
    bottom: 0;
  }
}
list-titles #org-structure #positions-bar .sliding-item.with-delete.with-delete.with-delete.deleting-item .sliding-item-name {
  right: 100%;
  padding: 0;
  border-left: none;
}
list-titles #org-structure #positions-bar .sliding-item.active-item .sliding-item-name.enabled {
  right: 84px;
}
list-titles #org-structure #positions-bar .sliding-item.active-item.with-delete .sliding-item-name.enabled {
  right: 126px;
}
list-titles #org-structure #position-details-bar {
  position: fixed;
  top: 51px;
  left: 66.66%;
  bottom: 0;
  z-index: 1;
}
@media (max-width: 767px) {
  list-titles #org-structure #position-details-bar {
    left: 0;
    top: 55px;
  }
  list-titles #org-structure #position-details-bar.open {
    z-index: 5;
  }
}
list-titles #org-structure #position-details-bar .position-details {
  border-top: 1px solid #e3e3e3;
  border-bottom: 1px solid #e3e3e3;
  background: white;
  padding: 15px;
}
list-titles #org-structure #position-details-bar .position-details .position-details-section {
  margin-bottom: 10px;
}
list-titles #org-structure #position-details-bar .position-details .position-details-section ul {
  margin-bottom: 0;
}
list-titles #org-structure #position-details-bar .position-details .position-details-section:last-of-type {
  margin-bottom: 0;
}
list-titles #org-structure #position-details-bar .position-details ul {
  padding: 0;
}
list-titles #org-structure #position-details-bar .position-details ul li {
  list-style: none;
}
list-titles #org-structure #position-details-bar ul.people-list {
  margin-bottom: 0;
  overflow: hidden;
  -moz-transition: height ease 0.35s;
  -o-transition: height ease 0.35s;
  -webkit-transition: height ease 0.35s;
  transition: height ease 0.35s;
}
list-titles #org-structure #position-details-bar .people-list-toggle {
  display: inline-block;
  margin-bottom: 10px;
  color: #b5d2e0;
}
list-titles #org-structure #position-details-bar .position-heading {
  color: #34657b;
  margin-bottom: 5px;
  font-weight: bold;
}
@media (min-width: 767px) {
  list-titles #org-structure #position-details-bar .slide-panel-body.with-footer {
    bottom: 0;
  }
}
@media (max-width: 767px) {
  list-titles slide-panel .slide-panel-body,
  list-titles slide-panel .slide-panel-header,
  list-titles slide-panel .slide-panel-footer {
    -moz-transition: none;
    -o-transition: none;
    -webkit-transition: none;
    transition: none;
  }
  list-titles slide-panel .slide-panel-body.active,
  list-titles slide-panel .slide-panel-header.active,
  list-titles slide-panel .slide-panel-footer.active {
    -moz-transition: none;
    -o-transition: none;
    -webkit-transition: none;
    transition: none;
  }
}
edit-title .auth-level {
  position: relative;
  top: 7px;
  left: 390px;
  margin-bottom: -20px;
}
edit-position .remove-btn {
  color: #333;
}
edit-position .remove-btn:hover,
edit-position .remove-btn :active {
  color: #d9534f;
}
edit-position .control {
  width: 36px;
}
edit-position .table {
  margin-bottom: 5px;
}
edit-position .form-col {
  margin-bottom: 25px;
}
edit-position .permission-group-heading {
  font-weight: bold;
  color: #666;
  margin: 10px 0 20px 0;
}
edit-position .auth-level {
  position: relative;
  top: 7px;
  left: 390px;
  margin-bottom: -20px;
}
permission-group {
  display: block;
  margin-left: 20px;
}
@media (max-width: 991px) {
  permission-group {
    margin-left: 0;
  }
}
permission-group .permission-group-heading {
  font-weight: bold;
  color: #666;
  margin: 10px 0 5px 0;
}
edit-person-positions table {
  background-color: #7a7e87;
}
edit-person-positions table > tbody {
  background-color: #fff;
}
edit-person-positions .single-position .remove-btn,
edit-person-positions .locked .remove-btn {
  display: none;
}
edit-device .toggle.btn {
  min-width: 180px;
}
edit-device .selects .filter-select {
  margin-bottom: 10px;
}
edit-device .selects .filter-select.hidden {
  display: none;
}
edit-device .filter-group .form-group {
  margin-bottom: 0;
}
edit-device .button-overrides .invis {
  visibility: hidden;
}
edit-device .button-overrides .toggle.btn {
  min-width: 100px;
}
edit-device .button-overrides .no-wrap {
  white-space: nowrap;
}
edit-device .button-overrides label.control-label {
  font-weight: normal;
  margin-bottom: 0;
  padding-top: 7px;
}
timeentry-frame .btn-group-justified > .btn input[type="radio"],
timeentry-frame .btn-group-vertical > .btn input[type="radio"] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}
timeentry-frame .highlight {
  background-color: red;
}
timeentry-frame .large {
  margin-top: 10px;
  order: 3;
}
timeentry-frame .large.disabled .btn-lg {
  color: #ccc;
  pointer-events: none;
}
timeentry-frame .map-outer {
  overflow: hidden;
  position: relative;
  width: 100%;
  display: flex;
  justify-content: center;
  border: 1px solid #ccc;
  margin-top: 10px;
}
timeentry-frame .map-outer .map-inner {
  position: absolute;
  bottom: 0;
  height: 100%;
  width: calc(100vw + 600px);
}
timeentry-frame .map-outer .no-click {
  height: 100%;
  width: 100%;
  position: absolute;
}
timeentry-frame .map {
  font-size: 0;
}
timeentry-frame .large > div > div {
  border-spacing: 10px 0;
  width: calc(100% + (10px * 2));
  margin-left: -10px;
  margin-bottom: 10px;
}
timeentry-frame .large > div > div .btn-nofocus {
  height: 60px;
}
timeentry-frame .selects .filter-select {
  margin-bottom: 10px;
}
timeentry-frame .selects .filter-select.hidden {
  display: none;
}
@media (hover: hover) {
  timeentry-frame .btn-nofocus:focus {
    color: #333;
    background-color: #e6e6e6;
    border-color: #e6e6e6;
  }
}
timeentry-frame .btn-nofocus:hover {
  color: #333;
  background-color: #fff;
  border-color: #ccc;
}
timeentry-frame .btn-nofocus.btn-success:hover {
  color: #fff;
  background-color: #5cb85c;
  border-color: #4cae4c;
}
timeentry-frame .status {
  margin: 10px 0 0;
  text-align: center;
  font-size: 1.15em;
}
timeentry-frame .preview {
  margin: 0;
  text-align: center;
  font-size: 1.15em;
}
timeentry-frame .confirm-buttons {
  display: flex;
  justify-content: space-around;
}
timeentry-frame .confirm-buttons .btn {
  width: calc(50% - 20px);
}
timeentry-frame .image-preview {
  text-align: center;
}
timeentry-frame .image-preview img {
  max-height: calc(100vh - 370px);
  max-width: calc(100%);
  border: 1px solid #ccc;
}
timeentry-frame .image-info {
  order: 4;
  text-align: center;
  margin-top: 10px;
}
timeentry-frame .image-info .alert {
  margin-bottom: 0;
}
report-definition-modal .modal.fade .modal-dialog {
  -moz-transition: height ease-out 0.3s, width ease-out 0.3s, transform 0.3s ease-out;
  -o-transition: height ease-out 0.3s, width ease-out 0.3s, transform 0.3s ease-out;
  -webkit-transition: height ease-out 0.3s, width ease-out 0.3s, transform 0.3s ease-out;
  transition: height ease-out 0.3s, width ease-out 0.3s, transform 0.3s ease-out;
}
body.white-bg {
  background: white;
}
#email-rosters-modal textarea {
  min-height: 114px;
  max-height: 472px;
}
#email-report-modal .report-subject textarea {
  min-height: 56px;
  max-height: 112px;
}
#email-report-modal .report-content textarea {
  min-height: 114px;
  max-height: 472px;
}
#email-report-modal .people-list {
  max-height: 145px;
  overflow: auto;
}
#reports-page {
  margin-top: -20px;
}
@media (max-width: 767px) {
  #reports-page {
    margin-top: -16px;
  }
}
#reports-page .btn-stretch {
  border-radius: 0;
  display: inline-block;
  line-height: 26px;
  padding: 6px 14px;
  border: 0;
}
#reports-page .btn-icon {
  padding: 7px 14px 5px;
}
#reports-page #reports-sidebar {
  border-right: 1px solid #e3e3e3;
  position: fixed;
  left: 0;
  top: 51px;
  bottom: 0;
  background-color: #f3f3f3;
  padding: 0;
  -moz-transition: width 0.3s ease-out;
  -o-transition: width 0.3s ease-out;
  -webkit-transition: width 0.3s ease-out;
  transition: width 0.3s ease-out;
  z-index: 1;
}
@media (max-width: 767px) {
  #reports-page #reports-sidebar {
    top: 55px;
  }
}
#reports-page #reports-sidebar .button-container {
  margin-top: -5px;
}
#reports-page #reports-sidebar .button-container button {
  margin-left: 10px;
}
#reports-page #reports-sidebar .btn-create-report {
  border-radius: 0;
  height: 40px;
  width: 100%;
  margin-bottom: 10px;
}
#reports-page #reports-sidebar .btn-create-report-xs,
#reports-page #reports-sidebar #reports-sidebar .btn-edit-all {
  border-radius: 0;
  height: 40px;
  width: 50%;
  margin-bottom: 10px;
}
#reports-page #reports-sidebar .report-type-menu {
  width: 100%;
}
#reports-page #reports-sidebar .report-type-menu > li > a {
  line-height: 30px;
  padding-left: 15px;
}
#reports-page #reports-sidebar .report-type-menu > li > a icon {
  margin-right: 9px;
}
#reports-page #reports-sidebar .report-item {
  position: relative;
  height: 40px;
}
#reports-page #reports-sidebar .report-item.active-item .report-name {
  right: 126px;
  border-left: 5px solid #5bc0de;
}
@media (max-width: 767px) {
  #reports-page #reports-sidebar .report-item.active-item .report-name {
    right: 84px;
  }
}
#reports-page #reports-sidebar .report-item.deleting-item .report-name {
  right: 100%;
  padding: 0;
  border-left: none;
}
#reports-page #reports-sidebar .report-item.deleting-item .report-controls {
  right: 100%;
}
#reports-page #reports-sidebar .report-item.editing-report .report-name {
  right: 126px;
}
@media (max-width: 767px) {
  #reports-page #reports-sidebar .report-item.editing-report .report-name {
    right: 84px;
  }
}
#reports-page #reports-sidebar .report-item.editing-report.deleting-item .report-name {
  right: 100%;
}
#reports-page #reports-sidebar .report-name {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #FFFFFF;
  line-height: 40px;
  padding: 0 15px;
  cursor: pointer;
  z-index: 2;
  -moz-transition: right ease-in-out 0.2s, border ease-in-out 0.2s, padding ease-in-out 0.2s;
  -o-transition: right ease-in-out 0.2s, border ease-in-out 0.2s, padding ease-in-out 0.2s;
  -webkit-transition: right ease-in-out 0.2s, border ease-in-out 0.2s, padding ease-in-out 0.2s;
  transition: right ease-in-out 0.2s, border ease-in-out 0.2s, padding ease-in-out 0.2s;
  border-left: 5px solid #fff;
  overflow: hidden;
}
#reports-page #reports-sidebar .report-name:hover {
  border-left: 5px solid #c5e9f3;
}
#reports-page #reports-sidebar .report-controls {
  position: absolute;
  width: 126px;
  right: 0;
  top: 0;
  z-index: 1;
  -moz-transition: right ease-in-out 0.2s, margin-right ease-in-out 0.2s;
  -o-transition: right ease-in-out 0.2s, margin-right ease-in-out 0.2s;
  -webkit-transition: right ease-in-out 0.2s, margin-right ease-in-out 0.2s;
  transition: right ease-in-out 0.2s, margin-right ease-in-out 0.2s;
}
#reports-page #reports-sidebar .report-controls button {
  outline: none;
  width: 42px;
}
#reports-page #reports-sidebar .delete-confirmation-controls {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  height: 40px;
  font-size: 20px;
  overflow: hidden;
}
#reports-page #reports-sidebar .delete-confirmation-controls button {
  outline: none;
}
#reports-page #reports-sidebar .create-confirmation-controls {
  position: absolute;
  width: 72px;
  right: 0;
  top: 0;
  z-index: 1;
  -moz-transition: right ease-in-out 0.2s, margin-right ease-in-out 0.2s;
  -o-transition: right ease-in-out 0.2s, margin-right ease-in-out 0.2s;
  -webkit-transition: right ease-in-out 0.2s, margin-right ease-in-out 0.2s;
  transition: right ease-in-out 0.2s, margin-right ease-in-out 0.2s;
}
#reports-page #reports-sidebar .create-confirmation-controls button {
  outline: none;
  width: 72px;
}
#reports-page #report-definitions-list > * {
  z-index: 1;
}
#reports-page #report-definitions-list .slide-panel-header {
  padding: 10px 10px 9px 10px;
  z-index: 3;
}
#reports-page #report-definitions-list .list-group-item {
  border-left: none;
  border-right: none;
}
#reports-page #report-definitions-list .list-group-heading {
  font-weight: bold;
  color: #777;
  margin: 0 0 5px 10px;
}
#reports-page #report-configuration > * {
  z-index: 2;
}
#reports-page #report-configuration .slide-panel-body {
  top: 54px;
}
#reports-page #report-configuration .slide-panel-body .form-group:before,
#reports-page #report-configuration .slide-panel-body .form-group:after {
  content: " ";
  display: table;
}
#reports-page #report-configuration .slide-panel-body .form-group:after {
  clear: both;
}
#reports-page #report-configuration .slide-panel-body .form-group:before,
#reports-page #report-configuration .slide-panel-body .form-group:after {
  content: " ";
  display: table;
}
#reports-page #report-configuration .slide-panel-body .form-group:after {
  clear: both;
}
#reports-page #report-configuration .slide-panel-body .form-group .checkbox {
  margin-bottom: 0;
}
#reports-page #report-configuration .slide-panel-body label {
  color: #777;
  font-weight: normal;
}
#reports-page #report-configuration .slide-panel-footer .btn-info {
  border-right: 1px solid #85d0e7;
}
#reports-page #report-configuration .slide-panel-footer .btn-info:hover {
  border-right: 1px solid #5bc0de;
}
#reports-page #reports-preview-pane {
  padding: 0;
  margin-bottom: 54px;
  background: white;
}
@media (max-width: 767px) {
  #reports-page #reports-preview-pane {
    margin-top: 53px;
    display: none;
  }
  #reports-page #reports-preview-pane.active {
    display: block;
    z-index: 2;
  }
  #reports-page #reports-preview-pane.active #report-preview-mobile-nav {
    display: block;
  }
}
#reports-page #unselected-report-text {
  text-align: center;
  margin-top: 200px;
  color: #999;
}
#reports-page #report-preview {
  background-color: white;
  -moz-transition: opacity ease-out 0.3s;
  -o-transition: opacity ease-out 0.3s;
  -webkit-transition: opacity ease-out 0.3s;
  transition: opacity ease-out 0.3s;
  padding: 0 15px;
}
#reports-page #report-preview.active {
  opacity: 1;
}
#reports-page #report-type-selectors > * {
  z-index: 4;
}
#reports-page #report-type-selectors .slide-panel-header {
  background: #f3f3f3;
}
#reports-page #report-type-selectors .slide-panel-body .report-name {
  padding-left: 10px;
}
#reports-page #report-type-selectors .slide-panel-body .report-name icon {
  margin-right: 9px;
}
#reports-page .btn-full-width {
  width: 100%;
}
#reports-page .btn-half-width {
  float: left;
  width: 50%;
}
#reports-page .btn-third-width {
  float: left;
  width: 33.33333333%;
}
#reports-page #report-preview-mobile-nav {
  position: fixed;
  top: 55px;
  left: 0;
  right: 0;
  background: #f3f3f3;
  -moz-transition: opacity ease-out 0.3s;
  -o-transition: opacity ease-out 0.3s;
  -webkit-transition: opacity ease-out 0.3s;
  transition: opacity ease-out 0.3s;
  border-bottom: 1px solid #e3e3e3;
  z-index: 1;
  font-weight: bold;
  margin: 0;
  padding: 0 15px;
  line-height: 53px;
  display: none;
}
#reports-page #report-actions {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  opacity: 0;
  background: #f3f3f3;
  text-align: right;
  -moz-transition: opacity ease-out 0.3s;
  -o-transition: opacity ease-out 0.3s;
  -webkit-transition: opacity ease-out 0.3s;
  transition: opacity ease-out 0.3s;
  border-top: 1px solid #e3e3e3;
}
#reports-page #report-actions.active {
  opacity: 1;
}
#reports-page #report-actions button {
  border-left: 1px solid #85d0e7;
}
#reports-page #report-actions button:hover {
  border-left: 1px solid #5bc0de;
}
sortable-select .list-group {
  margin-bottom: 10px;
}
sortable-select .list-group.empty {
  margin-bottom: 0;
}
sortable-select .list-group .list-group-item {
  cursor: pointer;
  cursor: -webkit-grab;
}
sortable-select .list-group .list-group-item.ui-sortable-helper {
  cursor: -webkit-grabbing;
}
sortable-select .list-group .list-group-item .item-handle {
  margin-right: 9px;
  color: #777777;
  font-size: 12px;
}
sortable-select .list-group .list-group-item .remove-button {
  height: 40px;
  margin: -10px -15px;
  padding: 11px 15px 9px;
}
sortable-select .list-group .list-group-item .remove-button:hover {
  color: #d9534f;
  cursor: pointer;
}
.bootstrap-select.btn-group .dropdown-menu.open {
  z-index: 1031;
}
@media (max-width: 767px) {
  report .report-container {
    overflow: auto;
  }
}
report .preview-info {
  background-color: #d9edf7;
  color: #31708f;
  padding: 10px 15px;
  margin: 0 -15px 0;
  line-height: 33px;
  text-align: right;
  height: 54px;
}
areport .preview-info:hover,
areport .preview-info:focus {
  background-color: #afd9ee;
}
areport .preview-info:hover,
areport .preview-info:focus {
  color: #245269;
}
report .preview-info .btn {
  padding: 3px 11px;
  line-height: 27px;
  border: 0;
  font-size: 14px;
}
report .preview-info strong {
  float: left;
  position: absolute;
  left: 15px;
}
@media (min-width: 767px) {
  report .preview-info .btn-run-report {
    display: none;
  }
}
report .empty-report-message {
  text-align: center;
  margin-top: 200px;
  color: #999;
}
report .titles {
  text-align: right;
}
report .table {
  border: none;
  box-shadow: none;
}
report .table thead tr th {
  /*background-color: rgb(163, 163,163);*/
  background-color: white;
  color: #a3a3a3;
  text-transform: uppercase;
}
report .table tfoot tr td {
  /*background-color: rgb(215,215,215);*/
  font-weight: bold;
  height: 37px;
  color: #333333;
  border-top: 1px solid #808080;
}
report .sample .table {
  opacity: 0.6;
}
report .sample .stamp {
  position: absolute;
  font-size: 128px;
  z-index: 100;
  opacity: 0.3;
  color: black;
  text-align: center;
  width: 100%;
  top: 40%;
  left: 50%;
  transform: translate(-50%) rotate(-45deg);
}
report .table-hover > tbody > tr:hover {
  background: none;
}
report table.group-header {
  box-shadow: none;
  background-color: #d7d7d7;
  font-weight: bold;
  width: 100%;
  height: 37px;
  color: #333333;
  border-bottom: 1px solid #e3e3e3;
}
report table.group-header td {
  padding: 0 6px;
}
report table.totals-header {
  width: 100%;
  height: 37px;
  color: #333333;
  text-align: center;
  text-transform: uppercase;
  margin-bottom: -10px;
  border: none;
  box-shadow: none;
  font-weight: bold;
}
report table.totals-header td {
  padding: 0 6px;
}
.panel-container {
  border-right: 1px solid #e3e3e3;
  position: relative;
  background-color: #f3f3f3;
  padding: 0;
  z-index: 1;
}
slide-panel .slide-panel-body {
  border-right: 1px solid #969696;
  left: -100%;
  position: absolute;
  -moz-transition: left 0.3s ease-in-out 0s, border-width 0s ease 0s;
  -o-transition: left 0.3s ease-in-out 0s, border-width 0s ease 0s;
  -webkit-transition: left 0.3s ease-in-out 0s, border-width 0s ease 0s;
  transition: left 0.3s ease-in-out 0s, border-width 0s ease 0s;
  overflow-y: auto;
  top: 0;
  bottom: 0;
  width: 100%;
  background: #f3f3f3;
}
slide-panel .slide-panel-body.active {
  left: 0;
  border-right-width: 0;
  -moz-transition: left 0.3s ease-in-out 0s, border-width 0s ease 0.3s;
  -o-transition: left 0.3s ease-in-out 0s, border-width 0s ease 0.3s;
  -webkit-transition: left 0.3s ease-in-out 0s, border-width 0s ease 0.3s;
  transition: left 0.3s ease-in-out 0s, border-width 0s ease 0.3s;
}
slide-panel .slide-panel-body.with-header {
  top: 53px;
}
slide-panel .slide-panel-body.with-footer {
  bottom: 32px;
}
slide-panel .slide-panel-header {
  border-right: 1px solid #969696;
  left: -100%;
  position: absolute;
  -moz-transition: left 0.3s ease-in-out 0s, border-width 0s ease 0s;
  -o-transition: left 0.3s ease-in-out 0s, border-width 0s ease 0s;
  -webkit-transition: left 0.3s ease-in-out 0s, border-width 0s ease 0s;
  transition: left 0.3s ease-in-out 0s, border-width 0s ease 0s;
  top: 0;
  width: 100%;
  background: #f3f3f3;
}
slide-panel .slide-panel-header.active {
  left: 0;
  border-right-width: 0;
  -moz-transition: left 0.3s ease-in-out 0s, border-width 0s ease 0.3s;
  -o-transition: left 0.3s ease-in-out 0s, border-width 0s ease 0.3s;
  -webkit-transition: left 0.3s ease-in-out 0s, border-width 0s ease 0.3s;
  transition: left 0.3s ease-in-out 0s, border-width 0s ease 0.3s;
}
slide-panel .slide-panel-header p {
  font-weight: bold;
  margin: 0;
  padding: 0 15px;
  line-height: 53px;
}
slide-panel .slide-panel-divider {
  position: relative;
  width: 100%;
  background: #f3f3f3;
}
slide-panel .slide-panel-divider p {
  font-weight: bold;
  margin: 0;
  padding: 0 15px;
  line-height: 53px;
}
slide-panel .slide-panel-footer {
  border-right: 1px solid #969696;
  left: -100%;
  position: absolute;
  -moz-transition: left 0.3s ease-in-out 0s, border-width 0s ease 0s;
  -o-transition: left 0.3s ease-in-out 0s, border-width 0s ease 0s;
  -webkit-transition: left 0.3s ease-in-out 0s, border-width 0s ease 0s;
  transition: left 0.3s ease-in-out 0s, border-width 0s ease 0s;
  border-top: 1px solid #e3e3e3;
  bottom: 0;
  width: 100%;
  background: #f3f3f3;
}
slide-panel .slide-panel-footer.active {
  left: 0;
  border-right-width: 0;
  -moz-transition: left 0.3s ease-in-out 0s, border-width 0s ease 0.3s;
  -o-transition: left 0.3s ease-in-out 0s, border-width 0s ease 0.3s;
  -webkit-transition: left 0.3s ease-in-out 0s, border-width 0s ease 0.3s;
  transition: left 0.3s ease-in-out 0s, border-width 0s ease 0.3s;
}
flippable {
  /* entire container, keeps perspective, use height and width to constrain area */
}
flippable .flip-container {
  -moz-perspective: 1000;
  -ms-perspective: 1000;
  -webkit-perspective: 1000;
  perspective: 1000;
}
flippable .flip-container .flipper {
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  position: relative;
}
flippable .flip-container .flipper .front,
flippable .flip-container .flipper .back {
  -moz-backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
flippable .flip-container .flipper .front {
  z-index: 2;
  /* for firefox 31 */
  -moz-transform: rotateY(0deg) rotateX(0deg);
  -ms-transform: rotateY(0deg) rotateX(0deg);
  -o-transform: rotateY(0deg) rotateX(0deg);
  -webkit-transform: rotateY(0deg) rotateX(0deg);
  transform: rotateY(0deg) rotateX(0deg);
}
flippable .flip-container .flipper .back {
  -moz-transform: rotateY(180deg);
  -ms-transform: rotateY(180deg);
  -o-transform: rotateY(180deg);
  -webkit-transform: rotateY(180deg);
  transform: rotateY(180deg);
}
flippable .flip-container.flipped .flipper {
  -moz-transform: rotateY(180deg);
  -ms-transform: rotateY(180deg);
  -o-transform: rotateY(180deg);
  -webkit-transform: rotateY(180deg);
  transform: rotateY(180deg);
}
flippable .flip-container.vertical-flip.flipped .flipper {
  /*-moz-transform-origin: 100% center;
        -ms-transform-origin: 100% center;
        -o-transform-origin: 100% center;
        -webkit-transform-origin: 100% center;
        transform-origin: 100% center;*/
  -moz-transform: rotateY(0) rotateX(180deg);
  -ms-transform: rotateY(0) rotateX(180deg);
  -o-transform: rotateY(0) rotateX(180deg);
  -webkit-transform: rotateY(0) rotateX(180deg);
  transform: rotateY(0) rotateX(180deg);
}
flippable .flip-container.vertical-flip.flipped .flipper .back {
  -moz-transform: rotateX(180deg);
  -ms-transform: rotateX(180deg);
  -o-transform: rotateX(180deg);
  -webkit-transform: rotateX(180deg);
  transform: rotateX(180deg);
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  flippable .flip-container .flipper {
    transform: none;
  }
  flippable .flip-container .flipper .front {
    opacity: 1;
    transform: none;
  }
  flippable .flip-container .flipper .back {
    opacity: 0;
    display: none;
    transform: none;
  }
  flippable .flip-container.flipped .flipper {
    transform: none;
  }
  flippable .flip-container.flipped .flipper .front {
    opacity: 0;
    display: none;
    transform: none;
  }
  flippable .flip-container.flipped .flipper .back {
    opacity: 1;
    display: block;
    transform: none;
    backface-visibility: visible;
  }
}
#timesheet-review .search-box {
  width: 180px;
  display: inline-block;
}
#timesheet-review .btn-hide-events {
  margin-bottom: 10px;
}
#timesheet-review .search-mobile {
  width: 232px;
  margin: 0 auto 10px;
}
#timesheet-review .archived-people-alert {
  text-align: center;
  border-top: 1px solid #b0e1ef;
  border-right: 1px solid #b0e1ef;
  border-left: 1px solid #b0e1ef;
  padding: 8px;
}
#timesheet-review label.disabled {
  cursor: not-allowed;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none;
  opacity: 0.65;
}
#timesheet-review #week-grid tr {
  cursor: pointer;
}
#timesheet-review #week-grid tr.selected_1 td:nth-child(2) {
  color: #fff;
  background-color: #6da7c2;
}
#timesheet-review #week-grid tr.selected_1 td:nth-child(2):hover {
  background-color: #6da7c2;
}
#timesheet-review #week-grid tr.archived.selected_1 td:nth-child(2) {
  color: #fff;
}
#timesheet-review #week-grid tr.selected_2 td:nth-child(3) {
  color: #fff;
  background-color: #6da7c2;
}
#timesheet-review #week-grid tr.selected_2 td:nth-child(3):hover {
  background-color: #6da7c2;
}
#timesheet-review #week-grid tr.archived.selected_2 td:nth-child(3) {
  color: #fff;
}
#timesheet-review #week-grid tr.selected_3 td:nth-child(4) {
  color: #fff;
  background-color: #6da7c2;
}
#timesheet-review #week-grid tr.selected_3 td:nth-child(4):hover {
  background-color: #6da7c2;
}
#timesheet-review #week-grid tr.archived.selected_3 td:nth-child(4) {
  color: #fff;
}
#timesheet-review #week-grid tr.selected_4 td:nth-child(5) {
  color: #fff;
  background-color: #6da7c2;
}
#timesheet-review #week-grid tr.selected_4 td:nth-child(5):hover {
  background-color: #6da7c2;
}
#timesheet-review #week-grid tr.archived.selected_4 td:nth-child(5) {
  color: #fff;
}
#timesheet-review #week-grid tr.selected_5 td:nth-child(6) {
  color: #fff;
  background-color: #6da7c2;
}
#timesheet-review #week-grid tr.selected_5 td:nth-child(6):hover {
  background-color: #6da7c2;
}
#timesheet-review #week-grid tr.archived.selected_5 td:nth-child(6) {
  color: #fff;
}
#timesheet-review #week-grid tr.selected_6 td:nth-child(7) {
  color: #fff;
  background-color: #6da7c2;
}
#timesheet-review #week-grid tr.selected_6 td:nth-child(7):hover {
  background-color: #6da7c2;
}
#timesheet-review #week-grid tr.archived.selected_6 td:nth-child(7) {
  color: #fff;
}
#timesheet-review #week-grid tr.selected_7 td:nth-child(8) {
  color: #fff;
  background-color: #6da7c2;
}
#timesheet-review #week-grid tr.selected_7 td:nth-child(8):hover {
  background-color: #6da7c2;
}
#timesheet-review #week-grid tr.archived.selected_7 td:nth-child(8) {
  color: #fff;
}
#timesheet-review #week-grid tr.archived {
  color: #b0b2b7;
}
#timesheet-review #week-grid tr.archived:hover {
  color: #95989f;
}
#timesheet-review #week-grid tr td {
  /*-moz-transition: opacity ease-in-out 0.1s;
                -o-transition: opacity ease-in-out 0.1s;
                -webkit-transition: opacity ease-in-out 0.1s;
                transition: opacity ease-in-out 0.1s;*/
}
#timesheet-review #week-grid tr td.text-right {
  text-align: right;
}
#timesheet-review #week-grid tr td.loading {
  cursor: default;
}
#timesheet-review #week-grid tr td .time-spinner {
  margin: 0 auto;
  height: 10px;
  width: 10px;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  border-top: 3px solid #337ab7;
  border-left: 3px solid #78acd9;
  border-right: 3px solid #78acd9;
  border-bottom: 3px solid #78acd9;
  -moz-animation-name: spin;
  -o-animation-name: spin;
  -webkit-animation-name: spin;
  animation-name: spin;
  -moz-animation-duration: 1s;
  -o-animation-duration: 1s;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -moz-animation-iteration-count: infinite;
  -o-animation-iteration-count: infinite;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -moz-animation-timing-function: linear;
  -o-animation-timing-function: linear;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -moz-box-sizing: initial;
  -webkit-box-sizing: initial;
  box-sizing: initial;
}
#timesheet-review #week-grid tr td.day-cell {
  text-align: center;
  position: relative;
}
#timesheet-review #week-grid tr td.day-cell:hover {
  background-color: #b5d2e0;
}
#timesheet-review #week-grid tr td.day-cell:after {
  content: '';
  height: 5px;
  margin: 0 -5px -5px -5px;
  display: block;
}
#timesheet-review #week-grid tr td.day-cell.daytype:before {
  display: block;
  border-top-width: 13px;
  border-top-style: solid;
  border-left: 13px solid transparent;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 10;
  content: '';
}
#timesheet-review #week-grid tr td.calc-error {
  color: red;
  font-weight: bold;
}
#timesheet-review #week-grid tr td.hasExceptions {
  background: pink;
  color: #333333;
}
#timesheet-review #week-grid tr td.hasFilterExceptions {
  background: #ff9eae;
  color: #333333;
}
#timesheet-review #week-grid tr td.approved {
  background: #dcefdc;
  color: #333333;
}
#timesheet-review #week-grid tr td.approved.locked {
  background: #92d992;
  color: #333333;
}
#timesheet-review #week-grid tr td.total-cell {
  text-align: center;
  font-weight: bold;
  border-left: 1px solid #e3e3e3;
}
#timesheet-review #week-grid tr td.approval-cell {
  text-align: center;
  border-left: 1px solid #e3e3e3;
  padding: 0;
  line-height: 24px;
  width: 92px;
  position: relative;
}
#timesheet-review #week-grid tr td.specialpay0:after {
  background: #ff6fff;
}
#timesheet-review #week-grid tr td.specialpay1:after {
  background: #ba3aff;
}
#timesheet-review #week-grid tr td.specialpay2:after {
  background: #0066ff;
}
#timesheet-review #week-grid tr td.specialpay3:after {
  background: #4bbfb5;
}
#timesheet-review #week-grid tr td.specialpay4:after {
  background: #ffde86;
}
#timesheet-review #week-grid tr td.specialpay5:after {
  background: #81d4fa;
}
#timesheet-review #week-grid tr td.specialpay6:after {
  background: #ceffa5;
}
#timesheet-review #week-grid tr td.specialpay7:after {
  background: #800080;
}
#timesheet-review #week-grid tr td.specialpay8:after {
  background: #696969;
}
#timesheet-review #week-grid tr td.specialpay9:after {
  background: #000080;
}
#timesheet-review #week-grid tr td.specialpay10:after {
  background: #006400;
}
#timesheet-review #week-grid tr td.specialpay11:after {
  background: #c8a42f;
}
#timesheet-review #week-grid tr td.daytype0:before {
  border-top-color: #ff6fff;
}
#timesheet-review #week-grid tr td.daytype1:before {
  border-top-color: #ba3aff;
}
#timesheet-review #week-grid tr td.daytype2:before {
  border-top-color: #0066ff;
}
#timesheet-review #week-grid tr td.daytype3:before {
  border-top-color: #4bbfb5;
}
#timesheet-review #week-grid tr td.daytype4:before {
  border-top-color: #ffde86;
}
#timesheet-review #week-grid tr td.daytype5:before {
  border-top-color: #81d4fa;
}
#timesheet-review #week-grid tr td.daytype6:before {
  border-top-color: #ceffa5;
}
#timesheet-review #week-grid tr td.daytype7:before {
  border-top-color: #800080;
}
#timesheet-review #week-grid tr td.daytype8:before {
  border-top-color: #696969;
}
#timesheet-review #week-grid tr td.daytype9:before {
  border-top-color: #000080;
}
#timesheet-review #week-grid tr td.daytype10:before {
  border-top-color: #006400;
}
#timesheet-review #week-grid tr td.daytype11:before {
  border-top-color: #c8a42f;
}
#timesheet-review #week-grid tr th {
  text-align: center;
}
#timesheet-review #week-grid tr th.text-right {
  text-align: right;
}
#timesheet-review #week-grid tr th.name {
  white-space: nowrap;
  text-align: right;
}
#timesheet-review #week-grid tr th.name icon {
  margin-left: 8px;
}
#timesheet-review #week-grid tr.loading td.day-cell,
#timesheet-review #week-grid tr.loading td.total-cell {
  opacity: 0;
}
#timesheet-review #week-grid.loading td.day-cell,
#timesheet-review #week-grid.loading td.total-cell {
  opacity: 0;
}
#timesheet-review #events-date-list {
  position: relative;
}
#timesheet-review .half-width {
  width: 50%;
}
#timesheet-review .btn-group-justified > .btn input[type="checkbox"],
#timesheet-review .btn-group-vertical > .btn input[type="checkbox"],
#timesheet-review .btn-group-justified > .btn input[type="radio"],
#timesheet-review .btn-group-vertical > .btn input[type="radio"] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}
#timesheet-review .period-total {
  background: #5cb75c;
  color: white;
}
#timesheet-review .table tr.selected .period-total {
  background: #67a3bd;
}
#timesheet-review .week-nav {
  padding-left: 0;
  text-align: center;
}
@media (min-width: 768px) {
  #timesheet-review .week-nav {
    text-align: right;
  }
}
#timesheet-review .print-btn {
  margin-right: 12px;
}
#timesheet-review .mobile-print-btn {
  margin-bottom: 2px;
}
#timesheet-review .name-sort {
  position: relative;
  top: 36px;
}
#timesheet-review .name-sort button {
  display: none;
}
#timesheet-review th.bulk-approve {
  padding: 0;
  width: 110px;
}
#timesheet-review th.bulk-approve .btn-group {
  width: 100%;
}
#timesheet-review th.bulk-approve .btn-group .btn {
  width: 50%;
}
#timesheet-review th.bulk-approve .btn {
  height: 37px;
  margin: 0;
  width: 100%;
}
#timesheet-review th.bulk-approve .btn:active,
#timesheet-review th.bulk-approve .btn:focus {
  outline: 0;
}
#timesheet-review .popper {
  color: #333333;
  background-color: #fff;
  border-radius: 8px;
  border: 1px solid #f00;
  border-left: 8px solid #f00;
  padding: 8px;
  position: absolute;
  z-index: 10;
  text-align: center;
  /**
        * For simplicity, the arrow will be just a square.
        * You can style your arrow to look like a triangle
        * and use the `[x-placement]` attribute to control
        * its direction in relation to the reference element.
        */
  /**
        * We need to add margin to the side
        * touching the reference element
        * to address for the arrow size
        */
  /**
        * The arrow element lives *inside* the popper
        * so we need to offset it by its size to position
        * it outside the popper element.
        */
}
#timesheet-review .popper .hidden {
  visibility: hidden;
}
#timesheet-review .popper [x-arrow] {
  width: 0;
  height: 0;
  border-style: solid;
  position: absolute;
  margin: 7px 13px;
}
#timesheet-review .popper[x-placement="bottom"] {
  margin-top: 7px;
}
#timesheet-review .popper[x-placement="left"] {
  margin-right: 7px;
}
#timesheet-review .popper[x-placement="top"] {
  margin-bottom: 7px;
}
#timesheet-review .popper[x-placement="right"] {
  margin-left: 7px;
}
#timesheet-review .popper[x-placement="bottom"] [x-arrow] {
  border-color: #f00;
  border-width: 0 5px 5px 5px;
  border-top-color: transparent;
  border-right-color: transparent;
  border-left-color: transparent;
  top: -13px;
  margin-left: 0;
  margin-right: 0;
}
#timesheet-review .popper[x-placement="left"] [x-arrow] {
  border-color: #f00;
  border-width: 5px 0 5px 5px;
  border-top-color: transparent;
  border-right-color: transparent;
  border-bottom-color: transparent;
  right: -13px;
  margin-left: 0;
  margin-right: 0;
}
#timesheet-review .popper[x-placement="top"] [x-arrow] {
  border-color: #f00;
  border-width: 5px 5px 0 5px;
  border-left-color: transparent;
  border-right-color: transparent;
  border-bottom-color: transparent;
  bottom: -13px;
  margin-left: 0;
  margin-right: 0;
}
#timesheet-review .popper[x-placement="right"] [x-arrow] {
  border-color: #f00;
  border-width: 5px 5px 5px 0;
  border-top-color: transparent;
  border-left-color: transparent;
  border-bottom-color: transparent;
  left: -13px;
  margin-left: 0;
  margin-right: 0;
}
#timesheet-review .stop-after-slider .slider {
  width: 100%;
  margin-top: -86px;
  float: left;
}
.signup-page .field-validation-error {
  position: relative;
}
person-info-card .person-header {
  border: 1px solid #e3e3e3;
  background: #7a7e87;
}
person-info-card .person-header a {
  line-height: 20px;
  padding: 8px;
  color: white;
  text-decoration: none;
  display: block;
  font-size: 13px;
}
person-info-card .person-header a .glyphicon-user {
  padding-right: 8px;
}
person-info-card .person-header .username {
  width: 100%;
}
person-info-card #person-header-details {
  -webkit-box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.12);
  -moz-box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.12);
  box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.12);
  padding: 8px;
  background-color: white;
  border: 1px solid #e3e3e3;
  border-top: none;
  font-size: 13px;
  margin-bottom: 20px;
}
person-info-card #person-header-details .value {
  margin-bottom: 8px;
}
person-info-card #person-header-details .value icon {
  color: #7a7e87;
}
person-info-card #person-header-details .controls {
  font-size: 11px;
  margin: 0 -8px -8px;
  height: 24px;
}
person-info-card #person-header-details .controls a {
  display: block;
  height: 100%;
  line-height: 24px;
  text-decoration: none;
  background-color: #e8e8e8;
  -moz-transition: background-color ease-in-out;
  -o-transition: background-color ease-in-out;
  -webkit-transition: background-color ease-in-out;
  transition: background-color ease-in-out;
  width: 100%;
  float: left;
  border-right: 1px solid #d6d6d6;
}
person-info-card #person-header-details .controls a:hover {
  background-color: #e3e3e3;
}
person-info-card #person-header-details .controls a.half-width {
  width: 50%;
}
person-info-card #person-header-details .controls a:last-of-type {
  border-right: none;
}
person-info-card #person-header-details .controls a icon {
  margin-right: 7px;
}
person-info-card .person-actions {
  display: flex;
}
list-locations .rowlink-skip {
  width: 70px;
}
list-locations .selects {
  display: flex;
  justify-content: space-between;
}
list-locations .selects .filter-select {
  margin: 10px;
  flex-grow: 1;
}
list-locations .selects .filter-select:first-child {
  margin-left: 0;
}
list-locations .selects .filter-select:last-child {
  margin-left: 0;
}
list-locations .selects .filter-select.hidden {
  display: none;
}
@media (max-width: 767px) {
  list-locations .selects {
    flex-wrap: wrap;
  }
}
list-locations .list-wrapper {
  position: relative;
}
list-locations .with-archived .search-row {
  margin-bottom: 44px;
}
list-locations .archived-people-alert {
  text-align: center;
  border-top: 1px solid #b0e1ef;
  border-right: 1px solid #b0e1ef;
  border-left: 1px solid #b0e1ef;
  padding: 8px;
  position: absolute;
  width: 100%;
  top: 44px;
}
list-locations tr .restore-btn {
  display: none;
}
list-locations tr.archived {
  color: #b0b2b7;
}
list-locations tr.archived:hover {
  color: #95989f;
}
list-locations tr.archived .restore-btn {
  display: inline;
}
list-locations tr.archived .add-btn,
list-locations tr.archived .remove-btn {
  display: none;
}
list-locations tr.selected {
  color: #fff;
}
list-usergroups .rowlink-skip {
  width: 50px;
}
nexus-footer > div {
  font-size: 10px;
  color: #4d4d4d;
  text-align: center;
  position: absolute;
  bottom: 0;
  width: 100%;
  padding: 12px 0 6px;
}
form-toggle .toggle {
  float: left;
}
#resources-page {
  margin-top: -20px;
}
.resource-modal .modal-dialog {
  width: 960px;
}
@media (max-width: 991px) {
  .resource-modal .modal-dialog {
    width: auto;
  }
}
list-resources .search-box {
  position: relative;
  margin: -3px 15px 10px;
}
list-resources .search-box .search-results {
  padding: 0;
}
list-resources .search-box .search-results li {
  border-bottom: 1px solid #e8e8e8;
}
list-resources .search-box .search-results li:last-of-type {
  border-bottom: none;
}
list-resources .search-box .search-results a {
  position: relative;
  padding: 10px 20px;
}
list-resources .search-box .search-results .search-result {
  margin-right: 70px;
}
list-resources .search-box .search-results .search-result .search-result-details {
  font-size: 12px;
  font-weight: bold;
  color: #7fb2c9;
}
list-resources .search-box .search-results .search-result-label {
  font-size: 11px;
  font-weight: bold;
  color: #cacaca;
  text-transform: uppercase;
  position: absolute;
  top: 50%;
  margin-top: -7px;
  right: 15px;
}
list-resources #resources .btn-stretch {
  border-radius: 0;
  display: inline-block;
  line-height: 26px;
  padding: 6px 14px;
  border: 0;
}
list-resources #resources .btn-icon {
  padding: 7px 14px 5px;
}
list-resources #resources .btn-full-width {
  width: 100%;
}
list-resources #resources .btn-half-width {
  float: left;
  width: 50%;
}
list-resources #resources .btn-create {
  position: absolute;
  top: 11px;
  right: 15px;
}
list-resources #resources .btn-add-device {
  position: absolute;
  top: 11px;
  right: 15px;
}
list-resources #resources .sliding-item {
  position: relative;
  height: 40px;
  overflow: hidden;
}
list-resources #resources .sliding-item.active-item .sliding-item-name {
  right: 42px;
  border-left: 5px solid #5bc0de;
}
list-resources #resources .sliding-item.active-item.with-delete .sliding-item-name {
  right: 84px;
  border-left: 5px solid #5bc0de;
}
list-resources #resources .sliding-item.active-item.deleting-item .sliding-item-name {
  right: 100%;
  padding: 0;
  border-left: none;
}
list-resources #resources .sliding-item.deleting-item .sliding-item-controls {
  right: 100%;
}
list-resources #resources .sliding-item.editing-resource .sliding-item-name {
  right: 84px;
}
list-resources #resources .sliding-item.editing-device .sliding-item-name {
  right: 42px;
}
list-resources #resources .sliding-item-name {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #FFFFFF;
  line-height: 40px;
  padding: 0 15px;
  cursor: pointer;
  z-index: 2;
  -moz-transition: right ease-in-out 0.2s, border ease-in-out 0.2s, padding ease-in-out 0.2s;
  -o-transition: right ease-in-out 0.2s, border ease-in-out 0.2s, padding ease-in-out 0.2s;
  -webkit-transition: right ease-in-out 0.2s, border ease-in-out 0.2s, padding ease-in-out 0.2s;
  transition: right ease-in-out 0.2s, border ease-in-out 0.2s, padding ease-in-out 0.2s;
  border-left: 5px solid #fff;
  overflow: hidden;
}
list-resources #resources .sliding-item-name:hover {
  border-left: 5px solid #c5e9f3;
}
list-resources #resources .sliding-item-controls {
  position: absolute;
  width: sliding-item-button-width;
  right: 0;
  top: 0;
  z-index: 1;
  -moz-transition: right ease-in-out 0.2s, margin-right ease-in-out 0.2s;
  -o-transition: right ease-in-out 0.2s, margin-right ease-in-out 0.2s;
  -webkit-transition: right ease-in-out 0.2s, margin-right ease-in-out 0.2s;
  transition: right ease-in-out 0.2s, margin-right ease-in-out 0.2s;
}
list-resources #resources .sliding-item-controls.with-delete {
  width: 84px;
}
list-resources #resources .sliding-item-controls button {
  outline: none;
}
list-resources #resources .delete-confirmation-controls {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  height: 40px;
  font-size: 20px;
  overflow: hidden;
}
list-resources #resources .delete-confirmation-controls button {
  outline: none;
}
list-resources #resources .column-container {
  overflow: hidden;
}
list-resources #resources .column-container#resources-bar {
  overflow: visible;
}
list-resources #resources .booking {
  background: #FFFFFF;
  line-height: 40px;
  padding: 0 15px;
  margin-bottom: 8px;
}
list-resources #resources #resources-bar {
  position: fixed;
  top: 51px;
  left: 0;
  bottom: 0;
  z-index: 3;
}
@media (max-width: 767px) {
  list-resources #resources #resources-bar {
    top: 55px;
  }
}
list-resources #resources #resources-bar .slide-panel-header {
  height: 92px;
}
list-resources #resources #resources-bar .slide-panel-body {
  top: 92px;
}
@media (min-width: 767px) {
  list-resources #resources #resources-bar .slide-panel-body.with-footer {
    bottom: 0;
  }
}
list-resources #resources #resources-bar slide-panel > div {
  border-right: 1px solid #b0b0b0;
}
list-resources #resources #resources-bar slide-panel > div:last-of-type {
  border-right: 1px solid #31b0d5;
}
list-resources #resources #related-items-bar {
  position: fixed;
  top: 51px;
  left: 33.33%;
  bottom: 0;
  z-index: 2;
}
@media (max-width: 767px) {
  list-resources #resources #related-items-bar {
    left: 0;
    top: 55px;
  }
  list-resources #resources #related-items-bar.open {
    z-index: 4;
  }
}
list-resources #resources #related-items-bar slide-panel > div {
  border-right: 1px solid #b0b0b0;
}
list-resources #resources #related-items-bar slide-panel > div:last-of-type {
  border-right: 1px solid #31b0d5;
}
@media (min-width: 767px) {
  list-resources #resources #related-items-bar .slide-panel-body.with-footer {
    bottom: 0;
  }
}
list-resources #resources #related-items-bar .column-heading p {
  font-weight: bold;
  margin: 0;
  padding: 0 15px;
  line-height: 53px;
}
list-resources #resources #related-items-bar .list-group {
  margin-bottom: 0;
}
list-resources #resources #related-items-bar p.subtitle {
  font-weight: bold;
  padding: 0 15px;
  line-height: 40px;
  margin: 0;
  color: #8c8c8c;
}
@media (max-width: 767px) {
  list-resources slide-panel .slide-panel-body,
  list-resources slide-panel .slide-panel-header,
  list-resources slide-panel .slide-panel-footer {
    -moz-transition: none;
    -o-transition: none;
    -webkit-transition: none;
    transition: none;
  }
  list-resources slide-panel .slide-panel-body.active,
  list-resources slide-panel .slide-panel-header.active,
  list-resources slide-panel .slide-panel-footer.active {
    -moz-transition: none;
    -o-transition: none;
    -webkit-transition: none;
    transition: none;
  }
}
list-resources .booking .heading {
  font-weight: bold;
}
list-resources .booking ul.booking-times {
  list-style: none;
  padding: 0;
}
list-resources .booking ul.booking-times li {
  line-height: 25px;
  margin-bottom: 6px;
  text-align: center;
}
list-resources .booking .date {
  width: calc(50% - 30px);
  white-space: nowrap;
}
list-resources .booking .date.with-timezone {
  width: calc(50% - 65px);
}
list-resources .booking .time {
  width: 60px;
}
list-resources .booking .time.with-timezone {
  width: 130px;
}
list-resources .booking .duration {
  width: calc(50% - 30px);
  white-space: nowrap;
}
list-resources .booking .duration.with-timezone {
  width: calc(50% - 65px);
}
list-lockingcodes .rowlink-skip {
  width: 50px;
}
edit-lockingcode .expiry-date .form-group > div {
  padding: 0 15px;
}
edit-report-filters .remove-button {
  height: 40px;
  margin: -10px -15px;
  padding: 11px 15px 9px;
}
edit-report-filters .remove-button:hover {
  color: #d9534f;
  cursor: pointer;
}
edit-report-filters .option {
  margin-right: 48px;
}
edit-report-filters .option label {
  display: block;
  margin: 0;
}
edit-report-filters .value {
  margin: 8px 0 4px 0;
}
edit-report-filters .filter-list {
  margin-bottom: 10px;
}
edit-report-filters2 table {
  border: none;
}
edit-report-filters2 table tr td:first-child {
  padding-top: 15px;
  white-space: nowrap;
  width: 1px;
}
edit-report-filters2 .flex-table,
edit-report-filters2 .flex-row,
edit-report-filters2 .property,
edit-report-filters2 .parameters {
  display: flex;
}
edit-report-filters2 .flex-table {
  flex-direction: column;
}
edit-report-filters2 .flex-row {
  flex-direction: row;
  flex-wrap: wrap;
  border-bottom: 1px solid #e3e3e3;
  padding: 4px 0;
}
edit-report-filters2 .property,
edit-report-filters2 .parameters {
  flex-direction: row;
  flex: 1 1 50%;
}
edit-report-filters2 .flex-cell {
  padding: 4px 8px;
  flex: 1 1 50%;
}
edit-report-filters2 .value {
  flex: 1 1 100%;
}
edit-report-filters2 .name {
  /*flex: 1 1 33%;*/
  padding-top: 15px;
}
edit-report-filters2 .option {
  /*flex: 1 1 33%;*/
}
edit-report-filters2 .remove {
  text-align: right;
  flex: 1 1 40px;
}
selector-costcodes multi-select .dropdown-menu > li > a.costcode {
  font-weight: bold;
}
selector-costcodes multi-select .dropdown-menu > li > a.idepth-0 {
  font-weight: normal;
}
selector-costcodes multi-select .dropdown-menu > li > a.depth-1 {
  margin-left: 10px;
}
selector-costcodes multi-select .dropdown-menu > li > a.depth-2 {
  margin-left: 20px;
}
selector-costcodes multi-select .not-hidden {
  display: list-item !important;
}
.ReactVirtualized__Masonry:focus {
  outline: none;
}
@media (max-width: 767px) {
  #person-rosters-page .rostering .day.rostered {
    background-color: #81d4fa !important;
  }
  #person-rosters-page .rostering .day.rostered .date-label {
    background-color: #81d4fa !important;
  }
  #person-rosters-page .rostering .day.rostered .date-label.today {
    background-color: #757575 !important;
  }
  #person-rosters-page .rostering .day.rostered.week-view {
    background-color: white !important;
  }
  #person-rosters-page .rostering .day.rostered.week-view.override .date-label.today {
    background-color: #757575 !important;
  }
  #person-rosters-page .rostering .day.rostered.week-view .date-label.today {
    background-color: #757575 !important;
  }
  #person-rosters-page .rostering .day.rostered.week-view .date-label {
    background-color: white !important;
  }
  #person-rosters-page .rostering .day.rostered.override .date-label {
    background-color: #81d4fa !important;
  }
  #person-rosters-page .rostering .day.rostered.override .date-label.today {
    background-color: #757575 !important;
  }
  #person-rosters-page .rostering .day.rostered.override.week-view .date-label {
    background-color: white !important;
  }
  #person-rosters-page .rostering .day .date-label {
    background-color: white;
  }
  #person-rosters-page .rostering .week-view.daytype:before {
    content: var(--day-type-name);
    border-radius: 0 0 0 5px;
    border: 0;
    font-size: 12px;
    font-weight: bold;
    padding: 1px 4px 0 6px;
  }
  #person-rosters-page .rostering .week-view.daytype0:before {
    color: white;
    background: #ff6fff;
  }
  #person-rosters-page .rostering .week-view.daytype1:before {
    color: white;
    background: #ba3aff;
  }
  #person-rosters-page .rostering .week-view.daytype2:before {
    color: white;
    background: #0066ff;
  }
  #person-rosters-page .rostering .week-view.daytype3:before {
    color: white;
    background: #4bbfb5;
  }
  #person-rosters-page .rostering .week-view.daytype4:before {
    background: #ffde86;
  }
  #person-rosters-page .rostering .week-view.daytype5:before {
    background: #81d4fa;
  }
  #person-rosters-page .rostering .week-view.daytype6:before {
    background: #ceffa5;
  }
  #person-rosters-page .rostering .week-view.daytype7:before {
    background: #800080;
  }
  #person-rosters-page .rostering .week-view.daytype8:before {
    background: #696969;
  }
  #person-rosters-page .rostering .week-view.daytype9:before {
    background: #000080;
  }
  #person-rosters-page .rostering .week-view.daytype10:before {
    background: #006400;
  }
  #person-rosters-page .rostering .week-view.daytype11:before {
    background: #c8a42f;
  }
}
.rostering .day-container {
  position: relative;
  overflow: hidden;
  padding: 1px;
  padding-top: 0;
}
.rostering .interactive {
  cursor: pointer;
}
.rostering .day {
  perspective: 600px;
  position: relative;
  box-sizing: border-box;
  box-shadow: 1px 0 0 0 #757575, 0 1px 0 0 #757575, 1px 1px 0 0 #757575, /* Just to fix the corner */ -1px 0 0 0 #757575, 0 1px 0 0 #757575 inset;
  float: left;
  min-height: 80px;
}
.rostering .day .date-label {
  background-color: #f6f6f6;
}
.rostering .day.rostered {
  background-color: white;
}
.rostering .day.week-view {
  min-height: 60px;
  background-color: white;
}
.rostering .day.week-view .date-label {
  background-color: white;
}
.rostering .day.rostered .date-label {
  background-color: white;
}
.rostering .day.rostered .date-label.today {
  background-color: #757575 !important;
  background: #757575 !important;
  color: white;
  width: 21;
  border-radius: 0 0 6px 0!important;
}
.rostering .day.rostered.override .date-label {
  background-color: white;
}
@media (min-width: 768px) {
  .rostering .day.override {
    background-color: lightyellow;
  }
  .rostering .day.override .date-label {
    background-color: lightyellow;
  }
  .rostering .day.override .date-label.today {
    background-color: #757575 !important;
    background: #757575 !important;
    color: white;
    width: 21;
    border-radius: 0 0 6px 0!important;
  }
}
.rostering .day .date-label.rosters-open {
  background-color: #f6f6f6;
}
.rostering .day .date-label.rosters-open.org-active {
  background-color: white;
}
.rostering .today {
  background: #757575 !important;
  color: white;
  width: 21;
  border-radius: 0 0 6px 0!important;
}
.rostering .calendar .day.inactive {
  opacity: 0.3;
}
.rostering .calendar .btn-group {
  width: 100%;
  margin-bottom: 6px;
}
.rostering .calendar .btn-group .btn {
  margin: 0;
  padding: 6px 1px;
  overflow: hidden;
  font-size: 13px;
}
.rostering .day.fade-start {
  box-shadow: 1px 0 0 0 #757575, 0 1px 0 0 #757575, 1px 1px 0 0 #757575, 0 1px 0 0 #757575 inset;
  opacity: 0.4;
}
.rostering .day.fade-end {
  box-shadow: 0 1px 0 0 #757575, -1px 0 0 0 #757575, 0 1px 0 0 #757575 inset;
  opacity: 0.4;
}
.rostering .day.not-hired {
  background-color: #dddddd;
}
.rostering .day.not-hired .date-label {
  background-color: #dddddd;
}
.rostering .day.daytype:before {
  display: block;
  border-top-width: 13px;
  border-top-style: solid;
  border-left: 13px solid transparent;
  position: absolute;
  top: 1px;
  right: 0;
  z-index: 9999;
  content: '';
}
.rostering .day.daytype.daytype0:before {
  border-top-color: #ff6fff;
}
.rostering .day.daytype.daytype1:before {
  border-top-color: #ba3aff;
}
.rostering .day.daytype.daytype2:before {
  border-top-color: #0066ff;
}
.rostering .day.daytype.daytype3:before {
  border-top-color: #4bbfb5;
}
.rostering .day.daytype.daytype4:before {
  border-top-color: #ffde86;
}
.rostering .day.daytype.daytype5:before {
  border-top-color: #81d4fa;
}
.rostering .day.daytype.daytype6:before {
  border-top-color: #ceffa5;
}
.rostering .day.daytype.daytype7:before {
  border-top-color: #800080;
}
.rostering .day.daytype.daytype8:before {
  border-top-color: #696969;
}
.rostering .day.daytype.daytype9:before {
  border-top-color: #000080;
}
.rostering .day.daytype.daytype10:before {
  border-top-color: #006400;
}
.rostering .day.daytype.daytype11:before {
  border-top-color: #c8a42f;
}
.rostering .rosters {
  display: flex;
  flex-direction: column;
  width: 100%;
}
.rostering .roster {
  position: relative;
  width: 100%;
}
.rostering .roster-label {
  position: absolute;
  top: 15px;
  left: 0;
  text-align: center;
  right: 0;
  color: #aaa;
  text-transform: uppercase;
  font-size: 12px;
}
.rostering .roster.roster-view {
  background: #ecf3f7;
}
.rostering .roster.roster-view:first-child {
  margin-top: 1px;
}
.rostering .roster.roster-view.active {
  background: white;
}
.rostering.menu-open .roster.roster-view.selected {
  background-color: #c6ffd7;
}
.rostering.menu-open .roster.roster-view.selected.unassigned,
.rostering .roster.roster-view.unassigned {
  background-color: #dddddd;
}
.rostering .shift.optional:hover:after {
  opacity: 1;
}
.rostering .shift.stub,
.rostering .shift.stub:hover {
  box-shadow: none;
  border-left: none;
}
.rostering .day:nth-child(7n+1) .shift {
  box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3);
}
.rostering.menu-open .variable-start.selected:before,
.rostering.menu-open .variable-start.selected:hover:before {
  border-color: #09d947;
  background: linear-gradient(to left, #81faa5 0%, white 100%);
}
.rostering .shift .optional,
.rostering .legend-example .optional {
  overflow: hidden;
  height: 26px;
  position: relative;
  border-radius: 5px;
}
.rostering .legend-example .optional {
  height: 23px;
}
.rostering .legend-example.variable-start:before {
  content: '';
  box-sizing: border-box;
  height: 28px;
  width: 15px;
  border-top: 1px dashed #1fb3f6;
  border-bottom: 1px dashed #1fb3f6;
  border-left: 1px dashed #1fb3f6;
  background: linear-gradient(to left, #81d4fa 0%, #fff 100%);
  position: absolute;
  top: -1px;
  left: -1px;
  border-radius: 5px 0 0 5px;
}
.rostering .legend-example.variable-start:hover:before {
  background: linear-gradient(to left, #b2e5fc 0%, #fff 100%);
  border-top: 1px dashed #81d4fa;
  border-bottom: 1px dashed #81d4fa;
  border-left: 1px dashed #81d4fa;
}
.rostering .legend-example.variable-end:after {
  content: '';
  box-sizing: border-box;
  height: 28px;
  width: 15px;
  border-top: 1px dashed #1fb3f6;
  border-bottom: 1px dashed #1fb3f6;
  border-right: 1px dashed #1fb3f6;
  background: linear-gradient(to right, #81d4fa 0%, #fff 100%);
  position: absolute;
  top: -1px;
  right: -1px;
  border-radius: 0 5px 5px 0;
}
.rostering .legend-example.variable-end:hover:after {
  background: linear-gradient(to right, #b2e5fc 0%, #fff 100%);
  border-top: 1px dashed #81d4fa;
  border-bottom: 1px dashed #81d4fa;
  border-right: 1px dashed #81d4fa;
}
.rostering .optional:after {
  content: '';
  width: 40px;
  height: 15px;
  position: absolute;
  bottom: 0;
  left: -22px;
  transform: rotate(45deg);
  background-color: white;
  opacity: 0.8;
}
.rostering .shift-group {
  position: absolute;
  height: 100%;
  width: 100%;
}
.rostering .shift-group.shift-week-view {
  margin-top: 13px;
}
.rostering .shift-group.hide-overflows {
  overflow: hidden;
}
.rostering .worked-time {
  height: 20px;
  box-sizing: border-box;
  text-align: center;
  color: white;
  font-size: 20px;
  border: none;
  box-shadow: none;
  pointer-events: none;
}
.rostering .worked-time:hover {
  box-shadow: none;
}
.rostering .worked-time.type-0 {
  background-color: orange;
}
.rostering .worked-time.type-1 {
  background-color: #8daf23;
}
.rostering .worked-time.type-2.break-0 {
  background-color: #ccc;
}
.rostering .worked-time.type-2.break-1 {
  background-color: #ccc;
}
.rostering .worked-time.type-2.break-2 {
  background-color: yellow;
}
.rostering .worked-time.type-2.break-3 {
  background-color: yellow;
}
.rostering .worked-time.type-3.break-0 {
  background-color: #ccc;
}
.rostering .worked-time.type-3.break-1 {
  background-color: #ccc;
}
.rostering .worked-time.type-3.break-2 {
  background-color: yellow;
}
.rostering .worked-time.type-3.break-3 {
  background-color: yellow;
}
.rostering .markings {
  position: absolute;
  height: calc(100% - 1px);
  width: 100%;
  top: 1px;
}
.rostering .mark {
  height: 100%;
  float: left;
  box-sizing: border-box;
  border-left: 1px dotted #dddddd;
  background-color: transparent;
  padding: 0;
}
.rostering .roster-view .mark,
.rostering .static .mark:hover {
  border-left: 1px dotted #dddddd;
}
.rostering .roster-view .mark:nth-child(3n+4),
.rostering .static .mark:nth-child(3n+4):hover {
  border-left: 1px dotted #cbcbcb;
}
.rostering .roster-view .tooltip:hover {
  border-left: 1px solid #039be5;
}
.rostering .day.detailed-day:first-child .mark,
.rostering .day.detailed-day:last-child .mark {
  width: calc(100%/12);
}
.rostering .mark:nth-child(3n+4),
.rostering .static .mark:nth-child(3n+4):hover {
  border-left: 1px dotted #aaa;
}
.rostering .mark:nth-child(1) {
  border-left: none;
}
.rostering .date-label {
  min-width: 20px;
  padding: 2px 4px 0 4px;
  position: absolute;
  top: 1px;
  background: #fff;
  text-align: center;
  z-index: 9999;
  font-weight: bold;
  font-size: 12px;
  border-radius: 0 0 10px 0;
}
.rostering .day-heading {
  float: left;
  text-align: center;
  margin-bottom: 10px;
}
.rostering .tooltips {
  position: absolute;
  z-index: 20;
  width: 100%;
  height: 100%;
  top: 0;
}
.rostering .tooltip {
  height: 100%;
  float: left;
  box-sizing: border-box;
  vertical-align: bottom;
  display: flex;
  align-items: flex-end;
  position: relative;
  opacity: 1;
}
.rostering .tooltip:hover {
  border-left: 1px solid #039be5;
}
.rostering .info-bar-container {
  width: 100%;
  z-index: 40;
  position: absolute;
  bottom: 0;
  display: none;
}
.rostering .info-bar {
  height: 20px;
  width: 100%;
  background-color: white;
  text-align: center;
  border-top: 1px solid #757575;
  overflow: hidden;
}
.rostering .info-bar-container.info-bar-visible {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
.rostering .example-buttons {
  display: flex;
  margin-bottom: 20px;
}
.rostering .hour-labels-container {
  width: 100%;
  color: #757575;
  font-size: 12px;
}
.rostering .hour-labels {
  float: left;
  box-sizing: border-box;
}
.rostering .hour-labels-small {
  font-size: 10px;
  padding-bottom: 2px;
}
.rostering .hour-label-spacer {
  float: left;
  height: 1px;
}
.rostering .hour-label {
  float: left;
  box-sizing: border-box;
  text-align: center;
}
.rostering .shortcut-menu {
  position: absolute;
  border-radius: 4px;
  border: 1px solid #aaa;
  box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.2);
  background-color: white;
  z-index: 40;
}
.rostering .menu-item {
  padding: 6px;
  cursor: pointer;
}
.rostering .menu-item:hover {
  background: #efefef;
}
.rostering .menu-item:first-child {
  border-radius: 4px 4px 0 0;
}
.rostering .menu-item:last-child {
  border-radius: 0 0 4px 4px;
}
.rostering .employee {
  display: flex;
  align-items: center;
}
.rostering .employee .name {
  width: 20%;
  padding: 15px;
  box-sizing: border-box;
}
.rostering .employee .roster-container {
  width: 80%;
}
@media (max-width: 767px) {
  .rostering .date-selector {
    margin-bottom: 12px;
  }
  .rostering .date-selector h3 {
    margin: 0;
  }
}
#edit-person-roster .grace input {
  display: inline-block;
  width: 40px;
  text-align: center;
  padding: 6px;
}
#edit-person-roster .grace .form-control-static {
  padding-left: 24px;
}
#edit-person-roster .grace .form-control-static:first-child {
  padding-left: 0;
}
#edit-person-roster .shift.inactive {
  background-color: #81d4fa;
}
#edit-person-roster .day-button {
  height: 100%;
  width: 100%;
  border: 1px solid #757575;
  background-color: #fff;
  color: #757575;
  font-size: 26px;
  margin: 20px 0 0 0;
  min-height: 70px;
  display: flex;
  align-content: center;
  line-height: 1;
  justify-content: space-evenly;
  flex-direction: column;
  align-items: center;
}
#edit-person-roster .day-button > icon {
  width: 100%;
}
#edit-person-roster .day-button .button-label {
  font-size: 14px;
}
#edit-person-roster .day-button-col {
  align-self: flex-start;
}
#edit-person-roster .pattern-edit-button {
  margin-left: 6px;
}
#edit-person-roster .pattern-description {
  margin-bottom: 10px;
}
#edit-person-roster .pattern-description .label {
  font-size: 14px;
  margin-right: 5px;
}
#edit-person-roster .pattern-locations {
  position: relative;
}
#edit-person-roster .pattern-locations a {
  cursor: text;
}
#edit-person-roster .pattern-locations .popper {
  display: none;
  left: 50%;
  transform: translateX(-50%);
  bottom: 100%;
}
#edit-person-roster .pattern-locations:hover .popper {
  display: block;
}
#edit-person-roster .pattern-locations [x-arrow] {
  left: 50%;
  transform: translateX(-50%);
}
#edit-person-roster .pattern-locations .popper-item {
  padding: 0 6px;
  white-space: nowrap;
}
#edit-person-roster .popper {
  background-color: #fff;
  border-radius: 8px;
  border: 1px solid #039be5;
  padding: 8px;
  position: absolute;
  z-index: 10;
  /**
        * For simplicity, the arrow will be just a square.
        * You can style your arrow to look like a triangle
        * and use the `[x-placement]` attribute to control
        * its direction in relation to the reference element.
        */
  /**
        * We need to add margin to the side
        * touching the reference element
        * to address for the arrow size
        */
  /**
        * The arrow element lives *inside* the popper
        * so we need to offset it by its size to position
        * it outside the popper element.
        */
}
#edit-person-roster .popper .hidden {
  visibility: hidden;
}
#edit-person-roster .popper [x-arrow] {
  width: 0;
  height: 0;
  border-style: solid;
  position: absolute;
  margin: 7px 13px;
}
#edit-person-roster .popper[x-placement="bottom"] {
  margin-top: 7px;
}
#edit-person-roster .popper[x-placement="left"] {
  margin-right: 7px;
}
#edit-person-roster .popper[x-placement="top"] {
  margin-bottom: 7px;
}
#edit-person-roster .popper[x-placement="right"] {
  margin-left: 7px;
}
#edit-person-roster .popper[x-placement="bottom"] [x-arrow] {
  border-color: #039be5;
  border-width: 0 5px 5px 5px;
  border-top-color: transparent;
  border-right-color: transparent;
  border-left-color: transparent;
  top: -13px;
  margin-left: 0;
  margin-right: 0;
}
#edit-person-roster .popper[x-placement="left"] [x-arrow] {
  border-color: #039be5;
  border-width: 5px 0 5px 5px;
  border-top-color: transparent;
  border-right-color: transparent;
  border-bottom-color: transparent;
  right: -13px;
  margin-left: 0;
  margin-right: 0;
}
#edit-person-roster .popper[x-placement="top"] [x-arrow] {
  border-color: #039be5;
  border-width: 5px 5px 0 5px;
  border-left-color: transparent;
  border-right-color: transparent;
  border-bottom-color: transparent;
  bottom: -13px;
  margin-left: 0;
  margin-right: 0;
}
#edit-person-roster .popper[x-placement="right"] [x-arrow] {
  border-color: #039be5;
  border-width: 5px 5px 5px 0;
  border-top-color: transparent;
  border-left-color: transparent;
  border-bottom-color: transparent;
  left: -13px;
  margin-left: 0;
  margin-right: 0;
}
.gap-resolution-options {
  margin: 10px 0;
}
.gap-resolution-option {
  box-sizing: border-box;
  padding: 10px;
  cursor: pointer;
}
.gap-resolution-option:hover {
  background-color: #e3f5fe;
}
.gap-resolution-option.selected {
  background-color: #cbedfd;
}
.date-change-diagram {
  height: 40px;
  display: flex;
}
.date-change-diagram .segment {
  border: 1px solid #039be5;
  width: 33%;
  height: 100%;
  color: #039be5;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 20px;
}
.date-change-diagram .segment.arrow-right {
  justify-content: flex-end;
}
.date-change-diagram .segment.arrow-left {
  justify-content: flex-start;
}
.date-change-diagram .segment.a {
  background-color: #81d4fa;
}
.date-change-diagram .segment.b {
  background-color: #b2e5fc;
}
.date-change-diagram .segment:nth-of-type(2) {
  border-left: none;
  border-right: none;
}
.date-change-diagram .segment.dashed-right {
  border-right: 1px dashed;
}
.date-change-diagram .segment.dashed-left {
  border-left: 1px dashed;
}
.date-change-diagram .segment.empty {
  border: none;
}
.location-select-container {
  margin-top: 10px;
}
.rostering .alert {
  text-align: center;
}
.rostering .alert p {
  margin-bottom: 10px;
}
.rostering .alert button {
  margin-bottom: 0;
}
.rostering .alert-link {
  text-decoration: underline;
}
.legend-groups {
  display: flex;
  justify-content: flex-start;
  margin-top: 20px;
  flex-wrap: wrap;
}
.legend-subgroup {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
}
.legend-subgroup:first-child {
  margin-right: 50px;
  margin-bottom: 10px;
}
.legend-group {
  display: flex;
  flex-direction: column;
  margin-right: 20px;
}
.legend-group.shift-legend-group .legend-label {
  width: 90px;
}
#shift-tooltip {
  z-index: 1200;
  background: white;
  color: black;
  font-size: 13px;
  border-radius: 5px;
  transform: translate(-2000px, -2000px);
  position: absolute;
  display: none;
}
#shift-tooltip[data-show] {
  display: block;
}
#shift-tooltip .inner {
  padding: 4px 8px;
  border: solid 1px #757575;
  border-radius: 5px;
}
#shift-tooltip[data-popper-placement^='top'] {
  bottom: 4px !important;
}
#shift-tooltip[data-popper-placement^='bottom'] {
  top: 4px !important;
}
#shift-tooltip[data-popper-placement^='top'] > #arrow {
  bottom: -5px;
}
#shift-tooltip[data-popper-placement^='top'] > #arrow::before {
  border-right: solid 1px #757575;
  border-bottom: solid 1px #757575;
}
#shift-tooltip[data-popper-placement^='bottom'] > #arrow {
  top: -4px;
}
#shift-tooltip[data-popper-placement^='bottom'] > #arrow::before {
  border-left: solid 1px #757575;
  border-top: solid 1px #757575;
}
#shift-tooltip[data-popper-reference-hidden] {
  visibility: hidden;
  pointer-events: none;
}
#shift-tooltip[data-popper-escaped] {
  visibility: hidden;
  pointer-events: none;
}
#shift-tooltip .shift-info-time {
  text-align: center;
  font-weight: bold;
}
#shift-tooltip .shift-info-line {
  border-top: solid 1px #757575;
}
#shift-tooltip .shift-info-table {
  background: white;
  margin-top: 5px;
  box-shadow: none;
  border: none;
}
#shift-tooltip .shift-info-label {
  text-align: right;
  padding-right: 10px;
  display: block;
}
#shift-tooltip .shift-info-value {
  padding-right: 10px;
}
#totals-tooltip {
  z-index: 1200;
  background: white;
  color: black;
  font-size: 13px;
  border-radius: 5px;
  transform: translate(-2000px, -2000px);
  position: absolute;
  display: none;
}
#totals-tooltip[data-show] {
  display: block;
}
#totals-tooltip .inner {
  padding: 4px 8px;
  border: solid 1px #757575;
  border-radius: 5px;
}
#totals-tooltip[data-popper-placement^='top'] {
  bottom: 4px !important;
}
#totals-tooltip[data-popper-placement^='bottom'] {
  top: 4px !important;
}
#totals-tooltip[data-popper-placement^='top'] > #arrow {
  bottom: -5px;
}
#totals-tooltip[data-popper-placement^='top'] > #arrow::before {
  border-right: solid 1px #757575;
  border-bottom: solid 1px #757575;
}
#totals-tooltip[data-popper-placement^='bottom'] > #arrow {
  top: -4px;
}
#totals-tooltip[data-popper-placement^='bottom'] > #arrow::before {
  border-left: solid 1px #757575;
  border-top: solid 1px #757575;
}
#totals-tooltip[data-popper-escaped] {
  visibility: hidden;
  pointer-events: none;
}
#totals-tooltip table {
  background: white;
  margin-top: 3px;
  box-shadow: none;
  border: none;
}
#totals-tooltip table thead {
  border-bottom: 1px solid #eee;
  text-transform: uppercase;
  font-weight: bold;
  color: #aaa;
}
#totals-tooltip table tbody td,
#totals-tooltip table tfoot td {
  line-height: 26px;
}
#totals-tooltip table .classification {
  text-align: right;
  padding-left: 8px;
  display: block;
}
#totals-tooltip table .paid,
#totals-tooltip table .unpaid {
  padding-left: 16px;
  text-align: right;
}
#totals-tooltip table tfoot {
  border-top: 1px solid #eee;
}
#totals-tooltip table tfoot td.classification {
  text-transform: uppercase;
}
#arrow,
#arrow::before {
  position: absolute;
  width: 8px;
  height: 8px;
  background: inherit;
}
#arrow {
  visibility: hidden;
}
#arrow::before {
  visibility: visible;
  content: '';
  transform: rotate(45deg);
}
.shift-legend {
  display: flex;
  margin-bottom: 10px;
}
.shift-legend.active .legend-example {
  background-color: #81d4fa;
  border-color: #039be5;
}
.shift-legend.inactive .legend-example {
  background-color: #dddddd;
  border-color: #aaa;
}
.shift-legend.selected .legend-example {
  background-color: #81faa5;
  border-color: #09d947;
}
.shift-legend.conflict .legend-example {
  background-color: #ff5c5c;
  border-color: #f50000;
}
.shift-legend .legend-example {
  box-sizing: border-box;
  border: 1px solid #757575;
  width: 50px;
  height: 25px;
  border-radius: 5px;
  position: relative;
}
.shift-legend .legend-example.variable-start:before,
.shift-legend .legend-example.variable-end:after {
  height: 25px;
}
.shift-legend .legend-example.variable-start:hover:before {
  border-top: 1px dashed #039be5;
  border-bottom: 1px dashed #039be5;
  border-left: 1px dashed #039be5;
  background: linear-gradient(to left, #81d4fa 0%, #ffffff 100%);
}
.shift-legend .legend-example.variable-end:hover:after {
  border-top: 1px dashed #039be5;
  border-bottom: 1px dashed #039be5;
  border-right: 1px dashed #039be5;
  background: linear-gradient(to right, #81d4fa 0%, white 100%);
}
.shift-legend .legend-label {
  width: 130px;
  margin-left: 5px;
}
.rostering .day-legend {
  display: flex;
  margin-bottom: 10px;
  flex: 1;
}
.rostering .day-legend .day {
  width: 100px;
  min-height: 50px;
}
.rostering .day-legend .legend-example {
  box-sizing: border-box;
  width: 100px;
  height: 50px;
}
.rostering .day-legend .legend-label {
  width: 165px;
  margin-left: 5px;
  line-height: 50px;
}
.rostering .day-legend .roster {
  top: 1px;
  height: 49px;
}
.rostering .day-legend.inactive-roster .roster {
  background: #ecf3f7;
}
.rostering .day-legend.unassigned-roster .roster {
  background: #ddd;
}
.rostering .day-legend .rostered .roster {
  background: #fff;
}
.legend-label {
  padding: 0 5px;
  line-height: 25px;
}
.title {
  line-height: 38px;
  margin-top: 0;
}
@media (max-width: 767px) {
  .title {
    margin: 0;
  }
}
.conflicts-alert {
  background-color: #fff;
  border-radius: 8px;
  border: 1px solid #ff5c5c;
  border-left: 8px solid #ff5c5c;
  padding: 8px;
  display: inline-block;
  margin-left: 20px;
  margin-bottom: 10px;
}
.btn-group-justified > .btn input[type="checkbox"],
.btn-group-vertical > .btn input[type="checkbox"],
.btn-group-justified > .btn input[type="radio"],
.btn-group-vertical > .btn input[type="radio"] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}
@media (min-width: 992px) {
  .view-controls {
    margin-left: auto;
  }
}
.view-label {
  line-height: 34px;
  margin-right: 12px;
}
.view-buttons {
  width: 300px;
}
@media (max-width: 767px) {
  pinned-panel ~ #person-rosters-page {
    padding-left: 0;
  }
}
#person-rosters-page .hire-date-alert button {
  display: block;
  margin: 10px auto 0;
}
#person-rosters-page .week-btn {
  position: absolute;
  left: 0;
}
#person-rosters-page .header {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: start;
  position: relative;
}
@media (max-width: 992px) {
  #person-rosters-page .header {
    flex-direction: column;
    align-items: center;
  }
}
#person-rosters-page .period-selector {
  width: 100%;
  display: none;
}
@media (max-width: 767px) {
  #person-rosters-page .period-selector {
    display: block;
  }
}
#person-rosters-page .totals {
  display: none;
}
@media (max-width: 767px) {
  #person-rosters-page .totals {
    display: block;
    margin: 0 -15px;
    background-color: white;
    font-weight: bold;
    color: #666;
    font-size: 16px;
    padding: 8px 0 8px 0;
    border: 1px solid #757575;
    border-top: none;
    text-align: center;
    cursor: pointer;
  }
}
#person-rosters-page .tap-hint {
  width: 100%;
  font-style: italic;
  text-align: center;
  color: #666;
  padding-top: 5px;
}
#person-rosters-page .date-navigator {
  z-index: 1000;
}
#rosters-page {
  position: relative;
}
#rosters-page .roster-row {
  display: flex;
  align-items: center;
  margin-bottom: 5px;
}
#rosters-page .roster {
  top: 1px;
}
#rosters-page .leave {
  height: calc(100% - 1px);
}
#rosters-page .pagination {
  margin: 0;
}
#rosters-page .headings {
  margin: 0 45px 0 75px;
}
@media screen and (min-width: 768px) {
  #rosters-page .headings {
    margin: 0 150px;
  }
}
#rosters-page .headings.grand-totals {
  float: left;
  width: calc( 100% - 300px);
}
@media screen and (min-width: 768px) {
  #rosters-page .headings.grand-totals {
    margin: 0 0 0 150px;
  }
}
#rosters-page .grand-total {
  float: left;
  width: 150px;
}
#rosters-page .grand-total .day-total {
  width: 90px;
  margin: 10px auto 0 auto;
}
#rosters-page .btn-group-justified > .btn input[type="checkbox"],
#rosters-page .btn-group-vertical > .btn input[type="checkbox"],
#rosters-page .btn-group-justified > .btn input[type="radio"],
#rosters-page .btn-group-vertical > .btn input[type="radio"] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}
#rosters-page .period-total {
  background: #5cb75c;
  color: white;
}
#rosters-page .table tr.selected .period-total {
  background: #67a3bd;
}
#rosters-page .week-nav {
  padding-left: 0;
  text-align: center;
}
@media (min-width: 992px) {
  #rosters-page .week-nav {
    text-align: right;
  }
}
#rosters-page .nav-controls {
  margin-bottom: 10px;
}
#rosters-page .totals-button {
  margin-top: -57px;
}
#rosters-page .visible-xs .totals-button {
  margin-top: 0;
}
#rosters-page .print-btn {
  margin-right: 12px;
}
#rosters-page .email-btn {
  margin-left: 12px;
}
#rosters-page .name-sort {
  display: block;
  float: left;
}
#rosters-page .search-box {
  margin-right: 12px;
  margin-bottom: 6px;
}
#rosters-page .day-total {
  margin-top: 10px;
}
#rosters-page .day-total-inner {
  align-items: center;
  background: #fff;
  border: 1px solid #757575;
  border-right: none;
  color: inherit;
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: center;
  text-align: center;
}
#rosters-page .day-total:last-of-type .day-total-inner {
  border-right: 1px solid #757575;
}
#rosters-page .day-total-divider {
  border-top: 1px solid #ccc;
  margin: 0;
  width: 100%;
}
#rosters-page .day-total-area {
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
}
#rosters-page .day-total-label {
  color: #999;
  font-size: 11px;
  font-weight: bold;
  line-height: 11px;
  text-transform: uppercase;
  margin: 4px;
}
#rosters-page .day-total-value {
  font-size: 18px;
  line-height: 18px;
  margin: 3px 0 3px;
  text-align: center;
}
@media (min-width: 1480px) {
  #rosters-page .col-xl-6 {
    width: 50%;
  }
}
.people-without-emails-list {
  max-height: 145px;
  overflow: auto;
}
#email-rosters-modal textarea {
  min-height: 114px;
  max-height: 472px;
}
.btn-full-width {
  width: 100%;
}
.btn-half-width {
  float: left;
  width: 50%;
}
.btn-third-width {
  float: left;
  width: 33.33333333%;
}
.selection-info {
  background-color: #fff;
  padding: 15px;
}
.rostering .day {
  perspective: 600px;
  position: relative;
  box-sizing: border-box;
  box-shadow: 1px 0 0 0 #757575, 0 1px 0 0 #757575, 1px 1px 0 0 #757575, /* Just to fix the corner */ -1px 0 0 0 #757575, 0 1px 0 0 #757575 inset;
  float: left;
  min-height: 80px;
}
@media (max-width: 767px) {
  .rostering .day {
    min-height: 60px;
  }
}
.import-file-error {
  color: red;
  margin-top: -10px;
  margin-bottom: -10px;
}
.exception-list {
  overflow-y: auto;
  max-height: 500px;
}
#edit-roster-shift {
  padding-top: 20px;
}
#edit-roster-shift cost-code-selects .selects .filter-select {
  margin-bottom: 10px;
}
#edit-roster-shift .special-pay-tag {
  height: 20px;
  width: 30px;
  border-radius: 4px;
  margin-right: 10px;
  display: block;
  float: left;
}
#edit-roster-shift .special-pay-0 {
  background-color: #ff6fff;
}
#edit-roster-shift .special-pay-1 {
  background-color: #ba3aff;
}
#edit-roster-shift .special-pay-2 {
  background-color: #0066ff;
}
#edit-roster-shift .special-pay-3 {
  background-color: #4bbfb5;
}
#edit-roster-shift .special-pay-4 {
  background-color: #ffde86;
}
#edit-roster-shift .special-pay-5 {
  background-color: #81d4fa;
}
#edit-roster-shift .special-pay-6 {
  background-color: #ceffa5;
}
#edit-roster-shift .special-pay-7 {
  background-color: #800080;
}
#edit-roster-shift .special-pay-8 {
  background-color: #696969;
}
#edit-roster-shift .special-pay-9 {
  background-color: #000080;
}
#edit-roster-shift .special-pay-10 {
  background-color: #006400;
}
#edit-roster-shift .special-pay-11 {
  background-color: #c8a42f;
}
#edit-roster-shift .grace input {
  display: inline-block;
  width: 40px;
  text-align: center;
  padding: 6px;
}
#edit-roster-shift .grace .form-control-static {
  padding-left: 24px;
}
#edit-roster-shift .grace .form-control-static:first-child {
  padding-left: 0;
}
#edit-roster-shift .toggle.btn {
  min-width: 135px;
}
list-costcodes .rowlink-skip {
  width: 70px;
}
list-costcodes .selects {
  display: flex;
  justify-content: space-between;
}
list-costcodes .selects .filter-select {
  margin: 10px;
  flex-grow: 1;
}
list-costcodes .selects .filter-select:first-child {
  margin-left: 0;
}
list-costcodes .selects .filter-select:last-child {
  margin-left: 0;
}
list-costcodes .selects .filter-select.hidden {
  display: none;
}
@media (max-width: 767px) {
  list-costcodes .selects {
    flex-wrap: wrap;
  }
}
list-costcodes .list-wrapper {
  position: relative;
}
list-costcodes .with-archived .search-row {
  margin-bottom: 44px;
}
list-costcodes .archived-people-alert {
  text-align: center;
  border-top: 1px solid #b0e1ef;
  border-right: 1px solid #b0e1ef;
  border-left: 1px solid #b0e1ef;
  padding: 8px;
  position: absolute;
  width: 100%;
  top: 44px;
}
list-costcodes tr .restore-btn {
  display: none;
}
list-costcodes tr.archived {
  color: #b0b2b7;
}
list-costcodes tr.archived:hover {
  color: #95989f;
}
list-costcodes tr.archived .restore-btn {
  display: inline;
}
list-costcodes tr.archived .add-btn,
list-costcodes tr.archived .remove-btn {
  display: none;
}
list-costcodes tr.selected {
  color: #fff;
}
@media (min-width: 768px) {
  edit-costcode .control-label {
    font-weight: normal;
  }
}
edit-costcode .code-row .controls {
  margin-bottom: 10px;
}
edit-costcode .costcode-group {
  margin-bottom: 20px;
}
edit-costcode .costcode-group .form-group {
  margin-bottom: 0;
}
list-costcodetypes .rowlink-skip {
  width: 50px;
}
list-costcodetypes .restore-btn {
  display: none;
}
list-costcodetypes tr .restore-btn {
  display: none;
}
list-costcodetypes tr.archived {
  color: #b0b2b7;
}
list-costcodetypes tr.archived:hover {
  color: #95989f;
}
list-costcodetypes tr.archived .restore-btn {
  display: inline;
}
list-costcodetypes tr.archived .remove-btn {
  display: none;
}
list-costcodetypes tr.selected {
  color: #fff;
}
list-bookings .search-box {
  width: 180px;
  display: inline-block;
}
@media (max-width: 767px) {
  list-bookings .search-box {
    width: 162px;
  }
}
list-bookings .add-person-btn {
  float: right;
}
list-bookings .add-person-btn button {
  margin-left: 10px;
}
list-bookings .add-person-btn .add-person-btn icon {
  float: left;
}
list-bookings .add-person-btn .add-person-btn icon:first-child {
  margin-right: 10px;
}
list-bookings devices-list tr.selected {
  color: #fff;
}
list-bookings .btn-edit {
  margin-left: 10px;
}
@media (min-width: 768px) {
  list-bookings .form-group label {
    font-weight: normal;
  }
}
list-bookings .date-range-picker-containter {
  padding: 0 10px;
}
list-bookings date-range-picker.mobile-date-range-picker {
  display: block;
  margin: 10px 0 0;
}
list-bookings .booking-controls {
  display: flex;
  justify-content: space-between;
}
person-filter-controls-internal .btn-group-justified > .btn input[type="checkbox"],
person-filter-controls-internal .btn-group-vertical > .btn input[type="checkbox"],
person-filter-controls-internal .btn-group-justified > .btn input[type="radio"],
person-filter-controls-internal .btn-group-vertical > .btn input[type="radio"] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}
person-filter-controls-internal #filters .col-md-8 {
  padding: 0;
}
person-filter-controls-internal .base-filters {
  width: 100%;
}
@media screen and (min-width: 1900px) {
  person-filter-controls-internal .base-filters {
    width: 65%;
  }
}
@media screen and (min-width: 1900px) {
  person-filter-controls-internal .clarity-filters {
    width: 35%;
  }
}
person-filter-controls-internal .filter-buttons label {
  padding: 6px 0;
}
person-filter-controls-internal .buttons-with-costcodes {
  float: left;
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (max-width: 1480px) {
  person-filter-controls-internal .buttons-with-costcodes {
    width: 100%;
  }
}
@media (min-width: 1481px) and (max-width: 1650px) {
  person-filter-controls-internal .buttons-with-costcodes {
    width: 50%;
  }
}
@media (min-width: 1651px) {
  person-filter-controls-internal .buttons-with-costcodes {
    width: 41.66666667%;
  }
}
person-filter-controls-internal .buttons-without-costcodes {
  float: left;
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 1481px) {
  person-filter-controls-internal .buttons-without-costcodes {
    width: 41.66666667%;
  }
}
person-filter-controls-internal .selects-with-costcodes {
  float: left;
  position: relative;
  min-height: 1px;
}
@media (max-width: 1480px) {
  person-filter-controls-internal .selects-with-costcodes {
    width: 100%;
  }
}
@media (min-width: 1481px) and (max-width: 1650px) {
  person-filter-controls-internal .selects-with-costcodes {
    width: 50%;
  }
}
@media (min-width: 1651px) {
  person-filter-controls-internal .selects-with-costcodes {
    width: 58.33333333%;
  }
}
person-filter-controls-internal .selects-without-costcodes {
  float: left;
  position: relative;
  min-height: 1px;
}
@media (min-width: 1481px) {
  person-filter-controls-internal .selects-without-costcodes {
    width: 58.33333333%;
  }
}
person-filter-controls-internal .archived-toggle {
  float: right;
}
edit-break-definition .grace input {
  display: inline-block;
  width: 40px;
  text-align: center;
  padding: 6px;
}
edit-break-definition .grace .form-control-static {
  padding-left: 24px;
}
edit-break-definition .grace .form-control-static:first-child {
  padding-left: 0;
}
edit-break-definition .paidAllowance input {
  display: inline-block;
  width: 40px;
  text-align: center;
  padding: 6px;
}
edit-break-definition .paidAllowance .bootstrap-select {
  width: auto !important;
}
option-modal .options {
  margin: 10px 0;
}
option-modal .option {
  box-sizing: border-box;
  padding: 10px;
  cursor: pointer;
}
option-modal .option:hover {
  background-color: #e3f5fe;
}
option-modal .option.selected {
  background-color: #cbedfd;
}
daterange-navigator .picker {
  cursor: pointer;
}
daterange-navigator .disabled li > a,
daterange-navigator .disabled span {
  cursor: not-allowed;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none;
  opacity: 0.65;
}
daterange-navigator .pagination {
  margin: 0;
}
daterange-navigator .pagination span:hover {
  background-color: white;
}
@media (min-width: 992px) and (max-width: 1100px) {
  daterange-navigator .pagination span,
  daterange-navigator .pagination a {
    padding: 6px 7px;
  }
}
daterange-navigator .pagination li > a:focus {
  color: #428bca;
  background-color: white;
  border: 1px solid #ddd;
}
daterange-navigator .pagination li > a:focus:hover {
  color: #23527c;
  background-color: #eeeeee;
  border-color: #ddd;
}
daterange-navigator .pagination.not-today li a,
daterange-navigator .pagination.not-today li span {
  color: #fff;
  background-color: #ec971f;
  border-color: #d58512;
}
daterange-navigator .pagination.not-today li a:hover,
daterange-navigator .pagination.not-today li span:hover {
  color: #fff;
  background-color: #d58512;
  border-color: #985f0d;
}
edit-specialpay .special-type-colours {
  display: flex;
  height: 34px;
  align-items: center;
}
edit-specialpay .colour-choice {
  height: 20px;
  width: 30px;
  border-radius: 4px;
  margin-right: 10px;
  cursor: pointer;
}
edit-specialpay .colour-choice.selected {
  box-shadow: 0 0 0 3px #585858;
}
edit-specialpay .special-pay-none {
  background-color: none;
  font-size: 9pt;
  text-align: center;
  padding-top: 2px;
}
edit-specialpay .special-pay-none.selected {
  box-shadow: 0 0 0 2px #585858;
}
edit-specialpay .special-pay-0 {
  background-color: #ff6fff;
}
edit-specialpay .special-pay-1 {
  background-color: #ba3aff;
}
edit-specialpay .special-pay-2 {
  background-color: #0066ff;
}
edit-specialpay .special-pay-3 {
  background-color: #4bbfb5;
}
edit-specialpay .special-pay-4 {
  background-color: #ffde86;
}
edit-specialpay .special-pay-5 {
  background-color: #81d4fa;
}
edit-specialpay .special-pay-6 {
  background-color: #ceffa5;
}
edit-specialpay .special-pay-7 {
  background-color: #800080;
}
edit-specialpay .special-pay-8 {
  background-color: #696969;
}
edit-specialpay .special-pay-9 {
  background-color: #000080;
}
edit-specialpay .special-pay-10 {
  background-color: #006400;
}
edit-specialpay .special-pay-11 {
  background-color: #c8a42f;
}
list-specialpays .rowlink-skip {
  width: 70px;
}
list-specialpays .selects {
  display: flex;
  justify-content: space-between;
}
list-specialpays .selects .filter-select {
  margin: 10px;
  flex-grow: 1;
}
list-specialpays .selects .filter-select:first-child {
  margin-left: 0;
}
list-specialpays .selects .filter-select:last-child {
  margin-left: 0;
}
list-specialpays .selects .filter-select.hidden {
  display: none;
}
@media (max-width: 767px) {
  list-specialpays .selects {
    flex-wrap: wrap;
  }
}
list-specialpays .list-wrapper {
  position: relative;
}
list-specialpays .with-archived .search-row {
  margin-bottom: 44px;
}
list-specialpays .archived-people-alert {
  text-align: center;
  border-top: 1px solid #b0e1ef;
  border-right: 1px solid #b0e1ef;
  border-left: 1px solid #b0e1ef;
  padding: 8px;
  position: absolute;
  width: 100%;
  top: 44px;
}
list-specialpays tr .restore-btn {
  display: none;
}
list-specialpays tr.archived {
  color: #b0b2b7;
}
list-specialpays tr.archived:hover {
  color: #95989f;
}
list-specialpays tr.archived .restore-btn {
  display: inline;
}
list-specialpays tr.archived .add-btn,
list-specialpays tr.archived .remove-btn {
  display: none;
}
list-specialpays tr.selected {
  color: #fff;
}
list-specialpays .special-pay-tag {
  height: 20px;
  width: 30px;
  border-radius: 4px;
  margin-right: 10px;
  display: block;
  float: left;
}
list-specialpays .special-pay-0 {
  background-color: #ff6fff;
}
list-specialpays .special-pay-1 {
  background-color: #ba3aff;
}
list-specialpays .special-pay-2 {
  background-color: #0066ff;
}
list-specialpays .special-pay-3 {
  background-color: #4bbfb5;
}
list-specialpays .special-pay-4 {
  background-color: #ffde86;
}
list-specialpays .special-pay-5 {
  background-color: #81d4fa;
}
list-specialpays .special-pay-6 {
  background-color: #ceffa5;
}
list-specialpays .special-pay-7 {
  background-color: #800080;
}
list-specialpays .special-pay-8 {
  background-color: #696969;
}
list-specialpays .special-pay-9 {
  background-color: #000080;
}
list-specialpays .special-pay-10 {
  background-color: #006400;
}
list-specialpays .special-pay-11 {
  background-color: #c8a42f;
}
list-paylevels .rowlink-skip {
  width: 70px;
}
list-paylevels .selects {
  display: flex;
  justify-content: space-between;
}
list-paylevels .selects .filter-select {
  margin: 10px;
  flex-grow: 1;
}
list-paylevels .selects .filter-select:first-child {
  margin-left: 0;
}
list-paylevels .selects .filter-select:last-child {
  margin-left: 0;
}
list-paylevels .selects .filter-select.hidden {
  display: none;
}
@media (max-width: 767px) {
  list-paylevels .selects {
    flex-wrap: wrap;
  }
}
list-paylevels .list-wrapper {
  position: relative;
}
list-paylevels .with-archived .search-row {
  margin-bottom: 44px;
}
list-paylevels .archived-people-alert {
  text-align: center;
  border-top: 1px solid #b0e1ef;
  border-right: 1px solid #b0e1ef;
  border-left: 1px solid #b0e1ef;
  padding: 8px;
  position: absolute;
  width: 100%;
  top: 44px;
}
list-paylevels tr .restore-btn {
  display: none;
}
list-paylevels tr.archived {
  color: #b0b2b7;
}
list-paylevels tr.archived:hover {
  color: #95989f;
}
list-paylevels tr.archived .restore-btn {
  display: inline;
}
list-paylevels tr.archived .add-btn,
list-paylevels tr.archived .remove-btn {
  display: none;
}
list-paylevels tr.selected {
  color: #fff;
}
list-allowances .rowlink-skip {
  width: 70px;
}
list-allowances .selects {
  display: flex;
  justify-content: space-between;
}
list-allowances .selects .filter-select {
  margin: 10px;
  flex-grow: 1;
}
list-allowances .selects .filter-select:first-child {
  margin-left: 0;
}
list-allowances .selects .filter-select:last-child {
  margin-left: 0;
}
list-allowances .selects .filter-select.hidden {
  display: none;
}
@media (max-width: 767px) {
  list-allowances .selects {
    flex-wrap: wrap;
  }
}
list-allowances .list-wrapper {
  position: relative;
}
list-allowances .with-archived .search-row {
  margin-bottom: 44px;
}
list-allowances .archived-people-alert {
  text-align: center;
  border-top: 1px solid #b0e1ef;
  border-right: 1px solid #b0e1ef;
  border-left: 1px solid #b0e1ef;
  padding: 8px;
  position: absolute;
  width: 100%;
  top: 44px;
}
list-allowances tr .restore-btn {
  display: none;
}
list-allowances tr.archived {
  color: #b0b2b7;
}
list-allowances tr.archived:hover {
  color: #95989f;
}
list-allowances tr.archived .restore-btn {
  display: inline;
}
list-allowances tr.archived .add-btn,
list-allowances tr.archived .remove-btn {
  display: none;
}
list-allowances tr.selected {
  color: #fff;
}
list-totals .rowlink-skip {
  width: 70px;
}
list-totals .selects {
  display: flex;
  justify-content: space-between;
}
list-totals .selects .filter-select {
  margin: 10px;
  flex-grow: 1;
}
list-totals .selects .filter-select:first-child {
  margin-left: 0;
}
list-totals .selects .filter-select:last-child {
  margin-left: 0;
}
list-totals .selects .filter-select.hidden {
  display: none;
}
@media (max-width: 767px) {
  list-totals .selects {
    flex-wrap: wrap;
  }
}
list-totals .list-wrapper {
  position: relative;
}
list-totals .with-archived .search-row {
  margin-bottom: 44px;
}
list-totals .archived-people-alert {
  text-align: center;
  border-top: 1px solid #b0e1ef;
  border-right: 1px solid #b0e1ef;
  border-left: 1px solid #b0e1ef;
  padding: 8px;
  position: absolute;
  width: 100%;
  top: 44px;
}
list-totals tr .restore-btn {
  display: none;
}
list-totals tr.archived {
  color: #b0b2b7;
}
list-totals tr.archived:hover {
  color: #95989f;
}
list-totals tr.archived .restore-btn {
  display: inline;
}
list-totals tr.archived .add-btn,
list-totals tr.archived .remove-btn {
  display: none;
}
list-totals tr.selected {
  color: #fff;
}
pinned-panel > div {
  border-right: 1px solid #e3e3e3;
  position: fixed;
  left: -316px;
  top: 51px;
  bottom: 0;
  width: 316px;
  z-index: 1000;
  box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.12);
  transition: 0.3s ease-in-out left;
}
pinned-panel > div.open {
  left: 0;
}
pinned-panel > div .handle {
  position: absolute;
  top: 50%;
  left: 100%;
  transform: translate(-50%, -50%) rotateZ(-90deg);
  background: #fff;
  padding: 5px 10px;
  border: 1px solid #e3e3e3;
  box-shadow: -1px 1px 3px rgba(0, 0, 0, 0.12);
  border-bottom-right-radius: 7px;
  border-bottom-left-radius: 7px;
  width: 160px;
  text-align: center;
  margin-left: 17px;
  cursor: pointer;
  font-size: 14px;
  line-height: 20px;
}
pinned-panel > div .handle icon {
  opacity: 0.5;
}
pinned-panel > div .handle icon:hover,
pinned-panel > div .handle icon.pinned {
  opacity: 1;
}
pinned-panel > div .handle icon.pinned span {
  transform: translate(0px, 2px) rotateZ(45deg);
}
pinned-panel > div .content {
  background: #f3f3f3;
  height: 100%;
  width: 100%;
}
pinned-panel ~ div.pinned-page {
  padding-left: 18px;
}
pinned-panel ~ div.pinned-page-pinned {
  padding-left: 334px;
}
shift-preset-palette slide-panel .slide-panel-body.with-header {
  top: 0;
}
shift-preset-palette .button-container {
  margin-top: -5px;
}
shift-preset-palette .button-container button {
  margin-left: 10px;
}
shift-preset-palette .btn-create-report {
  border-radius: 0;
  height: 40px;
  width: 100%;
  margin-bottom: 10px;
}
shift-preset-palette .btn-create-report-xs,
shift-preset-palette #reports-sidebar .btn-edit-all {
  border-radius: 0;
  height: 40px;
  width: 50%;
  margin-bottom: 10px;
}
shift-preset-palette .report-type-menu {
  width: 100%;
}
shift-preset-palette .report-type-menu > li > a {
  line-height: 30px;
  padding-left: 15px;
}
shift-preset-palette .report-type-menu > li > a icon {
  margin-right: 9px;
}
shift-preset-palette .report-item {
  position: relative;
  height: 42px;
}
shift-preset-palette .report-item.deleting-item .report-name {
  right: 100%;
  padding: 0;
  border-left: none;
}
shift-preset-palette .report-item.deleting-item .report-controls {
  right: 100%;
}
shift-preset-palette .report-item.editing-report.deleting-item .report-name {
  right: 100%;
}
shift-preset-palette .report-name {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #FFFFFF;
  line-height: 40px;
  padding: 0 20px;
  cursor: pointer;
  z-index: 2;
  -moz-transition: right ease-in-out 0.2s, border ease-in-out 0.2s, padding ease-in-out 0.2s;
  -o-transition: right ease-in-out 0.2s, border ease-in-out 0.2s, padding ease-in-out 0.2s;
  -webkit-transition: right ease-in-out 0.2s, border ease-in-out 0.2s, padding ease-in-out 0.2s;
  transition: right ease-in-out 0.2s, border ease-in-out 0.2s, padding ease-in-out 0.2s;
  overflow: hidden;
}
shift-preset-palette .report-controls {
  position: absolute;
  width: 84px;
  right: 0;
  top: 0;
  z-index: 3;
  -moz-transition: right ease-in-out 0.2s, margin-right ease-in-out 0.2s;
  -o-transition: right ease-in-out 0.2s, margin-right ease-in-out 0.2s;
  -webkit-transition: right ease-in-out 0.2s, margin-right ease-in-out 0.2s;
  transition: right ease-in-out 0.2s, margin-right ease-in-out 0.2s;
}
shift-preset-palette .report-controls button {
  outline: none;
  width: 42px;
}
shift-preset-palette .delete-confirmation-controls {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  height: 40px;
  font-size: 20px;
  overflow: hidden;
}
shift-preset-palette .delete-confirmation-controls button {
  outline: none;
}
shift-preset-palette .create-confirmation-controls {
  position: absolute;
  width: 72px;
  right: 0;
  top: 0;
  z-index: 1;
  -moz-transition: right ease-in-out 0.2s, margin-right ease-in-out 0.2s;
  -o-transition: right ease-in-out 0.2s, margin-right ease-in-out 0.2s;
  -webkit-transition: right ease-in-out 0.2s, margin-right ease-in-out 0.2s;
  transition: right ease-in-out 0.2s, margin-right ease-in-out 0.2s;
}
shift-preset-palette .create-confirmation-controls button {
  outline: none;
  width: 72px;
}
shift-preset-palette .rostering {
  margin: 0 auto;
}
shift-preset-palette #items-list > * {
  z-index: 1;
}
shift-preset-palette #items-list .list-group-item {
  border-left: none;
  border-right: none;
}
shift-preset-palette #items-list .list-group-item .report-name {
  line-height: 34px;
}
shift-preset-palette #items-list .list-group-item .report-name:hover:before,
shift-preset-palette #items-list .list-group-item .report-name.selected:before {
  content: '';
  position: absolute;
  height: 8px;
  width: 8px;
  border-radius: 50%;
  top: 13px;
  left: 6px;
  background-color: #c7c7c7;
}
shift-preset-palette #items-list .list-group-item .report-name .preset-controls {
  position: absolute;
  right: 4px;
  bottom: 4px;
  display: none;
}
shift-preset-palette #items-list .list-group-item .report-name .preset-controls icon {
  margin-right: 10px;
}
shift-preset-palette #items-list .list-group-item .report-name:hover .preset-controls {
  display: block;
}
shift-preset-palette #items-list .list-group-item.selected .report-name:before {
  content: '';
  position: absolute;
  height: 8px;
  width: 8px;
  border-radius: 50%;
  top: 13px;
  left: 6px;
  background-color: #ababab;
}
shift-preset-palette #items-list .list-group-item.selected .report-name .preset-controls {
  display: block;
}
shift-preset-palette #items-list .list-group .items {
  transition: 0.2s ease-in-out height;
  overflow: hidden;
  border-bottom: 1px solid #c7c7c7;
}
shift-preset-palette #items-list .list-group-heading {
  background-color: #f8f8f8;
  font-weight: bold;
  border-bottom: 1px solid #c7c7c7;
}
shift-preset-palette #items-list .list-group-heading .toggle-button {
  position: absolute;
  right: 13px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 10px;
}
shift-preset-palette #items-list .list-group-heading .report-name {
  background-color: transparent;
  border-left: none;
  padding-left: 15px;
}
shift-preset-palette #items-list .list-group-heading .report-name .category-name {
  float: left;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  max-width: 238px;
}
shift-preset-palette #items-list .list-group-heading .report-name .category-name.hidden {
  display: none;
}
shift-preset-palette #items-list .list-group-heading .report-name .category-name input {
  background: none;
  border: none;
  outline: none;
}
shift-preset-palette #items-list .list-group-heading .report-name .category-edit-button {
  float: right;
  display: none;
  margin-left: -10px;
  margin-right: 10px;
  padding-left: 10px;
}
shift-preset-palette #items-list .list-group-heading .report-name .category-edit-button icon {
  position: initial;
  top: 50%;
  transform: translateY(-50%);
  font-size: 14px;
  margin-right: 11px;
}
shift-preset-palette #items-list .list-group-heading .report-name:hover .category-edit-button {
  display: block;
}
name-sort-picker button.btn > .caret {
  margin-left: 6px;
}
.dashboard .column {
  display: flex;
  flex-direction: column;
  width: 50%;
  float: left;
}
.dashboard .dashboard-widget {
  margin: 10px;
  max-height: 50%;
}
.dashboard .dashboard-widget .well {
  margin-bottom: 0;
}
.dashboard .dashboard-widget .well h3 {
  margin-top: 0;
  float: left;
  line-height: 30px;
}
.dashboard .dashboard-widget .well toggle-filter a {
  float: right;
  margin-bottom: 10px;
}
.dashboard .dashboard-widget table {
  margin-bottom: 0;
}
.dashboard .dashboard-widget #not-on-premises table {
  margin-bottom: 20px;
}
.dashboard person-filter-controls-internal {
  top: -5px;
  position: relative;
}
.dashboard person-filter-controls-internal > .row {
  margin-right: -30px;
  margin-left: -30px;
}
.dashboard devices-list .search-row > div {
  float: right;
}
list-breaks .search-box {
  position: relative;
  margin: -3px 15px 10px;
}
list-breaks .search-box .search-results {
  padding: 0;
}
list-breaks .search-box .search-results li {
  border-bottom: 1px solid #e8e8e8;
}
list-breaks .search-box .search-results li:last-of-type {
  border-bottom: none;
}
list-breaks .search-box .search-results a {
  position: relative;
  padding: 10px 20px;
}
list-breaks .search-box .search-results .search-result {
  margin-right: 70px;
}
list-breaks .search-box .search-results .search-result .search-result-details {
  font-size: 12px;
  font-weight: bold;
  color: #7fb2c9;
}
list-breaks .search-box .search-results .search-result-label {
  font-size: 11px;
  font-weight: bold;
  color: #cacaca;
  text-transform: uppercase;
  position: absolute;
  top: 50%;
  margin-top: -7px;
  right: 15px;
}
list-breaks #breaks .btn-stretch {
  border-radius: 0;
  display: inline-block;
  line-height: 26px;
  padding: 6px 14px;
  border: 0;
}
list-breaks #breaks .btn-icon {
  padding: 7px 14px 5px;
}
list-breaks #breaks .btn-full-width {
  width: 100%;
}
list-breaks #breaks .btn-half-width {
  float: left;
  width: 50%;
}
list-breaks #breaks .btn-create {
  position: absolute;
  top: 11px;
  right: 15px;
}
list-breaks #breaks .sliding-item {
  position: relative;
  height: 40px;
  overflow: hidden;
}
list-breaks #breaks .sliding-item.active-item .sliding-item-name {
  border-left: 5px solid #5bc0de;
}
list-breaks #breaks .sliding-item.active-item .sliding-item-name.enabled {
  right: 0px;
}
list-breaks #breaks .sliding-item.active-item.with-delete .sliding-item-name {
  border-left: 5px solid #5bc0de;
}
list-breaks #breaks .sliding-item.active-item.with-delete .sliding-item-name.enabled {
  right: 84px;
}
list-breaks #breaks .sliding-item.active-item.with-edit .sliding-item-name {
  border-left: 5px solid #5bc0de;
}
list-breaks #breaks .sliding-item.active-item.with-edit .sliding-item-name.enabled {
  right: 84px;
}
list-breaks #breaks .sliding-item.with-delete.with-delete.with-delete.deleting-item .sliding-item-name {
  right: 100%;
  padding: 0;
  border-left: none;
}
list-breaks #breaks .sliding-item.with-delete.deleting-item .sliding-item-controls {
  right: 100%;
}
list-breaks #breaks .sliding-item.editing-item .sliding-item-name.enabled {
  right: 42px;
}
list-breaks #breaks .sliding-item.editing-item.with-delete .sliding-item-name.enabled {
  right: 84px;
}
list-breaks #breaks .sliding-item-name {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #FFFFFF;
  line-height: 40px;
  padding: 0 15px;
  cursor: pointer;
  z-index: 2;
  -moz-transition: right ease-in-out 0.2s, border ease-in-out 0.2s, padding ease-in-out 0.2s;
  -o-transition: right ease-in-out 0.2s, border ease-in-out 0.2s, padding ease-in-out 0.2s;
  -webkit-transition: right ease-in-out 0.2s, border ease-in-out 0.2s, padding ease-in-out 0.2s;
  transition: right ease-in-out 0.2s, border ease-in-out 0.2s, padding ease-in-out 0.2s;
  border-left: 5px solid #fff;
  overflow: hidden;
}
list-breaks #breaks .sliding-item-name:hover {
  border-left: 5px solid #c5e9f3;
}
list-breaks #breaks .sliding-item-controls {
  position: absolute;
  width: 84px;
  right: 0;
  top: 0;
  z-index: 1;
  -moz-transition: right ease-in-out 0.2s, margin-right ease-in-out 0.2s;
  -o-transition: right ease-in-out 0.2s, margin-right ease-in-out 0.2s;
  -webkit-transition: right ease-in-out 0.2s, margin-right ease-in-out 0.2s;
  transition: right ease-in-out 0.2s, margin-right ease-in-out 0.2s;
}
list-breaks #breaks .sliding-item-controls.with-delete {
  width: 84px;
}
list-breaks #breaks .sliding-item-controls button {
  outline: none;
}
list-breaks #breaks .delete-confirmation-controls {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  height: 40px;
  font-size: 20px;
  overflow: hidden;
}
list-breaks #breaks .delete-confirmation-controls button {
  outline: none;
}
list-breaks #breaks .column-container {
  overflow: hidden;
}
list-breaks #breaks #breaksets-bar {
  position: fixed;
  top: 51px;
  left: 0;
  bottom: 0;
  z-index: 3;
}
@media (max-width: 767px) {
  list-breaks #breaks #breaksets-bar {
    top: 55px;
  }
}
@media (min-width: 767px) {
  list-breaks #breaks #breaksets-bar .slide-panel-body.with-footer {
    bottom: 0;
  }
}
list-breaks #breaks #breaksets-bar slide-panel > div {
  border-right: 1px solid #b0b0b0;
}
list-breaks #breaks #breaksets-bar slide-panel > div:last-of-type {
  border-right: 1px solid #31b0d5;
}
list-breaks #breaks #breaks-bar {
  position: fixed;
  top: 51px;
  left: 25%;
  bottom: 0;
  z-index: 2;
}
@media (max-width: 767px) {
  list-breaks #breaks #breaks-bar {
    left: 0;
    top: 55px;
  }
  list-breaks #breaks #breaks-bar.open {
    z-index: 4;
  }
}
list-breaks #breaks #breaks-bar slide-panel > div {
  border-right: 1px solid #b0b0b0;
}
list-breaks #breaks #breaks-bar slide-panel > div:last-of-type {
  border-right: 1px solid #31b0d5;
}
@media (min-width: 767px) {
  list-breaks #breaks #breaks-bar .slide-panel-body.with-footer {
    bottom: 0;
  }
}
list-breaks #breaks #breaks-bar .list-group-item.ui-sortable-helper .item-handle {
  cursor: -webkit-grabbing;
}
list-breaks #breaks #breaks-bar .list-group-item .item-handle {
  cursor: -webkit-grab;
  float: left;
  margin-right: 4px;
  color: #777777;
  font-size: 12px;
}
list-breaks #breaks #breaks-bar .single .item-handle {
  visibility: hidden;
}
list-breaks #breaks #break-details-bar {
  position: fixed;
  top: 0;
  left: 50%;
  bottom: 0;
  z-index: 1;
}
@media (max-width: 767px) {
  list-breaks #breaks #break-details-bar {
    left: 0;
    top: 55px;
  }
  list-breaks #breaks #break-details-bar.open {
    z-index: 5;
  }
}
list-breaks #breaks #break-details-bar .form-inline .bootstrap-select.form-control:not([class*="col-"]) {
  width: auto;
}
list-breaks #breaks #break-details-bar .break-details {
  border-top: 1px solid #e3e3e3;
  border-bottom: 1px solid #e3e3e3;
  background: white;
  padding: 20px 15px 10px 15px;
}
list-breaks #breaks #break-details-bar .break-details .break-details-section {
  margin-bottom: 10px;
}
list-breaks #breaks #break-details-bar .break-details .break-details-section ul {
  margin-bottom: 0;
}
list-breaks #breaks #break-details-bar .break-details .break-details-section:last-of-type {
  margin-bottom: 0;
}
list-breaks #breaks #break-details-bar input.short {
  width: 100px;
}
list-breaks #breaks #break-details-bar input.tiny {
  width: 60px;
}
list-breaks #breaks #break-details-bar .form-inline {
  display: inline-block;
  vertical-align: top;
  margin-top: -6px;
}
list-breaks #breaks #break-details-bar .remove-btn {
  padding: 0 8px;
}
list-breaks #breaks #break-details-bar .break-details ul.listing > li,
list-breaks #breaks #break-details-bar .break-details ol.listing > li {
  padding-top: 16px;
}
list-breaks #breaks #break-details-bar ul.people-list {
  margin-bottom: 0;
  overflow: hidden;
  -moz-transition: height ease 0.35s;
  -o-transition: height ease 0.35s;
  -webkit-transition: height ease 0.35s;
  transition: height ease 0.35s;
}
list-breaks #breaks #break-details-bar .people-list-toggle {
  display: inline-block;
  margin-bottom: 10px;
  color: #b5d2e0;
}
list-breaks #breaks #break-details-bar .break-heading {
  color: #34657b;
  margin-bottom: 5px;
  font-weight: bold;
}
@media (min-width: 767px) {
  list-breaks #breaks #break-details-bar .slide-panel-body {
    top: 51px;
  }
  list-breaks #breaks #break-details-bar .slide-panel-body.with-footer {
    bottom: 0;
  }
}
list-breaks #breaks #break-details-bar .slide-panel-divider .dropdown-menu {
  margin-top: -9px;
  margin-right: 14px;
}
list-breaks #breaks #break-details-bar ol.outcomes {
  padding-left: 2px;
  position: relative;
}
list-breaks #breaks #break-details-bar ol.outcomes li.outcome {
  position: relative;
  list-style: none;
}
list-breaks #breaks #break-details-bar ol.outcomes li.outcome.ui-sortable-helper .item-handle {
  cursor: -webkit-grabbing;
}
list-breaks #breaks #break-details-bar ol.outcomes li.outcome.outcome {
  background: rgba(255, 255, 255, 0.75);
}
list-breaks #breaks #break-details-bar ol.outcomes li.outcome .item-handle {
  cursor: -webkit-grab;
  float: left;
  position: relative;
  color: #777777;
  font-size: 12px;
  top: 3px;
  margin-right: 8px;
}
list-breaks #breaks #break-details-bar ol.outcomes li.outcome time-picker input {
  width: 100px;
}
list-breaks #breaks #break-details-bar ol.outcomes.single .item-handle {
  visibility: hidden;
}
@media (max-width: 767px) {
  list-breaks slide-panel .slide-panel-body,
  list-breaks slide-panel .slide-panel-header,
  list-breaks slide-panel .slide-panel-footer {
    -moz-transition: none;
    -o-transition: none;
    -webkit-transition: none;
    transition: none;
  }
  list-breaks slide-panel .slide-panel-body.active,
  list-breaks slide-panel .slide-panel-header.active,
  list-breaks slide-panel .slide-panel-footer.active {
    -moz-transition: none;
    -o-transition: none;
    -webkit-transition: none;
    transition: none;
  }
}
list-breaks input.editable-label,
list-breaks input.editable-label:active {
  width: 100%;
  border: none;
  outline: none;
  padding: 0;
}
list-awards .search-box {
  position: relative;
  margin: -3px 15px 10px;
}
list-awards .search-box .search-results {
  padding: 0;
}
list-awards .search-box .search-results li {
  border-bottom: 1px solid #e8e8e8;
}
list-awards .search-box .search-results li:last-of-type {
  border-bottom: none;
}
list-awards .search-box .search-results a {
  position: relative;
  padding: 10px 20px;
}
list-awards .search-box .search-results .search-result {
  margin-right: 70px;
}
list-awards .search-box .search-results .search-result .search-result-details {
  font-size: 12px;
  font-weight: bold;
  color: #7fb2c9;
}
list-awards .search-box .search-results .search-result-label {
  font-size: 11px;
  font-weight: bold;
  color: #cacaca;
  text-transform: uppercase;
  position: absolute;
  top: 50%;
  margin-top: -7px;
  right: 15px;
}
list-awards #awards .btn-stretch {
  border-radius: 0;
  display: inline-block;
  line-height: 26px;
  padding: 6px 14px;
  border: 0;
}
list-awards #awards .btn-icon {
  padding: 7px 14px 5px;
}
list-awards #awards .btn-full-width {
  width: 100%;
}
list-awards #awards .btn-half-width {
  float: left;
  width: 50%;
}
list-awards #awards .btn-create {
  position: absolute;
  top: 11px;
  right: 15px;
}
list-awards #awards .sliding-item {
  position: relative;
  height: 40px;
  overflow: hidden;
}
list-awards #awards .sliding-item.active-item .sliding-item-name {
  border-left: 5px solid #5bc0de;
}
list-awards #awards .sliding-item.active-item .sliding-item-name.enabled {
  right: 0px;
}
list-awards #awards .sliding-item.active-item.with-delete .sliding-item-name {
  border-left: 5px solid #5bc0de;
}
list-awards #awards .sliding-item.active-item.with-delete .sliding-item-name.enabled {
  right: 84px;
}
list-awards #awards .sliding-item.active-item.with-edit .sliding-item-name {
  border-left: 5px solid #5bc0de;
}
list-awards #awards .sliding-item.active-item.with-edit .sliding-item-name.enabled {
  right: 84px;
}
list-awards #awards .sliding-item.active-item.with-delete.batch-seperator .sliding-item-name,
list-awards #awards .sliding-item.active-item.with-delete.batch-seperator .sliding-item-name:hover {
  border-left: none;
}
list-awards #awards .sliding-item.active-item.with-delete.batch-seperator .sliding-item-name.enabled {
  right: 42px;
}
list-awards #awards .sliding-item.with-delete.with-delete.with-delete.deleting-item .sliding-item-name {
  right: 100%;
  padding: 0;
  border-left: none;
}
list-awards #awards .sliding-item.with-delete.with-delete.with-delete.deleting-item.batch-seperator .sliding-item-name {
  right: 100%;
  padding: 0;
  border-left: none;
}
list-awards #awards .sliding-item.with-delete.deleting-item .sliding-item-controls {
  right: 100%;
}
list-awards #awards .sliding-item.editing-item .sliding-item-name.enabled {
  right: 42px;
}
list-awards #awards .sliding-item.editing-item.with-delete .sliding-item-name.enabled {
  right: 84px;
}
list-awards #awards .sliding-item.editing-item.with-delete.batch-seperator .sliding-item-name.enabled {
  right: 42px;
}
list-awards #awards .batch-seperator .sliding-item-name,
list-awards #awards .batch-seperator.active-item .sliding-item-name,
list-awards #awards .batch-seperator .sliding-item-name:hover,
list-awards #awards .batch-seperator.active-item .sliding-item-name:hover {
  background-color: lightgray;
  padding-left: 20px;
  border-left: none;
}
list-awards #awards .batch-seperator .sliding-item-name .rule-name,
list-awards #awards .batch-seperator.active-item .sliding-item-name .rule-name,
list-awards #awards .batch-seperator .sliding-item-name:hover .rule-name,
list-awards #awards .batch-seperator.active-item .sliding-item-name:hover .rule-name {
  font-style: italic;
}
list-awards #awards .sliding-item-name {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #FFFFFF;
  line-height: 40px;
  padding: 0 15px;
  cursor: pointer;
  z-index: 2;
  -moz-transition: right ease-in-out 0.2s, border ease-in-out 0.2s, padding ease-in-out 0.2s;
  -o-transition: right ease-in-out 0.2s, border ease-in-out 0.2s, padding ease-in-out 0.2s;
  -webkit-transition: right ease-in-out 0.2s, border ease-in-out 0.2s, padding ease-in-out 0.2s;
  transition: right ease-in-out 0.2s, border ease-in-out 0.2s, padding ease-in-out 0.2s;
  border-left: 5px solid #fff;
  overflow: hidden;
}
list-awards #awards .sliding-item-name:hover {
  border-left: 5px solid #c5e9f3;
}
list-awards #awards .sliding-item-controls {
  position: absolute;
  width: 84px;
  right: 0;
  top: 0;
  z-index: 1;
  -moz-transition: right ease-in-out 0.2s, margin-right ease-in-out 0.2s;
  -o-transition: right ease-in-out 0.2s, margin-right ease-in-out 0.2s;
  -webkit-transition: right ease-in-out 0.2s, margin-right ease-in-out 0.2s;
  transition: right ease-in-out 0.2s, margin-right ease-in-out 0.2s;
}
list-awards #awards .sliding-item-controls.with-delete {
  width: 84px;
}
list-awards #awards .sliding-item-controls button {
  outline: none;
}
list-awards #awards .delete-confirmation-controls {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  height: 40px;
  font-size: 20px;
  overflow: hidden;
}
list-awards #awards .delete-confirmation-controls button {
  outline: none;
}
list-awards #awards .column-container {
  overflow: hidden;
}
list-awards #awards #rulesets-bar {
  position: fixed;
  top: 51px;
  left: 0;
  bottom: 0;
  z-index: 3;
  background-color: #f3f3f3;
}
@media (max-width: 767px) {
  list-awards #awards #rulesets-bar {
    top: 55px;
  }
}
@media (min-width: 767px) {
  list-awards #awards #rulesets-bar .slide-panel-body.with-footer {
    bottom: 0;
  }
}
list-awards #awards #rulesets-bar slide-panel > div {
  border-right: 1px solid #b0b0b0;
}
list-awards #awards #rulesets-bar slide-panel > div:last-of-type {
  border-right: 1px solid #31b0d5;
}
list-awards #awards #rules-bar {
  position: fixed;
  top: 51px;
  left: 25%;
  bottom: 0;
  z-index: 2;
  background-color: #f3f3f3;
}
@media (max-width: 767px) {
  list-awards #awards #rules-bar {
    left: 0;
    top: 55px;
  }
  list-awards #awards #rules-bar.open {
    z-index: 4;
  }
}
list-awards #awards #rules-bar slide-panel > div {
  border-right: 1px solid #b0b0b0;
}
list-awards #awards #rules-bar slide-panel > div:last-of-type {
  border-right: 1px solid #31b0d5;
}
@media (min-width: 767px) {
  list-awards #awards #rules-bar .slide-panel-body.with-footer {
    bottom: 0;
  }
}
list-awards #awards #rules-bar .rules {
  counter-reset: rule-order 0;
}
list-awards #awards #rules-bar .batch-seperator {
  counter-set: rule-order 0;
}
list-awards #awards #rules-bar .rule-order {
  float: left;
  width: 25px;
  text-align: center;
}
list-awards #awards #rules-bar .rule-order::before {
  display: inline-block;
  content: counter(rule-order);
  counter-increment: rule-order;
}
list-awards #awards #rules-bar .rule-name {
  float: right;
  width: calc( 100% - 44px );
}
list-awards #awards #rules-bar .list-group-item.ui-sortable-helper .item-handle {
  cursor: -webkit-grabbing;
}
list-awards #awards #rules-bar .list-group-item .item-handle {
  cursor: -webkit-grab;
  float: left;
  margin-right: 4px;
  color: #777777;
  font-size: 12px;
}
list-awards #awards #rules-bar .single .item-handle {
  visibility: hidden;
}
list-awards #awards #rules-bar .add-seperator {
  position: relative;
  top: -20px;
}
list-awards #awards #rules-bar .add-seperator button {
  width: 100%;
  border-radius: 0;
}
list-awards #awards #rule-details-bar {
  position: fixed;
  top: 0;
  left: 50%;
  bottom: 0;
  z-index: 1;
  background-color: #f3f3f3;
}
@media (max-width: 767px) {
  list-awards #awards #rule-details-bar {
    left: 0;
    top: 55px;
  }
  list-awards #awards #rule-details-bar.open {
    z-index: 5;
  }
}
list-awards #awards #rule-details-bar .form-inline .bootstrap-select.form-control:not([class*="col-"]) {
  width: auto;
}
list-awards #awards #rule-details-bar .rule-details {
  border-top: 1px solid #e3e3e3;
  border-bottom: 1px solid #e3e3e3;
  background: white;
  padding: 20px 15px 10px 15px;
}
list-awards #awards #rule-details-bar .rule-details .rule-details-section {
  margin-bottom: 10px;
}
list-awards #awards #rule-details-bar .rule-details .rule-details-section ul {
  margin-bottom: 0;
}
list-awards #awards #rule-details-bar .rule-details .rule-details-section:last-of-type {
  margin-bottom: 0;
}
list-awards #awards #rule-details-bar .time > input {
  width: 86px;
}
list-awards #awards #rule-details-bar input.short {
  width: 100px;
}
list-awards #awards #rule-details-bar input.tiny {
  width: 60px;
}
list-awards #awards #rule-details-bar .form-inline {
  display: inline-block;
  vertical-align: top;
  margin-top: -6px;
}
list-awards #awards #rule-details-bar .remove-btn {
  padding: 0 8px;
}
list-awards #awards #rule-details-bar .rule-details ul.listing > li,
list-awards #awards #rule-details-bar .rule-details ol.listing > li {
  padding-top: 16px;
}
list-awards #awards #rule-details-bar ul.people-list {
  margin-bottom: 0;
  overflow: hidden;
  -moz-transition: height ease 0.35s;
  -o-transition: height ease 0.35s;
  -webkit-transition: height ease 0.35s;
  transition: height ease 0.35s;
}
list-awards #awards #rule-details-bar .people-list-toggle {
  display: inline-block;
  margin-bottom: 10px;
  color: #b5d2e0;
}
list-awards #awards #rule-details-bar .rule-heading {
  color: #34657b;
  margin-bottom: 5px;
  font-weight: bold;
}
@media (min-width: 767px) {
  list-awards #awards #rule-details-bar .slide-panel-body {
    top: 51px;
  }
  list-awards #awards #rule-details-bar .slide-panel-body.with-footer {
    bottom: 0;
  }
}
list-awards #awards #rule-details-bar .slide-panel-divider .dropdown-menu {
  margin-top: -9px;
  margin-right: 14px;
}
list-awards #awards #rule-details-bar ol.outcomes {
  padding-left: 2px;
  position: relative;
}
list-awards #awards #rule-details-bar ol.outcomes li.outcome {
  position: relative;
  list-style: none;
}
list-awards #awards #rule-details-bar ol.outcomes li.outcome.ui-sortable-helper .item-handle {
  cursor: -webkit-grabbing;
}
list-awards #awards #rule-details-bar ol.outcomes li.outcome.outcome {
  background: rgba(255, 255, 255, 0.75);
}
list-awards #awards #rule-details-bar ol.outcomes li.outcome .item-handle {
  cursor: -webkit-grab;
  float: left;
  position: relative;
  color: #777777;
  font-size: 12px;
  top: 3px;
  margin-right: 8px;
}
list-awards #awards #rule-details-bar ol.outcomes li.outcome time-picker input {
  width: 100px;
}
list-awards #awards #rule-details-bar ol.outcomes.single .item-handle {
  visibility: hidden;
}
@media (max-width: 767px) {
  list-awards slide-panel .slide-panel-body,
  list-awards slide-panel .slide-panel-header,
  list-awards slide-panel .slide-panel-footer {
    -moz-transition: none;
    -o-transition: none;
    -webkit-transition: none;
    transition: none;
  }
  list-awards slide-panel .slide-panel-body.active,
  list-awards slide-panel .slide-panel-header.active,
  list-awards slide-panel .slide-panel-footer.active {
    -moz-transition: none;
    -o-transition: none;
    -webkit-transition: none;
    transition: none;
  }
}
list-awards input.editable-label,
list-awards input.editable-label:active {
  width: 100%;
  border: none;
  outline: none;
  padding: 0;
}
list-awards date-picker .date {
  width: 180px;
}
edit-calendar-daytype .day-type-colours {
  display: flex;
  height: 34px;
  align-items: center;
}
edit-calendar-daytype .colour-choice {
  height: 20px;
  width: 30px;
  border-radius: 4px;
  margin-right: 10px;
  cursor: pointer;
}
edit-calendar-daytype .colour-choice.selected {
  box-shadow: 0 0 0 3px #585858;
}
edit-calendar-daytype .day-pay-none {
  background-color: none;
  font-size: 9pt;
  text-align: center;
  padding-top: 2px;
}
edit-calendar-daytype .day-pay-none.selected {
  box-shadow: 0 0 0 2px #585858;
}
edit-calendar-daytype .day-type-0 {
  background-color: #ff6fff;
}
edit-calendar-daytype .day-type-1 {
  background-color: #ba3aff;
}
edit-calendar-daytype .day-type-2 {
  background-color: #0066ff;
}
edit-calendar-daytype .day-type-3 {
  background-color: #4bbfb5;
}
edit-calendar-daytype .day-type-4 {
  background-color: #ffde86;
}
edit-calendar-daytype .day-type-5 {
  background-color: #81d4fa;
}
edit-calendar-daytype .day-type-6 {
  background-color: #ceffa5;
}
edit-calendar-daytype .day-type-7 {
  background-color: #800080;
}
edit-calendar-daytype .day-type-8 {
  background-color: #696969;
}
edit-calendar-daytype .day-type-9 {
  background-color: #000080;
}
edit-calendar-daytype .day-type-10 {
  background-color: #006400;
}
edit-calendar-daytype .day-type-11 {
  background-color: #c8a42f;
}
list-calendar-daytypes .rowlink-skip {
  width: 70px;
}
list-calendar-daytypes .selects {
  display: flex;
  justify-content: space-between;
}
list-calendar-daytypes .selects .filter-select {
  margin: 10px;
  flex-grow: 1;
}
list-calendar-daytypes .selects .filter-select:first-child {
  margin-left: 0;
}
list-calendar-daytypes .selects .filter-select:last-child {
  margin-left: 0;
}
list-calendar-daytypes .selects .filter-select.hidden {
  display: none;
}
@media (max-width: 767px) {
  list-calendar-daytypes .selects {
    flex-wrap: wrap;
  }
}
list-calendar-daytypes .list-wrapper {
  position: relative;
}
list-calendar-daytypes .with-archived .search-row {
  margin-bottom: 44px;
}
list-calendar-daytypes .archived-people-alert {
  text-align: center;
  border-top: 1px solid #b0e1ef;
  border-right: 1px solid #b0e1ef;
  border-left: 1px solid #b0e1ef;
  padding: 8px;
  position: absolute;
  width: 100%;
  top: 44px;
}
list-calendar-daytypes tr .restore-btn {
  display: none;
}
list-calendar-daytypes tr.archived {
  color: #b0b2b7;
}
list-calendar-daytypes tr.archived:hover {
  color: #95989f;
}
list-calendar-daytypes tr.archived .restore-btn {
  display: inline;
}
list-calendar-daytypes tr.archived .add-btn,
list-calendar-daytypes tr.archived .remove-btn {
  display: none;
}
list-calendar-daytypes tr.selected {
  color: #fff;
}
list-calendars .day-type-tag {
  height: 20px;
  width: 30px;
  border-radius: 4px;
  margin-right: 10px;
  display: block;
  float: left;
}
list-calendars .list-heading {
  line-height: 53px;
}
list-calendars .list-title {
  font-weight: bold;
}
list-calendars .day-locked {
  color: #fff;
  background-color: #ec971f;
  border-color: #d58512;
  margin: 17px 0 10px 10px;
  font-size: 12px;
  float: right;
}
list-calendars .day-type-tag-0 {
  background-color: #ff6fff;
}
list-calendars .day-type-tag-1 {
  background-color: #ba3aff;
}
list-calendars .day-type-tag-2 {
  background-color: #0066ff;
}
list-calendars .day-type-tag-3 {
  background-color: #4bbfb5;
}
list-calendars .day-type-tag-4 {
  background-color: #ffde86;
}
list-calendars .day-type-tag-5 {
  background-color: #81d4fa;
}
list-calendars .day-type-tag-6 {
  background-color: #ceffa5;
}
list-calendars .day-type-tag-7 {
  background-color: #800080;
}
list-calendars .day-type-tag-8 {
  background-color: #696969;
}
list-calendars .day-type-tag-9 {
  background-color: #000080;
}
list-calendars .day-type-tag-10 {
  background-color: #006400;
}
list-calendars .day-type-tag-11 {
  background-color: #c8a42f;
}
list-calendars .modal-region {
  line-height: 34px;
  padding-right: 0;
  padding-left: 12px;
}
list-calendars .modal-region .bootstrap-select {
  width: 100px !important;
}
list-calendars .modal-set-day-types {
  text-align: right;
  line-height: 34px;
}
list-calendars .modal-set-day-types .bootstrap-select {
  width: 228px !important;
}
list-calendars .modal-select-dates {
  min-width: 50px;
}
@media (min-width: 768px) and (max-width: 991px) {
  list-calendars .modal-dialog {
    width: 670px;
  }
}
list-calendars .search-box {
  position: relative;
  margin: -3px 15px 10px;
}
list-calendars .search-box .search-results {
  padding: 0;
}
list-calendars .search-box .search-results li {
  border-bottom: 1px solid #e8e8e8;
}
list-calendars .search-box .search-results li:last-of-type {
  border-bottom: none;
}
list-calendars .search-box .search-results a {
  position: relative;
  padding: 10px 20px;
}
list-calendars .search-box .search-results .search-result {
  margin-right: 70px;
}
list-calendars .search-box .search-results .search-result .search-result-details {
  font-size: 12px;
  font-weight: bold;
  color: #7fb2c9;
}
list-calendars .search-box .search-results .search-result-label {
  font-size: 11px;
  font-weight: bold;
  color: #cacaca;
  text-transform: uppercase;
  position: absolute;
  top: 50%;
  margin-top: -7px;
  right: 15px;
}
list-calendars #calendars .btn-stretch {
  border-radius: 0;
  display: inline-block;
  line-height: 26px;
  padding: 6px 14px;
  border: 0;
}
list-calendars #calendars .btn-icon {
  padding: 7px 14px 5px;
}
list-calendars #calendars .btn-full-width {
  width: 100%;
}
list-calendars #calendars .btn-half-width {
  float: left;
  width: 50%;
}
list-calendars #calendars .btn-create {
  position: absolute;
  top: 11px;
  right: 15px;
}
list-calendars #calendars .sliding-item {
  position: relative;
  height: 40px;
  overflow: hidden;
}
list-calendars #calendars .sliding-item.active-item .sliding-item-name {
  border-left: 5px solid #5bc0de;
}
list-calendars #calendars .sliding-item.active-item .sliding-item-name.enabled {
  right: 0px;
}
list-calendars #calendars .sliding-item.active-item.with-delete .sliding-item-name {
  border-left: 5px solid #5bc0de;
}
list-calendars #calendars .sliding-item.active-item.with-delete .sliding-item-name.enabled {
  right: 84px;
}
list-calendars #calendars .sliding-item.active-item.with-edit .sliding-item-name {
  border-left: 5px solid #5bc0de;
}
list-calendars #calendars .sliding-item.active-item.with-edit .sliding-item-name.enabled {
  right: 84px;
}
list-calendars #calendars .sliding-item.with-delete.with-delete.with-delete.deleting-item .sliding-item-name {
  right: 100%;
  padding: 0;
  border-left: none;
}
list-calendars #calendars .sliding-item.with-delete.deleting-item .sliding-item-controls {
  right: 100%;
}
list-calendars #calendars .sliding-item.editing-item .sliding-item-name.enabled {
  right: 42px;
}
list-calendars #calendars .sliding-item.editing-item.with-delete .sliding-item-name.enabled {
  right: 84px;
}
list-calendars #calendars .sliding-item-name {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #FFFFFF;
  line-height: 40px;
  padding: 0 15px;
  cursor: pointer;
  z-index: 2;
  -moz-transition: right ease-in-out 0.2s, border ease-in-out 0.2s, padding ease-in-out 0.2s;
  -o-transition: right ease-in-out 0.2s, border ease-in-out 0.2s, padding ease-in-out 0.2s;
  -webkit-transition: right ease-in-out 0.2s, border ease-in-out 0.2s, padding ease-in-out 0.2s;
  transition: right ease-in-out 0.2s, border ease-in-out 0.2s, padding ease-in-out 0.2s;
  border-left: 5px solid #fff;
  overflow: hidden;
}
list-calendars #calendars .sliding-item-name:hover {
  border-left: 5px solid #c5e9f3;
}
list-calendars #calendars .sliding-item-controls {
  position: absolute;
  width: 84px;
  right: 0;
  top: 0;
  z-index: 1;
  -moz-transition: right ease-in-out 0.2s, margin-right ease-in-out 0.2s;
  -o-transition: right ease-in-out 0.2s, margin-right ease-in-out 0.2s;
  -webkit-transition: right ease-in-out 0.2s, margin-right ease-in-out 0.2s;
  transition: right ease-in-out 0.2s, margin-right ease-in-out 0.2s;
  white-space: nowrap;
  font-size: 0;
}
list-calendars #calendars .sliding-item-controls.with-delete {
  width: 84px;
}
list-calendars #calendars .sliding-item-controls button {
  outline: none;
}
list-calendars #calendars .delete-confirmation-controls {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  height: 40px;
  font-size: 20px;
  overflow: hidden;
}
list-calendars #calendars .delete-confirmation-controls button {
  outline: none;
}
list-calendars #calendars .column-container {
  overflow: hidden;
}
list-calendars #calendars #calendars-bar {
  position: fixed;
  top: 51px;
  left: 0;
  bottom: 0;
  z-index: 3;
}
@media (max-width: 767px) {
  list-calendars #calendars #calendars-bar {
    top: 55px;
  }
}
@media (min-width: 767px) {
  list-calendars #calendars #calendars-bar .slide-panel-body.with-footer {
    bottom: 0;
  }
}
list-calendars #calendars #calendars-bar slide-panel > div {
  border-right: 1px solid #b0b0b0;
}
list-calendars #calendars #calendars-bar slide-panel > div:last-of-type {
  border-right: 1px solid #31b0d5;
}
list-calendars #calendars #days-bar {
  position: fixed;
  top: 51px;
  left: 33%;
  bottom: 0;
  z-index: 2;
}
list-calendars #calendars #days-bar .day-type-tag {
  margin-top: 9px;
}
@media (max-width: 767px) {
  list-calendars #calendars #days-bar {
    left: 0;
    top: 55px;
  }
  list-calendars #calendars #days-bar.open {
    z-index: 4;
  }
}
list-calendars #calendars #days-bar slide-panel > div {
  border-right: 1px solid #b0b0b0;
}
list-calendars #calendars #days-bar slide-panel > div:last-of-type {
  border-right: 1px solid #31b0d5;
}
@media (min-width: 767px) {
  list-calendars #calendars #days-bar .slide-panel-body.with-footer {
    bottom: 0;
  }
}
list-calendars #calendars #days-bar .list-group-item.ui-sortable-helper .item-handle {
  cursor: -webkit-grabbing;
}
list-calendars #calendars #days-bar .list-group-item .item-handle {
  cursor: -webkit-grab;
  float: left;
  margin-right: 4px;
  color: #777777;
  font-size: 12px;
}
list-calendars #calendars #days-bar .single .item-handle {
  visibility: hidden;
}
list-calendars #calendars #day-details-bar {
  position: fixed;
  top: 0;
  left: 66.4%;
  bottom: 0;
  z-index: 1;
}
@media (max-width: 767px) {
  list-calendars #calendars #day-details-bar {
    left: 0;
    top: 55px;
  }
  list-calendars #calendars #day-details-bar.open {
    z-index: 5;
  }
}
list-calendars #calendars #day-details-bar .form-inline .bootstrap-select.form-control:not([class*="col-"]) {
  width: auto;
}
list-calendars #calendars #day-details-bar .day-details {
  border-top: 1px solid #e3e3e3;
  border-bottom: 1px solid #e3e3e3;
  background: white;
  padding: 20px 15px 10px 15px;
}
list-calendars #calendars #day-details-bar .day-details .day-details-section {
  margin-bottom: 10px;
}
list-calendars #calendars #day-details-bar .day-details .day-details-section ul {
  margin-bottom: 0;
}
list-calendars #calendars #day-details-bar .day-details .day-details-section:last-of-type {
  margin-bottom: 0;
}
list-calendars #calendars #day-details-bar input.short {
  width: 100px;
}
list-calendars #calendars #day-details-bar input.tiny {
  width: 60px;
}
list-calendars #calendars #day-details-bar .form-inline {
  display: inline-block;
  vertical-align: top;
  margin-top: -6px;
}
list-calendars #calendars #day-details-bar .remove-btn {
  padding: 0 8px;
}
list-calendars #calendars #day-details-bar .day-details ul.listing > li,
list-calendars #calendars #day-details-bar .day-details ol.listing > li {
  padding-top: 16px;
}
list-calendars #calendars #day-details-bar ul.people-list {
  margin-bottom: 0;
  overflow: hidden;
  -moz-transition: height ease 0.35s;
  -o-transition: height ease 0.35s;
  -webkit-transition: height ease 0.35s;
  transition: height ease 0.35s;
}
list-calendars #calendars #day-details-bar .people-list-toggle {
  display: inline-block;
  margin-bottom: 10px;
  color: #b5d2e0;
}
list-calendars #calendars #day-details-bar .day-heading {
  color: #34657b;
  margin-bottom: 5px;
  font-weight: bold;
}
@media (min-width: 767px) {
  list-calendars #calendars #day-details-bar .slide-panel-body {
    top: 51px;
  }
  list-calendars #calendars #day-details-bar .slide-panel-body.with-footer {
    bottom: 0;
  }
}
list-calendars #calendars #day-details-bar .slide-panel-divider .dropdown-menu {
  margin-top: -9px;
  margin-right: 14px;
}
list-calendars #calendars #day-details-bar ol.outcomes {
  padding-left: 2px;
  position: relative;
}
list-calendars #calendars #day-details-bar ol.outcomes li.outcome {
  position: relative;
  list-style: none;
}
list-calendars #calendars #day-details-bar ol.outcomes li.outcome.ui-sortable-helper .item-handle {
  cursor: -webkit-grabbing;
}
list-calendars #calendars #day-details-bar ol.outcomes li.outcome.outcome {
  background: rgba(255, 255, 255, 0.75);
}
list-calendars #calendars #day-details-bar ol.outcomes li.outcome .item-handle {
  cursor: -webkit-grab;
  float: left;
  position: relative;
  color: #777777;
  font-size: 12px;
  top: 3px;
  margin-right: 8px;
}
list-calendars #calendars #day-details-bar ol.outcomes li.outcome time-picker input {
  width: 100px;
}
list-calendars #calendars #day-details-bar ol.outcomes.single .item-handle {
  visibility: hidden;
}
@media (max-width: 767px) {
  list-calendars slide-panel .slide-panel-body,
  list-calendars slide-panel .slide-panel-header,
  list-calendars slide-panel .slide-panel-footer {
    -moz-transition: none;
    -o-transition: none;
    -webkit-transition: none;
    transition: none;
  }
  list-calendars slide-panel .slide-panel-body.active,
  list-calendars slide-panel .slide-panel-header.active,
  list-calendars slide-panel .slide-panel-footer.active {
    -moz-transition: none;
    -o-transition: none;
    -webkit-transition: none;
    transition: none;
  }
}
list-calendars input.editable-label,
list-calendars input.editable-label:active {
  width: 100%;
  border: none;
  outline: none;
  padding: 0;
}
edit-allowance #manually-allocated {
  margin-top: 9px;
}
edit-location .geo-fence-map > div > div > input {
  display: none;
}
edit-scheduled-access-time .toggle.btn {
  min-width: 100%;
}
cost-code-selects .input-lg .dropdown-menu > li > a {
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 18px;
}
@media (min-width: 768px) {
  cost-code-selects .control-label {
    font-weight: normal;
  }
}
@media (max-width: 767px) {
  cost-code-selects .selects .filter-select {
    margin-bottom: 0;
  }
  cost-code-selects .cost-code-group {
    margin-bottom: 10px;
  }
}
#virtual-scanner-interface .connect {
  margin: 0 auto;
  display: block;
}
#virtual-scanner-interface .scanner-state {
  color: white;
  margin: -15px -15px 15px -15px;
  text-align: center;
}
#virtual-scanner-interface .scanner-state.connected {
  background-color: #5cb85c;
}
#virtual-scanner-interface .scanner-state.disconnected {
  background-color: #d9534f;
}
#virtual-scanner-interface .scanner-state.connecting {
  background-color: #f0ad4e;
}
#virtual-scanner-interface .lcd {
  font-size: 2em;
  text-align: center;
  background-color: lightgrey;
  border-radius: 8px;
  margin: 0 14px;
}
#virtual-scanner-interface .lcd span {
  display: block;
  font-family: monospace;
  white-space: pre;
}
#virtual-scanner-interface .keypad {
  padding: 1em;
  display: grid;
  grid-template-columns: minmax(15%, auto) repeat(3, minmax(20%, auto)) minmax(auto, 25%);
}
#virtual-scanner-interface .keypad .btn {
  font-weight: bold;
  padding-left: 0;
  padding-right: 0;
}
#virtual-scanner-interface .keypad .btn.text {
  font-size: 15px;
  padding: 12px 0;
}
#virtual-scanner-interface .keypad .btn.digit {
  font-size: 1.5em;
  padding: 8px 0;
}
#virtual-scanner-interface .keypad .btn.asterisk {
  font-weight: normal;
  padding: 8px 0;
  font-size: 1.5em;
}
#webclock-page {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: calc(100vh - 103px);
}
#webclock-page .banner {
  width: 100%;
  color: white;
  text-align: center;
  font-weight: bold;
  position: absolute;
  left: 0;
  bottom: 0;
  padding: 8px;
  z-index: 10;
  opacity: 1;
}
#webclock-page .banner.animate {
  -webkit-animation: fadein 0.25s ease-out, fadeout 0.25s 2.75s ease-in, hide 0.3s 3s;
  animation: fadein 0.25s ease-out, fadeout 0.25s 2.75s ease-in, hide 0.3s 3s;
}
@-webkit-keyframes fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes fadeout {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes fadeout {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@-webkit-keyframes hide {
  from {
    display: none;
  }
  to {
    display: none;
  }
}
@keyframes hide {
  from {
    display: none;
  }
  to {
    display: none;
  }
}
#webclock-page #offline-banner {
  background-color: #d9534f;
}
#webclock-page #syncing-success-banner {
  background: green;
}
#webclock-page #syncing-banner {
  background: orange;
}
#webclock-page .form-control {
  background-color: none;
}
#webclock-page #toast-container > .toast-success,
#webclock-page #webclock-toasts > .toast-success {
  background-image: none !important;
}
#webclock-page timeentry-frame {
  display: flex;
  flex-flow: column;
}
#webclock-toasts .toast {
  opacity: 1;
}
#leave-management .leave-estimate {
  margin-top: 20px;
}
#leave-management .leave-estimate td:last-child {
  text-align: right;
}
#leave-management .leave-estimate tfoot td button,
#leave-management .leave-estimate tfoot td .balance-warning-text {
  float: right;
}
#leave-management .leave-estimate tfoot td .balance-warning {
  line-height: 34px;
  margin-right: 10px;
  text-align: center;
}
#leave-management .archived-people-alert {
  text-align: center;
  border-top: 1px solid #b0e1ef;
  border-right: 1px solid #b0e1ef;
  border-left: 1px solid #b0e1ef;
  padding: 8px;
  width: 100%;
  top: 44px;
}
#leave-management .balance-warning-text {
  display: none;
}
#leave-management .balance-warning {
  background-color: #fcf8e3;
}
#leave-management .balance-warning .balance-warning-text {
  display: revert;
}
#leave-page .buttons a {
  margin-left: 10px;
}
#import-balances-results-modal .error-details-toggle {
  display: inline-block;
  float: right;
}
#kiosk-page {
  height: calc(100vh - 32px);
  touch-action: none;
}
#kiosk-page .header {
  color: #fff;
  background-color: black;
  height: 60px;
  margin: 0 -15px 15px -15px;
  position: relative;
}
#kiosk-page .header span {
  padding: 0 15px;
  font-size: 2.5rem;
  line-height: 60px;
  height: 60px;
  top: 0;
}
#kiosk-page .header .kiosk-title {
  position: absolute;
  left: 50px;
  right: 50px;
  text-align: center;
}
#kiosk-page .header a.exit,
#kiosk-page .header a.cancel {
  float: right;
  border: none;
  padding: 0;
  color: #9d9d9d;
}
#kiosk-page .header a.exit:hover,
#kiosk-page .header a.cancel:hover {
  color: #fff;
}
#kiosk-page .header button {
  background-color: transparent;
  float: right;
  border: none;
  padding: 0;
  color: #9d9d9d;
}
#kiosk-page .header button:hover {
  color: #fff;
}
#kiosk-page .header #logo {
  float: left;
  height: 45px;
  margin-top: 8px;
  margin-left: 8px;
}
#kiosk-page .display {
  font-size: 2.5em;
  text-align: center;
  font-weight: bold;
  padding: 10px 0;
  background-color: lightgrey;
  border-radius: 8px;
  margin: 0 14px;
}
#kiosk-page .display span {
  display: block;
  font-family: monospace;
  white-space: pre;
}
#kiosk-page .display.no-background {
  background-color: transparent;
}
#kiosk-page .keypad {
  padding: 1em;
  display: grid;
  gap: 15px;
  grid-template-columns: repeat(3, calc((100% - 30px) / 3));
}
#kiosk-page .keypad .btn {
  padding-left: 0;
  padding-right: 0;
  border-radius: 50px;
}
#kiosk-page .keypad .btn.text {
  font-size: 1.6em;
  padding: 27px 0;
}
#kiosk-page .keypad .btn.digit {
  font-size: 2em;
  padding: 24px 0;
}
#kiosk-page .keypad .btn.asterisk {
  font-weight: normal;
  padding: 18px 0;
  font-size: 1.5em;
}
#kiosk-page .keypad .full-width {
  grid-column: 1 / -1;
}
.clock-confirm {
  text-align: center;
  font-size: 5rem;
}
.clock-confirm .glyphicon {
  font-size: 15rem;
  display: block;
}
.clock-confirm.success .glyphicon {
  color: #5cb85c;
}
.clock-confirm.failed .glyphicon {
  color: #d9534f;
}
.bootbox.modal.vertical-center {
  top: 50%;
  transform: translateY(-50%);
  bottom: unset;
}
exit-kiosk-modal #exitkioskmodal {
  width: 50%;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  exit-kiosk-modal #exitkioskmodal .modal-dialog {
    width: 100%;
  }
}
exit-kiosk-modal #exitkioskmodal .alert {
  text-align: center;
  width: 100%;
}
date-picker .mobile-control {
  width: 100%;
  vertical-align: middle;
  display: inline-table;
}
date-picker .date {
  width: 100%;
}
date-picker .split {
  float: left;
  position: relative;
  height: 34px;
  width: 100%;
}
date-picker .split input,
date-picker .split .input-group {
  position: absolute;
  min-width: 100%;
}
date-picker .split input::-webkit-calendar-picker-indicator,
date-picker .split .input-group::-webkit-calendar-picker-indicator {
  position: absolute;
  left: 0;
  transform: scaleX(-1);
  top: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  cursor: pointer;
  opacity: 0.00001%;
}
date-picker .split .cover {
  z-index: 3;
}
#scheduled-access-groups-page .shift {
  border-radius: 0;
  border: none;
  background: #bf4b4b;
}
#scheduled-access-groups-page .shift:hover {
  background: #cc7171;
}
#scheduled-access-groups-page .shift.active {
  background: #4bbfb5;
}
#scheduled-access-groups-page .shift.active:hover {
  background: #71ccc4;
}
#scheduled-access-groups-page .rostering .day-heading {
  margin: 10px 0 5px;
}
edit-leaveworkpattern #pattern-hours table {
  border: none;
  box-shadow: none;
}
edit-leaveworkpattern #pattern-hours table th {
  font-weight: normal;
}
edit-leaveworkpattern #pattern-hours table td,
edit-leaveworkpattern #pattern-hours table th,
edit-leaveworkpattern #pattern-hours table input {
  text-align: center;
}
edit-leaveworkpattern #pattern-hours table input {
  padding: 6px 4px;
}
@media (min-width: 768px) {
  edit-leaveworkpattern #pattern-hours label {
    padding-top: 27px;
    font-weight: normal;
  }
}
list-leaveworkpatterns .rowlink-skip {
  width: 50px;
}
list-leaveconfigurations .search-box {
  position: relative;
  margin: -3px 15px 10px;
}
list-leaveconfigurations .search-box .search-results {
  padding: 0;
}
list-leaveconfigurations .search-box .search-results li {
  border-bottom: 1px solid #e8e8e8;
}
list-leaveconfigurations .search-box .search-results li:last-of-type {
  border-bottom: none;
}
list-leaveconfigurations .search-box .search-results a {
  position: relative;
  padding: 10px 20px;
}
list-leaveconfigurations .search-box .search-results .search-result {
  margin-right: 70px;
}
list-leaveconfigurations .search-box .search-results .search-result .search-result-details {
  font-size: 12px;
  font-weight: bold;
  color: #7fb2c9;
}
list-leaveconfigurations .search-box .search-results .search-result-label {
  font-size: 11px;
  font-weight: bold;
  color: #cacaca;
  text-transform: uppercase;
  position: absolute;
  top: 50%;
  margin-top: -7px;
  right: 15px;
}
list-leaveconfigurations #leaveconfigurations .btn-stretch {
  border-radius: 0;
  display: inline-block;
  line-height: 26px;
  padding: 6px 14px;
  border: 0;
}
list-leaveconfigurations #leaveconfigurations .btn-icon {
  padding: 7px 14px 5px;
}
list-leaveconfigurations #leaveconfigurations .btn-full-width {
  width: 100%;
}
list-leaveconfigurations #leaveconfigurations .btn-half-width {
  float: left;
  width: 50%;
}
list-leaveconfigurations #leaveconfigurations .btn-create {
  position: absolute;
  top: 11px;
  right: 15px;
}
list-leaveconfigurations #leaveconfigurations .sliding-item {
  position: relative;
  height: 40px;
  overflow: hidden;
}
list-leaveconfigurations #leaveconfigurations .sliding-item.active-item .sliding-item-name {
  border-left: 5px solid #5bc0de;
}
list-leaveconfigurations #leaveconfigurations .sliding-item.active-item .sliding-item-name.enabled {
  right: 0px;
}
list-leaveconfigurations #leaveconfigurations .sliding-item.active-item.with-delete .sliding-item-name {
  border-left: 5px solid #5bc0de;
}
list-leaveconfigurations #leaveconfigurations .sliding-item.active-item.with-delete .sliding-item-name.enabled {
  right: 84px;
}
list-leaveconfigurations #leaveconfigurations .sliding-item.active-item.with-edit .sliding-item-name {
  border-left: 5px solid #5bc0de;
}
list-leaveconfigurations #leaveconfigurations .sliding-item.active-item.with-edit .sliding-item-name.enabled {
  right: 84px;
}
list-leaveconfigurations #leaveconfigurations .sliding-item.with-delete.with-delete.with-delete.deleting-item .sliding-item-name {
  right: 100%;
  padding: 0;
  border-left: none;
}
list-leaveconfigurations #leaveconfigurations .sliding-item.with-delete.deleting-item .sliding-item-controls {
  right: 100%;
}
list-leaveconfigurations #leaveconfigurations .sliding-item.editing-item .sliding-item-name.enabled {
  right: 42px;
}
list-leaveconfigurations #leaveconfigurations .sliding-item.editing-item.with-delete .sliding-item-name.enabled {
  right: 84px;
}
list-leaveconfigurations #leaveconfigurations .sliding-item-name {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #FFFFFF;
  line-height: 40px;
  padding: 0 15px;
  cursor: pointer;
  z-index: 2;
  -moz-transition: right ease-in-out 0.2s, border ease-in-out 0.2s, padding ease-in-out 0.2s;
  -o-transition: right ease-in-out 0.2s, border ease-in-out 0.2s, padding ease-in-out 0.2s;
  -webkit-transition: right ease-in-out 0.2s, border ease-in-out 0.2s, padding ease-in-out 0.2s;
  transition: right ease-in-out 0.2s, border ease-in-out 0.2s, padding ease-in-out 0.2s;
  border-left: 5px solid #fff;
  overflow: hidden;
}
list-leaveconfigurations #leaveconfigurations .sliding-item-name:hover {
  border-left: 5px solid #c5e9f3;
}
list-leaveconfigurations #leaveconfigurations .sliding-item-controls {
  position: absolute;
  width: 84px;
  right: 0;
  top: 0;
  z-index: 1;
  -moz-transition: right ease-in-out 0.2s, margin-right ease-in-out 0.2s;
  -o-transition: right ease-in-out 0.2s, margin-right ease-in-out 0.2s;
  -webkit-transition: right ease-in-out 0.2s, margin-right ease-in-out 0.2s;
  transition: right ease-in-out 0.2s, margin-right ease-in-out 0.2s;
}
list-leaveconfigurations #leaveconfigurations .sliding-item-controls.with-delete {
  width: 84px;
}
list-leaveconfigurations #leaveconfigurations .sliding-item-controls button {
  outline: none;
}
list-leaveconfigurations #leaveconfigurations .delete-confirmation-controls {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  height: 40px;
  font-size: 20px;
  overflow: hidden;
}
list-leaveconfigurations #leaveconfigurations .delete-confirmation-controls button {
  outline: none;
}
list-leaveconfigurations #leaveconfigurations .column-container {
  overflow: hidden;
}
list-leaveconfigurations #leaveconfigurations #leaveconfigurations-bar {
  position: fixed;
  top: 51px;
  left: 0;
  bottom: 0;
  z-index: 3;
}
@media (max-width: 767px) {
  list-leaveconfigurations #leaveconfigurations #leaveconfigurations-bar {
    top: 55px;
  }
}
@media (min-width: 767px) {
  list-leaveconfigurations #leaveconfigurations #leaveconfigurations-bar .slide-panel-body.with-footer {
    bottom: 0;
  }
}
list-leaveconfigurations #leaveconfigurations #leaveconfigurations-bar slide-panel > div {
  border-right: 1px solid #b0b0b0;
}
list-leaveconfigurations #leaveconfigurations #leaveconfigurations-bar slide-panel > div:last-of-type {
  border-right: 1px solid #31b0d5;
}
list-leaveconfigurations #leaveconfigurations #leavetypes-bar {
  position: fixed;
  top: 51px;
  left: 25%;
  bottom: 0;
  z-index: 2;
}
@media (max-width: 767px) {
  list-leaveconfigurations #leaveconfigurations #leavetypes-bar {
    left: 0;
    top: 55px;
  }
  list-leaveconfigurations #leaveconfigurations #leavetypes-bar.open {
    z-index: 4;
  }
}
list-leaveconfigurations #leaveconfigurations #leavetypes-bar slide-panel > div {
  border-right: 1px solid #b0b0b0;
}
list-leaveconfigurations #leaveconfigurations #leavetypes-bar slide-panel > div:last-of-type {
  border-right: 1px solid #31b0d5;
}
@media (min-width: 767px) {
  list-leaveconfigurations #leaveconfigurations #leavetypes-bar .slide-panel-body.with-footer {
    bottom: 0;
  }
}
list-leaveconfigurations #leaveconfigurations #leavetypes-bar .list-group-item.ui-sortable-helper .item-handle {
  cursor: -webkit-grabbing;
}
list-leaveconfigurations #leaveconfigurations #leavetypes-bar .list-group-item .item-handle {
  cursor: -webkit-grab;
  float: left;
  margin-right: 4px;
  color: #777777;
  font-size: 12px;
}
list-leaveconfigurations #leaveconfigurations #leavetypes-bar .single .item-handle {
  visibility: hidden;
}
list-leaveconfigurations #leaveconfigurations #leavetype-details-bar {
  position: fixed;
  top: 0;
  left: 50%;
  bottom: 0;
  z-index: 1;
}
@media (max-width: 767px) {
  list-leaveconfigurations #leaveconfigurations #leavetype-details-bar {
    left: 0;
    top: 55px;
  }
  list-leaveconfigurations #leaveconfigurations #leavetype-details-bar.open {
    z-index: 5;
  }
}
list-leaveconfigurations #leaveconfigurations #leavetype-details-bar .form-inline .bootstrap-select.form-control:not([class*="col-"]) {
  width: auto;
}
list-leaveconfigurations #leaveconfigurations #leavetype-details-bar .leavetype-details {
  border-top: 1px solid #e3e3e3;
  border-bottom: 1px solid #e3e3e3;
  background: white;
  padding: 20px 15px 10px 15px;
}
list-leaveconfigurations #leaveconfigurations #leavetype-details-bar .leavetype-details .leavetype-details-section {
  margin-bottom: 10px;
}
list-leaveconfigurations #leaveconfigurations #leavetype-details-bar .leavetype-details .leavetype-details-section ul {
  margin-bottom: 0;
}
list-leaveconfigurations #leaveconfigurations #leavetype-details-bar .leavetype-details .leavetype-details-section:last-of-type {
  margin-bottom: 0;
}
list-leaveconfigurations #leaveconfigurations #leavetype-details-bar input.short {
  width: 100px;
}
list-leaveconfigurations #leaveconfigurations #leavetype-details-bar input.tiny {
  width: 60px;
}
list-leaveconfigurations #leaveconfigurations #leavetype-details-bar .form-inline {
  display: inline-block;
  vertical-align: top;
  margin-top: -6px;
}
list-leaveconfigurations #leaveconfigurations #leavetype-details-bar .remove-btn {
  padding: 0 8px;
}
list-leaveconfigurations #leaveconfigurations #leavetype-details-bar .leavetype-details ul.listing > li,
list-leaveconfigurations #leaveconfigurations #leavetype-details-bar .leavetype-details ol.listing > li {
  padding-top: 16px;
}
list-leaveconfigurations #leaveconfigurations #leavetype-details-bar ul.people-list {
  margin-bottom: 0;
  overflow: hidden;
  -moz-transition: height ease 0.35s;
  -o-transition: height ease 0.35s;
  -webkit-transition: height ease 0.35s;
  transition: height ease 0.35s;
}
list-leaveconfigurations #leaveconfigurations #leavetype-details-bar .people-list-toggle {
  display: inline-block;
  margin-bottom: 10px;
  color: #b5d2e0;
}
list-leaveconfigurations #leaveconfigurations #leavetype-details-bar .leavetype-heading {
  color: #34657b;
  margin-bottom: 5px;
  font-weight: bold;
}
@media (min-width: 767px) {
  list-leaveconfigurations #leaveconfigurations #leavetype-details-bar .slide-panel-body {
    top: 51px;
  }
  list-leaveconfigurations #leaveconfigurations #leavetype-details-bar .slide-panel-body.with-footer {
    bottom: 0;
  }
}
list-leaveconfigurations #leaveconfigurations #leavetype-details-bar .slide-panel-divider .dropdown-menu {
  margin-top: -9px;
  margin-right: 14px;
}
list-leaveconfigurations #leaveconfigurations #leavetype-details-bar ol.outcomes {
  padding-left: 2px;
  position: relative;
}
list-leaveconfigurations #leaveconfigurations #leavetype-details-bar ol.outcomes li.outcome {
  position: relative;
  list-style: none;
}
list-leaveconfigurations #leaveconfigurations #leavetype-details-bar ol.outcomes li.outcome.ui-sortable-helper .item-handle {
  cursor: -webkit-grabbing;
}
list-leaveconfigurations #leaveconfigurations #leavetype-details-bar ol.outcomes li.outcome.outcome {
  background: rgba(255, 255, 255, 0.75);
}
list-leaveconfigurations #leaveconfigurations #leavetype-details-bar ol.outcomes li.outcome .item-handle {
  cursor: -webkit-grab;
  float: left;
  position: relative;
  color: #777777;
  font-size: 12px;
  top: 3px;
  margin-right: 8px;
}
list-leaveconfigurations #leaveconfigurations #leavetype-details-bar ol.outcomes li.outcome time-picker input {
  width: 100px;
}
list-leaveconfigurations #leaveconfigurations #leavetype-details-bar ol.outcomes.single .item-handle {
  visibility: hidden;
}
@media (max-width: 767px) {
  list-leaveconfigurations slide-panel .slide-panel-body,
  list-leaveconfigurations slide-panel .slide-panel-header,
  list-leaveconfigurations slide-panel .slide-panel-footer {
    -moz-transition: none;
    -o-transition: none;
    -webkit-transition: none;
    transition: none;
  }
  list-leaveconfigurations slide-panel .slide-panel-body.active,
  list-leaveconfigurations slide-panel .slide-panel-header.active,
  list-leaveconfigurations slide-panel .slide-panel-footer.active {
    -moz-transition: none;
    -o-transition: none;
    -webkit-transition: none;
    transition: none;
  }
}
list-leaveconfigurations input.editable-label,
list-leaveconfigurations input.editable-label:active {
  width: 100%;
  border: none;
  outline: none;
  padding: 0;
}
list-leaverequests .leave-requests tr {
  cursor: pointer;
}
edit-leaverequest .view-rosters {
  margin-left: 10px;
}
.pac-card {
  background-color: #fff;
  border: 0;
  border-radius: 2px;
  box-shadow: 0 1px 4px -1px rgba(0, 0, 0, 0.3);
  margin: 10px;
  padding: 0 0.5em;
  font-size: 18px;
  font-weight: 400;
  overflow: hidden;
  font-family: Roboto;
  padding: 0;
}
#pac-container {
  padding-bottom: 12px;
  margin-right: 12px;
}
.pac-controls {
  display: inline-block;
  padding: 5px 11px;
}
.pac-controls label {
  font-family: Roboto;
  font-size: 13px;
  font-weight: 300;
}
#pac-input {
  background-color: #fff;
  font-family: Roboto;
  font-size: 15px;
  font-weight: 300;
  margin-left: 10px;
  padding: 0 11px 0 13px;
  text-overflow: ellipsis;
  width: 280px;
}
#pac-input:focus {
  border-color: #4d90fe;
}
.pac-container {
  z-index: 10000;
}
.well {
  -webkit-box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.12);
  -moz-box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.12);
  box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.12);
}
table {
  -webkit-box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.12);
  -moz-box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.12);
  box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.12);
  border: 1px solid #e3e3e3;
}
table.borderless {
  box-shadow: none;
  border: none;
}
tr {
  -moz-transition: background-color 0.1s;
  -o-transition: background-color 0.1s;
  -webkit-transition: background-color 0.1s;
  transition: background-color 0.1s;
}
.table > thead > tr > th {
  background-color: #7a7e87;
  text-transform: uppercase;
  font-size: 11px;
  color: white;
  border-bottom-width: 1px;
  line-height: 20px;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.table.borderless > thead > tr > th {
  border: none;
  color: inherit;
  background-color: inherit;
}
.table.borderless > tbody > tr > td {
  border: none;
}
.table tr.selected {
  color: white;
  background-color: #67a3bd;
}
.table tr.selected:hover {
  background-color: #80b2c8;
}
.form-group {
  margin-bottom: 10px;
}
.edge-left {
  border-left: 1px solid #e3e3e3;
}
.edge-top {
  border-top: 1px solid #e3e3e3;
}
.edge-right {
  border-right: 1px solid #e3e3e3;
}
.edge-bottom {
  border-bottom: 1px solid #e3e3e3;
}
.modal-content {
  /*background: @body-bg;*/
}
.modal-footer {
  /*background: darken(@body-bg, 5%);*/
  background: #f3f3f3;
  border-top: 1px solid #e3e3e3;
  -webkit-box-shadow: inset 0 1px 0 #fff;
  -moz-box-shadow: inset 0 1px 0 #fff;
  box-shadow: inset 0 1px 0 #fff;
}
.btn-spinner {
  height: 10px;
  width: 10px;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  border-top: 3px solid #fff;
  border-left: 3px solid rgba(255, 255, 255, 0.5);
  border-right: 3px solid rgba(255, 255, 255, 0.5);
  border-bottom: 3px solid rgba(255, 255, 255, 0.5);
  -moz-animation-name: spin;
  -o-animation-name: spin;
  -webkit-animation-name: spin;
  animation-name: spin;
  -moz-animation-duration: 1s;
  -o-animation-duration: 1s;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -moz-animation-iteration-count: infinite;
  -o-animation-iteration-count: infinite;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -moz-animation-timing-function: linear;
  -o-animation-timing-function: linear;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -moz-box-sizing: initial;
  -webkit-box-sizing: initial;
  box-sizing: initial;
}
.background-modal {
  z-index: 1039;
}
.background-modal-backdrop {
  z-index: 1038;
}
.btn-group .btn:active,
.btn-group .btn:focus {
  outline: 0;
}
.page-title {
  margin-top: 6px;
}
@media (min-width: 480px) {
  .text-xs-left {
    text-align: left !important;
  }
  .text-xs-right {
    text-align: right !important;
  }
  .text-xs-center {
    text-align: center !important;
  }
  .text-xs-justify {
    text-align: justify !important;
  }
  .pull-xs-left {
    float: left !important;
  }
  .pull-xs-right {
    float: right !important;
  }
}
@media (min-width: 768px) {
  .text-sm-left {
    text-align: left !important;
  }
  .text-sm-right {
    text-align: right !important;
  }
  .text-sm-center {
    text-align: center !important;
  }
  .text-sm-justify {
    text-align: justify !important;
  }
  .pull-sm-left {
    float: left !important;
  }
  .pull-sm-right {
    float: right !important;
  }
}
@media (min-width: 992px) {
  .text-md-left {
    text-align: left !important;
  }
  .text-md-right {
    text-align: right !important;
  }
  .text-md-center {
    text-align: center !important;
  }
  .text-md-justify {
    text-align: justify !important;
  }
  .pull-md-left {
    float: left !important;
  }
  .pull-md-right {
    float: right !important;
  }
}
@media (min-width: 1200px) {
  .text-lg-left {
    text-align: left !important;
  }
  .text-lg-right {
    text-align: right !important;
  }
  .text-lg-center {
    text-align: center !important;
  }
  .text-lg-justify {
    text-align: justify !important;
  }
  .pull-lg-left {
    float: left !important;
  }
  .pull-lg-right {
    float: right !important;
  }
}
.col-xl-6,
.col-xl-12 {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 1900px) {
  .col-xl-6,
  .col-xl-12 {
    float: left;
  }
  .col-xl-6 {
    width: 50%;
  }
  .col-xl-12 {
    width: 100%;
  }
}
#wrapper {
  display: block;
  position: relative;
  min-height: 100%;
  padding-bottom: 32px;
}
.bootstrap-select.input-prepend button,
.input-group-btn.input-prepend button {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.field-validation {
  padding: 0.2em 0.6em 0.3em;
  font-weight: 700;
  color: #fff;
  text-align: center;
  vertical-align: baseline;
  border-radius: 0.25em;
  display: inline-block;
  -ms-word-wrap: normal;
  word-wrap: normal;
  line-height: normal;
  white-space: normal;
  /*position: absolute;*/
  font-size: 11px;
  float: left;
  clear: left;
  margin-top: 3px;
}
.field-validation-error {
  padding: 0.2em 0.6em 0.3em;
  font-weight: 700;
  color: #fff;
  text-align: center;
  vertical-align: baseline;
  border-radius: 0.25em;
  display: inline-block;
  -ms-word-wrap: normal;
  word-wrap: normal;
  line-height: normal;
  white-space: normal;
  /*position: absolute;*/
  font-size: 11px;
  float: left;
  clear: left;
  margin-top: 3px;
  background-color: #d9534f;
}
.field-validation-ok {
  padding: 0.2em 0.6em 0.3em;
  font-weight: 700;
  color: #fff;
  text-align: center;
  vertical-align: baseline;
  border-radius: 0.25em;
  display: inline-block;
  -ms-word-wrap: normal;
  word-wrap: normal;
  line-height: normal;
  white-space: normal;
  /*position: absolute;*/
  font-size: 11px;
  float: left;
  clear: left;
  margin-top: 3px;
  background-color: #5cb85c;
}
.field-validation-warning {
  padding: 0.2em 0.6em 0.3em;
  font-weight: 700;
  color: #fff;
  text-align: center;
  vertical-align: baseline;
  border-radius: 0.25em;
  display: inline-block;
  -ms-word-wrap: normal;
  word-wrap: normal;
  line-height: normal;
  white-space: normal;
  /*position: absolute;*/
  font-size: 11px;
  float: left;
  clear: left;
  margin-top: 3px;
  background-color: #eea236;
}
.spinner {
  height: 120px;
  width: 120px;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  border-top: 20px solid #1d4568;
  border-left: 20px solid #337ab7;
  border-right: 20px solid #337ab7;
  border-bottom: 20px solid #337ab7;
  -moz-animation-name: spin;
  -o-animation-name: spin;
  -webkit-animation-name: spin;
  animation-name: spin;
  -moz-animation-duration: 1s;
  -o-animation-duration: 1s;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -moz-animation-iteration-count: infinite;
  -o-animation-iteration-count: infinite;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -moz-animation-timing-function: linear;
  -o-animation-timing-function: linear;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -moz-box-sizing: initial;
  -webkit-box-sizing: initial;
  box-sizing: initial;
  margin: 0 auto;
}
.spinner-small {
  height: 60px;
  width: 60px;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  border-top: 20px solid #1d4568;
  border-left: 20px solid #337ab7;
  border-right: 20px solid #337ab7;
  border-bottom: 20px solid #337ab7;
  -moz-animation-name: spin;
  -o-animation-name: spin;
  -webkit-animation-name: spin;
  animation-name: spin;
  -moz-animation-duration: 1s;
  -o-animation-duration: 1s;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -moz-animation-iteration-count: infinite;
  -o-animation-iteration-count: infinite;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -moz-animation-timing-function: linear;
  -o-animation-timing-function: linear;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -moz-box-sizing: initial;
  -webkit-box-sizing: initial;
  box-sizing: initial;
  margin: 0 auto;
}
.row.controls {
  margin-top: 10px;
}
html,
body {
  height: 100%;
}
.well {
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
}
.visibility-hidden {
  visibility: hidden;
}
.panel-container {
  top: 51px;
  bottom: 0;
  left: 0;
  position: fixed;
}
.remove-btn {
  color: #333;
}
.remove-btn:hover,
.remove-btn :active {
  color: #d9534f;
}
textarea.auto-size {
  resize: none;
}
@media (min-width: 992px) {
  #editpersonmodal .modal-lg {
    width: 995px;
  }
}
.bootbox-open {
  overflow: hidden;
}
.bootbox-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}

