/*
 */

/* BEGIN BOOTSTRAP OVERRIDES */

/*
   The following changes are being carried over from a modified Bootstrap v3.1.1 bootstrap.css that had been used along
   with Bootstrap v3.2.0 in V-Spark versions prior to v4.0.2. These styles are being added here and prepended to the existing
   common.css styles so that we can avoid modifying new library code while still allowing these styles to be overridden as
   originally intended. Note: Library CSS files that are imported between bootstrap.css and common.css might previously have
   been overriding some of these overrides, and that will no longer be the case.
   */

.has-feedback .form-control-feedback {
  line-height: 34px;
}

figure {
  margin: 0px;
}

body {
  background-color: #f5f5f5;
}

.page-header {
  margin: initial;
}

fieldset[disabled] .form-control {
  cursor: initial;
  background-color: #fcfcfc;
}

input[type="checkbox"][disabled] {
  cursor: initial;
}

.nav-tabs {
  border-bottom: 0px solid #dddddd;
}

.navbar-fixed-top {
  background-color: #ffffff;
}

@media (min-width: 768px) {
  .navbar {
    background-color: #ffffff;
  }
  .navbar-nav {
    margin: 8px;
  }
  .navbar-form {
    padding-top: 8px;
  }
}

.navbar-default {
  background-color: #ffffff;
}

.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
  font-weight: bold;
  background-color: #ffffff;
}

.badge {
  background-color: #777777;
}

.progress-bar {
  color: #000000;
}

.progress-bar-success,
.progress-bar-info,
.progress-bar-warning,
.progress-bar-danger {
  font-weight: bold;
}

.well {
  background-color: #ffffff;
}

.modal {
  overflow: unset;
  overflow-y: unset;
}

.modal-body {
  min-height: 300px;
}

.table-borderless td,
.table-borderless th {
  border: 0 !important;
}

.in.collapse + a.btn.retiredApps:before {
  content: "Hide retired applications «";
}
.collapse + a.btn.retiredApps:before {
  content: "View retired applications »";
}
/*# sourceMappingURL=bootstrap.css.map */

.dropdown-menu .sub-menu {
  left: 100%;
  position: absolute;
  top: 0;
  visibility: hidden;
  margin-top: -1px;
}

.dropdown-menu li:hover .sub-menu {
  visibility: visible;
}

.nav-tabs .dropdown-menu,
.nav-pills .dropdown-menu,
.navbar .dropdown-menu {
  margin-top: 0;
}

.navbar .sub-menu:before {
  border-bottom: 7px solid transparent;
  border-left: none;
  border-right: 7px solid rgba(0, 0, 0, 0.2);
  border-top: 7px solid transparent;
  left: -7px;
  top: 10px;
}

.navbar .sub-menu:after {
  border-top: 6px solid transparent;
  border-left: none;
  border-right: 6px solid #fff;
  border-bottom: 6px solid transparent;
  left: 10px;
  top: 11px;
  left: -6px;
}
/* END BOOTSTRAP OVERRIDES */

.tablesorter .filtered {
  display: none;
}

table.dataTable thead .sorting:after {
  content: "" !important;
}
table.dataTable thead .sorting_desc:after {
  content: "" !important;
}

table.dataTable thead .sorting_asc:after {
  content: "" !important;
}

.dataTables_sizing {
  height: 0;
  overflow: hidden;
}

div.dataTables_wrapper div.dataTables_processing {
  top: 100px;
  border: 0;
  box-shadow: none;
}

.parent {
  position: relative;
}
.child {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

#colVisControls {
  margin-left: 20px;
}

#bulkControls .row .temp:not(:empty) {
  padding: 6px 12px;
  margin-bottom: 0;
  vertical-align: middle;
}

#btnShowBulk {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  margin-top: -30px;
  margin-left: 5px;
}

.form-group label.required::after {
  content: "*";
}

.form-inline .form-block .form-control,
.form-inline .form-block .control-label {
  display: block;
}

.form-inline .form-block .control-label {
  text-transform: uppercase;
  color: #999;
  font-size: 12px;
}

th.cat-parent,
td.cat-parent {
  border-right: 2px solid #999 !important;
}
th.cat-parent:last-of-type,
td.cat-parent:last-of-type {
  border-right: 0 !important;
}

.control-cat {
  margin-right: 20px;
}

/*#scorecardAgentSummaryTable thead th {
  height: 140px;
  white-space: nowrap;
}

#scorecardAgentSummaryTable thead th > div {
  transform:
    translate(25px, 51px)
    rotate(315deg);
  width: 30px;
}
#scorecardAgentSummaryTable thead th > div > span {
  border-bottom: 1px solid #ccc;
  padding: 5px 10px;
}*/

.active-hour {
  color: #00ff99;
}
.active-day {
  color: #00cc7a;
}
.active-week {
  color: #007f4c;
}
.active-month {
  color: #004c2d;
}

.msg.bottom {
  position: fixed;
  bottom: 38px; /* accounts for footer */
  left: 0;
  width: 100%;
  z-index: 9999;
}

.msg.bottom .inner {
  margin: 0 auto;
  padding: 0 30px;
}

.hl-active {
  color: red;
  cursor: pointer;
}

#announcements {
  cursor: default;
}

#msg-banner {
  z-index: 99999999999;
  position: relative;
}

.banner {
  padding: 10px 25px;
  color: white;
  word-wrap: break-word;
  background-color: #fcb315;
  font-weight: 400;
}

.banner:hover {
  background-color: #b58010;
}

.banner a {
  color: white;
}

.banner > .label.label-new {
  background-color: #b58010;
}

.account.banner {
  background-color: #a94442;
}

.account.banner:hover {
  background-color: #77312f;
}

.account > .label.label-new {
  background-color: #77312f;
}

.mode-msg.banner:hover {
  background-color: #fcb315;
}

.banner.banner-error {
  background-color: #a94442;
}

.banner.banner-success {
  background-color: #0db421;
}

.banner.banner-info {
  background-color: #337ab7;
}

.pointer {
  cursor: pointer;
}

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

/* Fixes weirdness with nav tabs when some, but not all tabs have multi-line text */

@media (min-width: 768px) {
  .nav-tabs.nav-justified > li > a {
    border-bottom: 0;
  }
  .nav-tabs.nav-justified > li {
    border-bottom: 1px solid #ddd;
    border-radius: 4px 4px 0 0;
  }

  .nav-tabs.nav-justified > li.active,
  .nav-tabs.nav-justified > li.active:hover {
    border-bottom: 0;
  }

  .nav-tabs.nav-justified > .active,
  .nav-tabs.nav-justified > .active:hover,
  .nav-tabs.nav-justified > .active:focus {
    border-bottom-color: #fff;
  }
}

