html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
html,
body {
  min-height: 100%;
}
/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
* {
  box-sizing: border-box;
}



html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
html,
body {
  min-height: 100%;
}
/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
* {
  box-sizing: border-box;
}
body {
  background: #3e4f61 url("/assets/images/logo-bg.png") center center no-repeat;
  background-size: 1099px 822px;
  font-family: 'Nunito Sans', sans-serif;
  font-size: 15px;
  min-height: 100%;
  min-width: 320px;
  color: #333;
}
body noscript {
  color: #fff;
  text-align: center;
  font-size: 20px;
}
body noscript p {
  padding-top: 50px;
}
html,
body {
  height: 100%;
}
textarea {
  resize: none;
}
*:focus {
  outline: 0;
}
.clearfix:after {
  content: "";
  display: block;
  clear: both;
}
.page-wrapper {
  min-height: 100%;
  margin-bottom: -30px;
  padding-bottom: 30px;
  background-color: #fff;
}
.page-wrapper.login {
  background-color: transparent;
}
.header {
  height: 60px;
  border-bottom: #233140 3px solid;
  line-height: 60px;
  background-color: #2f4052;
}
.header .logo {
  width: 60px;
  height: 60px;
  float: left;
  display: block;
  background: url("/assets/images/logo-header.png") center center no-repeat;
}
.footer {
  background-color: #232c36;
  text-align: center;
  font-size: 12px;
  color: #6e8197;
  line-height: 30px;
  width: 100%;
}
.footer a {
  color: #6e8197;
}
.page-content {
  background-color: #fff;
}
.page-content h1 {
  font-weight: 700;
  font-size: 18px;
  color: #3e4f61;
  line-height: 60px;
}
.page-content .page-header {
  padding: 0 15px;
  min-height: 60px;
  background-color: #e8ecef;
}
.metadata-wrapper .holder {
  display: inline-block;
  vertical-align: top;
  float: none;
  margin-right: -5px;
}
.button {
  min-width: 40px;
  height: 40px;
  border-radius: 2px;
  display: inline-block;
  background-color: #ffffff;
  -webkit-box-shadow: 0 1px 0 0 #b8c5cf;
  -moz-box-shadow: 0 1px 0 0 #b8c5cf;
  box-shadow: 0 1px 0 0 #b8c5cf;
  background-position: center center;
  background-repeat: no-repeat;
}
.button.search {
  background-image: url("/assets/images/icon-search.png");
}
.button.filter {
  background-image: url("/assets/images/icon-filter.png");
}
/* Table */
.data-content {
  background-color: #FFF;
  position: relative;
  overflow: hidden;
}
.data-content .table-wrapper {
  overflow: auto;
}
.data-content table {
  width: 100%;
}
.data-content table.no-table-header thead {
  display: none;
}
.data-content table.fixed-header thead {
  background-color: #ffffff;
}
.data-content table thead {
  font-size: 16px;
}
.data-content table tbody.fixed-height {
  min-height: 700px;
}
.data-content table tbody.fixed-height tr,
.data-content table tbody.fixed-height td,
.data-content table tbody.fixed-height th {
  min-height: 0;
}
.data-content table tbody.disabled {
  opacity: 0.3;
}
.data-content table tr:hover td {
  background-color: #d4eef5;
  cursor: pointer;
}
.data-content table.no-hover tr:hover td {
  background-color: transparent;
  cursor: default;
}
.data-content table tr:hover th td {
  background: none;
}
.data-content table th {
  white-space: nowrap;
  color: #3e4f61;
  padding: 20px 15px;
  height: 60px;
  text-align: left;
  vertical-align: middle;
  border-bottom: 1px solid #e9e5ea;
  cursor: pointer;
}
.data-content table th input {
  margin-left: 15px;
  margin-right: -10px;
}
.data-content table th > span {
  display: inline-block;
  vertical-align: middle;
  white-space: nowrap;
}
.data-content table th.sortable .header-actions {
  display: inline-block;
  vertical-align: middle;
  margin: 0 2px;
}
.data-content table th.sortable .sort {
  display: inline-block;
  width: 16px;
  height: 20px;
  vertical-align: middle;
  margin: 0 2px;
  background: url("/assets/images/icon-sorting-large.png") 0 0 no-repeat;
}
.data-content table th.sortable.sort-asc .sort {
  background: url("/assets/images/icon-sorting-large.png") -17px 0 no-repeat;
}
.data-content table th.sortable.sort-desc .sort {
  background: url("/assets/images/icon-sorting-large.png") -34px 0 no-repeat;
}
.data-content table td {
  padding: 15px;
  font-size: 13px;
  border-bottom: 1px solid #d7d7d7;
  vertical-align: middle;
}
.data-content table td.icon-col {
  width: 90px;
}
.data-content table td.icon-col .icon {
  height: 30px;
  display: inline-block;
  float: left;
}
.data-content table td.icon-col .icon.icon-audio {
  float: left;
}
.data-content table td.icon-col .icon.icon-audio.face-to-face {
  background: url("/assets/images/audio-face-to-face-24px-wide.png") center center no-repeat;
}
.data-content table td.icon-col .icon.icon-audio.telephony,
.data-content table td.icon-col .icon.icon-audio.inbound {
  background: url("/assets/images/audio-telephony-24px-wide.png") center center no-repeat;
}
.data-content table td.icon-col .icon.icon-audio.conference {
  background: url("/assets/images/conference_call.png") center center no-repeat;
}
.data-content table td.icon-col .icon.icon-audio.video {
  background: url("/assets/images/audio-video-24px-wide.png") center center no-repeat;
}
.data-content table td.icon-col .icon.form-data {
  background: url("/assets/images/text-form-24px-wide.png") center center no-repeat;
}
.data-content table td.icon-col .icon.pdf {
  background: url("/assets/images/text-pdf-24px-wide.png") center center no-repeat;
}
.data-content table td.table-buttons {
  padding: 10px 15px;
}
.data-content table td.table-title {
  font-weight: 600;
}
.data-content table td.icon-col {
  padding: 0 0 0 15px;
  width: 50px;
}
.data-content table td.icon-col input[type="checkbox"] {
  margin-left: 15px;
  margin-right: -10px;
  height: 17px;
  width: 17px;
}
.data-content table th.icon-col input[type="checkbox"] {
  height: 17px;
  width: 17px;
}
.data-content .no-records-found-message {
  text-align: center;
  margin: 20px 0 20px;
}
.data-content .icon {
  width: 24px;
  height: 24px;
  display: block;
  background-position: center center;
  background-repeat: no-repeat;
  font-size: 20px;
  margin: 4px 0 0 5px;
  color: #AE84BA;
}
.data-content .icon.audio {
  background-image: url("/assets/images/icon-headset.png");
  margin: 0;
}
.data-content .icon.outbound,
.data-content .icon.outgoing {
  background-image: url("/assets/images/outgoing_call.png");
  margin: 0;
}
.data-content .icon.inbound,
.data-content .icon.ingoing {
  background-image: url("/assets/images/incoming_call.png");
  margin: 0;
}
.data-content .icon.conference {
  background-image: url("/assets/images/conference_call.png");
  margin: 0;
}
.data-content .data-content-pagination {
  min-height: 90px;
  padding: 30px 15px;
  color: #999999;
  font-size: 14px;
}
.data-content .data-content-pagination select {
  margin: 0 20px 0 10px;
}
.data-content .data-content-pagination .pagination {
  float: right;
}
.data-content .data-content-pagination .pagination a {
  display: inline-block;
  vertical-align: middle;
  margin: 0 5px;
  color: inherit;
  text-decoration: none;
}
.data-content .data-content-pagination .pagination a.left,
.data-content .data-content-pagination .pagination a.right {
  width: 20px;
  height: 20px;
  background: url("/assets/images/pagination-arrow-left.png") center center no-repeat;
}
.data-content .data-content-pagination .pagination a.right {
  background: url("/assets/images/pagination-arrow-right.png") center center no-repeat;
}
.data-content .data-content-pagination .pagination input[type=text] {
  width: 30px;
  text-align: center;
  font-size: inherit;
  color: inherit;
  vertical-align: middle;
}
.data-content .data-content-pagination .pagination span,
.data-content .data-content-pagination .pagination div {
  display: inline;
}
.data-content .data-content-pagination .pagination .page-label {
  padding-right: 20px;
}
.data-content .data-content-pagination .pagination .active a {
  color: #2F4052;
  font-weight: bold;
}
.text-right {
  text-align: right;
}
.text-left {
  text-align: left;
}
.text-center {
  text-align: center;
}
/* collapsible table */
/* Device templates, License Features */
.table-collapsible th.col-name {
  width: 30%;
}
.table-collapsible th.col-description {
  width: 50%;
}
.table-collapsible tr {
  cursor: pointer;
}
.table-collapsible td.open-close-icon {
  width: 40px;
  padding: 15px 0 15px 30px;
}
.table-collapsible td i,
.table-collapsible td span {
  display: inline-block;
  vertical-align: middle;
}
.table-collapsible td i {
  color: #999;
}
/* org label */
.organisation-label {
  background-color: #456882;
  line-height: 40px;
  color: #fff;
  font-size: 14px;
}
.organisation-label .organisation-label-logo {
  background-color: #487ca3;
  width: 60px;
  text-align: center;
  height: 40px;
  float: left;
  margin-right: 14px;
}
/* Slide panel */
.content-slide-wrapper {
  position: relative;
  min-height: 700px;
  background-color: #fff;
}
.content-slide-wrapper .data-content {
  margin-left: 60px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.content-slide-wrapper .data-content.page-slide-opened {
  margin-left: 310px;
}
.content-slide-wrapper.content-slide-wrapper-fixed-height {
  min-height: initial;
}
.content-slide-wrapper.content-slide-wrapper-fixed-height .data-content {
  height: calc(100vh - 90px);
  overflow: auto;
}
.content-slide-wrapper .page-slide-closed {
  width: 60px;
  position: absolute;
  z-index: 1;
  background-color: #487ca3;
  text-align: center;
  padding: 0 8px;
  top: 0;
  bottom: 0;
}
.content-slide-wrapper .page-slide-closed a {
  color: #fff;
  font-size: 21px;
  display: block;
  padding: 20px 0;
  text-align: center;
  border-top: 1px solid #3c6889;
}
.content-slide-wrapper .page-slide-closed a .fa-server {
  -ms-transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}
.content-slide-wrapper .slide-panel {
  position: absolute;
  background-color: #2b3740;
  width: 310px;
  min-height: 100%;
  float: left;
  color: #FFF;
  padding: 10px 25px;
  left: -310px;
  overflow: hidden;
  bottom: 0;
  top: 0;
  z-index: 5;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.content-slide-wrapper .slide-panel h2 {
  text-align: center;
  font-size: 18px;
  font-weight: 500;
  line-height: 40px;
}
.content-slide-wrapper .slide-panel hr {
  margin: 7px -25px;
  border: none;
  border-top: 1px solid #37434d;
}
.content-slide-wrapper .slide-panel.page-slide-opened {
  left: 0;
  z-index: 999;
}
.content-slide-wrapper .slide-panel.page-slide-opened-long {
  left: 310px;
}
.content-slide-wrapper .slide-panel .close-button,
.content-slide-wrapper .slide-panel .open-button,
.content-slide-wrapper .slide-panel .icon-filters {
  width: 40px;
  height: 40px;
}
.content-slide-wrapper .slide-panel .close-button,
.content-slide-wrapper .slide-panel .icon-filters {
  float: left;
  margin-left: -15px;
}
.content-slide-wrapper .slide-panel .open-button {
  float: right;
  margin-right: -12px;
  margin-left: 5px;
}
.content-slide-wrapper .slide-panel .close-button {
  background: url("/assets/images/icon-back.png") center center no-repeat;
}
.content-slide-wrapper .slide-panel .open-button {
  background: url("/assets/images/icon-forward.png") center center no-repeat;
}
.content-slide-wrapper .slide-panel .icon-filters {
  float: right;
  margin: 0;
  padding: 0;
  cursor: pointer;
}
.content-slide-wrapper .slide-panel .icon-filters .fa {
  font-size: 20px;
}
.content-slide-wrapper .slide-panel .filter-action-buttons button {
  display: block;
  width: 260px;
  margin: 10px 0;
}
.content-slide-wrapper .slide-panel .filter-content.statuses {
  width: 260px;
}
.content-slide-wrapper .slide-panel .filter-content input[type="text"],
.content-slide-wrapper .slide-panel .filter-content select {
  padding: 0 10px;
}
.content-slide-wrapper .slide-panel .filter-content .checkbox-filter-col {
  padding: 5px 0;
  display: block;
}
.content-slide-wrapper .slide-panel-scrollable {
  position: absolute;
  top: 70px;
  bottom: 10px;
  right: 0;
  left: 25px;
}
/* buttons */
.rsr-button {
  display: inline-block;
  vertical-align: middle;
  margin: 2px 15px;
  font-size: 14px;
  text-align: center;
  padding: 7px 25px;
  text-decoration: none;
  border: none;
  border-radius: 2px;
  cursor: pointer;
  color: #fff;
}
.rsr-button.btn-small {
  width: 30px;
  height: 30px;
  margin: 0 3px 0;
  padding: 5px;
  text-align: center;
}
.rsr-button.btn-small i.background-icon {
  width: 24px;
  height: 24px;
  display: block;
}
.rsr-button.default {
  background-color: #a4a4a4;
}
.rsr-button.default:hover {
  background-color: #b2b4b3;
}
.rsr-button.primary {
  background-color: #84cde3;
  color: #fff;
}
.rsr-button.primary:hover {
  background-color: #9de7f2;
}
.rsr-button.info {
  background-color: #ae84ba;
}
.rsr-button.info:hover {
  background-color: #ca9ae4;
}
.rsr-button.blue {
  background-color: #456882;
}
.rsr-button.danger {
  background-color: #e38484;
}
.rsr-button.disabled,
.rsr-button.disabled:hover,
.rsr-button:disabled,
.rsr-button:disabled:hover {
  background-color: #a4a4a4;
  cursor: default;
  color: #fff;
}
/* input */
.rsr-input {
  border: 1px solid #eaeaea;
  outline: none;
  border-radius: 3px;
  padding: 10px;
  font: inherit;
}
.rsr-input.invalid {
  border: 1px solid #e98888;
}
.rsr-close-icon {
  width: 20px;
  height: 20px;
  position: absolute;
  right: 15px;
  top: 15px;
  color: lightgrey;
  font-size: 16px;
  cursor: pointer;
}
/* DATEPICKER */
.filter-datepicker .uib-datepicker-popup {
  background-color: #395468;
  z-index: 5;
  max-width: 260px;
  left: 0;
  right: 0;
  position: absolute;
  top: 130%;
  border-radius: 3px;
  -webkit-box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.75);
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.75);
  padding: 10px;
}
.filter-datepicker .uib-datepicker-popup:before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 5px 6px 5px;
  border-color: transparent transparent #395468 transparent;
  position: absolute;
  display: block;
  z-index: 1;
  top: -6px;
  left: 50%;
  margin-left: -5px;
}
.filter-datepicker .uib-datepicker-popup table {
  outline: none;
  width: 100%;
  font-size: 13px;
}
.filter-datepicker .uib-datepicker-popup th {
  vertical-align: top;
}
.filter-datepicker .uib-datepicker-popup th,
.filter-datepicker .uib-datepicker-popup td {
  height: auto;
  padding: 5px 3px;
  text-align: center;
  border: none;
}
.filter-datepicker .uib-datepicker-popup thead tr:last-child th {
  font-size: 13px;
  text-transform: lowercase;
}
.filter-datepicker .uib-datepicker-popup tbody td {
  padding: 0;
}
.filter-datepicker .uib-datepicker-popup tbody td button:disabled {
  color: #ccc;
}
.filter-datepicker .uib-datepicker-popup button {
  background: transparent;
  border: none;
  border-radius: 50%;
  color: #FFF;
  font-size: 13px;
  height: 30px;
  cursor: pointer;
}
.filter-datepicker .uib-datepicker-popup button.active {
  background-color: #2a9ee1;
}
.filter-datepicker .glyphicon-chevron-left:before {
  content: "<";
  color: #FFF;
}
.filter-datepicker .glyphicon-chevron-right:before {
  content: ">";
  color: #FFF;
}
.typeahead .dropdown-menu {
  position: absolute;
  background-color: #f0f7f9;
  padding: 5px 10px;
  color: #888;
  font-size: 15px;
  margin-top: -2px;
  min-width: 260px;
  border-radius: 0;
  z-index: 10;
}
.typeahead .dropdown-menu li {
  border-bottom: #e0e8ea 1px solid;
  cursor: pointer;
}
.typeahead .dropdown-menu li:last-of-type {
  border-bottom: none;
}
.typeahead .dropdown-menu li a {
  color: #888;
  text-decoration: none;
  font-size: 14px;
  display: block;
  margin: 5px 0;
  padding: 8px 0;
}
.typeahead .dropdown-menu li a:hover {
  background-color: #deeaee;
}
/* growls */
.growl-container .growl-item {
  padding: 10px;
  border-radius: 2px;
  font-size: 15px;
  position: relative;
}
.growl-container .growl-item .growl-message {
  margin: 0 20px 0 40px;
}
.growl-container .growl-item.alert-warning {
  background-color: #ffdf9a;
  border: 1px solid #f2d996;
  color: #7b6934;
}
.growl-container .growl-item.alert-error {
  background-color: #fc9f9f;
  border: 1px solid #e98888;
  color: #8f4d4d;
}
.growl-container .growl-item.alert-info {
  background-color: #9fd8fc;
  border: 1px solid #8fc9ed;
  color: #366685;
}
.growl-container .growl-item.alert-success {
  background-color: #b4ed8e;
  border: 1px solid #abe287;
  color: #517638;
}
.growl-container .growl-item .close {
  position: absolute;
  right: 14px;
  top: 14px;
  width: 14px;
  height: 14px;
  border: none;
  text-indent: -10000px;
  overflow: hidden;
  background: url('/assets/images/icon-close-alert.png') center center no-repeat;
}
/** panel-collapsible */
.panel-collapsible {
  border-top: 1px solid #d7d7d7;
  border-bottom: 1px solid #d7d7d7;
  padding: 25px 0 10px;
  margin-top: 50px;
}
.panel-collapsible .panel-collapsible-button {
  text-align: right;
  cursor: pointer;
}
.panel-collapsible .panel-collapsible-button h1 {
  float: left;
}
.panel-collapsible .panel-collapsible-button i {
  color: #3e4f61;
  padding-right: 20px;
}
.panel-collapsible .panel-collapsible-button i.disabled {
  color: #ccc;
}
.panel-collapsible .panel-collapsible-content {
  overflow: hidden;
  max-height: 1000px;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.panel-collapsible .panel-collapsible-content.panel-collapsible-closed {
  max-height: 0;
}
/* Modals */
/* Default styles */
.modal {
  position: absolute;
  top: 5%;
  left: 50%;
  width: 450px;
  margin-left: -200px;
  background-color: #fff;
  padding: 20px;
  z-index: 999;
}
.modal .modal-header,
.modal .modal-body {
  margin-bottom: 20px;
}
.modal .modal-body .title {
  font-weight: bold;
}
.modal .modal-message {
  margin-bottom: 30px;
}
.modal .modal-footer .rsr-button {
  width: 48%;
  margin: 0;
  float: left;
}
.modal .modal-footer .rsr-button:last-child {
  float: right;
}
.modal .modal-footer .rsr-button.small {
  width: 32%;
  float: left;
  margin-left: 2%;
}
.modal .modal-footer .rsr-button.small:first-child {
  margin-left: 0;
}
/* Modal info */
.modal-info .modal {
  background-color: #3e4f61;
  color: #fff;
  width: 800px;
  margin-left: -400px;
}
.modal-info .modal .modal-header {
  text-align: center;
  font-size: 22px;
}
/* Modal error */
.modal-error .modal {
  background-color: #3e4f61;
  color: #fff;
  width: 600px;
  margin-left: -300px;
  text-align: center;
}
.modal-error .modal .modal-header {
  font-size: 22px;
}
.modal-backdrop {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.8);
}
.action-confirm-modal .modal {
  top: 25%;
  width: 460px;
  margin-left: -230px;
  text-align: center;
}
.action-confirm-modal .modal span {
  white-space: nowrap;
}
/* Popover */
.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: none;
  max-width: 350px;
  padding: 1px;
  font-size: 14px;
  font-style: normal;
  font-weight: normal;
  text-align: left;
  color: #999;
  text-decoration: none;
  text-shadow: none;
  background-color: #fff;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  line-break: auto;
}
.popover-content {
  line-height: normal;
}
.popover.top {
  margin-top: -10px;
}
.popover.right {
  margin-left: 10px;
}
.popover.bottom {
  margin-top: 10px;
}
.popover.left {
  margin-left: -10px;
}
.popover-title {
  padding: 8px 14px;
  margin: 0;
  font-size: 14px;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-radius: 5px 5px 0 0;
}
.popover-content {
  padding: 9px 14px;
}
.popover > .arrow,
.popover > .arrow:after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.popover > .arrow {
  border-width: 11px;
}
.popover > .arrow:after {
  content: "";
  border-width: 10px;
}
.popover.top > .arrow {
  bottom: -11px;
  left: 50%;
  margin-left: -11px;
  border-top-color: #999;
  border-top-color: rgba(0, 0, 0, 0.25);
  border-bottom-width: 0;
}
.popover.top > .arrow:after {
  bottom: 1px;
  margin-left: -10px;
  content: " ";
  border-top-color: #fff;
  border-bottom-width: 0;
}
.popover.right > .arrow {
  top: 50%;
  left: -11px;
  margin-top: -11px;
  border-right-color: #999;
  border-right-color: rgba(0, 0, 0, 0.25);
  border-left-width: 0;
}
.popover.right > .arrow:after {
  bottom: -10px;
  left: 1px;
  content: " ";
  border-right-color: #fff;
  border-left-width: 0;
}
.popover.bottom > .arrow {
  top: -11px;
  left: 50%;
  margin-left: -11px;
  border-top-width: 0;
  border-bottom-color: #999;
  border-bottom-color: rgba(0, 0, 0, 0.25);
}
.popover.bottom > .arrow:after {
  top: 1px;
  margin-left: -10px;
  content: " ";
  border-top-width: 0;
  border-bottom-color: #fff;
}
.popover.left > .arrow {
  top: 50%;
  right: -11px;
  margin-top: -11px;
  border-right-width: 0;
  border-left-color: #999;
  border-left-color: rgba(0, 0, 0, 0.25);
}
.popover.left > .arrow:after {
  right: 1px;
  bottom: -10px;
  content: " ";
  border-right-width: 0;
  border-left-color: #fff;
}
/* ng-scrollbar */
.ngsb-wrap .ngsb-scrollbar .ngsb-track {
  width: 12px !important;
}
.ngsb-wrap .ngsb-scrollbar .ngsb-thumb-pos:active {
  background: none;
}
.ngsb-wrap .ngsb-scrollbar .ngsb-thumb-pos .ngsb-thumb {
  width: 12px !important;
}
/*Custom scroll*/
div::-webkit-scrollbar-track,
wave::-webkit-scrollbar-track {
  background-color: #999999;
}
div::-webkit-scrollbar,
wave::-webkit-scrollbar {
  height: 12px;
}
div::-webkit-scrollbar-thumb,
wave::-webkit-scrollbar-thumb {
  border-radius: 5px;
  background: rgba(204, 204, 204, 0.8);
}
.noselect {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.bold {
  font-weight: 600;
}
.validation-error-message {
  color: #E82200;
  padding: 0 5px;
  font-weight: 400;
}
/* tag manager */
tags-input .tags {
  padding: 6px;
  border: 1px solid #eaeaea;
  border-radius: 3px;
  outline: none;
  box-shadow: 0 0 0 0;
}
tags-input .tags .input {
  font: inherit;
}
tags-input .tags .tag-item {
  background: #cbebff;
  font: inherit;
}
tags-input .tags .tag-item span {
  display: inline;
}
tags-input .autocomplete span {
  margin-bottom: 0;
  font-weight: 300;
}
.badge {
  position: relative;
}
.badge span {
  position: absolute;
  top: -8px;
  right: 0;
  left: 15px;
  width: 16px;
  height: 16px;
  margin: 0;
  background: #487CA3;
  border-radius: 50%;
  font-size: 10px;
  color: #fff;
  text-align: center;
  font-weight: 600;
  padding-top: 1px;
}
@media print {
  @page {
    size: auto;
    /* auto is the initial value */
    margin: 10mm;
    /* this affects the margin in the printer settings */
  }
  body {
    background-color: #FFFFFF;
    margin: 0;
    /* this affects the margin on the content before sending to printer */
  }
  body div.data-content {
    /* this invalidates the fixed height for the custom scroll bar, so all the pages are sent to the printer */
    height: 100% !important;
    overflow: auto;
  }
  .header {
    display: none;
  }
  .footer {
    display: none;
  }
}
.no-support-alert {
  width: 100%;
  padding: 5px 0px;
  text-align: center;
  font-size: 20px;
  color: white;
  display: none;
}
.no-support-alert a {
  color: white;
  text-decoration: underline;
}
.tab-content #questionpack-wrapper .main-content {
  position: relative;
}
.cells-pd-0 td {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}
.pagination-submit {
  padding: 5px 12px;
}
.transparent-background {
  background: transparent;
}

