@charset "UTF-8";
html {
  line-height: 1.15;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

article, aside, footer, header, nav, section {
  display: block;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

figcaption, figure, main {
  display: block;
}

figure {
  margin: 1em 40px;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

pre {
  font-family: monospace, monospace;
  font-size: 1em;
}

pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
}

a {
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted;
}

b, strong {
  font-weight: inherit;
}

b, strong {
  font-weight: bolder;
}

code, kbd, samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

dfn {
  font-style: italic;
}

mark {
  background-color: #ff0;
  color: #000;
}

small {
  font-size: 80%;
}

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

audio, video {
  display: inline-block;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

img {
  border-style: none;
}

svg:not(:root) {
  overflow: hidden;
}

button, input, optgroup, select, textarea {
  margin: 0;
}

button, input {
  overflow: visible;
}

button, select {
  text-transform: none;
}

button, html [type="button"], [type="reset"], [type="submit"] {
  -webkit-appearance: button;
}

button::-moz-focus-inner, [type="button"]::-moz-focus-inner, [type="reset"]::-moz-focus-inner, [type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

button:-moz-focusring, [type="button"]:-moz-focusring, [type="reset"]:-moz-focusring, [type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

progress {
  display: inline-block;
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

[type="checkbox"], [type="radio"] {
  box-sizing: border-box;
  padding: 0;
}

[type="number"]::-webkit-inner-spin-button, [type="number"]::-webkit-outer-spin-button {
  height: auto;
}

[type="search"] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}
[type="search"]::-webkit-search-cancel-button, [type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

details, menu {
  display: block;
}

summary {
  display: list-item;
}

canvas {
  display: inline-block;
}

template, [hidden] {
  display: none;
}

.select2-container {
  box-sizing: border-box;
  display: inline-block;
  margin: 0;
  position: relative;
  vertical-align: middle;
}
.select2-container .select2-selection--single {
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  height: 28px;
  -moz-user-select: none;
   -ms-user-select: none;
       user-select: none;
  -webkit-user-select: none;
}
.select2-container .select2-selection--single .select2-selection__rendered {
  display: block;
  padding-left: 8px;
  padding-right: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.select2-container[dir="rtl"] .select2-selection--single .select2-selection__rendered {
  padding-right: 8px;
  padding-left: 20px;
}
.select2-container .select2-selection--multiple {
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  min-height: 32px;
  -moz-user-select: none;
   -ms-user-select: none;
       user-select: none;
  -webkit-user-select: none;
}
.select2-container .select2-selection--multiple .select2-selection__rendered {
  display: inline-block;
  overflow: hidden;
  padding-left: 8px;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.select2-container .select2-search--inline {
  float: left;
}
.select2-container .select2-search--inline .select2-search__field {
  box-sizing: border-box;
  border: none;
  font-size: 100%;
  margin-top: 5px;
  padding: 0;
}
.select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button {
  -webkit-appearance: none;
}

.select2-dropdown {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  box-sizing: border-box;
  display: block;
  position: absolute;
  left: -100000px;
  width: 100%;
  z-index: 1051;
}

.select2-results {
  display: block;
}

.select2-results__options {
  list-style: none;
  margin: 0;
  padding: 0;
}

.select2-results__option {
  padding: 6px;
  -moz-user-select: none;
   -ms-user-select: none;
       user-select: none;
  -webkit-user-select: none;
}
.select2-results__option[aria-selected] {
  cursor: pointer;
}

.select2-container--open .select2-dropdown {
  left: 0;
}
.select2-container--open .select2-dropdown--above {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.select2-container--open .select2-dropdown--below {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.select2-search--dropdown {
  display: block;
  padding: 4px;
}
.select2-search--dropdown .select2-search__field {
  padding: 4px;
  width: 100%;
  box-sizing: border-box;
}
.select2-search--dropdown .select2-search__field::-webkit-search-cancel-button {
  -webkit-appearance: none;
}
.select2-search--dropdown.select2-search--hide {
  display: none;
}

.select2-close-mask {
  border: 0;
  margin: 0;
  padding: 0;
  display: block;
  position: fixed;
  left: 0;
  top: 0;
  min-height: 100%;
  min-width: 100%;
  height: auto;
  width: auto;
  opacity: 0;
  z-index: 99;
  background-color: #fff;
  filter: alpha(opacity=0);
}

.select2-hidden-accessible {
  border: 0 !important;
  clip: rect(0 0 0 0) !important;
  height: 1px !important;
  margin: -1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important;
}

.select2-container--default .select2-selection--single {
  background-color: #fff;
  border: 1px solid #aaa;
  border-radius: 4px;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #444;
  line-height: 28px;
}
.select2-container--default .select2-selection--single .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
}
.select2-container--default .select2-selection--single .select2-selection__placeholder {
  color: #999;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 26px;
  position: absolute;
  top: 1px;
  right: 1px;
  width: 20px;
}
.select2-container--default .select2-selection--single .select2-selection__arrow b {
  border-color: #888 transparent transparent transparent;
  border-style: solid;
  border-width: 5px 4px 0 4px;
  height: 0;
  left: 50%;
  margin-left: -4px;
  margin-top: -2px;
  position: absolute;
  top: 50%;
  width: 0;
}
.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__clear {
  float: left;
}
.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__arrow {
  left: 1px;
  right: auto;
}
.select2-container--default.select2-container--disabled .select2-selection--single {
  background-color: #eee;
  cursor: default;
}
.select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear {
  display: none;
}
.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #888 transparent;
  border-width: 0 4px 5px 4px;
}
.select2-container--default .select2-selection--multiple {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: text;
}
.select2-container--default .select2-selection--multiple .select2-selection__rendered {
  box-sizing: border-box;
  list-style: none;
  margin: 0;
  padding: 0 5px;
  width: 100%;
}
.select2-container--default .select2-selection--multiple .select2-selection__placeholder {
  color: #999;
  margin-top: 5px;
  float: left;
}
.select2-container--default .select2-selection--multiple .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
  margin-top: 5px;
  margin-right: 10px;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice {
  background-color: #e4e4e4;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: default;
  float: left;
  margin-right: 5px;
  margin-top: 5px;
  padding: 0 5px;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
  color: #999;
  cursor: pointer;
  display: inline-block;
  font-weight: bold;
  margin-right: 2px;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover {
  color: #333;
}
.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice, .select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__placeholder, .select2-container--default[dir="rtl"] .select2-selection--multiple .select2-search--inline {
  float: right;
}
.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
  margin-left: 5px;
  margin-right: auto;
}
.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
  margin-left: 2px;
  margin-right: auto;
}
.select2-container--default.select2-container--focus .select2-selection--multiple {
  border: solid #000 1px;
  outline: 0;
}
.select2-container--default.select2-container--disabled .select2-selection--multiple {
  background-color: #eee;
  cursor: default;
}
.select2-container--default.select2-container--disabled .select2-selection__choice__remove {
  display: none;
}
.select2-container--default.select2-container--open.select2-container--above .select2-selection--single, .select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.select2-container--default.select2-container--open.select2-container--below .select2-selection--single, .select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.select2-container--default .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa;
}
.select2-container--default .select2-search--inline .select2-search__field {
  background: transparent;
  border: none;
  outline: 0;
  box-shadow: none;
}
.select2-container--default .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto;
}
.select2-container--default .select2-results__option[role=group] {
  padding: 0;
}
.select2-container--default .select2-results__option[aria-disabled=true] {
  color: #999;
}
.select2-container--default .select2-results__option[aria-selected=true] {
  background-color: #ddd;
}
.select2-container--default .select2-results__option .select2-results__option {
  padding-left: 1em;
}
.select2-container--default .select2-results__option .select2-results__option .select2-results__group {
  padding-left: 0;
}
.select2-container--default .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -1em;
  padding-left: 2em;
}
.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -2em;
  padding-left: 3em;
}
.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -3em;
  padding-left: 4em;
}
.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -4em;
  padding-left: 5em;
}
.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -5em;
  padding-left: 6em;
}
.select2-container--default .select2-results__option--highlighted[aria-selected] {
  background-color: #5897fb;
  color: white;
}
.select2-container--default .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px;
}

.select2-container--classic .select2-selection--single {
  background-color: #f7f7f7;
  border: 1px solid #aaa;
  border-radius: 4px;
  outline: 0;
  background-image: linear-gradient(to bottom, #fff 50%, #eee 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0);
}
.select2-container--classic .select2-selection--single:focus {
  border: 1px solid #5897fb;
}
.select2-container--classic .select2-selection--single .select2-selection__rendered {
  color: #444;
  line-height: 28px;
}
.select2-container--classic .select2-selection--single .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
  margin-right: 10px;
}
.select2-container--classic .select2-selection--single .select2-selection__placeholder {
  color: #999;
}
.select2-container--classic .select2-selection--single .select2-selection__arrow {
  background-color: #ddd;
  border: none;
  border-left: 1px solid #aaa;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  height: 26px;
  position: absolute;
  top: 1px;
  right: 1px;
  width: 20px;
  background-image: linear-gradient(to bottom, #eee 50%, #ccc 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFCCCCCC', GradientType=0);
}
.select2-container--classic .select2-selection--single .select2-selection__arrow b {
  border-color: #888 transparent transparent transparent;
  border-style: solid;
  border-width: 5px 4px 0 4px;
  height: 0;
  left: 50%;
  margin-left: -4px;
  margin-top: -2px;
  position: absolute;
  top: 50%;
  width: 0;
}
.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__clear {
  float: left;
}
.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__arrow {
  border: none;
  border-right: 1px solid #aaa;
  border-radius: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  left: 1px;
  right: auto;
}
.select2-container--classic.select2-container--open .select2-selection--single {
  border: 1px solid #5897fb;
}
.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow {
  background: transparent;
  border: none;
}
.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #888 transparent;
  border-width: 0 4px 5px 4px;
}
.select2-container--classic.select2-container--open.select2-container--above .select2-selection--single {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  background-image: linear-gradient(to bottom, #fff 0%, #eee 50%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0);
}
.select2-container--classic.select2-container--open.select2-container--below .select2-selection--single {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  background-image: linear-gradient(to bottom, #eee 50%, #fff 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFFFFFFF', GradientType=0);
}
.select2-container--classic .select2-selection--multiple {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: text;
  outline: 0;
}
.select2-container--classic .select2-selection--multiple:focus {
  border: 1px solid #5897fb;
}
.select2-container--classic .select2-selection--multiple .select2-selection__rendered {
  list-style: none;
  margin: 0;
  padding: 0 5px;
}
.select2-container--classic .select2-selection--multiple .select2-selection__clear {
  display: none;
}
.select2-container--classic .select2-selection--multiple .select2-selection__choice {
  background-color: #e4e4e4;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: default;
  float: left;
  margin-right: 5px;
  margin-top: 5px;
  padding: 0 5px;
}
.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove {
  color: #888;
  cursor: pointer;
  display: inline-block;
  font-weight: bold;
  margin-right: 2px;
}
.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove:hover {
  color: #555;
}
.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
  float: right;
  margin-left: 5px;
  margin-right: auto;
}
.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
  margin-left: 2px;
  margin-right: auto;
}
.select2-container--classic.select2-container--open .select2-selection--multiple {
  border: 1px solid #5897fb;
}
.select2-container--classic.select2-container--open.select2-container--above .select2-selection--multiple {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.select2-container--classic.select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.select2-container--classic .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa;
  outline: 0;
}
.select2-container--classic .select2-search--inline .select2-search__field {
  outline: 0;
  box-shadow: none;
}
.select2-container--classic .select2-dropdown {
  background-color: #fff;
  border: 1px solid transparent;
}
.select2-container--classic .select2-dropdown--above {
  border-bottom: none;
}
.select2-container--classic .select2-dropdown--below {
  border-top: none;
}
.select2-container--classic .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto;
}
.select2-container--classic .select2-results__option[role=group] {
  padding: 0;
}
.select2-container--classic .select2-results__option[aria-disabled=true] {
  color: grey;
}
.select2-container--classic .select2-results__option--highlighted[aria-selected] {
  background-color: #3875d7;
  color: #fff;
}
.select2-container--classic .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px;
}
.select2-container--classic.select2-container--open .select2-dropdown {
  border-color: #5897fb;
}

.ui-timepicker-div .ui-widget-header {
  margin-bottom: 8px;
}
.ui-timepicker-div dl {
  text-align: left;
}
.ui-timepicker-div dl dt {
  float: left;
  clear: left;
  padding: 0 0 0 5px;
}
.ui-timepicker-div dl dd {
  margin: 0 10px 10px 40%;
}
.ui-timepicker-div td {
  font-size: 90%;
}

.ui-tpicker-grid-label {
  background: none;
  border: none;
  margin: 0;
  padding: 0;
}

.ui-timepicker-div .ui_tpicker_unit_hide {
  display: none;
}
.ui-timepicker-div .ui_tpicker_time .ui_tpicker_time_input {
  background: none;
  color: inherit;
  border: none;
  outline: none;
  border-bottom: solid 1px #555;
  width: 95%;
}
.ui-timepicker-div .ui_tpicker_time .ui_tpicker_time_input:focus {
  border-bottom-color: #aaa;
}

.ui-timepicker-rtl {
  direction: rtl;
}
.ui-timepicker-rtl dl {
  text-align: right;
  padding: 0 5px 0 0;
}
.ui-timepicker-rtl dl dt {
  float: right;
  clear: right;
}
.ui-timepicker-rtl dl dd {
  margin: 0 40% 10px 10px;
}

.ui-timepicker-div.ui-timepicker-oneLine {
  padding-right: 2px;
}
.ui-timepicker-div.ui-timepicker-oneLine .ui_tpicker_time, .ui-timepicker-div.ui-timepicker-oneLine dt {
  display: none;
}
.ui-timepicker-div.ui-timepicker-oneLine .ui_tpicker_time_label {
  display: block;
  padding-top: 2px;
}
.ui-timepicker-div.ui-timepicker-oneLine dl {
  text-align: right;
}
.ui-timepicker-div.ui-timepicker-oneLine dl dd {
  display: inline-block;
  margin: 0;
}
.ui-timepicker-div.ui-timepicker-oneLine dl dd > div {
  display: inline-block;
  margin: 0;
}
.ui-timepicker-div.ui-timepicker-oneLine dl dd.ui_tpicker_minute:before, .ui-timepicker-div.ui-timepicker-oneLine dl dd.ui_tpicker_second:before {
  content: ":";
  display: inline-block;
}
.ui-timepicker-div.ui-timepicker-oneLine dl dd.ui_tpicker_millisec:before, .ui-timepicker-div.ui-timepicker-oneLine dl dd.ui_tpicker_microsec:before {
  content: ".";
  display: inline-block;
}
.ui-timepicker-div.ui-timepicker-oneLine .ui_tpicker_unit_hide {
  display: none;
}
.ui-timepicker-div.ui-timepicker-oneLine .ui_tpicker_unit_hide:before {
  display: none;
}

.ui-slider {
  position: relative;
}

.ui-slider-horizontal {
  height: 10px;
  border: 1px solid #c8c8c8;
}

.ui-slider-horizontal .ui-slider-handle {
  top: -0.3em;
  margin-left: -0.6em;
}

.ui-slider .ui-slider-handle {
  position: absolute;
  z-index: 2;
  width: 1.2em;
  height: 1.2em;
  cursor: default;
  -ms-touch-action: none;
  touch-action: none;
}

html, button, input, select, textarea {
  color: #222;
}

body {
  font-size: 1em;
  line-height: 18px;
}

::-moz-selection, ::-moz-selection {
  background: #b3d4fc;
  text-shadow: none;
}

::-moz-selection, ::selection {
  background: #b3d4fc;
  text-shadow: none;
}

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}

img {
  vertical-align: middle;
}

fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

textarea {
  resize: vertical;
}

figure {
  margin: 0;
}

a {
  color: #0d4170;
  text-decoration: none;
}
a:hover {
  color: #535353;
  text-decoration: underline;
}
a:visited {
  color: #0d4170;
}

html {
  height: 100%;
  overflow-y: scroll;
}

body {
  font-family: "Helvetica Neue", Arial, sans-serif;
  font-size: 13px;
  line-height: 1.3;
  color: #222;
  background: url(../img/bg_um.png) repeat-x;
  margin: 0 25px;
}
body.standalone-page {
  background: none;
}

h1 {
  font-size: 1.6em;
}

h2 {
  font-size: 1.4em;
  margin-top: 0;
}

h3 {
  font-size: 1.2em;
}

h4 {
  font-size: 1em;
}

p {
  font-size: 1em;
  margin: 0 0 1em 0;
}

button:focus {
  outline: none;
}

.wrapper {
  margin: 0px auto;
  min-width: 1080px;
  max-width: 1600px;
  position: relative;
}

.decoration-left {
  position: absolute;
  background: url(../img/bg_um_left.png) left top no-repeat;
  width: 25px;
  height: 500px;
  top: 0;
  left: -25px;
}

.decoration-right {
  position: absolute;
  background: url(../img/bg_um_right.png) left top no-repeat;
  width: 25px;
  height: 500px;
  top: 0;
  right: -25px;
}

header {
  height: 56px;
  position: relative;
  padding-top: 5px;
}
header > .login-info {
  position: absolute;
  top: 4px;
  right: 21px;
  width: 400px;
  text-align: right;
  color: #A7A7A7;
  font-size: 0.85em;
}
header .button-logout {
  margin-top: 25px;
}

#main {
  background: #FFF url(../img/bg_um_center.png) left top repeat-x;
  min-height: 439px;
  padding: 0 15px 30px 15px;
}

.sidebar {
  width: 180px;
  position: absolute;
  z-index: 1;
}
.sidebar.affix, .sidebar.affix-bottom {
  position: fixed;
  top: 15px;
  bottom: auto;
}
.sidebar + #main-content {
  padding-left: 200px;
}

#main-content {
  position: relative;
}

.container {
  *zoom: 1;
}
.container:before {
  content: " ";
}
.container:after {
  content: " ";
}

.row {
  display: block;
}

.row-box {
  background-color: whitesmoke;
  border: 1px solid #cccccc;
  padding: 6px 10px;
  margin-bottom: 15px;
}
.row-box button {
  margin-top: 3px;
}

.row-underlined {
  border-bottom: 1px solid #CCC;
  margin-bottom: 15px;
}

.start {
  background: #f0f0f0 url(../img/noise.png);
  position: static;
}

.start-login {
  width: 300px;
  min-height: 300px;
  padding: 24px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-top: -200px;
  margin-left: -170px;
  border-radius: 8px;
  box-shadow: 0px 4px 16px rgba(0, 0, 0, 0.15);
  background-color: white;
}

.lt-ie9 .start-login {
  border: 1px solid #CCC;
}

.start-login h1 {
  height: 60px;
  text-align: center;
}

.start-login label {
  display: block;
  font-weight: bold;
  color: #535353;
  margin-bottom: 0.5em;
}
.start-login form * {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
}
.start-login input[type="text"], .start-login input[type="password"] {
  padding: 6px;
  width: 100%;
  margin-bottom: 1em;
}
.start-login input[type="submit"] {
  padding: 6px 20px;
}

.start footer {
  height: 100px;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  text-align: center;
}
.start footer ul {
  margin: 0;
  padding: 0;
  margin-bottom: 1.5em;
}
.start footer ul li {
  display: inline-block;
  margin: 0 10px;
}
.start footer ul li a {
  font-weight: bold;
  text-shadow: 0 1px 0 white;
}
.start footer p {
  color: #a0a0a0;
  text-shadow: 0 1px 0 white;
  font-size: 0.9em;
}

.nav {
  margin: 0;
  padding: 0;
}
.nav ul {
  margin: 0;
  padding: 0;
}
.nav li {
  list-style-type: none;
}
.nav li a:hover {
  text-decoration: none;
}

.nav-tabs > li {
  float: left;
  width: auto;
  height: 28px;
  margin: 0 5px -1px 0;
  background: transparent;
  border-top: 1px solid transparent;
  border-left: 1px solid transparent;
  border-right: 1px solid transparent;
  border-radius: 2px 2px 0px 0px;
}
.nav-tabs > li:last-child {
  margin-right: 0;
}
.nav-tabs > .active {
  background: #FFF;
  border-color: #CCC;
}
.nav-tabs li:hover {
  background: #FFF;
  border-color: #CCC;
}
.nav-tabs > li a {
  padding: 8px 15px 0 15px;
  display: block;
  font-weight: bold;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.8);
}
.nav-tabs > .active a {
  color: #535353;
}
.nav-tabs a:focus {
  outline: none;
}

.nav-pills > li {
  float: left;
  width: auto;
  height: 28px;
  margin-right: 5px;
  border-radius: 3px;
  border: 1px solid #FFF;
}
.nav-pills > .active, .nav-pills > li:hover {
  border: 1px solid #cccccc;
  background-image: linear-gradient(to bottom, #f1f1f1 0%, white 100%);
}
.nav-pills > .open,
.nav-pills > .active.open,
.nav-pills > .open:hover {
  background-image: none;
  background-color: #ededed;
}
.nav-pills .open a:focus {
  outline: none;
}
.nav-pills .active a:focus {
  outline: none;
}
.nav-pills .active > a {
  color: #535353;
}
.nav-pills > li > a {
  font-weight: bold;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.4);
  padding: 6px 15px 0 15px;
  display: block;
}

.nav > li > a .icon {
  vertical-align: -1px;
  margin-right: 5px;
}

.nav-list {
  border: 1px solid #CCC;
  background-color: whitesmoke;
  padding: 8px 0px;
  border-radius: 4px;
  margin-bottom: 30px;
}
.nav-list li {
  margin: 1px 0;
}
.nav-list li a {
  display: block;
  text-shadow: 0 1px 0 white;
  padding: 4px 10px;
}
.nav-list li a:hover {
  background-color: #dff3fb;
}
.nav-list li.error a {
  background-color: #f2dede;
}
.nav-list li.active a {
  background-color: #dff3fb;
  color: #535353;
}
.nav-list a .icon {
  vertical-align: -1px;
  margin-right: 5px;
}
.nav-list ul ul a {
  padding-left: 24px;
}

.nav-steps {
  padding-top: 0px;
  padding-bottom: 0px;
  border-radius: 0;
}
.nav-steps li {
  height: 36px;
  margin: 0;
}
.nav-steps li a {
  padding: 10px;
  color: #a0a0a0;
  text-shadow: 0px 1px 0px white;
  font-weight: bold;
}
.nav-steps li.disabled a:hover {
  cursor: default;
  background-color: transparent;
}
.nav-steps li.editable a {
  color: #0d4170;
}
.nav-steps li.active {
  background: url(../img/arrow-steps.png) right center no-repeat;
  margin-right: -11px;
}
.nav-steps li.active:first-child {
  margin-top: -1px;
}
.nav-steps li.active a {
  color: #535353;
  background-color: transparent;
}
.nav-steps li.active a:hover {
  background-color: transparent;
}

.dropdown-toggle {
  padding-right: 24px !important;
}

.open .dropdown-toggle, .active .dropdown-toggle, li:hover .dropdown-toggle {
  background: url(../img/arrow-down.png) right 11px no-repeat;
}

#main > .row .open .dropdown-toggle, #main > .row .active .dropdown-toggle, #main > .row li:hover .dropdown-toggle {
  background: url(../img/arrow-down.png) right 14px no-repeat;
}

.dropdown {
  position: relative;
}

.dropdown-menu {
  position: absolute;
  top: 29px;
  left: 0;
  min-width: 100px;
  padding: 1px;
  background: #FFF;
  box-shadow: 0px 3px 8px rgba(0, 0, 0, 0.3);
  display: none;
  z-index: 10;
  border-radius: 3px;
  display: none;
}

.lt-ie9 .dropdown-menu {
  border: 1px solid #CCC;
}

#main > .row .pull-right .dropdown-menu {
  left: auto;
  right: 0;
  top: 36px;
}

.open {
  *z-index: 1000;
}
.open > .dropdown-menu {
  display: block;
}

.dropdown-menu li {
  float: none;
  margin: 5px 0;
  white-space: nowrap;
}
.dropdown-menu li:hover {
  background: #dff3fb;
}
.dropdown-menu li:hover a {
  text-decoration: none;
}
.dropdown-menu li a {
  display: block;
  font-weight: normal;
  padding: 7px 12px;
  white-space: nowrap;
}
.dropdown-menu li a .icon {
  vertical-align: -1px;
  margin-right: 5px;
}
.dropdown-menu .divider {
  margin-top: 5px;
  margin-bottom: 4px;
  padding: 0;
  line-height: 1px;
  height: 1px;
  border-top: 1px solid #cccccc;
  background: #f0f0f0;
}

.dropdown-submenu {
  position: relative;
}
.dropdown-submenu > .dropdown-menu {
  top: 0;
  left: 100%;
  margin-top: -6px;
  margin-left: -1px;
  border-radius: 0 4px 4px 4px;
}
.dropdown-submenu:hover .dropdown-menu {
  display: block;
}
.dropdown-submenu:hover > a:after {
  border-left-color: #ffffff;
}
.dropdown-submenu > a:after {
  display: block;
  float: right;
  width: 0;
  height: 0;
  margin-top: 5px;
  margin-right: -5px;
  border-color: transparent;
  border-left-color: #cccccc;
  border-style: solid;
  border-width: 5px 0 5px 5px;
  content: " ";
}

.tab-content {
  overflow: visible;
  position: relative;
}

.plugin-pages .tab-content {
  overflow: visible;
}

.tab-content > .tab-pane, .pill-content > .pill-pane {
  display: none;
}

.tab-content > .active, .pill-content > .active {
  display: block;
}

.fade {
  opacity: 0;
  transition: opacity 0.15s linear;
}
.fade.in {
  opacity: 1;
}