.nav-tabs > li:hover:not(.active),
.nav-tabs > li:focus:not(.active) {
  text-decoration: none;
  background-color: #eee;
}

.nav-tabs > li.active,
.nav-tabs > li.active:hover,
.nav-tabs > li.active:focus {
  background-color: #fff;
}

.nav-tabs.nav-justified > .active > a,
.nav-tabs.nav-justified > .active > a:hover,
.nav-tabs.nav-justified > .active > a:focus {
  border: 0;
}
.nav-tabs.nav-justified > .active,
.nav-tabs.nav-justified > .active:hover,
.nav-tabs.nav-justified > .active:focus {
  border: 1px solid #ddd;
}

/* END tabs fix */

table.dataTable tbody td.select-checkbox:before,
table.dataTable tbody th.select-checkbox:before {
  border-color: #aeaeae;
}

tr.odd {
  background-color: #f9f9f9;
}
tr.rowChild td {
  border-top: 0 !important;
}
.tag > a:focus,
.tag > a:hover {
  text-decoration: none;
}
.listStyleCircle {
  list-style-type: circle;
}
a {
  text-decoration: none;
  font-weight: normal;
  font-family: inherit;
}
a.disabled:hover {
  text-decoration: none;
}
a.disabled:active {
  text-decoration: none;
}
*:active,
*:focus {
  outline: 0;
}
div.clear {
  clear: both;
}
body {
  font-family: "Open Sans", Arial, sans-serif;
  font-weight: 300;
  font-size: 15px;
}
h1 {
  color: #3083d6;
  font-size: 2em;
  font-weight: 300;
}
h2 {
  color: #fcb315;
  font-size: 1.8em;
  font-weight: 300;
  margin-top: 0%;
}
h3 {
  color: #3083d6;
  font-weight: 300;
  font-size: 1.5em;
  margin-top: 0%;
}
h4 {
  color: #3083d6;
  font-size: 1.25em;
  font-weight: 300;
  margin-top: 0%;
  display: inline-block;
}
h5 {
  color: #3083d6;
  font-size: 1.2em;
  font-weight: 300;
}
h6 {
  font-size: 1em;
  font-weight: 300;
}
.container-fluid {
  padding: 0 30px;
}
.well {
  padding: 30px;
}
.center {
  text-align: center;
}
.img-w-text {
  text-align: center;
}
.img-w-text-right {
  float: right;
}
svg {
  width: 100%;
  height: 325px;
}
.cursor_pointer {
  cursor: pointer;
}
.hide {
  display: none;
}
.agent-color {
  color: #5bc0de;
}
.client-color {
  color: #449d44;
}
.table-right-pad {
  padding-right: 20px;
  border-right: 1px solid #eee;
}
.table-right-pad2 {
  padding-right: 15px;
  border-right: 1px solid #eee;
}
.table-left-pad {
  padding-left: 20px;
  border-left: 1px solid #eee;
}
.header-nav {
  float: right;
  margin-top: 8px;
  margin-right: 0px;
  margin-bottom: 8px;
  margin-left: 0px;
}
.header-dropdown {
  padding-right: 0px;
  padding-left: 0px;
}
.no-margin {
  margin: 0;
}
.setting-username {
  height: 32px;
}
.linkDeleteFilterGroup {
  border: 0;
  background-color: transparent;
}
.green {
  color: green;
}
.red {
  color: red;
}
.dark-orange {
  color: #ff8c00;
}
.no-width {
  width: 0%;
}
.min-width-two {
  min-width: 2em;
  width: 0%;
}
.modal-open .modal {
  overflow-y: auto;
}
.modal-absolute {
  position: absolute;
  overflow: hidden;
}
.modal-footer {
  text-align: center !important;
}
.modal-body {
  overflow-y: auto !important;
}
.modal-body-no-overflow {
  overflow-y: visible !important;
}
.modal-header {
  border-radius: 6px 6px 0 0;
}
.modal .close {
  font-size: 30px;
}
.modal-sm2 {
  width: 500px;
}
.font-normal {
  font-style: normal;
}
.highlight {
  font-size: 85%;
  color: #888;
}
.no-height {
  height: 0%;
}
.progress-bar[aria-valuemax="100"][aria-valuemin="0"][aria-valuenow="0"] {
  width: 0;
}
.progress-bar[aria-valuemax="100"][aria-valuemin="0"][aria-valuenow="1"] {
  width: 1%;
}
.progress-bar[aria-valuemax="100"][aria-valuemin="0"][aria-valuenow="2"] {
  width: 2%;
}
.progress-bar[aria-valuemax="100"][aria-valuemin="0"][aria-valuenow="3"] {
  width: 3%;
}
.progress-bar[aria-valuemax="100"][aria-valuemin="0"][aria-valuenow="4"] {
  width: 4%;
}
.progress-bar[aria-valuemax="100"][aria-valuemin="0"][aria-valuenow="5"] {
  width: 5%;
}
.progress-bar[aria-valuemax="100"][aria-valuemin="0"][aria-valuenow="6"] {
  width: 6%;
}
.progress-bar[aria-valuemax="100"][aria-valuemin="0"][aria-valuenow="7"] {
  width: 7%;
}
.progress-bar[aria-valuemax="100"][aria-valuemin="0"][aria-valuenow="8"] {
  width: 8%;
}
.progress-bar[aria-valuemax="100"][aria-valuemin="0"][aria-valuenow="9"] {
  width: 9%;
}
.progress-bar[aria-valuemax="100"][aria-valuemin="0"][aria-valuenow="10"] {
  width: 10%;
}
.progress-bar[aria-valuemax="100"][aria-valuemin="0"][aria-valuenow="11"] {
  width: 11%;
}
.progress-bar[aria-valuemax="100"][aria-valuemin="0"][aria-valuenow="12"] {
  width: 12%;
}
.progress-bar[aria-valuemax="100"][aria-valuemin="0"][aria-valuenow="13"] {
  width: 13%;
}
.progress-bar[aria-valuemax="100"][aria-valuemin="0"][aria-valuenow="14"] {
  width: 14%;
}
.progress-bar[aria-valuemax="100"][aria-valuemin="0"][aria-valuenow="15"] {
  width: 15%;
}
.progress-bar[aria-valuemax="100"][aria-valuemin="0"][aria-valuenow="16"] {
  width: 16%;
}
.progress-bar[aria-valuemax="100"][aria-valuemin="0"][aria-valuenow="17"] {
  width: 17%;
}
.progress-bar[aria-valuemax="100"][aria-valuemin="0"][aria-valuenow="18"] {
  width: 18%;
}
.progress-bar[aria-valuemax="100"][aria-valuemin="0"][aria-valuenow="19"] {
  width: 19%;
}
.progress-bar[aria-valuemax="100"][aria-valuemin="0"][aria-valuenow="20"] {
  width: 20%;
}
.progress-bar[aria-valuemax="100"][aria-valuemin="0"][aria-valuenow="21"] {
  width: 21%;
}
.progress-bar[aria-valuemax="100"][aria-valuemin="0"][aria-valuenow="22"] {
  width: 22%;
}
.progress-bar[aria-valuemax="100"][aria-valuemin="0"][aria-valuenow="23"] {
  width: 23%;
}
.progress-bar[aria-valuemax="100"][aria-valuemin="0"][aria-valuenow="24"] {
  width: 24%;
}
.progress-bar[aria-valuemax="100"][aria-valuemin="0"][aria-valuenow="25"] {
  width: 25%;
}
.progress-bar[aria-valuemax="100"][aria-valuemin="0"][aria-valuenow="26"] {
  width: 26%;
}
.progress-bar[aria-valuemax="100"][aria-valuemin="0"][aria-valuenow="27"] {
  width: 27%;
}
.progress-bar[aria-valuemax="100"][aria-valuemin="0"][aria-valuenow="28"] {
  width: 28%;
}
.progress-bar[aria-valuemax="100"][aria-valuemin="0"][aria-valuenow="29"] {
  width: 29%;
}
.progress-bar[aria-valuemax="100"][aria-valuemin="0"][aria-valuenow="30"] {
  width: 30%;
}
.progress-bar[aria-valuemax="100"][aria-valuemin="0"][aria-valuenow="31"] {
  width: 31%;
}
.progress-bar[aria-valuemax="100"][aria-valuemin="0"][aria-valuenow="32"] {
  width: 32%;
}
.progress-bar[aria-valuemax="100"][aria-valuemin="0"][aria-valuenow="33"] {
  width: 33%;
}
.progress-bar[aria-valuemax="100"][aria-valuemin="0"][aria-valuenow="34"] {
  width: 34%;
}
.progress-bar[aria-valuemax="100"][aria-valuemin="0"][aria-valuenow="35"] {
  width: 35%;
}
.progress-bar[aria-valuemax="100"][aria-valuemin="0"][aria-valuenow="36"] {
  width: 36%;
}
.progress-bar[aria-valuemax="100"][aria-valuemin="0"][aria-valuenow="37"] {
  width: 37%;
}
.progress-bar[aria-valuemax="100"][aria-valuemin="0"][aria-valuenow="38"] {
  width: 38%;
}
.progress-bar[aria-valuemax="100"][aria-valuemin="0"][aria-valuenow="39"] {
  width: 39%;
}
.progress-bar[aria-valuemax="100"][aria-valuemin="0"][aria-valuenow="40"] {
  width: 40%;
}
.progress-bar[aria-valuemax="100"][aria-valuemin="0"][aria-valuenow="41"] {
  width: 41%;
}
.progress-bar[aria-valuemax="100"][aria-valuemin="0"][aria-valuenow="42"] {
  width: 42%;
}
.progress-bar[aria-valuemax="100"][aria-valuemin="0"][aria-valuenow="43"] {
  width: 43%;
}
.progress-bar[aria-valuemax="100"][aria-valuemin="0"][aria-valuenow="44"] {
  width: 44%;
}
.progress-bar[aria-valuemax="100"][aria-valuemin="0"][aria-valuenow="45"] {
  width: 45%;
}
.progress-bar[aria-valuemax="100"][aria-valuemin="0"][aria-valuenow="46"] {
  width: 46%;
}
.progress-bar[aria-valuemax="100"][aria-valuemin="0"][aria-valuenow="47"] {
  width: 47%;
}
.progress-bar[aria-valuemax="100"][aria-valuemin="0"][aria-valuenow="48"] {
  width: 48%;
}
.progress-bar[aria-valuemax="100"][aria-valuemin="0"][aria-valuenow="49"] {
  width: 49%;
}
.progress-bar[aria-valuemax="100"][aria-valuemin="0"][aria-valuenow="50"] {
  width: 50%;
}
.progress-bar[aria-valuemax="100"][aria-valuemin="0"][aria-valuenow="51"] {
  width: 51%;
}
.progress-bar[aria-valuemax="100"][aria-valuemin="0"][aria-valuenow="52"] {
  width: 52%;
}
.progress-bar[aria-valuemax="100"][aria-valuemin="0"][aria-valuenow="53"] {
  width: 53%;
}
.progress-bar[aria-valuemax="100"][aria-valuemin="0"][aria-valuenow="54"] {
  width: 54%;
}
.progress-bar[aria-valuemax="100"][aria-valuemin="0"][aria-valuenow="55"] {
  width: 55%;
}
.progress-bar[aria-valuemax="100"][aria-valuemin="0"][aria-valuenow="56"] {
  width: 56%;
}
.progress-bar[aria-valuemax="100"][aria-valuemin="0"][aria-valuenow="57"] {
  width: 57%;
}
.progress-bar[aria-valuemax="100"][aria-valuemin="0"][aria-valuenow="58"] {
  width: 58%;
}
.progress-bar[aria-valuemax="100"][aria-valuemin="0"][aria-valuenow="59"] {
  width: 59%;
}
.progress-bar[aria-valuemax="100"][aria-valuemin="0"][aria-valuenow="60"] {
  width: 60%;
}
.progress-bar[aria-valuemax="100"][aria-valuemin="0"][aria-valuenow="61"] {
  width: 61%;
}
.progress-bar[aria-valuemax="100"][aria-valuemin="0"][aria-valuenow="62"] {
  width: 62%;
}
.progress-bar[aria-valuemax="100"][aria-valuemin="0"][aria-valuenow="63"] {
  width: 63%;
}
.progress-bar[aria-valuemax="100"][aria-valuemin="0"][aria-valuenow="64"] {
  width: 64%;
}
.progress-bar[aria-valuemax="100"][aria-valuemin="0"][aria-valuenow="65"] {
  width: 65%;
}
.progress-bar[aria-valuemax="100"][aria-valuemin="0"][aria-valuenow="66"] {
  width: 66%;
}
.progress-bar[aria-valuemax="100"][aria-valuemin="0"][aria-valuenow="67"] {
  width: 67%;
}
.progress-bar[aria-valuemax="100"][aria-valuemin="0"][aria-valuenow="68"] {
  width: 68%;
}
.progress-bar[aria-valuemax="100"][aria-valuemin="0"][aria-valuenow="69"] {
  width: 69%;
}
.progress-bar[aria-valuemax="100"][aria-valuemin="0"][aria-valuenow="70"] {
  width: 70%;
}
.progress-bar[aria-valuemax="100"][aria-valuemin="0"][aria-valuenow="71"] {
  width: 71%;
}
.progress-bar[aria-valuemax="100"][aria-valuemin="0"][aria-valuenow="72"] {
  width: 72%;
}
.progress-bar[aria-valuemax="100"][aria-valuemin="0"][aria-valuenow="73"] {
  width: 73%;
}
.progress-bar[aria-valuemax="100"][aria-valuemin="0"][aria-valuenow="74"] {
  width: 74%;
}
.progress-bar[aria-valuemax="100"][aria-valuemin="0"][aria-valuenow="75"] {
  width: 75%;
}
.progress-bar[aria-valuemax="100"][aria-valuemin="0"][aria-valuenow="76"] {
  width: 76%;
}
.progress-bar[aria-valuemax="100"][aria-valuemin="0"][aria-valuenow="77"] {
  width: 77%;
}
.progress-bar[aria-valuemax="100"][aria-valuemin="0"][aria-valuenow="78"] {
  width: 78%;
}
.progress-bar[aria-valuemax="100"][aria-valuemin="0"][aria-valuenow="79"] {
  width: 79%;
}
.progress-bar[aria-valuemax="100"][aria-valuemin="0"][aria-valuenow="80"] {
  width: 80%;
}
.progress-bar[aria-valuemax="100"][aria-valuemin="0"][aria-valuenow="81"] {
  width: 81%;
}
.progress-bar[aria-valuemax="100"][aria-valuemin="0"][aria-valuenow="82"] {
  width: 82%;
}
.progress-bar[aria-valuemax="100"][aria-valuemin="0"][aria-valuenow="83"] {
  width: 83%;
}
.progress-bar[aria-valuemax="100"][aria-valuemin="0"][aria-valuenow="84"] {
  width: 84%;
}
.progress-bar[aria-valuemax="100"][aria-valuemin="0"][aria-valuenow="85"] {
  width: 85%;
}
.progress-bar[aria-valuemax="100"][aria-valuemin="0"][aria-valuenow="86"] {
  width: 86%;
}
.progress-bar[aria-valuemax="100"][aria-valuemin="0"][aria-valuenow="87"] {
  width: 87%;
}
.progress-bar[aria-valuemax="100"][aria-valuemin="0"][aria-valuenow="88"] {
  width: 88%;
}
.progress-bar[aria-valuemax="100"][aria-valuemin="0"][aria-valuenow="89"] {
  width: 89%;
}
.progress-bar[aria-valuemax="100"][aria-valuemin="0"][aria-valuenow="90"] {
  width: 90%;
}
.progress-bar[aria-valuemax="100"][aria-valuemin="0"][aria-valuenow="91"] {
  width: 91%;
}
.progress-bar[aria-valuemax="100"][aria-valuemin="0"][aria-valuenow="92"] {
  width: 92%;
}
.progress-bar[aria-valuemax="100"][aria-valuemin="0"][aria-valuenow="93"] {
  width: 93%;
}
.progress-bar[aria-valuemax="100"][aria-valuemin="0"][aria-valuenow="94"] {
  width: 94%;
}
.progress-bar[aria-valuemax="100"][aria-valuemin="0"][aria-valuenow="95"] {
  width: 95%;
}
.progress-bar[aria-valuemax="100"][aria-valuemin="0"][aria-valuenow="96"] {
  width: 96%;
}
.progress-bar[aria-valuemax="100"][aria-valuemin="0"][aria-valuenow="97"] {
  width: 97%;
}
.progress-bar[aria-valuemax="100"][aria-valuemin="0"][aria-valuenow="98"] {
  width: 98%;
}
.progress-bar[aria-valuemax="100"][aria-valuemin="0"][aria-valuenow="99"] {
  width: 99%;
}
.progress-bar[aria-valuemax="100"][aria-valuemin="0"][aria-valuenow="100"] {
  width: 100%;
}
.searchPhraseHighlight {
  background-color: #ffff88;
  font-weight: bold;
}
.hl {
  background-color: #ffff88;
}
.hl .panel-control a,
.hl > span.subcat {
  font-weight: bold;
}
.scorecard .list-group-item.hl .list-group-item {
  background-color: #ffff88;
}
.scorecard .list-group-item.hl .panel {
  border-color: #ffff88;
}
#scorecardAgentSummaryTable div.dataTables_filter label {
  float: left;
}
.turn.overtalk {
  border-left: 3px solid blue;
}
.stat.overtalk.on {
  color: blue;
  font-weight: bold;
}
.turn {
  position: relative;
  display: block;
  padding: 10px 15px;
  margin-bottom: -1px;
  background-color: #fff;
  border: 1px solid #ddd;
  font-weight: normal;
}
.turn.selected {
  font-weight: bold;
}
.turn:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.turn:last-child {
  margin-bottom: 0;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}