.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  .container {
    width: 750px;
  }
}
@media (min-width: 992px) {
  .container {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1170px;
  }
}
.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
.row {
  margin-left: -15px;
  margin-right: -15px;
}
.col-xs-1,
.col-sm-1,
.col-md-1,
.col-lg-1,
.col-xs-2,
.col-sm-2,
.col-md-2,
.col-lg-2,
.col-xs-3,
.col-sm-3,
.col-md-3,
.col-lg-3,
.col-xs-4,
.col-sm-4,
.col-md-4,
.col-lg-4,
.col-xs-5,
.col-sm-5,
.col-md-5,
.col-lg-5,
.col-xs-6,
.col-sm-6,
.col-md-6,
.col-lg-6,
.col-xs-7,
.col-sm-7,
.col-md-7,
.col-lg-7,
.col-xs-8,
.col-sm-8,
.col-md-8,
.col-lg-8,
.col-xs-9,
.col-sm-9,
.col-md-9,
.col-lg-9,
.col-xs-10,
.col-sm-10,
.col-md-10,
.col-lg-10,
.col-xs-11,
.col-sm-11,
.col-md-11,
.col-lg-11,
.col-xs-12,
.col-sm-12,
.col-md-12,
.col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
.col-xs-1,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-10,
.col-xs-11,
.col-xs-12 {
  float: left;
}
.col-xs-12 {
  width: 100%;
}
.col-xs-11 {
  width: 91.66666667%;
}
.col-xs-10 {
  width: 83.33333333%;
}
.col-xs-9 {
  width: 75%;
}
.col-xs-8 {
  width: 66.66666667%;
}
.col-xs-7 {
  width: 58.33333333%;
}
.col-xs-6 {
  width: 50%;
}
.col-xs-5 {
  width: 41.66666667%;
}
.col-xs-4 {
  width: 33.33333333%;
}
.col-xs-3 {
  width: 25%;
}
.col-xs-2 {
  width: 16.66666667%;
}
.col-xs-1 {
  width: 8.33333333%;
}
.col-xs-pull-12 {
  right: 100%;
}
.col-xs-pull-11 {
  right: 91.66666667%;
}
.col-xs-pull-10 {
  right: 83.33333333%;
}
.col-xs-pull-9 {
  right: 75%;
}
.col-xs-pull-8 {
  right: 66.66666667%;
}
.col-xs-pull-7 {
  right: 58.33333333%;
}
.col-xs-pull-6 {
  right: 50%;
}
.col-xs-pull-5 {
  right: 41.66666667%;
}
.col-xs-pull-4 {
  right: 33.33333333%;
}
.col-xs-pull-3 {
  right: 25%;
}
.col-xs-pull-2 {
  right: 16.66666667%;
}
.col-xs-pull-1 {
  right: 8.33333333%;
}
.col-xs-pull-0 {
  right: auto;
}
.col-xs-push-12 {
  left: 100%;
}
.col-xs-push-11 {
  left: 91.66666667%;
}
.col-xs-push-10 {
  left: 83.33333333%;
}
.col-xs-push-9 {
  left: 75%;
}
.col-xs-push-8 {
  left: 66.66666667%;
}
.col-xs-push-7 {
  left: 58.33333333%;
}
.col-xs-push-6 {
  left: 50%;
}
.col-xs-push-5 {
  left: 41.66666667%;
}
.col-xs-push-4 {
  left: 33.33333333%;
}
.col-xs-push-3 {
  left: 25%;
}
.col-xs-push-2 {
  left: 16.66666667%;
}
.col-xs-push-1 {
  left: 8.33333333%;
}
.col-xs-push-0 {
  left: auto;
}
.col-xs-offset-12 {
  margin-left: 100%;
}
.col-xs-offset-11 {
  margin-left: 91.66666667%;
}
.col-xs-offset-10 {
  margin-left: 83.33333333%;
}
.col-xs-offset-9 {
  margin-left: 75%;
}
.col-xs-offset-8 {
  margin-left: 66.66666667%;
}
.col-xs-offset-7 {
  margin-left: 58.33333333%;
}
.col-xs-offset-6 {
  margin-left: 50%;
}
.col-xs-offset-5 {
  margin-left: 41.66666667%;
}
.col-xs-offset-4 {
  margin-left: 33.33333333%;
}
.col-xs-offset-3 {
  margin-left: 25%;
}
.col-xs-offset-2 {
  margin-left: 16.66666667%;
}
.col-xs-offset-1 {
  margin-left: 8.33333333%;
}
.col-xs-offset-0 {
  margin-left: 0%;
}
@media (min-width: 768px) {
  .col-sm-1,
  .col-sm-2,
  .col-sm-3,
  .col-sm-4,
  .col-sm-5,
  .col-sm-6,
  .col-sm-7,
  .col-sm-8,
  .col-sm-9,
  .col-sm-10,
  .col-sm-11,
  .col-sm-12 {
    float: left;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-11 {
    width: 91.66666667%;
  }
  .col-sm-10 {
    width: 83.33333333%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-8 {
    width: 66.66666667%;
  }
  .col-sm-7 {
    width: 58.33333333%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-5 {
    width: 41.66666667%;
  }
  .col-sm-4 {
    width: 33.33333333%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-2 {
    width: 16.66666667%;
  }
  .col-sm-1 {
    width: 8.33333333%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
  .col-sm-pull-11 {
    right: 91.66666667%;
  }
  .col-sm-pull-10 {
    right: 83.33333333%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-8 {
    right: 66.66666667%;
  }
  .col-sm-pull-7 {
    right: 58.33333333%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-5 {
    right: 41.66666667%;
  }
  .col-sm-pull-4 {
    right: 33.33333333%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-2 {
    right: 16.66666667%;
  }
  .col-sm-pull-1 {
    right: 8.33333333%;
  }
  .col-sm-pull-0 {
    right: auto;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-push-11 {
    left: 91.66666667%;
  }
  .col-sm-push-10 {
    left: 83.33333333%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-8 {
    left: 66.66666667%;
  }
  .col-sm-push-7 {
    left: 58.33333333%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-5 {
    left: 41.66666667%;
  }
  .col-sm-push-4 {
    left: 33.33333333%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-2 {
    left: 16.66666667%;
  }
  .col-sm-push-1 {
    left: 8.33333333%;
  }
  .col-sm-push-0 {
    left: auto;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
  .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-sm-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 992px) {
  .col-md-1,
  .col-md-2,
  .col-md-3,
  .col-md-4,
  .col-md-5,
  .col-md-6,
  .col-md-7,
  .col-md-8,
  .col-md-9,
  .col-md-10,
  .col-md-11,
  .col-md-12 {
    float: left;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-11 {
    width: 91.66666667%;
  }
  .col-md-10 {
    width: 83.33333333%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-8 {
    width: 66.66666667%;
  }
  .col-md-7 {
    width: 58.33333333%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-5 {
    width: 41.66666667%;
  }
  .col-md-4 {
    width: 33.33333333%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-2 {
    width: 16.66666667%;
  }
  .col-md-1 {
    width: 8.33333333%;
  }
  .col-md-pull-12 {
    right: 100%;
  }
  .col-md-pull-11 {
    right: 91.66666667%;
  }
  .col-md-pull-10 {
    right: 83.33333333%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-8 {
    right: 66.66666667%;
  }
  .col-md-pull-7 {
    right: 58.33333333%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-5 {
    right: 41.66666667%;
  }
  .col-md-pull-4 {
    right: 33.33333333%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-2 {
    right: 16.66666667%;
  }
  .col-md-pull-1 {
    right: 8.33333333%;
  }
  .col-md-pull-0 {
    right: auto;
  }
  .col-md-push-12 {
    left: 100%;
  }
  .col-md-push-11 {
    left: 91.66666667%;
  }
  .col-md-push-10 {
    left: 83.33333333%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-8 {
    left: 66.66666667%;
  }
  .col-md-push-7 {
    left: 58.33333333%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-5 {
    left: 41.66666667%;
  }
  .col-md-push-4 {
    left: 33.33333333%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-2 {
    left: 16.66666667%;
  }
  .col-md-push-1 {
    left: 8.33333333%;
  }
  .col-md-push-0 {
    left: auto;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
  .col-md-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-md-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-md-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-md-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-md-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-md-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 1200px) {
  .col-lg-1,
  .col-lg-2,
  .col-lg-3,
  .col-lg-4,
  .col-lg-5,
  .col-lg-6,
  .col-lg-7,
  .col-lg-8,
  .col-lg-9,
  .col-lg-10,
  .col-lg-11,
  .col-lg-12 {
    float: left;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-11 {
    width: 91.66666667%;
  }
  .col-lg-10 {
    width: 83.33333333%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-8 {
    width: 66.66666667%;
  }
  .col-lg-7 {
    width: 58.33333333%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-5 {
    width: 41.66666667%;
  }
  .col-lg-4 {
    width: 33.33333333%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-2 {
    width: 16.66666667%;
  }
  .col-lg-1 {
    width: 8.33333333%;
  }
  .col-lg-pull-12 {
    right: 100%;
  }
  .col-lg-pull-11 {
    right: 91.66666667%;
  }
  .col-lg-pull-10 {
    right: 83.33333333%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-8 {
    right: 66.66666667%;
  }
  .col-lg-pull-7 {
    right: 58.33333333%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-5 {
    right: 41.66666667%;
  }
  .col-lg-pull-4 {
    right: 33.33333333%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-2 {
    right: 16.66666667%;
  }
  .col-lg-pull-1 {
    right: 8.33333333%;
  }
  .col-lg-pull-0 {
    right: auto;
  }
  .col-lg-push-12 {
    left: 100%;
  }
  .col-lg-push-11 {
    left: 91.66666667%;
  }
  .col-lg-push-10 {
    left: 83.33333333%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-8 {
    left: 66.66666667%;
  }
  .col-lg-push-7 {
    left: 58.33333333%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-5 {
    left: 41.66666667%;
  }
  .col-lg-push-4 {
    left: 33.33333333%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-2 {
    left: 16.66666667%;
  }
  .col-lg-push-1 {
    left: 8.33333333%;
  }
  .col-lg-push-0 {
    left: auto;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
  .col-lg-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-lg-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-lg-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-lg-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-lg-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-lg-offset-0 {
    margin-left: 0%;
  }
}
.clearfix:before,
.clearfix:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after {
  content: " ";
  display: table;
}
.clearfix:after,
.container:after,
.container-fluid:after,
.row:after {
  clear: both;
}
.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.pull-right {
  float: right !important;
}
.pull-left {
  float: left !important;
}
.hide {
  display: none !important;
}
.show {
  display: block !important;
}
.invisible {
  visibility: hidden;
}
.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.hidden {
  display: none !important;
}
.affix {
  position: fixed;
}

.nav {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
}
.nav.bottom {
  margin-bottom: 2px;
  padding-left: 2px;
}
.nav > li {
  position: relative;
  display: block;
}
.nav > li > a {
  position: relative;
  display: block;
  padding: 10px 15px;
  text-decoration: none;
}
.nav > li > a:visited {
  color: inherit;
}
.nav > li > a > img {
  max-width: none;
}
.nav > li.disabled > a {
  color: #777777;
}
.nav .nav-divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.nav > li > a:hover,
.nav > li > a:focus {
  text-decoration: none;
  background-color: #eeeeee;
}
.nav > li.disabled > a:hover,
.nav > li.disabled > a:focus {
  color: #777777;
  text-decoration: none;
  background-color: transparent;
  cursor: not-allowed;
}
.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus {
  background-color: #eeeeee;
  border-color: #337ab7;
}
.nav-tabs {
  border-bottom: 1px solid #dddddd;
}
.nav-tabs.bottom {
  border-bottom: none;
  border-top: 1px solid #dddddd;
}
.nav-tabs.bottom > li {
  margin-bottom: 0;
  margin-top: -1px;
}
.nav-tabs.bottom > li > a {
  border: 1px solid transparent;
  border-radius: 0 0 4px 4px;
  background-color: #e8ecef;
  font-weight: 600;
  font-size: 15px;
}
.nav-tabs.bottom > li > a:hover {
  border-color: #eeeeee #eeeeee #dddddd;
}
.nav-tabs > li {
  float: left;
  margin-bottom: -1px;
}
.nav-tabs > li > a {
  margin-right: 2px;
  line-height: 1.42857143;
  border: 1px solid transparent;
  border-radius: 4px 4px 0 0;
}
.nav-tabs > li > a:hover {
  border-color: #eeeeee #eeeeee #dddddd;
}
.nav-tabs.nav-justified {
  width: 100%;
  border-bottom: 0;
}
.nav-tabs.nav-justified > li {
  float: none;
}
.nav-tabs.nav-justified > li > a {
  text-align: center;
  margin-bottom: 5px;
  margin-bottom: 0;
}
.nav-tabs.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}
.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
  color: #555555;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  border-bottom-color: transparent;
  cursor: default;
}
.nav-tabs.bottom > li.active > a,
.nav-tabs.bottom > li.active > a:hover,
.nav-tabs.bottom > li.active > a:focus {
  border-bottom-color: #dddddd;
  border-top-color: transparent;
  border-radius: 0 0 4px 4px;
}
@media (min-width: 768px) {
  .nav-tabs.nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  .nav-tabs.nav-justified > li .nav-tabs.nav-justified > li > a {
    border-bottom: 1px solid #dddddd;
    border-radius: 4px 4px 0 0;
  }
  .nav-tabs.nav-justified > li .nav-tabs.nav-justified > li > a .nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  .nav-tabs.nav-justified > li .nav-tabs.nav-justified > li > a .nav-justified > li .nav-tabs-justified > li > a {
    border-bottom: 1px solid #dddddd;
    border-radius: 4px 4px 0 0;
  }
}
.nav-tabs.nav-justified > li > a {
  margin-right: 0;
  border-radius: 4px;
}
.nav-pills > li {
  float: left;
}
.nav-tabs-justified {
  border-bottom: 0;
}
.tab-content {
  padding: 20px;
}
.tab-content > .tab-pane {
  display: none;
}
.nav-tabs.nav-justified > .active > a,
.nav-tabs.nav-justified > .active > a:hover,
.nav-tabs.nav-justified > .active > a:focus {
  border: 1px solid #dddddd;
}
.nav-tabs.nav-justified > .active > a,
.nav-tabs.nav-justified > .active > a:hover,
.nav-tabs.nav-justified > .active > a:focus {
  border-bottom-color: #ffffff;
}
.nav-pills > li > a {
  border-radius: 4px;
}
.nav-pills > li + li {
  margin-left: 2px;
}
.nav-pills > li.active > a,
.nav-pills > li.active > a:hover,
.nav-pills > li.active > a:focus {
  color: #ffffff;
  background-color: #337ab7;
}
.nav-stacked > li {
  float: none;
}
.nav-stacked > li + li {
  margin-top: 2px;
  margin-left: 0;
}
.nav-justified {
  width: 100%;
}
.nav-justified > li {
  float: none;
}
.nav-justified > li > a {
  text-align: center;
  margin-bottom: 5px;
  margin-bottom: 0;
}
.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}
.nav-tabs-justified > li > a {
  margin-right: 0;
  border-radius: 4px;
}
.nav-tabs-justified > .active > a,
.nav-tabs-justified > .active > a:hover,
.nav-tabs-justified > .active > a:focus {
  border: 1px solid #dddddd;
}
.nav-tabs-justified > .active > a,
.nav-tabs-justified > .active > a:hover,
.nav-tabs-justified > .active > a:focus {
  border-bottom-color: #ffffff;
}
.tab-content > .active {
  display: block;
}
.clearfix:before,
.clearfix:after,
.nav:before,
.nav:after {
  content: " ";
  display: table;
}
.clearfix:after,
.nav:after {
  clear: both;
}

.audit-trail-wrapper {
  margin: 0 auto;
}
.audit-trail-wrapper .fixed-column {
  width: 25%;
}
.audit-trail-wrapper .link {
  text-decoration: underline;
  color: blue;
  cursor: pointer !important;
}
.audit-trail-wrapper .icon-col {
  text-align: center;
}
.audit-trail-wrapper .icon-col:hover {
  cursor: pointer !important;
}
.audit-trail-wrapper .icon-col i {
  font-size: 19px;
  color: #84cde3;
  background-color: transparent;
}

body {
  background: #3e4f61;
  background-size: 1099px 822px;
  font-family: 'Nunito Sans', sans-serif;
  font-size: 18px;
  min-height: 100%;
  min-width: 320px;
}
body .top-note h1 {
  color: #FFF;
}
.modal-info .modal .modal-header {
  text-align: center;
  font-size: 22px;
}
.modal-info .modal .modal-body.scrollable {
  height: 550px;
  overflow: auto;
}
.modal-info .modal .modal-body a {
  color: #fff;
}
.modal-info .modal .modal-body p {
  font-size: 16px;
  font-weight: normal;
  padding: 0 15px 15px 0;
}
.modal-info .modal .modal-body p.paragraph-title {
  font-weight: bold;
  color: #ae84ba;
}
.modal-info .modal .modal-body table {
  display: block;
  width: 100%;
  padding-bottom: 20px;
  padding-right: 15px;
}
.modal-info .modal .modal-body table td:first-child {
  width: 260px;
}
.modal-info .modal div::-webkit-scrollbar-track,
.modal-info .modal div::-webkit-scrollbar,
.modal-info .modal div::-webkit-scrollbar-thumb {
  width: 10px;
  border-radius: 10px;
}
.modal-error .modal .modal-footer .rsr-button {
  width: 50%;
  float: none;
}
.modal-error .modal .modal-footer .rsr-button:last-child {
  float: none;
}
.top-note {
  background-color: #3e4f61;
  -webkit-box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.09);
  -moz-box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.09);
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.09);
  position: fixed;
  z-index: 10;
  font-size: 14px;
  padding: 10px;
  left: 0;
  right: 0;
  color: #FFF;
  -webkit-transition: top 0.5s ease-out;
  -moz-transition: top 0.5s ease-out;
  -o-transition: top 0.5s ease-out;
  -ms-transition: top 0.5s ease-out;
  transition: top 0.5s ease-out;
}
.top-note.on {
  top: 0;
}
.top-note.off {
  padding: 0;
  top: -500px;
}
.top-note .cookies-policy-message {
  padding-left: 30%;
  padding-bottom: 10px;
}
.top-note .cookies-policy-message span {
  text-decoration: underline;
  cursor: pointer;
}
.top-note .accept-button-wrapper {
  float: right;
  padding-right: 30%;
}
.top-note .accept-button-wrapper .accept-button {
  float: left;
  padding: 5px 10px;
  cursor: pointer;
  border: 1px #FFF solid;
  border-radius: 3px;
}
.top-note .accept-button-wrapper .accept-button:hover {
  border-color: #A49DA5;
}
.top-note .accept-button-wrapper .accept-button:active {
  -webkit-box-shadow: 0 0 15px 5px rgba(62, 79, 97, 0.5);
  -moz-box-shadow: 0 0 15px 5px rgba(62, 79, 97, 0.5);
  box-shadow: 0 0 15px 5px rgba(62, 79, 97, 0.5);
}
/* Login and Password Reset */
.login-block,
.reset-password,
.forget-password {
  width: 440px;
  max-width: 100%;
  position: absolute;
  z-index: 5;
  left: 50%;
  margin-left: -220px;
  top: 50%;
  margin-top: -220px;
  background: rgba(255, 255, 255, 0.05) url("/assets/images/logo-login.png") center 30px no-repeat;
  -webkit-box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.09);
  -moz-box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.09);
  box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.09);
  padding: 160px 30px 30px;
  border-radius: 2px;
  text-align: center;
}
@media all and (max-width: 440px) {
  .login-block .login-block,
  .reset-password .login-block,
  .forget-password .login-block {
    margin: 0;
    top: 0;
    left: 0;
  }
}
.login-block input,
.reset-password input,
.forget-password input {
  display: block;
  border: none;
  background: #FFF;
  border-radius: 2px;
  padding: 0 20px;
  font-size: inherit;
  font-family: inherit;
  line-height: 60px;
  border-bottom: 1px solid #c6c6c6;
  color: #000;
  margin-bottom: 19px;
  width: 100%;
  text-align: left;
}
.login-block .rsr-button,
.reset-password .rsr-button,
.forget-password .rsr-button {
  line-height: 40px;
  margin: 0 0 19px 0;
  width: 100%;
  font-weight: bold;
  font-size: 16px;
}
.login-block .error,
.reset-password .error,
.forget-password .error {
  color: #f00;
  text-transform: capitalize;
}
.login-block a,
.reset-password a,
.forget-password a {
  line-height: 40px;
  color: #ae84ba;
  text-decoration: none;
}
.login-block a:hover,
.reset-password a:hover,
.forget-password a:hover {
  border-bottom: 1px solid #ae84ba;
}
.login-block p,
.reset-password p,
.forget-password p {
  color: #fff;
}
.forgot-password {
  color: #fff !important;
  font-size: 16px;
  cursor: pointer;
}

.page-content .cases-icons .badge span {
  padding-top: 3px;
  font-family: 'Nunito Sans', sans-serif;
}
.page-content .cases-icons .icon {
  font-size: 24px;
}

.app-errors {
  font-size: 25px;
  text-align: center;
  margin-top: 250px;
}
.redirect-link {
  text-decoration: underline;
}

.organisations .data-content {
  padding: 20px;
}
.organisations .slide-panel .slide-panel-scrollable {
  top: 20px;
  right: 5px;
  left: 0;
  bottom: 60px;
}

@media print {
  .header,
  .orgs-panel,
  .page-header,
  .toolbar-wrapper {
    display: none;
  }
  .pdf-viewer-wrapper {
    position: static !important;
  }
}

.pt-6 {
  padding-top: 6px;
}
.page-content .recording-icons {
  width: 90px;
}
.page-content .w-90 {
  width: 90px;
}
.page-content .w-120 {
  width: 120px;
}
.page-content .page-header:after {
  clear: both;
  content: "";
  display: block;
}
.page-content .page-header .download {
  font-size: 16px;
}
.page-content .page-header .download a {
  color: #00b4ff;
}
.page-content .page-header button.workflow {
  float: right;
  margin: 15px;
}
.page-content .page-header .control-buttons {
  float: right;
  line-height: 80px;
}
.page-content .page-header .control-buttons .button {
  vertical-align: middle;
  margin-left: 10px;
}
.page-content .icon-col .fa-download {
  font-size: 24px;
  margin-left: 10px;
  margin-top: 4px;
}
.page-content .download-icon {
  position: relative;
}
.page-content .download-icon .fa-times-circle {
  font-size: 24px;
  margin-left: 10px;
  margin-top: 4px;
}
.page-content .download-icon .download-badge {
  position: absolute;
  top: 26px;
  left: 35px;
  font-size: 14px;
  background: #3e4f61;
  color: white;
  height: 16px;
  width: 16px;
  border-radius: 9999px;
  padding-left: 4px;
  line-height: 16px;
}
.page-content .download-icon .download-badge.bigger {
  height: 18px;
  width: 18px;
  padding-left: 1px;
}

.rsr-modal .modal-body {
  text-align: left;
}
.mi-report #report-header {
  margin: 0 10px;
  min-height: 150px;
}
.mi-report .report-action-btn {
  color: white;
  position: absolute;
}
.mi-report .report-action-btn.report-print {
  margin-top: 20px;
}
.mi-report .report-action-btn.margin-top-60 {
  margin-top: 60px;
}
.mi-report .report-action-btn.margin-top-100 {
  margin-top: 100px;
}
.mi-report .data-content.report {
  width: auto;
  margin-left: 85px;
}
.mi-report .data-content.report .report-date {
  font-size: 13px;
  text-align: right;
}
.mi-report .data-content.report .report-title {
  text-align: center;
}
.mi-report .data-content.report .section {
  margin-top: 15px;
  margin-bottom: 20px;
}
.mi-report .data-content.report .section table {
  table-layout: fixed;
}
.mi-report .data-content.report .section table td {
  font-size: 10px;
}
.mi-report .data-content.report .section table td:last-child {
  border-right: 0;
}
.mi-report .data-content.report .section table th {
  font-size: 11px;
  font-weight: bold;
  padding: 20px 7px;
}
.mi-report .data-content.report .section table th a {
  width: 100%;
  height: 100%;
  display: block;
}
.mi-report .data-content.report .section table th:last-child {
  border-right: 0;
}
.mi-report .data-content.report .section table th,
.mi-report .data-content.report .section table td {
  border-right: 1px solid #e9e5ea;
  word-wrap: break-word;
  white-space: normal;
  width: 100%;
}
.mi-report .data-content.report .section table .sorted-asc:after {
  content: '\2191';
}
.mi-report .data-content.report .section table .sorted-desc:after {
  content: '\2193';
}
.mi-report .data-content.report .section table .subtotal-name {
  font-weight: bold;
}
.mi-report .data-content.report .section table .disabled {
  opacity: 0.3;
}
.mi-report .data-content.report .filter-wrapper {
  font-size: 13px;
  text-align: left;
}
.mi-report .data-content.report .filter-wrapper .filter-header {
  font-weight: bold;
}
.mi-report .data-content.report .filter-wrapper .filter-header span {
  float: left;
}
.mi-report .data-content.report .filter-wrapper .filter-header:after {
  display: block;
  clear: both;
  content: "";
}
.mi-report .data-content.report .filter-wrapper .filters-applied {
  margin-right: 50px;
  font-size: 13px;
}
.mi-report .data-content.report .filter-wrapper .filters-applied .filter {
  position: relative;
  font-size: 12px;
  color: #333333;
}
.mi-report .data-content.report .filter-wrapper:after {
  display: block;
  clear: both;
  content: "";
}
@media print {
  .mi-report .page-slide-closed {
    display: none;
  }
  .mi-report .report-action-btn {
    display: none;
  }
  .mi-report .data-content.report {
    width: 800px;
    margin: 0 auto;
  }
}

.audit-detail-wrapper .page-header {
  margin-left: 60px;
}
.audit-detail-wrapper .page-header .breadcrumbs {
  display: inline-block;
}
.audit-detail-wrapper .panel-collapsible {
  margin-top: 0;
  border-top: none;
  padding: 15px 0;
}
.audit-detail-wrapper .tableWrapper {
  margin-top: 20px;
}

.forget-password .popover table {
  margin: 0;
  padding: 0;
  width: 300px;
}
.forget-password .popover table tr td {
  padding: 0;
}
.forget-password .popover table tr td:first-child {
  color: #487ca3;
  font-size: 20px;
  vertical-align: top;
  width: 5%;
}
.forget-password .popover table tr td:first-child span {
  position: relative;
  top: -4px;
}
.forget-password .popover table tr td:last-child {
  width: 95%;
  padding-bottom: 10px;
}

.reset-password .popover table {
  margin: 0;
  padding: 0;
  width: 300px;
}
.reset-password .popover table tr td {
  padding: 0;
}
.reset-password .popover table tr td:first-child {
  color: #487ca3;
  font-size: 20px;
  vertical-align: top;
  width: 5%;
}
.reset-password .popover table tr td:first-child span {
  position: relative;
  top: -4px;
}
.reset-password .popover table tr td:last-child {
  width: 95%;
  padding-bottom: 10px;
}

.case-detail-wrapper .rsr-input {
  padding: 5px;
}
.case-detail-wrapper hr {
  border: none;
  border-top: 1px solid #ccc;
  margin: 20px 0 0;
}
.case-detail-wrapper .page-header {
  margin-left: 60px;
}
.case-detail-wrapper .panel-collapsible {
  margin-top: 0;
  border-bottom: 0;
}
.case-detail-wrapper .case-info-wrapper button {
  margin: 20px 0;
}
.case-detail-wrapper .case-records-wrapper {
  position: relative;
  max-height: 500px;
  overflow: hidden;
}
.case-detail-wrapper .case-records-wrapper .record-container {
  border-bottom: 1px solid #ccc;
  margin-right: 0;
}
.case-detail-wrapper .case-records-wrapper .ngsb-container {
  padding: 0 15px;
}
.case-detail-wrapper .case-records-wrapper .icons {
  height: 16px;
  width: 20px;
  display: inline-block;
}
.case-detail-wrapper .case-records-wrapper .icons.icon-folder {
  background: url('/assets/images/icon-folder-violet.png') center center no-repeat;
}
.case-detail-wrapper .case-records-wrapper .icons.icon-headphones {
  background: url('/assets/images/icon-headset.png') center center no-repeat;
}
.case-detail-wrapper i.remove-from-case {
  height: 20px;
  width: 20px;
  background: url('/assets/images/icon-remove-from-case.png') center center no-repeat;
}
#add-record-to-case .related-cases-list li {
  margin-left: 20px;
}
#add-record-to-case .related-cases-list li i {
  width: 15px;
}
#add-record-to-case .related-cases-list li span {
  font-weight: normal;
}
#add-record-to-case .related-cases-list li span.bold {
  font-weight: 600;
}
#add-record-to-case .related-cases-list li a {
  text-decoration: none;
  color: inherit;
}
#add-record-to-case .related-cases-list li a:visited {
  color: inherit;
}
#add-record-to-case .chosen-case {
  padding: 15px 0;
}
#add-record-to-case .modal-footer {
  margin-top: 20px;
}
#update-case-status .row {
  margin-bottom: 10px;
}
#update-case-status rsr-dropdown {
  width: 100%;
}
.case-trail-button {
  margin-right: 15px;
}

.pt-36 {
  padding-top: 36px;
}
.case-detail-wrapper .rsr-input {
  padding: 5px;
}
.case-detail-wrapper hr {
  border: none;
  border-top: 1px solid #ccc;
  margin: 20px 0 0;
}
.case-detail-wrapper .page-header {
  margin-left: 60px;
}
.case-detail-wrapper .panel-collapsible {
  margin-top: 0;
  border-bottom: 0;
}
.case-detail-wrapper .case-info-wrapper button {
  margin: 20px 0;
}
.case-detail-wrapper .case-records-wrapper {
  position: relative;
  max-height: 500px;
  overflow: hidden;
}
.case-detail-wrapper .case-records-wrapper .record-container {
  border-bottom: 1px solid #ccc;
  margin-right: 0;
}
.case-detail-wrapper .case-records-wrapper .ngsb-container {
  padding: 0 15px;
}
.case-detail-wrapper .case-records-wrapper .icons {
  height: 16px;
  width: 20px;
  display: inline-block;
}
.case-detail-wrapper .case-records-wrapper .icons.icon-folder {
  background: url('/assets/images/icon-folder-violet.png') center center no-repeat;
}
.case-detail-wrapper .case-records-wrapper .icons.icon-headphones {
  background: url('/assets/images/icon-headset.png') center center no-repeat;
}
.case-detail-wrapper i.remove-from-case {
  height: 20px;
  width: 20px;
  background: url('/assets/images/icon-remove-from-case.png') center center no-repeat;
}
@media screen and (max-width: 767px) {
  .case-detail-wrapper .breadcrumbs {
    white-space: normal;
  }
  .case-detail-wrapper .breadcrumbs h1 {
    line-height: 30px;
    margin: 5px 0;
  }
}
#add-record-to-case .related-cases-list li {
  margin-left: 20px;
}
#add-record-to-case .related-cases-list li i {
  width: 15px;
}
#add-record-to-case .related-cases-list li span {
  font-weight: normal;
}
#add-record-to-case .related-cases-list li span.bold {
  font-weight: 600;
}
#add-record-to-case .related-cases-list li a {
  text-decoration: none;
  color: inherit;
}
#add-record-to-case .related-cases-list li a:visited {
  color: inherit;
}
#add-record-to-case .chosen-case {
  padding: 15px 0;
}
#add-record-to-case .modal-footer {
  margin-top: 20px;
}
p.center-align {
  text-align: center;
}
#update-case-status .row {
  margin-bottom: 10px;
}
#update-case-status rsr-dropdown {
  width: 100%;
}
.case-trail-button {
  margin-right: 0px;
}
.stage-content {
  word-break: break-word;
}
.cases-box {
  border: 1px solid #333;
  border-radius: 10px;
  font-size: 15px;
  text-shadow: 0 0 0px #000000;
  overflow: hidden;
  min-height: 210px;
}
@media screen and (max-width: 992px) {
  .cases-box {
    margin-bottom: 15px;
  }
}
.cases-box h4 {
  background: #f2f2f2;
  border-bottom: 1px solid #333;
  padding: 13px 15px;
  border-radius: 7px;
}
.cases-box > div {
  padding: 15px;
  overflow-y: auto;
  height: 160px;
}
.cases-box hr {
  margin: 15px 0;
  border-color: #e5e5e5;
}
.grey-txt {
  font-size: 13px;
  color: #aeaeae;
}
.d-flex {
  display: flex;
}
.justify-content-between {
  justify-content: space-between;
}
.justify-content-center {
  justify-content: center;
}
.align-item-center {
  align-items: center;
}
.mb-10 {
  margin-bottom: 10px;
}
.mxy-15 {
  margin-top: 15px;
  margin-bottom: 15px;
}
.ml-90 {
  margin-left: 90px;
}
.link-txt {
  padding: 0 15px;
  color: #2b5fba;
}
@media screen and (max-width: 992px) {
  .link-txt {
    padding-left: 0px;
  }
}
.case-stage .panel {
  border: 1px solid #d6d6d6;
  margin-bottom: 15px;
  border-radius: 10px;
  padding: 0;
  overflow: hidden;
  font-size: 15px;
}
.case-stage .panel .panel-title {
  background: #f7f7f7;
  padding: 5px 15px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .case-stage .panel .panel-title {
    font-size: 12px;
  }
  .case-stage .panel .panel-title > div {
    flex: 1;
  }
}
.case-stage .panel .panel-title span {
  background: #5b9bd5;
  color: #d7d8d8;
  padding: 5px 15px;
  border-radius: 5px;
  min-width: 230px;
  display: inline-block;
}
@media screen and (max-width: 767px) {
  .case-stage .panel .panel-title span {
    min-width: 170px;
  }
}
.case-stage .panel .panel-title span.label-disabled {
  background: #cccccc;
  color: #636363;
}
.case-stage .panel .panel-title .fa {
  background: #d3d3d3;
  padding: 4px;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  color: #fff;
}
.case-stage .panel .panel-collapsible-content {
  padding: 15px 2px;
  display: flex;
}
@media screen and (max-width: 992px) {
  .case-stage .panel .panel-collapsible-content {
    flex-direction: column;
  }
}
.case-stage .panel .panel-collapsible-content.panel-collapsible-closed {
  padding: 0px 2px;
}
.case-stage .panel .panel-collapsible-content [class*="col-sm"] {
  border-right: 1px solid #d5d5d5;
}
.case-stage .panel .panel-collapsible-content [class*="col-sm"]:last-child {
  border-right: 0;
}
@media screen and (max-width: 992px) {
  .case-stage .panel .panel-collapsible-content [class*="col-sm"] {
    border-right: 0;
    border-bottom: 1px solid #d5d5d5;
  }
  .case-stage .panel .panel-collapsible-content [class*="col-sm"]:last-child {
    border-bottom: 0;
  }
}
.case-stage .panel .panel-collapsible-content ul {
  margin-bottom: 15px;
}
.case-stage .panel .panel-collapsible-content ul li {
  margin-bottom: 5px;
}
.case-stage .panel .panel-collapsible-content ul li strong {
  font-weight: 600;
  margin-right: 10px;
}
.case-stage .panel .panel-collapsible-content .site-btn {
  background: linear-gradient(#5f82cb, #2b5fba);
  border: 0;
  padding: 12px 20px;
  color: #fff;
  border-radius: 8px;
  cursor: pointer;
}
@media screen and (max-width: 992px) {
  .case-stage .panel .panel-collapsible-content .site-btn {
    margin: 15px 0;
  }
}
.case-stage .panel .panel-collapsible-content .risk-point {
  height: 100%;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  padding-left: 15px;
}
@media screen and (max-width: 992px) {
  .case-stage .panel .panel-collapsible-content .risk-point {
    padding-top: 15px;
    padding-left: 0px;
  }
}
.case-stage .panel .panel-collapsible-content .risk-point h4 {
  color: #3f586f;
  font-weight: 600;
  border-bottom: 1px solid #f3eff3;
  padding: 0px 15px 6px;
}
@media screen and (max-width: 992px) {
  .case-stage .panel .panel-collapsible-content .risk-point h4 {
    padding-left: 0px;
  }
}
.case-stage .panel .panel-collapsible-content .risk-point ul {
  margin-bottom: 15px;
  max-height: 110px;
  overflow: hidden;
}
.case-stage .panel .panel-collapsible-content .risk-point ul li {
  color: #878787;
  border-bottom: 1px solid #f3eff3;
  padding: 10px 15px;
  margin-bottom: 0;
}
@media screen and (max-width: 992px) {
  .case-stage .panel .panel-collapsible-content .risk-point ul li {
    padding-left: 0px;
  }
}
.show-full {
  max-height: 100% !important;
}
.case-head {
  font-size: 15px;
  max-width: 100%;
}
@media screen and (max-width: 767px) {
  .case-head {
    font-size: 14px;
    padding: 15px 0;
  }
}
.case-head strong {
  font-weight: 600;
  margin-right: 10px;
}
@media screen and (max-width: 767px) {
  .ml-xs-0 {
    margin-left: 0;
  }
  .mxy-xs-10 {
    margin-top: 10px;
    margin-bottom: 10px;
  }
}
.case-details {
  font-size: 16px;
  font-weight: bold;
}
.case-head {
  margin: 15px 0;
}
.case-head .case-title {
  font-size: 17px;
  color: #000;
  font-weight: 600;
  padding: 10px 15px;
}
.card-block {
  border: 1px solid #000;
  margin: 15px 0;
  border-radius: 10px 10px 10px 10px;
}
.card-block div.tab-pane.active strong {
  font-weight: 600;
}
.card-block .delimiter {
  margin: 10px 33px 5px 10px;
  display: block;
  border-top: 1px solid #ccc;
}
.card-block .stage-header {
  display: flex;
  justify-content: space-between;
  padding: 0 33px 0 10px;
}
.card-head {
  background: #e8ecef;
  padding: 10px;
  height: 48px;
  border-radius: 10px 10px 0 0;
}
.card-custom {
  border-radius: 15px;
}
.card-custom .card-head {
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
}
.dropdown-custom {
  background-color: #FFF !important;
  border: 1px solid #000 !important;
}
.dropdown-custom:placeholder {
  color: #000 !important;
}
.card-body,
.empty-card-body {
  padding: 10px;
}
.card-body .card-text,
.empty-card-body .card-text {
  text-align: center;
}
.btn-large {
  width: 175px !important;
  margin: 0 !important;
}
.empty-card-body {
  text-align: center;
}
.header-item {
  font-size: 14px;
  padding: 5px 0;
}
.header-item strong {
  font-weight: 600;
  width: 50%;
  display: inline-block;
}
.btn-view {
  background: #2e75b5;
  color: #fff;
  border: none;
  padding: 8px 12px;
  font-weight: 600;
  cursor: pointer;
}
.indicator strong {
  font-size: 16px;
  display: block;
  font-weight: 600;
}
.indicator span {
  display: block;
  margin: 20px 0;
}
.list-head {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: 20px;
}
.card-head span:not(.no-style) {
  background: #2e75b5;
  font-size: 14px;
  font-weight: 600;
  padding: 4px 15px;
  color: #fff;
}
.list-head strong {
  font-weight: 600;
  font-size: 16px;
}
.list-item ul li {
  display: flex;
  justify-content: space-between;
  font-size: 16px;
  padding: 3px 0;
}
.stage {
  overflow: hidden;
}
.stage [class*="col-"] {
  margin-bottom: -99999px;
  padding-bottom: 99999px;
}
.indicator {
  min-height: 200px;
  padding: 55px 0;
  margin-bottom: -99999px;
  padding-bottom: 99999px;
  border-right: 1px solid #000;
  border-left: 1px solid #000;
}
.txt-green {
  color: #44b865;
}
.txt-red {
  color: #f50137;
}
.txt-amber {
  color: #f8c11c;
}
.list-item ul li span {
  width: 80px;
  text-align: center;
}
.list-item ul li div {
  font-size: 14px;
}
select.custom-select {
  border: none;
  padding: 8px;
  border-radius: 5px;
}
.summary-header {
  min-height: 40px;
}
.sort-box:after {
  content: "";
  display: table;
  clear: both;
}
.sort {
  width: 200px;
  float: right;
  position: relative;
}
.open {
  display: show !important;
}
.sort-btn-select {
  width: 100%;
  max-width: 350px;
  height: 34px;
  border-radius: 5px;
  background-color: #fff;
  border: 1px solid #ccc;
  position: relative;
}
.list-wrap {
  border: 1px solid #ccc;
  position: absolute;
  width: 100%;
  z-index: 99999;
  background: #ffffff;
  display: none;
}
.list-wrap ul li {
  padding: 5px;
  font-size: 14px;
  cursor: pointer;
  text-align: left;
}
.list-wrap ul li img {
  width: 8px;
  margin-right: 5px;
}
.sort .sort-btn-select li {
  display: flex;
  text-align: left;
  cursor: pointer;
}
.sort .sort-btn-select li img {
  width: 8px;
  margin-right: 5px;
}
.sort-btn-select:hover li {
  margin-left: 0px;
}
.sort-btn-select:hover {
  background-color: #F4F3F3;
  border: 1px solid transparent;
  box-shadow: inset 0 0px 0px 1px #ccc;
}
.sort-btn-select:focus {
  outline: none;
}
.down-arrow {
  color: #ccc;
  position: absolute;
  right: 12px;
  font-size: 18px !important;
}
.case-dtl ul li {
  margin-bottom: 18px;
}
.case-dtl ul li .dtl-item {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 10px;
  margin-right: 100px;
  margin-left: 50px;
  font-size: 14px;
}
.case-dtl ul li .dtl-item-update {
  margin-right: 0px !important;
  margin-left: 0px !important;
}
.case-dtl .dtl-item strong {
  font-weight: 600;
}
.dtl-item-status {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 10px;
  margin-right: 100px;
  margin-left: 50px;
  font-size: 14px;
}
.status-icon {
  position: absolute;
  right: 80px;
}
.dtl-item-status,
.dtl-item-status-no-assure {
  margin-bottom: 50px;
}
.btn-mid {
  width: 40px;
  height: 40px;
  margin: 0 3px 0;
  padding: 5px;
  text-align: center;
}
.mr-0 {
  margin: 0 !important;
}
.mr-n15 {
  margin: -15px !important;
}

.table-collapsible th.col-package {
  width: 15%;
}
.table-collapsible th.col-name {
  width: 30%;
}
.table-collapsible th.col-description {
  width: 50%;
}

.org-detail .action-buttons {
  float: right;
}
.org-detail h2 {
  font-size: 18px;
  font-weight: bold;
  margin: 15px 0;
}
.org-detail p {
  margin: 0 0 15px 0;
  min-height: 20px;
}
.org-detail .organisation-notes {
  padding-top: 25px;
}
.org-detail .data-content {
  padding: 20px;
}
.org-detail .rsr-input {
  width: 60%;
}
.org-detail textarea {
  height: 150px;
  resize: vertical;
}
@media screen and (max-width: 1024px) {
  .org-detail p {
    margin-top: 30px;
  }
  .org-detail .rsr-input {
    width: 100%;
  }
}

.dashboard {
  text-align: center;
}
.dashboard .chart-wrapper {
  margin-top: 20px;
}
.dashboard .chart-wrapper .chart-box {
  display: inline-block;
  border: 1px solid #E8ECEF;
  width: 100%;
}
.dashboard .chart-wrapper .chart-box .title {
  padding: 10px;
  background-color: #E8ECEF;
  text-transform: capitalize;
}
.dashboard .chart-wrapper .chart-box .chart .nvd3.nv-pie path,
.dashboard .chart-wrapper .chart-box .chart .nv-discretebar .nv-bar {
  cursor: pointer;
}
.dashboard .chart-wrapper .chart-box .chart .legend-disabled .nvd3 .nv-legend .nv-series {
  cursor: auto;
}
.dashboard .chart-wrapper .chart-box .chart .area-enabled .nv-bar,
.dashboard .chart-wrapper .chart-box .chart .area-enabled .nv-area {
  cursor: pointer;
}
.tooltip {
  position: absolute;
  display: inline-block;
  font-size: 25px;
  margin-left: 4px;
}
.tooltip .tooltiptext {
  visibility: hidden;
  width: 390px;
  background-color: #555;
  color: #fff;
  text-align: center;
  border-radius: 6px;
  padding: 0px;
  position: absolute;
  z-index: 1;
  bottom: -50px;
  right: -250px;
  margin-left: -60px;
  opacity: 0;
  transition: opacity 0.3s;
  font-size: 18px;
  font-weight: normal;
}
.tooltip .tooltiptext::after {
  content: "";
  position: absolute;
  top: -10px;
  right: 263px;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: transparent transparent #555 transparent;
}
.tooltip:hover .tooltiptext {
  visibility: visible;
  opacity: 1;
}

.record-detail .page-header {
  margin-left: 60px;
}
.record-detail .page-header .breadcrumbs {
  display: inline-block;
}
.record-detail .page-header .record-control {
  display: inline-block;
  float: right;
  margin-top: 17px;
  margin-left: 20px;
}
.record-detail .no-margin {
  margin-left: 0;
}
.record-detail .no-margin .wavesurfer-wrapper .record-waveform-container.fixed-position {
  left: 0;
}
.record-detail .icon-add-to-case {
  background: url('/assets/images/icon-add-to-case.png') no-repeat no-repeat center;
}
.record-detail .audit-icon {
  font-size: 16px;
}
.record-detail .panel-collapsible {
  margin-top: 0;
  padding: 15px 0;
  border-top: none;
}
.record-detail .panel-collapsible .rsr-button {
  margin: 12px 10px 0 0;
  float: left;
}
.record-detail .panel-collapsible .panel-collapsible-button {
  float: left;
}
.record-detail .panel-collapsible .panel-collapsible-button .fa-chevron-up,
.record-detail .panel-collapsible .panel-collapsible-button .fa-chevron-down {
  padding-top: 20px;
}
.record-detail .tabs .tab-content {
  min-height: 300px;
}
.record-detail .tabs .nav-tabs li {
  font-weight: 600;
  border-color: #e8ecef;
}
.record-detail .tabs .nav-tabs li a {
  border: 1px solid #e8ecef;
  border-bottom-color: transparent;
  background-color: #e8ecef;
  padding: 15px 20px;
}
.record-detail .tabs .nav-tabs li.active a {
  border-bottom-color: transparent;
  background-color: #ffffff;
}
.record-detail .dropdown.open .dropdown-menu {
  display: block;
}
.record-detail .record-settings-menu {
  float: right;
  padding: 0 0 0 20px;
  color: #88a8c9;
  font-size: 13px;
  cursor: pointer;
  position: relative;
  z-index: 98;
}
.record-detail .record-settings-menu .dropdown-toggle {
  font-size: 24px;
  padding: 2px 10px;
  border-radius: 3px;
  margin-top: 10px;
  background-color: white;
  border: 1px solid #ccc;
}
.record-detail .record-settings-menu:hover {
  color: #91c4f8;
}
.record-detail .record-settings-menu.active {
  background-color: #f0f0f0;
}
.record-detail .record-settings-menu .dropdown-menu {
  left: auto;
  background-color: white;
  border: 1px solid #ccc;
  top: 100%;
  right: 0;
  padding: 10px 0;
  min-width: 220px;
  position: absolute;
  display: none;
}
.record-detail .record-settings-menu .dropdown-menu li {
  padding: 5px 10px;
}
.record-detail .record-settings-menu .dropdown-menu li a {
  line-height: normal;
  font-size: 15px;
}
.record-detail .record-settings-menu .dropdown-menu li a:hover {
  color: #91c4f8;
}
.cursor-pointer {
  cursor: pointer;
}
.col-clear-both {
  clear: both;
}
.extract-menu {
  box-shadow: 0 4px 5px 3px rgba(0, 0, 0, 0.2);
  position: fixed;
  display: none;
  border: 1px solid #000;
  background: #fff;
}
.extract-menu .extract-menu-options {
  list-style: none;
}
.extract-menu .extract-menu-options .extract-menu-option {
  padding: 5px 10px;
  cursor: pointer;
}
.extract-menu .extract-menu-options .extract-menu-option:hover {
  background: rgba(0, 0, 0, 0.2);
}

.score-amber {
  color: #FFBF00;
}
.demo .inbound {
  position: relative;
  left: 5px;
}

.user-help-guide .breadcrumbs i {
  margin-left: 5px;
}
.user-help-docs {
  padding: 20px;
}
.user-help-docs .markdown h1,
.user-help-docs .markdown h2,
.user-help-docs .markdown h3,
.user-help-docs .markdown h4,
.user-help-docs .markdown h5,
.user-help-docs .markdown h6 {
  margin: .3em 0;
}
.user-help-docs .markdown h1 {
  font-size: 2.6em;
}
.user-help-docs .markdown h2 {
  font-size: 2.1em;
}
.user-help-docs .markdown h3 {
  font-size: 1.3em;
}
.user-help-docs .markdown h4 {
  font-size: 1.25em;
}
.user-help-docs .markdown h5 {
  font-size: 1em;
}
.user-help-docs .markdown h6 {
  font-size: .85em;
}
.user-help-docs .markdown strong {
  font-size: inherit;
  font-weight: 600;
}
.user-help-docs .markdown p,
.user-help-docs .markdown pre,
.user-help-docs .markdown pre.prettyprint,
.user-help-docs .markdown blockquote {
  margin: 10px 0;
}
.user-help-docs .markdown pre {
  display: block;
  padding: 10px;
  margin: 0 0 10.5px;
  font-size: 14px;
  line-height: 1.45;
  word-break: break-all;
  word-wrap: break-word;
  color: #333;
  background-color: rgba(128, 128, 128, 0.05);
  border: 1px solid rgba(128, 128, 128, 0.075);
  border-radius: 4px;
}
.user-help-docs .markdown blockquote {
  border-left-width: 10px;
  background-color: rgba(128, 128, 128, 0.05);
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  padding: 15px 20px;
}
.user-help-docs .markdown ul {
  list-style-type: disc;
  padding: 10px 0 10px 20px;
}
.user-help-docs .markdown ul li {
  padding: 10px 0;
}
.user-help-docs .markdown a {
  color: #4fa1db;
  text-decoration: none;
}
.user-help-docs .markdown a:hover,
.user-help-docs .markdown a:focus {
  color: #216da3;
  text-decoration: none;
}
.user-help-docs .markdown table {
  width: 100%;
}
.user-help-docs .markdown table thead {
  font-size: 16px;
}
.user-help-docs .markdown table tr:hover td {
  background-color: #d4eef5;
  cursor: inherit;
}
.user-help-docs .markdown table tr:hover th td {
  background: none;
}
.user-help-docs .markdown table th {
  white-space: nowrap;
  color: #3e4f61;
  padding: 20px 15px;
  height: 60px;
  text-align: left;
  vertical-align: middle;
  border-bottom: 1px solid #e9e5ea;
  font-weight: 600;
}
.user-help-docs .markdown table td {
  padding: 15px;
  font-size: 13px;
  border-bottom: 1px solid #d7d7d7;
  vertical-align: middle;
}

.page-slide-closed.user-org-panel a:hover {
  cursor: default;
}
.user-org {
  position: fixed;
  margin-top: 10px;
}
.user-org label {
  font-weight: 600;
  padding-right: 20px;
  font-size: 15px;
}

.page-slide-closed.user-profile-panel a:hover {
  cursor: default;
}
.user-profile {
  padding: 15px;
}
.user-profile h1 {
  line-height: 0;
  margin: 10px 0 20px 15px;
  font-weight: 600;
  font-size: 16px;
}
.user-profile .user-profile-controls {
  text-align: right;
  float: right;
}
.user-profile table {
  margin-bottom: 40px;
}
.user-profile table tr:last-child td {
  border: none;
}
.user-profile table tr:hover td {
  cursor: inherit;
  background: #fff;
}
.user-profile table tr td:first-child {
  width: 30%;
  font-weight: 600;
  padding-left: 40px;
}
.user-profile table tr td:last-child {
  width: 70%;
}
.user-profile table tr td.password-reset-row {
  padding: 25px 0;
}
.user-profile table input,
.user-profile table button {
  width: 200px;
  border: 1px solid #b8c5cf;
  padding: 10px;
  border-radius: 2px;
  margin: 0;
}
.user-profile table.password-reset td {
  border: none;
  padding: 5px 15px;
}
.user-profile table.password-reset td .popover table {
  margin: 0;
  padding: 0;
}
.user-profile table.password-reset td .popover table tr td {
  padding: 0;
}
.user-profile table.password-reset td .popover table tr td:first-child {
  color: #487ca3;
  vertical-align: top;
  width: 5%;
}
.user-profile table.password-reset td .popover table tr td:first-child span {
  position: relative;
  top: -4px;
}
.user-profile table.password-reset td .popover table tr td:last-child {
  width: 95%;
  padding-bottom: 10px;
}
.devices-table td {
  padding: 25px 0 !important;
}
.devices-table table td {
  border-bottom: 1px solid #d7d7d7 !important;
}
.devices-table table tr td:first-child {
  padding-left: 40px !important;
}
.logout-btn {
  width: 100px !important;
}

.org-groups table th:last-child,
.org-groups table td:last-child {
  min-width: 140px;
}
.org-groups table th:last-child:hover,
.org-groups table td:last-child:hover {
  cursor: default;
}
.org-groups table th:last-child button,
.org-groups table td:last-child button {
  float: right;
}
td.edit-mode {
  vertical-align: middle;
  padding-right: 20px;
}
#groups-modal span {
  display: inline;
}
#groups-modal tags-input {
  margin-bottom: 15px;
}
#groups-modal .autocomplete span {
  margin-bottom: 0;
}
#groups-modal .help-text {
  color: #888;
  font-size: 0.82em;
  margin-top: 4px;
}
#groups-modal .restriction-rights {
  margin-bottom: 10px;
}

.org-incomplete-records table tr.selected {
  background-color: #d4eef5;
}
.org-incomplete-records .records {
  margin-top: 25px;
}

.org-licenses table th:last-child {
  width: 110px;
}

.users-overview table .rsr-button {
  padding: 5px;
}
.users-overview .info-wrapper {
  margin: 80px 0 30px;
}
.users-overview .slide-panel input[type="checkbox"] {
  height: 17px;
  width: 17px;
}
.users-management table th:last-child,
.users-management table td:last-child {
  min-width: 140px;
}
.users-management table th:last-child:hover,
.users-management table td:last-child:hover {
  cursor: default;
}
.users-management table th:last-child button,
.users-management table td:last-child button {
  float: right;
}
.users-management td {
  text-overflow: ellipsis;
  overflow: hidden;
}
.users-management td.icon-col {
  height: 17px;
  width: 17px;
}
.modal-open .modal {
  width: 700px;
  margin-left: -350px;
}
.modal.create-user-modal {
  top: 1%;
  left: 8%;
  width: 84%;
  margin-left: 0;
}
.modal.create-user-modal .modal-footer {
  text-align: right;
}
.modal.create-user-modal .modal-footer .rsr-button {
  width: 160px;
  float: none;
}
.rsr-modal .modal-header {
  font-size: 120%;
  font-weight: bold;
}
.rsr-modal .modal-header span {
  font-weight: normal;
}
.rsr-modal .modal-header span.note {
  font-size: 12px;
}
.rsr-modal .modal-body span.note {
  font-weight: normal;
  font-size: 12px;
  padding-left: 3px;
  display: block;
}
.rsr-modal.reset-user-password .modal-body {
  text-align: center;
}
.rsr-modal .user-data-wrapper {
  margin-bottom: 20px;
}
.rsr-modal .user-data-wrapper.licenses {
  margin-bottom: 20px;
}
.rsr-modal .user-data-wrapper.associated-devices {
  margin-top: 10px;
}
.rsr-modal .user-data-wrapper input[type="checkbox"] {
  vertical-align: middle;
}
.rsr-modal .user-data-wrapper span {
  font-weight: 600;
  margin-bottom: 10px;
  display: block;
}
.rsr-modal .user-data-wrapper .disabled {
  color: #ccc;
}
.rsr-modal .user-data-wrapper .disabled th {
  color: #ccc;
}
.rsr-modal .user-data-wrapper .rsr-button.disabled {
  color: #fff;
}
.rsr-modal .user-data-wrapper .user-licenses-col {
  float: left;
  text-align: left;
  width: 33%;
  padding: 4px 0;
}
.rsr-modal .user-data-wrapper .user-licenses-col label {
  cursor: pointer;
}
.rsr-modal .user-data-wrapper .input-wrapper {
  margin-top: 10px;
}
.rsr-modal .user-data-wrapper .input-wrapper .user-group {
  width: 100%;
}
.rsr-modal .user-data-wrapper .input-wrapper .user-group-nominated {
  width: 100%;
}
.rsr-modal .user-data-wrapper .input-wrapper .api-access-id.dropdown {
  width: 320px;
}
.rsr-modal .user-data-wrapper .input-wrapper .api-access-id .popover {
  width: 300px;
}
.rsr-modal .user-data-wrapper .input-wrapper .endpoint-type.dropdown {
  width: 75px;
}
.rsr-modal .user-data-wrapper .input-wrapper.row-1 .username {
  width: 49%;
  float: left;
  margin: 0 1% 0 0;
}
.rsr-modal .user-data-wrapper .input-wrapper.row-1 .email {
  width: 50%;
  float: left;
  margin: 0;
}
.rsr-modal .user-data-wrapper .input-wrapper.row-2 .forename {
  width: 39%;
  float: left;
  margin: 0 1% 0 0;
}
.rsr-modal .user-data-wrapper .input-wrapper.row-2 .initials {
  width: 20%;
  float: left;
  margin: 0;
}
.rsr-modal .user-data-wrapper .input-wrapper.row-2 .surname {
  width: 39%;
  float: left;
  margin: 0 0 0 1%;
}
.rsr-modal .user-data-wrapper .input-wrapper.associated-devices input {
  width: 210px;
  height: 42px;
}
.rsr-modal .user-data-wrapper .validation-error-message {
  color: #E82200;
  margin: 5px;
  font-weight: 400;
}
.rsr-modal .user-data-wrapper .dropdown-list span {
  font: inherit;
  margin: 0;
}
.rsr-modal .rsr-input {
  width: 100%;
}
.rsr-modal .data-content.associated-devices-table table,
.rsr-modal .modal-content.associated-devices-table table {
  margin-bottom: 20px;
}
.rsr-modal .data-content.associated-devices-table table tr:hover td,
.rsr-modal .modal-content.associated-devices-table table tr:hover td {
  cursor: default;
}
.rsr-modal .data-content.associated-devices-table table th,
.rsr-modal .modal-content.associated-devices-table table th,
.rsr-modal .data-content.associated-devices-table table td,
.rsr-modal .modal-content.associated-devices-table table td {
  padding: 5px 15px;
}
.rsr-modal .data-content.associated-devices-table table th,
.rsr-modal .modal-content.associated-devices-table table th {
  height: 20px;
  cursor: default;
}
.rsr-modal .data-content.associated-devices-table table .endpoint-value,
.rsr-modal .modal-content.associated-devices-table table .endpoint-value {
  max-width: 300px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.rsr-modal .data-content.groups table td:last-child,
.rsr-modal .modal-content.groups table td:last-child {
  padding-right: 5px;
}

.link-to-records {
  float: right;
}
a {
  text-decoration: none;
  color: #3e4f61;
}
.dashboard-demo {
  text-align: center;
}
.dashboard-demo .chart-wrapper {
  width: 29%;
  display: inline-block;
  border: 1px solid #E8ECEF;
  margin: 20px;
}
.dashboard-demo .chart-wrapper .title {
  padding: 10px;
  background-color: #E8ECEF;
}
.dashboard-demo .chart-wrapper .chart {
  height: 350px;
}
.dashboard-demo .chart-wrapper .chart .nvd3.nv-pie path,
.dashboard-demo .chart-wrapper .chart .nv-discretebar .nv-bar {
  cursor: pointer;
}
@media (max-width: 1024px) {
  .dashboard-demo .chart-wrapper {
    width: 90%;
  }
}
@media (min-width: 768px) and (max-width: 1200px) {
  .dashboard-demo .chart-wrapper {
    width: 40%;
  }
}

.link-to-records {
  float: right;
}
a {
  text-decoration: none;
  color: #3e4f61;
}
.dashboard-demo-v2 {
  text-align: center;
}
.dashboard-demo-v2 .chart-wrapper,
.dashboard-demo-v2 .heatmap-wrapper {
  width: 40%;
  display: inline-grid;
  border: 2px solid #E8ECEF;
  margin: 20px;
}
.dashboard-demo-v2 .chart-wrapper .title,
.dashboard-demo-v2 .heatmap-wrapper .title {
  padding: 10px;
  background-color: #E8ECEF;
}
.dashboard-demo-v2 .chart-wrapper .chart,
.dashboard-demo-v2 .heatmap-wrapper .chart {
  height: 350px;
}
.dashboard-demo-v2 .chart-wrapper .chart .nvd3.nv-pie path,
.dashboard-demo-v2 .heatmap-wrapper .chart .nvd3.nv-pie path,
.dashboard-demo-v2 .chart-wrapper .chart .nv-discretebar .nv-bar,
.dashboard-demo-v2 .heatmap-wrapper .chart .nv-discretebar .nv-bar {
  cursor: pointer;
}
.dashboard-demo-v2 .chart-wrapper .heatmap,
.dashboard-demo-v2 .heatmap-wrapper .heatmap {
  height: 350px;
}
.dashboard-demo-v2 .chart-wrapper .heatmap text,
.dashboard-demo-v2 .heatmap-wrapper .heatmap text {
  font: 600 12px Arial, sans-serif;
}
@media (max-width: 1024px) {
  .dashboard-demo-v2 .chart-wrapper,
  .dashboard-demo-v2 .heatmap-wrapper {
    width: 90%;
  }
}
@media (min-width: 768px) and (max-width: 1200px) {
  .dashboard-demo-v2 .chart-wrapper,
  .dashboard-demo-v2 .heatmap-wrapper {
    width: 40%;
  }
}

.interview-access .page-header {
  margin-left: 60px;
}
.interview-access .page-header .breadcrumbs {
  display: inline-block;
}
.interview-access .table-wrapper {
  padding-left: 0;
  padding-right: 0;
}
.interview-access .select-all {
  margin-left: 3px;
}
.interview-access .upa-button {
  padding-left: 0;
  padding-right: 0;
}
.interview-access .table-buttons {
  min-width: 120px;
  display: inline-block;
  float: right;
  margin-top: 15px;
}
.interview-access .table-buttons button {
  float: right;
}
.interview-access .sortable .sort-indicator:after {
  content: '';
  background: url(/assets/images/icon-sorting-large.png) 0 0 no-repeat;
  width: 16px;
  height: 20px;
  display: inline-block;
  vertical-align: bottom;
  margin: 0 5px;
}
.interview-access .sortable.sort-asc .sort-indicator:after {
  background: url("/assets/images/icon-sorting-large.png") -17px 0 no-repeat;
}
.interview-access .sortable.sort-desc .sort-indicator:after {
  background: url("/assets/images/icon-sorting-large.png") -34px 0 no-repeat;
}
.interview-access-modal .modal-header {
  text-align: center;
}
.interview-access-modal .modal-header .validation-note {
  display: block;
  font-size: 14px;
}
.interview-access-modal #codeForm {
  margin-top: 20px;
}
.interview-access-modal #codeForm .row {
  margin-bottom: 10px;
}
.interview-access-modal #codeForm .label {
  margin-top: 10px;
  text-align: left;
}
.interview-access-modal #codeForm .modal-footer {
  margin-top: 25px;
}
.interview-access-modal .role-dropdown {
  width: 100%;
}
.interview-access-modal .role-dropdown .dropdown-list div.selected {
  color: #333;
  background-color: white;
}
.interview-access-modal .role-dropdown .dropdown-list .fa-check {
  display: none;
}
.interview-access-modal .rsr-close-icon {
  color: #3e4f61;
}
.interview-access-modal .validation-error-message {
  display: block;
}
.interview-access-success-modal .upa-message {
  margin-bottom: 40px;
  text-align: center;
}
.interview-access-success-modal .upa-message .ipa-code {
  font-weight: bold;
}
.interview-access-success-modal .modal-body {
  margin-bottom: 0;
}