.button, .btn {
  border: 1px solid #cccccc;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  background-color: #ececec;
  background-image: linear-gradient(to bottom, #ececec 0%, #fcfcfc 100%);
  padding: 6px 15px 6px 15px;
  min-width: 100px;
  text-align: center;
  color: #0d4170;
  text-shadow: 0 1px 0 white;
  font-weight: bold;
  border-radius: 4px;
  font-size: 13px;
  line-height: 15px;
  display: inline-block;
  text-decoration: none;
  vertical-align: middle;
}

.button:hover, .btn:hover {
  box-shadow: 0 0px 4px rgba(0, 0, 0, 0.2);
  color: #535353;
  background-image: linear-gradient(to bottom, #ececec 50%, #fcfcfc 100%);
  text-decoration: none;
}

.button.active, .btn.active {
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.2);
  color: #535353;
}

.button.pull-right + .button.pull-right {
  margin-right: 4px;
}
.button .icon {
  vertical-align: -1px;
  margin-right: 5px;
}

.btn .icon {
  vertical-align: -1px;
  margin-right: 5px;
}

.button .icon-only, .btn .icon-only {
  margin-right: 0;
}

.button-small, .btn-small {
  min-width: 20px;
  font-size: 12px;
  line-height: 14px;
  padding: 4px 8px 4px 8px;
}

.button-small .icon, .btn-small .icon {
  margin-right: 0;
}

.entry-view .value_TABLE .button-small {
  margin-top: 5px;
}

a.button.disabled, a.btn.disabled, a.disabled {
  color: #c8c8c8;
}

.button-mini, .btn-mini {
  min-width: 20px;
  font-size: 12px;
  line-height: 12px;
  padding: 3px 8px 3px 5px;
  margin-right: 5px;
  margin-top: 4px;
}

.button-mini .icon {
  opacity: 0.5;
  vertical-align: -2px;
  margin-right: 2px;
}

.button-inline, .btn-inline {
  font-size: 12px;
  margin-right: 10px;
  vertical-align: 2px;
  padding: 3px 8px 3px 8px;
  min-width: 14px;
}

.button-inline .icon, .btn-inline .icon {
  margin-right: 0;
}

.button-link, .btn-link {
  padding: 0;
  margin: 0;
  background-color: transparent;
  background-image: none;
  border: none;
}

.button-link:hover, .btn-link:hover {
  box-shadow: none;
}

.button-group, .btn-group {
  font-size: 0;
  vertical-align: middle;
  position: relative;
  *margin-left: 0.3em;
  white-space: nowrap;
}

.button-group:first-child, .btn-group:first-child {
  *margin-left: 0;
}

.button-group > .button, .btn-group > .btn {
  font-size: 13px;
  line-height: 15px;
  border-radius: 0;
  margin-left: -1px;
  position: relative;
}

.button-group .button:first-child, .btn-group .btn:first-child {
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  margin-left: 0;
}

.button-group .button:last-child, .btn-group .btn:last-child {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}

.button-group.pull-right + .button-group.pull-right {
  margin-right: 5px;
}

.button-disabled, .btn-disabled {
  color: #CCC;
}

.button-disabled .icon, .disabled .icon {
  opacity: 0.3;
}

.button-disabled:hover, .btn-disabled:hover {
  color: #CCC;
  cursor: not-allowed;
  box-shadow: none;
}

.btn-bar {
  padding-bottom: 10px;
}

.special-button-centered {
  text-align: center;
}
.special-button-centered .button {
  margin-top: 116px;
}

.toggle-collapsible {
  cursor: pointer;
}

.collapse-indicator {
  padding: 0;
  margin: 0 2px;
  background: transparent url(../img/arrow-collapsed.png) left top no-repeat;
  border: 0;
  text-indent: -999em;
  vertical-align: -2px;
  width: 11px;
  height: 11px;
  display: inline-block;
}

.is-collapsed .collapse-indicator {
  background: transparent url(../img/arrow-collapsed.png) left top no-repeat;
}

.is-expanded .collapse-indicator {
  background: transparent url(../img/arrow-expanded.png) left top no-repeat;
}

.is-loading .collapse-indicator {
  background: transparent url(../img/loading.gif) left top no-repeat;
}

.alert {
  padding: 8px 35px 8px 14px;
  margin-bottom: 20px;
  color: #c09853;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
  background-color: #fcf8e3;
  border: 1px solid #fbeed5;
  border-radius: 4px;
}
.alert h4 {
  margin: 0;
}
.alert .close {
  position: relative;
  top: -1px;
  right: -21px;
  line-height: 18px;
}

.alert-success {
  color: #468847;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}

.alert-danger, .alert-error {
  color: #b94a48;
  background-color: #f2dede;
  border-color: #eed3d7;
}

.alert-info {
  color: #3a87ad;
  background-color: #d9edf7;
  border-color: #bce8f1;
}

.alert-spinner {
  line-height: 20px;
  padding-left: 40px;
  background-image: url(../img/spinner20px-blue.gif);
  background-position: 10px 50%;
  background-repeat: no-repeat;
}

.alert-block {
  padding-top: 14px;
  padding-bottom: 14px;
}
.alert-block > p, .alert-block > ul {
  margin-bottom: 0;
}
.alert-block p + p {
  margin-top: 5px;
}

@keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
.progress {
  position: relative;
  height: 20px;
  margin-top: 4px;
  margin-bottom: 20px;
  overflow: hidden;
  background-color: #f7f7f7;
  background-image: linear-gradient(to top, #f5f5f5, #f9f9f9);
  background-repeat: repeat-x;
  border-radius: 4px;
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
}

table .progress {
  margin: 0;
  height: 16px;
  font-size: 12px;
}

.progress .bar {
  float: left;
  width: 0;
  height: 100%;
  font-size: 12px;
  color: #ffffff;
  text-align: center;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #0e90d2;
  background-image: linear-gradient(to bottom, #149bdf, #0480be);
  background-repeat: repeat-x;
  border-radius: 4px;
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  box-sizing: border-box;
  transition: width 0.6s ease;
}
.progress .bar + .bar {
  box-shadow: inset 1px 0 0 rgba(0, 0, 0, 0.15), inset 0 -1px 0 rgba(0, 0, 0, 0.15);
}

.progress-striped .bar {
  background-color: #149bdf;
  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 .bar {
  animation: progress-bar-stripes 2s linear infinite;
}

.progress-danger .bar, .progress .bar-danger {
  background-color: #dd514c;
  background-image: linear-gradient(to bottom, #ee5f5b, #c43c35);
  background-repeat: repeat-x;
  filter: progid:dximagetransform.microsoft.gradient(startColorstr='#ffee5f5b', endColorstr='#ffc43c35', GradientType=0);
}

.progress-danger.progress-striped .bar, .progress-striped .bar-danger {
  background-color: #ee5f5b;
  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-success .bar, .progress .bar-success {
  background-color: #5eb95e;
  background-image: linear-gradient(to bottom, #62c462, #57a957);
  background-repeat: repeat-x;
  filter: progid:dximagetransform.microsoft.gradient(startColorstr='#ff62c462', endColorstr='#ff57a957', GradientType=0);
}

.progress-success.progress-striped .bar, .progress-striped .bar-success {
  background-color: #62c462;
  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-info .bar, .progress .bar-info {
  background-color: #4bb1cf;
  background-image: linear-gradient(to bottom, #5bc0de, #339bb9);
  background-repeat: repeat-x;
  filter: progid:dximagetransform.microsoft.gradient(startColorstr='#ff5bc0de', endColorstr='#ff339bb9', GradientType=0);
}

.progress-info.progress-striped .bar, .progress-striped .bar-info {
  background-color: #5bc0de;
  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-warning .bar, .progress .bar-warning {
  background-color: #faa732;
  background-image: linear-gradient(to bottom, #fbb450, #f89406);
  background-repeat: repeat-x;
  filter: progid:dximagetransform.microsoft.gradient(startColorstr='#fffbb450', endColorstr='#fff89406', GradientType=0);
}

.progress-warning.progress-striped .bar, .progress-striped .bar-warning {
  background-color: #fbb450;
  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-amount {
  color: #222;
  text-shadow: 0 1px 0px rgba(255, 255, 255, 0.5);
  font-weight: bold;
  position: absolute;
  top: 0px;
  left: 4px;
  display: block;
  width: 4em;
}

.loop {
  -webkit-animation-name: loop;
  -webkit-animation-duration: 6s;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-timing-function: ease-in-out;
  -moz-animation-name: loop;
  -moz-animation-duration: 6s;
  -moz-animation-iteration-count: infinite;
  -moz-animation-timing-function: ease-in-out;
}

@keyframes loop {
  from {
    width: 0%;
    opacity: 0;
  }
  10% {
    width: 0%;
  }
  90% {
    width: 100%;
    opacity: 1;
  }
  to {
    width: 100%;
    opacity: 0;
  }
}
td.num {
  text-align: right !important;
  padding-right: 20px !important;
}

.table-current-progress td {
  padding-right: 10px;
}

.table {
  width: 100%;
  margin-bottom: 30px;
  font-size: 13px;
}
.table th, .table td {
  padding: 4px 6px 2px 6px;
  text-align: left;
  vertical-align: top;
}
.table th {
  background-image: linear-gradient(to bottom, #d6d6d6 0%, #f2f2f2 100%);
  border-color: #cccccc;
  border-width: 1px;
  border-style: solid;
  color: #363636;
  text-shadow: 0 1px 1px rgba(255, 255, 255, 0.3);
}
.table td {
  border-bottom: 1px solid #cccccc;
  background-color: #FFF;
}
.table td dl {
  margin: 0;
  display: block;
}
.table td dl dt {
  font-weight: bold;
  display: inline-block;
}
.table td dl dd {
  margin: 0;
  display: inline-block;
}
.table td dl dd + dt {
  margin-left: 10px;
}

.table-group-header {
  text-shadow: 0 1px 1px rgba(255, 255, 255, 0.3);
  font-weight: bold;
  color: #0d4170;
}

.toggle-table-group:hover {
  cursor: pointer;
}

.table .table-group-name {
  padding-left: 15px;
}
.table .table-group {
  display: none;
}
.table .table-group .table-title {
  padding-left: 20px;
}

.table-striped tr:nth-child(even) td,
.lt-ie9 .table-striped tr.even td {
  background: whitesmoke;
}

.table tr {
  transition: all 0.3s ease-in-out;
}
.table tr:hover {
  background: #dff3fb;
  background-image: linear-gradient(to bottom, #dff3fb 0%, #f0fafd 100%);
}

.table-striped .table-group tr:nth-child(even):hover {
  background: #dff3fb;
  background-image: linear-gradient(to bottom, #dff3fb 0%, #f0fafd 100%);
}

.lt-ie9 .table tr:hover {
  background-color: #dff3fb;
}

.table-horizontal tr td:first-child {
  color: #545454;
  width: 30%;
}
.table-horizontal tr td.value_TABLE.wide {
  width: auto;
  margin: 0px;
  padding: 0px;
}
.table-horizontal tr td.value_TABLE.wide > span {
  display: inline-block;
  margin: 7px 0 1px 3px;
}
.table-horizontal tr td.value_TABLE.wide div table {
  border: 1px solid #cccccc;
}
.table-horizontal tr td.value_TABLE.wide div table tr td:first-child {
  width: auto;
}

table#searchResults tr.jqgrow, table.has-default-action tr {
  cursor: pointer;
}

.table-striped tr.has-default-action {
  cursor: pointer;
}
.table-striped tr.has-default-action td:first-child {
  white-space: nowrap;
}

.table .align-right {
  text-align: right;
}
.table ul {
  margin: 0;
  padding: 0;
}
.table ul li {
  display: inline-block;
  margin-right: 5px;
  text-align: center;
  list-style-type: none;
}
.table .help-block {
  margin-bottom: 0;
}

.table-data {
  table-layout: fixed;
}
.table-data tr td {
  text-align: left;
}
.table-data th {
  text-align: center;
}
.table-data th:first-child {
  text-align: left;
}

.table.table-data.compare tr.compared td {
  background-color: #f0f0f0 !important;
}

.table-data.compare .icon {
  opacity: 0.9;
  float: right;
  margin-top: 2px;
}
.table-data.compare .icon-remove {
  visibility: hidden;
  margin-right: 0;
  cursor: pointer;
}
.table-data.compare tr td:hover .icon-remove {
  visibility: visible;
}

.table tr.deleted input[type="text"] {
  color: #ccc;
  border: 0px;
  background-color: transparent;
  box-shadow: none;
}

tr.drop_row {
  border: 0px !important;
  height: 2px;
  background-color: #ccc;
}
tr.drop_row_hover {
  border: 0px !important;
  height: 2px;
  background-color: #222;
}

.dragdrop {
  cursor: move;
}

ul.list-attachments {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
ul.list-attachments li {
  display: block;
  width: 300px;
  padding: 5px 0 5px 0;
  margin: 0;
  border-bottom: 1px solid white;
}
ul.list-attachments li:after {
  content: "";
  display: table;
  clear: both;
}

.table-five-actions tr > th:first-child,
.table-five-actions tr > td:first-child {
  width: 8em;
}

.form-box {
  background-color: whitesmoke;
  padding: 15px 10px 10px 10px;
  margin-bottom: 20px;
  border-top: 1px solid #cccccc;
  border-bottom: 1px solid #cccccc;
}
.form-box h4:first-child {
  margin-top: 0;
}

form {
  margin: 0;
}
form * {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
}

.form-horizontal *,
.form-box * {
  box-sizing: border-box;
}

fieldset {
  margin: 0;
  border: 0;
  padding: 0;
  margin-bottom: 0;
}

legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 0px;
  font-size: 13px;
  font-weight: bold;
  line-height: 18px;
  border: 0;
}

.form-complex fieldset {
  margin: 0;
  border: 1px solid #cccccc;
  padding: 10px;
  margin-bottom: 15px;
}
.form-complex legend {
  display: block;
  width: auto;
  padding: 0 10px;
  margin-bottom: 0px;
  font-size: 13px;
  font-weight: bold;
  line-height: 18px;
  border: 0;
  text-shadow: 0 1px 0 white;
}

.legend-emph {
  display: block;
  width: 100%;
  padding: 4px 10px 2px 10px;
  margin-bottom: 0px;
  font-size: 13px;
  font-weight: bold;
  line-height: 18px;
  color: #333333;
  border: 1px solid #cccccc;
  background-image: linear-gradient(to bottom, #d6d6d6 0%, #f2f2f2 100%);
  color: #363636;
  text-shadow: 0 1px 0 white;
}

.form-box > h3 {
  display: block;
  padding: 4px 10px 2px 10px;
  margin: -16px -10px 15px -10px;
  font-size: 13px;
  font-weight: bold;
  line-height: 18px;
  color: #333333;
  border: 1px solid #cccccc;
  background-image: linear-gradient(to bottom, #d6d6d6 0%, #f2f2f2 100%);
  color: #363636;
  text-shadow: 0 1px 0 white;
}

legend small {
  font-size: 15px;
  color: #999999;
}

label, input, button, select, textarea {
  font-size: 13px;
  font-weight: normal;
  line-height: 18px;
}

input, button, select, textarea {
  font-family: Helvetica, Arial, sans-serif;
}

label {
  display: block;
  margin-bottom: 5px;
}
label.label-inline {
  display: inline-block;
}

select, textarea {
  display: inline-block;
  padding: 4px 5px;
  margin-bottom: 9px;
  font-size: 13px;
  line-height: 15px;
  height: 26px;
  color: #222;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  border-radius: 3px;
}

input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"] {
  display: inline-block;
  padding: 4px 5px;
  margin-bottom: 9px;
  font-size: 13px;
  line-height: 15px;
  height: 26px;
  color: #222;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  border-radius: 3px;
}

.uneditable-input {
  display: inline-block;
  padding: 4px 5px;
  margin-bottom: 9px;
  font-size: 13px;
  line-height: 15px;
  height: 26px;
  color: #222;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  border-radius: 3px;
}

.cke_editable {
  padding: 4px 5px;
}

select {
  padding: 3px 5px;
  line-height: 15px;
}

textarea {
  height: auto;
  font-family: Consolas, Courier, "Courier New", sans-serif;
  background-color: #ffffff;
  border: 1px solid #cccccc;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  transition: border linear 0.2s, box-shadow linear 0.2s;
}

.cke_editable {
  background-color: #ffffff;
  border: 1px solid #cccccc;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  transition: border linear 0.2s, box-shadow linear 0.2s;
}

input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"] {
  background-color: #ffffff;
  border: 1px solid #cccccc;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  transition: border linear 0.2s, box-shadow linear 0.2s;
}

.uneditable-input {
  background-color: #ffffff;
  border: 1px solid #cccccc;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  transition: border linear 0.2s, box-shadow linear 0.2s;
}

textarea:focus, .cke_focus {
  border-color: rgba(82, 168, 236, 0.8);
  outline: 0;
  outline: thin dotted \9 ;
}

input[type="text"]:focus, input[type="password"]:focus, input[type="datetime"]:focus, input[type="datetime-local"]:focus, input[type="date"]:focus, input[type="month"]:focus, input[type="time"]:focus, input[type="week"]:focus, input[type="number"]:focus, input[type="email"]:focus, input[type="url"]:focus, input[type="search"]:focus, input[type="tel"]:focus, input[type="color"]:focus {
  border-color: rgba(82, 168, 236, 0.8);
  outline: 0;
  outline: thin dotted \9 ;
}

.uneditable-input:focus {
  border-color: rgba(82, 168, 236, 0.8);
  outline: 0;
  outline: thin dotted \9 ;
}

input[type="radio"], input[type="checkbox"] {
  margin: 3px 0 0;
  line-height: normal;
  cursor: pointer;
}
input[type="file"], input[type="image"], input[type="submit"], input[type="reset"], input[type="button"], input[type="radio"], input[type="checkbox"] {
  width: auto;
}

select, input[type="file"] {
  height: 26px;
}

select {
  width: 210px;
  background-color: #ffffff;
  border: 1px solid #bbb;
}
select[multiple], select[size] {
  height: auto;
}
select:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

input[type="file"]:focus, input[type="radio"]:focus, input[type="checkbox"]:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

.uneditable-input, .uneditable-textarea {
  color: #999999;
  cursor: not-allowed;
  background-color: #fcfcfc;
  border-color: #cccccc;
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.025);
}

.uneditable-input {
  overflow: hidden;
  white-space: nowrap;
}

.uneditable-textarea {
  width: auto;
  height: auto;
}

input:-moz-placeholder, textarea:-moz-placeholder, input:-ms-input-placeholder, textarea:-ms-input-placeholder, input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
  color: #999999;
}

.radio,
.checkbox {
  min-height: 18px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
      align-items: flex-start;
}

.VisualQuery input.radio,
.VisualQuery input.checkbox {
  display: inline-block;
  margin-left: 4px;
  vertical-align: -1px;
}

.radio input[type="radio"],
.checkbox input[type="checkbox"] {
  -ms-flex: 0 0 auto;
      flex: 0 0 auto;
  margin-right: 5px;
}

.controls > .radio:first-child,
.controls > .checkbox:first-child {
  padding-top: 5px;
}

.radio.inline,
.checkbox.inline {
  display: -ms-inline-flexbox;
  display: inline-flex;
}

.radio.inline + .radio.inline, .checkbox.inline + .checkbox.inline {
  margin-left: 10px;
}

.input-auto {
  width: auto;
}

.input-mini {
  width: 60px;
}

.input-small {
  width: 90px;
}

.input-medium {
  width: 120px;
}

.input-large {
  width: 150px;
}

.input-xlarge {
  width: 270px;
}

.input-select-append .input-xlarge {
  width: 243px;
}

.input-xxlarge {
  width: 530px;
}

.input-select-append .input-xxlarge {
  width: 503px;
}

.input-default {
  width: 210px;
}

.input-dynamic75 {
  width: 75%;
}

input[class*="span"], select[class*="span"], textarea[class*="span"], .uneditable-input[class*="span"] {
  float: none;
  margin-left: 0;
}

.row-fluid input[class*="span"], .row-fluid select[class*="span"], .row-fluid textarea[class*="span"], .row-fluid .uneditable-input[class*="span"] {
  float: none;
  margin-left: 0;
}

.input-append input[class*="span"], .input-append .uneditable-input[class*="span"] {
  display: inline-block;
}

.input-prepend input[class*="span"], .input-prepend .uneditable-input[class*="span"] {
  display: inline-block;
}

.row-fluid input[class*="span"], .row-fluid select[class*="span"], .row-fluid textarea[class*="span"], .row-fluid .uneditable-input[class*="span"], .row-fluid .input-prepend [class*="span"], .row-fluid .input-append [class*="span"] {
  display: inline-block;
}

input, textarea, .uneditable-input {
  margin-left: 0;
}

.controls-row [class*="span"] + [class*="span"] {
  margin-left: 20px;
}
.controls-row > input[type="text"], .controls-row > select, .controls-row > textarea {
  width: 100%;
}
.controls-row input[type="text"], .controls-row select, .controls-row textarea {
  width: 100%;
}

.form-horizontal .control-label.label-nano {
  width: 45px;
}
.form-horizontal .control-label.label-mini {
  width: 60px;
}
.form-horizontal .control-label.label-small {
  width: 90px;
}
.form-horizontal .control-label.label-medium {
  width: 120px;
}
.form-horizontal .control-label.label-nano + .controls {
  margin-left: 50px;
}
.form-horizontal .control-label.label-mini + .controls {
  margin-left: 65px;
}
.form-horizontal .control-label.label-small + .controls {
  margin-left: 95px;
}
.form-horizontal .control-label.label-medium + .controls {
  margin-left: 125px;
}

.controls-row .control-group > label {
  padding-top: 5px;
}
.controls-row .control-group.inline {
  display: inline-block;
  margin-right: 5px;
}

input.span12, textarea.span12, .uneditable-input.span12 {
  width: 926px;
}

input.span11, textarea.span11, .uneditable-input.span11 {
  width: 846px;
}

input.span10, textarea.span10, .uneditable-input.span10 {
  width: 766px;
}

input.span9, textarea.span9, .uneditable-input.span9 {
  width: 686px;
}

input.span8, textarea.span8, .uneditable-input.span8 {
  width: 606px;
}

input.span7, textarea.span7, .uneditable-input.span7 {
  width: 526px;
}

input.span6, textarea.span6, .uneditable-input.span6 {
  width: 446px;
}

input.span5, textarea.span5, .uneditable-input.span5 {
  width: 366px;
}

input.span4, textarea.span4, .uneditable-input.span4 {
  width: 286px;
}

input.span3, textarea.span3, .uneditable-input.span3 {
  width: 206px;
}

input.span2, textarea.span2, .uneditable-input.span2 {
  width: 126px;
}

input.span1, textarea.span1, .uneditable-input.span1 {
  width: 46px;
}

.sub-level {
  margin-left: 12px;
}

.controls-row {
  *zoom: 1;
}
.controls-row:before {
  display: table;
  line-height: 0;
  content: "";
}
.controls-row:after {
  display: table;
  line-height: 0;
  content: "";
  clear: both;
}
.controls-row [class*="span"] {
  float: left;
}

.form-horizontal .controls-row .control-group {
  margin-bottom: 0;
}

input[disabled], select[disabled], textarea[disabled], input[readonly], select[readonly], textarea[readonly] {
  cursor: not-allowed;
  background-color: #eeeeee;
}

input[type="submit"].disabled, button.disabled {
  color: #c8c8c8;
}

input[type="radio"][disabled], input[type="checkbox"][disabled], input[type="radio"][readonly], input[type="checkbox"][readonly] {
  background-color: transparent;
}

.control-group.warning > label, .control-group.warning .help-block, .control-group.warning .help-inline {
  color: #c09853;
}
.control-group.warning .checkbox, .control-group.warning .radio, .control-group.warning input, .control-group.warning select, .control-group.warning textarea {
  color: #c09853;
  border-color: #c09853;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.control-group.warning .checkbox:focus, .control-group.warning .radio:focus, .control-group.warning input:focus, .control-group.warning select:focus, .control-group.warning textarea:focus {
  border-color: #a47e3c;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #dbc59e;
}
.control-group.warning .input-prepend .add-on, .control-group.warning .input-append .add-on {
  color: #c09853;
  background-color: #fcf8e3;
  border-color: #c09853;
}

.red {
  color: #b94a48;
}

td.error > label, td.error .help-block, td.error .help-inline {
  color: #b94a48;
}

.control-group.error > label, .control-group.error .help-block, .control-group.error .help-inline {
  color: #b94a48;
}

td.error .checkbox, td.error .radio, td.error input, td.error select, td.error textarea {
  color: #b94a48;
  border-color: #b94a48;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.control-group.error .checkbox, .control-group.error .radio, .control-group.error input, .control-group.error select, .control-group.error textarea {
  color: #b94a48;
  border-color: #b94a48;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

td.error .checkbox:focus, td.error .radio:focus, td.error input:focus, td.error select:focus, td.error textarea:focus {
  border-color: #953b39;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #d59392;
}

.control-group.error .checkbox:focus, .control-group.error .radio:focus, .control-group.error input:focus, .control-group.error select:focus, .control-group.error textarea:focus {
  border-color: #953b39;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #d59392;
}
.control-group.error .input-prepend .add-on, .control-group.error .input-append .add-on {
  color: #b94a48;
  background-color: #f2dede;
  border-color: #b94a48;
}
.control-group.success > label, .control-group.success .help-block, .control-group.success .help-inline {
  color: #468847;
}
.control-group.success .checkbox, .control-group.success .radio, .control-group.success input, .control-group.success select, .control-group.success textarea {
  color: #468847;
  border-color: #468847;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.control-group.success .checkbox:focus, .control-group.success .radio:focus, .control-group.success input:focus, .control-group.success select:focus, .control-group.success textarea:focus {
  border-color: #356635;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #7aba7b;
}
.control-group.success .input-prepend .add-on, .control-group.success .input-append .add-on {
  color: #468847;
  background-color: #dff0d8;
  border-color: #468847;
}

input:focus:required:invalid, textarea:focus:required:invalid, select:focus:required:invalid {
  color: #b94a48;
  border-color: #ee5f5b;
}

input:focus:required:invalid:focus, textarea:focus:required:invalid:focus, select:focus:required:invalid:focus {
  border-color: #e9322d;
  box-shadow: 0 0 6px #f8b9b7;
}

.help-block, .help-inline {
  color: #595959;
}

.help-block {
  display: block;
  margin-bottom: 10px;
}

.help-inline {
  display: inline-block;
  *display: inline;
}

.input-append, .input-prepend {
  margin-bottom: 5px;
  margin-right: 5px;
  font-size: 0;
  white-space: nowrap;
}

.input-append input, .input-prepend input, .input-append select, .input-prepend select, .input-append .button, .input-prepend .button, .input-append .uneditable-input, .input-prepend .uneditable-input {
  position: relative;
  margin-bottom: 0;
  *margin-left: 0;
  font-size: 13px;
  vertical-align: top;
  border-radius: 0 3px 3px 0;
}

.input-append .button, .input-prepend .button {
  font-size: 12px;
  display: inline-block;
  height: 26px;
}

.input-append input:focus, .input-prepend input:focus, .input-append select:focus, .input-prepend select:focus, .input-append .uneditable-input:focus, .input-prepend .uneditable-input:focus {
  z-index: 2;
}

.input-append .add-on, .input-prepend .add-on {
  display: inline-block;
  width: auto;
  height: 26px;
  min-width: 16px;
  padding: 4px 5px;
  font-size: 12px;
  font-weight: normal;
  line-height: 15px;
  text-align: center;
  text-shadow: 0 1px 0 #ffffff;
  background-color: #eeeeee;
  border: 1px solid #ccc;
  color: #909090;
}

.input-append .add-on, .input-prepend .add-on, .input-append .button, .input-prepend .button {
  margin-left: -1px;
  vertical-align: top;
  border-radius: 0;
}

.input-append .button, .input-prepend .button {
  padding: 4px 10px;
}

.input-append .active {
  background-color: #a9dba9;
  border-color: #46a546;
}

.input-prepend .active {
  background-color: #a9dba9;
  border-color: #46a546;
}
.input-prepend .add-on, .input-prepend .button {
  margin-right: -1px;
}
.input-prepend .add-on:first-child, .input-prepend .button:first-child {
  border-radius: 3px 0 0 3px;
}

.input-append input, .input-append select, .input-append .uneditable-input {
  border-radius: 3px 0 0 3px;
}
.input-append .add-on:last-child, .input-append .button:last-child {
  border-radius: 0 3px 3px 0;
}

.input-prepend.input-append input, .input-prepend.input-append select, .input-prepend.input-append .uneditable-input {
  border-radius: 0;
}
.input-prepend.input-append .add-on:first-child, .input-prepend.input-append .button:first-child {
  margin-right: -1px;
  border-radius: 3px 0 0 3px;
}
.input-prepend.input-append .add-on:last-child, .input-prepend.input-append .button:last-child {
  margin-left: -1px;
  border-radius: 0 3px 3px 0;
}

input.search-query {
  padding-right: 14px;
  padding-left: 14px;
  margin-bottom: 0;
  border-radius: 15px;
}

.form-search .input-append .search-query, .form-search .input-prepend .search-query {
  border-radius: 0;
}
.form-search .input-append .search-query {
  border-radius: 14px 0 0 14px;
}
.form-search .input-append .button {
  border-radius: 0 14px 14px 0;
}
.form-search .input-prepend .search-query {
  border-radius: 0 14px 14px 0;
}
.form-search .input-prepend .button {
  border-radius: 14px 0 0 14px;
}
.form-search input {
  display: inline-block;
  *display: inline;
  margin-bottom: 0;
  vertical-align: middle;
  *zoom: 1;
}

.form-inline input, .form-horizontal input, .form-search textarea, .form-inline textarea, .form-horizontal textarea, .form-search select, .form-inline select, .form-horizontal select, .form-search .help-inline, .form-inline .help-inline, .form-horizontal .help-inline, .form-search .uneditable-input, .form-inline .uneditable-input, .form-horizontal .uneditable-input, .form-search .input-prepend, .form-inline .input-prepend, .form-horizontal .input-prepend, .form-search .input-append, .form-inline .input-append, .form-horizontal .input-append {
  display: inline-block;
  *display: inline;
  margin-bottom: 0;
  vertical-align: middle;
  *zoom: 1;
}

.form-search .hide, .form-inline .hide, .form-horizontal .hide {
  display: none;
}

.form-search label, .form-inline label, .form-search .button-group, .form-inline .button-group {
  display: inline-block;
}

.form-search .input-append, .form-inline .input-append, .form-search .input-prepend, .form-inline .input-prepend {
  margin-bottom: 0;
}

.form-search .radio, .form-search .checkbox {
  padding-left: 0;
  margin-bottom: 0;
  vertical-align: middle;
}

.form-inline .radio, .form-inline .checkbox {
  padding-left: 0;
  margin-bottom: 0;
  vertical-align: middle;
}

.form-search .radio input[type="radio"], .form-search .checkbox input[type="checkbox"] {
  float: left;
  margin-right: 3px;
  margin-left: 0;
}

.form-inline .radio input[type="radio"], .form-inline .checkbox input[type="checkbox"] {
  float: left;
  margin-right: 3px;
  margin-left: 0;
}

.control-group {
  margin-bottom: 10px;
}

legend + .control-group {
  margin-top: 10px;
  -webkit-margin-top-collapse: separate;
}

.form-horizontal .control-group {
  margin-bottom: 10px;
  *zoom: 1;
}
.form-horizontal .control-group:before {
  display: table;
  line-height: 0;
  content: "";
}
.form-horizontal .control-group:after {
  display: table;
  line-height: 0;
  content: "";
  clear: both;
}
.form-horizontal .control-label {
  float: left;
  width: 140px;
  padding-top: 5px;
  text-align: left;
}
.form-horizontal .control-label input[type="radio"] {
  margin: 1px 5px 0 0;
  vertical-align: top;
}
.form-horizontal .controls {
  *display: inline-block;
  *padding-left: 20px;
  margin-left: 0px;
  *margin-left: 0;
}
.form-horizontal .controls:first-child {
  *padding-left: 170px;
}
.form-horizontal .control-label + .controls {
  margin-left: 150px;
}
.form-horizontal .control-label + .controls:first-child {
  *padding-left: 150px;
}
.form-horizontal .controls label {
  padding-top: 5px;
}
.form-horizontal .help-block {
  margin-top: 5px;
  margin-bottom: 0;
}
.form-horizontal .form-actions {
  padding-left: 0px;
}
.form-horizontal .control-group.inline-block {
  display: inline-block;
  float: none;
}
.form-horizontal .control-group.inline-block + .control-group.inline-block {
  margin-left: 20px;
}

.input-group {
  display: inline-block;
  float: left;
  margin-left: 20px;
}
.input-group:first-child {
  margin-left: 0;
}
.input-group label {
  padding-top: 5px;
}

input.inline-edit.inactive {
  border: 0px;
  background-color: transparent;
  box-shadow: none;
}
input.grid16 {
  width: 100%;
}

textarea.grid16, select.grid16 {
  width: 100%;
}

.row-fluid input.grid16, .row-fluid textarea.grid16, .row-fluid select.grid16 {
  width: 100%;
}
.row-fluid input.grid12, .row-fluid textarea.grid12, .row-fluid select.grid12 {
  width: 75%;
}
.row-fluid input.grid8, .row-fluid textarea.grid8, .row-fluid select.grid8 {
  width: 50%;
}
.row-fluid input.grid4, .row-fluid textarea.grid4, .row-fluid select.grid4 {
  width: 25%;
}

.control-group.grid4 {
  width: 25%;
  padding-left: 10px;
  float: left;
}
.control-group.grid4:first-child {
  padding-left: 0;
}
.control-group.grid8 {
  width: 50%;
  padding-left: 10px;
  float: left;
}
.control-group.grid8:first-child {
  padding-left: 0;
}
.control-group.grid12 {
  width: 75%;
  padding-left: 10px;
  float: left;
}
.control-group.grid12:first-child {
  padding-left: 0;
}

.form-horizontal.form-block-labels .control-label {
  display: block;
  float: none;
}
.form-horizontal.form-block-labels .controls {
  margin-left: 0;
}

.table-striped input[type="text"] {
  padding: 1px 4px;
  margin: 0 0 1px 0;
  height: auto;
  line-height: auto;
}

table tr.table-group td:first-child input {
  margin-left: 12px;
}

.table-wide {
  margin-bottom: 0px;
}
.table-wide h4 {
  margin-bottom: 10px;
}
.table-wide th {
  background-image: linear-gradient(to bottom, #ececec 0%, white 100%);
  font-size: 12px;
}
.table-wide td {
  padding: 4px 6px;
}
.table-wide input + input {
  margin-left: 5px;
}
.table-wide label {
  white-space: nowrap;
  margin-bottom: 2px;
}
.table-wide .button-small {
  padding: 4px 6px 3px 6px;
}
.table-wide td .checkbox:first-child {
  margin-top: 5px;
}

.container-scroll-x {
  overflow-x: auto;
  margin-bottom: 10px;
}

.error-global {
  padding: 10px;
  display: block;
  border: 1px solid #b94a48;
  color: #b94a48;
  background-color: #f2dede;
  text-shadow: 0 1px 0 white;
  margin-bottom: 15px;
  border-radius: 3px;
}
.error-global p {
  margin: 0;
}

.table .outputHTML li, .table .cke_editable li {
  display: list-item;
  text-align: left;
}
.table .outputHTML ul li, .table .cke_editable ul li {
  list-style-type: disc;
}
.table .outputHTML ol li, .table .cke_editable ol li {
  list-style-type: decimal;
}
.table .outputHTML ul, .table .outputHTML ol {
  padding: 0 0 0 40px;
}
.table .cke_editable ul, .table .cke_editable ol {
  padding: 0 0 0 40px;
}

.advanced-search * {
  box-sizing: border-box;
}
.advanced-search textarea {
  width: 100%;
}

.badge {
  background-color: #FFF;
  font-weight: bold;
  padding: 2px 10px 1px 10px;
  border-radius: 10px;
  border: 1px solid #CCC;
  display: inline-block;
}

.table-data .badge {
  padding: 2px 10px 1px 10px;
  font-size: 12px;
  width: 96%;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
}

.badge.color1 {
  background-color: #b1b2bf;
}
.badge.color2 {
  background-color: #7982c0;
}
.badge.color3 {
  background-color: #86bf7e;
}
.badge.color4 {
  background-color: #fad47c;
}
.badge.color5 {
  background-color: #e14b42;
}
.badge.color6 {
  background-color: #ed6c53;
}
.badge.color7 {
  background-color: #f1894c;
}
.badge.color8 {
  background-color: #e68fec;
}

form .badge {
  vertical-align: -3px;
  margin-right: 5px;
}

.has-popover .icon-info-sign {
  position: relative;
  opacity: 0.25;
  left: 2px;
  top: 2px;
}

.tracking_bounce {
  color: #cc0000;
}

.tracking_complaint {
  color: #eb4af6;
}

.tracking_autoresponds {
  color: #cc9900;
}

.tracking_needsContact {
  color: #909090;
}

.button-group + .form-inline {
  margin-right: 15px;
}

.table-horizontal + .form-inline {
  margin-top: -10px;
  margin-bottom: 30px;
}

.form-inline .help-block {
  margin-top: 5px;
}

.disabled label {
  opacity: 0.4;
}

.close {
  float: right;
  font-size: 20px;
  font-weight: bold;
  line-height: 20px;
  color: #000000;
  text-shadow: 0 1px 0 #ffffff;
  opacity: 0.2;
  filter: alpha(opacity=20);
}
.close:hover {
  color: #000000;
  text-decoration: none;
  cursor: pointer;
  opacity: 0.4;
  filter: alpha(opacity=40);
}

button.close {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
}

.modal-open .dropdown-menu {
  z-index: 2050;
}
.modal-open .dropdown.open {
  *z-index: 2050;
}
.modal-open .popover {
  z-index: 2060;
}
.modal-open .tooltip {
  z-index: 2080;
}

.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000000;
  opacity: 0.7;
  filter: alpha(opacity=70);
}
.modal-backdrop.fade {
  opacity: 0;
}
.modal-backdrop.fade.in {
  opacity: 0.7;
  filter: alpha(opacity=70);
}

.modal {
  position: fixed;
  display: none;
  top: 10%;
  left: 50%;
  z-index: 1050;
  width: 840px;
  margin-left: -420px;
  margin-top: 0px;
  overflow: auto;
  background-color: #ffffff;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, 0.3);
  *border: 1px solid #999;
  border-radius: 6px;
  box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
  background-clip: padding-box;
}
.modal:focus {
  outline: none;
}
.modal.fade {
  top: -10%;
  transition: opacity 0.15s linear, top 0.15s ease-out;
}
.modal.fade.in {
  top: 10%;
}

.modal-header {
  padding: 9px 15px;
  border-bottom: 1px solid #eee;
}
.modal-header .close {
  margin-top: 2px;
}
.modal-header h3 {
  margin: 0;
  line-height: 30px;
}

.modal-body {
  min-height: 300px;
  max-height: 400px;
  padding: 15px;
  overflow-y: auto;
}

.modal-form {
  margin-bottom: 0;
}

.modal-footer {
  padding: 14px 15px 15px;
  margin-bottom: 0;
  text-align: right;
  background-color: #f5f5f5;
  border-top: 1px solid #ddd;
  border-radius: 0 0 6px 6px;
  *zoom: 1;
  box-shadow: inset 0 1px 0 #ffffff;
}
.modal-footer:before {
  display: table;
  line-height: 0;
  content: "";
}
.modal-footer:after {
  display: table;
  line-height: 0;
  content: "";
  clear: both;
}
.modal-footer .btn + .btn {
  margin-bottom: 0;
  margin-left: 5px;
}
.modal-footer .btn-group .btn + .btn {
  margin-left: -1px;
}

.modal.fixed {
  position: fixed;
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
  width: 100%;
  height: 100%;
  padding: 40px;
  box-sizing: border-box;
  border: none;
  display: none;
  margin: auto;
  background-color: transparent;
  overflow: hidden;
}
.modal.fixed > .inside {
  position: relative;
  height: 100%;
  width: 1024px;
  margin: 0 auto;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.4);
  border-radius: 4px;
  box-sizing: border-box;
  background-color: white;
}
.modal.fixed .modal-header {
  height: 39px;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  margin: 0;
  border-bottom: 1px solid #ccc;
  background-color: #f0f0f0;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  overflow: hidden;
  padding: 0;
}
.modal.fixed .modal-header > .inside {
  position: relative;
  padding-top: 10px;
}
.modal.fixed .modal-header h3 {
  margin: 0;
  text-align: center;
  line-height: inherit;
}
.modal.fixed .modal-header button {
  position: absolute;
  right: 20px;
  border-radius: 15px;
  color: #fff;
  background-color: #333;
  border: none;
  width: 23px;
  margin: 0;
}
.modal.fixed .modal-iframe {
  height: 100%;
}
.modal.fixed .modal-iframe iframe {
  height: 100%;
  width: 100%;
  border: 0;
}

@media only screen and (max-width: 960px) {
  body {
    height: 100%;
  }

  .modal.fixed {
    position: absolute;
  }
  .modal.fixed .modal-iframe {
    height: 100%;
  }
}
.popup {
  animation-name: pop;
  animation-duration: 0.4s;
  animation-iteration-count: 1;
  animation-timing-function: ease-in-out;
}

@keyframes pop {
  0% {
    transform: scale(0.5);
    opacity: 0;
  }
  75% {
    transform: scale(1.2);
    opacity: 1;
  }
  100% {
    transform: scale(1);
  }
}
body.modaliframe {
  background: white none;
  overflow-y: auto;
  margin: 0;
  box-sizing: border-box;
  overflow-y: auto;
  padding-bottom: 60px;
}
body.modaliframe form {
  overflow-y: auto;
  height: 100%;
  padding: 15px;
  box-sizing: border-box;
}
body.modaliframe form .form-actions {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background-color: whitesmoke;
  border-radius: 0 0 6px 6px;
  border-top: 1px solid #dddddd;
  box-shadow: 0 1px 0 white inset;
  margin-bottom: 0;
  padding: 14px 15px 15px;
  text-align: right;
}

.tooltip {
  position: absolute;
  z-index: 1030;
  display: block;
  padding: 5px;
  font-size: 11px;
  opacity: 0;
  filter: alpha(opacity=0);
  visibility: visible;
}
.tooltip p:first-child {
  margin-top: 0;
}
.tooltip p:last-child {
  margin-bottom: 0;
}
.tooltip.in {
  opacity: 0.8;
  filter: alpha(opacity=80);
}
.tooltip.tooltip-large.in {
  opacity: 1;
  filter: alpha(opacity=100);
}
.tooltip.top {
  margin-top: -3px;
}
.tooltip.right {
  margin-left: 3px;
}
.tooltip.bottom {
  margin-top: 3px;
}
.tooltip.left {
  margin-left: -3px;
}

.tooltip-inner {
  max-width: 640px;
  padding: 3px 8px;
  color: #ffffff;
  text-align: center;
  text-decoration: none;
  background-color: #000000;
  border-radius: 4px;
  text-shadow: none;
}

.tooltip-large .tooltip-inner {
  text-align: left;
  padding: 8px 15px;
  background-color: #373737;
}

.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}

.tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-top-color: #000000;
  border-width: 5px 5px 0;
}

.tooltip-large.top .tooltip-arrow {
  border-top-color: #373737;
}

.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-right-color: #000000;
  border-width: 5px 5px 5px 0;
}
.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-left-color: #000000;
  border-width: 5px 0 5px 5px;
}
.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-bottom-color: #000000;
  border-width: 0 5px 5px;
}

.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1010;
  display: none;
  width: 240px;
  padding: 1px;
  background-color: #ffffff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  background-clip: padding-box;
}
.popover.top {
  margin-top: -10px;
}
.popover.right {
  margin-left: 10px;
}
.popover.bottom {
  margin-top: 10px;
}
.popover.left {
  margin-right: 10px;
}

.popover-title {
  padding: 8px 14px;
  margin: 0;
  font-size: 14px;
  font-weight: normal;
  line-height: 18px;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-radius: 5px 5px 0 0;
}

.popover-content {
  padding: 9px 14px;
  text-align: left !important;
  font-weight: 400 !important;
}
.popover-content p, .popover-content ul, .popover-content ol {
  margin-bottom: 0;
}

.popover .arrow {
  position: absolute;
  display: inline-block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.popover .arrow:after {
  position: absolute;
  display: inline-block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
  z-index: -1;
  content: "";
}
.popover.top .arrow {
  bottom: -10px;
  left: 50%;
  margin-left: -10px;
  border-top-color: #ffffff;
  border-width: 10px 10px 0;
}
.popover.top .arrow:after {
  bottom: -1px;
  left: -11px;
  border-top-color: rgba(0, 0, 0, 0.25);
  border-width: 11px 11px 0;
}
.popover.right .arrow {
  top: 50%;
  left: -10px;
  margin-top: -10px;
  border-right-color: #ffffff;
  border-width: 10px 10px 10px 0;
}
.popover.right .arrow:after {
  bottom: -11px;
  left: -1px;
  border-right-color: rgba(0, 0, 0, 0.25);
  border-width: 11px 11px 11px 0;
}
.popover.bottom .arrow {
  top: -10px;
  left: 50%;
  margin-left: -10px;
  border-bottom-color: #ffffff;
  border-width: 0 10px 10px;
}
.popover.bottom .arrow:after {
  top: -1px;
  left: -11px;
  border-bottom-color: rgba(0, 0, 0, 0.25);
  border-width: 0 11px 11px;
}
.popover.left .arrow {
  top: 50%;
  right: -10px;
  margin-top: -10px;
  border-left-color: #ffffff;
  border-width: 10px 0 10px 10px;
}
.popover.left .arrow:after {
  right: -1px;
  bottom: -11px;
  border-left-color: rgba(0, 0, 0, 0.25);
  border-width: 11px 0 11px 11px;
}

.hidden-popover {
  display: none;
}

.popover.noTitle {
  width: auto;
  white-space: nowrap;
}
.popover.noTitle.right {
  margin-left: 16px;
}
.popover.noTitle .popover-labels, .popover.noTitle .popover-values {
  display: inline-block;
}
.popover.noTitle .popover-labels {
  margin-right: 10px;
}

.pages {
  background-color: whitesmoke;
  border: 1px solid #cccccc;
  padding: 6px 10px;
  margin-bottom: 15px;
}

.pagination {
  margin: 0;
  padding: 0;
  text-align: center;
  font-size: 0;
}
.pagination li {
  font-size: 13px;
  list-style-type: none;
  display: inline-block;
  margin: 0 5px;
}
.pagination li form input {
  width: 2em;
}
.pagination li a {
  font-weight: bold;
}
.pagination li a .icon {
  vertical-align: -2px;
}
.pagination .next {
  margin-left: 20px;
}
.pagination .prev {
  margin-right: 20px;
}

.pagenumbers {
  padding-top: 3px;
  display: inline-block;
}

.module.iframe iframe {
  width: 100%;
}

button.icon {
  padding: 0;
  margin: 0;
  background-color: transparent;
  border: 0;
  text-indent: -999em;
  line-height: 14px;
}

.icon {
  width: 14px;
  height: 14px;
  display: inline-block;
  background-image: url(../img/glyphicons.png);
  background-repeat: no-repeat;
  background-position: 14px 14px;
  text-indent: -999em;
}

.icon-large {
  width: 24px;
  height: 24px;
}

.icon.disabled {
  opacity: 0.3;
  filter: alpha(opacity=30);
}

.custom-icon {
  width: 16px;
  height: 16px;
  background: transparent;
  overflow: hidden;
  text-indent: 0;
  margin-top: -1px;
}

td .icon {
  margin-right: 5px;
  vertical-align: 0px;
}

.icon-spinner {
  background-image: url(../img/spinner14px.gif);
  background-position: left top;
}

.icon-glass {
  background-position: 0 0;
}

.icon-music {
  background-position: -24px 0;
}

.icon-search {
  background-position: -48px 0;
}

.icon-envelope {
  background-position: -72px 0;
}

.icon-heart {
  background-position: -96px 0;
}

.icon-star {
  background-position: -120px 0;
}

.icon-star-empty {
  background-position: -144px 0;
}

.icon-user {
  background-position: -168px 0;
}

.icon-film {
  background-position: -192px 0;
}

.icon-th-large {
  background-position: -216px 0;
}

.icon-th {
  background-position: -240px 0;
}

.icon-th-list {
  background-position: -264px 0;
}

.icon-ok {
  background-position: -288px 0;
}

.icon-remove {
  background-position: -312px 0;
}

.icon-zoom-in {
  background-position: -336px 0;
}

.icon-zoom-out {
  background-position: -360px 0;
}

.icon-off {
  background-position: -384px 0;
}

.icon-signal {
  background-position: -408px 0;
}

.icon-cog {
  background-position: -432px 0;
}

.icon-trash {
  background-position: -456px 0;
}

.icon-home {
  background-position: 0 -24px;
}

.icon-file {
  background-position: -24px -24px;
}

.icon-time {
  background-position: -48px -24px;
}

.icon-road {
  background-position: -72px -24px;
}

.icon-download-alt {
  background-position: -96px -24px;
}

.icon-download {
  background-position: -120px -24px;
}

.icon-upload {
  background-position: -144px -24px;
}

.icon-inbox {
  background-position: -168px -24px;
}

.icon-play-circle {
  background-position: -192px -24px;
}

.icon-repeat {
  background-position: -216px -24px;
}

.icon-refresh {
  background-position: -240px -24px;
}

.icon-list-alt {
  background-position: -264px -24px;
}

.icon-lock {
  background-position: -287px -24px;
}

.icon-flag {
  background-position: -312px -24px;
}

.icon-headphones {
  background-position: -336px -24px;
}

.icon-volume-off {
  background-position: -360px -24px;
}

.icon-volume-down {
  background-position: -384px -24px;
}

.icon-volume-up {
  background-position: -408px -24px;
}

.icon-qrcode {
  background-position: -432px -24px;
}

.icon-barcode {
  background-position: -456px -24px;
}

.icon-tag {
  background-position: 0 -48px;
}

.icon-tags {
  background-position: -25px -48px;
}

.icon-book {
  background-position: -48px -48px;
}

.icon-bookmark {
  background-position: -72px -48px;
}

.icon-print {
  background-position: -96px -48px;
}

.icon-camera {
  background-position: -120px -48px;
}

.icon-font {
  background-position: -144px -48px;
}

.icon-bold {
  background-position: -167px -48px;
}

.icon-italic {
  background-position: -192px -48px;
}

.icon-text-height {
  background-position: -216px -48px;
}

.icon-text-width {
  background-position: -240px -48px;
}

.icon-align-left {
  background-position: -264px -48px;
}

.icon-align-center {
  background-position: -288px -48px;
}

.icon-align-right {
  background-position: -312px -48px;
}

.icon-align-justify {
  background-position: -336px -48px;
}

.icon-list {
  background-position: -360px -48px;
}

.icon-indent-left {
  background-position: -384px -48px;
}

.icon-indent-right {
  background-position: -408px -48px;
}

.icon-facetime-video {
  background-position: -432px -48px;
}

.icon-picture {
  background-position: -456px -48px;
}

.icon-pencil {
  background-position: 0 -72px;
}

.icon-map-marker {
  background-position: -24px -72px;
}

.icon-adjust {
  background-position: -48px -72px;
}

.icon-tint {
  background-position: -72px -72px;
}

.icon-edit {
  background-position: -96px -72px;
}

.icon-share {
  background-position: -120px -72px;
}

.icon-check {
  background-position: -144px -72px;
}

.icon-move {
  background-position: -168px -72px;
}

.icon-step-backward {
  background-position: -192px -72px;
}

.icon-fast-backward {
  background-position: -216px -72px;
}

.icon-backward {
  background-position: -240px -72px;
}

.icon-play {
  background-position: -264px -72px;
}

.icon-pause {
  background-position: -288px -72px;
}

.icon-stop {
  background-position: -312px -72px;
}

.icon-forward {
  background-position: -336px -72px;
}

.icon-fast-forward {
  background-position: -360px -72px;
}

.icon-step-forward {
  background-position: -384px -72px;
}

.icon-eject {
  background-position: -408px -72px;
}

.icon-chevron-left {
  background-position: -432px -72px;
}

.icon-chevron-right {
  background-position: -456px -72px;
}

.icon-plus-sign {
  background-position: 0 -96px;
}

.icon-minus-sign {
  background-position: -24px -96px;
}

.icon-remove-sign {
  background-position: -48px -96px;
}

.icon-ok-sign {
  background-position: -72px -96px;
}

.icon-question-sign {
  background-position: -96px -96px;
}

.icon-info-sign {
  background-position: -120px -96px;
}

.icon-screenshot {
  background-position: -144px -96px;
}

.icon-remove-circle {
  background-position: -168px -96px;
}

.icon-ok-circle {
  background-position: -192px -96px;
}

.icon-ban-circle {
  background-position: -216px -96px;
}

.icon-arrow-left {
  background-position: -240px -96px;
}

.icon-arrow-right {
  background-position: -264px -96px;
}

.icon-arrow-up {
  background-position: -289px -96px;
}

.icon-arrow-down {
  background-position: -312px -96px;
}

.icon-share-alt {
  background-position: -336px -96px;
}

.icon-resize-full {
  background-position: -360px -96px;
}

.icon-resize-small {
  background-position: -384px -96px;
}

.icon-plus {
  background-position: -408px -96px;
}

.icon-minus {
  background-position: -433px -96px;
}

.icon-asterisk {
  background-position: -456px -96px;
}

.icon-exclamation-sign {
  background-position: 0 -120px;
}

.icon-gift {
  background-position: -24px -120px;
}

.icon-leaf {
  background-position: -48px -120px;
}

.icon-fire {
  background-position: -72px -120px;
}

.icon-eye-open {
  background-position: -96px -120px;
}

.icon-eye-close {
  background-position: -120px -120px;
}

.icon-warning-sign {
  background-position: -144px -120px;
}

.icon-plane {
  background-position: -168px -120px;
}

.icon-calendar {
  background-position: -192px -120px;
}

.icon-random {
  width: 16px;
  background-position: -216px -120px;
}

.icon-comment {
  background-position: -240px -120px;
}

.icon-magnet {
  background-position: -264px -120px;
}

.icon-chevron-up {
  background-position: -288px -120px;
}

.icon-chevron-down {
  background-position: -313px -119px;
}

.icon-retweet {
  background-position: -336px -120px;
}

.icon-shopping-cart {
  background-position: -360px -120px;
}

.icon-folder-close {
  background-position: -384px -120px;
}

.icon-folder-open {
  width: 16px;
  background-position: -408px -120px;
}

.icon-resize-vertical {
  background-position: -432px -119px;
}

.icon-resize-horizontal {
  background-position: -456px -118px;
}

.icon-hdd {
  background-position: 0 -144px;
}

.icon-bullhorn {
  background-position: -24px -144px;
}

.icon-bell {
  background-position: -48px -144px;
}

.icon-certificate {
  background-position: -72px -144px;
}

.icon-thumbs-up {
  background-position: -96px -144px;
}

.icon-thumbs-down {
  background-position: -120px -144px;
}

.icon-hand-right {
  background-position: -144px -144px;
}

.icon-hand-left {
  background-position: -168px -144px;
}

.icon-hand-up {
  background-position: -192px -144px;
}

.icon-hand-down {
  background-position: -216px -144px;
}

.icon-circle-arrow-right {
  background-position: -240px -144px;
}

.icon-circle-arrow-left {
  background-position: -264px -144px;
}

.icon-circle-arrow-up {
  background-position: -288px -144px;
}

.icon-circle-arrow-down {
  background-position: -312px -144px;
}

.icon-globe {
  background-position: -336px -144px;
}

.icon-wrench {
  background-position: -360px -144px;
}

.icon-tasks {
  background-position: -384px -144px;
}

.icon-filter {
  background-position: -408px -144px;
}

.icon-briefcase {
  background-position: -432px -144px;
}

.icon-fullscreen {
  background-position: -456px -144px;
}

.icon-statistic {
  background-position: 0 -168px;
}

.icon-library {
  background-position: -24px -168px;
}

.icon-chevron-left-double {
  background-position: -48px -168px;
}

.icon-chevron-right-double {
  background-position: -72px -168px;
}

.icon-group {
  background-position: -96px -168px;
}

.icon-mail-notify {
  background-position: -120px -168px;
}

.icon-search-advanced {
  background-position: -144px -168px;
}

.icon-group-alt {
  background-position: -168px -168px;
}

.icon-floppy-disk {
  background-position: -192px -168px;
}

.icon-mobile {
  background-position: -216px -168px;
}

.icon-table-add-row-above {
  background-position: -240px -168px;
}

.icon-box {
  background-position: -264px -168px;
}

.icon-arrow-back {
  background-position: -288px -168px;
}

.icon-newsletter-sent {
  background-position: -312px -168px;
}

.icon-collapse-down {
  background-position: -336px -168px;
}

.icon-collapse-right {
  background-position: -360px -168px;
}

.icon-dollar {
  background-position: -384px -168px;
}

.icon-euro {
  background-position: -408px -168px;
}

.icon-footstep {
  background-position: -432px -168px;
}

.icon-bounce {
  background-position: -456px -168px;
}

.icon-sand-clock {
  background-position: 0 -192px;
}

.icon-circle-pause {
  background-position: -24px -192px;
}

.icon-circle-stop {
  background-position: -48px -192px;
}

.icon-circle-play {
  background-position: -72px -192px;
}

.icon-import {
  background-position: -96px -192px;
}

.icon-code {
  background-position: -120px -192px;
}

.icon-table {
  background-position: -144px -192px;
}

.icon-table-row {
  background-position: -168px -192px;
}

.icon-cable {
  background-position: -192px -192px;
}

.icon-puzzle {
  background-position: -216px -192px;
}

.icon-event {
  background-position: -240px -192px;
}

.icon-segment {
  background-position: -264px -192px;
}

.icon-piechart {
  background-position: -288px -192px;
}

.icon-nl-series {
  background-position: -312px -192px;
}

.icon-template {
  background-position: -336px -192px;
}

.icon-turnout {
  background-position: -360px -192px;
}

.icon-device-desktop {
  background-position: -384px -192px;
}

.icon-device-tablet {
  background-position: -408px -192px;
}

.icon-device-phone {
  background-position: -432px -192px;
}

.icon-duplicate-doc {
  background-position: -456px -192px;
}

.icon-paperclip {
  background-position: 0px -218px;
}

.icon-series {
  background-position: 0 -240px;
}

.icon-series-item {
  background-position: -30px -240px;
}

.icon-series-item-white {
  background-position: -60px -240px;
}

header .nav-pills > li > a {
  text-transform: uppercase;
  white-space: nowrap;
}
header .logo {
  width: 108px;
  height: 44px;
  float: left;
  margin: 3px 30px 0 15px;
  padding: 0;
  line-height: 0.9;
}
header .logo img {
  max-width: 100%;
  height: auto;
}

.app-mode-ot header .logo {
  width: 266px;
}

header .logo a {
  display: block;
}
header .nav {
  margin-top: 15px;
}
header .icon-off {
  margin-right: 0 !important;
}

#main > .row:first-child {
  padding-top: 8px;
  margin-bottom: 20px;
}
#main .nav-tabs li {
  height: 30px;
  padding-bottom: 0;
}

.row-underlined > ul.nav {
  padding-top: 0;
}
.row-underlined .nav-tabs {
  margin-bottom: 0;
}
.row-underlined .nav-tabs li.active {
  background: #f4f4f4;
}
.row-underlined .nav-tabs > li a {
  padding-top: 8px;
  height: 32px;
}

select.special-variables, textarea.special-variables {
  height: 236px;
}

.report dt {
  color: #353535;
  margin-bottom: 5px;
}
.report dd {
  padding: 0;
  margin: 0 0 15px 0;
}
.report dd.dl-info {
  font-family: monospace;
  padding: 10px;
  border: 1px solid #CCC;
}
.report dd.dl-csv, .report dd.dl-log {
  width: 72px;
  display: inline-block;
  margin-right: 10px;
}
.report dd.dl-csv a, .report dd.dl-log a {
  display: block;
  padding-top: 66px;
}
.report dd.dl-csv a {
  background: url(../img/icon-64-csv.png) left top no-repeat;
}
.report dd.dl-log a {
  background: url(../img/icon-64-log.png) left top no-repeat;
}

.queue-container {
  padding: 4px;
  height: 160px;
  font-family: Consolas, Courier, monospace;
  font-size: 12px;
  margin: 15px 0;
}

.hidden-form-block {
  display: none;
}

.books {
  margin: 40px 0;
}
.books ul {
  text-align: center;
  margin: 0;
  padding: 0;
}
.books ul li {
  display: inline-block;
  vertical-align: top;
}
.books ul li a {
  width: 320px;
  height: 330px;
  padding-top: 160px;
  padding-bottom: 130px;
  padding-right: 40px;
  padding-left: 20px;
  display: block;
  font-size: 18px;
  text-align: center;
}

.doc {
  background-image: url(../img/doc.png);
  background-repeat: no-repeat;
  background-position: center top;
}

.entry-view .row .button-group {
  display: none;
}
.entry-view .row:first-child .button-group {
  display: inline-block;
}

.tab-attribute-group {
  display: none;
}
.tab-attribute-group:first-child {
  display: block;
}

.full-screen-layout .decoration-left, .full-screen-layout .decoration-right, .full-screen-layout header {
  display: none;
}
.full-screen-layout #main {
  background: #FFF none;
  min-height: 439px;
  padding: 15px 15px 30px 15px;
  margin-top: 15px;
  border-radius: 4px 4px 0 0;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.2);
}
.full-screen-layout #main h2:first-child {
  margin-top: 0;
}

.collapsible + .form-actions {
  margin-top: 30px;
}

.toggle-collapsible + .collapsible {
  display: none;
}
.toggle-collapsible .icon {
  margin-left: 5px;
}
.toggle-collapsible .icon-collapse-down {
  display: none;
}
.toggle-collapsible.is-collapsed .icon-collapse-down {
  display: inline-block;
}
.toggle-collapsible.is-collapsed .icon-collapse-right {
  display: none;
}

.dashlet {
  border: 1px solid #dddddd;
  border-radius: 4px;
  background: white;
  padding: 0 1em 1em 1em;
  min-height: 286px;
  position: relative;
  -webkit-transition: 0.3s ease;
}
.dashlet.is-full-size {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  float: none;
  min-height: 100%;
  z-index: 100;
}
.dashlet.autoheight {
  min-height: 0;
}

.dashlet-header {
  padding: 1em 0;
}
.dashlet-header button, .dashlet-header h3 {
  display: inline-block;
  margin: 0;
}
.dashlet-header button {
  border: 0;
  background: transparent;
  font-size: 1em;
  padding: 0;
  margin: 0;
}

.button-transparent {
  border: 0;
  background: transparent;
  font-size: 1em;
  padding: 0;
  margin: 0;
}

.dashlet-resize-full, .dashlet-info, .dashlet-info-close {
  float: right;
}

.dashlet-info .icon {
  opacity: 0.5;
}
.dashlet-info:hover .icon {
  opacity: 0.8;
}

.csstransforms .dashlet-prefs {
  width: 320px;
  height: auto;
  position: absolute;
  background-color: #eeeeee;
  border: 1px solid white;
  box-shadow: 0 3px 12px rgba(0, 0, 0, 0.35);
  right: 2em;
  top: 2em;
  padding: 1em;
  -webkit-transition: 0.3s ease;
  -webkit-transform: scale(0.1);
  -webkit-transform-origin: top right;
}

.dashlet-prefs.open {
  -webkit-transform: scale(1);
}
.dashlet-prefs h3 {
  margin: 0;
}
.dashlet-prefs .dashlet-header {
  padding-top: 0;
}

.dashlet .graph {
  margin: 2em 0;
}

.dashboard-grid {
  position: relative;
}

.dashboard-row + .dashboard-row {
  margin-top: 2em;
}
.dashboard-row > .dashboard-col {
  width: auto;
  width: 49%;
  float: left;
}
.dashboard-row > .dashboard-col:only-child {
  width: auto;
  float: none;
}
.dashboard-row > .dashboard-col + .dashboard-col {
  float: right;
}

.dashboard ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
  letter-spacing: -4px;
}
.dashboard ul li {
  letter-spacing: normal;
}
.dashboard p {
  margin: 0;
}

ul.key-numbers li {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  letter-spacing: normal;
  display: inline-block;
  width: 23.2%;
  margin-right: 2.4%;
  text-align: center;
  background-color: #f4f4f4;
  border-radius: 4px;
  padding: 10px;
  vertical-align: top;
}
ul.key-numbers-2 li {
  width: 48.8%;
  min-height: 16em;
  padding: 15px;
}
ul.key-numbers-2 li:nth-child(2n) {
  margin-right: 0;
}
ul.key-numbers-3 li {
  width: 31.7%;
  padding: 15px;
  margin-bottom: 10px;
}
ul.key-numbers-3 li:nth-child(3n) {
  margin-right: 0;
}
ul.key-numbers + ul.key-numbers {
  margin-top: 10px;
}
ul.key-numbers li:nth-child(4n) {
  margin-right: 0;
}
ul.key-numbers-3 li:nth-child(4n) {
  margin-right: 2.4%;
}
ul.key-numbers .title {
  font-weight: normal;
  color: #888888;
}
ul.key-numbers .number {
  font-size: 2em;
  color: #222222;
  -webkit-animation-delay: 2s;
  margin-top: 0.4em;
  margin-bottom: 0.2em;
}
ul.key-numbers .number small {
  font-size: 0.5125em;
  color: #888888;
}
ul.key-numbers .badge {
  color: #FFFFFF;
  text-shadow: 0px 1px 2px rgba(0, 0, 0, 0.5);
  font-size: 0.925em;
  border: 0;
  display: block;
  padding: 2px 4px 2px 4px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
ul.key-numbers-2 .number {
  font-size: 3em;
  -webkit-animation-delay: 2s;
  margin-top: 0.8em;
  margin-bottom: 0.4em;
}
ul.key-numbers-2 .badge {
  font-size: 1.25em;
  display: block;
  padding: 2px 0 2px 0px;
  border-radius: 16px;
}
ul.key-numbers-2 .title {
  font-size: 1.25em;
}

.dashlet .badge {
  display: inline-block;
  border: 0;
  color: white;
  text-shadow: 0px 1px 2px rgba(0, 0, 0, 0.5);
}
.dashlet .badge.color0 {
  background-color: #888888;
}
.dashlet .badge.color1 {
  background-color: #5cb85c;
}
.dashlet .badge.color2 {
  background-color: #428bca;
}
.dashlet .badge.color3 {
  background-color: #f0ad4e;
}
.dashlet .badge.color4 {
  background-color: #d9534f;
}
.dashlet .badge.color5 {
  background-color: #5bc0de;
}
.dashlet .badge.color6 {
  background-color: white;
}
.dashlet i.icon-trend {
  display: inline-block;
  background-image: url(../img/icon-trend.png);
  background-repeat: no-repeat;
  opacity: 0.3;
  width: 20px;
  height: 20px;
}
.dashlet i.icon-trend.up {
  -ms-transform: rotate(-90deg);
      transform: rotate(-90deg);
}
.dashlet i.icon-trend.down {
  -ms-transform: rotate(90deg);
      transform: rotate(90deg);
}

.animated {
  animation-duration: 1s;
  animation-fill-mode: both;
}

@keyframes rotateIn {
  0% {
    transform-origin: center center;
    transform: rotate(-200deg);
    opacity: 0;
  }
  100% {
    transform-origin: center center;
    transform: rotate(0);
    opacity: 1;
  }
}
.rotateIn {
  animation-name: rotateIn;
}

@keyframes pulse {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.1);
  }
  100% {
    transform: scale(1);
  }
}
.pulse {
  animation-name: pulse;
}

ul.key-numbers-small li {
  display: inline-block;
  width: 31.3%;
  text-align: center;
  margin-bottom: 2em;
  padding: 0.5em 1em;
  background-color: whitesmoke;
  border-radius: 4px;
  margin-right: 3%;
}
ul.key-numbers-small li:nth-child(3n) {
  margin-right: 0;
}
ul.key-numbers-small .title {
  font-weight: bold;
  color: #969696;
}
ul.key-numbers-small .number {
  font-size: 2em;
  color: #222222;
}
ul.report li {
  border-top: 1px solid #dddddd;
  padding: 8px 4px;
}

p.report-header {
  border-top: 1px solid #dddddd;
  padding: 8px 4px;
}

ul.report li:after {
  content: "";
  display: table;
  clear: both;
}

p.report-header {
  border-top: 0;
  color: #969696;
  font-weight: bold;
}

ul.report > li:nth-child(2n) {
  background-color: whitesmoke;
}
ul.report li span {
  display: inline-block;
}
ul.report li .text {
  width: 80%;
}
ul.report li.load-more-centered {
  text-align: center;
  padding-top: 15px;
}
ul.tracking-list li.load-more-centered {
  text-align: center;
  padding-top: 15px;
}
ul.report.timeline li .action {
  width: auto;
  max-width: 80%;
  overflow: hidden;
  white-space: nowrap;
  -webkit-text-overflow: ellipsis;
  -moz-text-overflow: ellipsis;
  text-overflow: ellipsis;
}
ul.report.timeline + p {
  display: none;
  margin-top: 1em;
}

.dashlet.is-full-size ul.report.timeline {
  height: auto;
  overflow-y: visible;
}
.dashlet.is-full-size ul.report.timeline + p {
  display: block;
}

.is-full-size ul.tracking-list {
  max-height: none;
}

ul.report.timeline {
  height: 200px;
  overflow-y: scroll;
}
ul.report.timeline li .timestamp {
  float: none;
  display: inline-block;
  color: #969696;
}
ul.report li .numbers, ul.report li .percentage {
  width: 9%;
  text-align: center;
}
ul.report.timeline .line-1 .group.pull-left {
  width: 70%;
}
ul.report.timeline .line-1 .group.pull-right {
  width: 30%;
  text-align: right;
}
ul.report.timeline .line-1 span.timestamp {
  display: inline-block;
  float: none;
}
ul.report.timeline .line-1 span.icon {
  vertical-align: -2px;
}
ul.report.timeline .line-2 span.badge {
  padding: 2px 10px;
  font-size: 12px;
}

span.tracking-city {
  color: #969696;
}

.location-area {
  width: 50%;
}

.label-segment-area {
  width: 50%;
  text-align: right;
}

span.label-segment {
  color: #3f66b0;
  display: inline-block;
  background-color: #dbe4f7;
  padding: 1px 6px 0 6px;
  border-radius: 4px;
  margin-bottom: 2px;
}
span.label-segment + span.label-segment {
  margin-left: 5px;
}

ul.report.timeline > li a.toggle-dropdown {
  vertical-align: -4px;
  width: 16px;
  height: 16px;
  display: inline-block;
}
ul.report.timeline .line-2 {
  margin-top: 5px;
  padding: 0 18px;
}

.dashboard .further {
  margin-top: 1em;
  text-align: right;
  font-weight: bold;
}

.btn-full-width {
  width: 100%;
  display: block;
}

.dashlet.has-dialog {
  overflow: hidden;
}

.dashlet-dialog-lock {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.3);
  border-radius: 4px;
  display: none;
}
.dashlet-dialog-lock.is-open {
  display: block;
}