.turn > .badge {
  float: right;
}
.turn > .badge + .badge {
  margin-right: 5px;
}
#applicationEditor .nav-tabs {
  border-bottom: 1px solid #ddd;
}
#trendingEditor .nav-tabs {
  border-bottom: 1px solid #ddd;
}
.widthauto {
  width: auto;
}
button.help {
  color: #428bca;
  opacity: 1;
}
#subcategoriesMenu li.active button.help {
  color: inherit;
}
.cat-list li.active button.help {
  color: inherit;
}
.centervertical {
  line-height: inherit;
}
#saveAppEditorChangesBtn {
  margin-right: 15px;
}
#discardAppEditorChanges {
  font-size: 22px;
  padding-right: 10px;
}
#loadingProgressBar {
  padding-top: 15%;
  overflow-y: visible;
}
#loadingProgressBar h3 {
  margin: 0;
}
#loadingProgressBar .modal-body {
  min-height: 10px !important;
}
.bootbox .modal-body {
  min-height: 10px !important;
}
#loadingProgressBar .modal-body > .progress {
  margin-bottom: 0;
}
#showAppJobQueueStatus {
  color: gray;
}
#showAppJobQueueStatus:hover {
  color: black;
}

.btn.runjobs.btn-muted {
  background: #d6d6c2;
  border-color: #d6d6c2;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none;
  opacity: 0.65;
}