.org-license .data-content.no-overflow {
  overflow: inherit;
}
.org-license .data-content label {
  cursor: pointer;
}
.org-license .data-content .features {
  margin-top: 30px;
}
.org-license .data-content .features-scrollable {
  overflow: hidden;
  max-height: 500px;
  position: relative;
  margin-bottom: 20px;
}
.org-license .data-content .features-scrollable .features-wrapper {
  padding: 10px;
}
.org-license .data-content .features-scrollable .feature {
  padding: 5px 0;
}
.org-license .data-content .features-scrollable .feature label.not-selected {
  padding-left: 20px;
}
.org-license .data-content .rsr-button.btn-small {
  margin-top: 15px;
}
.org-license .data-content .license-info {
  border-bottom: 1px solid #d7d7d7;
  padding: 15px;
}
.org-license .data-content .license-info > div {
  padding: 10px;
}
.org-license .data-content .license-info > div input {
  max-width: 80%;
}
.org-license .data-content .license-info .align-middle {
  padding: 0;
}
.org-license .data-content .license-info .filter-datepicker {
  position: relative;
}
.org-license .data-content .license-info .filter-datepicker table th {
  color: #fff;
}
.org-license .data-content .license-info .filter-datepicker table tr:hover td {
  background-color: transparent;
}
.search-bar {
  max-width: 90%;
  margin: 0 auto;
  position: relative;
  padding-bottom: 15px;
}
.search-bar .form-control {
  width: 100%;
  display: block;
  height: 35px;
  border-radius: 4px;
  border: 1px solid #ccc;
  padding: 10px;
}
.search-bar button {
  position: absolute;
  top: 1px;
  right: 1px;
  background: none;
  border: none;
  padding: 9px;
  cursor: pointer;
}