ul.tracking-list {
  max-height: 400px;
  overflow-y: auto;
}
ul.tracking-list ul.report.timeline {
  height: auto;
  overflow: visible;
  margin-right: 0px;
}
ul.tracking-list ul.report.timeline li:last-child {
  border-bottom: 1px solid #ddd;
}
ul.timeline-extended + p.show-more, ul.tracking-list ul.report.timeline + p.show-more {
  margin-top: 5px;
  display: block;
  padding-left: 3px;
  margin-bottom: 10px;
}

p.show-more {
  margin-top: 0;
  text-align: center;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
}
p.show-more a {
  display: block;
  text-align: center;
  padding: 4px 0px;
  font-weight: bold;
  background-color: #F1F5FB;
}

ul.tracking-list ul.report.timeline + p.show-more a {
  font-size: 12px;
  font-weight: bold;
}
ul.tracking-list ul.report.timeline > li .has-dropdown-popup {
  width: 16px;
  height: 16px;
  display: block;
  margin-left: 15px;
}
ul.tracking-list ul.report.timeline > li .has-dropdown-popup a.toggle-dropdown {
  width: 16px;
  height: 16px;
  display: inline-block;
}
ul.tracking-list > li:first-child {
  margin-top: 10px;
}

.tracking-visit {
  margin-bottom: 10px;
  margin-top: 15px;
  padding-left: 3px;
  padding-right: 5px;
}
.tracking-visit .tracking-timestamp {
  font-weight: bold;
  font-size: 16px;
  display: inline-block;
}