.italicize {
  font-style: italic;
}

#tableScorecardSum table tbody tr td:hover,
#scorecardAgentSummaryTable table tbody tr td:hover {
  cursor: pointer;
  background-color: #eee;
}
.display-inline {
  display: inline;
}

.display-block {
  display: block;
}

.ui-menu.ui-widget.ui-widget-content.ui-autocomplete.ui-front {
  z-index: 99999;
}
.caret-right {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-left: 4px solid;
  border-bottom: 4px solid transparent;
  border-top: 4px solid transparent;
}
.fixedWidthText {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: inline-block;
  width: 80%;
}
#subcategoriesMenu > ul > li:first-child:not(.active) > a {
  background-color: #eee;
}
#categoriesMenu > ul > li:first-child:not(.active) > a {
  background-color: #fff;
}
.cat-list > ul > li:first-child:not(.active) > a {
  background-color: #eee;
}
#trendingFoldersMenu > ul > li:first-child:not(.active) > a {
  background-color: #eee;
}

.fixedWidthBtn {
  width: 10%;
}

.overflow-ellipsis {
  display: inline-block;
  overflow: hidden;
  white-space: nowrap;
  word-break: break-all;
  text-overflow: ellipsis;
  width: 100%;
}

.nav-pills .close.fixedWidthBtn {
  font-size: 18px;
}