.fields-wrapper {
  padding: 10px 20px 0px 20px;
}
.fields-label {
  position: relative;
  bottom: 10px;
  font-weight: 600;
}
.fields-group {
  padding-bottom: 40px;
}
.fields-input {
  border: 1px solid #eaeaea;
  outline: none;
  border-radius: 3px;
  padding: 10px;
  font: inherit;
  width: 100%;
}
.help-text-wrapper {
  padding-bottom: 20px;
}
.fields-help-text {
  color: #888;
  font-size: 0.82em;
  margin-top: 4px;
}
.width-100 {
  width: 100%;
}
.separator {
  height: 30px;
  width: 100%;
}
@media only screen and (max-width: 1170px) {
  .fix-for-button {
    position: relative;
    bottom: 15px;
    margin: 0;
  }
}

.user-details {
  overflow: auto;
}
.user-details h1 {
  margin: 0 10px;
}
.user-details .note {
  font-size: 12px;
  padding: 0 15px;
  position: relative;
  margin-top: -15px;
  display: block;
}
.user-details table.header-table {
  font-weight: 600;
}
.user-details .user-info-main table tr:hover td {
  background-color: transparent;
  cursor: default;
}
.user-details .user-info-main table td:first-child {
  width: 30%;
}
.user-details .user-info-main table td.forename {
  width: 400px;
}
.user-details .user-info-main table td.initials {
  width: 100px;
}
.user-details .user-info-main table td.edit-mode,
.user-details .user-info-main table td.transformed-input {
  border-color: transparent;
}
.user-details .user-info-main table td.no-edit {
  padding: 14px 0 14px 14px;
}
.user-details .user-info-main table td.transformed-input {
  padding: 0 4px;
}
.user-details .user-info-main table td.transformed-input input,
.user-details .user-info-main table td.transformed-input rsr-dropdown {
  width: 100%;
}
.user-details .user-info-main table td.invalid span {
  display: block;
  margin-bottom: 16px;
}
.user-details .user-info-main table td:first-child {
  white-space: nowrap;
  font-weight: 600;
  padding-left: 20px;
}
.user-details .user-info-main table td:last-child {
  word-wrap: break-word;
}
.user-details .user-info-main.full-width {
  width: 99%;
}
.user-details .user-info-additional {
  margin-top: 30px;
}
.user-details .license-management,
.user-details .external-identifiers-management,
.user-details .device-management,
.user-details .group-management {
  min-height: 250px;
  margin-bottom: 40px;
}
.user-details .license-management table,
.user-details .external-identifiers-management table,
.user-details .device-management table,
.user-details .group-management table {
  width: 98%;
}
.user-details .license-management table tr:first-child,
.user-details .external-identifiers-management table tr:first-child,
.user-details .device-management table tr:first-child,
.user-details .group-management table tr:first-child {
  white-space: nowrap;
}
.rsr-input.invalid {
  border: 1px solid #e98888;
}
.user-details-controls {
  margin-right: 30px;
  margin-top: 15px;
}