ul.timeline-extended .dropdown-popup {
  text-align: left;
}

.dropdown-popup dl {
  margin: 0;
}
.dropdown-popup .group + .group {
  margin-top: 1em;
}

.dropdown-popup-header {
  margin-bottom: 1em;
}

ul.timeline-extended .dropdown-popup dl dt, ul.tracking-list .dropdown-popup dl dt {
  color: #AAAAAA;
}
ul.timeline-extended .dropdown-popup dl dd, ul.tracking-list .dropdown-popup dl dd {
  margin: 0;
  padding: 0;
}
ul.timeline-extended .dropdown-popup dl dd + dt, ul.tracking-list .dropdown-popup dl dd + dt {
  margin-top: 10px;
}
ul.timeline-extended .dropdown-popup .col, ul.tracking-list .dropdown-popup .col {
  float: left;
  width: 48%;
}
ul.timeline-extended .dropdown-popup .col-100, ul.tracking-list .dropdown-popup .col-100 {
  float: none;
  width: auto;
}
ul.timeline-extended .dropdown-popup .col + .col, ul.tracking-list .dropdown-popup .col + .col {
  float: right;
}

.tracking-city {
  display: inline-block;
}

.tracking-country, .tracking-browser, .tracking-os, .tracking-device {
  width: auto;
  height: 16px;
  display: inline-block;
  vertical-align: -3px;
}

.tracking-country .icon, .tracking-browser .icon, .tracking-os .icon, .tracking-device .icon {
  width: 16px;
  height: 16px;
  display: block;
}

.tracking-visit .toggle-dropdown {
  width: 16px;
  height: 16px;
  display: block;
}
.tracking-visit .has-dropdown-popup {
  position: static;
  margin-left: 15px;
  margin-right: 0px;
}

ul.tracking-list ul.report.timeline .has-dropdown-popup {
  position: static;
}
ul.report.timeline.timeline-extended .dropdown-popup, ul.tracking-list ul.report.timeline .dropdown-popup {
  width: 80%;
  left: 50%;
  margin-left: -40%;
  right: auto;
  top: -999px;
  margin-top: 0;
  transition: top 0.3s ease 0s;
  border-radius: 0px 0px 4px 4px;
  box-shadow: 0 12px 12px rgba(0, 0, 0, 0.3);
  min-height: 0;
}

.tracking-visit .dropdown-popup {
  width: 80%;
  left: 50%;
  margin-left: -40%;
  right: auto;
  top: -999px;
  margin-top: 0;
  transition: top 0.3s ease 0s;
  border-radius: 0px 0px 4px 4px;
  box-shadow: 0 12px 12px rgba(0, 0, 0, 0.3);
  min-height: 0;
}

ul.report.timeline.timeline-extended .dropdown-popup, ul.tracking-list ul.report.timeline .dropdown-popup.is-open {
  top: 0px;
}

.tracking-visit .dropdown-popup.is-open {
  top: 0px;
}

.is-full-size ul.tracking-list ul.report.timeline .dropdown-popup.is-open, .is-full-size .tracking-visit .dropdown-popup.is-open, .is-full-size ul.report.timeline.timeline-extended .dropdown-popup {
  top: auto;
}

ul.timeline-extended .dropdown-popup:before, ul.tracking-list ul.report.timeline .dropdown-popup:before {
  content: none;
}

.tracking-visit .dropdown-popup:before {
  content: none;
}

a.toggle-dropdown {
  margin-left: 5px;
}
a.toggle-dropdown i.material-icons {
  font-size: 18px;
}

.tracking-visit a.toggle-dropdown i.material-icons {
  color: #428bca;
}

.tracking-event a.toggle-dropdown i.material-icons {
  color: #aaa;
}

ul.timeline-extended .dropdown-popup .title, ul.tracking-list ul.report.timeline .dropdown-popup-header .title {
  font-weight: bold;
  font-size: 14px;
  float: none;
}

.tracking-visit .dropdown-popup-header .title {
  font-weight: bold;
  font-size: 14px;
  float: none;
}

.move-in {
  animation: movein 0.5s;
}

@keyframes movein {
  from {
    transform: translateX(-300px);
  }
  to {
    transform: translateX(0px);
  }
}
.tracking-device .icon, .tracking-os .icon, .tracking-browser .icon {
  background-image: url(../img/tracking.png);
  background-repeat: no-repeat;
}

.browser-ff {
  background-position: 0 0;
}

.browser-ie {
  background-position: 0 -16px;
}

.browser-ch {
  background-position: 0 -32px;
}

.browser-kq {
  background-position: 0 -48px;
}

.browser-op {
  background-position: 0 -64px;
}

.browser-sa {
  background-position: 0 -80px;
}

.browser-saios {
  background-position: 0 -96px;
}

.os-windows {
  background-position: 0 -112px;
}

.os-apple {
  background-position: 0 -128px;
}

.os-linux {
  background-position: 0 -144px;
}

.os-android {
  background-position: 0 -160px;
}

.device-desktop {
  background-position: 0 -208px;
}

.device-mobile {
  background-position: 0 -224px;
}

.device-tablet {
  background-position: 0 -272px;
}

.timeline + .btn-full-width {
  margin-top: 10px;
}

ul.key-figures {
  font-size: 0;
}
ul.key-figures > li {
  font-size: 13px;
  display: inline-block;
  vertical-align: top;
  width: 32%;
}
ul.key-figures > li:nth-child(2), ul.key-figures > li:nth-child(3) {
  margin-left: 2%;
}

.key-figures-item {
  background-color: #f4f4f4;
  padding: 10px;
  text-align: center;
  border-radius: 0 8px 8px 0;
  min-height: 120px;
  border-left: 6px solid #cacaca;
}
.key-figures-item.color1 {
  border-color: #5cb85c;
}
.key-figures-item.color2 {
  border-color: #428bca;
}
.key-figures-item.color3 {
  border-color: #f0ad4e;
}

.kf-title {
  font-size: 20px;
  margin-bottom: 0px;
}

.kf-large .text {
  font-size: 44px;
  color: #969696;
}

.entry-info {
  border-bottom: 1px solid gainsboro;
  padding-bottom: 15px;
  margin-bottom: 20px;
}
.entry-info .avatar-user {
  float: left;
  width: 70px;
  height: 70px;
  border-radius: 35px;
  overflow: hidden;
  border: 3px solid white;
  box-shadow: 0 1px 6px rgba(0, 0, 0, 0.15);
  box-sizing: border-box;
  -moz-box-sizing: border-box;
}
.entry-info .avatar-user img {
  width: 64px;
  height: 64px;
}
.entry-info > .group {
  padding-top: 10px;
  margin-left: 90px;
}
.entry-info .entry-info-name {
  width: 59%;
}
.entry-info .entry-info-badges {
  width: 39%;
  text-align: right;
}
.entry-info h2, .entry-info dl {
  margin-left: 90px;
}
.entry-info .group h2, .entry-info .group dl {
  margin-left: 0;
}
.entry-info h2 {
  margin-bottom: 5px;
}
.entry-info dl {
  margin-top: 0;
  margin-bottom: 0;
}
.entry-info dl dt, .entry-info dl dd {
  display: inline-block;
}
.entry-info dl dt {
  margin-right: 6px;
  color: #aaaaaa;
}
.entry-info dl dd {
  margin: 0;
}
.entry-info h2 {
  font-weight: normal;
}
.entry-info .symbol {
  display: inline-block;
  width: 16px;
  height: 16px;
}
.entry-info .symbol.pi {
  background: transparent url(../img/partner_pi.png) no-repeat 0 1px;
}
.entry-info .symbol.fs {
  background: transparent url(../img/partner_fs.png) no-repeat;
}
.entry-info .symbol.ot {
  background: transparent url(../img/partner_ot.png) no-repeat;
}
.entry-info .badge, .entry-info .symbol:hover {
  cursor: default;
}
.entry-info .badge {
  font-size: 12px;
  padding-bottom: 2px;
  margin-bottom: 5px;
  margin-left: 5px;
  margin-right: 0px;
}

.entry-summary {
  margin-bottom: 10px;
}
.entry-summary > div {
  width: 50%;
}
.entry-summary dl {
  margin: 0;
}
.entry-summary dl:after {
  content: "";
  display: table;
  clear: both;
}
.entry-summary dl + dl {
  margin-top: 5px;
}
.entry-summary dl + dl.spacer {
  margin-top: 15px;
}
.entry-summary dt {
  color: #aaaaaa;
  float: left;
  width: 150px;
  text-align: right;
}
.entry-summary dt + dd {
  margin-left: 160px;
}
.entry-summary dd + dd {
  display: inline-block;
}

.plugin-overview {
  border: 1px solid gainsboro;
  border-radius: 4px;
  position: relative;
  display: -ms-flexbox;
  display: flex;
}
.plugin-overview:before, .plugin-overview:after {
  content: none;
}

.plugin-sidebar {
  width: 199px;
  -ms-flex: 0 0 199px;
      flex: 0 0 199px;
  float: none;
}
.plugin-sidebar:after {
  content: "";
  display: block;
  width: 1px;
  background-color: gainsboro;
  position: absolute;
  height: 100%;
  top: 0;
  left: 199px;
}
.plugin-sidebar ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.plugin-sidebar ul li {
  position: relative;
}
.plugin-sidebar ul li.active {
  background: #e7f0fa;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIHZpZXdCb3g9IjAgMCAxIDEiIHByZXNlcnZlQXNwZWN0UmF0aW89Im5vbmUiPjxsaW5lYXJHcmFkaWVudCBpZD0iZzIyOSIgZ3JhZGllbnRVbml0cz0idXNlclNwYWNlT25Vc2UiIHgxPSIwJSIgeTE9IjAlIiB4Mj0iMCUiIHkyPSIxMDAlIj48c3RvcCBzdG9wLWNvbG9yPSIjZjNmOWZkIiBvZmZzZXQ9IjAiLz48c3RvcCBzdG9wLWNvbG9yPSIjZTdmMGZhIiBvZmZzZXQ9IjEiLz48L2xpbmVhckdyYWRpZW50PjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxIiBoZWlnaHQ9IjEiIGZpbGw9InVybCgjZzIyOSkiIC8+PC9zdmc+);
  background: linear-gradient(180deg, #f3f9fd 0%, #e7f0fa 100%);
}
.plugin-sidebar ul li.active:after {
  content: url(../img/tab_active.png);
  position: absolute;
  display: block;
  width: 12px;
  height: 24px;
  top: 50%;
  right: -1px;
  margin-top: -12px;
  z-index: 2;
}
.plugin-sidebar ul li a {
  display: block;
  border-bottom: 1px solid gainsboro;
  padding: 10px;
  text-decoration: none;
}
.plugin-sidebar ul li.active a {
  color: #222;
}
.plugin-sidebar p {
  background-color: #f0f0f0;
  padding: 10px;
  border-bottom: 1px solid gainsboro;
}
.plugin-sidebar .symbol {
  width: 64px;
  height: 64px;
  border-radius: 6px;
  margin-right: 6px;
  display: inline-block;
  vertical-align: middle;
  background-color: white;
}
.plugin-sidebar .title {
  display: inline-block;
  vertical-align: middle;
  font-size: 15px;
  font-weight: bold;
  width: 100px;
}

.plugin-pages {
  padding: 2em;
  min-height: 400px;
  -ms-flex: 1;
      flex: 1;
}
.plugin-pages .header {
  position: relative;
  border-bottom: 1px solid gainsboro;
}
.plugin-pages .header > .header-actions {
  position: absolute;
  right: 0;
  top: 10px;
}
.plugin-pages .header h3 {
  margin-top: 0;
  margin-bottom: 10px;
}
.plugin-pages .header p {
  margin-top: 0;
  margin-bottom: 0;
}
.plugin-pages .tab-pane > .header {
  padding-bottom: 10px;
}
.plugin-pages .tab-pane > .header > h3 {
  margin-bottom: 5px;
  font-size: 1.4em;
}
.plugin-pages .tab-pane > .header > h3 a:before {
  content: "";
  display: inline-block;
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 6px 0 6px 8px;
  border-color: transparent transparent transparent #222222;
  margin-right: 10px;
  margin-left: 2px;
}
.plugin-pages .tab-pane > .header.is-expanded > h3 a:before {
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 8px 6px 0 6px;
  border-color: #222222 transparent transparent transparent;
  margin-right: 8px;
  margin-left: 0px;
}
.plugin-pages .tab-pane > .header .meta {
  color: #888888;
  margin-left: 18px;
}
.plugin-pages .additional-info {
  border: 1px solid #e8f0fb;
  background-color: #f3f8fc;
  border-radius: 4px;
  margin: 1em 0 1em 18px;
  padding: 1em;
  opacity: 0;
  -ms-transform: scale(0.6);
      transform: scale(0.6);
  -ms-transform-origin: left top;
      transform-origin: left top;
  transition: transform 0.3s ease, opacity 0.6s ease;
}
.plugin-pages .tab-pane > .header.is-expanded .additional-info {
  display: block;
  opacity: 1;
  -ms-transform: scale(1);
      transform: scale(1);
}
.plugin-pages .additional-info .col {
  width: 32%;
  float: left;
}
.plugin-pages .additional-info .col + .col {
  width: 64%;
}
.plugin-pages .additional-info ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.plugin-pages .additional-info ul li + li {
  margin-top: 8px;
}
.plugin-pages .additional-info p {
  margin-top: 0;
}
.plugin-pages .additional-info h4 {
  margin-top: 0;
  margin-bottom: 1em;
}
.plugin-pages .additional-info p + h4, .plugin-pages .additional-info ul + h4 {
  margin-top: 1.4em;
}
.plugin-pages .list-controls {
  padding: 10px;
  border-bottom: 1px solid gainsboro;
  text-align: center;
}
.plugin-pages .list-controls select {
  width: auto;
}
.plugin-pages .list-controls select + label {
  margin-left: 1em;
}
.plugin-pages .list-controls label {
  color: #888888;
}
.plugin-pages .list-body > ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.plugin-pages .list-body > ul > li {
  padding: 1em 0 1em 22px;
  border-bottom: 1px solid gainsboro;
}
.plugin-pages .list-body > ul > li:last-child {
  border-bottom: 0;
}
.plugin-pages .list-body .title {
  position: relative;
  padding-bottom: 2em;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
}
.plugin-pages .list-body .title:before {
  content: url(../img/puzzle.png);
  position: absolute;
  left: -22px;
  top: 7px;
}
.plugin-pages .list-body .title:after {
  content: none;
}
.plugin-pages .list-body .title h3 {
  margin-top: 5px;
  margin-bottom: 0;
  max-width: 50%;
}
.plugin-pages .list-body .title .actions .btn {
  min-width: 0;
}
.plugin-pages .list-body .meta {
  color: #888888;
}
.plugin-pages .list-body .meta p {
  float: none;
}
.plugin-pages .list-body .meta p .date {
  display: inline-block;
}
.plugin-pages .list-body .meta p .status {
  font-weight: bold;
  display: inline-block;
  font-size: 11px;
  color: white;
  padding: 1px 10px 0px 10px;
  border-radius: 10px;
}
.plugin-pages .list-body .meta p .date, .plugin-pages .list-body .meta p .badge {
  margin-right: 1em;
}
.plugin-pages .list-body .meta p .badge {
  margin-left: 0;
}
.plugin-pages .list-body .meta p .status-enabled {
  background-color: #5bb75b;
}
.plugin-pages .list-body .meta p .status-disabled {
  background-color: #da4f49;
}
.plugin-pages .list-body .empty-list {
  font-size: 20px;
  color: #888888;
  margin-top: 30px;
  text-align: center;
}

.has-dropdown-popup {
  position: relative;
}

.dropdown-popup {
  display: block;
  position: absolute;
  top: -30px;
  margin-top: 12px;
  right: 44px;
  width: 480px;
  min-height: 220px;
  position: absolute;
  background: #FFF;
  box-shadow: 0px 1px 20px rgba(0, 0, 0, 0.3);
  z-index: 10;
  padding: 15px;
  border-radius: 3px;
  visibility: hidden;
  transition: transform 0.3s ease 0s;
  -ms-transform: scale(0.4);
      transform: scale(0.4);
  -ms-transform-origin: top right;
      transform-origin: top right;
}
.dropdown-popup.is-open {
  visibility: visible;
  -ms-transform: scale(1);
      transform: scale(1);
}
.dropdown-popup:before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 8px 0 8px 8px;
  border-color: transparent transparent transparent #ffffff;
  position: absolute;
  right: -8px;
  top: 22px;
}
.dropdown-popup h4 {
  margin-top: 0;
}
.dropdown-popup textarea {
  width: 100%;
}

.listing {
  margin-bottom: 10px;
}
.listing .heading-timeframe {
  margin-top: 10px;
  margin-bottom: 20px;
  padding-left: 8px;
  font-size: 18px;
}
.listing ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.listing > ul > li {
  margin-bottom: 20px;
}
.listing p {
  margin: 0;
}

.listing-item {
  background-color: white;
  border: 1px solid #cccccc;
  border-radius: 3px;
  padding-bottom: 10px;
}

.listing-item-light {
  background-color: whitesmoke;
  border: 0;
  border-radius: 3px;
  padding-bottom: 15px;
  box-shadow: inset 0px 0px 40px rgba(0, 0, 0, 0.05);
}

.key-figure-item {
  background-color: white;
  box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.2);
}

.listing-item .title-bar {
  padding: 10px 15px;
}
.listing-item .meta-info {
  padding: 15px;
}

.listing-item-light .meta-info {
  padding: 10px 15px 15px 15px;
}

.listing-item .title-bar {
  background-color: whitesmoke;
  border-bottom: 1px solid gainsboro;
  background-color: #f4f4f4;
}

.listing-item-light .title-bar {
  background-color: transparent;
  border-color: white;
}

.listing-item .title-bar h3 {
  padding-top: 0px;
  margin: 0;
}
.listing-item .title-bar h3 .icon {
  display: inline-block;
  width: 28px;
  vertical-align: -4px;
  margin-right: 10px;
}
.listing-item .key-figures {
  display: table;
  table-layout: fixed;
  width: 100%;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  padding-left: 5px;
  padding-right: 5px;
}
.listing-item .key-figures > ul {
  display: table-row;
}
.listing-item .key-figures > ul > li {
  display: table-cell;
}
.listing-item .key-figure-item {
  padding: 10px 10px 10px 15px;
  border-left: 5px solid #969696;
  margin-left: 10px;
  margin-right: 10px;
  position: relative;
}
.listing-item .meta-info p, .listing-item .key-figure-item .subtitle {
  color: #8c8c8c;
}

.listing-item-light .meta-info p {
  color: #222222;
}

.listing-item .key-figure-item .title + .subtitle {
  margin-top: 3px;
}
.listing-item .key-figure-item p.number-big {
  font-size: 1.2em;
}
.listing-item .meta-info .description {
  padding-right: 20%;
  margin-bottom: 10px;
}
.listing-item .meta-info .tags {
  margin-top: 10px;
  color: #969696;
}
.listing-item .meta-info .inline-block {
  display: inline-block;
  margin-right: 20px;
}
.listing-item .key-figure-item.color0 {
  border-color: #888888;
}
.listing-item .key-figure-item.color1 {
  border-color: #5cb85c;
}
.listing-item .key-figure-item.color2 {
  border-color: #428bca;
}
.listing-item .key-figure-item.color3 {
  border-color: #f0ad4e;
}
.listing-item .key-figure-item.color4 {
  border-color: #d9534f;
}
.listing-item .key-figure-item.color5 {
  border-color: #5bc0de;
}

.listing-item-light .button {
  background: white;
  border-color: white;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
}
.listing-item-light .button:hover {
  background: white;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}

.listing-filter .inline-block {
  margin-right: 10px;
}
.listing-filter label {
  color: #969696;
  margin-bottom: 2px;
}
.listing-filter .button, .listing-filter .btn, .listing-filter select, .listing-filter input[type=text] {
  height: 26px;
  vertical-align: middle;
}

.tag {
  display: inline-block;
  background-color: #f4f4f4;
  border: 1px solid gainsboro;
  padding: 1px 5px;
  border-radius: 3px;
  font-size: 12px;
  font-weight: bold;
}

.tag-delete {
  font-size: 16px;
  line-height: 10px;
  opacity: 0.3;
  cursor: pointer;
  margin-left: 5px;
  color: #111;
}
.tag-delete:visited {
  color: #111;
}
.tag-delete:hover {
  opacity: 1;
  text-decoration: none;
}

.tag.readonly .tag-delete {
  display: none;
}

.tag-editor {
  background-color: #fff;
  border: 1px solid gainsboro;
  padding: 1px 5px;
  min-height: 26px;
}
.tag-editor input {
  border: 0px;
  width: 150px;
  box-shadow: none;
}
.tag-editor input:focus {
  box-shadow: none;
}
.tag-editor .tag-count {
  margin-left: 5px;
  font-weight: normal;
}

.pi-modal {
  position: fixed;
  background: rgba(0, 0, 0, 0.3);
  left: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  z-index: 20000;
}
.pi-modal .modal-dialog {
  background: white;
  border: 1px solid #969696;
  width: 90%;
  position: absolute;
  top: 40px;
  left: 10%;
  margin-left: -5%;
  bottom: 40px;
  z-index: 20000;
  border-radius: 8px;
}
.pi-modal .modal-header h4 {
  margin: 0;
  padding: 5px 0;
}

.pi-modal-newsletter .modal-header {
  height: 30px;
  padding: 8px 15px 2px 15px;
}
.pi-modal-newsletter .modal-body {
  position: absolute;
  top: 41px;
  left: 0;
  bottom: 50px;
  width: 100%;
  padding: 0;
  background-color: #282828;
  max-height: none;
}
.pi-modal-newsletter .modal-footer {
  height: 50px;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 0;
}
.pi-modal-newsletter .modal-footer .inside {
  padding: 10px 15px 0 15px;
  display: -ms-flexbox;
  display: flex;
  gap: 24px;
  -ms-flex-align: center;
      align-items: center;
}
.pi-modal-newsletter .modal-footer .pull-left {
  -ms-flex: 0;
      flex: 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
}
.pi-modal-newsletter .modal-footer .pull-center {
  -ms-flex: 1;
      flex: 1;
  display: -ms-flexbox;
  display: flex;
  gap: 4px;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
}
.pi-modal-newsletter .modal-footer .pull-center__item {
  -ms-flex: 1;
      flex: 1;
}
.pi-modal-newsletter .modal-footer .pull-center__item .input-select {
  display: -ms-flexbox;
  display: flex;
  gap: 4px;
}
.pi-modal-newsletter .modal-footer .pull-center__item .input-select input[type=text] {
  -ms-flex: 1;
      flex: 1;
}
.pi-modal-newsletter .modal-footer .pull-center__item .input-select .btn {
  margin: 0;
  -ms-flex: 0 0 auto;
      flex: 0 0 auto;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
}
.pi-modal-newsletter .modal-footer .pull-right {
  -ms-flex: 0;
      flex: 0;
  display: -ms-flexbox;
  display: flex;
  gap: 4px;
  -ms-flex-align: center;
      align-items: center;
}
.pi-modal-newsletter .modal-footer input[type=text] {
  height: 32px;
  width: 100%;
  margin: 0;
}
.pi-modal-newsletter .modal-footer select {
  height: 32px;
  width: auto;
  margin: 0;
}
.pi-modal-newsletter .modal-header {
  height: 30px;
  padding: 8px 15px 2px 15px;
}

.pi-modal-mimemail .modal-header {
  height: 60px;
}
.pi-modal-mimemail .modal-body {
  top: 71px;
}
.pi-modal-mimemail .Mail-All-Headers .modal-header {
  height: 200px;
}
.pi-modal-mimemail .Mail-All-Headers .modal-body {
  top: 211px;
}

.Mail-Header-Details {
  margin-top: 5px;
  padding-top: 5px;
  border-top: 1px solid #d8d8d8;
  white-space: nowrap;
  overflow: hidden;
}
.Mail-Header-Details dl, .Mail-Header-Details dt, .Mail-Header-Details dd {
  display: inline-block;
  float: none;
  margin: 0;
  padding: 0;
  color: #969696;
  margin-right: 10px;
}
.Mail-Header-Details dt {
  font-weight: bold;
  margin-right: 5px;
}

.All-Mail-Headers {
  margin-top: 5px;
  padding-top: 5px;
  height: 140px;
  overflow-y: auto;
}
.All-Mail-Headers dl, .All-Mail-Headers dt, .All-Mail-Headers dd {
  display: block;
  float: none;
  margin: 0;
  padding: 0;
  color: #969696;
  margin: 0;
}
.All-Mail-Headers dl {
  display: block;
}
.All-Mail-Headers dd {
  padding-left: 180px;
  display: block;
}
.All-Mail-Headers dt {
  width: 160px;
  float: left;
  font-weight: bold;
  margin-right: 0;
  white-space: nowrap;
}

.iframe-newsletter {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  transition: all 0.3s ease-in-out 0s;
}
.iframe-newsletter.viewport-tablet {
  width: 768px;
  left: 50%;
  margin-left: -384px;
}
.iframe-newsletter.viewport-mobile {
  width: 320px;
  left: 50%;
  margin-left: -160px;
}
.iframe-newsletter iframe {
  width: 100%;
  height: 100%;
}
.iframe-newsletter.viewport-desktop:after {
  content: "Desktop";
  position: absolute;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.7);
  color: white;
  padding: 10px;
}
.iframe-newsletter.viewport-tablet:after {
  content: "Tablet 768px";
  position: absolute;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.7);
  color: white;
  padding: 10px;
}
.iframe-newsletter.viewport-mobile:after {
  content: "Smartphone 320px";
  position: absolute;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.7);
  color: white;
  padding: 10px;
}

.multiselect-item .input-group {
  float: none;
  margin-top: 5px;
  padding: 0 5px;
}

.dropdown-menu li.multiselect-item.filter:hover {
  background: white;
}

.button.multiselect {
  height: 26px;
  vertical-align: -2px;
  font-weight: normal;
  color: #111;
  min-width: 260px;
  max-width: none;
  padding: 3px 5px 3px 8px;
  text-align: left;
  background: url(../img/arrow-down.png) right 11px no-repeat;
  border: 1px solid #bbb;
  margin: 0;
  border-radius: 3px;
  vertical-align: baseline;
}

.multiselect-container label {
  color: #222;
  margin-bottom: 0;
}
.multiselect-container.dropdown-menu li {
  margin: 0;
}
.multiselect-container.dropdown-menu li a {
  padding: 3px 12px;
}

.EmailPreview .Wait {
  text-align: center;
  width: 100%;
  height: 100%;
  background-color: #f0f0f0;
}

.spinner-large {
  width: 128px;
  height: 128px;
  display: inline-block;
  background: transparent url(../img/spinner_128.gif) no-repeat center center;
}

.fade-in {
  animation: fadein 2s;
}

@keyframes fadein {
  0% {
    opacity: 0;
  }
  10% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.EmailPreview span {
  display: block;
  text-align: center;
  margin-top: 10px;
  font-size: 16px;
  color: #969696;
}

.input-select .btn {
  vertical-align: top;
  height: 26px;
  line-height: 14px;
  padding-top: 4px;
  padding-bottom: 4px;
  margin-top: 0;
  margin-left: 5px;
}

.input-select-append {
  display: inline-block;
}
.input-select-append input[type=text] {
  border-radius: 3px 0px 0px 3px;
  height: 26px;
}
.input-select-append .btn {
  border-radius: 0px 3px 3px 0px;
  height: 26px;
  vertical-align: top;
  line-height: 14px;
  padding-top: 4px;
  padding-bottom: 4px;
  margin-top: 0;
  margin-left: -5px;
}
.input-select-append .btn .icon {
  line-height: 14px;
  vertical-align: -2px;
  text-indent: 0;
}

.blocked-content-layer {
  position: absolute;
  left: 200px;
  right: 0;
  height: 100%;
  background: transparent;
  display: none;
  box-sizing: border-box;
  z-index: 1000;
}
.blocked-content-layer.active {
  display: block !important;
}

.row-fluid {
  margin-left: -20px;
}
.row-fluid * {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
}
.row-fluid > .grid16 {
  width: 100%;
  padding-left: 20px;
  float: left;
}
.row-fluid > .grid14 {
  width: 87.5%;
  padding-left: 20px;
  float: left;
}
.row-fluid > .grid12 {
  width: 75%;
  padding-left: 20px;
  float: left;
}
.row-fluid > .grid10 {
  width: 62.5%;
  padding-left: 20px;
  float: left;
}
.row-fluid > .grid9 {
  width: 56.25%;
  padding-left: 20px;
  float: left;
}
.row-fluid > .grid8 {
  width: 50%;
  padding-left: 20px;
  float: left;
}
.row-fluid > .grid7 {
  width: 43.75%;
  padding-left: 20px;
  float: left;
}
.row-fluid > .grid6 {
  width: 37.5%;
  padding-left: 20px;
  float: left;
}
.row-fluid > .grid5 {
  width: 31.25%;
  padding-left: 20px;
  float: left;
}
.row-fluid > .grid4 {
  width: 25%;
  padding-left: 20px;
  float: left;
}
.row-fluid > .grid3 {
  width: 18.75%;
  padding-left: 20px;
  float: left;
}
.row-fluid > .grid2 {
  width: 12.5%;
  padding-left: 20px;
  float: left;
}
.row-fluid > .grid1 {
  width: 6.25%;
  padding-left: 20px;
  float: left;
}

.affix {
  position: fixed;
}

.pull-left {
  float: left;
}

.pull-right {
  float: right;
}

.align-center {
  text-align: center;
}

.ir {
  background-color: transparent;
  border: 0;
  overflow: hidden;
}

.hidden {
  display: none !important;
  visibility: hidden;
}

.vh {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.vh.focusable:active, .vh.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}

.invisible {
  visibility: hidden;
}

.bold, .formel {
  font-weight: bold;
}

.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  content: " ";
  display: table;
  clear: both;
}

.inline-block {
  display: inline-block;
}

@media print {
  header {
    display: none;
  }

  a {
    text-decoration: underline;
  }
  a:visited {
    text-decoration: underline;
  }

  abbr[title]:after {
    content: " (" attr(title) ")";
  }
}
.ui-progressbar-value {
  height: 100%;
  border-width: 0px !important;
  border-radius: 2px !important;
  background-color: #0e90d2 !important;
}

.ui-autocomplete {
  max-height: 200px;
  overflow-y: auto;
  overflow-x: hidden;
}

ul.file-gallery {
  list-style-type: none;
  margin: 0px;
  padding: 0px;
}
ul.file-gallery li {
  width: 160px;
  float: left;
  margin-top: 10px;
  margin-right: 10px;
  text-align: center;
  padding: 5px;
}
ul.file-gallery li.hover, ul.file-gallery li.selected {
  background-color: #eee;
}
ul.file-gallery li div.image-container {
  height: 100px;
  width: 100px;
  margin-left: 30px;
  border: 1px solid #eee;
  background-color: #fff;
}
ul.file-gallery li div.image-container img {
  max-width: 100px;
  max-height: 100px;
}
ul.file-gallery li .filename {
  overflow: hidden;
  white-space: nowrap;
  display: block;
  margin-top: 5px;
}
ul.file-gallery .file .delete-btn {
  bottom: 1px;
  cursor: pointer;
  display: block;
  height: 24px;
  line-height: 24px;
  position: absolute;
  right: 1px;
  text-indent: -9999px;
  width: 24px;
  outline: none;
}

.standalone-page {
  margin: 0;
  padding: 64px 0;
  box-sizing: border-box;
  overflow: hidden;
  height: 100%;
}
.standalone-page * {
  box-sizing: inherit;
}
.standalone-page a {
  color: #007AFF;
}