.btn.btn-padding-0 {
  padding: 0;
}

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

.btn-file {
  position: relative;
  overflow: hidden;
}
.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;
}

input[readonly].file-name {
  background-color: white !important;
  cursor: text !important;
}

.emo0 {
  background-color: #f99;
}
.emo1 {
  background-color: #fcc;
}
.emo2 {
  background-color: #eee;
}
.emo3 {
  background-color: #cfc;
}
.emo4 {
  background-color: #8f8;
}
.negword {
  color: #711;
  font-weight: bold;
}
.posword {
  color: #171;
  font-weight: bold;
}

.btn-group-addon {
  background-color: #eee;
}
.btn-group-addon:hover {
  background-color: #ddd;
}

.removeLink {
  font-weight: 300;
  color: #333;
}
.removeLink:hover {
  font-weight: 300;
  color: #333;
}
.removeLink .fa {
  color: #d6d6c2;
}
.removeLink:hover .fa {
  color: #ff4719;
}

.modal-body {
  max-height: 500px;
  overflow-y: scroll;
}

.modal-md.modal-md2 .modal-body {
  min-height: 150px;
}

@media (min-height: 800px) {
  .modal-body {
    max-height: 600px;
  }
}

#appEditorModal .modal-body {
  min-height: 650px;
}

@media (max-height: 675px) {
  .modal-dialog {
    margin: 10px auto;
  }
}

/* might need to tweak */
.modal-dialog.modal-app-editor {
  width: 80%;
}

#labelModal {
  margin-left: -200px;
  height: 720px;
}

@media (max-width: 767px) {
  #labelModal {
    width: auto;
    margin-left: auto;
  }
}

#labelModal .modal-body {
  overflow: hidden;
}

#labelModal #listTranscript {
  float: left;
  height: 400px;
  overflow-y: auto;
  overflow-x: hidden;
}

#labelModal #fixedIntents {
  float: left;
}

.spark-dt {
  color: #3083d6;
  font-weight: 300;
  font-size: 1.5em;
  margin-top: 0%;
}

#backtotop {
  position: fixed;
  bottom: 20px;
  right: 20px;
  padding: 20px;
  color: white;
  text-align: center;
  z-index: 9999;
}

#backtotop a {
  text-decoration: none;
}

dl dl {
  padding-left: 20px;
  margin-bottom: 0;
}

.relnote-orderedlist td p {
  padding-left: 3px;
}

.relnote-orderedlist td {
  vertical-align: top;
}

.alert-zero {
  color: #ccc;
  background-color: #eee;
  border-color: #eee;
}

.container-index {
  padding-right: 0px;
  padding-left: 0px;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 768px) {
  .container-index {
    width: 750px;
  }
}
@media (min-width: 992px) {
  .container-index {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .container-index {
    width: 1270px;
  }
}

/*#dashboardFiles .col-md-6{
  position: relative;
  min-height: 1px;
  padding-right: 0px;
  padding-left: 0px;
}*/

.reportPane,
.trendingPane {
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  background-color: #ffffff;
  /*border: 1px solid #e3e3e3;*/
  border-left: 1px solid #e3e3e3;
  border-right: 1px solid #e3e3e3;
  border-bottom: 1px solid #e3e3e3;
  border-radius: 4px;
  /*  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05);*/
}

.filterPane {
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  background-color: #ffffff;
  border: 1px solid #e3e3e3;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 0px 0px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 0px 0px rgba(0, 0, 0, 0.05);
}

.badge-info {
  display: inline-block;
  min-width: 10px;
  padding: 3px 7px;
  font-size: 12px;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  background-color: #5bc0de;
  border-radius: 10px;
}

.badge-success {
  display: inline-block;
  min-width: 10px;
  padding: 3px 7px;
  font-size: 12px;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  background-color: #449d44;
  border-radius: 10px;
}

.bookmarkList > li:hover {
  cursor: pointer;
  background-color: #eeeeee;
}

.bookmarkList > li.active {
  background-color: #eeeeee;
}

.linkDeleteGroup:hover,
.linkDeleteGroup:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
  filter: alpha(opacity=50);
  opacity: 0.5;
}

#speakerList span {
  transition: all 0.2s ease-in-out;
  cursor: pointer;
}

#speakerList span:hover,
#speakerList span.active {
  transform: scale(1.2);
}

#listTranscript li {
  cursor: pointer;
}

.quadgram-col {
  font-size: 12px;
}

.quadgram-col:hover,
.quadgram-col:focus {
  background-color: #f5f5f5;
  cursor: pointer;
}

.quadgram-col.active {
  background-color: #f5f5f5;
  font-weight: bold;
}

.borderless tbody tr td {
  border: none;
}

.trendtable tbody tr td {
  width: 25%;
}

.progress-term {
  color: #333;
  position: absolute;
  display: block;
  left: 5px;
}

.progress-value {
  color: #333;
  position: absolute;
  right: 5px;
}

.progress {
  position: relative;
}

.company-usage {
  position: relative;
  height: 20px;
  overflow: hidden;
  background-color: #f5f5f5;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
}

.tag,
.tokenfield .token {
  display: inline-block;
  margin: 5px 3px;
  padding: 3px 5px;
  line-height: 1.5em;
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  border-radius: 0.5em;
  color: #333;
  font-weight: 400;
  font-size: 0.8em;
}

.tokenfield .token {
  background-color: #aad9ad;
  border: 0;
  height: auto;
  vertical-align: middle;
}

.tag .fa,
.token .close {
  color: #fff;
  opacity: 1;
}

.tag-blue {
  background-color: #8dccde;
}
.tag-green {
  background-color: #aad9ad;
}
.tag-red {
  background-color: #e79d9d;
}
.tag-yellow {
  background-color: #fcf8e3;
}