.analysis-tab-wrapper .analysis-legend {
  width: 90%;
  text-align: center;
  margin: 0 auto 10px;
}
.analysis-tab-wrapper .analysis-legend .categories {
  height: 100%;
  overflow: hidden;
  text-align: center;
}
.analysis-tab-wrapper .analysis-legend .categories.collapsed {
  height: 100%;
}
.analysis-tab-wrapper .analysis-legend .categories .categories-collapse-button {
  display: inline-block;
  float: left;
  margin: 15px 7px;
  cursor: pointer;
}
.analysis-tab-wrapper .analysis-legend .categories .region-control-item {
  display: inline-block;
}
.analysis-tab-wrapper .analysis-legend .categories .region-control-item.pinpoint-control .rsr-button {
  border: solid 3px;
}
.analysis-tab-wrapper .analysis-legend .categories .region-control-item.pinpoint-control .rsr-button.pinpoint-control-disabled {
  color: #A4A4A4 !important;
  cursor: auto;
}
.analysis-tab-wrapper .analysis-rules {
  margin: 0 auto;
  width: 90%;
}
.analysis-tab-wrapper .analysis-rules th {
  font-weight: 600;
  padding: 10px 15px;
  height: auto;
}
.analysis-tab-wrapper .analysis-rules .column-center {
  text-align: center;
}
.analysis-tab-wrapper .analysis-rules .rules-table-content {
  height: 400px;
  overflow: auto;
}
.analysis-tab-wrapper .analysis-rules .rules-table-content td {
  font-size: 14px;
  padding: 10px;
}
.analysis-tab-wrapper .analysis-rules .rules-table-content .rule-collapse {
  height: 100%;
  margin-right: 5px;
}
.analysis-tab-wrapper .analysis-rules .rules-table-content .element-status-green {
  color: #11ab33;
  font-weight: bold;
}
.analysis-tab-wrapper .analysis-rules .rules-table-content .element-status-amber {
  color: #ffbf00;
  font-weight: bold;
}
.analysis-tab-wrapper .analysis-rules .rules-table-content .element-status-red {
  color: #d21717;
  font-weight: bold;
}
.analysis-tab-wrapper .analysis-rules .rules-table-content .rule-element .element-title {
  margin-left: 20px;
}
.analysis-tab-wrapper .analysis-rules .rules-table-content .rule-element.rule-element-optional .element-title {
  margin-left: 40px;
}

.analysis-tab-wrapper .analysis-legend {
  width: 90%;
  text-align: center;
  margin: 0 auto 10px;
}
.analysis-tab-wrapper .analysis-legend .categories {
  height: 100%;
  overflow: hidden;
  text-align: center;
}
.analysis-tab-wrapper .analysis-legend .categories.collapsed {
  height: 100%;
}
.analysis-tab-wrapper .analysis-legend .categories .categories-collapse-button {
  display: inline-block;
  float: left;
  margin: 15px 7px;
  cursor: pointer;
}
.analysis-tab-wrapper .analysis-legend .categories .region-control-item {
  display: inline-block;
}
.analysis-tab-wrapper .analysis-legend .categories .region-control-item.pinpoint-control .rsr-button {
  border: solid 3px;
}
.analysis-tab-wrapper .analysis-legend .categories .region-control-item.pinpoint-control .rsr-button.pinpoint-control-disabled {
  color: #A4A4A4 !important;
  cursor: auto;
}
.analysis-tab-wrapper .analysis-rules {
  margin: 0 auto;
  width: 90%;
}
.analysis-tab-wrapper .analysis-rules th {
  font-weight: 600;
  padding: 10px 15px;
  height: auto;
}
.analysis-tab-wrapper .analysis-rules .column-center {
  text-align: center;
}
.analysis-tab-wrapper .analysis-rules .table-wrapper {
  height: 400px;
}
.analysis-tab-wrapper .analysis-rules .rules-table td {
  font-size: 14px;
  padding: 6px;
}
.analysis-tab-wrapper .analysis-rules .rules-table .rule-collapse {
  height: 100%;
  margin-right: 5px;
}
.analysis-tab-wrapper .analysis-rules .rules-table .element-status-green {
  color: #11ab33;
}
.analysis-tab-wrapper .analysis-rules .rules-table .element-status-amber {
  color: #ffbf00;
}
.analysis-tab-wrapper .analysis-rules .rules-table .element-status-red {
  color: #d21717;
}
.analysis-tab-wrapper .analysis-rules .rules-table .rule-element .element-title {
  margin-left: 20px;
}
.analysis-tab-wrapper .analysis-rules .rules-table .rule-element.rule-element-optional .element-title {
  margin-left: 40px;
}

.region-controls {
  text-align: center;
  margin: 0 0 40px;
}
.region-controls .select-all {
  float: left;
}
.region-controls .select-all .rsr-button {
  margin-left: 10px;
}
@media screen and (max-width: 1024px) {
  .region-controls {
    text-align: left;
  }
  .region-controls .select-all {
    width: 100%;
  }
  .region-controls .select-all .region-control-item {
    width: 100%;
  }
  .region-controls .select-all .rsr-button {
    width: 95%;
  }
  .region-controls .categories {
    width: 100%;
  }
  .region-controls .categories .region-control-item {
    width: 50%;
  }
  .region-controls .categories .region-control-item .rsr-button {
    width: 90%;
  }
  .region-controls .categories .rsr-button {
    width: 90%;
  }
}
.region-controls .off {
  background-color: #a4a4a4 !important;
}
.region-controls .btn-select {
  width: 150px;
}
.region-controls .region-control-item {
  display: inline-block;
}

.record-detail .tabs .tab-content .extract-tab {
  width: 1170px;
  max-width: 100%;
  margin: 0 auto;
}
.record-detail .tabs .tab-content .extract-tab .nav-tabs {
  border-bottom: 0;
}
.record-detail .tabs .tab-content .extract-tab .nav-tabs li a {
  background: #a4a4a4;
  border: 1px solid #ddd;
  padding: 8px 15px;
  border-radius: 0;
  font-weight: 400;
  margin: 0 12px;
  min-width: 220px;
  text-align: center;
  box-shadow: none;
  color: #fff;
}
.record-detail .tabs .tab-content .extract-tab .nav-tabs li.active a {
  background: #9c27b0;
  border: 1px solid #9c27b0;
  box-shadow: none;
}
.record-detail .tabs .tab-content .extract-tab .tab-content {
  padding: 0;
  margin-top: -42px;
}
.record-detail .tabs .tab-content .extract-tab .tab-content .content-body {
  display: inline-block;
  width: 100%;
  margin-top: 40px;
}
.record-detail .tabs .tab-content .extract-tab .tab-content .content-body h4 {
  font-weight: 600;
}
.record-detail .tabs .tab-content .extract-tab .tab-content .content-body .table {
  border: 1px solid #333;
  margin-top: 20px;
  margin-bottom: 100px;
}
.record-detail .tabs .tab-content .extract-tab .tab-content .content-body .table tr:nth-child(odd) td {
  background: #fafafa;
}
.record-detail .tabs .tab-content .extract-tab .tab-content .content-body .table tr:hover td {
  background: inherit;
}
.record-detail .tabs .tab-content .extract-tab .tab-content .content-body .table th {
  background: #424242;
  padding: 8px 15px;
  color: #fff;
  height: 55px;
}
.record-detail .tabs .tab-content .extract-tab .tab-content .content-body .table td {
  border-bottom: 1px solid #333;
  color: #000;
  font-size: 16px;
}
.record-detail .tabs .tab-content .extract-tab .tab-content .content-body .table td:last-child {
  text-align: right;
  padding: 9px 15px 8px;
}
.record-detail .tabs .tab-content .extract-tab .tab-content .content-body .table td:last-child img {
  margin-right: 25px;
}
.extract-tab input {
  padding: 6px 0;
}

.insights-tab-wrapper {
  margin-top: 10px;
}
.insights-tab-wrapper .rsr-button {
  margin: 5px 10px 0 0;
  width: 200px;
}
.insights-tab-wrapper .rsr-button.success-cats {
  cursor: default;
}
.insights-tab-wrapper .waveform-background {
  height: 130px;
  width: 1600px;
  margin-top: 10px;
}
.insights-tab-wrapper .waveform-background.index-1 {
  background: url('/assets/images/waveform-1.png') no-repeat no-repeat center;
}
.insights-tab-wrapper .waveform-background.index-2 {
  background: url('/assets/images/waveform-2.png') no-repeat no-repeat center;
}
.insights-tab-wrapper .waveform-background.index-3 {
  background: url('/assets/images/waveform-3.png') no-repeat no-repeat center;
}
.insights-tab-wrapper .panel-collapsible {
  padding: 10px 0;
}
.insights-tab-wrapper .panel-collapsible .panel-collapsible-header {
  cursor: pointer;
}
.insights-tab-wrapper .panel-collapsible .audio-title {
  display: inline-block;
  margin-top: 8px;
}
.insights-tab-wrapper .panel-collapsible .fa {
  margin-top: 10px;
}
.insights-tab-wrapper .panel-collapsible .rsr-button {
  margin-top: 0;
}
.insights-tab-wrapper .insight-records-wrapper {
  margin-top: 15px;
  position: relative;
  max-height: 500px;
  overflow: hidden;
}
.insights-tab-wrapper .off {
  background-color: #a4a4a4 !important;
}

.review-wrapper {
  width: 80%;
  margin: 0 auto;
  border: 1px solid #ccc;
  border-radius: 3px;
}
.review-wrapper .rsr-input {
  padding: 5px;
  width: 100%;
}
.review-wrapper .metadata {
  margin-bottom: 20px;
  padding: 20px;
  border-bottom: 1px solid #ccc;
}
.review-wrapper .compliance-wrapper {
  padding: 10px;
}
.review-wrapper .compliance-wrapper:last-child {
  border-bottom: 1px solid #ccc;
}
.review-wrapper .compliance-wrapper i {
  cursor: pointer;
}
.review-wrapper .compliance-wrapper textarea {
  width: 100%;
  height: 50px;
  margin-top: 10px;
  overflow: hidden;
}

.user-details .device-management .device-management-scrollable {
  max-height: 200px;
  position: relative;
}
.user-details .device-management table td,
.user-details .device-management table tr:hover td {
  cursor: default;
  width: 33%;
  background-color: transparent;
}

#group-management .add-panel {
  margin-top: 14px;
}
#group-management .add-panel .title {
  padding: 10px;
}
#group-management rsr-dropdown {
  width: 100%;
}
#group-management .group-management-scrollable {
  max-height: 250px;
  position: relative;
}
#group-management .group-wrapper {
  width: 100%;
  border-bottom: 1px solid #ccc;
  padding: 10px 0;
  margin-top: -4px;
}
#group-management .group-wrapper .group-name {
  padding-top: 5px;
}
#group-management .group-wrapper .btn-small {
  margin: 0;
}
#group-management .group-wrapper-empty {
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  text-align: center;
  padding: 15px;
  font-size: 13px;
  height: 50px;
  margin: 45px 0 20px 0;
}
#group-management.disabled {
  color: #ccc;
}

.user-details .license-management .license-managment-scrollable {
  overflow: hidden;
  max-height: 200px;
  position: relative;
  margin-bottom: 20px;
  -webkit-transition: height 0.3s ease-out;
  -moz-transition: height 0.3s ease-out;
  -o-transition: height 0.3s ease-out;
  -ms-transition: height 0.3s ease-out;
  transition: height 0.3s ease-out;
}
.user-details .license-management .license-managment-scrollable table tr:hover td {
  background-color: transparent;
  cursor: default;
}
.user-details .license-management .license-managment-scrollable.edit-mode {
  height: 200px;
}
.user-details .license-management .license-managment-scrollable.edit-mode table tr:hover {
  background-color: #d4eef5;
}
.user-details .license-management .license-managment-scrollable.edit-mode table tr:hover td {
  cursor: pointer;
}
.user-details .license-management table tr:hover td {
  cursor: default;
}
.user-details .license-management table.header-table tr:hover td {
  background-color: transparent;
}
.user-details .license-management table td {
  width: 45%;
}
.user-details .license-management table td input {
  margin: 0;
}
.user-details .license-management table td.check-radio {
  width: 10%;
}

#questionpack-wrapper .alpaca-container-label {
  position: initial;
  height: 45px;
  width: 100%;
}
#questionpack-wrapper .alpaca-wizard-nav {
  position: initial;
}
#questionpack-wrapper .alpaca-wizard-nav .container-fluid {
  padding-left: 0;
  padding-right: 0;
}
#questionpack-wrapper .alpaca-wizard-steps,
#questionpack-wrapper .alpaca-wizard-buttons {
  position: initial;
}
#questionpack-wrapper .control-bookmark {
  display: none;
  color: #6f7070;
  cursor: pointer;
}
#questionpack-wrapper .control-bookmark .icon-bookmark {
  background: url('/assets/images/icon-speaker.png') no-repeat;
  display: inline-block;
  background-size: 28px 19px;
  height: 28px;
  width: 29px;
}
#questionpack-wrapper .has-bookmark .control-bookmark {
  display: inline-block;
  float: left;
  margin-right: 10px;
}
#questionpack-wrapper .bookmark-label {
  font-size: 14px;
  padding-top: 3px;
  display: block;
}
#questionpack-wrapper td.has-bookmark .control-bookmark {
  margin-left: 5px;
}
#questionpack-wrapper #edit-mode-container {
  display: none;
  margin: 0;
  height: 35px;
}
#questionpack-wrapper #edit-mode-container .submit-column {
  display: block;
  float: right;
}
#questionpack-wrapper #edit-mode-controls .alpaca-form-button-save,
#questionpack-wrapper #edit-mode-controls .alpaca-form-button-cancel {
  display: none;
}
#questionpack-wrapper #edit-mode-controls .alpaca-form-button {
  min-width: 75px;
}
#questionpack-wrapper #edit-mode-controls .alpaca-form-button:disabled {
  background-color: #a4a4a4;
  cursor: default;
  color: #fff;
}
#questionpack-wrapper #edit-mode-controls .alpaca-form-button.active {
  width: 95px;
}
#questionpack-wrapper #edit-mode-controls .alpaca-form-button .fa-spinner {
  float: left;
}
#questionpack-wrapper #questionpack .alpaca-field {
  width: 100%;
}
#questionpack-wrapper .submit-wrapper .submit-row {
  margin: 0;
}
#questionpack-wrapper .submit-wrapper .submit-column {
  padding-right: 0;
}
#questionpack-wrapper #globalErrorMessage {
  display: none;
}
#questionpack-wrapper.form-type-training .main-content {
  min-height: 510px;
}
.pdf-viewer-buttons {
  text-align: right;
}
.pdf-viewer-buttons a:first-child {
  margin-right: 20px;
}
.pdf-viewer-buttons a i {
  color: #6f7070;
  font-size: 24px;
  cursor: pointer;
}
@media (min-width: 768px) {
  .form-wizard.container {
    width: 100%;
  }
}
#questionpack-wrapper select[multiple="multiple"] {
  overflow-y: scroll !important;
}

.breadcrumbs {
  font-size: 18px;
  padding: 15px 0;
}
.breadcrumbs .previous-pages {
  color: #3e4f61;
}
.breadcrumbs .previous-pages a {
  text-decoration: none;
  color: inherit;
}
.breadcrumbs .back-button {
  border: 1px #cccccc solid;
  color: #5d595e;
  border-radius: 3px;
}
.breadcrumbs .back-button .fa {
  vertical-align: 1px;
}
.breadcrumbs .back-button .fa-level-up {
  padding: 0 10px;
  -ms-transform: rotate(-90deg);
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
}
.breadcrumbs h1 {
  font-weight: 500;
  font-size: 18px;
  color: #3e4f61;
  line-height: 60px;
  display: inline-block;
}
.breadcrumbs h1 a {
  text-decoration: none;
  color: inherit;
}
.breadcrumbs h1 .step {
  margin: 0 5px 0 10px;
}
.breadcrumbs h1 .step.current {
  font-weight: 500;
}
.breadcrumbs span {
  font-weight: 500;
  font-size: 18px;
  color: #3e4f61;
}
.breadcrumbs span a {
  margin: 0 10px;
}
.breadcrumbs span:last-child {
  padding-left: 6px;
}

#columns-configurator {
  position: relative;
  top: -10px;
  padding-bottom: 2px;
}
#columns-configurator .fa-cog {
  margin-top: 22px;
  font-size: 24px;
  margin-left: 10px;
}
.modal-open .modal.columns-config-modal {
  width: auto;
  border: 1px solid #b8c5cf;
  padding: 10px;
  margin: 0;
  opacity: 0;
}
.modal-open .modal.columns-config-modal #columns-config-container .columns-config-list {
  z-index: 1000;
  min-width: 250px;
  max-height: 400px;
  background-color: #fff;
  overflow-x: hidden;
}
.modal-open .modal.columns-config-modal #columns-config-container .columns-config-list ul li {
  position: relative;
  margin-right: 15px;
  width: 263px;
}
.modal-open .modal.columns-config-modal #columns-config-container .columns-config-list ul li input[type="checkbox"],
.modal-open .modal.columns-config-modal #columns-config-container .columns-config-list ul li label {
  cursor: pointer;
}