.asset-browser {
  position: relative;
  background-color: white;
  display: block;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-pack: justify;
      justify-content: space-between;
  height: 100%;
  overflow: hidden;
}

.ab-header {
  background-image: none;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-align: center;
      align-items: center;
  background-color: #f4f4f4;
  border-bottom: 1px solid gainsboro;
  box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.1);
  height: 64px;
  padding: 1em;
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
}

.no-flexbox .ab-header {
  text-align: right;
}
.no-flexbox .ab-header:after {
  content: "";
  display: table;
  clear: both;
}

.ab-header label {
  display: inline;
}
.ab-header .ab-action {
  margin-right: 20px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
}

.no-flexbox .ab-header .ab-action {
  display: inline-block;
  margin-top: 3px;
}

.ab-header .ab-action:first-child {
  -ms-flex-positive: 1;
      flex-grow: 1;
}

.no-flexbox .ab-header .ab-action:first-child {
  float: left;
}
.no-flexbox .ab-header .ab-action .linktitle {
  vertical-align: 4px;
}
.no-flexbox .ab-header .ab-action:first-child .linktitle {
  vertical-align: 0px;
}

.ab-header .ab-action:hover, .ab-header .ab-action:focus {
  text-decoration: none;
  cursor: pointer;
}
.ab-header .ab-action .material-icons {
  margin-right: 5px;
  color: #333;
}
.ab-header .ab-action:hover .linktitle, .ab-header .ab-action:focus .linktitle {
  text-decoration: underline;
}

.ab-body {
  height: 100%;
}

.ab-footer {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: end;
      justify-content: flex-end;
  -ms-flex-align: center;
      align-items: center;
  padding: 1em;
  background-color: #f4f4f4;
  border-top: 1px solid gainsboro;
  height: 64px;
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
}
.ab-footer .ab-action {
  margin-left: 10px;
}

.no-flexbox .ab-footer {
  text-align: right;
}
.no-flexbox .ab-footer .ab-action {
  display: inline-block;
  margin-top: 3px;
}

.ab-scroll {
  height: 100%;
  overflow-y: scroll;
}

