/**
 * Include all .less files here
 */
/*** Basic elements */
html,
body {
  height: 100%;
}
body,
h1,
h2,
h3,
h4,
h5,
h6,
.navbar-brand {
  font-family: "MuseoSans500", Helvetica, sans-serif !important;
  color: #5B6F8F;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "MuseoSans500";
  color: #5B6F8F;
}
h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small {
  color: #8b9297;
}
hr {
  border-color: #f5f7fa !important;
}
strong {
  font-weight: normal;
  font-family: MuseoSans700;
}
a:hover {
  text-decoration: none !important;
}
/*** Input fields */
select {
  box-shadow: none !important;
}
input[type="text"],
input[type="password"],
input[type="search"],
input[type="email"] {
  box-shadow: none !important;
}
input[type="text"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="email"]:focus {
  box-shadow: none !important;
  background: #fff;
}
/*** Buttons */
.btn {
  border-top: none;
  border-left: none;
  border-right: none;
  border-bottom-width: 2px;
  font-size: 14px;
  font-family: "MuseoSans700";
  text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.2);
}
.btn-default {
  background: #f5f7fa;
  text-shadow: 1px 1px 0 #fff;
  border-color: #dadee4;
  color: #5C6369;
}
.btn-link {
  text-shadow: none !important;
}
.input-group .btn-default {
  border-bottom-color: #f5f7fa;
}
.btn-default:hover,
.btn-default:focus,
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  background: #dae1ea;
  border-color: #cbd0d8;
}
.btn.dropdown-toggle {
  border: none;
  color: #5C6369;
}
/*** Panels and popovers */
.panel {
  border-radius: 2px;
  border-color: #e7edf3;
}
.panel-heading {
  border-color: #e7edf3 !important;
}
.popover {
  border-radius: 4px;
  box-shadow: none;
  border-color: #fff;
  /* Shadow ripped off from uservoice */
  -moz-box-shadow: rgba(0, 0, 0, 0.3) 0 -10px 60px, rgba(0, 0, 0, 0.1) 0 0 20px;
  -webkit-box-shadow: rgba(0, 0, 0, 0.3) 0 -10px 60px, rgba(0, 0, 0, 0.1) 0 0 20px;
  box-shadow: rgba(0, 0, 0, 0.3) 0 -10px 60px, rgba(0, 0, 0, 0.1) 0 0 20px;
}
.popover.bottom > .arrow {
  border-bottom-color: #fff;
}
.popover-content {
  padding: 0;
}
/*** Misc bootstrap elements */
label {
  font-family: "MuseoSans500";
  font-weight: normal !important;
}
dt {
  font-family: MuseoSans700;
}
.well,
.jumbotron,
pre {
  background: #f5f7fa;
  box-shadow: none;
  border: none;
}
.notice {
  background: #00A1E0;
  color: #FFF;
  padding: 10px;
  border-radius: 2px;
  text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.3);
  font-size: 16px;
}
.alert {
  margin-bottom: 0;
}
.alert-link {
  font-family: MuseoSans700;
}
/* Badges */
.badge {
  background-color: #00A1E0;
  color: #FFF;
  border-radius: 4px;
  font-family: MuseoSans700;
}
.badge-grey {
  background: #f5f7fa;
  color: #7c868f;
}
.badge-green {
  color: #fff;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2);
  background: #85DD5F;
}
.badge-blue {
  color: #fff;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2);
  background: #00A1E0;
}
.badge-yellow {
  color: #fff;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2);
  background: rgba(248, 202, 0, 0.7);
}
.badge-red {
  color: #fff;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2);
  background: rgba(237, 28, 36, 0.5);
}
/*** Tables */
td > h1,
td > h2,
td > h3,
td > h4,
td > h5 {
  margin: 0;
}
tr {
  transition: all 0.2s ease;
}
tbody > tr.active td i {
  color: #00A1E0;
}
td {
  font-size: 14px;
  border-color: #E6EBF2 !important;
}
.table > thead > tr > th {
  border-color: #00A1E0;
  font-weight: normal;
  font-family: MuseoSans700;
}
.table-hover tr:hover td {
  cursor: pointer;
}
.table-striped > tbody > tr:nth-child(odd) > td,
.table-striped > tbody > tr:nth-child(odd) > th {
  background-color: #f5f7fa;
}
/*** Layout panels and popout nav */
.container-fluid {
  height: 100%;
}
.row-offcanvas-left {
  padding-top: 84px;
}
.row-offcanvas-left-with-warning {
  padding-top: 88px;
}
@media (max-width: 767px) {
  .row-offcanvas-left {
    height: 100%;
    padding-bottom: 150px;
  }
}
#content {
  padding: 20px;
}
@media (max-width: 767px) {
  #content {
    /* remove left padding because menu is hidden in mobile */
    padding: 10px !important;
  }
}
.list-group-item-text {
  color: #7c868f;
}
/*** Checkbox toggle switch */
input.switch:empty {
  display: none;
}
input.switch:empty ~ label {
  position: relative;
  float: left;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  height: 28px;
  margin-top: -4px;
}
input.switch:empty ~ label:before,
input.switch:empty ~ label:after {
  position: absolute;
  display: block;
  top: 0;
  bottom: 0;
  left: 0;
  content: ' ';
  width: 50px;
  background-color: #DDE5EA;
  /*#B3B3B3;*/
  border-radius: 4px;
  -webkit-transition: all 100ms ease-in;
  transition: all 100ms ease-in;
}
input.switch:empty ~ label:after {
  width: 19px;
  top: 2px;
  bottom: 2px;
  margin-left: 2px;
  background-color: #fff;
  border-radius: 3px;
}
input.switch:checked ~ label:before {
  background-color: #00A1E0;
}
input.switch:checked ~ label:after {
  margin-left: 29px;
}
/*** Material floating label */
.fake-float-label {
  font-size: 13px;
  color: #A9B6CA;
  display: block;
}
.float-label .control {
  float: left;
  position: relative;
  width: 100%;
  padding-top: 23px;
  padding-bottom: 10px;
}
.float-label input {
  display: block;
}
.float-label input + label {
  position: absolute;
  top: 10px;
  -moz-transition: top 0.7s ease, opacity 0.7s ease;
  -o-transition: top 0.7s ease, opacity 0.7s ease;
  -webkit-transition: top 0.7s ease, opacity 0.7s ease;
  transition: top 0.7s ease, opacity 0.7s ease;
  opacity: 0;
  font-size: 13px;
  color: #A9B6CA;
}
.float-label input:valid + label {
  opacity: 1;
  top: 3px;
}
.float-label input:focus:invalid + label {
  opacity: 1;
  top: 3px;
}
.float-label input:focus + label {
  color: #00A1E0;
}
/*** Checkboxes */
[type="checkbox"]:not(:checked),
[type="checkbox"]:checked {
  position: absolute;
  left: -9999px;
}
[type="checkbox"]:not(:checked) + label,
[type="checkbox"]:checked + label {
  position: absolute;
  padding-left: 25px;
  cursor: pointer;
}
/* checkbox aspect */
[type="checkbox"]:not(:checked) + label:before,
[type="checkbox"]:checked + label:before {
  content: '';
  position: absolute;
  left: 0;
  top: 2px;
  width: 17px;
  height: 17px;
  border-top: 2px solid #dadee4;
  background: #f5f7fa;
  border-radius: 3px;
}
th [type="checkbox"]:not(:checked) + label:before,
th [type="checkbox"]:checked + label:before {
  border: 1px solid #dadee4;
  border-top: 2px solid #dadee4;
}
/* checked mark aspect */
[type="checkbox"]:not(:checked) + label:after,
[type="checkbox"]:checked + label:after {
  content: url('../assets/icons/checkmark.svg');
  position: absolute;
  top: 2px;
  left: 0;
  color: #00A1E0;
  -moz-transition: all .2s;
  -o-transition: all .2s;
  -webkit-transition: all .2s;
  transition: all .2s;
}
/* checked mark aspect changes */
[type="checkbox"]:not(:checked) + label:after {
  opacity: 0;
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  -webkit-transform: scale(0);
  transform: scale(0);
}
[type="checkbox"]:checked + label:after {
  opacity: 1;
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  -webkit-transform: scale(1);
  transform: scale(1);
}
/* disabled checkbox */
[type="checkbox"]:disabled:not(:checked) + label:before,
[type="checkbox"]:disabled:checked + label:before {
  box-shadow: none;
  border-color: #f5f7fa;
  background-color: #f5f7fa;
}
[type="checkbox"]:disabled:checked + label:after {
  color: #999;
}
[type="checkbox"]:disabled + label {
  color: #aaa;
}
/*** Helpers */
.light {
  color: #95A3AD;
}
.superlight {
  color: #D3DBE0;
}
.zero-margin {
  margin: 0 !important;
}
.zero-padding {
  padding: 0 !important;
}
.blue-small-title {
  margin-top: 0;
  border: none;
  color: #00A1E0;
  font-family: MuseoSans700;
}
.padding-5 {
  padding: 5px;
}
.padding-10 {
  padding: 10px;
}
.padding-15 {
  padding: 15px;
}
.margin-5 {
  margin: 5px;
}
.margin-10 {
  margin: 10px;
}
.margin-15 {
  padding: 15px;
}
.mdg-dropdown {
  padding: 7px 11px;
  border: 1px solid #f5f7fa !important;
  box-shadow: none !important;
  border-radius: 2px !important;
  height: 32px;
  display: inline-block;
  background: #f5f7fa;
}
.mdg-dropdown .fa {
  color: #00A1E0;
}
.mdg-dropdown:hover {
  cursor: pointer;
}
.mdg-dropdown + .dropdown-menu {
  left: 15px;
}
.dropdown-menu {
  border-radius: 0;
  border: 1px solid #f5f7fa;
  box-shadow: none;
  padding: 0;
}
.dropdown-menu li a {
  padding: 7px 10px;
  color: #7B8DA9 !important;
  transition: all 0.1s ease-in;
}
.dropdown-menu .divider {
  margin: 0;
  height: 2px;
  background: #f5f7fa;
}
/*

//** Text color for `<input>`s
@input-color:                    #7B8DA9;
//** `<input>` border color
@input-border:                   @mdg-light-blue-gray;
//** `<input>` border radius
@input-border-radius:            @border-radius-base;
//** Border color for inputs on focus
@input-border-focus:             #b5bdca;

//** Placeholder text color
@input-color-placeholder:        #808184;

*/
/*** List group overrides */
.list-group-item {
  /*border: none;
    border-radius: 2px !important;
    transition: all 0.2s ease;
    padding: 15px;
    border: 1px solid transparent;
    margin-bottom: 0;
    border-bottom: 1px solid #e9edf3;
    
&.active {
        box-shadow: 0 0 15px #e3e5e9;
        border: 1px solid #cbd0d8;
        z-index: 100;
        background: #f5f7fa;
    }
    
.list-group-item-heading {
        color: #5C6369;
    }

    .list-group {
        overflow: auto;
    }

    &:last-child {
        border: none;
    }

    &:hover {
        cursor: pointer;
        color: #00A1E0;
    }

    &:hover h4 {
        color: #00A1E0;
    }

    &.attention {
        border-left: 4px solid #00A1E0;
    }

    
&.title,
    &.title:hover {
        padding: 0;
        border: none;
        color: #00A1E0;
        font-family: MuseoSans700;
        background: none !important;
        cursor: default;
        margin: 5px 0;
    }*/
}
/*** Login form */
form.login input {
  margin-bottom: 10px;
}
form.login a:hover {
  text-decoration: none;
}
form.login .btn-lg {
  border-radius: 2px;
  font-size: 16px;
}
.social-buttons {
  margin-top: 15px;
  text-align: center;
}
.social-buttons a.btn-sso {
  width: 80px;
  display: inline-block;
  text-align: center;
  border-radius: 7px;
  color: #b3bdc7;
  text-shadow: 1px 1px 0 #fff;
}
.social-buttons a.btn-sso i {
  font-size: 48px;
}
.social-buttons a.btn-sso:hover {
  text-decoration: none;
}
.social-buttons a.btn-sso.fb:hover {
  color: #3B5998;
}
.social-buttons a.btn-sso.go:hover {
  color: #DD4B39;
}
.social-buttons a.btn-sso.ms:hover {
  color: #2672EC;
}
.social-buttons a.btn-sso.sf:hover {
  color: #2A94D6;
}
.modal-header {
  background: #15325F;
  color: #fff !important;
}
.modal-header h1,
.modal-header h2,
.modal-header h3,
.modal-header h4,
.modal-header h5,
.modal-header h6 {
  color: #fff;
}
.modal-header h3,
.modal-header h4 {
  margin: 0;
}
.modal-footer {
  background: #f5f7fa;
  color: #fff;
}
.modal-content {
  border-radius: 2px;
  box-shadow: none;
}
/* Mobile usability */
@media (max-width: 767px) {
  .modal-dialog .nav-tabs,
  .modal-dialog .modal-header {
    zoom: 1.2;
  }
  .modal-dialog .tab-content {
    zoom: 1.5;
  }
}
/*** Navbar */
.navbar-nav > li > a,
.navbar-brand {
  text-shadow: 1px 1px 0 #263033;
}
.navbar {
  height: 84px;
}
.navbar .container-fluid {
  padding-left: 18px;
  padding-right: 18px;
  height: 84px;
}
.navbar-inverse {
  border: 0;
}
.navbar-header {
  margin-top: 12px;
  float: left;
}
@media (min-width: 768px) {
  .navbar-nav {
    margin-top: 17px;
  }
}
@media (max-width: 767px) {
  .navbar-nav {
    margin-top: 21px;
  }
}
.navbar-brand {
  margin: 0 !important;
  height: auto;
}
.navbar-brand #app-title {
  margin-left: 28px;
  margin-top: 8px;
  width: 160px;
  font-family: MuseoSans300;
}
.navbar-brand .beta-badge {
  font-size: 11px;
  color: #00A1E0;
  position: relative;
  top: -8px;
  font-family: MuseoSans500;
}
.navbar-brand #logo {
  border-right: 1px solid #fff;
  padding-right: 28px;
  height: 28px;
}
.navbar-header .fa-bars {
  margin: 20px 0 0 28px;
  float: left;
  cursor: pointer;
  color: #fff;
  font-size: 21px;
}
.navbar-header .navbar-brand {
  font-size: 20px;
  line-height: 22px;
  font-family: MuseoSans100 !important;
}
.navbar-right {
  float: right;
}
.navbar-right > li {
  float: left !important;
}
.navbar-nav .avatar-menu a {
  padding: 5px;
}
.navbar-nav .avatar-menu .avatar {
  margin-bottom: -4px;
  margin-right: 15px;
}
.navbar-nav .avatar-menu .status {
  font-family: MuseoSans100;
  font-size: 0.9em;
}
@media (min-width: 768px) {
  .navbar-nav .avatar-menu {
    width: 230px;
  }
  .navbar-nav .avatar-menu:hover {
    cursor: pointer;
  }
  .navbar-nav .avatar-menu .avatar {
    margin-left: 10px;
  }
}
@media (max-width: 767px) {
  .navbar-nav .avatar-menu a {
    margin-top: -6px;
    margin-bottom: -6px;
  }
}
/*** App selector */
.app-selector {
  text-align: center;
  margin-bottom: 0;
  min-width: 350px;
  z-index: 10000;
}
.app-selector:focus {
  outline: none !important;
}
.app-selector a {
  padding: 20px 0;
}
.app-selector a:hover {
  text-decoration: none;
  color: #00A1E0;
  background: #f5f7fa;
}
.app-selector i {
  display: block;
}
.app-selector-toggle :focus {
  outline: none !important;
}
.app-selector-toggle .popover {
  z-index: 10000;
}
/*** Nav tiles (the left menu) */
@media (min-width: 768px) {
  .menu-pad-left {
    /* offset */
    padding-left: 140px !important;
  }
  .nav-tile {
    margin-top: -84px;
    padding-top: 84px;
  }
}
.nav-tile {
  background: rgba(21, 50, 95, 0.02);
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  position: absolute;
  width: 120px;
  text-align: center;
  text-shadow: 1px 1px 0 #fff;
  z-index: 30;
  height: 100%;
  border-right: 1px solid #e3e8ef;
  /* Desktop */
  /* Mobile */
}
.nav-tile .nav-tile-item {
  position: relative;
  padding: 20px 0;
  border-bottom: 1px solid #e3e8ef;
  font-size: 12px;
  color: #5B6F8F;
  /*box-shadow: 0 2px 0 #e9f0fa;*/
  transition: all 0.3s ease;
  font-family: MuseoSans700;
}
.nav-tile .nav-tile-item:hover,
.nav-tile .nav-tile-item.active {
  cursor: pointer;
  color: #00A1E0;
}
.nav-tile .nav-tile-item.active {
  border-right-color: #fff;
  background: #fff;
  margin-right: -1px;
}
.nav-tile .nav-tile-item > i,
.nav-tile .nav-tile-item img {
  margin: auto;
  display: block;
  margin-bottom: 10px;
}
.nav-tile .nav-tile-item .badge {
  text-shadow: none !important;
  position: absolute;
  top: 17px;
  right: 34px;
}
@media (min-width: 768px) {
  .nav-tile {
    /* Don't scroll the nav with the page content */
    position: fixed;
  }
}
@media (max-width: 767px) {
  .nav-tile {
    width: 90%;
    /* match offcanvas.css */
    text-align: left;
  }
  .nav-tile .nav-tile-item {
    font-size: 16px;
    padding: 20px;
    text-transform: initial;
  }
  .nav-tile .nav-tile-item > i,
  .nav-tile .nav-tile-item img {
    display: inline;
    font-size: 30px;
  }
  .nav-tile .nav-tile-item img {
    width: 30px;
    margin-bottom: 0;
  }
  .nav-tile .nav-tile-item > span.title {
    position: absolute;
    left: 70px;
    margin-top: 3px;
  }
  .nav-tile .nav-tile-item .badge {
    position: initial;
  }
}
/* Drop down menu with multiple levels and back button */
.fold-menu-wrap {
  position: relative;
}
.fold-menu-wrap .fold-menu-back {
  border-right: 1px solid #e7edf3;
  position: absolute;
  top: 0;
  height: 100%;
  padding: 18px;
}
.fold-menu-wrap .fold-menu-back i {
  position: absolute;
  top: 50%;
  left: 13px;
  margin-top: -6px;
  color: #5C6369;
  text-shadow: 1px 1px 0 #fff;
  transition: color 0.1s ease;
}
.fold-menu-wrap .fold-menu-back:hover {
  cursor: pointer;
  background: #f5f7fa;
}
.fold-menu-wrap .fold-menu-back:hover i {
  color: #00A1E0;
}
.fold-menu-wrap .fold-menu,
.fold-menu-wrap .fold-menu-child {
  list-style: none;
  margin: 0;
  padding-left: 0;
  text-shadow: 1px 1px 0 #fff;
}
.fold-menu-wrap .fold-menu-child {
  padding-left: 38px;
}
.fold-menu-wrap .fold-menu .divider,
.fold-menu-wrap .fold-menu-child .divider {
  height: 1px;
  background: #e7edf3;
}
.fold-menu-wrap .fold-menu-title {
  padding: 13px;
  color: #5C6369;
  transition: all 0.1s ease-in;
  font-family: MuseoSans700;
  border-bottom: 1px solid #E7EDF3;
}
.fold-menu-wrap .fold-menu-item {
  padding: 13px;
  color: #5C6369;
  transition: all 0.1s ease-in;
}
.fold-menu-wrap .fold-menu-item:hover {
  cursor: pointer;
  background: #f5f7fa;
}
/* AGP menu */
.agent-group-list {
  list-style: none;
  margin: 0;
  padding-left: 0;
}
.agent-group-list li {
  padding: 10px;
}
.agent-group-list .fa {
  font-size: 18px;
  padding: 3px 5px;
  margin: -4px 2px;
  border-radius: 2px;
  transition: all 0.1s ease-in;
  color: #c5ccd4;
}
.agent-group-list .fa.active {
  color: #00A1E0;
}
.agent-group-list .fa.active:hover {
  color: #00A1E0;
}
.agent-group-list .fa:hover {
  color: #5C6369;
  background: #f5f7fa;
  text-shadow: none;
}
.agent-group-list:hover {
  background: #fff;
}
/* Other */
.nav-pills-sm li a {
  padding: 5px 10px;
  font-family: MuseoSans700;
}
.nav-justified {
  border-bottom: 1px solid #f5f7fa !important;
  /* disable responsive tabs */
}
.nav-justified > li {
  display: table-cell;
  width: 1%;
}
.nav-justified > li > a {
  margin-bottom: 0 !important;
  border-radius: 0 !important;
  border: none !important;
}
.nav-justified > li > a:hover {
  background: #f5f7fa;
}
.ui-view-animate {
  position: relative;
}
.ui-view-animate.ng-enter,
.ui-view-animate.ng-leave {
  position: absolute;
  left: 0;
  right: 0;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.ui-view-animate.ng-enter {
  opacity: 0;
}
.ui-view-animate.ng-enter-active {
  opacity: 1;
}
.ui-view-animate.ng-leave {
  opacity: 1;
}
.ui-view-animate.ng-leave-active {
  opacity: 0;
}
.avatar {
  position: relative;
}
.avatar .avatar-image {
  width: 42px;
  height: 42px;
  border-radius: 100px;
  border: 2px solid #fff;
  background: #fff;
}
.avatar .presence {
  position: absolute;
  bottom: 0;
  right: 0;
  border-radius: 100px;
  background: #fff;
  border: 1px solid #fff !important;
  text-shadow: none !important;
}
.avatar-lg {
  position: relative;
}
.avatar-lg .avatar-image {
  width: 42px;
  height: 42px;
  border-radius: 100px;
  border: 2px solid #fff;
  background: #fff;
}
.avatar-lg .presence {
  position: absolute;
  bottom: 0;
  right: 0;
  border-radius: 100px;
  background: #fff;
  border: 1px solid #fff !important;
  text-shadow: none !important;
}
.avatar-lg .avatar-image {
  width: 60px;
  height: 60px;
}
.avatar-lg .presence {
  font-size: 18px;
}
/* TODO: Kill this - Avatar in presence modal */
.avatar.avatar-large {
  line-height: 24px;
}
.avatar.avatar-large .image-wrap {
  position: relative;
}
.avatar.avatar-large .image-wrap img {
  width: 49px;
  height: 49px;
  margin-right: 20px;
  border-radius: 100px;
  border: 2px solid #fff;
  background: #fff;
}
.avatar.avatar-large .image-wrap i.fa-circle {
  position: absolute;
  bottom: 0;
  right: 15px;
  border-radius: 100px;
  background: #fff;
  border: 1px solid #fff !important;
  text-shadow: none !important;
}
.avatar.avatar-large .name {
  font-size: 24px;
}
.avatar.avatar-large .status,
.avatar.avatar-large .reason {
  font-size: 16px;
}
.avatar.avatar-large .status {
  font-family: MuseoSans300;
}
.avatar.avatar-large .reason {
  color: rgba(255, 255, 255, 0.7);
  font-family: MuseoSans100;
}
#screen {
  position: relative;
}
#remote-video {
  position: relative;
  width: 100%;
  border: 1px solid #CBCDD0;
  background: #f5f7fa;
}
#screen #local-video {
  position: absolute;
  bottom: 14px;
  right: 10px;
  width: 20%;
  z-index: 10;
}
.chat header {
  background: #43494B;
  border-top: 3px solid #263033;
  border-radius: 2px 2px 0 0;
  color: #ffffff;
  padding: 4px 10px;
}
.discussion {
  padding: 10px;
  margin: 0;
  background: #f5f7fa;
  border-left: 1px solid #CBCDD0;
  border-right: 1px solid #CBCDD0;
  height: 320px;
  overflow: auto;
}
.discussion li {
  display: flex;
  margin-bottom: 8px;
}
.discussion .avatar {
  width: 28px;
}
.discussion .avatar img {
  width: 100%;
  display: block;
  box-shadow: 1px 1px 3px #CBCDD0;
}
.discussion .message {
  background: #fff;
  padding: 5px;
  box-shadow: 1px 1px 3px #CBCDD0;
  line-height: 14px;
}
.discussion .message time {
  font-size: 12px;
  color: #CBCDD0;
}
.discussion .self {
  justify-content: flex-end;
  align-items: flex-end;
}
.discussion .compose {
  border: 1px solid #CBCDD0 !important;
  border-radius: 0 !important;
}
/* Conversation tile - used on inbox and IVQ */
.conversation-item {
  min-height: 77px;
  /*border-bottom: 1px solid #e0e4ea;*/
  /*margin-bottom: 0;*/
  /*&:last-child {
        border-bottom: none;
    }*/
}
.conversation-item:hover {
  cursor: pointer;
}
.conversation-item:hover .conversation-controls {
  display: inline;
  color: #00a1e0;
}
.conversation-item.active,
.conversation-item.active:hover {
  border: 1px solid #e0e4ea;
  box-shadow: 0 0 10px #f5f7fa;
  background: #fff;
}
.conversation-item.active .conversation-controls,
.conversation-item.active:hover .conversation-controls {
  display: inline;
  color: #00a1e0;
}
.conversation-item .conversation-controls {
  margin-right: 10px;
  display: none;
}
.conversation-item .conversation-controls .fa {
  font-size: 16px;
}
.conversation-item .conversation-item-heading .time-in-state {
  width: 65px;
  margin: 6px 5px 0 15px;
}
.conversation-item.active .conversation-item-heading {
  margin-bottom: 10px;
}
.conversation-item .conversation-item-media-icon {
  width: 36px;
  font-size: 24px;
}
.conversation-item .list-group-item-heading {
  margin: 0;
}
/*** Conversation pane */
@media (min-width: 768px) {
  .conversation-details-pane {
    height: 600px;
    overflow-y: auto;
    overflow-x: hidden;
  }
  .conversation-details-pane.Voice {
    height: auto;
  }
}
@media (max-width: 767px) {
  .conversation-details-pane {
    height: 100%;
  }
}
.table.supplemental-details td {
  border-top: none;
}
/* Dashboard tiles and mini map */
ul.tile-list {
  list-style: none;
  padding: 0;
}
ul.tile-list li {
  border-radius: 2px;
  padding: 10px;
  transition: all 0.2s ease;
  cursor: pointer;
}
ul.tile-list li h3 {
  margin-top: 0;
}
ul.tile-list li:hover h3 {
  color: #00A1E0;
}
ul.tile-list li:hover .dashboard-minimap > div > div {
  background: #fff;
}
@media (min-width: 768px) {
  .dashboard-minimap {
    height: 155px;
  }
}
.dashboard-minimap > div {
  padding: 3px;
}
.dashboard-minimap > div > div {
  background: #f5f7fa;
  color: transparent;
  border-radius: 3px;
  border: 1px solid #e0e5ed;
  transition: all 0.5s ease;
}
/* Dashboard page container */
.dashboard-container h1 {
  margin-top: 0;
  margin-bottom: 15px;
  font-size: 32px !important;
  /* simulate h3 */
}
.dashboard-container h1 i {
  color: #5B6F8F;
  font-size: 21px;
}
.dashboard-container h1 i:hover {
  color: #00a1e0;
}
.dashboard-container .panel-title {
  color: transparent;
}
.dashboard .panel-title .pull-right {
  visibility: hidden;
}
.dashboard.edit .panel-title .pull-right {
  visibility: visible;
}
.dashboard-container .panel-body {
  margin-top: -40px;
}
.dashboard .panel-body h3 {
  background: #f5f7fa;
  margin: -12px -15px 0 -15px;
  padding: 5px;
  text-shadow: 1px 1px 0 #fff;
}
/* Panel styles */
.dashboard-container .widget .panel-heading {
  border: none;
  background: transparent !important;
  position: relative;
  z-index: 1;
  /* don't know why this works */
}
/* Queue widget */
.widget-queue .wrapper {
  /*position: relative;*/
  margin-bottom: 20px;
}
.widget-queue .wrapper:last-child {
  margin-bottom: 0;
}
.widget-queue h1,
h2,
h3 {
  margin-bottom: 0;
}
.widget-queue .stat-value,
.widget-queue .stat-name {
  text-align: center;
  padding: 2px 0;
}
.widget-queue .stat-value {
  font-size: 30px;
  font-family: MuseoSans700;
  color: #555;
}
.widget-queue .stat-value .unit {
  font-size: 16px;
  font-family: MuseoSans500;
}
@media (max-width: 767px) {
  .widget-queue .stat-value {
    font-size: 24px;
  }
  .widget-queue .stat-value .unit {
    font-size: 12px;
  }
}
.widget-queue .stat-name {
  color: #999;
  font-family: MuseoSans700;
  font-size: 12px;
}
.widget-queue .agent-states {
  margin: 10px -15px -15px -15px;
  background: #f5f7fa;
}
.widget-queue .agent-states > div {
  color: #999;
  font-family: MuseoSans700;
  text-align: center;
  font-size: 12px;
  text-shadow: 1px 1px 0 #fff;
  border-bottom: 3px solid;
  padding: 2px;
}
.widget-queue .details-toggle {
  padding: 5px;
  font-size: 14px;
  color: #00A1E0;
  cursor: pointer;
}
.dashboard.edit .widget-queue .details-toggle {
  display: none;
}
.widget-queue .details-popover {
  position: absolute;
  top: 36px;
  right: 16px;
  background: #fff;
  box-shadow: 1px 1px 0 #e7edf3;
  border: 1px solid #f5f7fa;
  border-radius: 2px;
  z-index: 10;
  cursor: pointer;
  padding: 3px 10px;
  color: #666;
}
/* Employee widget */
.dashboard.edit .widget-employee .acd-counts {
  visibility: hidden;
}
@media (max-width: 1200px) and (min-width: 992px) {
  .col-md-4.column .durations .login-and-shift {
    float: none !important;
    display: block;
  }
  .col-md-4.column .last-name {
    display: none;
  }
}
.widget-employee {
  position: relative;
  padding: 0;
  overflow: no-display;
  margin: -3px -3px -7px -5px;
}
.widget-employee .name {
  margin: 0;
  font-family: MuseoSans500;
}
.widget-employee .user-info {
  position: relative;
}
.widget-employee .user-info .acd-counts {
  overflow: visible;
  position: absolute;
  right: 0;
  top: 0;
  background: rgba(255, 255, 255, 0.7);
  color: #00A1E0;
  border-radius: 3px;
  text-align: right;
}
.widget-employee .user-info .acd-counts span {
  margin-left: 7px;
}
.widget-employee .user-info .acd-counts .fa {
  position: relative;
}
.widget-employee .user-info .acd-counts .media-comment-1,
.widget-employee .user-info .acd-counts .media-mail-1 {
  zoom: 1.2;
  position: relative;
  bottom: -2px;
}
.widget-employee .durations {
  margin: 8px -12px -15px -10px;
  padding: 5px 10px;
  clear: both;
  background: #f5f7fa;
  border-top: 1px solid #e7edf3;
  text-shadow: 1px 1px 0 #fff;
}
.widget-employee .durations .mkb,
.widget-employee .durations .dnd,
.widget-employee .durations .acd {
  margin-right: 8px;
}
/* Callback widget */
.widget-callback .scroller {
  height: 430px;
}
.dashboard.edit .history-toggle {
  display: none;
}
.history-toggle:hover {
  text-decoration: none !important;
}
td span[class*="cs-"] {
  color: #fff;
  border-radius: 2px;
  padding: 6px 6px 6px 8px;
  text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.15);
  margin-right: 5px;
}
td span.cs-NewRequest {
  background: #a3d2fe;
}
td span.cs-InProgress {
  background: #7cd39f;
}
td span.cs-Requeued {
  background: #ffa9a9;
}
td span.cs-Completed {
  background: #e0e5eD;
}
.callback-request {
  height: 97px;
  margin: 9px -10px 0 -10px;
  padding: 6px !important;
  border: 1px solid #e0e5eD;
  border-radius: 2px;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.callback-request:hover .dropdown-toggle {
  color: #00A1E0;
}
.callback-request .caller-info {
  margin: -6px -6px 4px -6px;
  padding: 5px;
  border-bottom: 1px solid #f5f7fa;
}
.callback-request .caller-info h4 {
  font-family: MuseoSans500;
  margin: 0;
  color: #00A1E0;
}
.callback-request .reason {
  font-size: 12px;
  border: 1px solid #cde8ff;
  padding: 0 5px;
  border-radius: 2px;
  color: rgba(0, 0, 0, 0.5);
  text-shadow: 1px 1px #fff;
  color: #00A1E0;
}
i.fa.fa-ellipsis-v.light.dropdown-toggle {
  padding: 4px 4px 4px 12px;
  font-size: 18px;
  transition: all 0.3s ease-in-out;
}
i.fa.fa-ellipsis-v.light.dropdown-toggle:hover {
  cursor: pointer;
  color: #5C6369;
}
.dashboard.edit .widget-callback .view-toggle {
  display: none;
}
/* Endpoint widget */
.widget-endpoint .table {
  margin-bottom: 0;
}
/* Agent state widget */
.widget-agent .col-xs-2 {
  padding: 0;
}
.widget-agent .everyone {
  font-size: 18px;
  line-height: 25px;
  padding-right: 5px;
}
.widget-agent .scroller {
  height: 258px;
}
.dashboard.edit .widget-agent .everyone {
  display: none;
}
.agent-tile {
  padding: 4px;
  line-height: 11px;
  position: relative;
  overflow: hidden;
  border-left: 2px solid white;
  min-height: 53px;
}
.agent-tile .reporting,
.agent-tile .state,
.agent-tile .reason {
  font-size: 11px;
}
.agent-tile .icon-and-time {
  float: left;
  min-width: 47px;
  text-align: center;
}
.agent-tile .icon-and-time .state-icon {
  font-size: 32px;
}
.agent-tile .icon-and-time .time-in-state {
  font-size: 11px;
}
.agent-tile .name-and-state {
  position: absolute;
  margin-left: 10px;
  line-height: 15px;
  white-space: nowrap;
  top: 1px;
  left: 47px;
  margin-top: 1px;
}
.agent-tile .name-and-state .name {
  color: #00A1E0;
  font-family: MuseoSans500;
  font-size: 12px;
}
.rti-chat-acd,
.rti-email-acd,
.rti-voice-acd,
.rti-sms-acd,
.rti-chat-incoming,
.rti-email-incoming,
.rti-voice-incoming,
.rti-sms-incoming,
.rti-chat-donotdisturb,
.rti-email-donotdisturb,
.rti-voice-donotdisturb,
.rti-sms-donotdisturb {
  color: #ED1C24;
}
.rti-chat-makebusy,
.rti-email-makebusy,
.rti-voice-makebusy,
.rti-sms-makebusy,
.rti-chat-systemmakebusy,
.rti-email-systemmakebusy,
.rti-voice-systemmakebusy,
.rti-sms-systemmakebusy,
.rti-chat-worktimer,
.rti-email-worktimer,
.rti-voice-worktimer,
.rti-sms-worktimer,
.rti-chat-loggedinnotpresent,
.rti-email-loggedinnotpresent,
.rti-voice-loggedinnotpresent,
.rti-sms-loggedinnotpresent {
  color: #F8CA00;
}
.rti-chat-idle,
.rti-sms-idle,
.rti-email-idle,
.rti-voice-idle {
  color: #3FAC49;
}
.rti-voice-nonacd,
.rti-voice-nonacdhold,
.rti-voice-outboundhold,
.rti-voice-outbound {
  color: #0081B3;
}
.rti-voice-unknown,
.rti-email-unknown,
.rti-chat-unknown,
.rti-sms-unknown,
.rti-voice-loggedout,
.rti-email-loggedout,
.rti-chat-loggedout,
.rti-sms-loggedout {
  color: #A1ADBF;
}
/* Popover for phone and directory browser */
.directory {
  position: relative;
  overflow: hidden;
}
.directory .list-contents {
  margin: 10px 0 0 0;
  overflow-y: scroll;
  overflow-x: hidden;
  height: 277px;
}
.directory .list-contents::-webkit-scrollbar {
  display: none;
}
.directory .list-contents .item {
  padding: 2px 5px;
  line-height: 16px;
  position: relative;
  text-shadow: 1px 1px 0 #fff;
}
.directory .list-contents .item .avatar {
  margin-right: 5px;
}
.directory .list-contents .item .name {
  color: #00A1E0;
}
.directory .list-contents .item .dialable {
  font-size: 14px !important;
}
.directory .list-contents .item .light,
.directory .list-contents .item .superlight {
  font-size: 12px;
}
.directory .list-contents .item .action-buttons,
.directory .list-contents .item .action-button {
  position: absolute;
  top: 0;
  right: 0;
  padding: 9px 12px 3px 12px;
}
.directory .list-contents .item:hover .action-buttons a {
  visibility: visible;
}
.directory .list-contents .item .action-buttons a {
  color: #BAD3E5;
  font-size: 20px;
  visibility: hidden;
}
.directory .list-contents .item .action-buttons a:hover {
  color: #00A1E0;
  text-decoration: none;
  cursor: pointer;
}
.directory .list-contents .item-hover:hover {
  background: #f5f7fa;
  cursor: pointer;
}
.dialer h3 {
  margin: 0;
  padding: 19px 10px;
  text-align: center;
}
.dialer .col-xs-4:hover {
  background: #f5f7fa;
  cursor: pointer;
}
/* MiCollab voice widget thingy */
.active-voice-conversation .avatar {
  margin: 8px 9px 0 -4px;
}
.active-voice-conversation h4 {
  color: #15325f;
}
.active-voice-conversation .time-in-state {
  color: #00A1E0;
}
.voice-actions .btn {
  border-bottom: none;
  color: #15325f;
}
.voice-actions .btn .fa {
  color: #15325f;
}
.voice-actions .hangup {
  height: 32px;
  border-bottom: none;
  border-radius: 0;
  color: #fff;
  border-radius: 0 0 0 2px;
}
.voice-actions .hangup .fa.fa-phone {
  color: #fff;
  -moz-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  -o-transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
  font-size: 24px;
}
/* Presence colours */
.presence-Available,
.presence-Idle {
  border-color: #3FAC49 !important;
  color: #3FAC49 !important;
}
.presence-Away,
.presence-LoggedInNotPresent,
.presence-Busy,
.presence-MakeBusy,
.presence-SystemMakeBusy,
.presence-Incoming,
.presence-Acd {
  border-color: #F8CA00 !important;
  color: #F8CA00 !important;
}
.presence-DoNotDisturb {
  border-color: #ED1C24 !important;
  color: #ED1C24 !important;
}
.presence-Outbound {
  border-color: #00A1E0 !important;
  color: #00A1E0 !important;
}
.presence-Offline,
.presence-LoggedOut,
.presence-Unknown {
  border-color: #5C6369 !important;
  color: #5C6369 !important;
}
/* Bar graph for queue service level intervals */
.bar {
  width: 5px;
  margin: 1px;
  display: inline-block;
  position: relative;
  border-bottom: 2px solid #c5ccd4;
  background-color: #dbe1e8;
  vertical-align: baseline;
}
.bar:hover {
  cursor: pointer;
  background: #c5ccd4;
}
.bar.warning {
  border-color: #d84141;
  background: #ffb8b8;
}
.bar.warning:hover {
  background: #d84141;
}
/*** Queue favouriting star thingy */
.list-group-item .fa-star:not(.queue-selected) {
  visibility: visible;
  font-size: 20px;
  color: #ffd000 !important;
  text-shadow: 0 1px #c19d00;
}
.list-group-item .queue-selected {
  font-size: 20px;
  visibility: hidden;
}
.list-group-item:hover .queue-selected {
  visibility: visible;
  color: #F8CA00 !important;
}
.list-group-item:hover .queue-selected:hover {
  color: #ffd000 !important;
  text-shadow: 0 1px #c19d00;
}
/*** Loading page */
.loading-indicator {
  text-align: center;
  padding-top: 200px;
}
.loading-indicator .loading-text {
  color: #15325F;
  font-family: MuseoSans300;
  font-size: 28px;
  margin-top: 20px;
}
.loading-indicator .loading-icon {
  margin: 0 auto;
}
.loading-indicator .loading-icon div {
  color: #00A1E0;
}
/*** Some other stuff...? */
/* Wrapper for perfect scrollbar plugin */
.scroller {
  white-space: pre-line;
  overflow-y: hidden;
  position: relative;
}
/* Drag to upload drop area */
.drop-box {
  background: #f5f7fa;
  border: 3px dashed #e5e9f1;
  width: 200px;
  height: 200px;
  text-align: center;
}
/* Browser warning 'angular-check-ie' */
.outdated {
  font-family: MuseoSans700;
  color: orange;
}
.dragover {
  border: 5px dashed #00A1E0;
}
.overlay {
  background: rgba(0, 0, 0, 0.7);
  color: #fff;
  padding: 0 10px;
  border-top: 1px solid #222;
  position: fixed;
  bottom: 0;
  width: 100%;
  z-index: 1000;
  font-size: 18px;
  height: 100px;
  text-align: center;
}
.overlay-text {
  margin-top: 10px;
}
.spacer {
  height: 40%;
}
.save-indicator {
  margin: 0 10px;
  font-family: MuseoSans700;
}
.profile-photo-preview {
  border-radius: 500px;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  background: #fff;
  padding: 2px;
  border: 1px solid #eee;
}
.profile-photo-preview:hover {
  border-radius: 10px;
  cursor: pointer;
}
