@import 'lib/intl-tel-input/intlTelInput.css';
@import "lib/styleGuide/css/styleGuide.css";
@import "lib/select2/select2.css";
@import "lib/select2/select2-bootstrap.css";
@import "lib/vis.css";
@import "lib/fonts/roboto/styles.css";
@import "../js/wem-webcomponents/icons/icons.css";
/*!
 * Stylesheet for the Date Range Picker, for use with Bootstrap 3.x
 *
 * Copyright 2013 Dan Grossman ( http://www.dangrossman.info )
 * Licensed under the Apache License v2.0
 * http://www.apache.org/licenses/LICENSE-2.0
 *
 * Built for http://www.improvely.com
 */
.daterangepicker.dropdown-menu {
  max-width: none;
  z-index: 3000;
}
.daterangepicker.opensleft .ranges,
.daterangepicker.opensleft .calendar {
  float: left;
  margin: 4px;
}
.daterangepicker.opensright .ranges,
.daterangepicker.opensright .calendar {
  float: right;
  margin: 4px;
}
.daterangepicker .ranges {
  width: 220px;
  text-align: left;
}
.daterangepicker .ranges .invalid {
  color: #d2322d;
  display: none;
}
.daterangepicker .ranges .range_inputs > div {
  float: left;
}
.daterangepicker .ranges .range_inputs > div:nth-child(2) {
  padding-left: 11px;
}
.daterangepicker .calendar {
  display: none;
  max-width: 270px;
}
.daterangepicker.show-calendar .calendar {
  display: block;
}
.daterangepicker .calendar.single .calendar-date {
  border: none;
}
.daterangepicker .calendar th,
.daterangepicker .calendar td {
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
  white-space: nowrap;
  text-align: center;
  min-width: 32px;
}
.daterangepicker .daterangepicker_start_input label,
.daterangepicker .daterangepicker_end_input label {
  color: #333;
  display: block;
  font-size: 11px;
  font-weight: normal;
  height: 20px;
  line-height: 20px;
  margin-bottom: 2px;
  text-shadow: #fff 1px 1px 0px;
  text-transform: uppercase;
  width: 74px;
}
.daterangepicker .ranges input {
  font-size: 11px;
}
.daterangepicker .ranges .input-mini {
  background-color: #eee;
  border: 1px solid #ccc;
  border-radius: 4px;
  color: #555;
  display: block;
  font-size: 11px;
  height: 30px;
  line-height: 30px;
  vertical-align: middle;
  margin: 0 0 10px 0;
  padding: 0 4px;
  width: 100px;
}
.daterangepicker .ranges .input-mini:hover {
  cursor: pointer;
}
.daterangepicker .ranges ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.daterangepicker .ranges li {
  font-size: 13px;
  background: #f5f5f5;
  border: 1px solid #f5f5f5;
  color: #08c;
  padding: 3px 12px;
  margin-bottom: 8px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  cursor: pointer;
}
.daterangepicker .ranges li.active,
.daterangepicker .ranges li:hover {
  background: #08c;
  border: 1px solid #08c;
  color: #fff;
}
.daterangepicker .calendar-date {
  border: 1px solid #ddd;
  padding: 4px;
  border-radius: 4px;
  background: #fff;
}
.daterangepicker .calendar-time {
  text-align: center;
  margin: 8px auto 0 auto;
  line-height: 30px;
}
.daterangepicker {
  position: absolute;
  background: #fff;
  top: 100px;
  left: 20px;
  padding: 4px;
  margin-top: 1px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.daterangepicker.opensleft:before {
  position: absolute;
  top: -7px;
  right: 9px;
  display: inline-block;
  border-right: 7px solid transparent;
  border-bottom: 7px solid #ccc;
  border-left: 7px solid transparent;
  border-bottom-color: rgba(0, 0, 0, 0.2);
  content: '';
}
.daterangepicker.opensleft:after {
  position: absolute;
  top: -6px;
  right: 10px;
  display: inline-block;
  border-right: 6px solid transparent;
  border-bottom: 6px solid #fff;
  border-left: 6px solid transparent;
  content: '';
}
.daterangepicker.opensright:before {
  position: absolute;
  top: -7px;
  left: 9px;
  display: inline-block;
  border-right: 7px solid transparent;
  border-bottom: 7px solid #ccc;
  border-left: 7px solid transparent;
  border-bottom-color: rgba(0, 0, 0, 0.2);
  content: '';
}
.daterangepicker.opensright:after {
  position: absolute;
  top: -6px;
  left: 10px;
  display: inline-block;
  border-right: 6px solid transparent;
  border-bottom: 6px solid #fff;
  border-left: 6px solid transparent;
  content: '';
}
.daterangepicker table {
  width: 100%;
  margin: 0;
}
.daterangepicker td,
.daterangepicker th {
  text-align: center;
  width: 20px;
  height: 20px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  cursor: pointer;
  white-space: nowrap;
}
.daterangepicker td.off {
  color: #999;
}
.daterangepicker td.disabled {
  color: #999;
}
.daterangepicker td.available:hover,
.daterangepicker th.available:hover {
  background: #eee;
}
.daterangepicker td.in-range {
  background: #ebf4f8;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.daterangepicker td.available + td.start-date {
  -webkit-border-radius: 4px 0 0 4px;
  -moz-border-radius: 4px 0 0 4px;
  border-radius: 4px 0 0 4px;
}
.daterangepicker td.in-range + td.end-date {
  -webkit-border-radius: 0 4px 4px 0;
  -moz-border-radius: 0 4px 4px 0;
  border-radius: 0 4px 4px 0;
}
.daterangepicker td.start-date.end-date {
  -webkit-border-radius: 4px !important;
  -moz-border-radius: 4px !important;
  border-radius: 4px !important;
}
.daterangepicker td.active,
.daterangepicker td.active:hover {
  background-color: #357ebd;
  border-color: #3071a9;
  color: #fff;
}
.daterangepicker td.week,
.daterangepicker th.week {
  font-size: 80%;
  color: #ccc;
}
.daterangepicker select.monthselect,
.daterangepicker select.yearselect {
  font-size: 12px;
  padding: 1px;
  height: 22px;
  margin: 0;
  cursor: default;
}
.daterangepicker select:first-child {
  margin-right: 2%;
}
.daterangepicker select.monthselect {
  width: 56%;
}
.daterangepicker select.yearselect {
  width: 40%;
}
.daterangepicker select.hourselect,
.daterangepicker select.minuteselect,
.daterangepicker select.ampmselect {
  width: 50px;
  margin-bottom: 0;
}
.daterangepicker_start_input {
  float: left;
}
.daterangepicker_end_input {
  float: left;
  padding-left: 11px;
}
.daterangepicker th.month {
  width: auto;
}
body.light-theme .daterangepicker td.in-range {
  background: #deeaff;
}
/*!
 * Datetimepicker for Bootstrap 3
 * version : 4.17.37
 * https://github.com/Eonasdan/bootstrap-datetimepicker/
 */
.bootstrap-datetimepicker-widget {
  list-style: none;
}
.bootstrap-datetimepicker-widget.dropdown-menu {
  margin: 2px 0;
  padding: 4px;
  width: 19em;
}
@media (min-width: 768px) {
  .bootstrap-datetimepicker-widget.dropdown-menu.timepicker-sbs {
    width: 38em;
  }
}
@media (min-width: 992px) {
  .bootstrap-datetimepicker-widget.dropdown-menu.timepicker-sbs {
    width: 38em;
  }
}
@media (min-width: 1200px) {
  .bootstrap-datetimepicker-widget.dropdown-menu.timepicker-sbs {
    width: 38em;
  }
}
.bootstrap-datetimepicker-widget.dropdown-menu:before,
.bootstrap-datetimepicker-widget.dropdown-menu:after {
  content: '';
  display: inline-block;
  position: absolute;
}
.bootstrap-datetimepicker-widget.dropdown-menu.bottom:before {
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 7px solid #cccccc;
  border-bottom-color: rgba(0, 0, 0, 0.2);
  top: -7px;
  left: 7px;
}
.bootstrap-datetimepicker-widget.dropdown-menu.bottom:after {
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid white;
  top: -6px;
  left: 8px;
}
.bootstrap-datetimepicker-widget.dropdown-menu.top:before {
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-top: 7px solid #cccccc;
  border-top-color: rgba(0, 0, 0, 0.2);
  bottom: -7px;
  left: 6px;
}
.bootstrap-datetimepicker-widget.dropdown-menu.top:after {
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 6px solid white;
  bottom: -6px;
  left: 7px;
}
.bootstrap-datetimepicker-widget.dropdown-menu.pull-right:before {
  left: auto;
  right: 6px;
}
.bootstrap-datetimepicker-widget.dropdown-menu.pull-right:after {
  left: auto;
  right: 7px;
}
.bootstrap-datetimepicker-widget .list-unstyled {
  margin: 0;
}
.bootstrap-datetimepicker-widget a[data-action] {
  padding: 6px 0;
}
.bootstrap-datetimepicker-widget a[data-action]:active {
  box-shadow: none;
}
.bootstrap-datetimepicker-widget .timepicker-hour,
.bootstrap-datetimepicker-widget .timepicker-minute,
.bootstrap-datetimepicker-widget .timepicker-second {
  width: 54px;
  font-weight: bold;
  font-size: 1.2em;
  margin: 0;
}
.bootstrap-datetimepicker-widget button[data-action] {
  padding: 6px;
}
.bootstrap-datetimepicker-widget .btn[data-action="incrementHours"]::after {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  content: "Increment Hours";
}
.bootstrap-datetimepicker-widget .btn[data-action="incrementMinutes"]::after {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  content: "Increment Minutes";
}
.bootstrap-datetimepicker-widget .btn[data-action="decrementHours"]::after {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  content: "Decrement Hours";
}
.bootstrap-datetimepicker-widget .btn[data-action="decrementMinutes"]::after {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  content: "Decrement Minutes";
}
.bootstrap-datetimepicker-widget .btn[data-action="showHours"]::after {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  content: "Show Hours";
}
.bootstrap-datetimepicker-widget .btn[data-action="showMinutes"]::after {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  content: "Show Minutes";
}
.bootstrap-datetimepicker-widget .btn[data-action="togglePeriod"]::after {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  content: "Toggle AM/PM";
}
.bootstrap-datetimepicker-widget .btn[data-action="clear"]::after {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  content: "Clear the picker";
}
.bootstrap-datetimepicker-widget .btn[data-action="today"]::after {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  content: "Set the date to today";
}
.bootstrap-datetimepicker-widget .picker-switch {
  text-align: center;
}
.bootstrap-datetimepicker-widget .picker-switch::after {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  content: "Toggle Date and Time Screens";
}
.bootstrap-datetimepicker-widget .picker-switch td {
  padding: 0;
  margin: 0;
  height: auto;
  width: auto;
  line-height: inherit;
}
.bootstrap-datetimepicker-widget .picker-switch td span {
  line-height: 2.5;
  height: 2.5em;
  width: 100%;
}
.bootstrap-datetimepicker-widget table {
  width: 100%;
  margin: 0;
}
.bootstrap-datetimepicker-widget table td,
.bootstrap-datetimepicker-widget table th {
  text-align: center;
  border-radius: 4px;
}
.bootstrap-datetimepicker-widget table th {
  height: 20px;
  line-height: 20px;
  width: 20px;
}
.bootstrap-datetimepicker-widget table th.picker-switch {
  width: 145px;
}
.bootstrap-datetimepicker-widget table th.disabled,
.bootstrap-datetimepicker-widget table th.disabled:hover {
  background: none;
  color: #777777;
  cursor: not-allowed;
}
.bootstrap-datetimepicker-widget table th.prev::after {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  content: "Previous Month";
}
.bootstrap-datetimepicker-widget table th.next::after {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  content: "Next Month";
}
.bootstrap-datetimepicker-widget table thead tr:first-child th {
  cursor: pointer;
}
.bootstrap-datetimepicker-widget table thead tr:first-child th:hover {
  background: #eeeeee;
}
.bootstrap-datetimepicker-widget table td {
  height: 54px;
  line-height: 54px;
  width: 54px;
}
.bootstrap-datetimepicker-widget table td.cw {
  font-size: .8em;
  height: 20px;
  line-height: 20px;
  color: #777777;
}
.bootstrap-datetimepicker-widget table td.day {
  height: 20px;
  line-height: 20px;
  width: 20px;
}
.bootstrap-datetimepicker-widget table td.day:hover,
.bootstrap-datetimepicker-widget table td.hour:hover,
.bootstrap-datetimepicker-widget table td.minute:hover,
.bootstrap-datetimepicker-widget table td.second:hover {
  background: #eeeeee;
  cursor: pointer;
}
.bootstrap-datetimepicker-widget table td.old,
.bootstrap-datetimepicker-widget table td.new {
  color: #777777;
}
.bootstrap-datetimepicker-widget table td.today {
  position: relative;
}
.bootstrap-datetimepicker-widget table td.today:before {
  content: '';
  display: inline-block;
  border: solid transparent;
  border-width: 0 0 7px 7px;
  border-bottom-color: #337ab7;
  border-top-color: rgba(0, 0, 0, 0.2);
  position: absolute;
  bottom: 4px;
  right: 4px;
}
.bootstrap-datetimepicker-widget table td.active,
.bootstrap-datetimepicker-widget table td.active:hover {
  background-color: #337ab7;
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.bootstrap-datetimepicker-widget table td.active.today:before {
  border-bottom-color: #fff;
}
.bootstrap-datetimepicker-widget table td.disabled,
.bootstrap-datetimepicker-widget table td.disabled:hover {
  background: none;
  color: #777777;
  cursor: not-allowed;
}
.bootstrap-datetimepicker-widget table td span {
  display: inline-block;
  width: 54px;
  height: 54px;
  line-height: 54px;
  margin: 2px 1.5px;
  cursor: pointer;
  border-radius: 4px;
}
.bootstrap-datetimepicker-widget table td span:hover {
  background: #eeeeee;
}
.bootstrap-datetimepicker-widget table td span.active {
  background-color: #337ab7;
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.bootstrap-datetimepicker-widget table td span.old {
  color: #777777;
}
.bootstrap-datetimepicker-widget table td span.disabled,
.bootstrap-datetimepicker-widget table td span.disabled:hover {
  background: none;
  color: #777777;
  cursor: not-allowed;
}
.bootstrap-datetimepicker-widget.usetwentyfour td.hour {
  height: 27px;
  line-height: 27px;
}
.bootstrap-datetimepicker-widget.wider {
  width: 21em;
}
.bootstrap-datetimepicker-widget .datepicker-decades .decade {
  line-height: 1.8em !important;
}
.input-group.date .input-group-addon {
  cursor: pointer;
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.svg-icon {
  display: inline-block;
  width: 1em;
  height: 1em;
  fill: currentColor;
}
html {
  height: 100%;
}
body {
  background-color: #fff;
  overflow-x: hidden;
  overflow-y: auto;
  min-height: 100%;
  -ms-overflow-style: scrollbar;
}
body.fixed-height {
  height: 100%;
  background: #56aac6 url("../img/brushbg.jpg") no-repeat top;
  background-size: cover;
}
body.h-scroll {
  overflow-x: auto;
}
.l-stack > * {
  display: block;
  margin-top: 30px;
  margin-bottom: 30px;
}
.l-stack > :first-child,
.l-stack-tight > :first-child {
  margin-top: 0;
}
.l-stack-tight > * {
  display: block;
  margin-top: 20px;
  margin-bottom: 20px;
}
@-webkit-keyframes slide-in {
  from {
    -webkit-transform: translateX(100%);
    -moz-transform: translateX(100%);
    -ms-transform: translateX(100%);
    transform: translateX(100%);
    opacity: 0;
  }
  to {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
}
@-ms-keyframes slide-in {
  from {
    -webkit-transform: translateX(100%);
    -moz-transform: translateX(100%);
    -ms-transform: translateX(100%);
    transform: translateX(100%);
    opacity: 0;
  }
  to {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
}
@keyframes slide-in {
  from {
    -webkit-transform: translateX(100%);
    -moz-transform: translateX(100%);
    -ms-transform: translateX(100%);
    transform: translateX(100%);
    opacity: 0;
  }
  to {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
}
.slide-in {
  -webkit-animation: slide-in 400ms ease-out 0s;
  -moz-animation: slide-in 400ms ease-out 0s;
  -o-animation: slide-in 400ms ease-out 0s;
  animation: slide-in 400ms ease-out 0s;
}
@-webkit-keyframes slide-out {
  from {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
  to {
    -webkit-transform: translateX(100%);
    -moz-transform: translateX(100%);
    -ms-transform: translateX(100%);
    transform: translateX(100%);
    opacity: 0;
  }
}
@-ms-keyframes slide-out {
  from {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
  to {
    -webkit-transform: translateX(100%);
    -moz-transform: translateX(100%);
    -ms-transform: translateX(100%);
    transform: translateX(100%);
    opacity: 0;
  }
}
@keyframes slide-out {
  from {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
  to {
    -webkit-transform: translateX(100%);
    -moz-transform: translateX(100%);
    -ms-transform: translateX(100%);
    transform: translateX(100%);
    opacity: 0;
  }
}
.slide-out {
  -webkit-animation: slide-out 400ms ease-in 0s;
  -moz-animation: slide-out 400ms ease-in 0s;
  -o-animation: slide-out 400ms ease-in 0s;
  animation: slide-out 400ms ease-in 0s;
}
body.light-theme {
  color: #444a52;
  font-family: 'Roboto', sans-serif;
}
body.light-theme .btn-primary {
  outline: none;
  background: #2a60c8;
  border: 1px solid #2455a3;
  color: #fdfdfd;
}
body.light-theme .btn-primary[disabled] {
  opacity: 0.5;
}
body.light-theme .btn-primary:focus {
  outline: none;
  box-shadow: 0 0 0 3px rgba(117, 168, 255, 0.5);
}
body.light-theme .btn-primary:active {
  background: #275aad;
}
body.light-theme .btn-default,
body.light-theme .btn.dropdown-toggle,
body.light-theme .cc-btn-plain,
body.light-theme .ef-evaluation .question-group .question-group-delete,
body.light-theme .ef-evaluation .question .question-delete,
body.light-theme .fc-button,
body.light-theme .btn-info {
  outline: none;
  background-image: none;
  background-color: #e4e9f0;
  border: 1px solid #d5dce0;
  color: #444a52;
}
body.light-theme .btn-default[disabled],
body.light-theme .btn.dropdown-toggle[disabled],
body.light-theme .cc-btn-plain[disabled],
body.light-theme .ef-evaluation .question-group .question-group-delete[disabled],
body.light-theme .ef-evaluation .question .question-delete[disabled],
body.light-theme .fc-button[disabled],
body.light-theme .btn-info[disabled] {
  opacity: 0.5;
}
body.light-theme .btn-default:focus,
body.light-theme .btn.dropdown-toggle:focus,
body.light-theme .cc-btn-plain:focus,
body.light-theme .ef-evaluation .question-group .question-group-delete:focus,
body.light-theme .ef-evaluation .question .question-delete:focus,
body.light-theme .fc-button:focus,
body.light-theme .btn-info:focus {
  outline: none;
  box-shadow: 0 0 0 3px rgba(117, 168, 255, 0.5);
  border-color: #d5dce0;
}
body.light-theme .btn-default:active,
body.light-theme .btn.dropdown-toggle:active,
body.light-theme .cc-btn-plain:active,
body.light-theme .ef-evaluation .question-group .question-group-delete:active,
body.light-theme .ef-evaluation .question .question-delete:active,
body.light-theme .fc-button:active,
body.light-theme .btn-info:active {
  background: #dce1e5;
}
body.light-theme .btn.dropdown-toggle:hover,
body.light-theme .ef-evaluation .cc-btn-plain:hover,
body.light-theme .ef-main .cc-btn-plain:hover,
body.light-theme .ef-evaluation .question-group-delete:hover,
body.light-theme .ef-evaluation .question-delete:hover {
  background-color: #e4e9f0;
  color: #444a52;
}
body.light-theme .ef-main .btn:hover {
  border-color: #d5dce0;
}
body.light-theme .ef-main .btn.dropdown-toggle {
  background-color: #e4e9f0;
}
body.light-theme .ef-main .btn.dropdown-toggle:focus {
  outline: none;
  box-shadow: 0 0 0 3px rgba(117, 168, 255, 0.5);
  border-color: #d5dce0;
  color: #444a52;
}
body.light-theme .playback-container .evaluationForm-container .evaluation-pending {
  background-color: #98a7b8;
  border: solid #98a7b8;
}
body.light-theme .playback-container .evaluationForm-container .evaluation-pending .pending-arrow {
  border-left: 15px solid #98a7b8;
}
body.light-theme .playback-container .evaluationForm-container .evaluation-pending .pending-text {
  background-color: #ffffff;
  color: #98a7b8;
}
body.light-theme .playback-container .evaluationForm-container .evaluation-in-progress {
  border: solid #fabb00;
  background-color: #fabb00;
}
body.light-theme .playback-container .evaluationForm-container .evaluation-in-progress .in-progress-arrow {
  border-left: 15px solid #fabb00;
}
body.light-theme .playback-container .evaluationForm-container .evaluation-in-progress .in-progress-text {
  background-color: #ffffff;
  color: #fabb00;
}
body.light-theme .playback-container .evaluationForm-container .evaluation-completed {
  border: solid #a1d318;
  background-color: #a1d318;
}
body.light-theme .playback-container .evaluationForm-container .evaluation-completed .completed-arrow {
  border-left: 15px solid #a1d318;
}
body.light-theme .playback-container .evaluationForm-container .evaluation-completed .completed-text {
  background-color: #ffffff;
  color: #a1d318;
}
body.light-theme .btn-group.open .dropdown-toggle {
  box-shadow: none;
}
body.light-theme .data-table {
  color: #444a52;
}
body.light-theme .data-table .dt-section-head {
  border-bottom-color: #2a60c8;
  border-top: 1px solid #e4e9f0;
  background: #fdfdfd;
}
body.light-theme .data-table .dt-row:hover > .value-cell {
  background-color: #deeaff;
}
body.light-theme .data-table .dt-row.dt-row-active .dt-cell {
  background-color: #deeaff;
}
body.light-theme .data-table .dt-section-filter {
  background-color: #c3cad4;
}
body.light-theme .data-table .dt-row.dt-row-empty .dt-cell {
  color: #9baab8;
}
body.light-theme .data-table .dt-row > .value-cell:first-child:before {
  background: #2a60c8;
}
body.light-theme .data-table .label-cell {
  color: #444a52;
}
body.light-theme .data-table .dt-cell {
  border-bottom: none;
}
body.light-theme .data-table .action-cell {
  background-color: #c3cad4;
  border-bottom: 2px solid #2a60c8;
}
body.light-theme .data-table .dt-section-body > .dt-row:not(.dt-row-active):nth-child(2n+1) {
  background-color: #f8f8f8;
}
body.light-theme .data-table .dt-section-body > .dt-row:not(.dt-row-active):nth-child(2n) {
  background-color: #fdfdfd;
}
body.light-theme .data-table .dt-cell.selectable-cell .fa-check-square-o,
body.light-theme .data-table .dt-cell.selectable-cell .fa-check-square,
body.light-theme .data-table .dt-cell.selectable-cell .fa-minus-square {
  color: #2a60c8;
}
body.light-theme .data-table .dt-cell.selectable-cell .fa-square-o,
body.light-theme .data-table .dt-cell.selectable-cell .fa-square {
  color: #444a52;
}
body.light-theme .data-table .dt-cell.selectable-cell .fa-square-o:hover,
body.light-theme .data-table .dt-cell.selectable-cell .fa-square:hover {
  color: #2a60c8;
}
body.light-theme .data-table .dt-cell.selectable-cell .fa-check-square:before {
  content: "\f046";
}
body.light-theme .data-table .dt-cell.selectable-cell .fa-square:before {
  content: "\f096";
}
body.light-theme .data-table .dt-cell.selectable-cell .fa-minus-square:before {
  content: "\f147";
}
body.light-theme .data-table .dt-cell.selectable-cell button {
  outline: none;
}
body.light-theme .input-group-addon {
  outline: none;
  background: #e4e9f0;
  border: 1px solid #d5dce0;
  color: #444a52;
}
body.light-theme .nav-tabs {
  border-bottom: 1px solid #d5dce0;
}
body.light-theme .nav-tabs li a {
  background-color: #e4e9f0;
  border: 1px solid #d5dce0;
  color: #444a52;
}
body.light-theme .nav-tabs li a:hover {
  cursor: pointer;
}
body.light-theme .nav-tabs li a:focus {
  box-shadow: 0 0 0 3px rgba(117, 168, 255, 0.5);
  border-color: #d5dce0;
}
body.light-theme .nav-tabs li.active a {
  background-color: #fdfdfd;
  border: 1px solid #d5dce0;
  border-bottom-color: #fdfdfd;
  color: #444a52;
}
body.light-theme .nav-tabs li.active a:hover,
body.light-theme .nav-tabs li.active a:focus {
  border: 1px solid #d5dce0;
  border-bottom-color: #fdfdfd;
}
body.light-theme .nav-tabs li.active a:before {
  background: #2a60c8;
}
.fixed-height .app-container {
  height: 100%;
  overflow: hidden;
}
.fixed-height .app-container > .app-content {
  height: 100%;
}
.app-container {
  overflow-x: visible;
}
.app-container.is-pushed-right {
  overflow-x: hidden;
}
.app-container > .app-content {
  position: relative;
  z-index: 1;
  overflow: visible;
}
.app-container ::-ms-clear {
  display: none;
}
.fixed-height .app-page {
  height: 100%;
  overflow: hidden;
}
.app-page {
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  /* 2009 - Safari, ? */
  -webkit-box-direction: normal;
  -box-direction: normal;
  -webkit-box-orient: vertical;
  -box-orient: vertical;
  /* Current - Chrome, FF */
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  min-width: 0px;
  position: relative;
  left: 0px;
}
.is-animatable .app-page {
  -webkit-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
}
.is-animatable.is-pushed-right .app-page {
  -webkit-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
  left: 260px;
}
.autocomplete-wrapper {
  width: 100%;
}
.autocomplete-wrapper.input-group {
  /*
         * Theme the input-group to work correctly when used with the autocomplete binding handler.
         * These CSS rules will fix a bug where the input box would shrink a few pixels when the autocomplete list gets shown inside of an input-group.
         *
         * Note: for this theme to work correctly, you need to remove the input-group-btn wrapper span element from around the .btn element.
         */
  display: inline-block;
  white-space: nowrap;
}
.autocomplete-wrapper.input-group input + .btn {
  border-radius: 0 6px 6px 0;
  margin-left: -4px;
}
.autocomplete-wrapper .autocomplete-container {
  left: 0;
  position: absolute;
  right: 0;
  top: 100%;
  z-index: 1;
}
.autocomplete-wrapper .autocomplete-list {
  border: 1px solid #b8b8b8;
  background-color: #FFF;
  list-style-type: none;
  margin: 0;
  min-width: 100%;
  top: 0;
  z-index: 1;
}
.autocomplete-wrapper .autocomplete-item {
  border-bottom: 1px solid #b8b8b8;
  cursor: default;
  padding: 20px;
}
.autocomplete-wrapper .autocomplete-item:last-child {
  border-bottom: none;
}
.autocomplete-wrapper .autocomplete-item:hover,
.autocomplete-wrapper .autocomplete-highlight {
  background-color: #fefcf2;
}
.breadcrumb {
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
}
.breadcrumb li {
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  -webkit-flex: 0 0 auto;
  -moz-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  max-width: 45%;
}
.breadcrumb .back-link,
.breadcrumb .pageTitle {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
  padding-bottom: 2px;
}
.breadcrumb .back-link {
  -webkit-flex: 1 1 auto;
  -moz-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
.breadcrumb .pageTitle {
  -webkit-flex: 1 1 auto;
  -moz-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
.breadcrumb .separator {
  -webkit-flex: 0 0 auto;
  -moz-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  display: block;
  margin: auto 5px;
  color: #b8b8b8;
  padding-bottom: 2px;
}
.breadcrumb .dropdown-menu {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  letter-spacing: 0;
}
.breadcrumb .dropdown-menu li {
  max-width: 100%;
}
.breadcrumb .menu-segment {
  min-width: 25px;
}
.breadcrumb .menu-item {
  position: relative;
  margin-left: 12px;
}
.breadcrumb .menu-item:before {
  border-left: 1px solid #333333;
  border-bottom: 1px solid #333333;
  content: "";
  width: 10px;
  height: 28px;
  position: absolute;
  display: inline-block;
  bottom: 50%;
  left: 8px;
}
.breadcrumb .menu-item-container:first-child .menu-item:before {
  border-left: none;
}
.chart-tooltip {
  font-size: 10px;
  line-height: 1.5em;
  padding: 12px;
  background: rgba(0, 0, 0, 0.8);
  color: #fff;
  border-radius: 8px;
  z-index: 1;
}
.chart-tooltip h5 {
  margin-top: 0px;
}
.chart-tooltip dl {
  overflow: visible;
}
.chart-tooltip dl dt {
  font-weight: bold;
  float: left;
  clear: left;
  margin-right: 10px;
}
.chart-tooltip dl dt.focused {
  color: #E5E500;
}
.chart-tooltip dl dd {
  float: left;
}
.chart-tooltip dl dd.focused {
  color: #E5E500;
}
/* Creates a small triangle extender for the tooltip */
.chart-tooltip:after {
  box-sizing: border-box;
  display: inline;
  font-size: 10px;
  width: 100%;
  line-height: 1;
  color: rgba(0, 0, 0, 0.8);
  content: "\25BC";
  position: absolute;
  text-align: center;
}
/* Style northward tooltips differently */
.chart-tooltip.n:after {
  margin: -2px 0 0 0;
  top: 100%;
  left: 0;
}
.page-header-extras {
  /* 2009 - Safari, ? */
  -webkit-box-flex: 0;
  /* IE 10 Tween */
  -ms-flex-negative: 0;
  /* Current - Chrome, FF */
  -webkit-flex-shrink: 0;
  -moz-flex-shrink: 0;
  flex-shrink: 0;
  margin-bottom: 20px;
  text-align: right;
}
.page-header-extras .form-inline {
  display: inline-block;
}
.page-header-extras .btn-group {
  margin-left: 10px;
}
.fixed-height .content-wrapper {
  height: 100%;
}
.content-wrapper.pending-init {
  display: none;
}
.dashboard .active-dashboard {
  padding-top: 20px;
}
.inline-confirmation {
  border: 1px solid #dadada;
  border-radius: 6px;
  padding: 10px;
  font-weight: normal;
}
.chart.chart-line .line-segment {
  shape-rendering: crispEdges;
  stroke-width: 2px;
  fill-opacity: 0;
}
.chart.chart-line .line {
  fill-opacity: 0;
}
.chart.chart-line .target {
  stroke-width: 2px;
  stroke-dasharray: 10,10;
}
.navbar-nav.pull-right > li > .dropdown-menu.make-call-form {
  left: auto;
  right: -30px;
}
.make-call .dropdown-menu {
  min-width: 340px;
}
.make-call .dropdown-menu::before {
  position: absolute;
  content: "";
  display: block;
  width: 0px;
  top: -12px;
  right: 70px;
  bottom: auto;
  left: auto;
  border: 12px solid #b8b8b8;
  border-top-width: 0px;
  border-right-color: transparent;
  border-left-color: transparent;
}
.make-call .dropdown-menu::after {
  position: absolute;
  content: "";
  display: block;
  width: 0px;
  top: -10px;
  right: 70px;
  bottom: auto;
  left: auto;
  border: 12px solid #ffffff;
  border-top-width: 0px;
  border-right-color: transparent;
  border-left-color: transparent;
}
.make-call .no-calls {
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  -ms-flex-pack: center;
  /* IE 10 Tween */
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  padding: 20px;
  font-size: 24px;
  font-weight: bold;
  color: #b8b8b8;
}
.make-call .nav-tabs.nav-tabs-second-level {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  background: linear-gradient(to bottom, #ffffff 0%, #e7e7e7 100%);
}
.make-call .nav-tabs.nav-tabs-second-level > li:first-child {
  margin-left: 10px;
}
.make-call .nav-tabs.nav-tabs-second-level > li > a {
  background: transparent;
}
.make-call.open > a.dropdown-toggle.on-a-call,
.make-call a.dropdown-toggle.on-a-call {
  background-color: #252525;
  color: #ffffff;
}
.make-call.open > a.dropdown-toggle.on-a-call:hover,
.make-call a.dropdown-toggle.on-a-call:hover {
  background-color: #3f3f3f;
}
.make-call .dialer-form {
  min-width: 255px;
  padding: 20px;
}
.make-call .on-queue-message {
  color: #b8b8b8;
  padding: 20px;
  text-align: center;
}
.make-call .dialer-make-call-for-queue-container {
  padding: 0 20px 20px 20px;
}
.make-call .dialer-actions {
  text-align: right;
}
.make-call .dialer-actions .dialer-cancel {
  margin-right: 10px;
}
.make-call .call-row {
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  border-bottom: 1px solid #b8b8b8;
  padding: 10px 20px 10px 10px;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  cursor: pointer;
  color: #4c4c4c;
}
.make-call .call-row.recording {
  background-color: #d2322d;
}
.make-call .call-row.recording .record-call .record {
  color: #d2322d;
}
.make-call .btn.call-row-btn.hang-up-call {
  color: #d2322d;
  margin-right: 0px;
}
.make-call .btn.call-row-btn.answer-call {
  color: #4f9325;
}
.make-call .call-row:last-child {
  margin-bottom: 20px;
}
.make-call .participant-img {
  margin-right: 10px;
}
.make-call .status {
  font-size: 12px;
  font-weight: normal;
}
.make-call .dialer-call-address {
  width: 190px;
}
.make-call .participant-info {
  /* 2009 - Safari, ? */
  -webkit-box-flex: 1;
  /* IE 10 Tween */
  -ms-flex-positive: 1;
  /* Current - Chrome, FF */
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  flex-grow: 1;
  font-size: 12px;
  margin-right: 20px;
}
.make-call .person-img.person-img-small .person-icon.monitor-participant {
  font-size: 25px;
}
.make-call .btn.call-row-btn {
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  -ms-border-radius: 2px;
  border-radius: 2px;
  padding: 0px 10px;
  height: 30px;
  margin-right: 5px;
}
.make-call .btn.call-row-btn.active {
  color: #4f9325;
}
.make-call .autocomplete-wrapper .autocomplete-container {
  top: auto;
  left: auto;
  right: auto;
}
.make-call .autocomplete-wrapper .autocomplete-list {
  padding: 0;
  width: 300px;
}
.make-call .autocomplete-wrapper {
  width: auto;
}
.make-call .make-call-form-item {
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
}
.make-call .form-group {
  margin-bottom: 0px;
  margin-right: 10px;
}
.make-call .on-a-call .recording {
  margin-left: 10px;
  color: #d2322d;
}
.make-call.recording-by-others {
  line-height: 22px;
  padding: 0px 15px;
}
.make-call.recording-by-others .recording {
  color: #d2322d;
  margin-right: 5px;
}
.my-account {
  padding: 20px;
}
.my-account .locale-display .active-locale {
  margin-right: 10px;
}
.my-account .locale-edit .locale-selection {
  display: inline-block;
  max-width: 500px;
  width: 50%;
}
.navbar-slim {
  font-size: 12px;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
  background: #195f7a url("../img/navbar-shine.png") no-repeat center top;
  border-bottom: 1px solid #195f7a;
  color: #FFF;
  margin: 0;
  position: fixed;
  top: 0px;
  left: 0px;
  right: 0px;
  min-height: 0px;
  height: 24px;
  z-index: 2;
}
.navbar-slim > .navbar-nav > li > a {
  color: inherit;
  padding-bottom: 0;
  padding-top: 0;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.navbar-slim > .navbar-nav > li > a:hover,
.navbar-slim > .navbar-nav > li > a:focus,
.navbar-slim > .navbar-nav .open > a,
.navbar-slim > .navbar-nav .open > a:hover,
.navbar-slim > .navbar-nav .open > a:focus {
  background-color: #195f7a;
}
.navbar-slim .navbar-nav {
  margin: 0;
  float: left;
}
.navbar-slim .navbar-nav > li {
  float: left;
}
.navbar-slim > .navbar-nav > .dropdown {
  border-left: 1px solid #237695;
  border-right: 1px solid #237695;
}
.navbar-slim .nav-button {
  border-left: 1px solid #4498b4;
}
.navbar-slim > .navbar-nav > .dropdown.nav-button {
  border-left: 1px solid #4498b4;
  border-right: none;
}
.navbar-slim > .navbar-nav > li > .dropdown-menu {
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
  color: #000;
  margin-top: 7px;
}
.person-img {
  height: 90px;
  width: 90px;
}
.person-img .person-icon {
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  background-color: #2a60c8;
  color: #f6f6f6;
  display: inline-block;
  font-size: 90px;
  height: 90px;
  overflow: hidden;
  position: relative;
  text-align: center;
  width: 90px;
}
.person-img .missing-participant {
  color: #b8b8b8;
  display: inline-block;
  font-size: 90px;
  height: 90px;
  line-height: 90px;
  position: relative;
  text-align: center;
  width: 90px;
}
.person-img .fa-user {
  bottom: -10%;
  left: 0;
  position: absolute;
  right: 0;
}
.person-img.person-img-xsmall {
  height: 30px;
  width: 30px;
}
.person-img.person-img-xsmall .person-icon {
  font-size: 30px;
  height: 30px;
  width: 30px;
}
.person-img.person-img-small {
  height: 40px;
  width: 40px;
}
.person-img.person-img-small .person-icon {
  font-size: 40px;
  height: 40px;
  width: 40px;
}
.person-img.person-img-medium {
  height: 100px;
  width: 100px;
}
.person-img.person-img-medium .person-icon {
  font-size: 100px;
  height: 100px;
  width: 100px;
}
.person-img.person-img-huge {
  height: 150px;
  width: 150px;
}
.person-img.person-img-huge .person-icon {
  font-size: 150px;
  height: 150px;
  width: 150px;
}
.preview-controls .preview-button {
  min-width: 150px;
  margin-top: 20px;
  margin-bottom: 20px;
  margin-right: 20px;
}
.preview-controls .preview-text {
  min-width: 100px;
  margin-top: 20px;
  margin-bottom: 20px;
  margin-right: 20px;
  padding: 7px;
  position: relative;
  color: #FFF;
}
.preview-controls .dropdown-menu.preview-phone-numbers {
  left: auto;
  top: 55px;
}
.preview-controls #preview-timeout-timer {
  pointer-events: none;
}
.privileged-container {
  overflow: visible;
  padding: 20px;
}
.fixed-height .privileged-container,
.fixed-height .privileged-container .component-container {
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  /* 2009 - Safari, ? */
  -webkit-box-direction: normal;
  -box-direction: normal;
  -webkit-box-orient: vertical;
  -box-orient: vertical;
  /* Current - Chrome, FF */
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  /* 2009 - Safari, ? */
  -webkit-box-flex: 1;
  /* IE 10 Tween */
  -ms-flex-positive: 1;
  /* Current - Chrome, FF */
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  flex-grow: 1;
  -webkit-flex: 1 1 100%;
  -moz-flex: 1 1 100%;
  -ms-flex: 1 1 100%;
  flex: 1 1 100%;
  min-height: 0;
  position: relative;
}
.fill-content .privileged-container {
  padding: 0;
}
.page-content {
  background-color: white;
  position: relative;
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  z-index: 1;
}
.page-content > .page-section {
  /* 2009 - Safari, ? */
  -webkit-box-flex: 1;
  /* IE 10 Tween */
  -ms-flex-positive: 1;
  /* Current - Chrome, FF */
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  flex-grow: 1;
}
.page-content > .main-content {
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  /* 2009 - Safari, ? */
  -webkit-box-direction: normal;
  -box-direction: normal;
  -webkit-box-orient: vertical;
  -box-orient: vertical;
  /* Current - Chrome, FF */
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  /* 2009 - Safari, ? */
  -webkit-box-flex: 1;
  /* IE 10 Tween */
  -ms-flex-negative: 1;
  /* Current - Chrome, FF */
  -webkit-flex-shrink: 1;
  -moz-flex-shrink: 1;
  flex-shrink: 1;
  width: 100%;
  min-width: 0;
}
.page-content > .main-content > .interactions {
  /* 2009 - Safari, ? */
  -webkit-box-flex: 1;
  /* IE 10 Tween */
  -ms-flex-positive: 1;
  /* Current - Chrome, FF */
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  flex-grow: 1;
}
.page-content > .communications-panel {
  /* 2009 - Safari, ? */
  /* IE 10 Tween */
  -ms-flex-positive: 0;
  /* Current - Chrome, FF */
  -webkit-flex-grow: 0;
  -moz-flex-grow: 0;
  flex-grow: 0;
  /* 2009 - Safari, ? */
  -webkit-box-flex: 0;
  /* IE 10 Tween */
  -ms-flex-negative: 0;
  /* Current - Chrome, FF */
  -webkit-flex-shrink: 0;
  -moz-flex-shrink: 0;
  flex-shrink: 0;
  z-index: 2;
}
.page-content .breadcrumb-container {
  position: absolute;
  top: 20px;
  left: 20px;
  right: 740px;
  height: 40px;
  z-index: 1010;
  -webkit-transition: right 200ms ease-in-out;
  transition: right 200ms ease-in-out;
}
.page-content .breadcrumb-container + div {
  padding-top: 60px;
}
.page-content .breadcrumb-container + div .page-header-extras {
  margin-top: -40px;
}
.fixed-height .page-content {
  -webkit-flex: 1 1 100%;
  -moz-flex: 1 1 100%;
  -ms-flex: 1 1 100%;
  flex: 1 1 100%;
  min-height: 0;
}
.fixed-height .page-content > .main-content {
  -webkit-flex: 1 1 100%;
  -moz-flex: 1 1 100%;
  -ms-flex: 1 1 100%;
  flex: 1 1 100%;
  min-height: 0;
}
.queue-wait {
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  /* 2009 - Safari, ? */
  -webkit-box-direction: normal;
  -box-direction: normal;
  -webkit-box-orient: vertical;
  -box-orient: vertical;
  /* Current - Chrome, FF */
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center;
  padding-top: 130px;
}
.queue-wait > .wait-message {
  background-color: #f6f6f6;
  border-radius: 6px;
  color: #56aac6;
  display: inline-block;
  font-weight: bold;
  margin-bottom: 50px;
  padding: 45px;
  text-align: center;
}
.queue-wait > .quote-list {
  color: #b8b8b8;
  display: inline-block;
  font-size: 20px;
  position: relative;
  width: 500px;
}
.queue-wait > .quote-list > .queue-quote {
  position: absolute;
  top: 0;
  width: 100%;
}
.queue-wait > .quote-list > .queue-quote > .quote {
  margin-bottom: 15px;
}
.queue-wait > .quote-list > .queue-quote > .attribution {
  font-style: italic;
}
.queue-wait > .quote-list > .queue-quote {
  -webkit-animation-name: quote-show;
  -moz-animation-name: quote-show;
  -ms-animation-name: quote-show;
  animation-name: quote-show;
  -webkit-animation-duration: 40s;
  -moz-animation-duration: 40s;
  -ms-animation-duration: 40s;
  animation-duration: 40s;
  -webkit-animation-iteration-count: infinite;
  -moz-animation-iteration-count: infinite;
  -ms-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  opacity: 0;
}
.queue-wait > .quote-list > .queue-quote:nth-child(2) {
  -webkit-animation-delay: 10s;
  -moz-animation-delay: 10s;
  -ms-animation-delay: 10s;
  animation-delay: 10s;
}
.queue-wait > .quote-list > .queue-quote:nth-child(3) {
  -webkit-animation-delay: 20s;
  -moz-animation-delay: 20s;
  -ms-animation-delay: 20s;
  animation-delay: 20s;
}
.queue-wait > .quote-list > .queue-quote:nth-child(4) {
  -webkit-animation-delay: 30s;
  -moz-animation-delay: 30s;
  -ms-animation-delay: 30s;
  animation-delay: 30s;
}
@-webkit-keyframes quote-show {
  0%,
  25% {
    opacity: 0;
  }
  1.25%,
  23.75% {
    opacity: 1;
  }
}
@-ms-keyframes quote-show {
  0%,
  25% {
    opacity: 0;
  }
  1.25%,
  23.75% {
    opacity: 1;
  }
}
@keyframes quote-show {
  0%,
  25% {
    opacity: 0;
  }
  1.25%,
  23.75% {
    opacity: 1;
  }
}
.queue-wait .snail-progress {
  margin-top: 30px;
}
.tooltip {
  top: 0px;
  left: 0px;
  width: auto;
  border-radius: 6px;
  margin: 0px;
  position: fixed;
  z-index: -9999;
  opacity: 0;
  outline: none;
  word-wrap: break-word;
}
.tooltip .tooltip-inner {
  min-width: 10px;
  max-width: 433px;
  text-align: left;
  white-space: normal;
}
.tooltip.tooltip-is-open {
  z-index: 1030;
  opacity: 1;
}
.tooltip .tooltip-close-button {
  margin: 5px;
  font-size: 15px;
  color: #ffffff;
}
.tooltip-arrow {
  border: solid;
  border-color: #252525 transparent;
  border-left-width: 10px;
  border-right-width: 10px;
  position: relative;
  z-index: 1030;
  display: block;
  padding: 0px;
  margin: 0px 20px;
}
.tooltip-tail-right {
  float: right;
}
.tooltip-tail-left {
  float: left;
}
.tooltip-arrow-up {
  border-top-width: 0px;
  border-bottom-width: 10px;
}
.tooltip-arrow-down {
  border-top-width: 10px;
  border-bottom-width: 0px;
}
body.light-theme .tooltip {
  font-family: 'Roboto', sans-serif;
}
body.light-theme .tooltip .tooltip-inner {
  background-color: #fdfdfd;
  border: 1px solid #e4e9f0;
  color: #444a52;
  box-shadow: 0 0 2px 1px rgba(34, 37, 41, 0.14);
  border-radius: 0;
}
body.light-theme .tooltip .tooltip-arrow {
  border-width: 5px;
  transform: rotate(-45deg);
}
body.light-theme .tooltip .tooltip-arrow.tooltip-arrow-down {
  border-color: transparent transparent #fdfdfd #fdfdfd;
  box-shadow: -1px 1px 0 0 #e4e9f0, -2px 2px 2px 0px rgba(34, 37, 41, 0.14);
  transform-origin: 0px -4px;
}
body.light-theme .tooltip .tooltip-arrow.tooltip-arrow-up {
  border-color: #fdfdfd #fdfdfd transparent transparent;
  box-shadow: 1px -1px 0 0 #e4e9f0, 2px -2px 2px 0px rgba(34, 37, 41, 0.14);
  transform-origin: 10px 11px;
}
.help-menu .dropdown-menu::before {
  position: absolute;
  content: "";
  display: block;
  width: 0px;
  top: -12px;
  left: 20px;
  bottom: auto;
  right: auto;
  border: 12px solid #b8b8b8;
  border-top-width: 0px;
  border-right-color: transparent;
  border-left-color: transparent;
}
.help-menu .dropdown-menu::after {
  position: absolute;
  content: "";
  display: block;
  width: 0px;
  top: -10px;
  left: 20px;
  bottom: auto;
  right: auto;
  border: 12px solid #ffffff;
  border-top-width: 0px;
  border-right-color: transparent;
  border-left-color: transparent;
}
.dashlet {
  border: 1px solid #b8b8b8;
  border-radius: 6px;
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  /* 2009 - Safari, ? */
  -webkit-box-direction: normal;
  -box-direction: normal;
  -webkit-box-orient: vertical;
  -box-orient: vertical;
  /* Current - Chrome, FF */
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 376px;
  margin: 0 20px 20px 0;
  padding: 20px;
  width: 433px;
}
.dashlet .dashlet-header {
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  /* 2009 - Safari, ? */
  -webkit-box-flex: 0;
  /* IE 10 Tween */
  -ms-flex-negative: 0;
  /* Current - Chrome, FF */
  -webkit-flex-shrink: 0;
  -moz-flex-shrink: 0;
  flex-shrink: 0;
  -ms-flex-pack: justify;
  /* IE 10 Tween */
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
  margin-bottom: 10px;
}
.dashlet .dashlet-header .title {
  font-weight: bold;
}
.dashlet.dashlet-chart .dashlet-header {
  border-bottom: 1px solid #ccc;
  padding-bottom: 10px;
}
.dashlet .loading-container {
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  /* 2009 - Safari, ? */
  -webkit-box-flex: 1;
  /* IE 10 Tween */
  -ms-flex-positive: 1;
  /* Current - Chrome, FF */
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  flex-grow: 1;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  justify-content: center;
}
.dashlet .chart {
  display: block;
  height: 283px;
  /* 2009 - Safari, ? */
  /* IE 10 Tween */
  -ms-flex-negative: 1;
  /* Current - Chrome, FF */
  -webkit-flex-shrink: 1;
  -moz-flex-shrink: 1;
  flex-shrink: 1;
  /* 2009 - Safari, ? */
  -webkit-box-flex: 1;
  /* IE 10 Tween */
  -ms-flex-positive: 1;
  /* Current - Chrome, FF */
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  flex-grow: 1;
  /* IE 10 Tween */
  -ms-flex-preferred-size: 100%;
  -webkit-flex-basis: 100%;
  -moz-flex-basis: 100%;
  flex-basis: 100%;
}
.dashlet .chart .chart-canvas {
  height: 209px;
}
.queue-select {
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  /* 2009 - Safari, ? */
  -webkit-box-flex: inherit;
  /* IE 10 Tween */
  -ms-flex-positive: inherit;
  /* Current - Chrome, FF */
  -webkit-flex-grow: inherit;
  -moz-flex-grow: inherit;
  flex-grow: inherit;
  /* 2009 - Safari, ? */
  -webkit-box-direction: normal;
  -box-direction: normal;
  -webkit-box-orient: vertical;
  -box-orient: vertical;
  /* Current - Chrome, FF */
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
.queue-select .queue-select-wrapper {
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  -webkit-flex: 1 1 100%;
  -moz-flex: 1 1 100%;
  -ms-flex: 1 1 100%;
  flex: 1 1 100%;
  width: 60%;
  padding: 20px;
  margin: auto;
  max-height: 600px;
}
.queue-select .loading-container {
  margin: 0 auto;
}
.queue-select .queue-select-form {
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  -webkit-flex: 1 1 auto;
  -moz-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  /* 2009 - Safari, ? */
  -webkit-box-direction: normal;
  -box-direction: normal;
  -webkit-box-orient: vertical;
  -box-orient: vertical;
  /* Current - Chrome, FF */
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
}
.queue-select .queue-select-actions {
  padding-top: 20px;
  -webkit-flex: 0 0 auto;
  -moz-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}
.user-profile .heading {
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  /* 2009 - Safari, ? */
  -webkit-box-flex: 0;
  /* IE 10 Tween */
  -ms-flex-negative: 0;
  /* Current - Chrome, FF */
  -webkit-flex-shrink: 0;
  -moz-flex-shrink: 0;
  flex-shrink: 0;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -ms-flex-pack: center;
  /* IE 10 Tween */
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  backface-visibility: hidden;
  font-size: 16px;
  color: #5f5f5f;
  padding-top: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #dadada;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  background-color: #ffffff;
}
.user-profile .heading .header-menu.header-back-btn {
  font-size: 12px;
  color: #4c4c4c;
  padding: 0;
  min-width: 50px;
  background-color: transparent;
  border: 0;
}
.user-profile .title {
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  -ms-flex-pack: center;
  /* IE 10 Tween */
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  /* 2009 - Safari, ? */
  -webkit-box-flex: 2;
  /* IE 10 Tween */
  -ms-flex-positive: 2;
  /* Current - Chrome, FF */
  -webkit-flex-grow: 2;
  -moz-flex-grow: 2;
  flex-grow: 2;
}
body.frameless.fixed-height {
  overflow-x: hidden;
  overflow-y: hidden;
}
body.frameless.fixed-height .privileged-container {
  overflow-y: hidden;
}
.frameless header.context-tools {
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  /* 2009 - Safari, ? */
  -webkit-box-direction: normal;
  -box-direction: normal;
  -webkit-box-orient: horizontal;
  -box-orient: horizontal;
  /* Current - Chrome, FF */
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -moz-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -ms-flex-pack: center;
  /* IE 10 Tween */
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-flex: 0 1 auto;
  -moz-flex: 0 1 auto;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  border: 1px solid #E1E1E1;
  background-color: #F4F4F4;
  margin-left: -30px;
  margin-right: -20px;
  margin-bottom: 20px;
  padding-left: 30px;
  padding-right: 25px;
  min-width: 0;
  min-height: 60px;
}
.frameless header.context-tools .page-title-area {
  -webkit-flex: 1 1 30%;
  -moz-flex: 1 1 30%;
  -ms-flex: 1 1 30%;
  flex: 1 1 30%;
  -ms-flex-item-align: center;
  /* IE 10 Tween */
  -webkit-align-self: center;
  -moz-align-self: center;
  align-self: center;
  text-overflow: ellipsis;
  overflow-x: hidden;
}
.frameless header.context-tools .page-title-area > span {
  display: inline;
  white-space: nowrap;
}
.frameless header.context-tools .page-header-extras {
  -webkit-flex: 0 1 auto;
  -moz-flex: 0 1 auto;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  -ms-flex-item-align: center;
  /* IE 10 Tween */
  -webkit-align-self: center;
  -moz-align-self: center;
  align-self: center;
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  -ms-flex-pack: end;
  /* IE 10 Tween */
  -webkit-justify-content: flex-end;
  -moz-justify-content: flex-end;
  justify-content: flex-end;
  padding-right: 0;
  margin: 0;
  min-width: 400px;
  white-space: nowrap;
}
.frameless header.context-tools .page-header-extras .btn-group {
  -ms-flex-item-align: center;
  /* IE 10 Tween */
  -webkit-align-self: center;
  -moz-align-self: center;
  align-self: center;
}
.frameless header.context-tools .page-header-extras .btn-group label {
  margin-bottom: 0;
}
.frameless .oauth-error-container {
  width: 100%;
  margin-top: 60px;
  text-align: center;
}
.popover2 {
  top: 0px;
  left: 0px;
  width: auto;
  border-radius: 6px;
  border: #b8b8b8 1px solid;
  background: white;
  margin: 0px;
  max-width: 100%;
  max-height: 100%;
  position: relative;
  z-index: -9999;
  opacity: 0;
  outline: none;
  word-wrap: break-word;
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  /* 2009 - Safari, ? */
  -webkit-box-direction: normal;
  -box-direction: normal;
  -webkit-box-orient: vertical;
  -box-orient: vertical;
  /* Current - Chrome, FF */
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
.popover2:after,
.popover2:before {
  right: 100%;
  top: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}
.popover2:after {
  border-color: rgba(246, 246, 246, 0);
  border-right-color: #ffffff;
  border-width: 30px;
  margin-top: -30px;
}
.popover2:before {
  border-color: rgba(184, 184, 184, 0);
  border-right-color: #b8b8b8;
  border-width: 31px;
  margin-top: -31px;
}
.popover2 .popover-title {
  -webkit-flex: 1 0 auto;
  -moz-flex: 1 0 auto;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  justify-content: space-between;
}
.popover2 .popover-title .popover-header-title {
  -webkit-flex: 1 0 auto;
  -moz-flex: 1 0 auto;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
  -ms-flex-item-align: center;
  /* IE 10 Tween */
  -webkit-align-self: center;
  -moz-align-self: center;
  align-self: center;
  margin: 0 10px;
}
.popover2 .popover-title .btn-popover-close {
  background-color: transparent;
  border: none;
}
.popover2 .popover-content {
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  min-width: 10px;
  overflow: auto;
  text-align: left;
  white-space: normal;
}
.popover2 .popover-content .duration-mods {
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  justify-content: center;
}
.popover2.popover-is-open {
  z-index: 1030;
  opacity: 1;
}
.popover2 .popover-close-button {
  margin: 5px;
  font-size: 15px;
  color: #ffffff;
}
.clear-input-wrapper {
  -webkit-flex: 0 0 auto;
  -moz-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  display: inline;
  position: relative;
}
.clear-input-wrapper .clear-input-btn {
  position: absolute;
  cursor: pointer;
  margin: 0;
  padding: 10px;
  z-index: 2;
  font-size: 14px;
}
.dt-auto-sizing .dt-row-empty {
  display: none;
}
body.light-theme .table-controls {
  background-image: none;
  background-color: #f6f6f6;
}
.time-input {
  -webkit-flex: 0 0 auto;
  -moz-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  /* 2009 - Safari, ? */
  -webkit-box-direction: normal;
  -box-direction: normal;
  -webkit-box-orient: horizontal;
  -box-orient: horizontal;
  /* Current - Chrome, FF */
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-flex-wrap: nowrap;
  -moz-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  padding: 2px 0 2px;
  height: 36px;
  font-size: 14px;
  line-height: 1.6;
  color: #555;
  vertical-align: middle;
  background-color: #fff;
  border: 1px solid #ccc;
  cursor: pointer;
  box-sizing: border-box;
  overflow: hidden;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  -ms-border-radius: 6px;
  border-radius: 6px;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.time-input label:first-of-type {
  margin-left: 2px;
}
.time-input input:focus {
  background-color: #b3d4fd;
}
.time-input input {
  -webkit-flex: 0 0 auto;
  -moz-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  text-align: center;
  border: none;
  outline: none;
  background: none;
  min-height: 100%;
}
.time-input [class^="time-"] {
  width: 2em;
}
.time-input .meridiem {
  width: 2.2em;
}
.time-input .clearInput {
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  /* 2009 - Safari, ? */
  -webkit-box-direction: normal;
  -box-direction: normal;
  -webkit-box-orient: horizontal;
  -box-orient: horizontal;
  /* Current - Chrome, FF */
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-align-content: center;
  -moz-align-content: center;
  align-content: center;
  -webkit-flex: 0 0 auto;
  -moz-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 2em;
  height: 2em;
  display: block;
  padding-top: .2em;
  padding-left: .15em;
  text-align: center;
  cursor: pointer;
}
.time-input .spinnerButtons {
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  /* 2009 - Safari, ? */
  -webkit-box-direction: normal;
  -box-direction: normal;
  -webkit-box-orient: horizontal;
  -box-orient: horizontal;
  /* Current - Chrome, FF */
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-align-content: center;
  -moz-align-content: center;
  align-content: center;
  -webkit-flex: 0 0 auto;
  -moz-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  padding-left: .3em;
  width: 2em;
  height: 100%;
  display: inline-block;
  cursor: pointer;
  vertical-align: top;
}
.time-input .spinnerButtons > [class^="spinner-"] {
  width: 2em;
  height: 50%;
  display: block;
  text-align: center;
}
.time-input .spinnerButtons > [class^="spinner-"] .fa {
  vertical-align: top;
}
.time-input[disabled="disabled"] {
  background-color: #eee;
  cursor: not-allowed;
}
.time-input[disabled="disabled"] > :disabled {
  cursor: not-allowed;
}
.form-group.has-error > div > div.time-input {
  border: 1px solid #d2322d;
  background-color: #eac3c2;
}
.form-group.has-error > div > div.time-input input {
  background: none;
}
body.light-theme .time-input {
  border: 1px solid #dae1e8;
  box-shadow: inset 0 0 3px 0 rgba(34, 37, 41, 0.24);
  background-color: #fdfdfd;
}
body.light-theme .time-input:focus-within {
  border: 1px solid #2a60c8;
  box-shadow: 0 0 2px 0 rgba(117, 168, 255, 0.72);
}
body.light-theme .time-input:active {
  box-shadow: 0 0 0 3px solid rgba(117, 168, 255, 0.5);
}
body.light-theme .time-input input:focus {
  background-color: #deeaff;
}
body.light-theme .form-group.has-error > div > div.time-input {
  border: 1px solid #f53131;
  box-shadow: inset 0 0 2px 0 #f53131;
  background-color: #fdfdfd;
}
.inherited-form-control .inherited-form-control-wrapper {
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
}
.inherited-form-control .inherited-form-control-wrapper .inherited-form-control-adorned {
  -webkit-flex: 0 1 auto;
  -moz-flex: 0 1 auto;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
}
.inherited-form-control .inherited-form-control-wrapper .inherited-form-control-adorned-pull-right {
  -webkit-flex: 1 1 auto;
  -moz-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
.inherited-form-control .inherited-form-control-wrapper .inherited-form-control-icon {
  -webkit-flex: 0 0 auto;
  -moz-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  -ms-flex-pack: end;
  /* IE 10 Tween */
  -webkit-justify-content: flex-end;
  -moz-justify-content: flex-end;
  justify-content: flex-end;
  -ms-flex-item-align: center;
  /* IE 10 Tween */
  -webkit-align-self: center;
  -moz-align-self: center;
  align-self: center;
  cursor: auto;
  padding: 0px 0px 0px 10px;
  outline: none;
  color: #000;
}
.inherited-form-control .inherited-form-control-wrapper .inherited-form-control-icon[disabled] {
  opacity: 0.5;
}
.inherited-form-control .inherited-form-control-wrapper .inherited-form-control-icon i {
  vertical-align: top;
}
.inherited-form-control .inherited-form-control-wrapper .inherited-form-control-icon:focus i {
  box-shadow: 0 0 3px 3px #7dadd9;
}
.inherited-form-control .inherited-form-control-wrapper .inherited-form-popover-container .popover-container {
  max-width: 400px;
}
.inherited-form-control .inherited-form-control-state-override:not([disabled]) {
  background-color: #e5eff1 !important;
}
.inherited-form-control-tooltip-text {
  white-space: nowrap;
}
body.light-theme .inherited-form-control .inherited-form-control-wrapper .inherited-form-control-icon {
  color: #222529;
}
body.light-theme .inherited-form-control .inherited-form-control-wrapper .inherited-form-control-icon:focus i {
  box-shadow: 0 0 3px 3px rgba(117, 168, 255, 0.72);
}
body.light-theme .inherited-form-control .inherited-form-control-state-override:not([disabled]) {
  background-color: #deeaff !important;
}
.date-range-picker2 {
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
}
.date-range-picker2 .calendar-container {
  padding: 10px;
}
.date-range-picker2 .calendar-container .bootstrap-datetimepicker-widget table td,
.date-range-picker2 .calendar-container .bootstrap-datetimepicker-widget table th {
  border-radius: 0;
}
.date-range-picker2 .date-range-command-container {
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  /* 2009 - Safari, ? */
  -webkit-box-direction: normal;
  -box-direction: normal;
  -webkit-box-orient: vertical;
  -box-orient: vertical;
  /* Current - Chrome, FF */
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: justify;
  /* IE 10 Tween */
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
  padding: 20px;
  max-width: 200px;
}
.date-range-picker2 .date-range-command-container .date-range-dropdown {
  text-align: center;
}
.date-range-picker2 .date-range-command-container .range-inputs {
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  /* 2009 - Safari, ? */
  -webkit-box-direction: normal;
  -box-direction: normal;
  -webkit-box-orient: vertical;
  -box-orient: vertical;
  /* Current - Chrome, FF */
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
.date-range-picker2 .date-range-command-container .command-actions {
  margin: 0 auto;
}
.date-range2-container {
  width: 200px;
}
body.light-theme .daterangepicker {
  background: #fdfdfd;
}
body.light-theme .daterangepicker td.active,
body.light-theme .daterangepicker td.active:hover {
  background-color: #2a60c8;
  color: #fdfdfd;
}
body.light-theme .daterangepicker .calendar th,
body.light-theme .daterangepicker .calendar td {
  font-family: 'Roboto', sans-serif;
}
body.light-theme .daterangepicker .calendar-date {
  background: #fdfdfd;
}
body.light-theme .daterangepicker .ranges .input-mini {
  color: #444a52;
  border: 1px solid #dae1e8;
  background-color: #fdfdfd;
  box-shadow: inset 0 0 3px 0 rgba(34, 37, 41, 0.24);
  outline: none;
}
body.light-theme .daterangepicker .ranges .input-mini::placeholder {
  color: #9baab8;
}
body.light-theme .daterangepicker .ranges .input-mini:hover {
  cursor: pointer;
}
body.light-theme .daterangepicker .ranges .input-mini:focus {
  border-color: #2a60c8;
  box-shadow: 0 0 2px 0px rgba(117, 168, 255, 0.72);
  cursor: text;
}
body.light-theme .daterangepicker .ranges .input-mini:active {
  box-shadow: 0 0 0 3px rgba(117, 168, 255, 0.5);
}
body.light-theme .daterangepicker .ranges .input-mini[disabled] {
  cursor: not-allowed;
  opacity: 0.5;
}
body.light-theme .weekpicker td.in-range {
  background-color: #2a60c8;
  color: #fdfdfd;
}
body.light-theme .popover {
  background-color: #fdfdfd;
  font-family: 'Roboto', sans-serif;
}
body.light-theme .bootstrap-datetimepicker-widget table td.active,
body.light-theme .bootstrap-datetimepicker-widget table td.active:hover,
body.light-theme .bootstrap-datetimepicker-widget table td span.active {
  background-color: #2a60c8;
  color: #fdfdfd;
}
body.light-theme .daterange-picker,
body.light-theme .input-group.date {
  border-radius: 6px;
  border: 1px solid #dae1e8;
  box-shadow: inset 0 0 3px 0 rgba(34, 37, 41, 0.24);
  background: #fdfdfd;
}
body.light-theme .daterange-picker.active,
body.light-theme .input-group.date.active,
body.light-theme .daterange-picker:focus-within,
body.light-theme .input-group.date:focus-within {
  border: 1px solid #2a60c8;
  box-shadow: 0 0 2px 0 rgba(117, 168, 255, 0.72);
}
body.light-theme .daterange-picker:hover,
body.light-theme .input-group.date:hover {
  cursor: pointer;
}
body.light-theme .daterange-picker:hover .glyphicon,
body.light-theme .input-group.date:hover .glyphicon,
body.light-theme .daterange-picker:hover i.fa,
body.light-theme .input-group.date:hover i.fa {
  color: #2a60c8;
}
body.light-theme .daterange-picker .form-control,
body.light-theme .input-group.date .form-control,
body.light-theme .daterange-picker .input-group-addon,
body.light-theme .input-group.date .input-group-addon {
  background: none;
  border: none;
  box-shadow: none;
}
body.light-theme .daterange-picker .form-control:focus,
body.light-theme .input-group.date .form-control:focus,
body.light-theme .daterange-picker .input-group-addon:focus,
body.light-theme .input-group.date .input-group-addon:focus,
body.light-theme .daterange-picker .form-control:active,
body.light-theme .input-group.date .form-control:active,
body.light-theme .daterange-picker .input-group-addon:active,
body.light-theme .input-group.date .input-group-addon:active {
  background: none;
  border: none;
  box-shadow: none;
}
body.light-theme .has-error .input-group.date {
  border: 1px solid #f53131;
  box-shadow: inset 0 0 2px 0 #f53131;
  background-color: #fdfdfd;
}
.scheduled-callbacks-grid .load-indicator {
  height: 25px;
  margin-left: 0;
  width: 25px;
}
.cm .cm-tooltip {
  word-wrap: break-word;
}
.main-horizontal,
.main-vertical {
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  min-height: 0px;
  min-width: 0px;
}
.main-horizontal {
  /* 2009 - Safari, ? */
  -webkit-box-direction: normal;
  -box-direction: normal;
  -webkit-box-orient: horizontal;
  -box-orient: horizontal;
  /* Current - Chrome, FF */
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
}
.main-horizontal-rev {
  /* 2009 - Safari, ? */
  -webkit-box-direction: reverse;
  -box-direction: reverse;
  -webkit-box-orient: horizontal;
  -box-orient: horizontal;
  /* Current - Chrome, FF */
  -webkit-flex-direction: row-reverse;
  -moz-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.main-vertical {
  /* 2009 - Safari, ? */
  -webkit-box-direction: normal;
  -box-direction: normal;
  -webkit-box-orient: vertical;
  -box-orient: vertical;
  /* Current - Chrome, FF */
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
.main-vertical-rev {
  /* 2009 - Safari, ? */
  -webkit-box-direction: reverse;
  -box-direction: reverse;
  -webkit-box-orient: vertical;
  -box-orient: vertical;
  /* Current - Chrome, FF */
  -webkit-flex-direction: column-reverse;
  -moz-flex-direction: column-reverse;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
}
.main-start {
  -ms-flex-pack: start;
  /* IE 10 Tween */
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
}
.main-space-around {
  -ms-flex-pack: distribute;
  /* IE 10 Tween */
  -webkit-justify-content: space-around;
  -moz-justify-content: space-around;
  justify-content: space-around;
}
.main-space-between {
  -ms-flex-pack: justify;
  /* IE 10 Tween */
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
}
.main-end {
  -ms-flex-pack: end;
  /* IE 10 Tween */
  -webkit-justify-content: flex-end;
  -moz-justify-content: flex-end;
  justify-content: flex-end;
}
.main-center {
  -ms-flex-pack: center;
  /* IE 10 Tween */
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
}
.cross-space-stretch {
  -webkit-align-content: stretch;
  -moz-align-content: stretch;
  align-content: stretch;
}
.cross-space-center {
  -webkit-align-content: center;
  -moz-align-content: center;
  align-content: center;
}
.cross-space-start {
  -webkit-align-content: flex-start;
  -moz-align-content: flex-start;
  align-content: flex-start;
}
.cross-space-end {
  -webkit-align-content: flex-end;
  -moz-align-content: flex-end;
  align-content: flex-end;
}
.cross-space-around {
  -webkit-align-content: space-around;
  -moz-align-content: space-around;
  align-content: space-around;
}
.cross-space-between {
  -webkit-align-content: space-between;
  -moz-align-content: space-between;
  align-content: space-between;
}
.cross-stretch {
  -ms-flex-align: stretch;
  -webkit-align-items: stretch;
  -moz-align-items: stretch;
  align-items: stretch;
}
.cross-start {
  -ms-flex-align: start;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start;
}
.cross-end {
  -ms-flex-align: end;
  -webkit-align-items: flex-end;
  -moz-align-items: flex-end;
  align-items: flex-end;
}
.cross-center {
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
}
.cross-baseline {
  -ms-flex-align: baseline;
  -webkit-align-items: baseline;
  -moz-align-items: baseline;
  align-items: baseline;
}
.align-self-start {
  -ms-flex-item-align: start;
  /* IE 10 Tween */
  -webkit-align-self: flex-start;
  -moz-align-self: flex-start;
  align-self: flex-start;
}
.align-self-end {
  -ms-flex-item-align: end;
  /* IE 10 Tween */
  -webkit-align-self: flex-end;
  -moz-align-self: flex-end;
  align-self: flex-end;
}
.align-self-center {
  -ms-flex-item-align: center;
  /* IE 10 Tween */
  -webkit-align-self: center;
  -moz-align-self: center;
  align-self: center;
}
.align-self-stretch {
  -ms-flex-item-align: stretch;
  /* IE 10 Tween */
  -webkit-align-self: stretch;
  -moz-align-self: stretch;
  align-self: stretch;
}
.align-self-baseline {
  -ms-flex-item-align: baseline;
  /* IE 10 Tween */
  -webkit-align-self: baseline;
  -moz-align-self: baseline;
  align-self: baseline;
}
.align-self-auto {
  -ms-flex-item-align: auto;
  /* IE 10 Tween */
  -webkit-align-self: auto;
  -moz-align-self: auto;
  align-self: auto;
}
.nowrap {
  -webkit-flex-wrap: nowrap;
  -moz-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.wrap {
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.wrap-reverse {
  -webkit-flex-wrap: wrap-reverse;
  -moz-flex-wrap: wrap-reverse;
  -ms-flex-wrap: wrap-reverse;
  flex-wrap: wrap-reverse;
}
.align-left {
  margin-right: auto;
}
.align-right {
  margin-left: auto;
}
.cc-skin .btn,
.ef-main .btn,
.ef-evaluation .btn {
  border-color: #888888;
  border-style: solid;
}
.cc-skin .btn:hover,
.cc-skin .btn:focus,
.ef-main .btn:hover,
.ef-main .btn:focus,
.ef-evaluation .btn:hover,
.ef-evaluation .btn:focus {
  border-color: #56aac6;
}
.cc-skin .btn.btn-checkbox,
.ef-main .btn.btn-checkbox,
.ef-evaluation .btn.btn-checkbox {
  border: none;
}
.cc-skin .cc-btn-plain,
.cc-skin .btn.dropdown-toggle,
.ef-main .cc-btn-plain,
.ef-main .btn.dropdown-toggle,
.ef-evaluation .cc-btn-plain,
.ef-evaluation .btn.dropdown-toggle {
  background-color: #dddddd;
  color: #222222;
}
.cc-skin .cc-btn-plain:hover,
.cc-skin .btn.dropdown-toggle:hover,
.cc-skin .cc-btn-plain:focus,
.cc-skin .btn.dropdown-toggle:focus,
.ef-main .cc-btn-plain:hover,
.ef-main .btn.dropdown-toggle:hover,
.ef-main .cc-btn-plain:focus,
.ef-main .btn.dropdown-toggle:focus,
.ef-evaluation .cc-btn-plain:hover,
.ef-evaluation .btn.dropdown-toggle:hover,
.ef-evaluation .cc-btn-plain:focus,
.ef-evaluation .btn.dropdown-toggle:focus {
  background-color: #eeeeee;
  color: #111111;
}
.cc-skin .cc-btn-interacting,
.ef-main .cc-btn-interacting,
.ef-evaluation .cc-btn-interacting {
  background-color: #222222;
  color: #dddddd;
}
.cc-skin .cc-btn-interacting:hover,
.cc-skin .cc-btn-interacting:focus,
.ef-main .cc-btn-interacting:hover,
.ef-main .cc-btn-interacting:focus,
.ef-evaluation .cc-btn-interacting:hover,
.ef-evaluation .cc-btn-interacting:focus {
  background-color: #111111;
  color: #eeeeee;
}
.cc-skin label,
.ef-main label,
.ef-evaluation label {
  font-weight: normal;
}
.cc-skin .label-block,
.ef-main .label-block,
.ef-evaluation .label-block {
  display: block;
}
.cc-skin textarea,
.ef-main textarea,
.ef-evaluation textarea {
  resize: vertical;
}
.cc-skin input[type="radio"],
.cc-skin input[type="checkbox"],
.ef-main input[type="radio"],
.ef-main input[type="checkbox"],
.ef-evaluation input[type="radio"],
.ef-evaluation input[type="checkbox"] {
  cursor: pointer;
}
.cc-skin input[type="radio"][disabled],
.cc-skin input[type="checkbox"][disabled],
.ef-main input[type="radio"][disabled],
.ef-main input[type="checkbox"][disabled],
.ef-evaluation input[type="radio"][disabled],
.ef-evaluation input[type="checkbox"][disabled] {
  cursor: not-allowed;
}
.cc-text-skin label {
  font-weight: normal;
}
.cc-text-skin .label-block {
  display: block;
}
.cc-text-skin textarea {
  resize: vertical;
}
.cc-text-skin input[type="radio"],
.cc-text-skin input[type="checkbox"] {
  cursor: pointer;
}
.cc-text-skin input[type="radio"][disabled],
.cc-text-skin input[type="checkbox"][disabled] {
  cursor: not-allowed;
}
.cc-entity,
.ef-evaluation .question-group,
.ef-evaluation .question {
  margin-top: 5px;
  margin-bottom: 5px;
  position: relative;
  padding: 10px 5px;
}
.cc-entity-title,
.ef-evaluation .question-group .question-group-title,
.ef-evaluation .question-group .question-group-weight,
.ef-evaluation .question .question-text {
  position: relative;
  cursor: text;
  margin-bottom: 8px;
}
.cc-entity-overlay,
.ef-evaluation .question-group .question-group-overlay,
.ef-evaluation .question .question-overlay {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
}
.cc-entity-delete,
.ef-evaluation .question-group .question-group-delete,
.ef-evaluation .question .question-delete {
  position: absolute;
  top: 3px;
  right: 3px;
}
.cc-entity-hover-delete,
.ef-evaluation .question.hoverable:hover .question-delete {
  display: block;
}
.cc-entity-movers,
.ef-evaluation .question-group .question-group-movers,
.ef-evaluation .question .question-movers {
  position: absolute;
  left: 5px;
  top: 50px;
  overflow: hidden;
}
.cc-entity-hover-overlay,
.ef-evaluation .question-group.hoverable:hover .question-group-overlay,
.ef-evaluation .question.hoverable:hover .question-overlay {
  border: 1px dashed rgba(0, 0, 0, 0.3);
}
.cc-entity-selected-overlay,
.ef-evaluation .question-group.selected .question-group-overlay,
.ef-evaluation .question.selected {
  border: 1px solid #56aac6;
  z-index: 2;
}
.cc-entity-movers button,
.ef-evaluation .question-group .question-group-movers button,
.ef-evaluation .question .question-movers button {
  height: 30px;
  width: 30px;
}
.cc-entity-movers button:first-child,
.ef-evaluation .question-group .question-group-movers button:first-child,
.ef-evaluation .question .question-movers button:first-child {
  border-radius: 4px 4px 0 0;
}
.cc-entity-movers button:last-child,
.ef-evaluation .question-group .question-group-movers button:last-child,
.ef-evaluation .question .question-movers button:last-child {
  border-radius: 0 0 4px 4px;
}
.justify-left {
  text-align: left;
}
.justify-right {
  text-align: right;
}
.justify-center {
  text-align: center;
}
.cc-btn-skin .btn {
  border-color: #888888;
  border-style: solid;
}
.cc-btn-skin .btn:hover,
.cc-btn-skin .btn:focus {
  border-color: #56aac6;
}
.cc-btn-skin .btn.btn-checkbox {
  border: none;
}
.cc-btn-skin .cc-btn-plain,
.cc-btn-skin .btn.dropdown-toggle {
  background-color: #dddddd;
  color: #222222;
}
.cc-btn-skin .cc-btn-plain:hover,
.cc-btn-skin .btn.dropdown-toggle:hover,
.cc-btn-skin .cc-btn-plain:focus,
.cc-btn-skin .btn.dropdown-toggle:focus {
  background-color: #eeeeee;
  color: #111111;
}
.cc-btn-skin .cc-btn-interacting {
  background-color: #222222;
  color: #dddddd;
}
.cc-btn-skin .cc-btn-interacting:hover,
.cc-btn-skin .cc-btn-interacting:focus {
  background-color: #111111;
  color: #eeeeee;
}
.cc-switch.flipswitch {
  height: 36px;
  margin-top: 1px;
  min-width: 10em;
}
.cc-switch.flipswitch .fs-state {
  border-color: #888888 !important;
  border-style: solid;
}
.cc-switch.flipswitch .fs-label {
  font-weight: 400;
  letter-spacing: -0.02em;
}
.cc-switch.flipswitch .fs-btn {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  height: 24px;
  outline: none;
  width: 24px;
}
.cc-switch.flipswitch.flipswitch-on .fs-btn {
  right: 5px;
}
.cc-switch.flipswitch.flipswitch-off .fs-btn {
  left: 5px;
}
.cc-switch.flipswitch:hover .fs-state,
.cc-switch.flipswitch:focus .fs-state {
  border-color: #56aac6;
}
body.light-theme .ef-main .cc-switch.flipswitch .fs-state {
  border: none !important;
}
body.light-theme .ef-main .cc-switch.flipswitch .fs-label {
  font-weight: bold;
}
.ef-main {
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  min-width: 0px;
  /* 2009 - Safari, ? */
  -webkit-box-direction: normal;
  -box-direction: normal;
  -webkit-box-orient: vertical;
  -box-orient: vertical;
  /* Current - Chrome, FF */
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  /* 2009 - Safari, ? */
  -webkit-box-flex: 1;
  /* IE 10 Tween */
  -ms-flex-positive: 1;
  /* Current - Chrome, FF */
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  flex-grow: 1;
  min-height: 0px;
}
.ef-main .btn-flat {
  border: none;
}
.ef-main .data-table .dt-cell.label-cell.dt-column-formName {
  max-width: 66%;
}
.ef-main .data-table .dt-cell.value-cell {
  word-wrap: break-word;
  overflow: visible;
}
.ef-main .data-table .dt-cell.value-cell .ef-list-item-name {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.ef-main .data-table .dt-cell.value-cell.ef-list-item-name-container {
  max-width: 66%;
}
.ef-main .ef-list-published-versions {
  margin-right: 8px;
  min-width: 138px;
}
.ef-main .ef-list-published-versions .dropdown-menu {
  text-align: right;
  right: 0;
  left: auto;
  max-width: 400px;
}
.ef-main .ef-list-published-versions .dropdown-menu:before {
  left: auto;
  right: 4px;
}
.ef-main .ef-list-published-versions .dropdown-menu:after {
  left: auto;
  right: 5px;
}
.ef-main .ef-list-published-versions .ef-list-disabled-indicator {
  padding-right: 5px;
}
.ef-main .ef-list-published-versions .ef-list-published-item {
  display: flex;
}
.ef-main .ef-list-published-versions .ef-list-published-item .ef-list-published-item-name {
  flex: 1;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding-right: 20px;
  text-align: left;
}
.ef-main .ef-list-published-versions .ef-list-published-total {
  color: #888888;
}
.ef-main .dropdown-menu {
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
  max-height: 220px;
  overflow-y: auto;
}
.ef-main .cc-switch {
  display: inline-block;
}
.ef-main .ef-header-row {
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  -webkit-align-content: center;
  -moz-align-content: center;
  align-content: center;
  /* 2009 - Safari, ? */
  -webkit-box-flex: 0;
  /* IE 10 Tween */
  -ms-flex-negative: 0;
  /* Current - Chrome, FF */
  -webkit-flex-shrink: 0;
  -moz-flex-shrink: 0;
  flex-shrink: 0;
  margin-bottom: 20px;
}
.ef-main .ef-header-row .right-aligned {
  margin-left: auto;
}
.ef-main .breadcrumb,
.ef-main .breadcrumb-container {
  /* 2009 - Safari, ? */
  -webkit-box-flex: 0;
  /* IE 10 Tween */
  -ms-flex-negative: 0;
  /* Current - Chrome, FF */
  -webkit-flex-shrink: 0;
  -moz-flex-shrink: 0;
  flex-shrink: 0;
  margin: 0;
}
.ef-main .ef-editor {
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  min-height: 0px;
  min-width: 0px;
  /* 2009 - Safari, ? */
  -webkit-box-direction: normal;
  -box-direction: normal;
  -webkit-box-orient: vertical;
  -box-orient: vertical;
  /* Current - Chrome, FF */
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  /* 2009 - Safari, ? */
  -webkit-box-flex: 1;
  /* IE 10 Tween */
  -ms-flex-positive: 1;
  /* Current - Chrome, FF */
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  flex-grow: 1;
}
.ef-main .ef-editor .navigate-back span {
  margin-left: 5px;
}
.ef-main .ef-editor .inline-dialog-container {
  margin: auto;
  height: 100%;
  z-index: 103;
  position: fixed;
}
.ef-main .ef-editor .inline-dialog-container .error-list-scroll-container {
  overflow: auto;
  max-height: 400px;
}
.ef-main .ef-editor .inline-dialog-container .btn {
  border-color: inherit;
  border-style: inherit;
}
.ef-main .ef-editor .ef-evaluation {
  margin-bottom: 10px;
}
.ef-main .ef-editor .ef-header-row {
  margin: 0 -20px 10px;
  padding: 0 20px 10px;
}
.ef-main .ef-editor .bottom-navigation {
  padding-top: 10px;
  position: relative;
}
.ef-main .ef-toolbar {
  height: 30px;
  margin-top: -5px;
}
.ef-main .ef-toolbar .btn-group {
  margin-top: 1px;
  vertical-align: top;
}
.ef-main .ef-list-published-total {
  color: #888888;
}
.ef-main .ef-heading {
  -moz-border-radius: 6px 0 0 0;
  -webkit-border-radius: 6px 0 0 0;
  -ms-border-radius: 6px 0 0 0;
  border-radius: 6px 0 0 0;
  background-color: #ffffff;
}
.ef-main .question .question-sidebar {
  font-size: 0.8em;
}
.ef-main .question-choice-actions {
  font-size: 1.4em;
}
.ef-main .question-choice-actions .primed {
  color: #d2322d;
}
.ef-main .properties-pane {
  box-shadow: inset 0px 1px 3px 0px rgba(0, 0, 0, 0.25);
  background-color: rgba(0, 0, 0, 0.1);
  border-left: 1px solid #888888;
  z-index: 3;
}
.ef-main .properties-pane:before {
  outline: 1px dashed #ff0000;
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 25px 25px 25px;
  border-color: transparent transparent rgba(0, 0, 0, 0.04) transparent;
  left: 0;
  top: 0;
}
.ef-main .validation-error {
  -moz-border-radius: 3;
  -webkit-border-radius: 3;
  -ms-border-radius: 3;
  border-radius: 3;
  border: 1px solid #d2322d;
  padding-left: 5px;
  padding-right: 5px;
}
.ef-main .properties-pane .validation-error {
  background-color: #d2322d;
  border: none;
  color: #ffffff;
}
.ef-main .required-field-marker {
  color: #d2322d;
}
.ef-evaluation {
  overflow-y: auto;
  position: relative;
}
.ef-evaluation:scrolled-content {
  border: 1px solid red;
}
.ef-evaluation.bordered {
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  -ms-border-radius: 6px;
  border-radius: 6px;
  border: 1px solid #dddddd;
  padding-top: 20px;
  padding-left: 20px;
}
.ef-evaluation.edit-mode .cc-editable.watermark:before {
  color: #cccccc;
}
.ef-evaluation.edit-mode .na-icon,
.ef-evaluation.edit-mode .question-group-applicable {
  color: #cccccc;
}
.ef-evaluation.edit-mode .cc-editable {
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  border: none;
  display: inline-block;
  line-height: 1.5;
  min-width: 20px;
  min-height: 1em;
  padding-right: 5px;
  white-space: pre-wrap;
  overflow-wrap: break-word;
  word-wrap: break-word;
}
.ef-evaluation.edit-mode .cc-editable.watermark:before {
  content: attr(data-watermark);
  color: #888888;
  letter-spacing: .05em;
}
.ef-evaluation .cc-editable {
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  border: none;
  display: inline-block;
  line-height: 1.5;
  min-width: 20px;
  min-height: 1em;
  padding-right: 5px;
  white-space: pre-wrap;
  overflow-wrap: break-word;
  word-wrap: break-word;
}
.ef-evaluation .cc-editable.watermark:before {
  content: attr(data-watermark);
  color: #888888;
  letter-spacing: .05em;
}
.ef-evaluation .cc-editable.focused:before {
  display: none;
}
.ef-evaluation .cc-editable:focus {
  border: 1px dashed rgba(0, 0, 0, 0.6);
  outline: none;
  padding: 0 5px;
}
.ef-evaluation .evaluation-heading {
  margin-bottom: 20px;
}
.ef-evaluation .evaluation-body {
  padding: 0;
}
.ef-evaluation .properties-pane {
  padding: 10px 20px 20px;
  margin: 0 -10px 10px;
  z-index: 6;
}
.ef-evaluation .slide-panel {
  position: relative;
}
.ef-evaluation .sidebar-container {
  position: absolute;
  height: 100%;
  left: 0;
  overflow: hidden;
  top: 0;
  width: 40px;
}
.ef-evaluation .sidebar-container .sidebar {
  height: 100%;
  left: -42px;
  overflow: visible;
  width: 40px;
  position: absolute;
}
.ef-evaluation .popup-toolbar {
  display: none;
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  min-height: 0px;
  min-width: 0px;
  /* 2009 - Safari, ? */
  -webkit-box-direction: normal;
  -box-direction: normal;
  -webkit-box-orient: horizontal;
  -box-orient: horizontal;
  /* Current - Chrome, FF */
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  position: absolute;
  height: 35px;
  left: 0;
  top: 35px;
  width: 100%;
  z-index: 5;
}
.ef-evaluation .popup-toolbar.popup-toolbar--bottom {
  bottom: 0;
  top: auto;
}
.ef-evaluation .popup-add {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  height: auto;
  padding: 3px;
  flex: 0 0 auto;
  width: auto;
}
.ef-evaluation .popup-add .question-add-question {
  display: none;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  left: 3px;
  opacity: 0;
  position: absolute;
  top: 3px;
}
.ef-evaluation .qm-evaluation-score {
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  box-shadow: 0px 0px 10px 2px rgba(0, 0, 0, 0.2);
  background-color: rgba(86, 170, 198, 0.6);
  border: 1px double #ffffff;
  bottom: 30px;
  cursor: pointer;
  display: inline-block;
  font-size: 1.3em;
  overflow: hidden;
  padding-left: 30px;
  padding: 5px 10px;
  position: fixed;
  right: 20px;
  z-index: 2000;
}
.ef-evaluation .qm-evaluation-score:hover,
.ef-evaluation .qm-evaluation-score.active {
  box-shadow: 0px 0px 10px 2px rgba(0, 0, 0, 0.4);
  border-color: #000000;
  background-color: #56aac6;
  color: #000000;
}
.ef-evaluation .qm-evaluation-score.qm-evaluation-score--active {
  border-color: #000000;
}
.ef-evaluation .qm-evaluation-score.qm-evaluation-score--active .qm-evaluation-score__total-score {
  margin-top: 10px;
}
.ef-evaluation .qm-evaluation-score.failed-kill-question {
  background-color: rgba(210, 50, 45, 0.6);
}
.ef-evaluation .qm-evaluation-score .score {
  font-weight: bold;
}
.ef-evaluation .qm-evaluation-score .qm-group-score {
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  min-height: 0px;
  min-width: 0px;
  /* 2009 - Safari, ? */
  -webkit-box-direction: normal;
  -box-direction: normal;
  -webkit-box-orient: vertical;
  -box-orient: vertical;
  /* Current - Chrome, FF */
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
.ef-evaluation .qm-evaluation-score .qm-group-score .group-score .score-label {
  float: left;
}
.ef-evaluation .qm-evaluation-score .qm-group-score-list {
  counter-reset: item;
  list-style-type: none;
}
.ef-evaluation .qm-evaluation-score .qm-group-score-list-item {
  font-size: 0.65em;
}
.ef-evaluation .qm-evaluation-score .qm-group-score-list-item:before {
  content: counter(item) " ";
  counter-increment: item;
  float: left;
  padding-right: 5px;
}
.ef-evaluation .qm-evaluation-score .qm-group-score-list-header {
  background-color: #000000;
  color: #ffffff;
  font-size: 0.65em;
  letter-spacing: 0.05em;
  margin: -5px -10px 0 -10px;
  padding-right: 0px;
  padding: 5px;
  text-align: center;
}
.ef-evaluation .qm-evaluation-score .qm-evaluation-score__expander {
  font-size: 0.9em;
  left: 7px;
  bottom: 6px;
  position: absolute;
}
.ef-evaluation .qm-evaluation-score .qm-evaluation-score__total-score {
  margin-left: 20px;
  text-align: right;
}
.ef-evaluation .qm-evaluation-score .qm-evaluation-score__score-details {
  background-color: #000000;
  color: #ffffff;
  letter-spacing: 0.05em;
  margin-bottom: 5px;
  margin: -5px -10px -5px -10px;
  padding-left: 35px;
  padding: 5px;
  text-align: right;
}
.ef-evaluation .qm-question-score {
  font-size: 0.80em;
  margin: 2px 0 0 10px;
}
.ef-evaluation .question-group.selected,
.ef-evaluation .question.selected {
  margin-bottom: 50px;
  z-index: 100;
}
.ef-evaluation .question-group.selected .popup-toolbar--top,
.ef-evaluation .question.selected .popup-toolbar--top {
  top: -35px;
}
.ef-evaluation .question-group.selected .popup-toolbar--bottom,
.ef-evaluation .question.selected .popup-toolbar--bottom {
  box-shadow: 0px 8px 10px -5px rgba(0, 0, 0, 0.2);
  bottom: -35px;
}
.ef-evaluation .question-choice {
  position: relative;
}
.ef-evaluation .question-choice-text {
  padding-right: 3.5em;
}
.ef-evaluation .question-choice-actions {
  position: absolute;
  right: 0.5em;
  top: -0.1em;
}
.ef-evaluation .question .question-sidebar {
  font-size: 0.8em;
}
.ef-evaluation .evaluation-title {
  font-size: 24px;
}
.ef-evaluation ol.evaluation-body,
.ef-evaluation ol.question-group-body {
  background-color: #ffffff;
}
.ef-evaluation li.question-group:before {
  font-size: 18px;
}
.ef-evaluation .eval-create,
.ef-evaluation .question-template-add,
.ef-evaluation .name-template__save,
.ef-evaluation .eval-preview-submit,
.ef-evaluation .ef-list-published-newest,
.ef-evaluation .question-group-delete,
.ef-evaluation .question-delete,
.ef-evaluation .answer-delete {
  background: #cccccc;
  color: #000000;
}
.ef-evaluation .question-group-delete[disabled] {
  color: #7d7d7d;
}
.ef-evaluation .back-btn-danger i {
  color: #d2322d;
}
.ef-evaluation .eval-refresh i,
.ef-evaluation .back-btn-safe i {
  color: #56aac6;
}
.ef-evaluation .question-group-delete:hover,
.ef-evaluation .question-delete:hover,
.ef-evaluation .answer-delete:hover {
  background: #eeeeee;
  color: #d2322d;
}
.ef-evaluation .question-group-delete:active,
.ef-evaluation .question-delete:active,
.ef-evaluation .answer-delete:active {
  color: #d2322d;
}
.ef-evaluation .published-evaluation-indicator i {
  color: #faa732;
}
body.light-theme .qm-evaluation-score {
  background-color: #75a8ff;
}
body.light-theme .qm-evaluation-score:hover,
body.light-theme .qm-evaluation-score.active {
  background-color: #75a8ff;
}
body.light-theme .qm-evaluation-score .qm-group-score-list-header,
body.light-theme .qm-evaluation-score .qm-evaluation-score__score-details {
  background-color: #222529;
}
body.light-theme .dropdown-menu {
  box-shadow: 0 0 2px 0 rgba(34, 37, 41, 0);
  background-color: #fdfdfd;
  border: 1px solid #dae1e8;
}
body.light-theme .dropdown-menu li a {
  color: #444a52;
}
body.light-theme .dropdown-menu li > a:hover,
body.light-theme .dropdown-menu li > a:focus {
  background: #2a60c8;
  color: #fdfdfd;
}
.ef-editor .popup-toolbar,
.ef-editor .sidebar.sidebar--question-group,
.ef-editor .sidebar.sidebar--question {
  -webkit-transition: left 0.2s ease, opacity 0.2s ease;
  transition: left 0.2s ease, opacity 0.2s ease;
}
.ef-editor .cc-entity-overlay,
.ef-editor .ef-evaluation .question-group .question-group-overlay {
  -webkit-transition: box-shadow 0.5s ease;
  transition: box-shadow 0.5s ease;
}
.ef-editor .popup-toolbar {
  border-radius: 4px 4px 0 0;
  background-color: #555555;
}
.ef-editor .popup-toolbar.popup-toolbar--bottom {
  border-radius: 0 0 4px 4px;
}
.ef-editor .sidebar {
  background-color: #eeeeee;
}
.ef-editor .btn {
  -webkit-transition: background 0.2s ease;
  transition: background 0.2s ease;
}
.ef-evaluation .question-group {
  margin-top: 10px;
  border-bottom: 1px solid #cccccc;
}
.ef-evaluation .question-group > .popup-toolbar {
  display: none;
}
.ef-evaluation .question-group .question-group-title {
  font-size: 18px;
}
.ef-evaluation .question-group .question-group-weight {
  color: #aaaaaa;
  float: right;
  font-size: 15px;
  font-style: italic;
  font-weight: normal;
  z-index: 1;
}
.ef-evaluation .question-group .question-group-weight.manual-weight {
  color: #666666;
  font-style: normal;
}
.ef-evaluation .question-group .question-group-weight.total-weight {
  color: #666666;
  font-style: normal;
  margin-right: 10px;
}
.ef-evaluation .question-group .question-group-weight.error {
  color: #d2322d;
}
.ef-evaluation .question-group .question-group-weight.score-review {
  color: #666666;
  font-style: normal;
}
.ef-evaluation .question-group .question-group-weight-score-label {
  font-size: 15px;
  font-style: normal;
  font-weight: normal;
  padding-left: 20px;
  text-align: right;
}
.ef-evaluation .question-group .question-group-weight-score {
  font-size: 18px;
  font-style: normal;
  font-weight: bold;
  padding-left: 5px;
  text-align: right;
}
.ef-evaluation .question-group .question-group-weight-num {
  font-size: 18px;
  font-weight: bold;
  padding: 0px;
  text-align: right;
}
.ef-evaluation .question-group .question-group-weight-num.validation-error {
  padding-left: 5px;
  padding-right: 5px;
}
.ef-evaluation .question-group .question-group-weight-num.dashed-border {
  border: 1px dashed #888888;
  padding-left: 5px;
  padding-right: 5px;
}
.ef-evaluation .question-group .question-group-add-question {
  margin-top: 10px;
}
.ef-evaluation .question-group .question-group-heading {
  padding: 0 5px 10px 45px;
}
.ef-evaluation .question-group .question-group-divider {
  margin: 0;
}
.ef-evaluation .question-group .question-group-body {
  margin-left: 35px;
  padding-left: 10px;
}
.ef-evaluation .question-group .question-group-default-answers {
  margin-left: 30px;
}
.ef-evaluation .question-group .question-group-applicable {
  vertical-align: super;
  font-size: 0.8em;
}
.ef-evaluation .question-group .question-group-applicable i.fa-chevron-circle-right {
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
}
.ef-evaluation .question-group .question-group-properties,
.ef-evaluation .question-group .question-properties-header,
.ef-evaluation .question-group .answer-properties-header {
  color: #888888;
  font-size: 14px;
  letter-spacing: 0.05em;
  margin-bottom: 10px;
}
.ef-evaluation .question-group .question-group-status-container {
  position: relative;
  padding-bottom: 25px;
}
.ef-evaluation .question-group .question-group-status {
  color: #aaaaaa;
  margin-left: auto;
  position: absolute;
  top: 0px;
  right: 0px;
  z-index: 4;
}
.ef-evaluation .question-group.selected {
  border-top: none;
}
.ef-evaluation .question-group.selected .question-group-overlay {
  z-index: 1;
}
.ef-evaluation .question-group.selected .sidebar {
  top: 0;
}
.ef-evaluation .question-group.selected .sidebar.sidebar--question-group {
  left: 0;
}
.ef-evaluation .question-group.selected > .popup-toolbar {
  display: block;
}
.ef-evaluation .question-group.selected .question-group-title {
  z-index: 3;
}
.ef-evaluation .edit-mode .question-group {
  border-bottom: 1px solid #cccccc;
}
.ef-evaluation .edit-mode .question-group.hoverable:hover {
  border-bottom: 1px solid transparent;
}
body.light-theme .ef-evaluation .question-group.selected .question-group-overlay {
  border: 1px solid #2a60c8;
}
body.light-theme .ef-evaluation .question.selected .question-overlay {
  border: 1px solid #2a60c8;
}
.ef-evaluation ol.evaluation-body,
.ef-evaluation ol.question-group-body {
  counter-reset: section;
  list-style-type: none;
}
.ef-evaluation li.question-group:before,
.ef-evaluation li.question:before {
  color: #56aac6;
  content: counters(section, ".") "";
  counter-increment: section;
  font-weight: bold;
  left: 15px;
  margin-right: 10px;
  position: absolute;
  top: 8px;
  vertical-align: top;
  z-index: 3;
}
.ef-evaluation .question-status-container {
  position: relative;
  padding-bottom: 25px;
}
.ef-evaluation .question-status {
  color: #aaaaaa;
  margin-left: auto;
  position: absolute;
  top: 0px;
  right: 0px;
  z-index: 4;
}
.ef-evaluation .question {
  padding: 0;
}
.ef-evaluation .question:before {
  top: 4px!important;
}
.ef-evaluation .question .popup-toolbar--question {
  z-index: 10;
}
.ef-evaluation .question > .popup-toolbar {
  display: none;
}
.ef-evaluation .question .popup-add.popup-add--active {
  height: 34px;
  width: auto;
}
.ef-evaluation .question .popup-add.popup-add--active > .btn {
  display: none;
}
.ef-evaluation .question .popup-add.popup-add--active .question-add-question {
  display: block;
  opacity: 1;
}
.ef-evaluation .question .popup-add.popup-add--active .question-add-question > .btn-group {
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  -ms-border-radius: 6px;
  border-radius: 6px;
  background-color: #cccccc;
}
.ef-evaluation .question .popup-add > .btn {
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.ef-evaluation .question .popup-add .question-add-question {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.ef-evaluation .question .question-heading {
  padding: 0 10px 10px 50px;
  position: relative;
}
.ef-evaluation .question .question-show-help {
  position: absolute;
  left: 20px;
  top: 30px;
  z-index: 4;
}
.ef-evaluation .question .question-answer-clear {
  color: #cccccc;
  display: inline-block;
  line-height: 1.4em;
  margin-top: 5px;
  margin-top: 0;
  padding-bottom: 5px;
}
.ef-evaluation .question .question-answer-clear:hover {
  cursor: default;
}
.ef-evaluation .question .question-answer-clear.enabled {
  color: #000000;
}
.ef-evaluation .question .question-answer-clear.enabled:hover {
  cursor: pointer;
  color: #d2322d;
}
.ef-evaluation .question .question-settings {
  position: absolute;
  top: 3px;
  right: 60px;
}
.ef-evaluation .question .evaluation-body {
  padding: 0;
}
.ef-evaluation .question .question-text {
  margin: 5px 0;
  z-index: 3;
}
.ef-evaluation .question .question-overlay {
  z-index: 2;
}
.ef-evaluation .question .answer-text {
  cursor: pointer;
  margin-left: 5px;
  z-index: 3;
}
.ef-evaluation .question .answer-text[contenteditable="true"] {
  cursor: text;
}
.ef-evaluation .question .answer-score-label {
  padding-right: 10px;
}
.ef-evaluation .question .answer-score-text {
  margin-left: auto;
}
.ef-evaluation .question .multiple-choice-answer-properties .pull-right {
  margin-bottom: 5px;
}
.ef-evaluation .question .name-template {
  display: none;
  position: absolute;
  top: 3px;
  right: 60px;
}
.ef-evaluation .question .name-template .name-template__name {
  display: inline;
  height: 28px;
  padding: 0 5px;
  width: 200px;
}
.ef-evaluation .question .save-as-template.save-as-template--active .name-template {
  display: block;
}
.ef-evaluation .question .save-as-template.save-as-template--active .question-settings {
  display: none;
}
.ef-evaluation .question label.question-na-response {
  display: block;
}
.ef-evaluation .question .question-properties .answer-options {
  margin-bottom: 10px;
}
.ef-evaluation .question .dropdown.open {
  z-index: 5;
}
.ef-evaluation .question .answer-multi-choice {
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  position: relative;
  padding-bottom: 5px;
}
.ef-evaluation .question .answer-multi-choice .select {
  /* 2009 - Safari, ? */
  -webkit-box-flex: 0;
  /* IE 10 Tween */
  -ms-flex-negative: 0;
  /* Current - Chrome, FF */
  -webkit-flex-shrink: 0;
  -moz-flex-shrink: 0;
  flex-shrink: 0;
}
.ef-evaluation .question .question-is-kill {
  margin-left: 20px;
}
.ef-evaluation .question .question-comments {
  display: inline-flex;
}
.ef-evaluation .question .question-comments .required-field-marker {
  /* 2009 - Safari, ? */
  -webkit-box-flex: 0;
  /* IE 10 Tween */
  -ms-flex-negative: 0;
  /* Current - Chrome, FF */
  -webkit-flex-shrink: 0;
  -moz-flex-shrink: 0;
  flex-shrink: 0;
  padding-right: 10px;
}
.ef-evaluation .question .name-template__input {
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
  background-color: #ffffff;
  border: 1px solid rgba(255, 255, 255, 0.6);
  letter-spacing: 0.025em;
}
.ef-evaluation .question .name-template__input::-webkit-input-placeholder {
  color: #888888;
}
.ef-evaluation .question .name-template__input::-moz-placeholder {
  color: #888888;
}
.ef-evaluation .question .name-template__input:-ms-input-placeholder {
  color: #888888;
}
.ef-evaluation .question .name-template__input:focus {
  color: #000000;
}
.ef-evaluation .question .answer-add,
.ef-evaluation .question .answer-delete,
.ef-evaluation .question .reorder-control .btn {
  background: none;
  border: none;
}
.ef-evaluation .question .answer-add:hover,
.ef-evaluation .question .answer-delete:hover,
.ef-evaluation .question .reorder-control .btn:hover {
  background-color: #cccccc;
}
.ef-evaluation .question .answer-score-label {
  color: #aaaaaa;
  font-style: italic;
}
.ef-evaluation .question .answer-score-text {
  color: #aaaaaa;
  font-style: italic;
}
.ef-evaluation .question .answer-selected-kill-failed {
  color: #ff0000;
  font-style: normal;
  font-weight: bold;
  text-decoration: line-through;
}
.ef-evaluation .question .answer-selected {
  color: #666666;
  font-style: normal;
  font-weight: bold;
}
.ef-evaluation .question.selected {
  border: none;
}
.ef-evaluation .question.selected:before {
  top: 8px!important;
}
.ef-evaluation .question.selected > .popup-toolbar--top,
.ef-evaluation .question.selected > .popup-toolbar--bottom {
  display: block;
}
.ef-evaluation .question.selected .question-heading {
  padding-top: 5px;
}
.ef-evaluation .question.selected .sidebar {
  top: 0;
}
.ef-evaluation .question.selected .sidebar.sidebar--question {
  left: 0;
}
.ef-evaluation .question.selected .question-overlay {
  border: 1px solid #56aac6;
}
body.light-theme .ef-evaluation li.question-group:before,
body.light-theme .ef-evaluation li.question:before {
  color: #444a52;
}
.qf-embedded {
  border-width: 0;
  display: flex;
  flex-grow: 1;
  flex-shrink: 0;
  min-height: 350px;
}
.chat-transcript-view {
  overflow-y: auto;
  overflow-x: hidden;
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  /* 2009 - Safari, ? */
  -webkit-box-direction: normal;
  -box-direction: normal;
  -webkit-box-orient: vertical;
  -box-orient: vertical;
  /* Current - Chrome, FF */
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  /* 2009 - Safari, ? */
  -webkit-box-flex: 1;
  /* IE 10 Tween */
  -ms-flex-positive: 1;
  /* Current - Chrome, FF */
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  flex-grow: 1;
  -ms-flex-align: stretch;
  -webkit-align-items: stretch;
  -moz-align-items: stretch;
  align-items: stretch;
}
.chat-transcript-view .chat-form {
  /* 2009 - Safari, ? */
  -webkit-box-flex: 0;
  /* IE 10 Tween */
  -ms-flex-negative: 0;
  /* Current - Chrome, FF */
  -webkit-flex-shrink: 0;
  -moz-flex-shrink: 0;
  flex-shrink: 0;
  background-color: #dcdcdc;
  padding: 10px;
  border-left: 1px solid #b8b8b8;
  border-right: 1px solid #b8b8b8;
  border-bottom: 1px solid #b8b8b8;
}
.chat-transcript-view .chat-log {
  overflow-y: auto;
  /* 2009 - Safari, ? */
  /* IE 10 Tween */
  -ms-flex-positive: 1;
  /* Current - Chrome, FF */
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  flex-grow: 1;
  /* 2009 - Safari, ? */
  -webkit-box-flex: 1;
  /* IE 10 Tween */
  -ms-flex-negative: 1;
  /* Current - Chrome, FF */
  -webkit-flex-shrink: 1;
  -moz-flex-shrink: 1;
  flex-shrink: 1;
  border: 1px solid #b8b8b8;
}
.chat-transcript-view .chat-message-input {
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  margin-bottom: 10px;
}
.chat-transcript-view .chat-action-list {
  /* 2009 - Safari, ? */
  -webkit-box-flex: 1;
  /* IE 10 Tween */
  -ms-flex-positive: 1;
  /* Current - Chrome, FF */
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  flex-grow: 1;
  /* 2009 - Safari, ? */
  -webkit-box-flex: 0;
  /* IE 10 Tween */
  -ms-flex-negative: 0;
  /* Current - Chrome, FF */
  -webkit-flex-shrink: 0;
  -moz-flex-shrink: 0;
  flex-shrink: 0;
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  /* 2009 - Safari, ? */
  -webkit-box-direction: normal;
  -box-direction: normal;
  -webkit-box-orient: vertical;
  -box-orient: vertical;
  /* Current - Chrome, FF */
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
.chat-transcript-view .submit-chat-message {
  padding-left: 30px;
  padding-right: 30px;
}
.chat-transcript-view textarea.form-control.chat-message-area {
  margin-right: 20px;
  resize: none;
}
.chat-transcript-view .chat-message-row {
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  border-bottom: 1px solid #b8b8b8;
}
.chat-transcript-view .chat-message-row.connected-date {
  /* 2009 - Safari, ? */
  -webkit-box-flex: 0;
  /* IE 10 Tween */
  -ms-flex-negative: 0;
  /* Current - Chrome, FF */
  -webkit-flex-shrink: 0;
  -moz-flex-shrink: 0;
  flex-shrink: 0;
  border-left: 1px solid #b8b8b8;
  border-right: 1px solid #b8b8b8;
  border-top: 1px solid #b8b8b8;
  -moz-border-radius: 6px 6px 0 0;
  -webkit-border-radius: 6px 6px 0 0;
  -ms-border-radius: 6px 6px 0 0;
  border-radius: 6px 6px 0 0;
  background-color: #f6f6f6;
}
.chat-transcript-view .chat-message-row.is-self {
  background-color: #f5f5f5;
}
.chat-transcript-view .chat-cell {
  padding: 5px 20px 5px 20px;
}
.chat-transcript-view .chat-cell.typing-cell {
  /* 2009 - Safari, ? */
  /* IE 10 Tween */
  -ms-flex-positive: 1;
  /* Current - Chrome, FF */
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  flex-grow: 1;
  /* 2009 - Safari, ? */
  -webkit-box-flex: 1;
  /* IE 10 Tween */
  -ms-flex-negative: 1;
  /* Current - Chrome, FF */
  -webkit-flex-shrink: 1;
  -moz-flex-shrink: 1;
  flex-shrink: 1;
  max-width: 150px;
  min-width: 150px;
}
.chat-transcript-view .chat-cell.is-notice {
  font-style: italic;
}
.chat-transcript-view .form-group {
  margin-bottom: 0;
}
.chat-transcript-view .chat-cell.name {
  font-weight: 500;
  /* 2009 - Safari, ? */
  /* IE 10 Tween */
  -ms-flex-positive: 1;
  /* Current - Chrome, FF */
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  flex-grow: 1;
  /* 2009 - Safari, ? */
  -webkit-box-flex: 1;
  /* IE 10 Tween */
  -ms-flex-negative: 1;
  /* Current - Chrome, FF */
  -webkit-flex-shrink: 1;
  -moz-flex-shrink: 1;
  flex-shrink: 1;
  max-width: 150px;
  min-width: 150px;
  border-right: 1px solid #b8b8b8;
  text-align: right;
}
.chat-transcript-view .chat-cell.name > * {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 100%;
}
.chat-transcript-view .chat-cell.name.typing {
  color: #b8b8b8;
}
.chat-transcript-view .chat-cell.time {
  color: #c5c5c5;
  /* 2009 - Safari, ? */
  /* IE 10 Tween */
  -ms-flex-positive: 1;
  /* Current - Chrome, FF */
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  flex-grow: 1;
  /* 2009 - Safari, ? */
  -webkit-box-flex: 1;
  /* IE 10 Tween */
  -ms-flex-negative: 1;
  /* Current - Chrome, FF */
  -webkit-flex-shrink: 1;
  -moz-flex-shrink: 1;
  flex-shrink: 1;
  max-width: 140px;
  min-width: 140px;
}
.chat-transcript-view .chat-cell.message {
  /* 2009 - Safari, ? */
  /* IE 10 Tween */
  -ms-flex-positive: 4;
  /* Current - Chrome, FF */
  -webkit-flex-grow: 4;
  -moz-flex-grow: 4;
  flex-grow: 4;
  /* 2009 - Safari, ? */
  -webkit-box-flex: 4;
  /* IE 10 Tween */
  -ms-flex-negative: 4;
  /* Current - Chrome, FF */
  -webkit-flex-shrink: 4;
  -moz-flex-shrink: 4;
  flex-shrink: 4;
  word-break: break-word;
}
.email-interactions-view {
  overflow-y: auto;
  overflow-x: hidden;
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  /* 2009 - Safari, ? */
  -webkit-box-direction: normal;
  -box-direction: normal;
  -webkit-box-orient: vertical;
  -box-orient: vertical;
  /* Current - Chrome, FF */
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  /* 2009 - Safari, ? */
  -webkit-box-flex: 1;
  /* IE 10 Tween */
  -ms-flex-positive: 1;
  /* Current - Chrome, FF */
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  flex-grow: 1;
  -ms-flex-align: stretch;
  -webkit-align-items: stretch;
  -moz-align-items: stretch;
  align-items: stretch;
}
.email-interactions-view .reply.btn {
  margin-left: 0;
}
.email-interactions-view .email-controls {
  padding: 10px;
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  border-bottom: 1px solid #b8b8b8;
  /* 2009 - Safari, ? */
  -webkit-box-flex: 0;
  /* IE 10 Tween */
  -ms-flex-negative: 0;
  /* Current - Chrome, FF */
  -webkit-flex-shrink: 0;
  -moz-flex-shrink: 0;
  flex-shrink: 0;
}
.email-interactions-view .email-messages {
  overflow-y: auto;
  /* 2009 - Safari, ? */
  /* IE 10 Tween */
  -ms-flex-positive: 1;
  /* Current - Chrome, FF */
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  flex-grow: 1;
  /* 2009 - Safari, ? */
  -webkit-box-flex: 1;
  /* IE 10 Tween */
  -ms-flex-negative: 1;
  /* Current - Chrome, FF */
  -webkit-flex-shrink: 1;
  -moz-flex-shrink: 1;
  flex-shrink: 1;
}
.email-interactions-view .email-message {
  padding: 5px;
  border-bottom: 1px solid #b8b8b8;
}
.email-interactions-view .email-closed {
  background-color: #f5f5f5;
}
.email-interactions-view .email-header {
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
}
.email-interactions-view .email-auto-generated-label {
  margin-left: 10px;
  font-weight: bold;
}
.email-interactions-view .email-auto-generated-body {
  font-style: italic;
}
.email-interactions-view .email-header-label {
  margin-right: 10px;
  color: #b8b8b8;
}
.email-interactions-view .email-date {
  color: #b8b8b8;
}
.email-interactions-view .email-header-parent {
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
}
.email-interactions-view .email-to {
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
}
.email-interactions-view .email-time {
  margin-left: auto;
  color: #b8b8b8;
}
.email-interactions-view .email-evaluation {
  margin-left: auto;
  color: #4498b4;
}
.email-interactions-view .email-highlight {
  border-left: 3px solid #4498b4;
  border-right: 3px solid #4498b4;
  border-top: 3px solid #4498b4;
  border-bottom: 3px solid #4498b4;
}
.email-interactions-view .email-to-label {
  margin-right: 10px;
  color: #b8b8b8;
}
.email-interactions-view .email-attachment-label {
  margin-right: 10px;
  color: #b8b8b8;
}
.email-interactions-view .email-subject {
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
}
.email-interactions-view .email-subject-label {
  margin-right: 10px;
  color: #b8b8b8;
}
.email-interactions-view .email-from {
  /* 2009 - Safari, ? */
  -webkit-box-flex: 1;
  /* IE 10 Tween */
  -ms-flex-positive: 1;
  /* Current - Chrome, FF */
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  flex-grow: 1;
  font-weight: 500;
}
.email-interactions-view .email-attachments {
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  margin-bottom: 20px;
  border-bottom: 1px solid #f6f6f6;
}
.email-interactions-view .email-attachment {
  margin-right: 10px;
}
.email-interactions-view .email-text-body {
  white-space: pre-wrap;
}
.email-interactions-view .email-form {
  /* 2009 - Safari, ? */
  -webkit-box-flex: 0;
  /* IE 10 Tween */
  -ms-flex-negative: 0;
  /* Current - Chrome, FF */
  -webkit-flex-shrink: 0;
  -moz-flex-shrink: 0;
  flex-shrink: 0;
  background-color: #dcdcdc;
  padding: 10px;
  border-top: 1px solid #b8b8b8;
}
.email-interactions-view .transfer > .email-control {
  position: relative;
  z-index: 995;
}
.email-interactions-view .open > .transfer-controls.dropdown-menu {
  margin-right: 0;
  right: -230%;
}
.email-interactions-view .loading-center {
  margin-top: 60px;
}
.email-interactions-view .transfer-controls > .transfer-header {
  background-color: #f6f6f6;
  border-bottom: 1px solid #b8b8b8;
}
.email-interactions-view .transfer-controls > .transfer-header > .cancel-transfer {
  color: #252525;
}
.email-interactions-view .transfer > .dropdown-menu {
  z-index: 990;
}
.email-interactions-view .body-content {
  border: 0;
  width: 100%;
  height: 100%;
}
.calibration-results-container .evaluation-form-title,
.calibration-results-container .evaluation-high-score-title,
.calibration-results-container .evaluation-low-score-title,
.calibration-results-container .evaluation-average-score-title,
.calibration-results-container .evaluation-variance-title,
.calibration-results-container .question-group-grid-title,
.calibration-results-container .question-group-grid-name {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  margin: 0 10px;
}
.calibration-results-container .calibration-results-grid {
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
}
.calibration-results-container .calibration-results-title-container {
  padding-bottom: 20px;
}
.calibration-results-container .calibration-results-variance {
  padding-bottom: 20px;
}
.calibration-results-container .question-group-grid-name {
  font-weight: bold;
}
.calibration-results-container .question-group-grid-containers {
  margin: 20px;
}
.calibration-results-container .evaluation-total-score-row,
.calibration-results-container .question-group-total-score-row,
.calibration-results-container .question-group-row {
  font-weight: bold;
}
.calibration-results-container .evaluation-total-score-row {
  font-style: italic;
}
.calibration-results-container .question-row .question-group-name-column {
  padding-left: 20px;
}
.calibration-results-container .calibration-results-title-container {
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  /* 2009 - Safari, ? */
  -webkit-box-direction: normal;
  -box-direction: normal;
  -webkit-box-orient: horizontal;
  -box-orient: horizontal;
  /* Current - Chrome, FF */
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
}
.calibration-results-container .evaluation-form-name {
  -webkit-flex: 1 0 auto;
  -moz-flex: 1 0 auto;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
}
.calibration-results-container .edit-calibration-title {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.calibration-results-container .edit-calibration {
  padding: 0 10px;
}
.calibration-results-container .scoring-index-options {
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  /* 2009 - Safari, ? */
  -webkit-box-direction: normal;
  -box-direction: normal;
  -webkit-box-orient: vertical;
  -box-orient: vertical;
  /* Current - Chrome, FF */
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
.calibration-results-container .scoring-index-container {
  margin-bottom: 20px;
}
.calibration-results-container .evaluators-selector,
.calibration-results-container .expert-evaluator-selector,
.calibration-results-container .scoring-index-options {
  margin: 20px;
  max-width: 400px;
}
.calibration-results-container .expert-evaluator-checkbox {
  font-weight: normal;
}
.calibration-results-container .calibration-evaluation-comments {
  display: inline-block;
  padding-left: 10px;
}
.chat-details-container .panel-heading {
  /* 2009 - Safari, ? */
  -webkit-box-flex: 0;
  /* IE 10 Tween */
  -ms-flex-negative: 0;
  /* Current - Chrome, FF */
  -webkit-flex-shrink: 0;
  -moz-flex-shrink: 0;
  flex-shrink: 0;
}
.conversation-details-container {
  width: 100%;
}
.conversation-details-container .conversation-metrics-header,
.conversation-details-container .conversation-retention-header,
.conversation-details-container .conversation-keywords-header {
  border-bottom: 1px solid #b8b8b8;
}
.conversation-details-container .keyword-spots-list {
  table-layout: fixed;
  width: 100%;
}
.conversation-details-container .keyword-spots-list td {
  padding: 5px;
}
.conversation-details-container .keyword-spots-list th {
  vertical-align: top;
  padding: 5px;
}
.conversation-details-container .truncated-text {
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.conversation-details-container .total-row {
  background: #f6f6f6;
}
.conversation-details-container .retention-apply-all {
  font-weight: normal;
}
.conversation-details-container .conversation-wrapup-header {
  border-bottom: 1px solid #b8b8b8;
}
.conversation-details-container .details-row {
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  /* 2009 - Safari, ? */
  -webkit-box-direction: normal;
  -box-direction: normal;
  -webkit-box-orient: horizontal;
  -box-orient: horizontal;
  /* Current - Chrome, FF */
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  padding-top: 10px;
}
.conversation-details-container .details-subrow {
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  /* 2009 - Safari, ? */
  -webkit-box-direction: normal;
  -box-direction: normal;
  -webkit-box-orient: horizontal;
  -box-orient: horizontal;
  /* Current - Chrome, FF */
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  padding-top: 10px;
  padding-left: 30px;
}
.conversation-details-container .protected-subrow {
  justify-content: space-between;
}
.conversation-details-container .details-header {
  font-weight: bold;
  -webkit-flex: 1 0 50%;
  -moz-flex: 1 0 50%;
  -ms-flex: 1 0 50%;
  flex: 1 0 50%;
}
.conversation-details-container .protected-header {
  -webkit-flex: none;
  -moz-flex: none;
  -ms-flex: none;
  flex: none;
}
.conversation-details-container .sub-header {
  display: block;
  font-weight: normal;
  color: #666;
}
.conversation-details-container .details-value {
  -webkit-flex: 1 0 50%;
  -moz-flex: 1 0 50%;
  -ms-flex: 1 0 50%;
  flex: 1 0 50%;
}
.conversation-details-container .details-value li + li {
  margin-top: 10px;
}
.conversation-details-container .details-row-2 {
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  /* 2009 - Safari, ? */
  -webkit-box-direction: normal;
  -box-direction: normal;
  -webkit-box-orient: horizontal;
  -box-orient: horizontal;
  /* Current - Chrome, FF */
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  padding-top: 10px;
}
.conversation-details-container .details-header-2 {
  font-weight: bold;
  -webkit-flex: 1 0 15%;
  -moz-flex: 1 0 15%;
  -ms-flex: 1 0 15%;
  flex: 1 0 15%;
}
.conversation-details-container .details-value-2 {
  -webkit-flex: 1 0 85%;
  -moz-flex: 1 0 85%;
  -ms-flex: 1 0 85%;
  flex: 1 0 85%;
}
.conversation-details-container .details-call-type,
.conversation-details-container .details-chat-type,
.conversation-details-container .details-email-type,
.conversation-details-container .details-message-type,
.conversation-details-container .details-callback-type,
.conversation-details-container .details-cobrowse-type {
  padding-right: 10px;
}
.conversation-details-container .details-wrapup,
.conversation-details-container .details-internal-participants,
.conversation-details-container .details-external-participants {
  padding-left: 0;
  list-style: none;
  margin: 0px;
  overflow: hidden;
}
.conversation-details-container .popover-header-title {
  margin-left: 20px;
  margin-right: 20px;
}
.conversation-details-container .popover-container {
  -webkit-flex: 1 0 100%;
  -moz-flex: 1 0 100%;
  -ms-flex: 1 0 100%;
  flex: 1 0 100%;
}
.conversation-details-container .past-wrap-up-notice {
  color: #2a60c8;
}
.conversation-details-container .past-wrap-up-details .details-header-2 {
  -webkit-flex: 0 0 25%;
  -moz-flex: 0 0 25%;
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
}
.conversation-details-container .past-wrap-up-details .details-value-2 {
  word-wrap: break-word;
  display: contents;
}
.conversation-details-container .past-wrap-up-details + hr {
  margin-top: 10px;
  margin-bottom: 10px;
}
.conversation-details-container .past-wrap-up-details + hr:nth-last-of-type(1) {
  visibility: hidden;
}
.conversation-details-container .retention-details-header {
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  /* 2009 - Safari, ? */
  -webkit-box-direction: normal;
  -box-direction: normal;
  -webkit-box-orient: horizontal;
  -box-orient: horizontal;
  /* Current - Chrome, FF */
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
}
.conversation-details-container .form-group {
  padding: 10px;
}
.conversation-details-container .conversation-participant-label {
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
}
.conversation-details-container .right-side {
  padding-left: 10px;
}
.conversation-details-container .conversation-glyphicon:before {
  margin-right: 5px;
}
.conversation-details-container .download-button {
  padding-left: 30px;
  margin-top: 15px;
}
.conversation-details-container .download-button .hide-button {
  padding-left: 30px;
}
.conversation-details-container .download-permission-error {
  padding-left: 30px;
  color: #d2322d;
}
.conversation-details-container .retention-details-value,
.conversation-details-container .media-type .details-value {
  text-align: right;
}
.conversation-details-container .retention-actions {
  padding-top: 10px;
  padding-left: 30px;
}
.conversation-details-container .archive-date .btn,
.conversation-details-container .delete-date .btn {
  padding: 2px 12px;
}
.conversation-details-container .edit-button {
  padding-top: 0px;
}
.conversation-details-container .editing .edit-button {
  visibility: hidden;
}
.conversation-details-container .no-date-label {
  padding-top: 2px;
}
.conversation-details-container .disconnect-type {
  display: block;
  color: #666;
}
.conversation-details-container .voicemail-recording-actions .vm-delete-button,
.conversation-details-container .voicemail-recording-actions .vm-download-button,
.conversation-details-container .voicemail-recording-actions .vm-keep-button {
  margin-right: 20px;
}
.conversation-timeline-container {
  width: 100%;
}
.conversation-timeline-container .vis-labelset .vis-label .vis-inner {
  display: block;
}
.conversation-timeline-container .conversation-timeline-header {
  border-bottom: 1px solid #b8b8b8;
}
.conversation-timeline-container .conversation-timeline-group {
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  /* 2009 - Safari, ? */
  -webkit-box-direction: normal;
  -box-direction: normal;
  -webkit-box-orient: vertical;
  -box-orient: vertical;
  /* Current - Chrome, FF */
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  width: 100%;
}
.conversation-timeline-container .conversation-timeline-group .participant-name {
  font-weight: bold;
}
.conversation-timeline-container .conversation-timeline-group .participant-type {
  font-weight: bold;
}
.conversation-timeline-container .segment-type-unknown {
  background-color: #b8b8b8;
  color: #f6f6f6;
  cursor: pointer;
}
.conversation-timeline-container .segment-type-alert {
  background-color: #DFC27D;
  color: #f6f6f6;
  cursor: pointer;
}
.conversation-timeline-container .segment-type-contacting {
  background-color: #b8b8b8;
  color: #f6f6f6;
  cursor: pointer;
}
.conversation-timeline-container .segment-type-system {
  background-color: #b8b8b8;
  color: #f6f6f6;
  cursor: pointer;
}
.conversation-timeline-container .segment-type-delay {
  background-color: #b8b8b8;
  color: #f6f6f6;
  cursor: pointer;
}
.conversation-timeline-container .segment-type-hold {
  background-color: #C7EAE5;
  color: #333333;
  cursor: pointer;
}
.conversation-timeline-container .segment-type-uploading {
  background-color: #b8b8b8;
  color: #f6f6f6;
  cursor: pointer;
}
.conversation-timeline-container .segment-type-interact {
  background-color: #4EB3D3;
  color: #f6f6f6;
  cursor: pointer;
}
.conversation-timeline-container .segment-type-ivr {
  background-color: #80CDC1;
  color: #f6f6f6;
  cursor: pointer;
}
.conversation-timeline-container .segment-type-dialing {
  background-color: #F6E8C3;
  color: #333333;
  cursor: pointer;
}
.conversation-timeline-container .segment-type-wrapup {
  background-color: #8C510A;
  color: #f6f6f6;
  cursor: pointer;
}
.conversation-timeline-container .segment-type-scheduled {
  background-color: #b8b8b8;
  color: #f6f6f6;
  cursor: pointer;
}
.timeline-tooltip td {
  padding-left: 5px;
}
.timeline-tooltip caption {
  font-size: 150%;
  text-align: center;
  color: #444a52;
}
.custom-date-range .range-error {
  color: #d2322d;
}
.custom-date-range .date-time-picker {
  display: block;
}
.playback-container .evaluationForm-container .alert {
  padding: 0px 15px;
}
.playback-container .evaluationForm-container .evaluation-metadata {
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  /* 2009 - Safari, ? */
  -webkit-box-direction: normal;
  -box-direction: normal;
  -webkit-box-orient: vertical;
  -box-orient: vertical;
  /* Current - Chrome, FF */
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  max-width: 400px;
}
.playback-container .evaluationForm-container .evaluation-metadata .evaluation-metadata-label {
  font-weight: bold;
}
.playback-container .evaluationForm-container .evaluation-metadata .evaluation-metadata-value {
  float: right;
  max-width: 50%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.playback-container .evaluationForm-container .evaluation-indicator-container {
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  /* 2009 - Safari, ? */
  -webkit-box-direction: normal;
  -box-direction: normal;
  -webkit-box-orient: horizontal;
  -box-orient: horizontal;
  /* Current - Chrome, FF */
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  float: right;
}
.playback-container .evaluationForm-container .evaluation-progress-indicator {
  float: right;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
  -ms-border-radius: 8px;
  border-radius: 8px;
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
}
.playback-container .evaluationForm-container .evaluation-calibration-indicator {
  background-color: #56aac6;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
  -ms-border-radius: 8px;
  border-radius: 8px;
  border: solid #56aac6;
  padding: 6px 0px;
  margin: 0px 5px;
  -ms-flex-item-align: center;
  /* IE 10 Tween */
  -webkit-align-self: center;
  -moz-align-self: center;
  align-self: center;
}
.playback-container .evaluationForm-container .evaluation-calibration-box {
  background-color: #ffffff;
  width: auto;
}
.playback-container .evaluationForm-container .evaluation-progress-arrow {
  background-color: #ffffff;
  border-top: 15px solid transparent;
  border-bottom: 15px solid transparent;
  padding: 0;
  margin: 0;
}
.playback-container .evaluationForm-container .evaluation-progress-text {
  border-bottom-right-radius: 6px;
  border-top-right-radius: 6px;
  padding: 6px;
  -ms-flex-item-align: center;
  /* IE 10 Tween */
  -webkit-align-self: center;
  -moz-align-self: center;
  align-self: center;
  font-weight: bold;
}
.playback-container .evaluationForm-container .evaluation-calibration-text {
  background-color: #ffffff;
  border-bottom-right-radius: 6px;
  border-top-right-radius: 6px;
  font-weight: bold;
  color: #56aac6;
  padding: 8px;
}
.playback-container .evaluationForm-container .evaluation-icon {
  margin: auto 0px auto 5px;
  color: #ffffff;
}
.playback-container .evaluationForm-container .calibration-icon {
  margin: auto 0px auto 5px;
  padding: 0px 5px;
  color: #ffffff;
}
.playback-container .evaluationForm-container .evaluation-pending {
  border: solid #b8b8b8;
  background-color: #b8b8b8;
}
.playback-container .evaluationForm-container .evaluation-pending .pending-arrow {
  border-left: 15px solid #b8b8b8;
}
.playback-container .evaluationForm-container .evaluation-pending .pending-text {
  background-color: #ffffff;
  color: #b8b8b8;
}
.playback-container .evaluationForm-container .evaluation-in-progress {
  border: solid #ffa500;
  background-color: #ffa500;
}
.playback-container .evaluationForm-container .evaluation-in-progress .in-progress-arrow {
  border-left: 15px solid #ffa500;
}
.playback-container .evaluationForm-container .evaluation-in-progress .in-progress-text {
  background-color: #ffffff;
  color: #ffa500;
}
.playback-container .evaluationForm-container .evaluation-completed {
  border: solid #4f9325;
  background-color: #4f9325;
}
.playback-container .evaluationForm-container .evaluation-completed .completed-arrow {
  border-left: 15px solid #4f9325;
}
.playback-container .evaluationForm-container .evaluation-completed .completed-text {
  background-color: #ffffff;
  color: #4f9325;
}
.playback-container .evaluationForm-container .evaluation-footer-container {
  border-top: 1px solid #b8b8b8;
  padding-top: 20px;
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  /* 2009 - Safari, ? */
  -webkit-box-direction: normal;
  -box-direction: normal;
  -webkit-box-orient: vertical;
  -box-orient: vertical;
  /* Current - Chrome, FF */
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
.playback-container .evaluationForm-container .evaluation-action-item {
  padding-bottom: 10px;
}
.playback-container .evaluationForm-container .evaluation-release-container {
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  /* 2009 - Safari, ? */
  -webkit-box-direction: normal;
  -box-direction: normal;
  -webkit-box-orient: horizontal;
  -box-orient: horizontal;
  /* Current - Chrome, FF */
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  width: 100%;
}
.playback-container .evaluationForm-container .evaluation-release-container .release-date-selector {
  width: 25%;
}
.playback-container .evaluationForm-container .evaluation-release-container .release-date-picker {
  margin-left: 2%;
  width: 28%;
}
.playback-container .evaluationForm-container .evaluation-release-container .time-zone-release-date {
  margin-left: 2%;
  width: 25%;
}
.playback-container .evaluationForm-container .evaluation-release-container .release-date-selector-label {
  vertical-align: middle;
  -ms-flex-item-align: center;
  /* IE 10 Tween */
  -webkit-align-self: center;
  -moz-align-self: center;
  align-self: center;
  width: 10%;
}
.playback-container .evaluationForm-container .release-date-custom {
  margin-left: 10px;
}
.playback-container .evaluationForm-container .calibration-evaluator-selector {
  width: 50%;
}
.playback-container .evaluationForm-container .evaluation-as-scoring-index-container {
  width: 50%;
  margin-bottom: 10px;
}
.playback-container .evaluationForm-container .evaluation-create-calibration-action {
  margin-bottom: 10px;
}
.playback-container .evaluationForm-container .evaluation-rescore-action {
  width: fit-content;
}
.playback-container .evaluationForm-container .evaluation-action-container {
  margin: 0 0 0 20px;
}
.playback-container .evaluationForm-container .evaluation-action-container:first-child {
  margin: 0;
}
.playback-container .evaluationForm-container .print-only {
  visibility: hidden;
  display: none;
}
.interactionsMain {
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  -webkit-flex: 1 1;
  -moz-flex: 1 1;
  -ms-flex: 1 1;
  flex: 1 1;
  /* 2009 - Safari, ? */
  -webkit-box-direction: normal;
  -box-direction: normal;
  -webkit-box-orient: vertical;
  -box-orient: vertical;
  /* Current - Chrome, FF */
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  min-height: 0px;
}
.interactionsMain .interaction-search-tabContent {
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  -webkit-flex: 1 1;
  -moz-flex: 1 1;
  -ms-flex: 1 1;
  flex: 1 1;
  /* 2009 - Safari, ? */
  -webkit-box-direction: normal;
  -box-direction: normal;
  -webkit-box-orient: horizontal;
  -box-orient: horizontal;
  /* Current - Chrome, FF */
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  min-height: 0px;
}
.interactionsMain .interaction-search-container {
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  /* 2009 - Safari, ? */
  -webkit-box-direction: normal;
  -box-direction: normal;
  -webkit-box-orient: vertical;
  -box-orient: vertical;
  /* Current - Chrome, FF */
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  min-height: 0px;
  min-width: 0px;
}
.interactionsMain .interactions-list-container {
  -webkit-flex: 1 1 0px;
  -moz-flex: 1 1 0px;
  -ms-flex: 1 1 0px;
  flex: 1 1 0px;
}
.interactionSearchPager {
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  /* 2009 - Safari, ? */
  -webkit-box-direction: normal;
  -box-direction: normal;
  -webkit-box-orient: horizontal;
  -box-orient: horizontal;
  /* Current - Chrome, FF */
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-align: stretch;
  -webkit-align-items: stretch;
  -moz-align-items: stretch;
  align-items: stretch;
  text-align: left;
  vertical-align: middle;
  padding: 0px 10px;
}
.interactionSearchPager .interactionPagerBtn {
  padding-right: 20px;
  border-right: 1px solid #b8b8b8;
}
.interactionSearchPager .interactionSearchRowOpt {
  margin-left: 40px;
  width: auto;
}
.interactionSearchPager .records-text {
  padding: 0 5px;
  line-height: 35px;
}
.interactionSearchPager .pull-controls {
  /* 2009 - Safari, ? */
  -webkit-box-flex: 1;
  /* IE 10 Tween */
  -ms-flex-positive: 1;
  /* Current - Chrome, FF */
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  flex-grow: 1;
  text-align: right;
}
.interactions-list-container {
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  /* 2009 - Safari, ? */
  -webkit-box-direction: normal;
  -box-direction: normal;
  -webkit-box-orient: vertical;
  -box-orient: vertical;
  /* Current - Chrome, FF */
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  min-height: 0px;
}
.interactions-list-container .clickable {
  cursor: pointer;
}
.interactions-list-container .interactionSearchPager {
  /* 2009 - Safari, ? */
  -webkit-box-flex: 0;
  /* IE 10 Tween */
  -ms-flex-negative: 0;
  /* Current - Chrome, FF */
  -webkit-flex-shrink: 0;
  -moz-flex-shrink: 0;
  flex-shrink: 0;
}
.interactions-list-container .refresh-indicator {
  margin: auto 10px;
}
.interactions-list-container .interactions-list-commandbar {
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  /* 2009 - Safari, ? */
  -webkit-box-flex: 0;
  /* IE 10 Tween */
  -ms-flex-negative: 0;
  /* Current - Chrome, FF */
  -webkit-flex-shrink: 0;
  -moz-flex-shrink: 0;
  flex-shrink: 0;
  background-color: #f6f6f6;
}
.interactions-list-container .interactions-list-show-historical {
  -webkit-flex: 1 0 auto;
  -moz-flex: 1 0 auto;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -ms-flex-pack: end;
  /* IE 10 Tween */
  -webkit-justify-content: flex-end;
  -moz-justify-content: flex-end;
  justify-content: flex-end;
  padding-right: 10px;
}
.interactions-list-container .interactions-list-active-column {
  text-align: center;
}
.interactions-list-container .interactions-list-active-column .checkbox {
  margin: 0;
  padding: 0;
}
.interactions-list-container .interactions-list-active-column .checkbox input[type=checkbox] {
  margin: 0;
}
.interactions-list-container .interactions-list-active-column input {
  float: none;
}
.interactions-list-container .interactions-list-refresh-pause {
  background-color: #f6f6f6;
}
.interactions-list-container .no-data {
  color: inherit;
}
.interactions-list-container .new-interaction-notifier {
  background-color: #f6f6f6;
  visibility: hidden;
}
.interactions-list-container .new-interaction-notifier.has-new-interactions {
  visibility: visible;
}
.playback-container {
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  /* 2009 - Safari, ? */
  -webkit-box-direction: normal;
  -box-direction: normal;
  -webkit-box-orient: vertical;
  -box-orient: vertical;
  /* Current - Chrome, FF */
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  /* 2009 - Safari, ? */
  -webkit-box-flex: 0;
  /* IE 10 Tween */
  -ms-flex-negative: 0;
  /* Current - Chrome, FF */
  -webkit-flex-shrink: 0;
  -moz-flex-shrink: 0;
  flex-shrink: 0;
  /* 2009 - Safari, ? */
  -webkit-box-flex: 1;
  /* IE 10 Tween */
  -ms-flex-positive: 1;
  /* Current - Chrome, FF */
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  flex-grow: 1;
}
.playback-container .panel .panel-body {
  padding: 0;
}
.playback-container .playback-center {
  /* 2009 - Safari, ? */
  -webkit-box-flex: 1;
  /* IE 10 Tween */
  -ms-flex-positive: 1;
  /* Current - Chrome, FF */
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  flex-grow: 1;
  background-color: #fff;
  border-radius: 6px;
  border: 1px solid #b8b8b8;
  box-shadow: 0 0 5px #b8b8b8;
  padding: 5px;
  width: calc(-300%);
}
.playback-container .audio-channel-container {
  position: relative;
  min-height: 100px;
}
.playback-container .volume-control-container {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  z-index: 4;
}
.playback-container .recording-views-container {
  flex-grow: 1;
  flex-shrink: 0;
}
.playback-container .next-recording {
  padding-top: 10px;
  padding-bottom: 5px;
  padding-right: 5px;
  float: right;
}
.playback-container .previous-recording {
  padding-top: 10px;
  padding-bottom: 5px;
  padding-left: 5px;
  float: left;
}
.playback-container .playback-data-waveform .volume-control-container .dropdown-toggle .volume-up,
.playback-container .playback-data-waveform .volume-control-container .dropdown-toggle .volume-off {
  color: #2a60c8;
}
.playback-container .waveContainer,
.playback-container .annotation-container {
  display: block;
  margin: auto;
  max-width: 640px;
  width: 100%;
}
.playback-container .playback-waveform {
  width: 100%;
}
.playback-container .playback-data-waveform {
  position: relative;
  height: 100px;
}
.playback-container .playback-played-underlay {
  position: absolute;
  background-color: #2a60c8;
  height: 100%;
  z-index: 1;
}
.playback-container .playback-total-underlay {
  position: absolute;
  background-color: #b8b8b8;
  width: 90%;
  height: 100%;
  z-index: 0;
}
.playback-container .playback-waveform-overlay {
  z-index: 2;
  height: 100%;
  width: 90%;
  position: absolute;
}
.playback-container .playback-center-titlebar {
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  /* 2009 - Safari, ? */
  -webkit-box-direction: normal;
  -box-direction: normal;
  -webkit-box-orient: horizontal;
  -box-orient: horizontal;
  /* Current - Chrome, FF */
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-pack: end;
  /* IE 10 Tween */
  -webkit-justify-content: flex-end;
  -moz-justify-content: flex-end;
  justify-content: flex-end;
}
.playback-container .playback-center-titlebar .update-restore-period {
  padding: 5px;
}
.playback-container .screen-recording-details-container .playback-screen-recording-open-button {
  background: #56aac6;
  border: 0;
  border-radius: 5px;
  color: #ffffff;
  text-decoration: none;
  padding: 5px 15px;
}
.playback-container .screen-recording-details-container .screen-recording-interactions-view {
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  /* 2009 - Safari, ? */
  -webkit-box-direction: normal;
  -box-direction: normal;
  -webkit-box-orient: horizontal;
  -box-orient: horizontal;
  /* Current - Chrome, FF */
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  background-color: #fff;
}
.playback-container .screen-recording-details-container .screen-recording-interactions-view .playback-screen-recording-body {
  width: 50%;
}
.playback-container .screen-recording-details-container .screen-recording-interactions-view .playback-screen-recording-icon {
  color: #b8b8b8;
  font-size: 30px;
  padding: 30px;
}
.playback-container .screen-recording-details-container .screen-recording-interactions-view .playback-screen-recording-open-button {
  background: #56aac6;
  color: #ffffff;
  border-radius: 5px;
  padding: 5px 15px;
  border: 0;
  text-decoration: none;
}
.playback-container .screen-recording-details-container .screen-recording-interactions-view .playback-screen-recording-play-icon {
  padding-right: 5px;
}
.playback-container .screen-recording-details-container .screen-recording-interactions-view-small {
  width: 100%;
  display: flex;
}
.playback-container .screen-recording-details-container .screen-recording-interactions-view-small .playback-screen-recording-open-button {
  margin: 10px auto;
}
.playback-container .chat-details-container {
  height: 300px;
}
.playback-container .chat-details-container .chat-transcript-view {
  height: 100%;
}
.playback-container .chat-details-container .panel,
.playback-container .chat-details-container .panel-heading {
  border: 0px;
}
.playback-container .chat-details-container .panel-heading {
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
}
.playback-container .audio-player-container .audioPlayer {
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  /* 2009 - Safari, ? */
  -webkit-box-direction: normal;
  -box-direction: normal;
  -webkit-box-orient: horizontal;
  -box-orient: horizontal;
  /* Current - Chrome, FF */
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-pack: justify;
  /* IE 10 Tween */
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
}
.playback-container .audio-player-container .wave-container-wrapper {
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  /* 2009 - Safari, ? */
  -webkit-box-direction: normal;
  -box-direction: normal;
  -webkit-box-orient: vertical;
  -box-orient: vertical;
  /* Current - Chrome, FF */
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  /* 2009 - Safari, ? */
  -webkit-box-flex: 1;
  /* IE 10 Tween */
  -ms-flex-positive: 1;
  /* Current - Chrome, FF */
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  flex-grow: 1;
  margin: 20px;
}
.playback-container .audio-player-container .wave-container-wrapper .waveContainer {
  position: relative;
  width: 100%;
}
.playback-container .audio-player-container .wave-container-wrapper .annotation-container {
  margin-top: 20px;
}
.playback-container .audio-container-wrapper {
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  -webkit-flex: 0 0 auto;
  -moz-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -ms-flex-pack: center;
  /* IE 10 Tween */
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  /* 2009 - Safari, ? */
  -webkit-box-direction: normal;
  -box-direction: normal;
  -webkit-box-orient: vertical;
  -box-orient: vertical;
  /* Current - Chrome, FF */
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center;
}
.playback-container .audio-container-wrapper .audio-controls-container input[type=range] {
  -webkit-appearance: none;
  width: 75px;
  margin: 11px 0;
}
.playback-container .audio-container-wrapper .audio-controls-container input[type=range]:focus {
  outline: none;
}
.playback-container .audio-container-wrapper .audio-controls-container input[type=range]::-webkit-slider-runnable-track {
  width: 100%;
  height: 4px;
  cursor: pointer;
  box-shadow: 0px 0px 0px #ffffff, 0px 0px 0px #ffffff;
  background: #2a60c8;
  border-radius: 0px;
  border: 0px solid #ffffff;
}
.playback-container .audio-container-wrapper .audio-controls-container input[type=range]::-webkit-slider-thumb {
  box-shadow: 0px 0px 0px #ffffff, 0px 0px 0px #ffffff;
  border: 2.9px solid #ffffff;
  height: 26px;
  width: 10px;
  border-radius: 10px;
  background: #000000;
  cursor: pointer;
  -webkit-appearance: none;
  margin-top: -11px;
}
.playback-container .audio-container-wrapper .audio-controls-container input[type=range]:focus::-webkit-slider-runnable-track {
  background: #2a60c8;
}
.playback-container .audio-container-wrapper .audio-controls-container input[type=range]::-moz-range-track {
  width: 100%;
  height: 4px;
  cursor: pointer;
  box-shadow: 0px 0px 0px #ffffff, 0px 0px 0px #ffffff;
  background: #2a60c8;
  border-radius: 0px;
  border: 0px solid #ffffff;
}
.playback-container .audio-container-wrapper .audio-controls-container input[type=range]::-moz-range-thumb {
  box-shadow: 0px 0px 0px #ffffff, 0px 0px 0px #ffffff;
  border: 2.9px solid #ffffff;
  height: 26px;
  width: 10px;
  border-radius: 10px;
  background: #000000;
  cursor: pointer;
}
.playback-container .audio-container-wrapper .audio-controls-container input[type=range]::-ms-track {
  width: 100%;
  height: 4px;
  cursor: pointer;
  background: transparent;
  border-color: transparent;
  color: transparent;
}
.playback-container .audio-container-wrapper .audio-controls-container input[type=range]::-ms-fill-lower {
  background: #43a0c0;
  border: 0px solid #ffffff;
  border-radius: 0px;
  box-shadow: 0px 0px 0px #ffffff, 0px 0px 0px #ffffff;
}
.playback-container .audio-container-wrapper .audio-controls-container input[type=range]::-ms-fill-upper {
  background: #56aac6;
  border: 0px solid #ffffff;
  border-radius: 0px;
  box-shadow: 0px 0px 0px #ffffff, 0px 0px 0px #ffffff;
}
.playback-container .audio-container-wrapper .audio-controls-container input[type=range]::-ms-thumb {
  box-shadow: 0px 0px 0px #ffffff, 0px 0px 0px #ffffff;
  border: 2.9px solid #ffffff;
  height: 26px;
  width: 10px;
  border-radius: 10px;
  background: #000000;
  cursor: pointer;
  height: 4px;
}
.playback-container .audio-container-wrapper .audio-controls-container input[type=range]:focus::-ms-fill-lower {
  background: #56aac6;
}
.playback-container .audio-container-wrapper .audio-controls-container input[type=range]:focus::-ms-fill-upper {
  background: #69b4cc;
}
.playback-container .live-interaction-indicator,
.playback-container .empty-interaction-indicator {
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  /* 2009 - Safari, ? */
  -webkit-box-direction: normal;
  -box-direction: normal;
  -webkit-box-orient: horizontal;
  -box-orient: horizontal;
  /* Current - Chrome, FF */
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  background-color: #fff;
}
.playback-container .live-interaction-indicator .live-icon,
.playback-container .empty-interaction-indicator .live-icon,
.playback-container .live-interaction-indicator .empty-interaction-icon,
.playback-container .empty-interaction-indicator .empty-interaction-icon {
  color: #b8b8b8;
  font-size: 30px;
  padding: 30px;
}
.playback-container .playback-call-ended-message {
  text-align: center;
  padding: 40px;
  color: #d2322d;
}
.playback-container .live-interaction-indicator,
.playback-container .no-recording {
  /* 2009 - Safari, ? */
  -webkit-box-flex: 1;
  /* IE 10 Tween */
  -ms-flex-positive: 1;
  /* Current - Chrome, FF */
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  flex-grow: 1;
  /* 2009 - Safari, ? */
  -webkit-box-flex: 0;
  /* IE 10 Tween */
  -ms-flex-negative: 0;
  /* Current - Chrome, FF */
  -webkit-flex-shrink: 0;
  -moz-flex-shrink: 0;
  flex-shrink: 0;
  border: solid 1px #b8b8b8;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  -ms-border-radius: 6px;
  border-radius: 6px;
}
.playback-container .evaluationForm-container {
  padding: 20px;
}
.playback-container .evaluationForm-container .footer {
  margin-top: 30px;
}
.playback-container .conversation-participant-container {
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  /* 2009 - Safari, ? */
  -webkit-box-direction: normal;
  -box-direction: normal;
  -webkit-box-orient: vertical;
  -box-orient: vertical;
  /* Current - Chrome, FF */
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  /* 2009 - Safari, ? */
  /* IE 10 Tween */
  -ms-flex-negative: 0;
  /* Current - Chrome, FF */
  -webkit-flex-shrink: 0;
  -moz-flex-shrink: 0;
  flex-shrink: 0;
  /* 2009 - Safari, ? */
  -webkit-box-flex: 0;
  /* IE 10 Tween */
  -ms-flex-positive: 0;
  /* Current - Chrome, FF */
  -webkit-flex-grow: 0;
  -moz-flex-grow: 0;
  flex-grow: 0;
}
.playback-container .conversation-participant-container .dropup .dropdown-menu {
  top: inherit;
  bottom: inherit;
  margin-bottom: inherit;
}
.playback-container .conversation-participant-container .copy-address-target.copyable {
  cursor: pointer;
}
.playback-container .conversation-participant-container .participant-body {
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  /* 2009 - Safari, ? */
  -webkit-box-flex: 1;
  /* IE 10 Tween */
  -ms-flex-positive: 1;
  /* Current - Chrome, FF */
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  flex-grow: 1;
  /* 2009 - Safari, ? */
  -webkit-box-flex: 0;
  /* IE 10 Tween */
  -ms-flex-negative: 0;
  /* Current - Chrome, FF */
  -webkit-flex-shrink: 0;
  -moz-flex-shrink: 0;
  flex-shrink: 0;
  /* 2009 - Safari, ? */
  -webkit-box-direction: normal;
  -box-direction: normal;
  -webkit-box-orient: vertical;
  -box-orient: vertical;
  /* Current - Chrome, FF */
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  padding: 20px;
  width: 200px;
}
.playback-container .conversation-participant-container .participant-body .participant-name,
.playback-container .conversation-participant-container .participant-body .user-name,
.playback-container .conversation-participant-container .participant-body .participant-address {
  max-width: 200px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.playback-container .conversation-participant-container .participant-body .person-img {
  margin-bottom: 20px;
}
.playback-container .conversation-participant-container .participant-heading {
  border-bottom: 1px solid #b8b8b8;
  /* 2009 - Safari, ? */
  -webkit-box-flex: 0;
  /* IE 10 Tween */
  -ms-flex-positive: 0;
  /* Current - Chrome, FF */
  -webkit-flex-grow: 0;
  -moz-flex-grow: 0;
  flex-grow: 0;
  text-align: center;
  width: 100%;
  padding: 0 20px;
}
.playback-container .conversation-participant-container .participant-footer {
  border-top: 1px solid #b8b8b8;
  /* 2009 - Safari, ? */
  -webkit-box-flex: 0;
  /* IE 10 Tween */
  -ms-flex-positive: 0;
  /* Current - Chrome, FF */
  -webkit-flex-grow: 0;
  -moz-flex-grow: 0;
  flex-grow: 0;
  padding: 10px;
  text-align: center;
  width: 100%;
}
.playback-container .conversation-participant-container .participant-name,
.playback-container .conversation-participant-container .user-name {
  font-weight: bold;
}
.playback-container .multiple-participants-list .participant-item:last-child {
  border-bottom: 0;
}
.playback-container .multiple-participants-list .participant-item {
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  border-bottom: 1px solid #b8b8b8;
  padding: 10px;
  white-space: nowrap;
}
.playback-container .multiple-participants-list .participant-dnis,
.playback-container .multiple-participants-list .participant-monitor-button,
.playback-container .multiple-participants-list .participant-name {
  margin: 0 10px;
}
.playback-container .multiple-participants-list .participant-dnis {
  /* 2009 - Safari, ? */
  -webkit-box-flex: 1;
  /* IE 10 Tween */
  -ms-flex-positive: 1;
  /* Current - Chrome, FF */
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  flex-grow: 1;
  /* 2009 - Safari, ? */
  -webkit-box-flex: 0;
  /* IE 10 Tween */
  -ms-flex-negative: 0;
  /* Current - Chrome, FF */
  -webkit-flex-shrink: 0;
  -moz-flex-shrink: 0;
  flex-shrink: 0;
}
.playback-container .phonecall-container {
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  /* 2009 - Safari, ? */
  -webkit-box-direction: normal;
  -box-direction: normal;
  -webkit-box-orient: horizontal;
  -box-orient: horizontal;
  /* Current - Chrome, FF */
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  background-color: #f6f6f6;
  border: 1px solid #b8b8b8;
  border-radius: 6px;
}
.playback-container .playback-audioTrackBar {
  background-color: #f6f6f6;
  width: 90%;
  height: 10px;
  margin-bottom: 5px;
}
.playback-container .playback-archival-container {
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  /* 2009 - Safari, ? */
  -webkit-box-direction: normal;
  -box-direction: normal;
  -webkit-box-orient: horizontal;
  -box-orient: horizontal;
  /* Current - Chrome, FF */
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  background-color: #fff;
}
.playback-container .playback-archival-container .archive-icon {
  color: #b8b8b8;
  font-size: 30px;
  padding: 30px;
}
.playback-container .playback-delete-container {
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  /* 2009 - Safari, ? */
  -webkit-box-direction: normal;
  -box-direction: normal;
  -webkit-box-orient: horizontal;
  -box-orient: horizontal;
  /* Current - Chrome, FF */
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  background-color: #fff;
}
.playback-container .playback-delete-container .delete-icon {
  color: #b8b8b8;
  font-size: 30px;
  padding: 30px;
}
.playback-container .playback-upload-container {
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  /* 2009 - Safari, ? */
  -webkit-box-direction: normal;
  -box-direction: normal;
  -webkit-box-orient: horizontal;
  -box-orient: horizontal;
  /* Current - Chrome, FF */
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  background-color: #fff;
}
.playback-container .playback-upload-container .upload-icon {
  color: #b8b8b8;
  font-size: 30px;
  padding: 30px;
}
.playback-container .playback-archived-description {
  padding-bottom: 20px;
}
.playback-container .playback-durationIndicator {
  background-color: #252525;
  height: 5px;
  margin-top: 7px;
  position: absolute;
}
.playback-container .playback-eventBar {
  position: relative;
}
.playback-container .playback-event-icon {
  color: #2a60c8;
  position: absolute;
  font-size: 12px;
}
.playback-container .playback-event-icon .popover {
  display: block;
  width: 250px;
  top: 20px;
  z-index: -1;
}
.playback-container .playback-event-icon .popover.in {
  z-index: 1000;
}
.playback-container .playback-event-icon .popover .popover-content {
  text-align: left;
}
.playback-container .playback-event-icon .popover .popover-content .header-col {
  font-weight: bold;
}
.playback-container .playback-event-icon .popover .popover-content .value-col {
  float: right;
}
.playback-container .playback-playedAudioTrackBar {
  background-color: #b8b8b8;
  height: 10px;
  position: absolute;
}
.playback-container .playback-play-button {
  /* 2009 - Safari, ? */
  -webkit-box-flex: 0;
  /* IE 10 Tween */
  -ms-flex-positive: 0;
  /* Current - Chrome, FF */
  -webkit-flex-grow: 0;
  -moz-flex-grow: 0;
  flex-grow: 0;
  border-radius: 20px;
  color: #fff;
  margin: 10px;
  background-color: #2a60c8;
}
.playback-container .playback-play-button .fa {
  width: 12px;
}
.playback-container .playback-positionIndicator {
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  -ms-border-radius: 6px;
  border-radius: 6px;
  border-left: 1px solid white;
  border-right: 1px solid white;
  background-color: #252525;
  opacity: 0.0;
  height: 100%;
  position: absolute;
  top: 0;
  width: 6px;
  z-index: 3;
}
.playback-container .conversation-details-header {
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  /* 2009 - Safari, ? */
  -webkit-box-direction: normal;
  -box-direction: normal;
  -webkit-box-orient: horizontal;
  -box-orient: horizontal;
  /* Current - Chrome, FF */
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  width: 100%;
  padding-top: 20px;
}
.playback-container .playback-tab-view {
  padding-top: 20px;
}
.playback-container .details-tab-content {
  /* 2009 - Safari, ? */
  -webkit-box-flex: 1;
  /* IE 10 Tween */
  -ms-flex-positive: 1;
  /* Current - Chrome, FF */
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  flex-grow: 1;
  /* 2009 - Safari, ? */
  -webkit-box-flex: 0;
  /* IE 10 Tween */
  -ms-flex-negative: 0;
  /* Current - Chrome, FF */
  -webkit-flex-shrink: 0;
  -moz-flex-shrink: 0;
  flex-shrink: 0;
  border: 1px solid #ddd;
  display: flex;
  flex-direction: column;
}
.playback-container .details-tab-content-no-padding {
  padding: 0;
}
.playback-container .transcode-in-progress-message,
.playback-container .playback-recording-error {
  text-align: center;
}
.playback-container .load-indicator-wrapper {
  text-align: center;
  margin-top: 60px;
  width: 100%;
}
.playback-container .playback-center.acdvoicemail {
  background-color: #252525;
  color: #f6f6f6;
}
.playback-container .acdvoicemail .playback-delete-container {
  background-color: #252525;
}
.playback-container .acdvoicemail .next-recording {
  color: #56aac6;
}
.playback-container .acdvoicemail .next-recording .pager {
  background-color: #252525;
}
.playback-container .acdvoicemail .pager-text {
  background-color: #252525;
}
.playback-container .acdvoicemail .previous-recording {
  color: #56aac6;
  background-color: #252525;
}
.playback-container .acdvoicemail .playback-play-button {
  color: #ffffff;
  background-color: #56aac6;
}
.playback-container .acdvoicemail .playback-data-waveform .volume-control-container .dropdown-toggle .volume-up,
.playback-container .acdvoicemail .playback-data-waveform .volume-control-container .dropdown-toggle .volume-off {
  color: #56aac6;
}
.playback-container .acdvoicemail .playback-audioTrackBar {
  margin-top: 20px;
}
.playback-container .playback-no-available-media-container {
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -ms-flex-pack: center;
  /* IE 10 Tween */
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  height: 200px;
}
.playback-container .playback-no-available-media-body {
  padding-left: 10px;
}
.playback-container .playback-no-available-media-title {
  font-size: 24px;
  font-weight: 500;
}
.playback-container .details-container {
  display: flex;
  justify-content: space-between;
}
.playback-container .details-container .coaching-container {
  margin-left: auto;
  margin-top: auto;
  margin-bottom: 4px;
}
.playback-container .details-container .coaching-container .coaching-button {
  display: flex;
}
.playback-container .details-container .coaching-container .coaching-button gux-icon {
  width: 24px;
  height: 24px;
  margin-right: 8px;
}
.playback-container .details-container .coaching-container .coaching-button span {
  align-self: center;
}
.playback-container .details-container .coaching-container wem-add-interactions-coaching-button .coaching-button-container .popover-container .popover-content {
  z-index: 1;
}
.playback-container .details-container .coaching-container .add-interaction-modal .modal-content {
  box-shadow: none;
  border: none;
  background: #FDFDFD;
}
.playback-container .details-container .coaching-container #wemCoachingModal .modal {
  position: fixed;
}
.playback-container .details-container .coaching-container #wemCoachingModal .modal-content {
  box-shadow: none;
  border: none;
  background: #FDFDFD;
}
.playback-container .details-container .coaching-container #wemCoachingModal .modal-content .gux-calendar .header {
  box-sizing: content-box;
}
.playback-container .details-container .coaching-container #wemCoachingModal .modal-container {
  border-radius: 4px;
}
.playback-container .details-container .coaching-container #wemCoachingModal #documentSelector .modal-container {
  height: 80%;
  min-height: 590px;
}
.quality-admin-dashboard {
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  /* 2009 - Safari, ? */
  -webkit-box-direction: normal;
  -box-direction: normal;
  -webkit-box-orient: vertical;
  -box-orient: vertical;
  /* Current - Chrome, FF */
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-align: start;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start;
}
.quality-admin-dashboard .banner {
  width: 100%;
  background-color: #fdf8ec;
  color: #976700;
  border: 1px solid #fce5b1;
  border-radius: 6px;
  padding: 4px 12px;
  margin-bottom: 4px;
}
.quality-admin-dashboard .daterange-selector {
  -ms-flex-item-align: end;
  /* IE 10 Tween */
  -webkit-align-self: flex-end;
  -moz-align-self: flex-end;
  align-self: flex-end;
  margin: 0 20px 20px 0;
}
.quality-admin-dashboard .calibrations-grid,
.quality-admin-dashboard .evaluators-grid,
.quality-admin-dashboard .agent-activity-grid {
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  /* 2009 - Safari, ? */
  -webkit-box-direction: normal;
  -box-direction: normal;
  -webkit-box-orient: vertical;
  -box-orient: vertical;
  /* Current - Chrome, FF */
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  border: 1px solid #b8b8b8;
  border-radius: 6px;
  height: 400px;
  margin: 0 20px 20px 0;
  padding: 20px;
  width: 100%;
}
.quality-admin-dashboard .clickable-row {
  cursor: pointer;
}
.quality-admin-dashboard .title {
  font-weight: bold;
  margin-bottom: 10px;
}
.quality-admin-dashboard .data-table {
  height: 400px;
}
.quality-admin-dashboard .error-text {
  margin: 0 20px 20px 0;
  padding: 20px;
  width: 100%;
  color: #d2322d;
  text-align: center;
  font-size: medium;
}
.quality-admin-dashboard .agentSelector {
  max-width: 100%;
}
.quality-admin-dashboard .agentSelector .combobox-item {
  overflow: hidden;
  text-overflow: ellipsis;
}
.quality-admin-dashboard .groupSelector {
  max-width: 100%;
}
.quality-admin-dashboard .groupSelector .combobox-item {
  overflow: hidden;
  text-overflow: ellipsis;
}
.quality-admin-dashboard .teamSelector {
  max-width: 100%;
}
.quality-admin-dashboard .teamSelector .combobox-item {
  overflow: hidden;
  text-overflow: ellipsis;
}
.quality-admin-dashboard .validation-error {
  color: #d2322d;
}
.quality-admin-dashboard .complete-with-progress .campaign-complete {
  color: #4f9325;
}
.quality-admin-dashboard .complete-with-progress .campaign-complete i.fa {
  line-height: 1.5em;
}
.quality-admin-dashboard .complete-with-progress .determinate-progress {
  display: inline;
  margin-right: 4px;
  font-size: 10px;
  text-align: center;
  vertical-align: middle;
}
.quality-admin-dashboard .complete-with-progress .determinate-progress .determinate-progress-bar {
  overflow: hidden;
  height: 12px;
  font-size: 2px;
  background-color: #989898;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  padding: 0px;
  margin: 0px;
}
.quality-admin-dashboard .complete-with-progress .determinate-progress .determinate-progress-bar .progress-bar {
  background-color: #2a60c8;
}
.quality-evaluator-dashboard {
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  /* 2009 - Safari, ? */
  -webkit-box-direction: normal;
  -box-direction: normal;
  -webkit-box-orient: vertical;
  -box-orient: vertical;
  /* Current - Chrome, FF */
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-align: start;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start;
}
.quality-evaluator-dashboard .banner {
  width: 100%;
  background-color: #fdf8ec;
  color: #976700;
  border: 1px solid #fce5b1;
  border-radius: 6px;
  padding: 4px 12px;
  margin-bottom: 4px;
}
.quality-evaluator-dashboard .daterange-selector {
  -ms-flex-item-align: end;
  /* IE 10 Tween */
  -webkit-align-self: flex-end;
  -moz-align-self: flex-end;
  align-self: flex-end;
  margin: 0 20px 20px 0;
}
.quality-evaluator-dashboard .pending-evaluations,
.quality-evaluator-dashboard .completed-evaluations,
.quality-evaluator-dashboard .agent-activity-grid {
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  /* 2009 - Safari, ? */
  -webkit-box-direction: normal;
  -box-direction: normal;
  -webkit-box-orient: vertical;
  -box-orient: vertical;
  /* Current - Chrome, FF */
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  border: 1px solid #b8b8b8;
  border-radius: 6px;
  margin: 0 20px 20px 0;
  max-height: 400px;
  padding: 20px;
  width: 100%;
}
.quality-evaluator-dashboard .data-table {
  height: 400px;
}
.quality-evaluator-dashboard .error-text {
  margin: 0 20px 20px 0;
  padding: 20px;
  width: 100%;
  color: #d2322d;
  text-align: center;
  font-size: medium;
}
.quality-evaluator-dashboard .title {
  font-weight: bold;
  margin-bottom: 10px;
}
.facet-toolbar {
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  /* 2009 - Safari, ? */
  -webkit-box-direction: normal;
  -box-direction: normal;
  -webkit-box-orient: horizontal;
  -box-orient: horizontal;
  /* Current - Chrome, FF */
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-flex: 0 0 36px;
  -moz-flex: 0 0 36px;
  -ms-flex: 0 0 36px;
  flex: 0 0 36px;
  background-color: #f6f6f6;
  margin-bottom: 15px;
}
.facet-toolbar .facet-selection-title {
  padding: 0 5px;
}
.facet-toolbar .searchFilter {
  border: 1px solid #b8b8b8;
  border-radius: 2px;
  background-color: white;
  display: inline-block;
  padding: 2px 5px;
}
.facet-toolbar .searchFilter .filter-editor,
.facet-toolbar .searchFilter .remove-item {
  display: inline-block;
}
.filter-tooltip {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.faceted-search-container {
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  /* 2009 - Safari, ? */
  -webkit-box-direction: normal;
  -box-direction: normal;
  -webkit-box-orient: vertical;
  -box-orient: vertical;
  /* Current - Chrome, FF */
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-flex: 1 0 auto;
  -moz-flex: 1 0 auto;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
  margin: 0 5px;
}
.faceted-search-container .default-accordion.accordion-facet .accordion-item {
  background: none;
  border: none;
  margin-top: 10px;
}
.faceted-search-container .default-accordion.accordion-facet .accordion-item:first-of-type {
  margin-top: 0;
}
.faceted-search-container .default-accordion.accordion-facet .accordion-body {
  border-top: none;
}
.faceted-search-container .default-accordion.accordion-facet .accordion-body .facet-choice {
  font-size: .90em;
  padding-left: 20px;
}
.faceted-search-container .default-accordion.accordion-facet .accordion-body .item-name-container {
  padding-left: 10px;
  max-width: 270px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.faceted-search-container .default-accordion.accordion-facet .accordion-body .item-name {
  color: inherit;
}
.faceted-search-container .default-accordion.accordion-facet .accordion-body ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.faceted-search-container .default-accordion.accordion-facet .accordion-body .custom-date-range-text {
  color: #56aac6;
  cursor: pointer;
}
.faceted-search-container .default-accordion.accordion-facet:first-of-type {
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
}
.faceted-search-container .default-accordion.accordion-facet:last-of-type {
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}
.faceted-search-container .default-accordion.accordion-facet:hover {
  background: none;
}
.faceted-search-container .faceted-search-form,
.faceted-search-container .faceted-search-list {
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
}
.faceted-search-container .faceted-search-form {
  margin-bottom: 5px;
  width: auto;
}
.faceted-search-container .faceted-search-form .facet-search-input {
  width: auto;
}
.faceted-search-container .faceted-search-form .facet-search-icon {
  width: auto;
}
.faceted-search-container .faceted-search-list {
  -webkit-flex: 1 1 0px;
  -moz-flex: 1 1 0px;
  -ms-flex: 1 1 0px;
  flex: 1 1 0px;
  padding-top: 10px;
  min-height: 0px;
}
.faceted-search-container .facet-container {
  padding: 1px;
}
.faceted-search-container .accordion {
  -webkit-flex: 1 0 100%;
  -moz-flex: 1 0 100%;
  -ms-flex: 1 0 100%;
  flex: 1 0 100%;
  padding-right: 1px;
  overflow: auto;
}
.faceted-search-container .facet {
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  /* 2009 - Safari, ? */
  -webkit-box-direction: normal;
  -box-direction: normal;
  -webkit-box-orient: vertical;
  -box-orient: vertical;
  /* Current - Chrome, FF */
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
.faceted-search-container .facet .accordion-header {
  background-color: #f6f6f6;
  border-radius: 4px;
  font-weight: bold;
  padding-left: 10px;
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  -ms-flex-pack: justify;
  /* IE 10 Tween */
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
}
.faceted-search-container .facet .accordion-header .accordion-indicator {
  padding-right: 20px;
}
.agents-selector {
  padding-top: 5px;
}
.agents-selector .agents-dropdown {
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  padding: 5px 5px 10px;
}
.agents-selector .agents-dropdown .agentSelector {
  display: block;
  -webkit-flex: 1 0 auto;
  -moz-flex: 1 0 auto;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
}
.wrap-up-codes-selector {
  padding-top: 5px;
}
.wrap-up-codes-selector .wrap-up-codes-dropdown {
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  padding: 5px 5px 10px;
}
.wrap-up-codes-selector .wrap-up-codes-dropdown .wrap-up-code-selector {
  display: block;
  -webkit-flex: 1 0 100%;
  -moz-flex: 1 0 100%;
  -ms-flex: 1 0 100%;
  flex: 1 0 100%;
}
.queues-selector {
  padding-top: 5px;
}
.queues-selector .queues-dropdown {
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  padding: 5px 5px 10px;
}
.queues-selector .queues-dropdown .queueSelector {
  display: block;
  -webkit-flex: 1 0 auto;
  -moz-flex: 1 0 auto;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
}
.queues-selector .queues-list {
  width: 100%;
  padding: 0 10px;
}
.evaluationForms-selector {
  padding-top: 5px;
}
.evaluationForms-selector .evaluationForm-dropdown {
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  padding: 5px 5px 10px;
}
.evaluationForms-selector .evaluationForm-dropdown .evaluationFormSelector {
  display: block;
  -webkit-flex: 1 0 auto;
  -moz-flex: 1 0 auto;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
}
.visibility-condition {
  margin-left: 30px;
  margin-bottom: 30px;
}
.visibility-condition .add,
.visibility-condition .remove {
  border-style: none;
}
.visibility-condition .ltemplate-editor {
  display: inline-block;
}
.visibility-condition .visibility-operator-description,
.visibility-condition .visibility-predicate {
  padding-top: 5px;
}
.visibility-condition .predicate-answer {
  width: 30%;
  margin-right: 10px;
}
.visibility-condition .predicate-question {
  width: 50%;
  margin-right: 10px;
}
.visibility-condition .visibility-predicate .no-remove {
  visibility: hidden;
}
.create-evaluation-container {
  width: 100%;
}
.create-evaluation-container .create-eval-column-container {
  -webkit-flex: 1 0 auto;
  -moz-flex: 1 0 auto;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
  height: 100%;
  margin: 20px 0;
  padding: 20px;
}
.create-evaluation-container .create-eval-column-container .create-eval-label {
  display: block;
}
.create-evaluation-container .create-eval-column-container .pad-left-text {
  padding-left: 15px;
  padding-bottom: 10px;
}
.create-evaluation-container .create-scoring-index-container {
  padding: 20px;
}
.create-evaluation-container .create-eval-item {
  padding-left: 20px;
  width: 100%;
}
.create-evaluation-container .create-eval-item .agent-selector,
.create-evaluation-container .create-eval-item .evaluation-selector {
  display: block;
  width: 80%;
}
.create-evaluation-container .create-eval-item-calibration-radios .yes-label,
.create-evaluation-container .create-eval-item-calibration-radios .no-label {
  font-weight: normal;
}
.create-evaluation-container .create-eval-item-calibration-radios .yes-label {
  margin-left: 30px;
}
.create-evaluation-container .create-eval-item-calibration-checkbox .expert-evaluator-checkbox-label {
  font-weight: normal;
}
.create-evaluation-container .expert-evaluator-selector-container {
  margin-left: 20px;
}
.create-evaluation-container .bottom-spacer {
  margin-bottom: 15px;
}
.create-evaluation-container .control-message {
  color: #d2322d;
  margin-bottom: 10px;
}
.create-evaluation-container .validation-div {
  display: none;
}
.create-evaluation-container .scoring-index-options {
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  /* 2009 - Safari, ? */
  -webkit-box-direction: normal;
  -box-direction: normal;
  -webkit-box-orient: vertical;
  -box-orient: vertical;
  /* Current - Chrome, FF */
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
.custom-duration-container .custom-duration-error-message {
  color: #d9534f;
}
.custom-score-container .custom-score-error-message {
  color: #d9534f;
}
.quality-summary-container {
  width: 100%;
}
.quality-summary-container .evaluation-summary-table {
  width: 100%;
}
.quality-summary-container .evaluation-summary-table .delete-disabled-row .btn-flat {
  visibility: hidden;
}
.quality-summary-container .evaluation-summary-missing-participant {
  color: #b8b8b8;
  margin: 40px 0;
  text-align: center;
}
.survey-summary-table {
  width: 100%;
}
.survey-summary-table .survey-summary-row {
  color: #444a52;
}
.customer-journey-list {
  width: 100%;
}
.customer-journey-list__table {
  width: 100%;
}
.customer-journey-details__nav {
  padding: 0 10px 10px;
}
.customer-journey-details__iframe {
  border: 1px solid #cccccc;
  width: 100%;
  min-height: 350px;
}
.qm-audit {
  width: 100%;
}
.qm-audit .audit-table {
  width: 100%;
}
.messages-interactions-view .message-text-body {
  overflow-wrap: break-word;
  align-self: center;
}
.messages-interactions-view .messages-message {
  margin: 15px;
  display: flex;
  align-items: flex-start;
}
.messages-interactions-view .messages-scroll-pane {
  max-height: 400px;
  overflow-y: auto;
  overflow-x: hidden;
}
.messages-interactions-view .messages-message.customer {
  flex-direction: row;
}
.messages-interactions-view .messages-message.agent {
  flex-direction: row-reverse;
}
.messages-interactions-view .message-body {
  max-width: 70%;
}
.messages-interactions-view .expand-button {
  padding: 6px 12px;
  width: 100%;
  text-align: left;
  overflow: hidden;
  text-overflow: ellipsis;
  border-bottom: 1px solid #E1E1E1;
  display: block;
}
.messages-interactions-view .message-attachment {
  width: 100%;
  padding: 10px;
}
.messages-interactions-view .message-attachment.collapsed {
  display: none;
}
.messages-interactions-view .message-media-attachment-container {
  position: relative;
  background-color: #fff;
  border: 1px solid #E1E1E1;
  border-radius: 4px;
  margin-bottom: 3px;
  margin-top: 10px;
}
.messages-interactions-view .sticker {
  width: 100px;
}
.messages-interactions-view .agent .message-body {
  margin-right: 15px;
}
.messages-interactions-view .customer .message-body {
  margin-left: 15px;
}
.messages-interactions-view .message-bubble {
  min-height: 50px;
  border-radius: 6px;
  position: relative;
  padding: 15px;
}
.messages-interactions-view .customer .message-bubble {
  background-color: #faebd7;
}
.messages-interactions-view .agent .message-bubble {
  background-color: #f0f8ff;
}
.messages-interactions-view .customer .tail {
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 10px solid transparent;
  border-right: 10px solid #faebd7;
  width: 10px;
  position: absolute;
  left: -20px;
  top: 15px;
}
.messages-interactions-view .agent .tail {
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-right: 10px solid transparent;
  border-left: 10px solid #f0f8ff;
  width: 10px;
  position: absolute;
  right: -20px;
  top: 15px;
}
.messages-interactions-view .message-footer {
  color: #b8b8b8;
  font-size: 12px;
  display: flex;
  flex-direction: column;
}
.messages-interactions-view .agent .message-footer {
  align-items: flex-end;
}
.messages-interactions-view .customer .message-footer {
  align-items: flex-start;
}
.messages-interactions-view .has-archived-recordings-label,
.messages-interactions-view .has-deleted-recordings-label {
  padding: 10px 20px;
  color: #b8b8b8;
}
.station-selection-wrapper {
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  /* 2009 - Safari, ? */
  -webkit-box-flex: inherit;
  /* IE 10 Tween */
  -ms-flex-positive: inherit;
  /* Current - Chrome, FF */
  -webkit-flex-grow: inherit;
  -moz-flex-grow: inherit;
  flex-grow: inherit;
  overflow-y: auto;
  position: relative;
  margin-bottom: 20px;
}
.station-selection {
  height: 50%;
  margin: auto;
  width: 35%;
}
.station-selection .input-group-btn > .btn {
  -moz-border-radius: 0 6px 6px 0;
  -webkit-border-radius: 0 6px 6px 0;
  -ms-border-radius: 0 6px 6px 0;
  border-radius: 0 6px 6px 0;
}
.station-selection .recent-station .title {
  margin-top: 0;
}
.station-selection .autocomplete-wrapper .autocomplete-container {
  left: 6px;
}
.station-selection .autocomplete-station-list .autocomplete-station-header {
  background-color: #e5eff1;
}
.station-selection .autocomplete-station-list .autocomplete-station-header th,
.station-selection .autocomplete-station-list .autocomplete-station-item td {
  padding: 6px 0 6px 6px;
}
.station-selection .autocomplete-station-list .autocomplete-station-header th,
.station-selection .autocomplete-station-list .autocomplete-station-item td {
  border-right: 1px solid #bbbbbb;
}
.station-selection .autocomplete-station-list .autocomplete-station-header th:last-child,
.station-selection .autocomplete-station-list .autocomplete-station-item td:last-child {
  border-right: none;
}
.station-selection .autocomplete-station-list .station-disabled {
  color: #b8b8b8;
}
.station-selection .autocomplete-station-zeroResults {
  padding: 6px 0 6px 6px;
}
.station-selection .station-search-container {
  margin-bottom: 20px;
}
.station-selection .station-search-container .search-form {
  margin-bottom: 10px;
}
.station-selection .station-search-container .form-control {
  display: inline-block;
}
.station-selection .station-search-container .recent-station-text .ltemplate-editor {
  display: inherit;
}
.station-selection .station-search-container .recent-station-text .btn-link {
  padding: 0;
}
.station-selection .station-card-container {
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  -ms-border-radius: 6px;
  border-radius: 6px;
  border: 1px solid #252525;
  margin-bottom: 20px;
  padding: 10px 0 10px 10px;
}
.station-selection .station-details {
  margin-bottom: 10px;
}
.station-selection .station-details .status-icon {
  margin-right: 10px;
}
.station-selection .station-actionArea {
  clear: left;
}
.station-selection .first-time-welcome {
  text-align: center;
}
.transfer-box {
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  -webkit-flex: 1 1 auto;
  -moz-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  width: 100%;
  min-height: 0px;
}
.transfer-box .transfer-box-wrapper {
  width: 100%;
  min-height: 0px;
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  -webkit-flex: 0 1 auto;
  -moz-flex: 0 1 auto;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  /* 2009 - Safari, ? */
  -webkit-box-direction: normal;
  -box-direction: normal;
  -webkit-box-orient: vertical;
  -box-orient: vertical;
  /* Current - Chrome, FF */
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
.transfer-box .transfer-box-header {
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  -webkit-flex: 0 0 auto;
  -moz-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -ms-flex-pack: justify;
  /* IE 10 Tween */
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
}
.transfer-box .transfer-box-title {
  -webkit-flex: 0 0 auto;
  -moz-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  padding-bottom: 20px;
  margin-bottom: 20px;
  width: 100%;
  font-size: 18px;
  border-bottom: 1px solid #b8b8b8;
}
.transfer-box .transfer-box-filter {
  background: #b8b8b8;
  padding: 10px 20px;
  -webkit-flex: 0 0 auto;
  -moz-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}
.transfer-box .transfer-box-filter-input {
  width: 100%;
}
.transfer-box .transfer-box-selected-count {
  -webkit-flex: 0 0 auto;
  -moz-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  padding: 18px 20px;
  font-weight: bold;
  background: #b8b8b8;
  color: #333333;
}
.transfer-box .transfer-box-list-header {
  -webkit-flex: 0 0 auto;
  -moz-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  font-weight: bold;
  font-size: 14px;
  margin-top: 0px;
}
.transfer-box .transfer-box-list {
  width: 50%;
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  /* 2009 - Safari, ? */
  -webkit-box-direction: normal;
  -box-direction: normal;
  -webkit-box-orient: vertical;
  -box-orient: vertical;
  /* Current - Chrome, FF */
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-flex: 1 1 auto;
  -moz-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  max-height: 480px;
}
.transfer-box .transfer-box-list-wrapper {
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  -webkit-flex: 1 1 100%;
  -moz-flex: 1 1 100%;
  -ms-flex: 1 1 100%;
  flex: 1 1 100%;
  background: #fff;
  min-height: 0px;
}
.transfer-box .transfer-box-list-selected {
  margin-right: 15px;
}
.transfer-box .transfer-box-list-available {
  margin-left: 15px;
}
.transfer-box .transfer-box-list-container {
  -webkit-flex: 1 1 auto;
  -moz-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  background: #f7f7f7;
  border: 1px solid #b8b8b8;
  width: 100%;
  padding: 20px;
  margin: 0;
  overflow: auto;
}
.transfer-box .transfer-box-list-item {
  font-size: 14px;
  padding: 8px;
  font-weight: bold;
  list-style: none;
  margin-bottom: 2px;
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
}
.transfer-box .is-sortable .transfer-box-list-item {
  cursor: grab;
  cursor: -webkit-grab;
}
.transfer-box .is-sortable .transfer-box-list-item.ui-sortable-helper {
  cursor: grabbing;
  cursor: -webkit-grabbing;
}
.transfer-box .transfer-box-list-item-text {
  white-space: nowrap;
  text-overflow: ellipsis;
  display: inline-block;
  overflow: hidden;
  vertical-align: middle;
  -webkit-flex: 0 1 100%;
  -moz-flex: 0 1 100%;
  -ms-flex: 0 1 100%;
  flex: 0 1 100%;
}
.transfer-box .is-sortable .transfer-box-list-item-text i {
  margin-right: 5px;
}
.transfer-box .selection-action {
  -webkit-flex: 0 0 auto;
  -moz-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  margin-left: 10px;
}
.transfer-box .transfer-box-list-selected .transfer-box-list-item {
  background: #333;
  color: #fff;
  border: 1px solid #333;
}
.transfer-box .transfer-box-list-selected .selection-action {
  color: #fff;
}
.transfer-box .transfer-box-list-available .transfer-box-list-item {
  background: #fff;
  color: #333;
  border: 1px solid #b8b8b8;
}
.transfer-box .transfer-box-list-available .selection-action {
  color: #333;
}
.transfer-box .transfer-box-list-item:last-child {
  margin-bottom: 0px;
}
.transfer-box .transfer-box-actions {
  margin-top: 20px;
  -webkit-flex: 0 0 auto;
  -moz-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}
.transfer-controls {
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
  color: #4c4c4c;
  padding: 0;
  min-width: 340px;
}
.open > .transfer-controls.dropdown-menu {
  margin-top: -1px;
  margin-right: -40px;
}
.transfer-controls > .transfer-header {
  background-color: #000;
  padding: 10px;
}
.transfer-controls > .transfer-header > .cancel-transfer {
  color: #fff;
}
.transfer-controls .body {
  padding: 10px;
  color: #252525;
}
.transfer-controls .autocomplete-wrapper .autocomplete-container {
  top: auto;
  left: auto;
  right: auto;
}
.transfer-controls .autocomplete-wrapper .autocomplete-list {
  padding: 0;
  width: 320px;
}
.transfer-controls .autocomplete-wrapper {
  width: auto;
}
.transfer-controls .transfer-actions {
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  -ms-flex-align: stretch;
  -webkit-align-items: stretch;
  -moz-align-items: stretch;
  align-items: stretch;
}
.transfer-controls .transfer-action {
  /* 2009 - Safari, ? */
  -webkit-box-flex: 1;
  /* IE 10 Tween */
  -ms-flex-positive: 1;
  /* Current - Chrome, FF */
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  flex-grow: 1;
}
.transfer-controls .transfer-action.blind-transfer {
  margin-right: 5px;
}
.tree-nav {
  background-color: #252525;
  color: #b8b8b8;
  list-style-type: none;
  margin: 24px 0px 0px 0px;
}
.tree-nav > .nav-item {
  border-top: 1px solid #454545;
  background-color: #252525;
}
.tree-nav > .nav-item:last-child {
  border-bottom: 1px solid #454545;
}
.tree-nav > .nav-item:hover,
.tree-nav > .nav-item.is-active {
  background-color: #000;
}
.tree-nav > .nav-item > .nav-title {
  color: #b8b8b8;
  display: block;
  font-weight: bold;
  padding: 8px 40px 8px 20px;
}
.tree-nav > .nav-item > .nav-title i {
  font-size: 14px;
}
.tree-nav > .nav-item:hover > .nav-link,
.tree-nav > .nav-item.is-active > .nav-link {
  color: #56aac6;
  background-color: #000;
}
.tree-nav .sub-nav {
  padding: 0;
  margin: 0;
  background-color: transparent;
}
.tree-nav .sub-nav > .nav-item {
  border: none;
  background-color: transparent;
}
.tree-nav .sub-nav .nav-title {
  font-weight: normal;
  min-height: 32px;
  line-height: 32px;
  padding: 0 0 0 50px;
  position: relative;
}
.tree-nav .sub-nav .nav-title::before {
  border-bottom: 1px solid #454545;
  border-left: 1px solid #454545;
  bottom: 50%;
  content: "";
  height: 150%;
  left: 25px;
  position: absolute;
  width: 17px;
}
.tree-nav .sub-nav .nav-item:first-child .nav-title::before {
  height: 65%;
}
.tree-nav .sub-nav i {
  display: none;
}
.tree-nav.privileged-nav {
  background-color: #252525;
  border-top: 1px solid #6f6f6f;
  padding: 108px 0 0 0;
}
.push-nav-menu {
  position: fixed;
  top: 0px;
  left: 0px;
  bottom: 0px;
  overflow: scroll;
  z-index: 1;
  border-right: 1px solid #b8b8b8;
  width: 260px;
  -webkit-transform: translateX(-260px);
  -moz-transform: translateX(-260px);
  -ms-transform: translateX(-260px);
  transform: translateX(-260px);
}
.push-nav-menu > .nav-item:last-child {
  padding-bottom: 20px;
}
.push-nav-menu.is-open {
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
}
.push-nav-menu:not(.is-open) a.nav-title {
  display: none;
}
.is-animatable .push-nav-menu {
  -webkit-animation: push-nav-close 200ms ease-in-out 0s;
  -moz-animation: push-nav-close 200ms ease-in-out 0s;
  -o-animation: push-nav-close 200ms ease-in-out 0s;
  animation: push-nav-close 200ms ease-in-out 0s;
}
.is-animatable .push-nav-menu.is-open {
  -webkit-animation: push-nav-open 200ms ease-in-out 0s;
  -moz-animation: push-nav-open 200ms ease-in-out 0s;
  -o-animation: push-nav-open 200ms ease-in-out 0s;
  animation: push-nav-open 200ms ease-in-out 0s;
}
@-webkit-keyframes push-nav-open {
  from {
    -webkit-transform: translateX(-260px);
    -moz-transform: translateX(-260px);
    -ms-transform: translateX(-260px);
    transform: translateX(-260px);
    display: none;
  }
  to {
    display: block;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}
@-ms-keyframes push-nav-open {
  from {
    -webkit-transform: translateX(-260px);
    -moz-transform: translateX(-260px);
    -ms-transform: translateX(-260px);
    transform: translateX(-260px);
    display: none;
  }
  to {
    display: block;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes push-nav-open {
  from {
    -webkit-transform: translateX(-260px);
    -moz-transform: translateX(-260px);
    -ms-transform: translateX(-260px);
    transform: translateX(-260px);
    display: none;
  }
  to {
    display: block;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}
@-webkit-keyframes push-nav-close {
  from {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
    display: block;
  }
  to {
    -webkit-transform: translateX(-260px);
    -moz-transform: translateX(-260px);
    -ms-transform: translateX(-260px);
    transform: translateX(-260px);
    display: none;
  }
}
@-ms-keyframes push-nav-close {
  from {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
    display: block;
  }
  to {
    -webkit-transform: translateX(-260px);
    -moz-transform: translateX(-260px);
    -ms-transform: translateX(-260px);
    transform: translateX(-260px);
    display: none;
  }
}
@keyframes push-nav-close {
  from {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
    display: block;
  }
  to {
    -webkit-transform: translateX(-260px);
    -moz-transform: translateX(-260px);
    -ms-transform: translateX(-260px);
    transform: translateX(-260px);
    display: none;
  }
}
.user-header {
  border-top: 1px solid #96cadb;
  background: #4498b4 url("../img/shine.png") no-repeat center top;
  /* 2009 - Safari, ? */
  -webkit-box-flex: 0;
  /* IE 10 Tween */
  -ms-flex-negative: 0;
  /* Current - Chrome, FF */
  -webkit-flex-shrink: 0;
  -moz-flex-shrink: 0;
  flex-shrink: 0;
  padding: 41px 20px 17px 20px;
  z-index: 2;
}
.user-header > .logo {
  display: block;
  /* 2009 - Safari, ? */
  -webkit-box-flex: 1;
  /* IE 10 Tween */
  -ms-flex-positive: 1;
  /* Current - Chrome, FF */
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  flex-grow: 1;
}
.user-header .logo a:hover {
  opacity: 0.5;
  transition: opacity 0.5s;
  -webkit-transition: opacity 0.5s;
}
.user-header > .logo img {
  height: 32px;
}
.user-header > .user-info {
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  max-width: 50%;
  color: #FFF;
}
.user-header > .user-info > .person-img {
  display: block;
  /* fixes wrapped layout in IE10 */
}
.user-header > .user-info .name {
  -webkit-flex: 1 1 auto;
  -moz-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.user-header > .user-info .person-img,
.user-header > .user-info .dropdown,
.user-header > .user-info .alerts {
  -webkit-flex: 0 0 auto;
  -moz-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  display: block;
}
.user-header .btn-darken,
.user-header .btn-darken:focus {
  color: #FFF;
  border-bottom: 1px solid #67b4ce;
}
.user-header .btn-darken .caret,
.user-header .btn-darken:focus .caret {
  border-top-color: #FFF;
}
.user-header > .user-info > * {
  margin-left: 10px;
}
.nav-container {
  margin: 0 0 20px 0;
  min-height: 45px;
}
.phone-main,
.endpoint-main,
.line-main,
.advanced-devices {
  /* 2009 - Safari, ? */
  -webkit-box-flex: 1;
  /* IE 10 Tween */
  -ms-flex-positive: 1;
  /* Current - Chrome, FF */
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  flex-grow: 1;
  overflow-y: auto;
}
.phone-main {
  background-color: #f5fcff;
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  /* 2009 - Safari, ? */
  -webkit-box-direction: normal;
  -box-direction: normal;
  -webkit-box-orient: vertical;
  -box-orient: vertical;
  /* Current - Chrome, FF */
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
.config-form {
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  /* 2009 - Safari, ? */
  -webkit-box-flex: 1;
  /* IE 10 Tween */
  -ms-flex-positive: 1;
  /* Current - Chrome, FF */
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  flex-grow: 1;
  /* 2009 - Safari, ? */
  -webkit-box-direction: normal;
  -box-direction: normal;
  -webkit-box-orient: vertical;
  -box-orient: vertical;
  /* Current - Chrome, FF */
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  min-height: 0;
}
.config-form .header {
  /* 2009 - Safari, ? */
  -webkit-box-flex: 0;
  /* IE 10 Tween */
  -ms-flex-negative: 0;
  /* Current - Chrome, FF */
  -webkit-flex-shrink: 0;
  -moz-flex-shrink: 0;
  flex-shrink: 0;
  margin: 20px 0;
}
.config-form .header .title {
  color: #252525;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.config-form .loading-center {
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  -ms-flex-pack: center;
  /* IE 10 Tween */
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  order: 1;
}
.config-form .body {
  /* 2009 - Safari, ? */
  -webkit-box-flex: 1;
  /* IE 10 Tween */
  -ms-flex-positive: 1;
  /* Current - Chrome, FF */
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  flex-grow: 1;
  margin: 0 0 20px 0;
  padding: 0 20px 0 0;
  overflow-y: auto;
}
.config-form .config-form-template,
.config-form .endpointEditor,
.config-form .sortable-panels,
.config-form .phoneEditor,
.config-form .lineEditor {
  width: 100%;
}
.config-form .footer {
  /* 2009 - Safari, ? */
  -webkit-box-flex: 0;
  /* IE 10 Tween */
  -ms-flex-negative: 0;
  /* Current - Chrome, FF */
  -webkit-flex-shrink: 0;
  -moz-flex-shrink: 0;
  flex-shrink: 0;
  margin: 0 0 20px 0;
}
.config-form .footer .btn.pull-left {
  margin-left: 0;
}
.config-form .footer .btn {
  margin: 0 0 0 20px;
}
.config-form .footer .btn:first-child {
  margin: 0;
}
.config-form .list-group-item {
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
}
.config-form .list-group-item .input-block {
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  /* 2009 - Safari, ? */
  -webkit-box-direction: normal;
  -box-direction: normal;
  -webkit-box-orient: vertical;
  -box-orient: vertical;
  /* Current - Chrome, FF */
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  /* 2009 - Safari, ? */
  -webkit-box-flex: 1;
  /* IE 10 Tween */
  -ms-flex-positive: 1;
  /* Current - Chrome, FF */
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  flex-grow: 1;
}
.config-form .list-group-item .text {
  /* 2009 - Safari, ? */
  -webkit-box-flex: 1;
  /* IE 10 Tween */
  -ms-flex-positive: 1;
  /* Current - Chrome, FF */
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  flex-grow: 1;
  line-height: 2.250em;
  width: 100px;
}
.config-form .list-group-item .btn {
  margin: 0 0 0 20px;
}
.config-form .list-group-item .empty {
  text-align: center;
}
.config-form .list-group-item .checkbox {
  margin: 10px;
}
.config-form .list-group-item.hover:hover {
  background-color: #e5eff1;
}
.config-form .divider {
  border-bottom: 1px solid #252525;
  display: block;
  margin: 50px 0 0 0;
}
.config-form .form-group .btn {
  margin: 0 0 0 10px;
}
.config-form .form-group .date-button {
  margin: 0;
}
.config-form .form-group .btn-no-margin {
  margin: 0;
}
.config-form .clear {
  clear: both;
}
.config-form .table-bordered > thead > tr > th,
.config-form .table-bordered > tbody > tr > th,
.config-form .table-bordered > tfoot > tr > th,
.config-form .table-bordered > thead > tr > td,
.config-form .table-bordered > tbody > tr > td,
.config-form .table-bordered > tfoot > tr > td {
  padding: 10px;
}
.config-form .table-bordered > thead > tr > th .checkbox,
.config-form .table-bordered > tbody > tr > th .checkbox,
.config-form .table-bordered > tfoot > tr > th .checkbox,
.config-form .table-bordered > thead > tr > td .checkbox,
.config-form .table-bordered > tbody > tr > td .checkbox,
.config-form .table-bordered > tfoot > tr > td .checkbox {
  min-height: 0;
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 25px;
}
.config-form .table-bordered > thead > tr > th .btn-group,
.config-form .table-bordered > tbody > tr > th .btn-group,
.config-form .table-bordered > tfoot > tr > th .btn-group,
.config-form .table-bordered > thead > tr > td .btn-group,
.config-form .table-bordered > tbody > tr > td .btn-group,
.config-form .table-bordered > tfoot > tr > td .btn-group {
  margin-bottom: 0;
}
.config-form .table-bordered > thead > tr > td.config-checkbox-cell,
.config-form .table-bordered > tbody > tr > td.config-checkbox-cell,
.config-form .table-bordered > tfoot > tr > td.config-checkbox-cell {
  width: 25px;
  vertical-align: middle;
}
.config-form .multi-column {
  display: flex;
  flex-direction: row;
}
.config-form .multi-column-child {
  /* 2009 - Safari, ? */
  -webkit-box-flex: 1;
  /* IE 10 Tween */
  -ms-flex-positive: 1;
  /* Current - Chrome, FF */
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  flex-grow: 1;
  /* IE 10 Tween */
  -ms-flex-preferred-size: 0;
  -webkit-flex-basis: 0;
  -moz-flex-basis: 0;
  flex-basis: 0;
  margin-right: 20px;
}
.config-form .multi-column-child:last-child {
  margin-right: 0;
}
.config-form .validationMessage,
.config-form .control-message {
  color: #d2322d;
}
.config-form .invalid-list-item {
  color: #d2322d;
  text-decoration: underline;
}
.config-form .csv-list {
  height: auto;
  min-height: 36px;
}
.config-form .form-group {
  /* 2009 - Safari, ? */
  -webkit-box-flex: 0;
  /* IE 10 Tween */
  -ms-flex-negative: 0;
  /* Current - Chrome, FF */
  -webkit-flex-shrink: 0;
  -moz-flex-shrink: 0;
  flex-shrink: 0;
}
.config-form .form-group-container .indent {
  width: 100%;
  margin: 0;
  padding: 0 0 0 30px;
}
.config-form .advanced-area {
  margin: 0 0 20px 0;
}
.config-form .advanced-area .btn.toggle {
  margin: 0 0 20px 0;
  width: 100%;
}
.config-form .advanced-area .content {
  display: none;
}
.config-form .advanced-area .content.visible {
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  /* 2009 - Safari, ? */
  -webkit-box-direction: normal;
  -box-direction: normal;
  -webkit-box-orient: vertical;
  -box-orient: vertical;
  /* Current - Chrome, FF */
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  /* 2009 - Safari, ? */
  -webkit-box-flex: 1;
  /* IE 10 Tween */
  -ms-flex-positive: 1;
  /* Current - Chrome, FF */
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  flex-grow: 1;
}
.config-form .data-grid td {
  height: 42px;
}
.config-form .schema-form .form-control.checkbox {
  border: 0;
  margin-top: 0;
  box-shadow: none;
  display: table-cell;
}
.config-form .schema-form .control-heading {
  margin-top: 0;
}
.config-form .local-exchanges .form-group {
  display: block;
  width: auto;
}
.config-form legend {
  margin: 0;
  font-weight: 700;
  font-size: 14px;
  border: 0;
}
body.light-theme .config-form .validationMessage,
body.light-theme .config-form .control-message {
  color: #f53131;
}
body.light-theme .config-form .table-bordered > thead > tr > th:first-child,
body.light-theme .config-form .table-bordered > tbody > tr > th:first-child,
body.light-theme .config-form .table-bordered > tfoot > tr > th:first-child,
body.light-theme .config-form .table-bordered > thead > tr > td:first-child,
body.light-theme .config-form .table-bordered > tbody > tr > td:first-child,
body.light-theme .config-form .table-bordered > tfoot > tr > td:first-child {
  border-left: 1px solid #e4e9f0;
}
body.light-theme .config-form .table-bordered thead:first-child tr:first-child th,
body.light-theme .config-form .table-bordered .table thead:first-child tr:first-child td {
  border-top: 1px solid #e4e9f0;
}
body.light-theme .config-form .table-bordered > thead > tr > th,
body.light-theme .config-form .table-bordered > tbody > tr > th,
body.light-theme .config-form .table-bordered > tfoot > tr > th,
body.light-theme .config-form .table-bordered > thead > tr > td,
body.light-theme .config-form .table-bordered > tbody > tr > td,
body.light-theme .config-form .table-bordered > tfoot > tr > td {
  border-right: 1px solid #e4e9f0;
}
body.light-theme .config-form .table-bordered > tbody > tr > th,
body.light-theme .config-form .table-bordered > tbody > tr > td {
  border-bottom: none;
}
body.light-theme .config-form .table-bordered > tbody > tr:last-child td,
body.light-theme .config-form .table-bordered > tfoot > tr:last-child td {
  border-bottom: 1px solid #e4e9f0;
}
body.light-theme .config-form .table-bordered > tbody tr:nth-child(2n+1) {
  background: #f8f8f8;
}
body.light-theme .config-form .table-bordered > tbody tr:nth-child(2n) {
  background: #fdfdfd;
}
body.light-theme .config-form .table-bordered th {
  background: #fdfdfd;
  border-bottom: 1px solid #e4e9f0;
}
.group-wrapup-widget .wrapup-list {
  /* 2009 - Safari, ? */
  -webkit-box-flex: 1;
  /* IE 10 Tween */
  -ms-flex-positive: 1;
  /* Current - Chrome, FF */
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  flex-grow: 1;
  list-style-type: none;
  margin: 0 0 20px 0;
  padding: 0;
}
.group-wrapup-widget .wrapup-list-item {
  -ms-flex-align: baseline;
  -webkit-align-items: baseline;
  -moz-align-items: baseline;
  align-items: baseline;
  border-bottom: 1px solid #b8b8b8;
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  margin: 0;
  padding: 20px;
}
.group-wrapup-widget .wrapup-list-item span {
  /* 2009 - Safari, ? */
  -webkit-box-flex: 1;
  /* IE 10 Tween */
  -ms-flex-positive: 1;
  /* Current - Chrome, FF */
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  flex-grow: 1;
  font-size: 14px;
  font-weight: bolder;
}
.collection-list {
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  /* 2009 - Safari, ? */
  -webkit-box-direction: normal;
  -box-direction: normal;
  -webkit-box-orient: vertical;
  -box-orient: vertical;
  /* Current - Chrome, FF */
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  /* 2009 - Safari, ? */
  -webkit-box-flex: 1;
  /* IE 10 Tween */
  -ms-flex-positive: 1;
  /* Current - Chrome, FF */
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  flex-grow: 1;
  height: 100%;
  min-height: 0px;
}
.collection-list .page-header-extras .interval-label {
  color: #b8b8b8;
}
.details-dashboard {
  -webkit-flex: 1 0 100%;
  -moz-flex: 1 0 100%;
  -ms-flex: 1 0 100%;
  flex: 1 0 100%;
}
.details-dashboard .view-deprecated-message {
  color: #F25B2C;
  font-weight: bold;
}
.details-dashboard .panel {
  margin-bottom: 0;
}
.details-dashboard .control-row {
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -ms-flex-pack: justify;
  /* IE 10 Tween */
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
  margin-bottom: 20px;
}
.details-dashboard .right-aligned {
  margin-left: auto;
}
.details-dashboard .data-container {
  -webkit-flex: 1 1 100%;
  -moz-flex: 1 1 100%;
  -ms-flex: 1 1 100%;
  flex: 1 1 100%;
}
.details-dashboard .statblock-container {
  margin-bottom: 20px;
  min-height: 204px;
}
.details-dashboard .details-tab-content {
  overflow: auto;
  padding: 0;
}
.details-dashboard .details-tab-content.tab-content {
  background-color: #fbfbfb;
}
.details-dashboard .panel-body {
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  -webkit-flex: 1 1;
  -moz-flex: 1 1;
  -ms-flex: 1 1;
  flex: 1 1;
  overflow: visible;
}
.details-dashboard .loading-container {
  text-align: center;
}
.fixed-height .details-dashboard,
.fixed-height .details-dashboard .panel,
.fixed-height .details-dashboard .details-tab-content {
  -webkit-flex: 1 1;
  -moz-flex: 1 1;
  -ms-flex: 1 1;
  flex: 1 1;
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
}
.fixed-height .details-dashboard,
.fixed-height .details-dashboard .panel {
  /* 2009 - Safari, ? */
  -webkit-box-direction: normal;
  -box-direction: normal;
  -webkit-box-orient: vertical;
  -box-orient: vertical;
  /* Current - Chrome, FF */
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
.fixed-height .details-dashboard .panel-body {
  -webkit-flex: 1 1;
  -moz-flex: 1 1;
  -ms-flex: 1 1;
  flex: 1 1;
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
}
.statblock {
  border: 1px solid #bbb;
  border-radius: 8px;
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  min-height: 204px;
  height: 100%;
}
.statblock .avatar-area {
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  -webkit-flex: 0 0 auto;
  -moz-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border-right: 1px solid #bbb;
  max-width: 184px;
  width: 30%;
  min-height: 204px;
}
.statblock .avatar-area .statblock-avatar {
  text-align: center;
  width: 100%;
}
.statblock .statblock-avatar .person-outer-border {
  background-color: #f6f6f6;
  border: 1px solid #9d9d9d;
}
.statblock .statblock-avatar .person-icon {
  background-color: #f6f6f6;
  color: #9d9d9d;
}
.statblock .statblock-avatar .person-icon.person-icon-inner-border {
  border: 9px solid #f6f6f6;
  font-size: 67px;
  left: 0;
  position: absolute;
}
.statblock .statblock-avatar .default-icon {
  top: -7px;
  position: relative;
}
.statblock .data-container {
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  /* 2009 - Safari, ? */
  -webkit-box-direction: normal;
  -box-direction: normal;
  -webkit-box-orient: vertical;
  -box-orient: vertical;
  /* Current - Chrome, FF */
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  /* 2009 - Safari, ? */
  -webkit-box-flex: 1;
  /* IE 10 Tween */
  -ms-flex-positive: 1;
  /* Current - Chrome, FF */
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  flex-grow: 1;
  padding: 10px 0;
}
.statblock .data-container .header-row {
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  border-bottom: 1px solid #bbb;
  padding-left: 20px;
  padding-bottom: 10px;
  margin-bottom: 20px;
}
.statblock .data-container .content-row {
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  /* 2009 - Safari, ? */
  -webkit-box-flex: 1;
  /* IE 10 Tween */
  -ms-flex-positive: 1;
  /* Current - Chrome, FF */
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  flex-grow: 1;
}
.statblock .data-container .header-row .title-container {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  position: relative;
}
.statblock .data-container .header-row .title-container .ltemplate-editor {
  display: inline-block;
}
.statblock .data-container .header-row .title-container .interval-selector-container {
  top: -1px;
  position: relative;
}
.statblock .data-container .header-row .title-container .btn {
  padding: 0;
  color: #333;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.statblock .data-container .header-row .title-container .btn-link {
  box-shadow: none;
}
.statblock .data-container .header-row .title-container .btn-text {
  border-bottom: 1px dotted #4c4c4c;
}
.statblock .data-container .header-row .title-container .btn,
.statblock .data-container .header-row .title-container .btn .btn-text,
.statblock .data-container .header-row .title-container .btn:hover .btn-text {
  text-decoration: none;
}
.statblock .data-container .header-row .title-container .current-interval {
  color: #b8b8b8;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.statblock .data-container .content-row {
  margin-left: 20px;
}
.statblock .data-container .content-row .chart-area {
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  /* 2009 - Safari, ? */
  -webkit-box-flex: 0;
  /* IE 10 Tween */
  -ms-flex-negative: 0;
  /* Current - Chrome, FF */
  -webkit-flex-shrink: 0;
  -moz-flex-shrink: 0;
  flex-shrink: 0;
  margin-right: 20px;
  width: 180px;
  height: 180px;
}
.statblock .data-container .content-row .metric-wrapper {
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  -webkit-flex: 1 1 100%;
  -moz-flex: 1 1 100%;
  -ms-flex: 1 1 100%;
  flex: 1 1 100%;
}
.statblock .data-container .content-row .metric-wrapper .metric-data {
  width: 100%;
}
.statblock .data-container .content-row .metric {
  display: inline-block;
  border-bottom: 1px dashed #b8b8b8;
  margin-right: 30px;
  margin-bottom: 10px;
  padding-bottom: 10px;
  min-width: 15em;
  max-width: 25em;
  width: 28%;
}
.statblock .data-container .metric .metric-wrapper {
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -ms-flex-pack: justify;
  /* IE 10 Tween */
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
  width: 100%;
}
.statblock .data-container .metric .value {
  font-weight: bold;
}
.chart {
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  /* 2009 - Safari, ? */
  -webkit-box-direction: normal;
  -box-direction: normal;
  -webkit-box-orient: vertical;
  -box-orient: vertical;
  /* Current - Chrome, FF */
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 100%;
  width: 100%;
}
.chart .chart-header,
.chart .axis-title,
.chart .x.axis {
  /* 2009 - Safari, ? */
  /* IE 10 Tween */
  -ms-flex-positive: 0;
  /* Current - Chrome, FF */
  -webkit-flex-grow: 0;
  -moz-flex-grow: 0;
  flex-grow: 0;
  /* 2009 - Safari, ? */
  -webkit-box-flex: 0;
  /* IE 10 Tween */
  -ms-flex-negative: 0;
  /* Current - Chrome, FF */
  -webkit-flex-shrink: 0;
  -moz-flex-shrink: 0;
  flex-shrink: 0;
}
.chart .chart-canvas {
  /* 2009 - Safari, ? */
  /* IE 10 Tween */
  -ms-flex-positive: 1;
  /* Current - Chrome, FF */
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  flex-grow: 1;
  /* 2009 - Safari, ? */
  -webkit-box-flex: 1;
  /* IE 10 Tween */
  -ms-flex-negative: 1;
  /* Current - Chrome, FF */
  -webkit-flex-shrink: 1;
  -moz-flex-shrink: 1;
  flex-shrink: 1;
  overflow-x: hidden;
  overflow-y: auto;
  width: 100%;
}
.chart .chart-canvas svg {
  display: block;
}
.chart .axis-title {
  font-weight: bold;
}
.chart .x.axis {
  margin-bottom: 5px;
  overflow: visible;
  width: 100%;
}
.chart .x.axis line,
.chart .x.axis path {
  fill: none;
  stroke: #d1d1d1;
  stroke-width: 1px;
  shape-rendering: crispEdges;
}
.chart .axes {
  overflow: visible;
  opacity: 1;
}
.chart .y.axis,
.chart .yr.axis {
  overflow: visible;
  opacity: 1;
}
.chart .y.axis line,
.chart .y.axis path,
.chart .yr.axis line,
.chart .yr.axis path {
  fill: none;
  stroke: #d1d1d1;
  stroke-width: 1px;
  shape-rendering: crispEdges;
}
.chart .dc-chart .grid-line {
  fill: none;
  stroke: #ccc;
  opacity: .5;
  shape-rendering: crispEdges;
}
.chart .dc-chart .grid-line line {
  fill: none;
  stroke: #ccc;
  opacity: .5;
  shape-rendering: crispEdges;
}
.chart .dc-chart .brush rect.background {
  z-index: -999;
}
.chart .dc-chart .brush rect.extent {
  fill: steelblue;
  fill-opacity: .125;
}
.chart .dc-chart .brush .resize path {
  fill: #eee;
  stroke: #666;
}
.chart .legend text,
.chart .legend rect {
  cursor: pointer;
}
.chart.chart-bar .chart-canvas line {
  shape-rendering: crispEdges;
  stroke: #d1d1d1;
  stroke-width: 1px;
}
.chart.chart-bar .chart-canvas .split-line {
  stroke: #252525;
  stroke-width: 1px;
  stroke-opacity: 1;
}
.chart.chart-bar .bar rect {
  fill: #9cdcf2;
}
.chart.chart-bar .bar.negative rect {
  fill: #febe24;
}
.chart.chart-bar .bar .value {
  fill: #000;
  font-weight: 400;
}
.chart.chart-binary-heatmap .chart-header {
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  font-weight: bold;
  /* IE 10 Tween */
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: justify;
}
.chart.chart-binary-heatmap .chart-header .key {
  margin-bottom: 0;
}
.chart.chart-binary-heatmap .chart-header .key-item span {
  display: inline-block;
}
.chart.chart-binary-heatmap .chart-header .key .key-symbol {
  width: 10px;
  height: 15px;
  margin-right: 5px;
}
.chart.chart-binary-heatmap .chart-header .key .key-title {
  vertical-align: text-bottom;
}
.chart.chart-binary-heatmap .chart-canvas line {
  shape-rendering: crispEdges;
  stroke: #d1d1d1;
  stroke-width: 1px;
}
.chart.chart-binary-heatmap .block {
  background-color: #febe24;
  fill: #febe24;
}
.chart.chart-binary-heatmap .block.positive-fill {
  background-color: #9cdcf2;
  fill: #9cdcf2;
}
.chart.chart-binary-heatmap .block.empty-fill {
  fill-opacity: 0;
}
.breadcrumb-container {
  /* 2009 - Safari, ? */
  -webkit-box-flex: 0;
  /* IE 10 Tween */
  -ms-flex-negative: 0;
  /* Current - Chrome, FF */
  -webkit-flex-shrink: 0;
  -moz-flex-shrink: 0;
  flex-shrink: 0;
}
.data-grid-toolbar {
  /* 2009 - Safari, ? */
  -webkit-box-flex: 0;
  /* IE 10 Tween */
  -ms-flex-negative: 0;
  /* Current - Chrome, FF */
  -webkit-flex-shrink: 0;
  -moz-flex-shrink: 0;
  flex-shrink: 0;
  background-color: #f6f6f6;
  border: 1px solid #cbcbcb;
  border-bottom: none;
  background-image: -webkit-gradient(linear, left 0%, left 100%, from(#ffffff), to(#f2f2f2));
  background-image: -webkit-linear-gradient(top, #ffffff 0%, #f2f2f2 100%);
  background-image: -moz-linear-gradient(top, #ffffff 0%, #f2f2f2 100%);
  background-image: linear-gradient(to bottom, #ffffff 0%, #f2f2f2 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#fff2f2f2', GradientType=0);
  padding: 10px 18px;
}
.data-grid-toolbar .admin-resize-control-wrapper + .admin-resize-control-wrapper,
.data-grid-toolbar .btn + .admin-resize-control-wrapper,
.data-grid-toolbar .admin-resize-control-wrapper + .btn,
.data-grid-toolbar .btn + .btn {
  margin-left: 6px;
}
.duration-container {
  margin-left: 20px;
  margin-bottom: 10px;
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  flex-wrap: wrap;
  flex: 0 1 auto;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
}
.duration-container .duration-group {
  width: 120px;
  display: inline-block;
}
.duration-container .duration-label {
  font-size: smaller;
  margin-bottom: 0px;
}
.duration-container .duration-clear {
  display: inline-block;
  margin-left: 10px;
}
.duration-range-container {
  padding-bottom: 5px;
}
.duration-range-container .duration-range-mode-label {
  margin-right: 20px;
}
.popover {
  max-width: none;
}
.file-selector .file-container {
  margin-bottom: 0;
}
.file-selector .file-container .input-group-btn .btn-file {
  position: relative;
  overflow: hidden;
  margin: 0;
}
.file-selector .file-container .input-group-btn .btn-file input[type=file] {
  position: absolute;
  top: 0;
  right: 0;
  min-width: 100%;
  min-height: 100%;
  font-size: 100px;
  text-align: right;
  filter: alpha(opacity=0);
  opacity: 0;
  outline: none;
  background: white;
  cursor: inherit;
  display: block;
}
.file-selector .file-container .input-group-btn input[readonly] {
  background-color: white;
  cursor: text;
}
.endpoint-list-widget .select2-container {
  width: 100%;
}
.flipswitch {
  background-color: #d6d6d6;
  background-image: linear-gradient(#d0d0d0, #dfdfdf);
  border: 0;
  border-radius: 50px;
  box-shadow: none;
  cursor: pointer;
  height: 32px;
  min-width: 5.8em;
  outline: none;
  position: relative;
  white-space: nowrap;
}
.flipswitch:focus {
  box-shadow: 0 0 3px 3px #7dadd9;
}
.flipswitch .fs-state {
  border: 0;
  border-radius: 50px;
  color: #4c4c4c;
  height: 100%;
  overflow: hidden;
  position: absolute;
  right: 0;
  text-align: center;
  top: 0;
  width: 100%;
  z-index: 0;
  -webkit-transform-origin: right;
  -moz-transform-origin: right;
  -ms-transform-origin: right;
  transform-origin: right;
}
.flipswitch .fs-state-active {
  background: #56aac6;
  color: #fff;
  z-index: 0;
  left: 0;
  -webkit-transform: scale(0, 1);
  -moz-transform: scale(0, 1);
  -ms-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transform-origin: left;
  -moz-transform-origin: left;
  -ms-transform-origin: left;
  transform-origin: left;
}
.flipswitch .fs-label {
  font-weight: bold;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.flipswitch .fs-state-inactive .fs-label {
  right: 10px;
}
.flipswitch .fs-state-active .fs-label {
  left: 10px;
}
.flipswitch .fs-btn {
  background-color: #e5e5e5;
  background-image: linear-gradient(to bottom, #f7f7f7 0, #e5e5e5 100%);
  border: 0;
  border-radius: 1em;
  height: 28px;
  outline: none;
  padding: 0;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 28px;
  z-index: 1;
}
.flipswitch.flipswitch-animate .fs-btn {
  -webkit-transition: all 500ms linear 0s;
  transition: all 500ms linear 0s;
}
.flipswitch.flipswitch-off .fs-state {
  border: 1px solid #b8b8b8;
}
.flipswitch.flipswitch-off.flipswitch-animate .fs-state {
  -webkit-animation: flipswitch_off_inactive_state 500ms linear 0s;
  -moz-animation: flipswitch_off_inactive_state 500ms linear 0s;
  -o-animation: flipswitch_off_inactive_state 500ms linear 0s;
  animation: flipswitch_off_inactive_state 500ms linear 0s;
}
.flipswitch.flipswitch-off.flipswitch-animate .fs-state-active {
  -webkit-animation: flipswitch_off_active_state 500ms linear 0s;
  -moz-animation: flipswitch_off_active_state 500ms linear 0s;
  -o-animation: flipswitch_off_active_state 500ms linear 0s;
  animation: flipswitch_off_active_state 500ms linear 0s;
}
.flipswitch.flipswitch-off .fs-btn {
  left: 1px;
  margin: 0;
}
.flipswitch.flipswitch-on .fs-state {
  border: 0;
  -webkit-transform: scale(0, 1);
  -moz-transform: scale(0, 1);
  -ms-transform: scale(0, 1);
  transform: scale(0, 1);
}
.flipswitch.flipswitch-on.flipswitch-animate .fs-state {
  -webkit-animation: flipswitch_on_inactive_state 500ms linear 0s;
  -moz-animation: flipswitch_on_inactive_state 500ms linear 0s;
  -o-animation: flipswitch_on_inactive_state 500ms linear 0s;
  animation: flipswitch_on_inactive_state 500ms linear 0s;
}
.flipswitch.flipswitch-on .fs-state-active {
  border: 1px solid #4b9eb9;
  -webkit-transform: scale(1, 1);
  -moz-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  transform: scale(1, 1);
}
.flipswitch.flipswitch-on.flipswitch-animate .fs-state-active {
  -webkit-animation: flipswitch_on_active_state 500ms linear 0s;
  -moz-animation: flipswitch_on_active_state 500ms linear 0s;
  -o-animation: flipswitch_on_active_state 500ms linear 0s;
  animation: flipswitch_on_active_state 500ms linear 0s;
}
.flipswitch.flipswitch-on .fs-btn {
  left: 100%;
  margin-left: -29px;
}
.flipswitch.flipswitch-disabled {
  opacity: 0.5;
  cursor: not-allowed;
}
.flipswitch.flipswitch-disabled button {
  cursor: not-allowed;
}
@-webkit-keyframes flipswitch_off_inactive_state {
  from {
    -webkit-transform: scale(0, 1);
    -moz-transform: scale(0, 1);
    -ms-transform: scale(0, 1);
    transform: scale(0, 1);
  }
  to {
    -webkit-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    transform: scale(1, 1);
  }
}
@-ms-keyframes flipswitch_off_inactive_state {
  from {
    -webkit-transform: scale(0, 1);
    -moz-transform: scale(0, 1);
    -ms-transform: scale(0, 1);
    transform: scale(0, 1);
  }
  to {
    -webkit-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    transform: scale(1, 1);
  }
}
@keyframes flipswitch_off_inactive_state {
  from {
    -webkit-transform: scale(0, 1);
    -moz-transform: scale(0, 1);
    -ms-transform: scale(0, 1);
    transform: scale(0, 1);
  }
  to {
    -webkit-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    transform: scale(1, 1);
  }
}
@-webkit-keyframes flipswitch_off_active_state {
  from {
    -webkit-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    transform: scale(1, 1);
  }
  to {
    -webkit-transform: scale(0.3, 1);
    -moz-transform: scale(0.3, 1);
    -ms-transform: scale(0.3, 1);
    transform: scale(0.3, 1);
  }
}
@-ms-keyframes flipswitch_off_active_state {
  from {
    -webkit-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    transform: scale(1, 1);
  }
  to {
    -webkit-transform: scale(0.3, 1);
    -moz-transform: scale(0.3, 1);
    -ms-transform: scale(0.3, 1);
    transform: scale(0.3, 1);
  }
}
@keyframes flipswitch_off_active_state {
  from {
    -webkit-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    transform: scale(1, 1);
  }
  to {
    -webkit-transform: scale(0.3, 1);
    -moz-transform: scale(0.3, 1);
    -ms-transform: scale(0.3, 1);
    transform: scale(0.3, 1);
  }
}
@-webkit-keyframes flipswitch_on_inactive_state {
  from {
    -webkit-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    transform: scale(1, 1);
  }
  to {
    -webkit-transform: scale(0, 1);
    -moz-transform: scale(0, 1);
    -ms-transform: scale(0, 1);
    transform: scale(0, 1);
  }
}
@-ms-keyframes flipswitch_on_inactive_state {
  from {
    -webkit-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    transform: scale(1, 1);
  }
  to {
    -webkit-transform: scale(0, 1);
    -moz-transform: scale(0, 1);
    -ms-transform: scale(0, 1);
    transform: scale(0, 1);
  }
}
@keyframes flipswitch_on_inactive_state {
  from {
    -webkit-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    transform: scale(1, 1);
  }
  to {
    -webkit-transform: scale(0, 1);
    -moz-transform: scale(0, 1);
    -ms-transform: scale(0, 1);
    transform: scale(0, 1);
  }
}
@-webkit-keyframes flipswitch_on_active_state {
  from {
    -webkit-transform: scale(0.3, 1);
    -moz-transform: scale(0.3, 1);
    -ms-transform: scale(0.3, 1);
    transform: scale(0.3, 1);
  }
  to {
    -webkit-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    transform: scale(1, 1);
  }
}
@-ms-keyframes flipswitch_on_active_state {
  from {
    -webkit-transform: scale(0.3, 1);
    -moz-transform: scale(0.3, 1);
    -ms-transform: scale(0.3, 1);
    transform: scale(0.3, 1);
  }
  to {
    -webkit-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    transform: scale(1, 1);
  }
}
@keyframes flipswitch_on_active_state {
  from {
    -webkit-transform: scale(0.3, 1);
    -moz-transform: scale(0.3, 1);
    -ms-transform: scale(0.3, 1);
    transform: scale(0.3, 1);
  }
  to {
    -webkit-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    transform: scale(1, 1);
  }
}
body.light-theme .pc-form .has-error .flipswitch.form-control {
  border: 1px solid #f53131;
  box-shadow: none;
}
body.light-theme .flipswitch:focus {
  box-shadow: 0 0 0 3px rgba(117, 168, 255, 0.5);
}
body.light-theme .flipswitch .fs-state {
  border: none;
}
body.light-theme .flipswitch.disabled {
  opacity: 0.5;
}
body.light-theme .flipswitch .fs-state-active {
  background-color: #2a60c8;
}
body.light-theme .flipswitch .fs-state-active:hover {
  box-shadow: 0 0 2px 0 #75a8ff;
}
body.light-theme .flipswitch .fs-state-inactive {
  background-color: #c3cad4;
}
body.light-theme .flipswitch .fs-state-inactive:hover {
  box-shadow: 0 0 2px 0 #c3cad4;
}
.inline-dialog-container {
  position: absolute;
  width: 100%;
}
.inline-dialog {
  position: relative;
  width: 100%;
  z-index: 1050;
}
.inline-dialog .inner-body {
  position: relative;
  z-index: 1050;
  margin: 0px auto;
  width: 85%;
  display: block;
  overflow-y: auto;
  padding: 0px 15px 15px 15px;
  border-radius: 8px;
  background-color: #fff;
  border: solid 3px #b8b8b8;
}
.inline-dialog .inner-body .cancel-icon {
  position: absolute;
  right: 10px;
  top: 10px;
}
.inline-dialog .inner-body .cancel-icon button.btn-link {
  color: #252525;
}
.inline-dialog .inner-body .view-container {
  margin-top: 10px;
  overflow: auto;
}
.number-picker-container {
  margin-left: 20px;
  margin-bottom: 10px;
}
.number-picker-container .number-picker-group {
  width: 120px;
  display: inline-block;
}
.number-picker-container .number-picker-label {
  font-size: smaller;
  margin-bottom: 0px;
}
.number-picker-container .number-picker-clear {
  display: inline-block;
  margin-left: 10px;
}
.number-picker-container .number-picker-clear .number-picker-clear-link {
  position: relative;
  float: right;
}
.number-range-container {
  padding-bottom: 5px;
}
.number-range-container .number-range-mode-label {
  margin-right: 20px;
}
.popover {
  max-width: none;
}
.pager {
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  margin: 0;
}
.pager .page-stepper,
.pager .page-size,
.pager .ltemplate-editor,
.pager .page-stepper .page-number-entry {
  display: inline-block;
  vertical-align: middle;
}
.pager .page-stepper {
  border-right: 1px solid #b8b8b8;
  padding-right: 12px;
  margin-right: 12px;
}
.pager .page-stepper .previous-action {
  margin-left: 6px;
}
.pager .page-stepper .page-number-entry {
  border-radius: 0;
  margin: 0 6px;
  text-align: center;
  width: 70px;
}
.pager .page-stepper .next-action {
  margin-right: 6px;
}
.pager select {
  -webkit-appearance: none;
  -moz-appearance: none;
  background: transparent;
  background-image: url("../img/select2-fa-x2.png");
  background-repeat: no-repeat;
  background-position-x: 36px;
  background-position-y: 1px;
  background-size: 70px 50px;
  width: 60px;
}
.pager select.input-sm {
  line-height: 18px;
}
/**
 * CSS rules to theme a table that is inside of a .panel-body. To utilize this class,
 * add panel-body-table to he same node as .panel-body and have the main content of the
 * panel be a table.
 */
.panel-body-table {
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  overflow: hidden;
  padding: 0 0 3px 0;
}
.panel-body-table:before,
.panel-body-table:after {
  content: "";
}
.panel-body-table .table-bordered .data-header-col:first-child,
.panel-body-table .table-bordered .data-header-col:last-child,
.panel-body-table .data-header-col:first-child,
.panel-body-table .data-header-col:last-child {
  border-radius: 0px;
}
.panel-body-table .data-header-col,
.panel-body-table .data-col {
  padding: 10px;
  text-align: center;
  vertical-align: middle;
}
.panel-body-table .table-bordered .data-header-col,
.panel-body-table .table-bordered .data-col:first-child,
.panel-body-table .data-header-col,
.panel-body-table .data-col:first-child {
  border-left: none;
}
.panel-body-table .table-bordered .data-header-col:last-child,
.panel-body-table .table-bordered .data-col:last-child,
.panel-body-table .data-header-col:last-child,
.panel-body-table .data-col:last-child {
  border-right: none;
}
.panel-body-table .data-header-col {
  background-color: #DDEDF2;
  background-image: none;
  vertical-align: middle;
}
.panel-body-table .key-col {
  text-align: left;
}
.panel-body-table .key-col .link {
  color: #4c4c4c;
}
.panel-body-table .period-col {
  white-space: nowrap;
}
.panel-body-table .data-row:last-child > .data-col:first-child,
.panel-body-table .data-row:last-child > .data-col:last-child {
  border-radius: 0px;
}
.fixed-height .panel-body-table {
  -webkit-flex: 1 1 100%;
  -moz-flex: 1 1 100%;
  -ms-flex: 1 1 100%;
  flex: 1 1 100%;
}
.radial {
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  width: 100%;
}
.radial .radial-background {
  fill: #dadada;
}
.radial .radial-foreground {
  fill: #4498b4;
}
.radial .radial-value {
  fill: #4498b4;
  font-size: 30px;
  font-weight: bold;
  text-anchor: middle;
}
.radial .radial-title {
  fill: #b8b8b8;
  font-weight: bold;
  text-anchor: middle;
}
.radio-group .radio-group-horizontal {
  margin-right: 20px;
}
.userStatus {
  white-space: nowrap;
}
.userStatus.userStatus-available {
  color: #77dd22;
}
.userStatus.userStatus-away,
.userStatus.userStatus-break,
.userStatus.userStatus-idle,
.userStatus.userStatus-meal,
.userStatus.userStatus-training {
  color: #ffbb33;
}
.userStatus.userStatus-busy,
.userStatus.userStatus-meeting {
  color: #ff0000;
}
.userStatus.userStatus-offline {
  color: #666666;
}
.userStatus.userStatus-on-queue {
  color: #52cef8;
}
.userStatus.userStatus-out-of-office,
.userStatus.userStatus-out-of-office-online {
  color: #ff1dce;
}
.userStatus.userStatus-out-of-office-offline {
  color: #666666;
}
.userStatus.userStatus-not-responding {
  background-color: #ff3b3b;
}
.userStatus.userStatus-interacting,
.userStatus.userStatus-communicating {
  background-color: #252525;
}
.userStatus.userStatus-not-responding,
.userStatus.userStatus-interacting,
.userStatus.userStatus-communicating {
  border-radius: 20px;
  color: #ffffff;
  padding: 0 10px 0 10px;
}
.userStatus-border.userStatus-available,
.userStatus-border.userStatus-away,
.userStatus-border.userStatus-break,
.userStatus-border.userStatus-busy,
.userStatus-border.userStatus-idle,
.userStatus-border.userStatus-offline,
.userStatus-border.userStatus-on-queue,
.userStatus-border.userStatus-out-of-office,
.userStatus-border.userStatus-out-of-office-online,
.userStatus-border.userStatus-out-of-office-offline,
.userStatus-border.userStatus-meeting,
.userStatus-border.userStatus-meal,
.userStatus-border.userStatus-not-responding,
.userStatus-border.userStatus-training,
.userStatus-border.userStatus-interacting,
.userStatus-border.userStatus-communicating {
  border-width: 2px;
  border-style: solid;
}
.userStatus-border.userStatus-available {
  border-color: #77dd22;
}
.userStatus-border.userStatus-away,
.userStatus-border.userStatus-break,
.userStatus-border.userStatus-meal,
.userStatus-border.userStatus-training,
.userStatus-border.userStatus-idle {
  border-color: #ffbb33;
}
.userStatus-border.userStatus-busy,
.userStatus-border.userStatus-meeting {
  border-color: #ff0000;
}
.userStatus-border.userStatus-offline {
  border-color: #666666;
}
.userStatus-border.userStatus-on-queue {
  border-color: #52cef8;
}
.userStatus-border.userStatus-out-of-office,
.userStatus-border.userStatus-out-of-office-online {
  border-color: #ff1dce;
}
.userStatus-border.userStatus-out-of-office-offline {
  border-color: #666666;
}
.userStatus-border.userStatus-not-responding {
  border-color: #ff3b3b;
}
.userStatus-border.userStatus-interacting,
.userStatus-border.userStatus-communicating {
  border-color: #252525;
}
.sortable-panels {
  border: 1px #ccc solid;
  list-style-type: none;
  padding: 0;
}
.sortable-panels .panel-container {
  border-bottom: 1px #ccc solid;
}
.sortable-panels .panel-container:first-child .panel-header .fa-arrow-up {
  color: lightgray;
}
.sortable-panels .panel-container:last-child .panel-header .fa-arrow-down {
  color: lightgray;
}
.sortable-panels .panel-header {
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  background-color: white;
  padding: 10px;
}
.sortable-panels .panel-header .title {
  /* 2009 - Safari, ? */
  -webkit-box-flex: 1;
  /* IE 10 Tween */
  -ms-flex-positive: 1;
  /* Current - Chrome, FF */
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  flex-grow: 1;
  line-height: 2;
  display: inline-block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin: 2px;
}
.sortable-panels .panel-header .btn-link {
  color: #252525;
  margin: 1px 3px;
}
.sortable-panels .panel-header .btn-link:hover {
  text-decoration: none;
  color: #56aac6;
}
.sortable-panels .placeholder {
  border-bottom: none;
  text-align: center;
  vertical-align: middle;
  margin: 10px;
  line-height: 178px;
}
.sortable-panels .placeholder .panel-header:hover {
  background-color: inherit;
}
.sortable-panels .placeholder .title {
  font-style: italic;
  color: lightgray;
}
.sortable-panels.sortable-panels-default .panel-header.active {
  background-color: white;
}
.sortable-panels.sortable-panels-default .panel-header.inactive {
  background-color: #eee;
}
.sortable-panels.sortable-panels-default .panel-header.deleted {
  opacity: .4;
}
.sortable-panels.sortable-panels-default .panel-content-container {
  border-top: 1px solid #b8b8b8;
  padding: 20px 20px 5px 20px;
}
.sortable-panels.sortable-panels-default .panel-controls {
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  /* 2009 - Safari, ? */
  -webkit-box-direction: normal;
  -box-direction: normal;
  -webkit-box-orient: horizontal;
  -box-orient: horizontal;
  /* Current - Chrome, FF */
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  padding: 0 20px 20px 20px;
}
.sortable-panels.sortable-panels-default .panel-controls .btn {
  margin-right: 20px;
}
.has-error .sortable-panels.sortable-panels-small {
  border-color: #d2322d;
}
.sortable-panels.sortable-panels-small {
  max-height: 200px;
  overflow-y: auto;
}
.sortable-panels.sortable-panels-small .panel-header {
  width: 100%;
  -webkit-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
}
.sortable-panels.sortable-panels-small .panel-header:hover {
  background-color: #eee;
}
.sortable-panels.sortable-panels-small .panel-header .title-text {
  padding-left: 5px;
  padding-right: 5px;
  font-size: 14px;
  line-height: 2.2;
}
.sortable-panels.sortable-panels-small .panel-header .panel-template {
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  width: 100%;
}
.sortable-panels.sortable-panels-small .panel-container {
  background-color: white;
}
.sortable-panels.sortable-panels-small .placeholder {
  border-bottom: none;
  text-align: center;
  vertical-align: middle;
  color: lightgray;
  font-style: italic;
  line-height: normal;
}
.sortable-panels.sortable-panels-small .placeholder .panel-header:hover {
  background-color: inherit;
}
.sortable-panels.sortable-panels-small .placeholder .title {
  font-style: italic;
  color: lightgray;
}
.disabled-button-wrapper {
  position: relative;
  display: inline-block;
}
body.light-theme .submit-btn .load-indicator .pc-icon-comet {
  color: #fdfdfd;
}
.sortable-list li.list-group-item {
  background-color: white;
}
.sortable-list li.list-group-item .text {
  margin-left: 15px;
  overflow: hidden;
  text-overflow: ellipsis;
}
.sortable-list li.list-group-item .btn-link {
  color: black;
  margin-right: 3px;
}
.sortable-list li.list-group-item .btn-link:hover {
  text-decoration: none;
  color: #4498b4;
}
.sortable-list li.list-group-item .checkbox {
  width: 0;
  height: 0;
  opacity: 0;
  margin: 0;
}
.sortable-list li.list-group-item .checkbox + label {
  display: inline-block;
  padding: 0;
  margin: 5px;
}
.sortable-list li.list-group-item .fa-square-o {
  padding-right: 2px;
}
.time-interval-selection {
  margin-right: 10px;
  width: initial;
  min-width: 190px;
  text-align: center;
}
.time-interval {
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  /* 2009 - Safari, ? */
  -webkit-box-direction: normal;
  -box-direction: normal;
  -webkit-box-orient: vertical;
  -box-orient: vertical;
  /* Current - Chrome, FF */
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-align: start;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start;
}
.time-interval .time-segment {
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  /* 2009 - Safari, ? */
  -webkit-box-direction: normal;
  -box-direction: normal;
  -webkit-box-orient: horizontal;
  -box-orient: horizontal;
  /* Current - Chrome, FF */
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-pack: start;
  /* IE 10 Tween */
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
}
.time-interval .form-control {
  margin-right: 5px;
  min-width: 70px;
}
.time-interval .control-message,
.time-interval .invalid-input-message {
  color: #d2322d;
  margin-bottom: 0px;
}
.time-interval .time-picker-reset-defaults {
  color: #252525;
  margin-top: 10px;
}
.select2-results .select2-searching,
.select2-results .select2-selection-limit {
  background-color: transparent;
  color: #252525;
  background: none;
}
.select2-drop {
  margin-top: -4px;
}
.select2-drop .combobox-info-text {
  font-style: italic;
  color: #b7b7b7;
  font-size: .9em;
  white-space: pre-line;
}
.combobox-fixed-options-container {
  border-top: #b8b8b8 solid 1px;
  margin-bottom: 1px;
  padding: 0px;
}
.combobox-fixed-options-container .combobox-fixed-option {
  width: 100%;
  text-align: left;
  border-radius: 0;
}
.form-group > div.select2-container li.select2-search-field {
  background: transparent;
}
.form-group.has-error > div.select2-container .select2-choices,
.form-group.has-error > div.select2-container .select2-choice {
  background: #eac3c2;
  border-color: transparent;
}
.form-group.has-error > div.select2-container li.select2-search-field {
  background: #eac3c2;
}
.select2-container .select2-choice abbr {
  background-image: url('../img/select2-fa.png');
}
.select2-container .select2-choice .select2-arrow b {
  background-image: url('../img/select2-fa.png');
}
.select2-search-choice-close {
  background-image: url('../img/select2-fa.png');
}
html[dir="rtl"] .select2-search input {
  background-image: url('../img/select2-fa.png');
}
.select2-container {
  min-width: 130px;
}
.select2-container .select2-choice .select2-chosen {
  padding-left: 10px;
  padding-right: 10px;
}
.select2-container .select2-choice .select2-chosen .combobox-item {
  border: 0;
}
.select2-container .select2-choice .select2-arrow {
  border-left: none;
}
.select2-container .select2-choice .select2-arrow b {
  background-position: -3px 4px;
}
.select2-container.input-sm .select2-choice .select2-arrow b {
  background-position: -3px 3px;
}
.select2-container-active .select2-choice {
  border-color: #ccc;
  border-color: rgba(0, 0, 0, 0.15);
  box-shadow: none;
}
.select2-search-field .select2-input {
  font-weight: normal;
}
.select2-container-multi .select2-choices {
  padding-left: 6px;
  padding-right: 6px;
}
.select2-container-multi .select2-choices .select2-search-field {
  margin-left: -6px;
}
.select2-container-multi .select2-choices .select2-search-choice {
  background: #efefef;
  border: none;
  border-bottom: solid 1px #ccc;
  border-bottom-color: rgba(0, 0, 0, 0.15);
  border-radius: 3px 2px 2px 2px;
  font-size: 85%;
  font-weight: normal;
  line-height: 15px;
  margin-right: 6px;
  margin-bottom: 0;
  min-height: 21px;
  padding-left: 5px;
  padding-right: 22px;
}
.select2-container-multi .select2-choices .select2-search-choice:before {
  position: absolute;
  content: '';
  width: 0;
  height: 0;
  border-top: 11px solid transparent;
  border-bottom: 11px solid transparent;
  border-right: 6px solid #efefef;
  left: -5px;
  top: 0;
  z-index: 5;
}
.select2-container-multi .select2-choices .select2-search-choice:after {
  position: absolute;
  content: '';
  width: 0;
  height: 0;
  border-top: 11px solid transparent;
  border-bottom: 11px solid transparent;
  border-right: 6px solid #ccc;
  border-right-color: rgba(0, 0, 0, 0.15);
  left: -5px;
  top: 1px;
  z-index: 0;
}
.select2-container-multi .select2-choices .select2-search-choice div {
  left: 0;
}
.select2-container-multi .select2-choices .select2-search-choice a.select2-search-choice-close {
  left: auto;
  right: 5px;
  top: 12px;
}
.select2-container-multi.select2-container-active .select2-choices {
  border-color: #ccc;
  border-color: rgba(0, 0, 0, 0.15);
  box-shadow: none;
}
.select2-dropdown-open .select2-choice .select2-arrow b {
  background: -21px 3px;
}
.select2-dropdown-open.input-sm .select2-choice .select2-arrow b {
  background: -21px 2px;
}
.select2-dropdown-open.select2-drop-above .select2-choice {
  border-color: #ccc;
  border-color: rgba(0, 0, 0, 0.15);
}
.select2-search {
  padding: 0 7px;
}
.select2-search input {
  background-image: url('../img/select2-fa.png');
  min-height: 32px;
}
.select2-search-hidden + ul {
  margin-top: -2px;
  border-top-color: #ccc;
  border-top-color: rgba(0, 0, 0, 0.15);
}
.select2-drop-above .select2-search-hidden + ul {
  margin-top: 4px;
  margin-bottom: -2px;
  border-bottom-color: #ccc;
  border-bottom-color: rgba(0, 0, 0, 0.15);
  border-top: none;
}
.select2-dropdown-open.select2-drop-above .select2-choice,
.select2-dropdown-open.select2-drop-above .select2-choices {
  background: #fff none;
}
.select2-drop {
  color: #333;
}
.select2-drop.select2-drop-active {
  border-color: #ccc;
  border-color: rgba(0, 0, 0, 0.15);
}
.select2-drop.select2-drop-active.select2-drop-above {
  border-color: #ccc;
  border-color: rgba(0, 0, 0, 0.15);
}
.select2-results {
  color: #4c4c4c;
  padding-left: 0;
  margin-right: 0;
}
.select2-results .select2-result-selectable .select2-result-label {
  padding-right: 10px;
  padding-left: 9px;
}
.select2-results .select2-highlighted {
  color: #262626;
  background-color: #f5f5f5;
}
.select2-results .select2-no-results {
  color: #8a6d3b;
  padding: 3px 10px 4px;
}
.select2.input-sm {
  padding: 0;
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 2dppx) {
  .select2-search input,
  .select2-search-choice-close,
  .select2-container .select2-choice abbr,
  .select2-container .select2-choice .select2-arrow b {
    background-image: url('../img/select2-fa-x2.png') !important;
    background-size: 60px 45px !important;
  }
}
.combobox-tag-mode .select2-choices {
  border-radius: 4px !important;
}
.combobox-hide-dropdown {
  display: none !important;
}
body.light-theme .pc-form .form-group.has-error div.select2-container.form-control,
body.light-theme .pc-form .form-group.has-error div.select2-container.search-agent-input {
  border: 1px solid #f53131;
}
body.light-theme .pc-form .form-group.has-error div.select2-container.form-control li.select2-search-field,
body.light-theme .pc-form .form-group.has-error div.select2-container.search-agent-input li.select2-search-field {
  background: transparent;
}
body.light-theme .select2-container {
  outline: none;
}
body.light-theme .select2-container.form-control,
body.light-theme .select2-container.search-agent-input {
  background: #f9fafb;
  border: 1px solid #dae1e8;
  box-shadow: none;
  border-radius: 6px;
}
body.light-theme .select2-container.form-control input,
body.light-theme .select2-container.search-agent-input input {
  font-family: 'Roboto', sans-serif;
}
body.light-theme .select2-container.form-control input:hover,
body.light-theme .select2-container.search-agent-input input:hover {
  cursor: pointer;
}
body.light-theme .select2-container.form-control:hover,
body.light-theme .select2-container.search-agent-input:hover {
  cursor: pointer;
}
body.light-theme .select2-container.form-control.disabled,
body.light-theme .select2-container.search-agent-input.disabled {
  opacity: 0.5;
  background-color: #f9fafb;
}
body.light-theme .select2-container.form-control .select2-choice,
body.light-theme .select2-container.search-agent-input .select2-choice,
body.light-theme .select2-container.form-control .select2-choices,
body.light-theme .select2-container.search-agent-input .select2-choices {
  font-family: 'Roboto', sans-serif;
  border: none;
  background: none;
  background-color: #f9fafb;
  box-shadow: none;
}
body.light-theme .select2-container.form-control .select2-choice:hover,
body.light-theme .select2-container.search-agent-input .select2-choice:hover,
body.light-theme .select2-container.form-control .select2-choices:hover,
body.light-theme .select2-container.search-agent-input .select2-choices:hover {
  cursor: pointer;
}
body.light-theme .select2-results .select2-highlighted {
  color: #fdfdfd;
  background-color: #2a60c8;
}
body.light-theme .select2-results .select2-highlighted .btn-link {
  color: #fdfdfd;
}
body.light-theme .select2-results .select2-no-results,
body.light-theme .select2-results .select2-searching,
body.light-theme .select2-results .select2-selection-limit {
  color: #fdfdfd;
  background-color: #2a60c8;
}
body.light-theme .select2-drop {
  border: 1px solid #dae1e8;
  box-shadow: 0 0 2px 0 rgba(34, 37, 41, 0.24);
}
body.light-theme .select2-drop.select2-with-searchbox {
  box-shadow: none;
  border-top: none;
}
body.light-theme .select2-drop.select2-with-searchbox.select2-drop-above {
  border: 1px solid #dae1e8;
}
body.light-theme .select2-search input {
  font-family: 'Roboto', sans-serif;
  background-color: #fdfdfd;
  border: 1px solid #dae1e8;
  box-shadow: inset 0 0 3px 0 rgba(34, 37, 41, 0.24);
}
body.light-theme .select2-search input:focus {
  border: 1px solid #2a60c8;
  box-shadow: 0 0 2px 0 rgba(117, 168, 255, 0.72);
}
body.light-theme .select2-container-active.form-control,
body.light-theme .select2-dropdown-open.form-control {
  box-shadow: 0 0 2px 0 rgba(117, 168, 255, 0.72);
}
body.light-theme .select2-container-active.form-control .select2-choice,
body.light-theme .select2-dropdown-open.form-control .select2-choice,
body.light-theme .select2-container-active.form-control .select2-choices,
body.light-theme .select2-dropdown-open.form-control .select2-choices {
  box-shadow: 0 0 0 1px #2a60c8;
}
.popover .popover-title {
  background-color: transparent;
  border-bottom: none;
  padding: 0;
}
.popover .popover-content {
  padding: 9px 16px 16px 16px;
}
.popover .popover-title-contents {
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
}
.popover .popover-title-contents .popover-header-title {
  -webkit-flex: 1 0 auto;
  -moz-flex: 1 0 auto;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
  -ms-flex-item-align: center;
  /* IE 10 Tween */
  -webkit-align-self: center;
  -moz-align-self: center;
  align-self: center;
  font-weight: bold;
  padding: 16px 0 0 16px;
}
.popover .popover-title-contents .btn-popover-close {
  background-color: transparent;
  border: none;
}
.popover .innerPopover {
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
}
.popover .popover-apply-btn {
  margin-top: 10px;
}
.make-call-user-list .autocomplete-item {
  padding: 5px;
}
.make-call-user-list .autocomplete-item:hover,
.make-call-user-list .autocomplete-highlight {
  background-color: #e9f4f9;
}
.make-call-user-list .result-item {
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
}
.make-call-user-list .user-img,
.make-call-user-list .person-img {
  height: 40px;
  width: 40px;
  margin-right: 10px;
  font-size: 36px;
}
.make-call-user-list .queue-img {
  height: 40px;
  width: 40px;
  margin-right: 10px;
  font-size: 24px;
}
.make-call-user-list .result-name {
  font-weight: bold;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.make-call-user-list .result-details {
  font-size: 12px;
  font-weight: normal;
}
.volume-control .dropdown-menu {
  border: solid 1px #dadada;
  box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.21);
  border-radius: 6px;
}
.volume-control .dropdown-toggle {
  margin-right: 10px;
}
.volume-control .volume-popover-container {
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  /* 2009 - Safari, ? */
  -webkit-box-direction: normal;
  -box-direction: normal;
  -webkit-box-orient: horizontal;
  -box-orient: horizontal;
  /* Current - Chrome, FF */
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
}
.volume-control .volume-down,
.volume-control .volume-up,
.volume-control .volume-off {
  color: #252525;
  padding: 10px;
}
.volume-control .volume-trackbar-container {
  position: relative;
  height: 12px;
  width: 130px;
  /* 2009 - Safari, ? */
  -webkit-box-flex: 1;
  /* IE 10 Tween */
  -ms-flex-positive: 1;
  /* Current - Chrome, FF */
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  flex-grow: 1;
  -ms-flex-item-align: center;
  /* IE 10 Tween */
  -webkit-align-self: center;
  -moz-align-self: center;
  align-self: center;
}
.volume-control .volume-trackbar {
  background-color: #252525;
}
.volume-control .volume-level-indicator {
  background-color: #252525;
  position: absolute;
  top: 0;
  height: 100%;
  width: 6px;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  -ms-border-radius: 6px;
  border-radius: 6px;
  border-left: 1px solid white;
  border-right: 1px solid white;
}
.volume-control .volume-trackbar,
.volume-control .volume-trackbar-filled {
  height: 6px;
  margin: 3px 0;
}
.volume-control .volume-trackbar-filled {
  background-color: #56aac6;
}
.panel-accordion .accordion-body {
  -webkit-flex: 1 1 auto;
  -moz-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
.panel-accordion .accordion-body {
  margin: 10px;
}
.panel-accordion .accordion-header {
  display: block;
  color: #4c4c4c;
  padding: 10px 20px 10px 20px;
}
.panel-accordion .accordion-item {
  background-color: #f6f6f6;
  color: #4c4c4c;
  border: 1px solid #b8b8b8;
  border-bottom: none;
}
.panel-accordion .accordion-item:hover {
  background-color: #e9e9e9;
}
.panel-accordion .accordion-item:last-of-type {
  border-bottom: 1px solid #b8b8b8;
  border-bottom-right-radius: 6px;
  border-bottom-left-radius: 6px;
}
.panel-accordion .accordion-item:first-of-type {
  border-top-right-radius: 6px;
  border-top-left-radius: 6px;
}
.panel-accordion .accordion-item.is-open {
  background-color: #ffffff;
  color: #4c4c4c;
  overflow: hidden;
}
.panel-accordion .accordion-item.is-open .accordion-body-wrapper {
  background-color: #ffffff;
  color: #4c4c4c;
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  /* 2009 - Safari, ? */
  -webkit-box-direction: normal;
  -box-direction: normal;
  -webkit-box-orient: horizontal;
  -box-orient: horizontal;
  /* Current - Chrome, FF */
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
}
.panel-accordion .accordion-item.is-open:hover {
  background-color: #ffffff;
}
.panel-accordion .accordion-status-indicator .error {
  color: #d2322d;
  vertical-align: middle;
}
.inline-confirmation-dialog.dialog-disabled {
  opacity: 0.5;
}
.inline-confirmation-dialog .inline-confirmation {
  width: 400px;
  position: fixed;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  top: 50%;
  z-index: 100;
  background-color: white;
  border-width: medium;
}
.inline-confirmation-dialog .inline-confirmation button {
  width: 75px;
}
.list-picker .sortable-panels-container.form-group {
  margin-bottom: 0px;
}
.list-picker .select2-container {
  width: 100%;
}
.list-picker .sortable-panels {
  min-height: 200px;
}
.list-picker .add-items {
  margin-top: 10px;
}
.list-picker .add-items .btn-link {
  padding: 0;
  border: none;
  color: #000;
}
.list-picker .add-items .btn-link:hover {
  color: #428bca;
}
.list-picker .add-items .btn-link .fa-plus {
  padding: 10px;
  width: 28px;
}
.list-picker .sortable-panels {
  margin-bottom: 0px;
}
.custom-list-editor {
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  /* 2009 - Safari, ? */
  -webkit-box-direction: normal;
  -box-direction: normal;
  -webkit-box-orient: vertical;
  -box-orient: vertical;
  /* Current - Chrome, FF */
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
}
.custom-list-editor .disableIcon {
  color: #8f8f8f;
}
.custom-list-editor .load-indicator {
  height: 20px;
  width: 20px;
  margin-top: 10px;
}
.custom-list-editor .column-headings {
  -webkit-flex: 0 0 auto;
  -moz-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}
.custom-list-editor .column-headings .form-group {
  margin-bottom: 0;
}
.custom-list-editor .add-border {
  border: 1px #ccc solid;
}
.custom-list-editor .container-placeholder.has-error {
  margin-bottom: 10px;
  border-color: #ebccd1;
}
.custom-list-editor .container-placeholder {
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  /* 2009 - Safari, ? */
  -webkit-box-direction: normal;
  -box-direction: normal;
  -webkit-box-orient: vertical;
  -box-orient: vertical;
  /* Current - Chrome, FF */
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: center;
  /* IE 10 Tween */
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  text-align: center;
  color: lightgray;
  font-style: italic;
}
.custom-list-editor .added-items.has-error {
  margin-bottom: 10px;
  border-color: #ebccd1;
}
.custom-list-editor .added-items {
  /* When we had .flex(1 1 auto) combined with the form-group class this container
       expanded the height of the page when we didn't need it to. Changing flex-grow
       to 0 and overriding flex-basis on the form-group class will fix this. */
  -webkit-flex: 0 1 auto;
  -moz-flex: 0 1 auto;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  overflow-y: auto;
  padding-top: 10px;
}
.custom-list-editor .added-items .form-group {
  margin-left: 5px;
}
.custom-list-editor .added-items.form-group.spanning {
  /* IE 10 Tween */
  -ms-flex-preferred-size: auto;
  -webkit-flex-basis: auto;
  -moz-flex-basis: auto;
  flex-basis: auto;
}
.custom-list-editor .new-item {
  -webkit-flex: 0 0 auto;
  -moz-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}
.custom-list-editor .new-item .form-group {
  margin-left: 5px;
}
.custom-list-editor .inline-flex-container {
  display: -ms-inline-flexbox;
  /* TWEENER - IE 10 */
  display: inline-flexbox;
  /* TWEENER */
  display: -webkit-inline-flex;
  /* NEW - Chrome */
  display: inline-flex;
  /* NEW - Standard */
  width: 100%;
}
.custom-list-editor .inline-flex-container .remove-item {
  color: #d2322d;
}
.custom-list-editor .inline-flex-container .form-group {
  padding-right: 5px;
  /* 2009 - Safari, ? */
  /* IE 10 Tween */
  -ms-flex-positive: 1;
  /* Current - Chrome, FF */
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  flex-grow: 1;
  /* 2009 - Safari, ? */
  -webkit-box-flex: 1;
  /* IE 10 Tween */
  -ms-flex-negative: 1;
  /* Current - Chrome, FF */
  -webkit-flex-shrink: 1;
  -moz-flex-shrink: 1;
  flex-shrink: 1;
}
.custom-list-editor .inline-flex-container .icon-column {
  min-width: 45px;
  max-width: 45px;
}
.custom-list-editor .inline-flex-container .icon-column .padded-button {
  padding-top: 5px;
}
.list-editor .list-editor-items {
  height: 200px;
  max-height: 200px;
  overflow-y: scroll;
  border: 1px #ccc solid;
  list-style-type: none;
  padding: 0;
}
.list-editor .list-editor-items .item {
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  background-color: white;
  padding-left: 10px;
  padding-top: 6px;
}
.list-editor .list-editor-items .item .input {
  /* 2009 - Safari, ? */
  -webkit-box-flex: 1;
  /* IE 10 Tween */
  -ms-flex-positive: 1;
  /* Current - Chrome, FF */
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  flex-grow: 1;
  line-height: 2;
  display: inline-block;
  white-space: nowrap;
  margin: 1px;
}
.list-editor .list-editor-items .item .btn-link {
  color: black;
  padding-left: 3px;
}
.list-editor .list-editor-items .item .btn-link:hover {
  text-decoration: none;
  color: #4498b4;
}
.list-editor .list-editor-items .item .btn-link:focus {
  outline: 0;
  text-decoration: none;
  color: #4498b4;
}
.list-editor .new-item-container {
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
}
.list-editor .new-item-container .input {
  /* 2009 - Safari, ? */
  -webkit-box-flex: 1;
  /* IE 10 Tween */
  -ms-flex-positive: 1;
  /* Current - Chrome, FF */
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  flex-grow: 1;
}
.list-editor .new-item-container .btn-link {
  padding-right: 4px;
  padding-left: 4px;
}
.weekpicker td.hover-range {
  background-color: #ebf4f8;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.weekpicker td.hover-range:first-child {
  -webkit-border-radius: 4px 0px 0px 4px;
  -moz-border-radius: 4px 0px 0px 4px;
  border-radius: 4px 0px 0px 4px;
}
.weekpicker td.hover-range:last-child {
  -webkit-border-radius: 0 4px 4px 0;
  -moz-border-radius: 0 4px 4px 0;
  border-radius: 0 4px 4px 0;
}
.weekpicker td.start-date {
  -webkit-border-radius: 4px 0px 0px 4px;
  -moz-border-radius: 4px 0px 0px 4px;
  border-radius: 4px 0px 0px 4px;
}
.weekpicker td.end-date {
  -webkit-border-radius: 0 4px 4px 0;
  -moz-border-radius: 0 4px 4px 0;
  border-radius: 0 4px 4px 0;
}
.weekpicker td.in-range {
  background-color: #357ebd;
  border-color: #3071a9;
  color: #fff;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.percent-picker-container {
  margin-left: 20px;
  margin-bottom: 10px;
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
}
.percent-picker-container .percent-picker-group {
  width: 120px;
  display: inline-block;
}
.percent-picker-container .percent-picker-label {
  font-size: smaller;
  margin-bottom: 0px;
}
.percent-picker-container .percent-picker-clear {
  display: inline-block;
  margin: auto 0 5px 10px;
}
.percent-range-container {
  padding-bottom: 5px;
}
.percent-range-container .percent-range-mode-label {
  margin-right: 20px;
}
.popover {
  max-width: none;
}
body.light-theme .pc-form .has-error input.form-control {
  border: 1px solid #f53131;
  box-shadow: inset 0 0 2px 0 #f53131;
  background-color: #fdfdfd;
}
body.light-theme input.form-control {
  font-family: 'Roboto', sans-serif;
  color: #444a52;
  border: 1px solid #dae1e8;
  background-color: #fdfdfd;
  box-shadow: inset 0 0 3px 0 rgba(34, 37, 41, 0.24);
}
body.light-theme input.form-control::placeholder {
  color: #9baab8;
}
body.light-theme input.form-control:hover {
  cursor: pointer;
}
body.light-theme input.form-control:focus {
  border-color: #2a60c8;
  box-shadow: 0 0 2px 0px rgba(117, 168, 255, 0.72);
  cursor: text;
}
body.light-theme input.form-control:active {
  box-shadow: 0 0 0 3px rgba(117, 168, 255, 0.5);
}
body.light-theme input.form-control[disabled] {
  cursor: not-allowed;
  opacity: 0.5;
}
body.light-theme .list-group-item.active {
  background-color: #33383d;
  color: #fdfdfd;
}
body.light-theme .btn-link,
body.light-theme a {
  color: #2a60c8;
}
body.light-theme h1,
body.light-theme h2,
body.light-theme h3,
body.light-theme h4,
body.light-theme h5,
body.light-theme h6,
body.light-theme .h1,
body.light-theme .h2,
body.light-theme .h3,
body.light-theme .h4,
body.light-theme .h5,
body.light-theme .h6 {
  font-family: 'Roboto', sans-serif;
}
body.light-theme .load-indicator .pc-icon-comet {
  color: #2a60c8;
}
body.light-theme select.form-control,
body.light-theme textarea.form-control {
  border: 1px solid #dae1e8;
  background-color: #f9fafb;
  color: #444a52;
}
body.light-theme select.form-control:hover,
body.light-theme textarea.form-control:hover {
  cursor: pointer;
}
body.light-theme select.form-control:focus,
body.light-theme textarea.form-control:focus {
  border: 1px solid #2a60c8;
  box-shadow: 0 0 2px 0 rgba(117, 168, 255, 0.72);
}
body.light-theme select.form-control:active,
body.light-theme textarea.form-control:active {
  box-shadow: 0 0 0 3px rgba(117, 168, 255, 0.5);
}
body.light-theme select.form-control.disabled,
body.light-theme textarea.form-control.disabled,
body.light-theme select.form-control[disabled],
body.light-theme textarea.form-control[disabled] {
  opacity: 0.5;
  cursor: not-allowed;
}
body.light-theme textarea.form-control {
  box-shadow: inset 0 0 3px 0 rgba(34, 37, 41, 0.24);
  background-color: #fdfdfd;
}
body.light-theme textarea.form-control::placeholder {
  color: #9baab8;
}
body.light-theme textarea.form-control:focus {
  cursor: text;
}
body.light-theme .select2-choice,
body.light-theme .select2-choices {
  border: none;
  background-color: #f9fafb;
  box-shadow: none;
  color: #444a52;
}
body.light-theme .select2-choice:hover,
body.light-theme .select2-choices:hover {
  cursor: pointer;
}
body.light-theme .select2-default {
  color: #444a52 !important;
}