.ab-list {
  font-size: 0;
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.ab-list > li {
  width: 240px;
  font-size: 12px;
  display: inline-block;
  vertical-align: top;
  padding: 10px;
}
.ab-list .asset-item {
  background-color: white;
  text-align: center;
  padding: 10px;
  border: 2px solid transparent;
  border-radius: 4px;
}
.ab-list .asset-item:hover, .ab-list .asset-item:focus {
  background-color: #f4f4f4;
  border: 2px solid gainsboro;
  outline: 0;
}
.ab-list .asset-item.selected {
  background-color: #E5F1FF;
  border: 2px solid #007AFF;
}
.ab-list .asset-thumb {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  width: 100%;
  height: 128px;
  margin-bottom: 10px;
}
.ab-list .asset-thumb img {
  max-width: 100%;
  height: auto;
  max-height: 100%;
}
.ab-list .asset-title {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.iframe-upload {
  border: 0;
  background-color: transparent;
  overflow: hidden;
}

@font-face {
  font-family: "Material Symbols Outlined";
  font-style: normal;
  font-weight: 400;
  src: url(../fonts/MaterialSymbolsOutlined.ttf) format("truetype");
}
.material-icons {
  font-family: "Material Symbols Outlined";
  font-weight: normal;
  font-style: normal;
  font-size: 24px;
  display: inline-block;
  width: 1em;
  height: 1em;
  line-height: 1;
  text-transform: none;
  letter-spacing: normal;
  word-wrap: normal;
  white-space: nowrap;
  direction: ltr;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  -moz-osx-font-smoothing: grayscale;
  font-feature-settings: "liga";
}
.material-icons.md-12 {
  font-size: 12px;
}
.material-icons.md-14 {
  font-size: 14px;
}
.material-icons.md-16 {
  font-size: 16px;
}
.material-icons.md-18 {
  font-size: 18px;
}
.material-icons.md-20 {
  font-size: 20px;
}
.material-icons.md-24 {
  font-size: 24px;
}
.material-icons.md-36 {
  font-size: 36px;
}
.material-icons.md-48 {
  font-size: 48px;
}
.material-icons.valign-m {
  vertical-align: middle;
}
.material-icons.bottom-4 {
  -ms-transform: translateY(4px);
      transform: translateY(4px);
}
.material-icons.bottom-3 {
  -ms-transform: translateY(3px);
      transform: translateY(3px);
}
.material-icons.bottom-2 {
  -ms-transform: translateY(2px);
      transform: translateY(2px);
}
.material-icons.bottom-1 {
  -ms-transform: translateY(1px);
      transform: translateY(1px);
}
.material-icons.top-2 {
  -ms-transform: translateY(-2px);
      transform: translateY(-2px);
}
.material-icons.top-1 {
  -ms-transform: translateY(-1px);
      transform: translateY(-1px);
}
.material-icons.bg-none {
  background-image: none;
  background-position: initial;
}
.material-icons.is-dark {
  color: #222222;
}
.material-icons.is-light {
  color: #FFFFFF;
}
.material-icons.size-auto {
  width: auto;
  height: auto;
}

.nav-list-flex {
  margin-top: 44px;
  padding-top: 12px;
  padding-bottom: 32px;
  background-color: rgba(245, 245, 245, 0.8);
  position: relative;
  overflow: hidden;
  width: 100%;
  transition: width 0.35s ease 0s;
}
.nav-list-flex a {
  display: block;
  white-space: nowrap;
}
.nav-list-flex i {
  vertical-align: middle;
  color: #333;
}
.nav-list-flex li.active a, .nav-list-flex li.active i {
  color: #fff;
  background-color: #0d4170;
  text-shadow: none;
}
.nav-list-flex .linktext {
  display: inline-block;
  margin-left: 8px;
  vertical-align: middle;
}
.nav-list-flex.icon-mode {
  width: 44px;
  overflow: hidden;
}
.nav-list-flex.icon-mode .linktext {
  width: 0;
  visibility: hidden;
}
.nav-list-flex .toggle-nav-list-flex {
  position: absolute;
  width: 44px;
  height: 20px;
  bottom: 4px;
  right: 0;
  text-align: center;
  background-color: transparent;
  border: 0;
  margin-bottom: 0;
}
.nav-list-flex .toggle-nav-list-flex i {
  opacity: 0.4;
  font-size: 16px;
  transition: transform 0.35s ease-out 0s;
}
.nav-list-flex:hover .toggle-nav-list-flex {
  outline: 0;
  text-decoration: none;
}
.nav-list-flex .toggle-nav-list-flex:hover, .nav-list-flex .toggle-nav-list-flex:focus {
  outline: 0;
}
.nav-list-flex .toggle-nav-list-flex:hover i {
  opacity: 1;
}
.nav-list-flex .custom-icon {
  width: 24px;
  height: 24px;
  display: inline-block;
}
.nav-list-flex .custom-icon img {
  max-width: 24px;
  height: auto;
}

.sidebar.affix {
  animation: 0.5s ease 0s forwards efx-sticky;
}
.sidebar.affix .nav-list-flex {
  margin-top: 0;
}

@keyframes efx-sticky {
  0% {
    transform: translateY(120px);
  }
  100% {
    transform: translateY(0);
  }
}
.sidebar-flex {
  width: auto;
}
.sidebar-flex + #main-content {
  padding-left: 64px;
}

.button-wide {
  width: 44px;
}

.hierarchy-path-horizontal {
  margin-left: 90px;
}
.hierarchy-path-horizontal .hierarchy-path-item {
  white-space: nowrap;
  display: inline-block;
  margin-left: 0;
  margin-right: 10px;
  margin-bottom: 10px;
}
.hierarchy-path-horizontal .hierarchy-path-item:after {
  content: "→";
  font-size: 14px;
  color: #969696;
  line-height: 12px;
  margin-left: 10px;
}
.hierarchy-path-horizontal .hierarchy-path-item:last-child:after {
  content: none;
}
.hierarchy-path-horizontal .hierarchy-path-item dt {
  width: auto;
}
.hierarchy-path-horizontal .material-icons {
  font-size: 18px;
  vertical-align: -4px;
}

.hierarchy-list li {
  display: none;
}
.hierarchy-list li:nth-child(-n+15) {
  display: block !important;
}
.hierarchy-list.is-expanded > li, .hierarchy-list ul.is-expanded > li {
  display: block !important;
}
.hierarchy-list ul .hierarchy-list-item {
  padding-left: 20px;
  background-color: white;
}
.hierarchy-list ul .hierarchy-list-item:before {
  content: "L";
  position: absolute;
  left: 5px;
  top: 5px;
  color: #c8c8c8;
}
.hierarchy-list ul ul .hierarchy-list-item {
  padding-left: 40px;
}
.hierarchy-list ul ul ul .hierarchy-list-item {
  padding-left: 60px;
  background-color: white;
}
.hierarchy-list ul ul ul .hierarchy-list-item:before {
  content: "L";
  position: absolute;
  left: 45px;
  top: 5px;
  color: #c8c8c8;
}
.hierarchy-list ul ul ul ul .hierarchy-list-item {
  padding-left: 80px;
}
.hierarchy-list ul ul ul ul ul .hierarchy-list-item {
  padding-left: 100px;
  background-color: white;
}
.hierarchy-list ul ul ul ul ul .hierarchy-list-item:before {
  content: "L";
  position: absolute;
  left: 85px;
  top: 5px;
  color: #c8c8c8;
}

.hierarchy-list-item {
  position: relative;
  padding-top: 3px;
  padding-bottom: 3px;
}

.hli-wrap {
  display: inline-block;
  position: relative;
}

.hierarchy-list-item .material-icons {
  font-size: 18px;
  vertical-align: -3px;
}

.hierarchy-label:hover, .hierarchy-label:focus {
  text-decoration: none;
}

.hierarchy-label-text {
  margin-left: 4px;
}

.hierarchy-label:hover .hierarchy-label-text, .hierarchy-label:focus .hierarchy-label-text {
  text-decoration: underline;
}

.hierarchy-list-item.active .hierarchy-label {
  color: #333;
}
.hierarchy-list-item.active .hierarchy-label .material-icons {
  color: #333;
}
.hierarchy-list-item.active .hierarchy-label:hover, .hierarchy-list-item.active .hierarchy-label:focus, .hierarchy-list-item.active .hierarchy-label:hover .hierarchy-label-text, .hierarchy-list-item.active .hierarchy-label:focus .hierarchy-label-text {
  text-decoration: none;
  cursor: default;
}

.toggle-hierarchy-flyout {
  display: inline-block;
  color: #333 !important;
  padding: 0;
  border: 0;
  background-color: transparent;
  opacity: 0.4;
  vertical-align: -1px;
  margin-left: 5px;
}
.toggle-hierarchy-flyout:hover, .toggle-hierarchy-flyout:focus, .toggle-hierarchy-flyout.is-focused {
  opacity: 1;
}
.toggle-hierarchy-flyout:focus, .toggle-hierarchy-flyout.is-focused {
  opacity: 1;
  outline: none;
}
.toggle-hierarchy-flyout .material-icons {
  transition: transform 0.35s ease 0s;
}
.toggle-hierarchy-flyout:focus .material-icons, .toggle-hierarchy-flyout.is-focused .material-icons {
  -ms-transform: rotate(135deg);
      transform: rotate(135deg);
}

.hierarchy-flyout {
  visibility: hidden;
  opacity: 0;
  -ms-transform: scale(0.1);
      transform: scale(0.1);
  position: absolute;
  top: -14px;
  left: 100%;
  background-color: white;
  box-shadow: 0px 4px 10px 1px rgba(0, 0, 0, 0.15);
  z-index: 1000;
  min-width: 180px;
  padding: 10px !important;
  border-radius: 2px;
  margin-left: 5px !important;
  -ms-transform-origin: left top;
      transform-origin: left top;
  transition: all 0.15s ease 0.1s;
}

.toggle-hierarchy-flyout:focus + .hierarchy-flyout {
  display: block;
  visibility: visible;
  opacity: 1;
  -ms-transform: scale(1);
      transform: scale(1);
}

.hierarchy-flyout li + li {
  margin-top: 5px;
}
.hierarchy-flyout a {
  padding: 0.5em 1em;
  display: block;
  border-radius: 3px;
}
.hierarchy-flyout a:hover, .hierarchy-flyout a:focus {
  background-color: #0d4170;
  color: white;
  box-shadow: 0px 3px 5px -5px rgba(0, 0, 0, 0.15);
  text-decoration: none;
}

.hierarchy-list .toggle-prev-list {
  display: inline-block;
  padding: 7px 0px;
  font-size: 11px;
  font-weight: bold;
  margin-left: 45px;
  color: #888888;
}
.hierarchy-list ul .toggle-prev-list {
  margin-left: 65px;
}
.hierarchy-list ul ul .toggle-prev-list {
  margin-left: 85px;
}
.hierarchy-list ul ul ul .toggle-prev-list {
  margin-left: 105px;
}
.hierarchy-list ul ul ul ul .toggle-prev-list {
  margin-left: 125px;
}

@font-face {
  font-family: "Source Sans Pro";
  src: url("../fonts/SourceSansPro-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Source Sans Pro";
  src: url("../fonts/SourceSansPro-Semibold.ttf") format("truetype");
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: "Source Code Pro";
  src: url("../fonts/SourceCodePro-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Source Code Pro";
  src: url("../fonts/SourceCodePro-Semibold.ttf") format("truetype");
  font-weight: bold;
  font-style: normal;
}
.select2-container {
  font-family: "Source Sans Pro", Arial, sans-serif;
}

.um-theme-2017 {
  margin: 0;
  -webkit-font-smoothing: antialiased;
}

.page-action {
  display: block;
  position: fixed;
  height: 3px;
  width: 0;
  top: 0;
  left: 0;
  background-color: #007aff;
  opacity: 0;
  transition: opacity 0.1s ease 0s;
}

body.action-in-progress .page-action {
  opacity: 1;
  animation: efx-page-progress 1.2s ease-in-out 0s forwards;
  transition: opacity 0.1s ease 0s;
}
@keyframes efx-page-progress {
  0% {
    width: 0;
  }
  20% {
    width: 0;
  }
  80% {
    width: 100%;
  }
  100% {
    width: 100%;
  }
}
.um-theme-2017 .wrapper {
  max-width: none;
  font-family: "Source Sans Pro", Arial, sans-serif;
  font-size: 14px;
  line-height: 1.3;
}
.um-theme-2017 input[type=text], .um-theme-2017 select, .um-theme-2017 .um-btn, .um-theme-2017 label, .um-theme-2017 textarea {
  font-family: "Source Sans Pro", Arial, sans-serif;
  font-size: 14px;
  line-height: 1.3;
}
.um-theme-2017 .decoration-left, .um-theme-2017 .decoration-right {
  display: none;
}
.um-theme-2017 a {
  color: #007aff;
}

.um-theme-2017-2017 .btn {
  color: #222222;
}

.um-theme-2017 .button, .um-theme-2017 button, .um-theme-2017 header a, .um-theme-2017 .grid16 .nav-tabs a {
  color: #222222;
}

.btn,
.um-btn,
.wt-btn {
  font-family: "Source Sans Pro", Arial, sans-serif;
  color: #222222;
  height: 32px;
  padding: 0 15px;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-align: center;
      align-items: center;
  border-radius: 4px;
  border: 1px solid #c8c8c8;
  background-color: whitesmoke;
  background-image: linear-gradient(to bottom, white 0%, #f8f8f8 100%);
  box-sizing: border-box;
  position: relative;
  text-shadow: none;
  cursor: pointer;
}

.um-theme-2017 .um-btn, .um-theme-2017 .wt-btn, .um-theme-2017 .btn {
  font-family: "Source Sans Pro", Arial, sans-serif;
  color: #222222;
  height: 32px;
  padding: 0 15px;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-align: center;
      align-items: center;
  border-radius: 4px;
  border: 1px solid #c8c8c8;
  background-color: whitesmoke;
  background-image: linear-gradient(to bottom, white 0%, #f8f8f8 100%);
  box-sizing: border-box;
  position: relative;
  text-shadow: none;
  cursor: pointer;
}
.um-theme-2017 .um-btn-transparent {
  border-color: transparent;
  background-color: transparent;
  background-image: none;
  padding: 0 5px;
}

.um-btn-large, .wt-btn-large {
  padding: 0 30px;
  font-weight: bold;
}

.um-theme-2017 .um-btn-large, .um-theme-2017 .wt-btn-large {
  padding: 0 30px;
  font-weight: bold;
}

.um-theme-2017 .um-btn-small,
.um-btn-small {
  height: 22px;
}

.um-btn {
  -ms-flex-pack: center;
      justify-content: center;
}
.um-btn:hover, .um-btn:focus {
  background-color: whitesmoke;
  box-shadow: 0px 1px 6px rgba(0, 0, 0, 0.1);
  text-shadow: none;
}

.wt-btn:hover, .wt-btn:focus {
  background-color: whitesmoke;
  box-shadow: 0px 1px 6px rgba(0, 0, 0, 0.1);
  text-shadow: none;
}

.um-theme-2017 .um-btn:hover, .um-theme-2017 .um-btn:focus {
  background-color: whitesmoke;
  box-shadow: 0px 1px 6px rgba(0, 0, 0, 0.1);
  text-shadow: none;
}
.um-theme-2017 .wt-btn:hover, .um-theme-2017 .wt-btn:focus {
  background-color: whitesmoke;
  box-shadow: 0px 1px 6px rgba(0, 0, 0, 0.1);
  text-shadow: none;
}

.um-btn-primary,
.wt-btn-primary {
  background-image: none;
  background-color: #007aff;
  color: white !important;
  border-color: #007aff;
}

.um-theme-2017 .um-btn-primary,
.um-theme-2017 .wt-btn-primary {
  background-image: none;
  background-color: #007aff;
  color: white !important;
  border-color: #007aff;
}

.um-btn-primary:hover, .um-btn-primary:focus {
  background-color: #007aff;
}

.wt-btn-primary:hover, .wt-btn-primary:focus {
  background-color: #007aff;
}

.um-theme-2017 .um-btn-primary:hover, .um-theme-2017 .um-btn-primary:focus {
  background-color: #007aff;
}
.um-theme-2017 .wt-btn-primary:hover, .um-theme-2017 .wt-btn-primary:focus {
  background-color: #007aff;
}

.um-btn-secondary, .wt-btn-secondary {
  background-image: none;
  color: #007aff;
  background-color: white;
  border-color: #007aff;
}

.um-theme-2017 .um-btn-secondary, .um-theme-2017 .wt-btn-secondary {
  background-image: none;
  color: #007aff;
  background-color: white;
  border-color: #007aff;
}

.um-btn-secondary:hover, .um-btn-secondary:focus {
  background-color: white;
}

.wt-btn-secondary:hover, .wt-btn-secondary:focus {
  background-color: white;
}

.um-theme-2017 .um-btn-secondary:hover, .um-theme-2017 .um-btn-secondary:focus {
  background-color: white;
}
.um-theme-2017 .wt-btn-secondary:hover, .um-theme-2017 .wt-btn-secondary:focus {
  background-color: white;
}

.um-btn-success, .wt-btn-success {
  background-image: none;
  background-color: #28a745;
  color: white;
  border-color: #28a745;
}
.um-btn-success .um-btn-icon, .wt-btn-success .um-btn-icon {
  color: white;
}

.um-theme-2017 .um-btn-success,
.um-theme-2017 .wt-btn-success {
  background-image: none;
  background-color: #28a745;
  color: white;
  border-color: #28a745;
}

.um-btn-success:hover, .um-btn-success:focus {
  background-color: #28a745;
}

.wt-btn-success:hover, .wt-btn-success:focus {
  background-color: #28a745;
}

.um-theme-2017 .um-btn-success:hover, .um-theme-2017 .um-btn-success:focus {
  background-color: #28a745;
}
.um-theme-2017 .wt-btn-success:hover, .um-theme-2017 .wt-btn-success:focus {
  background-color: #28a745;
}

.um-btn.disabled, .wt-btn.disabled {
  cursor: default;
  pointer-events: none;
}

.um-theme-2017 .um-btn.disabled, .um-theme-2017 .wt-btn.disabled {
  cursor: default;
  pointer-events: none;
}

a.btn, a.um-btn, a.wt-btn {
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-align: center;
  align-items: center;
  color: #222222;
}

.um-theme-2017 a.um-btn, .um-theme-2017 a.wt-btn, .um-theme-2017 a.btn {
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-align: center;
  align-items: center;
  color: #222222;
}

.um-btn-has-feedback .um-btn-text, .wt-btn-has-feedback .um-btn-text {
  transition: opacity 0.15s ease-in-out 0s;
}

.um-theme-2017 .um-btn-has-feedback .um-btn-text, .um-theme-2017 .wt-btn-has-feedback .um-btn-text {
  transition: opacity 0.15s ease-in-out 0s;
}

.um-btn-feedback, .um-theme-2017 .um-btn-feedback {
  display: none;
  width: 16px;
  height: 14px;
  margin-left: 5px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-top: -8px;
  margin-left: -8px;
}

.um-btn-has-feedback.pressed .um-btn-text, .um-btn-has-feedback.pressed .btn-text {
  opacity: 0.1;
}

.um-theme-2017 .um-btn-has-feedback.pressed .um-btn-text, .um-theme-2017 .um-btn-has-feedback.pressed .btn-text {
  opacity: 0.1;
}

.um-btn-has-feedback.pressed .um-btn-feedback, .um-theme-2017 .um-btn-has-feedback.pressed .um-btn-feedback {
  display: inline-block;
}

.um-btn-feedback:before, .um-theme-2017 .um-btn-feedback:before {
  content: "";
  display: inline-block;
  position: absolute;
  left: 0;
  top: 1px;
  width: 16px;
  height: 16px;
  border-radius: 8px;
  box-sizing: border-box;
  border-top: 2px solid rgba(0, 0, 0, 0.2);
  border-right: 2px solid rgba(0, 0, 0, 0.2);
  border-bottom: 2px solid black;
  border-left: 2px solid black;
  animation: efx-spinaround 0.5s ease-in-out 0s forwards infinite;
}

.um-btn-primary .um-btn-feedback:before, .wt-btn-primary .um-btn-feedback:before {
  border-top: 2px solid rgba(255, 255, 255, 0.2);
  border-right: 2px solid rgba(255, 255, 255, 0.2);
  border-bottom: 2px solid white;
  border-left: 2px solid white;
}

.um-theme-2017 .um-btn-primary .um-btn-feedback:before, .um-theme-2017 .wt-btn-primary .um-btn-feedback:before {
  border-top: 2px solid rgba(255, 255, 255, 0.2);
  border-right: 2px solid rgba(255, 255, 255, 0.2);
  border-bottom: 2px solid white;
  border-left: 2px solid white;
}

.um-btn-secondary .um-btn-feedback:before, .wt-btn-secondary .um-btn-feedback:before {
  border-top: 2px solid rgba(0, 122, 255, 0.2);
  border-right: 2px solid rgba(0, 122, 255, 0.2);
  border-bottom: 2px solid #007aff;
  border-left: 2px solid #007aff;
}

.um-theme-2017 .um-btn-secondary .um-btn-feedback:before, .um-theme-2017 .wt-btn-secondary .um-btn-feedback:before {
  border-top: 2px solid rgba(0, 122, 255, 0.2);
  border-right: 2px solid rgba(0, 122, 255, 0.2);
  border-bottom: 2px solid #007aff;
  border-left: 2px solid #007aff;
}

@keyframes efx-spinaround {
  100% {
    transform: rotate(360deg);
  }
}
button.um-btn .material-icons,
.um-theme-2017 button.um-btn .material-icons {
  display: inline-block;
}

a.um-btn:hover, .um-theme-2017 a.um-btn:hover {
  text-decoration: none;
}
a.um-btn:hover .material-icons, .um-theme-2017 a.um-btn:hover .material-icons {
  text-decoration: none;
}

button.um-btn:hover .um-btn-text, a.um-btn:hover .um-btn-text {
  text-decoration: underline;
}

.um-theme-2017 button.um-btn:hover .um-btn-text, .um-theme-2017 a.um-btn:hover .um-btn-text {
  text-decoration: underline;
}

.material-icons + .um-btn-text {
  margin-left: 8px;
}
.material-icons + .um-btn-text.vh {
  margin-left: 0px;
}

.um-btn[disabled], .wt-btn[disabled], .btn[disabled], .button[disabled],
a.um-btn[disabled], a.wt-btn[disabled], a.btn[disabled], a.button[disabled],
button.um-btn[disabled], button.wt-btn[disabled], button.btn[disabled], button.button[disabled],
.um-btn-primary[disabled], .wt-btn-primary[disabled], .btn-primary[disabled], .button-primary[disabled],
a.um-btn-primary[disabled], a.wt-btn-primary[disabled], a.btn-primary[disabled], a.button-primary[disabled],
button.um-btn-primary[disabled], button.wt-btn-primary[disabled], button.btn-primary[disabled], button.button-primary[disabled] {
  opacity: 0.35;
  cursor: not-allowed;
}
.um-btn[disabled]:hover, .um-btn[disabled]:focus, .wt-btn[disabled]:hover, .wt-btn[disabled]:focus, .btn[disabled]:hover, .btn[disabled]:focus, .button[disabled]:hover, .button[disabled]:focus,
a.um-btn[disabled]:hover,
a.um-btn[disabled]:focus, a.wt-btn[disabled]:hover, a.wt-btn[disabled]:focus, a.btn[disabled]:hover, a.btn[disabled]:focus, a.button[disabled]:hover, a.button[disabled]:focus,
button.um-btn[disabled]:hover,
button.um-btn[disabled]:focus, button.wt-btn[disabled]:hover, button.wt-btn[disabled]:focus, button.btn[disabled]:hover, button.btn[disabled]:focus, button.button[disabled]:hover, button.button[disabled]:focus,
.um-btn-primary[disabled]:hover,
.um-btn-primary[disabled]:focus, .wt-btn-primary[disabled]:hover, .wt-btn-primary[disabled]:focus, .btn-primary[disabled]:hover, .btn-primary[disabled]:focus, .button-primary[disabled]:hover, .button-primary[disabled]:focus,
a.um-btn-primary[disabled]:hover,
a.um-btn-primary[disabled]:focus, a.wt-btn-primary[disabled]:hover, a.wt-btn-primary[disabled]:focus, a.btn-primary[disabled]:hover, a.btn-primary[disabled]:focus, a.button-primary[disabled]:hover, a.button-primary[disabled]:focus,
button.um-btn-primary[disabled]:hover,
button.um-btn-primary[disabled]:focus, button.wt-btn-primary[disabled]:hover, button.wt-btn-primary[disabled]:focus, button.btn-primary[disabled]:hover, button.btn-primary[disabled]:focus, button.button-primary[disabled]:hover, button.button-primary[disabled]:focus {
  text-decoration: none !important;
  box-shadow: none !important;
}

.um-theme-2017 .um-btn[disabled], .um-theme-2017 .wt-btn[disabled], .um-theme-2017 .btn[disabled], .um-theme-2017 .button[disabled],
.um-theme-2017 a.um-btn[disabled], .um-theme-2017 a.wt-btn[disabled], .um-theme-2017 a.btn[disabled], .um-theme-2017 a.button[disabled],
.um-theme-2017 button.um-btn[disabled], .um-theme-2017 button.wt-btn[disabled], .um-theme-2017 button.btn[disabled], .um-theme-2017 button.button[disabled],
.um-theme-2017 .um-btn-primary[disabled], .um-theme-2017 .wt-btn-primary[disabled], .um-theme-2017 .btn-primary[disabled], .um-theme-2017 .button-primary[disabled],
.um-theme-2017 a.um-btn-primary[disabled], .um-theme-2017 a.wt-btn-primary[disabled], .um-theme-2017 a.btn-primary[disabled], .um-theme-2017 a.button-primary[disabled],
.um-theme-2017 button.um-btn-primary[disabled], .um-theme-2017 button.wt-btn-primary[disabled], .um-theme-2017 button.btn-primary[disabled], .um-theme-2017 button.button-primary[disabled] {
  opacity: 0.35;
  cursor: not-allowed;
}
.um-theme-2017 .um-btn[disabled]:hover, .um-theme-2017 .um-btn[disabled]:focus, .um-theme-2017 .wt-btn[disabled]:hover, .um-theme-2017 .wt-btn[disabled]:focus, .um-theme-2017 .btn[disabled]:hover, .um-theme-2017 .btn[disabled]:focus, .um-theme-2017 .button[disabled]:hover, .um-theme-2017 .button[disabled]:focus,
.um-theme-2017 a.um-btn[disabled]:hover,
.um-theme-2017 a.um-btn[disabled]:focus, .um-theme-2017 a.wt-btn[disabled]:hover, .um-theme-2017 a.wt-btn[disabled]:focus, .um-theme-2017 a.btn[disabled]:hover, .um-theme-2017 a.btn[disabled]:focus, .um-theme-2017 a.button[disabled]:hover, .um-theme-2017 a.button[disabled]:focus,
.um-theme-2017 button.um-btn[disabled]:hover,
.um-theme-2017 button.um-btn[disabled]:focus, .um-theme-2017 button.wt-btn[disabled]:hover, .um-theme-2017 button.wt-btn[disabled]:focus, .um-theme-2017 button.btn[disabled]:hover, .um-theme-2017 button.btn[disabled]:focus, .um-theme-2017 button.button[disabled]:hover, .um-theme-2017 button.button[disabled]:focus,
.um-theme-2017 .um-btn-primary[disabled]:hover,
.um-theme-2017 .um-btn-primary[disabled]:focus, .um-theme-2017 .wt-btn-primary[disabled]:hover, .um-theme-2017 .wt-btn-primary[disabled]:focus, .um-theme-2017 .btn-primary[disabled]:hover, .um-theme-2017 .btn-primary[disabled]:focus, .um-theme-2017 .button-primary[disabled]:hover, .um-theme-2017 .button-primary[disabled]:focus,
.um-theme-2017 a.um-btn-primary[disabled]:hover,
.um-theme-2017 a.um-btn-primary[disabled]:focus, .um-theme-2017 a.wt-btn-primary[disabled]:hover, .um-theme-2017 a.wt-btn-primary[disabled]:focus, .um-theme-2017 a.btn-primary[disabled]:hover, .um-theme-2017 a.btn-primary[disabled]:focus, .um-theme-2017 a.button-primary[disabled]:hover, .um-theme-2017 a.button-primary[disabled]:focus,
.um-theme-2017 button.um-btn-primary[disabled]:hover,
.um-theme-2017 button.um-btn-primary[disabled]:focus, .um-theme-2017 button.wt-btn-primary[disabled]:hover, .um-theme-2017 button.wt-btn-primary[disabled]:focus, .um-theme-2017 button.btn-primary[disabled]:hover, .um-theme-2017 button.btn-primary[disabled]:focus, .um-theme-2017 button.button-primary[disabled]:hover, .um-theme-2017 button.button-primary[disabled]:focus {
  text-decoration: none !important;
  box-shadow: none !important;
}

.um-theme-2017 label {
  margin-bottom: 0;
}

.has-datepicker {
  background-image: url("data:image/svg+xml,%3Csvg width='17px' height='18px' viewBox='0 0 17 18' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3C!-- Generator: Sketch 42 %2836781%29 - http://www.bohemiancoding.com/sketch --%3E%3Cdesc%3ECreated with Sketch.%3C/desc%3E%3Cdefs%3E%3C/defs%3E%3Cpath d='M14.6840822,15.7229571 L14.6840822,6.23076923 L2.31591779,6.23076923 L2.31591779,15.7229571 L14.6840822,15.7229571 Z M12.0278322,0.146034 L13.8125,0.146034 L13.8125,1.89032469 L14.6840822,1.89032469 C15.1544595,1.89032469 15.5694989,2.06610577 15.929199,2.41766862 C16.2888999,2.76923077 16.46875,3.17488015 16.46875,3.63461538 L16.46875,15.7229571 C16.46875,16.1826923 16.2888999,16.5883417 15.929199,16.9399038 C15.5694989,17.291466 15.1544595,17.4672478 14.6840822,17.4672478 L2.31591779,17.4672478 C1.81787092,17.4672478 1.39591463,17.291466 1.05004892,16.9399038 C0.704183208,16.5883417 0.53125,16.1826923 0.53125,15.7229571 L0.53125,3.63461538 C0.53125,3.17488015 0.704183208,2.76923077 1.05004892,2.41766862 C1.39591463,2.06610577 1.81787092,1.89032469 2.31591779,1.89032469 L3.1875,1.89032469 L3.1875,0.146034 L4.97216779,0.146034 L4.97216779,1.89032469 L12.0278322,1.89032469 L12.0278322,0.146034 Z M12.9409178,9.67878623 L12.9409178,14.0192308 L8.5,14.0192308 L8.5,9.67878623 L12.9409178,9.67878623 Z' id='Shape' stroke='none' fill='%232222222' fill-rule='nonzero'%3E%3C/path%3E%3C/svg%3E");
  background-position: right 10px center;
  background-repeat: no-repeat;
}

.has-timepicker {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='18' viewBox='0 0 18 18'%3E%3Cpath fill='%23222222' d='M9.44621377,4.68659838 L9.44621377,9.22986762 L13.3404445,11.5420673 L12.6914061,12.6373195 L8.14813685,9.87890608 L8.14813685,4.68659838 L9.44621377,4.68659838 Z M9,15.963642 C10.8930288,15.963642 12.5223861,15.2807995 13.888071,13.9151139 C15.2537559,12.549429 15.9365984,10.9200725 15.9365984,9.02704292 C15.9365984,7.13401477 15.2537559,5.50465754 13.888071,4.13897262 C12.5223861,2.773287 10.8930288,2.09044454 9,2.09044454 C7.10697115,2.09044454 5.47761392,2.773287 4.111929,4.13897262 C2.74624408,5.50465754 2.06340162,7.13401477 2.06340162,9.02704292 C2.06340162,10.9200725 2.74624408,12.549429 4.111929,13.9151139 C5.47761392,15.2807995 7.10697115,15.963642 9,15.963642 Z M9,0.386718923 C11.3798077,0.386718923 13.4148136,1.231821 15.1050178,2.92202515 C16.7952226,4.61222931 17.6403247,6.64723523 17.6403247,9.02704292 C17.6403247,11.4068506 16.7952226,13.4418572 15.1050178,15.1320614 C13.4148136,16.8222655 11.3798077,17.6673676 9,17.6673676 C6.62019231,17.6673676 4.58518638,16.8222655 2.89498223,15.1320614 C1.20477738,13.4418572 0.359675308,11.4068506 0.359675308,9.02704292 C0.359675308,6.64723523 1.20477738,4.61222931 2.89498223,2.92202515 C4.58518638,1.231821 6.62019231,0.386718923 9,0.386718923 Z'/%3E%3C/svg%3E");
  background-position: right 10px center;
  background-repeat: no-repeat;
}

.um-custom-select {
  position: relative;
  display: inline-block;
}
.um-custom-select:after {
  content: "";
  display: inline-block;
  width: 8px;
  height: 8px;
  border-right: 2px solid #222222;
  border-bottom: 2px solid #222222;
  -ms-transform: rotate(45deg);
      transform: rotate(45deg);
  position: absolute;
  right: 14px;
  top: 50%;
  margin-top: -7px;
  pointer-events: none;
}
.um-custom-select select {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  background-color: white;
  background-image: linear-gradient(to bottom, white 0%, #f8f8f8 100%);
  border: 1px solid #c8c8c8;
}
.um-custom-select select:focus {
  border-color: rgba(82, 168, 236, 0.8);
  outline: 0;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 4px rgba(82, 168, 236, 0.6);
}
.um-custom-select select::-ms-expand {
  display: none;
}

.um-custom-checkbox,
.um-custom-radio,
.um-custom-checkbox-toggle {
  display: inline-block;
  margin-right: 8px;
}
.um-custom-checkbox--block,
.um-custom-radio--block,
.um-custom-checkbox-toggle--block {
  display: block;
  min-height: 20px;
}

.um-custom-checkbox--block + .um-custom-checkbox--block,
.um-custom-radio--block + .um-custom-radio--block,
.um-custom-checkbox-toggle--block + .um-custom-checkbox-toggle--block {
  margin-top: 4px;
}

.um-custom-checkbox label, .um-custom-radio label {
  display: inline-block;
  min-width: 1px;
  padding-left: 30px;
  min-height: 16px;
  cursor: pointer;
}

.um-custom-checkbox-toggle label,
.listing-filter .um-custom-checkbox-toggle label {
  color: #222222;
  opacity: 0.8;
  min-height: 20px;
  display: inline-block;
  padding-left: 42px;
}
.um-custom-checkbox-toggle.standalone label,
.listing-filter .um-custom-checkbox-toggle.standalone label {
  padding-left: 32px;
}

.um-custom-checkbox.standalone label .um-custom-radio.standalone label {
  padding-left: 32px;
}

.um-custom-checkbox-toggle {
  display: inline-block;
}
.um-custom-checkbox-toggle + .um-custom-checkbox-toggle {
  margin-top: 10px;
}
.um-custom-checkbox-toggle input[type=checkbox] {
  position: absolute;
  left: -999em;
  visibility: hidden;
}

.um-custom-checkbox input[type=checkbox], .um-custom-radio input[type=radio] {
  position: absolute;
  left: -999em;
  visibility: hidden;
}

.um-custom-checkbox-toggle label, .um-custom-checkbox label, .um-custom-radio label {
  position: relative;
}

.um-custom-checkbox-toggle label:before {
  content: "";
  display: inline-block;
  position: absolute;
  left: 0;
  top: 0;
  width: 32px;
  height: 20px;
  border: 1px solid #c8c8c8;
  border-radius: 10px;
  box-sizing: border-box;
}
.um-custom-checkbox-toggle label:after {
  content: "";
  display: inline-block;
  position: absolute;
  left: 2px;
  top: 2px;
  width: 16px;
  height: 16px;
  background-color: #c8c8c8;
  border-radius: 10px;
  box-sizing: border-box;
  transition: left 0.25s ease-in-out 0s;
}
.um-custom-checkbox-toggle input[type=checkbox]:focus + label:before, .um-custom-checkbox-toggle label:hover:before {
  box-shadow: 0px 1px 6px rgba(0, 0, 0, 0.1);
}
.um-custom-checkbox-toggle input[type=checkbox]:checked + label {
  opacity: 1;
}
.um-custom-checkbox-toggle input[type=checkbox]:checked + label:before {
  border-color: #007aff;
  background-color: #007aff;
}
.um-custom-checkbox-toggle input[type=checkbox]:checked + label:after {
  left: 14px;
  background-color: white;
}

.um-custom-checkbox label:before {
  content: "";
  display: inline-block;
  position: absolute;
  left: 0;
  top: 0;
  width: 20px;
  height: 20px;
  background-color: white;
  border: 1px solid #c8c8c8;
  border-radius: 3px;
  box-sizing: border-box;
}

.um-custom-radio label:before {
  content: "";
  display: inline-block;
  position: absolute;
  left: 0;
  top: 0;
  width: 20px;
  height: 20px;
  background-color: white;
  border: 1px solid #c8c8c8;
  border-radius: 3px;
  box-sizing: border-box;
  border-radius: 10px;
}

.um-custom-checkbox label:after {
  content: "";
  display: inline-block;
  position: absolute;
  left: 6px;
  top: 2px;
  width: 7px;
  height: 12px;
  border-right: 2px solid white;
  border-bottom: 2px solid white;
  box-sizing: border-box;
  visibility: hidden;
  opacity: 0;
  -ms-transform: scale(0.1) rotate(35deg);
      transform: scale(0.1) rotate(35deg);
  transition: all 0.15s ease-in-out 0s;
}

.um-custom-radio label:after {
  content: "";
  display: inline-block;
  position: absolute;
  width: 10px;
  height: 10px;
  left: 5px;
  top: 5px;
  border-radius: 5px;
  background-color: white;
  -ms-transform: scale(0.1);
      transform: scale(0.1);
  transition: all 0.15s ease-in-out 0s;
}

.um-custom-checkbox input[type=checkbox]:focus + label:before, .um-custom-checkbox label:hover:before {
  box-shadow: 0px 1px 6px rgba(0, 0, 0, 0.1);
}

.um-custom-radio input[type=radio]:focus + label:before, .um-custom-radio label:hover:before {
  box-shadow: 0px 1px 6px rgba(0, 0, 0, 0.1);
}

.um-custom-checkbox input[type=checkbox]:checked + label:before, .um-custom-radio input[type=radio]:checked + label:before {
  border: 1px solid #007aff;
  background-color: #007aff;
}

.um-custom-checkbox input[type=checkbox]:checked + label:after {
  opacity: 1;
  visibility: visible;
  -ms-transform: scale(1) rotate(35deg);
      transform: scale(1) rotate(35deg);
}

.um-custom-radio input[type=radio]:checked + label:after {
  opacity: 1;
  visibility: visible;
  -ms-transform: scale(1);
      transform: scale(1);
}

.um-input-append input[type=text] {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.um-input-append .um-btn {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  margin-left: -1px;
}

.um-back-link {
  margin-right: 10px;
}

.um-back-link .um-btn-icon {
  -ms-transform: translateY(1px);
      transform: translateY(1px);
}

.um-input {
  width: 100%;
  height: 32px;
  padding: 0 10px;
  margin: 0;
  display: block;
  vertical-align: middle;
  box-sizing: border-box;
}

.um-form-group {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}
.um-form-group input[type=text], .um-form-group select {
  width: 100%;
  height: 32px;
  padding: 0 10px;
  margin: 0;
  display: block;
  vertical-align: middle;
  box-sizing: border-box;
}
.um-form-group textarea {
  width: 100%;
  height: 32px;
  padding: 0 10px;
  margin: 0;
  display: block;
  vertical-align: middle;
  box-sizing: border-box;
  height: auto;
  min-height: 140px;
  padding: 10px;
}
.um-form-group.has-error input[type=text], .um-form-group.has-error select, .um-form-group.has-error textarea {
  border-color: #dc3545;
}
.um-form-group.has-error label, .um-form-group.has-error p {
  color: #dc3545;
}
.um-form-group .um-custom-select {
  display: inline-block;
  padding: 0;
  width: 100%;
}
.um-form-group.flex-start {
  -ms-flex-align: start;
  align-items: flex-start;
}
.um-form-group.col {
  display: block;
  float: none;
}
.um-form-group.col > * {
  display: block;
}
.um-form-group.row {
  margin-left: 0;
  margin-right: 0;
}
.um-form-group.row + .um-form-group.row {
  margin-top: 15px;
}
.um-form-group.row > label {
  font-weight: bold;
  -ms-flex: 0 1 240px;
  flex: 0 1 240px;
}
.um-form-group.row > .um-form-group,
.um-form-group.row > .um-custom-checkbox-toggle,
.um-form-group.row > .um-custom-select,
.um-form-group.row > input[type=text],
.um-form-group.row > select,
.um-form-group.row > textarea {
  -ms-flex: 0 1 420px;
  flex: 0 1 420px;
  max-width: 420px;
}
.um-form-group.row > .um-btn {
  margin-left: 15px;
}
.um-form-group.row > .um-form-group input,
.um-form-group.row > .um-form-group select {
  -ms-flex: 0 1 auto;
      flex: 0 1 auto;
}
.um-form-group.row > .um-form-group .um-btn {
  -ms-flex: 0 0 auto;
      flex: 0 0 auto;
}
.um-form-group p {
  color: gray;
  -ms-flex: 1;
  flex: 1;
  margin: 0 0 0 15px;
}

.um-toolbar {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center;
}

.um-toolbar-left {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex: 0 1 auto;
      flex: 0 1 auto;
}
.um-toolbar-left h2 {
  margin: 0;
  -ms-flex: 0 1 auto;
      flex: 0 1 auto;
  word-break: break-word;
  margin-right: 10px;
}
.vendor-ie-11 .um-toolbar-left h2 {
  -ms-flex: 0 0 auto;
      flex: 0 0 auto;
  word-wrap: break-word;
  max-width: 100%;
}
.um-toolbar-left .um-back-link {
  -ms-flex: 0 0 auto;
      flex: 0 0 auto;
}

.um-toolbar-right {
  display: -ms-flexbox;
  display: flex;
  -ms-flex: 0 0 auto;
      flex: 0 0 auto;
}
.um-toolbar-right .um-toolbar-item + .um-toolbar-item {
  margin-left: 10px;
}

.panel {
  margin-bottom: 20px;
}

.panel-heading {
  padding: 10px 15px;
  border-radius: 4px 4px 0 0;
  background-color: whitesmoke;
  border: 1px solid #e6e6e6;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
}
.panel-heading p, .panel-heading h2 .panel-heading h3 .panel-heading h4 {
  font-size: 16px;
  margin: 0;
  font-weight: bold;
}

.panel-body {
  padding: 20px 15px;
  border-radius: 0 0 4px 4px;
  border-left: 1px solid #e6e6e6;
  border-bottom: 1px solid #e6e6e6;
  border-right: 1px solid #e6e6e6;
}
.panel-body div {
  word-break: break-word;
  word-wrap: break-word;
}

.um-table-container {
  margin-top: 20px;
  margin-bottom: 20px;
}
.um-table-container > table {
  width: 100%;
  border-collapse: collapse;
}
.um-table-container > table th, .um-table-container > table td {
  text-align: left;
  padding: 10px 10px;
  border-bottom: 1px solid #e6e6e6;
  height: 50px;
  box-sizing: border-box;
  word-break: break-word;
}
.um-table-container > table th {
  border-top: 1px solid #e6e6e6;
  background-color: whitesmoke;
}
.um-table-container > table th:last-child {
  text-align: right;
}
.um-table-container > table td:last-child {
  text-align: right;
}

.um-panel-actions,
.um-table-actions {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 20px;
}

.um-table-actions-left,
.um-table-actions-center,
.um-table-actions-right {
  display: -ms-flexbox;
  display: flex;
}

.um-panel-actions-sticky {
  position: fixed;
  z-index: 100;
  left: 0;
  bottom: 0;
  right: 0;
  background-color: rgba(255, 255, 255, 0.94);
  padding: 1em;
  margin: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}

.um-panel-actions-sticky + .um-panel-actions-spacer {
  height: 61px;
}

.um-table-results {
  margin: 0 10px;
  font-weight: bold;
  display: -ms-inline-flexbox;
  display: inline-flex;
  height: 32px;
  -ms-flex-align: center;
      align-items: center;
}

.table-spinner {
  height: 100px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
}
.table-spinner .icon {
  margin: 0;
}

.um-table-container th.sortable-th, .um-table-container th.sortable-th-up, .um-table-container th.sortable-th-down {
  cursor: pointer;
}
.um-table-container th.sortable-th-down, .um-table-container th.sortable-th-up {
  background-color: #e6e6e6;
}
.um-table-container th.sortable-th-down:after {
  content: "";
  font-family: "Material Symbols Outlined";
  display: inline-block;
  font-size: 20px;
  line-height: 1;
  vertical-align: -6px;
  margin-left: 4px;
  color: #007aff;
}
.um-table-container th.sortable-th-up:after {
  content: "";
  font-family: "Material Symbols Outlined";
  display: inline-block;
  font-size: 20px;
  line-height: 1;
  vertical-align: -6px;
  margin-left: 4px;
  color: #007aff;
}
.um-table-container th.sortable-th:after {
  content: "";
  font-family: "Material Symbols Outlined";
  display: inline-block;
  font-size: 20px;
  line-height: 1;
  vertical-align: -6px;
  margin-left: 4px;
  color: #222222;
  opacity: 0.25;
}

.um-dropdown .dropdown-toggle {
  padding-right: 15px !important;
}
.um-dropdown.open .dropdown-toggle, .um-dropdown.active .dropdown-toggle {
  background-image: none;
}
.um-dropdown .dropdown-menu {
  padding: 5px 0;
  min-width: 220px;
  top: 100%;
  -ms-transform: scale(0.5);
      transform: scale(0.5);
  -ms-transform-origin: left top;
      transform-origin: left top;
}
.um-dropdown .dropdown-item {
  color: #222222;
}
.um-dropdown .dropdown-item:hover, .um-dropdown .dropdown-item:focus {
  text-decoration: none;
  background-color: whitesmoke;
}

.um-dropdown-right .dropdown-menu {
  left: auto;
  right: 0;
  -ms-transform-origin: right top;
      transform-origin: right top;
}

.um-dropdown.open .dropdown-menu {
  animation: efx-dropdown 0.15s ease-in-out 0s forwards;
}
.um-dropdown .dropdown-menu .dropdown-item {
  display: block;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  padding: 10px 15px;
  border-bottom: 1px solid #e6e6e6;
}
.um-dropdown .dropdown-menu .dropdown-item:last-child {
  border-bottom: 0;
}
.um-dropdown .dropdown-menu .dropdown-item .material-icons + .btn-text {
  margin-left: 8px;
}

#main > .row .um-dropdown.open .dropdown-toggle,
#main > .row .um-dropdown.active .dropdown-toggle,
#main > .row li:hover .dropdown-toggle,
#main > .row .um-dropdown .dropdown-toggle {
  background-image: none;
}
@keyframes efx-dropdown {
  100% {
    transform: scale(1);
  }
}
.um-pagination {
  display: -ms-flexbox;
  display: flex;
}
.um-pagination > li {
  margin: 0;
}
.um-pagination > li > a, .um-pagination > li > span {
  color: #007aff;
  padding: 0 12px;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  height: 32px;
  border: 1px solid #e6e6e6;
  margin-left: -1px;
  position: relative;
  text-decoration: none;
}
.um-pagination .disabled > a {
  color: gray;
  cursor: not-allowed;
  background-color: white;
  border-color: #e6e6e6;
}
.um-pagination .disabled > a:focus, .um-pagination .disabled > a:hover {
  color: gray;
  cursor: not-allowed;
  background-color: white;
  border-color: #e6e6e6;
}
.um-pagination .disabled span {
  color: gray;
  cursor: not-allowed;
  background-color: white;
  border-color: #e6e6e6;
}
.um-pagination .disabled span:focus, .um-pagination .disabled span:hover {
  color: gray;
  cursor: not-allowed;
  background-color: white;
  border-color: #e6e6e6;
}
.um-pagination li > a:focus, .um-pagination li > a:hover {
  z-index: 3;
  color: #222222;
  background-color: whitesmoke;
  border-color: #e6e6e6;
}
.um-pagination li > span:focus, .um-pagination li > span:hover {
  z-index: 3;
  color: #222222;
  background-color: whitesmoke;
  border-color: #e6e6e6;
}
.um-pagination li:first-child > a, .um-pagination li:first-child > span {
  margin-left: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}
.um-pagination li:last-child > a, .um-pagination li:last-child > span {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
.um-pagination .active > a {
  z-index: 2;
  color: white;
  cursor: default;
  background-color: #007aff;
  border-color: #007aff;
}
.um-pagination .active > a:focus, .um-pagination .active > a:hover {
  z-index: 2;
  color: white;
  cursor: default;
  background-color: #007aff;
  border-color: #007aff;
}
.um-pagination .active > span {
  z-index: 2;
  color: white;
  cursor: default;
  background-color: #007aff;
  border-color: #007aff;
}
.um-pagination .active > span:focus, .um-pagination .active > span:hover {
  z-index: 2;
  color: white;
  cursor: default;
  background-color: #007aff;
  border-color: #007aff;
}
.um-pagination .custom-select {
  padding: 0 !important;
  display: -ms-inline-flexbox;
  display: inline-flex;
  height: 32px;
  position: relative;
}
.um-pagination .custom-select:after {
  content: "";
  display: block;
  border-color: #888 transparent transparent transparent;
  border-style: solid;
  border-width: 5px 4px 0 4px;
  height: 0;
  right: 8px;
  margin-top: -2px;
  position: absolute;
  top: 50%;
  width: 0;
  pointer-events: none;
}
.um-pagination .custom-select select {
  background: transparent;
  border: 0;
  margin: 0;
  padding: 0 25px 0 15px;
  width: auto;
  height: 32px;
  min-width: 34px;
  text-align: center;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.um-pagination .custom-select select::-ms-expand {
  display: none;
}

.um-breadcrumb {
  display: -ms-flexbox;
  display: flex;
  list-style-type: none;
  margin: 0;
  padding: 0 0 20px 0;
  overflow-x: auto;
}
.um-breadcrumb li {
  margin-right: 10px;
  -ms-flex: 0 0 auto;
      flex: 0 0 auto;
}
.um-breadcrumb li:before {
  content: "»";
  display: inline-block;
  margin-right: 10px;
}
.um-breadcrumb li:first-child:before {
  content: none;
}
.um-breadcrumb a {
  display: inline-block;
}

.alert {
  text-shadow: none;
}

.um-module-spacer {
  height: 20px;
}

.um-nav-tabs {
  margin-top: 20px;
  margin-bottom: 20px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: 1px solid #e6e6e6;
  border-bottom: 1px solid #e6e6e6;
  height: auto !important;
  background-color: whitesmoke;
}
.um-nav-tabs > li {
  border: 0;
  margin: 0;
  height: auto !important;
  position: relative;
}
.um-nav-tabs > li:after {
  content: "";
  display: block;
  width: 0;
  height: 4px;
  background-color: #007aff;
  position: absolute;
  left: 0;
  bottom: 0;
  visibility: hidden;
  transition: width 0.25s ease-in-out 0s;
}
.um-nav-tabs > li.active {
  background-color: transparent;
}
.um-nav-tabs > li.active:after {
  content: "";
  display: block;
  width: 100%;
  height: 4px;
  background-color: #007aff;
  position: absolute;
  left: 0;
  bottom: 0;
  visibility: visible;
}
.um-nav-tabs > li > a {
  padding: 15px 15px 12px 15px;
  margin: 0;
  display: block;
}
.um-nav-tabs > li a {
  color: #222222;
}
.um-nav-tabs > li.active a {
  color: #007aff;
}

.modal-dialog.fade.in {
  top: 10vh;
}
.modal-dialog .modal-title {
  font-size: 16px;
  margin-bottom: 0;
  font-weight: 600;
  color: #7C7C80;
}
.modal-dialog .modal-body {
  min-height: 1px;
  overflow-y: auto;
}
.modal-dialog .wt-form-group + .wt-location-list {
  margin-top: 20px;
}
.modal-dialog .wt-form-group .wt-input {
  width: 100%;
}
.modal-dialog .modal-footer .um-btn + .um-btn,
.modal-dialog .modal-footer .wt-btn + .wt-btn {
  margin-left: 10px;
}

.modal-header,
.modal-body {
  background-color: white;
}

.modal-header {
  border-radius: 8px 8px 0px 0px;
}

.um-theme-2017 .input-select-append .btn-small {
  height: 26px;
}
.um-theme-2017 .input-select-append + .btn-small {
  height: 26px;
}

.um-theme-2017 .form-horizontal .control-group-flex {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
}
.um-theme-2017 .form-horizontal .control-group-flex:before, .um-theme-2017 .form-horizontal .control-group-flex:after {
  content: none;
}
.um-theme-2017 .form-horizontal .control-group-flex .control-label {
  padding-top: 0;
  -ms-flex: 0 0 150px;
      flex: 0 0 150px;
}
.um-theme-2017 .form-horizontal .control-group-flex .control-label + .controls {
  margin-left: 0;
}
.um-theme-2017 .form-horizontal .controls-flex {
  display: -ms-flexbox !important;
  display: flex !important;
}
.um-theme-2017 .form-horizontal .controls-flex .input-auto {
  width: 530px;
}
.um-theme-2017 .form-horizontal .controls-flex .um-input-append {
  width: 495px;
}
.um-theme-2017 .form-horizontal .controls-flex .btn-small {
  -ms-flex-pack: center;
      justify-content: center;
  text-align: center;
  height: 26px;
  min-width: 36px;
  padding: 0;
  margin-left: 10px;
}
.um-theme-2017 .form-horizontal .controls-flex .um-btn-append {
  margin-left: -1px;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.um-theme-2017 .form-horizontal .controls-flex .um-input-append {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.dl-default + .dl-default {
  margin-top: 0.5em;
}

dl.dl-horizontal {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: justify;
      justify-content: space-between;
  margin: 0;
}
dl.dl-horizontal dt {
  margin: 0;
  font-weight: bold;
}
dl.dl-horizontal dd {
  margin: 0;
}

.badge {
  line-height: 1;
  padding-bottom: 3px;
  margin-left: 4px;
  margin-right: 4px;
}
.badge.badge-default {
  border-color: gray;
  background-color: white;
  color: #222222;
}
.badge.badge-error {
  border-color: #dc3545;
  background-color: #dc3545;
  color: white;
}
.badge.badge-success {
  border-color: #28a745;
  background-color: #28a745;
  color: white;
}
.badge.badge-warning {
  border-color: #ffc107;
  background-color: #ffc107;
  color: white;
}
.badge.badge-info {
  border-color: #17a2b8;
  background-color: #17a2b8;
  color: white;
}
.badge.badge-primary {
  border-color: #007aff;
  background-color: #007aff;
  color: white;
}
.badge.badge-secondary {
  border-color: #868e96;
  background-color: #868e96;
  color: white;
}
.badge.badge-light {
  border-color: whitesmoke;
  background-color: whitesmoke;
  color: #222222;
}
.badge.badge-dark {
  border-color: #222222;
  background-color: #222222;
  color: white;
}
.badge.badge-orange {
  border-color: #FF6F00;
  background-color: #FF6F00;
  color: white;
}
.badge.badge-berry {
  border-color: #880E4F;
  background-color: #880E4F;
  color: white;
}

.um-dialog-copy {
  box-sizing: border-box;
  min-height: 80px;
  padding: 20px 20px 20px 20px;
  font-size: 16px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  position: relative;
}
.um-dialog-copy p {
  margin: 0;
}
.um-dialog-copy:before {
  content: "error_outline";
  font-family: "Material Icons";
  font-size: 60px;
  margin-right: 20px;
}

.row {
  margin-right: -15px;
  margin-left: -15px;
  box-sizing: border-box;
}
.row:before, .row:after {
  content: "";
  display: table;
  clear: both;
  box-sizing: border-box;
}

.row-underlined {
  margin-right: 0;
  margin-left: 0;
}

header .row,
#main > .row:first-child,
#main > form > .row:first-child {
  margin-left: 0;
  margin-right: 0;
}

[class^="col-xs"], [class^="col-sm"], [class^="col-md"], [class^="col-lg"] {
  box-sizing: border-box;
}

.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 {
  float: left;
}

.col-xs-12 {
  float: left;
  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 {
    float: left;
  }

  .col-sm-12 {
    float: left;
    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 {
    float: left;
  }

  .col-md-12 {
    float: left;
    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 {
    float: left;
  }

  .col-lg-12 {
    float: left;
    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;
  }
}
.icon-spinner.icon-spinner-40 {
  background-image: url(../img/spinner.gif);
  width: 40px;
  height: 40px;
}

.bg-grey {
  background-color: whitesmoke;
}

.bg-light-grey {
  background-color: #fcfcfc;
}

.bg-light-yellow {
  background-color: #fffbea;
}

.bg-light-blue {
  background-color: #eff5fc;
}

.bg-light-green {
  background-color: #c1ded5;
}

.bg-light-violet {
  background-color: #fbf0f0;
}

.bg-light-orange {
  background-color: #ffd7b8;
}

.border-grey {
  border: 1px solid #D9D9D9;
}

.border-radius {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.border-radius + .wt-container {
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}

.no-border-radius + .wt-container {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.border-grey + .border-grey {
  border-top: 0;
}
.border-grey + .wt-toggle-content > .border-grey {
  border-top: 0;
}
.border-grey + .wt-toggle-content > .border-grey:last-of-type {
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}

.bullet {
  width: 64px;
  height: 64px;
  border-radius: 100%;
  position: relative;
  display: inline-block;
}
.bullet > * {
  position: absolute;
  left: 50%;
  top: 50%;
  -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
}

.no-csstransforms3d .bullet > * {
  margin-left: -14px !important;
  margin-top: -14px !important;
}

.bullet-grey {
  background: #8E8E93;
}

.bullet-blue {
  background: #007AFF;
}

.bullet-violet {
  background: #880E4F;
}

.bullet-yellow {
  background: #FFB933;
}

.bullet-orange {
  background: #FF6F00;
}

.bullet-light-grey {
  background: #CCCCCC;
}

.wt-state-bullet {
  width: 15px;
  height: 15px;
  border-radius: 100%;
  display: inline-block;
  vertical-align: middle;
}

.wt-icon + span, .wt-state-bullet + span, .wt-state-select + span {
  margin-left: 10px;
  white-space: nowrap;
}

.wt-select-wrap {
  white-space: nowrap;
  position: relative;
}
.wt-select-wrap .wt-state-bullet {
  position: absolute;
  top: 0;
  left: 0;
}
.wt-select-wrap span {
  margin-left: 24px;
}

.wt-state-select {
  width: 16px;
  height: 16px;
  border-radius: 100%;
  display: inline-block;
  vertical-align: middle;
  border: 1px solid #999999;
}

.wt-select-all {
  background-color: #999999;
  background-position: -158px -197px;
}

.wt-select-none {
  background-color: #FFFFFF;
  background-image: none !important;
  border: 1px solid #D9D9D9;
  box-shadow: inset 0px 1px 5px 0px rgba(0, 0, 0, 0.1);
}

.wt-state-n {
  background: #007aff;
}

.wt-state-o {
  background: #ffc107;
}

.wt-state-i {
  background: #FF6F00;
}

.wt-state-e {
  background: #880E4F;
}

.wt-state-c {
  background: #28a745;
}

.wt-state-s {
  background: #222222;
}

.wt-state-noie {
  background-color: #868e96;
}

.wt-btn {
  background-image: linear-gradient(to bottom, white 0%, #f0f0f0 100%);
  border: 1px solid #CCCCCC;
  border-radius: 3px;
  color: #007AFF;
  padding: 0 15px;
  height: 28px;
  line-height: 28px;
  font-weight: bold;
  display: inline-block;
}

.wt-btn-icon,
.um-btn-icon {
  color: inherit;
}

.wt-btn-primary .wt-btn-icon,
.um-btn-primary .um-btn-icon {
  color: #FFF;
}

.wt-btn-icon + .wt-btn-text {
  margin-left: 5px;
}

.wt-btn-transparent {
  background-color: transparent;
  padding: 0;
  border: 0;
}

.wt-btn-clear-inline {
  opacity: 0.4;
}
.wt-btn-clear-inline .wt-btn-icon {
  -ms-transform: translateY(3px);
      transform: translateY(3px);
}
.wt-btn-clear-inline:hover, .wt-btn-clear-inline:focus {
  opacity: 1;
}

.um-dropdown .dropdown-item {
  color: #222;
}
.um-dropdown .dropdown-item .wt-btn-icon {
  opacity: 0.4;
}
.um-dropdown .dropdown-item:hover, .um-dropdown .dropdown-item:focus {
  text-decoration: none;
  background-color: #fafafa;
}
.um-dropdown .dropdown-item:hover .wt-btn-icon, .um-dropdown .dropdown-item:focus .wt-btn-icon {
  opacity: 1;
}

.um-dropdown .dropdown-item.disabled {
  color: gray !important;
}
.um-dropdown .dropdown-item.disabled:hover, .um-dropdown .dropdown-item.disabled:focus {
  color: gray !important;
}
.um-dropdown .dropdown-item.disabled:hover .wt-btn-icon, .um-dropdown .dropdown-item.disabled:focus .wt-btn-icon {
  opacity: 0.4 !important;
}

a.wt-material-icons.disabled, a.wt-material-icons.disabled:hover, a.wt-material-icons.disabled:focus {
  opacity: 0.4 !important;
}

.wt-float .wt-link {
  line-height: 28px;
}

.wt-btn:hover {
  text-decoration: none;
  background-image: linear-gradient(to bottom, #fafafa 0%, #ebebeb 100%);
  box-shadow: 0px 0px 2px 1px rgba(0, 0, 0, 0.1);
}

.wt-btn-submit {
  background: #007AFF;
  border-color: #007AFF;
  color: #FFFFFF;
  padding: 0 15px;
  height: 32px;
  line-height: 32px;
}
.wt-btn-submit:hover {
  background: #007AFF;
  border-color: #007AFF;
  color: #FFFFFF;
  padding: 0 15px;
  height: 32px;
  line-height: 32px;
}

.wt-float .input-select .btn {
  background-image: linear-gradient(to bottom, white 0%, #f0f0f0 100%);
  border: 1px solid #CCCCCC;
  border-radius: 3px;
  color: #007AFF;
  padding: 0 10px;
  height: 32px;
  line-height: 32px;
  font-weight: bold;
  display: inline-block;
}

.wt-btn-abbort {
  color: #969696;
  padding: 0 25px;
  height: 32px;
  line-height: 32px;
}

.wt-icon {
  background-repeat: no-repeat;
  background-image: url(../img/sprite-wt.png);
  display: inline-block;
  vertical-align: middle;
}

@media only screen and (min-device-pixel-ratio: 2) {
  .wt-icon {
    background-image: url(../img/sprite-wt_2x.png);
    background-size: 600px 300px;
  }
}
.wt-icon-document-sm {
  height: 14px;
  width: 11px;
  background-position: -80px -160px;
}

.wt-icon-document-lg {
  height: 21px;
  width: 16px;
  background-position: -40px -160px;
}

.wt-icon-avatar-male {
  width: 30px;
  height: 33px;
  background-position: -160px -120px;
}

.bullet .wt-icon-avatar-male {
  margin-top: -1px;
}

.wt-icon-avatar-female {
  width: 30px;
  height: 33px;
  background-position: -120px -120px;
}

.bullet .wt-icon-avatar-female {
  margin-top: -1px;
}

.wt-icon-chevron-double-up {
  width: 12px;
  height: 13px;
  background-position: -40px -20px;
}

.wt-icon-chevron-double-down {
  width: 12px;
  height: 13px;
  background-position: 0px -20px;
}

.wt-icon-mail-in {
  width: 32px;
  height: 28px;
  background-position: -40px -120px;
}

.bullet .wt-icon-mail-in {
  margin-top: 4px;
  margin-left: 1px;
}

.wt-icon-update-blue {
  width: 24px;
  height: 20px;
  background-position: -50px -240px;
}

.wt-icon-update {
  width: 24px;
  height: 20px;
  background-position: 0px -240px;
}

.wt-icon-clock-blue {
  width: 17px;
  height: 17px;
  background-position: -40px -60px;
}

.wt-icon-clock {
  width: 17px;
  height: 17px;
  background-position: 0px -60px;
}

.wt-icon-user-group {
  width: 21px;
  height: 16px;
  background-position: -40px -80px;
}

.wt-icon-user-single {
  width: 16px;
  height: 16px;
  background-position: 0px -80px;
}

.wt-icon-attachment-sm {
  width: 15px;
  height: 14px;
  background-position: 0px -200px;
}

.wt-icon-attachment-lg {
  width: 25px;
  height: 22px;
  background-position: 0px -160px;
}

.change-to-note .wt-icon-mail-out, .wt-icon-note {
  width: 32px;
  height: 32px;
  background-position: -80px -120px;
}

.bullet .wt-icon-note, .change-to-note .bullet .wt-icon-mail-out {
  margin-top: 2px;
  margin-left: 2px;
}

.wt-icon-mail-out {
  width: 32px;
  height: 28px;
  background-position: 0px -120px;
}

.bullet .wt-icon-mail-out {
  margin-top: 4px;
  margin-left: 1px;
}

.wt-icon-remove-blue {
  width: 14px;
  height: 14px;
  background-position: -40px -40px;
}

.wt-icon-remove {
  width: 14px;
  height: 14px;
  background-position: 0px -40px;
}

.wt-icon-chevron-up-blue {
  width: 17px;
  height: 10px;
  background-position: -120px 0px;
}

.wt-icon-chevron-up {
  width: 17px;
  height: 10px;
  background-position: -80px 0px;
}

.wt-icon-chevron-down {
  width: 17px;
  height: 10px;
  background-position: -40px 0px;
}

.wt-icon-chevron-down-blue {
  width: 17px;
  height: 10px;
  background-position: 0px 0px;
}

.wt-icon-edit-blue {
  width: 15px;
  height: 15px;
  background-position: -80px -200px;
}

.wt-icon-edit {
  width: 15px;
  height: 15px;
  background-position: -40px -200px;
}

.wt-icon-check-white {
  width: 11px;
  height: 9px;
  background-position: -160px -200px;
}

.wt-icon-arrow-right {
  width: 19px;
  height: 11px;
  background-position: -120px -200px;
}

.wt-icon-cloud-download {
  width: 16px;
  height: 16px;
  background-position: -80px -80px;
}

.wt-icon-calendar {
  width: 16px;
  height: 17px;
  background-position: -80px -60px;
}

.wt-icon-date-edit {
  width: 16px;
  height: 17px;
  background-position: -240px -60px;
}

.wt-icon-date-create {
  width: 16px;
  height: 17px;
  background-position: -160px -60px;
}

.wt-container {
  padding: 20px;
}

.wt-sort *, .wt-filter *, .select2-container * {
  box-sizing: border-box;
}

.wt-container a {
  color: #007AFF;
}

.wt-type {
  float: left;
  width: 100px;
  text-align: center;
}

.wt-main {
  margin: 0 260px 0 120px;
  position: relative;
}

.wt-wide {
  margin: 0 0 0 120px;
}

.wt-time {
  float: right;
  width: 240px;
  text-align: right;
}

.wt-ticket-header-center .wt-back-link {
  display: inline-block;
  margin-top: -4px;
  margin-right: 10px;
}
.wt-ticket-header-center .wt-back-link .wt-btn-icon {
  -ms-transform: translateY(1px);
      transform: translateY(1px);
}

.wt-title {
  margin: 0 0 10px;
}

.wt-ticket-header-center .wt-title {
  display: inline-block;
}

.wt-header .wt-title {
  margin: 10px 0 5px;
}

.wt-main .wt-title span {
  vertical-align: middle;
}

.wt-header {
  position: relative;
}

.wt-entry > *, .wt-textarea > * {
  margin: 0 0 10px;
}

.wt-entry blockquote, .wt-textarea blockquote {
  margin: 10px 20px;
}

.wt-entry pre, .wt-textarea pre {
  font-family: "Helvetica Neue", Arial, sans-serif;
  margin: 0;
}

.wt-entry blockquote, .wt-textarea blockquote {
  padding-left: 15px;
  border-left: 6px solid #d9d9d9;
}

.wt-entry img, .wt-textarea img {
  max-width: 100%;
  height: auto;
}

.wt-meta + .wt-entry {
  margin-top: 16px;
}

.wt-hash {
  font-size: 18px;
  margin-bottom: 4px;
  display: inline-block;
}

.wt-state {
  padding: 4px 10px;
  border-radius: 3px;
  color: #FFFFFF;
  font-size: 10px;
  text-shadow: 0px 1px 2px rgba(0, 0, 0, 0.1);
  font-weight: bold;
  display: block;
}

.wt-toggle + .wt-attach, .bullet + .wt-attach {
  margin-top: 20px;
}

.wt-attach .dropdown ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.wt-attach .dropdown a {
  text-align: left;
}
.wt-attach .dropdown-toggle {
  background: none;
  padding-right: 0 !important;
}
.wt-attach .dropdown-menu {
  left: auto;
  right: 0;
}

.wt-filter {
  padding: 0 0 20px;
}
.wt-filter .wt-label {
  font-weight: bold;
}

.wt-results {
  vertical-align: middle;
  display: inline-block;
  font-weight: bold;
  margin-right: 20px;
}

.wt-toggle {
  min-width: 0;
  font-size: 0;
  padding: 0;
  position: relative;
  width: 40px;
}

.wt-state + .wt-toggle {
  margin-top: 30px;
}

.wt-toggle .wt-icon {
  -ms-transform: rotate(-90deg);
      transform: rotate(-90deg);
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -4px;
  margin-left: -8px;
}

.no-csstransforms3d .wt-toggle .wt-icon {
  background-position: 0 0;
}

.wt-toggle.active .wt-icon {
  -ms-transform: rotate(0deg);
      transform: rotate(0deg);
}

.no-csstransforms3d .wt-toggle.active .wt-icon {
  background-position: -80px 0;
}

.wt-toggle-content {
  height: 0;
  overflow: hidden;
  transition: all 0.5s ease;
  margin-bottom: 30px;
}
.wt-toggle-content.active {
  overflow: visible;
  height: auto;
}

.wt-meta, .wt-tag, .wt-change, .wt-sort-body, .wt-sort-head {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

.wt-sort-table {
  display: table;
  width: 100%;
  border: 1px solid #D9D9D9;
}

.wt-sort-head {
  display: table-header-group;
  background: #F5F5F5;
}

.wt-sort-body {
  display: table-row-group;
}

ul.wt-sort-head li {
  display: table-row;
  text-align: left;
}
ul.wt-sort-body li {
  display: table-row;
  text-align: left;
}
ul.wt-sort-body li:hover {
  background-color: #fcfcfc;
}

.wt-sort-head div {
  display: table-cell;
  padding: 17px;
  vertical-align: middle;
  white-space: nowrap;
  border-top: 1px solid #D9D9D9;
  font-weight: bold;
}

.wt-sort-body div {
  display: table-cell;
  padding: 0 17px;
  vertical-align: middle;
  white-space: nowrap;
  border-top: 1px solid #D9D9D9;
  cursor: pointer;
  height: 77px;
}

.wt-sort-foot {
  padding: 17px;
  border: 1px solid #D9D9D9;
  border-top: 0;
  background: #F5F5F5;
}
.wt-sort-foot .wt-float {
  width: 17%;
  margin-right: 0;
  padding-right: 10px;
}
.wt-sort-foot .wt-float-right {
  padding-right: 0;
}
.wt-sort-foot select, .wt-sort-foot input[type="text"] {
  width: 100%;
}
.wt-sort-foot .wt-float .input-select {
  position: relative;
  padding-right: 40px;
}
.wt-sort-foot .wt-float .Unselect {
  position: absolute;
  top: 0;
  right: 0;
  margin: 0;
}
.wt-sort-foot .wt-float .Unselect .icon-remove {
  vertical-align: -2px;
}

.wt-sort-head div {
  border-top: 0;
}
.wt-sort-head .wt-sort-link {
  cursor: pointer;
  font-weight: bold;
}
.wt-sort-head .active {
  background-color: #D9D9D9;
  color: #007AFF;
  position: relative;
}
.wt-sort-head .active:before {
  content: "";
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  margin-top: -10px;
  top: 50%;
  right: 10px;
  background-color: #FFFFFF;
  border-radius: 100%;
}
.wt-sort-head .active:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 15px;
  width: 0;
  height: 0;
  margin-top: -4px;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-bottom: 7px solid #007AFF;
}
.wt-sort-head .desc:after {
  margin-top: -2px;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 7px solid #007AFF;
  border-bottom: 0;
}

.wt-sort-body div:first-of-type {
  border-right: 1px solid #D9D9D9;
  font-size: 0;
  width: 20px;
}
.wt-sort-body div:nth-of-type(2) {
  width: 20px;
}
.wt-sort-body .wt-no-entries div {
  text-align: center;
  cursor: default;
}
.wt-sort-body .wt-no-entries div:first-of-type {
  border-right: 0;
}
.wt-sort-body span {
  vertical-align: middle;
  line-height: 20px;
  display: inline-block;
  white-space: nowrap;
}

.wt-sort-title {
  max-width: 500px;
  overflow: hidden;
  position: relative;
  width: 100%;
}
.wt-sort-title:after {
  content: "";
  width: 30px;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, white 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=1 );
}

.wt-sort-name {
  max-width: 200px;
  overflow: hidden;
  width: 100%;
  text-overflow: ellipsis;
}

.wt-sort-id {
  color: #007AFF;
}
.wt-sort-id:visited {
  color: #007AFF;
}

.wt-sort-body .wt-icon, .wt-float .input-select .btn .icon {
  opacity: 0.5;
}

.wt-sort-changed,
.wt-company {
  color: #868e96;
  font-size: 13px;
}

.wt-meta li {
  color: #7C7C80;
  display: inline-block;
  margin: 0 16px 8px 0;
  font-weight: bold;
}

.wt-time .wt-meta li {
  margin: 0;
  display: block;
}
.wt-time .wt-meta li + li {
  margin: 8px 0 0;
}

.wt-update .wt-meta li, .wt-update .wt-change li {
  line-height: 20px;
}

.wt-change li {
  display: inline-block;
  white-space: nowrap;
  margin: 0;
}
.wt-change li + li {
  margin: 0 0 0 20px;
}
.wt-change .wt-icon-arrow-right {
  opacity: 0.5;
  margin: 0 10px;
}

.wt-tag {
  display: block;
  margin-top: 15px;
}
.wt-tag li {
  display: inline-block;
  white-space: nowrap;
  margin: 0 10px 5px 0;
}
.wt-tag li a {
  opacity: 0.5;
  transition: opacity 0.5s ease;
  margin-left: 4px;
}
.wt-tag li a:hover {
  opacity: 1;
}

.wt-meta span {
  margin-right: 10px;
  font-weight: normal;
}

.wt-change span {
  margin-right: 10px;
  font-weight: bold;
}

.wt-label:after, .wt-tag-label:after, .wt-meta span:after, .wt-change span:after {
  content: ":";
}

.wt-label, .wt-tag-label {
  color: #7C7C80;
  margin-right: 16px;
}

.wt-form fieldset + fieldset {
  margin-top: 20px;
}

.wt-filter .wt-float {
  width: 26%;
  margin-right: 0;
  padding-right: 10px;
}
.wt-filter .wt-float-right {
  width: 17%;
  padding-right: 0;
  margin-left: 0;
  white-space: nowrap;
}
.wt-filter .wt-float-none {
  width: 80%;
  margin-right: 0;
}
.wt-filter .wt-flex-row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  margin-right: -10px;
}
.wt-filter .wt-flex-row + .wt-flex-row {
  margin-top: 10px;
}
.wt-filter .wt-flex-item {
  width: auto;
  padding-right: 10px;
  -ms-flex: 1;
  flex: 1;
  position: relative;
}
.wt-filter .wt-flex-25 {
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
}
.wt-filter .wt-flex-33 {
  -ms-flex: 0 0 33.333%;
  flex: 0 0 33.333%;
}
.wt-filter .wt-flex-item.wt-float-none {
  width: auto;
  -ms-flex: 0 0 80%;
  flex: 0 0 80%;
}
.wt-filter .wt-float select, .wt-filter .wt-float input[type="text"] {
  width: 100%;
  padding-left: 5px;
}
.wt-filter .wt-float .input-select {
  position: relative;
  padding-right: 40px;
}
.wt-filter .wt-float .Unselect {
  position: absolute;
  top: 0;
  right: 0;
  margin: 0;
}
.wt-filter .wt-float .Unselect .icon-remove {
  vertical-align: -2px;
}

.wt-form input {
  margin: 0;
}
.wt-form input[type="text"] {
  height: 32px;
}
.wt-form .Search {
  padding-left: 5px !important;
}

.wt-float {
  margin-right: 10px;
  float: left;
  position: relative;
  margin-top: 20px;
}

.wt-float-group {
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 10px;
  margin-left: -5px;
  margin-right: -5px;
}
.wt-float-group .wt-float {
  float: none;
  -ms-flex: 1;
  flex: 1;
  width: auto;
  margin-right: 0;
  padding-left: 5px;
  padding-right: 5px;
}
.wt-float-group .wt-float input[type=text], .wt-float-group .wt-float input[type=email] {
  width: 100%;
  height: 32px;
  padding: 0 8px;
}
.wt-float-group .wt-float select {
  width: 100%;
  height: 32px;
  padding: 0 8px;
}

.wt-main .wt-float {
  margin-top: 40px;
}
.wt-main .wt-float select, .wt-main .wt-float input[type="text"] {
  min-width: 200px;
}

.wt-float-right {
  float: right;
  margin-right: 0;
  margin-left: 10px;
  text-align: right;
}

.wt-float label {
  position: absolute;
  top: -20px;
}
.wt-float > .wt-icon {
  position: absolute;
  top: 8px;
  left: 10px;
  opacity: 0.5;
}
.wt-float input[type="text"] {
  padding-left: 34px;
}

.wt-filter .wt-float input.input-date {
  padding-left: 34px;
}

.wt-radio[type="radio"] {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.wt-radio + label {
  display: inline-block;
  background: #FFFFFF;
  color: #007AFF;
  border: 1px solid #007AFF;
  border-radius: 3px;
  min-width: 160px;
  white-space: nowrap;
  padding: 5px 10px;
  text-align: center;
  position: relative;
  margin: 0 8px 0 0;
  cursor: pointer;
}
.wt-radio:checked + label {
  background: #007AFF;
  color: #FFFFFF;
}
.wt-radio:checked + label:after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -4px;
  width: 0;
  height: 0;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-top: 8px solid #007AFF;
}

.wt-checkbox[type="checkbox"] {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.wt-checkbox + label {
  display: inline-block;
  background-color: #FFFFFF;
  border: 1px solid #D9D9D9;
  border-radius: 100%;
  width: 18px;
  height: 18px;
  cursor: pointer;
  margin: 0;
  box-shadow: inset 0px 1px 5px 0px rgba(0, 0, 0, 0.1);
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='18' viewBox='0 0 18 18'%3E%3Cpath fill='%23FFFFFF' d='M9.99012692,1.87414154 C9.99012692,2.04584462 9.93003077,2.19179269 9.80983846,2.311985 L5.14809423,6.97372923 L4.27240731,7.84941615 C4.152215,7.96960846 4.00626731,8.02970462 3.83456385,8.02970462 C3.66286077,8.02970462 3.51691269,7.96960846 3.39672038,7.84941615 L2.52103385,6.97372923 L0.190161538,4.64285731 C0.0699692308,4.522665 0.00987307692,4.37671692 0.00987307692,4.20501385 C0.00987307692,4.03331038 0.0699692308,3.88736269 0.190161538,3.76717038 L1.06584808,2.89148346 C1.18604038,2.77129115 1.33198846,2.711195 1.50369154,2.711195 C1.675395,2.711195 1.82134269,2.77129115 1.941535,2.89148346 L3.83456385,4.79095115 L8.058465,0.560611154 C8.17865731,0.440418846 8.324605,0.380322692 8.49630846,0.380322692 C8.66801154,0.380322692 8.81395962,0.440418846 8.93415192,0.560611154 L9.80983846,1.43629808 C9.93003077,1.55649038 9.99012692,1.70243808 9.99012692,1.87414154 Z' transform='translate%284 5%29'/%3E%3C/svg%3E%0A");
  background-position: center;
  background-repeat: no-repeat;
}
.wt-checkbox:focus + label {
  border-color: rgba(0, 122, 255, 0.5);
  box-shadow: 0px 0px 5px 0px rgba(0, 122, 255, 0.5);
}
.wt-checkbox:checked + label {
  background-color: #007AFF;
  border-color: #007AFF;
}

.wt-textarea {
  width: 100%;
  min-height: 50px;
  max-height: 50vh;
  overflow-y: auto;
  margin: 0;
}

.wt-upload-list {
  list-style-type: none;
  margin: 0 0 10px;
  padding: 0;
}
.wt-upload-list li + li {
  margin-top: 5px;
}
.wt-upload-list a {
  margin-left: 4px;
  opacity: 0.5;
  transition: opacity 0.5s ease;
}
.wt-upload-list span {
  margin-left: 4px;
}
.wt-upload-list a.wt-icon:hover {
  opacity: 1;
}

.wt-upload-frame {
  margin: 0;
  padding: 0;
  display: block;
  border: 0;
  height: 32px;
  width: 220px;
}
.wt-upload-frame + .wt-upload-frame {
  margin-top: 10px;
}

.wt-edit-meta {
  margin: 20px 0;
}
.wt-edit-meta dt {
  width: 130px;
  height: 32px;
  float: left;
  margin: 0 0 5px;
}
.wt-edit-meta label {
  line-height: 32px;
  margin: 0;
}
.wt-edit-meta dd {
  padding-left: 130px;
  margin: 0 0 5px;
}
.wt-edit-meta dd input, .wt-edit-meta dd select {
  width: 300px;
}
.wt-edit-meta dd .wt-short {
  width: 145px;
}
.wt-edit-meta dd .wt-short + .wt-short {
  margin-left: 10px;
}
.wt-edit-meta dd .wt-short + .select2 {
  margin-right: 10px;
}
.wt-edit-meta dd .wt-btn {
  margin-top: 20px;
}
.wt-edit-meta dd .tokenfield {
  width: 300px;
  min-width: 300px;
  max-width: 300px;
}
.wt-edit-meta dd .tokenfield .token-label {
  line-height: 1.7;
  word-wrap: break-word;
}

.select2-container .select2-selection--single, .select2-container--default .select2-selection--multiple {
  min-height: 32px;
}

.select2-dropdown {
  border-color: #CCCCCC;
  overflow: hidden;
}

.select2-container--default .select2-selection--single,
.select2-container--default .select2-search--dropdown .select2-search__field,
.select2-container--default .select2-selection--multiple, .select2-container--default.select2-container--focus .select2-selection--multiple {
  border-color: #CCCCCC;
  overflow: hidden;
  min-height: 32px;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
  line-height: 32px;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 30px;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice {
  margin-top: 4px;
  padding: 2px 5px;
  background-color: #F5F5F5;
  border: 1px solid #D9D9D9;
}

.select2-container .select2-search--inline .select2-search__field {
  margin-top: 2px;
}

.wt-foldable {
  padding-bottom: 80px;
  overflow: hidden;
}

.wt-folded {
  max-height: 80px;
}

.wt-folder {
  position: absolute;
  bottom: 0;
  padding: 30px 0 0;
  min-height: 30px;
  width: 100%;
  vertical-align: bottom;
  background: white;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.9) 40%, white 100%);
}

.no-csstransforms3d .wt-folder {
  padding: 15px 0 0;
  border-top: 1px solid #e6e6e6;
  opacity: 0.95;
}

.wt-folder .wt-float {
  margin-top: 0;
}

.bg-grey .wt-folder {
  background: whitesmoke;
  background: linear-gradient(to bottom, rgba(245, 245, 245, 0) 0%, rgba(245, 245, 245, 0.9) 40%, whitesmoke 100%);
}

.bg-light-yellow .wt-folder {
  background: #fffbea;
  background: linear-gradient(to bottom, rgba(255, 251, 234, 0) 0%, rgba(255, 251, 234, 0.9) 40%, #fffbea 100%);
}

.bg-light-blue .wt-folder {
  background: #eff5fc;
  background: linear-gradient(to bottom, rgba(239, 245, 252, 0) 0%, rgba(239, 245, 252, 0.9) 40%, #eff5fc 100%);
}

.wt-fold {
  position: absolute;
  left: 50%;
  bottom: 9px;
  opacity: 0.5;
  transition: opacity 0.5s ease;
}
.wt-fold.active {
  -ms-transform: rotate(-180deg);
      transform: rotate(-180deg);
}

.no-csstransforms3d .wt-fold.active {
  background-position: -40px -20px;
}

.wt-fold:focus {
  outline: 0;
}
.wt-fold:hover {
  opacity: 1;
}

.wt-folded .wt-float {
  display: none;
}

.wt-pagination > li {
  margin: 0;
}
.wt-pagination > li > a, .wt-pagination > li > span {
  color: #007AFF;
  padding: 6px 12px;
  border: 1px solid #ddd;
  margin-left: -1px;
  margin-bottom: 5px;
  position: relative;
  text-decoration: none;
  display: block;
}
.wt-pagination > .disabled > a {
  color: #777;
  cursor: not-allowed;
  background-color: #fff;
  border-color: #ddd;
}
.wt-pagination > .disabled > a:focus, .wt-pagination > .disabled > a:hover {
  color: #777;
  cursor: not-allowed;
  background-color: #fff;
  border-color: #ddd;
}
.wt-pagination > .disabled > span {
  color: #777;
  cursor: not-allowed;
  background-color: #fff;
  border-color: #ddd;
}
.wt-pagination > .disabled > span:focus, .wt-pagination > .disabled > span:hover {
  color: #777;
  cursor: not-allowed;
  background-color: #fff;
  border-color: #ddd;
}
.wt-pagination > li > a:focus, .wt-pagination > li > a:hover {
  z-index: 3;
  color: #333;
  background-color: #eee;
  border-color: #ddd;
}
.wt-pagination > li > span:focus, .wt-pagination > li > span:hover {
  z-index: 3;
  color: #333;
  background-color: #eee;
  border-color: #ddd;
}
.wt-pagination > li:first-child > a, .wt-pagination > li:first-child > span {
  margin-left: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}
.wt-pagination > li:last-child > a, .wt-pagination > li:last-child > span {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
.wt-pagination > .active > a {
  z-index: 2;
  color: #fff;
  cursor: default;
  background-color: #007AFF;
  border-color: #007AFF;
}
.wt-pagination > .active > a:focus, .wt-pagination > .active > a:hover {
  z-index: 2;
  color: #fff;
  cursor: default;
  background-color: #007AFF;
  border-color: #007AFF;
}
.wt-pagination > .active > span {
  z-index: 2;
  color: #fff;
  cursor: default;
  background-color: #007AFF;
  border-color: #007AFF;
}
.wt-pagination > .active > span:focus, .wt-pagination > .active > span:hover {
  z-index: 2;
  color: #fff;
  cursor: default;
  background-color: #007AFF;
  border-color: #007AFF;
}

.ui-autocomplete {
  min-width: 1px !important;
}
.ui-autocomplete .icon {
  width: 0px;
  height: 0px;
  background-image: none;
}
.ui-autocomplete.suggest_list.nl li {
  height: 22px;
}

.wt-date-small {
  font-size: 0.9125em;
  color: #7C7C80;
  background-color: whitesmoke;
  padding: 0 3px;
  border-radius: 3px;
}

.wt-entry-text-overflow {
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 300px;
}

.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;
  transition-timing-function: ease;
  transition-duration: 0.35s;
  transition-property: height, visibility;
}

.wt-btn, input[type=text].wt-input {
  height: 32px;
  margin: 0;
}

.wt-main {
  margin-left: 130px;
}

.wt-header {
  padding: 0;
}
.wt-header .um-back-link {
  padding-left: 5px;
  padding-right: 5px;
}

.um-theme-2017 .wt-header .um-back-link {
  padding-left: 5px;
  padding-right: 5px;
}

.wt-header .wt-type {
  position: absolute;
  left: 40px;
  top: 0px;
}
.wt-header .wt-main {
  margin-left: 150px;
}

.wt-container.wt-header {
  border-top: 0;
}

.wt-ticket-header-sticky {
  display: none;
  padding-top: 10px;
  padding-bottom: 5px;
}

.wt-ticket-header-sticky-left {
  width: 150px;
}
.wt-ticket-header-sticky-left .wt-type {
  margin-left: 20px;
}

.wt-ticket-header-sticky-right {
  -ms-flex: 1;
  flex: 1;
}

.wt-action-bar {
  padding: 0 0 0 0;
  z-index: 100;
}

.wt-action-bar-buttons {
  margin-left: 150px;
  margin-bottom: 10px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.wt-action-bar-buttons-left {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: end;
  align-items: flex-end;
}

.wt-action-bar-buttons-right {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: end;
  align-items: flex-end;
  padding-right: 20px;
}

.wt-comment {
  position: relative;
  background-color: white;
}
.wt-comment .wt-type {
  position: absolute;
  left: 40px;
  top: 90px;
}

.wt-action-bar-comment {
  padding: 15px 0 15px 0;
  margin-left: 150px;
}

.wt-action-bar-buttons .wt-type {
  margin-top: 80px;
  width: 130px;
}

.wt-action-bar-comment .wt-form {
  max-width: 920px;
}
.wt-action-bar-comment .wt-float-group {
  margin-top: 20px;
}
.wt-action-bar-comment .wt-float-group input[type=text], .wt-action-bar-comment .wt-float-group .select-default {
  width: 100%;
  box-sizing: border-box;
}

.wt-btn {
  position: relative;
}

.wt-btn-primary {
  background-image: none;
  background-color: #007AFF;
  border-color: #007AFF;
  color: white;
}
.wt-btn-primary:hover, .wt-btn-primary:focus {
  background-image: none;
  background-color: #007AFF;
  border-color: #007AFF;
  color: white;
}
.wt-btn-primary:hover .btn-text, .wt-btn-primary:focus .btn-text, .wt-btn-primary:hover .wt-btn-text, .wt-btn-primary:focus .wt-btn-text {
  text-decoration: underline;
}

.wt-textarea {
  min-height: 32px;
  transition: min-height 0.15s ease-in-out 0s;
}

input[type=text].wt-input.wt-input-date {
  padding-left: 32px;
}

.wt-textarea:focus {
  min-height: 100px;
}

.wt-form-group {
  position: relative;
}
.wt-form-group select {
  width: 180px;
}
.wt-form-group .um-custom-checkbox, .wt-form-group .um-custom-radio, .wt-form-group .um-custom-checkbox-toggle {
  box-sizing: border-box;
  padding-top: 7px;
  height: 32px;
}
.wt-form-group + .wt-form-group {
  margin-left: 10px;
}
.wt-form-group .wt-input + .wt-icon {
  position: absolute;
  left: 5px;
  bottom: 6px;
}

.wt-ticket-head {
  border: 1px solid #d9d9d9;
  border-radius: 4px 4px 0 0;
  background-color: whitesmoke;
  margin-bottom: 10px;
}

.wt-ticket-head-sticky-area.affix {
  position: fixed;
  z-index: 20;
  background-color: whitesmoke;
  box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.15);
  left: 0;
  top: 0;
  right: 0;
}
.wt-ticket-head-sticky-area.affix .wt-ticket-header {
  margin-left: 16px;
  margin-right: 16px;
}
.wt-ticket-head-sticky-area.affix .wt-action-bar-buttons, .wt-ticket-head-sticky-area.affix .wt-action-bar-comment {
  margin-left: 166px;
}

.wt-sticky-placeholder {
  display: none;
}

.wt-ticket-head-sticky-area.affix + .wt-sticky-placeholder {
  display: block;
}

.wt-ticket-header {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  box-sizing: border-box;
}

.wt-ticket-header-left {
  width: 150px;
  padding: 15px 0 10px 20px;
  box-sizing: border-box;
}

.wt-ticket-header-center {
  -ms-flex: 1;
  flex: 1;
  padding: 15px 20px 10px 0;
  box-sizing: border-box;
}

.wt-ticket-header-right {
  padding: 15px 20px 10px 0;
  box-sizing: border-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}
.wt-ticket-header-right .wt-toggle {
  margin-left: 10px;
}

.wt-ticket-header .wt-type {
  position: static;
  float: none;
}

.wt-ticket-body {
  border-top: 1px solid #ddd;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 20px 20px 20px 150px;
  background-color: white;
}

.wt-ticket-body-meta {
  padding-top: 10px;
  padding-bottom: 10px;
}

.wt-meta-dl {
  margin: 0;
  color: #7C7C80;
}
.wt-meta-dl dt {
  display: inline-block;
}
.wt-meta-dl dt:after {
  content: ":";
  margin-right: 5px;
}
.wt-meta-dl dd {
  display: inline-block;
  padding: 0;
  margin: 0;
  margin-right: 10px;
  font-weight: 600;
}
.wt-meta-dl dd:last-child:after {
  content: none;
}

.wt-ticket-body-right .wt-meta-dl {
  margin-top: 5px;
  margin-bottom: 15px;
}
.wt-ticket-body-right .wt-meta-dl dt, .wt-ticket-body-right .wt-meta-dl dd {
  display: block;
}

.wt-ticket-body-left {
  -ms-flex: 1;
  flex: 1;
  padding-right: 20px;
}

.wt-ticket-body-right {
  width: 280px;
}

.wt-ticket-body-caption {
  font-weight: bold;
}

.wt-meta + .wt-ticket-body-caption {
  margin-top: 20px;
}

.wt-container {
  border-top: 1px solid #d6d6d6;
  margin-bottom: 10px;
}

.border-grey + .border-grey {
  border-top: 1px solid #d6d6d6;
}

.wt-input-date {
  width: 120px;
}

.wt-ticket-entry {
  display: -ms-flexbox;
  display: flex;
  padding: 0;
}

.wt-ticket-entry-left {
  width: 150px;
  padding: 20px 10px 20px 0;
  box-sizing: border-box;
}

.wt-ticket-entry-center {
  -ms-flex: 1;
  flex: 1;
  padding: 20px 20px 20px 0;
  margin: 0;
}

.wt-ticket-entry-right {
  width: 280px;
  padding: 20px 20px 20px 0;
  position: relative;
}
.wt-ticket-entry-right .wt-time {
  width: auto;
  float: none;
  text-align: left;
}
.wt-ticket-entry-right .wt-attach {
  position: absolute;
  right: 20px;
  top: 20px;
}
.wt-ticket-entry-right .wt-attach:after {
  content: "";
  display: table;
  clear: both;
}
.wt-ticket-entry-right .wt-attach a {
  display: inline-block;
  float: right;
}

.wt-entry {
  margin-top: 20px;
  margin-bottom: 20px;
}

.wt-ticket-entry-actions {
  margin-top: 20px;
}
.wt-ticket-entry-actions .wt-btn {
  margin-bottom: 5px;
}

.select-users {
  width: 100%;
}

.wt-thumbs {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -10px;
  margin-right: -10px;
}

.wt-thumb-item {
  padding-left: 10px;
  padding-right: 10px;
  padding-bottom: 10px;
}

.wt-thumb-link {
  background-color: transparent;
  display: block;
  width: 150px;
}

.wt-thumb-img {
  width: 150px;
  height: 128px;
  background-color: white;
  border: 1px solid #ddd;
  border-radius: 4px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
}
.wt-thumb-img img {
  max-width: 100px;
  max-height: 100px;
  height: auto;
  width: auto;
}

.wt-thumb-img-unsafe {
  content: url("../img/um-icon-unsafe.svg");
}

.wt-thumb-title {
  display: block;
  word-break: break-all;
  padding: 10px 0;
}

.wt-entry img {
  max-width: 100%;
  height: auto;
}
.wt-entry pre {
  font-family: "Source Code Pro", monospace;
}
.wt-entry blockquote {
  font-weight: bold;
}

.wt-ticket-collapsable {
  position: relative;
}
.wt-ticket-collapsable .wt-entry {
  position: relative;
  max-height: none;
}

.wt-ticket-is-collapsed .wt-entry {
  max-height: 160px;
  overflow: hidden;
}

.Message.wt-message {
  min-height: 160px;
}

.wt-ticket-collapse-toggle {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  display: block;
  background-color: transparent;
  height: 25px;
  overflow: hidden;
  text-align: center;
  color: rgba(0, 0, 0, 0.5);
  z-index: 9;
}
.wt-ticket-collapse-toggle:focus {
  outline: 0;
}

.wt-ticket-collapsable .wt-entry:after {
  content: "";
  position: absolute;
  display: none;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: transparent;
  height: 40px;
  overflow: hidden;
  text-align: center;
  z-index: 9;
}
.wt-ticket-collapsable.wt-ticket-is-collapsed .wt-entry:after {
  display: block;
  height: 40px;
  background-image: linear-gradient(to top, white 50%, rgba(255, 255, 255, 0) 100%);
}
.wt-ticket-collapsable.bg-light-yellow.wt-ticket-is-collapsed .wt-entry:after {
  background-image: linear-gradient(to top, #fffbea 50%, rgba(255, 251, 234, 0) 100%);
}
.wt-ticket-collapsable.bg-light-blue.wt-ticket-is-collapsed .wt-entry:after {
  background-image: linear-gradient(to top, #eff5fc 50%, rgba(239, 245, 252, 0) 100%);
}

.wt-ticket-collapse-toggle i {
  color: rgba(0, 0, 0, 0.5);
  -ms-transform: rotate(180deg);
      transform: rotate(180deg);
  transition: transform 0.25s ease-in-out 0s;
}
.wt-ticket-collapse-toggle:hover i, .wt-ticket-collapse-toggle:focus i {
  color: #007AFF;
}

.wt-ticket-is-collapsed .wt-ticket-collapse-toggle i {
  -ms-transform: rotate(0deg);
      transform: rotate(0deg);
}

.wt-flex-row-justify {
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.wt-filter .wt-flex-row-justify .wt-flex-item {
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
}
.wt-filter .wt-flex-row-justify .wt-flex-33 {
  -ms-flex: 1;
  flex: 1;
}

.wt-form-new-ticket {
  background-color: #f7f7f7;
  border: 1px solid #ddd;
  border-radius: 4px;
  padding: 15px;
  margin-bottom: 20px;
  box-sizing: border-box;
}
.wt-form-new-ticket * {
  box-sizing: inherit;
}
.wt-form-new-ticket *:before .wt-form-new-ticket *:after {
  box-sizing: inherit;
}
.wt-form-new-ticket h2 {
  margin: 0;
}
.wt-form-new-ticket .wt-align-flexend {
  -ms-flex-item-align: end;
  align-self: flex-end;
}
.wt-form-new-ticket .wt-align-center {
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}
.wt-form-new-ticket .wt-flex-row {
  display: -ms-flexbox;
  display: flex;
}
.wt-form-new-ticket .wt-flex-row + .wt-flex-row {
  margin-top: 10px;
}
.wt-form-new-ticket .wt-flex-row-justify {
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.wt-form-new-ticket .wt-flex-row > .wt-flex-item {
  -ms-flex: 1;
  flex: 1;
}
.wt-form-new-ticket .wt-flex-row > .wt-flex-item.wt-flex-auto {
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
}
.wt-form-new-ticket .wt-flex-row-justify > .wt-flex-item {
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
}
.wt-form-new-ticket .wt-flex-row > .wt-flex-item + .wt-flex-item {
  margin-left: 10px;
}
.wt-form-new-ticket .wt-flex-item > label {
  display: block;
  color: #7C7C80;
  font-weight: bold;
  margin-bottom: 2px;
}
.wt-form-new-ticket .wt-flex-item > label:after {
  content: ":";
}
.wt-form-new-ticket .wt-flex-item input[type=text] {
  width: 100%;
}
.wt-form-new-ticket .wt-flex-item textarea {
  width: 100%;
  min-height: 128px;
}
.wt-form-new-ticket .wt-flex-item textarea:focus {
  min-height: 128px;
}
.wt-form-new-ticket .wt-flex-item select {
  width: 200px;
}
.wt-form-new-ticket .wt-radio-container label {
  display: inline-block;
}

.wt-radio-container, .wt-checkbox-container {
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: 32px;
  margin-right: 20px;
}

.wt-radio-container label, .wt-checkbox-container label {
  margin-left: 10px;
}

.wt-results {
  display: inline-block;
  margin-top: 6px;
}

.wt-meta-notified {
  padding-left: 0;
}

.wt-meta-notified li {
  margin-top: 0 !important;
}

.wt-location-list {
  list-style-type: none;
  margin: 0;
  padding: 0;
  border-top: 1px solid gainsboro;
}
.wt-location-list li {
  list-style-type: none;
  padding-top: 5px;
  padding-bottom: 7px;
  padding-left: 5px;
  padding-right: 5px;
  border-bottom: 1px solid gainsboro;
  background-color: whitesmoke;
}
.wt-location-list > li:nth-child(even) {
  background-color: white;
}

.wt-form-grid {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-pack: justify;
      justify-content: space-between;
}
.wt-form-grid .wt-form-group {
  width: 48%;
}

.modal-dialog .wt-form-group {
  margin-bottom: 10px;
}

.wt-form-grid .wt-form-group + .wt-form-group {
  margin: 0 0 10px 0;
}

.modal-dialog .wt-form-grid .wt-form-group .wt-input, .wt-form-grid .wt-form-group .wt-input {
  width: 100%;
  box-sizing: border-box;
}

.wt-ticket-body-meta .wt-ticket-body-left {
  display: -ms-flexbox;
  display: flex;
  padding-right: 0;
}
.wt-ticket-body-meta .wt-ticket-body-left > * {
  -ms-flex: 1;
      flex: 1;
}
.wt-ticket-body-meta .wt-ticket-body-left > .wt-flex-auto {
  -ms-flex: 0 1 auto;
      flex: 0 1 auto;
}
.wt-ticket-body-meta .wt-ticket-body-left .wt-input {
  width: 100%;
}

.box {
  background-color: whitesmoke;
  border-radius: 20px;
}
.box .panel-heading,
.box .panel-body {
  background-color: white;
}

.box-padded {
  margin: 20px 0;
  padding: 40px;
}

.box-container {
  margin: 0 auto;
}

.box-container-medium {
  max-width: 960px;
}

.nav-tabs .material-icons {
  margin-right: 5px;
  vertical-align: -4px;
}

.text-color-primary {
  color: #007aff;
}

.text-color-secondary {
  color: #868e96;
}

.text-small {
  font-size: 13px;
  color: #868e96;
}
.text-small .tag-display:after {
  content: ",";
}
.text-small .tag-display:last-child:after {
  content: none;
}
.text-small .md-12 {
  -ms-transform: translateY(2px);
      transform: translateY(2px);
}

.material-icons + .group {
  margin-left: 10px;
}

.dropdown-label {
  margin: 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  padding: 10px 15px;
  border-bottom: 1px solid #e6e6e6;
}

.wt-filter .wt-tags-row .wt-flex-item.wt-float-none {
  margin-top: 0;
}

.wt-filter .wt-tag {
  margin-top: 0;
}

.wt-filter {
  padding-bottom: 0;
  margin-bottom: 0;
}

.wt-filter + .wt-filter {
  padding-bottom: 20px;
}

.wt-sort-title {
  margin-top: 4px;
  font-weight: 600;
}

.wt-tag-display {
  display: -ms-flexbox;
  display: flex;
  margin: 0;
  padding: 0;
  list-style-type: none;
  max-width: 500px;
  overflow: hidden;
  position: relative;
  width: 100%;
  margin-top: 3px;
}
.wt-tag-display:after {
  content: "";
  width: 30px;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, white 100%);
}
.wt-tag-display li {
  font-size: 13px;
  line-height: 20px;
  color: #868e96;
}
.wt-tag-display li:after {
  content: ", ";
}
.wt-tag-display li:last-child:after {
  content: none;
}

.um-toolbar + .wt-filter,
.wt-filter {
  margin-top: 15px;
}

.wt-tag-cloud {
  margin-top: 0 !important;
  -ms-flex: 0 1 auto !important;
      flex: 0 1 auto !important;
}
.wt-tag-cloud .wt-tag {
  margin-top: 0;
}

.wt-badge {
  min-width: 100px;
  text-transform: uppercase;
  font-size: 12px;
  text-align: center;
}

.wt-filter + .um-table-container {
  margin-top: 0;
}

.um-panel-actions-sticky .wt-sort-foot {
  padding: 0;
  border: 0;
  background: transparent;
  display: -ms-flexbox;
  display: flex;
}
.um-panel-actions-sticky .wt-sort-foot .wt-float {
  float: none;
  -ms-flex: 1;
      flex: 1;
}

.um-btn-disabled,
.btn-disabled {
  opacity: 0.4 !important;
  cursor: not-allowed !important;
}

.row-underlined,
#main .row-underlined {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-align: center;
      align-items: center;
}
.row-underlined:before, .row-underlined:after,
#main .row-underlined:before,
#main .row-underlined:after {
  content: none;
}
.row-underlined .pull-left,
#main .row-underlined .pull-left {
  margin-right: auto;
}
.row-underlined .button-group.pull-right + .button-group.pull-right,
#main .row-underlined .button-group.pull-right + .button-group.pull-right {
  margin-right: 0px;
  margin-left: 5px;
}

.row-underlined .nav-tabs > li,
#main .row-underlined .nav-tabs > li {
  height: auto;
  min-height: 28px;
}

.row-underlined .nav-tabs > li > a,
#main .row-underlined .nav-tabs > li > a {
  height: 36px;
  box-sizing: border-box;
  padding-top: 8px;
}

.row-underlined .pull-right a.um-btn {
  margin-left: 4px;
}

.control-group .checkbox,
.control-group .radio {
  padding-left: 0;
}
.control-group .checkbox input,
.control-group .radio input {
  margin-right: 8px;
}

.modal-footer:before, .modal-footer:after {
  content: none;
}
.modal-footer .inside {
  display: -ms-flexbox;
  display: flex;
}
.modal-footer .inside .pull-left + .pull-left {
  margin-left: 10px;
}
.modal-footer .inside .pull-right {
  display: -ms-flexbox;
  display: flex;
  margin-left: auto;
}
.modal-footer .inside .pull-right .btn-group {
  display: -ms-inline-flexbox !important;
  display: inline-flex !important;
}
.modal-footer .inside .pull-right .btn-group .um-btn + .um-btn {
  margin-left: -1px;
}
.modal-footer .inside .pull-right .um-btn {
  display: -ms-inline-flexbox !important;
  display: inline-flex !important;
}

.btn-group {
  display: -ms-inline-flexbox;
  display: inline-flex;
}
.btn-group + .btn-group {
  margin-left: 10px;
}
.btn-group .btn,
.btn-group .um-btn {
  display: -ms-inline-flexbox;
  display: inline-flex;
  min-width: 0;
  border-radius: 0;
  color: gray;
}
.btn-group .btn + .um-btn,
.btn-group .btn + .btn,
.btn-group .um-btn + .um-btn,
.btn-group .um-btn + .btn {
  margin-left: -1px;
}
.btn-group .btn:first-child,
.btn-group .um-btn:first-child {
  border-radius: 4px 0 0 4px;
}
.btn-group .btn:last-child,
.btn-group .um-btn:last-child {
  border-radius: 0 4px 4px 0;
}
.btn-group .btn:only-child,
.btn-group .um-btn:only-child {
  border-radius: 4px;
}
.btn-group .btn.active,
.btn-group .um-btn.active {
  color: #222222;
  background-image: none;
  background-color: #eeeeee;
}

.d-flex > .btn-group + .btn-group {
  margin-left: 0;
}

.content-description,
.content-config {
  padding-left: 10px;
  padding-right: 10px;
}

.wt-title__text .material-icons {
  margin-right: 5px;
  -ms-transform: translateY(2px);
      transform: translateY(2px);
}

.wt-sort-title .material-icons {
  margin-right: 8px;
  -ms-transform: translateY(0px);
      transform: translateY(0px);
  line-height: 1;
}

.modal-dialog-large {
  width: 960px;
  margin-left: -480px;
}
.modal-dialog-large .modal-body {
  padding: 0;
  max-height: 500px;
  overflow: visible;
}
.modal-dialog-large .modal-body .wt-form {
  padding: 15px;
}

.split-view {
  height: 500px;
  display: -ms-flexbox;
  display: flex;
}
.split-view .split-view__left {
  overflow-y: scroll;
  -ms-flex: 0 0 400px;
      flex: 0 0 400px;
}
.split-view .split-view__right {
  overflow-y: scroll;
  -ms-flex: 1;
      flex: 1;
}

.wt-history-list {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.wt-history-list li:nth-child(odd) .wt-history-entry {
  background-color: whitesmoke;
}

.wt-history-entry {
  padding: 5px 15px 5px 5px;
  cursor: pointer;
  border: 1px solid transparent;
  display: -ms-flexbox;
  display: flex;
}

.wt-history-entry:hover,
.wt-history-entry:focus {
  border: 1px solid #007aff;
  outline: none;
}

.wt-history-entry.selected {
  background-color: #007aff !important;
  color: white;
}
.wt-history-entry.selected .text-small {
  color: white !important;
}

.wt-history-entry__left {
  -ms-flex: 0 0 40px;
      flex: 0 0 40px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
}
.wt-history-entry__left .material-icons {
  opacity: 0.5;
}

.wt-history-entry__right {
  -ms-flex: 1;
      flex: 1;
}

.wt-history-entry__time {
  display: block;
}

.wt-history-entry__name {
  margin-top: 5px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.wt-history-entry__name dl, .wt-history-entry__name dt, .wt-history-entry__name dd {
  margin: 0;
  padding: 0;
}
.wt-history-entry__name dt {
  margin-right: 3px;
}
.wt-history-entry__name dl {
  margin-right: 10px;
}

.wt-text-overflow {
  white-space: nowrap;
  max-width: 260px;
  overflow: hidden;
  text-overflow: ellipsis;
}

.wt-history-details {
  padding: 5px 15px 5px 15px;
}

.wt-history-details__header .row {
  margin: 0;
}
.wt-history-details__header .row + .row {
  margin-top: 5px;
}
.wt-history-details__header dl {
  margin: 0;
  margin-right: 10px;
}
.wt-history-details__header dd, .wt-history-details__header dt {
  margin: 0;
  padding: 0;
}
.wt-history-details__header dt {
  margin-right: 5px;
}

.wt-history-details__attachment {
  margin-right: 10px;
}
.wt-history-details__attachment .material-icons {
  -ms-transform: translateY(1px);
      transform: translateY(1px);
}

.wt-history-details__attachment-meta {
  opacity: 0.5;
}

.badge {
  cursor: default;
}
.badge .material-icons {
  font-size: 16px;
  line-height: 16px;
  margin-right: 5px;
  vertical-align: -3px;
}

.table-zebra {
  border-collapse: collapse;
  width: 100%;
}
.table-zebra td {
  padding: 10px 15px;
}
.table-zebra th {
  padding: 10px 15px;
  text-align: left;
}
.table-zebra thead tr {
  background-color: whitesmoke;
  border-bottom: 1px solid #c8c8c8;
}
.table-zebra tbody tr:nth-child(even) {
  background-color: whitesmoke;
}

.alert-light {
  background-color: white;
  color: #222222;
  border: 0;
}

.alert-large {
  padding-top: 3em;
  padding-bottom: 3em;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  font-weight: bold;
  font-size: 1.25em;
  margin: 0;
  height: 460px;
}
.alert-large p:only-child {
  margin: 0;
}

.sr-only {
  position: absolute;
  left: -999em;
  opacity: 0;
}

.um-form-group--auto {
  text-align: left;
}
.um-form-group--auto > label {
  text-align: right;
  -ms-flex: 0 1 25%;
      flex: 0 1 25%;
  margin-right: 0.5rem;
}
.um-form-group--auto > input[type="text"],
.um-form-group--auto > .um-custom-select,
.um-form-group--auto > .um-custom-checkbox-toggle,
.um-form-group--auto > .um-form-group {
  -ms-flex: 0 1 auto;
      flex: 0 1 auto;
  max-width: 100%;
}
.um-form-group--auto + .um-form-group--auto {
  margin-top: 0.5rem;
}

.wrapper {
  min-width: 0;
}

.header-responsive {
  box-sizing: border-box;
  height: 64px;
}

.nav-more__mobile {
  display: none;
}

@media (max-width: 1023px) {
  .nav-right,
  .nav-more__desktop {
    display: none;
  }

  .nav-more__mobile {
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-align: center;
        align-items: center;
  }
  .nav-more__mobile .material-icons {
    min-width: 32px;
    -ms-transform: translateY(-2px);
        transform: translateY(-2px);
  }
  .nav-more__mobile span {
    -ms-transform: translateY(-2px);
        transform: translateY(-2px);
  }

  .nav-menu {
    margin-left: auto !important;
  }
  .nav-menu > li {
    display: none;
  }
  .nav-menu > li:last-child {
    display: block !important;
  }
}
.nav-more {
  position: relative;
}
.nav-more .material-icons {
  font-size: 20px;
}

.menu-more {
  width: auto;
  left: auto;
  right: 0;
  padding-top: 5px;
  padding-bottom: 5px;
}
@media (max-width: 1023px) {
  .menu-more {
    left: auto;
    right: 0;
  }
}

ul.menu-more__dropdown > li {
  position: relative;
}
ul.menu-more__dropdown li {
  margin: 0;
}
ul.menu-more__dropdown a {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  padding: 0.5rem 1rem;
}
ul.menu-more__dropdown a:hover, ul.menu-more__dropdown a:focus {
  background-color: #dff3fb;
}
ul.menu-more__dropdown a i {
  display: inline-block;
  font-size: 20px;
  min-width: 32px;
}
ul.menu-more__dropdown .menu-more__radio {
  position: absolute;
  left: -999em;
  opacity: 0;
}
ul.menu-more__dropdown .menu-more__label {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  padding: 0.5rem 1rem;
}
@media (max-width: 1023px) {
  ul.menu-more__dropdown .menu-more__label {
    border-bottom: 1px solid #e6e6e6;
  }
}
@media (max-width: 1023px) {
  ul.menu-more__dropdown .menu-more__label .material-icons {
    -ms-transform: rotate(90deg);
        transform: rotate(90deg);
  }
}
ul.menu-more__dropdown ul.menu-more__flyout {
  display: none;
  position: absolute;
  width: 180px;
  left: 180px;
  top: -1px;
  background-color: white;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.15);
}
@media (max-width: 1023px) {
  ul.menu-more__dropdown ul.menu-more__flyout {
    position: static;
    width: auto;
    box-shadow: none;
    border-bottom: 1px solid #e6e6e6;
  }
}
ul.menu-more__dropdown .menu-more__radio:checked ~ ul.menu-more__flyout {
  display: block;
}
ul.menu-more__dropdown .menu-more__radio:checked + .menu-more__label {
  background-color: #007aff;
  color: white;
}

.dropdown-right {
  margin-left: auto;
}
.dropdown-right ul.dropdown-menu {
  left: auto;
  right: 0;
}

header .logo {
  -ms-flex: 0 0 auto;
      flex: 0 0 auto;
}

.logout-mobile {
  display: none;
}
.logout-mobile .icon {
  margin-right: 5px !important;
}
@media (max-width: 1023px) {
  .logout-mobile {
    display: block;
  }
}

.nav-body {
  width: calc(100% - 108px - 45px);
  -ms-flex: 0 1 auto;
      flex: 0 1 auto;
}
.nav-body .tabs {
  position: relative;
}
.nav-body .tabs .nav-rwd-primary {
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 1023px) {
  .nav-body .tabs .nav-rwd-primary {
    -ms-flex-pack: end;
        justify-content: flex-end;
  }
}
.nav-body .tabs .nav-rwd-primary .nav-rwd-more .nav-rwd-moreButton {
  display: inline-block;
}
.nav-body .tabs:not(.nav-rwd--jsfied) {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}
.nav-body .tabs .nav-rwd-secondary {
  background-color: #fff;
  z-index: 1;
  display: none;
  position: absolute;
  top: 100%;
  right: 0;
  box-shadow: 0px 3px 8px rgba(0, 0, 0, 0.3);
  border-radius: 3px;
  min-width: 150px;
  animation: nav-secondary 0.2s;
}
.nav-body .tabs .nav-rwd-secondary .dropdown-menu {
  left: auto;
  right: 0;
  animation: nav-secondary 0.2s;
}
.nav-body .tabs.nav-rwd--show-secondary .menu-more {
  display: block;
}
.nav-body .tabs.nav-rwd--show-secondary .nav-rwd-secondary {
  display: block;
}
.nav-body .tabs .nav-rwd--hidden {
  display: none;
}

@keyframes nav-secondary {
  0% {
    opacity: 0;
    transform: translateY(-1em);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.um-responsive #main {
  padding-top: 0;
}

@media (max-width: 1199px) {
  .col-aside {
    width: 100%;
  }
}

@media (max-width: 1199px) {
  .col-main {
    width: 100%;
  }
}

@media (max-width: 1023px) {
  .um-panel-actions,
  .um-table-actions,
  .um-toolbar {
    display: block;
    margin-top: -1rem;
  }
}

@media (max-width: 1023px) {
  .um-panel-actions-left,
  .um-table-actions-left,
  .um-panel-actions-center,
  .um-table-actions-center,
  .um-panel-actions-right,
  .um-table-actions-right,
  .um-toolbar-left,
  .um-toolbar-right {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding-top: 1rem;
  }
}

@media (max-width: 1023px) {
  .um-toolbar-right {
    margin-top: -0.5rem;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.um-toolbar-right .um-toolbar-item + .um-toolbar-item {
  margin-left: 0;
}
.um-toolbar-right .um-toolbar-item {
  padding-top: 0.5rem;
  margin-right: 0.5rem;
}

.um-toolbar-mobile {
  display: none;
  margin-bottom: 1rem;
}
@media (max-width: 1023px) {
  .um-toolbar-mobile {
    display: -ms-flexbox;
    display: flex;
  }
}

@media (max-width: 1023px) {
  .um-toolbar-desktop {
    display: none !important;
  }
}

.um-table-sorter {
  display: none;
}
@media (max-width: 1023px) {
  .um-table-sorter {
    display: block;
  }
}

@media (max-width: 1023px) {
  .um-table-container-header {
    margin-top: 40px !important;
  }
  .um-table-container-header label {
    margin-bottom: 0 !important;
    font-size: 18px;
  }

  .um-table-container table,
  .um-table-container tbody,
  .um-table-container tr,
  .um-table-container th,
  .um-table-container td {
    display: block;
  }
  .um-table-container table {
    border-top: 2px solid #c8c8c8;
  }
  .um-table-container thead {
    display: none;
  }
  .um-table-container tr {
    border-bottom: 2px solid #c8c8c8;
  }
  .um-table-container td {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -ms-flex-align: center;
        align-items: center;
    height: auto !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .um-table-container td:before {
    content: attr(data-th-label);
    -ms-flex: 0 0 40%;
        flex: 0 0 40%;
    color: gray;
    font-weight: bold;
  }
  .um-table-container td.w-sm-100:before {
    -ms-flex: 0 0 100%;
        flex: 0 0 100%;
  }
  .um-table-container .um-btn {
    margin-right: 0.5rem;
  }
  .um-table-container .um-btn:last-child {
    margin-right: 0;
  }
  .um-table-container .group,
  .um-table-container .um-form-group {
    -ms-flex: 1;
        flex: 1;
  }
  .um-table-container.has-no-th-label td:before {
    display: none;
  }
}
@media (max-width: 1023px) {
  .um-form-group.row {
    display: block;
  }
}
.um-form-group.row:before, .um-form-group.row:after {
  content: none;
}
.um-form-group.row > label {
  margin-bottom: 0.5rem;
}
@media (max-width: 1023px) {
  .um-form-group.row > .um-btn {
    margin-left: 0px;
    margin-top: 0.5rem;
  }
}

@media (max-width: 1023px) {
  .um-form-group > p {
    margin-left: 0;
    margin-top: 0.5rem;
  }
}

@media (max-width: 1023px) {
  .um-form-group--auto {
    display: block;
  }
  .um-form-group--auto > label {
    display: block;
    text-align: left;
  }
  .um-form-group--auto > input[type="text"] {
    width: 100%;
  }
  .um-form-group--auto + .um-form-group--auto {
    margin-top: 0.5rem;
  }
}

.nav-scroller {
  overflow-y: auto;
}
.nav-scroller .um-nav-tabs {
  -ms-flex-pack: start;
      justify-content: flex-start;
  background-color: transparent;
  border: 0;
}
.nav-scroller .um-nav-tabs > li {
  float: none;
  background-color: transparent;
  -ms-flex: 1;
      flex: 1;
}
.nav-scroller .um-nav-tabs:after, .nav-scroller .um-nav-tabs:before {
  content: none;
}
.nav-scroller .um-nav-tabs a {
  white-space: nowrap;
  text-align: center;
  background-color: whitesmoke;
  border-top: 1px solid #e6e6e6;
  border-bottom: 1px solid #e6e6e6;
}
.nav-scroller .um-nav-tabs-top {
  margin-top: 0;
}
.nav-scroller .um-nav-tabs-top > li {
  -ms-flex: 0 1 auto;
      flex: 0 1 auto;
}
.nav-scroller .um-nav-tabs-top a {
  background-color: transparent;
  border: 0;
  padding: 0.675rem 1rem;
}

@media (max-width: 1023px) {
  .um-panel-actions-sticky {
    display: -ms-flexbox;
    display: flex;
  }
}
@media (max-width: 767px) {
  .um-panel-actions-sticky {
    display: block;
  }
}
.um-panel-actions-sticky .um-panel-actions-left {
  padding-top: 0;
}
@media (max-width: 767px) {
  .um-panel-actions-sticky + .um-panel-actions-spacer {
    height: 98px;
  }
}

@media (max-width: 374px) {
  .panel-heading,
  .panel-body {
    padding-left: 8px;
    padding-right: 8px;
  }
}

.um-panel-actions-left .um-form-group {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.um-panel-actions-left .um-form-group .um-btn {
  -ms-flex: 0 0 auto;
      flex: 0 0 auto;
  margin-top: 10px;
}

.has-list-attachments ul.list-attachments li {
  width: 100%;
}
.has-list-attachments .has-list-attachments__container {
  width: 100%;
  max-width: 420px;
}

.form-group--has-icons {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  margin-bottom: 8px;
}

.form-group--has-icons-text {
  margin-left: 10px;
  margin-right: 10px;
}

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: whitesmoke;
}

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 > 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 > 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 > 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;
}

.d-flex {
  display: -ms-flexbox !important;
  display: flex !important;
}

.d-inline-flex {
  display: -ms-inline-flexbox !important;
  display: inline-flex !important;
}

.flex-row {
  -ms-flex-direction: row !important;
      flex-direction: row !important;
}

.flex-column {
  -ms-flex-direction: column !important;
      flex-direction: column !important;
}

.flex-wrap {
  -ms-flex-wrap: wrap !important;
      flex-wrap: wrap !important;
}

.flex-gap-sm {
  gap: 8px !important;
}

.flex-gap-md {
  gap: 16px !important;
}

.flex-1 {
  -ms-flex: 1 !important;
      flex: 1 !important;
}
.flex-1 .um-toolbar-item:last-child {
  padding-right: 10px;
}

.width-100 {
  width: 100% !important;
}

.input-width-date {
  width: 8em !important;
}

.input-width-time {
  width: 7em !important;
}

.align-items-start {
  -ms-flex-align: start !important;
      align-items: flex-start !important;
}

.align-items-end {
  -ms-flex-align: end !important;
      align-items: flex-end !important;
}

.align-items-center {
  -ms-flex-align: center !important;
      align-items: center !important;
}

.justify-content-center {
  -ms-flex-pack: center !important;
      justify-content: center !important;
}

.justify-content-start {
  -ms-flex-pack: start !important;
      justify-content: flex-start !important;
}

.justify-content-end {
  -ms-flex-pack: end !important;
      justify-content: flex-end !important;
}

.m-auto {
  margin: auto !important;
}

.ml-auto {
  margin-left: auto !important;
}

.mr-auto {
  margin-right: auto !important;
}

.mt-auto {
  margin-top: auto !important;
}

.mb-auto {
  margin-bottom: auto !important;
}

.mr-1 {
  margin-right: 0.25rem !important;
}

.ml-1 {
  margin-left: 0.25rem !important;
}

.mt-1 {
  margin-top: 0.25rem !important;
}

.mb-1 {
  margin-bottom: 0.25rem !important;
}

.my-1 {
  margin-top: 0.25rem !important;
  margin-bottom: 0.25rem !important;
}

.mt-2 {
  margin-top: 0.5rem !important;
}

.mb-2 {
  margin-top: 0.5rem !important;
}

.ml-2 {
  margin-left: 0.5rem !important;
}

.mr-2 {
  margin-right: 0.5rem !important;
}

.my-2 {
  margin-top: 0.5rem !important;
  margin-bottom: 0.5rem !important;
}

.mr-3 {
  margin-right: 1rem !important;
}

.ml-3 {
  margin-left: 1rem !important;
}

.mt-3 {
  margin-top: 1rem !important;
}

.mb-3 {
  margin-bottom: 1rem !important;
}

.my-3 {
  margin-top: 1rem !important;
  margin-bottom: 1rem !important;
}

.mt-4 {
  margin-top: 1.5rem !important;
}

.mb-4 {
  margin-bottom: 1.5rem !important;
}

.ml-4 {
  margin-left: 1.5rem !important;
}

.mr-4 {
  margin-right: 1.5rem !important;
}

.my-4 {
  margin-top: 1.5rem !important;
  margin-bottom: 1.5rem !important;
}

.mt-5 {
  margin-top: 2rem !important;
}

.mb-5 {
  margin-bottom: 2rem !important;
}

.ml-5 {
  margin-left: 2rem !important;
}

.mr-5 {
  margin-right: 2rem !important;
}

.my-5 {
  margin-top: 2rem !important;
  margin-bottom: 2rem !important;
}

.m-0 {
  margin: 0 !important;
}

.mt-0 {
  margin-top: 0 !important;
}

.mb-0 {
  margin-bottom: 0 !important;
}

.mr-0 {
  margin-right: 0 !important;
}

.ml-0 {
  margin-left: 0 !important;
}

.my-0 {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

.pr-1 {
  padding-right: 0.25rem !important;
}

.pr-2 {
  padding-right: 0.5rem !important;
}

.pr-3 {
  padding-right: 1rem !important;
}

.pt-1 {
  padding-top: 0.25rem !important;
}

.pt-2 {
  padding-top: 0.5rem !important;
}

.pt-3 {
  padding-top: 1rem !important;
}

.g-1 {
  gap: 0.25rem !important;
}

.g-2 {
  gap: 0.5rem !important;
}

.g-3 {
  gap: 1rem !important;
}

.g-4 {
  gap: 1.5rem !important;
}

.g-5 {
  gap: 2rem !important;
}

.text-gray {
  color: gray;
}

.col-12 {
  width: 100%;
  max-width: 100%;
  -ms-flex: 0 0 100%;
      flex: 0 0 100%;
}

.col-6 {
  width: 50%;
  max-width: 50%;
  -ms-flex: 0 0 50%;
      flex: 0 0 50%;
}

.col-3 {
  width: 25%;
  max-width: 25%;
  -ms-flex: 0 0 25%;
      flex: 0 0 25%;
}

/*# sourceMappingURL=main.css.map */