@charset "utf-8";

/* 
 * sizes and positions
 */
a.datepicker-button {
	cursor: pointer;
}
div.datepicker-calendar {
	margin: 0 10px 10px 0;
	font-size: .9em;
	padding: 2px;
	position: absolute;
	width: 261px;
	border: 1px solid #ccc;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	z-index: 50;
}
div.datepicker-calendar div.datepicker-month-wrap {
	margin: 0;
	padding-top: 1px;
	text-align: center;
	height: 30px;
}
div.datepicker-calendar.bootstrap4 div.datepicker-month-wrap > div {
	padding-top: 0;
}
div.datepicker-calendar.bootstrap4 div.datepicker-month-wrap div.datepicker-month-prev,
div.datepicker-calendar.bootstrap4 div.datepicker-month-wrap div.datepicker-month-next {
	padding-top: 2px;
}
div.datepicker-calendar.bootstrap4 div.datepicker-month-wrap i.fa-caret-left,
div.datepicker-calendar.bootstrap4 div.datepicker-month-wrap i.fa-caret-right {
	font-size: 1.3em;
}
div.datepicker-calendar div.datepicker-month-fast-prev.disabled,
div.datepicker-calendar div.datepicker-month-fast-next.disabled ,
div.datepicker-calendar div.datepicker-month-prev.disabled,
div.datepicker-calendar div.datepicker-month-next.disabled {
	border: none;
	cursor: default;
}
div.datepicker-calendar div.datepicker-month-fast-prev,
div.datepicker-calendar div.datepicker-month-fast-next,
div.datepicker-calendar div.datepicker-month-prev,
div.datepicker-calendar div.datepicker-month-next {
	cursor: pointer;
	margin: 3px;
	width: 24px;
	height: 24px;
	padding-top: 3px;
}
div.datepicker-calendar div.datepicker-month-fast-prev {
	padding-right: 2px;
}
div.datepicker-calendar div.datepicker-month-fast-next {
	padding-left: 2px;
}
div.datepicker-calendar div.datepicker-month-fast-prev.enabled:hover,
div.datepicker-calendar div.datepicker-month-fast-prev.enabled:focus,
div.datepicker-calendar div.datepicker-month-fast-next.enabled:hover,
div.datepicker-calendar div.datepicker-month-fast-next.enabled:focus,
div.datepicker-calendar div.datepicker-month-prev.enabled:hover,
div.datepicker-calendar div.datepicker-month-prev.enabled:focus,
div.datepicker-calendar div.datepicker-month-next.enabled:hover,
div.datepicker-calendar div.datepicker-month-next.enabled:focus {
	margin-top: 2px;
	border: 1px solid #800;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}
div.datepicker-calendar div.datepicker-month {
	margin: 3px 56px 2px 56px;
	height: 24px;
	text-align: center;
	font-weight: bold;
	font-size: 1.2em;
	cursor: pointer;
	padding-top: 1px;
}
div.datepicker-calendar:not(.bootstrap4) div.datepicker-month:after {
	font-family: 'Glyphicons Halflings';
	font-size: 0.6em;
	display: inline-block;
	content: "\e252";
}
div.datepicker-calendar.bootstrap4 div.datepicker-month:after {
	font-family: "Font Awesome 5 Free";
	font-size: 0.7em;
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
	display: inline-block;
	font-style: normal;
	font-variant: normal;
	text-rendering: auto;
	line-height: 1;
	padding-left: 0.4em;
	content: "\f078";
}
div.datepicker-calendar div.datepicker-month:hover,
div.datepicker-calendar div.datepicker-month:focus {
	padding-top: 0;
	border: 1px solid #800;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}
div.datepicker-calendar table.datepicker-grid {
	width: 100%;
	font-size: 1.2em;
	text-align: center;
}
div.datepicker-calendar table.datepicker-grid.rtl {
	direction: rtl;
}
div.datepicker-calendar table.datepicker-grid:focus {
	outline: none;
}
div.datepicker-calendar table.datepicker-weekdays {
}
div.datepicker-calendar table.datepicker-grid th,
div.datepicker-calendar table.datepicker-grid td{
	text-align: center;
	padding: 0;
}
div.datepicker-calendar table.datepicker-grid th abbr{
	border: none;
}
div.datepicker-calendar table.datepicker-grid td {
	border: 1px solid #999;
	cursor: pointer;
}
div.datepicker-calendar table.datepicker-grid td.unselectable {
	cursor: default;
}
div.datepicker-calendar table.datepicker-grid th,
div.datepicker-calendar table.datepicker-grid td.day {
	height: 30px;
}
div.datepicker-calendar table.datepicker-grid td.month {
	height: 60px;
}
div.datepicker-calendar table.datepicker-grid td.year {
	height: 45px;
}
div.datepicker-calendar table.datepicker-grid td.curDay,
div.datepicker-calendar table.datepicker-grid td.curMonth,
div.datepicker-calendar table.datepicker-grid td.curYear {
	border: 1px solid #999;
}
div.datepicker-calendar table.datepicker-grid td.empty {
	border: 1px solid #999;
	cursor: default;
}
div.datepicker-calendar .offscreen {
	position: absolute;
	left: -200em;
	top: -100em;
}
.datepicker-overlay {
	background: #777;
    display: none;        
    position: fixed;   
    top: 0;                  
    right: 0;              
    bottom: 0;
    left: 0;
    opacity: 0.5;
	height: 100%;
	min-height: 100%;
	z-index: 40;
}
div.datepicker-calendar button.datepicker-close {
	height: 30px;
	width: 100%;
	font-weight: bold;
	margin-top: 1px;
	border: 1px solid #eee;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
}

/**************************** 
 * colors
 ***************************/

/**************************** 
 * default theme colors
 ***************************/
a.datepicker-button.default {
}
a.datepicker-button.default:hover,
a.datepicker-button.default:focus {
	background-color: #DDD;
}
div.datepicker-calendar.default {
	background-color: #FFF;
}
div.datepicker-calendar.default div.datepicker-month-wrap {
}
div.datepicker-calendar.default div.datepicker-month-fast-prev.disabled,
div.datepicker-calendar.default div.datepicker-month-fast-next.disabled ,
div.datepicker-calendar.default div.datepicker-month-prev.disabled,
div.datepicker-calendar.default div.datepicker-month-next.disabled {
	color:  #999;
}
div.datepicker-calendar.default div.datepicker-month-fast-prev.enabled:hover,
div.datepicker-calendar.default div.datepicker-month-fast-prev.enabled:focus,
div.datepicker-calendar.default div.datepicker-month-fast-next.enabled:hover,
div.datepicker-calendar.default div.datepicker-month-fast-next.enabled:focus,
div.datepicker-calendar.default div.datepicker-month-prev.enabled:hover,
div.datepicker-calendar.default div.datepicker-month-prev.enabled:focus,
div.datepicker-calendar.default div.datepicker-month-next.enabled:hover,
div.datepicker-calendar.default div.datepicker-month-next.enabled:focus,
div.datepicker-calendar.default div.datepicker-month:hover,
div.datepicker-calendar.default div.datepicker-month:focus,
div.datepicker-calendar.default button.datepicker-close:hover, 
div.datepicker-calendar.default button.datepicker-close:focus {
	background-color: #EEE;
	border-color:  #999;
}
div.datepicker-calendar.default table.datepicker-grid:focus {
	outline: 1px dotted #999;
}
div.datepicker-calendar.default tr.datepicker-weekdays {
	border-top:  1px solid #999;
	border-bottom:  1px solid #999;
}
div.datepicker-calendar.default table.datepicker-grid th {
	background-color: #EEE;
	border:  none;
}
div.datepicker-calendar.default table.datepicker-grid td {
	border:  none;
	color: #000;
}
div.datepicker-calendar.default table.datepicker-grid td.unselectable {
	color: #999;
}
div.datepicker-calendar.default table.datepicker-grid td.curDay,
div.datepicker-calendar.default table.datepicker-grid td.curMonth,
div.datepicker-calendar.default table.datepicker-grid td.curYear {
	background-color: #FFF0C4;
}
div.datepicker-calendar.default table.datepicker-grid td.empty {
	border:  none;
	color: #CCC;
}
div.datepicker-calendar.default table.datepicker-grid td.selectable:hover,
div.datepicker-calendar.default table.datepicker-grid td.selectable.focus {
	background-color: #DDD;
}
div.datepicker-calendar.default table.datepicker-grid td.empty:hover {
	background-color: #F9F9F9;
}
div.datepicker-calendar.default button.datepicker-close {
	background-color: #DDD;
	border-color:  #999;
	color: #000;
}

/**************************** 
 * bootstrap theme colors
 ***************************/
a.datepicker-button.bootstrap {
}
a.datepicker-button.bootstrap:hover,
a.datepicker-button.bootstrap:focus {
	background-color: #DDD;
}
div.datepicker-calendar.bootstrap {
	box-shadow: 0 6px 12px rgba(0, 0, 0, 0.176);
	min-width: 200px;
	font-size: .8em;
	background-clip: padding-box;
	background-color: #FFF;
	border-radius: 4px;
	line-height: 20px;
}
div.datepicker-calendar.bootstrap.below {
	margin-top: 2px;
}
div.datepicker-calendar.bootstrap.above {
	margin-top: -2px;
}
div.datepicker-calendar.bootstrap:before {
  content: '';
  display: inline-block;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 7px solid #ccc;
  border-top: 0;
  border-bottom-color: rgba(0, 0, 0, 0.2);
  position: absolute;
  left: 7px;
}
div.datepicker-calendar.bootstrap:after {
  content: '';
  display: inline-block;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid #ffffff;
  border-top: 0;
  position: absolute;
  left: 6px;
}
div.datepicker-calendar.bootstrap.below:before {
  top: -7px;
}
div.datepicker-calendar.bootstrap.below:after {
  top: -6px;
}
div.datepicker-calendar.bootstrap.above:before {
  bottom: -7px;
  border-bottom: 0;
  border-top: 7px solid #999;
}
div.datepicker-calendar.bootstrap.above:after {
  bottom: -6px;
  border-bottom: 0;
  border-top: 6px solid #ffffff;
}
div.datepicker-calendar.bootstrap div.datepicker-month-wrap {
}
div.datepicker-calendar.bootstrap div.datepicker-month-fast-prev.disabled,
div.datepicker-calendar.bootstrap div.datepicker-month-fast-next.disabled ,
div.datepicker-calendar.bootstrap div.datepicker-month-prev.disabled,
div.datepicker-calendar.bootstrap div.datepicker-month-next.disabled {
	color:  #999;
}
div.datepicker-calendar.bootstrap div.datepicker-month-fast-prev.enabled:hover,
div.datepicker-calendar.bootstrap div.datepicker-month-fast-prev.enabled:focus,
div.datepicker-calendar.bootstrap div.datepicker-month-fast-next.enabled:hover,
div.datepicker-calendar.bootstrap div.datepicker-month-fast-next.enabled:focus,
div.datepicker-calendar.bootstrap div.datepicker-month-prev.enabled:hover,
div.datepicker-calendar.bootstrap div.datepicker-month-prev.enabled:focus,
div.datepicker-calendar.bootstrap div.datepicker-month-next.enabled:hover,
div.datepicker-calendar.bootstrap div.datepicker-month-next.enabled:focus,
div.datepicker-calendar.bootstrap div.datepicker-month:hover,
div.datepicker-calendar.bootstrap div.datepicker-month:focus,
div.datepicker-calendar.bootstrap button.datepicker-close:hover, 
div.datepicker-calendar.bootstrap button.datepicker-close:focus {
	background-color: #EEE;
	border-color:  #999;
}
div.datepicker-calendar.bootstrap table.datepicker-grid:focus {
	outline: none;
}
div.datepicker-calendar.bootstrap tr.datepicker-weekdays {
	border: none;
}
div.datepicker-calendar.bootstrap table.datepicker-grid th {
}
div.datepicker-calendar.bootstrap table.datepicker-grid th abbr{
	text-decoration: none;
	cursor: default;
}
div.datepicker-calendar.bootstrap table.datepicker-grid td {
	border:  none;
	color: #000;
}
div.datepicker-calendar.bootstrap table.datepicker-grid td.unselectable {
	color: #999;
}
div.datepicker-calendar.bootstrap table.datepicker-grid td.curDay,
div.datepicker-calendar.bootstrap table.datepicker-grid td.curMonth,
div.datepicker-calendar.bootstrap table.datepicker-grid td.curYear {
	background-color: #FFF0C4;
}
div.datepicker-calendar.bootstrap table.datepicker-grid td.empty {
	border:  none;
	color: #CCC;
}
div.datepicker-calendar.bootstrap table.datepicker-grid td.selectable:hover,
div.datepicker-calendar.bootstrap table.datepicker-grid td.selectable.focus {
	background-color: #DDD;
}
div.datepicker-calendar.bootstrap table.datepicker-grid td.empty:hover {
	background-color: #F9F9F9;
}
div.datepicker-calendar.bootstrap button.datepicker-close {
	background-color: #DDD;
	border-color:  #999;
	color: #000;
}

/**************************** 
 * maroon theme colors
 ***************************/
a.datepicker-button.maroon {
	color: #FFF;
	background-color: #A63950;
}
a.datepicker-button.maroon:hover,
a.datepicker-button.maroon:focus {
	color: #FFF;
	background-color: #802C3E;
}
div.datepicker-calendar.maroon {
	background-color: #FFF;
	border-color:  #CCC;
}
div.datepicker-calendar.maroon div.datepicker-month-wrap {
	background-color: #522A3F;
	color: #FFF;
}
div.datepicker-calendar.maroon div.datepicker-month-fast-prev.disabled,
div.datepicker-calendar.maroon div.datepicker-month-fast-next.disabled ,
div.datepicker-calendar.maroon div.datepicker-month-prev.disabled,
div.datepicker-calendar.maroon div.datepicker-month-next.disabled {
	color:  #999;
}
div.datepicker-calendar.maroon div.datepicker-month-fast-prev.enabled:hover,
div.datepicker-calendar.maroon div.datepicker-month-fast-prev.enabled:focus,
div.datepicker-calendar.maroon div.datepicker-month-fast-next.enabled:hover,
div.datepicker-calendar.maroon div.datepicker-month-fast-next.enabled:focus,
div.datepicker-calendar.maroon div.datepicker-month-prev.enabled:hover,
div.datepicker-calendar.maroon div.datepicker-month-prev.enabled:focus,
div.datepicker-calendar.maroon div.datepicker-month-next.enabled:hover,
div.datepicker-calendar.maroon div.datepicker-month-next.enabled:focus,
div.datepicker-calendar.maroon div.datepicker-month:hover,
div.datepicker-calendar.maroon div.datepicker-month:focus,
div.datepicker-calendar.maroon button.datepicker-close:hover, 
div.datepicker-calendar.maroon button.datepicker-close:focus {
	background-color: #A63950;
	border-color:  #800;
}
div.datepicker-calendar.maroon table.datepicker-grid:focus {
	outline: 1px dotted #A63950;
}
div.datepicker-calendar.maroon tr.datepicker-weekdays {
}
div.datepicker-calendar.maroon table.datepicker-grid th {
	background-color: #A63950;
	color: #FFF;
}
div.datepicker-calendar.maroon table.datepicker-grid td {
	background-color: #EEE;
	border-color:  #999;
}
div.datepicker-calendar.maroon table.datepicker-grid td.unselectable {
	color: #999;
}
div.datepicker-calendar.maroon table.datepicker-grid td.curDay,
div.datepicker-calendar.maroon table.datepicker-grid td.curMonth,
div.datepicker-calendar.maroon table.datepicker-grid td.curYear {
	background-color: #FFF0C4;
}
div.datepicker-calendar.maroon table.datepicker-grid td.empty {
	background-color: #F9F9F9;
	color: #AAA;
}
div.datepicker-calendar.maroon table.datepicker-grid td.selectable:hover,
div.datepicker-calendar.maroon table.datepicker-grid td.selectable.focus {
	background-color: #B55A6E;
	color: #FFF;
	border-color: #800;
}
div.datepicker-calendar.maroon table.datepicker-grid td.empty:hover {
	background-color: #F9F9F9;
	border-color:  #999;
}
div.datepicker-calendar.maroon button.datepicker-close {
	background-color: #522A3F;
	color: #FFF;
	border-color:  #EEE;
}

/**************************** 
 * blue theme colors
 ***************************/
a.datepicker-button.blue {
	color: #FFF;
	background-color: #063A5B;
}
a.datepicker-button.blue:hover,
a.datepicker-button.blue:focus {
	background-color: #262A33;
}
div.datepicker-calendar.blue {
	background-color: #FFF;
	border-color:  #CCC;
}
div.datepicker-calendar.blue div.datepicker-month-wrap {
	background-color: #063A5B;
	color: #FFF;
}
div.datepicker-calendar.blue div.datepicker-month-fast-prev.disabled,
div.datepicker-calendar.blue div.datepicker-month-fast-next.disabled ,
div.datepicker-calendar.blue div.datepicker-month-prev.disabled,
div.datepicker-calendar.blue div.datepicker-month-next.disabled {
	color:  #999;
}
div.datepicker-calendar.blue div.datepicker-month-fast-prev.enabled:hover,
div.datepicker-calendar.blue div.datepicker-month-fast-prev.enabled:focus,
div.datepicker-calendar.blue div.datepicker-month-fast-next.enabled:hover,
div.datepicker-calendar.blue div.datepicker-month-fast-next.enabled:focus,
div.datepicker-calendar.blue div.datepicker-month-prev.enabled:hover,
div.datepicker-calendar.blue div.datepicker-month-prev.enabled:focus,
div.datepicker-calendar.blue div.datepicker-month-next.enabled:hover,
div.datepicker-calendar.blue div.datepicker-month-next.enabled:focus,
div.datepicker-calendar.blue div.datepicker-month:hover,
div.datepicker-calendar.blue div.datepicker-month:focus,
div.datepicker-calendar.blue button.datepicker-close:hover, 
div.datepicker-calendar.blue button.datepicker-close:focus {
	background-color: #0B6BA8;
	border-color:  #3484B7;
}
div.datepicker-calendar.blue table.datepicker-grid:focus {
	outline: 1px dotted #0B6BA8;
}
div.datepicker-calendar.blue tr.datepicker-weekdays {
}
div.datepicker-calendar.blue table.datepicker-grid th {
	background-color: #0B6BA8;
	color: #FFF;
}
div.datepicker-calendar.blue table.datepicker-grid td {
	background-color: #EEE;
	border-color:  #999;
}
div.datepicker-calendar.blue table.datepicker-grid td.unselectable {
	color: #999;
}
div.datepicker-calendar.blue table.datepicker-grid td.curDay,
div.datepicker-calendar.blue table.datepicker-grid td.curMonth,
div.datepicker-calendar.blue table.datepicker-grid td.curYear {
	background-color: #FFF0C4;
}
div.datepicker-calendar.blue table.datepicker-grid td.empty {
	background-color: #F9F9F9;
	color: #AAA;
}
div.datepicker-calendar.blue table.datepicker-grid td.selectable:hover,
div.datepicker-calendar.blue table.datepicker-grid td.selectable.focus {
	background-color: #0B6BA8;
	color: #FFF;
	border-color: #3484B7;
}
div.datepicker-calendar.blue table.datepicker-grid td.empty:hover {
	background-color: #F9F9F9;
	border-color:  #999;
}
div.datepicker-calendar.blue button.datepicker-close {
	background-color: #063A5B;
	color: #FFF;
	border-color:  #EEE;
}

/**************************** 
 * green theme colors
 ***************************/
a.datepicker-button.green {
	color: #FFF;
	background-color: #0C5E2F;
}
a.datepicker-button.green:hover,
a.datepicker-button.green:focus {
	background-color: #262A33;
}
div.datepicker-calendar.green {
	background-color: #FFF;
	border-color:  #CCC;
}
div.datepicker-calendar.green div.datepicker-month-wrap {
	background-color: #0C5E2F;
	color: #FFF;
}
div.datepicker-calendar.green div.datepicker-month-fast-prev.disabled,
div.datepicker-calendar.green div.datepicker-month-fast-next.disabled ,
div.datepicker-calendar.green div.datepicker-month-prev.disabled,
div.datepicker-calendar.green div.datepicker-month-next.disabled {
	color:  #999;
}
div.datepicker-calendar.green div.datepicker-month-fast-prev.enabled:hover,
div.datepicker-calendar.green div.datepicker-month-fast-prev.enabled:focus,
div.datepicker-calendar.green div.datepicker-month-fast-next.enabled:hover,
div.datepicker-calendar.green div.datepicker-month-fast-next.enabled:focus,
div.datepicker-calendar.green div.datepicker-month-prev.enabled:hover,
div.datepicker-calendar.green div.datepicker-month-prev.enabled:focus,
div.datepicker-calendar.green div.datepicker-month-next.enabled:hover,
div.datepicker-calendar.green div.datepicker-month-next.enabled:focus,
div.datepicker-calendar.green div.datepicker-month:hover,
div.datepicker-calendar.green div.datepicker-month:focus,
div.datepicker-calendar.green button.datepicker-close:hover, 
div.datepicker-calendar.green button.datepicker-close:focus {
	background-color: #0D803B;
	border-color:  #36955C;
}
div.datepicker-calendar.green table.datepicker-grid:focus {
	outline: 1px dotted #0D803B;
}
div.datepicker-calendar.green tr.datepicker-weekdays {
}
div.datepicker-calendar.green table.datepicker-grid th {
	background-color: #0D803B;
	color: #FFF;
}
div.datepicker-calendar.green table.datepicker-grid td {
	background-color: #EEE;
	border-color:  #999;
}
div.datepicker-calendar.green table.datepicker-grid td.unselectable {
	color: #999;
}
div.datepicker-calendar.green table.datepicker-grid td.curDay,
div.datepicker-calendar.green table.datepicker-grid td.curMonth,
div.datepicker-calendar.green table.datepicker-grid td.curYear {
	background-color: #FFF0C4;
}
div.datepicker-calendar.green table.datepicker-grid td.empty {
	background-color: #F9F9F9;
	color: #AAA;
}
div.datepicker-calendar.green table.datepicker-grid td.selectable:hover,
div.datepicker-calendar.green table.datepicker-grid td.selectable.focus {
	background-color: #0D803B;
	color: #FFF;
	border-color: #36955C;
}
div.datepicker-calendar.green table.datepicker-grid td.empty:hover {
	background-color: #F9F9F9;
	border-color:  #999;
}
div.datepicker-calendar.green button.datepicker-close {
	background-color: #0C5E2F;
	color: #FFF;
	border-color:  #EEE;
}

/*!
 * Bootstrap v3.4.1 (https://getbootstrap.com/)
 * Copyright 2011-2019 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 */
@import "../../../wms/admin/assets/vendor/selectize/dist/css/selectize.bootstrap3.css";
@import "../../../wms/admin/assets/vendor/ab-datepicker/css/datepicker.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: none;
  text-decoration: underline;
  text-decoration: underline 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 {
    color: #000 !important;
    text-shadow: none !important;
    background: transparent !important;
    box-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  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("../../../admin/assets/vendor/bootstrap/fonts/glyphicons-halflings-regular.eot");
  src: url("../../../admin/assets/vendor/bootstrap/fonts/glyphicons-halflings-regular.eot?#iefix") format("embedded-opentype"), url("../../../admin/assets/vendor/bootstrap/fonts/glyphicons-halflings-regular.woff2") format("woff2"), url("../../../admin/assets/vendor/bootstrap/fonts/glyphicons-halflings-regular.woff") format("woff"), url("../../../admin/assets/vendor/bootstrap/fonts/glyphicons-halflings-regular.ttf") format("truetype"), url("../../../admin/assets/vendor/bootstrap/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: 400;
  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: #727272;
  background-color: #fff;
}
input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
a {
  color: #2a6496;
  text-decoration: none;
}
a:hover,
a:focus {
  color: #193c5a;
  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: 6px;
}
.img-thumbnail {
  padding: 4px;
  line-height: 1.42857143;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  -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 #727272;
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  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: 400;
  line-height: 1;
  color: #727272;
}
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: 35px;
}
h2,
.h2 {
  font-size: 31px;
}
h3,
.h3 {
  font-size: 26px;
}
h4,
.h4 {
  font-size: 22px;
}
h5,
.h5 {
  font-size: 19px;
}
h6,
.h6 {
  font-size: 17px;
}
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 {
  padding: 0.2em;
  background-color: #fcf8e3;
}
.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: #727272;
}
.text-primary {
  color: #2a6496;
}
a.text-primary:hover,
a.text-primary:focus {
  color: #1f496e;
}
.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: #2a6496;
}
a.bg-primary:hover,
a.bg-primary:focus {
  background-color: #1f496e;
}
.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 #eee;
}
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-right: 5px;
  padding-left: 5px;
}
dl {
  margin-top: 0;
  margin-bottom: 20px;
}
dt,
dd {
  line-height: 1.42857143;
}
dt {
  font-weight: 700;
}
dd {
  margin-left: 0;
}
@media (min-width: 9999px) {
  .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;
}
.initialism {
  font-size: 90%;
  text-transform: uppercase;
}
blockquote {
  padding: 10px 20px;
  margin: 0 0 20px;
  font-size: 17.5px;
  border-left: 5px solid #eee;
}
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: #999;
}
blockquote footer:before,
blockquote small:before,
blockquote .small:before {
  content: "\2014 \00A0";
}
.blockquote-reverse,
blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
  text-align: right;
  border-right: 5px solid #eee;
  border-left: 0;
}
.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: 4px;
}
kbd {
  padding: 2px 4px;
  font-size: 90%;
  color: #fff;
  background-color: #333;
  border-radius: 3px;
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);
}
kbd kbd {
  padding: 0;
  font-size: 100%;
  font-weight: 700;
  box-shadow: none;
}
pre {
  display: block;
  padding: 9.5px;
  margin: 0 0 10px;
  font-size: 13px;
  line-height: 1.42857143;
  color: #727272;
  word-break: break-all;
  word-wrap: break-word;
  background-color: #f5f5f5;
  border: 1px solid #ccc;
  border-radius: 4px;
}
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 {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .container {
    width: 750px;
  }
}
@media (min-width: 992px) {
  .container {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1170px;
  }
}
.container-fluid {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
.row {
  margin-right: -15px;
  margin-left: -15px;
}
.row-no-gutters {
  margin-right: 0;
  margin-left: 0;
}
.row-no-gutters [class*="col-"] {
  padding-right: 0;
  padding-left: 0;
}
.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-right: 15px;
  padding-left: 15px;
}
.col-xs-1,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-10,
.col-xs-11,
.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: transparent;
}
table col[class*="col-"] {
  position: static;
  display: table-column;
  float: none;
}
table td[class*="col-"],
table th[class*="col-"] {
  position: static;
  display: table-cell;
  float: none;
}
caption {
  padding-top: 8px;
  padding-bottom: 8px;
  color: #727272;
  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 #ddd;
}
.table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #ddd;
}
.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 #ddd;
}
.table .table {
  background-color: #fff;
}
.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 #ddd;
}
.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 #ddd;
}
.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: #f5f5f5;
}
.table > thead > tr > td.active,
.table > tbody > tr > td.active,
.table > tfoot > tr > td.active,
.table > thead > tr > th.active,
.table > tbody > tr > th.active,
.table > tfoot > tr > th.active,
.table > thead > tr.active > td,
.table > tbody > tr.active > td,
.table > tfoot > tr.active > td,
.table > thead > tr.active > th,
.table > tbody > tr.active > th,
.table > tfoot > tr.active > th {
  background-color: #f5f5f5;
}
.table-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: #e8e8e8;
}
.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 {
  min-height: 0.01%;
  overflow-x: auto;
}
@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 #ddd;
  }
  .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 {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}
legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 20px;
  font-size: 21px;
  line-height: inherit;
  color: #727272;
  border: 0;
  border-bottom: 1px solid #e5e5e5;
}
label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: 700;
}
input[type="search"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-appearance: none;
  appearance: none;
}
input[type="radio"],
input[type="checkbox"] {
  margin: 4px 0 0;
  margin-top: 1px \9;
  line-height: normal;
}
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;
}
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: #999;
}
.form-control {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #999;
  background-color: #fff;
  background-image: none;
  border: 1px solid #727272;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -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: #3699f2;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(54, 153, 242, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(54, 153, 242, 0.6);
}
.form-control::-moz-placeholder {
  color: #727272;
  opacity: 1;
}
.form-control:-ms-input-placeholder {
  color: #727272;
}
.form-control::-webkit-input-placeholder {
  color: #727272;
}
.form-control::-ms-expand {
  background-color: transparent;
  border: 0;
}
.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
  background-color: #eee;
  opacity: 1;
}
.form-control[disabled],
fieldset[disabled] .form-control {
  cursor: not-allowed;
}
textarea.form-control {
  height: auto;
}
@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.disabled label,
.checkbox.disabled label,
fieldset[disabled] .radio label,
fieldset[disabled] .checkbox label {
  cursor: not-allowed;
}
.radio label,
.checkbox label {
  min-height: 20px;
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: 400;
  cursor: pointer;
}
.radio input[type="radio"],
.radio-inline input[type="radio"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
  position: absolute;
  margin-top: 4px \9;
  margin-left: -20px;
}
.radio + .radio,
.checkbox + .checkbox {
  margin-top: -5px;
}
.radio-inline,
.checkbox-inline {
  position: relative;
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: 400;
  vertical-align: middle;
  cursor: pointer;
}
.radio-inline.disabled,
.checkbox-inline.disabled,
fieldset[disabled] .radio-inline,
fieldset[disabled] .checkbox-inline {
  cursor: not-allowed;
}
.radio-inline + .radio-inline,
.checkbox-inline + .checkbox-inline {
  margin-top: 0;
  margin-left: 10px;
}
.form-control-static {
  min-height: 34px;
  padding-top: 7px;
  padding-bottom: 7px;
  margin-bottom: 0;
}
.form-control-static.input-lg,
.form-control-static.input-sm {
  padding-right: 0;
  padding-left: 0;
}
.input-sm {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
select.input-sm {
  height: 30px;
  line-height: 30px;
}
textarea.input-sm,
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: 3px;
}
.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.33;
  border-radius: 6px;
}
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.33;
  border-radius: 6px;
}
.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.33;
}
.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);
  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;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
}
.has-success .input-group-addon {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #3c763d;
}
.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);
  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;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
}
.has-warning .input-group-addon {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #8a6d3b;
}
.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);
  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;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
}
.has-error .input-group-addon {
  color: #a94442;
  background-color: #f2dede;
  border-color: #a94442;
}
.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: #b2b2b2;
}
@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 {
  padding-top: 7px;
  margin-top: 0;
  margin-bottom: 0;
}
.form-horizontal .radio,
.form-horizontal .checkbox {
  min-height: 27px;
}
.form-horizontal .form-group {
  margin-right: -15px;
  margin-left: -15px;
}
@media (min-width: 768px) {
  .form-horizontal .control-label {
    padding-top: 7px;
    margin-bottom: 0;
    text-align: right;
  }
}
.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,
div.datepicker-calendar.default .datepicker-close-wrap .datepicker-close,
div.datepicker-calendar.bootstrap .datepicker-close-wrap .datepicker-close {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  border-radius: 4px;
  -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,
div.datepicker-calendar.default .datepicker-close-wrap .datepicker-close:focus,
div.datepicker-calendar.bootstrap .datepicker-close-wrap .datepicker-close:focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.btn:hover,
.btn:focus,
.btn.focus,
div.datepicker-calendar.default .datepicker-close-wrap .datepicker-close:focus,
div.datepicker-calendar.bootstrap .datepicker-close-wrap .datepicker-close:focus,
div.datepicker-calendar.default .datepicker-close-wrap .datepicker-close:hover,
div.datepicker-calendar.bootstrap .datepicker-close-wrap .datepicker-close:hover {
  color: #333;
  text-decoration: none;
}
.btn:active,
.btn.active,
div.datepicker-calendar.default .datepicker-close-wrap .datepicker-close:active,
div.datepicker-calendar.bootstrap .datepicker-close-wrap .datepicker-close:active {
  background-image: none;
  outline: 0;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
  cursor: not-allowed;
  filter: alpha(opacity=65);
  opacity: 0.65;
  -webkit-box-shadow: none;
  box-shadow: none;
}
a.btn.disabled,
fieldset[disabled] a.btn {
  pointer-events: none;
}
.btn-default,
div.datepicker-calendar.default .datepicker-close-wrap .datepicker-close,
div.datepicker-calendar.bootstrap .datepicker-close-wrap .datepicker-close {
  color: #333;
  background-color: #fff;
  border-color: #727272;
}
.btn-default:focus,
.btn-default.focus,
div.datepicker-calendar.default .datepicker-close-wrap .datepicker-close:focus,
div.datepicker-calendar.bootstrap .datepicker-close-wrap .datepicker-close:focus {
  color: #333;
  background-color: #e6e6e6;
  border-color: #323232;
}
.btn-default:hover,
div.datepicker-calendar.default .datepicker-close-wrap .datepicker-close:hover,
div.datepicker-calendar.bootstrap .datepicker-close-wrap .datepicker-close:hover {
  color: #333;
  background-color: #e6e6e6;
  border-color: #535353;
}
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default,
div.datepicker-calendar.default .datepicker-close-wrap .datepicker-close:active,
div.datepicker-calendar.bootstrap .datepicker-close-wrap .datepicker-close:active {
  color: #333;
  background-color: #e6e6e6;
  background-image: none;
  border-color: #535353;
}
.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: #323232;
}
.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: #727272;
}
.btn-default .badge {
  color: #fff;
  background-color: #333;
}
.btn-primary {
  color: #fff;
  background-color: #2a6496;
  border-color: #245782;
}
.btn-primary:focus,
.btn-primary.focus {
  color: #fff;
  background-color: #1f496e;
  border-color: #09141e;
}
.btn-primary:hover {
  color: #fff;
  background-color: #1f496e;
  border-color: #173752;
}
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  color: #fff;
  background-color: #1f496e;
  background-image: none;
  border-color: #173752;
}
.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: #173752;
  border-color: #09141e;
}
.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: #2a6496;
  border-color: #245782;
}
.btn-primary .badge {
  color: #2a6496;
  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;
  background-image: none;
  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.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;
  background-image: none;
  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.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: #C05820;
  border-color: #aa4e1c;
}
.btn-warning:focus,
.btn-warning.focus {
  color: #fff;
  background-color: #944419;
  border-color: #3d1c0a;
}
.btn-warning:hover {
  color: #fff;
  background-color: #944419;
  border-color: #763614;
}
.btn-warning:active,
.btn-warning.active,
.open > .dropdown-toggle.btn-warning {
  color: #fff;
  background-color: #944419;
  background-image: none;
  border-color: #763614;
}
.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: #763614;
  border-color: #3d1c0a;
}
.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: #C05820;
  border-color: #aa4e1c;
}
.btn-warning .badge {
  color: #C05820;
  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;
  background-image: none;
  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.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 {
  font-weight: 400;
  color: #2a6496;
  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;
  box-shadow: none;
}
.btn-link,
.btn-link:hover,
.btn-link:focus,
.btn-link:active {
  border-color: transparent;
}
.btn-link:hover,
.btn-link:focus {
  color: #193c5a;
  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: #727272;
  text-decoration: none;
}
.btn-lg,
.btn-group-lg > .btn {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33;
  border-radius: 6px;
}
.btn-sm,
.btn-group-sm > .btn {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
.btn-xs,
.btn-group-xs > .btn {
  padding: 1px 5px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
.btn-block,
div.datepicker-calendar.default .datepicker-close-wrap .datepicker-close,
div.datepicker-calendar.bootstrap .datepicker-close-wrap .datepicker-close {
  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;
  font-size: 14px;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
}
.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: 400;
  line-height: 1.42857143;
  color: #727272;
  white-space: nowrap;
}
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
  color: #656565;
  text-decoration: none;
  background-color: #f5f5f5;
}
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
  color: #fff;
  text-decoration: none;
  background-color: #2a6496;
  outline: 0;
}
.dropdown-menu > .disabled > a,
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  color: #999;
}
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  text-decoration: none;
  cursor: not-allowed;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.open > .dropdown-menu {
  display: block;
}
.open > a {
  outline: 0;
}
.dropdown-menu-right {
  right: 0;
  left: auto;
}
.dropdown-menu-left {
  right: auto;
  left: 0;
}
.dropdown-header {
  display: block;
  padding: 3px 20px;
  font-size: 12px;
  line-height: 1.42857143;
  color: #999;
  white-space: nowrap;
}
.dropdown-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 990;
}
.pull-right > .dropdown-menu {
  right: 0;
  left: auto;
}
.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
  content: "";
  border-top: 0;
  border-bottom: 4px dashed;
  border-bottom: 4px solid \9;
}
.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 2px;
}
@media (min-width: 9999px) {
  .navbar-right .dropdown-menu {
    right: 0;
    left: auto;
  }
  .navbar-right .dropdown-menu-left {
    right: auto;
    left: 0;
  }
}
.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-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.btn-group > .btn:last-child:not(:first-child),
.btn-group > .dropdown-toggle:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-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-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.btn-group > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
  outline: 0;
}
.btn-group > .btn + .dropdown-toggle {
  padding-right: 8px;
  padding-left: 8px;
}
.btn-group > .btn-lg + .dropdown-toggle {
  padding-right: 12px;
  padding-left: 12px;
}
.btn-group.open .dropdown-toggle {
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn-group.open .dropdown-toggle.btn-link {
  -webkit-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-left-radius: 4px;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn:last-child:not(:first-child) {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}
.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-left-radius: 0;
  border-top-right-radius: 0;
}
.btn-group-justified {
  display: table;
  width: 100%;
  table-layout: fixed;
  border-collapse: separate;
}
.btn-group-justified > .btn,
.btn-group-justified > .btn-group {
  display: table-cell;
  float: none;
  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-right: 0;
  padding-left: 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.33;
  border-radius: 6px;
}
select.input-group-lg > .form-control,
select.input-group-lg > .input-group-addon,
select.input-group-lg > .input-group-btn > .btn {
  height: 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: 3px;
}
select.input-group-sm > .form-control,
select.input-group-sm > .input-group-addon,
select.input-group-sm > .input-group-btn > .btn {
  height: 30px;
  line-height: 30px;
}
textarea.input-group-sm > .form-control,
textarea.input-group-sm > .input-group-addon,
textarea.input-group-sm > .input-group-btn > .btn,
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: 400;
  line-height: 1;
  color: #999;
  text-align: center;
  background-color: #eee;
  border: 1px solid #727272;
  border-radius: 4px;
}
.input-group-addon.input-sm {
  padding: 5px 10px;
  font-size: 12px;
  border-radius: 3px;
}
.input-group-addon.input-lg {
  padding: 10px 16px;
  font-size: 18px;
  border-radius: 6px;
}
.input-group-addon input[type="radio"],
.input-group-addon input[type="checkbox"] {
  margin-top: 0;
}
.input-group .form-control:first-child,
.input-group-addon:first-child,
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .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-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.input-group-addon:first-child {
  border-right: 0;
}
.input-group .form-control:last-child,
.input-group-addon:last-child,
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .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-top-left-radius: 0;
  border-bottom-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 {
  padding-left: 0;
  margin-bottom: 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: #eee;
}
.nav > li.disabled > a {
  color: #999;
}
.nav > li.disabled > a:hover,
.nav > li.disabled > a:focus {
  color: #999;
  text-decoration: none;
  cursor: not-allowed;
  background-color: transparent;
}
.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus {
  background-color: #eee;
  border-color: #2a6496;
}
.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 #727272;
}
.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: 4px 4px 0 0;
}
.nav-tabs > li > a:hover {
  border-color: #eee #eee #727272;
}
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
  color: #999;
  cursor: default;
  background-color: #fff;
  border: 1px solid #727272;
  border-bottom-color: transparent;
}
.nav-tabs.nav-justified {
  width: 100%;
  border-bottom: 0;
}
.nav-tabs.nav-justified > li {
  float: none;
}
.nav-tabs.nav-justified > li > a {
  margin-bottom: 5px;
  text-align: center;
}
.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: 4px;
}
.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: 4px 4px 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: #fff;
  }
}
.nav-pills > li {
  float: left;
}
.nav-pills > li > a {
  border-radius: 4px;
}
.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: #2a6496;
}
.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 {
  margin-bottom: 5px;
  text-align: center;
}
.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: 4px;
}
.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: 4px 4px 0 0;
  }
  .nav-tabs-justified > .active > a,
  .nav-tabs-justified > .active > a:hover,
  .nav-tabs-justified > .active > a:focus {
    border-bottom-color: #fff;
  }
}
.tab-content > .tab-pane {
  display: none;
}
.tab-content > .active {
  display: block;
}
.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.navbar {
  position: relative;
  min-height: 50px;
  margin-bottom: 20px;
  border: 1px solid transparent;
}
@media (min-width: 9999px) {
  .navbar {
    border-radius: 4px;
  }
}
@media (min-width: 9999px) {
  .navbar-header {
    float: left;
  }
}
.navbar-collapse {
  padding-right: 15px;
  padding-left: 15px;
  overflow-x: visible;
  border-top: 1px solid transparent;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  -webkit-overflow-scrolling: touch;
}
.navbar-collapse.in {
  overflow-y: auto;
}
@media (min-width: 9999px) {
  .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-right: 0;
    padding-left: 0;
  }
}
.navbar-fixed-top,
.navbar-fixed-bottom {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030;
}
.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;
  }
}
@media (min-width: 9999px) {
  .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;
}
.container > .navbar-header,
.container-fluid > .navbar-header,
.container > .navbar-collapse,
.container-fluid > .navbar-collapse {
  margin-right: -15px;
  margin-left: -15px;
}
@media (min-width: 9999px) {
  .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: 9999px) {
  .navbar-static-top {
    border-radius: 0;
  }
}
.navbar-brand {
  float: left;
  height: 50px;
  padding: 15px 15px;
  font-size: 18px;
  line-height: 20px;
}
.navbar-brand:hover,
.navbar-brand:focus {
  text-decoration: none;
}
.navbar-brand > img {
  display: block;
}
@media (min-width: 9999px) {
  .navbar > .container .navbar-brand,
  .navbar > .container-fluid .navbar-brand {
    margin-left: -15px;
  }
}
.navbar-toggle {
  position: relative;
  float: right;
  padding: 9px 10px;
  margin-right: 15px;
  margin-top: 8px;
  margin-bottom: 8px;
  background-color: transparent;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
}
.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: 9999px) {
  .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: 9998px) {
  .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: 9999px) {
  .navbar-nav {
    float: left;
    margin: 0;
  }
  .navbar-nav > li {
    float: left;
  }
  .navbar-nav > li > a {
    padding-top: 15px;
    padding-bottom: 15px;
  }
}
.navbar-form {
  padding: 10px 15px;
  margin-right: -15px;
  margin-left: -15px;
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  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: 9998px) {
  .navbar-form .form-group {
    margin-bottom: 5px;
  }
  .navbar-form .form-group:last-child {
    margin-bottom: 0;
  }
}
@media (min-width: 9999px) {
  .navbar-form {
    width: auto;
    padding-top: 0;
    padding-bottom: 0;
    margin-right: 0;
    margin-left: 0;
    border: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
}
.navbar-nav > li > .dropdown-menu {
  margin-top: 0;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
  margin-bottom: 0;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  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: 9999px) {
  .navbar-text {
    float: left;
    margin-right: 15px;
    margin-left: 15px;
  }
}
@media (min-width: 9999px) {
  .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-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus {
  color: #555;
  background-color: #e7e7e7;
}
@media (max-width: 9998px) {
  .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-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-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: #bfbfbf;
}
.navbar-inverse .navbar-brand:hover,
.navbar-inverse .navbar-brand:focus {
  color: #fff;
  background-color: transparent;
}
.navbar-inverse .navbar-text {
  color: #bfbfbf;
}
.navbar-inverse .navbar-nav > li > a {
  color: #bfbfbf;
}
.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-nav > .open > a,
.navbar-inverse .navbar-nav > .open > a:hover,
.navbar-inverse .navbar-nav > .open > a:focus {
  color: #fff;
  background-color: #080808;
}
@media (max-width: 9998px) {
  .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: #bfbfbf;
  }
  .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-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-link {
  color: #bfbfbf;
}
.navbar-inverse .navbar-link:hover {
  color: #fff;
}
.navbar-inverse .btn-link {
  color: #bfbfbf;
}
.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: 4px;
}
.breadcrumb > li {
  display: inline-block;
}
.breadcrumb > li + li:before {
  padding: 0 5px;
  color: #ccc;
  content: "/\00a0";
}
.breadcrumb > .active {
  color: #727272;
}
.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 20px 0;
  border-radius: 4px;
}
.pagination > li {
  display: inline;
}
.pagination > li > a,
.pagination > li > span {
  position: relative;
  float: left;
  padding: 6px 12px;
  margin-left: -1px;
  line-height: 1.42857143;
  color: #2a6496;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid #ddd;
}
.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
  z-index: 2;
  color: #193c5a;
  background-color: #eee;
  border-color: #ddd;
}
.pagination > li:first-child > a,
.pagination > li:first-child > span {
  margin-left: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}
.pagination > li:last-child > a,
.pagination > li:last-child > span {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
.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;
  cursor: default;
  background-color: #2a6496;
  border-color: #2a6496;
}
.pagination > .disabled > span,
.pagination > .disabled > span:hover,
.pagination > .disabled > span:focus,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
  color: #727272;
  cursor: not-allowed;
  background-color: #fff;
  border-color: #ddd;
}
.pagination-lg > li > a,
.pagination-lg > li > span {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33;
}
.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span {
  border-top-left-radius: 6px;
  border-bottom-left-radius: 6px;
}
.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
}
.pagination-sm > li > a,
.pagination-sm > li > span {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
}
.pagination-sm > li:first-child > a,
.pagination-sm > li:first-child > span {
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
}
.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}
.pager {
  padding-left: 0;
  margin: 20px 0;
  text-align: center;
  list-style: none;
}
.pager li {
  display: inline;
}
.pager li > a,
.pager li > span {
  display: inline-block;
  padding: 5px 14px;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 15px;
}
.pager li > a:hover,
.pager li > a:focus {
  text-decoration: none;
  background-color: #eee;
}
.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: #727272;
  cursor: not-allowed;
  background-color: #fff;
}
.label {
  display: inline;
  padding: 0.2em 0.6em 0.3em;
  font-size: 75%;
  font-weight: 700;
  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: #727272;
}
.label-default[href]:hover,
.label-default[href]:focus {
  background-color: #595959;
}
.label-primary {
  background-color: #2a6496;
}
.label-primary[href]:hover,
.label-primary[href]:focus {
  background-color: #1f496e;
}
.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: #C05820;
}
.label-warning[href]:hover,
.label-warning[href]:focus {
  background-color: #944419;
}
.label-danger {
  background-color: #d9534f;
}
.label-danger[href]:hover,
.label-danger[href]:focus {
  background-color: #c9302c;
}
.badge {
  display: inline-block;
  min-width: 10px;
  padding: 3px 7px;
  font-size: 12px;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  background-color: #727272;
  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: #2a6496;
  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: #eee;
}
.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 {
  padding-right: 15px;
  padding-left: 15px;
  border-radius: 6px;
}
.jumbotron .container {
  max-width: 100%;
}
@media screen and (min-width: 768px) {
  .jumbotron {
    padding-top: 48px;
    padding-bottom: 48px;
  }
  .container .jumbotron,
  .container-fluid .jumbotron {
    padding-right: 60px;
    padding-left: 60px;
  }
  .jumbotron h1,
  .jumbotron .h1 {
    font-size: 63px;
  }
}
.thumbnail {
  display: block;
  padding: 4px;
  margin-bottom: 20px;
  line-height: 1.42857143;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  -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-right: auto;
  margin-left: auto;
}
a.thumbnail:hover,
a.thumbnail:focus,
a.thumbnail.active {
  border-color: #2a6496;
}
.thumbnail .caption {
  padding: 9px;
  color: #727272;
}
.alert {
  padding: 15px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  border-radius: 4px;
}
.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 {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}
.alert-success hr {
  border-top-color: #c9e2b3;
}
.alert-success .alert-link {
  color: #2b542c;
}
.alert-info {
  color: #31708f;
  background-color: #d9edf7;
  border-color: #bce8f1;
}
.alert-info hr {
  border-top-color: #a6e1ec;
}
.alert-info .alert-link {
  color: #245269;
}
.alert-warning {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #faebcc;
}
.alert-warning hr {
  border-top-color: #f7e1b5;
}
.alert-warning .alert-link {
  color: #66512c;
}
.alert-danger {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1;
}
.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 {
  height: 20px;
  margin-bottom: 20px;
  overflow: hidden;
  background-color: #f5f5f5;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
}
.progress-bar {
  float: left;
  width: 0%;
  height: 100%;
  font-size: 12px;
  line-height: 20px;
  color: #fff;
  text-align: center;
  background-color: #2a6496;
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  -webkit-transition: width 0.6s ease;
  -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: #367c36;
}
.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: #20809d;
}
.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: #C05820;
}
.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: #cd322D;
}
.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 {
  overflow: hidden;
  zoom: 1;
}
.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 {
  padding-left: 0;
  margin-bottom: 20px;
}
.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-left-radius: 4px;
  border-top-right-radius: 4px;
}
.list-group-item:last-child {
  margin-bottom: 0;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}
.list-group-item.disabled,
.list-group-item.disabled:hover,
.list-group-item.disabled:focus {
  color: #999;
  cursor: not-allowed;
  background-color: #eee;
}
.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: #999;
}
.list-group-item.active,
.list-group-item.active:hover,
.list-group-item.active:focus {
  z-index: 2;
  color: #fff;
  background-color: #2a6496;
  border-color: #2a6496;
}
.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: #a6c8e6;
}
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 {
  color: #555;
  text-decoration: none;
  background-color: #f5f5f5;
}
button.list-group-item {
  width: 100%;
  text-align: left;
}
.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: #fff;
  border: 1px solid transparent;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}
.panel-body {
  padding: 15px;
}
.panel-heading {
  padding: 10px 15px;
  border-bottom: 1px solid transparent;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
.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: 3px;
  border-bottom-left-radius: 3px;
}
.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-left-radius: 3px;
  border-top-right-radius: 3px;
}
.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: 3px;
  border-bottom-left-radius: 3px;
}
.panel > .panel-heading + .panel-collapse > .list-group .list-group-item:first-child {
  border-top-left-radius: 0;
  border-top-right-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-right: 15px;
  padding-left: 15px;
}
.panel > .table:first-child,
.panel > .table-responsive:first-child > .table:first-child {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
.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: 3px;
  border-top-right-radius: 3px;
}
.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: 3px;
}
.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: 3px;
}
.panel > .table:last-child,
.panel > .table-responsive:last-child > .table:last-child {
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.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-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.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: 3px;
}
.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: 3px;
}
.panel > .panel-body + .table,
.panel > .panel-body + .table-responsive,
.panel > .table + .panel-body,
.panel > .table-responsive + .panel-body {
  border-top: 1px solid #ddd;
}
.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 {
  margin-bottom: 0;
  border: 0;
}
.panel-group {
  margin-bottom: 20px;
}
.panel-group .panel {
  margin-bottom: 0;
  border-radius: 4px;
}
.panel-group .panel + .panel {
  margin-top: 5px;
}
.panel-group .panel-heading {
  border-bottom: 0;
}
.panel-group .panel-heading + .panel-collapse > .panel-body,
.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: #727272;
  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: #727272;
}
.panel-default > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #ddd;
}
.panel-primary {
  border-color: #2a6496;
}
.panel-primary > .panel-heading {
  color: #fff;
  background-color: #2a6496;
  border-color: #2a6496;
}
.panel-primary > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #2a6496;
}
.panel-primary > .panel-heading .badge {
  color: #2a6496;
  background-color: #fff;
}
.panel-primary > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #2a6496;
}
.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;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 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: #f5f5f5;
  border: 1px solid #e3e3e3;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
}
.well blockquote {
  border-color: #ddd;
  border-color: rgba(0, 0, 0, 0.15);
}
.well-lg {
  padding: 24px;
  border-radius: 6px;
}
.well-sm {
  padding: 9px;
  border-radius: 3px;
}
.close {
  float: right;
  font-size: 21px;
  font-weight: bold;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  filter: alpha(opacity=20);
  opacity: 0.2;
}
.close:hover,
.close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
  filter: alpha(opacity=50);
  opacity: 0.5;
}
button.close {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  appearance: none;
}
.modal-open {
  overflow: hidden;
}
.modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  display: none;
  overflow: hidden;
  -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;
  background-clip: padding-box;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  outline: 0;
}
.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000;
}
.modal-backdrop.fade {
  filter: alpha(opacity=0);
  opacity: 0;
}
.modal-backdrop.in {
  filter: alpha(opacity=50);
  opacity: 0.5;
}
.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-bottom: 0;
  margin-left: 5px;
}
.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);
    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: 400;
  line-height: 1.42857143;
  line-break: auto;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  white-space: normal;
  font-size: 12px;
  filter: alpha(opacity=0);
  opacity: 0;
}
.tooltip.in {
  filter: alpha(opacity=90);
  opacity: 0.9;
}
.tooltip.top {
  padding: 5px 0;
  margin-top: -3px;
}
.tooltip.right {
  padding: 0 5px;
  margin-left: 3px;
}
.tooltip.bottom {
  padding: 5px 0;
  margin-top: 3px;
}
.tooltip.left {
  padding: 0 5px;
  margin-left: -3px;
}
.tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
.tooltip.top-left .tooltip-arrow {
  right: 5px;
  bottom: 0;
  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;
}
.tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
  color: #fff;
  text-align: center;
  background-color: #000;
  border-radius: 4px;
}
.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.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: 400;
  line-height: 1.42857143;
  line-break: auto;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  white-space: 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: 6px;
  -webkit-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 > .arrow {
  border-width: 11px;
}
.popover > .arrow,
.popover > .arrow:after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.popover > .arrow:after {
  content: "";
  border-width: 10px;
}
.popover.top > .arrow {
  bottom: -11px;
  left: 50%;
  margin-left: -11px;
  border-top-color: #999999;
  border-top-color: rgba(0, 0, 0, 0.25);
  border-bottom-width: 0;
}
.popover.top > .arrow:after {
  bottom: 1px;
  margin-left: -10px;
  content: " ";
  border-top-color: #fff;
  border-bottom-width: 0;
}
.popover.right > .arrow {
  top: 50%;
  left: -11px;
  margin-top: -11px;
  border-right-color: #999999;
  border-right-color: rgba(0, 0, 0, 0.25);
  border-left-width: 0;
}
.popover.right > .arrow:after {
  bottom: -10px;
  left: 1px;
  content: " ";
  border-right-color: #fff;
  border-left-width: 0;
}
.popover.bottom > .arrow {
  top: -11px;
  left: 50%;
  margin-left: -11px;
  border-top-width: 0;
  border-bottom-color: #999999;
  border-bottom-color: rgba(0, 0, 0, 0.25);
}
.popover.bottom > .arrow:after {
  top: 1px;
  margin-left: -10px;
  content: " ";
  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 {
  right: 1px;
  bottom: -10px;
  content: " ";
  border-right-width: 0;
  border-left-color: #fff;
}
.popover-title {
  padding: 8px 14px;
  margin: 0;
  font-size: 14px;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-radius: 5px 5px 0 0;
}
.popover-content {
  padding: 9px 14px;
}
.carousel {
  position: relative;
}
.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.carousel-inner > .item {
  position: relative;
  display: none;
  -webkit-transition: 0.6s ease-in-out left;
  -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;
  bottom: 0;
  left: 0;
  width: 15%;
  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);
  filter: alpha(opacity=50);
  opacity: 0.5;
}
.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%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
  background-repeat: repeat-x;
}
.carousel-control.right {
  right: 0;
  left: auto;
  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%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
  background-repeat: repeat-x;
}
.carousel-control:hover,
.carousel-control:focus {
  color: #fff;
  text-decoration: none;
  outline: 0;
  filter: alpha(opacity=90);
  opacity: 0.9;
}
.carousel-control .icon-prev,
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right {
  position: absolute;
  top: 50%;
  z-index: 5;
  display: inline-block;
  margin-top: -10px;
}
.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;
  font-family: serif;
  line-height: 1;
}
.carousel-control .icon-prev:before {
  content: "\2039";
}
.carousel-control .icon-next:before {
  content: "\203a";
}
.carousel-indicators {
  position: absolute;
  bottom: 10px;
  left: 50%;
  z-index: 15;
  width: 60%;
  padding-left: 0;
  margin-left: -30%;
  text-align: center;
  list-style: none;
}
.carousel-indicators li {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 1px;
  text-indent: -999px;
  cursor: pointer;
  background-color: #000 \9;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid #fff;
  border-radius: 10px;
}
.carousel-indicators .active {
  width: 12px;
  height: 12px;
  margin: 0;
  background-color: #fff;
}
.carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 20px;
  left: 15%;
  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 {
    right: 20%;
    left: 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 {
  display: table;
  content: " ";
}
.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-right: auto;
  margin-left: 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;
  }
}
/**
 * selectize.bootstrap3.css (v0.12.6) - Bootstrap 3 Theme
 * Copyright (c) 2013–2015 Brian Reavis & contributors
 *
 * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this
 * file except in compliance with the License. You may obtain a copy of the License at:
 * http://www.apache.org/licenses/LICENSE-2.0
 *
 * Unless required by applicable law or agreed to in writing, software distributed under
 * the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF
 * ANY KIND, either express or implied. See the License for the specific language
 * governing permissions and limitations under the License.
 *
 * @author Brian Reavis <brian@thirdroute.com>
 */
.selectize-control.plugin-drag_drop.multi > .selectize-input > div.ui-sortable-placeholder {
  visibility: visible !important;
  background: #f2f2f2 !important;
  background: rgba(0, 0, 0, 0.06) !important;
  border: 0 none !important;
  -webkit-box-shadow: inset 0 0 12px 4px #fff;
  box-shadow: inset 0 0 12px 4px #fff;
}
.selectize-control.plugin-drag_drop .ui-sortable-placeholder::after {
  content: '!';
  visibility: hidden;
}
.selectize-control.plugin-drag_drop .ui-sortable-helper {
  -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}
.selectize-dropdown-header {
  position: relative;
  padding: 3px 12px;
  border-bottom: 1px solid #d0d0d0;
  background: #f8f8f8;
  -webkit-border-radius: 4px 4px 0 0;
  -moz-border-radius: 4px 4px 0 0;
  border-radius: 4px 4px 0 0;
}
.selectize-dropdown-header-close {
  position: absolute;
  right: 12px;
  top: 50%;
  color: #000;
  opacity: 0.4;
  margin-top: -12px;
  line-height: 20px;
  font-size: 20px !important;
}
.selectize-dropdown-header-close:hover {
  color: #000000;
}
.selectize-dropdown.plugin-optgroup_columns .optgroup {
  border-right: 1px solid #f2f2f2;
  border-top: 0 none;
  float: left;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.selectize-dropdown.plugin-optgroup_columns .optgroup:last-child {
  border-right: 0 none;
}
.selectize-dropdown.plugin-optgroup_columns .optgroup:before {
  display: none;
}
.selectize-dropdown.plugin-optgroup_columns .optgroup-header {
  border-top: 0 none;
}
.selectize-control.plugin-remove_button [data-value] {
  position: relative;
  padding-right: 24px !important;
}
.selectize-control.plugin-remove_button [data-value] .remove {
  z-index: 1;
  /* fixes ie bug (see #392) */
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 17px;
  text-align: center;
  font-weight: bold;
  font-size: 12px;
  color: inherit;
  text-decoration: none;
  vertical-align: middle;
  display: inline-block;
  padding: 1px 0 0 0;
  border-left: 1px solid #727272;
  -webkit-border-radius: 0 2px 2px 0;
  -moz-border-radius: 0 2px 2px 0;
  border-radius: 0 2px 2px 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.selectize-control.plugin-remove_button [data-value] .remove:hover {
  background: rgba(0, 0, 0, 0.05);
}
.selectize-control.plugin-remove_button [data-value].active .remove {
  border-left-color: rgba(0, 0, 0, 0);
}
.selectize-control.plugin-remove_button .disabled [data-value] .remove:hover {
  background: none;
}
.selectize-control.plugin-remove_button .disabled [data-value] .remove {
  border-left-color: #bfbfbf;
}
.selectize-control.plugin-remove_button .remove-single {
  position: absolute;
  right: 0;
  top: 0;
  font-size: 23px;
}
.selectize-control {
  position: relative;
}
.selectize-dropdown,
.selectize-input,
.selectize-input input {
  color: #000;
  font-family: inherit;
  font-size: inherit;
  line-height: 20px;
  -webkit-font-smoothing: inherit;
}
.selectize-input,
.selectize-control.single .selectize-input.input-active {
  background: #fff;
  cursor: text;
  display: inline-block;
}
.selectize-input {
  border: 1px solid #727272;
  padding: 6px 12px;
  display: inline-block;
  width: 100%;
  overflow: hidden;
  position: relative;
  z-index: 1;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.selectize-control.multi .selectize-input.has-items {
  padding: 4px 12px 1px;
}
.selectize-input.full {
  background-color: #fff;
}
.selectize-input.disabled,
.selectize-input.disabled * {
  cursor: default !important;
}
.selectize-input.focus {
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.15);
}
.selectize-input.dropdown-active {
  -webkit-border-radius: 4px 4px 0 0;
  -moz-border-radius: 4px 4px 0 0;
  border-radius: 4px 4px 0 0;
}
.selectize-input > * {
  vertical-align: baseline;
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  *display: inline;
}
.selectize-control.multi .selectize-input > div {
  cursor: pointer;
  margin: 0 3px 3px 0;
  padding: 1px 3px;
  background: #f5f5f5;
  color: #000;
  border: 1px solid #727272;
}
.selectize-control.multi .selectize-input > div.active {
  background: #2a6496;
  color: #fff;
  border: 1px solid rgba(0, 0, 0, 0);
}
.selectize-control.multi .selectize-input.disabled > div,
.selectize-control.multi .selectize-input.disabled > div.active {
  color: #4d4d4d;
  background: #ffffff;
  border: 1px solid #bfbfbf;
}
.selectize-input > input {
  display: inline-block !important;
  padding: 0 !important;
  min-height: 0 !important;
  max-height: none !important;
  max-width: 100% !important;
  margin: 0 !important;
  text-indent: 0 !important;
  border: 0 none !important;
  background: none !important;
  line-height: inherit !important;
  -webkit-user-select: auto !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}
.selectize-input > input::-ms-clear {
  display: none;
}
.selectize-input > input:focus {
  outline: none !important;
}
.selectize-input::after {
  content: ' ';
  display: block;
  clear: left;
}
.selectize-input.dropdown-active::before {
  content: ' ';
  display: block;
  position: absolute;
  background: #fefefe;
  height: 1px;
  bottom: 0;
  left: 0;
  right: 0;
}
.selectize-dropdown {
  position: absolute;
  z-index: 10;
  border: 1px solid #727272;
  background: #fff;
  margin: -1px 0 0 0;
  border-top: 0 none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  -webkit-border-radius: 0 0 4px 4px;
  -moz-border-radius: 0 0 4px 4px;
  border-radius: 0 0 4px 4px;
}
.selectize-dropdown [data-selectable] {
  cursor: pointer;
  overflow: hidden;
}
.selectize-dropdown [data-selectable] .highlight {
  background: rgba(255, 237, 40, 0.4);
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
  border-radius: 1px;
}
.selectize-dropdown .option,
.selectize-dropdown .optgroup-header {
  padding: 3px 12px;
}
.selectize-dropdown .option,
.selectize-dropdown [data-disabled],
.selectize-dropdown [data-disabled] [data-selectable].option {
  cursor: inherit;
  opacity: 0.5;
}
.selectize-dropdown [data-selectable].option {
  opacity: 1;
}
.selectize-dropdown .optgroup:first-child .optgroup-header {
  border-top: 0 none;
}
.selectize-dropdown .optgroup-header {
  color: #999;
  background: #fff;
  cursor: default;
}
.selectize-dropdown .active {
  background-color: #f2f2f2;
  color: #000000;
}
.selectize-dropdown .active.create {
  color: #656565;
}
.selectize-dropdown .create {
  color: rgba(0, 0, 0, 0.5);
}
.selectize-dropdown-content {
  overflow-y: auto;
  overflow-x: hidden;
  max-height: 200px;
  -webkit-overflow-scrolling: touch;
}
.selectize-control.single .selectize-input,
.selectize-control.single .selectize-input input {
  cursor: pointer;
}
.selectize-control.single .selectize-input.input-active,
.selectize-control.single .selectize-input.input-active input {
  cursor: text;
}
.selectize-control.single .selectize-input:after {
  content: ' ';
  display: block;
  position: absolute;
  top: 50%;
  right: 17px;
  margin-top: -3px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 5px 0 5px;
  border-color: #000 transparent transparent transparent;
}
.selectize-control.single .selectize-input.dropdown-active:after {
  margin-top: -4px;
  border-width: 0 5px 5px 5px;
  border-color: transparent transparent #000 transparent;
}
.selectize-control.rtl.single .selectize-input:after {
  left: 17px;
  right: auto;
}
.selectize-control.rtl .selectize-input > input {
  margin: 0 4px 0 -2px !important;
}
.selectize-control .selectize-input.disabled {
  opacity: 1;
  background-color: #fff;
}
.selectize-dropdown,
.selectize-dropdown.form-control {
  height: auto;
  padding: 0;
  margin: 2px 0 0 0;
  z-index: 1000;
  background: #fff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
}
.selectize-dropdown .optgroup-header {
  font-size: 12px;
  line-height: 1.42857143;
}
.selectize-dropdown .optgroup:first-child:before {
  display: none;
}
.selectize-dropdown .optgroup:before {
  content: ' ';
  display: block;
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
  margin-left: -12px;
  margin-right: -12px;
}
.selectize-dropdown-content {
  padding: 5px 0;
}
.selectize-dropdown-header {
  padding: 6px 12px;
}
.selectize-input {
  min-height: 34px;
}
.selectize-input.dropdown-active {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.selectize-input.dropdown-active::before {
  display: none;
}
.selectize-input.focus {
  border-color: #3699f2;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(54, 153, 242, 0.6);
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(54, 153, 242, 0.6);
}
.has-error .selectize-input {
  border-color: #a94442;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-error .selectize-input:focus {
  border-color: #843534;
  -webkit-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;
}
.selectize-control.multi .selectize-input.has-items {
  padding-left: 9px;
  padding-right: 9px;
}
.selectize-control.multi .selectize-input > div {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.form-control.selectize-control {
  padding: 0;
  height: auto;
  border: none;
  background: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.selectize-input,
.selectize-control.single .selectize-input.input-active {
  display: block;
}
.selectize-input {
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.selectize-input.focus {
  border-color: #3699f2;
  -webkit-box-shadow: 0px 0px 0.1px 2px #fff, 0px 0px 0 5px #2a6496;
  box-shadow: 0px 0px 0.1px 2px #fff, 0px 0px 0 5px #2a6496;
  outline: transparent solid 5px;
}
.selectize-input [placeholder]::-moz-placeholder {
  color: #000;
  opacity: 1;
}
.selectize-input [placeholder]:-ms-input-placeholder {
  color: #000;
}
.selectize-input [placeholder]::-webkit-input-placeholder {
  color: #000;
}
.selectize-input.disabled,
.selectize-input.disabled * {
  cursor: not-allowed !important;
}
.selectize-control.multi .selectize-input.has-items {
  padding-right: 25px;
}
.selectize-control .selectize-input.disabled {
  background: #eee;
  color: #999;
}
.selectize-control .selectize-input.disabled > input::-moz-placeholder {
  color: #999;
  opacity: 1;
}
.selectize-control .selectize-input.disabled > input:-ms-input-placeholder {
  color: #999;
}
.selectize-control .selectize-input.disabled > input::-webkit-input-placeholder {
  color: #999;
}
.selectize-dropdown,
.selectize-dropdown.form-control {
  border: 1px solid #727272;
  margin: 0;
}
.selectize-dropdown .optgroup-header {
  color: #999;
  background: #fff;
  display: block;
  padding-left: 7px;
  padding-bottom: 0;
}
.selectize-dropdown .option {
  color: #000;
  background: #fff;
  cursor: default;
  padding: 4px 0 4px 17px;
}
.selectize-dropdown .option:not([data-selectable]) {
  opacity: 1;
  color: #333333;
  background: #fff;
  cursor: not-allowed;
}
.selectize-dropdown .option[data-selectable] .highlight {
  background: rgba(255, 237, 40, 0.4);
}
.selectize-dropdown .option.active {
  background: #f2f2f2;
  color: #000000;
  -webkit-box-shadow: inset 0px 0px 0px 0px #fff, inset 0px 0px 2px 2px #2a6496;
  box-shadow: inset 0px 0px 0px 0px #fff, inset 0px 0px 2px 2px #2a6496;
  outline: transparent solid 5px;
}
.selectize-dropdown .option.selected {
  background: #2a6496;
  color: #fff;
  -webkit-box-shadow: inset 0px 0px 0px 2px #fff, inset 0px 0px 2px 4px #2a6496;
  box-shadow: inset 0px 0px 0px 2px #fff, inset 0px 0px 2px 4px #2a6496;
}
.selectize-dropdown .option.selected .highlight {
  background: rgba(255, 237, 40, 0.4);
}
.selectize-dropdown .option.selected.active {
  background: #f2f2f2;
  color: #000000;
  -webkit-box-shadow: inset 0px 0px 0px 0px #fff, inset 0px 0px 2px 2px #2a6496;
  box-shadow: inset 0px 0px 0px 0px #fff, inset 0px 0px 2px 2px #2a6496;
}
.selectize-dropdown .option.selected.active .highlight {
  background: rgba(255, 237, 40, 0.4);
}
.selectize-dropdown.multi .option::before {
  display: inline-block;
  position: relative;
  content: "\e157";
  color: #000;
  font-family: "Glyphicons Halflings";
  font-size: inherit;
  font-weight: 600;
  line-height: inherit;
  top: 1px;
  left: -5px;
}
.selectize-dropdown.multi .option:not([data-selectable])::before {
  color: #333333;
}
.selectize-dropdown.multi .option.selected::before {
  content: "\e067";
  color: #fff;
  font-family: "Glyphicons Halflings";
  font-size: inherit;
  font-weight: 400;
  line-height: inherit;
  top: 1px;
  left: -5px;
}
.selectize-dropdown.multi .option.selected.active::before {
  color: #000000;
}
.selectize-dropdown .listbox-container.has-selected-items-container {
  display: flex;
  flex-direction: column;
}
.selectize-dropdown .listbox-container.has-selected-items-container .available-items-content {
  order: -1;
}
.selectize-dropdown .available-items-content {
  margin-bottom: 0;
  max-height: 200px;
}
.selectize-dropdown .selected-items-content {
  padding: 0;
  margin: 0;
  max-height: 200px;
}
.selectize-dropdown .selectize-dropdown-content {
  padding-top: 0;
  list-style: none;
}
.selectize-dropdown .selectize-dropdown-content.has-items {
  padding-bottom: 5px;
  padding-top: 5px;
  border-top: 2px solid #727272;
}
.selectize-dropdown .selectize-dropdown-content [data-group] > .optgroup {
  padding-left: 0;
}
.datepicker-overlay {
  z-index: 1001;
}
div.datepicker-calendar.default table.datepicker-grid,
div.datepicker-calendar.bootstrap table.datepicker-grid {
  border-collapse: separate;
}
div.datepicker-calendar.default table.datepicker-grid td.selectable.focus,
div.datepicker-calendar.bootstrap table.datepicker-grid td.selectable.focus {
  background: transparent;
}
div.datepicker-calendar.default table.datepicker-grid td.selectable:focus,
div.datepicker-calendar.bootstrap table.datepicker-grid td.selectable:focus,
div.datepicker-calendar.default table.datepicker-grid td.selectable:hover,
div.datepicker-calendar.bootstrap table.datepicker-grid td.selectable:hover {
  background: #727272;
  color: #fff;
}
div.datepicker-calendar.default table.datepicker-grid td.selectable:hover,
div.datepicker-calendar.bootstrap table.datepicker-grid td.selectable:hover {
  position: relative;
}
div.datepicker-calendar.default table.datepicker-grid td.selectable.focus-visible,
div.datepicker-calendar.bootstrap table.datepicker-grid td.selectable.focus-visible {
  position: relative;
}
div.datepicker-calendar.default table.datepicker-grid td.day,
div.datepicker-calendar.bootstrap table.datepicker-grid td.day {
  height: 30px;
  width: 30px;
}
div.datepicker-calendar.default table.datepicker-grid td.month,
div.datepicker-calendar.bootstrap table.datepicker-grid td.month {
  height: 60px;
  width: 60px;
}
div.datepicker-calendar.default table.datepicker-grid td.year,
div.datepicker-calendar.bootstrap table.datepicker-grid td.year {
  height: 45px;
  width: 45px;
}
div.datepicker-calendar.default table.datepicker-grid td.curDay,
div.datepicker-calendar.bootstrap table.datepicker-grid td.curDay,
div.datepicker-calendar.default table.datepicker-grid td.curMonth,
div.datepicker-calendar.bootstrap table.datepicker-grid td.curMonth,
div.datepicker-calendar.default table.datepicker-grid td.curYear,
div.datepicker-calendar.bootstrap table.datepicker-grid td.curYear {
  background: #2a6496;
  color: #fff;
}
div.datepicker-calendar.default table.datepicker-grid td.curDay.focus,
div.datepicker-calendar.bootstrap table.datepicker-grid td.curDay.focus,
div.datepicker-calendar.default table.datepicker-grid td.curMonth.focus,
div.datepicker-calendar.bootstrap table.datepicker-grid td.curMonth.focus,
div.datepicker-calendar.default table.datepicker-grid td.curYear.focus,
div.datepicker-calendar.bootstrap table.datepicker-grid td.curYear.focus,
div.datepicker-calendar.default table.datepicker-grid td.curDay:focus,
div.datepicker-calendar.bootstrap table.datepicker-grid td.curDay:focus,
div.datepicker-calendar.default table.datepicker-grid td.curMonth:focus,
div.datepicker-calendar.bootstrap table.datepicker-grid td.curMonth:focus,
div.datepicker-calendar.default table.datepicker-grid td.curYear:focus,
div.datepicker-calendar.bootstrap table.datepicker-grid td.curYear:focus,
div.datepicker-calendar.default table.datepicker-grid td.curDay:hover,
div.datepicker-calendar.bootstrap table.datepicker-grid td.curDay:hover,
div.datepicker-calendar.default table.datepicker-grid td.curMonth:hover,
div.datepicker-calendar.bootstrap table.datepicker-grid td.curMonth:hover,
div.datepicker-calendar.default table.datepicker-grid td.curYear:hover,
div.datepicker-calendar.bootstrap table.datepicker-grid td.curYear:hover {
  background: #2a6496;
  color: #fff;
}
div.datepicker-calendar.default table.datepicker-grid td.empty,
div.datepicker-calendar.bootstrap table.datepicker-grid td.empty,
div.datepicker-calendar.default table.datepicker-grid td.empty:hover,
div.datepicker-calendar.bootstrap table.datepicker-grid td.empty:hover,
div.datepicker-calendar.default table.datepicker-grid td.empty:focus,
div.datepicker-calendar.bootstrap table.datepicker-grid td.empty:focus,
div.datepicker-calendar.default table.datepicker-grid td.unselectable,
div.datepicker-calendar.bootstrap table.datepicker-grid td.unselectable,
div.datepicker-calendar.default table.datepicker-grid td.unselectable:hover,
div.datepicker-calendar.bootstrap table.datepicker-grid td.unselectable:hover,
div.datepicker-calendar.default table.datepicker-grid td.unselectable:focus,
div.datepicker-calendar.bootstrap table.datepicker-grid td.unselectable:focus {
  background: #fff;
  color: #727272;
  cursor: not-allowed;
}
div.datepicker-calendar.default .datepicker-today,
div.datepicker-calendar.bootstrap .datepicker-today,
div.datepicker-calendar.default .datepicker-clear,
div.datepicker-calendar.bootstrap .datepicker-clear {
  margin: 5px 0;
}
div.datepicker-calendar.default .datepicker-close-wrap .datepicker-close,
div.datepicker-calendar.bootstrap .datepicker-close-wrap .datepicker-close {
  height: auto;
}
div.datepicker-calendar.default .datepicker-keyboard-hint-label,
div.datepicker-calendar.bootstrap .datepicker-keyboard-hint-label {
  text-align: center;
  color: #727272;
  font-size: 12px;
  font-weight: normal;
  padding: 5px;
  white-space: normal;
}
/*! =========================================================
 * bootstrap-slider.js
 *
 * Maintainers:
 *		Kyle Kemp
 *			- Twitter: @seiyria
 *			- Github:  seiyria
 *		Rohit Kalkur
 *			- Twitter: @Rovolutionary
 *			- Github:  rovolution
 *
 * =========================================================
 *
 * Licensed under the Apache License, Version 2.0 (the "License");
 * you may not use this file except in compliance with the License.
 * You may obtain a copy of the License at
 *
 * http://www.apache.org/licenses/LICENSE-2.0
 *
 * Unless required by applicable law or agreed to in writing, software
 * distributed under the License is distributed on an "AS IS" BASIS,
 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
 * See the License for the specific language governing permissions and
 * limitations under the License.
 * ========================================================= */
.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: -o-linear-gradient(top, #dfdfdf 0%, #bebebe 100%);
  background-image: linear-gradient(to bottom, #dfdfdf 0%, #bebebe 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffdfdfdf', endColorstr='#ffbebebe', GradientType=0);
  background-repeat: repeat-x;
}
.slider.slider-disabled .slider-track {
  background-image: -webkit-linear-gradient(top, #e5e5e5 0%, #e9e9e9 100%);
  background-image: -o-linear-gradient(top, #e5e5e5 0%, #e9e9e9 100%);
  background-image: linear-gradient(to bottom, #e5e5e5 0%, #e9e9e9 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffe5e5e5', endColorstr='#ffe9e9e9', GradientType=0);
  background-repeat: repeat-x;
  cursor: not-allowed;
}
.slider input {
  display: none;
}
.slider .tooltip.top {
  margin-top: -36px;
}
.slider .tooltip-inner {
  white-space: nowrap;
}
.slider .hide {
  display: none;
}
.slider-track {
  position: absolute;
  cursor: pointer;
  background-image: -webkit-linear-gradient(top, #f5f5f5 0%, #f9f9f9 100%);
  background-image: -o-linear-gradient(top, #f5f5f5 0%, #f9f9f9 100%);
  background-image: linear-gradient(to bottom, #f5f5f5 0%, #f9f9f9 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff5f5f5', endColorstr='#fff9f9f9', GradientType=0);
  background-repeat: repeat-x;
  -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: -o-linear-gradient(top, #f9f9f9 0%, #f5f5f5 100%);
  background-image: linear-gradient(to bottom, #f9f9f9 0%, #f5f5f5 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff9f9f9', endColorstr='#fff5f5f5', GradientType=0);
  background-repeat: repeat-x;
  -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: -o-linear-gradient(top, #149bdf 0%, #0480be 100%);
  background-image: linear-gradient(to bottom, #149bdf 0%, #0480be 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff149bdf', endColorstr='#ff0480be', GradientType=0);
  background-repeat: repeat-x;
  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: 0.8;
  border: 0px solid transparent;
}
.slider-handle.round {
  border-radius: 50%;
}
.slider-handle.triangle {
  background: transparent none;
}
.slider-handle.custom {
  background: transparent none;
}
.slider-handle.custom::before {
  line-height: 20px;
  font-size: 20px;
  content: '\2605';
  color: #726204;
}
/* ==========================================================================
    Override Responsiveness

    - Workaround for currently unsupported smartphone devices
    - Resolutions from tablet and lower will get horizontal scroll
========================================================================== */
/*  Disable Navbar collapse breakpoint
    - Maybe needed in future
========================================================================== */
/*
@container-sm: @general-min-width;
@container-md: @general-min-width;
@container-lg: @general-min-width;
*/
/*  Disable Navbar collapse breakpoint
========================================================================== */
/*  ONLY SMARTPHONES
========================================================================== */
@media screen and (max-width: 767px) {
  body {
    min-width: 750px;
  }
  .container-fluid,
  .container {
    min-width: 720px;
  }
  .no-scroll {
    position: static !important;
    overflow: visible !important;
    overflow-x: visible !important;
    overflow-y: visible !important;
  }
  .no-scroll .push {
    display: none !important;
  }
  .no-scroll #sidebar {
    width: 100% !important;
  }
  #sidebar {
    z-index: 9999 !important;
  }
  #sidebar .close.xs-close-slider {
    float: none;
    font-size: 35px;
    font-weight: normal;
    margin-top: 10px;
  }
}
/* ==========================================================================
Mixings
========================================================================== */
.caret {
  border-top: 4px solid;
}
.form-control .caret {
  float: right;
  margin-top: 10px;
}
.no-scroll {
  position: fixed;
  overflow-x: hidden;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
}
.push {
  position: relative;
}
.hr-less-margin {
  margin-top: 10px;
  margin-bottom: 10px;
}
.disabled {
  pointer-events: none;
}
.gui-disable-overlay {
  background-color: rgba(1, 1, 1, 0);
  bottom: 0;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
}
@media print {
  a.hide-href[href]:after {
    content: "";
  }
}
.multiselect-container input[type="radio"] {
  display: none;
}
.full-width {
  width: 100%;
}
#imap-email p {
  margin: 0;
}
.filter-hidden {
  display: none;
}
.option-bold {
  font-weight: bold !important;
}
.option-margin-1 {
  margin-left: 10px;
}
.option-margin-2 {
  margin-left: 20px;
}
.option-margin-3 {
  margin-left: 30px;
}
.option-margin-4 {
  margin-left: 40px;
}
.option-margin-5 {
  margin-left: 50px;
}
/* ==========================================================================
General Settings
========================================================================== */
body {
  color: #333333;
  font-family: Arial;
  overflow-y: scroll;
  /*padding-right: 0px !important;*/
  position: relative;
}
.underlined {
  border-bottom: 1px solid #ddd;
}
.font-normal {
  font-weight: 400;
}
h1 a {
  font-size: 14px;
  white-space: nowrap;
  margin-top: 20px;
}
.vertical-space {
  margin-bottom: 15px;
}
.no-top-border {
  border-top: 0 !important;
}
.no-top-border > th,
.no-top-border > td {
  border-top: 0 !important;
}
.no-bottom-border {
  border-bottom: 0 !important;
}
.no-bottom-border > th,
.no-bottom-border > td {
  border-bottom: 0 !important;
  padding-bottom: 0 !important;
}
.table.no-bottom-border {
  margin-bottom: 15px !important;
}
.nav-tabs > li > a {
  cursor: pointer;
}
.nav-tabs > li.has-error > a,
.nav-tabs > li.has-error > .btn-tab {
  color: #a94442 !important;
}
a.nav-tabs > li.has-error > a:hover,
a.nav-tabs > li.has-error > .btn-tab:hover,
a.nav-tabs > li.has-error > a:focus,
a.nav-tabs > li.has-error > .btn-tab:focus {
  color: #843534 !important;
}
.nav-tabs > li.has-warning > a {
  color: #8a6d3b;
  font-weight: bold;
}
a.nav-tabs > li.has-warning > a:hover,
a.nav-tabs > li.has-warning > a:focus {
  color: #66512c;
}
.nav-tabs > li.active > a {
  color: #333 !important;
}
.nav-tabs > li.active.has-error > a,
.nav-tabs > li.active.has-error > .btn-tab {
  color: #a94442 !important;
  font-weight: bold;
}
a.nav-tabs > li.active.has-error > a:hover,
a.nav-tabs > li.active.has-error > .btn-tab:hover,
a.nav-tabs > li.active.has-error > a:focus,
a.nav-tabs > li.active.has-error > .btn-tab:focus {
  color: #843534 !important;
}
.nav-tabs > li.active.has-warning > a,
.nav-tabs > li.active.has-warning > .btn-tab {
  color: #8a6d3b;
  font-weight: bold;
}
a.nav-tabs > li.active.has-warning > a:hover,
a.nav-tabs > li.active.has-warning > .btn-tab:hover,
a.nav-tabs > li.active.has-warning > a:focus,
a.nav-tabs > li.active.has-warning > .btn-tab:focus {
  color: #66512c;
}
.nav-tabs > li.active > .btn-tab {
  color: #333 !important;
  border: 1px solid #727272;
  border-bottom-color: transparent;
  background-color: #fff;
  font-weight: bold;
}
.nav-tabs > li.active > .btn-tab:hover,
.nav-tabs > li.active > .btn-tab:active {
  cursor: default;
  border-bottom: 1px solid transparent;
}
.nav-tabs > li .btn-tab {
  padding: 10px 15px;
  border: 1px solid transparent;
  background: none;
  color: #2a6496;
  border-radius: 4px 4px 0 0;
  margin-right: 2px;
}
.nav-tabs > li .btn-tab:hover,
.nav-tabs > li .btn-tab:active {
  color: #193c5a;
  border-bottom: 1px solid #727272;
}
@media screen and (-webkit-min-device-pixel-ratio: 2), screen and (min--moz-device-pixel-ratio: 2), screen and (min-device-pixel-ratio: 2) {
  .caret {
    width: 7px;
    height: 5px;
    border: none;
    background-image: url("../../../admin/assets/images/sort-arrows@2x.png");
    background-size: 7px 70px;
    background-position: right -30px;
  }
}
/** Parting Line */
.separator {
  display: block;
  height: 1px;
  margin: 0;
  background-color: #ddd;
}
.separator.last-item {
  margin-bottom: 30px;
}
.inline-block {
  display: inline-block;
}
.additional-text {
  color: #727272;
}
.invisibleDeleteClass {
  display: none;
}
.wide-tooltip + .tooltip.top > .tooltip-inner {
  max-width: 400px;
}
/* Forms
========================================================================== */
.form-control,
.input-group .input-group-addon {
  color: #000;
  border-color: #727272;
}
select.form-control {
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  -ms-appearance: none;
  background: url('../../../admin/assets/images/dropdown-arrow.png');
  background-repeat: no-repeat;
  background-color: #fff;
  background-position: right 10px center;
  background-size: 20px 20px;
  padding-right: 30px;
}
select.form-control::-ms-expand {
  display: none;
}
select.form-control[multiple] {
  background: none;
}
.selectize-control .selectize-input:after {
  content: ' ';
  display: block;
  position: absolute;
  top: 50%;
  right: 17px;
  margin-top: -3px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 5px 0 5px;
  border-color: #333 transparent transparent transparent;
}
.selectize-control .selectize-input.dropdown-active:after {
  display: none;
}
.fake-label {
  display: block;
  margin-bottom: 5px;
  font-weight: 700;
}
caption.fake-label {
  color: #000;
  border-top: 1px solid #ddd;
  display: table-caption;
}
.label-normal {
  font-weight: 400;
}
/** When form-element beside has got a label (and Button not..) */
.btn-form-inline {
  margin-top: 25px;
}
/** Button is (10px right) attached to checkbox  */
input.button-check-right {
  margin-right: 10px !important;
}
/** Button is (10px right) attached to input or select class form-control which has got 100% width. */
.button-input-group .btn {
  margin-left: 10px !important;
  border-bottom-left-radius: 4px !important;
  border-top-left-radius: 4px !important;
}
.button-input-group input.form-control {
  border-radius: 4px !important;
}
/** No default 10px margin-top so element ist at the same vertical position like label */
.checkbox-label-top-pos,
.radio-label-top-pos {
  margin-top: 0;
}
.fake-textarea {
  height: auto;
  cursor: not-allowed;
  background-color: #eee;
  opacity: 1;
}
/** Error-Styles */
.has-error .fake-label,
.has-error label {
  color: #a94442;
}
.has-error .div-form-control,
.has-error #image_nest {
  border: 1px solid #a94442;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.radio-inline + .radio-inline,
.checkbox-inline + .checkbox-inline {
  margin-top: 0;
  margin-left: 0;
}
.radio-inline:not(:last-child),
.checkbox-inline:not(:last-child) {
  margin-right: 10px;
}
.overflow-x-scroll {
  overflow-x: scroll;
}
.word-break-all {
  word-break: break-all;
}
.word-break-word {
  word-break: break-word;
}
.word-wrap-word {
  word-wrap: break-word;
}
.hyphenation {
  overflow-wrap: break-word;
  word-wrap: break-word;
  word-break: break-word;
  -ms-hyphens: auto;
  -moz-hyphens: auto;
  -webkit-hyphens: auto;
  hyphens: auto;
}
.breadcrumb-ellipsis {
  overflow: hidden;
  -ms-text-overflow: ellipsis;
  text-overflow: ellipsis;
  max-width: 300px;
  white-space: nowrap;
  display: inline-block;
  vertical-align: bottom!important;
}
.breadcrumb > li > a {
  overflow-wrap: break-word;
  word-wrap: break-word;
  -ms-word-break: break-all;
  word-break: break-all;
  word-break: break-word;
  -ms-hyphens: auto;
  -moz-hyphens: auto;
  -webkit-hyphens: auto;
  hyphens: auto;
  display: inline;
  vertical-align: bottom!important;
  text-decoration: underline;
}
/* Buttons
========================================================================== */
/** Parting Line above a Button or a Button Toolbar */
.top-border {
  padding-top: 16px !important;
  background: url(../../../admin/assets/images/toolbar-border.png) 0 0 no-repeat;
}
@media (max-width: 991px) {
  .top-border {
    margin-top: 16px;
  }
}
.btn-history {
  margin-top: 20px;
}
a.plus,
a.new-filter,
a.new-block,
a.delete-block {
  display: inline-block;
  padding: 5px 0 5px 40px;
  color: #000;
  background: url(../../../admin/assets/images/icon/sprite-list-other.png) -15px -2160px no-repeat;
}
a.delete-block {
  background-position: -15px -15292px;
  margin-bottom: 40px;
  display: block;
}
a.new-block {
  margin-bottom: 40px;
  display: block;
}
a.break-word {
  white-space: normal;
  word-wrap: break-word;
}
/* Tables
========================================================================== */
.table-responsive .table {
  max-width: none !important;
}
.table {
  margin-bottom: 5px;
  border-collapse: separate;
  border-bottom: 1px solid #ddd;
}
.table tr th.icon-fixed {
  width: 5%;
}
.table tr td.td_wrap {
  white-space: normal;
}
.table tr td a {
  white-space: normal;
  text-decoration: underline;
}
.table tr td a.btn {
  white-space: normal;
  text-decoration: none;
}
.table tr td.icon,
.table tr td.td-icon {
  white-space: nowrap;
}
.table tr td.icon div,
.table tr td.td-icon div {
  display: inline-block;
}
.table tr td.icon a,
.table tr td.td-icon a {
  white-space: nowrap;
  text-decoration: none;
}
.table tr td.icon.icon-vip,
.table tr td.td-icon.icon-vip {
  position: relative;
}
.table tr td.icon.icon-vip:before,
.table tr td.td-icon.icon-vip:before {
  position: absolute;
  right: 0;
  top: 0;
  content: '';
  height: 23px;
  width: 2px;
  background-color: #404040;
}
.table tr td.text {
  word-break: break-all;
}
.table tr td.functions {
  text-align: right;
}
.table tr td.functions input[type="checkbox"] {
  margin-left: 10px;
}
.table tr td.functions .dropdown-menu li {
  text-align: left;
}
.table tr td .overdue {
  background-color: #f5d7df;
}
.table tr td .unread {
  font-weight: bold;
}
.table tr td .read {
  font-weight: normal;
}
.table tr td .done {
  text-decoration: line-through;
}
.table tr th a,
.table tr th button.btn-link {
  color: #2a6496 !important;
  text-decoration: none;
}
.table tr th.functions {
  width: 1%;
  text-align: right;
  padding-right: 3px;
}
.table tr th.functions a {
  color: #2a6496;
  padding: 0 10px;
}
.table tr a {
  white-space: nowrap;
}
.table tr a .caret {
  color: #ddd;
}
.table tr a.a_wrap {
  white-space: normal;
}
.table.icon {
  width: 1%;
}
.table th:first-child,
.table td:first-child {
  padding-left: 0 !important;
}
.table th:last-child,
.table td:last-child {
  padding-right: 0 !important;
}
.table #statistics_reports_complex_table th:first-child,
.table #statistics_reports_complex_table td:first-child {
  padding-left: 8px !important;
}
.table #statistics_reports_complex_table th:last-child,
.table #statistics_reports_complex_table td:last-child {
  padding-right: 8px !important;
}
.table .btn-group {
  margin-bottom: 5px;
}
.table.center th,
.table.center td {
  vertical-align: middle !important;
}
.table.no-border {
  border-bottom: 0;
}
.table.no-border > thead > tr > th,
.table.no-border > tbody > tr > th,
.table.no-border > tfoot > tr > th,
.table.no-border > thead > tr > td,
.table.no-border > tbody > tr > td,
.table.no-border > tfoot > tr > td {
  border-top: 0;
  border-bottom: 0;
}
.table .name {
  padding-right: 50px !important;
}
.table .name span:not(.badge) {
  display: block;
  color: #727272;
}
.table.project-status th,
.table.project-status td {
  padding: 0 !important;
}
.table .functions .btn-group {
  margin-bottom: 0;
}
.table.matrix-table th,
.table.matrix-table td {
  text-align: center;
}
.table.matrix-table th a,
.table.matrix-table td a {
  white-space: normal;
}
.table.matrix-table th div,
.table.matrix-table td div {
  display: inline-block;
}
.table.matrix-table th span {
  display: inline-block;
}
.table.matrix-table th.name {
  text-align: left;
}
.table.matrix-table td.name {
  padding-right: 25px !important;
  min-width: 300px;
  text-align: left;
}
.table.matrix-table th.functions,
.table.matrix-table td.functions {
  min-width: 80px;
}
.table.cockpit-table {
  margin-bottom: 80px !important;
}
/** No Top-Space for Table -> <th> has got padding-top: 8px */
.table.top-line-table {
  margin-top: -8px;
}
.table.peoplepicker th,
.table.peoplepicker > .header-row:first-child .header-cell {
  height: 107px !important;
}
@media (max-width: 991px) {
  .table.peoplepicker th,
  .table.peoplepicker > .header-row:first-child .header-cell {
    height: auto;
  }
}
/** table sort arrows */
.sort-unsorted,
.sort-up,
.sort-down {
  display: inline-block;
  cursor: pointer;
}
.sort-unsorted::after,
.sort-up::after,
.sort-down::after {
  display: inline-block;
  content: "";
  cursor: pointer;
  white-space: nowrap;
  width: 7px;
  margin-left: 6px;
  height: 15px;
}
.sort-unsorted::after {
  background: url("../../../admin/assets/images/sort-arrows.png") no-repeat right 6px;
  background-size: 7px 70px;
}
@media screen and (-webkit-min-device-pixel-ratio: 2), screen and (min--moz-device-pixel-ratio: 2), screen and (min-device-pixel-ratio: 2) {
  .sort-unsorted::after {
    background-image: url("../../../admin/assets/images/sort-arrows@2x.png");
  }
}
.sort-up::after {
  background: url("../../../admin/assets/images/sort-arrows.png") no-repeat right -52px;
  background-size: 7px 70px;
}
@media screen and (-webkit-min-device-pixel-ratio: 2), screen and (min--moz-device-pixel-ratio: 2), screen and (min-device-pixel-ratio: 2) {
  .sort-up::after {
    background-image: url("../../../admin/assets/images/sort-arrows@2x.png");
  }
}
.sort-down::after {
  background: url("../../../admin/assets/images/sort-arrows.png") no-repeat right -22px;
  background-size: 7px 70px;
}
@media screen and (-webkit-min-device-pixel-ratio: 2), screen and (min--moz-device-pixel-ratio: 2), screen and (min-device-pixel-ratio: 2) {
  .sort-down::after {
    background-image: url("../../../admin/assets/images/sort-arrows@2x.png");
  }
}
.open-close-links {
  float: right;
}
@media (min-width: 992px) {
  .open-close-links {
    bottom: 12px;
  }
}
.open-close-links span {
  position: relative;
  top: -2px;
  display: inline-block;
  margin: 0 15px;
}
.open-close-links a,
.open-close-links button.btn-link {
  text-decoration: underline;
}
.favorites-table-name {
  max-width: 340px;
}
/* ==========================================================================
Panels
========================================================================== */
.panel-heading {
  display: block;
  color: #000 !important;
}
.panel-heading .panel-title {
  font-weight: 700;
  margin-top: 0;
}
.panel-heading span.caret {
  margin: 7px 10px 0;
}
.panel-heading.collapse-it {
  cursor: pointer;
}
.panel-heading.collapse-it span.caret {
  transform: rotate(180deg);
}
.panel-heading.collapsed {
  border: 0;
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
  background-color: #fff;
  color: #2a6496 !important;
  font-weight: normal;
}
.panel-heading.collapsed span.caret {
  transform: rotate(0deg);
  color: #727272;
}
.panel-heading.collapsed .panel-title {
  font-weight: normal;
}
.panel-body h3 {
  margin-top: 5px;
}
.panel-body h4 {
  font-weight: 700;
}
.panel-body .btn-toolbar {
  padding-bottom: 20px;
  margin-top: 15px;
  text-align: right;
}
.panel-body .output-data-block {
  margin-bottom: 10px;
}
.panel-body .output-data-block .data-block-title {
  padding-bottom: 5px;
  border-bottom: 1px solid #ddd;
  font-size: 16px;
  line-height: 20px;
  font-weight: 700;
}
.panel-body .output-data-block .row {
  margin-bottom: 10px;
}
.collapse .btn-toolbar {
  margin-bottom: 0;
}
.badge-panel {
  position: relative;
  top: -1px;
  background-color: #727272 !important;
  color: #fff !important;
}
.badge-panel.badge-hilite {
  background-color: #C05820 !important;
  color: #000 !important;
}
.badge-panel.header-counters span {
  display: inline-block;
  min-width: 10px;
}
.panel-danger .panel-heading {
  color: #a94442 !important;
}
.panel-block-heading {
  margin-top: 60px;
}
/* ==========================================================================
Popover
========================================================================== */
.popover-special.popover .popover-title {
  border-bottom: 1px solid #ddd;
  background-color: #fff;
  font-weight: 700;
  font-size: 18px;
}
.popover-special.popover .popover-content .popover-content-inner {
  display: block !important;
}
.popover-special.popover .popover-content .popover-content-inner .close-it {
  position: absolute;
  top: 3px;
  right: 7px;
  font-size: 21px;
}
.popover-special.popover .popover-footer {
  padding: 20px 0 15px;
}
/* The inner content of the popover should not be shown when popover is not opened */
.popover-content-inner {
  display: none;
}
.favorites.popover {
  top: 50px !important;
  max-width: 670px !important;
  width: 670px !important;
}
.favorites.popover a {
  height: inherit !important;
  width: inherit !important;
  background: none !important;
}
.favorites.popover .btn-group {
  margin-left: 20px;
}
.favorites.popover.popover-on-popover {
  top: 110px !important;
}
.webui-popover {
  z-index: 1069 !important;
}
/* ==========================================================================
Pagination
========================================================================== */
.pagination > li > a,
.pagination > li > span {
  border-top: 0;
  border-bottom: 0;
}
.pagination > li:first-child > a,
.pagination > li:first-child > span {
  border-left: 0;
}
.pagination > li:last-child > a,
.pagination > li:last-child > span {
  border-right: 0;
}
.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
  padding: 4px 12px;
  border-color: transparent;
  color: #000;
  background-color: transparent;
  font-size: 1.2em;
  font-weight: 700;
}
.pagerbar {
  margin-top: 20px;
  margin-bottom: 20px;
}
.pagerbar .pagination {
  margin: 0;
}
.pagerbar select.form-control {
  display: inline-block;
  margin-left: 10px;
  width: auto;
}
.pagerbar label {
  font-weight: normal;
}
.pagerbar .current-page {
  display: inline-block;
  padding-top: 7px;
}
.pagerbar .current-page-pagination {
  display: block;
  padding-top: 7px;
}
.pagerbar-pagination-wrapper {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
/* ==========================================================================
Search Box
========================================================================== */
.panel-search {
  position: relative;
  margin-top: 13px;
  padding-left: 0;
  list-style: none;
}
.panel-search span.fake-label {
  display: none;
}
@media (min-width: 1200px) {
  .panel-search span.fake-label {
    display: block;
  }
}
.panel-search button {
  width: 100%;
}
@media (min-width: 1200px) {
  .panel-search button {
    width: auto;
  }
}
@media (min-width: 1200px) {
  .panel-search .keyword {
    padding-right: 5px;
  }
  .panel-search .search-filter {
    padding-right: 5px;
    padding-left: 5px;
  }
  .panel-search .search-go {
    padding-left: 5px;
  }
}
/* ==========================================================================
Header
========================================================================== */
#logoa {
  padding: 0px;
}
#logo {
  width: 165px;
  height: 59px;
  background: url("../../../admin/assets/images/kundenlogo-WL-165x59.png") no-repeat 0 0;
  background-size: 165px 59px;
}
@media screen and (-webkit-min-device-pixel-ratio: 2), screen and (min--moz-device-pixel-ratio: 2), screen and (min-device-pixel-ratio: 2) {
  #logo {
    background-image: url("../../../admin/assets/images/kundenlogo-WL-165x59@2x.png");
  }
}
@media (max-width: 767px) {
  #logo.login-logo {
    right: 37px;
    left: inherit;
  }
}
@media screen and (-webkit-min-device-pixel-ratio: 2), screen and (min--moz-device-pixel-ratio: 2), screen and (min-device-pixel-ratio: 2) {
  #logo {
    background-image: url("../../../admin/assets/images/kundenlogo-WL-165x59@2x.png");
  }
}
.logo_height {
  height: 40px;
  /* height of #logo - body top margin */
}
.header-box table th:first-child,
.header-box table td:first-child {
  padding-left: 8px !important;
}
.header-box table th:last-child,
.header-box table td:last-child {
  padding-right: 8px !important;
}
.header-box .table {
  margin-bottom: 20px;
}
.header-table {
  display: table;
  width: 100%;
}
.header-row {
  display: table-row;
}
.header-cell {
  display: table-cell;
}
.header-box .header-cell {
  padding: 8px;
  line-height: 1.42857143;
  vertical-align: top;
  border-top: 1px solid #ddd;
}
.header-box .header-cell a,
.header-box .header-cell button.btn-link {
  text-decoration: underline;
}
.header-box .fake-label {
  padding: 8px;
  border-bottom: 2px solid #ddd;
  margin-bottom: 0;
}
/* ==========================================================================
Footer
========================================================================== */
footer {
  border-top: 2px solid #ddd;
  margin-top: 50px;
}
footer p {
  padding: 5px 0 20px;
  color: #727272;
}
/* ==========================================================================
Content
========================================================================== */
/* ==========================================================================
Header Box in Content
========================================================================== */
.header-box {
  position: relative;
  margin: 0 0 80px;
}
.header-box .panel-body {
  padding-top: 12px;
  padding-bottom: 5px;
}
.header-box .panel-body h4 {
  margin-top: 9px;
}
.header-box .panel-body .first-element {
  margin-top: 8px;
}
.header-box .panel-body .last-element {
  margin-bottom: 20px;
}
.header-box .panel-body p.first-element {
  margin-top: 8px;
}
.header-box .panel-body p.last-element {
  margin-bottom: 15px;
}
/** Button 'Desktop Functions' beneath Header Box */
.header-box-func-btn-toolbar {
  float: right;
  margin-top: -70px;
}
/** Button 'Desktop Functions' beneath Standard Box */
.func-btn-toolbar {
  float: right;
  margin: -10px 0 36px;
}
/* ==========================================================================
Templates
========================================================================== */
/* ==========================================================================
Cockpit
========================================================================== */
/** Elements inside of a Tablist (nav nav-tabs) but not really tabs */
.no-tab {
  margin: 4px 4px 0 0;
  padding-bottom: 4px;
}
.no-tab.pull-right {
  margin-right: 0;
  margin-left: 4px;
}
.no-tab select {
  width: 150px;
}
@media (max-width: 991px) {
  .header-box .table.top-line-table {
    margin-top: 7px;
  }
}
.sorttarget .ui-sortable-placeholder {
  visibility: visible !important;
}
.sorttarget .ui-sortable-placeholder .panel {
  border-style: dashed;
}
.sorttarget .ui-sortable-handle:not(:last-child) .panel {
  margin-bottom: 15px;
}
.sorttarget .ui-sortable-handle:last-child .panel {
  margin-bottom: 0;
}
.sorttarget .panel .panel-heading {
  cursor: move;
  border: 0;
  padding: 5px;
}
#fcalendar .fc-header {
  margin-top: 20px;
  margin-bottom: 10px;
}
#fcalendar .fc-header-title h2 {
  margin: 10px 0 !important;
  font-weight: 700;
}
.calendar-legend p {
  margin: 0;
}
.calendar-legend p span {
  display: inline-block;
  margin-right: 5px;
  width: 10px;
  height: 10px;
}
.calendar-legend p span.calendar-legend-1 {
  background-color: #ff0000;
}
.calendar-legend p span.calendar-legend-2 {
  background-color: #ffc200;
}
.calendar-legend p span.calendar-legend-3 {
  background-color: #5e015e;
}
/* ==========================================================================
Edit Job Advertisement
========================================================================== */
table.jobad-channels {
  border-bottom: 0;
}
table.jobad-channels .form-group {
  margin-bottom: 0;
  white-space: nowrap;
}
table.jobad-channels .input-group {
  width: 80%;
  display: inline-table;
  vertical-align: middle;
}
table.jobad-channels .checkbox {
  margin: 0;
}
table.jobad-channels .checkbox input[type="checkbox"] {
  margin: 1px 0 0 -60px;
}
table.jobad-channels span.cost {
  margin-top: 7px;
  display: block;
  text-align: right;
}
table.jobad-channels .channel {
  width: 50%;
}
table.jobad-channels .functions {
  min-width: inherit;
  text-align: right;
}
label.sprite-channel-icons,
label.sprite-channel-company-icons,
label.single-sprite-channel-icons {
  display: inline-block;
  padding: 7px 0 0 37px;
  margin: 2px 0 0 23px;
  font-weight: normal;
}
.single-sprite-channel-icons {
  height: 30px;
  background-repeat: no-repeat;
}
.single-sprite-channel-icons.lufthansa {
  background-image: url(../../../admin/assets/images/icon/jobadchannel/channel-icon-lufthansa_01.png);
}
/* ==========================================================================
Navigation
========================================================================== */
.navbar {
  margin-bottom: 0;
}
#navigation {
  overflow: hidden /* #47520 */;
}
/* Meta Navigation
========================================================================== */
.meta {
  padding: 8px 15px 25px;
  list-style: none;
}
.meta > li {
  display: inline-block;
}
/** analog to breadcrumb */
.meta > li + li:before {
  padding: 0 5px;
  color: #ccc;
  content: "/\00a0";
}
ul.meta {
  float: left;
}
/* Breadcrumb Navigation
========================================================================== */
.breadcrumb {
  margin-bottom: 0;
  padding: 8px 0;
  background-color: #fff;
}
@media (max-width: 1199px) {
  .breadcrumb {
    padding-left: 50px;
  }
}
.breadcrumb > li {
  display: inline-block;
  max-width: 100%;
}
/* Tab Navigation
========================================================================== */
.nav > li > a:hover,
.nav > li > a:active {
  border-color: #fff;
  border-bottom-color: #ddd;
  background-color: #fff;
}
/* Top Navigation
========================================================================== */
.navbar-top {
  /*margin-top: 18px;*/
  margin-bottom: 18px;
}
#navigation .navbar-collapse {
  border-top: none;
}
#navigation #navigation-ul-row1-1 {
  border-bottom: none;
}
#navigation.login .navbar {
  min-height: 0;
}
#navbar-collapse-row1 {
  display: table;
  width: 100%;
  padding: 0px;
  table-layout: fixed;
}
#navbar-collapse-row1 .navbar-left {
  display: table-cell;
  vertical-align: bottom;
  padding-left: 15px;
  width: 100%;
}
#navbar-collapse-row1 .navbar-left ul {
  padding-right: 0px;
  border-bottom: none;
  white-space: nowrap;
  overflow-x: hidden;
  overflow-y: hidden;
}
#navbar-collapse-row1 .navbar-left ul li {
  display: inline-block;
}
#navbar-collapse-row1 .navbar-right {
  display: table-cell;
  width: 180px;
}
#navbar-collapse-row1 .navbar-right ul {
  float: right;
}
nav.navbar.login #navbar-collapse-row1 {
  border-top: 0px;
}
#navbar-collapse-row2 div.ul-row1 ul {
  width: 100%;
}
#navbar-collapse-row2 div.ul-row1 ul li {
  display: inline-block;
  float: none;
  vertical-align: top;
}
.top-navigation {
  margin: 0 0 0 -15px;
  padding: 0 15px;
}
.top-navigation .icon > a {
  position: relative;
  top: -2px;
  height: 42px;
  border: 0 none !important;
}
.top-navigation .nav-dots > a {
  border: 0;
  font-size: 30px;
  line-height: 10px;
  text-decoration: none;
}
.top-navigation .nav-dots .popover-content {
  padding: 5px 14px;
}
.top-navigation > li.active > a,
.top-navigation > li.active > .btn-tab,
.top-navigation > li.active > a:hover,
.top-navigation > li.active > a:focus {
  background-color: #f5f5f5;
}
/** Settings Layer MyNavigation Configuration */
.modal .top-navigation {
  margin: 0;
  padding: 0;
}
.modal .top-navigation-content {
  margin: 0;
  padding: 0;
  border-bottom: 0;
  background: none;
}
.nav.top-navigation > li > a {
  padding: 10px 18px;
  margin: 6px 4px 0px;
}
.nav.top-navigation > li .btn-tab {
  margin: 6px 4px 0px;
}
.top-navigation-content {
  position: relative;
  margin: 0 -15px;
  padding: 0 15px;
  border-bottom: 1px solid #ddd;
  background: #f5f5f5;
  /** Left fixed cockpit icon */
  /** Arrow appears when there's not enough space for all navigation entrys */
}
.top-navigation-content ul {
  margin: 0;
  padding: 0;
}
.top-navigation-content ul li {
  float: left;
}
.top-navigation-content ul li a.navigation-active-item {
  border-bottom: solid 5px #333;
  margin-bottom: -5px;
}
.top-navigation-content ul li a,
.top-navigation-content ul li label {
  display: block;
  margin: 5px 9px 5px;
  padding: 4px 10px 0px;
  color: #000;
  cursor: pointer;
  font-weight: normal;
}
.top-navigation-content ul li a.no-rights,
.top-navigation-content ul li label.no-rights {
  cursor: default;
}
.top-navigation-content ul li a em:before,
.top-navigation-content ul li label em:before {
  content: "";
  display: inline-block;
  height: 30px;
  width: 22px;
}
.top-navigation-content ul li a em,
.top-navigation-content ul li label em {
  position: relative;
  top: 6px;
}
.top-navigation-content ul li a span,
.top-navigation-content ul li label span {
  position: relative;
  display: block;
  vertical-align: top;
  text-align: center;
}
.top-navigation-content #cockpit {
  float: left;
  border-right: 1px solid #ddd;
}
.top-navigation-content #cockpit ul li {
  margin-left: 10px;
  width: auto;
}
.top-navigation-content #cockpit ul li a {
  width: 80px;
  margin: 0;
}
.top-navigation-content .nav-dots.level-1 a {
  margin-top: 15px;
  color: #999;
  font-size: 30px;
  line-height: 10px;
  text-decoration: none;
}
.top-navigation-content .nav-dots.level-1 .popover a {
  margin-top: -10px;
}
.webui-popover .webui-popover-inner .webui-popover-content .nav-tabs {
  border: none;
}
.webui-popover .webui-popover-inner .webui-popover-content .top-navigation-content {
  border: none;
  background: none;
}
.webui-popover .webui-popover-content.popover-navi {
  overflow-y: visible;
  overflow-x: visible;
}
.webui-popover .webui-popover-content.popover-navi > div:first-child {
  width: auto;
}
/* Sidebar Navigation
========================================================================== */
.panel-sidebar-navigation {
  position: relative;
  margin-top: 13px;
  padding-left: 0;
  list-style: none;
  word-wrap: break-word;
}
.panel-sidebar-navigation h3 {
  font-weight: 700;
}
.panel-sidebar-navigation h3.headline {
  border-top: 1px solid #ddd;
  background-color: #f5f5f5;
  margin-top: 0px;
  margin-bottom: 0px;
}
.panel-sidebar-navigation #sidebar-navigation-functions {
  padding: 15px 0 10px;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
}
.panel-sidebar-navigation #sidebar-navigation-functions .form-group {
  margin-bottom: 5px;
}
.panel-sidebar-navigation .panel-heading-sidebar-navigation {
  border-bottom: 0;
}
.panel-sidebar-navigation ul {
  margin-bottom: 0;
}
.panel-sidebar-navigation ul.projects li a.sprite-beetree-icons,
.panel-sidebar-navigation ul.projects li span.sprite-beetree-icons {
  margin-left: -7px;
}
.panel-sidebar-navigation ul li {
  position: relative;
  padding: 0 47px 0 16px;
  border-top: 1px solid #ddd;
  /** Icons on the right of the sidebar navigation */
}
.panel-sidebar-navigation ul li.opened {
  background-color: #f5f5f5;
}
.panel-sidebar-navigation ul li.results_info {
  padding-top: 10px;
  padding-bottom: 10px;
}
.panel-sidebar-navigation ul li ul {
  margin: 0 -47px 0 -16px;
  background-color: #fff;
}
.panel-sidebar-navigation ul li ul li {
  padding-left: 35px;
}
.panel-sidebar-navigation ul li ul li ul {
  margin-left: -35px;
}
.panel-sidebar-navigation ul li ul li ul li {
  padding-left: 56px;
}
.panel-sidebar-navigation ul li ul li ul li ul {
  margin-left: -56px;
}
.panel-sidebar-navigation ul li ul li ul li ul li {
  padding-left: 77px;
}
.panel-sidebar-navigation ul li ul li ul li ul li ul {
  margin-left: -77px;
}
.panel-sidebar-navigation ul li ul li ul li ul li ul li {
  padding-left: 98px;
}
.panel-sidebar-navigation ul li.tree-icon {
  margin-right: 41px;
  padding: 10px 0 10px 10px;
}
.panel-sidebar-navigation ul li .searchResultLink {
  margin: 10px 0 10px 51px;
  padding: 0;
  display: inline-flex;
}
.panel-sidebar-navigation ul li a {
  cursor: pointer;
  position: relative;
  display: block;
  padding: 10px 0 10px 51px;
  color: #000;
}
.panel-sidebar-navigation ul li a .hilite {
  background-color: #ffe719;
}
.panel-sidebar-navigation ul li a.no-icon {
  padding-left: 21px;
}
.panel-sidebar-navigation ul li a.all-projects,
.panel-sidebar-navigation ul li a.main-link {
  padding-left: 21px;
  color: #2a6496;
  font-weight: 700;
  background: url(../../../admin/assets/images/icon/arrow.png) no-repeat 0 -20px;
}
.panel-sidebar-navigation ul li a.candidate-link-with-vip-status:before,
.panel-sidebar-navigation ul li a.icon-vip:before {
  position: absolute;
  right: 0;
  top: 0;
  content: '';
  height: 23px;
  width: 2px;
  background-color: #404040;
}
.panel-sidebar-navigation ul li a.candidate-link-with-vip-status:before {
  right: -15px;
  top: -10px;
}
.panel-sidebar-navigation ul li a span.nav-arrow {
  margin-top: 0;
}
.panel-sidebar-navigation ul li span.addADVSQTreeLink {
  cursor: default;
  position: relative;
  display: block;
  padding: 10px 0 10px 51px;
  text-decoration: line-through;
}
.panel-sidebar-navigation ul li span.project-tree-entry-title {
  display: block;
  padding: 10px 0 10px 16px;
}
.panel-sidebar-navigation ul li .side-info {
  position: absolute;
  right: 0;
  top: 10px;
  padding: 0;
  text-decoration: none;
}
.panel-sidebar-navigation ul li .side-info.sprite-beetree-icons,
.panel-sidebar-navigation ul li .side-info > .sprite-beetree-icons {
  float: none;
  margin: 0 10px 0 0;
}
.panel-sidebar-navigation ul li div.side-info {
  top: 0px;
}
.panel-sidebar-navigation ul li .side-info.btn {
  top: 4px;
  margin-right: 10px;
  min-width: 33px;
}
.panel-sidebar-navigation ul li .side-info.btn .sprite-beetree-icons {
  margin: 3px;
}
.panel-sidebar-navigation ul li .side-info.btn .sprite-beetree-icons.icon-navi-zoom-01 {
  margin: 5px 7px 1px 6px;
}
.panel-sidebar-navigation ul li .side-info.btn .sprite-beetree-icons.duplicate-candidate {
  width: 30px;
  margin: 5px 5px 0 0;
}
.panel-sidebar-navigation ul li button.side-info {
  top: 0px;
  margin-right: 5px;
}
.panel-sidebar-navigation ul li a.nav-arrow,
.panel-sidebar-navigation ul li span.nav-arrow,
.panel-sidebar-navigation ul li .nav-arrow-button {
  z-index: 9;
  float: left;
  margin-top: 9px;
  padding: 0;
  width: 11px;
  height: 30px;
  text-decoration: none;
}
.panel-sidebar-navigation ul li .nav-arrow-button {
  margin-top: 0px;
  height: 40px;
}
.panel-sidebar-navigation ul li .nav-arrow-button,
.panel-sidebar-navigation ul li .nav-arrow-button .nav-arrow {
  border: 0px;
}
.panel-sidebar-navigation ul li button {
  z-index: 100;
}
.panel-sidebar-navigation ul li button.tree-icon {
  position: relative;
}
.panel-sidebar-navigation ul li .sprite-beetree-icons {
  float: left;
  display: inline-block;
  padding: 0;
  margin: 10px 5px 0 0;
  /*width: 35px;*/
  text-decoration: none;
  z-index: 100;
}
.panel-sidebar-navigation ul li .additional-icon {
  float: left;
  margin: 5px 5px 0 0;
}
.panel-sidebar-navigation ul li > span > div,
.panel-sidebar-navigation ul li.depth2 > a > div {
  margin-left: -51px;
}
.panel-sidebar-navigation ul.question-tree li a {
  padding-left: 0px;
}
.panel-sidebar-navigation ul.question-tree li .sprite-beetree-icons {
  margin: 0px;
  margin-right: 5px;
}
/* ==========================================================================
Page Slide Area
========================================================================== */
#sidebar.slider-active {
  background-color: #fff;
  overflow-y: scroll;
  padding: 15px;
}
#sidebar-no-desk {
  position: relative;
  border-right: 1px solid #ddd;
  padding: 15px 45px 15px 0;
  margin: -15px 0 0 15px;
}
#sidebar-no-desk a.close-it {
  position: absolute;
  right: 5px;
  top: 20px;
  color: #ababab;
  font-size: 21px;
}
.closeBigSlide {
  position: absolute;
  top: 20px;
  right: 20px;
  z-index: 2;
  display: none;
}
.slider-active .closeBigSlide {
  display: block;
}
#pageslide {
  /** These styles MUST be included. Do not change. */
  display: none;
  position: absolute;
  top: 0;
  z-index: 999999;
  height: 100%;
  /** Specify the width of your pageslide here */
  width: 400px;
  padding: 0;
}
/* ==========================================================================
Form Area
========================================================================== */
.form-area {
  position: relative;
  clear: both;
}
.form-area .btn-toolbar.top-border {
  margin-top: 15px;
  padding-bottom: 10px;
}
.form-area .nav-tabs {
  margin-top: 20px;
}
.form-area .nav-tabs span.sprite-list-small-icons {
  margin-right: -14px;
}
.form-area .first-panel {
  margin-top: 25px;
}
/* ==========================================================================
Datepicker - Individual Styles
========================================================================== */
.datepicker th,
.datepicker td {
  padding: 5px !important;
  cursor: pointer;
}
.datepicker table {
  border-bottom: 0;
}
.datepicker table tr th,
.datepicker table tr td {
  width: 40px;
}
.datepicker table tr td.today {
  border-color: #fff;
  background-color: #fff;
  color: #2a6496;
}
.datepicker table tr td.today:hover {
  border-color: #eee;
  background-color: #eee;
}
.datepicker .cw {
  font-size: 14px;
  font-weight: bold;
}
/** input-group with Datepickers Schedule-Icon */
.input-group-addon .sprite-list-small-icons {
  padding-left: 12px;
}
.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;
  border-left: 0;
  border-right: 0;
}
/* ==========================================================================
Slider - Individual Styles
========================================================================== */
.slider {
  margin-top: 25px;
}
.slider.slider-horizontal {
  width: 100%;
}
.slider-selection {
  background: #ababab;
}
.slider-info {
  margin-top: 5px;
  width: 100%;
}
.slider-info span {
  font-size: 0.9em;
}
.slider-info span.slider-info-left {
  float: left;
}
.slider-info span.slider-info-right {
  float: right;
}
/* ==========================================================================
General Modal Settings
========================================================================== */
.modal {
  z-index: 1050;
}
.modal .container-fluid {
  padding: 0;
  width: auto !important;
}
.modal-backdrop {
  position: fixed;
  z-index: 1040;
}
.modal-header {
  padding: 8px 15px 3px;
  border-radius: 6px 6px 0 0;
}
.modal-header .modal-title {
  font-size: 25px;
  max-width: 100%;
  word-wrap: break-word;
}
.modal-footer {
  text-align: left;
}
.modal-footer .btn-primary {
  float: right;
}
@media (min-width: 768px) {
  .modal-wide .modal-dialog {
    width: 750px;
  }
}
@media (min-width: 992px) {
  .modal-wide .modal-dialog {
    width: 850px;
  }
}
.modal-extra-wide .modal-dialog {
  width: 75%;
}
@media (min-width: 768px) {
  .modal-standard .modal-dialog {
    width: 700px;
  }
}
@media (min-width: 768px) {
  .modal-small .modal-dialog {
    width: 500px;
  }
}
/* ==========================================================================
/* Modal Preview
========================================================================== */
.modal-body.preview .comment-txt {
  margin: 6px 0 -1px 0px;
  font-size: 0.8em;
}
.modal-body.preview .number-of-comments {
  font-style: normal;
  font-weight: 700;
  color: #000;
}
.modal-body.preview .open-close-links {
  position: absolute;
  bottom: 2px;
  right: 15px;
}
@media (max-width: 767px) {
  .modal-body.preview .open-close-links {
    position: relative;
  }
}
@media (min-width: 992px) {
  .modal-body.preview .open-close-links {
    bottom: 12px;
  }
}
.modal-body.preview .open-close-links span {
  position: relative;
  top: -2px;
  display: inline-block;
  margin: 0 15px;
}
.modal-body.preview .preview-header {
  position: relative;
  margin-bottom: 20px;
}
.modal-body.preview .preview-header h1 {
  margin-top: 0;
  margin-right: 240px;
  word-wrap: break-word;
  max-width: calc(100% - 240px);
}
@media (max-width: 767px) {
  .modal-body.preview .preview-header h1 {
    margin-right: 20px;
  }
}
.modal-body.preview b,
.modal-body.preview strong {
  max-width: 100%;
  word-wrap: break-word;
  display: inline-block;
}
.modal-body.preview th,
.modal-body.preview td,
.modal-body.preview h1 {
  max-width: 100%;
  word-wrap: break-word;
}
.modal-body.preview #vacancyRequestFormJobCell legend {
  word-wrap: break-word;
}
.modal-body.preview .header-box table {
  table-layout: fixed;
}
.modal-body.preview table.table-position th:first-child,
.modal-body.preview table.table-position td:first-child {
  width: 80%;
}
.modal-body.preview table.table-position th:last-child,
.modal-body.preview table.table-position td:last-child {
  width: 20%;
}
.modal-body.preview #form_edit_statement .modal-footer {
  padding-bottom: 0;
  margin-top: 15px;
}
/* ==========================================================================
Modal OSM Map
========================================================================== */
/*@clusterIconSmall: "../images/map/icon-cluster-small.png";
@clusterIconSmallAT2x: "../images/map/icon-cluster-small@2x.png";
@clusterIconMiddle: "../images/map/icon-cluster-middle.png";
@clusterIconMiddleAT2x: "../images/map/icon-cluster-middle@2x.png";
@clusterIconBig: "../images/map/icon-cluster-big.png";
@clusterIconBigAT2x: "../images/map/icon-cluster-big@2x.png";

@clusterIconSmallPotential: "../images/map/icon-cluster-small-potential.png";
@clusterIconSmallPotentialAT2x: "../images/map/icon-cluster-small-potential@2x.png";
@clusterIconMiddlePotential: "../images/map/icon-cluster-middle-potential.png";
@clusterIconMiddlePotentialAT2x: "../images/map/icon-cluster-middle-potential@2x.png";
@clusterIconBigPotential: "../images/map/icon-cluster-big-potential.png";
@clusterIconBigPotentialAT2x: "../images/map/icon-cluster-big@2x-potential.png";*/
.osm-candidate-map {
  height: 700px;
  width: 100%;
}
.osm-vacancy-map {
  height: 400px;
  width: 100%;
}
.leaflet-popup-content {
  max-height: 235px;
  overflow-y: auto;
}
.osm-candidate-map .leaflet-popup.popupTable.leaflet-zoom-animated {
  bottom: 10px !important;
  left: calc(100% - 88px) !important;
}
.osm-icon-cluster {
  text-align: center;
  font-size: medium;
}
.osm-icon-cluster.osm-icon-cluster-small {
  background: url("../../../admin/assets/images/map/icon-cluster-small.png");
  width: 42px !important;
  height: 42px !important;
  line-height: 42px;
}
@media screen and (-webkit-min-device-pixel-ratio: 1.5), screen and (-moz-min-device-pixel-ratio: 1.5), screen and (min-device-pixel-ratio: 1.5) {
  .osm-icon-cluster.osm-icon-cluster-small {
    background-image: url("../../../admin/assets/images/map/icon-cluster-small@2x.png");
    background-size: 42px 42px;
  }
}
.osm-icon-cluster.osm-icon-cluster-middel {
  background: url("../../../admin/assets/images/map/icon-cluster-middle.png");
  width: 49px !important;
  height: 49px !important;
  line-height: 49px;
}
@media screen and (-webkit-min-device-pixel-ratio: 1.5), screen and (-moz-min-device-pixel-ratio: 1.5), screen and (min-device-pixel-ratio: 1.5) {
  .osm-icon-cluster.osm-icon-cluster-middel {
    background-image: url("../../../admin/assets/images/map/icon-cluster-middle@2x.png");
    background-size: 49px 49px;
  }
}
.osm-icon-cluster.osm-icon-cluster-big {
  background: url("../../../admin/assets/images/map/icon-cluster-big.png");
  width: 69px !important;
  height: 69px !important;
  line-height: 69px;
}
@media screen and (-webkit-min-device-pixel-ratio: 1.5), screen and (-moz-min-device-pixel-ratio: 1.5), screen and (min-device-pixel-ratio: 1.5) {
  .osm-icon-cluster.osm-icon-cluster-big {
    background-image: url("../../../admin/assets/images/map/icon-cluster-big@2x.png");
    background-size: 69px 69px;
  }
}
.osm-icon-cluster.osm-icon-cluster-small-potential {
  background: url("../../../admin/assets/images/map/icon-cluster-small-potential.png");
  width: 42px !important;
  height: 42px !important;
  line-height: 42px;
}
@media screen and (-webkit-min-device-pixel-ratio: 1.5), screen and (-moz-min-device-pixel-ratio: 1.5), screen and (min-device-pixel-ratio: 1.5) {
  .osm-icon-cluster.osm-icon-cluster-small-potential {
    background-image: url("../../../admin/assets/images/map/icon-cluster-small-potential@2x.png");
    background-size: 42px 42px;
  }
}
.osm-icon-cluster.osm-icon-cluster-middel-potential {
  background: url("../../../admin/assets/images/map/icon-cluster-middle-potential.png");
  width: 49px !important;
  height: 49px !important;
  line-height: 49px;
}
@media screen and (-webkit-min-device-pixel-ratio: 1.5), screen and (-moz-min-device-pixel-ratio: 1.5), screen and (min-device-pixel-ratio: 1.5) {
  .osm-icon-cluster.osm-icon-cluster-middel-potential {
    background-image: url("../../../admin/assets/images/map/icon-cluster-middle-potential@2x.png");
    background-size: 49px 49px;
  }
}
.osm-icon-cluster.osm-icon-cluster-big-potential {
  background: url("../../../admin/assets/images/map/icon-cluster-big-potential.png");
  width: 69px !important;
  height: 69px !important;
  line-height: 69px;
}
@media screen and (-webkit-min-device-pixel-ratio: 1.5), screen and (-moz-min-device-pixel-ratio: 1.5), screen and (min-device-pixel-ratio: 1.5) {
  .osm-icon-cluster.osm-icon-cluster-big-potential {
    background-image: url("../../../admin/assets/images/map/icon-cluster-big@2x-potential.png");
    background-size: 69px 69px;
  }
}
/* ==========================================================================
Icons / Sprites
========================================================================== */
.additional-icon {
  margin-left: 5px;
}
span.sprite-list-other.icon-add-05 {
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
  margin-left: -12px;
}
/* ==========================================================================
Login
========================================================================== */
.language-switcher {
  width: auto;
  margin: 4px 0px 6px 15px;
  float: left;
}
.welcome {
  margin: 0;
  text-align: center;
  border-radius: 0;
  border-left: 0;
  border-right: 0;
  box-shadow: none;
  min-height: 20px;
  padding: 19px;
  background-color: #2a6496;
}
/* advsearch filters/columns */
#admin div.question_block > .checkbox-inline {
  margin-left: 0px;
  margin-right: 10px;
}
/* advsearch filters/columns modals */
#questionaireElementContainer {
  min-height: 150px;
}
#filter_tree .panel-sidebar-navigation {
  margin-top: 0px;
}
#filter_tree .addLink {
  cursor: pointer;
  position: relative;
  display: block;
  padding: 10px 0 10px 51px;
  color: #000;
}
.filter_tree_filter_name {
  position: relative;
  display: block;
  padding: 10px 0 10px 51px;
  color: #000;
}
#treeElementContainer {
  padding-top: 10px;
}
.offset-0 {
  padding-left: 0;
  padding-right: 0;
}
.filter_box_preview .input_field,
.filter_column_row .input_field {
  margin-bottom: 15px;
  padding-bottom: 10px;
  border-bottom: 1px solid #ddd;
}
.filter_box_preview.footer {
  margin-bottom: 10px;
}
.pooladmin_tree {
  margin-top: 13px;
}
/* loading icon animation */
.glyphicon-spin {
  -webkit-animation: spin 1000ms infinite linear;
  animation: spin 1000ms infinite linear;
}
@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
.resize_vertical {
  resize: vertical;
  overflow: auto;
}
/* medialib */
.panel.titless:first-child {
  margin-top: 10px;
}
#media_objects_list_only {
  margin-bottom: 15px;
}
#media_objects_list_only .table tr td.functions input[type="checkbox"] {
  margin-right: 10px;
}
ul.horizontal-links-separated li {
  border-left: 1px solid black;
}
ul.horizontal-links-separated li:first-child {
  border-left: 0px;
}
#categoryTree.panel-sidebar-navigation {
  margin-top: 0px;
}
#categoryTree.panel-sidebar-navigation a {
  color: #2a6496;
}
.panel-body ul.nav-tabs {
  margin-bottom: 15px;
}
.pagerbar-narrow select.form-control {
  margin-left: 4px;
}
.pagerbar-narrow > div {
  padding-left: 5px;
  padding-right: 5px;
}
.pagerbar-narrow > div:first-child {
  padding-left: 10px;
}
.pagerbar-narrow > div:last-child {
  padding-right: 10px;
}
/* ==========================================================================
 Vacancy Form
========================================================================== */
.vacancy-form .remove-multi-block-link {
  font-size: 12px;
}
.vacancy-form .has-error ul {
  display: none;
}
.btn-toolbar-form-bottom .btn {
  float: left;
  margin-left: 15px;
}
.btn-toolbar-form-bottom:first-child {
  margin: 0;
}
.btn-toolbar-form-bottom a {
  border-left: 1px solid #999;
  border-radius: 0;
}
.btn-toolbar-form-bottom .prev-next {
  float: right;
}
.btn-toolbar-form-bottom .prev-next a {
  margin: 0;
  border-left: none;
}
.btn-toolbar-form-bottom .prev-next a:last-child {
  border-left: 1px solid #999;
}
@media (max-width: 767px) {
  .btn-toolbar-form-bottom,
  .btn-toolbar-form-bottom .prev-next {
    float: none;
  }
  .btn-toolbar-form-bottom .btn,
  .btn-toolbar-form-bottom .prev-next .btn {
    width: 100%;
    margin: 0;
    margin-bottom: 15px;
  }
  .btn-toolbar-form-bottom a,
  .btn-toolbar-form-bottom .prev-next a {
    border: 1px solid #999;
    border-radius: 4px;
  }
}
/* ==========================================================================
 Vacancy Request Comment Modal
========================================================================== */
.row-margin .row {
  margin-bottom: 10px;
}
.ffw-datepicker-container {
  position: relative;
}
.remove-padding-left {
  padding-left: 0;
}
.comment-modal-hr {
  padding-top: 5px;
  height: 30px;
}
.comment-modal-footer {
  padding-top: 15px;
  height: 55px;
  padding-bottom: 5px;
}
.badge-padding {
  padding-left: 5px;
}
.badge-candidate-search {
  cursor: pointer;
}
#email_type_remark {
  resize: vertical;
}
#break_words {
  word-break: break-all;
}
@media (max-width: 991px) {
  .paging {
    padding-left: 0;
  }
}
.sprite-list-filetypes.media-list.icon-short {
  margin-left: -13px;
}
.mediaListButtons .sprite-list-small-icons {
  padding-left: 22px;
}
select[readonly] {
  pointer-events: none !important;
}
.ui-sortable-helper .btn-group {
  width: 0px !important;
  overflow: hidden;
  visibility: hidden;
  display: block !important;
}
.on-click-counter {
  background: #cfd5e3;
}
.table-hover > tbody > tr.on-click-counter:hover {
  background-color: #cfd5e3;
}
.no-res-search {
  padding: 10px 15px 10px;
}
/* ###############################################
            Statistic page tree
################################################*/
.statistic-page-tree .panel-sidebar-navigation ul li,
.statistic-page-tree .panel-sidebar-navigation ul li ul li,
.statistic-page-tree .panel-sidebar-navigation ul li ul li ul li {
  padding: 0 0 0 15px;
}
.statistic-page-tree .panel-sidebar-navigation ul,
.statistic-page-tree .panel-sidebar-navigation ul li ul,
.statistic-page-tree .panel-sidebar-navigation ul li ul li ul,
.statistic-page-tree .panel-sidebar-navigation ul li ul li ul li {
  margin: 0;
}
.statistic-page-tree .panel-sidebar-navigation ul li .nav-arrow {
  position: absolute;
  left: 15px;
  top: 10px;
  margin: 0;
}
.statistic-page-tree .list-unstyled li a {
  padding: 0;
  display: inline-block;
}
.statistic-page-tree .list-unstyled .toggle-name-link {
  padding: 10px 40px 10px 15px;
}
.statistic-page-tree .list-unstyled li a.icon-small-edit-02 {
  position: absolute;
  top: 11px;
  right: 25px;
}
div.datepicker-days {
  display: block;
}
.flag-padding-fix {
  padding-bottom: 5px !important;
  padding-top: 5px !important;
}
.fixed-width {
  width: 200px;
}
.hint-color {
  color: #31708f !important;
}
.icon-width-tooltip-50 {
  width: 50px!important;
}
.icon-width-tooltip-45 {
  width: 40px!important;
}
.icon-width-tooltip-40 {
  width: 40px!important;
}
.icon-width-tooltip-35 {
  width: 35px!important;
}
.icon-width-tooltip-30 {
  width: 35px!important;
}
.add-multi-block-link {
  margin-bottom: 15px;
}
#question_form .ui-sortable-placeholder {
  border: 2px dotted rgba(149, 149, 149, 0.6);
  border-radius: 4px;
  display: block;
  float: left;
  margin: 25px 15px 0;
}
#message-print {
  display: none;
  border: 1px solid #ccc;
  border-radius: 4px;
}
#inner-message-print {
  margin: 8px;
}
@media print {
  .mce-tinymce.mce-container.mce-panel {
    display: none !important;
  }
  #message-print {
    display: block !important;
    margin: 8px;
  }
}
#notification_form_basic .multiselect-container > li > a > label {
  white-space: normal !important;
}
.navbar-margin {
  margin-bottom: 24px !important;
}
.panel-sidebar-navigation ul li a.duplicate-candidate {
  z-index: 1;
}
#preview_organization_detail {
  border-left-width: 0px;
  border-top-left-radius: 0px;
  border-bottom-left-radius: 0px;
}
.pool-tree-icon {
  float: left;
  display: inline-block;
  padding: 0;
  margin: 10px 5px 0 0;
}
.selectize-input:not(.has-items) input {
  height: 20px !important;
  width: 100% !important;
}
.tooltip {
  position: absolute;
  z-index: 9999;
  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;
  filter: alpha(opacity=0);
}
@media print {
  .panel.panel-default {
    page-break-inside: avoid!important;
    page-break-after: auto!important;
    page-break-before: auto!important;
  }
}
@media print {
  body,
  html {
    height: 100%;
  }
}
.btn-download-as-docx {
  overflow: hidden;
  text-overflow: ellipsis;
  padding-right: 13px;
}
#answer_form .question-form-answers td {
  vertical-align: middle;
}
#answer_form .add-question-label {
  display: block;
  margin: 4px 0 0 36px;
}
.no-scroll {
  position: relative !important;
}
.open > .dropdown-menu > li > a > label {
  white-space: normal;
}
.ie-textarea-before-reziable {
  border: none;
  padding: 0;
}
.ie-textarea-after-reziable {
  border: 1px solid #ccc;
  padding: 6px 12px;
}
.ie-ui-resizable-se {
  transform: translateY(-100%);
  width: 16px;
  height: 14px;
}
.cursor-pointer {
  cursor: pointer;
}
.nowrap_date_cell {
  white-space: nowrap;
}
/* ==========================================================================
 Login language switch
========================================================================== */
.navbar-nav .open .dropdown-menu {
  position: absolute;
  background-color: #fff;
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  border: 1px solid #ccc;
}
#orgaUnit .selectize-dropdown .selectize-dropdown-content div {
  padding: 4px 13px;
  color: #666666;
}
#orgaUnit .selectize-dropdown .selectize-dropdown-content .division-organization {
  font-weight: bold;
}
#orgaUnit .selectize-dropdown .selectize-dropdown-content .selected {
  background-color: #2a6496;
  color: #fff;
}
.dropdown-menu > li > div {
  padding-top: 3px;
  padding-bottom: 3px;
  white-space: nowrap;
}
.dropdown-menu > li > div.disabled {
  color: #999;
}
.standard_history_title {
  width: 40%;
}
.standard_history_status,
.standard_history_person {
  width: 20%;
}
.standard_history_create_date {
  width: 10%;
}
.standard_history_action {
  width: 5%;
}
.btn-without-borders {
  border: 0;
  padding: 0;
}
.position-absolute {
  position: absolute!important;
}
.nav-arrow-search {
  margin-top: 0px!important;
  padding: 0 10px!important;
}
.advanced-search-question-tree-anchor {
  padding-left: 10px!important;
}
.people-picker-legend {
  display: block;
  margin-bottom: 5px;
  font-weight: 700;
  border: none;
  color: #000;
  text-align: right;
  font-size: 14px;
}
.image-picker-button {
  padding: 0px;
}
.no-spaces {
  padding: 0;
  border: none;
}
.functions-button {
  color: black;
  font-weight: 700;
  padding: 0 10px;
  border: none;
}
.legend-label {
  display: block;
  margin-bottom: 5px;
  font-weight: 700;
  border: none;
  color: #000;
  font-size: 14px;
}
.nomarginbottom {
  margin-bottom: 0 !important;
}
.table-row-group {
  display: table-row-group;
}
.peoplepicker .header-cell {
  padding: 8px;
  border-top: 1px solid #ddd;
}
.table.peoplepicker > .header-row:first-child .header-cell {
  border-top: 0px;
  border-bottom: 2px solid #ddd;
  vertical-align: bottom;
}
.table-without-margin {
  margin: 0;
}
.form-control.readonly {
  background-color: #eee;
}
.max-content {
  width: max-content !important;
}
span.form-control {
  clear: both;
}
.panel-sidebar-navigation > ul:not(.questionTree) li div {
  margin-left: -10px;
}
.panel-sidebar-navigation > ul:not(.questionTree) li div > .sprite-beetree-icons {
  margin-top: 0;
}
legend.fake-label {
  border: none;
  color: inherit;
  font-size: inherit;
}
.panel > nav > .list-group {
  margin-bottom: 0;
}
.help-block {
  color: #727272;
}
select[disabled] > option {
  color: #666666;
}
.php .hljs-meta,
.php .hljs-comment {
  color: #727272;
}
#calendar-area .table-calendar td {
  color: #727272;
}
#calendar-area .table-calendar td.calendar-week {
  visibility: hidden;
}
#calendar-area .table-calendar th.weekend {
  color: #727272;
}
#calendar-area .table-calendar.table-hover > tbody > tr:hover > td:first-child {
  visibility: visible;
  color: #000;
}
.aria-position-top {
  top: 0;
  left: 0;
  z-index: 10000;
  position: fixed;
}
.aria-position-top a,
.aria-position-top button {
  background: #fff;
  border: 1px solid #000;
  padding: 6px 10px;
}
#content_event_module td span.special {
  color: #727272;
}
.dogline {
  font-family: Arial;
  font-size: 14px;
  font-weight: 400;
}
a.dogline {
  text-decoration: underline;
  color: #2a6496;
}
.dogline.active {
  color: #727272;
}
button.hidden-nav {
  background-color: #fff;
  border: none;
  position: absolute;
  top: 8px;
  left: 16px;
  height: 18px;
  width: 26px;
  background-image: url(../../../admin/assets/images/icon/icon_nav.png);
  background-position: bottom;
}
.favorite-row {
  border-bottom: 1px solid #ddd;
  padding: 8px 0px;
  margin: 0px;
}
.favorite-row-icon {
  padding-left: 0px;
}
.favorite-row-time-elapsed {
  color: #727272;
}
.favorite-popover-title {
  background-color: #fff;
  font-weight: 700;
  font-size: 18px;
  border: none;
}
.day.actday {
  color: #2a6496;
}
.panel-sidebar-navigation ul li .question-tree {
  display: inline-flex;
  max-width: 90%;
}
.panel-sidebar-navigation ul li .projectTree {
  padding-left: 0px;
  display: inline-flex;
  max-width: 90%;
}
.panel-sidebar-navigation ul li .projectTree .sprite-beetree-icons {
  margin-top: 0px;
  min-width: 35px;
}
.panel-sidebar-navigation ul li .pooladmin-tree {
  padding-left: 0px;
  display: inline-flex;
  max-width: 90%;
}
.panel-sidebar-navigation ul li .pooladmin-tree .sprite-beetree-icons {
  margin-top: 0px;
}
.panel-sidebar-navigation ul li .display-flex {
  display: flex;
}
#navbar-collapse-row1 #language-switcher-ul {
  padding-left: 8px;
  padding-right: 8px;
}
#navbar-collapse-row1 #language-switcher-ul li {
  padding: 4px 7px 6px 7px;
}
#ajax-status-alert {
  position: fixed;
  bottom: 10px;
  right: 15px;
  z-index: 1001;
}
.ajax-status-alert__icon {
  speak: none;
  display: none;
  margin-left: 5px;
}
.panel-sidebar-navigation .lookup_tree .sprite-beetree-icons {
  min-width: 35px;
}
.panel-sidebar-navigation ul li .archive-tree-link-icon,
.panel-sidebar-navigation ul li .archive-tree-link,
.panel-sidebar-navigation ul li .questionaire_tree_link,
.panel-sidebar-navigation ul li .link_table,
.panel-sidebar-navigation ul li .link_subtable,
.panel-sidebar-navigation ul li .link_group,
.panel-sidebar-navigation ul li .pooltype {
  padding-left: 0px;
  margin-left: 12px;
}
.panel-sidebar-navigation ul li .archive-tree-link-icon .sprite-beetree-icons,
.panel-sidebar-navigation ul li .archive-tree-link .sprite-beetree-icons,
.panel-sidebar-navigation ul li .questionaire_tree_link .sprite-beetree-icons,
.panel-sidebar-navigation ul li .link_table .sprite-beetree-icons,
.panel-sidebar-navigation ul li .link_subtable .sprite-beetree-icons,
.panel-sidebar-navigation ul li .link_group .sprite-beetree-icons,
.panel-sidebar-navigation ul li .pooltype .sprite-beetree-icons {
  margin-top: 0px;
  min-width: 35px;
}
.panel-sidebar-navigation .organizationTreeNav {
  overflow-x: auto;
}
.panel-sidebar-navigation .organizationTreeList {
  display: inline-block;
  min-width: 100%;
}
.panel-sidebar-navigation .organizationTreeList,
.panel-sidebar-navigation .organizationTreeList li ul {
  padding: 0!important;
  margin: 0!important;
}
.panel-sidebar-navigation .organizationTreeList li {
  margin: 0!important;
  padding: 0!important;
}
.panel-sidebar-navigation .organizationTreeList li .li-container {
  display: flex;
  flex-flow: row;
  margin: 5px 0;
}
.panel-sidebar-navigation .organizationTreeList li > :first-child {
  padding-left: 16px;
}
.panel-sidebar-navigation .organizationTreeList li .link-only {
  padding-left: 13px!important;
}
.panel-sidebar-navigation .organizationTreeList li .organization-link {
  display: table;
  padding-left: 0;
}
.panel-sidebar-navigation .organizationTreeList li .organization-link .sprite-beetree-icons {
  margin-top: 0;
  min-width: 40px;
}
.panel-sidebar-navigation .organizationTreeList li .organization-link .organization-item-name {
  display: table-cell;
  vertical-align: top;
  max-width: 284px;
  padding-right: 20px;
}
.panel-sidebar-navigation .organizationTreeList li .level-spaceholder {
  margin-left: 10px;
}
.panel-sidebar-navigation .organizationTreeList li .level-spaceholder-separator {
  padding-left: 0;
  margin-left: 2px;
}
.pool-tree-icon {
  margin-top: 0px;
  margin-right: 14px;
}
.panel-sidebar-navigation ul li .questionaire_tree_link .sprite-beetree-icons {
  margin-top: 0px;
}
.questionTree .side-info {
  top: 6px!important;
}
dropdopdown-menu > li > .btn-option {
  color: #333;
}
.body-text {
  color: #000;
}
.popover-body {
  padding: 9px 14px;
}
.user-admin-tree-link {
  padding-left: 0px!important;
  padding: 10px 0 10px 51px;
  display: block;
}
.user-admin-tree-link span.sprite-beetree-icons {
  min-width: 40px;
  margin-top: 0px!important;
}
.user-admin-tree-link span {
  padding-left: 5px;
}
.panel-sidebar-navigation ul li .clickableIcon {
  position: absolute;
  height: 100%;
}
.panel-sidebar-navigation ul li .clickableIcon .sprite-beetree-icons {
  margin: auto;
}
.panel-sidebar-navigation ul li .clickableIcon .additional-icon {
  margin-left: 25px;
}
.questionnaire .bootstrap-select > .dropdown-toggle.bs-placeholder,
.questionnaire .bootstrap-select > .dropdown-toggle.bs-placeholder:active,
.questionnaire .bootstrap-select > .dropdown-toggle.bs-placeholder:focus,
.questionnaire .bootstrap-select > .dropdown-toggle.bs-placeholder:hover {
  color: #727272;
}
.list-streched {
  list-style: none;
  padding-left: 0;
}
.list-streched > li {
  padding-bottom: 0.2em;
}
.form-group-help-link {
  margin-top: 15px;
  margin-bottom: 15px;
}
.statistic-tree-button {
  padding: 10px 40px 10px 15px;
  color: #000;
}
.panel-sidebar-navigation ul li .archive-tree-link {
  padding-left: 10px;
  margin-left: 12px;
}
.panel-sidebar-navigation ul li .archive-tree-link-icon {
  padding-left: 0px;
  margin-left: 12px;
  display: inline-flex;
  max-width: 90%;
}
.panel-sidebar-navigation ul li .archive-tree-link .nav-arrow {
  margin-right: 10px;
}
.container-login {
  padding-top: 15px;
}
.box-with-remove-button {
  padding: 4px 10px;
  margin-bottom: 20px;
  border-bottom: 1px solid #e5e5e5;
  min-height: 31px;
}
.multiblock-legend {
  width: auto;
  float: left;
  padding-right: 5px;
}
.form-block-remove-button-text {
  margin: 4px 0 0 45px;
}
.sub-nav {
  overflow-y: hidden;
}
.breadcrumb > li.breadcrumbLink + li.breadcrumbLink:before {
  content: "";
  padding: 0px;
}
.doglineSeparator {
  font-size: 15px;
  color: #727272;
  padding: 0 5px;
}
#mail-detail {
  width: 100%;
}
.doublet-icon,
a.block-all-clicks {
  display: block;
}
.doublet-icon.btn {
  padding-left: 0;
  padding-bottom: 0;
  float: left;
}
.preview-header h2 {
  margin-right: 350px;
}
.js-focus-visible :focus:not(.focus-visible) {
  outline: none !important;
}
.js-focus-visible .focus-visible,
div.datepicker-calendar.default table.datepicker-grid td.selectable:hover,
div.datepicker-calendar.bootstrap table.datepicker-grid td.selectable:hover,
div.datepicker-calendar.default .datepicker-close-wrap .datepicker-close.focus-visible,
div.datepicker-calendar.bootstrap .datepicker-close-wrap .datepicker-close.focus-visible {
  outline: transparent solid 5px !important;
  -webkit-box-shadow: 0px 0px 0.1px 2px #fff, 0px 0px 0 5px #2a6496;
  box-shadow: 0px 0px 0.1px 2px #fff, 0px 0px 0 5px #2a6496;
}
.js-focus-visible .has-error .form-control.focus-visible {
  outline: transparent solid 5px !important;
  -webkit-box-shadow: 0px 0px 0.1px 2px #fff, 0px 0px 0 5px #a94442;
  box-shadow: 0px 0px 0.1px 2px #fff, 0px 0px 0 5px #a94442;
}
.js-focus-visible .has-error .selectize-input.focus {
  border-color: #a94442;
  outline: transparent solid 5px !important;
  -webkit-box-shadow: 0px 0px 0.1px 2px #fff, 0px 0px 0 5px #a94442;
  box-shadow: 0px 0px 0.1px 2px #fff, 0px 0px 0 5px #a94442;
}
.js-focus-visible .ui-wrapper {
  overflow: visible!important;
}
.js-focus-visible .ui-wrapper .ui-resizable-se {
  height: 16px;
  width: 16px;
}
.help-link,
.link-accessible {
  text-decoration: underline;
}
.multiblockRemoveButton {
  display: inline-block;
}
.help-icon {
  position: absolute;
  top: 0;
  right: 0;
}
.help-icon.sort {
  right: 14px;
}
.help-icon-wrapper {
  position: relative;
  float: left;
}
.panel-sidebar-navigation ul.tree-with-icons li a {
  padding-left: 13px!important;
}
.panel-sidebar-navigation ul.tree-with-icons li a .sprite-beetree-icons {
  margin-top: 0px!important;
}
.close {
  opacity: 1!important;
}
span.status-icon,
span.status-icon span {
  cursor: help;
}
.status-icon,
.status-icon span {
  display: inline-block;
}
.disabled .show-question-help{
  display: none;
}
.tox-tinymce,
.configurator-panel .selectize-input {
  border-color: #727272 !important;
}
.has-error .tox.tox-tinymce {
  border-color: #a94442 !important;
}
span.lang-name {
  display: inline-block;
  margin-left: 4px;
  vertical-align: bottom;
}
.lang-icon {
  cursor: help;
}
.lang-icon span {
  display: inline-block;
  vertical-align: bottom;
}
.actionButton .sprite-list-small-icons {
  padding-right: 10px;
}
.panel-sidebar-navigation ul.tree-search-result li .sprite-beetree-icons {
  margin: 0px 5px 0 0;
}
.panel-sidebar-navigation ul.tree-search-result li a {
  padding: 10px 0 10px 16px;
}
.panel-sidebar-navigation ul.tree-search-result li .additional-icon {
  margin: -5px 0 0 -5px;
  height: 25px;
}
.panel-sidebar-navigation ul.tree-search-result li .search-result-icons {
  min-width: 55px;
}
#cockpit_configuration_form .fake-label {
  margin-bottom: 0;
}
#cockpit_configuration_form .first-widget-container {
  margin-top: 0;
}
.table-fixed {
  table-layout: fixed;
}
@media print {
  .download-file-button, .delete-file-button {
    display: none;
  }
}
/*# sourceMappingURL=styles-standard.css.map */
.nav-arrow{background:url(../../../admin/assets/images/icon/nav-arrow.png) no-repeat top left;-webkit-background-size:10px 80px;background-size:10px 80px}@media only screen and (min--moz-device-pixel-ratio:2),only screen and (-o-min-device-pixel-ratio:2/1),only screen and (-webkit-min-device-pixel-ratio:2),only screen and (min-device-pixel-ratio:2){.nav-arrow{background-image:url(../../../admin/assets/images/icon/nav-arrow@2x.png)}}.nav-arrow.empty{background-position:0 0;height:20px;width:10px}.nav-arrow.toggle-off{background-position:0 -30px;height:20px;width:10px}.nav-arrow.toggle-on{background-position:0 -60px;height:20px;width:10px}.icon-without-nav-arrow{margin-left: 11px !important;}/*# sourceMappingURL=nav-arrow.css.map */
/* Top Navigation Row1
========================================================================== */
.sprite-icon-tab-navigation-row1 {
  background: url(../../../admin/assets/images/icon/sprite-icon-tab-navigation-row1.png) no-repeat top left;
  -webkit-background-size: 400px 230px;
  background-size: 400px 230px;
}
@media only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2), only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2) {
  .sprite-icon-tab-navigation-row1 {
    background-image: url(../../../admin/assets/images/icon/sprite-icon-tab-navigation-row1@2x.png);
  }
}
.sprite-icon-tab-navigation-row1.icon-tab-bookmarks-01 {
  background-position: 0px 0px;
  height: 30px;
  width: 19px;
}
.sprite-icon-tab-navigation-row1.icon-tab-bookmarks-02 {
  background-position: 0px -50px;
  height: 30px;
  width: 19px;
}
.sprite-icon-tab-navigation-row1.icon-tab-chronic-01 {
  background-position: 0px -100px;
  height: 30px;
  width: 26px;
}
.sprite-icon-tab-navigation-row1.icon-tab-chronic-02 {
  background-position: 0px -150px;
  height: 30px;
  width: 26px;
}
.sprite-icon-tab-navigation-row1.icon-tab-dashboard-01 {
  background-position: 0px -200px;
  height: 30px;
  width: 24px;
}
.sprite-icon-tab-navigation-row1.icon-tab-dashboard-02 {
  background-position: -84px 0px;
  height: 30px;
  width: 24px;
}
.sprite-icon-tab-navigation-row1.icon-tab-favorite-01 {
  background-position: -84px -50px;
  height: 30px;
  width: 25px;
}
.sprite-icon-tab-navigation-row1.icon-tab-favorite-02 {
  background-position: -84px -100px;
  height: 30px;
  width: 25px;
}
.sprite-icon-tab-navigation-row1.icon-tab-logoff-01 {
  background-position: -84px -150px;
  height: 30px;
  width: 35px;
}
.sprite-icon-tab-navigation-row1.icon-tab-logoff-02 {
  background-position: -84px -200px;
  height: 30px;
  width: 26px;
}
.sprite-icon-tab-navigation-row1.icon-tab-manual-01 {
  background-position: -168px 0px;
  height: 30px;
  width: 28px;
}
.sprite-icon-tab-navigation-row1.icon-tab-manual-02 {
  background-position: -168px -50px;
  height: 30px;
  width: 27px;
}
.sprite-icon-tab-navigation-row1.icon-tab-news-01 {
  background-position: -168px -100px;
  height: 30px;
  width: 64px;
}
.sprite-icon-tab-navigation-row1.icon-tab-news-02 {
  background-position: -168px -150px;
  height: 30px;
  width: 64px;
}
.sprite-icon-tab-navigation-row1.icon-tab-preferences-01 {
  background-position: -168px -200px;
  height: 30px;
  width: 24px;
}
.sprite-icon-tab-navigation-row1.icon-tab-preferences-02 {
  background-position: -252px 0px;
  height: 30px;
  width: 24px;
}
.sprite-icon-tab-navigation-row1.icon-tab-rss-01 {
  background-position: -252px -50px;
  height: 30px;
  width: 24px;
}
.sprite-icon-tab-navigation-row1.icon-tab-rss-02 {
  background-position: -252px -100px;
  height: 30px;
  width: 24px;
}
/* Top Navigation Row2
========================================================================== */
.sprite-icon-tab-navigation-row2 {
  background: url(../../../admin/assets/images/icon/sprite-icon-tab-navigation-row2.png) no-repeat top left;
  -webkit-background-size: 750px 530px;
  background-size: 750px 530px;
}
@media only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2), only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2) {
  .sprite-icon-tab-navigation-row2 {
    background-image: url(../../../admin/assets/images/icon/sprite-icon-tab-navigation-row2@2x.png);
  }
}
.sprite-icon-tab-navigation-row2.icon-tab-ad-management-01 {
  background-position: 0px 0px;
  height: 30px;
  width: 43px;
}
.sprite-icon-tab-navigation-row2.icon-tab-ad-management-02 {
  background-position: 0px -50px;
  height: 30px;
  width: 43px;
}
.sprite-icon-tab-navigation-row2.icon-tab-admin-configurator-01 {
  background-position: 0px -100px;
  height: 30px;
  width: 33px;
}
.sprite-icon-tab-navigation-row2.icon-tab-admin-configurator-02 {
  background-position: 0px -150px;
  height: 30px;
  width: 33px;
}
.sprite-icon-tab-navigation-row2.icon-tab-admin-dashboard-01 {
  background-position: 0px -200px;
  height: 30px;
  width: 34px;
}
.sprite-icon-tab-navigation-row2.icon-tab-admin-dashboard-02 {
  background-position: 0px -250px;
  height: 30px;
  width: 34px;
}
.sprite-icon-tab-navigation-row2.icon-tab-admin-data-storage-01 {
  background-position: 0px -300px;
  height: 30px;
  width: 32px;
}
.sprite-icon-tab-navigation-row2.icon-tab-admin-data-storage-02 {
  background-position: 0px -350px;
  height: 30px;
  width: 32px;
}
.sprite-icon-tab-navigation-row2.icon-tab-admin-form-management-01 {
  background-position: 0px -400px;
  height: 30px;
  width: 35px;
}
.sprite-icon-tab-navigation-row2.icon-tab-admin-form-management-02 {
  background-position: 0px -450px;
  height: 30px;
  width: 35px;
}
.sprite-icon-tab-navigation-row2.icon-tab-admin-news-01 {
  background-position: 0px -500px;
  height: 30px;
  width: 42px;
}
.sprite-icon-tab-navigation-row2.icon-tab-admin-news-02 {
  background-position: -70px 0px;
  height: 30px;
  width: 42px;
}
.sprite-icon-tab-navigation-row2.icon-tab-admin-pool-01 {
  background-position: -70px -50px;
  height: 30px;
  width: 38px;
}
.sprite-icon-tab-navigation-row2.icon-tab-admin-pool-02 {
  background-position: -70px -100px;
  height: 30px;
  width: 38px;
}
.sprite-icon-tab-navigation-row2.icon-tab-admin-preferences-01 {
  background-position: -70px -150px;
  height: 30px;
  width: 33px;
}
.sprite-icon-tab-navigation-row2.icon-tab-admin-preferences-02 {
  background-position: -70px -200px;
  height: 30px;
  width: 33px;
}
.sprite-icon-tab-navigation-row2.icon-tab-admin-runengine-01 {
  background-position: -70px -250px;
  height: 30px;
  width: 34px;
}
.sprite-icon-tab-navigation-row2.icon-tab-admin-runengine-02 {
  background-position: -70px -300px;
  height: 30px;
  width: 34px;
}
.sprite-icon-tab-navigation-row2.icon-tab-admin-runengine {
  background-position: -70px -350px;
  height: 26px;
  width: 34px;
}
.sprite-icon-tab-navigation-row2.icon-tab-analytics-01 {
  background-position: -70px -400px;
  height: 30px;
  width: 27px;
}
.sprite-icon-tab-navigation-row2.icon-tab-analytics-02 {
  background-position: -70px -450px;
  height: 30px;
  width: 27px;
}
.sprite-icon-tab-navigation-row2.icon-tab-archive-01 {
  background-position: -70px -500px;
  height: 30px;
  width: 24px;
}
.sprite-icon-tab-navigation-row2.icon-tab-archive-02 {
  background-position: -140px 0px;
  height: 30px;
  width: 24px;
}
.sprite-icon-tab-navigation-row2.icon-tab-candidate-vote-01 {
  background-position: -140px -50px;
  height: 30px;
  width: 36px;
}
.sprite-icon-tab-navigation-row2.icon-tab-candidate-vote-02 {
  background-position: -140px -100px;
  height: 30px;
  width: 36px;
}
.sprite-icon-tab-navigation-row2.icon-tab-candidatesearch-01 {
  background-position: -140px -150px;
  height: 30px;
  width: 36px;
}
.sprite-icon-tab-navigation-row2.icon-tab-candidatesearch-02 {
  background-position: -140px -200px;
  height: 30px;
  width: 36px;
}
.sprite-icon-tab-navigation-row2.icon-tab-cockpit-reminder-01 {
  background-position: -140px -250px;
  height: 30px;
  width: 33px;
}
.sprite-icon-tab-navigation-row2.icon-tab-cockpit-reminder-02 {
  background-position: -140px -300px;
  height: 30px;
  width: 33px;
}
.sprite-icon-tab-navigation-row2.icon-tab-community-admin-01 {
  background-position: -140px -350px;
  height: 30px;
  width: 42px;
}
.sprite-icon-tab-navigation-row2.icon-tab-community-admin-02 {
  background-position: -140px -400px;
  height: 30px;
  width: 42px;
}
.sprite-icon-tab-navigation-row2.icon-tab-community-news-01 {
  background-position: -140px -450px;
  height: 30px;
  width: 50px;
}
.sprite-icon-tab-navigation-row2.icon-tab-community-news-02 {
  background-position: -140px -500px;
  height: 30px;
  width: 50px;
}
.sprite-icon-tab-navigation-row2.icon-tab-competence-01 {
  background-position: -210px 0px;
  height: 30px;
  width: 18px;
}
.sprite-icon-tab-navigation-row2.icon-tab-competence-02 {
  background-position: -210px -50px;
  height: 30px;
  width: 19px;
}
.sprite-icon-tab-navigation-row2.icon-tab-events-01 {
  background-position: -210px -100px;
  height: 30px;
  width: 22px;
}
.sprite-icon-tab-navigation-row2.icon-tab-events-02 {
  background-position: -210px -150px;
  height: 30px;
  width: 22px;
}
.sprite-icon-tab-navigation-row2.icon-tab-forum-01 {
  background-position: -210px -200px;
  height: 30px;
  width: 43px;
}
.sprite-icon-tab-navigation-row2.icon-tab-forum-02 {
  background-position: -210px -250px;
  height: 30px;
  width: 43px;
}
.sprite-icon-tab-navigation-row2.icon-tab-jobad-management-01 {
  background-position: -210px -300px;
  height: 30px;
  width: 34px;
}
.sprite-icon-tab-navigation-row2.icon-tab-jobad-management-02 {
  background-position: -210px -350px;
  height: 30px;
  width: 34px;
}
.sprite-icon-tab-navigation-row2.icon-tab-jobfamily-01 {
  background-position: -210px -400px;
  height: 30px;
  width: 37px;
}
.sprite-icon-tab-navigation-row2.icon-tab-jobfamily-02 {
  background-position: -210px -450px;
  height: 30px;
  width: 37px;
}
.sprite-icon-tab-navigation-row2.icon-tab-locations-01 {
  background-position: -210px -500px;
  height: 30px;
  width: 23px;
}
.sprite-icon-tab-navigation-row2.icon-tab-locations-02 {
  background-position: -280px 0px;
  height: 30px;
  width: 23px;
}
.sprite-icon-tab-navigation-row2.icon-tab-matchinprofiles-01 {
  background-position: -280px -50px;
  height: 30px;
  width: 27px;
}
.sprite-icon-tab-navigation-row2.icon-tab-matchinprofiles-02 {
  background-position: -280px -100px;
  height: 30px;
  width: 27px;
}
.sprite-icon-tab-navigation-row2.icon-tab-mediafiles-01 {
  background-position: -280px -150px;
  height: 30px;
  width: 34px;
}
.sprite-icon-tab-navigation-row2.icon-tab-mediafiles-02 {
  background-position: -280px -200px;
  height: 30px;
  width: 34px;
}
.sprite-icon-tab-navigation-row2.icon-tab-online-test-01 {
  background-position: -280px -250px;
  height: 30px;
  width: 29px;
}
.sprite-icon-tab-navigation-row2.icon-tab-online-test-02 {
  background-position: -280px -300px;
  height: 30px;
  width: 29px;
}
.sprite-icon-tab-navigation-row2.icon-tab-organisation-01 {
  background-position: -280px -350px;
  height: 30px;
  width: 32px;
}
.sprite-icon-tab-navigation-row2.icon-tab-organisation-02 {
  background-position: -280px -400px;
  height: 30px;
  width: 32px;
}
.sprite-icon-tab-navigation-row2.icon-tab-pool-01 {
  background-position: -280px -450px;
  height: 30px;
  width: 34px;
}
.sprite-icon-tab-navigation-row2.icon-tab-pool-02 {
  background-position: -280px -500px;
  height: 30px;
  width: 34px;
}
.sprite-icon-tab-navigation-row2.icon-tab-project-01 {
  background-position: -350px 0px;
  height: 30px;
  width: 30px;
}
.sprite-icon-tab-navigation-row2.icon-tab-project-02 {
  background-position: -350px -50px;
  height: 30px;
  width: 30px;
}
.sprite-icon-tab-navigation-row2.icon-tab-questionaire-01 {
  background-position: -350px -100px;
  height: 30px;
  width: 22px;
}
.sprite-icon-tab-navigation-row2.icon-tab-questionaire-02 {
  background-position: -350px -150px;
  height: 30px;
  width: 22px;
}
.sprite-icon-tab-navigation-row2.icon-tab-questionaire-profile-01 {
  background-position: -350px -200px;
  height: 30px;
  width: 37px;
}
.sprite-icon-tab-navigation-row2.icon-tab-questionaire-profile-02 {
  background-position: -350px -250px;
  height: 30px;
  width: 37px;
}
.sprite-icon-tab-navigation-row2.icon-tab-requirement-profile-01 {
  background-position: -350px -300px;
  height: 30px;
  width: 33px;
}
.sprite-icon-tab-navigation-row2.icon-tab-requirement-profile-02 {
  background-position: -350px -350px;
  height: 30px;
  width: 33px;
}
.sprite-icon-tab-navigation-row2.icon-tab-role-all-01 {
  background-position: -350px -400px;
  height: 30px;
  width: 30px;
}
.sprite-icon-tab-navigation-row2.icon-tab-role-all-02 {
  background-position: -350px -450px;
  height: 30px;
  width: 30px;
}
.sprite-icon-tab-navigation-row2.icon-tab-role-cl-01 {
  background-position: -350px -500px;
  height: 30px;
  width: 39px;
}
.sprite-icon-tab-navigation-row2.icon-tab-role-cl-02 {
  background-position: -420px 0px;
  height: 30px;
  width: 39px;
}
.sprite-icon-tab-navigation-row2.icon-tab-role-default-01 {
  background-position: -420px -50px;
  height: 30px;
  width: 25px;
}
.sprite-icon-tab-navigation-row2.icon-tab-role-default-02 {
  background-position: -420px -100px;
  height: 30px;
  width: 25px;
}
.sprite-icon-tab-navigation-row2.icon-tab-role-handycap-01 {
  background-position: -420px -150px;
  height: 30px;
  width: 29px;
}
.sprite-icon-tab-navigation-row2.icon-tab-role-handycap-02 {
  background-position: -420px -200px;
  height: 30px;
  width: 29px;
}
.sprite-icon-tab-navigation-row2.icon-tab-role-hh-01 {
  background-position: -420px -250px;
  height: 30px;
  width: 34px;
}
.sprite-icon-tab-navigation-row2.icon-tab-role-hh-02 {
  background-position: -420px -300px;
  height: 30px;
  width: 34px;
}
.sprite-icon-tab-navigation-row2.icon-tab-role-it-admin-01 {
  background-position: -420px -350px;
  height: 30px;
  width: 30px;
}
.sprite-icon-tab-navigation-row2.icon-tab-role-it-admin-02 {
  background-position: -420px -400px;
  height: 30px;
  width: 30px;
}
.sprite-icon-tab-navigation-row2.icon-tab-role-lec-01 {
  background-position: -420px -450px;
  height: 30px;
  width: 30px;
}
.sprite-icon-tab-navigation-row2.icon-tab-role-lec-02 {
  background-position: -420px -500px;
  height: 30px;
  width: 30px;
}
.sprite-icon-tab-navigation-row2.icon-tab-role-pad-01 {
  background-position: -490px 0px;
  height: 30px;
  width: 30px;
}
.sprite-icon-tab-navigation-row2.icon-tab-role-pad-02 {
  background-position: -490px -50px;
  height: 30px;
  width: 30px;
}
.sprite-icon-tab-navigation-row2.icon-tab-role-psycholgy-01 {
  background-position: -490px -100px;
  height: 30px;
  width: 32px;
}
.sprite-icon-tab-navigation-row2.icon-tab-role-psycholgy-02 {
  background-position: -490px -150px;
  height: 30px;
  width: 32px;
}
.sprite-icon-tab-navigation-row2.icon-tab-role-rece-01 {
  background-position: -490px -200px;
  height: 30px;
  width: 33px;
}
.sprite-icon-tab-navigation-row2.icon-tab-role-rece-02 {
  background-position: -490px -250px;
  height: 30px;
  width: 33px;
}
.sprite-icon-tab-navigation-row2.icon-tab-role-recruiter-01 {
  background-position: -490px -300px;
  height: 30px;
  width: 30px;
}
.sprite-icon-tab-navigation-row2.icon-tab-role-recruiter-02 {
  background-position: -490px -350px;
  height: 30px;
  width: 30px;
}
.sprite-icon-tab-navigation-row2.icon-tab-role-sp-01 {
  background-position: -490px -400px;
  height: 30px;
  width: 32px;
}
.sprite-icon-tab-navigation-row2.icon-tab-role-sp-02 {
  background-position: -490px -450px;
  height: 30px;
  width: 32px;
}
.sprite-icon-tab-navigation-row2.icon-tab-role-spec-department-01 {
  background-position: -490px -500px;
  height: 30px;
  width: 30px;
}
.sprite-icon-tab-navigation-row2.icon-tab-role-spec-department-02 {
  background-position: -560px 0px;
  height: 30px;
  width: 30px;
}
.sprite-icon-tab-navigation-row2.icon-tab-role-spec-department-bze-01 {
  background-position: -560px -50px;
  height: 30px;
  width: 37px;
}
.sprite-icon-tab-navigation-row2.icon-tab-role-spec-department-bze-02 {
  background-position: -560px -100px;
  height: 30px;
  width: 37px;
}
.sprite-icon-tab-navigation-row2.icon-tab-role-spec-department-trai-01 {
  background-position: -560px -150px;
  height: 30px;
  width: 30px;
}
.sprite-icon-tab-navigation-row2.icon-tab-role-spec-department-trai-02 {
  background-position: -560px -200px;
  height: 30px;
  width: 30px;
}
.sprite-icon-tab-navigation-row2.icon-tab-role-spec-department-vkl-01 {
  background-position: -560px -250px;
  height: 30px;
  width: 30px;
}
.sprite-icon-tab-navigation-row2.icon-tab-role-spec-department-vkl-02 {
  background-position: -560px -300px;
  height: 30px;
  width: 30px;
}
.sprite-icon-tab-navigation-row2.icon-tab-role-staff-association-01 {
  background-position: -560px -350px;
  height: 30px;
  width: 24px;
}
.sprite-icon-tab-navigation-row2.icon-tab-role-staff-association-02-01 {
  background-position: -560px -400px;
  height: 30px;
  width: 25px;
}
.sprite-icon-tab-navigation-row2.icon-tab-role-staff-association-02-02 {
  background-position: -560px -450px;
  height: 30px;
  width: 25px;
}
.sprite-icon-tab-navigation-row2.icon-tab-role-staff-association-02 {
  background-position: -560px -500px;
  height: 30px;
  width: 24px;
}
.sprite-icon-tab-navigation-row2.icon-tab-role-tlbv-01 {
  background-position: -630px 0px;
  height: 30px;
  width: 28px;
}
.sprite-icon-tab-navigation-row2.icon-tab-role-tlbv-02 {
  background-position: -630px -50px;
  height: 30px;
  width: 28px;
}
.sprite-icon-tab-navigation-row2.icon-tab-role-what-0401 {
  background-position: -630px -100px;
  height: 30px;
  width: 31px;
}
.sprite-icon-tab-navigation-row2.icon-tab-role-what-0402 {
  background-position: -630px -150px;
  height: 30px;
  width: 31px;
}
.sprite-icon-tab-navigation-row2.icon-tab-staff-requirements-01 {
  background-position: -630px -200px;
  height: 30px;
  width: 31px;
}
.sprite-icon-tab-navigation-row2.icon-tab-staff-requirements-02 {
  background-position: -630px -250px;
  height: 30px;
  width: 31px;
}
.sprite-icon-tab-navigation-row2.icon-tab-statistics-01 {
  background-position: -630px -300px;
  height: 30px;
  width: 27px;
}
.sprite-icon-tab-navigation-row2.icon-tab-statistics-02 {
  background-position: -630px -350px;
  height: 30px;
  width: 27px;
}
.sprite-icon-tab-navigation-row2.icon-tab-tables-01 {
  background-position: -630px -400px;
  height: 30px;
  width: 29px;
}
.sprite-icon-tab-navigation-row2.icon-tab-tables-02 {
  background-position: -630px -450px;
  height: 30px;
  width: 29px;
}
.sprite-icon-tab-navigation-row2.icon-tab-template-administration-01 {
  background-position: -630px -500px;
  height: 30px;
  width: 33px;
}
.sprite-icon-tab-navigation-row2.icon-tab-template-administration-02 {
  background-position: -700px 0px;
  height: 30px;
  width: 33px;
}
.sprite-icon-tab-navigation-row2.icon-tab-template-editing-01 {
  background-position: -700px -50px;
  height: 30px;
  width: 31px;
}
.sprite-icon-tab-navigation-row2.icon-tab-template-editing-02 {
  background-position: -700px -100px;
  height: 30px;
  width: 31px;
}
.sprite-icon-tab-navigation-row2.icon-tab-translation-01 {
  background-position: -700px -150px;
  height: 30px;
  width: 41px;
}
.sprite-icon-tab-navigation-row2.icon-tab-translation-02 {
  background-position: -700px -200px;
  height: 30px;
  width: 41px;
}
.sprite-icon-tab-navigation-row2.icon-tab-user-administration-01 {
  background-position: -700px -250px;
  height: 30px;
  width: 36px;
}
.sprite-icon-tab-navigation-row2.icon-tab-user-administration-02 {
  background-position: -700px -300px;
  height: 30px;
  width: 36px;
}
/*# sourceMappingURL=sprite-top-navigation.css.map */
.sprite-beetree-icons {
  background: url(../../../admin/assets/images/icon/sprite-beetree-icons.png) no-repeat top left;
  -webkit-background-size: 1981px 1430px;
  background-size: 1981px 1430px;
}
@media only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2), only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2) {
  .sprite-beetree-icons {
    background-image: url(../../../admin/assets/images/icon/sprite-beetree-icons@2x.png);
  }
}
.sprite-beetree-icons.icon-navi-add-01 {
  background-position: 0px 0px;
  height: 20px;
  width: 26px;
}
.sprite-beetree-icons.icon-navi-add-02 {
  background-position: 0px -50px;
  height: 20px;
  width: 26px;
}
.sprite-beetree-icons.icon-navi-add-03 {
  background-position: 0px -100px;
  height: 20px;
  width: 26px;
}
.sprite-beetree-icons.icon-navi-add-04 {
  background-position: 0px -150px;
  height: 20px;
  width: 26px;
}
.sprite-beetree-icons.icon-navi-add-05 {
  background-position: 0px -200px;
  height: 20px;
  width: 26px;
}
.sprite-beetree-icons.icon-navi-add-06 {
  background-position: 0px -250px;
  height: 20px;
  width: 26px;
}
.sprite-beetree-icons.icon-navi-admin-01 {
  background-position: 0px -300px;
  height: 20px;
  width: 26px;
}
.sprite-beetree-icons.icon-navi-admin-02 {
  background-position: 0px -350px;
  height: 20px;
  width: 31px;
}
.sprite-beetree-icons.icon-navi-admin-03 {
  background-position: 0px -400px;
  height: 20px;
  width: 29px;
}
.sprite-beetree-icons.icon-navi-admin-05 {
  background-position: 0px -450px;
  height: 20px;
  width: 29px;
}
.sprite-beetree-icons.icon-navi-admin-06 {
  background-position: 0px -500px;
  height: 20px;
  width: 32px;
}
.sprite-beetree-icons.icon-navi-answer-01 {
  background-position: 0px -550px;
  height: 20px;
  width: 16px;
}
.sprite-beetree-icons.icon-navi-answer-02 {
  background-position: 0px -600px;
  height: 20px;
  width: 27px;
}
.sprite-beetree-icons.icon-navi-answer-03 {
  background-position: 0px -650px;
  height: 20px;
  width: 25px;
}
.sprite-beetree-icons.icon-navi-answer-05 {
  background-position: 0px -700px;
  height: 20px;
  width: 24px;
}
.sprite-beetree-icons.icon-navi-answer-06 {
  background-position: 0px -750px;
  height: 20px;
  width: 27px;
}
.sprite-beetree-icons.icon-navi-appointment-assessment-01 {
  background-position: 0px -800px;
  height: 20px;
  width: 12px;
}
.sprite-beetree-icons.icon-navi-appointment-phone-01 {
  background-position: 0px -850px;
  height: 20px;
  width: 8px;
}
.sprite-beetree-icons.icon-navi-appointment-presence-01 {
  background-position: 0px -900px;
  height: 20px;
  width: 8px;
}
.sprite-beetree-icons.icon-navi-arch-add-01 {
  background-position: 0px -950px;
  height: 20px;
  width: 30px;
}
.sprite-beetree-icons.icon-navi-arch-add-04 {
  background-position: 0px -1000px;
  height: 20px;
  width: 30px;
}
.sprite-beetree-icons.icon-navi-arch-admin-01 {
  background-position: 0px -1050px;
  height: 20px;
  width: 28px;
}
.sprite-beetree-icons.icon-navi-arch-answer-01 {
  background-position: 0px -1100px;
  height: 20px;
  width: 25px;
}
.sprite-beetree-icons.icon-navi-arch-block-01 {
  background-position: 0px -1150px;
  height: 20px;
  width: 28px;
}
.sprite-beetree-icons.icon-navi-arch-event-01 {
  background-position: 0px -1200px;
  height: 20px;
  width: 30px;
}
.sprite-beetree-icons.icon-navi-arch-event-multiple-01 {
  background-position: 0px -1250px;
  height: 20px;
  width: 29px;
}
.sprite-beetree-icons.icon-navi-arch-int-rights-01 {
  background-position: 0px -1300px;
  height: 20px;
  width: 26px;
}
.sprite-beetree-icons.icon-navi-arch-internal-rights-01 {
  background-position: 0px -1350px;
  height: 20px;
  width: 26px;
}
.sprite-beetree-icons.icon-navi-arch-lastvisited-01 {
  background-position: 0px -1400px;
  height: 20px;
  width: 28px;
}
.sprite-beetree-icons.icon-navi-arch-location-01 {
  background-position: -69px 0px;
  height: 20px;
  width: 27px;
}
.sprite-beetree-icons.icon-navi-arch-lookup-01 {
  background-position: -69px -50px;
  height: 20px;
  width: 32px;
}
.sprite-beetree-icons.icon-navi-arch-matchingprofile-01 {
  background-position: -69px -100px;
  height: 20px;
  width: 32px;
}
.sprite-beetree-icons.icon-navi-arch-matchinprofile-folder-01 {
  background-position: -69px -150px;
  height: 20px;
  width: 34px;
}
.sprite-beetree-icons.icon-navi-arch-news-01 {
  background-position: -69px -200px;
  height: 20px;
  width: 45px;
}
.sprite-beetree-icons.icon-navi-arch-page-01 {
  background-position: -69px -250px;
  height: 20px;
  width: 31px;
}
.sprite-beetree-icons.icon-navi-arch-psi-01 {
  background-position: -69px -300px;
  height: 20px;
  width: 32px;
}
.sprite-beetree-icons.icon-navi-arch-question-01 {
  background-position: -69px -350px;
  height: 20px;
  width: 26px;
}
.sprite-beetree-icons.icon-navi-arch-questionair-01 {
  background-position: -69px -400px;
  height: 20px;
  width: 28px;
}
.sprite-beetree-icons.icon-navi-arch-rights-01 {
  background-position: -69px -450px;
  height: 20px;
  width: 26px;
}
.sprite-beetree-icons.icon-navi-arch-substract-01 {
  background-position: -69px -500px;
  height: 20px;
  width: 30px;
}
.sprite-beetree-icons.icon-navi-arch-substract-04 {
  background-position: -69px -550px;
  height: 20px;
  width: 30px;
}
.sprite-beetree-icons.icon-navi-arch-task-01 {
  background-position: -69px -600px;
  height: 20px;
  width: 30px;
}
.sprite-beetree-icons.icon-navi-arch-time-01 {
  background-position: -69px -650px;
  height: 20px;
  width: 31px;
}
.sprite-beetree-icons.icon-navi-archive-organisation-01 {
  background-position: -69px -700px;
  height: 20px;
  width: 36px;
}
.sprite-beetree-icons.icon-navi-archive-organisation-sub-01 {
  background-position: -69px -750px;
  height: 20px;
  width: 37px;
}
.sprite-beetree-icons.icon-navi-arrow-down {
  background-position: -69px -800px;
  height: 20px;
  width: 10px;
}
.sprite-beetree-icons.icon-navi-arrow-left {
  background-position: -69px -850px;
  height: 20px;
  width: 10px;
}
.sprite-beetree-icons.icon-navi-arrow-right {
  background-position: -69px -900px;
  height: 20px;
  width: 10px;
}
.sprite-beetree-icons.icon-navi-arrow-up {
  background-position: -69px -950px;
  height: 20px;
  width: 10px;
}
.sprite-beetree-icons.icon-navi-attachment-01 {
  background-position: -69px -1000px;
  height: 20px;
  width: 6px;
}
.sprite-beetree-icons.icon-navi-beetree-01 {
  background-position: -69px -1050px;
  height: 20px;
  width: 31px;
}
.sprite-beetree-icons.icon-navi-block-01 {
  background-position: -69px -1100px;
  height: 20px;
  width: 24px;
}
.sprite-beetree-icons.icon-navi-block-02 {
  background-position: -69px -1150px;
  height: 20px;
  width: 30px;
}
.sprite-beetree-icons.icon-navi-block-03 {
  background-position: -69px -1200px;
  height: 20px;
  width: 29px;
}
.sprite-beetree-icons.icon-navi-block-05 {
  background-position: -69px -1250px;
  height: 20px;
  width: 29px;
}
.sprite-beetree-icons.icon-navi-block-06 {
  background-position: -69px -1300px;
  height: 20px;
  width: 31px;
}
.sprite-beetree-icons.icon-navi-bookmark-01 {
  background-position: -69px -1350px;
  height: 20px;
  width: 22px;
}
.sprite-beetree-icons.icon-navi-bookmark-02 {
  background-position: -69px -1400px;
  height: 20px;
  width: 30px;
}
.sprite-beetree-icons.icon-navi-bookmark-03 {
  background-position: -138px 0px;
  height: 20px;
  width: 28px;
}
.sprite-beetree-icons.icon-navi-bookmark-05 {
  background-position: -138px -50px;
  height: 20px;
  width: 28px;
}
.sprite-beetree-icons.icon-navi-bookmark-06 {
  background-position: -138px -100px;
  height: 20px;
  width: 31px;
}
.sprite-beetree-icons.icon-navi-candidate-active-int-duplicate-nn-nn {
  background-position: -138px -150px;
  height: 20px;
  width: 30px;
}
.sprite-beetree-icons.icon-navi-candidate-active-int-group-nn-nn {
  background-position: -138px -200px;
  height: 20px;
  width: 36px;
}
.sprite-beetree-icons.icon-navi-candidate-active-int-nn-nn-nn {
  background-position: -138px -250px;
  height: 20px;
  width: 30px;
}
.sprite-beetree-icons.icon-navi-candidate-active-nn-duplicate-nn-nn {
  background-position: -138px -300px;
  height: 20px;
  width: 30px;
}
.sprite-beetree-icons.icon-navi-candidate-active-nn-group-nn-nn {
  background-position: -138px -350px;
  height: 20px;
  width: 36px;
}
.sprite-beetree-icons.icon-navi-candidate-active-nn-nn-nn-nn {
  background-position: -138px -400px;
  height: 20px;
  width: 30px;
}
.sprite-beetree-icons.icon-navi-candidate-alert-int-duplicate-nn-nn {
  background-position: -138px -450px;
  height: 20px;
  width: 29px;
}
.sprite-beetree-icons.icon-navi-candidate-alert-int-group-nn-nn {
  background-position: -138px -500px;
  height: 20px;
  width: 34px;
}
.sprite-beetree-icons.icon-navi-candidate-alert-int-nn-nn-nn {
  background-position: -138px -550px;
  height: 20px;
  width: 29px;
}
.sprite-beetree-icons.icon-navi-candidate-alert-nn-duplicate-nn-nn {
  background-position: -138px -600px;
  height: 20px;
  width: 29px;
}
.sprite-beetree-icons.icon-navi-candidate-alert-nn-group-nn-nn {
  background-position: -138px -650px;
  height: 20px;
  width: 34px;
}
.sprite-beetree-icons.icon-navi-candidate-alert-nn-nn-nn-nn {
  background-position: -138px -700px;
  height: 20px;
  width: 29px;
}
.sprite-beetree-icons.icon-navi-candidate-arch-int-duplicate-nn-nn {
  background-position: -138px -750px;
  height: 20px;
  width: 28px;
}
.sprite-beetree-icons.icon-navi-candidate-arch-int-group-nn-nn {
  background-position: -138px -800px;
  height: 20px;
  width: 35px;
}
.sprite-beetree-icons.icon-navi-candidate-arch-int-nn-nn-nn {
  background-position: -138px -850px;
  height: 20px;
  width: 28px;
}
.sprite-beetree-icons.icon-navi-candidate-arch-nn-duplicate-nn-nn {
  background-position: -138px -900px;
  height: 20px;
  width: 29px;
}
.sprite-beetree-icons.icon-navi-candidate-arch-nn-group-nn-nn {
  background-position: -138px -950px;
  height: 20px;
  width: 35px;
}
.sprite-beetree-icons.icon-navi-candidate-arch-nn-nn-nn-nn {
  background-position: -138px -1000px;
  height: 20px;
  width: 28px;
}
.sprite-beetree-icons.icon-navi-candidate-completed-int-duplicate-nn-nn {
  background-position: -138px -1050px;
  height: 20px;
  width: 29px;
}
.sprite-beetree-icons.icon-navi-candidate-completed-int-nn-nn-nn {
  background-position: -138px -1100px;
  height: 20px;
  width: 28px;
}
.sprite-beetree-icons.icon-navi-candidate-completed-nn-duplicate-nn-nn {
  background-position: -138px -1150px;
  height: 20px;
  width: 29px;
}
.sprite-beetree-icons.icon-navi-candidate-completed-nn-nn-nn-nn {
  background-position: -138px -1200px;
  height: 20px;
  width: 28px;
}
.sprite-beetree-icons.icon-navi-candidate-employee-int-duplicate-nn-nn {
  background-position: -138px -1250px;
  height: 20px;
  width: 29px;
}
.sprite-beetree-icons.icon-navi-candidate-employee-int-nn-nn-nn {
  background-position: -138px -1300px;
  height: 20px;
  width: 29px;
}
.sprite-beetree-icons.icon-navi-candidate-employee-nn-duplicate-nn-nn {
  background-position: -138px -1350px;
  height: 20px;
  width: 29px;
}
.sprite-beetree-icons.icon-navi-candidate-employee-nn-nn-nn-nn {
  background-position: -138px -1400px;
  height: 20px;
  width: 29px;
}
.sprite-beetree-icons.icon-navi-candidate-hired-int-duplicate-nn-nn {
  background-position: -207px 0px;
  height: 20px;
  width: 35px;
}
.sprite-beetree-icons.icon-navi-candidate-hired-int-group-nn-nn {
  background-position: -207px -50px;
  height: 20px;
  width: 39px;
}
.sprite-beetree-icons.icon-navi-candidate-hired-int-nn-nn-nn {
  background-position: -207px -100px;
  height: 20px;
  width: 35px;
}
.sprite-beetree-icons.icon-navi-candidate-hired-nn-duplicate-nn-nn {
  background-position: -207px -150px;
  height: 20px;
  width: 35px;
}
.sprite-beetree-icons.icon-navi-candidate-hired-nn-group-nn-nn {
  background-position: -207px -200px;
  height: 20px;
  width: 40px;
}
.sprite-beetree-icons.icon-navi-candidate-hired-nn-nn-nn-nn {
  background-position: -207px -250px;
  height: 20px;
  width: 35px;
}
.sprite-beetree-icons.icon-navi-candidate-in-04 {
  background-position: -207px -300px;
  height: 20px;
  width: 17px;
}
.sprite-beetree-icons.icon-navi-candidate-in-comunity-01 {
  background-position: -207px -350px;
  height: 20px;
  width: 16px;
}
.sprite-beetree-icons.icon-navi-candidate-in-comunity-04 {
  background-position: -207px -400px;
  height: 20px;
  width: 16px;
}
.sprite-beetree-icons.icon-navi-candidate-in-pool-01 {
  background-position: -207px -450px;
  height: 20px;
  width: 17px;
}
.sprite-beetree-icons.icon-navi-candidate-inactive-int-duplicate-nn-nn {
  background-position: -207px -500px;
  height: 20px;
  width: 29px;
}
.sprite-beetree-icons.icon-navi-candidate-inactive-int-group-nn-nn {
  background-position: -207px -550px;
  height: 20px;
  width: 34px;
}
.sprite-beetree-icons.icon-navi-candidate-inactive-int-nn-nn-nn {
  background-position: -207px -600px;
  height: 20px;
  width: 29px;
}
.sprite-beetree-icons.icon-navi-candidate-inactive-nn-duplicate-nn-nn {
  background-position: -207px -650px;
  height: 20px;
  width: 29px;
}
.sprite-beetree-icons.icon-navi-candidate-inactive-nn-group-nn-nn {
  background-position: -207px -700px;
  height: 20px;
  width: 34px;
}
.sprite-beetree-icons.icon-navi-candidate-inactive-nn-nn-nn-nn {
  background-position: -207px -750px;
  height: 20px;
  width: 29px;
}
.sprite-beetree-icons.icon-navi-candidate-new-int-duplicate-nn-nn {
  background-position: -207px -800px;
  height: 20px;
  width: 29px;
}
.sprite-beetree-icons.icon-navi-candidate-new-int-group-nn-nn {
  background-position: -207px -850px;
  height: 20px;
  width: 33px;
}
.sprite-beetree-icons.icon-navi-candidate-new-int-nn-nn-nn {
  background-position: -207px -900px;
  height: 20px;
  width: 29px;
}
.sprite-beetree-icons.icon-navi-candidate-new-nn-duplicate-nn-nn {
  background-position: -207px -950px;
  height: 20px;
  width: 29px;
}
.sprite-beetree-icons.icon-navi-candidate-new-nn-group-nn-nn {
  background-position: -207px -1000px;
  height: 20px;
  width: 33px;
}
.sprite-beetree-icons.icon-navi-candidate-new-nn-nn-nn-nn {
  background-position: -207px -1050px;
  height: 20px;
  width: 29px;
}
.sprite-beetree-icons.icon-navi-candidate-onboarding-int-duplicate-nn-nn {
  background-position: -207px -1100px;
  height: 20px;
  width: 29px;
}
.sprite-beetree-icons.icon-navi-candidate-onboarding-int-nn-nn-nn {
  background-position: -207px -1150px;
  height: 20px;
  width: 29px;
}
.sprite-beetree-icons.icon-navi-candidate-onboarding-nn-duplicate-nn-nn {
  background-position: -207px -1200px;
  height: 20px;
  width: 29px;
}
.sprite-beetree-icons.icon-navi-candidate-onboarding-nn-nn-nn-nn {
  background-position: -207px -1250px;
  height: 20px;
  width: 29px;
}
.sprite-beetree-icons.icon-navi-candidate-pool-int-duplicate-nn-nn {
  background-position: -207px -1300px;
  height: 20px;
  width: 32px;
}
.sprite-beetree-icons.icon-navi-candidate-pool-int-nn-nn-nn {
  background-position: -207px -1350px;
  height: 20px;
  width: 32px;
}
.sprite-beetree-icons.icon-navi-candidate-pool-nn-duplicate-nn-nn {
  background-position: -207px -1400px;
  height: 20px;
  width: 32px;
}
.sprite-beetree-icons.icon-navi-candidate-pool-nn-nn-nn-nn {
  background-position: -276px 0px;
  height: 20px;
  width: 32px;
}
.sprite-beetree-icons.icon-navi-candidate-rejected-int-duplicate-nn-nn {
  background-position: -276px -50px;
  height: 20px;
  width: 27px;
}
.sprite-beetree-icons.icon-navi-candidate-rejected-int-group-nn-nn {
  background-position: -276px -100px;
  height: 20px;
  width: 34px;
}
.sprite-beetree-icons.icon-navi-candidate-rejected-int-nn-nn-nn {
  background-position: -276px -150px;
  height: 20px;
  width: 27px;
}
.sprite-beetree-icons.icon-navi-candidate-rejected-nn-duplicate-nn-nn {
  background-position: -276px -200px;
  height: 20px;
  width: 27px;
}
.sprite-beetree-icons.icon-navi-candidate-rejected-nn-group-nn-nn {
  background-position: -276px -250px;
  height: 20px;
  width: 34px;
}
.sprite-beetree-icons.icon-navi-candidate-rejected-nn-nn-nn-nn {
  background-position: -276px -300px;
  height: 20px;
  width: 27px;
}
.sprite-beetree-icons.icon-navi-chain-1-01 {
  background-position: -276px -350px;
  height: 20px;
  width: 20px;
}
.sprite-beetree-icons.icon-navi-chain-10-01 {
  background-position: -276px -400px;
  height: 20px;
  width: 24px;
}
.sprite-beetree-icons.icon-navi-chain-2-01 {
  background-position: -276px -450px;
  height: 20px;
  width: 20px;
}
.sprite-beetree-icons.icon-navi-chain-3-01 {
  background-position: -276px -500px;
  height: 20px;
  width: 20px;
}
.sprite-beetree-icons.icon-navi-chain-4-01 {
  background-position: -276px -550px;
  height: 20px;
  width: 20px;
}
.sprite-beetree-icons.icon-navi-chain-5-01 {
  background-position: -276px -600px;
  height: 20px;
  width: 20px;
}
.sprite-beetree-icons.icon-navi-chain-6-01 {
  background-position: -276px -650px;
  height: 20px;
  width: 20px;
}
.sprite-beetree-icons.icon-navi-chain-7-01 {
  background-position: -276px -700px;
  height: 20px;
  width: 20px;
}
.sprite-beetree-icons.icon-navi-chain-8-01 {
  background-position: -276px -750px;
  height: 20px;
  width: 20px;
}
.sprite-beetree-icons.icon-navi-chain-9-01 {
  background-position: -276px -800px;
  height: 20px;
  width: 20px;
}
.sprite-beetree-icons.icon-navi-chain-k1-01 {
  background-position: -276px -850px;
  height: 20px;
  width: 13px;
}
.sprite-beetree-icons.icon-navi-chain-k1-02 {
  background-position: -276px -900px;
  height: 20px;
  width: 20px;
}
.sprite-beetree-icons.icon-navi-chain-k1-03 {
  background-position: -276px -950px;
  height: 20px;
  width: 19px;
}
.sprite-beetree-icons.icon-navi-chain-k1-05 {
  background-position: -276px -1000px;
  height: 20px;
  width: 18px;
}
.sprite-beetree-icons.icon-navi-chain-k1-06 {
  background-position: -276px -1050px;
  height: 20px;
  width: 19px;
}
.sprite-beetree-icons.icon-navi-chain-requirement-child-01 {
  background-position: -276px -1100px;
  height: 20px;
  width: 4px;
}
.sprite-beetree-icons.icon-navi-chain-requirement-father-01 {
  background-position: -276px -1150px;
  height: 20px;
  width: 4px;
}
.sprite-beetree-icons.icon-navi-chain-requirement-hybrid-01 {
  background-position: -276px -1200px;
  height: 20px;
  width: 8px;
}
.sprite-beetree-icons.icon-navi-changerangking-01 {
  background-position: -276px -1250px;
  height: 20px;
  width: 30px;
}
.sprite-beetree-icons.icon-navi-changestatus-01 {
  background-position: -276px -1300px;
  height: 20px;
  width: 30px;
}
.sprite-beetree-icons.icon-navi-cockpit-01 {
  background-position: -276px -1350px;
  height: 20px;
  width: 25px;
}
.sprite-beetree-icons.icon-navi-cockpit-02 {
  background-position: -276px -1400px;
  height: 20px;
  width: 31px;
}
.sprite-beetree-icons.icon-navi-cockpit-03 {
  background-position: -345px 0px;
  height: 20px;
  width: 30px;
}
.sprite-beetree-icons.icon-navi-cockpit-05 {
  background-position: -345px -50px;
  height: 20px;
  width: 30px;
}
.sprite-beetree-icons.icon-navi-cockpit-06 {
  background-position: -345px -100px;
  height: 20px;
  width: 31px;
}
.sprite-beetree-icons.icon-navi-comment-01 {
  background-position: -345px -150px;
  height: 20px;
  width: 31px;
}
.sprite-beetree-icons.icon-navi-comment-02 {
  background-position: -345px -200px;
  height: 20px;
  width: 37px;
}
.sprite-beetree-icons.icon-navi-comment-03 {
  background-position: -345px -250px;
  height: 20px;
  width: 36px;
}
.sprite-beetree-icons.icon-navi-comment-05 {
  background-position: -345px -300px;
  height: 20px;
  width: 35px;
}
.sprite-beetree-icons.icon-navi-comment-06 {
  background-position: -345px -350px;
  height: 20px;
  width: 35px;
}
.sprite-beetree-icons.icon-navi-community-01 {
  background-position: -345px -400px;
  height: 20px;
  width: 36px;
}
.sprite-beetree-icons.icon-navi-community-02 {
  background-position: -345px -450px;
  height: 20px;
  width: 40px;
}
.sprite-beetree-icons.icon-navi-community-03 {
  background-position: -345px -500px;
  height: 20px;
  width: 39px;
}
.sprite-beetree-icons.icon-navi-community-05 {
  background-position: -345px -550px;
  height: 20px;
  width: 40px;
}
.sprite-beetree-icons.icon-navi-community-06 {
  background-position: -345px -600px;
  height: 20px;
  width: 39px;
}
.sprite-beetree-icons.icon-navi-community-ad-01 {
  background-position: -345px -650px;
  height: 20px;
  width: 33px;
}
.sprite-beetree-icons.icon-navi-community-ad-02 {
  background-position: -345px -700px;
  height: 20px;
  width: 37px;
}
.sprite-beetree-icons.icon-navi-community-ad-03 {
  background-position: -345px -750px;
  height: 20px;
  width: 37px;
}
.sprite-beetree-icons.icon-navi-community-ad-05 {
  background-position: -345px -800px;
  height: 20px;
  width: 36px;
}
.sprite-beetree-icons.icon-navi-community-ad-06 {
  background-position: -345px -850px;
  height: 20px;
  width: 37px;
}
.sprite-beetree-icons.icon-navi-community-ad-arch {
  background-position: -345px -900px;
  height: 20px;
  width: 36px;
}
.sprite-beetree-icons.icon-navi-community-ad-new {
  background-position: -345px -950px;
  height: 20px;
  width: 35px;
}
.sprite-beetree-icons.icon-navi-community-ad-rejected {
  background-position: -345px -1000px;
  height: 20px;
  width: 36px;
}
.sprite-beetree-icons.icon-navi-community-arch {
  background-position: -345px -1050px;
  height: 20px;
  width: 39px;
}
.sprite-beetree-icons.icon-navi-community-closed-01 {
  background-position: -345px -1100px;
  height: 20px;
  width: 36px;
}
.sprite-beetree-icons.icon-navi-community-closed-02 {
  background-position: -345px -1150px;
  height: 20px;
  width: 40px;
}
.sprite-beetree-icons.icon-navi-community-closed-03 {
  background-position: -345px -1200px;
  height: 20px;
  width: 39px;
}
.sprite-beetree-icons.icon-navi-community-closed-05 {
  background-position: -345px -1250px;
  height: 20px;
  width: 40px;
}
.sprite-beetree-icons.icon-navi-community-closed-06 {
  background-position: -345px -1300px;
  height: 20px;
  width: 39px;
}
.sprite-beetree-icons.icon-navi-community-closed-arch {
  background-position: -345px -1350px;
  height: 20px;
  width: 39px;
}
.sprite-beetree-icons.icon-navi-community-closed-new {
  background-position: -345px -1400px;
  height: 20px;
  width: 40px;
}
.sprite-beetree-icons.icon-navi-community-closed-rejected {
  background-position: -414px 0px;
  height: 20px;
  width: 37px;
}
.sprite-beetree-icons.icon-navi-community-group-01 {
  background-position: -414px -50px;
  height: 20px;
  width: 41px;
}
.sprite-beetree-icons.icon-navi-community-group-02 {
  background-position: -414px -100px;
  height: 20px;
  width: 44px;
}
.sprite-beetree-icons.icon-navi-community-group-03 {
  background-position: -414px -150px;
  height: 20px;
  width: 43px;
}
.sprite-beetree-icons.icon-navi-community-group-05 {
  background-position: -414px -200px;
  height: 20px;
  width: 43px;
}
.sprite-beetree-icons.icon-navi-community-group-06 {
  background-position: -414px -250px;
  height: 20px;
  width: 45px;
}
.sprite-beetree-icons.icon-navi-community-group-arch {
  background-position: -414px -300px;
  height: 20px;
  width: 43px;
}
.sprite-beetree-icons.icon-navi-community-group-closed-01 {
  background-position: -414px -350px;
  height: 20px;
  width: 41px;
}
.sprite-beetree-icons.icon-navi-community-group-closed-02 {
  background-position: -414px -400px;
  height: 20px;
  width: 44px;
}
.sprite-beetree-icons.icon-navi-community-group-closed-03 {
  background-position: -414px -450px;
  height: 20px;
  width: 43px;
}
.sprite-beetree-icons.icon-navi-community-group-closed-05 {
  background-position: -414px -500px;
  height: 20px;
  width: 43px;
}
.sprite-beetree-icons.icon-navi-community-group-closed-06 {
  background-position: -414px -550px;
  height: 20px;
  width: 45px;
}
.sprite-beetree-icons.icon-navi-community-group-closed-arch {
  background-position: -414px -600px;
  height: 20px;
  width: 43px;
}
.sprite-beetree-icons.icon-navi-community-group-closed-new {
  background-position: -414px -650px;
  height: 20px;
  width: 43px;
}
.sprite-beetree-icons.icon-navi-community-group-closed-rejected {
  background-position: -414px -700px;
  height: 20px;
  width: 43px;
}
.sprite-beetree-icons.icon-navi-community-group-int-01 {
  background-position: -414px -750px;
  height: 20px;
  width: 41px;
}
.sprite-beetree-icons.icon-navi-community-group-int-02 {
  background-position: -414px -800px;
  height: 20px;
  width: 44px;
}
.sprite-beetree-icons.icon-navi-community-group-int-03 {
  background-position: -414px -850px;
  height: 20px;
  width: 43px;
}
.sprite-beetree-icons.icon-navi-community-group-int-05 {
  background-position: -414px -900px;
  height: 20px;
  width: 43px;
}
.sprite-beetree-icons.icon-navi-community-group-int-06 {
  background-position: -414px -950px;
  height: 20px;
  width: 45px;
}
.sprite-beetree-icons.icon-navi-community-group-int-arch {
  background-position: -414px -1000px;
  height: 20px;
  width: 43px;
}
.sprite-beetree-icons.icon-navi-community-group-int-closed-01 {
  background-position: -414px -1050px;
  height: 20px;
  width: 41px;
}
.sprite-beetree-icons.icon-navi-community-group-int-closed-02 {
  background-position: -414px -1100px;
  height: 20px;
  width: 44px;
}
.sprite-beetree-icons.icon-navi-community-group-int-closed-03 {
  background-position: -414px -1150px;
  height: 20px;
  width: 43px;
}
.sprite-beetree-icons.icon-navi-community-group-int-closed-05 {
  background-position: -414px -1200px;
  height: 20px;
  width: 43px;
}
.sprite-beetree-icons.icon-navi-community-group-int-closed-06 {
  background-position: -414px -1250px;
  height: 20px;
  width: 45px;
}
.sprite-beetree-icons.icon-navi-community-group-int-closed-arch {
  background-position: -414px -1300px;
  height: 20px;
  width: 43px;
}
.sprite-beetree-icons.icon-navi-community-group-int-closed-new {
  background-position: -414px -1350px;
  height: 20px;
  width: 43px;
}
.sprite-beetree-icons.icon-navi-community-group-int-closed-rejected {
  background-position: -414px -1400px;
  height: 20px;
  width: 43px;
}
.sprite-beetree-icons.icon-navi-community-group-int-new {
  background-position: -483px 0px;
  height: 20px;
  width: 43px;
}
.sprite-beetree-icons.icon-navi-community-group-int-rejected {
  background-position: -483px -50px;
  height: 20px;
  width: 43px;
}
.sprite-beetree-icons.icon-navi-community-group-new {
  background-position: -483px -100px;
  height: 20px;
  width: 43px;
}
.sprite-beetree-icons.icon-navi-community-group-rejected {
  background-position: -483px -150px;
  height: 20px;
  width: 43px;
}
.sprite-beetree-icons.icon-navi-community-int-01 {
  background-position: -483px -200px;
  height: 20px;
  width: 36px;
}
.sprite-beetree-icons.icon-navi-community-int-02 {
  background-position: -483px -250px;
  height: 20px;
  width: 40px;
}
.sprite-beetree-icons.icon-navi-community-int-03 {
  background-position: -483px -300px;
  height: 20px;
  width: 39px;
}
.sprite-beetree-icons.icon-navi-community-int-05 {
  background-position: -483px -350px;
  height: 20px;
  width: 40px;
}
.sprite-beetree-icons.icon-navi-community-int-06 {
  background-position: -483px -400px;
  height: 20px;
  width: 39px;
}
.sprite-beetree-icons.icon-navi-community-int-arch {
  background-position: -483px -450px;
  height: 20px;
  width: 39px;
}
.sprite-beetree-icons.icon-navi-community-int-closed-01 {
  background-position: -483px -500px;
  height: 20px;
  width: 36px;
}
.sprite-beetree-icons.icon-navi-community-int-closed-02 {
  background-position: -483px -550px;
  height: 20px;
  width: 40px;
}
.sprite-beetree-icons.icon-navi-community-int-closed-03 {
  background-position: -483px -600px;
  height: 20px;
  width: 39px;
}
.sprite-beetree-icons.icon-navi-community-int-closed-05 {
  background-position: -483px -650px;
  height: 20px;
  width: 40px;
}
.sprite-beetree-icons.icon-navi-community-int-closed-06 {
  background-position: -483px -700px;
  height: 20px;
  width: 39px;
}
.sprite-beetree-icons.icon-navi-community-int-closed-arch {
  background-position: -483px -750px;
  height: 20px;
  width: 39px;
}
.sprite-beetree-icons.icon-navi-community-int-closed-new {
  background-position: -483px -800px;
  height: 20px;
  width: 40px;
}
.sprite-beetree-icons.icon-navi-community-int-closed-rejected {
  background-position: -483px -850px;
  height: 20px;
  width: 37px;
}
.sprite-beetree-icons.icon-navi-community-int-new {
  background-position: -483px -900px;
  height: 20px;
  width: 40px;
}
.sprite-beetree-icons.icon-navi-community-int-rejected {
  background-position: -483px -950px;
  height: 20px;
  width: 37px;
}
.sprite-beetree-icons.icon-navi-community-new {
  background-position: -483px -1000px;
  height: 20px;
  width: 40px;
}
.sprite-beetree-icons.icon-navi-community-rejected {
  background-position: -483px -1050px;
  height: 20px;
  width: 37px;
}
.sprite-beetree-icons.icon-navi-community-slider-01 {
  background-position: -483px -1100px;
  height: 20px;
  width: 33px;
}
.sprite-beetree-icons.icon-navi-community-slider-02 {
  background-position: -483px -1150px;
  height: 20px;
  width: 38px;
}
.sprite-beetree-icons.icon-navi-community-slider-03 {
  background-position: -483px -1200px;
  height: 20px;
  width: 38px;
}
.sprite-beetree-icons.icon-navi-community-slider-05 {
  background-position: -483px -1250px;
  height: 20px;
  width: 37px;
}
.sprite-beetree-icons.icon-navi-community-slider-06 {
  background-position: -483px -1300px;
  height: 20px;
  width: 37px;
}
.sprite-beetree-icons.icon-navi-community-slider-arch {
  background-position: -483px -1350px;
  height: 20px;
  width: 36px;
}
.sprite-beetree-icons.icon-navi-community-slider-new {
  background-position: -483px -1400px;
  height: 20px;
  width: 38px;
}
.sprite-beetree-icons.icon-navi-community-slider-rejected {
  background-position: -552px 0px;
  height: 20px;
  width: 35px;
}
.sprite-beetree-icons.icon-navi-competencie-01 {
  background-position: -552px -50px;
  height: 20px;
  width: 22px;
}
.sprite-beetree-icons.icon-navi-competencie-02 {
  background-position: -552px -100px;
  height: 20px;
  width: 30px;
}
.sprite-beetree-icons.icon-navi-competencie-03 {
  background-position: -552px -150px;
  height: 20px;
  width: 28px;
}
.sprite-beetree-icons.icon-navi-competencie-05 {
  background-position: -552px -200px;
  height: 20px;
  width: 31px;
}
.sprite-beetree-icons.icon-navi-competencie-06 {
  background-position: -552px -250px;
  height: 20px;
  width: 27px;
}
.sprite-beetree-icons.icon-navi-competencie-arch-01 {
  background-position: -552px -300px;
  height: 20px;
  width: 27px;
}
.sprite-beetree-icons.icon-navi-competencie-partial-01 {
  background-position: -552px -350px;
  height: 20px;
  width: 21px;
}
.sprite-beetree-icons.icon-navi-competencie-partial-02 {
  background-position: -552px -400px;
  height: 20px;
  width: 29px;
}
.sprite-beetree-icons.icon-navi-competencie-partial-03 {
  background-position: -552px -450px;
  height: 20px;
  width: 28px;
}
.sprite-beetree-icons.icon-navi-competencie-partial-05 {
  background-position: -552px -500px;
  height: 20px;
  width: 27px;
}
.sprite-beetree-icons.icon-navi-competencie-partial-06 {
  background-position: -552px -550px;
  height: 20px;
  width: 30px;
}
.sprite-beetree-icons.icon-navi-competencie-partial-arch-01 {
  background-position: -552px -600px;
  height: 20px;
  width: 27px;
}
.sprite-beetree-icons.icon-navi-competencie-profile-01 {
  background-position: -552px -650px;
  height: 20px;
  width: 30px;
}
.sprite-beetree-icons.icon-navi-competencie-profile-02 {
  background-position: -552px -700px;
  height: 20px;
  width: 35px;
}
.sprite-beetree-icons.icon-navi-competencie-profile-03 {
  background-position: -552px -750px;
  height: 20px;
  width: 34px;
}
.sprite-beetree-icons.icon-navi-competencie-profile-05 {
  background-position: -552px -800px;
  height: 20px;
  width: 35px;
}
.sprite-beetree-icons.icon-navi-competencie-profile-06 {
  background-position: -552px -850px;
  height: 20px;
  width: 35px;
}
.sprite-beetree-icons.icon-navi-competencie-profile-arch-01 {
  background-position: -552px -900px;
  height: 20px;
  width: 35px;
}
.sprite-beetree-icons.icon-navi-css-01 {
  background-position: -552px -950px;
  height: 20px;
  width: 20px;
}
.sprite-beetree-icons.icon-navi-css-02 {
  background-position: -552px -1000px;
  height: 20px;
  width: 28px;
}
.sprite-beetree-icons.icon-navi-css-03 {
  background-position: -552px -1050px;
  height: 20px;
  width: 26px;
}
.sprite-beetree-icons.icon-navi-css-05 {
  background-position: -552px -1100px;
  height: 20px;
  width: 27px;
}
.sprite-beetree-icons.icon-navi-css-06 {
  background-position: -552px -1150px;
  height: 20px;
  width: 27px;
}
.sprite-beetree-icons.icon-navi-css-arch {
  background-position: -552px -1200px;
  height: 20px;
  width: 25px;
}
.sprite-beetree-icons.icon-navi-doc-01 {
  background-position: -552px -1250px;
  height: 20px;
  width: 26px;
}
.sprite-beetree-icons.icon-navi-doc-02 {
  background-position: -552px -1300px;
  height: 20px;
  width: 31px;
}
.sprite-beetree-icons.icon-navi-doc-03 {
  background-position: -552px -1350px;
  height: 20px;
  width: 30px;
}
.sprite-beetree-icons.icon-navi-doc-05 {
  background-position: -552px -1400px;
  height: 20px;
  width: 31px;
}
.sprite-beetree-icons.icon-navi-doc-06 {
  background-position: -621px 0px;
  height: 20px;
  width: 32px;
}
.sprite-beetree-icons.icon-navi-doc-arch {
  background-position: -621px -50px;
  height: 20px;
  width: 30px;
}
.sprite-beetree-icons.icon-navi-dossier-01 {
  background-position: -621px -100px;
  height: 20px;
  width: 29px;
}
.sprite-beetree-icons.icon-navi-dossier-02 {
  background-position: -621px -150px;
  height: 20px;
  width: 35px;
}
.sprite-beetree-icons.icon-navi-dossier-03 {
  background-position: -621px -200px;
  height: 20px;
  width: 33px;
}
.sprite-beetree-icons.icon-navi-dossier-05 {
  background-position: -621px -250px;
  height: 20px;
  width: 33px;
}
.sprite-beetree-icons.icon-navi-dossier-06 {
  background-position: -621px -300px;
  height: 20px;
  width: 35px;
}
.sprite-beetree-icons.icon-navi-event-01 {
  background-position: -621px -350px;
  height: 20px;
  width: 26px;
}
.sprite-beetree-icons.icon-navi-event-02 {
  background-position: -621px -400px;
  height: 20px;
  width: 31px;
}
.sprite-beetree-icons.icon-navi-event-03 {
  background-position: -621px -450px;
  height: 20px;
  width: 30px;
}
.sprite-beetree-icons.icon-navi-event-05 {
  background-position: -621px -500px;
  height: 20px;
  width: 31px;
}
.sprite-beetree-icons.icon-navi-event-06 {
  background-position: -621px -550px;
  height: 20px;
  width: 26px;
}
.sprite-beetree-icons.icon-navi-event-multiple-01 {
  background-position: -621px -600px;
  height: 20px;
  width: 25px;
}
.sprite-beetree-icons.icon-navi-event-multiple-02 {
  background-position: -621px -650px;
  height: 20px;
  width: 31px;
}
.sprite-beetree-icons.icon-navi-event-multiple-03 {
  background-position: -621px -700px;
  height: 20px;
  width: 30px;
}
.sprite-beetree-icons.icon-navi-event-multiple-05 {
  background-position: -621px -750px;
  height: 20px;
  width: 31px;
}
.sprite-beetree-icons.icon-navi-event-multiple-06 {
  background-position: -621px -800px;
  height: 20px;
  width: 32px;
}
.sprite-beetree-icons.icon-navi-favorite-01 {
  background-position: -621px -850px;
  height: 20px;
  width: 27px;
}
.sprite-beetree-icons.icon-navi-favorite-02 {
  background-position: -621px -900px;
  height: 20px;
  width: 32px;
}
.sprite-beetree-icons.icon-navi-favorite-03 {
  background-position: -621px -950px;
  height: 20px;
  width: 31px;
}
.sprite-beetree-icons.icon-navi-favorite-05 {
  background-position: -621px -1000px;
  height: 20px;
  width: 29px;
}
.sprite-beetree-icons.icon-navi-favorite-06 {
  background-position: -621px -1050px;
  height: 20px;
  width: 32px;
}
.sprite-beetree-icons.icon-navi-gif-01 {
  background-position: -621px -1100px;
  height: 20px;
  width: 31px;
}
.sprite-beetree-icons.icon-navi-gif-02 {
  background-position: -621px -1150px;
  height: 20px;
  width: 35px;
}
.sprite-beetree-icons.icon-navi-gif-03 {
  background-position: -621px -1200px;
  height: 20px;
  width: 32px;
}
.sprite-beetree-icons.icon-navi-gif-05 {
  background-position: -621px -1250px;
  height: 20px;
  width: 33px;
}
.sprite-beetree-icons.icon-navi-gif-06 {
  background-position: -621px -1300px;
  height: 20px;
  width: 33px;
}
.sprite-beetree-icons.icon-navi-gif-arch {
  background-position: -621px -1350px;
  height: 20px;
  width: 33px;
}
.sprite-beetree-icons.icon-navi-handicap-01 {
  background-position: -621px -1400px;
  height: 20px;
  width: 10px;
}
.sprite-beetree-icons.icon-navi-html-01 {
  background-position: -690px 0px;
  height: 20px;
  width: 22px;
}
.sprite-beetree-icons.icon-navi-html-02 {
  background-position: -690px -50px;
  height: 20px;
  width: 28px;
}
.sprite-beetree-icons.icon-navi-html-03 {
  background-position: -690px -100px;
  height: 20px;
  width: 26px;
}
.sprite-beetree-icons.icon-navi-html-05 {
  background-position: -690px -150px;
  height: 20px;
  width: 27px;
}
.sprite-beetree-icons.icon-navi-html-06 {
  background-position: -690px -200px;
  height: 20px;
  width: 27px;
}
.sprite-beetree-icons.icon-navi-html-arch {
  background-position: -690px -250px;
  height: 20px;
  width: 25px;
}
.sprite-beetree-icons.icon-navi-img-01 {
  background-position: -690px -300px;
  height: 20px;
  width: 29px;
}
.sprite-beetree-icons.icon-navi-img-02 {
  background-position: -690px -350px;
  height: 20px;
  width: 34px;
}
.sprite-beetree-icons.icon-navi-img-03 {
  background-position: -690px -400px;
  height: 20px;
  width: 34px;
}
.sprite-beetree-icons.icon-navi-img-05 {
  background-position: -690px -450px;
  height: 20px;
  width: 34px;
}
.sprite-beetree-icons.icon-navi-img-06 {
  background-position: -690px -500px;
  height: 20px;
  width: 35px;
}
.sprite-beetree-icons.icon-navi-img-arch {
  background-position: -690px -550px;
  height: 20px;
  width: 34px;
}
.sprite-beetree-icons.icon-navi-internal-rights-01 {
  background-position: -690px -600px;
  height: 20px;
  width: 20px;
}
.sprite-beetree-icons.icon-navi-internal-rights-02 {
  background-position: -690px -650px;
  height: 20px;
  width: 29px;
}
.sprite-beetree-icons.icon-navi-internal-rights-03 {
  background-position: -690px -700px;
  height: 20px;
  width: 27px;
}
.sprite-beetree-icons.icon-navi-internal-rights-05 {
  background-position: -690px -750px;
  height: 20px;
  width: 26px;
}
.sprite-beetree-icons.icon-navi-internal-rights-06 {
  background-position: -690px -800px;
  height: 20px;
  width: 28px;
}
.sprite-beetree-icons.icon-navi-interview-01 {
  background-position: -690px -850px;
  height: 20px;
  width: 33px;
}
.sprite-beetree-icons.icon-navi-interview-02 {
  background-position: -690px -900px;
  height: 20px;
  width: 38px;
}
.sprite-beetree-icons.icon-navi-interview-03 {
  background-position: -690px -950px;
  height: 20px;
  width: 36px;
}
.sprite-beetree-icons.icon-navi-interview-05 {
  background-position: -690px -1000px;
  height: 20px;
  width: 35px;
}
.sprite-beetree-icons.icon-navi-interview-06 {
  background-position: -690px -1050px;
  height: 20px;
  width: 38px;
}
.sprite-beetree-icons.icon-navi-interview-comment-01 {
  background-position: -690px -1100px;
  height: 20px;
  width: 33px;
}
.sprite-beetree-icons.icon-navi-interview-comment-02 {
  background-position: -690px -1150px;
  height: 20px;
  width: 38px;
}
.sprite-beetree-icons.icon-navi-interview-comment-03 {
  background-position: -690px -1200px;
  height: 20px;
  width: 36px;
}
.sprite-beetree-icons.icon-navi-interview-comment-05 {
  background-position: -690px -1250px;
  height: 20px;
  width: 35px;
}
.sprite-beetree-icons.icon-navi-interview-comment-06 {
  background-position: -690px -1300px;
  height: 20px;
  width: 38px;
}
.sprite-beetree-icons.icon-navi-job-famil-02 {
  background-position: -690px -1350px;
  height: 20px;
  width: 35px;
}
.sprite-beetree-icons.icon-navi-job-family-01 {
  background-position: -690px -1400px;
  height: 20px;
  width: 33px;
}
.sprite-beetree-icons.icon-navi-job-family-02 {
  background-position: -759px 0px;
  height: 20px;
  width: 35px;
}
.sprite-beetree-icons.icon-navi-job-family-03 {
  background-position: -759px -50px;
  height: 20px;
  width: 33px;
}
.sprite-beetree-icons.icon-navi-job-family-05 {
  background-position: -759px -100px;
  height: 20px;
  width: 35px;
}
.sprite-beetree-icons.icon-navi-job-family-06 {
  background-position: -759px -150px;
  height: 20px;
  width: 35px;
}
.sprite-beetree-icons.icon-navi-job-family-arch-01 {
  background-position: -759px -200px;
  height: 20px;
  width: 35px;
}
.sprite-beetree-icons.icon-navi-jobad-01 {
  background-position: -759px -250px;
  height: 20px;
  width: 25px;
}
.sprite-beetree-icons.icon-navi-jobad-02 {
  background-position: -759px -300px;
  height: 20px;
  width: 30px;
}
.sprite-beetree-icons.icon-navi-jobad-03 {
  background-position: -759px -350px;
  height: 20px;
  width: 30px;
}
.sprite-beetree-icons.icon-navi-jobad-04 {
  background-position: -759px -400px;
  height: 20px;
  width: 30px;
}
.sprite-beetree-icons.icon-navi-jobad-05 {
  background-position: -759px -450px;
  height: 20px;
  width: 27px;
}
.sprite-beetree-icons.icon-navi-jobad-06 {
  background-position: -759px -500px;
  height: 20px;
  width: 35px;
}
.sprite-beetree-icons.icon-navi-jobad-arch-01 {
  background-position: -759px -550px;
  height: 20px;
  width: 30px;
}
.sprite-beetree-icons.icon-navi-jobad-int-01 {
  background-position: -759px -600px;
  height: 20px;
  width: 25px;
}
.sprite-beetree-icons.icon-navi-jobad-int-02 {
  background-position: -759px -650px;
  height: 20px;
  width: 30px;
}
.sprite-beetree-icons.icon-navi-jobad-int-03 {
  background-position: -759px -700px;
  height: 20px;
  width: 30px;
}
.sprite-beetree-icons.icon-navi-jobad-int-04 {
  background-position: -759px -750px;
  height: 20px;
  width: 30px;
}
.sprite-beetree-icons.icon-navi-jobad-int-05 {
  background-position: -759px -800px;
  height: 20px;
  width: 27px;
}
.sprite-beetree-icons.icon-navi-jobad-int-06 {
  background-position: -759px -850px;
  height: 20px;
  width: 31px;
}
.sprite-beetree-icons.icon-navi-jobad-int-LE-01 {
  background-position: -759px -900px;
  height: 20px;
  width: 25px;
}
.sprite-beetree-icons.icon-navi-jobad-int-LE-02 {
  background-position: -759px -950px;
  height: 20px;
  width: 30px;
}
.sprite-beetree-icons.icon-navi-jobad-int-LE-03 {
  background-position: -759px -1000px;
  height: 20px;
  width: 29px;
}
.sprite-beetree-icons.icon-navi-jobad-int-LE-04 {
  background-position: -759px -1050px;
  height: 20px;
  width: 30px;
}
.sprite-beetree-icons.icon-navi-jobad-int-LE-05 {
  background-position: -759px -1100px;
  height: 20px;
  width: 27px;
}
.sprite-beetree-icons.icon-navi-jobad-int-LE-06 {
  background-position: -759px -1150px;
  height: 20px;
  width: 31px;
}
.sprite-beetree-icons.icon-navi-jobad-int-arch-01 {
  background-position: -759px -1200px;
  height: 20px;
  width: 29px;
}
.sprite-beetree-icons.icon-navi-jobad-int-arch-LE-01 {
  background-position: -759px -1250px;
  height: 20px;
  width: 29px;
}
.sprite-beetree-icons.icon-navi-jpg-01 {
  background-position: -759px -1300px;
  height: 20px;
  width: 31px;
}
.sprite-beetree-icons.icon-navi-jpg-02 {
  background-position: -759px -1350px;
  height: 20px;
  width: 35px;
}
.sprite-beetree-icons.icon-navi-jpg-03 {
  background-position: -759px -1400px;
  height: 20px;
  width: 34px;
}
.sprite-beetree-icons.icon-navi-jpg-05 {
  background-position: -828px 0px;
  height: 20px;
  width: 33px;
}
.sprite-beetree-icons.icon-navi-jpg-06 {
  background-position: -828px -50px;
  height: 20px;
  width: 33px;
}
.sprite-beetree-icons.icon-navi-jpg-arch {
  background-position: -828px -100px;
  height: 20px;
  width: 33px;
}
.sprite-beetree-icons.icon-navi-js-01 {
  background-position: -828px -150px;
  height: 20px;
  width: 16px;
}
.sprite-beetree-icons.icon-navi-js-02 {
  background-position: -828px -200px;
  height: 20px;
  width: 28px;
}
.sprite-beetree-icons.icon-navi-js-03 {
  background-position: -828px -250px;
  height: 20px;
  width: 26px;
}
.sprite-beetree-icons.icon-navi-js-05 {
  background-position: -828px -300px;
  height: 20px;
  width: 27px;
}
.sprite-beetree-icons.icon-navi-js-06 {
  background-position: -828px -350px;
  height: 20px;
  width: 27px;
}
.sprite-beetree-icons.icon-navi-js-arch {
  background-position: -828px -400px;
  height: 20px;
  width: 25px;
}
.sprite-beetree-icons.icon-navi-keyrules-01 {
  background-position: -828px -450px;
  height: 20px;
  width: 29px;
}
.sprite-beetree-icons.icon-navi-keyrules-02 {
  background-position: -828px -500px;
  height: 20px;
  width: 34px;
}
.sprite-beetree-icons.icon-navi-keyrules-03 {
  background-position: -828px -550px;
  height: 20px;
  width: 32px;
}
.sprite-beetree-icons.icon-navi-keyrules-05 {
  background-position: -828px -600px;
  height: 20px;
  width: 33px;
}
.sprite-beetree-icons.icon-navi-keyrules-06 {
  background-position: -828px -650px;
  height: 20px;
  width: 34px;
}
.sprite-beetree-icons.icon-navi-lastvisited-01 {
  background-position: -828px -700px;
  height: 20px;
  width: 25px;
}
.sprite-beetree-icons.icon-navi-lastvisited-02 {
  background-position: -828px -750px;
  height: 20px;
  width: 30px;
}
.sprite-beetree-icons.icon-navi-lastvisited-03 {
  background-position: -828px -800px;
  height: 20px;
  width: 29px;
}
.sprite-beetree-icons.icon-navi-lastvisited-05 {
  background-position: -828px -850px;
  height: 20px;
  width: 28px;
}
.sprite-beetree-icons.icon-navi-lastvisited-06 {
  background-position: -828px -900px;
  height: 20px;
  width: 31px;
}
.sprite-beetree-icons.icon-navi-less-01 {
  background-position: -828px -950px;
  height: 20px;
  width: 22px;
}
.sprite-beetree-icons.icon-navi-less-02 {
  background-position: -828px -1000px;
  height: 20px;
  width: 28px;
}
.sprite-beetree-icons.icon-navi-less-03 {
  background-position: -828px -1050px;
  height: 20px;
  width: 26px;
}
.sprite-beetree-icons.icon-navi-less-05 {
  background-position: -828px -1100px;
  height: 20px;
  width: 27px;
}
.sprite-beetree-icons.icon-navi-less-06 {
  background-position: -828px -1150px;
  height: 20px;
  width: 27px;
}
.sprite-beetree-icons.icon-navi-less-arch {
  background-position: -828px -1200px;
  height: 20px;
  width: 25px;
}
.sprite-beetree-icons.icon-navi-link-01 {
  background-position: -828px -1250px;
  height: 20px;
  width: 24px;
}
.sprite-beetree-icons.icon-navi-link-02 {
  background-position: -828px -1300px;
  height: 20px;
  width: 30px;
}
.sprite-beetree-icons.icon-navi-link-03 {
  background-position: -828px -1350px;
  height: 20px;
  width: 29px;
}
.sprite-beetree-icons.icon-navi-link-05 {
  background-position: -828px -1400px;
  height: 20px;
  width: 28px;
}
.sprite-beetree-icons.icon-navi-link-06 {
  background-position: -897px 0px;
  height: 20px;
  width: 31px;
}
.sprite-beetree-icons.icon-navi-link-arch {
  background-position: -897px -50px;
  height: 20px;
  width: 28px;
}
.sprite-beetree-icons.icon-navi-linkstat-01 {
  background-position: -897px -100px;
  height: 20px;
  width: 25px;
}
.sprite-beetree-icons.icon-navi-linkstat-02 {
  background-position: -897px -150px;
  height: 20px;
  width: 31px;
}
.sprite-beetree-icons.icon-navi-linkstat-03 {
  background-position: -897px -200px;
  height: 20px;
  width: 30px;
}
.sprite-beetree-icons.icon-navi-linkstat-05 {
  background-position: -897px -250px;
  height: 20px;
  width: 29px;
}
.sprite-beetree-icons.icon-navi-linkstat-06 {
  background-position: -897px -300px;
  height: 20px;
  width: 32px;
}
.sprite-beetree-icons.icon-navi-location-01 {
  background-position: -897px -350px;
  height: 20px;
  width: 23px;
}
.sprite-beetree-icons.icon-navi-location-02 {
  background-position: -897px -400px;
  height: 20px;
  width: 29px;
}
.sprite-beetree-icons.icon-navi-location-03 {
  background-position: -897px -450px;
  height: 20px;
  width: 28px;
}
.sprite-beetree-icons.icon-navi-location-05 {
  background-position: -897px -500px;
  height: 20px;
  width: 28px;
}
.sprite-beetree-icons.icon-navi-location-06 {
  background-position: -897px -550px;
  height: 20px;
  width: 31px;
}
.sprite-beetree-icons.icon-navi-lookup-01 {
  background-position: -897px -600px;
  height: 20px;
  width: 29px;
}
.sprite-beetree-icons.icon-navi-lookup-02 {
  background-position: -897px -650px;
  height: 20px;
  width: 33px;
}
.sprite-beetree-icons.icon-navi-lookup-03 {
  background-position: -897px -700px;
  height: 20px;
  width: 33px;
}
.sprite-beetree-icons.icon-navi-lookup-04 {
  background-position: -897px -750px;
  height: 20px;
  width: 33px;
}
.sprite-beetree-icons.icon-navi-lookup-05 {
  background-position: -897px -800px;
  height: 20px;
  width: 34px;
}
.sprite-beetree-icons.icon-navi-lookup-06 {
  background-position: -897px -850px;
  height: 20px;
  width: 34px;
}
.sprite-beetree-icons.icon-navi-mail-01 {
  background-position: -897px -900px;
  height: 20px;
  width: 31px;
}
.sprite-beetree-icons.icon-navi-mail-02 {
  background-position: -897px -950px;
  height: 20px;
  width: 35px;
}
.sprite-beetree-icons.icon-navi-mail-03 {
  background-position: -897px -1000px;
  height: 20px;
  width: 35px;
}
.sprite-beetree-icons.icon-navi-mail-05 {
  background-position: -897px -1050px;
  height: 20px;
  width: 35px;
}
.sprite-beetree-icons.icon-navi-mail-06 {
  background-position: -897px -1100px;
  height: 20px;
  width: 35px;
}
.sprite-beetree-icons.icon-navi-mail-arch {
  background-position: -897px -1150px;
  height: 20px;
  width: 35px;
}
.sprite-beetree-icons.icon-navi-mail-int-01 {
  background-position: -897px -1200px;
  height: 20px;
  width: 31px;
}
.sprite-beetree-icons.icon-navi-mail-int-02 {
  background-position: -897px -1250px;
  height: 20px;
  width: 35px;
}
.sprite-beetree-icons.icon-navi-mail-int-03 {
  background-position: -897px -1300px;
  height: 20px;
  width: 35px;
}
.sprite-beetree-icons.icon-navi-mail-int-05 {
  background-position: -897px -1350px;
  height: 20px;
  width: 35px;
}
.sprite-beetree-icons.icon-navi-mail-int-06 {
  background-position: -897px -1400px;
  height: 20px;
  width: 35px;
}
.sprite-beetree-icons.icon-navi-mail-int-arch {
  background-position: -966px 0px;
  height: 20px;
  width: 35px;
}
.sprite-beetree-icons.icon-navi-mail-int-new {
  background-position: -966px -50px;
  height: 20px;
  width: 35px;
}
.sprite-beetree-icons.icon-navi-mail-new {
  background-position: -966px -100px;
  height: 20px;
  width: 35px;
}
.sprite-beetree-icons.icon-navi-mail-save-print {
  background-position: -966px -150px;
  height: 20px;
  width: 33px;
}
.sprite-beetree-icons.icon-navi-mail-sys-01 {
  background-position: -966px -200px;
  height: 20px;
  width: 31px;
}
.sprite-beetree-icons.icon-navi-mail-sys-02 {
  background-position: -966px -250px;
  height: 20px;
  width: 35px;
}
.sprite-beetree-icons.icon-navi-mail-sys-03 {
  background-position: -966px -300px;
  height: 20px;
  width: 36px;
}
.sprite-beetree-icons.icon-navi-mail-sys-05 {
  background-position: -966px -350px;
  height: 20px;
  width: 35px;
}
.sprite-beetree-icons.icon-navi-mail-sys-06 {
  background-position: -966px -400px;
  height: 20px;
  width: 35px;
}
.sprite-beetree-icons.icon-navi-mail-sys-arch {
  background-position: -966px -450px;
  height: 20px;
  width: 35px;
}
.sprite-beetree-icons.icon-navi-mail-sys-new {
  background-position: -966px -500px;
  height: 20px;
  width: 35px;
}
.sprite-beetree-icons.icon-navi-mail-to-01 {
  background-position: -966px -550px;
  height: 20px;
  width: 32px;
}
.sprite-beetree-icons.icon-navi-mail-to-02 {
  background-position: -966px -600px;
  height: 20px;
  width: 37px;
}
.sprite-beetree-icons.icon-navi-mail-to-03 {
  background-position: -966px -650px;
  height: 20px;
  width: 36px;
}
.sprite-beetree-icons.icon-navi-mail-to-05 {
  background-position: -966px -700px;
  height: 20px;
  width: 36px;
}
.sprite-beetree-icons.icon-navi-mail-to-06 {
  background-position: -966px -750px;
  height: 20px;
  width: 35px;
}
.sprite-beetree-icons.icon-navi-mail-to-int-01 {
  background-position: -966px -800px;
  height: 20px;
  width: 32px;
}
.sprite-beetree-icons.icon-navi-mail-to-int-02 {
  background-position: -966px -850px;
  height: 20px;
  width: 37px;
}
.sprite-beetree-icons.icon-navi-mail-to-int-03 {
  background-position: -966px -900px;
  height: 20px;
  width: 36px;
}
.sprite-beetree-icons.icon-navi-mail-to-int-05 {
  background-position: -966px -950px;
  height: 20px;
  width: 36px;
}
.sprite-beetree-icons.icon-navi-mail-to-int-06 {
  background-position: -966px -1000px;
  height: 20px;
  width: 35px;
}
.sprite-beetree-icons.icon-navi-mail-to-save-print {
  background-position: -966px -1050px;
  height: 30px;
  width: 49px;
}
.sprite-beetree-icons.icon-navi-mandatory-01 {
  background-position: -966px -1100px;
  height: 20px;
  width: 10px;
}
.sprite-beetree-icons.icon-navi-mandatory-block-01 {
  background-position: -966px -1150px;
  height: 20px;
  width: 8px;
}
.sprite-beetree-icons.icon-navi-matchingprofile-01 {
  background-position: -966px -1200px;
  height: 20px;
  width: 28px;
}
.sprite-beetree-icons.icon-navi-matchingprofile-02 {
  background-position: -966px -1250px;
  height: 20px;
  width: 34px;
}
.sprite-beetree-icons.icon-navi-matchingprofile-03 {
  background-position: -966px -1300px;
  height: 20px;
  width: 34px;
}
.sprite-beetree-icons.icon-navi-matchingprofile-05 {
  background-position: -966px -1350px;
  height: 20px;
  width: 34px;
}
.sprite-beetree-icons.icon-navi-matchingprofile-06 {
  background-position: -966px -1400px;
  height: 20px;
  width: 35px;
}
.sprite-beetree-icons.icon-navi-matchinprofile-folder-01 {
  background-position: -1035px 0px;
  height: 20px;
  width: 31px;
}
.sprite-beetree-icons.icon-navi-matchinprofile-folder-02 {
  background-position: -1035px -50px;
  height: 20px;
  width: 36px;
}
.sprite-beetree-icons.icon-navi-matchinprofile-folder-03 {
  background-position: -1035px -100px;
  height: 20px;
  width: 34px;
}
.sprite-beetree-icons.icon-navi-matchinprofile-folder-05 {
  background-position: -1035px -150px;
  height: 20px;
  width: 33px;
}
.sprite-beetree-icons.icon-navi-matchinprofile-folder-06 {
  background-position: -1035px -200px;
  height: 20px;
  width: 35px;
}
.sprite-beetree-icons.icon-navi-mov-01 {
  background-position: -1035px -250px;
  height: 20px;
  width: 25px;
}
.sprite-beetree-icons.icon-navi-mov-02 {
  background-position: -1035px -300px;
  height: 20px;
  width: 31px;
}
.sprite-beetree-icons.icon-navi-mov-03 {
  background-position: -1035px -350px;
  height: 20px;
  width: 30px;
}
.sprite-beetree-icons.icon-navi-mov-05 {
  background-position: -1035px -400px;
  height: 20px;
  width: 31px;
}
.sprite-beetree-icons.icon-navi-mov-06 {
  background-position: -1035px -450px;
  height: 20px;
  width: 31px;
}
.sprite-beetree-icons.icon-navi-mov-arch {
  background-position: -1035px -500px;
  height: 20px;
  width: 29px;
}
.sprite-beetree-icons.icon-navi-move-panel-01 {
  background-position: -1035px -550px;
  height: 12px;
  width: 12px;
}
.sprite-beetree-icons.icon-navi-move-row-01 {
  background-position: -1035px -600px;
  height: 12px;
  width: 17px;
}
.sprite-beetree-icons.icon-navi-new-admin-01 {
  background-position: -1035px -650px;
  height: 20px;
  width: 29px;
}
.sprite-beetree-icons.icon-navi-new-answer-01 {
  background-position: -1035px -700px;
  height: 20px;
  width: 25px;
}
.sprite-beetree-icons.icon-navi-new-block-01 {
  background-position: -1035px -750px;
  height: 20px;
  width: 29px;
}
.sprite-beetree-icons.icon-navi-new-bookmark-01 {
  background-position: -1035px -800px;
  height: 20px;
  width: 28px;
}
.sprite-beetree-icons.icon-navi-new-comment-01 {
  background-position: -1035px -850px;
  height: 20px;
  width: 36px;
}
.sprite-beetree-icons.icon-navi-new-competencie-01 {
  background-position: -1035px -900px;
  height: 20px;
  width: 28px;
}
.sprite-beetree-icons.icon-navi-new-competencie-partial-01 {
  background-position: -1035px -950px;
  height: 20px;
  width: 28px;
}
.sprite-beetree-icons.icon-navi-new-competencie-profile-01 {
  background-position: -1035px -1000px;
  height: 20px;
  width: 33px;
}
.sprite-beetree-icons.icon-navi-new-dossier-01 {
  background-position: -1035px -1050px;
  height: 20px;
  width: 34px;
}
.sprite-beetree-icons.icon-navi-new-event-01 {
  background-position: -1035px -1100px;
  height: 20px;
  width: 31px;
}
.sprite-beetree-icons.icon-navi-new-favorite-01 {
  background-position: -1035px -1150px;
  height: 20px;
  width: 29px;
}
.sprite-beetree-icons.icon-navi-new-internal-rights-01 {
  background-position: -1035px -1200px;
  height: 20px;
  width: 26px;
}
.sprite-beetree-icons.icon-navi-new-interview-01 {
  background-position: -1035px -1250px;
  height: 20px;
  width: 36px;
}
.sprite-beetree-icons.icon-navi-new-interview-comment-01 {
  background-position: -1035px -1300px;
  height: 20px;
  width: 36px;
}
.sprite-beetree-icons.icon-navi-new-job-family-01 {
  background-position: -1035px -1350px;
  height: 20px;
  width: 33px;
}
.sprite-beetree-icons.icon-navi-new-jobad-01 {
  background-position: -1035px -1400px;
  height: 20px;
  width: 30px;
}
.sprite-beetree-icons.icon-navi-new-jobad-int-01 {
  background-position: -1104px 0px;
  height: 20px;
  width: 30px;
}
.sprite-beetree-icons.icon-navi-new-jobad-int-LE-01 {
  background-position: -1104px -50px;
  height: 20px;
  width: 30px;
}
.sprite-beetree-icons.icon-navi-new-lastvisited-01 {
  background-position: -1104px -100px;
  height: 20px;
  width: 29px;
}
.sprite-beetree-icons.icon-navi-new-location-01 {
  background-position: -1104px -150px;
  height: 20px;
  width: 28px;
}
.sprite-beetree-icons.icon-navi-new-lookup-01 {
  background-position: -1104px -200px;
  height: 20px;
  width: 34px;
}
.sprite-beetree-icons.icon-navi-new-mail-01 {
  background-position: -1104px -250px;
  height: 20px;
  width: 36px;
}
.sprite-beetree-icons.icon-navi-new-matchingprofile-01 {
  background-position: -1104px -300px;
  height: 20px;
  width: 33px;
}
.sprite-beetree-icons.icon-navi-new-matchinprofile-folder-01 {
  background-position: -1104px -350px;
  height: 20px;
  width: 36px;
}
.sprite-beetree-icons.icon-navi-new-news-01 {
  background-position: -1104px -400px;
  height: 20px;
  width: 45px;
}
.sprite-beetree-icons.icon-navi-new-organisation-01 {
  background-position: -1104px -450px;
  height: 20px;
  width: 36px;
}
.sprite-beetree-icons.icon-navi-new-organisation-sub-01 {
  background-position: -1104px -500px;
  height: 20px;
  width: 37px;
}
.sprite-beetree-icons.icon-navi-new-page-01 {
  background-position: -1104px -550px;
  height: 20px;
  width: 31px;
}
.sprite-beetree-icons.icon-navi-new-project-01 {
  background-position: -1104px -600px;
  height: 20px;
  width: 33px;
}
.sprite-beetree-icons.icon-navi-new-psi-01 {
  background-position: -1104px -650px;
  height: 20px;
  width: 32px;
}
.sprite-beetree-icons.icon-navi-new-question-01 {
  background-position: -1104px -700px;
  height: 20px;
  width: 26px;
}
.sprite-beetree-icons.icon-navi-new-questionair-01 {
  background-position: -1104px -750px;
  height: 20px;
  width: 29px;
}
.sprite-beetree-icons.icon-navi-new-ranking-01 {
  background-position: -1104px -800px;
  height: 20px;
  width: 32px;
}
.sprite-beetree-icons.icon-navi-new-reminder-01 {
  background-position: -1104px -850px;
  height: 20px;
  width: 32px;
}
.sprite-beetree-icons.icon-navi-new-requirements-01 {
  background-position: -1104px -900px;
  height: 20px;
  width: 31px;
}
.sprite-beetree-icons.icon-navi-new-rights-01 {
  background-position: -1104px -950px;
  height: 20px;
  width: 26px;
}
.sprite-beetree-icons.icon-navi-new-stat-01 {
  background-position: -1104px -1000px;
  height: 20px;
  width: 32px;
}
.sprite-beetree-icons.icon-navi-new-statement-01 {
  background-position: -1104px -1050px;
  height: 20px;
  width: 36px;
}
.sprite-beetree-icons.icon-navi-new-status-01 {
  background-position: -1104px -1100px;
  height: 20px;
  width: 25px;
}
.sprite-beetree-icons.icon-navi-new-task-01 {
  background-position: -1104px -1150px;
  height: 20px;
  width: 30px;
}
.sprite-beetree-icons.icon-navi-new-time-01 {
  background-position: -1104px -1200px;
  height: 20px;
  width: 32px;
}
.sprite-beetree-icons.icon-navi-new-translate-01 {
  background-position: -1104px -1250px;
  height: 20px;
  width: 40px;
}
.sprite-beetree-icons.icon-navi-new-vacancy-01 {
  background-position: -1104px -1300px;
  height: 20px;
  width: 31px;
}
.sprite-beetree-icons.icon-navi-new-vacancy-finished-01 {
  background-position: -1104px -1350px;
  height: 20px;
  width: 37px;
}
.sprite-beetree-icons.icon-navi-new-vacancy-int-01 {
  background-position: -1104px -1400px;
  height: 20px;
  width: 31px;
}
.sprite-beetree-icons.icon-navi-news-01 {
  background-position: -1173px 0px;
  height: 20px;
  width: 45px;
}
.sprite-beetree-icons.icon-navi-news-02 {
  background-position: -1173px -50px;
  height: 20px;
  width: 45px;
}
.sprite-beetree-icons.icon-navi-news-03 {
  background-position: -1173px -100px;
  height: 20px;
  width: 45px;
}
.sprite-beetree-icons.icon-navi-news-05 {
  background-position: -1173px -150px;
  height: 20px;
  width: 45px;
}
.sprite-beetree-icons.icon-navi-news-06 {
  background-position: -1173px -200px;
  height: 20px;
  width: 45px;
}
.sprite-beetree-icons.icon-navi-odp-01 {
  background-position: -1173px -250px;
  height: 20px;
  width: 22px;
}
.sprite-beetree-icons.icon-navi-odp-02 {
  background-position: -1173px -300px;
  height: 20px;
  width: 28px;
}
.sprite-beetree-icons.icon-navi-odp-03 {
  background-position: -1173px -350px;
  height: 20px;
  width: 27px;
}
.sprite-beetree-icons.icon-navi-odp-05 {
  background-position: -1173px -400px;
  height: 20px;
  width: 27px;
}
.sprite-beetree-icons.icon-navi-odp-06 {
  background-position: -1173px -450px;
  height: 20px;
  width: 29px;
}
.sprite-beetree-icons.icon-navi-odp-arch {
  background-position: -1173px -500px;
  height: 20px;
  width: 26px;
}
.sprite-beetree-icons.icon-navi-ods-01 {
  background-position: -1173px -550px;
  height: 20px;
  width: 23px;
}
.sprite-beetree-icons.icon-navi-ods-02 {
  background-position: -1173px -600px;
  height: 20px;
  width: 28px;
}
.sprite-beetree-icons.icon-navi-ods-03 {
  background-position: -1173px -650px;
  height: 20px;
  width: 26px;
}
.sprite-beetree-icons.icon-navi-ods-05 {
  background-position: -1173px -700px;
  height: 20px;
  width: 28px;
}
.sprite-beetree-icons.icon-navi-ods-06 {
  background-position: -1173px -750px;
  height: 20px;
  width: 29px;
}
.sprite-beetree-icons.icon-navi-ods-arch {
  background-position: -1173px -800px;
  height: 20px;
  width: 26px;
}
.sprite-beetree-icons.icon-navi-odt-01 {
  background-position: -1173px -850px;
  height: 20px;
  width: 23px;
}
.sprite-beetree-icons.icon-navi-odt-02 {
  background-position: -1173px -900px;
  height: 20px;
  width: 28px;
}
.sprite-beetree-icons.icon-navi-odt-03 {
  background-position: -1173px -950px;
  height: 20px;
  width: 26px;
}
.sprite-beetree-icons.icon-navi-odt-05 {
  background-position: -1173px -1000px;
  height: 20px;
  width: 28px;
}
.sprite-beetree-icons.icon-navi-odt-06 {
  background-position: -1173px -1050px;
  height: 20px;
  width: 29px;
}
.sprite-beetree-icons.icon-navi-odt-arch {
  background-position: -1173px -1100px;
  height: 20px;
  width: 26px;
}
.sprite-beetree-icons.icon-navi-organisation-01 {
  background-position: -1173px -1150px;
  height: 20px;
  width: 32px;
}
.sprite-beetree-icons.icon-navi-organisation-02 {
  background-position: -1173px -1200px;
  height: 20px;
  width: 38px;
}
.sprite-beetree-icons.icon-navi-organisation-03 {
  background-position: -1173px -1250px;
  height: 20px;
  width: 37px;
}
.sprite-beetree-icons.icon-navi-organisation-05 {
  background-position: -1173px -1300px;
  height: 20px;
  width: 35px;
}
.sprite-beetree-icons.icon-navi-organisation-06 {
  background-position: -1173px -1350px;
  height: 20px;
  width: 38px;
}
.sprite-beetree-icons.icon-navi-organisation-sub-01 {
  background-position: -1173px -1400px;
  height: 20px;
  width: 33px;
}
.sprite-beetree-icons.icon-navi-organisation-sub-02 {
  background-position: -1242px 0px;
  height: 20px;
  width: 39px;
}
.sprite-beetree-icons.icon-navi-organisation-sub-03 {
  background-position: -1242px -50px;
  height: 20px;
  width: 37px;
}
.sprite-beetree-icons.icon-navi-organisation-sub-05 {
  background-position: -1242px -100px;
  height: 20px;
  width: 37px;
}
.sprite-beetree-icons.icon-navi-organisation-sub-06 {
  background-position: -1242px -150px;
  height: 20px;
  width: 40px;
}
.sprite-beetree-icons.icon-navi-page-01 {
  background-position: -1242px -200px;
  height: 20px;
  width: 26px;
}
.sprite-beetree-icons.icon-navi-page-02 {
  background-position: -1242px -250px;
  height: 20px;
  width: 31px;
}
.sprite-beetree-icons.icon-navi-page-03 {
  background-position: -1242px -300px;
  height: 20px;
  width: 31px;
}
.sprite-beetree-icons.icon-navi-page-05 {
  background-position: -1242px -350px;
  height: 20px;
  width: 31px;
}
.sprite-beetree-icons.icon-navi-page-06 {
  background-position: -1242px -400px;
  height: 20px;
  width: 32px;
}
.sprite-beetree-icons.icon-navi-pcast-01 {
  background-position: -1242px -450px;
  height: 20px;
  width: 23px;
}
.sprite-beetree-icons.icon-navi-pcast-02 {
  background-position: -1242px -500px;
  height: 20px;
  width: 28px;
}
.sprite-beetree-icons.icon-navi-pcast-03 {
  background-position: -1242px -550px;
  height: 20px;
  width: 27px;
}
.sprite-beetree-icons.icon-navi-pcast-05 {
  background-position: -1242px -600px;
  height: 20px;
  width: 28px;
}
.sprite-beetree-icons.icon-navi-pcast-06 {
  background-position: -1242px -650px;
  height: 20px;
  width: 28px;
}
.sprite-beetree-icons.icon-navi-pcast-arch {
  background-position: -1242px -700px;
  height: 20px;
  width: 28px;
}
.sprite-beetree-icons.icon-navi-pdf-01 {
  background-position: -1242px -750px;
  height: 20px;
  width: 25px;
}
.sprite-beetree-icons.icon-navi-pdf-02 {
  background-position: -1242px -800px;
  height: 20px;
  width: 31px;
}
.sprite-beetree-icons.icon-navi-pdf-03 {
  background-position: -1242px -850px;
  height: 20px;
  width: 30px;
}
.sprite-beetree-icons.icon-navi-pdf-05 {
  background-position: -1242px -900px;
  height: 20px;
  width: 31px;
}
.sprite-beetree-icons.icon-navi-pdf-06 {
  background-position: -1242px -950px;
  height: 20px;
  width: 31px;
}
.sprite-beetree-icons.icon-navi-pdf-arch {
  background-position: -1242px -1000px;
  height: 20px;
  width: 29px;
}
.sprite-beetree-icons.icon-navi-php-01 {
  background-position: -1242px -1050px;
  height: 20px;
  width: 21px;
}
.sprite-beetree-icons.icon-navi-php-02 {
  background-position: -1242px -1100px;
  height: 20px;
  width: 28px;
}
.sprite-beetree-icons.icon-navi-php-03 {
  background-position: -1242px -1150px;
  height: 20px;
  width: 26px;
}
.sprite-beetree-icons.icon-navi-php-05 {
  background-position: -1242px -1200px;
  height: 20px;
  width: 27px;
}
.sprite-beetree-icons.icon-navi-php-06 {
  background-position: -1242px -1250px;
  height: 20px;
  width: 27px;
}
.sprite-beetree-icons.icon-navi-php-arch {
  background-position: -1242px -1300px;
  height: 20px;
  width: 25px;
}
.sprite-beetree-icons.icon-navi-png-01 {
  background-position: -1242px -1350px;
  height: 20px;
  width: 31px;
}
.sprite-beetree-icons.icon-navi-png-02 {
  background-position: -1242px -1400px;
  height: 20px;
  width: 35px;
}
.sprite-beetree-icons.icon-navi-png-03 {
  background-position: -1311px 0px;
  height: 20px;
  width: 32px;
}
.sprite-beetree-icons.icon-navi-png-05 {
  background-position: -1311px -50px;
  height: 20px;
  width: 33px;
}
.sprite-beetree-icons.icon-navi-png-06 {
  background-position: -1311px -100px;
  height: 20px;
  width: 33px;
}
.sprite-beetree-icons.icon-navi-png-arch {
  background-position: -1311px -150px;
  height: 20px;
  width: 33px;
}
.sprite-beetree-icons.icon-navi-ppt-01 {
  background-position: -1311px -200px;
  height: 20px;
  width: 26px;
}
.sprite-beetree-icons.icon-navi-ppt-02 {
  background-position: -1311px -250px;
  height: 20px;
  width: 32px;
}
.sprite-beetree-icons.icon-navi-ppt-03 {
  background-position: -1311px -300px;
  height: 20px;
  width: 31px;
}
.sprite-beetree-icons.icon-navi-ppt-05 {
  background-position: -1311px -350px;
  height: 20px;
  width: 31px;
}
.sprite-beetree-icons.icon-navi-ppt-06 {
  background-position: -1311px -400px;
  height: 20px;
  width: 32px;
}
.sprite-beetree-icons.icon-navi-ppt-arch {
  background-position: -1311px -450px;
  height: 20px;
  width: 30px;
}
.sprite-beetree-icons.icon-navi-project-01 {
  background-position: -1311px -500px;
  height: 20px;
  width: 28px;
}
.sprite-beetree-icons.icon-navi-project-02 {
  background-position: -1311px -550px;
  height: 20px;
  width: 33px;
}
.sprite-beetree-icons.icon-navi-project-03 {
  background-position: -1311px -600px;
  height: 20px;
  width: 33px;
}
.sprite-beetree-icons.icon-navi-project-04 {
  background-position: -1311px -650px;
  height: 20px;
  width: 33px;
}
.sprite-beetree-icons.icon-navi-project-05 {
  background-position: -1311px -700px;
  height: 20px;
  width: 32px;
}
.sprite-beetree-icons.icon-navi-project-arch-01 {
  background-position: -1311px -750px;
  height: 20px;
  width: 32px;
}
.sprite-beetree-icons.icon-navi-psi-01 {
  background-position: -1311px -800px;
  height: 20px;
  width: 27px;
}
.sprite-beetree-icons.icon-navi-psi-02 {
  background-position: -1311px -850px;
  height: 20px;
  width: 32px;
}
.sprite-beetree-icons.icon-navi-psi-03 {
  background-position: -1311px -900px;
  height: 20px;
  width: 32px;
}
.sprite-beetree-icons.icon-navi-psi-05 {
  background-position: -1311px -950px;
  height: 20px;
  width: 31px;
}
.sprite-beetree-icons.icon-navi-psi-06 {
  background-position: -1311px -1000px;
  height: 20px;
  width: 34px;
}
.sprite-beetree-icons.icon-navi-question-01 {
  background-position: -1311px -1050px;
  height: 20px;
  width: 19px;
}
.sprite-beetree-icons.icon-navi-question-02 {
  background-position: -1311px -1100px;
  height: 20px;
  width: 28px;
}
.sprite-beetree-icons.icon-navi-question-03 {
  background-position: -1311px -1150px;
  height: 20px;
  width: 26px;
}
.sprite-beetree-icons.icon-navi-question-05 {
  background-position: -1311px -1200px;
  height: 20px;
  width: 26px;
}
.sprite-beetree-icons.icon-navi-question-06 {
  background-position: -1311px -1250px;
  height: 20px;
  width: 29px;
}
.sprite-beetree-icons.icon-navi-questionair-01 {
  background-position: -1311px -1300px;
  height: 20px;
  width: 23px;
}
.sprite-beetree-icons.icon-navi-questionair-02 {
  background-position: -1311px -1350px;
  height: 20px;
  width: 30px;
}
.sprite-beetree-icons.icon-navi-questionair-03 {
  background-position: -1311px -1400px;
  height: 20px;
  width: 29px;
}
.sprite-beetree-icons.icon-navi-questionair-05 {
  background-position: -1380px 0px;
  height: 20px;
  width: 30px;
}
.sprite-beetree-icons.icon-navi-questionair-06 {
  background-position: -1380px -50px;
  height: 20px;
  width: 31px;
}
.sprite-beetree-icons.icon-navi-rejected-pool-pending-01 {
  background-position: -1380px -100px;
  height: 20px;
  width: 20px;
}
.sprite-beetree-icons.icon-navi-reminder-01 {
  background-position: -1380px -150px;
  height: 20px;
  width: 28px;
}
.sprite-beetree-icons.icon-navi-reminder-02 {
  background-position: -1380px -200px;
  height: 20px;
  width: 34px;
}
.sprite-beetree-icons.icon-navi-reminder-03 {
  background-position: -1380px -250px;
  height: 20px;
  width: 32px;
}
.sprite-beetree-icons.icon-navi-reminder-05 {
  background-position: -1380px -300px;
  height: 20px;
  width: 32px;
}
.sprite-beetree-icons.icon-navi-reminder-06 {
  background-position: -1380px -350px;
  height: 20px;
  width: 35px;
}
.sprite-beetree-icons.icon-navi-requirements-01 {
  background-position: -1380px -400px;
  height: 20px;
  width: 26px;
}
.sprite-beetree-icons.icon-navi-requirements-02 {
  background-position: -1380px -450px;
  height: 20px;
  width: 32px;
}
.sprite-beetree-icons.icon-navi-requirements-03 {
  background-position: -1380px -500px;
  height: 20px;
  width: 31px;
}
.sprite-beetree-icons.icon-navi-requirements-04 {
  background-position: -1380px -550px;
  height: 20px;
  width: 31px;
}
.sprite-beetree-icons.icon-navi-requirements-05 {
  background-position: -1380px -600px;
  height: 20px;
  width: 31px;
}
.sprite-beetree-icons.icon-navi-requirements-06 {
  background-position: -1380px -650px;
  height: 20px;
  width: 33px;
}
.sprite-beetree-icons.icon-navi-requirements-arch-01 {
  background-position: -1380px -700px;
  height: 20px;
  width: 30px;
}
.sprite-beetree-icons.icon-navi-requirements-rejected-specdep-01 {
  background-position: -1380px -750px;
  height: 20px;
  width: 30px;
}
.sprite-beetree-icons.icon-navi-rights-01 {
  background-position: -1380px -800px;
  height: 20px;
  width: 20px;
}
.sprite-beetree-icons.icon-navi-rights-02 {
  background-position: -1380px -850px;
  height: 20px;
  width: 29px;
}
.sprite-beetree-icons.icon-navi-rights-03 {
  background-position: -1380px -900px;
  height: 20px;
  width: 27px;
}
.sprite-beetree-icons.icon-navi-rights-04 {
  background-position: -1380px -950px;
  height: 20px;
  width: 24px;
}
.sprite-beetree-icons.icon-navi-rights-05 {
  background-position: -1380px -1000px;
  height: 20px;
  width: 26px;
}
.sprite-beetree-icons.icon-navi-rights-06 {
  background-position: -1380px -1050px;
  height: 20px;
  width: 28px;
}
.sprite-beetree-icons.icon-navi-rights-int-01 {
  background-position: -1380px -1100px;
  height: 20px;
  width: 20px;
}
.sprite-beetree-icons.icon-navi-rights-int-02 {
  background-position: -1380px -1150px;
  height: 20px;
  width: 29px;
}
.sprite-beetree-icons.icon-navi-rights-int-03 {
  background-position: -1380px -1200px;
  height: 20px;
  width: 27px;
}
.sprite-beetree-icons.icon-navi-rights-int-04 {
  background-position: -1380px -1250px;
  height: 20px;
  width: 24px;
}
.sprite-beetree-icons.icon-navi-rights-int-06 {
  background-position: -1380px -1300px;
  height: 20px;
  width: 28px;
}
.sprite-beetree-icons.icon-navi-rss-01 {
  background-position: -1380px -1350px;
  height: 20px;
  width: 24px;
}
.sprite-beetree-icons.icon-navi-rss-02 {
  background-position: -1380px -1400px;
  height: 20px;
  width: 29px;
}
.sprite-beetree-icons.icon-navi-rss-03 {
  background-position: -1449px 0px;
  height: 20px;
  width: 27px;
}
.sprite-beetree-icons.icon-navi-rss-05 {
  background-position: -1449px -50px;
  height: 20px;
  width: 27px;
}
.sprite-beetree-icons.icon-navi-rss-06 {
  background-position: -1449px -100px;
  height: 20px;
  width: 27px;
}
.sprite-beetree-icons.icon-navi-rss-arch {
  background-position: -1449px -150px;
  height: 20px;
  width: 27px;
}
.sprite-beetree-icons.icon-navi-rtf-01 {
  background-position: -1449px -200px;
  height: 20px;
  width: 26px;
}
.sprite-beetree-icons.icon-navi-rtf-02 {
  background-position: -1449px -250px;
  height: 20px;
  width: 31px;
}
.sprite-beetree-icons.icon-navi-rtf-03 {
  background-position: -1449px -300px;
  height: 20px;
  width: 30px;
}
.sprite-beetree-icons.icon-navi-rtf-05 {
  background-position: -1449px -350px;
  height: 20px;
  width: 30px;
}
.sprite-beetree-icons.icon-navi-rtf-06 {
  background-position: -1449px -400px;
  height: 20px;
  width: 31px;
}
.sprite-beetree-icons.icon-navi-rtf-arch {
  background-position: -1449px -450px;
  height: 20px;
  width: 29px;
}
.sprite-beetree-icons.icon-navi-sass-01 {
  background-position: -1449px -500px;
  height: 20px;
  width: 23px;
}
.sprite-beetree-icons.icon-navi-sass-02 {
  background-position: -1449px -550px;
  height: 20px;
  width: 28px;
}
.sprite-beetree-icons.icon-navi-sass-03 {
  background-position: -1449px -600px;
  height: 20px;
  width: 26px;
}
.sprite-beetree-icons.icon-navi-sass-05 {
  background-position: -1449px -650px;
  height: 20px;
  width: 27px;
}
.sprite-beetree-icons.icon-navi-sass-06 {
  background-position: -1449px -700px;
  height: 20px;
  width: 27px;
}
.sprite-beetree-icons.icon-navi-sass-arch {
  background-position: -1449px -750px;
  height: 20px;
  width: 25px;
}
.sprite-beetree-icons.icon-navi-script-01 {
  background-position: -1449px -800px;
  height: 20px;
  width: 18px;
}
.sprite-beetree-icons.icon-navi-script-02 {
  background-position: -1449px -850px;
  height: 20px;
  width: 28px;
}
.sprite-beetree-icons.icon-navi-script-03 {
  background-position: -1449px -900px;
  height: 20px;
  width: 26px;
}
.sprite-beetree-icons.icon-navi-script-05 {
  background-position: -1449px -950px;
  height: 20px;
  width: 27px;
}
.sprite-beetree-icons.icon-navi-script-06 {
  background-position: -1449px -1000px;
  height: 20px;
  width: 27px;
}
.sprite-beetree-icons.icon-navi-script-arch {
  background-position: -1449px -1050px;
  height: 20px;
  width: 25px;
}
.sprite-beetree-icons.icon-navi-snd-01 {
  background-position: -1449px -1100px;
  height: 20px;
  width: 25px;
}
.sprite-beetree-icons.icon-navi-snd-02 {
  background-position: -1449px -1150px;
  height: 20px;
  width: 31px;
}
.sprite-beetree-icons.icon-navi-snd-03 {
  background-position: -1449px -1200px;
  height: 20px;
  width: 30px;
}
.sprite-beetree-icons.icon-navi-snd-05 {
  background-position: -1449px -1250px;
  height: 20px;
  width: 31px;
}
.sprite-beetree-icons.icon-navi-snd-06 {
  background-position: -1449px -1300px;
  height: 20px;
  width: 31px;
}
.sprite-beetree-icons.icon-navi-snd-arch {
  background-position: -1449px -1350px;
  height: 20px;
  width: 29px;
}
.sprite-beetree-icons.icon-navi-sort-abc--01 {
  background-position: -1449px -1400px;
  height: 20px;
  width: 31px;
}
.sprite-beetree-icons.icon-navi-sort-numbers--01 {
  background-position: -1518px 0px;
  height: 20px;
  width: 31px;
}
.sprite-beetree-icons.icon-navi-statement-01 {
  background-position: -1518px -50px;
  height: 20px;
  width: 31px;
}
.sprite-beetree-icons.icon-navi-statement-02 {
  background-position: -1518px -100px;
  height: 20px;
  width: 37px;
}
.sprite-beetree-icons.icon-navi-statement-03 {
  background-position: -1518px -150px;
  height: 20px;
  width: 36px;
}
.sprite-beetree-icons.icon-navi-statement-05 {
  background-position: -1518px -200px;
  height: 20px;
  width: 35px;
}
.sprite-beetree-icons.icon-navi-statement-06 {
  background-position: -1518px -250px;
  height: 20px;
  width: 37px;
}
.sprite-beetree-icons.icon-navi-substract-01 {
  background-position: -1518px -300px;
  height: 20px;
  width: 26px;
}
.sprite-beetree-icons.icon-navi-substract-02 {
  background-position: -1518px -350px;
  height: 20px;
  width: 26px;
}
.sprite-beetree-icons.icon-navi-substract-03 {
  background-position: -1518px -400px;
  height: 20px;
  width: 26px;
}
.sprite-beetree-icons.icon-navi-substract-04 {
  background-position: -1518px -450px;
  height: 20px;
  width: 26px;
}
.sprite-beetree-icons.icon-navi-substract-05 {
  background-position: -1518px -500px;
  height: 20px;
  width: 26px;
}
.sprite-beetree-icons.icon-navi-substract-06 {
  background-position: -1518px -550px;
  height: 20px;
  width: 26px;
}
.sprite-beetree-icons.icon-navi-swf-01 {
  background-position: -1518px -600px;
  height: 20px;
  width: 26px;
}
.sprite-beetree-icons.icon-navi-swf-02 {
  background-position: -1518px -650px;
  height: 20px;
  width: 31px;
}
.sprite-beetree-icons.icon-navi-swf-03 {
  background-position: -1518px -700px;
  height: 20px;
  width: 31px;
}
.sprite-beetree-icons.icon-navi-swf-05 {
  background-position: -1518px -750px;
  height: 20px;
  width: 31px;
}
.sprite-beetree-icons.icon-navi-swf-06 {
  background-position: -1518px -800px;
  height: 20px;
  width: 32px;
}
.sprite-beetree-icons.icon-navi-swf-arch {
  background-position: -1518px -850px;
  height: 20px;
  width: 30px;
}
.sprite-beetree-icons.icon-navi-task-01 {
  background-position: -1518px -900px;
  height: 20px;
  width: 26px;
}
.sprite-beetree-icons.icon-navi-task-02 {
  background-position: -1518px -950px;
  height: 20px;
  width: 32px;
}
.sprite-beetree-icons.icon-navi-task-03 {
  background-position: -1518px -1000px;
  height: 20px;
  width: 30px;
}
.sprite-beetree-icons.icon-navi-task-05 {
  background-position: -1518px -1050px;
  height: 20px;
  width: 31px;
}
.sprite-beetree-icons.icon-navi-task-06 {
  background-position: -1518px -1100px;
  height: 20px;
  width: 33px;
}
.sprite-beetree-icons.icon-navi-tif-01 {
  background-position: -1518px -1150px;
  height: 20px;
  width: 31px;
}
.sprite-beetree-icons.icon-navi-tif-02 {
  background-position: -1518px -1200px;
  height: 20px;
  width: 35px;
}
.sprite-beetree-icons.icon-navi-tif-03 {
  background-position: -1518px -1250px;
  height: 20px;
  width: 32px;
}
.sprite-beetree-icons.icon-navi-tif-05 {
  background-position: -1518px -1300px;
  height: 20px;
  width: 33px;
}
.sprite-beetree-icons.icon-navi-tif-06 {
  background-position: -1518px -1350px;
  height: 20px;
  width: 33px;
}
.sprite-beetree-icons.icon-navi-tif-arch {
  background-position: -1518px -1400px;
  height: 20px;
  width: 33px;
}
.sprite-beetree-icons.icon-navi-time-01 {
  background-position: -1587px 0px;
  height: 20px;
  width: 27px;
}
.sprite-beetree-icons.icon-navi-time-02 {
  background-position: -1587px -50px;
  height: 20px;
  width: 32px;
}
.sprite-beetree-icons.icon-navi-time-03 {
  background-position: -1587px -100px;
  height: 20px;
  width: 31px;
}
.sprite-beetree-icons.icon-navi-time-05 {
  background-position: -1587px -150px;
  height: 20px;
  width: 30px;
}
.sprite-beetree-icons.icon-navi-time-06 {
  background-position: -1587px -200px;
  height: 20px;
  width: 33px;
}
.sprite-beetree-icons.icon-navi-time-work-01 {
  background-position: -1587px -250px;
  height: 20px;
  width: 10px;
}
.sprite-beetree-icons.icon-navi-to-candidate-desktop-01 {
  background-position: -1587px -300px;
  height: 20px;
  width: 22px;
}
.sprite-beetree-icons.icon-navi-to-candidate-desktop-02 {
  background-position: -1587px -350px;
  height: 20px;
  width: 25px;
}
.sprite-beetree-icons.icon-navi-to-candidate-desktop-03 {
  background-position: -1587px -400px;
  height: 20px;
  width: 22px;
}
.sprite-beetree-icons.icon-navi-to-candidate-desktop-05 {
  background-position: -1587px -450px;
  height: 20px;
  width: 26px;
}
.sprite-beetree-icons.icon-navi-to-candidate-desktop-06 {
  background-position: -1587px -500px;
  height: 20px;
  width: 30px;
}
.sprite-beetree-icons.icon-navi-to-candidate-desktop-arch-01 {
  background-position: -1587px -550px;
  height: 20px;
  width: 21px;
}
.sprite-beetree-icons.icon-navi-to-candidate-desktop-completed-01 {
  background-position: -1587px -600px;
  height: 20px;
  width: 22px;
}
.sprite-beetree-icons.icon-navi-to-candidate-desktop-done-01 {
  background-position: -1587px -650px;
  height: 20px;
  width: 24px;
}
.sprite-beetree-icons.icon-navi-to-candidate-desktop-new-01 {
  background-position: -1587px -700px;
  height: 20px;
  width: 22px;
}
.sprite-beetree-icons.icon-navi-traficlight-01-9x9 {
  background-position: -1587px -750px;
  height: 7px;
  width: 7px;
}
.sprite-beetree-icons.icon-navi-traficlight-01 {
  background-position: -1587px -800px;
  height: 20px;
  width: 26px;
}
.sprite-beetree-icons.icon-navi-traficlight-02-9x9 {
  background-position: -1587px -850px;
  height: 7px;
  width: 7px;
}
.sprite-beetree-icons.icon-navi-traficlight-02 {
  background-position: -1587px -900px;
  height: 20px;
  width: 26px;
}
.sprite-beetree-icons.icon-navi-traficlight-03-9x9 {
  background-position: -1587px -950px;
  height: 7px;
  width: 7px;
}
.sprite-beetree-icons.icon-navi-traficlight-03 {
  background-position: -1587px -1000px;
  height: 20px;
  width: 26px;
}
.sprite-beetree-icons.icon-navi-traficlight-04-9x9 {
  background-position: -1587px -1050px;
  height: 7px;
  width: 7px;
}
.sprite-beetree-icons.icon-navi-traficlight-04 {
  background-position: -1587px -1100px;
  height: 20px;
  width: 26px;
}
.sprite-beetree-icons.icon-navi-traficlight-05-9x9 {
  background-position: -1587px -1150px;
  height: 7px;
  width: 7px;
}
.sprite-beetree-icons.icon-navi-traficlight-05 {
  background-position: -1587px -1200px;
  height: 20px;
  width: 26px;
}
.sprite-beetree-icons.icon-navi-traficlight-06-9x9 {
  background-position: -1587px -1250px;
  height: 7px;
  width: 7px;
}
.sprite-beetree-icons.icon-navi-traficlight-06 {
  background-position: -1587px -1300px;
  height: 20px;
  width: 26px;
}
.sprite-beetree-icons.icon-navi-translate-01 {
  background-position: -1587px -1350px;
  height: 20px;
  width: 34px;
}
.sprite-beetree-icons.icon-navi-translate-02 {
  background-position: -1587px -1400px;
  height: 20px;
  width: 40px;
}
.sprite-beetree-icons.icon-navi-translate-03 {
  background-position: -1656px 0px;
  height: 20px;
  width: 39px;
}
.sprite-beetree-icons.icon-navi-translate-05 {
  background-position: -1656px -50px;
  height: 20px;
  width: 37px;
}
.sprite-beetree-icons.icon-navi-translate-06 {
  background-position: -1656px -100px;
  height: 20px;
  width: 41px;
}
.sprite-beetree-icons.icon-navi-translate-arch-01 {
  background-position: -1656px -150px;
  height: 20px;
  width: 38px;
}
.sprite-beetree-icons.icon-navi-txt-01 {
  background-position: -1656px -200px;
  height: 20px;
  width: 25px;
}
.sprite-beetree-icons.icon-navi-txt-02 {
  background-position: -1656px -250px;
  height: 20px;
  width: 30px;
}
.sprite-beetree-icons.icon-navi-txt-03 {
  background-position: -1656px -300px;
  height: 20px;
  width: 30px;
}
.sprite-beetree-icons.icon-navi-txt-05 {
  background-position: -1656px -350px;
  height: 20px;
  width: 30px;
}
.sprite-beetree-icons.icon-navi-txt-06 {
  background-position: -1656px -400px;
  height: 20px;
  width: 30px;
}
.sprite-beetree-icons.icon-navi-txt-arch {
  background-position: -1656px -450px;
  height: 20px;
  width: 29px;
}
.sprite-beetree-icons.icon-navi-unknown-01 {
  background-position: -1656px -500px;
  height: 20px;
  width: 26px;
}
.sprite-beetree-icons.icon-navi-unknown-02 {
  background-position: -1656px -550px;
  height: 20px;
  width: 31px;
}
.sprite-beetree-icons.icon-navi-unknown-03 {
  background-position: -1656px -600px;
  height: 20px;
  width: 30px;
}
.sprite-beetree-icons.icon-navi-unknown-05 {
  background-position: -1656px -650px;
  height: 20px;
  width: 31px;
}
.sprite-beetree-icons.icon-navi-unknown-06 {
  background-position: -1656px -700px;
  height: 20px;
  width: 32px;
}
.sprite-beetree-icons.icon-navi-unknown-arch {
  background-position: -1656px -750px;
  height: 20px;
  width: 30px;
}
.sprite-beetree-icons.icon-navi-user-active-int-group-nn-nn {
  background-position: -1656px -800px;
  height: 20px;
  width: 39px;
}
.sprite-beetree-icons.icon-navi-user-active-int-nn-nn-nn {
  background-position: -1656px -850px;
  height: 20px;
  width: 30px;
}
.sprite-beetree-icons.icon-navi-user-active-nn-group-nn-nn {
  background-position: -1656px -900px;
  height: 20px;
  width: 39px;
}
.sprite-beetree-icons.icon-navi-user-active-nn-nn-nn-nn {
  background-position: -1656px -950px;
  height: 20px;
  width: 30px;
}
.sprite-beetree-icons.icon-navi-user-alert-int-group-nn-nn {
  background-position: -1656px -1000px;
  height: 20px;
  width: 39px;
}
.sprite-beetree-icons.icon-navi-user-alert-int-nn-nn-nn {
  background-position: -1656px -1050px;
  height: 20px;
  width: 29px;
}
.sprite-beetree-icons.icon-navi-user-alert-nn-group-nn-nn {
  background-position: -1656px -1100px;
  height: 20px;
  width: 39px;
}
.sprite-beetree-icons.icon-navi-user-alert-nn-nn-nn-nn {
  background-position: -1656px -1150px;
  height: 20px;
  width: 29px;
}
.sprite-beetree-icons.icon-navi-user-arch-int-group-nn-nn {
  background-position: -1656px -1200px;
  height: 20px;
  width: 38px;
}
.sprite-beetree-icons.icon-navi-user-arch-int-nn-nn-nn {
  background-position: -1656px -1250px;
  height: 20px;
  width: 28px;
}
.sprite-beetree-icons.icon-navi-user-arch-nn-group-nn-nn {
  background-position: -1656px -1300px;
  height: 20px;
  width: 38px;
}
.sprite-beetree-icons.icon-navi-user-arch-nn-nn-nn-nn {
  background-position: -1656px -1350px;
  height: 20px;
  width: 28px;
}
.sprite-beetree-icons.icon-navi-user-hired-int-group-nn-nn {
  background-position: -1656px -1400px;
  height: 20px;
  width: 41px;
}
.sprite-beetree-icons.icon-navi-user-hired-int-nn-nn-nn {
  background-position: -1725px 0px;
  height: 20px;
  width: 35px;
}
.sprite-beetree-icons.icon-navi-user-hired-nn-group-nn-nn {
  background-position: -1725px -50px;
  height: 20px;
  width: 41px;
}
.sprite-beetree-icons.icon-navi-user-hired-nn-nn-nn-nn {
  background-position: -1725px -100px;
  height: 20px;
  width: 35px;
}
.sprite-beetree-icons.icon-navi-user-inactive-int-group-nn-nn {
  background-position: -1725px -150px;
  height: 20px;
  width: 39px;
}
.sprite-beetree-icons.icon-navi-user-inactive-int-nn-nn-nn {
  background-position: -1725px -200px;
  height: 20px;
  width: 25px;
}
.sprite-beetree-icons.icon-navi-user-inactive-nn-group-nn-nn {
  background-position: -1725px -250px;
  height: 20px;
  width: 39px;
}
.sprite-beetree-icons.icon-navi-user-inactive-nn-nn-nn-nn {
  background-position: -1725px -300px;
  height: 20px;
  width: 25px;
}
.sprite-beetree-icons.icon-navi-user-new-int-group-nn-nn {
  background-position: -1725px -350px;
  height: 20px;
  width: 39px;
}
.sprite-beetree-icons.icon-navi-user-new-int-nn-nn-nn {
  background-position: -1725px -400px;
  height: 20px;
  width: 29px;
}
.sprite-beetree-icons.icon-navi-user-new-nn-group-nn-nn {
  background-position: -1725px -450px;
  height: 20px;
  width: 39px;
}
.sprite-beetree-icons.icon-navi-user-new-nn-nn-nn-nn {
  background-position: -1725px -500px;
  height: 20px;
  width: 29px;
}
.sprite-beetree-icons.icon-navi-user-pool-int-group-nn-nn {
  background-position: -1725px -550px;
  height: 20px;
  width: 41px;
}
.sprite-beetree-icons.icon-navi-user-pool-int-nn-nn-nn {
  background-position: -1725px -600px;
  height: 20px;
  width: 32px;
}
.sprite-beetree-icons.icon-navi-user-pool-nn-group-nn-nn {
  background-position: -1725px -650px;
  height: 20px;
  width: 41px;
}
.sprite-beetree-icons.icon-navi-user-pool-nn-nn-nn-nn {
  background-position: -1725px -700px;
  height: 20px;
  width: 32px;
}
.sprite-beetree-icons.icon-navi-user-rejected-int-group-nn-nn {
  background-position: -1725px -750px;
  height: 20px;
  width: 37px;
}
.sprite-beetree-icons.icon-navi-user-rejected-int-nn-nn-nn {
  background-position: -1725px -800px;
  height: 20px;
  width: 27px;
}
.sprite-beetree-icons.icon-navi-user-rejected-nn-group-nn-nn {
  background-position: -1725px -850px;
  height: 20px;
  width: 37px;
}
.sprite-beetree-icons.icon-navi-user-rejected-nn-nn-nn-nn {
  background-position: -1725px -900px;
  height: 20px;
  width: 27px;
}
.sprite-beetree-icons.icon-navi-vacancy-01 {
  background-position: -1725px -950px;
  height: 20px;
  width: 26px;
}
.sprite-beetree-icons.icon-navi-vacancy-02 {
  background-position: -1725px -1000px;
  height: 20px;
  width: 31px;
}
.sprite-beetree-icons.icon-navi-vacancy-03 {
  background-position: -1725px -1050px;
  height: 20px;
  width: 31px;
}
.sprite-beetree-icons.icon-navi-vacancy-04 {
  background-position: -1725px -1100px;
  height: 20px;
  width: 31px;
}
.sprite-beetree-icons.icon-navi-vacancy-05 {
  background-position: -1725px -1150px;
  height: 20px;
  width: 31px;
}
.sprite-beetree-icons.icon-navi-vacancy-06 {
  background-position: -1725px -1200px;
  height: 20px;
  width: 31px;
}
.sprite-beetree-icons.icon-navi-vacancy-arch-01 {
  background-position: -1725px -1250px;
  height: 20px;
  width: 31px;
}
.sprite-beetree-icons.icon-navi-vacancy-arch-int-01 {
  background-position: -1725px -1300px;
  height: 20px;
  width: 31px;
}
.sprite-beetree-icons.icon-navi-vacancy-finished-01 {
  background-position: -1725px -1350px;
  height: 20px;
  width: 31px;
}
.sprite-beetree-icons.icon-navi-vacancy-int-01 {
  background-position: -1725px -1400px;
  height: 20px;
  width: 26px;
}
.sprite-beetree-icons.icon-navi-vacancy-int-02 {
  background-position: -1794px 0px;
  height: 20px;
  width: 31px;
}
.sprite-beetree-icons.icon-navi-vacancy-int-03 {
  background-position: -1794px -50px;
  height: 20px;
  width: 31px;
}
.sprite-beetree-icons.icon-navi-vacancy-int-04 {
  background-position: -1794px -100px;
  height: 20px;
  width: 31px;
}
.sprite-beetree-icons.icon-navi-vacancy-int-05 {
  background-position: -1794px -150px;
  height: 20px;
  width: 31px;
}
.sprite-beetree-icons.icon-navi-vacancy-int-06 {
  background-position: -1794px -200px;
  height: 20px;
  width: 31px;
}
.sprite-beetree-icons.icon-navi-vip-111 {
  background-position: -1794px -250px;
  height: 20px;
  width: 7px;
}
.sprite-beetree-icons.icon-navi-vip-112 {
  background-position: -1794px -300px;
  height: 20px;
  width: 7px;
}
.sprite-beetree-icons.icon-navi-vip-121 {
  background-position: -1794px -350px;
  height: 20px;
  width: 6px;
}
.sprite-beetree-icons.icon-navi-vip-122 {
  background-position: -1794px -400px;
  height: 20px;
  width: 7px;
}
.sprite-beetree-icons.icon-navi-vip-211 {
  background-position: -1794px -450px;
  height: 20px;
  width: 7px;
}
.sprite-beetree-icons.icon-navi-vip-212 {
  background-position: -1794px -500px;
  height: 20px;
  width: 6px;
}
.sprite-beetree-icons.icon-navi-vip-221 {
  background-position: -1794px -550px;
  height: 20px;
  width: 7px;
}
.sprite-beetree-icons.icon-navi-vip-222 {
  background-position: -1794px -600px;
  height: 20px;
  width: 7px;
}
.sprite-beetree-icons.icon-navi-vip-standard-01 {
  background-position: -1794px -650px;
  height: 20px;
  width: 10px;
}
.sprite-beetree-icons.icon-navi-widget-01 {
  background-position: -1794px -700px;
  height: 20px;
  width: 27px;
}
.sprite-beetree-icons.icon-navi-widget-02 {
  background-position: -1794px -750px;
  height: 20px;
  width: 34px;
}
.sprite-beetree-icons.icon-navi-widget-03 {
  background-position: -1794px -800px;
  height: 20px;
  width: 32px;
}
.sprite-beetree-icons.icon-navi-widget-05 {
  background-position: -1794px -850px;
  height: 20px;
  width: 32px;
}
.sprite-beetree-icons.icon-navi-widget-06 {
  background-position: -1794px -900px;
  height: 20px;
  width: 34px;
}
.sprite-beetree-icons.icon-navi-widget-arch-01 {
  background-position: -1794px -950px;
  height: 20px;
  width: 32px;
}
.sprite-beetree-icons.icon-navi-xls-01 {
  background-position: -1794px -1000px;
  height: 20px;
  width: 26px;
}
.sprite-beetree-icons.icon-navi-xls-02 {
  background-position: -1794px -1050px;
  height: 20px;
  width: 32px;
}
.sprite-beetree-icons.icon-navi-xls-03 {
  background-position: -1794px -1100px;
  height: 20px;
  width: 31px;
}
.sprite-beetree-icons.icon-navi-xls-05 {
  background-position: -1794px -1150px;
  height: 20px;
  width: 31px;
}
.sprite-beetree-icons.icon-navi-xls-06 {
  background-position: -1794px -1200px;
  height: 20px;
  width: 32px;
}
.sprite-beetree-icons.icon-navi-xls-arch {
  background-position: -1794px -1250px;
  height: 20px;
  width: 30px;
}
.sprite-beetree-icons.icon-navi-xml-01 {
  background-position: -1794px -1300px;
  height: 20px;
  width: 22px;
}
.sprite-beetree-icons.icon-navi-xml-02 {
  background-position: -1794px -1350px;
  height: 20px;
  width: 28px;
}
.sprite-beetree-icons.icon-navi-xml-03 {
  background-position: -1794px -1400px;
  height: 20px;
  width: 26px;
}
.sprite-beetree-icons.icon-navi-xml-05 {
  background-position: -1863px 0px;
  height: 20px;
  width: 27px;
}
.sprite-beetree-icons.icon-navi-xml-06 {
  background-position: -1863px -50px;
  height: 20px;
  width: 27px;
}
.sprite-beetree-icons.icon-navi-xml-arch {
  background-position: -1863px -100px;
  height: 20px;
  width: 25px;
}
.sprite-beetree-icons.icon-navi-zip-01 {
  background-position: -1863px -150px;
  height: 20px;
  width: 25px;
}
.sprite-beetree-icons.icon-navi-zip-02 {
  background-position: -1863px -200px;
  height: 20px;
  width: 31px;
}
.sprite-beetree-icons.icon-navi-zip-03 {
  background-position: -1863px -250px;
  height: 20px;
  width: 30px;
}
.sprite-beetree-icons.icon-navi-zip-05 {
  background-position: -1863px -300px;
  height: 20px;
  width: 30px;
}
.sprite-beetree-icons.icon-navi-zip-06 {
  background-position: -1863px -350px;
  height: 20px;
  width: 32px;
}
.sprite-beetree-icons.icon-navi-zip-arch {
  background-position: -1863px -400px;
  height: 20px;
  width: 30px;
}
.sprite-beetree-icons.icon-navi-zoom-01 {
  background-position: -1863px -450px;
  height: 20px;
  width: 18px;
}
/*# sourceMappingURL=sprite-beetree-icons.css.map */
.sprite-channel-icons{background:url(../../../admin/assets/images/icon/jobadchannel/sprite-channel-icons-standard.png) no-repeat top left;height:30px}.sprite-channel-icons.icon-channel-absolventa-01{background-position:0 0}.sprite-channel-icons.icon-channel-arbeitsagentur-01{background-position:0 -40px}.sprite-channel-icons.icon-channel-audimax-01{background-position:0 -80px}.sprite-channel-icons.icon-channel-berufsstart-01{background-position:0 -120px}.sprite-channel-icons.icon-channel-bio-m-01{background-position:0 -160px}.sprite-channel-icons.icon-channel-black-board-01{background-position:0 -200px}.sprite-channel-icons.icon-channel-chemie-de-01{background-position:0 -240px}.sprite-channel-icons.icon-channel-computerwoche-01{background-position:0 -280px}.sprite-channel-icons.icon-channel-dis-01{background-position:0 -320px}.sprite-channel-icons.icon-channel-dt-aerztezeitung-01{background-position:0 -360px}.sprite-channel-icons.icon-channel-econ-jobs-01{background-position:0 -400px}.sprite-channel-icons.icon-channel-efellows-01{background-position:0 -440px}.sprite-channel-icons.icon-channel-fachinformatiker-01{background-position:0 -480px}.sprite-channel-icons.icon-channel-fazjob-01{background-position:0 -520px}.sprite-channel-icons.icon-channel-firmenlexikon-01{background-position:0 -560px}.sprite-channel-icons.icon-channel-haz-01{background-position:0 -600px}.sprite-channel-icons.icon-channel-heise-01{background-position:0 -640px}.sprite-channel-icons.icon-channel-ingenieurkarriere-01{background-position:0 -680px}.sprite-channel-icons.icon-channel-itsteps-01{background-position:0 -720px}.sprite-channel-icons.icon-channel-jobconsult-01{background-position:0 -760px}.sprite-channel-icons.icon-channel-jobmagazin-01{background-position:0 -800px}.sprite-channel-icons.icon-channel-jobscout-01{background-position:0 -840px}.sprite-channel-icons.icon-channel-jobsintown-01{background-position:0 -880px}.sprite-channel-icons.icon-channel-jobstairs-01{background-position:0 -920px}.sprite-channel-icons.icon-channel-jobvector-01{background-position:0 -960px}.sprite-channel-icons.icon-channel-jobware-01{background-position:0 -1000px}.sprite-channel-icons.icon-channel-magazine-01{background-position:0 -1040px}.sprite-channel-icons.icon-channel-mathjobs-01{background-position:0 -1080px}.sprite-channel-icons.icon-channel-meinestadt-01{background-position:0 -1120px}.sprite-channel-icons.icon-channel-monster-01{background-position:0 -1160px}.sprite-channel-icons.icon-channel-monster-campus-01{background-position:0 -1200px}.sprite-channel-icons.icon-channel-neue-jur-wochenzeitung-01{background-position:0 -1240px}.sprite-channel-icons.icon-channel-news-01{background-position:0 -1280px}.sprite-channel-icons.icon-channel-nologo-01{background-position:0 -1320px}.sprite-channel-icons.icon-channel-personaldienst-01{background-position:0 -1360px}.sprite-channel-icons.icon-channel-praktikumsanzeigen-01{background-position:0 -1400px}.sprite-channel-icons.icon-channel-romling-01{background-position:0 -1440px}.sprite-channel-icons.icon-channel-social-network-01{background-position:0 -1480px}.sprite-channel-icons.icon-channel-sonstige-01{background-position:0 -1520px}.sprite-channel-icons.icon-channel-staufenbiel-01{background-position:0 -1560px}.sprite-channel-icons.icon-channel-stellenanzeige-de-01{background-position:0 -1600px}.sprite-channel-icons.icon-channel-stepstone-01{background-position:0 -1640px}.sprite-channel-icons.icon-channel-stepstone-argentina-01{background-position:0 -1680px}.sprite-channel-icons.icon-channel-stepstone-bulgaria-01{background-position:0 -1720px}.sprite-channel-icons.icon-channel-stepstone-carribean-01{background-position:0 -1760px}.sprite-channel-icons.icon-channel-stepstone-china-01{background-position:0 -1800px}.sprite-channel-icons.icon-channel-stepstone-croatia-01{background-position:0 -1840px}.sprite-channel-icons.icon-channel-stepstone-finland-01{background-position:0 -1880px}.sprite-channel-icons.icon-channel-stepstone-france-01{background-position:0 -1920px}.sprite-channel-icons.icon-channel-stepstone-greece-01{background-position:0 -1960px}.sprite-channel-icons.icon-channel-stepstone-hungary-01{background-position:0 -2000px}.sprite-channel-icons.icon-channel-stepstone-india-01{background-position:0 -2040px}.sprite-channel-icons.icon-channel-stepstone-ireland-01{background-position:0 -2080px}.sprite-channel-icons.icon-channel-stepstone-israel-01{background-position:0 -2120px}.sprite-channel-icons.icon-channel-stepstone-latvia-01{background-position:0 -2160px}.sprite-channel-icons.icon-channel-stepstone-malaysia-01{background-position:0 -2200px}.sprite-channel-icons.icon-channel-stepstone-malta-01{background-position:0 -2240px}.sprite-channel-icons.icon-channel-stepstone-mexico-01{background-position:0 -2280px}.sprite-channel-icons.icon-channel-stepstone-poland-01{background-position:0 -2320px}.sprite-channel-icons.icon-channel-stepstone-russia-01{background-position:0 -2360px}.sprite-channel-icons.icon-channel-stepstone-serbia-montenegro-01{background-position:0 -2400px}.sprite-channel-icons.icon-channel-stepstone-slovenia-01{background-position:0 -2440px}.sprite-channel-icons.icon-channel-stepstone-south-korea-01{background-position:0 -2480px}.sprite-channel-icons.icon-channel-stepstone-spain-01{background-position:0 -2520px}.sprite-channel-icons.icon-channel-stepstone-switzerland-01{background-position:0 -2560px}.sprite-channel-icons.icon-channel-stepstone-turkey-01{background-position:0 -2600px}.sprite-channel-icons.icon-channel-stepstone-uk-01{background-position:0 -2640px}.sprite-channel-icons.icon-channel-stepstone-ukraine-01{background-position:0 -2680px}.sprite-channel-icons.icon-channel-tinavoss-01{background-position:0 -2720px}.sprite-channel-icons.icon-channel-topjobs-ch-01{background-position:0 -2760px}.sprite-channel-icons.icon-channel-twitter-01{background-position:0 -2800px}.sprite-channel-icons.icon-channel-unicum-01{background-position:0 -2840px}.sprite-channel-icons.icon-channel-university-01{background-position:0 -2880px}.sprite-channel-icons.icon-channel-versicherungswirtschaft-01{background-position:0 -2920px}.sprite-channel-icons.icon-channel-wisu-01{background-position:0 -2960px}.sprite-channel-icons.icon-channel-xing-01{background-position:0 -3000px}.sprite-channel-icons.icon-channel-yahoo-01{background-position:0 -3040px}.sprite-channel-icons.icon-channel-zeitcampus-01{background-position:0 -3080px}.sprite-channel-icons.icon-channel-bayt-01{background-position:0 -3120px}.sprite-channel-icons.icon-channel-T5-01{background-position:0 -3160px}.sprite-channel-icons.icon-channel-dp-planzeit-01{background-position:0 -3200px}.sprite-channel-icons.icon-channel-stepstone-south-africa-01{background-position:0 -3240px}@media only screen and (min--moz-device-pixel-ratio:2),only screen and (-o-min-device-pixel-ratio:2/1),only screen and (-webkit-min-device-pixel-ratio:2),only screen and (min-device-pixel-ratio:2){.sprite{background-image:url(../../../admin/assets/images/icon/jobadchannel/sprite-channel-icons-standard@2x.png);-webkit-background-size:30px 3270px;background-size:30px 3270px}}


/* Company channel icons */
.sprite-channel-company-icons{height: 30px; background: no-repeat top left;}
.sprite-channel-company-icons.icon-channel-company-01 {background-image: url(../../../admin/assets/images/icon-channel-company-01.png);}
.sprite-channel-company-icons.icon-channel-company-intranet-01 {background-image: url(../../../admin/assets/images/icon-channel-company-intranet-01.png);}
@media only screen and (min--moz-device-pixel-ratio: 2),
only screen and (-o-min-device-pixel-ratio: 2/1),
only screen and (-webkit-min-device-pixel-ratio: 2),
only screen and (min-device-pixel-ratio: 2) {
    .sprite-channel-company-icons{
        -webkit-background-size: 30px 30px;
        background-size:30px 30px;
    }
    .sprite-channel-company-icons.icon-channel-company-01 {background-image: url(../../../admin/assets/images/icon-channel-company-01@2x.png);}
    .sprite-channel-company-icons.icon-channel-company-intranet-01 {background-image: url(../../../admin/assets/images/icon-channel-company-intranet-01@2x.png);}
}
/*# sourceMappingURL=sprite-channel-icons.css.map */
.sprite-flag-icons {
  background: url(../../../admin/assets/images/icon/sprite-flag-icons.png) no-repeat top left;
  -webkit-background-size: 309px 260px;
  background-size: 309px 260px;
  height: 20px;
  width: 27px;
  display: inline-block;
}
@media only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2/1), only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2) {
  .sprite-flag-icons {
    background-image: url(../../../admin/assets/images/icon/sprite-flag-icons@2x.png);
  }
}
.sprite-flag-icons.flag-al { background-position: -0px -0px; height: 20px; width: 27px; }
.sprite-flag-icons.flag-at { background-position: -0px -40px; height: 20px; width: 27px; }
.sprite-flag-icons.flag-bg { background-position: -0px -80px; height: 20px; width: 27px; }
.sprite-flag-icons.flag-br { background-position: -0px -120px; height: 20px; width: 27px; }
.sprite-flag-icons.flag-ca { background-position: -0px -160px; height: 20px; width: 27px; }
.sprite-flag-icons.flag-ch { background-position: -0px -200px; height: 20px; width: 27px; }
.sprite-flag-icons.flag-cn { background-position: -0px -240px; height: 20px; width: 27px; }
.sprite-flag-icons.flag-cz { background-position: -47px -0px; height: 20px; width: 27px; }
.sprite-flag-icons.flag-de { background-position: -47px -40px; height: 20px; width: 27px; }
.sprite-flag-icons.flag-dk { background-position: -47px -80px; height: 20px; width: 27px; }
.sprite-flag-icons.flag-es { background-position: -47px -120px; height: 20px; width: 27px; }
.sprite-flag-icons.flag-fi { background-position: -47px -160px; height: 20px; width: 27px; }
.sprite-flag-icons.flag-fr { background-position: -47px -200px; height: 20px; width: 27px; }
.sprite-flag-icons.flag-gb { background-position: -47px -240px; height: 20px; width: 27px; }
.sprite-flag-icons.flag-gr { background-position: -94px -0px; height: 20px; width: 27px; }
.sprite-flag-icons.flag-hr { background-position: -94px -40px; height: 20px; width: 27px; }
.sprite-flag-icons.flag-hu { background-position: -94px -80px; height: 20px; width: 27px; }
.sprite-flag-icons.flag-ie { background-position: -94px -120px; height: 20px; width: 27px; }
.sprite-flag-icons.flag-in { background-position: -94px -160px; height: 20px; width: 27px; }
.sprite-flag-icons.flag-is { background-position: -94px -200px; height: 20px; width: 27px; }
.sprite-flag-icons.flag-it { background-position: -94px -240px; height: 20px; width: 27px; }
.sprite-flag-icons.flag-jp { background-position: -141px -0px; height: 20px; width: 27px; }
.sprite-flag-icons.flag-kr { background-position: -141px -40px; height: 20px; width: 27px; }
.sprite-flag-icons.flag-mk { background-position: -141px -80px; height: 20px; width: 27px; }
.sprite-flag-icons.flag-my { background-position: -141px -120px; height: 20px; width: 27px; }
.sprite-flag-icons.flag-nl { background-position: -141px -160px; height: 20px; width: 27px; }
.sprite-flag-icons.flag-no { background-position: -141px -200px; height: 20px; width: 27px; }
.sprite-flag-icons.flag-pl { background-position: -141px -240px; height: 20px; width: 27px; }
.sprite-flag-icons.flag-pt { background-position: -188px -0px; height: 20px; width: 27px; }
.sprite-flag-icons.flag-ro { background-position: -188px -40px; height: 20px; width: 27px; }
.sprite-flag-icons.flag-rs { background-position: -188px -80px; height: 20px; width: 27px; }
.sprite-flag-icons.flag-ru { background-position: -188px -120px; height: 20px; width: 27px; }
.sprite-flag-icons.flag-se { background-position: -188px -160px; height: 20px; width: 27px; }
.sprite-flag-icons.flag-sg { background-position: -188px -200px; height: 20px; width: 27px; }
.sprite-flag-icons.flag-si { background-position: -188px -240px; height: 20px; width: 27px; }
.sprite-flag-icons.flag-sk { background-position: -235px -0px; height: 20px; width: 27px; }
.sprite-flag-icons.flag-tr { background-position: -235px -40px; height: 20px; width: 27px; }
.sprite-flag-icons.flag-us { background-position: -235px -80px; height: 20px; width: 27px; }
.sprite-flag-icons.flag-vn { background-position: -235px -120px; height: 20px; width: 27px; }
.sprite-flag-icons.flag-gb { background-position: -235px -80px; height: 20px; width: 27px; }
.sprite-flag-language-icons {
  background: url(../../../admin/assets/images/icon/sprite-flag-language-icons.png) no-repeat bottom right;
  -webkit-background-size: 262px 220px;
  background-size: 262px 220px;
  height: 20px;
  width: 27px;
  display: inline-block;
}
label.control-label .sprite-flag-language-icons {
  vertical-align: middle;
}
@media only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2/1), only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2) {
  .sprite-flag-language-icons {
    background-image: url(../../../admin/assets/images/icon/sprite-flag-language-icons@2x.png);
  }
}
/* @deprecated: short languade codes are deprecated please use thefife letter code. Will be removed with 9.0 */
.sprite-flag-language-icons.flag-language-bg { background-position: -0px -0px; height: 20px; width: 27px; }
.sprite-flag-language-icons.flag-language-br { background-position: -0px -40px; height: 20px; width: 27px; }
.sprite-flag-language-icons.flag-language-cs { background-position: -0px -80px; height: 20px; width: 27px; }
.sprite-flag-language-icons.flag-language-de { background-position: -0px -120px; height: 20px; width: 27px; }
.sprite-flag-language-icons.flag-language-dk { background-position: -0px -160px; height: 20px; width: 27px; }
.sprite-flag-language-icons.flag-language-el { background-position: -0px -200px; height: 20px; width: 27px; }
.sprite-flag-language-icons.flag-language-es { background-position: -47px -40px; height: 20px; width: 27px; }
.sprite-flag-language-icons.flag-language-fi { background-position: -47px -80px; height: 20px; width: 27px; }
.sprite-flag-language-icons.flag-language-fr { background-position: -47px -120px; height: 20px; width: 27px; }
.sprite-flag-language-icons.flag-language-ga { background-position: -47px -160px; height: 20px; width: 27px; }
.sprite-flag-language-icons.flag-language-hi { background-position: -47px -200px; height: 20px; width: 27px; }
.sprite-flag-language-icons.flag-language-hr { background-position: -94px -0px; height: 20px; width: 27px; }
.sprite-flag-language-icons.flag-language-hu { background-position: -94px -40px; height: 20px; width: 27px; }
.sprite-flag-language-icons.flag-language-is { background-position: -94px -80px; height: 20px; width: 27px; }
.sprite-flag-language-icons.flag-language-it { background-position: -94px -120px; height: 20px; width: 27px; }
.sprite-flag-language-icons.flag-language-ja { background-position: -94px -160px; height: 20px; width: 27px; }
.sprite-flag-language-icons.flag-language-ko { background-position: -94px -200px; height: 20px; width: 27px; }
.sprite-flag-language-icons.flag-language-nl { background-position: -141px -0px; height: 20px; width: 27px; }
.sprite-flag-language-icons.flag-language-no { background-position: -141px -40px; height: 20px; width: 27px; }
.sprite-flag-language-icons.flag-language-pl { background-position: -141px -80px; height: 20px; width: 27px; }
.sprite-flag-language-icons.flag-language-pt { background-position: -141px -120px; height: 20px; width: 27px; }
.sprite-flag-language-icons.flag-language-ro { background-position: -141px -160px; height: 20px; width: 27px; }
.sprite-flag-language-icons.flag-language-ru { background-position: -141px -200px; height: 20px; width: 27px; }
.sprite-flag-language-icons.flag-language-sk { background-position: -188px -0px; height: 20px; width: 27px; }
.sprite-flag-language-icons.flag-language-sl { background-position: -188px -40px; height: 20px; width: 27px; }
.sprite-flag-language-icons.flag-language-sr { background-position: -188px -80px; height: 20px; width: 27px; }
.sprite-flag-language-icons.flag-language-sv { background-position: -188px -120px; height: 20px; width: 27px; }
.sprite-flag-language-icons.flag-language-tr { background-position: -188px -160px; height: 20px; width: 27px; }
.sprite-flag-language-icons.flag-language-vi { background-position: -188px -200px; height: 20px; width: 27px; }
.sprite-flag-language-icons.flag-language-zh { background-position: -235px -0px; height: 20px; width: 27px; }
.sprite-flag-language-icons.flag-language-en { background-position: -235px -40px; height: 20px; width: 27px; }
.sprite-flag-language-icons.flag-language-us { background-position: -235px -40px; height: 20px; width: 27px; }
.sprite-flag-language-icons.flag-language-bg-BG { background-position: -0px -0px; height: 20px; width: 27px; }
.sprite-flag-language-icons.flag-language-br-BR { background-position: -0px -40px; height: 20px; width: 27px; }
.sprite-flag-language-icons.flag-language-cs-CZ { background-position: -0px -80px; height: 20px; width: 27px; }
.sprite-flag-language-icons.flag-language-de-DE { background-position: -0px -120px; height: 20px; width: 27px; }
.sprite-flag-language-icons.flag-language-dk-DK { background-position: -0px -160px; height: 20px; width: 27px; }
.sprite-flag-language-icons.flag-language-el-EL { background-position: -0px -200px; height: 20px; width: 27px; }
.sprite-flag-language-icons.flag-language-en-GB { background-position: -47px -0px; height: 20px; width: 27px; }
.sprite-flag-language-icons.flag-language-es-ES { background-position: -47px -40px; height: 20px; width: 27px; }
.sprite-flag-language-icons.flag-language-fi-FI { background-position: -47px -80px; height: 20px; width: 27px; }
.sprite-flag-language-icons.flag-language-fr-FR { background-position: -47px -120px; height: 20px; width: 27px; }
.sprite-flag-language-icons.flag-language-ga-GA { background-position: -47px -160px; height: 20px; width: 27px; }
.sprite-flag-language-icons.flag-language-hi-HI { background-position: -47px -200px; height: 20px; width: 27px; }
.sprite-flag-language-icons.flag-language-hr-HR { background-position: -94px -0px; height: 20px; width: 27px; }
.sprite-flag-language-icons.flag-language-hu-HU { background-position: -94px -40px; height: 20px; width: 27px; }
.sprite-flag-language-icons.flag-language-is-IS { background-position: -94px -80px; height: 20px; width: 27px; }
.sprite-flag-language-icons.flag-language-it-IT { background-position: -94px -120px; height: 20px; width: 27px; }
.sprite-flag-language-icons.flag-language-ja-JA { background-position: -94px -160px; height: 20px; width: 27px; }
.sprite-flag-language-icons.flag-language-ko-KO { background-position: -94px -200px; height: 20px; width: 27px; }
.sprite-flag-language-icons.flag-language-nl-NL { background-position: -141px -0px; height: 20px; width: 27px; }
.sprite-flag-language-icons.flag-language-no-NO { background-position: -141px -40px; height: 20px; width: 27px; }
.sprite-flag-language-icons.flag-language-pl-PL { background-position: -141px -80px; height: 20px; width: 27px; }
.sprite-flag-language-icons.flag-language-pt-PT { background-position: -141px -120px; height: 20px; width: 27px; }
.sprite-flag-language-icons.flag-language-ro-RO { background-position: -141px -160px; height: 20px; width: 27px; }
.sprite-flag-language-icons.flag-language-ru-RU { background-position: -141px -200px; height: 20px; width: 27px; }
.sprite-flag-language-icons.flag-language-sk-SK { background-position: -188px -0px; height: 20px; width: 27px; }
.sprite-flag-language-icons.flag-language-sl-SL { background-position: -188px -40px; height: 20px; width: 27px; }
.sprite-flag-language-icons.flag-language-sr-SR { background-position: -188px -80px; height: 20px; width: 27px; }
.sprite-flag-language-icons.flag-language-sv-SE { background-position: -188px -120px; height: 20px; width: 27px; }
.sprite-flag-language-icons.flag-language-tr-TR { background-position: -188px -160px; height: 20px; width: 27px; }
.sprite-flag-language-icons.flag-language-vi-VI { background-position: -188px -200px; height: 20px; width: 27px; }
.sprite-flag-language-icons.flag-language-zh-ZH { background-position: -235px -0px; height: 20px; width: 27px; }
.sprite-flag-language-icons.flag-language-en-US { background-position: -235px -40px; height: 20px; width: 27px; }



.sprite-list-candidate-standard {
  background: url(../../../admin/assets/images/icon/sprite-list-candidate-standard.png) no-repeat top left;
  -webkit-background-size: 800px 480px;
  background-size: 800px 480px;
}
@media only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2), only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2) {
  .sprite-list-candidate-standard {
    background-image: url(../../../admin/assets/images/icon/sprite-list-candidate-standard@2x.png);
  }
}
.sprite-list-candidate-standard.icon-candidate-active-int-duplicate-nn-nn {
  background-position: 0px 0px;
  height: 30px;
  width: 45px;
}
.sprite-list-candidate-standard.icon-candidate-active-int-group-nn-nn {
  background-position: 0px -50px;
  height: 30px;
  width: 53px;
}
.sprite-list-candidate-standard.icon-candidate-active-int-nn-nn-nn {
  background-position: 0px -100px;
  height: 30px;
  width: 45px;
}
.sprite-list-candidate-standard.icon-candidate-active-nn-duplicate-nn-nn {
  background-position: 0px -150px;
  height: 30px;
  width: 45px;
}
.sprite-list-candidate-standard.icon-candidate-active-nn-group-nn-nn {
  background-position: 0px -200px;
  height: 30px;
  width: 53px;
}
.sprite-list-candidate-standard.icon-candidate-active-nn-nn-nn-nn {
  background-position: 0px -250px;
  height: 30px;
  width: 45px;
}
.sprite-list-candidate-standard.icon-candidate-alert-int-duplicate-nn-nn {
  background-position: 0px -300px;
  height: 30px;
  width: 43px;
}
.sprite-list-candidate-standard.icon-candidate-alert-int-group-nn-nn {
  background-position: 0px -350px;
  height: 30px;
  width: 51px;
}
.sprite-list-candidate-standard.icon-candidate-alert-int-nn-nn-nn {
  background-position: 0px -400px;
  height: 30px;
  width: 43px;
}
.sprite-list-candidate-standard.icon-candidate-alert-nn-duplicate-nn-nn {
  background-position: 0px -450px;
  height: 30px;
  width: 43px;
}
.sprite-list-candidate-standard.icon-candidate-alert-nn-group-nn-nn {
  background-position: -82px 0px;
  height: 30px;
  width: 51px;
}
.sprite-list-candidate-standard.icon-candidate-alert-nn-nn-nn-nn {
  background-position: -82px -50px;
  height: 30px;
  width: 43px;
}
.sprite-list-candidate-standard.icon-candidate-arch-int-duplicate-nn-nn {
  background-position: -82px -100px;
  height: 30px;
  width: 42px;
}
.sprite-list-candidate-standard.icon-candidate-arch-int-group-nn-nn {
  background-position: -82px -150px;
  height: 30px;
  width: 52px;
}
.sprite-list-candidate-standard.icon-candidate-arch-int-nn-nn-nn {
  background-position: -82px -200px;
  height: 30px;
  width: 42px;
}
.sprite-list-candidate-standard.icon-candidate-arch-nn-duplicate-nn-nn {
  background-position: -82px -250px;
  height: 30px;
  width: 43px;
}
.sprite-list-candidate-standard.icon-candidate-arch-nn-group-nn-nn {
  background-position: -82px -300px;
  height: 30px;
  width: 52px;
}
.sprite-list-candidate-standard.icon-candidate-arch-nn-nn-nn-nn {
  background-position: -82px -350px;
  height: 30px;
  width: 42px;
}
.sprite-list-candidate-standard.icon-candidate-completed-int-duplicate-nn-nn {
  background-position: -82px -400px;
  height: 30px;
  width: 43px;
}
.sprite-list-candidate-standard.icon-candidate-completed-int-nn-nn-nn {
  background-position: -82px -450px;
  height: 30px;
  width: 41px;
}
.sprite-list-candidate-standard.icon-candidate-completed-nn-duplicate-nn-nn {
  background-position: -164px 0px;
  height: 30px;
  width: 43px;
}
.sprite-list-candidate-standard.icon-candidate-completed-nn-nn-nn-nn {
  background-position: -164px -50px;
  height: 30px;
  width: 41px;
}
.sprite-list-candidate-standard.icon-candidate-employee-int-duplicate-nn-nn {
  background-position: -164px -100px;
  height: 30px;
  width: 44px;
}
.sprite-list-candidate-standard.icon-candidate-employee-int-nn-nn-nn {
  background-position: -164px -150px;
  height: 30px;
  width: 44px;
}
.sprite-list-candidate-standard.icon-candidate-employee-nn-duplicate-nn-nn {
  background-position: -164px -200px;
  height: 30px;
  width: 44px;
}
.sprite-list-candidate-standard.icon-candidate-employee-nn-nn-nn-nn {
  background-position: -164px -250px;
  height: 30px;
  width: 44px;
}
.sprite-list-candidate-standard.icon-candidate-hired-int-duplicate-nn-nn {
  background-position: -164px -300px;
  height: 30px;
  width: 52px;
}
.sprite-list-candidate-standard.icon-candidate-hired-int-group-nn-nn {
  background-position: -164px -350px;
  height: 30px;
  width: 59px;
}
.sprite-list-candidate-standard.icon-candidate-hired-int-nn-nn-nn {
  background-position: -164px -400px;
  height: 30px;
  width: 52px;
}
.sprite-list-candidate-standard.icon-candidate-hired-nn-duplicate-nn-nn {
  background-position: -164px -450px;
  height: 30px;
  width: 52px;
}
.sprite-list-candidate-standard.icon-candidate-hired-nn-group-nn-nn {
  background-position: -246px 0px;
  height: 30px;
  width: 60px;
}
.sprite-list-candidate-standard.icon-candidate-hired-nn-nn-nn-nn {
  background-position: -246px -50px;
  height: 30px;
  width: 52px;
}
.sprite-list-candidate-standard.icon-candidate-inactive-int-duplicate-nn-nn {
  background-position: -246px -100px;
  height: 30px;
  width: 43px;
}
.sprite-list-candidate-standard.icon-candidate-inactive-int-group-nn-nn {
  background-position: -246px -150px;
  height: 30px;
  width: 51px;
}
.sprite-list-candidate-standard.icon-candidate-inactive-int-nn-nn-nn {
  background-position: -246px -200px;
  height: 30px;
  width: 43px;
}
.sprite-list-candidate-standard.icon-candidate-inactive-nn-duplicate-nn-nn {
  background-position: -246px -250px;
  height: 30px;
  width: 43px;
}
.sprite-list-candidate-standard.icon-candidate-inactive-nn-group-nn-nn {
  background-position: -246px -300px;
  height: 30px;
  width: 51px;
}
.sprite-list-candidate-standard.icon-candidate-inactive-nn-nn-nn-nn {
  background-position: -246px -350px;
  height: 30px;
  width: 43px;
}
.sprite-list-candidate-standard.icon-candidate-new-int-duplicate-nn-nn {
  background-position: -246px -400px;
  height: 30px;
  width: 43px;
}
.sprite-list-candidate-standard.icon-candidate-new-int-group-nn-nn {
  background-position: -246px -450px;
  height: 30px;
  width: 50px;
}
.sprite-list-candidate-standard.icon-candidate-new-int-nn-nn-nn {
  background-position: -328px 0px;
  height: 30px;
  width: 43px;
}
.sprite-list-candidate-standard.icon-candidate-new-nn-duplicate-nn-nn {
  background-position: -328px -50px;
  height: 30px;
  width: 43px;
}
.sprite-list-candidate-standard.icon-candidate-new-nn-group-nn-nn {
  background-position: -328px -100px;
  height: 30px;
  width: 50px;
}
.sprite-list-candidate-standard.icon-candidate-new-nn-nn-nn-nn {
  background-position: -328px -150px;
  height: 30px;
  width: 43px;
}
.sprite-list-candidate-standard.icon-candidate-onboarding-int-duplicate-nn-nn {
  background-position: -328px -200px;
  height: 30px;
  width: 43px;
}
.sprite-list-candidate-standard.icon-candidate-onboarding-int-nn-nn-nn {
  background-position: -328px -250px;
  height: 30px;
  width: 43px;
}
.sprite-list-candidate-standard.icon-candidate-onboarding-nn-duplicate-nn-nn {
  background-position: -328px -300px;
  height: 30px;
  width: 43px;
}
.sprite-list-candidate-standard.icon-candidate-onboarding-nn-nn-nn-nn {
  background-position: -328px -350px;
  height: 30px;
  width: 43px;
}
.sprite-list-candidate-standard.icon-candidate-pool-int-duplicate-nn-nn {
  background-position: -328px -400px;
  height: 30px;
  width: 47px;
}
.sprite-list-candidate-standard.icon-candidate-pool-int-nn-nn-nn {
  background-position: -328px -450px;
  height: 30px;
  width: 47px;
}
.sprite-list-candidate-standard.icon-candidate-pool-nn-duplicate-nn-nn {
  background-position: -410px 0px;
  height: 30px;
  width: 47px;
}
.sprite-list-candidate-standard.icon-candidate-pool-nn-nn-nn-nn {
  background-position: -410px -50px;
  height: 30px;
  width: 47px;
}
.sprite-list-candidate-standard.icon-candidate-rejected-int-duplicate-nn-nn {
  background-position: -410px -100px;
  height: 30px;
  width: 41px;
}
.sprite-list-candidate-standard.icon-candidate-rejected-int-group-nn-nn {
  background-position: -410px -150px;
  height: 30px;
  width: 51px;
}
.sprite-list-candidate-standard.icon-candidate-rejected-int-nn-nn-nn {
  background-position: -410px -200px;
  height: 30px;
  width: 41px;
}
.sprite-list-candidate-standard.icon-candidate-rejected-nn-duplicate-nn-nn {
  background-position: -410px -250px;
  height: 30px;
  width: 41px;
}
.sprite-list-candidate-standard.icon-candidate-rejected-nn-group-nn-nn {
  background-position: -410px -300px;
  height: 30px;
  width: 51px;
}
.sprite-list-candidate-standard.icon-candidate-rejected-nn-nn-nn-nn {
  background-position: -410px -350px;
  height: 30px;
  width: 41px;
}
.sprite-list-candidate-standard.icon-user-active-int-group-nn-nn {
  background-position: -410px -400px;
  height: 30px;
  width: 58px;
}
.sprite-list-candidate-standard.icon-user-active-int-nn-nn-nn {
  background-position: -410px -450px;
  height: 30px;
  width: 45px;
}
.sprite-list-candidate-standard.icon-user-active-nn-group-nn-nn {
  background-position: -492px 0px;
  height: 30px;
  width: 58px;
}
.sprite-list-candidate-standard.icon-user-active-nn-nn-nn-nn {
  background-position: -492px -50px;
  height: 30px;
  width: 45px;
}
.sprite-list-candidate-standard.icon-user-alert-int-group-nn-nn {
  background-position: -492px -100px;
  height: 30px;
  width: 58px;
}
.sprite-list-candidate-standard.icon-user-alert-int-nn-nn-nn {
  background-position: -492px -150px;
  height: 30px;
  width: 43px;
}
.sprite-list-candidate-standard.icon-user-alert-nn-group-nn-nn {
  background-position: -492px -200px;
  height: 30px;
  width: 58px;
}
.sprite-list-candidate-standard.icon-user-alert-nn-nn-nn-nn {
  background-position: -492px -250px;
  height: 30px;
  width: 43px;
}
.sprite-list-candidate-standard.icon-user-arch-int-group-nn-nn {
  background-position: -492px -300px;
  height: 30px;
  width: 57px;
}
.sprite-list-candidate-standard.icon-user-arch-int-nn-nn-nn {
  background-position: -492px -350px;
  height: 30px;
  width: 42px;
}
.sprite-list-candidate-standard.icon-user-arch-nn-group-nn-nn {
  background-position: -492px -400px;
  height: 30px;
  width: 57px;
}
.sprite-list-candidate-standard.icon-user-arch-nn-nn-nn-nn {
  background-position: -492px -450px;
  height: 30px;
  width: 42px;
}
.sprite-list-candidate-standard.icon-user-hired-int-group-nn-nn {
  background-position: -574px 0px;
  height: 30px;
  width: 62px;
}
.sprite-list-candidate-standard.icon-user-hired-int-nn-nn-nn {
  background-position: -574px -50px;
  height: 30px;
  width: 52px;
}
.sprite-list-candidate-standard.icon-user-hired-nn-group-nn-nn {
  background-position: -574px -100px;
  height: 30px;
  width: 62px;
}
.sprite-list-candidate-standard.icon-user-hired-nn-nn-nn-nn {
  background-position: -574px -150px;
  height: 30px;
  width: 52px;
}
.sprite-list-candidate-standard.icon-user-inactive-int-group-nn-nn {
  background-position: -574px -200px;
  height: 30px;
  width: 58px;
}
.sprite-list-candidate-standard.icon-user-inactive-int-nn-nn-nn {
  background-position: -574px -250px;
  height: 30px;
  width: 37px;
}
.sprite-list-candidate-standard.icon-user-inactive-nn-group-nn-nn {
  background-position: -574px -300px;
  height: 30px;
  width: 58px;
}
.sprite-list-candidate-standard.icon-user-inactive-nn-nn-nn-nn {
  background-position: -574px -350px;
  height: 30px;
  width: 37px;
}
.sprite-list-candidate-standard.icon-user-new-int-group-nn-nn {
  background-position: -574px -400px;
  height: 30px;
  width: 58px;
}
.sprite-list-candidate-standard.icon-user-new-int-nn-nn-nn {
  background-position: -574px -450px;
  height: 30px;
  width: 43px;
}
.sprite-list-candidate-standard.icon-user-new-nn-group-nn-nn {
  background-position: -656px 0px;
  height: 30px;
  width: 58px;
}
.sprite-list-candidate-standard.icon-user-new-nn-nn-nn-nn {
  background-position: -656px -50px;
  height: 30px;
  width: 43px;
}
.sprite-list-candidate-standard.icon-user-pool-int-group-nn-nn {
  background-position: -656px -100px;
  height: 30px;
  width: 62px;
}
.sprite-list-candidate-standard.icon-user-pool-int-nn-nn-nn {
  background-position: -656px -150px;
  height: 30px;
  width: 47px;
}
.sprite-list-candidate-standard.icon-user-pool-nn-group-nn-nn {
  background-position: -656px -200px;
  height: 30px;
  width: 62px;
}
.sprite-list-candidate-standard.icon-user-pool-nn-nn-nn-nn {
  background-position: -656px -250px;
  height: 30px;
  width: 47px;
}
.sprite-list-candidate-standard.icon-user-rejected-int-group-nn-nn {
  background-position: -656px -300px;
  height: 30px;
  width: 55px;
}
.sprite-list-candidate-standard.icon-user-rejected-int-nn-nn-nn {
  background-position: -656px -350px;
  height: 30px;
  width: 41px;
}
.sprite-list-candidate-standard.icon-user-rejected-nn-group-nn-nn {
  background-position: -656px -400px;
  height: 30px;
  width: 55px;
}
.sprite-list-candidate-standard.icon-user-rejected-nn-nn-nn-nn {
  background-position: -656px -450px;
  height: 30px;
  width: 41px;
}
/*# sourceMappingURL=sprite-list-candidate-standard.css.map */
.sprite-list-filetypes{background:url(../../../admin/assets/images/icon/sprite-list-filetypes.png) top left no-repeat;-webkit-background-size:1002px 680px;background-size:1002px 680px}
@media only screen and (min--moz-device-pixel-ratio:2),only screen and (-o-min-device-pixel-ratio:2/1),only screen and (-webkit-min-device-pixel-ratio:2),only screen and (min-device-pixel-ratio:2){.sprite-list-filetypes{background-image:url(../../../admin/assets/images/icon/sprite-list-filetypes@2x.png)}
}








.sprite-list-filetypes.icon-css-01{background-position:0 0;height:30px;width:29px}
.sprite-list-filetypes.icon-css-02{background-position:0 -50px;height:30px;width:41px}
.sprite-list-filetypes.icon-css-03{background-position:0 -100px;height:30px;width:39px}
.sprite-list-filetypes.icon-css-05{background-position:0 -150px;height:30px;width:40px}
.sprite-list-filetypes.icon-css-06{background-position:0 -200px;height:30px;width:41px}
.sprite-list-filetypes.icon-css-arch{background-position:0 -250px;height:30px;width:37px}
.sprite-list-filetypes.icon-doc-01{background-position:0 -300px;height:30px;width:39px}
.sprite-list-filetypes.icon-doc-02{background-position:0 -350px;height:30px;width:46px}
.sprite-list-filetypes.icon-doc-03{background-position:0 -400px;height:30px;width:45px}
.sprite-list-filetypes.icon-doc-05{background-position:0 -450px;height:30px;width:47px}
.sprite-list-filetypes.icon-doc-06{background-position:0 -500px;height:30px;width:47px}
.sprite-list-filetypes.icon-doc-arch{background-position:0 -550px;height:30px;width:45px}
.sprite-list-filetypes.icon-gif-01{background-position:0 -600px;height:30px;width:46px}
.sprite-list-filetypes.icon-gif-02{background-position:0 -650px;height:30px;width:53px}
.sprite-list-filetypes.icon-gif-03{background-position:-73px 0;height:30px;width:48px}
.sprite-list-filetypes.icon-gif-05{background-position:-73px -50px;height:30px;width:49px}
.sprite-list-filetypes.icon-gif-06{background-position:-73px -100px;height:30px;width:49px}
.sprite-list-filetypes.icon-gif-arch{background-position:-73px -150px;height:30px;width:49px}
.sprite-list-filetypes.icon-html-01{background-position:-73px -200px;height:30px;width:33px}
.sprite-list-filetypes.icon-html-02{background-position:-73px -250px;height:30px;width:41px}
.sprite-list-filetypes.icon-html-03{background-position:-73px -300px;height:30px;width:39px}
.sprite-list-filetypes.icon-html-05{background-position:-73px -350px;height:30px;width:40px}
.sprite-list-filetypes.icon-html-06{background-position:-73px -400px;height:30px;width:41px}
.sprite-list-filetypes.icon-html-arch{background-position:-73px -450px;height:30px;width:37px}
.sprite-list-filetypes.icon-img-01{background-position:-73px -500px;height:30px;width:44px}
.sprite-list-filetypes.icon-img-02{background-position:-73px -550px;height:30px;width:50px}
.sprite-list-filetypes.icon-img-03{background-position:-73px -600px;height:30px;width:51px}
.sprite-list-filetypes.icon-img-05{background-position:-73px -650px;height:30px;width:51px}
.sprite-list-filetypes.icon-img-06{background-position:-146px 0;height:30px;width:52px}
.sprite-list-filetypes.icon-img-arch{background-position:-146px -50px;height:30px;width:50px}
.sprite-list-filetypes.icon-jpg-01{background-position:-146px -100px;height:30px;width:46px}
.sprite-list-filetypes.icon-jpg-02{background-position:-146px -150px;height:30px;width:52px}
.sprite-list-filetypes.icon-jpg-03{background-position:-146px -200px;height:30px;width:50px}
.sprite-list-filetypes.icon-jpg-05{background-position:-146px -250px;height:30px;width:49px}
.sprite-list-filetypes.icon-jpg-06{background-position:-146px -300px;height:30px;width:49px}
.sprite-list-filetypes.icon-jpg-arch{background-position:-146px -350px;height:30px;width:49px}
.sprite-list-filetypes.icon-js-01{background-position:-146px -400px;height:30px;width:24px}
.sprite-list-filetypes.icon-js-02{background-position:-146px -450px;height:30px;width:41px}
.sprite-list-filetypes.icon-js-03{background-position:-146px -500px;height:30px;width:39px}
.sprite-list-filetypes.icon-js-05{background-position:-146px -550px;height:30px;width:40px}
.sprite-list-filetypes.icon-js-06{background-position:-146px -600px;height:30px;width:41px}
.sprite-list-filetypes.icon-js-arch{background-position:-146px -650px;height:30px;width:37px}
.sprite-list-filetypes.icon-less-01{background-position:-219px 0;height:30px;width:32px}
.sprite-list-filetypes.icon-less-02{background-position:-219px -50px;height:30px;width:41px}
.sprite-list-filetypes.icon-less-03{background-position:-219px -100px;height:30px;width:39px}
.sprite-list-filetypes.icon-less-05{background-position:-219px -150px;height:30px;width:40px}
.sprite-list-filetypes.icon-less-06{background-position:-219px -200px;height:30px;width:41px}
.sprite-list-filetypes.icon-less-arch{background-position:-219px -250px;height:30px;width:37px}
.sprite-list-filetypes.icon-link-01{background-position:-219px -300px;height:30px;width:36px}
.sprite-list-filetypes.icon-link-02{background-position:-219px -350px;height:30px;width:44px}
.sprite-list-filetypes.icon-link-03{background-position:-219px -400px;height:30px;width:43px}
.sprite-list-filetypes.icon-link-05{background-position:-219px -450px;height:30px;width:41px}
.sprite-list-filetypes.icon-link-06{background-position:-219px -500px;height:30px;width:46px}
.sprite-list-filetypes.icon-link-arch{background-position:-219px -550px;height:30px;width:42px}
.sprite-list-filetypes.icon-mov-01{background-position:-219px -600px;height:30px;width:38px}
.sprite-list-filetypes.icon-mov-02{background-position:-219px -650px;height:30px;width:46px}
.sprite-list-filetypes.icon-mov-03{background-position:-292px 0;height:30px;width:45px}
.sprite-list-filetypes.icon-mov-05{background-position:-292px -50px;height:30px;width:46px}
.sprite-list-filetypes.icon-mov-06{background-position:-292px -100px;height:30px;width:46px}
.sprite-list-filetypes.icon-mov-arch{background-position:-292px -150px;height:30px;width:44px}
.sprite-list-filetypes.icon-odp-01{background-position:-292px -200px;height:30px;width:33px}
.sprite-list-filetypes.icon-odp-02{background-position:-292px -250px;height:30px;width:42px}
.sprite-list-filetypes.icon-odp-03{background-position:-292px -300px;height:30px;width:40px}
.sprite-list-filetypes.icon-odp-05{background-position:-292px -350px;height:30px;width:41px}
.sprite-list-filetypes.icon-odp-06{background-position:-292px -400px;height:30px;width:43px}
.sprite-list-filetypes.icon-odp-arch{background-position:-292px -450px;height:30px;width:39px}
.sprite-list-filetypes.icon-ods-01{background-position:-292px -500px;height:30px;width:34px}
.sprite-list-filetypes.icon-ods-02{background-position:-292px -550px;height:30px;width:42px}
.sprite-list-filetypes.icon-ods-03{background-position:-292px -600px;height:30px;width:39px}
.sprite-list-filetypes.icon-ods-05{background-position:-292px -650px;height:30px;width:41px}
.sprite-list-filetypes.icon-ods-06{background-position:-365px 0;height:30px;width:43px}
.sprite-list-filetypes.icon-ods-arch{background-position:-365px -50px;height:30px;width:39px}
.sprite-list-filetypes.icon-odt-01{background-position:-365px -100px;height:30px;width:34px}
.sprite-list-filetypes.icon-odt-02{background-position:-365px -150px;height:30px;width:42px}
.sprite-list-filetypes.icon-odt-03{background-position:-365px -200px;height:30px;width:39px}
.sprite-list-filetypes.icon-odt-05{background-position:-365px -250px;height:30px;width:41px}
.sprite-list-filetypes.icon-odt-06{background-position:-365px -300px;height:30px;width:43px}
.sprite-list-filetypes.icon-odt-arch{background-position:-365px -350px;height:30px;width:39px}
.sprite-list-filetypes.icon-pcast-01{background-position:-365px -400px;height:30px;width:34px}
.sprite-list-filetypes.icon-pcast-02{background-position:-365px -450px;height:30px;width:41px}
.sprite-list-filetypes.icon-pcast-03{background-position:-365px -500px;height:30px;width:41px}
.sprite-list-filetypes.icon-pcast-05{background-position:-365px -550px;height:30px;width:41px}
.sprite-list-filetypes.icon-pcast-06{background-position:-365px -600px;height:30px;width:41px}
.sprite-list-filetypes.icon-pcast-arch{background-position:-365px -650px;height:30px;width:41px}
.sprite-list-filetypes.icon-pdf-01{background-position:-438px 0;height:30px;width:38px}
.sprite-list-filetypes.icon-pdf-02{background-position:-438px -50px;height:30px;width:46px}
.sprite-list-filetypes.icon-pdf-03{background-position:-438px -100px;height:30px;width:45px}
.sprite-list-filetypes.icon-pdf-05{background-position:-438px -150px;height:30px;width:46px}
.sprite-list-filetypes.icon-pdf-06{background-position:-438px -200px;height:30px;width:47px}
.sprite-list-filetypes.icon-pdf-arch{background-position:-438px -250px;height:30px;width:44px}
.sprite-list-filetypes.icon-php-01{background-position:-438px -300px;height:30px;width:31px}
.sprite-list-filetypes.icon-php-02{background-position:-438px -350px;height:30px;width:41px}
.sprite-list-filetypes.icon-php-03{background-position:-438px -400px;height:30px;width:39px}
.sprite-list-filetypes.icon-php-05{background-position:-438px -450px;height:30px;width:40px}
.sprite-list-filetypes.icon-php-06{background-position:-438px -500px;height:30px;width:41px}
.sprite-list-filetypes.icon-php-arch{background-position:-438px -550px;height:30px;width:37px}
.sprite-list-filetypes.icon-png-01{background-position:-438px -600px;height:30px;width:46px}
.sprite-list-filetypes.icon-png-02{background-position:-438px -650px;height:30px;width:53px}
.sprite-list-filetypes.icon-png-03{background-position:-511px 0;height:30px;width:48px}
.sprite-list-filetypes.icon-png-05{background-position:-511px -50px;height:30px;width:49px}
.sprite-list-filetypes.icon-png-06{background-position:-511px -100px;height:30px;width:49px}
.sprite-list-filetypes.icon-png-arch{background-position:-511px -150px;height:30px;width:49px}
.sprite-list-filetypes.icon-ppt-01{background-position:-511px -200px;height:30px;width:39px}
.sprite-list-filetypes.icon-ppt-02{background-position:-511px -250px;height:30px;width:47px}
.sprite-list-filetypes.icon-ppt-03{background-position:-511px -300px;height:30px;width:46px}
.sprite-list-filetypes.icon-ppt-05{background-position:-511px -350px;height:30px;width:46px}
.sprite-list-filetypes.icon-ppt-06{background-position:-511px -400px;height:30px;width:47px}
.sprite-list-filetypes.icon-ppt-arch{background-position:-511px -450px;height:30px;width:45px}
.sprite-list-filetypes.icon-rss-01{background-position:-511px -500px;height:30px;width:35px}
.sprite-list-filetypes.icon-rss-02{background-position:-511px -550px;height:30px;width:43px}
.sprite-list-filetypes.icon-rss-03{background-position:-511px -600px;height:30px;width:40px}
.sprite-list-filetypes.icon-rss-05{background-position:-511px -650px;height:30px;width:41px}
.sprite-list-filetypes.icon-rss-06{background-position:-584px 0;height:30px;width:41px}
.sprite-list-filetypes.icon-rss-arch{background-position:-584px -50px;height:30px;width:40px}
.sprite-list-filetypes.icon-rtf-01{background-position:-584px -100px;height:30px;width:39px}
.sprite-list-filetypes.icon-rtf-02{background-position:-584px -150px;height:30px;width:46px}
.sprite-list-filetypes.icon-rtf-03{background-position:-584px -200px;height:30px;width:45px}
.sprite-list-filetypes.icon-rtf-05{background-position:-584px -250px;height:30px;width:45px}
.sprite-list-filetypes.icon-rtf-06{background-position:-584px -300px;height:30px;width:47px}
.sprite-list-filetypes.icon-rtf-arch{background-position:-584px -350px;height:30px;width:44px}
.sprite-list-filetypes.icon-sass-01{background-position:-584px -400px;height:30px;width:34px}
.sprite-list-filetypes.icon-sass-02{background-position:-584px -450px;height:30px;width:41px}
.sprite-list-filetypes.icon-sass-03{background-position:-584px -500px;height:30px;width:39px}
.sprite-list-filetypes.icon-sass-05{background-position:-584px -550px;height:30px;width:40px}
.sprite-list-filetypes.icon-sass-06{background-position:-584px -600px;height:30px;width:41px}
.sprite-list-filetypes.icon-sass-arch{background-position:-584px -650px;height:30px;width:37px}
.sprite-list-filetypes.icon-script-01{background-position:-657px 0;height:30px;width:27px}
.sprite-list-filetypes.icon-script-02{background-position:-657px -50px;height:30px;width:41px}
.sprite-list-filetypes.icon-script-03{background-position:-657px -100px;height:30px;width:39px}
.sprite-list-filetypes.icon-script-05{background-position:-657px -150px;height:30px;width:40px}
.sprite-list-filetypes.icon-script-06{background-position:-657px -200px;height:30px;width:41px}
.sprite-list-filetypes.icon-script-arch{background-position:-657px -250px;height:30px;width:37px}
.sprite-list-filetypes.icon-snd-01{background-position:-657px -300px;height:30px;width:38px}
.sprite-list-filetypes.icon-snd-02{background-position:-657px -350px;height:30px;width:46px}
.sprite-list-filetypes.icon-snd-03{background-position:-657px -400px;height:30px;width:45px}
.sprite-list-filetypes.icon-snd-05{background-position:-657px -450px;height:30px;width:46px}
.sprite-list-filetypes.icon-snd-06{background-position:-657px -500px;height:30px;width:47px}
.sprite-list-filetypes.icon-snd-arch{background-position:-657px -550px;height:30px;width:44px}
.sprite-list-filetypes.icon-swf-01{background-position:-657px -600px;height:30px;width:38px}
.sprite-list-filetypes.icon-swf-02{background-position:-657px -650px;height:30px;width:46px}
.sprite-list-filetypes.icon-swf-03{background-position:-730px 0;height:30px;width:46px}
.sprite-list-filetypes.icon-swf-05{background-position:-730px -50px;height:30px;width:46px}
.sprite-list-filetypes.icon-swf-06{background-position:-730px -100px;height:30px;width:47px}
.sprite-list-filetypes.icon-swf-arch{background-position:-730px -150px;height:30px;width:45px}
.sprite-list-filetypes.icon-tif-01{background-position:-730px -200px;height:30px;width:46px}
.sprite-list-filetypes.icon-tif-02{background-position:-730px -250px;height:30px;width:53px}
.sprite-list-filetypes.icon-tif-03{background-position:-730px -300px;height:30px;width:48px}
.sprite-list-filetypes.icon-tif-05{background-position:-730px -350px;height:30px;width:49px}
.sprite-list-filetypes.icon-tif-06{background-position:-730px -400px;height:30px;width:49px}
.sprite-list-filetypes.icon-tif-arch{background-position:-730px -450px;height:30px;width:49px}
.sprite-list-filetypes.icon-txt-01{background-position:-730px -500px;height:30px;width:37px}
.sprite-list-filetypes.icon-txt-02{background-position:-730px -550px;height:30px;width:45px}
.sprite-list-filetypes.icon-txt-03{background-position:-730px -600px;height:30px;width:44px}
.sprite-list-filetypes.icon-txt-05{background-position:-730px -650px;height:30px;width:45px}
.sprite-list-filetypes.icon-txt-06{background-position:-803px 0;height:30px;width:45px}
.sprite-list-filetypes.icon-txt-arch{background-position:-803px -50px;height:30px;width:43px}
.sprite-list-filetypes.icon-unknown-01{background-position:-803px -100px;height:30px;width:38px}
.sprite-list-filetypes.icon-unknown-02{background-position:-803px -150px;height:30px;width:46px}
.sprite-list-filetypes.icon-unknown-03{background-position:-803px -200px;height:30px;width:45px}
.sprite-list-filetypes.icon-unknown-05{background-position:-803px -250px;height:30px;width:46px}
.sprite-list-filetypes.icon-unknown-06{background-position:-803px -300px;height:30px;width:47px}
.sprite-list-filetypes.icon-unknown-arch{background-position:-803px -350px;height:30px;width:45px}
.sprite-list-filetypes.icon-xls-01{background-position:-803px -400px;height:30px;width:39px}
.sprite-list-filetypes.icon-xls-02{background-position:-803px -450px;height:30px;width:47px}
.sprite-list-filetypes.icon-xls-03{background-position:-803px -500px;height:30px;width:46px}
.sprite-list-filetypes.icon-xls-05{background-position:-803px -550px;height:30px;width:46px}
.sprite-list-filetypes.icon-xls-06{background-position:-803px -600px;height:30px;width:47px}
.sprite-list-filetypes.icon-xls-arch{background-position:-803px -650px;height:30px;width:45px}
.sprite-list-filetypes.icon-xml-01{background-position:-876px 0;height:30px;width:33px}
.sprite-list-filetypes.icon-xml-02{background-position:-876px -50px;height:30px;width:41px}
.sprite-list-filetypes.icon-xml-03{background-position:-876px -100px;height:30px;width:39px}
.sprite-list-filetypes.icon-xml-05{background-position:-876px -150px;height:30px;width:40px}
.sprite-list-filetypes.icon-xml-06{background-position:-876px -200px;height:30px;width:41px}
.sprite-list-filetypes.icon-xml-arch{background-position:-876px -250px;height:30px;width:37px}
.sprite-list-filetypes.icon-zip-01{background-position:-876px -300px;height:30px;width:38px}
.sprite-list-filetypes.icon-zip-02{background-position:-876px -350px;height:30px;width:46px}
.sprite-list-filetypes.icon-zip-03{background-position:-876px -400px;height:30px;width:45px}
.sprite-list-filetypes.icon-zip-05{background-position:-876px -450px;height:30px;width:45px}
.sprite-list-filetypes.icon-zip-06{background-position:-876px -500px;height:30px;width:47px}
.sprite-list-filetypes.icon-zip-arch{background-position:-876px -550px;height:30px;width:44px}/*# sourceMappingURL=sprite-list-filetypes.css.map */
.sprite-list-other {
  background: url(../../../admin/assets/images/icon/sprite-list-other.png) no-repeat top left;
  -webkit-background-size: 2004px 1130px;
  background-size: 2004px 1130px;
}
@media only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2), only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2) {
  .sprite-list-other {
    background-image: url(../../../admin/assets/images/icon/sprite-list-other@2x.png);
  }
}
.sprite-list-other.icon-add-01 {
  background-position: 0px 0px;
  height: 30px;
  width: 38px;
}
.sprite-list-other.icon-add-02 {
  background-position: 0px -50px;
  height: 30px;
  width: 38px;
}
.sprite-list-other.icon-add-03 {
  background-position: 0px -100px;
  height: 30px;
  width: 38px;
}
.sprite-list-other.icon-add-04 {
  background-position: 0px -150px;
  height: 30px;
  width: 38px;
}
.sprite-list-other.icon-add-05 {
  background-position: 0px -200px;
  height: 30px;
  width: 38px;
}
.sprite-list-other.icon-add-06 {
  background-position: 0px -250px;
  height: 30px;
  width: 38px;
}
.sprite-list-other.icon-admin-01 {
  background-position: 0px -300px;
  height: 30px;
  width: 38px;
}
.sprite-list-other.icon-admin-02 {
  background-position: 0px -350px;
  height: 30px;
  width: 46px;
}
.sprite-list-other.icon-admin-03 {
  background-position: 0px -400px;
  height: 30px;
  width: 44px;
}
.sprite-list-other.icon-admin-05 {
  background-position: 0px -450px;
  height: 30px;
  width: 43px;
}
.sprite-list-other.icon-admin-06 {
  background-position: 0px -500px;
  height: 30px;
  width: 47px;
}
.sprite-list-other.icon-answer-01 {
  background-position: 0px -550px;
  height: 30px;
  width: 24px;
}
.sprite-list-other.icon-answer-02 {
  background-position: 0px -600px;
  height: 30px;
  width: 40px;
}
.sprite-list-other.icon-answer-03 {
  background-position: 0px -650px;
  height: 30px;
  width: 37px;
}
.sprite-list-other.icon-answer-05 {
  background-position: 0px -700px;
  height: 30px;
  width: 36px;
}
.sprite-list-other.icon-answer-06 {
  background-position: 0px -750px;
  height: 30px;
  width: 40px;
}
.sprite-list-other.icon-appointment-assessment-01 {
  background-position: 0px -800px;
  height: 30px;
  width: 18px;
}
.sprite-list-other.icon-appointment-phone-01 {
  background-position: 0px -850px;
  height: 30px;
  width: 12px;
}
.sprite-list-other.icon-appointment-presence-01 {
  background-position: 0px -900px;
  height: 30px;
  width: 12px;
}
.sprite-list-other.icon-arch-add-01 {
  background-position: 0px -950px;
  height: 30px;
  width: 44px;
}
.sprite-list-other.icon-arch-add-04 {
  background-position: 0px -1000px;
  height: 30px;
  width: 44px;
}
.sprite-list-other.icon-arch-admin-01 {
  background-position: 0px -1050px;
  height: 30px;
  width: 42px;
}
.sprite-list-other.icon-arch-answer-01 {
  background-position: 0px -1100px;
  height: 30px;
  width: 37px;
}
.sprite-list-other.icon-arch-block-01 {
  background-position: -88px 0px;
  height: 30px;
  width: 42px;
}
.sprite-list-other.icon-arch-event-01 {
  background-position: -88px -50px;
  height: 30px;
  width: 45px;
}
.sprite-list-other.icon-arch-event-multiple-01 {
  background-position: -88px -100px;
  height: 30px;
  width: 44px;
}
.sprite-list-other.icon-arch-int-rights-01 {
  background-position: -88px -150px;
  height: 30px;
  width: 39px;
}
.sprite-list-other.icon-arch-internal-rights-01 {
  background-position: -88px -200px;
  height: 30px;
  width: 39px;
}
.sprite-list-other.icon-arch-lastvisited-01 {
  background-position: -88px -250px;
  height: 30px;
  width: 42px;
}
.sprite-list-other.icon-arch-location-01 {
  background-position: -88px -300px;
  height: 30px;
  width: 40px;
}
.sprite-list-other.icon-arch-lookup-01 {
  background-position: -88px -350px;
  height: 30px;
  width: 47px;
}
.sprite-list-other.icon-arch-matchingprofile-01 {
  background-position: -88px -400px;
  height: 30px;
  width: 48px;
}
.sprite-list-other.icon-arch-matchinprofile-folder-01 {
  background-position: -88px -450px;
  height: 30px;
  width: 50px;
}
.sprite-list-other.icon-arch-news-01 {
  background-position: -88px -500px;
  height: 30px;
  width: 68px;
}
.sprite-list-other.icon-arch-page-01 {
  background-position: -88px -550px;
  height: 30px;
  width: 46px;
}
.sprite-list-other.icon-arch-psi-01 {
  background-position: -88px -600px;
  height: 30px;
  width: 47px;
}
.sprite-list-other.icon-arch-question-01 {
  background-position: -88px -650px;
  height: 30px;
  width: 39px;
}
.sprite-list-other.icon-arch-questionair-01 {
  background-position: -88px -700px;
  height: 30px;
  width: 42px;
}
.sprite-list-other.icon-arch-rights-01 {
  background-position: -88px -750px;
  height: 30px;
  width: 39px;
}
.sprite-list-other.icon-arch-substract-01 {
  background-position: -88px -800px;
  height: 30px;
  width: 44px;
}
.sprite-list-other.icon-arch-substract-04 {
  background-position: -88px -850px;
  height: 30px;
  width: 44px;
}
.sprite-list-other.icon-arch-task-01 {
  background-position: -88px -900px;
  height: 30px;
  width: 45px;
}
.sprite-list-other.icon-arch-time-01 {
  background-position: -88px -950px;
  height: 30px;
  width: 46px;
}
.sprite-list-other.icon-archive-organisation-01 {
  background-position: -88px -1000px;
  height: 30px;
  width: 54px;
}
.sprite-list-other.icon-archive-organisation-sub-01 {
  background-position: -88px -1050px;
  height: 30px;
  width: 55px;
}
.sprite-list-other.icon-attachment-01 {
  background-position: -88px -1100px;
  height: 30px;
  width: 8px;
}
.sprite-list-other.icon-beetree-01 {
  background-position: -176px 0px;
  height: 30px;
  width: 46px;
}
.sprite-list-other.icon-block-01 {
  background-position: -176px -50px;
  height: 30px;
  width: 35px;
}
.sprite-list-other.icon-block-02 {
  background-position: -176px -100px;
  height: 30px;
  width: 45px;
}
.sprite-list-other.icon-block-03 {
  background-position: -176px -150px;
  height: 30px;
  width: 43px;
}
.sprite-list-other.icon-block-05 {
  background-position: -176px -200px;
  height: 30px;
  width: 43px;
}
.sprite-list-other.icon-block-06 {
  background-position: -176px -250px;
  height: 30px;
  width: 46px;
}
.sprite-list-other.icon-bookmark-01 {
  background-position: -176px -300px;
  height: 30px;
  width: 33px;
}
.sprite-list-other.icon-bookmark-02 {
  background-position: -176px -350px;
  height: 30px;
  width: 45px;
}
.sprite-list-other.icon-bookmark-03 {
  background-position: -176px -400px;
  height: 30px;
  width: 42px;
}
.sprite-list-other.icon-bookmark-05 {
  background-position: -176px -450px;
  height: 30px;
  width: 42px;
}
.sprite-list-other.icon-bookmark-06 {
  background-position: -176px -500px;
  height: 30px;
  width: 46px;
}
.sprite-list-other.icon-candidate-in-04 {
  background-position: -176px -550px;
  height: 30px;
  width: 25px;
}
.sprite-list-other.icon-candidate-in-comunity-01 {
  background-position: -176px -600px;
  height: 30px;
  width: 23px;
}
.sprite-list-other.icon-candidate-in-comunity-04 {
  background-position: -176px -650px;
  height: 30px;
  width: 23px;
}
.sprite-list-other.icon-candidate-in-pool-01 {
  background-position: -176px -700px;
  height: 30px;
  width: 25px;
}
.sprite-list-other.icon-chain-1-01 {
  background-position: -176px -750px;
  height: 30px;
  width: 29px;
}
.sprite-list-other.icon-chain-10-01 {
  background-position: -176px -800px;
  height: 30px;
  width: 35px;
}
.sprite-list-other.icon-chain-2-01 {
  background-position: -176px -850px;
  height: 30px;
  width: 30px;
}
.sprite-list-other.icon-chain-3-01 {
  background-position: -176px -900px;
  height: 30px;
  width: 29px;
}
.sprite-list-other.icon-chain-4-01 {
  background-position: -176px -950px;
  height: 30px;
  width: 29px;
}
.sprite-list-other.icon-chain-5-01 {
  background-position: -176px -1000px;
  height: 30px;
  width: 29px;
}
.sprite-list-other.icon-chain-6-01 {
  background-position: -176px -1050px;
  height: 30px;
  width: 29px;
}
.sprite-list-other.icon-chain-7-01 {
  background-position: -176px -1100px;
  height: 30px;
  width: 29px;
}
.sprite-list-other.icon-chain-8-01 {
  background-position: -264px 0px;
  height: 30px;
  width: 29px;
}
.sprite-list-other.icon-chain-9-01 {
  background-position: -264px -50px;
  height: 30px;
  width: 29px;
}
.sprite-list-other.icon-chain-k1-01 {
  background-position: -264px -100px;
  height: 30px;
  width: 19px;
}
.sprite-list-other.icon-chain-k1-02 {
  background-position: -264px -150px;
  height: 30px;
  width: 30px;
}
.sprite-list-other.icon-chain-k1-03 {
  background-position: -264px -200px;
  height: 30px;
  width: 28px;
}
.sprite-list-other.icon-chain-k1-05 {
  background-position: -264px -250px;
  height: 30px;
  width: 27px;
}
.sprite-list-other.icon-chain-k1-06 {
  background-position: -264px -300px;
  height: 30px;
  width: 28px;
}
.sprite-list-other.icon-chain-requirement-child-01 {
  background-position: -264px -350px;
  height: 30px;
  width: 6px;
}
.sprite-list-other.icon-chain-requirement-father-01 {
  background-position: -264px -400px;
  height: 30px;
  width: 6px;
}
.sprite-list-other.icon-chain-requirement-hybrid-01 {
  background-position: -264px -450px;
  height: 30px;
  width: 12px;
}
.sprite-list-other.icon-changerangking-01 {
  background-position: -264px -500px;
  height: 30px;
  width: 45px;
}
.sprite-list-other.icon-changestatus-01 {
  background-position: -264px -550px;
  height: 30px;
  width: 44px;
}
.sprite-list-other.icon-cockpit-01 {
  background-position: -264px -600px;
  height: 30px;
  width: 37px;
}
.sprite-list-other.icon-cockpit-02 {
  background-position: -264px -650px;
  height: 30px;
  width: 46px;
}
.sprite-list-other.icon-cockpit-03 {
  background-position: -264px -700px;
  height: 30px;
  width: 44px;
}
.sprite-list-other.icon-cockpit-05 {
  background-position: -264px -750px;
  height: 30px;
  width: 45px;
}
.sprite-list-other.icon-cockpit-06 {
  background-position: -264px -800px;
  height: 30px;
  width: 47px;
}
.sprite-list-other.icon-comment-01 {
  background-position: -264px -850px;
  height: 30px;
  width: 46px;
}
.sprite-list-other.icon-comment-02 {
  background-position: -264px -900px;
  height: 30px;
  width: 55px;
}
.sprite-list-other.icon-comment-03 {
  background-position: -264px -950px;
  height: 30px;
  width: 54px;
}
.sprite-list-other.icon-comment-05 {
  background-position: -264px -1000px;
  height: 30px;
  width: 52px;
}
.sprite-list-other.icon-comment-06 {
  background-position: -264px -1050px;
  height: 30px;
  width: 53px;
}
.sprite-list-other.icon-community-01 {
  background-position: -264px -1100px;
  height: 30px;
  width: 53px;
}
.sprite-list-other.icon-community-02 {
  background-position: -352px 0px;
  height: 30px;
  width: 60px;
}
.sprite-list-other.icon-community-03 {
  background-position: -352px -50px;
  height: 30px;
  width: 58px;
}
.sprite-list-other.icon-community-05 {
  background-position: -352px -100px;
  height: 30px;
  width: 60px;
}
.sprite-list-other.icon-community-06 {
  background-position: -352px -150px;
  height: 30px;
  width: 58px;
}
.sprite-list-other.icon-community-ad-01 {
  background-position: -352px -200px;
  height: 30px;
  width: 49px;
}
.sprite-list-other.icon-community-ad-02 {
  background-position: -352px -250px;
  height: 30px;
  width: 56px;
}
.sprite-list-other.icon-community-ad-03 {
  background-position: -352px -300px;
  height: 30px;
  width: 55px;
}
.sprite-list-other.icon-community-ad-05 {
  background-position: -352px -350px;
  height: 30px;
  width: 54px;
}
.sprite-list-other.icon-community-ad-06 {
  background-position: -352px -400px;
  height: 30px;
  width: 56px;
}
.sprite-list-other.icon-community-ad-arch {
  background-position: -352px -450px;
  height: 30px;
  width: 53px;
}
.sprite-list-other.icon-community-ad-new {
  background-position: -352px -500px;
  height: 30px;
  width: 52px;
}
.sprite-list-other.icon-community-ad-rejected {
  background-position: -352px -550px;
  height: 30px;
  width: 53px;
}
.sprite-list-other.icon-community-arch {
  background-position: -352px -600px;
  height: 30px;
  width: 59px;
}
.sprite-list-other.icon-community-closed-01 {
  background-position: -352px -650px;
  height: 30px;
  width: 53px;
}
.sprite-list-other.icon-community-closed-02 {
  background-position: -352px -700px;
  height: 30px;
  width: 60px;
}
.sprite-list-other.icon-community-closed-03 {
  background-position: -352px -750px;
  height: 30px;
  width: 58px;
}
.sprite-list-other.icon-community-closed-05 {
  background-position: -352px -800px;
  height: 30px;
  width: 60px;
}
.sprite-list-other.icon-community-closed-06 {
  background-position: -352px -850px;
  height: 30px;
  width: 58px;
}
.sprite-list-other.icon-community-closed-arch {
  background-position: -352px -900px;
  height: 30px;
  width: 59px;
}
.sprite-list-other.icon-community-closed-new {
  background-position: -352px -950px;
  height: 30px;
  width: 60px;
}
.sprite-list-other.icon-community-closed-rejected {
  background-position: -352px -1000px;
  height: 30px;
  width: 56px;
}
.sprite-list-other.icon-community-group-01 {
  background-position: -352px -1050px;
  height: 30px;
  width: 61px;
}
.sprite-list-other.icon-community-group-02 {
  background-position: -352px -1100px;
  height: 30px;
  width: 66px;
}
.sprite-list-other.icon-community-group-03 {
  background-position: -440px 0px;
  height: 30px;
  width: 65px;
}
.sprite-list-other.icon-community-group-05 {
  background-position: -440px -50px;
  height: 30px;
  width: 64px;
}
.sprite-list-other.icon-community-group-06 {
  background-position: -440px -100px;
  height: 30px;
  width: 67px;
}
.sprite-list-other.icon-community-group-arch {
  background-position: -440px -150px;
  height: 30px;
  width: 64px;
}
.sprite-list-other.icon-community-group-closed-01 {
  background-position: -440px -200px;
  height: 30px;
  width: 61px;
}
.sprite-list-other.icon-community-group-closed-02 {
  background-position: -440px -250px;
  height: 30px;
  width: 66px;
}
.sprite-list-other.icon-community-group-closed-03 {
  background-position: -440px -300px;
  height: 30px;
  width: 65px;
}
.sprite-list-other.icon-community-group-closed-05 {
  background-position: -440px -350px;
  height: 30px;
  width: 64px;
}
.sprite-list-other.icon-community-group-closed-06 {
  background-position: -440px -400px;
  height: 30px;
  width: 67px;
}
.sprite-list-other.icon-community-group-closed-arch {
  background-position: -440px -450px;
  height: 30px;
  width: 64px;
}
.sprite-list-other.icon-community-group-closed-new {
  background-position: -440px -500px;
  height: 30px;
  width: 65px;
}
.sprite-list-other.icon-community-group-closed-rejected {
  background-position: -440px -550px;
  height: 30px;
  width: 64px;
}
.sprite-list-other.icon-community-group-int-01 {
  background-position: -440px -600px;
  height: 30px;
  width: 61px;
}
.sprite-list-other.icon-community-group-int-02 {
  background-position: -440px -650px;
  height: 30px;
  width: 66px;
}
.sprite-list-other.icon-community-group-int-03 {
  background-position: -440px -700px;
  height: 30px;
  width: 65px;
}
.sprite-list-other.icon-community-group-int-05 {
  background-position: -440px -750px;
  height: 30px;
  width: 64px;
}
.sprite-list-other.icon-community-group-int-06 {
  background-position: -440px -800px;
  height: 30px;
  width: 67px;
}
.sprite-list-other.icon-community-group-int-arch {
  background-position: -440px -850px;
  height: 30px;
  width: 64px;
}
.sprite-list-other.icon-community-group-int-closed-01 {
  background-position: -440px -900px;
  height: 30px;
  width: 61px;
}
.sprite-list-other.icon-community-group-int-closed-02 {
  background-position: -440px -950px;
  height: 30px;
  width: 66px;
}
.sprite-list-other.icon-community-group-int-closed-03 {
  background-position: -440px -1000px;
  height: 30px;
  width: 65px;
}
.sprite-list-other.icon-community-group-int-closed-05 {
  background-position: -440px -1050px;
  height: 30px;
  width: 64px;
}
.sprite-list-other.icon-community-group-int-closed-06 {
  background-position: -440px -1100px;
  height: 30px;
  width: 67px;
}
.sprite-list-other.icon-community-group-int-closed-arch {
  background-position: -528px 0px;
  height: 30px;
  width: 64px;
}
.sprite-list-other.icon-community-group-int-closed-new {
  background-position: -528px -50px;
  height: 30px;
  width: 65px;
}
.sprite-list-other.icon-community-group-int-closed-rejected {
  background-position: -528px -100px;
  height: 30px;
  width: 64px;
}
.sprite-list-other.icon-community-group-int-new {
  background-position: -528px -150px;
  height: 30px;
  width: 65px;
}
.sprite-list-other.icon-community-group-int-rejected {
  background-position: -528px -200px;
  height: 30px;
  width: 64px;
}
.sprite-list-other.icon-community-group-new {
  background-position: -528px -250px;
  height: 30px;
  width: 65px;
}
.sprite-list-other.icon-community-group-rejected {
  background-position: -528px -300px;
  height: 30px;
  width: 64px;
}
.sprite-list-other.icon-community-int-01 {
  background-position: -528px -350px;
  height: 30px;
  width: 53px;
}
.sprite-list-other.icon-community-int-02 {
  background-position: -528px -400px;
  height: 30px;
  width: 60px;
}
.sprite-list-other.icon-community-int-03 {
  background-position: -528px -450px;
  height: 30px;
  width: 58px;
}
.sprite-list-other.icon-community-int-05 {
  background-position: -528px -500px;
  height: 30px;
  width: 60px;
}
.sprite-list-other.icon-community-int-06 {
  background-position: -528px -550px;
  height: 30px;
  width: 58px;
}
.sprite-list-other.icon-community-int-arch {
  background-position: -528px -600px;
  height: 30px;
  width: 59px;
}
.sprite-list-other.icon-community-int-closed-01 {
  background-position: -528px -650px;
  height: 30px;
  width: 53px;
}
.sprite-list-other.icon-community-int-closed-02 {
  background-position: -528px -700px;
  height: 30px;
  width: 60px;
}
.sprite-list-other.icon-community-int-closed-03 {
  background-position: -528px -750px;
  height: 30px;
  width: 58px;
}
.sprite-list-other.icon-community-int-closed-05 {
  background-position: -528px -800px;
  height: 30px;
  width: 60px;
}
.sprite-list-other.icon-community-int-closed-06 {
  background-position: -528px -850px;
  height: 30px;
  width: 58px;
}
.sprite-list-other.icon-community-int-closed-arch {
  background-position: -528px -900px;
  height: 30px;
  width: 59px;
}
.sprite-list-other.icon-community-int-closed-new {
  background-position: -528px -950px;
  height: 30px;
  width: 60px;
}
.sprite-list-other.icon-community-int-closed-rejected {
  background-position: -528px -1000px;
  height: 30px;
  width: 56px;
}
.sprite-list-other.icon-community-int-new {
  background-position: -528px -1050px;
  height: 30px;
  width: 60px;
}
.sprite-list-other.icon-community-int-rejected {
  background-position: -528px -1100px;
  height: 30px;
  width: 56px;
}
.sprite-list-other.icon-community-new {
  background-position: -616px 0px;
  height: 30px;
  width: 60px;
}
.sprite-list-other.icon-community-rejected {
  background-position: -616px -50px;
  height: 30px;
  width: 56px;
}
.sprite-list-other.icon-community-slider-01 {
  background-position: -616px -100px;
  height: 30px;
  width: 49px;
}
.sprite-list-other.icon-community-slider-02 {
  background-position: -616px -150px;
  height: 30px;
  width: 56px;
}
.sprite-list-other.icon-community-slider-03 {
  background-position: -616px -200px;
  height: 30px;
  width: 56px;
}
.sprite-list-other.icon-community-slider-05 {
  background-position: -616px -250px;
  height: 30px;
  width: 55px;
}
.sprite-list-other.icon-community-slider-06 {
  background-position: -616px -300px;
  height: 30px;
  width: 55px;
}
.sprite-list-other.icon-community-slider-arch {
  background-position: -616px -350px;
  height: 30px;
  width: 53px;
}
.sprite-list-other.icon-community-slider-new {
  background-position: -616px -400px;
  height: 30px;
  width: 56px;
}
.sprite-list-other.icon-community-slider-rejected {
  background-position: -616px -450px;
  height: 30px;
  width: 52px;
}
.sprite-list-other.icon-compare-candidate-add-05 {
  background-position: -616px -500px;
  height: 10px;
  width: 10px;
}
.sprite-list-other.icon-compare-candidate-cell-check-01 {
  background-position: -616px -550px;
  height: 10px;
  width: 12px;
}
.sprite-list-other.icon-compare-candidate-cell-check-06 {
  background-position: -616px -600px;
  height: 7px;
  width: 9px;
}
.sprite-list-other.icon-compare-candidate-collapse-element {
  background-position: -616px -650px;
  height: 5px;
  width: 9px;
}
.sprite-list-other.icon-compare-candidate-delete-04 {
  background-position: -616px -700px;
  height: 8px;
  width: 9px;
}
.sprite-list-other.icon-compare-candidate-delete-delete-row {
  background-position: -616px -750px;
  height: 7px;
  width: 7px;
}
.sprite-list-other.icon-compare-candidate-info {
  background-position: -616px -800px;
  height: 7px;
  width: 7px;
}
.sprite-list-other.icon-compare-candidate-move-row {
  background-position: -616px -850px;
  height: 5px;
  width: 10px;
}
.sprite-list-other.icon-compare-candidate-move-setcard {
  background-position: -616px -900px;
  height: 6px;
  width: 14px;
}
.sprite-list-other.icon-compare-candidate-setcard-comment {
  background-position: -616px -950px;
  height: 16px;
  width: 20px;
}
.sprite-list-other.icon-compare-candidate-setcard-dossier {
  background-position: -616px -1000px;
  height: 16px;
  width: 20px;
}
.sprite-list-other.icon-compare-candidate-setcard-mail {
  background-position: -616px -1050px;
  height: 16px;
  width: 22px;
}
.sprite-list-other.icon-compare-candidate-setcard-more {
  background-position: -616px -1100px;
  height: 4px;
  width: 16px;
}
.sprite-list-other.icon-compare-candidate-setcard-pin-01 {
  background-position: -704px 0px;
  height: 10px;
  width: 10px;
}
.sprite-list-other.icon-compare-candidate-setcard-pin-05 {
  background-position: -704px -50px;
  height: 10px;
  width: 10px;
}
.sprite-list-other.icon-compare-candidate-voting-star-big-full {
  background-position: -704px -100px;
  height: 11px;
  width: 12px;
}
.sprite-list-other.icon-compare-candidate-voting-star-big-outline {
  background-position: -704px -150px;
  height: 11px;
  width: 12px;
}
.sprite-list-other.icon-compare-candidate-voting-star-cut-full-half {
  background-position: -704px -200px;
  height: 9px;
  width: 9px;
}
.sprite-list-other.icon-compare-candidate-voting-star-cut-full-outline {
  background-position: -704px -250px;
  height: 9px;
  width: 9px;
}
.sprite-list-other.icon-compare-candidate-voting-star-cut-full {
  background-position: -704px -300px;
  height: 9px;
  width: 9px;
}
.sprite-list-other.icon-competencie-01 {
  background-position: -704px -350px;
  height: 30px;
  width: 32px;
}
.sprite-list-other.icon-competencie-02 {
  background-position: -704px -400px;
  height: 30px;
  width: 45px;
}
.sprite-list-other.icon-competencie-03 {
  background-position: -704px -450px;
  height: 30px;
  width: 42px;
}
.sprite-list-other.icon-competencie-05 {
  background-position: -704px -500px;
  height: 30px;
  width: 47px;
}
.sprite-list-other.icon-competencie-06 {
  background-position: -704px -550px;
  height: 30px;
  width: 40px;
}
.sprite-list-other.icon-competencie-arch-01 {
  background-position: -704px -600px;
  height: 30px;
  width: 41px;
}
.sprite-list-other.icon-competencie-partial-01 {
  background-position: -704px -650px;
  height: 30px;
  width: 31px;
}
.sprite-list-other.icon-competencie-partial-02 {
  background-position: -704px -700px;
  height: 30px;
  width: 44px;
}
.sprite-list-other.icon-competencie-partial-03 {
  background-position: -704px -750px;
  height: 30px;
  width: 42px;
}
.sprite-list-other.icon-competencie-partial-05 {
  background-position: -704px -800px;
  height: 30px;
  width: 41px;
}
.sprite-list-other.icon-competencie-partial-06 {
  background-position: -704px -850px;
  height: 30px;
  width: 44px;
}
.sprite-list-other.icon-competencie-partial-arch-01 {
  background-position: -704px -900px;
  height: 30px;
  width: 41px;
}
.sprite-list-other.icon-competencie-profile-01 {
  background-position: -704px -950px;
  height: 30px;
  width: 44px;
}
.sprite-list-other.icon-competencie-profile-02 {
  background-position: -704px -1000px;
  height: 30px;
  width: 52px;
}
.sprite-list-other.icon-competencie-profile-03 {
  background-position: -704px -1050px;
  height: 30px;
  width: 51px;
}
.sprite-list-other.icon-competencie-profile-05 {
  background-position: -704px -1100px;
  height: 30px;
  width: 52px;
}
.sprite-list-other.icon-competencie-profile-06 {
  background-position: -792px 0px;
  height: 30px;
  width: 53px;
}
.sprite-list-other.icon-competencie-profile-arch-01 {
  background-position: -792px -50px;
  height: 30px;
  width: 52px;
}
.sprite-list-other.icon-dossier-01 {
  background-position: -792px -100px;
  height: 30px;
  width: 44px;
}
.sprite-list-other.icon-dossier-02 {
  background-position: -792px -150px;
  height: 30px;
  width: 52px;
}
.sprite-list-other.icon-dossier-03 {
  background-position: -792px -200px;
  height: 30px;
  width: 49px;
}
.sprite-list-other.icon-dossier-05 {
  background-position: -792px -250px;
  height: 30px;
  width: 49px;
}
.sprite-list-other.icon-dossier-06 {
  background-position: -792px -300px;
  height: 30px;
  width: 52px;
}
.sprite-list-other.icon-event-01 {
  background-position: -792px -350px;
  height: 30px;
  width: 38px;
}
.sprite-list-other.icon-event-02 {
  background-position: -792px -400px;
  height: 30px;
  width: 46px;
}
.sprite-list-other.icon-event-03 {
  background-position: -792px -450px;
  height: 30px;
  width: 45px;
}
.sprite-list-other.icon-event-05 {
  background-position: -792px -500px;
  height: 30px;
  width: 46px;
}
.sprite-list-other.icon-event-06 {
  background-position: -792px -550px;
  height: 30px;
  width: 38px;
}
.sprite-list-other.icon-event-multiple-01 {
  background-position: -792px -600px;
  height: 30px;
  width: 37px;
}
.sprite-list-other.icon-event-multiple-02 {
  background-position: -792px -650px;
  height: 30px;
  width: 46px;
}
.sprite-list-other.icon-event-multiple-03 {
  background-position: -792px -700px;
  height: 30px;
  width: 45px;
}
.sprite-list-other.icon-event-multiple-05 {
  background-position: -792px -750px;
  height: 30px;
  width: 46px;
}
.sprite-list-other.icon-event-multiple-06 {
  background-position: -792px -800px;
  height: 30px;
  width: 48px;
}
.sprite-list-other.icon-favorite-01 {
  background-position: -792px -850px;
  height: 30px;
  width: 40px;
}
.sprite-list-other.icon-favorite-02 {
  background-position: -792px -900px;
  height: 30px;
  width: 47px;
}
.sprite-list-other.icon-favorite-03 {
  background-position: -792px -950px;
  height: 30px;
  width: 46px;
}
.sprite-list-other.icon-favorite-05 {
  background-position: -792px -1000px;
  height: 30px;
  width: 44px;
}
.sprite-list-other.icon-favorite-06 {
  background-position: -792px -1050px;
  height: 30px;
  width: 48px;
}
.sprite-list-other.icon-handicap-01 {
  background-position: -792px -1100px;
  height: 30px;
  width: 15px;
}
.sprite-list-other.icon-internal-rights-01 {
  background-position: -880px 0px;
  height: 30px;
  width: 29px;
}
.sprite-list-other.icon-internal-rights-02 {
  background-position: -880px -50px;
  height: 30px;
  width: 43px;
}
.sprite-list-other.icon-internal-rights-03 {
  background-position: -880px -100px;
  height: 30px;
  width: 40px;
}
.sprite-list-other.icon-internal-rights-05 {
  background-position: -880px -150px;
  height: 30px;
  width: 39px;
}
.sprite-list-other.icon-internal-rights-06 {
  background-position: -880px -200px;
  height: 30px;
  width: 42px;
}
.sprite-list-other.icon-interview-01 {
  background-position: -880px -250px;
  height: 30px;
  width: 49px;
}
.sprite-list-other.icon-interview-02 {
  background-position: -880px -300px;
  height: 30px;
  width: 56px;
}
.sprite-list-other.icon-interview-03 {
  background-position: -880px -350px;
  height: 30px;
  width: 54px;
}
.sprite-list-other.icon-interview-05 {
  background-position: -880px -400px;
  height: 30px;
  width: 52px;
}
.sprite-list-other.icon-interview-06 {
  background-position: -880px -450px;
  height: 30px;
  width: 56px;
}
.sprite-list-other.icon-interview-comment-01 {
  background-position: -880px -500px;
  height: 30px;
  width: 49px;
}
.sprite-list-other.icon-interview-comment-02 {
  background-position: -880px -550px;
  height: 30px;
  width: 56px;
}
.sprite-list-other.icon-interview-comment-03 {
  background-position: -880px -600px;
  height: 30px;
  width: 54px;
}
.sprite-list-other.icon-interview-comment-05 {
  background-position: -880px -650px;
  height: 30px;
  width: 52px;
}
.sprite-list-other.icon-interview-comment-06 {
  background-position: -880px -700px;
  height: 30px;
  width: 56px;
}
.sprite-list-other.icon-job-family-01 {
  background-position: -880px -750px;
  height: 30px;
  width: 49px;
}
.sprite-list-other.icon-job-family-02 {
  background-position: -880px -800px;
  height: 30px;
  width: 52px;
}
.sprite-list-other.icon-job-family-03 {
  background-position: -880px -850px;
  height: 30px;
  width: 49px;
}
.sprite-list-other.icon-job-family-05 {
  background-position: -880px -900px;
  height: 30px;
  width: 52px;
}
.sprite-list-other.icon-job-family-06 {
  background-position: -880px -950px;
  height: 30px;
  width: 53px;
}
.sprite-list-other.icon-job-family-arch-01 {
  background-position: -880px -1000px;
  height: 30px;
  width: 52px;
}
.sprite-list-other.icon-jobad-01 {
  background-position: -880px -1050px;
  height: 30px;
  width: 38px;
}
.sprite-list-other.icon-jobad-02 {
  background-position: -880px -1100px;
  height: 30px;
  width: 45px;
}
.sprite-list-other.icon-jobad-03 {
  background-position: -968px 0px;
  height: 30px;
  width: 45px;
}
.sprite-list-other.icon-jobad-04 {
  background-position: -968px -50px;
  height: 30px;
  width: 45px;
}
.sprite-list-other.icon-jobad-05 {
  background-position: -968px -100px;
  height: 30px;
  width: 40px;
}
.sprite-list-other.icon-jobad-06 {
  background-position: -968px -150px;
  height: 30px;
  width: 52px;
}
.sprite-list-other.icon-jobad-arch-01 {
  background-position: -968px -200px;
  height: 30px;
  width: 45px;
}
.sprite-list-other.icon-jobad-int-01 {
  background-position: -968px -250px;
  height: 30px;
  width: 38px;
}
.sprite-list-other.icon-jobad-int-02 {
  background-position: -968px -300px;
  height: 30px;
  width: 45px;
}
.sprite-list-other.icon-jobad-int-03 {
  background-position: -968px -350px;
  height: 30px;
  width: 45px;
}
.sprite-list-other.icon-jobad-int-04 {
  background-position: -968px -400px;
  height: 30px;
  width: 45px;
}
.sprite-list-other.icon-jobad-int-05 {
  background-position: -968px -450px;
  height: 30px;
  width: 40px;
}
.sprite-list-other.icon-jobad-int-06 {
  background-position: -968px -500px;
  height: 30px;
  width: 46px;
}
.sprite-list-other.icon-jobad-int-LE-01 {
  background-position: -968px -550px;
  height: 30px;
  width: 38px;
}
.sprite-list-other.icon-jobad-int-LE-02 {
  background-position: -968px -600px;
  height: 30px;
  width: 45px;
}
.sprite-list-other.icon-jobad-int-LE-03 {
  background-position: -968px -650px;
  height: 30px;
  width: 43px;
}
.sprite-list-other.icon-jobad-int-LE-04 {
  background-position: -968px -700px;
  height: 30px;
  width: 45px;
}
.sprite-list-other.icon-jobad-int-LE-05 {
  background-position: -968px -750px;
  height: 30px;
  width: 40px;
}
.sprite-list-other.icon-jobad-int-LE-06 {
  background-position: -968px -800px;
  height: 30px;
  width: 46px;
}
.sprite-list-other.icon-jobad-int-arch-01 {
  background-position: -968px -850px;
  height: 30px;
  width: 43px;
}
.sprite-list-other.icon-jobad-int-arch-LE-01 {
  background-position: -968px -900px;
  height: 30px;
  width: 43px;
}
.sprite-list-other.icon-keyrules-01 {
  background-position: -968px -950px;
  height: 30px;
  width: 44px;
}
.sprite-list-other.icon-keyrules-02 {
  background-position: -968px -1000px;
  height: 30px;
  width: 51px;
}
.sprite-list-other.icon-keyrules-03 {
  background-position: -968px -1050px;
  height: 30px;
  width: 48px;
}
.sprite-list-other.icon-keyrules-05 {
  background-position: -968px -1100px;
  height: 30px;
  width: 49px;
}
.sprite-list-other.icon-keyrules-06 {
  background-position: -1056px 0px;
  height: 30px;
  width: 51px;
}
.sprite-list-other.icon-lastvisited-01 {
  background-position: -1056px -50px;
  height: 30px;
  width: 37px;
}
.sprite-list-other.icon-lastvisited-02 {
  background-position: -1056px -100px;
  height: 30px;
  width: 45px;
}
.sprite-list-other.icon-lastvisited-03 {
  background-position: -1056px -150px;
  height: 30px;
  width: 43px;
}
.sprite-list-other.icon-lastvisited-05 {
  background-position: -1056px -200px;
  height: 30px;
  width: 42px;
}
.sprite-list-other.icon-lastvisited-06 {
  background-position: -1056px -250px;
  height: 30px;
  width: 46px;
}
.sprite-list-other.icon-linkstat-01 {
  background-position: -1056px -300px;
  height: 30px;
  width: 38px;
}
.sprite-list-other.icon-linkstat-02 {
  background-position: -1056px -350px;
  height: 30px;
  width: 47px;
}
.sprite-list-other.icon-linkstat-03 {
  background-position: -1056px -400px;
  height: 30px;
  width: 45px;
}
.sprite-list-other.icon-linkstat-05 {
  background-position: -1056px -450px;
  height: 30px;
  width: 44px;
}
.sprite-list-other.icon-linkstat-06 {
  background-position: -1056px -500px;
  height: 30px;
  width: 47px;
}
.sprite-list-other.icon-location-01 {
  background-position: -1056px -550px;
  height: 30px;
  width: 34px;
}
.sprite-list-other.icon-location-02 {
  background-position: -1056px -600px;
  height: 30px;
  width: 43px;
}
.sprite-list-other.icon-location-03 {
  background-position: -1056px -650px;
  height: 30px;
  width: 42px;
}
.sprite-list-other.icon-location-05 {
  background-position: -1056px -700px;
  height: 30px;
  width: 41px;
}
.sprite-list-other.icon-location-06 {
  background-position: -1056px -750px;
  height: 30px;
  width: 46px;
}
.sprite-list-other.icon-lookup-01 {
  background-position: -1056px -800px;
  height: 30px;
  width: 43px;
}
.sprite-list-other.icon-lookup-02 {
  background-position: -1056px -850px;
  height: 30px;
  width: 50px;
}
.sprite-list-other.icon-lookup-03 {
  background-position: -1056px -900px;
  height: 30px;
  width: 49px;
}
.sprite-list-other.icon-lookup-04 {
  background-position: -1056px -950px;
  height: 30px;
  width: 49px;
}
.sprite-list-other.icon-lookup-05 {
  background-position: -1056px -1000px;
  height: 30px;
  width: 51px;
}
.sprite-list-other.icon-lookup-06 {
  background-position: -1056px -1050px;
  height: 30px;
  width: 50px;
}
.sprite-list-other.icon-mail-01 {
  background-position: -1056px -1100px;
  height: 30px;
  width: 46px;
}
.sprite-list-other.icon-mail-02 {
  background-position: -1144px 0px;
  height: 30px;
  width: 52px;
}
.sprite-list-other.icon-mail-03 {
  background-position: -1144px -50px;
  height: 30px;
  width: 53px;
}
.sprite-list-other.icon-mail-05 {
  background-position: -1144px -100px;
  height: 30px;
  width: 53px;
}
.sprite-list-other.icon-mail-06 {
  background-position: -1144px -150px;
  height: 30px;
  width: 52px;
}
.sprite-list-other.icon-mail-arch {
  background-position: -1144px -200px;
  height: 30px;
  width: 52px;
}
.sprite-list-other.icon-mail-int-01 {
  background-position: -1144px -250px;
  height: 30px;
  width: 46px;
}
.sprite-list-other.icon-mail-int-02 {
  background-position: -1144px -300px;
  height: 30px;
  width: 52px;
}
.sprite-list-other.icon-mail-int-03 {
  background-position: -1144px -350px;
  height: 30px;
  width: 53px;
}
.sprite-list-other.icon-mail-int-05 {
  background-position: -1144px -400px;
  height: 30px;
  width: 53px;
}
.sprite-list-other.icon-mail-int-06 {
  background-position: -1144px -450px;
  height: 30px;
  width: 52px;
}
.sprite-list-other.icon-mail-int-arch {
  background-position: -1144px -500px;
  height: 30px;
  width: 52px;
}
.sprite-list-other.icon-mail-int-new {
  background-position: -1144px -550px;
  height: 30px;
  width: 53px;
}
.sprite-list-other.icon-mail-new {
  background-position: -1144px -600px;
  height: 30px;
  width: 53px;
}
.sprite-list-other.icon-mail-save-print {
  background-position: -1144px -650px;
  height: 30px;
  width: 49px;
}
.sprite-list-other.icon-mail-sys-01 {
  background-position: -1144px -700px;
  height: 30px;
  width: 46px;
}
.sprite-list-other.icon-mail-sys-02 {
  background-position: -1144px -750px;
  height: 30px;
  width: 52px;
}
.sprite-list-other.icon-mail-sys-03 {
  background-position: -1144px -800px;
  height: 30px;
  width: 53px;
}
.sprite-list-other.icon-mail-sys-05 {
  background-position: -1144px -850px;
  height: 30px;
  width: 53px;
}
.sprite-list-other.icon-mail-sys-06 {
  background-position: -1144px -900px;
  height: 30px;
  width: 52px;
}
.sprite-list-other.icon-mail-sys-arch {
  background-position: -1144px -950px;
  height: 30px;
  width: 52px;
}
.sprite-list-other.icon-mail-sys-new {
  background-position: -1144px -1000px;
  height: 30px;
  width: 53px;
}
.sprite-list-other.icon-mail-to-01 {
  background-position: -1144px -1050px;
  height: 30px;
  width: 47px;
}
.sprite-list-other.icon-mail-to-02 {
  background-position: -1144px -1100px;
  height: 30px;
  width: 55px;
}
.sprite-list-other.icon-mail-to-03 {
  background-position: -1232px 0px;
  height: 30px;
  width: 53px;
}
.sprite-list-other.icon-mail-to-05 {
  background-position: -1232px -50px;
  height: 30px;
  width: 54px;
}
.sprite-list-other.icon-mail-to-06 {
  background-position: -1232px -100px;
  height: 30px;
  width: 52px;
}
.sprite-list-other.icon-mail-to-int-01 {
  background-position: -1232px -150px;
  height: 30px;
  width: 48px;
}
.sprite-list-other.icon-mail-to-int-02 {
  background-position: -1232px -200px;
  height: 30px;
  width: 55px;
}
.sprite-list-other.icon-mail-to-int-03 {
  background-position: -1232px -250px;
  height: 30px;
  width: 53px;
}
.sprite-list-other.icon-mail-to-int-05 {
  background-position: -1232px -300px;
  height: 30px;
  width: 54px;
}
.sprite-list-other.icon-mail-to-int-06 {
  background-position: -1232px -350px;
  height: 30px;
  width: 52px;
}
.sprite-list-other.icon-mail-to-save-print {
  background-position: -1232px -400px;
  height: 30px;
  width: 49px;
}
.sprite-list-other.icon-mandatory-01 {
  background-position: -1232px -450px;
  height: 30px;
  width: 14px;
}
.sprite-list-other.icon-mandatory-block-01 {
  background-position: -1232px -500px;
  height: 30px;
  width: 12px;
}
.sprite-list-other.icon-matchingprofile-01 {
  background-position: -1232px -550px;
  height: 30px;
  width: 42px;
}
.sprite-list-other.icon-matchingprofile-02 {
  background-position: -1232px -600px;
  height: 30px;
  width: 51px;
}
.sprite-list-other.icon-matchingprofile-03 {
  background-position: -1232px -650px;
  height: 30px;
  width: 50px;
}
.sprite-list-other.icon-matchingprofile-05 {
  background-position: -1232px -700px;
  height: 30px;
  width: 50px;
}
.sprite-list-other.icon-matchingprofile-06 {
  background-position: -1232px -750px;
  height: 30px;
  width: 52px;
}
.sprite-list-other.icon-matchinprofile-folder-01 {
  background-position: -1232px -800px;
  height: 30px;
  width: 46px;
}
.sprite-list-other.icon-matchinprofile-folder-02 {
  background-position: -1232px -850px;
  height: 30px;
  width: 54px;
}
.sprite-list-other.icon-matchinprofile-folder-03 {
  background-position: -1232px -900px;
  height: 30px;
  width: 51px;
}
.sprite-list-other.icon-matchinprofile-folder-05 {
  background-position: -1232px -950px;
  height: 30px;
  width: 50px;
}
.sprite-list-other.icon-matchinprofile-folder-06 {
  background-position: -1232px -1000px;
  height: 30px;
  width: 53px;
}
.sprite-list-other.icon-move-panel-01 {
  background-position: -1232px -1050px;
  height: 18px;
  width: 17px;
}
.sprite-list-other.icon-move-row-01 {
  background-position: -1232px -1100px;
  height: 18px;
  width: 24px;
}
.sprite-list-other.icon-new-admin-01 {
  background-position: -1320px 0px;
  height: 30px;
  width: 43px;
}
.sprite-list-other.icon-new-answer-01 {
  background-position: -1320px -50px;
  height: 30px;
  width: 37px;
}
.sprite-list-other.icon-new-block-01 {
  background-position: -1320px -100px;
  height: 30px;
  width: 43px;
}
.sprite-list-other.icon-new-bookmark-01 {
  background-position: -1320px -150px;
  height: 30px;
  width: 41px;
}
.sprite-list-other.icon-new-comment-01 {
  background-position: -1320px -200px;
  height: 30px;
  width: 54px;
}
.sprite-list-other.icon-new-competencie-01 {
  background-position: -1320px -250px;
  height: 30px;
  width: 42px;
}
.sprite-list-other.icon-new-competencie-partial-01 {
  background-position: -1320px -300px;
  height: 30px;
  width: 42px;
}
.sprite-list-other.icon-new-competencie-profile-01 {
  background-position: -1320px -350px;
  height: 30px;
  width: 49px;
}
.sprite-list-other.icon-new-dossier-01 {
  background-position: -1320px -400px;
  height: 30px;
  width: 51px;
}
.sprite-list-other.icon-new-event-01 {
  background-position: -1320px -450px;
  height: 30px;
  width: 46px;
}
.sprite-list-other.icon-new-favorite-01 {
  background-position: -1320px -500px;
  height: 30px;
  width: 43px;
}
.sprite-list-other.icon-new-internal-rights-01 {
  background-position: -1320px -550px;
  height: 30px;
  width: 39px;
}
.sprite-list-other.icon-new-interview-01 {
  background-position: -1320px -600px;
  height: 30px;
  width: 54px;
}
.sprite-list-other.icon-new-interview-comment-01 {
  background-position: -1320px -650px;
  height: 30px;
  width: 54px;
}
.sprite-list-other.icon-new-job-family-01 {
  background-position: -1320px -700px;
  height: 30px;
  width: 49px;
}
.sprite-list-other.icon-new-jobad-01 {
  background-position: -1320px -750px;
  height: 30px;
  width: 45px;
}
.sprite-list-other.icon-new-jobad-int-01 {
  background-position: -1320px -800px;
  height: 30px;
  width: 45px;
}
.sprite-list-other.icon-new-jobad-int-LE-01 {
  background-position: -1320px -850px;
  height: 30px;
  width: 45px;
}
.sprite-list-other.icon-new-lastvisited-01 {
  background-position: -1320px -900px;
  height: 30px;
  width: 43px;
}
.sprite-list-other.icon-new-location-01 {
  background-position: -1320px -950px;
  height: 30px;
  width: 42px;
}
.sprite-list-other.icon-new-lookup-01 {
  background-position: -1320px -1000px;
  height: 30px;
  width: 51px;
}
.sprite-list-other.icon-new-mail-01 {
  background-position: -1320px -1050px;
  height: 30px;
  width: 53px;
}
.sprite-list-other.icon-new-matchingprofile-01 {
  background-position: -1320px -1100px;
  height: 30px;
  width: 49px;
}
.sprite-list-other.icon-new-matchinprofile-folder-01 {
  background-position: -1408px 0px;
  height: 30px;
  width: 53px;
}
.sprite-list-other.icon-new-news-01 {
  background-position: -1408px -50px;
  height: 30px;
  width: 68px;
}
.sprite-list-other.icon-new-organisation-01 {
  background-position: -1408px -100px;
  height: 30px;
  width: 53px;
}
.sprite-list-other.icon-new-organisation-sub-01 {
  background-position: -1408px -150px;
  height: 30px;
  width: 55px;
}
.sprite-list-other.icon-new-page-01 {
  background-position: -1408px -200px;
  height: 30px;
  width: 46px;
}
.sprite-list-other.icon-new-project-01 {
  background-position: -1408px -250px;
  height: 30px;
  width: 49px;
}
.sprite-list-other.icon-new-psi-01 {
  background-position: -1408px -300px;
  height: 30px;
  width: 48px;
}
.sprite-list-other.icon-new-question-01 {
  background-position: -1408px -350px;
  height: 30px;
  width: 38px;
}
.sprite-list-other.icon-new-questionair-01 {
  background-position: -1408px -400px;
  height: 30px;
  width: 43px;
}
.sprite-list-other.icon-new-ranking-01 {
  background-position: -1408px -450px;
  height: 30px;
  width: 47px;
}
.sprite-list-other.icon-new-reminder-01 {
  background-position: -1408px -500px;
  height: 30px;
  width: 48px;
}
.sprite-list-other.icon-new-requirements-01 {
  background-position: -1408px -550px;
  height: 30px;
  width: 46px;
}
.sprite-list-other.icon-new-rights-01 {
  background-position: -1408px -600px;
  height: 30px;
  width: 39px;
}
.sprite-list-other.icon-new-stat-01 {
  background-position: -1408px -650px;
  height: 30px;
  width: 48px;
}
.sprite-list-other.icon-new-statement-01 {
  background-position: -1408px -700px;
  height: 30px;
  width: 54px;
}
.sprite-list-other.icon-new-status-01 {
  background-position: -1408px -750px;
  height: 30px;
  width: 37px;
}
.sprite-list-other.icon-new-task-01 {
  background-position: -1408px -800px;
  height: 30px;
  width: 45px;
}
.sprite-list-other.icon-new-time-01 {
  background-position: -1408px -850px;
  height: 30px;
  width: 47px;
}
.sprite-list-other.icon-new-translate-01 {
  background-position: -1408px -900px;
  height: 30px;
  width: 59px;
}
.sprite-list-other.icon-new-vacancy-01 {
  background-position: -1408px -950px;
  height: 30px;
  width: 47px;
}
.sprite-list-other.icon-new-vacancy-finished-01 {
  background-position: -1408px -1000px;
  height: 30px;
  width: 55px;
}
.sprite-list-other.icon-new-vacancy-int-01 {
  background-position: -1408px -1050px;
  height: 30px;
  width: 47px;
}
.sprite-list-other.icon-news-01 {
  background-position: -1408px -1100px;
  height: 30px;
  width: 67px;
}
.sprite-list-other.icon-news-02 {
  background-position: -1496px 0px;
  height: 30px;
  width: 68px;
}
.sprite-list-other.icon-news-03 {
  background-position: -1496px -50px;
  height: 30px;
  width: 68px;
}
.sprite-list-other.icon-news-05 {
  background-position: -1496px -100px;
  height: 30px;
  width: 67px;
}
.sprite-list-other.icon-news-06 {
  background-position: -1496px -150px;
  height: 30px;
  width: 67px;
}
.sprite-list-other.icon-organisation-01 {
  background-position: -1496px -200px;
  height: 30px;
  width: 48px;
}
.sprite-list-other.icon-organisation-02 {
  background-position: -1496px -250px;
  height: 30px;
  width: 56px;
}
.sprite-list-other.icon-organisation-03 {
  background-position: -1496px -300px;
  height: 30px;
  width: 55px;
}
.sprite-list-other.icon-organisation-05 {
  background-position: -1496px -350px;
  height: 30px;
  width: 52px;
}
.sprite-list-other.icon-organisation-06 {
  background-position: -1496px -400px;
  height: 30px;
  width: 56px;
}
.sprite-list-other.icon-organisation-sub-01 {
  background-position: -1496px -450px;
  height: 30px;
  width: 49px;
}
.sprite-list-other.icon-organisation-sub-02 {
  background-position: -1496px -500px;
  height: 30px;
  width: 58px;
}
.sprite-list-other.icon-organisation-sub-03 {
  background-position: -1496px -550px;
  height: 30px;
  width: 55px;
}
.sprite-list-other.icon-organisation-sub-05 {
  background-position: -1496px -600px;
  height: 30px;
  width: 55px;
}
.sprite-list-other.icon-organisation-sub-06 {
  background-position: -1496px -650px;
  height: 30px;
  width: 60px;
}
.sprite-list-other.icon-page-01 {
  background-position: -1496px -700px;
  height: 30px;
  width: 39px;
}
.sprite-list-other.icon-page-02 {
  background-position: -1496px -750px;
  height: 30px;
  width: 46px;
}
.sprite-list-other.icon-page-03 {
  background-position: -1496px -800px;
  height: 30px;
  width: 46px;
}
.sprite-list-other.icon-page-05 {
  background-position: -1496px -850px;
  height: 30px;
  width: 46px;
}
.sprite-list-other.icon-page-06 {
  background-position: -1496px -900px;
  height: 30px;
  width: 47px;
}
.sprite-list-other.icon-project-01 {
  background-position: -1496px -950px;
  height: 30px;
  width: 42px;
}
.sprite-list-other.icon-project-02 {
  background-position: -1496px -1000px;
  height: 30px;
  width: 49px;
}
.sprite-list-other.icon-project-03 {
  background-position: -1496px -1050px;
  height: 30px;
  width: 49px;
}
.sprite-list-other.icon-project-04 {
  background-position: -1496px -1100px;
  height: 30px;
  width: 49px;
}
.sprite-list-other.icon-project-05 {
  background-position: -1584px 0px;
  height: 30px;
  width: 47px;
}
.sprite-list-other.icon-project-arch-01 {
  background-position: -1584px -50px;
  height: 30px;
  width: 48px;
}
.sprite-list-other.icon-psi-01 {
  background-position: -1584px -100px;
  height: 30px;
  width: 40px;
}
.sprite-list-other.icon-psi-02 {
  background-position: -1584px -150px;
  height: 30px;
  width: 48px;
}
.sprite-list-other.icon-psi-03 {
  background-position: -1584px -200px;
  height: 30px;
  width: 47px;
}
.sprite-list-other.icon-psi-05 {
  background-position: -1584px -250px;
  height: 30px;
  width: 46px;
}
.sprite-list-other.icon-psi-06 {
  background-position: -1584px -300px;
  height: 30px;
  width: 51px;
}
.sprite-list-other.icon-question-01 {
  background-position: -1584px -350px;
  height: 30px;
  width: 29px;
}
.sprite-list-other.icon-question-02 {
  background-position: -1584px -400px;
  height: 30px;
  width: 42px;
}
.sprite-list-other.icon-question-03 {
  background-position: -1584px -450px;
  height: 30px;
  width: 39px;
}
.sprite-list-other.icon-question-05 {
  background-position: -1584px -500px;
  height: 30px;
  width: 39px;
}
.sprite-list-other.icon-question-06 {
  background-position: -1584px -550px;
  height: 30px;
  width: 43px;
}
.sprite-list-other.icon-questionair-01 {
  background-position: -1584px -600px;
  height: 30px;
  width: 34px;
}
.sprite-list-other.icon-questionair-02 {
  background-position: -1584px -650px;
  height: 30px;
  width: 45px;
}
.sprite-list-other.icon-questionair-03 {
  background-position: -1584px -700px;
  height: 30px;
  width: 43px;
}
.sprite-list-other.icon-questionair-05 {
  background-position: -1584px -750px;
  height: 30px;
  width: 44px;
}
.sprite-list-other.icon-questionair-06 {
  background-position: -1584px -800px;
  height: 30px;
  width: 46px;
}
.sprite-list-other.icon-rejected-pool-pending-01 {
  background-position: -1584px -850px;
  height: 30px;
  width: 29px;
}
.sprite-list-other.icon-reminder-01 {
  background-position: -1584px -900px;
  height: 30px;
  width: 42px;
}
.sprite-list-other.icon-reminder-02 {
  background-position: -1584px -950px;
  height: 30px;
  width: 51px;
}
.sprite-list-other.icon-reminder-03 {
  background-position: -1584px -1000px;
  height: 30px;
  width: 48px;
}
.sprite-list-other.icon-reminder-05 {
  background-position: -1584px -1050px;
  height: 30px;
  width: 48px;
}
.sprite-list-other.icon-reminder-06 {
  background-position: -1584px -1100px;
  height: 30px;
  width: 52px;
}
.sprite-list-other.icon-requirements-01 {
  background-position: -1672px 0px;
  height: 30px;
  width: 39px;
}
.sprite-list-other.icon-requirements-02 {
  background-position: -1672px -50px;
  height: 30px;
  width: 47px;
}
.sprite-list-other.icon-requirements-03 {
  background-position: -1672px -100px;
  height: 30px;
  width: 46px;
}
.sprite-list-other.icon-requirements-04 {
  background-position: -1672px -150px;
  height: 30px;
  width: 46px;
}
.sprite-list-other.icon-requirements-05 {
  background-position: -1672px -200px;
  height: 30px;
  width: 46px;
}
.sprite-list-other.icon-requirements-06 {
  background-position: -1672px -250px;
  height: 30px;
  width: 49px;
}
.sprite-list-other.icon-requirements-arch-01 {
  background-position: -1672px -300px;
  height: 30px;
  width: 45px;
}
.sprite-list-other.icon-requirements-rejected-specdep-01 {
  background-position: -1672px -350px;
  height: 30px;
  width: 45px;
}
.sprite-list-other.icon-rights-01 {
  background-position: -1672px -400px;
  height: 30px;
  width: 29px;
}
.sprite-list-other.icon-rights-02 {
  background-position: -1672px -450px;
  height: 30px;
  width: 43px;
}
.sprite-list-other.icon-rights-03 {
  background-position: -1672px -500px;
  height: 30px;
  width: 40px;
}
.sprite-list-other.icon-rights-04 {
  background-position: -1672px -550px;
  height: 30px;
  width: 35px;
}
.sprite-list-other.icon-rights-05 {
  background-position: -1672px -600px;
  height: 30px;
  width: 39px;
}
.sprite-list-other.icon-rights-06 {
  background-position: -1672px -650px;
  height: 30px;
  width: 42px;
}
.sprite-list-other.icon-rights-int-01 {
  background-position: -1672px -700px;
  height: 30px;
  width: 29px;
}
.sprite-list-other.icon-rights-int-02 {
  background-position: -1672px -750px;
  height: 30px;
  width: 43px;
}
.sprite-list-other.icon-rights-int-03 {
  background-position: -1672px -800px;
  height: 30px;
  width: 40px;
}
.sprite-list-other.icon-rights-int-04 {
  background-position: -1672px -850px;
  height: 30px;
  width: 35px;
}
.sprite-list-other.icon-rights-int-06 {
  background-position: -1672px -900px;
  height: 30px;
  width: 42px;
}
.sprite-list-other.icon-sort-abc--01 {
  background-position: -1672px -950px;
  height: 30px;
  width: 46px;
}
.sprite-list-other.icon-sort-numbers--01 {
  background-position: -1672px -1000px;
  height: 30px;
  width: 46px;
}
.sprite-list-other.icon-statement-01 {
  background-position: -1672px -1050px;
  height: 30px;
  width: 47px;
}
.sprite-list-other.icon-statement-02 {
  background-position: -1672px -1100px;
  height: 30px;
  width: 56px;
}
.sprite-list-other.icon-statement-03 {
  background-position: -1760px 0px;
  height: 30px;
  width: 54px;
}
.sprite-list-other.icon-statement-05 {
  background-position: -1760px -50px;
  height: 30px;
  width: 52px;
}
.sprite-list-other.icon-statement-06 {
  background-position: -1760px -100px;
  height: 30px;
  width: 55px;
}
.sprite-list-other.icon-substract-01 {
  background-position: -1760px -150px;
  height: 30px;
  width: 38px;
}
.sprite-list-other.icon-substract-02 {
  background-position: -1760px -200px;
  height: 30px;
  width: 38px;
}
.sprite-list-other.icon-substract-03 {
  background-position: -1760px -250px;
  height: 30px;
  width: 38px;
}
.sprite-list-other.icon-substract-04 {
  background-position: -1760px -300px;
  height: 30px;
  width: 38px;
}
.sprite-list-other.icon-substract-05 {
  background-position: -1760px -350px;
  height: 30px;
  width: 38px;
}
.sprite-list-other.icon-substract-06 {
  background-position: -1760px -400px;
  height: 30px;
  width: 38px;
}
.sprite-list-other.icon-task-01 {
  background-position: -1760px -450px;
  height: 30px;
  width: 38px;
}
.sprite-list-other.icon-task-02 {
  background-position: -1760px -500px;
  height: 30px;
  width: 48px;
}
.sprite-list-other.icon-task-03 {
  background-position: -1760px -550px;
  height: 30px;
  width: 44px;
}
.sprite-list-other.icon-task-05 {
  background-position: -1760px -600px;
  height: 30px;
  width: 46px;
}
.sprite-list-other.icon-task-06 {
  background-position: -1760px -650px;
  height: 30px;
  width: 49px;
}
.sprite-list-other.icon-time-01 {
  background-position: -1760px -700px;
  height: 30px;
  width: 40px;
}
.sprite-list-other.icon-time-02 {
  background-position: -1760px -750px;
  height: 30px;
  width: 48px;
}
.sprite-list-other.icon-time-03 {
  background-position: -1760px -800px;
  height: 30px;
  width: 46px;
}
.sprite-list-other.icon-time-05 {
  background-position: -1760px -850px;
  height: 30px;
  width: 45px;
}
.sprite-list-other.icon-time-06 {
  background-position: -1760px -900px;
  height: 30px;
  width: 49px;
}
.sprite-list-other.icon-time-work-01 {
  background-position: -1760px -950px;
  height: 30px;
  width: 14px;
}
.sprite-list-other.icon-traficlight-01-9x9 {
  background-position: -1760px -1000px;
  height: 10px;
  width: 10px;
}
.sprite-list-other.icon-traficlight-01 {
  background-position: -1760px -1050px;
  height: 30px;
  width: 38px;
}
.sprite-list-other.icon-traficlight-02-9x9 {
  background-position: -1760px -1100px;
  height: 10px;
  width: 10px;
}
.sprite-list-other.icon-traficlight-02 {
  background-position: -1848px 0px;
  height: 30px;
  width: 38px;
}
.sprite-list-other.icon-traficlight-03-9x9 {
  background-position: -1848px -50px;
  height: 10px;
  width: 10px;
}
.sprite-list-other.icon-traficlight-03 {
  background-position: -1848px -100px;
  height: 30px;
  width: 38px;
}
.sprite-list-other.icon-traficlight-04-9x9 {
  background-position: -1848px -150px;
  height: 10px;
  width: 10px;
}
.sprite-list-other.icon-traficlight-04 {
  background-position: -1848px -200px;
  height: 30px;
  width: 38px;
}
.sprite-list-other.icon-traficlight-05-9x9 {
  background-position: -1848px -250px;
  height: 10px;
  width: 10px;
}
.sprite-list-other.icon-traficlight-05 {
  background-position: -1848px -300px;
  height: 30px;
  width: 38px;
}
.sprite-list-other.icon-traficlight-06-9x9 {
  background-position: -1848px -350px;
  height: 10px;
  width: 10px;
}
.sprite-list-other.icon-traficlight-06 {
  background-position: -1848px -400px;
  height: 30px;
  width: 38px;
}
.sprite-list-other.icon-translate-01 {
  background-position: -1848px -450px;
  height: 30px;
  width: 51px;
}
.sprite-list-other.icon-translate-02 {
  background-position: -1848px -500px;
  height: 30px;
  width: 60px;
}
.sprite-list-other.icon-translate-03 {
  background-position: -1848px -550px;
  height: 30px;
  width: 58px;
}
.sprite-list-other.icon-translate-05 {
  background-position: -1848px -600px;
  height: 30px;
  width: 56px;
}
.sprite-list-other.icon-translate-06 {
  background-position: -1848px -650px;
  height: 30px;
  width: 61px;
}
.sprite-list-other.icon-translate-arch-01 {
  background-position: -1848px -700px;
  height: 30px;
  width: 56px;
}
.sprite-list-other.icon-vacancy-01 {
  background-position: -1848px -750px;
  height: 30px;
  width: 39px;
}
.sprite-list-other.icon-vacancy-02 {
  background-position: -1848px -800px;
  height: 30px;
  width: 46px;
}
.sprite-list-other.icon-vacancy-03 {
  background-position: -1848px -850px;
  height: 30px;
  width: 46px;
}
.sprite-list-other.icon-vacancy-04 {
  background-position: -1848px -900px;
  height: 30px;
  width: 46px;
}
.sprite-list-other.icon-vacancy-05 {
  background-position: -1848px -950px;
  height: 30px;
  width: 46px;
}
.sprite-list-other.icon-vacancy-06 {
  background-position: -1848px -1000px;
  height: 30px;
  width: 46px;
}
.sprite-list-other.icon-vacancy-arch-01 {
  background-position: -1848px -1050px;
  height: 30px;
  width: 46px;
}
.sprite-list-other.icon-vacancy-arch-int-01 {
  background-position: -1848px -1100px;
  height: 30px;
  width: 46px;
}
.sprite-list-other.icon-vacancy-finished-01 {
  background-position: -1936px 0px;
  height: 30px;
  width: 46px;
}
.sprite-list-other.icon-vacancy-int-01 {
  background-position: -1936px -50px;
  height: 30px;
  width: 39px;
}
.sprite-list-other.icon-vacancy-int-02 {
  background-position: -1936px -100px;
  height: 30px;
  width: 46px;
}
.sprite-list-other.icon-vacancy-int-03 {
  background-position: -1936px -150px;
  height: 30px;
  width: 46px;
}
.sprite-list-other.icon-vacancy-int-04 {
  background-position: -1936px -200px;
  height: 30px;
  width: 46px;
}
.sprite-list-other.icon-vacancy-int-05 {
  background-position: -1936px -250px;
  height: 30px;
  width: 46px;
}
.sprite-list-other.icon-vacancy-int-06 {
  background-position: -1936px -300px;
  height: 30px;
  width: 46px;
}
.sprite-list-other.icon-vip-111 {
  background-position: -1936px -350px;
  height: 30px;
  width: 9px;
}
.sprite-list-other.icon-vip-112 {
  background-position: -1936px -400px;
  height: 30px;
  width: 9px;
}
.sprite-list-other.icon-vip-121 {
  background-position: -1936px -450px;
  height: 30px;
  width: 9px;
}
.sprite-list-other.icon-vip-122 {
  background-position: -1936px -500px;
  height: 30px;
  width: 9px;
}
.sprite-list-other.icon-vip-211 {
  background-position: -1936px -550px;
  height: 30px;
  width: 9px;
}
.sprite-list-other.icon-vip-212 {
  background-position: -1936px -600px;
  height: 30px;
  width: 9px;
}
.sprite-list-other.icon-vip-221 {
  background-position: -1936px -650px;
  height: 30px;
  width: 9px;
}
.sprite-list-other.icon-vip-222 {
  background-position: -1936px -700px;
  height: 30px;
  width: 9px;
}
.sprite-list-other.icon-vip-standard-01 {
  background-position: -1936px -750px;
  height: 30px;
  width: 14px;
}
.sprite-list-other.icon-widget-01 {
  background-position: -1936px -800px;
  height: 30px;
  width: 41px;
}
.sprite-list-other.icon-widget-02 {
  background-position: -1936px -850px;
  height: 30px;
  width: 51px;
}
.sprite-list-other.icon-widget-03 {
  background-position: -1936px -900px;
  height: 30px;
  width: 48px;
}
.sprite-list-other.icon-widget-05 {
  background-position: -1936px -950px;
  height: 30px;
  width: 48px;
}
.sprite-list-other.icon-widget-06 {
  background-position: -1936px -1000px;
  height: 30px;
  width: 51px;
}
.sprite-list-other.icon-widget-arch-01 {
  background-position: -1936px -1050px;
  height: 30px;
  width: 48px;
}

/* Function Icons in Buttons, Button Groups, Dropdown-Menu and so on...
========================================================================== */
.sprite-list-small-icons:before {
  content: "";
  display: inline-block;
  height: 28px;
  left: 0;
  position: absolute;
  top: 1px;
  width: 28px;
}
.dropdown-menu .sprite-list-small-icons:before {
  left: 20px;
  top: 6px;
}
.dropdown-menu.small-icons-list li a,
.dropdown-menu.small-icons-list li > div {
  padding-left: 43px !important;
}
.dropdown-menu.small-icons-list li a {
  text-decoration: none;
}
ul.small-icons-list {
  list-style: none;
}
ul.small-icons-list li a {
  color: #727272;
}
.sprite-list-small-icons {
  position: relative;
  padding-left: 26px;
}
.btn .sprite-list-small-icons {
  padding-left: 14px !important;
}
/* Generated sources
========================================================================== */
.sprite-list-small-icons:before {
  background: url(../../../admin/assets/images/icon/sprite-list-small-icons.png) no-repeat top left;
  -webkit-background-size: 580px 565px;
  background-size: 580px 565px;
}
@media only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2/1), only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2) {
  .sprite-list-small-icons:before {
    background-image: url(../../../admin/assets/images/icon/sprite-list-small-icons@2x.png);
  }
}
.sprite-list-small-icons.icon-small-activate-01:before {
  background-position: 0px 0px;
  height: 19px;
  width: 9px;
}
.sprite-list-small-icons.icon-small-activate-02:before {
  background-position: 0px -39px;
  height: 19px;
  width: 9px;
}
.sprite-list-small-icons.icon-small-activate-04:before {
  background-position: 0px -78px;
  height: 19px;
  width: 9px;
}
.sprite-list-small-icons.icon-small-activate-07:before {
  background-position: 0px -117px;
  height: 19px;
  width: 9px;
}
.sprite-list-small-icons.icon-small-archive-01:before {
  background-position: 0px -156px;
  height: 19px;
  width: 12px;
}
.sprite-list-small-icons.icon-small-archive-02:before {
  background-position: 0px -195px;
  height: 19px;
  width: 12px;
}
.sprite-list-small-icons.icon-small-archive-04:before {
  background-position: 0px -234px;
  height: 19px;
  width: 12px;
}
.sprite-list-small-icons.icon-small-archive-07:before {
  background-position: 0px -273px;
  height: 19px;
  width: 12px;
}
.sprite-list-small-icons.icon-small-booking-no-01:before {
  background-position: 0px -312px;
  height: 19px;
  width: 12px;
}
.sprite-list-small-icons.icon-small-booking-no-02:before {
  background-position: 0px -351px;
  height: 19px;
  width: 12px;
}
.sprite-list-small-icons.icon-small-booking-no-04:before {
  background-position: 0px -390px;
  height: 19px;
  width: 12px;
}
.sprite-list-small-icons.icon-small-booking-no-07:before {
  background-position: 0px -429px;
  height: 19px;
  width: 12px;
}
.sprite-list-small-icons.icon-small-booking-yes-01:before {
  background-position: 0px -468px;
  height: 19px;
  width: 12px;
}
.sprite-list-small-icons.icon-small-booking-yes-02:before {
  background-position: 0px -507px;
  height: 19px;
  width: 12px;
}
.sprite-list-small-icons.icon-small-booking-yes-04:before {
  background-position: 0px -546px;
  height: 19px;
  width: 12px;
}
.sprite-list-small-icons.icon-small-booking-yes-07:before {
  background-position: -40px 0px;
  height: 19px;
  width: 12px;
}
.sprite-list-small-icons.icon-small-bookmark-01:before {
  background-position: -40px -39px;
  height: 19px;
  width: 9px;
}
.sprite-list-small-icons.icon-small-bookmark-02:before {
  background-position: -40px -78px;
  height: 19px;
  width: 9px;
}
.sprite-list-small-icons.icon-small-bookmark-04:before {
  background-position: -40px -117px;
  height: 19px;
  width: 9px;
}
.sprite-list-small-icons.icon-small-bookmark-07:before {
  background-position: -40px -156px;
  height: 19px;
  width: 9px;
}
.sprite-list-small-icons.icon-small-bug-01:before {
  background-position: -40px -195px;
  height: 19px;
  width: 11px;
}
.sprite-list-small-icons.icon-small-bug-02:before {
  background-position: -40px -234px;
  height: 19px;
  width: 11px;
}
.sprite-list-small-icons.icon-small-bug-04:before {
  background-position: -40px -273px;
  height: 19px;
  width: 11px;
}
.sprite-list-small-icons.icon-small-bug-07:before {
  background-position: -40px -312px;
  height: 19px;
  width: 11px;
}
.sprite-list-small-icons.icon-small-candidate-01:before {
  background-position: -40px -351px;
  height: 19px;
  width: 12px;
}
.sprite-list-small-icons.icon-small-candidate-02:before {
  background-position: -40px -390px;
  height: 19px;
  width: 12px;
}
.sprite-list-small-icons.icon-small-candidate-04:before {
  background-position: -40px -429px;
  height: 19px;
  width: 12px;
}
.sprite-list-small-icons.icon-small-candidate-07:before {
  background-position: -40px -468px;
  height: 19px;
  width: 12px;
}
.sprite-list-small-icons.icon-small-candidate-desktop-01:before {
  background-position: -40px -507px;
  height: 19px;
  width: 16px;
}
.sprite-list-small-icons.icon-small-candidate-desktop-02:before {
  background-position: -40px -546px;
  height: 19px;
  width: 16px;
}
.sprite-list-small-icons.icon-small-candidate-desktop-04:before {
  background-position: -80px 0px;
  height: 19px;
  width: 16px;
}
.sprite-list-small-icons.icon-small-candidate-desktop-07:before {
  background-position: -80px -39px;
  height: 19px;
  width: 16px;
}
.sprite-list-small-icons.icon-small-choose-01:before {
  background-position: -80px -78px;
  height: 19px;
  width: 11px;
}
.sprite-list-small-icons.icon-small-choose-02:before {
  background-position: -80px -117px;
  height: 19px;
  width: 11px;
}
.sprite-list-small-icons.icon-small-choose-04:before {
  background-position: -80px -156px;
  height: 19px;
  width: 11px;
}
.sprite-list-small-icons.icon-small-choose-07:before {
  background-position: -80px -195px;
  height: 19px;
  width: 11px;
}
.sprite-list-small-icons.icon-small-close-01:before {
  background-position: -80px -234px;
  height: 19px;
  width: 10px;
}
.sprite-list-small-icons.icon-small-close-02:before {
  background-position: -80px -273px;
  height: 19px;
  width: 10px;
}
.sprite-list-small-icons.icon-small-close-04:before {
  background-position: -80px -312px;
  height: 19px;
  width: 10px;
}
.sprite-list-small-icons.icon-small-close-07:before {
  background-position: -80px -351px;
  height: 19px;
  width: 10px;
}
.sprite-list-small-icons.icon-small-comment-01:before {
  background-position: -80px -390px;
  height: 19px;
  width: 12px;
}
.sprite-list-small-icons.icon-small-comment-02:before {
  background-position: -80px -429px;
  height: 19px;
  width: 12px;
}
.sprite-list-small-icons.icon-small-comment-04:before {
  background-position: -80px -468px;
  height: 19px;
  width: 12px;
}
.sprite-list-small-icons.icon-small-comment-07:before {
  background-position: -80px -507px;
  height: 19px;
  width: 12px;
}
.sprite-list-small-icons.icon-small-costs-01:before {
  background-position: -80px -546px;
  height: 19px;
  width: 11px;
}
.sprite-list-small-icons.icon-small-costs-02:before {
  background-position: -120px 0px;
  height: 19px;
  width: 11px;
}
.sprite-list-small-icons.icon-small-costs-04:before {
  background-position: -120px -39px;
  height: 19px;
  width: 11px;
}
.sprite-list-small-icons.icon-small-costs-07:before {
  background-position: -120px -78px;
  height: 19px;
  width: 11px;
}
.sprite-list-small-icons.icon-small-de-activate-01:before {
  background-position: -120px -117px;
  height: 19px;
  width: 9px;
}
.sprite-list-small-icons.icon-small-de-activate-02:before {
  background-position: -120px -156px;
  height: 19px;
  width: 9px;
}
.sprite-list-small-icons.icon-small-de-activate-04:before {
  background-position: -120px -195px;
  height: 19px;
  width: 9px;
}
.sprite-list-small-icons.icon-small-de-activate-07:before {
  background-position: -120px -234px;
  height: 19px;
  width: 9px;
}
.sprite-list-small-icons.icon-small-delete-01:before {
  background-position: -120px -273px;
  height: 19px;
  width: 11px;
}
.sprite-list-small-icons.icon-small-delete-02:before {
  background-position: -120px -312px;
  height: 19px;
  width: 11px;
}
.sprite-list-small-icons.icon-small-delete-04:before {
  background-position: -120px -351px;
  height: 19px;
  width: 11px;
}
.sprite-list-small-icons.icon-small-delete-07:before {
  background-position: -120px -390px;
  height: 19px;
  width: 11px;
}
.sprite-list-small-icons.icon-small-desktop-01:before {
  background-position: -120px -429px;
  height: 19px;
  width: 12px;
}
.sprite-list-small-icons.icon-small-desktop-02:before {
  background-position: -120px -468px;
  height: 19px;
  width: 12px;
}
.sprite-list-small-icons.icon-small-desktop-04:before {
  background-position: -120px -507px;
  height: 19px;
  width: 12px;
}
.sprite-list-small-icons.icon-small-desktop-07:before {
  background-position: -120px -546px;
  height: 19px;
  width: 12px;
}
.sprite-list-small-icons.icon-small-dossier-01:before {
  background-position: -160px 0px;
  height: 19px;
  width: 13px;
}
.sprite-list-small-icons.icon-small-dossier-02:before {
  background-position: -160px -39px;
  height: 19px;
  width: 13px;
}
.sprite-list-small-icons.icon-small-dossier-03:before {
  background-position: -160px -78px;
  height: 19px;
  width: 13px;
}
.sprite-list-small-icons.icon-small-dossier-04:before {
  background-position: -160px -117px;
  height: 19px;
  width: 13px;
}
.sprite-list-small-icons.icon-small-dossier-07:before {
  background-position: -160px -156px;
  height: 19px;
  width: 13px;
}
.sprite-list-small-icons.icon-small-download-01:before {
  background-position: -160px -195px;
  height: 19px;
  width: 12px;
}
.sprite-list-small-icons.icon-small-download-02:before {
  background-position: -160px -234px;
  height: 19px;
  width: 12px;
}
.sprite-list-small-icons.icon-small-download-04:before {
  background-position: -160px -273px;
  height: 19px;
  width: 12px;
}
.sprite-list-small-icons.icon-small-download-07:before {
  background-position: -160px -312px;
  height: 19px;
  width: 12px;
}
.sprite-list-small-icons.icon-small-edit-01:before {
  background-position: -160px -351px;
  height: 19px;
  width: 13px;
}
.sprite-list-small-icons.icon-small-edit-02:before {
  background-position: -160px -390px;
  height: 19px;
  width: 13px;
}
.sprite-list-small-icons.icon-small-edit-04:before {
  background-position: -160px -429px;
  height: 19px;
  width: 13px;
}
.sprite-list-small-icons.icon-small-edit-07:before {
  background-position: -160px -468px;
  height: 19px;
  width: 13px;
}
.sprite-list-small-icons.icon-small-export-01:before {
  background-position: -160px -507px;
  height: 19px;
  width: 11px;
}
.sprite-list-small-icons.icon-small-export-02:before {
  background-position: -160px -546px;
  height: 19px;
  width: 11px;
}
.sprite-list-small-icons.icon-small-export-04:before {
  background-position: -200px 0px;
  height: 19px;
  width: 11px;
}
.sprite-list-small-icons.icon-small-export-07:before {
  background-position: -200px -39px;
  height: 19px;
  width: 11px;
}
.sprite-list-small-icons.icon-small-export-file-01:before {
  background-position: -200px -78px;
  height: 19px;
  width: 11px;
}
.sprite-list-small-icons.icon-small-export-file-02:before {
  background-position: -200px -117px;
  height: 19px;
  width: 11px;
}
.sprite-list-small-icons.icon-small-export-file-04:before {
  background-position: -200px -156px;
  height: 19px;
  width: 11px;
}
.sprite-list-small-icons.icon-small-export-file-07:before {
  background-position: -200px -195px;
  height: 19px;
  width: 11px;
}
.sprite-list-small-icons.icon-small-favorite-01:before {
  background-position: -200px -234px;
  height: 19px;
  width: 13px;
}
.sprite-list-small-icons.icon-small-favorite-02:before {
  background-position: -200px -273px;
  height: 19px;
  width: 13px;
}
.sprite-list-small-icons.icon-small-favorite-04:before {
  background-position: -200px -312px;
  height: 19px;
  width: 13px;
}
.sprite-list-small-icons.icon-small-favorite-07:before {
  background-position: -200px -351px;
  height: 19px;
  width: 13px;
}
.sprite-list-small-icons.icon-small-favorite-off-01:before {
  background-position: -200px -390px;
  height: 19px;
  width: 13px;
}
.sprite-list-small-icons.icon-small-favorite-off-02:before {
  background-position: -200px -429px;
  height: 19px;
  width: 13px;
}
.sprite-list-small-icons.icon-small-favorite-off-04:before {
  background-position: -200px -468px;
  height: 19px;
  width: 13px;
}
.sprite-list-small-icons.icon-small-favorite-off-07:before {
  background-position: -200px -507px;
  height: 19px;
  width: 13px;
}
.sprite-list-small-icons.icon-small-filter-01:before {
  background-position: -200px -546px;
  height: 19px;
  width: 10px;
}
.sprite-list-small-icons.icon-small-filter-02:before {
  background-position: -240px 0px;
  height: 19px;
  width: 10px;
}
.sprite-list-small-icons.icon-small-filter-04:before {
  background-position: -240px -39px;
  height: 19px;
  width: 10px;
}
.sprite-list-small-icons.icon-small-filter-07:before {
  background-position: -240px -78px;
  height: 19px;
  width: 10px;
}
.sprite-list-small-icons.icon-small-help-01:before {
  background-position: -240px -117px;
  height: 19px;
  width: 8px;
}
.sprite-list-small-icons.icon-small-help-02:before {
  background-position: -240px -156px;
  height: 19px;
  width: 8px;
}
.sprite-list-small-icons.icon-small-help-04:before {
  background-position: -240px -195px;
  height: 19px;
  width: 8px;
}
.sprite-list-small-icons.icon-small-help-07:before {
  background-position: -240px -234px;
  height: 19px;
  width: 8px;
}
.sprite-list-small-icons.icon-small-history-01:before {
  background-position: -240px -273px;
  height: 19px;
  width: 13px;
}
.sprite-list-small-icons.icon-small-history-02:before {
  background-position: -240px -312px;
  height: 19px;
  width: 13px;
}
.sprite-list-small-icons.icon-small-history-04:before {
  background-position: -240px -351px;
  height: 19px;
  width: 13px;
}
.sprite-list-small-icons.icon-small-history-07:before {
  background-position: -240px -390px;
  height: 19px;
  width: 13px;
}
.sprite-list-small-icons.icon-small-info-01:before {
  background-position: -240px -429px;
  height: 19px;
  width: 8px;
}
.sprite-list-small-icons.icon-small-info-02:before {
  background-position: -240px -468px;
  height: 19px;
  width: 8px;
}
.sprite-list-small-icons.icon-small-info-04:before {
  background-position: -240px -507px;
  height: 19px;
  width: 8px;
}
.sprite-list-small-icons.icon-small-info-07:before {
  background-position: -240px -546px;
  height: 19px;
  width: 8px;
}
.sprite-list-small-icons.icon-small-interview-01:before {
  background-position: -280px 0px;
  height: 19px;
  width: 13px;
}
.sprite-list-small-icons.icon-small-interview-02:before {
  background-position: -280px -39px;
  height: 19px;
  width: 13px;
}
.sprite-list-small-icons.icon-small-interview-04:before {
  background-position: -280px -78px;
  height: 19px;
  width: 13px;
}
.sprite-list-small-icons.icon-small-interview-07:before {
  background-position: -280px -117px;
  height: 19px;
  width: 13px;
}
.sprite-list-small-icons.icon-small-mandatory-block-off-01:before {
  background-position: -279px -156px;
  height: 19px;
  width: 12px;
}
.sprite-list-small-icons.icon-small-mandatory-block-off-02:before {
  background-position: -279px -195px;
  height: 19px;
  width: 12px;
}
.sprite-list-small-icons.icon-small-mandatory-block-off-04:before {
  background-position: -279px -234px;
  height: 19px;
  width: 12px;
}
.sprite-list-small-icons.icon-small-mandatory-block-off-07:before {
  background-position: -279px -273px;
  height: 19px;
  width: 12px;
}
.sprite-list-small-icons.icon-small-mandatory-block-on-01:before {
  background-position: -279px -312px;
  height: 19px;
  width: 12px;
}
.sprite-list-small-icons.icon-small-mandatory-block-on-02:before {
  background-position: -279px -351px;
  height: 19px;
  width: 12px;
}
.sprite-list-small-icons.icon-small-mandatory-block-on-04:before {
  background-position: -279px -390px;
  height: 19px;
  width: 12px;
}
.sprite-list-small-icons.icon-small-mandatory-block-on-07:before {
  background-position: -279px -429px;
  height: 19px;
  width: 12px;
}
.sprite-list-small-icons.icon-small-mandatory-off-01:before {
  background-position: -279px -468px;
  height: 19px;
  width: 14px;
}
.sprite-list-small-icons.icon-small-mandatory-off-02:before {
  background-position: -279px -507px;
  height: 19px;
  width: 14px;
}
.sprite-list-small-icons.icon-small-mandatory-off-04:before {
  background-position: -279px -546px;
  height: 19px;
  width: 14px;
}
.sprite-list-small-icons.icon-small-mandatory-off-07:before {
  background-position: -319px 0px;
  height: 19px;
  width: 14px;
}
.sprite-list-small-icons.icon-small-mandatory-on-01:before {
  background-position: -319px -39px;
  height: 19px;
  width: 14px;
}
.sprite-list-small-icons.icon-small-mandatory-on-02:before {
  background-position: -319px -78px;
  height: 19px;
  width: 14px;
}
.sprite-list-small-icons.icon-small-mandatory-on-04:before {
  background-position: -319px -117px;
  height: 19px;
  width: 14px;
}
.sprite-list-small-icons.icon-small-match-01:before {
  background-position: -320px -156px;
  height: 19px;
  width: 12px;
}
.sprite-list-small-icons.icon-small-match-02:before {
  background-position: -320px -195px;
  height: 19px;
  width: 12px;
}
.sprite-list-small-icons.icon-small-match-04:before {
  background-position: -320px -234px;
  height: 19px;
  width: 12px;
}
.sprite-list-small-icons.icon-small-match-07:before {
  background-position: -320px -273px;
  height: 19px;
  width: 12px;
}
.sprite-list-small-icons.icon-small-move-01:before {
  background-position: -320px -312px;
  height: 19px;
  width: 12px;
}
.sprite-list-small-icons.icon-small-move-02:before {
  background-position: -320px -351px;
  height: 19px;
  width: 12px;
}
.sprite-list-small-icons.icon-small-move-04:before {
  background-position: -320px -390px;
  height: 19px;
  width: 12px;
}
.sprite-list-small-icons.icon-small-move-07:before {
  background-position: -320px -429px;
  height: 19px;
  width: 12px;
}
.sprite-list-small-icons.icon-small-move-panel-01:before {
  background-position: -320px -468px;
  height: 19px;
  width: 11px;
}
.sprite-list-small-icons.icon-small-move-panel-02:before {
  background-position: -320px -507px;
  height: 19px;
  width: 11px;
}
.sprite-list-small-icons.icon-small-move-panel-04:before {
  background-position: -320px -546px;
  height: 19px;
  width: 11px;
}
.sprite-list-small-icons.icon-small-new-01:before {
  background-position: -360px 0px;
  height: 19px;
  width: 11px;
}
.sprite-list-small-icons.icon-small-new-02:before {
  background-position: -360px -39px;
  height: 19px;
  width: 11px;
}
.sprite-list-small-icons.icon-small-new-04:before {
  background-position: -360px -78px;
  height: 19px;
  width: 11px;
}
.sprite-list-small-icons.icon-small-new-07:before {
  background-position: -360px -117px;
  height: 19px;
  width: 11px;
}
.sprite-list-small-icons.icon-small-not-ok-01:before {
  background-position: -360px -156px;
  height: 19px;
  width: 13px;
}
.sprite-list-small-icons.icon-small-not-ok-02:before {
  background-position: -360px -195px;
  height: 19px;
  width: 20px;
}
.sprite-list-small-icons.icon-small-not-ok-04:before {
  background-position: -360px -234px;
  height: 19px;
  width: 20px;
}
.sprite-list-small-icons.icon-small-not-ok-07:before {
  background-position: -360px -273px;
  height: 19px;
  width: 13px;
}
.sprite-list-small-icons.icon-small-ok-01:before {
  background-position: -360px -312px;
  height: 19px;
  width: 13px;
}
.sprite-list-small-icons.icon-small-ok-02:before {
  background-position: -360px -351px;
  height: 19px;
  width: 13px;
}
.sprite-list-small-icons.icon-small-ok-04:before {
  background-position: -360px -390px;
  height: 19px;
  width: 13px;
}
.sprite-list-small-icons.icon-small-ok-07:before {
  background-position: -360px -429px;
  height: 19px;
  width: 13px;
}
.sprite-list-small-icons.icon-small-options-01:before {
  background-position: -360px -468px;
  height: 19px;
  width: 12px;
}
.sprite-list-small-icons.icon-small-options-02:before {
  background-position: -360px -507px;
  height: 19px;
  width: 12px;
}
.sprite-list-small-icons.icon-small-options-04:before {
  background-position: -360px -546px;
  height: 19px;
  width: 12px;
}
.sprite-list-small-icons.icon-small-options-07:before {
  background-position: -400px 0px;
  height: 19px;
  width: 12px;
}
.sprite-list-small-icons.icon-small-print-01:before {
  background-position: -400px -39px;
  height: 19px;
  width: 12px;
}
.sprite-list-small-icons.icon-small-print-02:before {
  background-position: -400px -78px;
  height: 19px;
  width: 12px;
}
.sprite-list-small-icons.icon-small-print-04:before {
  background-position: -400px -117px;
  height: 19px;
  width: 12px;
}
.sprite-list-small-icons.icon-small-print-07:before {
  background-position: -400px -156px;
  height: 19px;
  width: 12px;
}
.sprite-list-small-icons.icon-small-project-01:before {
  background-position: -400px -195px;
  height: 19px;
  width: 12px;
}
.sprite-list-small-icons.icon-small-project-02:before {
  background-position: -400px -234px;
  height: 19px;
  width: 12px;
}
.sprite-list-small-icons.icon-small-project-04:before {
  background-position: -400px -273px;
  height: 19px;
  width: 12px;
}
.sprite-list-small-icons.icon-small-project-07:before {
  background-position: -400px -312px;
  height: 19px;
  width: 12px;
}
.sprite-list-small-icons.icon-small-reload-01:before {
  background-position: -400px -351px;
  height: 19px;
  width: 11px;
}
.sprite-list-small-icons.icon-small-reload-02:before {
  background-position: -400px -390px;
  height: 19px;
  width: 11px;
}
.sprite-list-small-icons.icon-small-reload-04:before {
  background-position: -400px -429px;
  height: 19px;
  width: 11px;
}
.sprite-list-small-icons.icon-small-reload-07:before {
  background-position: -400px -468px;
  height: 19px;
  width: 11px;
}
.sprite-list-small-icons.icon-small-reminder-01:before {
  background-position: -400px -507px;
  height: 19px;
  width: 12px;
}
.sprite-list-small-icons.icon-small-reminder-02:before {
  background-position: -400px -546px;
  height: 19px;
  width: 12px;
}
.sprite-list-small-icons.icon-small-reminder-04:before {
  background-position: -440px 0px;
  height: 19px;
  width: 12px;
}
.sprite-list-small-icons.icon-small-reminder-07:before {
  background-position: -440px -39px;
  height: 19px;
  width: 12px;
}
.sprite-list-small-icons.icon-small-save-01:before {
  background-position: -440px -78px;
  height: 19px;
  width: 11px;
}
.sprite-list-small-icons.icon-small-save-02:before {
  background-position: -440px -117px;
  height: 19px;
  width: 11px;
}
.sprite-list-small-icons.icon-small-save-04:before {
  background-position: -440px -156px;
  height: 19px;
  width: 11px;
}
.sprite-list-small-icons.icon-small-save-07:before {
  background-position: -440px -195px;
  height: 19px;
  width: 11px;
}
.sprite-list-small-icons.icon-small-schedule-01:before {
  background-position: -440px -234px;
  height: 19px;
  width: 11px;
}
.sprite-list-small-icons.icon-small-schedule-02:before {
  background-position: -440px -273px;
  height: 19px;
  width: 11px;
}
.sprite-list-small-icons.icon-small-schedule-04:before {
  background-position: -440px -312px;
  height: 19px;
  width: 11px;
}
.sprite-list-small-icons.icon-small-schedule-07:before {
  background-position: -440px -351px;
  height: 19px;
  width: 11px;
}
.sprite-list-small-icons.icon-small-send-mail-01:before {
  background-position: -440px -390px;
  height: 19px;
  width: 12px;
}
.sprite-list-small-icons.icon-small-send-mail-02:before {
  background-position: -440px -429px;
  height: 19px;
  width: 12px;
}
.sprite-list-small-icons.icon-small-send-mail-04:before {
  background-position: -440px -468px;
  height: 19px;
  width: 12px;
}
.sprite-list-small-icons.icon-small-send-mail-07:before {
  background-position: -440px -507px;
  height: 19px;
  width: 12px;
}
.sprite-list-small-icons.icon-small-share-01:before {
  background-position: -440px -546px;
  height: 19px;
  width: 12px;
}
.sprite-list-small-icons.icon-small-share-02:before {
  background-position: -480px 0px;
  height: 19px;
  width: 12px;
}
.sprite-list-small-icons.icon-small-share-04:before {
  background-position: -480px -39px;
  height: 19px;
  width: 12px;
}
.sprite-list-small-icons.icon-small-share-07:before {
  background-position: -480px -78px;
  height: 19px;
  width: 12px;
}
.sprite-list-small-icons.icon-small-show-01:before {
  background-position: -480px -117px;
  height: 19px;
  width: 14px;
}
.sprite-list-small-icons.icon-small-show-02:before {
  background-position: -480px -156px;
  height: 19px;
  width: 14px;
}
.sprite-list-small-icons.icon-small-show-04:before {
  background-position: -480px -195px;
  height: 19px;
  width: 14px;
}
.sprite-list-small-icons.icon-small-show-07:before {
  background-position: -480px -234px;
  height: 10px;
  width: 14px;
}
.sprite-list-small-icons.icon-small-switch-01:before {
  background-position: -480px -273px;
  height: 19px;
  width: 12px;
}
.sprite-list-small-icons.icon-small-switch-02:before {
  background-position: -480px -312px;
  height: 19px;
  width: 12px;
}
.sprite-list-small-icons.icon-small-switch-04:before {
  background-position: -480px -351px;
  height: 19px;
  width: 12px;
}
.sprite-list-small-icons.icon-small-switch-07:before {
  background-position: -480px -390px;
  height: 19px;
  width: 12px;
}
.sprite-list-small-icons.icon-small-sync-01:before {
  background-position: -480px -429px;
  height: 19px;
  width: 12px;
}
.sprite-list-small-icons.icon-small-sync-02:before {
  background-position: -480px -468px;
  height: 19px;
  width: 12px;
}
.sprite-list-small-icons.icon-small-sync-04:before {
  background-position: -480px -507px;
  height: 19px;
  width: 12px;
}
.sprite-list-small-icons.icon-small-sync-07:before {
  background-position: -480px -546px;
  height: 19px;
  width: 12px;
}
.sprite-list-small-icons.icon-small-time-01:before {
  background-position: -520px 0px;
  height: 19px;
  width: 12px;
}
.sprite-list-small-icons.icon-small-time-02:before {
  background-position: -520px -39px;
  height: 19px;
  width: 12px;
}
.sprite-list-small-icons.icon-small-time-04:before {
  background-position: -520px -78px;
  height: 19px;
  width: 12px;
}
.sprite-list-small-icons.icon-small-time-07:before {
  background-position: -520px -117px;
  height: 19px;
  width: 12px;
}
.sprite-list-small-icons.icon-small-transfer-01:before {
  background-position: -520px -156px;
  height: 19px;
  width: 12px;
}
.sprite-list-small-icons.icon-small-transfer-02:before {
  background-position: -520px -195px;
  height: 19px;
  width: 12px;
}
.sprite-list-small-icons.icon-small-transfer-04:before {
  background-position: -520px -234px;
  height: 19px;
  width: 12px;
}
.sprite-list-small-icons.icon-small-transfer-07:before {
  background-position: -520px -273px;
  height: 19px;
  width: 12px;
}
.sprite-list-small-icons.icon-small-upload-01:before {
  background-position: -520px -312px;
  height: 19px;
  width: 11px;
}
.sprite-list-small-icons.icon-small-upload-02:before {
  background-position: -520px -351px;
  height: 19px;
  width: 11px;
}
.sprite-list-small-icons.icon-small-upload-04:before {
  background-position: -520px -390px;
  height: 19px;
  width: 11px;
}
.sprite-list-small-icons.icon-small-upload-07:before {
  background-position: -520px -429px;
  height: 19px;
  width: 11px;
}
.sprite-list-small-icons.icon-small-watch-01:before {
  background-position: -520px -468px;
  height: 19px;
  width: 4px;
}
.sprite-list-small-icons.icon-small-watch-02:before {
  background-position: -520px -507px;
  height: 19px;
  width: 4px;
}
.sprite-list-small-icons.icon-small-watch-03:before {
  background-position: -520px -546px;
  height: 19px;
  width: 4px;
}
.sprite-list-small-icons.icon-small-watch-04:before {
  background-position: -560px 0px;
  height: 19px;
  width: 4px;
}
.sprite-list-small-icons.icon-small-watch-07:before {
  background-position: -560px -39px;
  height: 19px;
  width: 4px;
}
.sprite-list-small-icons.icon-small-withdraw-01:before {
  background-position: -560px -78px;
  height: 19px;
  width: 13px;
}
.sprite-list-small-icons.icon-small-withdraw-02:before {
  background-position: -560px -117px;
  height: 19px;
  width: 13px;
}
.sprite-list-small-icons.icon-small-withdraw-04:before {
  background-position: -560px -156px;
  height: 19px;
  width: 13px;
}
.sprite-list-small-icons.icon-small-withdraw-07:before {
  background-position: -560px -195px;
  height: 19px;
  width: 13px;
}

.sprite-matrix-icons{background:url(../../../admin/assets/images/icon/sprite-matrix-icons.png) top left no-repeat;-webkit-background-size:470px 330px;background-size:470px 330px}
@media only screen and (min--moz-device-pixel-ratio:2),only screen and (-o-min-device-pixel-ratio:2/1),only screen and (-webkit-min-device-pixel-ratio:2),only screen and (min-device-pixel-ratio:2){.sprite-matrix-icons{background-image:url(../../../admin/assets/images/icon/sprite-matrix-icons@2x.png)}
}
.sprite-matrix-icons.icon-matrix-active{background-position:0 0;height:30px;width:32px}
.sprite-matrix-icons.icon-matrix-archived{background-position:0 -50px;height:30px;width:29px}
.sprite-matrix-icons.icon-matrix-completed{background-position:0 -100px;height:30px;width:31px}
.sprite-matrix-icons.icon-matrix-deleted{background-position:0 -150px;height:30px;width:17px}
.sprite-matrix-icons.icon-matrix-disabled-representation-approval{background-position:0 -200px;height:30px;width:30px}
.sprite-matrix-icons.icon-matrix-disabled-representation-cancelled{background-position:0 -250px;height:30px;width:29px}
.sprite-matrix-icons.icon-matrix-disabled-representation-confirmed{background-position:0 -300px;height:30px;width:29px}
.sprite-matrix-icons.icon-matrix-disabled-representation-forwarded{background-position:-70px 0;height:30px;width:21px}
.sprite-matrix-icons.icon-matrix-disabled-representation-rejected{background-position:-70px -50px;height:30px;width:28px}
.sprite-matrix-icons.icon-matrix-event-accepted{background-position:-70px -100px;height:30px;width:32px}
.sprite-matrix-icons.icon-matrix-event-invitation-rejected{background-position:-70px -150px;height:30px;width:30px}
.sprite-matrix-icons.icon-matrix-event-invitation{background-position:-70px -200px;height:30px;width:22px}
.sprite-matrix-icons.icon-matrix-event-performed{background-position:-70px -250px;height:30px;width:30px}
.sprite-matrix-icons.icon-matrix-hire-pending{background-position:-70px -300px;height:30px;width:38px}
.sprite-matrix-icons.icon-matrix-hired{background-position:-140px 0;height:30px;width:39px}
.sprite-matrix-icons.icon-matrix-hr-interview-cancelled-1{background-position:-140px -50px;height:30px;width:36px}
.sprite-matrix-icons.icon-matrix-hr-interview-cancelled-2{background-position:-140px -100px;height:30px;width:36px}
.sprite-matrix-icons.icon-matrix-hr-interview-confirmed-1{background-position:-140px -150px;height:30px;width:36px}
.sprite-matrix-icons.icon-matrix-hr-interview-confirmed-2{background-position:-140px -200px;height:30px;width:36px}
.sprite-matrix-icons.icon-matrix-hr-interview-invited-1{background-position:-140px -250px;height:30px;width:33px}
.sprite-matrix-icons.icon-matrix-hr-interview-invited-2{background-position:-140px -300px;height:30px;width:33px}
.sprite-matrix-icons.icon-matrix-hr-interview-performed-1{background-position:-210px 0;height:30px;width:37px}
.sprite-matrix-icons.icon-matrix-hr-interview-performed-2{background-position:-210px -50px;height:30px;width:38px}
.sprite-matrix-icons.icon-matrix-incomplete{background-position:-210px -100px;height:30px;width:23px}
.sprite-matrix-icons.icon-matrix-invitation-online-ac-completed{background-position:-210px -150px;height:30px;width:35px}
.sprite-matrix-icons.icon-matrix-invitation-online-ac{background-position:-210px -200px;height:30px;width:27px}
.sprite-matrix-icons.icon-matrix-new{background-position:-210px -250px;height:30px;width:30px}
.sprite-matrix-icons.icon-matrix-onhold{background-position:-210px -300px;height:30px;width:31px}
.sprite-matrix-icons.icon-matrix-planned-quick-rejected{background-position:-280px 0;height:30px;width:32px}
.sprite-matrix-icons.icon-matrix-planned-rejected{background-position:-280px -50px;height:30px;width:30px}
.sprite-matrix-icons.icon-matrix-pool-accept{background-position:-280px -100px;height:30px;width:50px}
.sprite-matrix-icons.icon-matrix-pool{background-position:-280px -150px;height:30px;width:33px}
.sprite-matrix-icons.icon-matrix-quick-rejected{background-position:-280px -200px;height:30px;width:33px}
.sprite-matrix-icons.icon-matrix-rejected-pool-accepted{background-position:-280px -250px;height:30px;width:46px}
.sprite-matrix-icons.icon-matrix-rejected-pool-pending{background-position:-280px -300px;height:30px;width:33px}
.sprite-matrix-icons.icon-matrix-rejected-pool{background-position:-350px 0;height:30px;width:35px}
.sprite-matrix-icons.icon-matrix-rejected{background-position:-350px -50px;height:30px;width:31px}
.sprite-matrix-icons.icon-matrix-send-contract{background-position:-350px -100px;height:30px;width:36px}
.sprite-matrix-icons.icon-matrix-specdep-forwarded{background-position:-350px -150px;height:30px;width:22px}
.sprite-matrix-icons.icon-matrix-specdep-ranked{background-position:-350px -200px;height:30px;width:34px}
.sprite-matrix-icons.icon-matrix-withdraw-by-candidate{background-position:-350px -250px;height:30px;width:21px}
.sprite-matrix-icons.icon-matrix-work-council-cancelled{background-position:-350px -300px;height:30px;width:28px}
.sprite-matrix-icons.icon-matrix-work-council-confirmed{background-position:-420px 0;height:30px;width:28px}
.sprite-matrix-icons.icon-matrix-work-council-forwarded{background-position:-420px -50px;height:30px;width:13px}/*# sourceMappingURL=sprite-matrix-icons.css.map */
@-ms-viewport{ width: auto !important; }

body{-ms-overflow-style: scrollbar !important;}

.sprite-list-small-icons.btn-download-as-docx-icon {
    position: absolute;
    margin-top: 1px;
    right: 1px;
}

.glyphicon-color-brand-primary {
  color: #2a6496;
}

#get_email_p_style {
    word-wrap: break-word;
}

.img_icon_attach {margin-left: -10px;}
.mail_read {opacity: 0.6;}


.ui-sortable-helper .btn-group{width:0px !important; overflow:hidden; visibility:hidden; display: block !important;}

/*
 *  webui popover plugin  - v1.2.17
 *  A lightWeight popover plugin with jquery ,enchance the  popover plugin of bootstrap with some awesome new features. It works well with bootstrap ,but bootstrap is not necessary!
 *  https://github.com/sandywalker/webui-popover
 *
 *  Made by Sandy Duan
 *  Under MIT License
 */
.webui-popover-content {
  display: none;
}
.webui-popover-rtl {
  direction: rtl;
  text-align: right;
}
/*  webui popover  */
.webui-popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999;
  display: none;
  min-width: 50px;
  min-height: 32px;
  padding: 1px;
  text-align: left;
  white-space: normal;
  background-color: #ffffff;
  background-clip: padding-box;
  border: 1px solid #cccccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
}
.webui-popover.top,
.webui-popover.top-left,
.webui-popover.top-right {
  margin-top: -10px;
}
.webui-popover.right,
.webui-popover.right-top,
.webui-popover.right-bottom {
  margin-left: 10px;
}
.webui-popover.bottom,
.webui-popover.bottom-left,
.webui-popover.bottom-right {
  margin-top: 10px;
}
.webui-popover.left,
.webui-popover.left-top,
.webui-popover.left-bottom {
  margin-left: -10px;
}
.webui-popover.pop {
  -webkit-transform: scale(0.8);
  -o-transform: scale(0.8);
  transform: scale(0.8);
  -webkit-transition: transform 0.15s cubic-bezier(0.3, 0, 0, 1.5);
  -o-transition: transform 0.15s cubic-bezier(0.3, 0, 0, 1.5);
  transition: transform 0.15s cubic-bezier(0.3, 0, 0, 1.5);
  opacity: 0;
  filter: alpha(opacity=0);
}
.webui-popover.pop-out {
  -webkit-transition-property: "opacity,transform";
  -o-transition-property: "opacity,transform";
  transition-property: "opacity,transform";
  -webkit-transition: 0.15s linear;
  -o-transition: 0.15s linear;
  transition: 0.15s linear;
  opacity: 0;
  filter: alpha(opacity=0);
}
.webui-popover.fade,
.webui-popover.fade-out {
  -webkit-transition: opacity 0.15s linear;
  -o-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
  opacity: 0;
  filter: alpha(opacity=0);
}
.webui-popover.out {
  opacity: 0;
  filter: alpha(opacity=0);
}
.webui-popover.in {
  -webkit-transform: none;
  -o-transform: none;
  transform: none;
  opacity: 1;
  filter: alpha(opacity=100);
}
.webui-popover .webui-popover-content {
  padding: 9px 14px;
  overflow: auto;
  display: block;
}
.webui-popover .webui-popover-content > div:first-child {
  width: 99%;
}
.webui-popover-inner .close {
  font-family: arial;
  margin: 8px 10px 0 0;
  float: right;
  font-size: 16px;
  font-weight: bold;
  line-height: 16px;
  color: #000000;
  text-shadow: 0 1px 0 #fff;
  opacity: 0.2;
  filter: alpha(opacity=20);
  text-decoration: none;
}
.webui-popover-inner .close:hover,
.webui-popover-inner .close:focus {
  opacity: 0.5;
  filter: alpha(opacity=50);
}
.webui-popover-inner .close:after {
  content: "\00D7";
  width: 0.8em;
  height: 0.8em;
  padding: 4px;
  position: relative;
}
.webui-popover-title {
  padding: 8px 14px;
  margin: 0;
  font-size: 14px;
  font-weight: bold;
  line-height: 18px;
  background-color: #ffffff;
  border-bottom: 1px solid #f2f2f2;
  border-radius: 5px 5px 0 0;
}
.webui-popover-content {
  padding: 9px 14px;
  overflow: auto;
  display: none;
}
.webui-popover-inverse {
  background-color: #333333;
  color: #eeeeee;
}
.webui-popover-inverse .webui-popover-title {
  background: #333333;
  border-bottom: 1px solid #3b3b3b;
  color: #eeeeee;
}
.webui-no-padding .webui-popover-content {
  padding: 0;
}
.webui-no-padding .list-group-item {
  border-right: none;
  border-left: none;
}
.webui-no-padding .list-group-item:first-child {
  border-top: 0;
}
.webui-no-padding .list-group-item:last-child {
  border-bottom: 0;
}
.webui-popover > .webui-arrow,
.webui-popover > .webui-arrow:after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.webui-popover > .webui-arrow {
  border-width: 11px;
}
.webui-popover > .webui-arrow:after {
  border-width: 10px;
  content: "";
}
.webui-popover.top > .webui-arrow,
.webui-popover.top-right > .webui-arrow,
.webui-popover.top-left > .webui-arrow {
  bottom: -11px;
  left: 50%;
  margin-left: -11px;
  border-top-color: #999999;
  border-top-color: rgba(0, 0, 0, 0.25);
  border-bottom-width: 0;
}
.webui-popover.top > .webui-arrow:after,
.webui-popover.top-right > .webui-arrow:after,
.webui-popover.top-left > .webui-arrow:after {
  content: " ";
  bottom: 1px;
  margin-left: -10px;
  border-top-color: #ffffff;
  border-bottom-width: 0;
}
.webui-popover.right > .webui-arrow,
.webui-popover.right-top > .webui-arrow,
.webui-popover.right-bottom > .webui-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);
}
.webui-popover.right > .webui-arrow:after,
.webui-popover.right-top > .webui-arrow:after,
.webui-popover.right-bottom > .webui-arrow:after {
  content: " ";
  left: 1px;
  bottom: -10px;
  border-left-width: 0;
  border-right-color: #ffffff;
}
.webui-popover.bottom > .webui-arrow,
.webui-popover.bottom-right > .webui-arrow,
.webui-popover.bottom-left > .webui-arrow {
  top: -11px;
  left: 50%;
  margin-left: -11px;
  border-bottom-color: #999999;
  border-bottom-color: rgba(0, 0, 0, 0.25);
  border-top-width: 0;
}
.webui-popover.bottom > .webui-arrow:after,
.webui-popover.bottom-right > .webui-arrow:after,
.webui-popover.bottom-left > .webui-arrow:after {
  content: " ";
  top: 1px;
  margin-left: -10px;
  border-bottom-color: #ffffff;
  border-top-width: 0;
}
.webui-popover.left > .webui-arrow,
.webui-popover.left-top > .webui-arrow,
.webui-popover.left-bottom > .webui-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);
}
.webui-popover.left > .webui-arrow:after,
.webui-popover.left-top > .webui-arrow:after,
.webui-popover.left-bottom > .webui-arrow:after {
  content: " ";
  right: 1px;
  border-right-width: 0;
  border-left-color: #ffffff;
  bottom: -10px;
}
.webui-popover-inverse.top > .webui-arrow,
.webui-popover-inverse.top-left > .webui-arrow,
.webui-popover-inverse.top-right > .webui-arrow,
.webui-popover-inverse.top > .webui-arrow:after,
.webui-popover-inverse.top-left > .webui-arrow:after,
.webui-popover-inverse.top-right > .webui-arrow:after {
  border-top-color: #333333;
}
.webui-popover-inverse.right > .webui-arrow,
.webui-popover-inverse.right-top > .webui-arrow,
.webui-popover-inverse.right-bottom > .webui-arrow,
.webui-popover-inverse.right > .webui-arrow:after,
.webui-popover-inverse.right-top > .webui-arrow:after,
.webui-popover-inverse.right-bottom > .webui-arrow:after {
  border-right-color: #333333;
}
.webui-popover-inverse.bottom > .webui-arrow,
.webui-popover-inverse.bottom-left > .webui-arrow,
.webui-popover-inverse.bottom-right > .webui-arrow,
.webui-popover-inverse.bottom > .webui-arrow:after,
.webui-popover-inverse.bottom-left > .webui-arrow:after,
.webui-popover-inverse.bottom-right > .webui-arrow:after {
  border-bottom-color: #333333;
}
.webui-popover-inverse.left > .webui-arrow,
.webui-popover-inverse.left-top > .webui-arrow,
.webui-popover-inverse.left-bottom > .webui-arrow,
.webui-popover-inverse.left > .webui-arrow:after,
.webui-popover-inverse.left-top > .webui-arrow:after,
.webui-popover-inverse.left-bottom > .webui-arrow:after {
  border-left-color: #333333;
}
.webui-popover i.icon-refresh:before {
  content: "";
}
.webui-popover i.icon-refresh {
  display: block;
  width: 30px;
  height: 30px;
  font-size: 20px;
  top: 50%;
  left: 50%;
  position: absolute;
  margin-left: -15px;
  margin-right: -15px;
  background: url(../../../admin/assets/vendor/webui-popover/img/loading.gif) no-repeat;
}
@-webkit-keyframes rotate {
  100% {
    -webkit-transform: rotate(360deg);
  }
}
@keyframes rotate {
  100% {
    transform: rotate(360deg);
  }
}
.webui-popover-backdrop {
  background-color: rgba(0, 0, 0, 0.65);
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9998;
}
.webui-popover .dropdown-menu {
  display: block;
  position: relative;
  top: 0;
  border: none;
  box-shadow: none;
  float: none;
}

/* required styles */

.leaflet-map-pane,
.leaflet-tile,
.leaflet-marker-icon,
.leaflet-marker-shadow,
.leaflet-tile-pane,
.leaflet-tile-container,
.leaflet-overlay-pane,
.leaflet-shadow-pane,
.leaflet-marker-pane,
.leaflet-popup-pane,
.leaflet-overlay-pane svg,
.leaflet-zoom-box,
.leaflet-image-layer,
.leaflet-layer {
	position: absolute;
	left: 0;
	top: 0;
	}
.leaflet-container {
	overflow: hidden;
	-ms-touch-action: none;
	touch-action: none;
	}
.leaflet-tile,
.leaflet-marker-icon,
.leaflet-marker-shadow {
	-webkit-user-select: none;
	   -moz-user-select: none;
	        user-select: none;
	-webkit-user-drag: none;
	}
.leaflet-marker-icon,
.leaflet-marker-shadow {
	display: block;
	}
/* map is broken in FF if you have max-width: 100% on tiles */
.leaflet-container img {
	max-width: none !important;
	}
/* stupid Android 2 doesn't understand "max-width: none" properly */
.leaflet-container img.leaflet-image-layer {
	max-width: 15000px !important;
	}
.leaflet-tile {
	filter: inherit;
	visibility: hidden;
	}
.leaflet-tile-loaded {
	visibility: inherit;
	}
.leaflet-zoom-box {
	width: 0;
	height: 0;
	}
/* workaround for https://bugzilla.mozilla.org/show_bug.cgi?id=888319 */
.leaflet-overlay-pane svg {
	-moz-user-select: none;
	}

.leaflet-tile-pane    { z-index: 2; }
.leaflet-objects-pane { z-index: 3; }
.leaflet-overlay-pane { z-index: 4; }
.leaflet-shadow-pane  { z-index: 5; }
.leaflet-marker-pane  { z-index: 6; }
.leaflet-popup-pane   { z-index: 7; }

.leaflet-vml-shape {
	width: 1px;
	height: 1px;
	}
.lvml {
	behavior: url(../../../admin/assets/vendor/leaflet/dist/#default#VML);
	display: inline-block;
	position: absolute;
	}


/* control positioning */

.leaflet-control {
	position: relative;
	z-index: 7;
	pointer-events: auto;
	}
.leaflet-top,
.leaflet-bottom {
	position: absolute;
	z-index: 1000;
	pointer-events: none;
	}
.leaflet-top {
	top: 0;
	}
.leaflet-right {
	right: 0;
	}
.leaflet-bottom {
	bottom: 0;
	}
.leaflet-left {
	left: 0;
	}
.leaflet-control {
	float: left;
	clear: both;
	}
.leaflet-right .leaflet-control {
	float: right;
	}
.leaflet-top .leaflet-control {
	margin-top: 10px;
	}
.leaflet-bottom .leaflet-control {
	margin-bottom: 10px;
	}
.leaflet-left .leaflet-control {
	margin-left: 10px;
	}
.leaflet-right .leaflet-control {
	margin-right: 10px;
	}


/* zoom and fade animations */

.leaflet-fade-anim .leaflet-tile,
.leaflet-fade-anim .leaflet-popup {
	opacity: 0;
	-webkit-transition: opacity 0.2s linear;
	   -moz-transition: opacity 0.2s linear;
	     -o-transition: opacity 0.2s linear;
	        transition: opacity 0.2s linear;
	}
.leaflet-fade-anim .leaflet-tile-loaded,
.leaflet-fade-anim .leaflet-map-pane .leaflet-popup {
	opacity: 1;
	}

.leaflet-zoom-anim .leaflet-zoom-animated {
	-webkit-transition: -webkit-transform 0.25s cubic-bezier(0,0,0.25,1);
	   -moz-transition:    -moz-transform 0.25s cubic-bezier(0,0,0.25,1);
	     -o-transition:      -o-transform 0.25s cubic-bezier(0,0,0.25,1);
	        transition:         transform 0.25s cubic-bezier(0,0,0.25,1);
	}
.leaflet-zoom-anim .leaflet-tile,
.leaflet-pan-anim .leaflet-tile,
.leaflet-touching .leaflet-zoom-animated {
	-webkit-transition: none;
	   -moz-transition: none;
	     -o-transition: none;
	        transition: none;
	}

.leaflet-zoom-anim .leaflet-zoom-hide {
	visibility: hidden;
	}


/* cursors */

.leaflet-clickable {
	cursor: pointer;
	}
.leaflet-container {
	cursor: -webkit-grab;
	cursor:    -moz-grab;
	}
.leaflet-popup-pane,
.leaflet-control {
	cursor: auto;
	}
.leaflet-dragging .leaflet-container,
.leaflet-dragging .leaflet-clickable {
	cursor: move;
	cursor: -webkit-grabbing;
	cursor:    -moz-grabbing;
	}


/* visual tweaks */

.leaflet-container {
	background: #ddd;
	outline: 0;
	}
.leaflet-container a {
	color: #0078A8;
	}
.leaflet-container a.leaflet-active {
	outline: 2px solid orange;
	}
.leaflet-zoom-box {
	border: 2px dotted #38f;
	background: rgba(255,255,255,0.5);
	}


/* general typography */
.leaflet-container {
	font: 12px/1.5 "Helvetica Neue", Arial, Helvetica, sans-serif;
	}


/* general toolbar styles */

.leaflet-bar {
	box-shadow: 0 1px 5px rgba(0,0,0,0.65);
	border-radius: 4px;
	}
.leaflet-bar a,
.leaflet-bar a:hover {
	background-color: #fff;
	border-bottom: 1px solid #ccc;
	width: 26px;
	height: 26px;
	line-height: 26px;
	display: block;
	text-align: center;
	text-decoration: none;
	color: black;
	}
.leaflet-bar a,
.leaflet-control-layers-toggle {
	background-position: 50% 50%;
	background-repeat: no-repeat;
	display: block;
	}
.leaflet-bar a:hover {
	background-color: #f4f4f4;
	}
.leaflet-bar a:first-child {
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
	}
.leaflet-bar a:last-child {
	border-bottom-left-radius: 4px;
	border-bottom-right-radius: 4px;
	border-bottom: none;
	}
.leaflet-bar a.leaflet-disabled {
	cursor: default;
	background-color: #f4f4f4;
	color: #bbb;
	}

.leaflet-touch .leaflet-bar a {
	width: 30px;
	height: 30px;
	line-height: 30px;
	}


/* zoom control */

.leaflet-control-zoom-in,
.leaflet-control-zoom-out {
	font: bold 18px 'Lucida Console', Monaco, monospace;
	text-indent: 1px;
	}
.leaflet-control-zoom-out {
	font-size: 20px;
	}

.leaflet-touch .leaflet-control-zoom-in {
	font-size: 22px;
	}
.leaflet-touch .leaflet-control-zoom-out {
	font-size: 24px;
	}


/* layers control */

.leaflet-control-layers {
	box-shadow: 0 1px 5px rgba(0,0,0,0.4);
	background: #fff;
	border-radius: 5px;
	}
.leaflet-control-layers-toggle {
	background-image: url(../../../admin/assets/vendor/leaflet/dist/images/layers.png);
	width: 36px;
	height: 36px;
	}
.leaflet-retina .leaflet-control-layers-toggle {
	background-image: url(../../../admin/assets/vendor/leaflet/dist/images/layers-2x.png);
	background-size: 26px 26px;
	}
.leaflet-touch .leaflet-control-layers-toggle {
	width: 44px;
	height: 44px;
	}
.leaflet-control-layers .leaflet-control-layers-list,
.leaflet-control-layers-expanded .leaflet-control-layers-toggle {
	display: none;
	}
.leaflet-control-layers-expanded .leaflet-control-layers-list {
	display: block;
	position: relative;
	}
.leaflet-control-layers-expanded {
	padding: 6px 10px 6px 6px;
	color: #333;
	background: #fff;
	}
.leaflet-control-layers-selector {
	margin-top: 2px;
	position: relative;
	top: 1px;
	}
.leaflet-control-layers label {
	display: block;
	}
.leaflet-control-layers-separator {
	height: 0;
	border-top: 1px solid #ddd;
	margin: 5px -10px 5px -6px;
	}


/* attribution and scale controls */

.leaflet-container .leaflet-control-attribution {
	background: #fff;
	background: rgba(255, 255, 255, 0.7);
	margin: 0;
	}
.leaflet-control-attribution,
.leaflet-control-scale-line {
	padding: 0 5px;
	color: #333;
	}
.leaflet-control-attribution a {
	text-decoration: none;
	}
.leaflet-control-attribution a:hover {
	text-decoration: underline;
	}
.leaflet-container .leaflet-control-attribution,
.leaflet-container .leaflet-control-scale {
	font-size: 11px;
	}
.leaflet-left .leaflet-control-scale {
	margin-left: 5px;
	}
.leaflet-bottom .leaflet-control-scale {
	margin-bottom: 5px;
	}
.leaflet-control-scale-line {
	border: 2px solid #777;
	border-top: none;
	line-height: 1.1;
	padding: 2px 5px 1px;
	font-size: 11px;
	white-space: nowrap;
	overflow: hidden;
	-moz-box-sizing: content-box;
	     box-sizing: content-box;

	background: #fff;
	background: rgba(255, 255, 255, 0.5);
	}
.leaflet-control-scale-line:not(:first-child) {
	border-top: 2px solid #777;
	border-bottom: none;
	margin-top: -2px;
	}
.leaflet-control-scale-line:not(:first-child):not(:last-child) {
	border-bottom: 2px solid #777;
	}

.leaflet-touch .leaflet-control-attribution,
.leaflet-touch .leaflet-control-layers,
.leaflet-touch .leaflet-bar {
	box-shadow: none;
	}
.leaflet-touch .leaflet-control-layers,
.leaflet-touch .leaflet-bar {
	border: 2px solid rgba(0,0,0,0.2);
	background-clip: padding-box;
	}


/* popup */

.leaflet-popup {
	position: absolute;
	text-align: center;
	}
.leaflet-popup-content-wrapper {
	padding: 1px;
	text-align: left;
	border-radius: 12px;
	}
.leaflet-popup-content {
	margin: 13px 19px;
	line-height: 1.4;
	}
.leaflet-popup-content p {
	margin: 18px 0;
	}
.leaflet-popup-tip-container {
	margin: 0 auto;
	width: 40px;
	height: 20px;
	position: relative;
	overflow: hidden;
	}
.leaflet-popup-tip {
	width: 17px;
	height: 17px;
	padding: 1px;

	margin: -10px auto 0;

	-webkit-transform: rotate(45deg);
	   -moz-transform: rotate(45deg);
	    -ms-transform: rotate(45deg);
	     -o-transform: rotate(45deg);
	        transform: rotate(45deg);
	}
.leaflet-popup-content-wrapper,
.leaflet-popup-tip {
	background: white;

	box-shadow: 0 3px 14px rgba(0,0,0,0.4);
	}
.leaflet-container a.leaflet-popup-close-button {
	position: absolute;
	top: 0;
	right: 0;
	padding: 4px 4px 0 0;
	text-align: center;
	width: 18px;
	height: 14px;
	font: 16px/14px Tahoma, Verdana, sans-serif;
	color: #c3c3c3;
	text-decoration: none;
	font-weight: bold;
	background: transparent;
	}
.leaflet-container a.leaflet-popup-close-button:hover {
	color: #999;
	}
.leaflet-popup-scrolled {
	overflow: auto;
	border-bottom: 1px solid #ddd;
	border-top: 1px solid #ddd;
	}

.leaflet-oldie .leaflet-popup-content-wrapper {
	zoom: 1;
	}
.leaflet-oldie .leaflet-popup-tip {
	width: 24px;
	margin: 0 auto;

	-ms-filter: "progid:DXImageTransform.Microsoft.Matrix(M11=0.70710678, M12=0.70710678, M21=-0.70710678, M22=0.70710678)";
	filter: progid:DXImageTransform.Microsoft.Matrix(M11=0.70710678, M12=0.70710678, M21=-0.70710678, M22=0.70710678);
	}
.leaflet-oldie .leaflet-popup-tip-container {
	margin-top: -1px;
	}

.leaflet-oldie .leaflet-control-zoom,
.leaflet-oldie .leaflet-control-layers,
.leaflet-oldie .leaflet-popup-content-wrapper,
.leaflet-oldie .leaflet-popup-tip {
	border: 1px solid #999;
	}


/* div icon */

.leaflet-div-icon {
	background: #fff;
	border: 1px solid #666;
	}

.leaflet-cluster-anim .leaflet-marker-icon, .leaflet-cluster-anim .leaflet-marker-shadow {
	-webkit-transition: -webkit-transform 0.3s ease-out, opacity 0.3s ease-in;
	-moz-transition: -moz-transform 0.3s ease-out, opacity 0.3s ease-in;
	-o-transition: -o-transform 0.3s ease-out, opacity 0.3s ease-in;
	transition: transform 0.3s ease-out, opacity 0.3s ease-in;
}

.leaflet-cluster-spider-leg {
	/* stroke-dashoffset (duration and function) should match with leaflet-marker-icon transform in order to track it exactly */
	-webkit-transition: -webkit-stroke-dashoffset 0.3s ease-out, -webkit-stroke-opacity 0.3s ease-in;
	-moz-transition: -moz-stroke-dashoffset 0.3s ease-out, -moz-stroke-opacity 0.3s ease-in;
	-o-transition: -o-stroke-dashoffset 0.3s ease-out, -o-stroke-opacity 0.3s ease-in;
	transition: stroke-dashoffset 0.3s ease-out, stroke-opacity 0.3s ease-in;
}

/* nvd3 version 1.8.6 (https://github.com/novus/nvd3) 2017-08-23 */
.nvd3 .nv-axis {
    pointer-events:none;
    opacity: 1;
}

.nvd3 .nv-axis path {
    fill: none;
    stroke: #000;
    stroke-opacity: .75;
    shape-rendering: crispEdges;
}

.nvd3 .nv-axis path.domain {
    stroke-opacity: .75;
}

.nvd3 .nv-axis.nv-x path.domain {
    stroke-opacity: 0;
}

.nvd3 .nv-axis line {
    fill: none;
    stroke: #e5e5e5;
    shape-rendering: crispEdges;
}

.nvd3 .nv-axis .zero line,
    /*this selector may not be necessary*/ .nvd3 .nv-axis line.zero {
    stroke-opacity: .75;
}

.nvd3 .nv-axis .nv-axisMaxMin text {
    font-weight: bold;
}

.nvd3 .x  .nv-axis .nv-axisMaxMin text,
.nvd3 .x2 .nv-axis .nv-axisMaxMin text,
.nvd3 .x3 .nv-axis .nv-axisMaxMin text {
    text-anchor: middle;
}

.nvd3 .nv-axis.nv-disabled {
    opacity: 0;
}

.nvd3 .nv-bars rect {
    fill-opacity: .75;

    transition: fill-opacity 250ms linear;
}

.nvd3 .nv-bars rect.hover {
    fill-opacity: 1;
}

.nvd3 .nv-bars .hover rect {
    fill: lightblue;
}

.nvd3 .nv-bars text {
    fill: rgba(0,0,0,0);
}

.nvd3 .nv-bars .hover text {
    fill: rgba(0,0,0,1);
}

.nvd3 .nv-multibar .nv-groups rect,
.nvd3 .nv-multibarHorizontal .nv-groups rect,
.nvd3 .nv-discretebar .nv-groups rect {
    stroke-opacity: 0;

    transition: fill-opacity 250ms linear;
}

.nvd3 .nv-multibar .nv-groups rect:hover,
.nvd3 .nv-multibarHorizontal .nv-groups rect:hover,
.nvd3 .nv-candlestickBar .nv-ticks rect:hover,
.nvd3 .nv-discretebar .nv-groups rect:hover {
    fill-opacity: 1;
}

.nvd3 .nv-discretebar .nv-groups text,
.nvd3 .nv-multibarHorizontal .nv-groups text {
    font-weight: bold;
    fill: rgba(0,0,0,1);
    stroke: rgba(0,0,0,0);
}

/* boxplot CSS */
.nvd3 .nv-boxplot circle {
  fill-opacity: 0.5;
}

.nvd3 .nv-boxplot circle:hover {
  fill-opacity: 1;
}

.nvd3 .nv-boxplot rect:hover {
  fill-opacity: 1;
}

.nvd3 line.nv-boxplot-median {
  stroke: black;
}

.nv-boxplot-tick:hover {
  stroke-width: 2.5px;
}
/* bullet */
.nvd3.nv-bullet { font: 10px sans-serif; }
.nvd3.nv-bullet .nv-measure { fill-opacity: .8; }
.nvd3.nv-bullet .nv-measure:hover { fill-opacity: 1; }
.nvd3.nv-bullet .nv-marker { stroke: #000; stroke-width: 2px; }
.nvd3.nv-bullet .nv-markerTriangle { stroke: #000; fill: #fff; stroke-width: 1.5px; }
.nvd3.nv-bullet .nv-markerLine { stroke: #000; stroke-width: 1.5px; }
.nvd3.nv-bullet .nv-tick line { stroke: #666; stroke-width: .5px; }
.nvd3.nv-bullet .nv-range.nv-s0 { fill: #eee; }
.nvd3.nv-bullet .nv-range.nv-s1 { fill: #ddd; }
.nvd3.nv-bullet .nv-range.nv-s2 { fill: #ccc; }
.nvd3.nv-bullet .nv-title { font-size: 14px; font-weight: bold; }
.nvd3.nv-bullet .nv-subtitle { fill: #999; }

.nvd3.nv-bullet .nv-range {
    fill: #bababa;
    fill-opacity: .4;
}

.nvd3.nv-bullet .nv-range:hover {
    fill-opacity: .7;
}

.nvd3.nv-candlestickBar .nv-ticks .nv-tick {
    stroke-width: 1px;
}

.nvd3.nv-candlestickBar .nv-ticks .nv-tick.hover {
    stroke-width: 2px;
}

.nvd3.nv-candlestickBar .nv-ticks .nv-tick.positive rect {
    stroke: #2ca02c;
    fill: #2ca02c;
}

.nvd3.nv-candlestickBar .nv-ticks .nv-tick.negative rect {
    stroke: #d62728;
    fill: #d62728;
}

.with-transitions .nv-candlestickBar .nv-ticks .nv-tick {
    transition: stroke-width 250ms linear, stroke-opacity 250ms linear;
}

.nvd3.nv-candlestickBar .nv-ticks line {
    stroke: #333;
}

.nv-force-node {
    stroke: #fff;
    stroke-width: 1.5px;
}

.nv-force-link {
    stroke: #999;
    stroke-opacity: .6;
}

.nv-force-node text {
    stroke-width: 0px;
}

.nvd3 .nv-legend .nv-disabled rect {
    /*fill-opacity: 0;*/
}

.nvd3 .nv-check-box .nv-box {
    fill-opacity:0;
    stroke-width:2;
}

.nvd3 .nv-check-box .nv-check {
    fill-opacity:0;
    stroke-width:4;
}

.nvd3 .nv-series.nv-disabled .nv-check-box .nv-check {
    fill-opacity:0;
    stroke-opacity:0;
}

.nvd3 .nv-controlsWrap .nv-legend .nv-check-box .nv-check {
    opacity: 0;
}

/* line plus bar */
.nvd3.nv-linePlusBar .nv-bar rect {
    fill-opacity: .75;
}

.nvd3.nv-linePlusBar .nv-bar rect:hover {
    fill-opacity: 1;
}
.nvd3 .nv-groups path.nv-line {
    fill: none;
}

.nvd3 .nv-groups path.nv-area {
    stroke: none;
}

.nvd3.nv-line .nvd3.nv-scatter .nv-groups .nv-point {
    fill-opacity: 0;
    stroke-opacity: 0;
}

.nvd3.nv-scatter.nv-single-point .nv-groups .nv-point {
    fill-opacity: .5 !important;
    stroke-opacity: .5 !important;
}


.with-transitions .nvd3 .nv-groups .nv-point {
    transition: stroke-width 250ms linear, stroke-opacity 250ms linear;
}

.nvd3.nv-scatter .nv-groups .nv-point.hover,
.nvd3 .nv-groups .nv-point.hover {
    stroke-width: 7px;
    fill-opacity: .95 !important;
    stroke-opacity: .95 !important;
}


.nvd3 .nv-point-paths path {
    stroke: #aaa;
    stroke-opacity: 0;
    fill: #eee;
    fill-opacity: 0;
}


.nvd3 .nv-indexLine {
    cursor: ew-resize;
}

/********************
 * SVG CSS
 */

/********************
  Default CSS for an svg element nvd3 used
*/
svg.nvd3-svg {
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
    display: block;
    width:100%;
    height:100%;
}

/********************
  Box shadow and border radius styling
*/
.nvtooltip.with-3d-shadow, .with-3d-shadow .nvtooltip {
    box-shadow: 0 5px 10px rgba(0,0,0,.2);
    border-radius: 5px;
}


.nvd3 text {
    font: normal 12px Arial, sans-serif;
}

.nvd3 .title {
    font: bold 14px Arial, sans-serif;
}

.nvd3 .nv-background {
    fill: white;
    fill-opacity: 0;
}

.nvd3.nv-noData {
    font-size: 18px;
    font-weight: bold;
}


/**********
*  Brush
*/

.nv-brush .extent {
    fill-opacity: .125;
    shape-rendering: crispEdges;
}

.nv-brush .resize path {
    fill: #eee;
    stroke: #666;
}


/**********
*  Legend
*/

.nvd3 .nv-legend .nv-series {
    cursor: pointer;
}

.nvd3 .nv-legend .nv-disabled circle {
    fill-opacity: 0;
}

/* focus */
.nvd3 .nv-brush .extent {
    fill-opacity: 0 !important;
}

.nvd3 .nv-brushBackground rect {
    stroke: #000;
    stroke-width: .4;
    fill: #fff;
    fill-opacity: .7;
}

/**********
*  Print
*/

@media print {
    .nvd3 text {
        stroke-width: 0;
        fill-opacity: 1;
    }
}

.nvd3.nv-ohlcBar .nv-ticks .nv-tick {
    stroke-width: 1px;
}

.nvd3.nv-ohlcBar .nv-ticks .nv-tick.hover {
    stroke-width: 2px;
}

.nvd3.nv-ohlcBar .nv-ticks .nv-tick.positive {
    stroke: #2ca02c;
}

.nvd3.nv-ohlcBar .nv-ticks .nv-tick.negative {
    stroke: #d62728;
}


.nvd3 .background path {
    fill: none;
    stroke: #EEE;
    stroke-opacity: .4;
    shape-rendering: crispEdges;
}

.nvd3 .foreground path {
    fill: none;
    stroke-opacity: .7;
}

.nvd3 .nv-parallelCoordinates-brush .extent {
    fill: #fff;
    fill-opacity: .6;
    stroke: gray;
    shape-rendering: crispEdges;
}

.nvd3 .nv-parallelCoordinates .hover  {
    fill-opacity: 1;
	stroke-width: 3px;
}


.nvd3 .missingValuesline line {
  fill: none;
  stroke: black;
  stroke-width: 1;
  stroke-opacity: 1;
  stroke-dasharray: 5, 5;
}

.nvd3.nv-pie path {
    stroke-opacity: 0;
    transition: fill-opacity 250ms linear, stroke-width 250ms linear, stroke-opacity 250ms linear;
}

.nvd3.nv-pie .nv-pie-title {
    font-size: 24px;
    fill: rgba(19, 196, 249, 0.59);
}

.nvd3.nv-pie .nv-slice text {
    stroke: #000;
    stroke-width: 0;
}

.nvd3.nv-pie path {
    stroke: #fff;
    stroke-width: 1px;
    stroke-opacity: 1;
}

.nvd3.nv-pie path {
    fill-opacity: .7;
}

.nvd3.nv-pie .hover path {
    fill-opacity: 1;
}

.nvd3.nv-pie .nv-label {
    pointer-events: none;
}

.nvd3.nv-pie .nv-label rect {
    fill-opacity: 0;
    stroke-opacity: 0;
}

/* scatter */
.nvd3 .nv-groups .nv-point.hover {
    stroke-width: 20px;
    stroke-opacity: .5;
}

.nvd3 .nv-scatter .nv-point.hover {
    fill-opacity: 1;
}

.nv-noninteractive {
    pointer-events: none;
}

.nv-distx, .nv-disty {
    pointer-events: none;
}

/* sparkline */
.nvd3.nv-sparkline path {
    fill: none;
}

.nvd3.nv-sparklineplus g.nv-hoverValue {
    pointer-events: none;
}

.nvd3.nv-sparklineplus .nv-hoverValue line {
    stroke: #333;
    stroke-width: 1.5px;
}

.nvd3.nv-sparklineplus,
.nvd3.nv-sparklineplus g {
    pointer-events: all;
}

.nvd3 .nv-hoverArea {
    fill-opacity: 0;
    stroke-opacity: 0;
}

.nvd3.nv-sparklineplus .nv-xValue,
.nvd3.nv-sparklineplus .nv-yValue {
    stroke-width: 0;
    font-size: .9em;
    font-weight: normal;
}

.nvd3.nv-sparklineplus .nv-yValue {
    stroke: #f66;
}

.nvd3.nv-sparklineplus .nv-maxValue {
    stroke: #2ca02c;
    fill: #2ca02c;
}

.nvd3.nv-sparklineplus .nv-minValue {
    stroke: #d62728;
    fill: #d62728;
}

.nvd3.nv-sparklineplus .nv-currentValue {
    font-weight: bold;
    font-size: 1.1em;
}
/* stacked area */
.nvd3.nv-stackedarea path.nv-area {
    fill-opacity: .7;
    stroke-opacity: 0;
    transition: fill-opacity 250ms linear, stroke-opacity 250ms linear;
}

.nvd3.nv-stackedarea path.nv-area.hover {
    fill-opacity: .9;
}


.nvd3.nv-stackedarea .nv-groups .nv-point {
    stroke-opacity: 0;
    fill-opacity: 0;
}

.nvtooltip {
    position: absolute;
    background-color: rgba(255,255,255,1.0);
    color: rgba(0,0,0,1.0);
    padding: 1px;
    border: 1px solid rgba(0,0,0,.2);
    z-index: 10000;
    display: block;

    font-family: Arial, sans-serif;
    font-size: 13px;
    text-align: left;
    pointer-events: none;

    white-space: nowrap;

    -webkit-user-select: none;

       -moz-user-select: none;

        -ms-user-select: none;

            user-select: none;
}

.nvtooltip {
    background: rgba(255,255,255, 0.8);
    border: 1px solid rgba(0,0,0,0.5);
    border-radius: 4px;
}

/*Give tooltips that old fade in transition by
    putting a "with-transitions" class on the container div.
*/
.nvtooltip.with-transitions, .with-transitions .nvtooltip {
    transition: opacity 50ms linear;

    transition-delay: 200ms;
}

.nvtooltip.x-nvtooltip,
.nvtooltip.y-nvtooltip {
    padding: 8px;
}

.nvtooltip h3 {
    margin: 0;
    padding: 4px 14px;
    line-height: 18px;
    font-weight: normal;
    background-color: rgba(247,247,247,0.75);
    color: rgba(0,0,0,1.0);
    text-align: center;

    border-bottom: 1px solid #ebebeb;

    border-radius: 5px 5px 0 0;
}

.nvtooltip p {
    margin: 0;
    padding: 5px 14px;
    text-align: center;
}

.nvtooltip span {
    display: inline-block;
    margin: 2px 0;
}

.nvtooltip table {
    margin: 6px;
    border-spacing:0;
}


.nvtooltip table td {
    padding: 2px 9px 2px 0;
    vertical-align: middle;
}

.nvtooltip table td.key {
    font-weight: normal;
}

.nvtooltip table td.key.total {
    font-weight: bold;
}

.nvtooltip table td.value {
    text-align: right;
    font-weight: bold;
}

.nvtooltip table td.percent {
    color: darkgray;
}

.nvtooltip table tr.highlight td {
    padding: 1px 9px 1px 0;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-top-style: solid;
    border-top-width: 1px;
}

.nvtooltip table td.legend-color-guide div {
    width: 8px;
    height: 8px;
    vertical-align: middle;
}

.nvtooltip table td.legend-color-guide div {
    width: 12px;
    height: 12px;
    border: 1px solid #999;
}

.nvtooltip .footer {
    padding: 3px;
    text-align: center;
}

.nvtooltip-pending-removal {
    pointer-events: none;
    display: none;
}


/****
Interactive Layer
*/
.nvd3 .nv-interactiveGuideLine {
    pointer-events:none;
}

.nvd3 line.nv-guideline {
    stroke: #ccc;
}

/* fix displaying tooltip, when tinymce in modal window */
.mce-tooltip {
    /*position: fixed !important;*/
    /*margin-top: -30px;*/
    /*display: block !important;*/
}
.mce-panel.mce-floatpanel.mce-menu {
    /*position: fixed !important;*/
    /*margin-top: -10px;*/
}

/* todo: refactor into less/scss */

[data-questionnaire]:empty:after {
    content: 'Uninitialized questionnaire';
}

.questionnaire .input-group input[type=file] {
    display: none;
}

.questionnaire[data-without-submit-button] .submission-buttons {
    display: none;
}

.questionnaire[data-without-delete-button] .delete-questionnaire-button {
    display: none;
}

.questionnaire[data-without-question-information-text] .question-information-text {
    display: none;
}

.questionnaire .margin-top {
    margin-top: 1em;
}
.questionnaire .margin-bottom {
    margin-bottom: 1em;
}

.questionnaire .panel-heading {
    cursor: pointer;
}
.questionnaire .panel-heading .caret {
    margin: 7px 10px;
    transform: rotate(180deg);
}
.questionnaire .panel-heading.collapsed .caret {
    transform: rotate(0deg);
}

.questionnaire .file-dragged {
    box-shadow: 0 0 3px 0 #428BCA;
}
.questionnaire .file-info {
    margin-top: 0.25em;
}
.questionnaire .file-info .file-name {
    font-style: italic;
}

.questionnaire [data-question].highlighted-validation.not-valid label {
    color: #a94442;
}
.questionnaire [data-question].highlighted-validation.not-valid input,
.questionnaire [data-question].highlighted-validation.not-valid textarea {
    border-color: #a94442;
}
.questionnaire [data-question] input::-ms-clear,
.questionnaire [data-question] textarea::-ms-clear {
    display: none;
}
.questionnaire [data-question].highlighted-validation.not-valid .bootstrap-select .dropdown-toggle {
    border-color: #a94442;
}
.questionnaire [data-question].not-highlighted-validation .validation-messages {
    display: none;
}

.questionnaire .questionnaire-export-dropdown {
    display: inline;
}
legend.control-label {
    font-size: inherit;
    border: inherit;
    margin-bottom: 0;
    color: #333;
    font-weight: 600;
}

.questionnaire input[type="checkbox"]{
    margin-top: 11px;
}


.workflow-modal .status-comment-textarea {
    resize: vertical;
    max-height: 20em;
    margin-bottom: .8em;
}


.translatable li.selected a {
    font-weight: bold;
}

.translatable li[data-translated=""]:not(.selected) a {
    color: #aaa;
}

.translatable .translation-key {
    font-size: 10px;
}

/*!
 * Bootstrap-select v1.13.18 (https://developer.snapappointments.com/bootstrap-select)
 *
 * Copyright 2012-2020 SnapAppointments, LLC
 * Licensed under MIT (https://github.com/snapappointments/bootstrap-select/blob/master/LICENSE)
 */@-webkit-keyframes bs-notify-fadeOut{0%{opacity:.9}100%{opacity:0}}@-o-keyframes bs-notify-fadeOut{0%{opacity:.9}100%{opacity:0}}@keyframes bs-notify-fadeOut{0%{opacity:.9}100%{opacity:0}}.bootstrap-select>select.bs-select-hidden,select.bs-select-hidden,select.selectpicker{display:none!important}.bootstrap-select{width:220px\0;vertical-align:middle}.bootstrap-select>.dropdown-toggle{position:relative;width:100%;text-align:right;white-space:nowrap;display:-webkit-inline-box;display:-webkit-inline-flex;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between}.bootstrap-select>.dropdown-toggle:after{margin-top:-1px}.bootstrap-select>.dropdown-toggle.bs-placeholder,.bootstrap-select>.dropdown-toggle.bs-placeholder:active,.bootstrap-select>.dropdown-toggle.bs-placeholder:focus,.bootstrap-select>.dropdown-toggle.bs-placeholder:hover{color:#999}.bootstrap-select>.dropdown-toggle.bs-placeholder.btn-danger,.bootstrap-select>.dropdown-toggle.bs-placeholder.btn-danger:active,.bootstrap-select>.dropdown-toggle.bs-placeholder.btn-danger:focus,.bootstrap-select>.dropdown-toggle.bs-placeholder.btn-danger:hover,.bootstrap-select>.dropdown-toggle.bs-placeholder.btn-dark,.bootstrap-select>.dropdown-toggle.bs-placeholder.btn-dark:active,.bootstrap-select>.dropdown-toggle.bs-placeholder.btn-dark:focus,.bootstrap-select>.dropdown-toggle.bs-placeholder.btn-dark:hover,.bootstrap-select>.dropdown-toggle.bs-placeholder.btn-info,.bootstrap-select>.dropdown-toggle.bs-placeholder.btn-info:active,.bootstrap-select>.dropdown-toggle.bs-placeholder.btn-info:focus,.bootstrap-select>.dropdown-toggle.bs-placeholder.btn-info:hover,.bootstrap-select>.dropdown-toggle.bs-placeholder.btn-primary,.bootstrap-select>.dropdown-toggle.bs-placeholder.btn-primary:active,.bootstrap-select>.dropdown-toggle.bs-placeholder.btn-primary:focus,.bootstrap-select>.dropdown-toggle.bs-placeholder.btn-primary:hover,.bootstrap-select>.dropdown-toggle.bs-placeholder.btn-secondary,.bootstrap-select>.dropdown-toggle.bs-placeholder.btn-secondary:active,.bootstrap-select>.dropdown-toggle.bs-placeholder.btn-secondary:focus,.bootstrap-select>.dropdown-toggle.bs-placeholder.btn-secondary:hover,.bootstrap-select>.dropdown-toggle.bs-placeholder.btn-success,.bootstrap-select>.dropdown-toggle.bs-placeholder.btn-success:active,.bootstrap-select>.dropdown-toggle.bs-placeholder.btn-success:focus,.bootstrap-select>.dropdown-toggle.bs-placeholder.btn-success:hover{color:rgba(255,255,255,.5)}.bootstrap-select>select{position:absolute!important;bottom:0;left:50%;display:block!important;width:.5px!important;height:100%!important;padding:0!important;opacity:0!important;border:none;z-index:0!important}.bootstrap-select>select.mobile-device{top:0;left:0;display:block!important;width:100%!important;z-index:2!important}.bootstrap-select.is-invalid .dropdown-toggle,.error .bootstrap-select .dropdown-toggle,.has-error .bootstrap-select .dropdown-toggle,.was-validated .bootstrap-select select:invalid+.dropdown-toggle{border-color:#b94a48}.bootstrap-select.is-valid .dropdown-toggle,.was-validated .bootstrap-select select:valid+.dropdown-toggle{border-color:#28a745}.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,.bootstrap-select>select.mobile-device:focus+.dropdown-toggle{outline:thin dotted #333!important;outline:5px auto -webkit-focus-ring-color!important;outline-offset:-2px}.bootstrap-select.form-control{margin-bottom:0;padding:0;border:none;height:auto}:not(.input-group)>.bootstrap-select.form-control:not([class*=col-]){width:100%}.bootstrap-select.form-control.input-group-btn{float:none;z-index:auto}.form-inline .bootstrap-select,.form-inline .bootstrap-select.form-control:not([class*=col-]){width:auto}.bootstrap-select:not(.input-group-btn),.bootstrap-select[class*=col-]{float:none;display:inline-block;margin-left:0}.bootstrap-select.dropdown-menu-right,.bootstrap-select[class*=col-].dropdown-menu-right,.row .bootstrap-select[class*=col-].dropdown-menu-right{float:right}.form-group .bootstrap-select,.form-horizontal .bootstrap-select,.form-inline .bootstrap-select{margin-bottom:0}.form-group-lg .bootstrap-select.form-control,.form-group-sm .bootstrap-select.form-control{padding:0}.form-group-lg .bootstrap-select.form-control .dropdown-toggle,.form-group-sm .bootstrap-select.form-control .dropdown-toggle{height:100%;font-size:inherit;line-height:inherit;border-radius:inherit}.bootstrap-select.form-control-lg .dropdown-toggle,.bootstrap-select.form-control-sm .dropdown-toggle{font-size:inherit;line-height:inherit;border-radius:inherit}.bootstrap-select.form-control-sm .dropdown-toggle{padding:.25rem .5rem}.bootstrap-select.form-control-lg .dropdown-toggle{padding:.5rem 1rem}.form-inline .bootstrap-select .form-control{width:100%}.bootstrap-select.disabled,.bootstrap-select>.disabled{cursor:not-allowed}.bootstrap-select.disabled:focus,.bootstrap-select>.disabled:focus{outline:0!important}.bootstrap-select.bs-container{position:absolute;top:0;left:0;height:0!important;padding:0!important}.bootstrap-select.bs-container .dropdown-menu{z-index:1060}.bootstrap-select .dropdown-toggle .filter-option{position:static;top:0;left:0;float:left;height:100%;width:100%;text-align:left;overflow:hidden;-webkit-box-flex:0;-webkit-flex:0 1 auto;-ms-flex:0 1 auto;flex:0 1 auto}.bs3.bootstrap-select .dropdown-toggle .filter-option{padding-right:inherit}.input-group .bs3-has-addon.bootstrap-select .dropdown-toggle .filter-option{position:absolute;padding-top:inherit;padding-bottom:inherit;padding-left:inherit;float:none}.input-group .bs3-has-addon.bootstrap-select .dropdown-toggle .filter-option .filter-option-inner{padding-right:inherit}.bootstrap-select .dropdown-toggle .filter-option-inner-inner{overflow:hidden}.bootstrap-select .dropdown-toggle .filter-expand{width:0!important;float:left;opacity:0!important;overflow:hidden}.bootstrap-select .dropdown-toggle .caret{position:absolute;top:50%;right:12px;margin-top:-2px;vertical-align:middle}.input-group .bootstrap-select.form-control .dropdown-toggle{border-radius:inherit}.bootstrap-select[class*=col-] .dropdown-toggle{width:100%}.bootstrap-select .dropdown-menu{min-width:100%;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.bootstrap-select .dropdown-menu>.inner:focus{outline:0!important}.bootstrap-select .dropdown-menu.inner{position:static;float:none;border:0;padding:0;margin:0;border-radius:0;-webkit-box-shadow:none;box-shadow:none}.bootstrap-select .dropdown-menu li{position:relative}.bootstrap-select .dropdown-menu li.active small{color:rgba(255,255,255,.5)!important}.bootstrap-select .dropdown-menu li.disabled a{cursor:not-allowed}.bootstrap-select .dropdown-menu li a{cursor:pointer;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.bootstrap-select .dropdown-menu li a.opt{position:relative;padding-left:2.25em}.bootstrap-select .dropdown-menu li a span.check-mark{display:none}.bootstrap-select .dropdown-menu li a span.text{display:inline-block}.bootstrap-select .dropdown-menu li small{padding-left:.5em}.bootstrap-select .dropdown-menu .notify{position:absolute;bottom:5px;width:96%;margin:0 2%;min-height:26px;padding:3px 5px;background:#f5f5f5;border:1px solid #e3e3e3;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.05);box-shadow:inset 0 1px 1px rgba(0,0,0,.05);pointer-events:none;opacity:.9;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.bootstrap-select .dropdown-menu .notify.fadeOut{-webkit-animation:.3s linear 750ms forwards bs-notify-fadeOut;-o-animation:.3s linear 750ms forwards bs-notify-fadeOut;animation:.3s linear 750ms forwards bs-notify-fadeOut}.bootstrap-select .no-results{padding:3px;background:#f5f5f5;margin:0 5px;white-space:nowrap}.bootstrap-select.fit-width .dropdown-toggle .filter-option{position:static;display:inline;padding:0}.bootstrap-select.fit-width .dropdown-toggle .filter-option-inner,.bootstrap-select.fit-width .dropdown-toggle .filter-option-inner-inner{display:inline}.bootstrap-select.fit-width .dropdown-toggle .bs-caret:before{content:'\00a0'}.bootstrap-select.fit-width .dropdown-toggle .caret{position:static;top:auto;margin-top:-1px}.bootstrap-select.show-tick .dropdown-menu .selected span.check-mark{position:absolute;display:inline-block;right:15px;top:5px}.bootstrap-select.show-tick .dropdown-menu li a span.text{margin-right:34px}.bootstrap-select .bs-ok-default:after{content:'';display:block;width:.5em;height:1em;border-style:solid;border-width:0 .26em .26em 0;-webkit-transform-style:preserve-3d;transform-style:preserve-3d;-webkit-transform:rotate(45deg);-ms-transform:rotate(45deg);-o-transform:rotate(45deg);transform:rotate(45deg)}.bootstrap-select.show-menu-arrow.open>.dropdown-toggle,.bootstrap-select.show-menu-arrow.show>.dropdown-toggle{z-index:1061}.bootstrap-select.show-menu-arrow .dropdown-toggle .filter-option:before{content:'';border-left:7px solid transparent;border-right:7px solid transparent;border-bottom:7px solid rgba(204,204,204,.2);position:absolute;bottom:-4px;left:9px;display:none}.bootstrap-select.show-menu-arrow .dropdown-toggle .filter-option:after{content:'';border-left:6px solid transparent;border-right:6px solid transparent;border-bottom:6px solid #fff;position:absolute;bottom:-4px;left:10px;display:none}.bootstrap-select.show-menu-arrow.dropup .dropdown-toggle .filter-option:before{bottom:auto;top:-4px;border-top:7px solid rgba(204,204,204,.2);border-bottom:0}.bootstrap-select.show-menu-arrow.dropup .dropdown-toggle .filter-option:after{bottom:auto;top:-4px;border-top:6px solid #fff;border-bottom:0}.bootstrap-select.show-menu-arrow.pull-right .dropdown-toggle .filter-option:before{right:12px;left:auto}.bootstrap-select.show-menu-arrow.pull-right .dropdown-toggle .filter-option:after{right:13px;left:auto}.bootstrap-select.show-menu-arrow.open>.dropdown-toggle .filter-option:after,.bootstrap-select.show-menu-arrow.open>.dropdown-toggle .filter-option:before,.bootstrap-select.show-menu-arrow.show>.dropdown-toggle .filter-option:after,.bootstrap-select.show-menu-arrow.show>.dropdown-toggle .filter-option:before{display:block}.bs-actionsbox,.bs-donebutton,.bs-searchbox{padding:4px 8px}.bs-actionsbox{width:100%;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.bs-actionsbox .btn-group button{width:50%}.bs-donebutton{float:left;width:100%;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.bs-donebutton .btn-group button{width:100%}.bs-searchbox+.bs-actionsbox{padding:0 8px 4px}.bs-searchbox .form-control{margin-bottom:0;width:100%;float:none}
/*

github.com style (c) Vasily Polovnyov <vast@whiteants.net>

*/

.hljs {
  display: block;
  overflow-x: auto;
  padding: 0.5em;
  color: #333;
  background: #f8f8f8;
}

.hljs-comment,
.hljs-quote {
  color: #998;
  font-style: italic;
}

.hljs-keyword,
.hljs-selector-tag,
.hljs-subst {
  color: #333;
  font-weight: bold;
}

.hljs-number,
.hljs-literal,
.hljs-variable,
.hljs-template-variable,
.hljs-tag .hljs-attr {
  color: #008080;
}

.hljs-string,
.hljs-doctag {
  color: #d14;
}

.hljs-title,
.hljs-section,
.hljs-selector-id {
  color: #900;
  font-weight: bold;
}

.hljs-subst {
  font-weight: normal;
}

.hljs-type,
.hljs-class .hljs-title {
  color: #458;
  font-weight: bold;
}

.hljs-tag,
.hljs-name,
.hljs-attribute {
  color: #000080;
  font-weight: normal;
}

.hljs-regexp,
.hljs-link {
  color: #009926;
}

.hljs-symbol,
.hljs-bullet {
  color: #990073;
}

.hljs-built_in,
.hljs-builtin-name {
  color: #0086b3;
}

.hljs-meta {
  color: #999;
  font-weight: bold;
}

.hljs-deletion {
  background: #fdd;
}

.hljs-addition {
  background: #dfd;
}

.hljs-emphasis {
  font-style: italic;
}

.hljs-strong {
  font-weight: bold;
}

/*!
   * Bootstrap Datetime Picker v4.17.49
   * Copyright 2015-2020 Jonathan Peterson
   * Licensed under MIT (https://github.com/Eonasdan/bootstrap-datetimepicker/blob/master/LICENSE)
   */
.bootstrap-datetimepicker-widget {
  list-style: none;
}
.bootstrap-datetimepicker-widget.dropdown-menu {
  display: block;
  margin: 2px 0;
  padding: 4px;
  width: 19em;
}
@media (min-width: 768px) {
  .bootstrap-datetimepicker-widget.dropdown-menu.timepicker-sbs {
    width: 38em;
  }
}
@media (min-width: 992px) {
  .bootstrap-datetimepicker-widget.dropdown-menu.timepicker-sbs {
    width: 38em;
  }
}
@media (min-width: 1200px) {
  .bootstrap-datetimepicker-widget.dropdown-menu.timepicker-sbs {
    width: 38em;
  }
}
.bootstrap-datetimepicker-widget.dropdown-menu:before,
.bootstrap-datetimepicker-widget.dropdown-menu:after {
  content: '';
  display: inline-block;
  position: absolute;
}
.bootstrap-datetimepicker-widget.dropdown-menu.bottom:before {
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 7px solid #ccc;
  border-bottom-color: rgba(0, 0, 0, 0.2);
  top: -7px;
  left: 7px;
}
.bootstrap-datetimepicker-widget.dropdown-menu.bottom:after {
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid white;
  top: -6px;
  left: 8px;
}
.bootstrap-datetimepicker-widget.dropdown-menu.top:before {
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-top: 7px solid #ccc;
  border-top-color: rgba(0, 0, 0, 0.2);
  bottom: -7px;
  left: 6px;
}
.bootstrap-datetimepicker-widget.dropdown-menu.top:after {
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 6px solid white;
  bottom: -6px;
  left: 7px;
}
.bootstrap-datetimepicker-widget.dropdown-menu.pull-right:before {
  left: auto;
  right: 6px;
}
.bootstrap-datetimepicker-widget.dropdown-menu.pull-right:after {
  left: auto;
  right: 7px;
}
.bootstrap-datetimepicker-widget .list-unstyled {
  margin: 0;
}
.bootstrap-datetimepicker-widget a[data-action] {
  padding: 6px 0;
}
.bootstrap-datetimepicker-widget a[data-action]:active {
  box-shadow: none;
}
.bootstrap-datetimepicker-widget .timepicker-hour,
.bootstrap-datetimepicker-widget .timepicker-minute,
.bootstrap-datetimepicker-widget .timepicker-second {
  width: 54px;
  font-weight: bold;
  font-size: 1.2em;
  margin: 0;
}
.bootstrap-datetimepicker-widget button[data-action] {
  padding: 6px;
}
.bootstrap-datetimepicker-widget .btn[data-action="incrementHours"]::after {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  content: "Increment Hours";
}
.bootstrap-datetimepicker-widget .btn[data-action="incrementMinutes"]::after {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  content: "Increment Minutes";
}
.bootstrap-datetimepicker-widget .btn[data-action="decrementHours"]::after {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  content: "Decrement Hours";
}
.bootstrap-datetimepicker-widget .btn[data-action="decrementMinutes"]::after {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  content: "Decrement Minutes";
}
.bootstrap-datetimepicker-widget .btn[data-action="showHours"]::after {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  content: "Show Hours";
}
.bootstrap-datetimepicker-widget .btn[data-action="showMinutes"]::after {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  content: "Show Minutes";
}
.bootstrap-datetimepicker-widget .btn[data-action="togglePeriod"]::after {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  content: "Toggle AM/PM";
}
.bootstrap-datetimepicker-widget .btn[data-action="clear"]::after {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  content: "Clear the picker";
}
.bootstrap-datetimepicker-widget .btn[data-action="today"]::after {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  content: "Set the date to today";
}
.bootstrap-datetimepicker-widget .picker-switch {
  text-align: center;
}
.bootstrap-datetimepicker-widget .picker-switch::after {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  content: "Toggle Date and Time Screens";
}
.bootstrap-datetimepicker-widget .picker-switch td {
  padding: 0;
  margin: 0;
  height: auto;
  width: auto;
  line-height: inherit;
}
.bootstrap-datetimepicker-widget .picker-switch td span {
  line-height: 2.5;
  height: 2.5em;
  width: 100%;
}
.bootstrap-datetimepicker-widget table {
  width: 100%;
  margin: 0;
}
.bootstrap-datetimepicker-widget table td,
.bootstrap-datetimepicker-widget table th {
  text-align: center;
  border-radius: 4px;
}
.bootstrap-datetimepicker-widget table th {
  height: 20px;
  line-height: 20px;
  width: 20px;
}
.bootstrap-datetimepicker-widget table th.picker-switch {
  width: 145px;
}
.bootstrap-datetimepicker-widget table th.disabled,
.bootstrap-datetimepicker-widget table th.disabled:hover {
  background: none;
  color: #777777;
  cursor: not-allowed;
}
.bootstrap-datetimepicker-widget table th.prev::after {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  content: "Previous Month";
}
.bootstrap-datetimepicker-widget table th.next::after {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  content: "Next Month";
}
.bootstrap-datetimepicker-widget table thead tr:first-child th {
  cursor: pointer;
}
.bootstrap-datetimepicker-widget table thead tr:first-child th:hover {
  background: #eeeeee;
}
.bootstrap-datetimepicker-widget table td {
  height: 54px;
  line-height: 54px;
  width: 54px;
}
.bootstrap-datetimepicker-widget table td.cw {
  font-size: 0.8em;
  height: 20px;
  line-height: 20px;
  color: #777777;
}
.bootstrap-datetimepicker-widget table td.day {
  height: 20px;
  line-height: 20px;
  width: 20px;
}
.bootstrap-datetimepicker-widget table td.day:hover,
.bootstrap-datetimepicker-widget table td.hour:hover,
.bootstrap-datetimepicker-widget table td.minute:hover,
.bootstrap-datetimepicker-widget table td.second:hover {
  background: #eeeeee;
  cursor: pointer;
}
.bootstrap-datetimepicker-widget table td.old,
.bootstrap-datetimepicker-widget table td.new {
  color: #777777;
}
.bootstrap-datetimepicker-widget table td.today {
  position: relative;
}
.bootstrap-datetimepicker-widget table td.today:before {
  content: '';
  display: inline-block;
  border: solid transparent;
  border-width: 0 0 7px 7px;
  border-bottom-color: #337ab7;
  border-top-color: rgba(0, 0, 0, 0.2);
  position: absolute;
  bottom: 4px;
  right: 4px;
}
.bootstrap-datetimepicker-widget table td.active,
.bootstrap-datetimepicker-widget table td.active:hover {
  background-color: #337ab7;
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.bootstrap-datetimepicker-widget table td.active.today:before {
  border-bottom-color: #fff;
}
.bootstrap-datetimepicker-widget table td.disabled,
.bootstrap-datetimepicker-widget table td.disabled:hover {
  background: none;
  color: #777777;
  cursor: not-allowed;
}
.bootstrap-datetimepicker-widget table td span {
  display: inline-block;
  width: 54px;
  height: 54px;
  line-height: 54px;
  margin: 2px 1.5px;
  cursor: pointer;
  border-radius: 4px;
}
.bootstrap-datetimepicker-widget table td span:hover {
  background: #eeeeee;
}
.bootstrap-datetimepicker-widget table td span.active {
  background-color: #337ab7;
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.bootstrap-datetimepicker-widget table td span.old {
  color: #777777;
}
.bootstrap-datetimepicker-widget table td span.disabled,
.bootstrap-datetimepicker-widget table td span.disabled:hover {
  background: none;
  color: #777777;
  cursor: not-allowed;
}
.bootstrap-datetimepicker-widget.usetwentyfour td.hour {
  height: 27px;
  line-height: 27px;
}
.bootstrap-datetimepicker-widget.wider {
  width: 21em;
}
.bootstrap-datetimepicker-widget .datepicker-decades .decade {
  line-height: 1.8em !important;
}
.input-group.date .input-group-addon {
  cursor: pointer;
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

/* ==========================================================================
	Imports
========================================================================== */
@media screen and (max-width: 767px) {
}@media (min-width: 768px) {
}@media (min-width: 768px) {
}@media (max-width: 767px) {
}@media (min-width: 768px) {
}@media (min-width: 768px) {
}@media (max-width: 767px) {
}@media (max-width: 767px) {
}.bootstrap-datetimepicker-widget {
  list-style: none;
}
.bootstrap-datetimepicker-widget .datepicker-years thead,
.bootstrap-datetimepicker-widget .datepicker-years .disabled {
  display: none;
}
.bootstrap-datetimepicker-widget .collapsing {
  -webkit-transition: none;
  transition: none;
}
.bootstrap-datetimepicker-widget table td.separator {
  background-color: transparent;
}
.bootstrap-datetimepicker-widget.dropdown-menu {
  width: 19em;
}
.bootstrap-datetimepicker-widget td {
  width: 0!important;
}
/* ==========================================================================
	General
========================================================================== */
#loadingMessage {
  width: 100%;
  height: 100%;
  z-index: 1000;
  top: 50%;
  position: absolute;
}
.no-margin {
  margin: 0 !important;
}
/*	Forms
========================================================================== */
.multiselect-container > li > a > label {
  margin: 0;
  height: 100%;
  cursor: pointer;
  font-weight: 400;
  padding: 3px 20px 3px 10px !important;
}
label.required {
  white-space: nowrap;
}
label.required:after {
  content: "\00a0*";
}
.ui-selecting,
.ui-xselecting {
  background: #6fc0ff;
}
.ui-selected {
  border-color: #66afe9;
  background-color: #d8edff !important;
  color: #666666 !important;
}
.pagerbar .current-page {
  padding-top: 0;
}
.pagerbar .current-page .input-sm {
  width: 40px;
  display: inline-block;
}
.paginatorbar {
  margin: 20px 0;
}
.paginatorbar .current-page {
  display: block;
  padding-top: 4px;
}
.paginatorbar label {
  font-weight: normal;
  margin-right: 5px;
}
.panel-heading.has-error .panel-title {
  color: #a94442;
}
#content_event_module .panel-heading,
.event-module-sidebar-item .panel-heading {
  display: block;
}
.panel-sidebar-navigation > ul ul.eventList li div {
  margin-left: 0;
}
/*	Buttons
========================================================================== */
a.plus,
a.new-filter,
a.new-block,
a.delete-block {
  display: inline-block;
  padding: 5px 0 5px 12px;
  color: #000;
  width: auto!important;
}
a.delete-block {
  background-position: -15px -15292px;
  margin-bottom: 40px;
  display: block;
}
a.new-block {
  margin-bottom: 40px;
  display: block;
}
button[name=addCandidateToAppointment].btn-default span.glyphicon-ok {
  visibility: hidden;
}
button.btn-default.disabled[name="addCandidateToAppointment"] {
  visibility: hidden;
}
button.btn-primary.disabled[name="addCandidateToAppointment"] {
  opacity: 1;
}
.dropdown-menu.small-icons-list li .ddmenuitem input {
  padding: 3px 20px 3px 15px;
  display: block;
  white-space: normal;
  text-align: left;
  background-color: transparent;
  border-color: transparent;
}
.dropdown-menu.small-icons-list li .ddmenuitem:hover {
  color: #666666;
  background-color: #f5f5f5;
}
/* ==========================================================================
	Table - with divider
	--> This CSS should normally be part of the core
========================================================================== */
.table-scroll-horizontal {
  overflow-x: visible;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  width: 100%;
}
.table-scroll-horizontal > .table {
  margin-bottom: 0;
}
.table-scroll-horizontal > .table .functions {
  padding-right: 10px !important;
}
.table.no-bottom-border {
  border-bottom: 0;
}
.table.no-bottom-space {
  margin-bottom: 0 !important;
}
.table th.divider,
.table td.divider {
  width: 1%;
  padding-left: 7px !important;
  padding-right: 7px !important;
  border: 0 !important;
  background: url(../../images/table_divider.png) top center repeat-y;
}
.table td span.special {
  white-space: nowrap;
  color: #999;
}
.table .progress {
  height: 10px;
  margin-bottom: 0;
}
.table .progress.progress-label {
  height: 20px;
  margin-bottom: 0;
}
.table .progress.progress-label .progress-bar {
  background-color: #fff;
}
.table .progress.progress-label .progress-bar span {
  font-weight: bold;
  color: #000;
}
.table .progress .progress-bar-empty span {
  color: #000;
}
.table td.event-time {
  padding-bottom: 3px;
  white-space: nowrap;
}
.table td.event-time .time-betweener {
  position: relative;
  display: inline-block;
  font-weight: bold;
  line-height: 30px;
  vertical-align: top;
}
.table td.event-time .input-group {
  width: 118px;
}
.table td.event-time .input-group .badge {
  position: absolute;
  right: -7px;
  top: -7px;
  background-color: #d9534f;
}
.table td.event-time .input-group input {
  margin-bottom: 0;
}
.table td.event-time .timepicker-container .input-group-addon {
  line-height: 0;
}
.table td.event-dates-function {
  text-align: right;
}
.table td.event-dates-function .btn-group {
  margin-bottom: 0;
}
.table td.functions {
  white-space: nowrap;
}
.table td.functions input[type="checkbox"] {
  margin-left: 10px;
}
.table td .btn-toolbar {
  margin-top: 0 !important;
  padding-bottom: 0 !important;
}
.table tr td.td-icon {
  white-space: nowrap;
}
.table tr td.td-icon .status-icon .sprite-list-other {
  margin-right: 5px;
}
.progress-group {
  min-width: 128px;
}
/* ==========================================================================
	Icons
========================================================================== */
.badge-glyph .glyphicon {
  top: 10px;
}
#sidebar .badge-glyph .glyphicon,
td.icon .badge-glyph .glyphicon {
  top: 2px;
  font-size: 10px;
}
#sidebar .icon-addon,
td.icon .icon-addon {
  width: 16px!important;
  margin-top: 0;
}
#content_event_module #event-basedata-form .bootstrap-datetimepicker-widget a[data-action="today"] span::after {
  content: ' ' attr(data-label);
}
#content_event_module .icon-addon-wrapper {
  width: 50px;
}
#sideBarSearchResults .icon-addon-wrapper,
#tree_wrapper .icon-addon-wrapper {
  float: left;
  padding: 1px;
  margin: 0;
}
.icon-addon-wrapper {
  display: inline-block;
}
.icon-addon-wrapper div {
  display: inline-block;
}
.event-module-sidebar-item .panel-clickable {
  color: #2a6496 !important;
}
/*	Spinning Glyphicon
========================================================================== */
.gly-spin {
  -webkit-animation: spin 2s infinite linear;
  -o-animation: spin 2s infinite linear;
  animation: spin 2s infinite linear;
}
@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
  }
}
@-o-keyframes spin {
  0% {
    -o-transform: rotate(0deg);
  }
  100% {
    -o-transform: rotate(359deg);
  }
}
@keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
/* ==========================================================================
	Event forms
========================================================================== */
.eventday {
  font-weight: bold;
  color: black !important;
}
.eventday.ui-selected {
  border-radius: 5px;
}
.day.ui-selected {
  border-radius: 5px;
  color: #fff !important;
  background: #767676 !important;
}
.ui-selectee {
  color: #000 !important;
}
.ui-selectee.actday {
  color: #2a6496 !important;
}
.ui-selectee.actday.ui-selected {
  color: #fff !important;
  background: #000 !important;
}
.ui-selectee.ui-selecting {
  color: #fff !important;
  background: #000 !important;
}
.divider-right {
  border-right: 2px solid #ccc;
  padding-right: 15px;
}
.width-220 {
  width: 220px;
}
.width-100 {
  width: 100px;
}
.width-60 {
  width: 60px;
}
.width-15-pr {
  width: 15%;
}
.width-1-pr {
  width: 1%;
}
.actmonth {
  -webkit-transition: all 1s ease-in-out;
  -o-transition: all 1s ease-in-out;
  transition: all 1s ease-in-out;
  background-color: rgba(216, 237, 255, 0.26);
  box-shadow: inset 0 0 2px #428BCA, 0 0px 0px 1px rgba(66, 139, 202, 0.5), 0 0px 10px rgba(66, 139, 202, 0.5);
}
.actweek {
  border-color: #66afe9;
  background-color: #d8edff !important;
}
.actweek .calendar-week {
  color: #66afe9 !important;
}
.actweek td:first-child {
  border-top-left-radius: 4px !important;
  border-bottom-left-radius: 4px !important;
}
.actweek td:last-child {
  border-top-right-radius: 4px !important;
  border-bottom-right-radius: 4px !important;
}
.calendarMonth,
.calendar-week-body .calendar-week {
  cursor: pointer;
}
.calendarMonth:hover,
.calendar-week-body .calendar-week:hover {
  font-weight: bold;
}
.table-calendar-area > div.table-responsive {
  display: inline-table;
}
#calendar-area .pagination.years .active .yearSelectorCurrent {
  cursor: pointer;
}
.AppointmentButtons {
  border-top: 0px!important;
  padding-bottom: 30px!important;
  padding-top: 20px!important;
  background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(124, 124, 124, 0.65) 189%);
  background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(124, 124, 124, 0.65) 189%);
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(124, 124, 124, 0.65) 189%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#a67c7c7c', GradientType=0);
  background-repeat: repeat-x;
  display: none;
}
.AppointmentButtons .btn-primary {
  margin: 0 15px;
}
.AppointmentButtons .btn-default {
  margin: 0 15px;
}
.AppointmentRow .timezone-selection {
  min-width: 192px;
}
#mediaPreviewENTab,
#mediaPreviewDETab {
  background: #F1F1F1;
  padding: 10px;
}
#bsModal li.active a {
  background: #F1F1F1;
  padding: 10px;
}
td.filesize,
th.filesize {
  white-space: nowrap;
  text-align: right;
}
.timepicker-group .bootstrap-datetimepicker-widget {
  width: 108px;
}
abbr.empty {
  text-decoration: none;
  border-bottom: none;
  cursor: inherit;
}
.middle {
  vertical-align: middle !important;
  text-align: center;
}
.appointment_list .nav-tabs > li .btn-tab {
  min-width: 72px;
}
/* ==========================================================================
	Scheduler
========================================================================== */
/*	Calendar Tables
========================================================================== */
th .weekend:last-child {
  margin-right: 20px;
}
.table-calendar-area {
  overflow-x: auto;
  white-space: nowrap;
}
.table-calendar {
  display: inline-table;
  margin-right: 10px;
  margin-left: 10px;
  margin-top: 10px;
  border-radius: 4px;
  width: 270px;
  border-bottom: 0;
}
.table-calendar th {
  color: #000;
  text-align: center;
  font-weight: normal;
}
.table-calendar th.calendar-week {
  border-bottom-color: #fff;
}
.table-calendar th.weekend {
  color: #767676;
}
.table-calendar td {
  text-align: center;
  border-top: 0 !important;
  color: #777;
}
.table-calendar td.calendar-week {
  padding-top: 11px;
  color: #fff;
  font-size: 12px;
  line-height: 16px;
}
.table-calendar td.calendar-week a {
  color: #fff;
}
.table-calendar td.weekend {
  color: #ccc;
}
.table-calendar td.today {
  color: #2a6496;
}
.table-calendar td.today a {
  color: #2a6496;
}
.table-calendar thead td.calendar-week ~ th {
  border-top: 0;
}
.table-calendar tbody:before {
  height: 34px;
  display: block;
  content: '';
}
.table-hover.table-calendar > tbody > tr:hover > td:first-child {
  border-top-left-radius: 4px !important;
  border-bottom-left-radius: 4px !important;
  color: #222222;
}
.table-hover.table-calendar > tbody > tr:hover > td:last-child {
  border-top-right-radius: 4px !important;
  border-bottom-right-radius: 4px !important;
}
/*	Invitation layer
========================================================================== */
#invite-event-form .input-group.timepicker-group,
#invite-event-form .input-group.datepicker-group {
  margin-bottom: 15px;
}
#invite-event-form .event-time button[data-action="togglePeriod"] {
  position: absolute;
  margin-top: 20px;
  margin-left: -94px;
}
#invite-event-form #start_date {
  min-width: 102px;
}
#invite-event-form ul.multiselect-container,
#event-basedata-form ul.multiselect-container {
  margin-left: 15px;
}
#invite-event-form ul.multiselect-container li a,
#event-basedata-form ul.multiselect-container li a {
  padding-left: 20px;
}
#invite-event-form button.multiselect.dropdown-toggle,
#event-basedata-form button.multiselect.dropdown-toggle {
  text-align: left;
}
#invite-event-form #locationchoice ul.multiselect-container,
#event-basedata-form #locationchoice ul.multiselect-container {
  margin-left: 0px;
}
#textblock-select-container ul.multiselect-container li.disabled {
  display: none !important;
}
.medial-section {
  max-width: 61.8%;
}
#event-correspondence .form-stacked {
  padding-bottom: 0px;
  margin-top: -10px;
}
#event-correspondence .form-stacked .control-label {
  margin-top: 1em;
  margin-bottom: 0.5em;
}
#event-correspondence .nav-tabs > li.has-error > a {
  border-color: #a94442;
}
/*	Apppointment search
========================================================================== */
.appointment-search .pagination {
  padding: 0 0 9px;
}
.appointment-search .btn.center-block {
  margin: 20px auto;
}
.appointment-search .show-hide {
  position: relative;
  top: 50px;
  z-index: 2;
  float: right;
  padding-bottom: 65px;
  outline: none;
}
.nav > li > a.plus {
  border: 0 none !important;
  display: inline;
  margin-right: 0;
  padding: 7px 0 5px 10px;
  top: 7px;
}
.nav > li > a.plus:hover,
.nav > li > a.plus:focus {
  text-decoration: underline !important;
}
.appointment_list a[role="tab"]:focus,
.appointment_list a.plus:focus {
  outline-style: none;
}
.appointment_list .panel-body .tab-content {
  overflow: auto;
}
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  .pagination-form select.input-sm {
    padding-top: 0px;
  }
}
/* ==========================================================================
	People picker
========================================================================== */
.table.peoplepicker th {
  height: 91px;
}
@media (max-width: 991px) {
  .table.peoplepicker th {
    height: auto;
  }
}
.dropdown-menu-wide {
  min-width: 350px;
}
.dropdown-menu-wide .row {
  padding: 0px 15px;
}
.dropdown-menu-wide .row:first-child {
  padding-top: 15px;
}
.ownerPersonSelect .peoplepicker_button {
  width: 100%;
  text-align: left;
  padding-left: 15px;
  background: url('../../../admin/assets/images/dropdown-arrow.png');
  background-repeat: no-repeat;
  background-position: right 10px center;
  background-size: 20px 20px;
}
.ownerPersonSelect .peoplepicker_button .caret {
  float: right;
  margin-top: -12px;
}
/* ==========================================================================
	Other elements
========================================================================== */
.nav-arrow-space {
  padding: 0 !important;
  visibility: hidden;
  width: 11px;
  height: 29px;
  float: left;
}
.modal #content_event_module {
  padding: 0px;
}
.modal #content_event_module #calendar {
  position: relative;
}
.modal #content_event_module .bootstrap-datetimepicker-widget {
  z-index: 1250;
}
.modal #content_event_module .breadcrumb {
  display: none;
}
.tooltip.appointmentTab .tooltip-inner {
  padding: 10px;
  text-align: left;
  line-height: 1.5;
}
.appointment_list .nav > li > a {
  padding-right: 1px;
  padding-left: 1px;
}
/* ==========================================================================
	disabled style
========================================================================== */
.visible-allSlotsContent {
  display: none;
}
div[id^="allSlots"] .visible-allSlotsContent {
  display: block;
}
/* ==========================================================================
	Sidebar Tree
========================================================================== */
ul[id^="CalendarTreeEventList"] li.active {
  font-weight: bold;
  background: aliceblue;
}
li.CalendarTreeCalendar.active,
.CalendarTreeEventType.active {
  background: aliceblue;
}
li.CalendarTreeCalendar.active > a,
.CalendarTreeEventType.active > a {
  font-weight: bold;
}
.panel-sidebar-navigation ul li .icon-container {
  height: 65px;
}
.panel-sidebar-navigation ul li .link-details {
  position: relative;
  display: block;
  color: #404040;
}
.panel-sidebar-navigation ul li .calendarTree {
  padding-left: 0;
  margin-left: 12px;
}
.panel-sidebar-navigation ul li .calendarTree .calendarTree-itemName {
  white-space: normal;
}
.panel-sidebar-navigation ul li .calendarTree .sprite-beetree-icons {
  margin-top: 0;
}
/* =========================================================================
    Appointment list by vacancy
========================================================================= */
.vacancyevents .fake-textarea {
  background-color: #fff;
  border-color: #ccc;
  border-style: solid;
  border-width: 2px 1px 2px 2px;
  cursor: text;
  height: 100%;
  width: 100%;
}
/* ==========================================================================
	Misc
========================================================================== */
.breadcrumb a {
  cursor: pointer;
}
.appointment_list .nav-tabs > li > a {
  text-align: center;
}
/* =========================================================================
    Header
========================================================================= */
.tree-side-icon-spacer {
  width: 42px;
  float: left;
  min-height: 1px;
}
#uploadArea {
  margin: 100px 0 50px 0;
}
#editor-footer img {
  max-width: 100%;
}
.tree-side-icon-beside-heading {
  margin-top: 20px;
}
#content_event_module *:not(.panel) + .header-box-func-btn-toolbar {
  margin-top: -30px;
}
/* =========================================================================
    Compatibility with Beesite <8.0
========================================================================= */
body[data-bootstrap-module-layout="1"] .event-module-sidebar-item .panel-title,
body[data-bootstrap-module-layout="1"] #content_event_module .panel-title,
body[data-bootstrap-module-layout="1"] div[data-widget-config*="appointment_widget"] .collapse-it:not(.collapsed) .panel-title {
  font-size: 1em;
  font-weight: 700;
  color: black;
}
body[data-bootstrap-module-layout="1"] div[data-widget-config*="appointment_widget"] .collapse-it .panel-title {
  font-size: 1em;
}
body[data-bootstrap-module-layout="1"] #content_event_module .nav-tabs > li .btn-tab {
  padding: 10px 15px;
  background: none;
  border-radius: 4px 4px 0 0;
  margin-right: 2px;
  border: 1px solid transparent;
  color: #2a6496;
}
body[data-bootstrap-module-layout="1"] #content_event_module .nav-tabs > li.active > .btn-tab {
  color: #333 !important;
  border: 1px solid #ddd;
  border-bottom-color: transparent;
  background-color: #fff;
}
body[data-bootstrap-module-layout="1"] div[data-widget-config*="appointment_widget"] a.panel-heading {
  display: block;
  text-decoration: none;
}
body[data-bootstrap-module-layout="1"] div[data-widget-config*="appointment_widget"] .widget-nav::after {
  display: table;
  content: " ";
  clear: both;
}
body[data-bootstrap-module-layout="1"] div[data-widget-config*="appointment_widget"] .widget-nav {
  border-bottom: 1px solid #ddd;
  margin-bottom: 15px;
}
body[data-bootstrap-module-layout="1"] .event-module-sidebar-item ul li span.sr-only {
  position: absolute;
}
body[data-bootstrap-module-layout="1"] .event-module-sidebar-item ul li a.nav-arrow,
body[data-bootstrap-module-layout="1"] .event-module-sidebar-item ul li span.nav-arrow,
body[data-bootstrap-module-layout="1"] .event-module-sidebar-item ul li .nav-arrow-button {
  float: left;
  padding: 0;
}
body[data-bootstrap-module-layout="1"] .event-module-sidebar-item ul li .sprite-beetree-icons {
  display: inline-block;
  float: left;
  margin-right: 5px;
}
.input-group-addon.with-button {
  padding: 0;
}
.input-group-addon.with-button .btn {
  border: 0;
}
.calendarMonthBtn {
  color: #000;
  border: none;
  background: transparent;
  width: 100%;
  padding: 0;
}
.timepicker-div {
  display: inline-block;
}
.timepicker-div.has-error {
  width: 118px;
}
.timepicker-div.has-error .input-group {
  width: 100px!important;
  float: left;
}
.timepicker-div.has-error [data-js-validation-markup] {
  position: relative;
  top: 7px;
}
.display-inline-block {
  display: inline-block;
}
.fc-state-disabled {
  color: #000 !important;
}

#content_event_module .peoplePicker,
#inviteModal .peoplePicker {
  z-index: 1250;
  width: 360px;
  padding: 5px 0;
  margin: 2px 0 0;
  padding: 15px;
  font-size: 14px;
  text-align: left;
  list-style: none;
  background-color: #fff;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
}
#content_event_module .peoplePicker div[data-hook="list-selected"] > div,
#inviteModal .peoplePicker div[data-hook="list-selected"] > div,
#content_event_module .peoplePicker div[data-hook="list"] > div,
#inviteModal .peoplePicker div[data-hook="list"] > div {
  clear: both;
}
#content_event_module #invitationlayer_main #invite-event-form .peoplepicker_button {
  width: 100%;
}
.people-picker-result {
  max-height: 340px;
  overflow-y: auto;
}

.md-editor{display:block;border:1px solid #ddd}.md-editor .md-footer,.md-editor>.md-header{display:block;padding:6px 4px;background:#f5f5f5}.md-editor>.md-header{margin:0}.md-editor>.md-preview{background:#fff;border-top:1px dashed #ddd;border-bottom:1px dashed #ddd;min-height:10px;overflow:auto}.md-editor>textarea{font-family:Menlo,Monaco,Consolas,"Courier New",monospace;font-size:14px;outline:0;margin:0;display:block;padding:0;width:100%;border:0;border-top:1px dashed #ddd;border-bottom:1px dashed #ddd;border-radius:0;box-shadow:none;background:#eee}.md-editor>textarea:focus{box-shadow:none;background:#fff}.md-editor.active{border-color:#66afe9;outline:0;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,.6);box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,.6)}.md-editor .md-controls{float:right;padding:3px}.md-editor .md-controls .md-control{right:5px;color:#bebebe;padding:3px 3px 3px 10px}.md-editor .md-controls .md-control:hover{color:#333}.md-editor.md-fullscreen-mode{width:100%;height:100%;position:fixed;top:0;left:0;z-index:99999;padding:60px 30px 15px;background:#fff!important;border:0!important}.md-editor.md-fullscreen-mode .md-footer{display:none}.md-editor.md-fullscreen-mode .md-input,.md-editor.md-fullscreen-mode .md-preview{margin:0 auto!important;height:100%!important;font-size:20px!important;padding:20px!important;color:#999;line-height:1.6em!important;resize:none!important;box-shadow:none!important;background:#fff!important;border:0!important}.md-editor.md-fullscreen-mode .md-preview{color:#333;overflow:auto}.md-editor.md-fullscreen-mode .md-input:focus,.md-editor.md-fullscreen-mode .md-input:hover{color:#333;background:#fff!important}.md-editor.md-fullscreen-mode .md-header{background:0 0;text-align:center;position:fixed;width:100%;top:20px}.md-editor.md-fullscreen-mode .btn-group{float:none}.md-editor.md-fullscreen-mode .btn{border:0;background:0 0;color:#b3b3b3}.md-editor.md-fullscreen-mode .btn.active,.md-editor.md-fullscreen-mode .btn:active,.md-editor.md-fullscreen-mode .btn:focus,.md-editor.md-fullscreen-mode .btn:hover{box-shadow:none;color:#333}.md-editor.md-fullscreen-mode .md-fullscreen-controls{position:absolute;top:20px;right:20px;text-align:right;z-index:1002;display:block}.md-editor.md-fullscreen-mode .md-fullscreen-controls a{color:#b3b3b3;clear:right;margin:10px;width:30px;height:30px;text-align:center}.md-editor.md-fullscreen-mode .md-fullscreen-controls a:hover{color:#333;text-decoration:none}.md-editor.md-fullscreen-mode .md-editor{height:100%!important;position:relative}.md-editor .md-fullscreen-controls{display:none}.md-nooverflow{overflow:hidden;position:fixed;width:100%}
/*	Bootstrap files based on v3.3.5
========================================================================== */
@media screen and (max-width: 767px) {
}
@media (min-width: 768px) {
}
@media (min-width: 768px) {
}
@media (max-width: 767px) {
}
@media (min-width: 768px) {
}
@media (min-width: 768px) {
}
@media (max-width: 767px) {
}
@media (max-width: 767px) {
}
/*	File uploader plugin
========================================================================== */
.muz-single-file-input-ui-container .upload-area {
  background-image: -webkit-linear-gradient(top, #ffffff 0%, rgba(0, 0, 0, 0.3) 100%);
  background-image: -o-linear-gradient(top, #ffffff 0%, rgba(0, 0, 0, 0.3) 100%);
  background-image: linear-gradient(to bottom, #ffffff 0%, rgba(0, 0, 0, 0.3) 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#4d000000', GradientType=0);
  text-align: center;
  border: 1px solid #eeeeee;
  padding: 10px;
}
.muz-single-file-input-ui-container .upload-area span {
  display: block;
}
.sortablePlaceholder {
  background: #fceedb !important;
}
.sortableActiveElemente {
  border: 1px dashed black;
  background: none!important;
}
.panel-heading {
  display: block;
}

.modal-beesite-compare-matrix [draggable]{user-select:none;cursor:move}.modal-beesite-compare-matrix .centered{align-self:center}.modal-beesite-compare-matrix .justify-center{justify-content:center}.modal-beesite-compare-matrix .even{background-color:#F5F5F5}.modal-beesite-compare-matrix .modal-dialog{width:auto;margin-left:10px;margin-right:10px}.modal-beesite-compare-matrix .matrix-head .matrix-question-container{margin-top:10px}.modal-beesite-compare-matrix .matrix-head .matrix-question-container,.modal-beesite-compare-matrix .matrix-head .scroll-x{padding-top:15px}.modal-beesite-compare-matrix .matrix-head .matrix-col{border-radius:3px;border:1px solid #939393;margin-top:10px;box-shadow:0 0 6px 0 rgba(0,0,0,0.2)}.modal-beesite-compare-matrix .matrix-head .matrix-col .matrix-item{border-bottom:1px solid #e1e1e1}.modal-beesite-compare-matrix .matrix-head .matrix-col .matrix-item:last-child{border-bottom:none}.modal-beesite-compare-matrix .matrix-head .matrix-col.pinned{box-shadow:-10px -25px 0 0 white,-10px 0 0 0 white,10px 0 5px 0 white}.modal-beesite-compare-matrix .matrix-head .pin-candidate{color:#828282;position:absolute;top:-28px;left:50%;font-size:1.8em}.modal-beesite-compare-matrix .matrix-head .candidate-header{display:flex;padding:15px 5px 5px}.modal-beesite-compare-matrix .matrix-head .icon-container{margin-right:20px}.modal-beesite-compare-matrix .matrix-head .icon-container .icon{display:flex}.modal-beesite-compare-matrix .matrix-head .icon-container .icon *{display:inline-block}.modal-beesite-compare-matrix .matrix-question-container{flex:0 0 265px;padding-right:15px}.modal-beesite-compare-matrix .matrix-question{display:flex;transition:margin-top ease .25s}.modal-beesite-compare-matrix .matrix-question-icon,.modal-beesite-compare-matrix .matrix-question-content,.modal-beesite-compare-matrix .matrix-question-remove{padding:0 5px}.modal-beesite-compare-matrix .matrix-question-icon{flex:0 0 25px}.modal-beesite-compare-matrix .matrix-question-content{flex-grow:2}.modal-beesite-compare-matrix .matrix-question-content:first-child{margin-left:25px}.modal-beesite-compare-matrix .matrix-question-content .block-title{font-size:.8em;color:#aaa}.modal-beesite-compare-matrix .matrix-question-remove{flex:0 0 30px;text-align:right;font-size:22px}.modal-beesite-compare-matrix .matrix-question.dragging{box-shadow:0 0 12px 0 rgba(0,0,0,0.4)}.modal-beesite-compare-matrix .matrix-question.drag-over{position:relative;margin-top:30px}.modal-beesite-compare-matrix .matrix-question.drag-over:before{content:'';position:absolute;border-bottom:1px solid #e1e1e1;width:100%;height:2px;top:-17px}.modal-beesite-compare-matrix .matrix-row{display:flex;align-items:stretch;position:relative}.modal-beesite-compare-matrix .matrix-row .scroll-x{display:flex;overflow-x:scroll;width:100%}.modal-beesite-compare-matrix .matrix-row .scroll-x.has-pinned-item{padding-left:338px}.modal-beesite-compare-matrix .matrix-col{width:318px;flex:0 0 318px;margin:0 10px 10px 10px;transition:margin-left ease .25s;position:relative}.modal-beesite-compare-matrix .matrix-col:last-child{margin-right:0}.modal-beesite-compare-matrix .matrix-col.dragging{box-shadow:0 0 12px 0 rgba(0,0,0,0.4)}.modal-beesite-compare-matrix .matrix-col.drag-over{margin-left:80px}.modal-beesite-compare-matrix .matrix-col.drag-over:before{content:'';position:absolute;border-left:2px solid #e1e1e1;width:2px;height:100%;top:0;left:-47px}.modal-beesite-compare-matrix .matrix-col.pinned{position:absolute;background-color:#d9e8f4;border:1px solid #428CCA;box-shadow:-10px 0 0 0 white,10px 0 5px 0 white;z-index:100}.modal-beesite-compare-matrix .matrix-col.pinned .pin-candidate{color:#428CCA}.modal-beesite-compare-matrix .matrix-item{display:flex;align-items:center;padding:10px 15px}.modal-beesite-compare-matrix .matrix-item:last-child{border:none}.modal-beesite-compare-matrix .rating-container .filled-stars,.modal-beesite-compare-matrix .filled-star{color:#C78100}.modal-beesite-compare-matrix .rating-container .empty-stars,.modal-beesite-compare-matrix .empty-star{color:#aaa}.modal-beesite-compare-matrix .rating-container{display:flex;align-items:center;align-content:flex-start}.modal-beesite-compare-matrix .rating-container .star{text-shadow:none}.modal-beesite-compare-matrix .rating-container .rating-badge{margin-left:10px}.modal-beesite-compare-matrix .rating-container .rating-stars{order:1}.modal-beesite-compare-matrix .rating-container .clear-rating{order:2;margin-left:10px;font-size:.75em}.modal-beesite-compare-matrix .rating-detail-item{margin-bottom:10px}.modal-beesite-compare-matrix .rating-detail-item:last-child{margin-bottom:0px}.modal-beesite-compare-matrix .rating-detail-item .rating-detail-person{font-size:10px;color:#777}.modal-beesite-compare-matrix [data-hook="fixed-header-container"]{position:relative}.modal-beesite-compare-matrix [data-hook="fixed-header-container"] [data-hook="fixed-header"].fixed-header--is-affixed{will-change:transform;position:absolute;z-index:1;width:100%;left:0;top:0}.modal-beesite-compare-matrix [data-hook="fixed-header-container"] [data-hook="fixed-header"].fixed-header--is-affixed .panel{border-radius:0}.modal-beesite-compare-matrix [data-hook="fixed-header-container"] [data-hook="fixed-header"].fixed-header--is-affixed .matrix-item:not(.fixed-header--item-visible),.modal-beesite-compare-matrix [data-hook="fixed-header-container"] [data-hook="fixed-header"].fixed-header--is-affixed .matrix-question:not(.fixed-header--item-visible),.modal-beesite-compare-matrix [data-hook="fixed-header-container"] [data-hook="fixed-header"].fixed-header--is-affixed .panel-heading,.modal-beesite-compare-matrix [data-hook="fixed-header-container"] [data-hook="fixed-header"].fixed-header--is-affixed .pin-candidate{display:none}
/*!
 * bootstrap-star-rating v4.1.2
 * http://plugins.krajee.com/star-rating
 *
 * Author: Kartik Visweswaran
 * Copyright: 2013 - 2021, Kartik Visweswaran, Krajee.com
 *
 * Licensed under the BSD 3-Clause
 * https://github.com/kartik-v/bootstrap-star-rating/blob/master/LICENSE.md
 */
.rating-loading{width:25px;height:25px;font-size:0;color:#fff;background:url(../img/loading.gif) top left no-repeat;border:none}.rating-container .rating-stars{position:relative;cursor:pointer;vertical-align:middle;display:inline-block;overflow:hidden;white-space:nowrap}.rating-container .rating-stars:focus{outline:dotted 1px}.rating-input{display:absolute;cursor:pointer;width:100%;height:1px;bottom:0;left:0;font-size:1px;border:none;background:0 0;opacity:0;padding:0;margin:0}.caption-badge,.rating-container .caption .label{line-height:1;text-align:center;border-radius:.25rem}.rating-container.is-display-only .rating-stars{cursor:default}.rating-disabled .rating-stars{cursor:not-allowed}.rating-container .star{display:inline-block;margin:0 2px;text-align:center}.rating-container .empty-stars{color:#aaa}.rating-container .filled-stars{position:absolute;left:0;top:0;margin:auto;color:#fde16d;white-space:nowrap;overflow:hidden;-webkit-text-stroke:1px #777;text-shadow:1px 1px #999}.rating-rtl{float:right}.rating-animate .filled-stars{transition:width .25s ease}.rating-rtl .filled-stars{left:auto;right:0;transition:none;-webkit-transform:matrix(-1,0,0,1,0,0);transform:matrix(-1,0,0,1,0,0)}.rating-rtl.is-star .filled-stars{right:.06em}.rating-rtl.is-heart .empty-stars{margin-right:.07em}.rating-container .clear-rating{color:#aaa;cursor:not-allowed;display:inline-block;vertical-align:middle;font-size:60%;padding-right:5px}.clear-rating-active{cursor:pointer!important}.clear-rating-active:hover{color:#843534}.rating-container .caption .label{display:inline-block;padding:.25em .4em;vertical-align:baseline}.rating-container .caption{color:#999;display:inline-block;vertical-align:middle;line-height:1;margin-left:5px;margin-right:0}.rating-rtl .caption{margin-right:5px;margin-left:0}@media print{.rating-container .clear-rating{display:none}}.rating-xl{font-size:48px}.rating-lg{font-size:40px}.rating-md{font-size:32px}.rating-sm{font-size:24px}.rating-xs{font-size:16px}.rating-xl .caption{font-size:20px}.rating-lg .caption{font-size:18px}.rating-md .caption{font-size:16px}.rating-sm .caption{font-size:14px}.rating-xs .caption{font-size:12px}.caption-badge{font-family:Arial,Helvetica,sans-serif;display:inline-block;padding:.35em .65em;font-size:.75em;font-weight:700;color:#fff;white-space:nowrap;vertical-align:baseline}.caption-secondary{background-color:#6c757d}.caption-danger{background-color:#dc3545}.caption-warning{background-color:#ffc107;color:#212529}.caption-info{background-color:#0dcaf0;color:#212529}.caption-primary{background-color:#0d6efd}.caption-success{background-color:#198754}
/*!
 * Krajee Unicode Theme styling for bootstrap-star-rating.
 * This file must be loaded after 'star-rating.css'.
 *
 * bootstrap-star-rating v4.1.2
 * http://plugins.krajee.com/star-rating
 *
 * Author: Kartik Visweswaran
 * Copyright: 2013 - 2021, Kartik Visweswaran, Krajee.com
 *
 * Licensed under the BSD 3-Clause
 * https://github.com/kartik-v/bootstrap-star-rating/blob/master/LICENSE.md
 */
.theme-krajee-uni .star{font-size:1.2em;line-height:1;margin:0}.theme-krajee-uni .clear-rating{font-size:1em;line-height:1}
#logo {
    background-image: url("../../../admin/assets/images/barmer_logo_165x59.png");
    width: 258px;
    height: 59px;
    background-size: 258px 59px;
}
@media only screen and (min--moz-device-pixel-ratio: 2),
only screen and (-o-min-device-pixel-ratio: 2/1),
only screen and (-webkit-min-device-pixel-ratio: 2),
only screen and (min-device-pixel-ratio: 2) {
    #logo {
        background-image: url("../../../admin/assets/images/barmer_logo_168x59@2x.png");
        width: 516px;
        height: 118px;
        background-size: 516px 118px;
    }
}