.filters-date-time {
  margin: 20px 0 20px;
  font-size: 16px;
}
.date-time-input {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.25rem;
  cursor: pointer;
  width: 260px;
  margin: 5px 0 5px;
  height: 40px;
  border: none;
  background-color: #fff;
  position: relative;
  z-index: 0;
  font-size: 16px;
}
.date-time-input input[type="datetime-local"] {
  position: relative;
  opacity: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
}
.date-time-input label {
  position: absolute;
  inset: 0;
  z-index: 100;
  width: 100%;
  height: 100%;
  background-color: #FFF;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.25rem;
  cursor: pointer;
}
.date-time-input label .delimiter {
  color: #c9c9c9;
}
.date-time-input label .date,
.date-time-input label .time {
  font-size: 13px;
  color: #000;
}
.date-time-input .fa {
  color: #c9c9c9;
  margin: 12px;
}
.date-time-input .fa.fa-calendar {
  cursor: pointer;
}
.date-time-input .fa-clock-o {
  right: 0;
}
.date-time-buttons {
  margin: 0 -5px;
}
.date-time-buttons .rsr-button {
  width: 125px;
  margin: 5px;
  float: left;
  padding: 10px;
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

rsr-dropdown {
  float: left;
  display: block;
  width: 250px;
  margin-right: 5px;
}
rsr-dropdown > div.dropdown-container {
  float: left;
  width: 100%;
}
rsr-dropdown > div.dropdown-container > div.dropdown-display {
  float: left;
  width: 100%;
  background: white;
  height: 42px;
  cursor: pointer;
  border: solid 1px #eaeaea;
  border-radius: 3px;
  box-sizing: border-box;
}
rsr-dropdown > div.dropdown-container > div.dropdown-display > * {
  float: left;
  height: 42px;
  height: 40px;
  line-height: 40px !important;
  display: inline-block;
  vertical-align: inherit;
}
rsr-dropdown > div.dropdown-container > div.dropdown-display.disabled span {
  background-color: #ebebe4;
  cursor: default;
  height: 41px;
}
rsr-dropdown > div.dropdown-container > div.dropdown-display > span {
  font: inherit;
  width: 100%;
  position: relative;
  box-sizing: border-box;
  padding-right: 28px;
  padding-left: 8px;
  word-wrap: break-word;
  white-space: normal;
  overflow: hidden;
}
rsr-dropdown > div.dropdown-container > div.dropdown-display > span.placeholder {
  color: #AAA;
}
rsr-dropdown > div.dropdown-container > div.dropdown-display > i {
  position: relative;
  width: 12px;
  margin-left: -20px;
  font-size: inherit;
  font-weight: bold;
  padding-right: 8px;
  text-align: right;
}
rsr-dropdown > div.dropdown-container > div.dropdown-display > i.disabled {
  cursor: default;
}
rsr-dropdown > div.dropdown-container > div.dropdown-list {
  float: left;
  width: 100%;
  position: relative;
  z-index: 999;
  transform: scale(1, 0);
}
rsr-dropdown > div.dropdown-container > div.dropdown-list > div {
  max-height: 250px;
  overflow: auto;
  position: absolute;
  width: 100%;
  cursor: pointer;
  background: white;
}
rsr-dropdown > div.dropdown-container > div.dropdown-list > div > div {
  float: left;
  width: 100%;
  padding: 0 8px;
  font: inherit;
  box-sizing: border-box;
  border: solid 1px #eaeaea;
  border-top: none;
}
rsr-dropdown > div.dropdown-container > div.dropdown-list > div > div:hover {
  background: #F0F0F0;
}
rsr-dropdown > div.dropdown-container > div.dropdown-list > div > div.selected {
  background: #84cde3;
  color: white;
}
rsr-dropdown > div.dropdown-container > div.dropdown-list > div > div .popover.right {
  margin-left: 17px;
}
rsr-dropdown > div.dropdown-container > div.dropdown-list > div > div > span {
  height: 40px;
  line-height: 40px !important;
  display: inline-block;
  vertical-align: inherit;
  float: left;
  width: 100%;
  position: relative;
  padding-right: 20px;
  box-sizing: border-box;
  color: inherit;
  word-wrap: break-word;
  white-space: normal;
  overflow: hidden;
}
rsr-dropdown > div.dropdown-container > div.dropdown-list > div > div > i {
  float: left;
  width: 12px;
  margin-left: -12px;
  display: none;
  margin-top: 13px;
}
rsr-dropdown > div.dropdown-container > div.dropdown-list > div > div.selected > i {
  display: inline-block;
}
rsr-dropdown > div.show > div.dropdown-list {
  transform: scale(1, 1);
}

#questionpack-wrapper .alpaca-container-label {
  position: initial;
  height: 45px;
  width: 100%;
}
#questionpack-wrapper .alpaca-wizard-nav {
  position: initial;
}
#questionpack-wrapper .alpaca-wizard-nav .container-fluid {
  padding-left: 0;
  padding-right: 0;
}
#questionpack-wrapper .alpaca-wizard-steps,
#questionpack-wrapper .alpaca-wizard-buttons {
  position: initial;
}
#questionpack-wrapper .control-bookmark {
  display: none;
  color: #6f7070;
  cursor: pointer;
}
#questionpack-wrapper .control-bookmark .icon-bookmark {
  background: url('/assets/images/icon-speaker.png') no-repeat;
  display: inline-block;
  background-size: 28px 19px;
  height: 28px;
  width: 29px;
}
#questionpack-wrapper .has-bookmark .control-bookmark {
  display: inline-block;
  float: left;
  margin-right: 10px;
}
#questionpack-wrapper .bookmark-label {
  font-size: 14px;
  padding-top: 3px;
  display: block;
}
#questionpack-wrapper td.has-bookmark .control-bookmark {
  margin-left: 5px;
}
#questionpack-wrapper #edit-mode-container {
  display: none;
  margin: 0;
  height: 35px;
}
#questionpack-wrapper #edit-mode-container .submit-column {
  display: block;
  float: right;
}
#questionpack-wrapper #edit-mode-controls .alpaca-form-button-save,
#questionpack-wrapper #edit-mode-controls .alpaca-form-button-cancel {
  display: none;
}
#questionpack-wrapper #edit-mode-controls .alpaca-form-button {
  min-width: 75px;
}
#questionpack-wrapper #edit-mode-controls .alpaca-form-button.active {
  width: 95px;
}
#questionpack-wrapper #edit-mode-controls .alpaca-form-button .fa-spinner {
  float: left;
}
#questionpack-wrapper #questionpack .alpaca-field {
  width: 100%;
}
#questionpack-wrapper .submit-wrapper .submit-row {
  margin: 0;
}
#questionpack-wrapper .submit-wrapper .submit-column {
  padding-right: 0;
}
#questionpack-wrapper #globalErrorMessage {
  display: none;
}
.pdf-viewer-buttons {
  text-align: right;
}
.pdf-viewer-buttons a:first-child {
  margin-right: 20px;
}
.pdf-viewer-buttons a i {
  color: #6f7070;
  font-size: 24px;
  cursor: pointer;
}
@media (min-width: 768px) {
  .form-wizard.container {
    width: 100%;
  }
}

#go-to-audit {
  margin-left: 5px;
}

.chart .heatmap {
  height: 100%;
  width: 90%;
}

#insight-chart .panel-collapsible {
  border-bottom: none;
  padding: 0;
}

.rsr-modal.modal-confirm,
.rsr-modal.modal-warning {
  text-align: center;
}
.rsr-modal.modal-warning .modal-header {
  text-align: center;
  font-size: 22px;
}
.rsr-modal.modal-warning .modal-footer .rsr-button {
  width: 50%;
  float: none;
}
.rsr-modal.modal-warning .modal-footer .rsr-button:last-child {
  float: none;
}

/* Switch element for object property toggling */
.on-off-check {
  display: inline-block;
  width: 60px;
  height: 28px;
  border-radius: 14px;
  color: #FFF;
  font-weight: bold;
  font-size: 12px;
  background-color: #c3c3c3;
  position: relative;
  cursor: pointer;
  overflow: hidden;
  vertical-align: middle;
  margin: 0 5px;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
}
.on-off-check.indeterminate label {
  border: 2px solid #009999;
  background-color: #009999;
}
.on-off-check.indeterminate label span.on,
.on-off-check.indeterminate label span.off {
  display: none;
}
.on-off-check.indeterminate label:before {
  left: 17px;
}
.on-off-check.disabled label:before {
  background: #d7d7d7;
}
.on-off-check input[type="checkbox"] {
  display: none;
}
.on-off-check input[type="checkbox"]:checked + label {
  border: 2px solid #84cde3;
  background-color: #84cde3;
}
.on-off-check input[type="checkbox"]:checked + label span.on {
  opacity: 1;
  display: inline;
}
.on-off-check input[type="checkbox"]:checked + label span.off {
  opacity: 0;
  display: none;
}
.on-off-check input[type="checkbox"]:checked + label:before {
  left: 32px;
}
.on-off-check label {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 1;
  cursor: pointer;
  background-color: #c3c3c3;
  border: 2px solid #c3c3c3;
  line-height: 24px;
  text-align: left;
}
.on-off-check label span {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.on-off-check label span.on {
  opacity: 0;
  padding-left: 10px;
  display: none;
}
.on-off-check label span.off {
  opacity: 1;
  padding-left: 30px;
  display: inline;
}
.on-off-check label:before {
  content: "";
  width: 24px;
  height: 24px;
  background: #FFF;
  display: block;
  position: absolute;
  left: 0;
  border-radius: 50%;
  z-index: 2;
  -webkit-transition: all, 0.1s, ease-out;
  -moz-transition: all, 0.1s, ease-out;
  -o-transition: all, 0.1s, ease-out;
  -ms-transition: all, 0.1s, ease-out;
  transition: all, 0.1s, ease-out;
}

.orgs-panel {
  background-color: #456882;
  min-height: 40px;
  line-height: 40px;
  color: #fff;
  font-size: 14px;
  font-weight: 500;
}
.orgs-panel .org-logo {
  background: #487ca3 url('/assets/images/icon-organisations.png') center center no-repeat;
  display: block;
  float: left;
  height: 40px;
  width: 60px;
  margin-right: 12px;
}
.orgs-panel .org-dropdown {
  float: right;
  background-color: #487ca3;
  min-width: 255px;
}
.orgs-panel .org-dropdown .dropdown {
  position: relative;
}
.orgs-panel .org-dropdown .dropdown a {
  text-decoration: none;
  color: inherit;
}
.orgs-panel .org-dropdown .dropdown .dropdown-toggle {
  padding: 0 40px 0 24px;
  display: block;
  position: relative;
  cursor: pointer;
}
.orgs-panel .org-dropdown .dropdown .dropdown-toggle:after {
  content: "";
  display: block;
  position: absolute;
  z-index: 1;
  right: 24px;
  top: 50%;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 4px 4px 0 4px;
  border-color: #ffffff transparent transparent transparent;
}
.orgs-panel .org-dropdown .dropdown ul {
  background-color: #45769b;
  display: none;
  position: absolute;
  top: 100%;
  right: 0;
  min-width: 100%;
  z-index: 10;
}
.orgs-panel .org-dropdown .dropdown ul li {
  padding: 0 24px;
}
.orgs-panel .org-dropdown .dropdown ul li:hover {
  background-color: #487ca3;
}
.orgs-panel .org-dropdown .dropdown.open ul {
  display: block;
}
.orgs-panel .assigned-orgs a {
  text-decoration: none;
  color: #fff;
}

.pdf-viewer {
  position: absolute;
  top: 120px;
  bottom: 30px;
  width: 100%;
}
.pdf-viewer .main {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.pdf-viewer .main .toolbar-wrapper {
  font-size: 14px;
  position: relative;
  left: 0;
  right: 0;
  z-index: 99;
  cursor: default;
  min-height: 32px;
  background-color: #474747;
  background-image: url('assets/images/texture.png'), linear-gradient(rgba(82, 82, 82, 0.99), rgba(69, 69, 69, 0.95));
  color: #fff;
}
.pdf-viewer .main .toolbar-wrapper .search-box {
  float: left;
  margin-left: 15px;
}
.pdf-viewer .main .toolbar-wrapper .scale-box {
  float: right;
}
.pdf-viewer .main .toolbar-wrapper .page-box {
  width: 210px;
  margin: auto;
}
@media screen and (max-width: 1285px) {
  .pdf-viewer .main .toolbar-wrapper .search-box {
    text-align: center;
    float: none;
  }
  .pdf-viewer .main .toolbar-wrapper .scale-box {
    float: right;
    clear: left;
  }
  .pdf-viewer .main .toolbar-wrapper .page-box {
    width: 230px;
    margin: 0;
  }
}
.pdf-viewer .main .toolbar-wrapper .viewer-btn {
  margin: 3px 2px 4px 0;
  min-width: 16px;
  padding: 2px 6px 1px;
  border: 1px solid transparent;
  border-radius: 2px;
  color: rgba(255, 255, 255, 0.8);
  font-size: 12px;
  line-height: 14px;
  transition-property: background-color, border-color, box-shadow;
  transition-duration: 150ms;
  transition-timing-function: ease;
  cursor: default;
  background: none;
  width: 32px;
  height: 25px;
}
.pdf-viewer .main .toolbar-wrapper .viewer-btn i.fa-print {
  font-size: 20px;
}
.pdf-viewer .main .toolbar-wrapper .viewer-btn:hover {
  background-color: rgba(0, 0, 0, 0.12);
  background-image: linear-gradient(rgba(255, 255, 255, 0.05), rgba(255, 255, 255, 0));
  background-clip: padding-box;
  border: 1px solid;
  border-color: rgba(0, 0, 0, 0.32) rgba(0, 0, 0, 0.38) rgba(0, 0, 0, 0.42);
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.05) inset, 0 0 1px rgba(255, 255, 255, 0.15) inset, 0 1px 0 rgba(255, 255, 255, 0.05);
}
.pdf-viewer .main .toolbar-wrapper input[type="text"] {
  padding: 3px 6px;
  margin: 4px 0 4px 0;
  border-radius: 2px;
  background-color: rgba(255, 255, 255, 0.09);
  background-image: linear-gradient(rgba(255, 255, 255, 0.05), rgba(255, 255, 255, 0));
  background-clip: padding-box;
  border: 1px;
  border-color: rgba(0, 0, 0, 0.32) rgba(0, 0, 0, 0.38) rgba(0, 0, 0, 0.42);
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.05) inset, 0 1px 0 rgba(255, 255, 255, 0.05);
  color: #f2f2f2;
  font-size: 12px;
  line-height: 14px;
  outline-style: none;
  transition-property: background-color, border-color, box-shadow;
  transition-duration: 150ms;
  transition-timing-function: ease;
  width: 50px;
  text-align: right;
}
.pdf-viewer .main .toolbar-wrapper .search-box input[type="text"] {
  text-align: left;
  width: 200px;
}
.pdf-viewer .main .toolbar-wrapper .search-results {
  display: inline-block;
  height: 20px;
  width: 20px;
}
.pdf-viewer .main .pdf-viewer-wrapper {
  position: absolute;
  top: 32px;
  right: 0;
  bottom: 0;
  left: 0;
  outline: none;
  background-color: #404040;
  overflow: auto;
  text-align: center;
  -webkit-overflow-scrolling: touch;
}
.pdf-viewer .main .page {
  margin-bottom: 10px;
  margin-right: auto;
  margin-left: auto;
}

.rsr-progress-bar-wrapper .progress-bar {
  height: 4px;
  background-color: #B22222;
  width: 0;
  position: fixed;
  top: 0;
  z-index: 999;
}

.reports-panel-wrapper .group-by {
  margin-top: 20px;
}
.reports-panel-wrapper .panel-collapsible .panel-collapsible-content {
  max-height: 2000px;
}
.reports-panel-wrapper .panel-collapsible .panel-collapsible-closed {
  max-height: 0;
}
.reports-panel-wrapper .panel-collapsible .panel-collapsible-button {
  float: right;
}
.reports-panel-wrapper .reports-columns-wrapper {
  margin-top: 25px;
  margin-bottom: 15px;
  padding-bottom: 30px;
}
.reports-panel-wrapper .reports-columns-wrapper .column {
  padding-left: 10px;
}
.reports-panel-wrapper .reports-columns-wrapper .column .column-function {
  display: inline-block;
  padding-left: 10px;
  font-size: 10px;
}
.reports-panel-wrapper .filter-action-buttons {
  margin-top: 30px;
}
@media print {
  .reports-panel-wrapper {
    display: none;
  }
}

.reports-panel-wrapper .warning-message {
  font-size: 12px;
  margin: 0 0 30px 10px;
  float: left;
}
.reports-panel-wrapper .reports-list ul {
  margin: 45px 0 0 20px;
}
.reports-panel-wrapper .reports-list ul li {
  margin-bottom: 20px;
}
.reports-panel-wrapper .reports-list ul li a {
  color: #fff;
  text-decoration: none;
}

.saved-views-panel-wrapper .slide-panel.page-slide-opened-long {
  border-left: 3px solid white;
}
.saved-views-panel-wrapper .saved-views-list ul {
  margin-top: 45px;
}
.saved-views-panel-wrapper .saved-views-list ul li {
  margin-right: 40px;
  padding: 5px 0 5px 10px;
  font-size: 16px;
  position: relative;
}
.saved-views-panel-wrapper .saved-views-list ul li .fa-lock,
.saved-views-panel-wrapper .saved-views-list ul li .fa-unlock-alt,
.saved-views-panel-wrapper .saved-views-list ul li .fa-home {
  margin-right: 3px;
}
.saved-views-panel-wrapper .saved-views-list ul li.selected {
  background-color: #37434d;
}
.saved-views-panel-wrapper .saved-views-list ul a {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
  word-break: break-word;
}
.saved-views-panel-wrapper .saved-views-list ul .saved-view-delete {
  position: absolute;
  float: right;
  right: -20px;
  top: 10px;
  font-size: 14px;
  cursor: pointer;
}
.saved-views-panel-wrapper .saved-views-list .saved-views-title {
  padding: 10px 0 0 0;
  margin: 5px 0 15px;
  border-top: 1px solid #37434d;
}
.rsr-modal b {
  font-weight: bold;
}

.filters-applied {
  float: right;
  max-width: 80%;
  padding: 10px;
  font-size: 16px;
  line-height: 30px;
}
.filters-applied .filters-options {
  margin: 5px 0 5px 20px;
  text-align: right;
}
.filters-applied .filters-options a {
  color: #00b4ff;
}
.filters-applied .filters-applied-set {
  overflow: hidden;
}
.filters-applied .filters-applied-set div {
  float: right;
  font-size: 12px;
  color: #333333;
  margin: 5px;
  background-color: #cedeea;
  padding: 0 35px 0 10px;
  position: relative;
}
.filters-applied .filters-applied-set div.disabled {
  opacity: 0.4;
}
.filters-applied .filters-applied-set div.applied-filter-color-1 {
  background-color: #ced0ea;
}
.filters-applied .filters-applied-set div a.close {
  display: block;
  position: absolute;
  z-index: 5;
  top: 0;
  bottom: 0;
  right: 0;
  width: 30px;
  background: url("/assets/images/icon-close.png") center center no-repeat;
}
.filters-applied .filters-applied-set div strong {
  font-weight: 600;
}

.search-panel-wrapper #saved-search {
  margin-left: 10px;
}
.search-panel-wrapper .slide-panel .group-delimiter {
  color: #FFF;
  width: 260px;
  margin: 25px 0 15px;
  display: block;
  border-top: 1px solid #FFF;
}
margin-top-50 {
  margin-top: 50px !important;
}
.tags {
  width: 260px !important;
}
.tags .input {
  display: block;
  width: 260px !important;
  margin: 0 !important;
  border-radius: 3px !important;
  height: 35px !important;
  border: none;
  background-color: #fff;
  position: relative;
  font-size: 16px !important;
}
.auto-complete-tag .autocomplete {
  width: 260px;
  background: #f0f7f9;
  padding: 9px 10px;
  margin-top: -1px;
  border: 0;
}
.auto-complete-tag tags-input .tags .tag-item,
.auto-complete-tag rsr-tags-input .tags .tag-item {
  padding: 6px 5px;
  font: 16px "Helvetica Neue", Helvetica, Arial, sans-serif;
  height: auto;
  border: none;
  border-radius: 0px;
  background: #cedeea;
  color: #333;
}
.auto-complete-tag .autocomplete .suggestion-item {
  background: #f0f7f9;
  font-size: 15px;
  color: #888;
  padding: 8px 0;
}
.auto-complete-tag .autocomplete .suggestion-item.selected,
.auto-complete-tag .autocomplete .suggestion-item:hover {
  background: #deeaee;
  color: #888;
}
.tag-template div {
  float: left;
}
.tag-template div img {
  width: 24px;
  height: 24px;
  vertical-align: middle;
  margin-left: 5px;
}
.auto-complete-tag .tags .tag-item .remove-button {
  float: right;
}
.auto-complete-tag .tag-template {
  display: flex;
  align-items: center;
}

.search-panel-wrapper #saved-search {
  margin-left: 10px;
}
.search-panel-wrapper .slide-panel .group-delimiter {
  color: #FFF;
  width: 260px;
  margin: 25px 0 15px;
  display: block;
  border-top: 1px solid #FFF;
}