.trendbutton {
  background-color: Transparent;
  background-repeat: no-repeat;
  border: none;
  cursor: pointer;
  overflow: hidden;
  outline: none;
  width: 100%;
  height: 25px;
  padding-right: 5px;
}
.trendbutton.shrink {
  width: 85% !important;
}
.trendbutton:hover .progress {
  background-color: #e5e5e5;
}
.trendbutton:hover .tag-blue {
  background-color: #89c1d1;
}
.trendbutton:hover .tag-green {
  background-color: #a5c9a5;
}

.quadgram-col .quadgram-buttons {
  text-align: right;
}
.quadgram-col .quadgram-count {
  display: inline-block;
  min-width: 10px;
  padding: 3px 7px;
  font-size: 12px;
  line-height: 1;
  color: #000;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 10px;
}

.quadgram-col {
  font-weight: 400;
}
.quadgram-col .hidetrendbutton {
  font-size: 12px;
  line-height: 17px;
  height: 17px;
  width: 20px;
  padding: 0;
  margin: 0 0 0 5px;
  background-color: #dd7572;
  vertical-align: bottom;
}
.quadgram-cell .hidetrendbutton {
  width: 13%;
  height: 20px;
  position: relative;
  top: -2px;
  background-color: #dd7572;
}

.uploadprogresstext {
  position: absolute;
  display: block;
  width: 100%;
  color: black;
}

#finfo {
  height: 80vh;
  overflow-y: scroll;
}

/*@media (min-width: 768px) {
  #finfo {
    width: 220px;
  }
}

@media (min-width: 992px) {
  #finfo {
    width: 293px;
  }
}

@media (min-width: 1200px) {
  #finfo {
    width: 360px;
  }
}*/

@media (max-width: 767px) {
  /* Disable affixing for narrow screens */
  #finfo {
    margin-bottom: 20px;
    position: static !important;
  }
}

#folderTabs .navbar-brand {
  color: white;
  background-color: #5cb85c;
}
#folderTabs.breadcrumb {
  background-color: white;
}
#folderTabs {
  color: #777;
  font-size: 14px;
}

#folderTabs a {
  color: #777;
  font-size: 14px;
}

/*#applicationTabs, #settingSubmenu {
  background-color: #f5f5f5;
}

#applicationTabs a, #settingSubmenu a {
  color: #333;
  font-size: 14px;
}

#applicationTabs li.active a, #settingSubmenu li.active a {
  font-weight: bold;
}*/

/* DATE PICKER */

.text-muted-lighter {
  color: #ddd;
  font-size: 12px;
}

.date-picker-wrapper {
  background-color: #fff;
  font-family: "Open sans";
  font-size: 14px;
}

.date-picker-wrapper .month-wrapper {
  border: 0;
}

.date-picker-wrapper .month-wrapper:after {
  content: "";
  clear: both;
  display: table;
}

.date-picker-wrapper .month-wrapper table th {
  color: #000;
  font-weight: bold;
}

.date-picker-wrapper .month-wrapper table .week-name,
.date-picker-wrapper .month-name {
  text-transform: none;
}

.date-picker-wrapper .month-wrapper table .week-name th::first-letter,
.date-picker-wrapper .month-name::first-letter {
  text-transform: uppercase;
}

.date-picker-wrapper .month-wrapper table .day {
  font-size: 14px;
}

.input-date-picker {
  cursor: pointer;
}

.input-date-picker ~ .fa.fa-calendar {
  color: #909090;
}

.submenu {
  background-color: #f5f5f5;
}

.submenu a {
  color: #333;
  font-size: 14px;
}

.submenu li.active > a {
  font-weight: bold;
}
.submenu li.active > button {
  font-weight: bold;
}
.loading {
  opacity: 0.33;
  filter: alpha(opacity=33); /* For IE8 and earlier */
  pointer-events: none;
}

.glyphicon-none:before {
  content: "\2122";
  color: transparent !important;
}

#folder-refresh-img:hover,
#folder-refresh-img:focus {
  cursor: pointer;
}

#logfolder-refresh-img:hover,
#logfolder-refresh-img:focus {
  cursor: pointer;
}

.folder-footer {
  margin-left: 30.666667%;
  width: 33.666667%;
}

td.small-list {
  padding-left: 10px;
}
/*
td.small-list:first-letter {
  text-transform:capitalize;
}
*/
.input-group-addon label {
  line-height: 20px;
  padding: 0;
  margin: 0;
}

* {
  margin: 0;
}

html,
body {
  height: 100%;
}

.wrapper {
  min-height: 100%;
  height: auto !important;
  height: 100%;
  margin: 0 auto -42px; /* the bottom margin is the negative value of the footer's height + extra margin*/
}

.spark.footer,
.push {
  height: 38px; /* '.push' must be the same height as 'footer' */
}

.spark.footer {
  position: relative;
  margin-top: -38px; /* negative value of footer height */
  height: 38px;
  clear: both;
  padding-top: 8px;
  background-color: #ffffff;
}

.navbar-small > li > a {
  padding-top: 10px !important;
  padding-bottom: 10px !important;
}

.navbar-smaller > li > a {
  padding-top: 8px !important;
  padding-bottom: 8px !important;
}

.navbar-full {
  height: 100%;
  margin-bottom: 0px;
}

.panel-body .list-unstyled {
  margin-bottom: 0;
}

.dropdown-hover:hover .dropdown-menu {
  display: block;
}

.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover {
  color: inherit;
  background-color: transparent;
  font-weight: bold;
}

/*
Mimic cursor style from native .dropdown-menu > .disabled > a{} styles,
since `pointer-events: none` kills the cursor state, too.
*/
.dropdown > .disabled {
  cursor: not-allowed;
}

/* The real magic ;) */
.dropdown > .disabled {
  pointer-events: none;
}

table.sortedTable thead .sorting:not(.nosort),
table.sortedTable thead .sorting_asc,
table.sortedTable thead .sorting_desc,
table.sortedTable thead .sorting_asc_disabled,
table.sortedTable thead .sorting_desc_disabled {
  cursor: pointer;
}

table.sortedTable thead .sorting:not(.nosort) {
  background: url("../images/sort_both.png") no-repeat center right !important;
}
table.sortedTable thead .sorting.sorting_asc {
  background: url("../images/sort_asc.png") no-repeat center right !important;
}
table.sortedTable thead .sorting.sorting_desc {
  background: url("../images/sort_desc.png") no-repeat center right !important;
}

table.sortedTable th:active {
  outline: none;
}

table.dataTable thead .sorting:not(.nosort),
table.dataTable thead .sorting_asc,
table.dataTable thead .sorting_desc,
table.dataTable thead .sorting_asc_disabled,
table.dataTable thead .sorting_desc_disabled {
  cursor: pointer;
}