.session-form-wrapper {
  margin-top: 20px;
  margin-bottom: 20px;
  min-height: 130px;
}
.session-form-wrapper .form-container {
  border-bottom: 1px solid #ccc;
}
.session-form-wrapper .form-container .form {
  padding: 25px 1%;
  background-color: #f5f2f6;
  color: #5d595e;
  font-size: 14px;
  white-space: nowrap;
}
.session-form-wrapper .form-container .form .form-timeline {
  vertical-align: middle;
  overflow: hidden;
  padding: 0 10px;
}
.session-form-wrapper .form-container .form .form-timeline .time-total,
.session-form-wrapper .form-container .form .form-timeline .time-left {
  display: block;
  float: left;
  vertical-align: middle;
  margin: 0 10px;
  font-size: 13px;
  width: 50px;
  padding: 30px 0;
}
.session-form-wrapper .form-container .form .form-timeline .time-left {
  float: right;
}
.session-form-wrapper .form-container .form .form-timeline #timeline {
  vertical-align: middle;
  cursor: pointer;
  overflow: hidden;
  height: 80px;
  position: relative;
}
.session-form-wrapper .form-container .form .form-timeline #timeline .delimiter {
  border-top: 1px solid #ccc;
  margin-top: 40px;
}
.session-form-wrapper .form-container .form .form-timeline #timeline .region,
.session-form-wrapper .form-container .form .form-timeline #timeline .bookmark {
  background-color: #ccc;
  position: absolute;
  z-index: 2;
  height: 100%;
  top: 0;
  opacity: 0.7;
}
.session-form-wrapper .form-container .form .form-timeline #timeline .bookmark {
  background-color: #008000;
}
.session-form-wrapper .form-container.fixed-position {
  position: fixed;
  top: -20px;
  left: 60px;
  right: 0px;
  background-color: #fff;
  z-index: 999;
  margin: 0 15px;
}