table.dataTable thead .sorting:not(.nosort) {
  background: url("../images/sort_both.png") no-repeat center right !important;
}
table.dataTable thead .sorting_asc {
  background: url("../images/sort_asc.png") no-repeat center right !important;
}
table.dataTable thead .sorting_desc {
  background: url("../images/sort_desc.png") no-repeat center right !important;
}

table.dataTable th:active {
  outline: none;
}

.table-aligned-cols td.hasIcon {
  width: 35px;
}

.table-aligned-cols tr > td:last-of-type {
  text-align: right;
  /*width: 35px;*/
}

.table-aligned-cols tr > td:first-of-type {
  text-align: left;
  /*width: 35px;*/
}

.table-aligned-cols tr > th:last-of-type {
  text-align: right;
  /*width: 35px;*/
}

.tooltip {
  font-weight: 600;
}

.separator {
  margin: 0;
  height: 1px;
  background-color: #d0d0d0;
}

.adjust-down {
  margin-top: 6px;
}

.relative {
  position: relative;
}

.up_down_div {
  position: absolute;
  top: 10px;
  right: 10px;
  max-height: 80%;
  overflow-y: auto;
}

.up_btn {
  border-radius: 6px 6px 0 0;
}
.down_btn {
  border-radius: 0 0 6px 6px;
}

.sp.dropdown-header {
  font-size: 14px;
  text-transform: uppercase;
  font-weight: bold;
}

.hl_select {
  background-color: #ff9632 !important;
}

.turn a {
  visibility: hidden;
}
.turn:hover a {
  visibility: visible;
}

.turn a:hover {
  text-decoration: none;
}

.turn a > span {
  color: #bebebe;
}

.turn a > span:hover {
  color: #707070;
}

.timelink {
  position: absolute;
  right: 10px;
}

.link-modal-body,
.token-modal-body {
  min-height: 0px;
}

.logo-margin {
  margin-bottom: 40px;
}

.logo-wrapper .logo {
  margin-left: 20px;
}

.orgselector {
  margin-bottom: 0.8em;
}

.orgselector .breadcrumb {
  background: white;
  color: #777;
}

.orgselector .breadcrumb a {
  color: #555;
}

.orgselector a.disabled .caret {
  display: none;
}

/* IE 11 support */

::-ms-expand {
  background-color: transparent;
  border: none;
}

#audioControls {
  width: 100%;
}

/* carousel*/
.carousel-caption h1 {
  font-weight: 500;
}

.text-red {
  color: #ee4943;
}

.text-light-red {
  color: #f27672;
}

.text-green {
  color: #30d683;
}

.text-orange {
  color: #d68330;
}

.text-blue {
  color: #428bca;
}

.carousel-caption {
  right: 10%;
  left: 10%;
}

.carousel-control {
  width: 5%;
  z-index: 3;
}

.gradient {
  width: 100%;
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  height: 500px;
  width: 1270px;
  background: linear-gradient(
    to bottom,
    rgba(0, 0, 0, 0) 0%,
    rgba(0, 0, 0, 0.5) 100%
  );
}

.file-info {
  word-wrap: break-word;
}
.file-info.affix {
  margin-top: -90px;
  width: 360px;
}
dt.file-info,
dd.file-info {
  line-height: 1;
}

.table.table-metadata td,
.table.table-metadata th {
  border: 0;
  width: 50%;
}

/*#finfo.affix{
    max-height: 90%;
    top: 20px;
}*/

#finfo.affix {
  top: 20px;
}

#folderTabs .disabled > .no-orgs,
#folderTabs .disabled > .no-folders {
  color: #999;
  font-style: italic;
}

.profileSettings label {
  font-weight: inherit;
}

#accordion .panel-heading {
  cursor: pointer;
}

#searchTextTags .label {
  display: inline-block;
}

.clearer,
.clear-search {
  color: #d6d6c2;
  cursor: pointer;
  padding: 0 5px;
}

.clearer:hover,
.clear-search:hover {
  color: #333;
}

.has-feedback .form-control-feedback.clearer {
  top: 0;
  right: 110px;
  z-index: 999;
}

.has-feedback .form-control-feedback.no-label {
  top: 0;
}

.form-control.full-width {
  width: 100%;
}

.form-control.input-text-sm {
  font-size: 12px;
}

.form-inline .form-group.full-width {
  width: 100%;
}

.form-inline .form-group.full-width .form-control {
  width: 100%;
}

.padding-0 {
  padding: 0;
}

.margin-bottom-5 {
  margin-bottom: 5px;
}

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

span.control-label {
  font-weight: bold;
  margin-bottom: 5px;
}

.row.flex-column-content {
  display: flex;
  flex: 1;
}

.col-left-border {
  padding-left: 8%;
  border-left: 1px solid #eee;
}

.center-overlay {
  position: fixed;
  z-index: 999;
  /*width: 100%;*/
}

.scroll-control-box {
  background-color: rgba(255, 255, 255, 0.75);
  padding: 10px 0;
}

.scroll-control-box a {
  transition: color 0.2s;
  -webkit-transition: color 0.2s;
  -moz-transition: color 0.2s;
}

.scroll-control-box._spinner {
  background-color: transparent;
}

.spinner_box {
  background-color: rgba(0, 0, 0, 0.7);
  border-radius: 5px;
  color: white;
  padding: 30px;
  width: 120px;
}

.scroll-control:hover,
.scroll-control:focus {
  text-decoration: none;
}

.scroll-control-box.hide-control {
  background-color: transparent;
}

.scroll-control-box.hide-control a {
  color: transparent;
}

.scroll-control-box.go-to-top {
  top: 0px;
}

.scroll-control-box.go-to-bottom {
  bottom: 0px;
}

.date-picker-wrapper {
  z-index: 9999; /* for testing */
}

div.dataTables_processing {
  /*top: 100px;*/
  background: transparent;
}

#scorecardAgentSummaryTable .dataTables_processing {
  position: absolute;
  z-index: 99;
  left: 50%;
}

.panel-control a,
.panel-control a:hover,
.panel-control a:focus {
  text-decoration: none;
}

.panel-control a:focus {
  color: #428bca;
}

a.hl-cat-scores:hover {
  text-decoration: none;
}

.scorecard > .panel > .list-group {
  padding-right: 10px;
}

.scorecard .list-group {
  margin-bottom: 0;
}

.scorecard .list-group-item {
  padding: 5px 0 5px 10px;
}

.scorecard .panel-title {
  width: 70%;
}

.scorecard .panel-heading .panel-control {
  width: 30%;
}

.text-score-all {
  color: #428bca;
}