/* Switch element */
.on-off-check {
  display: inline-block;
  width: 60px;
  height: 28px;
  border-radius: 14px;
  color: #FFF;
  font-weight: bold;
  font-size: 12px;
  background-color: #c3c3c3;
  position: relative;
  cursor: pointer;
  overflow: hidden;
  vertical-align: middle;
  margin: 0 5px;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
}
.on-off-check.indeterminate label {
  border: 2px solid #009999;
  background-color: #009999;
}
.on-off-check.indeterminate label span.on,
.on-off-check.indeterminate label span.off {
  display: none;
}
.on-off-check.indeterminate label:before {
  left: 17px;
}
.on-off-check.disabled label:before {
  background: #d7d7d7;
}
.on-off-check input[type="checkbox"] {
  display: none;
}
.on-off-check input[type="checkbox"]:checked + label {
  border: 2px solid #84cde3;
  background-color: #84cde3;
}
.on-off-check input[type="checkbox"]:checked + label span.on {
  opacity: 1;
  display: inline;
}
.on-off-check input[type="checkbox"]:checked + label span.off {
  opacity: 0;
  display: none;
}
.on-off-check input[type="checkbox"]:checked + label:before {
  left: 32px;
}
.on-off-check label {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 1;
  cursor: pointer;
  background-color: #c3c3c3;
  border: 2px solid #c3c3c3;
  line-height: 24px;
  text-align: left;
}
.on-off-check label span {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.on-off-check label span.on {
  opacity: 0;
  padding-left: 10px;
  display: none;
}
.on-off-check label span.off {
  opacity: 1;
  padding-left: 30px;
  display: inline;
}
.on-off-check label:before {
  content: "";
  width: 24px;
  height: 24px;
  background: #FFF;
  display: block;
  position: absolute;
  left: 0;
  border-radius: 50%;
  z-index: 2;
  -webkit-transition: all, 0.1s, ease-out;
  -moz-transition: all, 0.1s, ease-out;
  -o-transition: all, 0.1s, ease-out;
  -ms-transition: all, 0.1s, ease-out;
  transition: all, 0.1s, ease-out;
}

rsr-tags-input {
  display: block;
}
rsr-tags-input *,
rsr-tags-input *:before,
rsr-tags-input *:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
rsr-tags-input .host {
  position: relative;
  margin-top: 5px;
  margin-bottom: 5px;
  height: 100%;
}
rsr-tags-input .host:active {
  outline: none;
}
rsr-tags-input .tags {
  -moz-appearance: textfield;
  -webkit-appearance: textfield;
  padding: 1px;
  overflow: hidden;
  word-wrap: break-word;
  cursor: text;
  background-color: #fff;
  border: 1px solid darkgray;
  box-shadow: 1px 1px 1px 0 lightgray inset;
  height: 100%;
  position: relative;
}
rsr-tags-input .tags.focused {
  outline: none;
  -webkit-box-shadow: 0 0 3px 1px rgba(5, 139, 242, 0.6);
  -moz-box-shadow: 0 0 3px 1px rgba(5, 139, 242, 0.6);
  box-shadow: 0 0 3px 1px rgba(5, 139, 242, 0.6);
}
rsr-tags-input .tags .tag-list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
rsr-tags-input .tags .tag-item {
  margin: 2px;
  padding: 0 5px;
  display: inline-block;
  float: left;
  font: 14px "Helvetica Neue", Helvetica, Arial, sans-serif;
  height: 26px;
  line-height: 25px;
  border: 1px solid #acacac;
  border-radius: 3px;
  background: -webkit-linear-gradient(top, #f0f9ff 0%, #cbebff 47%, #a1dbff 100%);
  background: linear-gradient(to bottom, #f0f9ff 0%, #cbebff 47%, #a1dbff 100%);
}
rsr-tags-input .tags .tag-item.selected {
  background: -webkit-linear-gradient(top, #febbbb 0%, #fe9090 45%, #ff5c5c 100%);
  background: linear-gradient(to bottom, #febbbb 0%, #fe9090 45%, #ff5c5c 100%);
}
rsr-tags-input .tags .tag-item .remove-button {
  margin: 0 0 0 5px;
  padding: 0;
  border: none;
  background: none;
  cursor: pointer;
  vertical-align: middle;
  font: bold 16px Arial, sans-serif;
  color: #585858;
}
rsr-tags-input .tags .tag-item .remove-button:active {
  color: #ff0000;
}
rsr-tags-input .tags .input {
  border: 0;
  outline: none;
  margin: 2px;
  padding: 0;
  padding-left: 5px;
  float: left;
  height: 26px;
  font: 14px "Helvetica Neue", Helvetica, Arial, sans-serif;
}
rsr-tags-input .tags .input.invalid-tag {
  color: #ff0000;
}
rsr-tags-input .tags .input::-ms-clear {
  display: none;
}
rsr-tags-input.ng-invalid .tags {
  -webkit-box-shadow: 0 0 3px 1px rgba(255, 0, 0, 0.6);
  -moz-box-shadow: 0 0 3px 1px rgba(255, 0, 0, 0.6);
  box-shadow: 0 0 3px 1px rgba(255, 0, 0, 0.6);
}
rsr-tags-input[disabled] .host:focus {
  outline: none;
}
rsr-tags-input .tags img.arrow {
  visibility: hidden;
  cursor: pointer;
  position: absolute;
  right: 8px;
  bottom: 13px;
}
.auto-complete-tag.list rsr-tags-input .tags {
  cursor: pointer !important;
}
.auto-complete-tag.list rsr-tags-input .tags img.arrow {
  cursor: pointer;
  visibility: visible !important;
}
.auto-complete-tag.list rsr-tags-input .tags .input {
  cursor: pointer;
}
rsr-tags-input[disabled] .tags {
  background-color: #eee;
  cursor: default;
}
rsr-tags-input[disabled] .tags .tag-item {
  opacity: 0.65;
  background: -webkit-linear-gradient(top, #f0f9ff 0%, rgba(203, 235, 255, 0.75) 47%, rgba(161, 219, 255, 0.62) 100%);
  background: linear-gradient(to bottom, #f0f9ff 0%, rgba(203, 235, 255, 0.75) 47%, rgba(161, 219, 255, 0.62) 100%);
}
rsr-tags-input[disabled] .tags .tag-item .remove-button {
  cursor: default;
}
rsr-tags-input[disabled] .tags .tag-item .remove-button:active {
  color: #585858;
}
rsr-tags-input[disabled] .tags .input {
  background-color: #eee;
  cursor: default;
}
rsr-tags-input .autocomplete {
  margin-top: 5px;
  position: absolute;
  padding: 5px 0;
  z-index: 999;
  width: 100%;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
}
rsr-tags-input .autocomplete .suggestion-list {
  margin: 0;
  padding: 0;
  list-style-type: none;
  max-height: 280px;
  overflow-y: auto;
  position: relative;
}
rsr-tags-input .autocomplete .suggestion-item {
  padding: 5px 10px;
  cursor: pointer;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font: 16px "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #000;
  background-color: #fff;
}
rsr-tags-input .autocomplete .suggestion-item.selected {
  color: #fff;
  background-color: #0097cf;
}
rsr-tags-input .autocomplete .suggestion-item.selected em {
  color: #fff;
  background-color: #0097cf;
}
rsr-tags-input .autocomplete .suggestion-item em {
  font: normal bold 16px "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #000;
  background-color: #fff;
}

.datepicker-time-wrapper {
  border: none;
  width: 49%;
  float: left;
  outline: none;
  height: 20px;
  border-radius: 3px;
  padding: 0 0 0 35px;
  margin-top: 10px;
  font-size: 13px;
}
.datepicker-time-wrapper i {
  float: left;
  color: #c9c9c9;
  margin: 0 2px;
}
.datepicker-time-wrapper input[type="text"] {
  padding: 0;
  width: 25%;
  margin-top: 0;
  text-align: center;
}
.datepicker-time-wrapper .datepicker-time.has-error {
  border: 1px solid #a94442;
}

.top-menu a {
  color: #fff;
  text-decoration: none;
  padding: 0 14px;
  display: block;
}
.top-menu .logo {
  cursor: pointer;
}
.top-menu .dropdown .dropdown-menu {
  display: none;
}
.top-menu .dropdown.open .dropdown-menu {
  display: block;
}
.top-menu .main-menu li {
  float: left;
  font-size: 15px;
  font-weight: 500;
  max-height: 60px;
  position: relative;
  -webkit-transition: all 0.3s ease-in;
  -moz-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  -ms-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}
.top-menu .main-menu li:hover,
.top-menu .main-menu li.active {
  background-color: #c37cd7;
  border-bottom: 3px solid #945da4;
}
.top-menu .main-menu .dropdown .dropdown-menu {
  min-width: 100%;
  position: absolute;
  left: 0;
  top: 100%;
  line-height: normal;
  padding: 15px 0;
  background-color: #2f4052;
  z-index: 1000;
}
.top-menu .main-menu .dropdown .dropdown-menu li {
  float: none;
  padding: 10px 0;
  white-space: nowrap;
}
.top-menu .main-menu .dropdown .dropdown-menu li:hover {
  background-color: #394c61;
  border: none;
}
.top-menu .main-menu .dropdown .dropdown-menu li:hover.active {
  border-bottom: 3px solid transparent;
}
.top-menu .main-menu .dropdown .dropdown-menu li.separator {
  border-top: 2px solid #456882;
  padding: 10px 0 10px 0;
  margin: 5px 0;
}
.top-menu .main-menu .navbar-responsible {
  display: none;
}
.top-menu .main-menu .navbar-toggle {
  position: relative;
  float: right;
  padding: 9px 10px;
  margin: 12px 15px 8px 0;
  background-color: transparent;
  background-image: none;
  border: 1px solid #232c36;
  border-radius: 4px;
  cursor: pointer;
}
.top-menu .main-menu .navbar-toggle:hover {
  background-color: #c37cd7;
}
.top-menu .main-menu .navbar-toggle .icon-bar {
  display: block;
  width: 22px;
  height: 2px;
  border-radius: 1px;
  background-color: #fff;
}
.top-menu .main-menu .navbar-toggle .icon-bar + .icon-bar {
  margin-top: 4px;
}
@media screen and (max-width: 1024px) {
  .top-menu .main-menu .navbar-responsible {
    display: block;
  }
  .top-menu .main-menu .navbar-origin {
    display: none;
  }
}
@media screen and (min-width: 1025px) {
  .top-menu .navbar-items {
    display: none;
  }
}
.top-menu .has-dropdown:after {
  border-color: #FFF transparent transparent;
  border-style: solid;
  border-width: 4px 3px 0;
  content: "";
  display: block;
  height: 0;
  position: absolute;
  right: 15px;
  top: 28px;
  width: 0;
  z-index: 5;
}
.top-menu .has-dropdown a {
  padding-right: 30px;
}
@media screen and (max-width: 1024px) {
  .top-menu .has-dropdown {
    border-width: 8px 5px 0;
    position: relative;
  }
  .top-menu .has-dropdown li a {
    padding-left: 60px;
  }
}
.top-menu .navbar-items {
  position: absolute;
  border: 2px solid;
  top: 58px;
  width: 100%;
  background-color: #2f4052;
  z-index: 99;
}
.top-menu .navbar-items .active {
  background-color: #c37cd7;
}
.top-menu .navbar-items li a:hover {
  background-color: #c37cd7;
}
@media screen and (max-width: 1024px) {
  .top-menu .user-profile-menu {
    display: none;
  }
}
.top-menu .user-profile-menu {
  float: right;
  padding: 0 0 0 20px;
  color: #88a8c9;
  font-size: 13px;
  cursor: pointer;
  position: relative;
  z-index: 100;
}
.top-menu .user-profile-menu .dropdown-toggle {
  padding-right: 40px;
}
.top-menu .user-profile-menu:hover {
  color: #91c4f8;
}
.top-menu .user-profile-menu:after {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 4px 3px 0 3px;
  border-color: #88a9c9 transparent transparent transparent;
  display: block;
  content: "";
  z-index: 5;
  position: absolute;
  right: 20px;
  top: 28px;
}
.top-menu .user-profile-menu.active {
  background-color: #f0f0f0;
}
.top-menu .user-profile-menu .dropdown-menu {
  left: auto;
  right: 10px;
  background-color: rgba(0, 0, 0, 0.9);
  border-radius: 3px;
  top: 80%;
  padding: 15px 0;
  min-width: 220px;
  position: absolute;
}
.top-menu .user-profile-menu .dropdown-menu li {
  padding: 5px 0;
}
.top-menu .user-profile-menu .dropdown-menu li a {
  line-height: normal;
  color: #00b4ff;
  font-size: 15px;
}
.top-menu .user-profile-menu .dropdown-menu li a:hover {
  color: #91c4f8;
}
.top-menu .user-profile-menu .dropdown-menu:before {
  border-color: transparent transparent #000000;
  border-style: solid;
  border-width: 0 5px 4px;
  content: "";
  display: block;
  height: 0;
  position: absolute;
  right: 8px;
  top: -4px;
  width: 0;
  z-index: 4;
}

.treeview-wrapper .slide-panel-scrollable {
  top: 20px;
  right: 5px;
  left: 0;
}
.treeview-wrapper .treeview {
  display: block;
  width: 100%;
}
.treeview-wrapper .treeview a {
  color: #FFF;
  text-decoration: none;
}
.treeview-wrapper .treeview .selected {
  font-weight: 600;
  background-color: #37434d;
}
.treeview-wrapper .treeview .treeview-icon {
  width: 25px;
  height: 15px;
  display: block;
  float: left;
  vertical-align: middle;
  background: url('/assets/images/icon-arrow-right.png') center center no-repeat;
  margin-top: 3px;
  cursor: pointer;
  position: absolute;
  margin-left: -25px;
}
.treeview-wrapper .treeview .opened > .has-children > .treeview-icon {
  background: url('/assets/images/icon-arrow-down.png') center center no-repeat;
}
.treeview-wrapper .treeview .opened > .treeview-subtree {
  display: block;
}
.treeview-wrapper .treeview .treeview-subtree {
  display: none;
  margin: 0 5px;
}
.treeview-wrapper .treeview .treeview-subtree li {
  padding: 5px 10px 5px 60px;
}
.treeview-wrapper .treeview .treeview-subtree li li {
  padding: 5px 10px 5px 10px;
}
.treeview-wrapper .treeview .root-node {
  font-size: 18px;
  font-weight: 500;
  padding: 15px 15px 15px 45px;
  margin-bottom: 10px;
}
.treeview-wrapper .treeview .root-node .treeview-icon {
  width: 35px;
  left: 10px;
  margin-left: 0;
}
.treeview-wrapper .rsr-button {
  margin: 0 0 0 20px;
}
.treeview-wrapper .action-buttons {
  position: absolute;
  bottom: 10px;
}
.treeview-wrapper .modal-add .rsr-input {
  width: 100%;
}
.treeview-wrapper .modal-add textarea {
  resize: vertical;
}

.export-csv {
  display: inline-block;
  padding-left: 25px;
  padding-top: 15px;
  overflow: visible;
  margin-bottom: 15px;
}
.table-label {
  vertical-align: middle;
}
.add-users {
  display: inline-block;
  padding-left: 20px;
  padding-bottom: 15px;
  vertical-align: middle;
}
.data-content table td.icon-col.switch {
  padding: 0;
}
.data-content table td.icon-col.switch object-switcher {
  text-align: center;
  display: block;
}
.export-csv #columns-configurator {
  position: relative;
  top: -5px;
  left: -7px;
  display: inline-block;
  padding-right: 5px;
}
.export-csv a {
  align-items: center;
  cursor: pointer;
  display: inline-flex;
}
.icon-csv {
  background: url('/assets/images/icon-csv.png') no-repeat;
  display: inline-block;
  height: 28px;
  width: 29px;
}

.wavesurfer-wrapper {
  margin-top: 20px;
  margin-bottom: 20px;
}
.wavesurfer-wrapper .slider-horizontal {
  width: 100%;
  height: 10px;
}
.wavesurfer-wrapper .slider-vertical {
  width: 10px;
  -webkit-appearance: slider-vertical;
}
.wavesurfer-wrapper .record-waveform-container {
  border-bottom: 1px solid #ccc;
}
.wavesurfer-wrapper .record-waveform-container .disabled .fa {
  color: #a4a4a4;
  cursor: default;
}
.wavesurfer-wrapper .record-waveform-container .record-waveform {
  padding: 25px 2%;
  background-color: #f5f2f6;
  color: #5d595e;
  font-size: 14px;
  white-space: nowrap;
}
.wavesurfer-wrapper .record-waveform-container .record-waveform .audio-control {
  display: inline-block;
  vertical-align: middle;
  font-size: 20px;
  cursor: pointer;
  width: 30px;
  text-align: left;
}
.wavesurfer-wrapper .record-waveform-container .record-waveform .audio-control .fa {
  padding: 5px 7px 5px 8px;
  background-color: transparent;
  border-radius: 5px;
}
.wavesurfer-wrapper .record-waveform-container .record-waveform .audio-control .fa:hover:not(.fa-spin) {
  background-color: #5d585e;
  color: #fff;
}
.wavesurfer-wrapper .record-waveform-container .record-waveform .record-waveform-control {
  position: relative;
  width: 30px;
  text-align: center;
  padding: 25px 0;
  float: left;
}
.wavesurfer-wrapper .record-waveform-container .record-waveform .record-waveform-options-right .record-waveform-control {
  float: right;
}
.wavesurfer-wrapper .record-waveform-container .record-waveform .record-waveform-wave {
  vertical-align: middle;
  padding: 0 10px;
}
.wavesurfer-wrapper .record-waveform-container .record-waveform .record-waveform-wave .time-total,
.wavesurfer-wrapper .record-waveform-container .record-waveform .record-waveform-wave .time-left {
  display: block;
  float: left;
  vertical-align: middle;
  margin: 0 10px;
  font-size: 13px;
  width: 50px;
  padding: 30px 0;
}
.wavesurfer-wrapper .record-waveform-container .record-waveform .record-waveform-wave .time-left {
  float: right;
}
.wavesurfer-wrapper .record-waveform-container .record-waveform .record-waveform-wave #audio {
  position: relative;
  vertical-align: middle;
  cursor: pointer;
  height: 80px;
}
.wavesurfer-wrapper .record-waveform-container .volume-control {
  border-radius: 3px;
  background-color: #5d585e;
  padding: 10px;
  position: absolute;
  z-index: 5;
  top: -100px;
  left: 50%;
  display: none;
  margin-left: -13px;
}
.wavesurfer-wrapper .record-waveform-container .volume-control.active {
  display: block;
}
.wavesurfer-wrapper .record-waveform-container .volume-control:after {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px 5px 0 5px;
  border-color: #5d585e transparent transparent transparent;
  position: absolute;
  bottom: -6px;
  left: 50%;
  margin-left: -5px;
  display: block;
  content: "";
}
.wavesurfer-wrapper .record-waveform-container .slider {
  width: 6px;
  height: 80px;
  border-radius: 2px;
  background-color: #E8ECEF;
  position: relative;
  margin: 15px 0 5px 0;
}
.wavesurfer-wrapper .record-waveform-container .slider .slider-active,
.wavesurfer-wrapper .record-waveform-container .slider .ui-slider-range {
  background-color: #899eae;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
}
.wavesurfer-wrapper .record-waveform-container .slider .pin,
.wavesurfer-wrapper .record-waveform-container .slider .ui-slider-handle {
  border-radius: 50%;
  background-color: #fff;
  position: absolute;
  left: -7px;
  margin-bottom: -10px;
  width: 20px;
  height: 20px;
  z-index: 5;
  cursor: pointer;
}
.wavesurfer-wrapper .record-waveform-container .slider.ui-slider-horizontal {
  height: .8em;
  width: 100%;
}
.wavesurfer-wrapper .record-waveform-container .slider.ui-slider-horizontal .ui-slider-handle {
  top: -0.3em;
  margin-left: -0.6em;
  background-color: rgba(100, 100, 100, 0.9);
}
.wavesurfer-wrapper .record-waveform-container .slider.ui-slider-horizontal .ui-slider-range {
  top: 0;
  height: 100%;
}
.wavesurfer-wrapper .record-waveform-container .slider.ui-slider-horizontal .ui-slider-range-min {
  left: 0;
}
.wavesurfer-wrapper .record-waveform-container .slider.ui-slider-horizontal .ui-slider-range-max {
  right: 0;
}
.wavesurfer-wrapper .record-waveform-container .slider.ui-widget-content {
  border: none;
}
.wavesurfer-wrapper .record-waveform-container .controls {
  text-align: center;
  background-color: #fff;
}
.wavesurfer-wrapper .record-waveform-container .controls .speed,
.wavesurfer-wrapper .record-waveform-container .controls .zoom {
  text-align: center;
  padding: 25px 0 0;
}
.wavesurfer-wrapper .record-waveform-container .controls span,
.wavesurfer-wrapper .record-waveform-container .controls i {
  cursor: pointer;
}
.wavesurfer-wrapper .record-waveform-container .controls i {
  color: #6f7070;
}
.wavesurfer-wrapper .record-waveform-container.advanced .controls .playback,
.wavesurfer-wrapper .record-waveform-container.extended .controls .playback {
  min-width: 420px;
  vertical-align: top;
  position: relative;
}
.wavesurfer-wrapper .record-waveform-container.advanced .controls .playback .forward,
.wavesurfer-wrapper .record-waveform-container.extended .controls .playback .forward,
.wavesurfer-wrapper .record-waveform-container.advanced .controls .playback .backward,
.wavesurfer-wrapper .record-waveform-container.extended .controls .playback .backward,
.wavesurfer-wrapper .record-waveform-container.advanced .controls .playback .play,
.wavesurfer-wrapper .record-waveform-container.extended .controls .playback .play {
  display: inline-block;
  width: 30%;
  border-radius: 50%;
  border: 1px solid #6F7070;
  position: relative;
  cursor: pointer;
}
.wavesurfer-wrapper .record-waveform-container.advanced .controls .playback .forward i,
.wavesurfer-wrapper .record-waveform-container.extended .controls .playback .forward i,
.wavesurfer-wrapper .record-waveform-container.advanced .controls .playback .backward i,
.wavesurfer-wrapper .record-waveform-container.extended .controls .playback .backward i,
.wavesurfer-wrapper .record-waveform-container.advanced .controls .playback .play i,
.wavesurfer-wrapper .record-waveform-container.extended .controls .playback .play i {
  position: absolute;
  color: #6F7070;
}
.wavesurfer-wrapper .record-waveform-container.advanced .controls .playback .forward .icon-download.disabled i,
.wavesurfer-wrapper .record-waveform-container.extended .controls .playback .forward .icon-download.disabled i,
.wavesurfer-wrapper .record-waveform-container.advanced .controls .playback .backward .icon-download.disabled i,
.wavesurfer-wrapper .record-waveform-container.extended .controls .playback .backward .icon-download.disabled i,
.wavesurfer-wrapper .record-waveform-container.advanced .controls .playback .play .icon-download.disabled i,
.wavesurfer-wrapper .record-waveform-container.extended .controls .playback .play .icon-download.disabled i {
  cursor: default;
  color: #a4a4a4;
}
.wavesurfer-wrapper .record-waveform-container.advanced .controls .playback .play,
.wavesurfer-wrapper .record-waveform-container.extended .controls .playback .play {
  width: 100px;
  height: 100px;
  margin: 22px 20px 5px 20px;
}
.wavesurfer-wrapper .record-waveform-container.advanced .controls .playback .play i,
.wavesurfer-wrapper .record-waveform-container.extended .controls .playback .play i {
  font-size: 40px;
  top: 29px;
  right: 0;
  left: 10px;
}
.wavesurfer-wrapper .record-waveform-container.advanced .controls .playback .play i.fa-spin,
.wavesurfer-wrapper .record-waveform-container.extended .controls .playback .play i.fa-spin {
  left: 1px;
  top: 29px;
}
.wavesurfer-wrapper .record-waveform-container.advanced .controls .playback .play i.fa-pause,
.wavesurfer-wrapper .record-waveform-container.extended .controls .playback .play i.fa-pause {
  top: 30px;
  left: 1px;
}
.wavesurfer-wrapper .record-waveform-container.advanced .controls .playback .play i.fa-warning,
.wavesurfer-wrapper .record-waveform-container.extended .controls .playback .play i.fa-warning {
  left: 0px;
}
.wavesurfer-wrapper .record-waveform-container.advanced .controls .playback .backward,
.wavesurfer-wrapper .record-waveform-container.extended .controls .playback .backward,
.wavesurfer-wrapper .record-waveform-container.advanced .controls .playback .forward,
.wavesurfer-wrapper .record-waveform-container.extended .controls .playback .forward {
  width: 50px;
  height: 50px;
  margin-bottom: 30px;
}
.wavesurfer-wrapper .record-waveform-container.advanced .controls .playback .backward i,
.wavesurfer-wrapper .record-waveform-container.extended .controls .playback .backward i,
.wavesurfer-wrapper .record-waveform-container.advanced .controls .playback .forward i,
.wavesurfer-wrapper .record-waveform-container.extended .controls .playback .forward i {
  top: 15px;
  font-size: 18px;
}
.wavesurfer-wrapper .record-waveform-container.advanced .controls .playback .backward i,
.wavesurfer-wrapper .record-waveform-container.extended .controls .playback .backward i {
  left: 15px;
}
.wavesurfer-wrapper .record-waveform-container.advanced .controls .playback .forward i,
.wavesurfer-wrapper .record-waveform-container.extended .controls .playback .forward i {
  left: 18px;
}
.wavesurfer-wrapper .record-waveform-container.advanced .controls .playback .options,
.wavesurfer-wrapper .record-waveform-container.extended .controls .playback .options {
  font-size: 24px;
  cursor: pointer;
  border: none;
  text-align: right;
  position: absolute;
  top: 50px;
  color: #6F7070;
}
.wavesurfer-wrapper .record-waveform-container.advanced .controls .playback .options.right,
.wavesurfer-wrapper .record-waveform-container.extended .controls .playback .options.right {
  right: 25px;
}
.wavesurfer-wrapper .record-waveform-container.advanced .controls .playback .options.left,
.wavesurfer-wrapper .record-waveform-container.extended .controls .playback .options.left {
  top: 55px;
  left: 25px;
}
.wavesurfer-wrapper .record-waveform-container.advanced .controls .playback .options .volume-control,
.wavesurfer-wrapper .record-waveform-container.extended .controls .playback .options .volume-control {
  left: 5px;
  margin: 0;
  top: -165px;
}
.wavesurfer-wrapper .record-waveform-container.advanced .controls .playback .options .icon-volume,
.wavesurfer-wrapper .record-waveform-container.extended .controls .playback .options .icon-volume,
.wavesurfer-wrapper .record-waveform-container.advanced .controls .playback .options .icon-download,
.wavesurfer-wrapper .record-waveform-container.extended .controls .playback .options .icon-download {
  position: relative;
  width: 30px;
  display: inline-block;
}
.wavesurfer-wrapper .record-waveform-container.advanced .controls .playback .options .icon-volume.quality,
.wavesurfer-wrapper .record-waveform-container.extended .controls .playback .options .icon-volume.quality,
.wavesurfer-wrapper .record-waveform-container.advanced .controls .playback .options .icon-download.quality,
.wavesurfer-wrapper .record-waveform-container.extended .controls .playback .options .icon-download.quality {
  font-size: 14px;
  text-align: left;
  width: 150px;
}
.wavesurfer-wrapper .record-waveform-container.advanced .controls .playback .options .icon-volume.quality .title,
.wavesurfer-wrapper .record-waveform-container.extended .controls .playback .options .icon-volume.quality .title,
.wavesurfer-wrapper .record-waveform-container.advanced .controls .playback .options .icon-download.quality .title,
.wavesurfer-wrapper .record-waveform-container.extended .controls .playback .options .icon-download.quality .title {
  display: inline-block;
}
.wavesurfer-wrapper .record-waveform-container.advanced .controls .playback .options .icon-volume.quality .icon-quality,
.wavesurfer-wrapper .record-waveform-container.extended .controls .playback .options .icon-volume.quality .icon-quality,
.wavesurfer-wrapper .record-waveform-container.advanced .controls .playback .options .icon-download.quality .icon-quality,
.wavesurfer-wrapper .record-waveform-container.extended .controls .playback .options .icon-download.quality .icon-quality {
  height: 40px;
  width: 40px;
  position: absolute;
  top: -10px;
  right: 15px;
  background: url('/assets/images/icon-audio-quality.png') no-repeat no-repeat center;
}
@media screen and (max-width: 1024px) {
  .wavesurfer-wrapper .record-waveform-container.advanced .controls .playback .options,
  .wavesurfer-wrapper .record-waveform-container.extended .controls .playback .options {
    right: 25px;
  }
}
@media screen and (max-width: 761px) {
  .wavesurfer-wrapper .record-waveform-container.advanced .controls .playback,
  .wavesurfer-wrapper .record-waveform-container.extended .controls .playback {
    min-width: 0;
    margin-bottom: 15px;
  }
  .wavesurfer-wrapper .record-waveform-container.advanced .controls .playback .play,
  .wavesurfer-wrapper .record-waveform-container.extended .controls .playback .play {
    margin: 0;
    height: 40px;
    width: 40px;
  }
  .wavesurfer-wrapper .record-waveform-container.advanced .controls .playback .play i,
  .wavesurfer-wrapper .record-waveform-container.extended .controls .playback .play i {
    top: 4px;
  }
  .wavesurfer-wrapper .record-waveform-container.advanced .controls .playback .play i.fa-spinner,
  .wavesurfer-wrapper .record-waveform-container.extended .controls .playback .play i.fa-spinner {
    top: 7px;
    left: -4px;
  }
  .wavesurfer-wrapper .record-waveform-container.advanced .controls .playback .play i.fa-warning,
  .wavesurfer-wrapper .record-waveform-container.extended .controls .playback .play i.fa-warning {
    top: -14px;
  }
  .wavesurfer-wrapper .record-waveform-container.advanced .controls .playback .play i.fa-pause,
  .wavesurfer-wrapper .record-waveform-container.extended .controls .playback .play i.fa-pause {
    top: -4px;
  }
  .wavesurfer-wrapper .record-waveform-container.advanced .controls .playback .play i.fa-play,
  .wavesurfer-wrapper .record-waveform-container.extended .controls .playback .play i.fa-play {
    top: -6px;
  }
  .wavesurfer-wrapper .record-waveform-container.advanced .controls .playback .backward,
  .wavesurfer-wrapper .record-waveform-container.extended .controls .playback .backward,
  .wavesurfer-wrapper .record-waveform-container.advanced .controls .playback .forward,
  .wavesurfer-wrapper .record-waveform-container.extended .controls .playback .forward {
    margin-bottom: 0;
  }
  .wavesurfer-wrapper .record-waveform-container.advanced .controls .playback .play,
  .wavesurfer-wrapper .record-waveform-container.extended .controls .playback .play,
  .wavesurfer-wrapper .record-waveform-container.advanced .controls .playback .backward,
  .wavesurfer-wrapper .record-waveform-container.extended .controls .playback .backward,
  .wavesurfer-wrapper .record-waveform-container.advanced .controls .playback .forward,
  .wavesurfer-wrapper .record-waveform-container.extended .controls .playback .forward {
    border: none;
  }
  .wavesurfer-wrapper .record-waveform-container.advanced .controls .playback .options,
  .wavesurfer-wrapper .record-waveform-container.extended .controls .playback .options {
    width: 70px;
    right: 0;
    top: 7px;
  }
}
.wavesurfer-wrapper .record-waveform-container.advanced .controls .record-waveform,
.wavesurfer-wrapper .record-waveform-container.extended .controls .record-waveform {
  padding: 25px 15px;
}
.wavesurfer-wrapper .record-waveform-container.advanced .controls.disabled,
.wavesurfer-wrapper .record-waveform-container.extended .controls.disabled {
  color: #c9c9c9;
}
.wavesurfer-wrapper .record-waveform-container.advanced .controls.disabled .play,
.wavesurfer-wrapper .record-waveform-container.extended .controls.disabled .play,
.wavesurfer-wrapper .record-waveform-container.advanced .controls.disabled .backward,
.wavesurfer-wrapper .record-waveform-container.extended .controls.disabled .backward,
.wavesurfer-wrapper .record-waveform-container.advanced .controls.disabled .forward,
.wavesurfer-wrapper .record-waveform-container.extended .controls.disabled .forward {
  border-color: #c9c9c9;
}
.wavesurfer-wrapper .record-waveform-container.advanced .controls.disabled .play i,
.wavesurfer-wrapper .record-waveform-container.extended .controls.disabled .play i,
.wavesurfer-wrapper .record-waveform-container.advanced .controls.disabled .backward i,
.wavesurfer-wrapper .record-waveform-container.extended .controls.disabled .backward i,
.wavesurfer-wrapper .record-waveform-container.advanced .controls.disabled .forward i,
.wavesurfer-wrapper .record-waveform-container.extended .controls.disabled .forward i {
  color: #c9c9c9;
}
.wavesurfer-wrapper .record-waveform-container.advanced .timer-wrapper .timer,
.wavesurfer-wrapper .record-waveform-container.extended .timer-wrapper .timer {
  float: left;
  font-size: 13px;
}
.wavesurfer-wrapper .record-waveform-container.advanced .timer-wrapper .timer:last-child,
.wavesurfer-wrapper .record-waveform-container.extended .timer-wrapper .timer:last-child {
  float: right;
}
.wavesurfer-wrapper .record-waveform-container.advanced .record-waveform-wave #audio .wavesurfer-region,
.wavesurfer-wrapper .record-waveform-container.extended .record-waveform-wave #audio .wavesurfer-region {
  opacity: 0.7;
  cursor: pointer !important;
}
.wavesurfer-wrapper .record-waveform-container.advanced .record-waveform-wave #audio .wavesurfer-region.wavesurfer-region-pinpoint,
.wavesurfer-wrapper .record-waveform-container.extended .record-waveform-wave #audio .wavesurfer-region.wavesurfer-region-pinpoint {
  z-index: 3 !important;
  height: auto !important;
  top: 10px !important;
  bottom: 10px !important;
  opacity: 0.8;
}
.wavesurfer-wrapper .record-waveform-container.fixed-position {
  position: fixed;
  top: -20px;
  left: 60px;
  right: 0px;
  background-color: #fff;
  z-index: 999;
  margin: 0 15px;
}
.wavesurfer-wrapper .record-waveform-container.fixed-position .controls {
  margin: 10px auto 20px;
}
.wavesurfer-wrapper .record-waveform-container.fixed-position .controls .speed,
.wavesurfer-wrapper .record-waveform-container.fixed-position .controls .zoom {
  padding-top: 15px;
}
.wavesurfer-wrapper .record-waveform-container.fixed-position .controls .playback .play {
  height: 70px;
  width: 70px;
  margin: 12px 20px 0;
  vertical-align: top;
  padding: 0;
}
.wavesurfer-wrapper .record-waveform-container.fixed-position .controls .playback .play i {
  top: 18px;
  left: 8px;
  font-size: 33px;
}
.wavesurfer-wrapper .record-waveform-container.fixed-position .controls .playback .play i.fa-pause {
  top: 18px;
  left: 2px;
}
.wavesurfer-wrapper .record-waveform-container.fixed-position .controls .playback .play i.fa-spinner {
  top: 17px;
}
.wavesurfer-wrapper .record-waveform-container.fixed-position .controls .playback .backward,
.wavesurfer-wrapper .record-waveform-container.fixed-position .controls .playback .forward {
  margin: 23px 0 0;
}
.wavesurfer-wrapper .record-waveform-container.fixed-position .controls .playback .options {
  top: 38px;
  right: 23px;
  margin-right: 0;
}
@media screen and (min-width: 1024px) {
  .wavesurfer-wrapper .record-waveform-container.fixed-position .controls .playback .options {
    right: 25px;
  }
}
.wavesurfer-wrapper .record-waveform-container.fixed-position .controls .playback .options .zoom {
  margin-top: 10px;
}
@media screen and (max-width: 761px) {
  .wavesurfer-wrapper .record-waveform-container.fixed-position .controls .playback .play {
    margin: 0;
    height: 40px;
    width: 40px;
  }
  .wavesurfer-wrapper .record-waveform-container.fixed-position .controls .playback .play i {
    top: 4px;
  }
  .wavesurfer-wrapper .record-waveform-container.fixed-position .controls .playback .play i.fa-spinner {
    top: 7px;
    left: -4px;
  }
  .wavesurfer-wrapper .record-waveform-container.fixed-position .controls .playback .play i.fa-warning {
    top: 1px;
  }
  .wavesurfer-wrapper .record-waveform-container.fixed-position .controls .playback .play i.fa-play {
    top: 9px;
    left: 4px;
  }
  .wavesurfer-wrapper .record-waveform-container.fixed-position .controls .playback .play i.fa-pause {
    top: 7px;
  }
  .wavesurfer-wrapper .record-waveform-container.fixed-position .controls .playback .backward,
  .wavesurfer-wrapper .record-waveform-container.fixed-position .controls .playback .forward {
    margin: 0;
  }
  .wavesurfer-wrapper .record-waveform-container.fixed-position .controls .playback .play,
  .wavesurfer-wrapper .record-waveform-container.fixed-position .controls .playback .backward,
  .wavesurfer-wrapper .record-waveform-container.fixed-position .controls .playback .forward {
    border: none;
  }
  .wavesurfer-wrapper .record-waveform-container.fixed-position .controls .playback .options {
    width: 70px;
    right: 0;
    top: 7px;
  }
}
.wavesurfer-wrapper .record-waveform-container.extended .record-waveform-wave #audio,
.wavesurfer-wrapper .record-waveform-container.basic .record-waveform-wave #audio {
  height: 80px;
}
.wavesurfer-wrapper .record-waveform-container.extended {
  min-height: 300px;
  padding-bottom: 20px;
}
.wavesurfer-wrapper .record-waveform-container.advanced .record-waveform-wave #audio {
  height: 130px;
  margin-top: 3px;
}
.region-tooltip {
  padding: 4px 4px 4px 8px;
  color: #fff;
  background: #000;
  white-space: nowrap;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  opacity: 75%;
  z-index: 99999;
}
.mt-2 {
  margin-top: 12px;
}
.p-24 {
  padding: 24px;
}
.border-solid {
  border-width: 2px;
  border-style: solid;
  border-color: black;
}

.margin-wide {
  margin: 10px 120px;
}
.margin-narrow {
  margin: 10px 20px;
}
.word-cloud {
  margin: 0 15px;
}
.word-cloud .search-input-wrapper {
  display: inline-block;
  position: relative;
}
.word-cloud .search-input-wrapper .rsr-input {
  width: 500px;
  margin-right: 10px;
  padding-top: 6px;
  padding-right: 30px;
}
.word-cloud .search-input-wrapper .search-results {
  position: absolute;
  top: 12px;
  right: 18px;
  color: #cccccc;
  font-size: 14px;
}
.word-cloud .search-action-buttons-wrapper {
  display: inline-block;
}
.word-cloud .search-action-buttons-wrapper .search-action-button {
  display: inline-block;
}
.word-cloud .search-action-buttons-wrapper .search-action-button .rsr-button {
  margin: 0;
  padding: 11px 15px;
}
.word-cloud .search-action-buttons-wrapper .search-action-button .rsr-button:first-child {
  margin-right: 5px;
}
.word-cloud .search-action-buttons-wrapper .search-action-button .rsr-button:disabled {
  background-color: #ccc;
  cursor: default;
}
.word-cloud .dropdown {
  width: 500px;
}
.word-cloud .word-cloud-wrapper {
  text-align: left;
  position: relative;
  color: #5d585e;
  height: 400px;
  overflow-y: scroll;
}
.word-cloud .word-cloud-wrapper .annotation {
  border-style: solid;
  padding: 0 20px;
  position: relative;
}
.word-cloud .word-cloud-wrapper .annotation .annotation-color-bar {
  width: 25px;
  clear: both;
  position: absolute;
  cursor: pointer;
  left: 0;
  top: 0;
  bottom: 0;
}
.word-cloud .word-cloud-wrapper .annotation .words {
  margin-left: 120px;
  display: flex;
}
.word-cloud .word-cloud-wrapper .annotation .words .transcript-time {
  min-width: 200px;
}
.word-cloud .word-cloud-wrapper .annotation .words .word {
  padding-left: 10px;
}
.word-cloud .word-cloud-wrapper .annotation .words.speaker-s2 {
  background-color: #f5f2f6;
}
.word-cloud .word-cloud-wrapper .annotation .words span {
  cursor: pointer;
  display: inline-block;
}
.word-cloud .word-cloud-wrapper .annotation .words .size-0 {
  color: transparent !important;
  display: inline-block;
  width: 0;
  vertical-align: bottom;
  line-height: 22px;
  position: relative;
  margin-right: 10px;
}
.word-cloud .word-cloud-wrapper .annotation .words .size-0:after {
  font-size: 10px;
  color: #000;
  content: '\2026';
  display: block;
  position: absolute;
  width: 10px;
  top: 3px;
  right: -10px;
}
.word-cloud .word-cloud-wrapper .annotation .words .size-1 {
  font-size: 0.7em;
}
.word-cloud .word-cloud-wrapper .annotation .words .size-2 {
  font-size: 0.8em;
}
.word-cloud .word-cloud-wrapper .annotation .words .size-3 {
  font-size: 0.9em;
}
.word-cloud .word-cloud-wrapper .annotation .words .size-4 {
  font-size: 1.2em;
}
.word-cloud .word-cloud-wrapper .annotation .words .size-5 {
  font-size: 1.4em;
}
.word-cloud .word-cloud-wrapper .annotation .words .size-6 {
  font-size: 1.7em;
}
.word-cloud .word-cloud-wrapper .annotation .words .size-7 {
  font-size: 2em;
}
.word-cloud .word-cloud-wrapper .annotation .words .size-8 {
  font-size: 2.4em;
}
.word-cloud .word-cloud-wrapper .annotation .words .size-line-break {
  display: block;
  clear: both;
}
.word-cloud .word-cloud-wrapper .annotation .words .highlighted {
  background-color: #ff0;
}
.word-cloud [data-visible="true"][data-semantic-tag] {
  padding: 0.25em 0.35em;
  margin: 0.1em 0.25em;
  line-height: 1;
  display: inline-block;
  border-radius: 0.25em;
  background: #f7941d;
  color: #000 !important;
  border: 1px solid #d86a11;
}
.word-cloud [data-visible="true"][data-semantic-tag]::after {
  box-sizing: border-box;
  font-size: 0.6em;
  line-height: 1;
  padding: 0.35em;
  border-radius: 0.35em;
  text-transform: uppercase;
  display: inline-block;
  vertical-align: middle;
  margin: 0 0 0.1rem 0.5rem;
}
@media screen and (max-width: 1024px) {
  .word-cloud .word-cloud-wrapper {
    margin: 15px 0;
    padding: 0;
  }
  .word-cloud .word-cloud-wrapper.no-category-selected .annotation .words {
    margin-left: 0;
  }
}
@media screen and (max-width: 761px) {
  .word-cloud .annotation .words {
    flex-direction: column;
  }
  .word-cloud .word-cloud-search .search-input-wrapper .rsr-input {
    width: 100%;
  }
}
.min-width-block {
  min-width: 110px;
}
.margin-left-90 {
  margin-left: 90px !important;
}
.mt-5px {
  margin-top: 5px;
}