.text-score-high {
  color: #5cb85c;
}

.text-score-med {
  color: #5bc0de;
}

.text-score-low {
  color: #f0ad4e;
}

.text-score-none {
  color: #d9534f;
}

.text-score-subtext {
  color: #999;
}

a .fa-grey:hover {
  color: #428bca;
}

#downloadDataModal .modal-body {
  min-height: 200px;
}
#downloadDataModal2 .modal-body {
  min-height: 200px;
}

/* This allows tooltips to work in modals */
.tooltip {
  z-index: 9999;
}

.centerOvertop {
  z-index: 99;
  position: absolute;
  top: 50%;
  left: 50%;
}

.col-xs-0,
.col-sm-0,
.col-md-0,
.col-lg-0 {
  width: 0;
  height: 0;
  overflow: hidden;
}

.cat-levels-menu.breadcrumb {
  background-color: #fff;
  font-size: 14px;
  padding: 0;
  margin-bottom: 12px;
}

.dashboard.cat-levels-menu {
  position: absolute;
  top: 10%;
  border-radius: 0;
  /*border-bottom: 1px solid #999;*/
}

.dashboard.cat-levels-menu li.active {
  background-color: transparent;
}

.cat-levels-menu.breadcrumb span {
  color: #999;
}

.cat-levels-menu.breadcrumb li {
  border: 0;
  padding: 0 0 0 15px;
}

.cat-levels-menu.breadcrumb li a {
  color: #999;
}

.cat-levels-menu.breadcrumb li a:hover {
  text-decoration: none;
  background-color: transparent;
  color: #565656;
}

.cat-levels-menu.breadcrumb li:hover {
  background-color: transparent;
}

.dashboard.cat-levels-menu.breadcrumb li:last-of-type,
.dashboard.cat-levels-menu.breadcrumb li:last-of-type a {
  cursor: default;
  color: black;
}

#uploadComplete {
  padding: 30px;
}

.fa-green {
  color: #7ccf53;
}
.fa-red {
  color: #ff4719;
}
.fa-pink {
  color: #ea307b;
}
.fa-purple {
  color: #8a00e6;
}
.fa-blue {
  color: #33ccff;
}
.fa-grey {
  color: #d6d6c2;
}
.fa-black {
  color: #333;
}

.btn-no-click {
  cursor: default;
}

.btn-default.btn-no-click:hover {
  color: inherit;
  background-color: inherit;
  border-color: #ccc;
}

.btn.btn-no-click:focus,
.btn.btn-no-click:active:focus,
.btn.btn-no-click.active:focus {
  outline: inherit;
  outline: inherit;
  outline-offset: inherit;
}
.btn.btn-no-click:hover,
.btn.btn-no-click:focus {
  color: #333;
  text-decoration: none;
}
.btn.btn-no-click:active,
.btn.btn-no-click.active {
  background-image: none;
  outline: inherit;
  -webkit-box-shadow: inherit;
  box-shadow: inherit;
}

.btn-default.btn-no-click:hover,
.btn-default.btn-no-click:focus,
.btn-default.btn-no-click:active {
  color: #333;
  background-color: #fff;
  border-color: #ccc;
}

.badge-alert {
  background-color: #ff0000;
}

.user-list li {
  list-style-type: none;
  display: inline-block;
  padding-right: 15px;
}

#people {
  padding-top: 10px;
  clear: right;
}

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

.search {
  position: relative;
  color: #aaa;
}

.search input {
  text-indent: 22px;
}
.search .fa-search {
  position: absolute;
  top: 10px;
  left: 10px;
}

.search.search-sm .fa-search {
  top: 8px;
}

.search .form-control {
  width: 100% !important;
}

.rel-pos {
  position: relative;
}

.top-margin {
  margin-top: 15px;
}
.top-label {
  position: absolute;
  top: -20px;
  left: 5px;
  font-size: 12px;
  text-transform: uppercase;
  z-index: 999;
}

.label-leaf {
  background-color: #eee;
  color: #888;
  min-width: 38px;
}

#uploadOrDownloadJsonDiv {
  float: right;
  padding-right: 20px;
}

.list-title {
  color: #337ab7;
  font-weight: normal;
}

.list-help a {
  font-size: 18px;
  font-weight: 100;
}

.list-help,
.list-help ul {
  padding: 0;
}

.list-help > li {
  padding-bottom: 15px;
}

.list-help li {
  list-style-type: none;
}

.body-white {
  background-color: #fff;
}

.jumbotron.jumbotron-blue {
  background-color: #337ab7;
  color: #fff;
}

.jumbotron.jumbotron-orange {
  background-color: #fcb315;
  color: #fff;
}

.jumbotron.jumbotron-white {
  background-color: #fff;
  color: #337ab7;
}

.jumbotron a {
  font-weight: bold;
}

.jumbotron-blue a,
.jumbotron-orange a {
  color: #fff;
}

.jumbotron-white a {
  color: #337ab7;
}

.jumbotron p.min {
  font-size: 15px;
}

.system-folders-activity {
  margin-top: 3rem;
}

.table-responsive {
  overflow-x: unset;
}

@media (min-width: 768px) {
  div.system-status-tab > article.system-status section > .dl-horizontal dt {
    float: left;
    width: 26rem;
    clear: left;
    text-align: left;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  div.system-status-tab > h1,
  div.system-status-tab
    > article.system-status
    > section.system-status-general-info
    h2 {
    visibility: hidden;
    height: 0;
    margin: 0;
  }

  div.system-status-tab > article.system-status > section > div.row,
  div.system-processing-and-performance-tab
    > article.system-processing-and-performance
    > section
    > div.row {
    padding-left: 2rem;
  }

  div.system-status-tab
    > article.system-status
    > section.system-status-system-info
    > div.row {
    display: flex;
    align-items: center;
  }

  div.system-status-tab
    > article.system-status
    > section.system-status-system-info
    > div.row
    > h3.col-md-2 {
    max-width: 20rem;
    margin-top: 1.5rem;
    margin-bottom: 0;
  }

  div.system-status-tab
    > article.system-status
    > section.system-status-services-overview
    > div.row
    > div
    > table.hidden-table-head
    > thead,
  div.system-status-tab
    > article.system-status
    > section.system-status-services-overview
    > div.row
    > div
    > table.hidden-table-head
    > thead
    > tr
    > th {
    visibility: hidden;
    height: 0;
    font-size: 0;
    border: none;
    margin: 0;
    padding: 0;
  }

  div.system-processing-and-performance-tab
    > article.system-processing-and-performance
    > section
    > div.row
    > h3 {
    margin-top: 1.5rem;
    padding-left: 2rem;
  }
}
