@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,300,600,700,800);@charset "UTF-8";

applet,
object,
iframe,
body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
eal,
dfn,
em,
font,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
dd,
dl,
dt,
li,
ol,
ul,
fieldset,
form,
label,
legend,
caption,
img,
header,
container {
  margin: 0;
  padding: 0;
  outline: none;
  border: none;
  box-sizing: border-box;
}

body,
html {
  height: 100%;
}

body {
  background: #f6f4fc;
  color: #595C63;
  font-size: 13px;
  font-family: "Helvetica", "Arial", sans-serif;
  padding-bottom: 100px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Open Sans", sans-serif;
}

.btn {
  border-radius: 0;
}

.preloader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
  background-image: url("/img/new_loader.gif");
  background-repeat: no-repeat;
  background-color: rgba(255, 255, 255, 0.88);
  background-position: center;
}

.fc_style .form-control,
.fc_style .form-control.multiselect,
.fc_style .form-control.multiselect + .btn-group,
.fc_style .form-control.multi_select + .btn-group,
.tools .form-control,
.tools .form-control.multiselect,
.tools .form-control.multiselect + .btn-group,
.tools .form-control.multi_select + .btn-group {
  background: none !important;
  border: none !important;
  border-bottom: 2px solid #ccc !important;
  border-radius: 0 !important;
}

.fc_style .form-control:focus,
.fc_style .form-control.multiselect:focus,
.fc_style .form-control.multiselect + .btn-group:focus,
.fc_style .form-control.multi_select + .btn-group:focus,
.tools .form-control:focus,
.tools .form-control.multiselect:focus,
.tools .form-control.multiselect + .btn-group:focus,
.tools .form-control.multi_select + .btn-group:focus {
  border-color: inherit;
  box-shadow: none;
  border-bottom: 2px solid #4B9AEF !important;
  outline: none !important;
  box-shadow: none !important;
}

.fc_style label,
.tools label {
  font-weight: 600;
}

.container-fluid.bg.dashboard.p20 {
  border-top: 1px solid #fff;
}

.w50 {
  width: 50% !important;
}

.mt10 {
  margin-top: 10px;
}

.mt20 {
  margin-top: 20px;
}

.mt30 {
  margin-top: 30px;
}

.mt50 {
  margin-top: 50px;
}

.mt60 {
  margin-top: 60px;
}

.mt100 {
  margin-top: 100px;
}

.mb0 {
  margin-bottom: 0 !important;
}

.mb5 {
  margin-bottom: 5px;
}

.mb10 {
  margin-bottom: 10px !important;
}

.mb15 {
  margin-bottom: 15px;
}

.mb20 {
  margin-bottom: 20px;
}

.mb30 {
  margin-bottom: 30px;
}

.mb42 {
  margin-bottom: 42px;
}

.ml10 {
  margin-left: 10px;
}

.mr10 {
  margin-right: 10px;
}

.mr20 {
  margin-right: 20px;
}

.ml10 {
  margin-left: 10px;
}

.p0 {
  padding: 0;
}

.pl0 {
  padding-left: 0;
}

.pr0 {
  padding-right: 0;
}

.pl8 {
  padding-left: 8px;
}

.pr8 {
  padding-right: 8px;
}

.p20 {
  padding: 20px;
}

.pt10 {
  padding-top: 10px;
}

.pt15 {
  padding-top: 15px;
}

.pt20 {
  padding-top: 20px;
}

.pl10 {
  padding-left: 10px;
}

.pl15 {
  padding-left: 15px;
}

.pr15 {
  padding-right: 15px;
}

.pl20 {
  padding-left: 20px;
}

.pb10 {
  padding-bottom: 10px;
}

.pb20 {
  padding-bottom: 20px;
}

.mvup_10 {
  position: relative;
  bottom: 10px;
}

.h40 {
  height: 40px !important;
}

.fz12 {
  font-size: 12px;
}

.fz15 {
  font-size: 15px;
}

.fz16 {
  font-size: 16px;
}

.fz18 {
  font-size: 18px;
}

.fz20 {
  font-size: 20px;
}

.fz22 {
  font-size: 22px;
}

.fz24 {
  font-size: 24px;
}

.fz26 {
  font-size: 26px;
}

.fz28 {
  font-size: 28px;
}

.fz30 {
  font-size: 30px;
}

.fw600 {
  font-weight: 600;
}

.card.br20{
  border-radius:20px !important;
}

.flt_lft {
  float: left;
}

.flt_rgt {
  float: right;
}

.cb {
  clear: both;
}

.oauto {
  overflow: auto;
}

.th_mw100 {
  min-width: 100px;
}

.btn_mxw120 {
  max-width: 120px;
}

.table > tbody > tr.p10 td {
  padding: 10px 8px;
}

.tac {
  text-align: center;
}

.tal {
  text-align: left;
}

.tar {
  text-align: right;
}

.bt {
  border-top: 1px solid #d8d8d8;
}

.bb {
  border-bottom: 1px solid #d8d8d8;
}

.green-text {
  color: #0FB5C4;
}

.text-success {
  color: #3c763d;
}

.text-danger {
  color: #a94442;
}

.btn {
  border-radius: 3px;
}

.btn.btn-primary {
  background: #8c4ced;
  border: 1px solid #8c4ced !important;
  outline: none !important;
  box-shadow: none !important;
  color: #fff !important;
  transition: all, ease, 0.3s;
}

.btn.btn-primary:hover,
.btn.btn-primary:active,
.btn.btn-primary:focus {
  background: #7427e9 !important;
  border: 1px solid #7427e9 !important;
  outline: none !important;
  box-shadow: none !important;
}

.btn.btn-danger {
  background: #d9534f;
}

.btn.btn-danger:hover,
.btn.btn-danger:active,
.btn.btn-danger:focus {
  background: #d43f3a;
}

button,
button:active,
button:focus {
  outline: none !important;
}

a,
a:hover,
a:focus {
  color: inherit;
  text-decoration: none;
  transition: all, ease, 0.3s;
}

.table > tbody > tr.lowpad > th {
  padding: 8px 5px;
  font-size: 13px;
}

.card .back.p0 {
  padding: 0;
}

img.text_logo {
  max-width: 140px;
}

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

input[type=checkbox]:checked:before {
  background-color: #0FB5C4 !important;
}

/* Creating a custom checkbox
based on demand */

.geekmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 25px;
  width: 25px;
  background-color: black;
}

/* Specify the background color to be
shown when hovering over checkbox */

.main:hover input ~ .geekmark {
  background-color: yellow;
}

/* Specify the background color to be
shown when checkbox is active */

.main input:active ~ .geekmark {
  background-color: red;
}

/* Specify the background color to be
shown when checkbox is checked */

.main input:checked ~ .geekmark {
  background-color: green;
}

/* Checkmark to be shown in checkbox */

/* It is not be shown when not checked */

.geekmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Display checkmark when checked */

.main input:checked ~ .geekmark:after {
  display: block;
}

/* Styling the checkmark using webkit */

/* Rotated the rectangle by 45 degree and 
showing only two border to make it look
like a tickmark */

.main .geekmark:after {
  left: 8px;
  bottom: 5px;
  width: 6px;
  height: 12px;
  border: solid white;
  border-width: 0 4px 4px 0;
  transform: rotate(45deg);
}

input.btn.logout_btn {
  background: #d9534f;
  color: #fff;
  font-weight: 600;
  transition: all, ease, 0.3s;
}

input.logout_btn:hover {
  background: #bf3f3b;
  color: #fff;
}

.svg-inline--fa {
  display: inline-block;
  font-size: inherit;
  height: 1em;
  overflow: visible;
  vertical-align: -0.125em;
}

.navbar {
  min-height: 55px;
  border: none;
  background: #fff;
  border-bottom: 1px solid #BEB5C3;
  font-weight: 600;
  border-radius: 0;
  margin-bottom: 0;
}

.navbar.bg-dark {
  background: #35333e !important;
}

.navbar .navbar-brand {
  color: #fff;
  padding: 2px 0;
  position: relative;
  top: 8px;
}

.navbar .navbar-brand img {
  max-width: 155px;
}

.navbar.dashboard {
  height: 90px;
}

.navbar.dashboard .navbar-brand {
  line-height: 10px;
}

.navbar .dropdown-menu .dropdown-item {
  padding: 0.4rem 1rem;
  color: #555;
}

.navbar .dropdown-menu .dropdown-item i {
  margin-right: 8px;
  color: #333;
}

.navbar .dropdown-menu .dropdown-item.active {
  color: #fff !important;
  background-color: #0FB5C4;
}

.navbar .dropdown-menu .dropdown-item.active i {
  color: #fff;
}

.navbar .dropdown-menu a.dropdown-item:hover,
.navbar .dropdown-menu a.dropdown-item:focus {
  background: #0FB5C4 !important;
  color: #fff;
}

.navbar .dropdown-menu a.dropdown-item:hover i,
.navbar .dropdown-menu a.dropdown-item:focus i {
  color: #fff;
}

.navbar.main_nav .navbar-nav > li > a {
  color: #eee;
  font-size: 15px;
}

.navbar.main_nav .navbar-nav .nav-item {
  margin-right: 15px;
}

.navbar.main_nav .navbar-nav .nav-item a.active {
  color: #11cbdc;
}

.subnav {
  margin-top: 70px;
}

.subnav .navbar-nav {
  width: 100%;
}

.subnav .navbar-nav button,
.subnav .navbar-nav li,
.subnav .navbar-nav a {
  font-size: 14px;
  font-weight: 600;
}

.subnav .navbar-nav button:hover,
.subnav .navbar-nav li:hover,
.subnav .navbar-nav a:hover {
  color: #0FB5C4;
}

header.full_bg nav {
  background: #35333e !important;
  border-bottom: 1px solid #292730;
}

header.full_bg nav a {
  margin: 10px auto;
  display: block;
  max-width: 185px;
}

.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:focus,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > li > a:focus,
.navbar-default .navbar-nav > li > a:hover {
  background: none;
  color: #eee;
}

.navbar-dark .navbar-nav .nav-link:focus,
.navbar-dark .navbar-nav .nav-link:hover {
  background: none !important;
  color: #0FB5C4 !important;
}

.navbar-btn {
  box-shadow: none !important;
  outline: none !important;
}

.line {
  width: 100%;
  height: 1px;
  border-bottom: 1px dashed #ddd;
  margin: 40px 0;
}

i,
span {
  display: inline-block;
}

.container-full {
  width: 100%;
  padding: 0 20px;
}

.wrapper {
  display: flex;
  align-items: stretch;
}

.lp_wrapper {
  overflow-y: hidden;
}

.btn-notifications {
  background: none;
  color: #0FB5C4;
  position: relative;
  font-size: 18px;
  bottom: 2px;
}

.btn-notifications:hover {
  color: #0FB5C4;
}

.btn-notifications:hover span.numb_notifications {
  background: #8c4ced;
  color: #fff;
}

.btn-notifications:focus {
  outline: none;
  box-shadow: none;
}

span.numb_notifications {
  position: relative;
  bottom: 10px;
  right: 7px;
  height: 17px;
  width: 17px;
  background: #8c4ced;
  color: #fff;
  border-radius: 20px;
  padding: 1px 0 0;
  font-size: 11px;
}

a[data-toggle=collapse] {
  position: relative;
}

/*ul ul a {
  font-size: 0.9em !important;
  padding-left: 30px !important;
  background: #1a283d;
}*/

a.article,
a.article:hover {
  background: #1a283d !important;
  color: #fff !important;
}

#content {
  width: 100%;
  min-height: 100vh;
  transition: all, ease, 0.3s;
}

div.container-fluid.hero_bg,
.lp_bg {
  height: 120%;
  background: linear-gradient(-45deg, #0FB5C4, #151f2e, #8c4ced);
  background-size: 400% 400%;
  -webkit-animation: gradient 7s ease infinite;
          animation: gradient 7s ease infinite;
}

@-webkit-keyframes gradient {
  0% {
    background-position: 0% 50%;
  }

  50% {
    background-position: 100% 50%;
  }

  100% {
    background-position: 0% 50%;
  }
}

@keyframes gradient {
  0% {
    background-position: 0% 50%;
  }

  50% {
    background-position: 100% 50%;
  }

  100% {
    background-position: 0% 50%;
  }
}

div.container-fluid.bg {
  background: #f6f4fc;
  min-height: 500px;
}

.multiselect-container.dropdown-menu {
  max-height: 260px;
  width: 100%;
  overflow-y: scroll;
  overflow-x: hidden;
}

.multiselect-container.dropdown-menu li,
.multiselect-container.dropdown-menu li.multiselect-all {
  padding: 7px 10px !important;
}

.multiselect-container.dropdown-menu li a,
.multiselect-container.dropdown-menu li.multiselect-all a {
  padding: 0;
}

.dropdown-menu li.active,
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:focus,
.dropdown-menu > .active > a:hover,
.dropdown-menu.filter_campaign .active > a {
  background: #0FB5C4;
  background: linear-gradient(to bottom, #0FB5C4 0%, #0d9fac 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#0FB5C4, endColorstr=#0d9fac, GradientType=0);
  color: #fff;
}

.dropdown-menu li:nth-child(even) {
  background-color: #ececec;
}

.dropdown-menu li:hover {
  background-color: #e4e4e4;
}

.multiselect-container.dropdown-menu {
  max-height: 260px;
  overflow-y: scroll;
}

.dropdown-menu li.active,
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:focus,
.dropdown-menu > .active > a:hover,
.dropdown-menu.filter_campaign .active > a {
  background: #0FB5C4;
  background: linear-gradient(to bottom, #0FB5C4 0%, #0d9fac 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#0FB5C4, endColorstr=#0d9fac, GradientType=0);
  color: #fff;
}

.dropdown-menu li:nth-child(even) {
  background-color: #ececec;
}

.dropdown-menu li:hover {
  background-color: #e4e4e4;
}

.multiselect-container.dropdown-menu {
  max-height: 260px;
  overflow-y: scroll;
}

.submenu.dropdown-menu {
  top: -2px !important;
  min-width: 200px;
}

.submenu.dropdown-menu .dropdown-item {
  padding: 0.4rem 0.5rem;
}

.filters {
  margin-bottom: 10px;
  padding: 0;
}

.filters ul.dropdown-menu {
  right: -65px;
}

.filters .btn.btn-primary {
  margin-bottom: 0;
  background: none;
}

.filters .btn.btn-primary.select_database,
.filters .btn.btn-primary.select_campaign {
  position: relative;
  margin-bottom: 10px;
  background: #e49831;
  color: #fff;
  border: 1px solid #0d9fac;
  font-weight: 600;
  border-radius: 0;
}

.navbar-brand {
  float: none;
}

.navbar-brand img {
  max-width: 210px;
  position: relative;
  bottom: 10px;
  margin-top: 0;
}

input[type=file] {
  border: none !important;
  box-shadow: none !important;
  background: none !important;
}

.dashboard .row.display-flex {
  margin-bottom: 30px;
}

.report .card .title {
  text-transform: uppercase;
  text-align: center;
  font-size: 15px;
  font-weight: 700;
  color: #151f2e;
  letter-spacing: -0.015em;
}

.report .card h4.data {
  text-align: center;
  font-size: 52px;
  font-weight: 300;
  color: #555;
  margin-bottom: 25px;
  margin-top: 20px;
}

.report .card h4.data.bg_rounded {
  background: #0FB5C4;
  color: #fff;
  border-radius: 100px;
  width: 110px;
  height: 110px;
  padding-top: 22px;
  font-size: 50px;
  margin: 0 auto;
  margin-top: 25px;
}

.dashboard .kpi_dash .card {
  height: unset !important;
}

.kpi_dash .card {
  padding: 15px;
  margin-bottom: 10px;
}

.kpi_dash .expand_dets {
  font-weight: 600;
}

.kpi_dash .expanded_options {
  background: #fafafa !important;
}

.dashboard .card {
  height: 100%;
}

.dashboard .card .dash_card_footer {
  padding: 7px 12px;
  border-top: 1px solid rgba(0, 0, 0, 0.125);
  background: rgba(0, 0, 0, 0.03);
  font-weight: 600;
}

.dashboard .card input.form-control {
  background: #eee;
}

.dashboard .card .card_table,
.dashboard .card .card_table2 {
  width: 100%;
  height: 100%;
  overflow-y: scroll;
  padding: 0;
  background: #fff;
}

.dashboard .card .front,
.dashboard .card .back {
  overflow: none;
  background: #fff;
}

.dashboard .card .back .title {
  margin-bottom: 15px;
}

.dashboard .card .title {
  text-transform: uppercase;
  text-align: center;
  font-size: 15px;
  font-weight: 700;
  color: #151f2e;
  letter-spacing: -0.015em;
}

.dashboard .card h4.data {
  text-align: center;
  font-size: 42px;
  font-weight: 300;
  color: #555;
  margin-bottom: 15px;
  margin-top: 15px;
}

.dashboard .card h4.data.bg_rounded {
  background: #0FB5C4;
  color: #fff;
  border-radius: 100px;
  width: 100px;
  height: 100px;
  padding-top: 22px;
  font-size: 45px;
  margin: 15px auto;
  margin-top: 18px;
}

.dashboard .card h4.data.mv_down {
  font-size: 50px;
  margin-top: 25px;
}

.dashboard .card.flipping_card {
  background: #fff;
  overflow: hidden;
  padding: 1px;
}

.dashboard .card.flipping_card.card-3 {
  padding: 0px;
  padding-top: 20px;
}

.dashboard .card.flipping_card .title {
  margin-bottom: 20px;
}

.card_table::-webkit-scrollbar,
.card_table2::-webkit-scrollbar,
.card_table_prt::-webkit-scrollbar {
  width: 0px;
  /* Remove scrollbar space */
  background: transparent;
  /* Optional: just make scrollbar invisible */
}

.flip_card_btn {
  position: absolute;
  left: 0;
  top: 0px;
}

.flip_card_btn:after,
.card_drop_down:after {
  content: "\2807";
  color: #8c4ced;
  font-size: 35px;
  position: absolute;
  top: 9px;
  left: 5px;
}

.flip_card_btn:hover,
.card_drop_down:hover {
  cursor: pointer;
}

.mvup_btn .front .flip_card_btn:after,
.mvup_btn .back .flip_card_btn:after {
  top: -2px;
}

.mvup_btn.card .back {
  padding: 0;
}

.mvup_btn.card .back .card_table {
  padding: 10px;
  padding-top: 0 !important;
}

.mvuo_btn.card::-webkit-scrollbar {
  width: 0 !important;
}

.mvuo_btn.card {
  overflow: -moz-scrollbars-none;
  -ms-overflow-style: none;
}

.card-6 h1.title {
  float: left;
  margin-bottom: 8px;
}

.card-6 h1.title.mb0 {
  margin-bottom: 8px;
}

.card-6 .inbound h4,
.card-6 .outbound h4 {
  font-size: 15px;
  font-weight: 600;
  margin-bottom: 10px;
  color: #0FB5C4;
  text-transform: uppercase;
}

.card-6.outbound_default .outbound {
  display: block;
}

.avgs_rgt {
  position: relative;
  bottom: 20px;
}

p.total {
  color: #0FB5C4;
  font-weight: 700;
  clear: both;
  font-size: 15px;
}

p.total.cbnone {
  clear: unset;
}

.total_calls_in,
.total_calls_out {
  padding: 17px;
}

.total_calls_out {
  background: #0FB5C4;
  color: #fff;
  margin-bottom: 10px;
}

.total_calls_in {
  background: #151f2e;
  color: #fff;
}

.total_calls_in h2,
.total_calls_out h2 {
  text-align: center;
  font-size: 15px;
  margin-bottom: 5%;
  color: #fff;
  border-bottom: none;
  font-weight: 600;
}

.total_calls_in p.total,
.total_calls_out p.total {
  color: #fff;
  text-align: center;
  font-size: 55px;
  font-weight: 600;
}

.dropbtn {
  position: absolute;
  top: -12px;
  right: 5px;
  cursor: pointer;
}

.dropdown-content {
  display: none;
  position: relative;
  z-index: 999999 !important;
  margin-top: 10px;
  background-color: #f9f9f9;
  min-width: 160px;
  overflow: auto;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
  z-index: 1;
}

.dropdown-content a {
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
}

.dropdown a:nth-child(even) {
  background-color: #ececec;
}

.dropdown a:hover {
  background-color: #e4e4e4;
}

.show {
  display: block;
}

h1.intro {
  font-weight: 300;
  font-size: 50px;
  text-align: center;
  color: #fff;
  margin-top: 20%;
  margin-bottom: 20px;
}

.form-holder h4 {
  background: #151f2e;
  color: #fff;
  font-weight: 600;
  border-radius: 5px 5px 0 0;
  padding: 12px 0;
  margin-bottom: 20px;
  text-align: center;
  text-transform: uppercase;
  margin-top: 0;
}

.form-holder form {
  padding: 20px;
  background: none;
}

.form-holder form input.form-control {
  display: block;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  outline: 0;
  border: 1px solid rgba(255, 255, 255, 0.4);
  background-color: rgba(255, 255, 255, 0.2);
  width: 250px;
  height: 50px;
  border-radius: 3px;
  padding: 10px 15px;
  margin: 0 auto 10px auto;
  display: block;
  text-align: center;
  font-size: 18px;
  color: #fff !important;
  transition-duration: 0.25s;
  font-weight: 300;
}

.form-holder form input.form-control::-webkit-input-placeholder {
  color: #fff !important;
}

.form-holder form input.form-control::-moz-placeholder {
  color: #fff !important;
}

.form-holder form input.form-control::-ms-placeholder {
  color: #fff !important;
}

.form-holder form input.form-control::-moz-placeholder {
  color: #fff !important;
}

.form-holder form input.form-control:-ms-input-placeholder {
  color: #fff !important;
}

.form-holder form input.form-control::placeholder {
  color: #fff !important;
}

.form-holder form input.form-control:hover {
  background-color: rgba(255, 255, 255, 0.4);
}

.form-holder form input.form-control:focus {
  background-color: #fff;
  width: 300px;
  color: #595C63 !important;
}

.form-holder form button,
.form-holder form input.btn {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  outline: 0;
  background-color: #8c4ced;
  border: 0;
  padding: 10px 15px;
  color: #fff;
  border-radius: 3px;
  width: 100%;
  height: 50px;
  cursor: pointer;
  font-size: 18px;
  transition-duration: 0.25s;
  margin-top: 0 !important;
}

.form-holder form button:hover,
.form-holder form input.btn:hover {
  background-color: #7d35eb;
  color: #fff;
}

.form-holder form .btn.btn-link,
.form-holder form .form-check-label {
  color: #fff;
}

.form-holder form .btn-link-white.btn {
  color: #fff !important;
}

.form-holder .input-group-addon:last-child {
  background: #fff;
}

.form-holder .btn {
  margin: 0 auto;
  margin-bottom: 25px;
  margin-top: 30px;
  display: block;
  min-width: 170px;
}

.form-holder div.alert {
  text-align: center;
  font-weight: 600;
}

input.form-control {
  height: 40px;
}

.dd_trigger .active,
.filter_campaign .active {
  background: #151f2e !important;
  color: #fff !important;
}

#reports_modal .modal-footer .btn_flgrgt {
  margin-right: 10px;
  color: #0FB5C4;
  font-weight: 600;
}

#reports_modal .modal-footer .btn_flgrgt:hover {
  color: #0b8995;
}

ul.dropdown-menu.filter_campaign,
ul.dropdown-menu.filter_ringgroup {
  max-height: 270px;
  min-width: 240px;
  max-width: 240px;
  overflow-y: scroll;
}

ul.dropdown-menu.filter_campaign .checkbox,
ul.dropdown-menu.filter_ringgroup .checkbox {
  padding: 5px 0 5px 10px;
  border-bottom: 1px solid #ddd;
}

.filters button {
  font-weight: 600;
}

ul.dropdown-menu.filter_campaign::-webkit-scrollbar,
ul.dropdown-menu.filter_ringgroup::-webkit-scrollbar {
  width: 0 !important;
}

ul.dropdown-menu.filter_campaign,
ul.dropdown-menu.filter_ringgroup {
  overflow: -moz-scrollbars-none;
}

ul.dropdown-menu.filter_campaign,
ul.dropdown-menu.filter_ringgroup {
  -ms-overflow-style: none;
}

.dropdown-menu {
  right: 0;
  left: auto;
  padding: 0;
}

.dropdown-menu.extra_campaigns,
.dropdown-menu.subcampaigns {
  left: 0;
  right: auto;
}

.myselect {
  min-width: 100%;
  background: #eee !important;
}

.extra_campaigns,
.subcampaigns {
  padding-left: 10px;
}

.extra_campaigns div.checkbox label {
  font-size: 13px;
}

#startDate,
#endDate {
  width: 49%;
  float: left;
}

#startDate {
  margin-right: 2%;
}

#ui-datepicker-div {
  z-index: 9999 !important;
}

.modal-body h3 {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 0 !important;
}

.modal-header {
  background: #0FB5C4;
  color: #fff;
  margin-bottom: 20px;
  padding: 10px;
}

.modal-footer {
  clear: both;
  border: none;
}

.close {
  color: #fff;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  opacity: 0.7;
}

.close:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}

.navcontainer {
  position: relative !important;
}

.logout.btn {
  margin-top: 28px;
}

.filter_select {
  margin-right: 15px;
}

p.ajax_error {
  text-transform: uppercase;
  position: relative;
  bottom: 20px;
}

.card.card_table_prt {
  padding-right: 0;
}

.container-fluid {
  padding: 0;
}

.fpass {
  text-align: center;
  display: block;
}

.card-3 {
  position: relative;
  overflow: visible;
}

.card-3 .inbound {
  text-align: left;
  color: #888;
}

.card-3 .outbound {
  text-align: right;
  color: #888;
}

.card-3 .details.tac {
  text-align: center;
  color: #888;
}

.card-3 .divider {
  margin-top: 10px;
  margin-bottom: 10px;
  border-top: 1px solid #e5e5e5;
}

p.descrip {
  font-size: 12px;
  text-align: center;
  color: #666;
  position: absolute;
  left: 50%;
  width: 80%;
  transform: translate(-50%, -50%);
}

h2.card_title {
  margin-top: 8px;
}

.no_data {
  text-align: center;
  position: absolute;
  left: 50%;
  top: 30%;
  min-width: 50%;
  max-width: 265px;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  padding: 10px;
  font-weight: 600;
}

.no_data.mt20 {
  top: 35%;
}

.no_data.top45 {
  top: 45%;
}

canvas#service_level {
  margin-bottom: 10px;
}

h2.avg_sl,
h2.avg_ht,
h2.avg_tt,
h2.avg_ct,
h2.avg_cc {
  font-size: 16px;
  position: relative;
  bottom: 43px;
  color: #0FB5C4;
  border-bottom: none;
  font-weight: 700;
}

h2.avg_sl,
h2.avg_ht,
h2.avg_tt {
  bottom: 0px !important;
  margin-bottom: 0px;
}

h2.avg_cc,
h2.avg_ct {
  bottom: 0 !important;
  margin-bottom: 0;
}

h2.card_title {
  text-transform: uppercase;
  font-size: 16px;
  text-align: center;
  font-weight: 600;
  color: #151f2e;
  margin-bottom: 30px;
}

.reports_table th,
.rm_rptble_class table th,
.uploader_table th,
.cdr_results_table th,
.rules_table th,
.dnc_table th,
.demo_user_table th,
.agent_compliance_table th,
.audit_table th {
  background: #0FB5C4;
  color: #fff;
  border-top: 0;
  padding: 10px !important;
}

#reports_modal .modal-body {
  overflow: auto;
}

.modal-body {
  overflow: auto;
}

#reports_modal .alert-danger {
  font-weight: 600;
  text-align: center;
  margin-top: 40px;
  clear: both;
}

#reports_modal .modal-header {
  margin-bottom: 0;
}

#reports_modal label {
  font-size: 16px;
  font-weight: 600;
}

#reports_modal .modal-footer .btn {
  float: left;
}

.reports_table.table > tbody > tr > td,
.reports_table.table > thead > tr > th,
.reports_table.table > tfoot > tr > td,
.reports_table.table > tfoot > tr > th,
.reports_table.table > thead > tr > td,
.reports_table.table > thead > tr > th {
  min-width: 125px;
  padding: 10px 4px;
}

.table-responsive.report_table + div.pag {
  margin-bottom: 25px;
}

.table-responsive.report_table {
  display: none;
  white-space: nowrap;
}

.table-responsive.report_table thead {
  overflow-x: hidden;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  z-index: 999;
}

.table-responsive.report_table .portal_report_table thead {
  top: 124px;
}

table.reports_table {
  overflow-x: auto;
}

table.reports_table tbody,
table.reports_table thead {
  overflow-x: auto;
}

.text_details .reports_table tr td:first-child {
  min-width: 150px;
}

.report_download {
  margin-bottom: 40px;
}

.report_download h3,
.reset_sorting h3 {
  font-weight: 600;
  color: #0FB5C4;
  font-size: 18px;
}

a.report_dl_option {
  margin-right: 10px;
  margin-top: 17px;
  display: inline-block;
}

a.report_dl_option:hover {
  color: #8c4ced;
}

a.report_dl_option img:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=85);
  opacity: 0.85;
}

a.report_dl_option i {
  font-size: 26px;
}

input.sm-input {
  max-width: 55px;
  max-height: 35px;
  margin: 0 3px;
  display: inline;
  background: #ededed;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.bootstrap-datetimepicker-widget td.day:hover,
.bootstrap-datetimepicker-widget td.hour:hover,
.bootstrap-datetimepicker-widget td.minute:hover,
.bootstrap-datetimepicker-widget td.second:hover {
  background: #fff !important;
  cursor: pointer;
}

.bootstrap-datetimepicker-widget td span:hover {
  background: #fff;
}

.report_filters {
  margin-bottom: 40px;
}

.cdr_filters {
  max-height: 220px;
}

.report_filters select.form-control,
.report_filters button.dropdown-toggle {
  height: 40px;
}

.fc_style .form-control,
.fc_style .form-control.multiselect,
.fc_style .form-control.multiselect + .btn-group,
.fc_style .form-control.multi_select + .btn-group,
.fc_style button.multiselect .form-control,
.fc_style button.multiselect .form-control.multiselect,
.fc_style button.multiselect .form-control.multiselect + .btn-group,
.fc_style button.multiselect .form-control.multi_select + .btn-group,
.fc_style select.form-control,
.fc_style select.form-control .form-control.multiselect,
.fc_style select.form-control .form-control.multiselect + .btn-group,
.fc_style select.form-control .form-control.multi_select + .btn-group,
.fc_style textarea.form-control,
.fc_style textarea.form-control .form-control.multiselect,
.fc_style textarea.form-control .form-control.multiselect + .btn-group,
.fc_style textarea.form-control .form-control.multi_select + .btn-group,
.tools .form-control,
.tools .form-control.multiselect,
.tools .form-control.multiselect + .btn-group,
.tools .form-control.multi_select + .btn-group,
.tools button.multiselect .form-control,
.tools button.multiselect .form-control.multiselect,
.tools button.multiselect .form-control.multiselect + .btn-group,
.tools button.multiselect .form-control.multi_select + .btn-group,
.tools select.form-control,
.tools select.form-control .form-control.multiselect,
.tools select.form-control .form-control.multiselect + .btn-group,
.tools select.form-control .form-control.multi_select + .btn-group,
.tools textarea.form-control,
.tools textarea.form-control .form-control.multiselect,
.tools textarea.form-control .form-control.multiselect + .btn-group,
.tools textarea.form-control .form-control.multi_select + .btn-group {
  background: none !important;
  border: none !important;
  border-bottom: 2px solid #ccc !important;
  border-radius: 0 !important;
}

.fc_style .form-control:focus,
.fc_style .form-control.multiselect:focus,
.fc_style .form-control.multiselect + .btn-group:focus,
.fc_style .form-control.multi_select + .btn-group:focus,
.fc_style button.multiselect .form-control:focus,
.fc_style button.multiselect .form-control.multiselect:focus,
.fc_style button.multiselect .form-control.multiselect + .btn-group:focus,
.fc_style button.multiselect .form-control.multi_select + .btn-group:focus,
.fc_style select.form-control .form-control:focus,
.fc_style select.form-control .form-control.multiselect:focus,
.fc_style select.form-control .form-control.multiselect + .btn-group:focus,
.fc_style select.form-control .form-control.multi_select + .btn-group:focus,
.fc_style textarea.form-control .form-control:focus,
.fc_style textarea.form-control .form-control.multiselect:focus,
.fc_style textarea.form-control .form-control.multiselect + .btn-group:focus,
.fc_style textarea.form-control .form-control.multi_select + .btn-group:focus,
.tools .form-control:focus,
.tools .form-control.multiselect:focus,
.tools .form-control.multiselect + .btn-group:focus,
.tools .form-control.multi_select + .btn-group:focus,
.tools button.multiselect .form-control:focus,
.tools button.multiselect .form-control.multiselect:focus,
.tools button.multiselect .form-control.multiselect + .btn-group:focus,
.tools button.multiselect .form-control.multi_select + .btn-group:focus,
.tools select.form-control:focus,
.tools select.form-control .form-control.multiselect:focus,
.tools select.form-control .form-control.multiselect + .btn-group:focus,
.tools select.form-control .form-control.multi_select + .btn-group:focus,
.tools textarea.form-control:focus,
.tools textarea.form-control .form-control.multiselect:focus,
.tools textarea.form-control .form-control.multiselect + .btn-group:focus,
.tools textarea.form-control .form-control.multi_select + .btn-group:focus {
  border-color: inherit;
  box-shadow: none;
  border-bottom: 2px solid #4B9AEF !important;
  outline: none !important;
  box-shadow: none !important;
}

.create_recips .btn-group ul .checkbox {
  margin: 3px 0;
}

.report_filter_form .btn.btn-primary {
  margin-top: 10px;
}

.add_user select {
  height: 40px;
}

h3.heading {
  font-weight: 600;
  font-size: 24px;
  margin-bottom: 20px;
  color: #151f2e;
}

.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group {
  height: 40px;
}

.multiselect-container > li > a {
  padding: 5px 0 !important;
}

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

.table-responsive.noxauto {
  overflow-x: scroll !important;
}

.table-responsive.cdr_table {
  overflow-x: scroll;
  display: none;
}

.table-responsive.report_table.report_export_table {
  display: block;
}

.table-responsive.overflowauto {
  overflow-x: auto;
}

.table-responsive.nooverflow {
  overflow: auto;
}

.reports_table th:hover,
.uploader_table th:hover {
  cursor: pointer;
}

.reports_table th:focus,
.uploader_table th:focus {
  outline: none;
}

.reports_table th.active,
.uploader_table th.active {
  background: #293e5b;
}

.reports_table th a,
.uploader_table th a {
  margin-left: 18px;
  float: left;
}

.reports_table th.active_column,
.reports_table th:hover,
.uploader_table th.active_column,
.uploader_table th:hover {
  background: #0d9ba8;
}

.reports_table th > span,
.uploader_table th > span {
  float: left;
  letter-spacing: -0.02em;
}

th a,
td a {
  display: block;
  width: 100%;
  position: relative;
}

a.sort-by span {
  border: 5px solid transparent;
  content: "";
  display: block;
  height: 20px;
  right: 10px;
  top: 0;
  position: absolute;
  width: 0;
}

div.reset_sorting {
  display: none;
  position: relative;
}

th.active_column a span:not(.active) {
  display: none;
}

a.sort-by span.asc {
  border-bottom-color: #fff;
  margin-top: -31px;
  margin-bottom: 3px;
}

a.sort-by span.desc {
  border-top-color: #fff;
  margin-top: -6px;
  margin-bottom: -5px;
}

.btn:focus,
.btn:active {
  outline: none !important;
  box-shadow: none;
}

.pagination > li > a,
.pagination > li > span {
  font-weight: 600;
}

.pagination .page-item.active a.page-link {
  border-color: #8c4ced;
  background: #8c4ced;
  color: #fff;
}

.pagination .page-item a.page-link {
  color: #8c4ced;
}

.pag_report_errors,
.report_errors {
  display: none;
}

.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
  background: #fff;
}

.pag_dets input {
  text-align: center;
  background: #fff;
}

.form-group .btn-group button {
  height: 40px;
}

.bootstrap-datetimepicker-widget .dow:hover {
  background: none;
}

div.table-responsive {
  clear: both;
}

div.table-responsive .alert {
  margin-top: 25px;
}

.filter_time_camp_dets p {
  text-align: left;
  font-size: 18px;
  color: #444;
  margin-top: 5px;
}

span.selected_datetime {
  font-weight: 600;
}

.reports_table tr:nth-of-type(odd),
.cdr_results_table tr:nth-of-type(odd),
.rules_table tr:nth-of-type(odd),
.dnc_table tr:nth-of-type(odd),
.providers_table tr:nth-of-type(odd),
.smtp_servers table tr:nth-of-type(odd),
.drip_campaigns table tr:nth-of-type(odd),
.tableStriped tr:nth-of-type(odd) {
  background: #fff !important;
  border-bottom: 1px solid #dde0e7 !important;
}

.agent_call_log .reports_table tr:nth-of-type(odd) {
  background-color: none;
}

.reports_table tr.agentcalllog_paused,
.reports_table tr.agentcalllog_unpaused {
  background-color: #f2dede;
  border-color: #ebccd1;
}

.reports_table tr.agentcalllog_disposition,
.reports_table tr.agentcalllog_inbound_call,
.reports_table tr.agentcalllog_waiting {
  background-color: #fcf8e3;
  border-color: #faebcc;
}

.reports_table tr.agentcalllog_call,
.reports_table tr.agentcalllog_manual_call {
  background-color: #d9edf7;
  border-color: #bce8f1;
}

.reports_table tr.agentcalllog_login,
.reports_table tr.agentcalllog_logout {
  background-color: #dff0d8;
  border-color: #d6e9c6;
}

.reports_table thead tr th:hover,
table.table.dataTable thead tr th:hover {
  background-color: #0ea8b6 !important;
}

.hidetilloaded,
.card-6 .outbound,
.opt .kpi,
.search_results,
.multi_db,
.new_source_subcampaign_group,
.new_destination_subcampaign_group {
  display: none;
}

.adjusted_duration table thead th a,
.bwr_omni table thead th a,
.agent_pause_time table thead th a,
.production_report table thead th a,
.bwr_production_report table thead th a,
.calls_per_hour table thead th a,
.transfer_agent table thead th a,
.apn_subcampaign_summary table thead th a,
.lead_inventory_sub table thead th a,
.contact_rate table thead th a,
.call_distribution table thead th a,
.agent_session table thead th a,
.agent_timesheet table thead th a,
.report_export_table table thead th a,
.appointment_report table thead th a,
.agent_status table thead th a,
.production_report_subcampaign table thead th a,
.rep_ringgroup_sales table thead th a,
.dialing_metrics table thead th a,
.group_duration table thead th a {
  display: none;
}

.report_export_table table thead th:hover,
.report_export_table table thead:hover {
  cursor: default !important;
}

.report_totals td {
  background: #0FB5C4;
  color: #000;
  font-weight: 600;
}

.report_subtotals td {
  background: #dddddd;
  font-weight: 600;
}

.container-fluid.bg.dashboard.p20 {
  margin-bottom: 150px;
}

/* IOS BUTTONS */

label.switch {
  text-align: left;
  width: 50px;
  height: 25px;
  border-radius: 60px;
  background-color: #0FB5C4;
  display: inline-block;
  position: relative;
  cursor: pointer;
}

label.switch > span {
  display: block;
  width: 100%;
  height: 100%;
}

label.switch > input[type=checkbox] {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  position: absolute;
}

label.switch > span:before,
label.switch > span:after {
  content: "";
  cursor: pointer;
  position: absolute;
}

label.switch > input[type=checkbox]:focus ~ span {
  box-shadow: 0 0 0 2px #0FB5C4;
}

label.switch > input[type=checkbox]:checked:focus ~ span {
  box-shadow: 0 0 0 2px #eee;
}

label.switch > span {
  border-radius: 60px;
}

label.switch > span:before {
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  background-color: #cecece;
  border-radius: 60px;
  transition: opacity 0.2s ease-out 0.1s, transform 0.2s ease-out 0.1s;
  transform: scale(1);
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}

label.switch > span:after {
  top: 50%;
  z-index: 3;
  transition: transform 0.4s cubic-bezier(0.44, -0.12, 0.07, 1.15);
  width: 25px;
  height: 25px;
  transform: translate3d(0, -50%, 0);
  background-color: #fff;
  border-radius: 100%;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
}

label.switch > input[type=checkbox]:checked ~ span:before {
  transform: scale(0);
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  opacity: 0.7;
}

label.switch > input[type=checkbox]:checked ~ span:after {
  transform: translate3d(100%, -50%, 0);
}

label.switch > input.checked ~ span:before {
  transform: scale(0);
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  opacity: 0.7;
}

label.switch > input.checked ~ span:after {
  transform: translate3d(100%, -50%, 0);
}

h2.pg_heading {
  color: #151f2e;
  border-bottom: 1px solid #bebebe;
  font-weight: 700;
  font-size: 23px;
  margin-bottom: 40px;
  padding-bottom: 8px;
  text-transform: uppercase;
}

h2.pg_heading .shapes {
  margin-right: 15px;
  float: left;
}

h2.pg_heading .shapes span {
  height: 19px;
  width: 9px;
  background: #0FB5C4;
  transform: skew(-25deg);
}

h2.pg_heading.bb_none {
  border-bottom: none !important;
}

h4.sub_heading {
  font-weight: 600;
  font-size: 21px;
  color: #151f2e;
  border-bottom: 1px solid #d5d5d5;
  margin-bottom: 20px;
}

.kpi_heading h3 {
  width: 70%;
  text-align: left;
  font-weight: 600;
  font-size: 19px;
}

.kpi_heading h3:hover {
  text-decoration: none;
}

.opt {
  margin-bottom: 20px;
  border-bottom: 1px solid #d8d8d8;
  padding-bottom: 15px;
  overflow: auto;
}

.opt a,
.opt h4 {
  display: inline-block;
  font-size: 17px;
  font-weight: 600;
  text-decoration: none;
}

.opt a.active_kpi {
  color: #0FB5C4;
}

.opt a:hover {
  color: #0FB5C4;
}

.opt .switch {
  margin-left: 20px;
}

.opt .kpi {
  margin-top: 45px;
}

.opt .options a,
.opt .options h4 {
  color: #151f2e;
  font-size: 14px;
  margin-bottom: 0px;
}

.opt .options a.edit_recip_glyph i {
  color: #0FB5C4;
}

.opt .options a i,
.opt .options h4 i {
  color: #0FB5C4;
}

a.expand_dets {
  margin-bottom: 20px !important;
}

.expanded_options,
.expanded_emails {
  clear: both;
}

.expanded_options .user,
.expanded_emails .user {
  padding: 5px;
  margin-bottom: 0px;
}

.expanded_options .user:nth-child(even),
.expanded_emails .user:nth-child(even) {
  background: #fff;
  border-top: 1px solid #dde0e7;
  border-bottom: 1px solid #dde0e7;
}

.expanded_options .user.clear,
.expanded_emails .user.clear {
  clear: both;
  position: relative;
}

.expanded_emails.recips a.remove_recip_glyph,
.expanded_emails.recips a.edit_recip_glyph {
  bottom: 20px;
}

.expanded_emails.recips .user.clear {
  clear: both;
  height: 65px;
  position: relative;
}

.expanded_emails.display {
  display: block;
  clear: none !important;
}

.user_email_form {
  clear: both;
}

.user_email_form.display {
  display: block;
}

a.remove_recip_glyph,
a.remove_recip_fromall,
a.edit_recip_glyph {
  float: right;
  margin-right: 10px;
  position: absolute;
  bottom: 1px;
  right: 10px;
  color: #d9534f;
  font-size: 16px;
}

a.edit_recip_glyph {
  right: 35px;
  color: #0FB5C4;
}

a.kpi_change_details {
  margin-right: 10px;
  position: absolute;
  bottom: 19px;
  right: 64px;
  color: #151f2e;
  font-size: 16px;
}

.users p {
  font-size: 16px;
  font-weight: 600;
  padding: 7px 4px;
}

.users p:nth-child(even) {
  background: #eee;
}

.users a.remove_user {
  float: right;
  margin-right: 10px;
}

.users a.remove_user i,
.demo_user_modal_link.remove_user i,
a.remove_msg i,
a.remove_playbook_modal i,
a.delete_action_from_pb i,
a.delete_filter_from_pb i {
  position: relative;
  top: 2px;
  color: #d9534f;
}

.users td a.remove_user {
  float: none;
  margin-left: 10px;
  margin-right: 10px;
}

div.alert-danger p {
  font-weight: 600;
}

a.fpass {
  display: block;
  font-weight: 600;
}

.navbar-brand.mb {
  display: none !important;
}

a.run_kpi.btn {
  padding-top: 7px;
  padding-bottom: 7px;
  font-size: 12px;
}

.glyphicon.glyphicon-refresh {
  animation: spin 1s infinite linear;
  -webkit-animation: spin2 1s infinite linear;
}

@-webkit-keyframes spin {
  from {
    transform: scale(1) rotate(0deg);
  }

  to {
    transform: scale(1) rotate(360deg);
  }
}

@keyframes spin {
  from {
    transform: scale(1) rotate(0deg);
  }

  to {
    transform: scale(1) rotate(360deg);
  }
}

@-webkit-keyframes spin2 {
  from {
    -webkit-transform: rotate(0deg);
  }

  to {
    -webkit-transform: rotate(360deg);
  }
}

.total_calls_in h2,
.total_calls_out h2 {
  margin-bottom: 5%;
}

.nopad {
  padding: 0;
}

/* collapses sidebar on mobile, stop removing, its fkn needed*/

#sidebar {
  min-width: 80px;
  max-width: 80px;
  text-align: center;
  margin-left: -80px !important;
}

#sidebar_nots {
  min-width: 0px;
  max-width: 0px;
  margin-right: 0px !important;
}

#sidebar.active {
  margin-left: 0 !important;
}

#sidebar_nots.active {
  position: relative;
  z-index: 9999;
}

/* collapses sidebar on mobile, stop removing, its fkn needed*/

.prel {
  position: relative;
}

.searchCnt {
  position: relative;
}

.search_results {
  position: absolute;
  z-index: 99999;
  top: 45px;
  background: #ededed;
  border: 1px solid #ddd;
  width: 100%;
}

.search_results h5 {
  padding: 8px 5px;
  font-weight: 600;
  border-bottom: 1px solid #ddd;
}

.search_results h5:hover {
  background: #151f2e;
  color: #fff;
  cursor: pointer;
}

#settingsForm input.form-control {
  background: #eee;
}

.card.leader_table_div {
  padding-bottom: 0;
}

.leader_table_div {
  overflow-y: scroll;
}

.uploader_part2 {
  display: none;
}

.salesleaderboardtable tr:last-child,
.caller_id table tbody tr:last-of-type {
  font-weight: 600;
}

/* begin trenddash 3 dot dropdown */

.showLeft {
  text-shadow: none !important;
}

.icons li {
  background: none repeat scroll 0 0 #8c4ced;
  height: 6px;
  width: 6px;
  line-height: 0;
  list-style: none outside none;
  margin-right: 15px;
  margin-top: 3px;
  vertical-align: top;
  border-radius: 50%;
  pointer-events: none;
}

.btn-left {
  left: 0.4em;
}

.btn-right {
  right: 10px;
  top: 0;
}

.btn-left,
.btn-right {
  position: absolute;
}

.card_dropbtn {
  color: white;
  font-size: 16px;
  border: none;
  cursor: pointer;
}

.card_dropdown.mv_left {
  left: 20px;
  top: 20px;
}

.card_dropdown {
  position: absolute;
  display: inline-block;
  right: 0;
  top: 10px;
}

.card_dropdown-content {
  display: none;
  position: relative;
  margin-top: 40px;
  background: #f9f9f9;
  border: 1px solid #d1d1d1;
  max-width: 210px;
  overflow: auto;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
  z-index: 1;
  right: 20px;
}

.card_dropdown-content h3 {
  padding: 10px;
  font-size: 16px;
  background: #8c4ced;
  color: #fff;
  font-weight: 700;
}

.card_dropdown-content a {
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
}

.card_dropdown a:nth-child(even) {
  background-color: #efefef;
}

.card_dropdown a:hover {
  background-color: #eaeaea;
}

.show {
  display: block;
}

/* end trenddash 3 dot dropdown */

.campaign_search.form-control {
  padding: 0 10px;
  border: none;
}

.input-group .form-control:not(:first-child):not(:last-child),
.input-group-addon:not(:first-child):not(:last-child),
.input-group-btn:not(:first-child):not(:last-child) {
  background: #fff !important;
  border-radius: 0;
}

.db_select.ls_style_none {
  list-style: none;
  margin-top: 13px;
}

.db_select.dropdown-menu {
  padding: 10px !important;
}

ul.db_select li.active > a {
  background: none;
  color: #0FB5C4;
}

.panel-default > .panel-heading {
  background: #0FB5C4;
  background: linear-gradient(to bottom, #0FB5C4 0%, #11cbdc 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#0FB5C4, endColorstr=#11cbdc, GradientType=0);
  color: #fff;
  height: 40px;
  padding: 5px 10px;
}

.accordion .card {
  border-bottom: none;
  margin-bottom: 5px;
}

.accordion .card-body table {
  display: inline-table;
}

.accordion .card > .card-header {
  background: #0FB5C4;
  background: linear-gradient(to bottom, #0FB5C4 0%, #11cbdc 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#0FB5C4, endColorstr=#11cbdc, GradientType=0);
  color: #fff;
  height: 45px;
  padding: 5px 10px;
  font-weight: 600;
}

.accordion .card > .card-header a {
  font-size: 15px;
  font-weight: 600;
  display: inline-block;
  width: 100%;
}

.accordion .card > .card-header a.lead_details_acc {
  font-size: 20px;
}

#instructions.card-header h3 {
  font-weight: 600;
  font-size: 18px;
  width: 100%;
  display: block;
  text-align: left;
  color: #0FB5C4;
}

#instructions.card-header h3:hover {
  text-decoration: none;
  color: #0d9fac;
}

#instructions.card-header i.fas {
  position: relative;
  top: 15px;
  font-size: 18px;
}

span.accicon {
  position: relative;
}

.note-editor.note-airframe .note-status-output,
.note-editor.note-frame .note-status-output,
.note-editor.note-airframe .note-editing-area .note-editable,
.note-editor.note-frame .note-editing-area .note-editable,
.note-editor.note-airframe .note-statusbar .note-resizebar,
.note-editor.note-frame .note-statusbar .note-resizebar {
  background: #eee !important;
}

.note-editor.note-airframe,
.note-editor.note-frame,
.note-editor.note-airframe .note-statusbar .note-resizebar,
.note-editor.note-frame .note-statusbar .note-resizebar {
  border: 1px solid #ccc !important;
}

.note-toolbar.panel-heading {
  background: #eee;
  height: 45px;
}

.db_select label {
  margin-bottom: 6px;
}

.total_calls_in {
  margin-bottom: 0;
}

.trend_indicator {
  position: absolute;
  top: 10px;
  right: 5px;
}

.trend_indicator.positive {
  color: #5cb85c;
}

.trend_indicator.negative {
  color: #d9534f;
}

.trend_arrow {
  width: 0;
  height: 0;
  margin: 0 auto;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
}

.trend_indicator span {
  clear: both;
  text-align: center;
  font-size: 12px;
  font-weight: 600;
}

.arrow_up.positive {
  border-bottom: 6px solid #5cb85c;
}

.arrow_up.negative {
  border-bottom: 6px solid #d9534f;
}

.arrow_down.positive {
  border-top: 6px solid #5cb85c;
}

.arrow_down.negative {
  border-top: 6px solid #d9534f;
}

.nav-tabs > li > a:hover {
  border-color: #ddd;
  background: #fff;
}

.nav-tabs > li.active > a,
.nav-tabs > li.active > a:focus,
.nav-tabs > li.active > a:hover {
  background: #fff;
  color: #151f2e;
  font-weight: 600;
}

.cdr_results_table {
  margin-top: 20px;
}

div#cdr_dataTable_paginate {
  float: left;
}

h4.panel-title a {
  display: block;
  width: 100%;
  font-size: 16px;
}

.user_links_modal h4:nth-of-type(odd) {
  background-color: #e6e6e6;
}

.user_links_modal h4 {
  padding: 8px 6px;
  font-weight: 500;
  font-size: 14px;
  display: block;
  clear: both;
}

.user_links_modal h4 span.dash_type {
  color: #0FB5C4;
  font-weight: 600;
}

.user_links_modal h3 span {
  color: #111;
}

.multi_db.show_multi_db {
  display: block;
}

#kpi_select.multiselect + .btn-group li a label {
  padding: 0px;
  padding-left: 30px;
}

.checkbox.mb20 {
  margin-bottom: 20px;
}

.undoselection_btn {
  color: #d9534f;
  font-weight: 600;
}

p.name span.name {
  width: 150px;
}

p.name i {
  margin-right: 5px;
}

.tools h2.page_heading {
  font-size: 20px;
}

.tools h2.page_heading i {
  color: #0FB5C4;
}

.tools .form-group {
  margin-bottom: 25px;
}

#editRulesModal .modal-header {
  margin-bottom: 0;
}

.remove_user i,
.remove_smtp_server_modal i,
.remove_campaign_modal i {
  color: #d9534f;
}

.avg_wait_time_min,
.avg_wait_time_max {
  position: absolute;
  bottom: 45px;
}

.avg_wait_time_max {
  right: 6%;
}

.card.flipping_card .title.mb15 {
  margin-bottom: 15px;
}

.rules_table tbody tr td .btn {
  max-width: 170px;
  font-weight: 600;
}

.btn-default.disable {
  background: #ddd;
}

.btn-default.disable:hover {
  background: #ddd !important;
}

.lang_select li a img {
  max-width: 25px;
}

.divider {
  border-top: 1px solid #ddd;
  margin-top: 20px;
  margin-bottom: 20px;
}

.settings label {
  font-size: 15px;
}

.kpi_list div.checkbox:nth-of-type(2) {
  clear: both;
}

.flowchart {
  margin-top: 60px;
}

.flowchart_element {
  width: 160px;
  height: 160px;
  border-radius: 100px;
  background: #0FB5C4;
  display: table;
  margin: 0 auto;
  margin-top: 20px;
  z-index: 2;
  position: relative;
  padding: 10px;
}

.flowchart_element span {
  display: table-cell;
  vertical-align: middle;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 18px;
  position: relative;
  z-index: 999;
}

.flowchart_element.condition.when {
  width: 130px;
  height: 130px;
  border-radius: 100px;
}

.flowchart_element.condition.when:after {
  background: #0FB5C4;
}

.flowchart_element.condition.and {
  border-radius: 0;
  display: inherit;
  width: 0 !important;
  height: 0 !important;
  border-left: 60px solid transparent;
  border-right: 60px solid transparent;
  border-top: 120px solid #151f2e;
  background: none;
  padding: 0;
  margin-top: 18px;
}

.flowchart_element.condition.and span {
  bottom: 90px !important;
  right: 18px;
}

.flowchart_element.action {
  margin-bottom: 50px;
  width: 200px;
  height: 110px;
  border-radius: 3px;
  background: #0FB5C4;
}

.flowchart_element.action:after {
  background: #0FB5C4;
}

.flowchart_element.mt0 {
  margin-top: 0;
}

.flowchart_element.mt10 {
  margin-top: 10px;
}

.flowchart_element.mt35 {
  margin-top: 35px;
}

.flowchart_element:after {
  background: #0FB5C4;
  min-height: 2px;
  width: 45%;
  position: absolute;
  right: 0%;
  top: 55%;
  display: inline-block;
  content: "";
  z-index: 1;
}

.flowchart_element span {
  display: table-cell;
  vertical-align: middle;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 18px;
  position: relative;
  z-index: 999;
}

div.horizontal-line {
  background: #b3b3b3;
  min-height: 2px;
  width: 45%;
  position: absolute;
  z-index: 1;
  right: 0%;
  top: 55%;
  display: inline-block;
}

.action ~ div.horizontal-line {
  top: 35%;
}

div.vertical-line {
  width: 2px;
  background-color: #b3b3b3;
  height: 145px;
  position: absolute;
  margin: 0 auto;
  left: 51.5%;
  display: block;
}

div.vertical-line.hidetilloaded {
  display: none;
}

div.vertical-line.mvup100 {
  bottom: 100px;
}

.table > thead > tr > th {
  background: #0FB5C4;
  color: #fff !important;
}

.form-holder.welcome_box {
  padding: 30px 20px;
  text-align: center;
  overflow: auto;
}

.form-holder.welcome_box h1 {
  font-size: 40px;
  font-weight: 300;
  margin-bottom: 40px;
}

.form-holder.welcome_box p {
  font-size: 15px;
}

.form-holder.welcome_box .demo_expiration {
  font-size: 15px;
  font-weight: 600;
  margin-bottom: 20px;
}

.form-holder.welcome_box .btn_holder {
  display: block;
  margin: 0 auto;
  clear: both;
  width: 80%;
}

.form-holder.welcome_box .btn_holder a {
  font-size: 15px;
  font-weight: 600;
  float: left;
  width: 47%;
  margin-left: 2%;
}

.form-holder.welcome_box.expired {
  min-height: 150px;
}

.form-holder.welcome_box.expired div.alert {
  font-size: 16px;
  margin-top: 30px;
}

.hide_lang input[type=checkbox],
.toggle_theme input[type=checkbox] {
  width: 15px;
  height: 15px;
}

.edit_demo_user .alert-success {
  clear: both;
}

#demoUserModal .modal-body {
  overflow: auto;
}

.add_playbook .modal-body {
  overflow: revert;
}

.oauto {
  overflow: auto;
}

.demo_user .btn.btn-primary {
  margin-bottom: 20px !important;
}

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

.settings form .btn {
  margin-top: 10px;
}

.settings form .btn:hover {
  background: #de8c1d;
}

.hide_lang input[type=checkbox],
.toggle_theme input[type=checkbox] {
  width: 15px;
  height: 15px;
}

.modal-body h3.leaddetail_name {
  color: #151f2e;
  font-weight: 600;
  font-size: 25px;
  margin-bottom: 25px !important;
}

.lead_info {
  font-size: 14px;
  padding: 5px 8px;
}

.lead_info:nth-child(even) {
  background: #eee;
}

.lead_info .leadrule_property {
  width: 200px;
  font-weight: 600;
  margin-right: 10px;
}

.bbnone {
  border-bottom: none !important;
}

.add_leadrule_filter,
.add_new_subcampaign,
.undo_new_subcampaign,
.add_campaign {
  color: #0FB5C4;
  font-weight: 600;
  font-size: 15px;
}

.add_leadrule_filter:hover,
.add_new_subcampaign:hover,
.undo_new_subcampaign:hover,
.add_campaign:hover {
  color: #0b8995;
}

.add_leadrule_filter:focus,
.add_new_subcampaign:focus,
.undo_new_subcampaign:focus,
.add_campaign:focus {
  color: #0b8995;
}

a.remove_filter,
a.remove_action,
a.remove_subcamp {
  color: #d9534f;
  float: right;
  font-size: 14px;
  margin-top: 10px;
}

a.remove_subcamp {
  font-size: 13px;
  margin-top: 0 !important;
}

.leadfilter_row .card,
.action_row .card {
  overflow: auto;
}

.btn.btn-reset {
  background: #ccc;
  color: #333;
  margin-right: 10px;
}

.btn.btn-reset:hover {
  background: #bfbfbf;
  color: #333 !important;
}

.btn-link {
  color: #0FB5C4 !important;
}

.btn-link.danger {
  color: #d9534f;
}

.table > tbody > tr > td,
.table > tbody > tr > th,
.table > tfoot > tr > td,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > thead > tr > th {
  vertical-align: middle;
}

.paditem5 {
  margin-bottom: 20px;
}

.paditem5 li {
  padding: 5px 0;
}

.upload_btn input {
  color: #333;
}

.upload_btn input:hover {
  color: #151f2e;
}

.btn-file {
  position: relative;
  overflow: hidden;
}

.btn-file input[type=file] {
  position: absolute;
  top: 0;
  right: 0;
  min-width: 100%;
  min-height: 100%;
  font-size: 100px;
  text-align: right;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  outline: none;
  background: white;
  cursor: inherit;
  display: block;
}

.btn-info.btn-file {
  float: left;
  margin-right: 10px;
  font-weight: 600;
  margin-bottom: 20px;
}

p.filename {
  float: left;
  margin-top: 7px;
}

a.toggle_instruc {
  color: #0FB5C4;
  font-size: 18px;
  position: relative;
  bottom: 5px;
}

a.toggle_instruc + h3 {
  padding: 10px;
}

a.toggle_instruc + h3:hover {
  cursor: pointer;
}

.alert-info.alert-block button.close {
  color: #d9534f;
}

.accordion .card .card-title a i {
  float: right;
}

.dashboard .webhook_fields .card {
  height: auto;
}

.webhook_fields .card {
  padding: 20px;
}

.webhook_fields .field {
  border-bottom: 1px solid #dbe4e8;
  padding-top: 15px;
  overflow: auto;
}

.webhook_fields .field input.form-control,
.webhook_fields .field select {
  background: #eee !important;
  height: 40px;
}

.webhook_fields .field:nth-child(even) {
  background: #fff !important;
  border-bottom: 1px solid #dde0e7 !important;
}

.webhook_fields .field p.active {
  color: #0FB5C4;
}

.webhook_fields .field .fa-times-circle {
  font-size: 16px;
  color: #d9534f;
}

.webhook_fields .field .fa-undo-alt {
  font-size: 18px;
  color: #0FB5C4;
}

.webhook_fields .field.field_removed {
  background: #cecece;
}

.webhook_fields label {
  margin-top: 10px;
}

.webhook_fields h4 {
  border-bottom: 1px solid #ddd;
  font-weight: 600;
  padding-bottom: 5px;
}

.webhook_fields p {
  font-size: 16px;
  padding-top: 10px;
}

.webhook_fields a {
  display: inline-block;
  margin-top: 10px;
  margin-right: 10px;
}

.webhook_fields a.remove_field {
  color: tomato;
}

.webhook_fields a.use_default_value {
  color: #0FB5C4;
}

.webhook_fields .btn.h35 {
  height: 35px;
}

.webhook_fields form {
  padding: 20px;
  border: 1px solid #ddd;
}

.webhook_fields button.btn.generate_url {
  background: #0FB5C4;
  border: 1px solid #0FB5C4;
  float: right;
}

.webhook_fields button.btn.generate_url:hover {
  background: #0d9fac;
}

#webhook_generator input.form-control,
#webhook_generator select {
  height: 40px;
}

#webhook_generator form.add_custom_field {
  padding: 20px;
  border-radius: 5px;
  background: #e0e0e0 !important;
  border: 1px solid #d5d5d5;
}

#webhook_generator form.add_custom_field div.form-group input.form-control {
  background: #eee !important;
}

.final_url_cnt textarea.url.form-control {
  border-radius: 5px;
  background: #e0e0e0 !important;
  color: #151f2e;
  border: 1px solid #d5d5d5;
  min-height: 100px;
  padding: 12px;
}

.final_url_cnt textarea.url.form-control:hover {
  cursor: pointer;
}

[hidden] {
  display: none !important;
}

.btn-file {
  position: relative;
  overflow: hidden;
}

.btn-file input[type=file] {
  position: absolute;
  top: 0;
  right: 0;
  min-width: 100%;
  min-height: 100%;
  font-size: 100px;
  text-align: right;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  outline: none;
  background: #fff;
  cursor: inherit;
  display: block;
}

.label-info {
  font-size: 13px;
  margin-left: 10px;
}

.btn-secondary {
  background: #ccc;
  color: #444;
}

.btn-secondary:hover {
  background: #bbb;
}

.remove_camp_filter {
  margin-top: 10px;
  color: #d9534f;
  position: relative;
  top: 25px;
}

.bwr_omni table thead th a,
.agent_pause_time table thead th a {
  display: none;
}

.dataTables_filter label input {
  margin: 0 5px 10px 5px;
}

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

#logins_per_day .card_dropdown.mv_left {
  left: 8px;
  top: 12px;
}

#logins_per_day .card_dropdown-content.logins_drilldown {
  max-height: 240px;
}

p.login_date {
  font-weight: 600;
  margin-right: 10px;
}

.bwr_omni table thead th a {
  display: none;
}

.btn-notifications {
  background: none;
  color: #0FB5C4;
  position: relative;
  font-size: 18px;
  bottom: 2px;
}

.btn-notifications:hover {
  color: #0FB5C4;
}

.btn-notifications:hover span.numb_notifications {
  background: #8c4ced;
  color: #fff;
}

.btn-notifications:focus {
  outline: none;
  box-shadow: none;
}

span.numb_notifications {
  background: #8c4ced;
  color: #fff;
  border-radius: 20px;
  position: relative;
  bottom: 10px;
  right: 7px;
  height: 17px;
  width: 17px;
  padding: 1px 0 0;
  font-size: 11px;
}

.notifications.card {
  background: #eee;
}

.notifications.card .list-group-item:nth-child(odd) {
  background: #f6f6f6;
}

.notifications.card .list-group-item:hover {
  background: #fff;
}

.notifications.card .not_header h4 {
  color: #595C63;
}

.notifications.card p {
  color: #595C63;
}

.notifications.card .not_date {
  margin-bottom: 5px;
  float: right;
}

.notifications.card .not.unread h4 {
  color: #0FB5C4;
}

.notifications.card .not h4 {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 6px;
}

.notification_msg .not_date {
  margin-bottom: 20px;
}

.msg_title {
  font-weight: 600;
  margin-bottom: 10px;
  color: #0FB5C4;
}

.calls_per_hour table tbody tr:last-of-type td {
  font-weight: 600;
}

.card.oauto {
  overflow: auto;
}

.kpi_change_info {
  display: inline-block;
  min-width: 65px;
  font-weight: 600;
}

.kpi_change_info_cnt h4 {
  font-size: 15px;
}

.report_info_columns h4 {
  border-bottom: 1px solid #ddd;
}

.report_desc p {
  font-size: 15px;
}

.calls_per_hour table thead th a {
  display: none;
}

.calls_per_hour table tbody tr:last-of-type td {
  font-weight: 600;
}

.note-editor.note-airframe .note-status-output,
.note-editor.note-frame .note-status-output,
.note-editor.note-airframe .note-editing-area .note-editable,
.note-editor.note-frame .note-editing-area .note-editable,
.note-editor.note-airframe .note-statusbar .note-resizebar,
.note-editor.note-frame .note-statusbar .note-resizebar {
  background: #eee !important;
}

.note-editor.note-airframe,
.note-editor.note-frame,
.note-editor.note-airframe .note-statusbar .note-resizebar,
.note-editor.note-frame .note-statusbar .note-resizebar {
  border: 1px solid #ccc !important;
}

.note-toolbar.panel-heading {
  background: #eee;
  height: 45px;
}

.col-sm-12.w99 {
  width: 98% !important;
  margin-left: 1%;
}

label.checkbox.toggle_active_reps {
  margin-left: 20px;
}

.rep_status {
  min-height: 425px;
  padding-top: 20px;
  background: #e3e7e8;
  background: linear-gradient(to right, #e3e7e8 0%, #f2f2f2 100%);
}

.rep_status li.list-group-item {
  overflow: auto !important;
}

.rep_status li.list-group-item:nth-child(even) {
  background: #f3f3f3;
}

.rep_status .break_code {
  color: #0FB5C4;
  font-weight: 600;
}

.rep_status .call_type {
  float: left;
  position: relative;
  right: 7px;
}

.rep_status .agent_call_details {
  float: left;
  width: 100%;
}

.rep_status .agent_call_details.has_icon {
  width: 93%;
}

.rep_status span.timer {
  float: right;
}

.rep_status h2 {
  float: left;
  font-size: 21px;
  border-bottom: none;
  font-weight: 600;
  color: #151f2e;
}

.rep_status .num_agents {
  float: right;
  position: relative;
  bottom: 27px;
}

.rep_status .num_agents p {
  text-align: center;
  font-size: 12px;
  font-style: italic;
}

.rep_status .num_agents .inner {
  color: #0FB5C4;
  text-align: center;
  padding-top: 20px;
  font-size: 18px;
  font-weight: 600;
}

.rep_status p.rep_name {
  font-weight: 600;
}

.getleaddetails:hover {
  cursor: pointer;
}

.lead_detail_notes h4 {
  background: #151f2e;
  padding: 8px;
  font-weight: 600;
  color: #eee;
  margin-top: 20px;
}

.lead_detail_notes h4:hover {
  cursor: pointer;
}

.lead_detail_notes .real_time_contact_notes_inner {
  background: #eee;
  padding: 10px 8px;
}

.myselect {
  min-width: 100%;
  background: #eee !important;
}

ul.group_select {
  padding-left: 10px;
}

.loader_hor {
  float: left;
}

.add_filter .alert {
  clear: both;
}

.lead.action_type_fields {
  font-size: 13px;
}

.alert.cb {
  clear: both;
}

a.playbook_actions_modal:hover,
a.playbook_filters_modal:hover {
  color: #000;
}

.modal_manage_fil_act {
  margin-bottom: 10px;
}

.modal_manage_fil_act a {
  position: relative;
  top: 3px;
}

a.add_action,
a.add_filter {
  margin-top: 10px;
  display: inline-block;
  font-weight: 600;
}

a.add_action i,
a.add_filter i {
  color: #0FB5C4;
}

a.add_subcampaign {
  font-weight: 600;
}

a.add_subcampaign i {
  color: #0FB5C4;
}

.toggle_all_switch {
  margin-bottom: 40px;
}

.toggle_all_switch label.switch {
  float: left;
}

.toggle_all_switch span.toggle_all_label {
  float: left;
  font-weight: 600;
  position: relative;
  bottom: 1px;
  font-size: 15px;
  margin-left: 10px;
}

.paginate_button {
  padding: 0 !important;
}

.btn.table_btns {
  max-width: 110px;
}

.popover {
  padding: 10px;
}

.popover ul {
  padding-left: 10px;
}

.playbook a.menu,
.touch a.menu {
  margin: 0 auto;
  display: block;
  margin-bottom: 10px;
  border-radius: 100px;
  width: 125px;
  height: 125px;
  padding-top: 28px;
  border: 6px solid #aaa;
}

.playbook a.menu i,
.touch a.menu i {
  margin: 0 auto;
  display: block;
  text-align: center;
  font-size: 55px;
}

.playbook a.menu i:hover,
.touch a.menu i:hover {
  transition: all, ease, 0.3s;
  color: #0FB5C4;
}

.playbook .name,
.touch .name {
  font-size: 15px;
  font-weight: 600;
  text-align: center;
  margin-bottom: 20px;
}

.playbook .switch,
.touch .switch {
  margin: 0 auto;
  display: block;
}

.playbook .popover,
.touch .popover {
  min-width: 95px;
}

.playbook .popover .popover-body,
.touch .popover .popover-body {
  padding: 10px;
}

.playbook .popover ul,
.touch .popover ul {
  list-style: none;
}

.playbook .popover ul li,
.touch .popover ul li {
  color: #555;
  font-weight: 600;
  background: #ddd;
}

.playbook .popover ul li:nth-child(odd),
.touch .popover ul li:nth-child(odd) {
  background: #e9e9e9;
}

.playbook .popover ul li:hover,
.touch .popover ul li:hover {
  background: #fff;
}

.playbook .popover ul li a,
.touch .popover ul li a {
  padding: 5px 10px;
  width: 100%;
  display: block;
}

.playbook_campaign,
.playbook_subcampaign {
  font-size: 17px;
  font-weight: 600;
  margin-bottom: 10px;
}

.playbook_name {
  font-size: 19px;
  font-weight: 600;
  text-transform: uppercase;
  color: #333;
}

.playbooks_history_table a {
  color: #0FB5C4;
}

.playbooks_history_table a:hover {
  color: #0b818b;
}

.action_row .card,
.leadfilter_row .card,
.add_touch .card,
.edit_touch .card {
  margin-bottom: 25px;
}

.breadcrumb {
  background: #ffffff;
  /* Old browsers */
  /* FF3.6-15 */
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #ffffff 75%, #e2e2e0 99%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff", endColorstr="#e2e2e0", GradientType=0);
  /* IE6-9 */
  border: 1px solid #ddd;
}

.breadcrumb .breadcrumb-item {
  font-weight: 600;
}

.breadcrumb .breadcrumb-item a:hover {
  color: #0FB5C4;
}

.reverse_action {
  color: #fff !important;
}

#addPlaybookModal .modal-body,
#editPlaybookModal .modal-body {
  overflow: inherit;
}

#addPlaybookModal .dropdown-menu.subcampaigns,
#addPlaybookModal .dropdown-menu.extra_campaigns,
#editPlaybookModal .dropdown-menu.subcampaigns,
#editPlaybookModal .dropdown-menu.extra_campaigns {
  position: absolute;
  z-index: 99999;
}

.lp_grad {
  padding-top: 50px;
  height: 100%;
}

.lp_grad img {
  margin: 0 auto;
  display: block;
  padding-left: 20px;
}

.lp_grad p {
  text-align: center;
  margin-top: 35px;
  font-size: 16px;
  font-weight: 600;
  color: #fff;
}

.lp_grad .nav_holder {
  position: absolute;
  top: 0;
  left: 0;
}

.accounting_reports .list-group,
.automatedreports .list-group {
  background: #eee;
}

.accounting_reports .list-group .list-group-item,
.automatedreports .list-group .list-group-item {
  background: #fff;
  margin-bottom: 5px;
}

.accounting_reports .list-group .list-group-item a,
.automatedreports .list-group .list-group-item a {
  font-weight: 600;
  font-size: 16px;
  background: #eee;
}

.accounting_reports .list-group .list-group-item a i,
.automatedreports .list-group .list-group-item a i {
  color: #1896DE;
  margin-right: 13px;
}

.automatedreports h4:hover {
  text-decoration: none;
}

.lead_details .pt10.bb {
  overflow: auto;
  background: #fff;
}

.lead_details h4 {
  font-size: 18px;
  font-weight: 600;
}

.lead_details .form-control {
  background: #fff !important;
}

.lead_details textarea.form-control {
  background: #f3f3f3 !important;
}

.fas.fa-id-card {
  color: #0FB5C4;
}

.dup_lead_detail_recs tr:hover {
  color: #0FB5C4 !important;
}

.field.slide.draggable.ui-sortable-handle.ui-draggable.ui-draggable-handle {
  width: 100% !important;
}

.field.slide.default.ui-sortable-handle {
  padding-bottom: 20px;
}

.form_code,
.form_code_css {
  max-height: 325px;
  overflow-y: scroll;
}

.lead_fields_accordion p {
  font-weight: 600;
  font-size: 15px;
  margin-bottom: 3px;
}

.lead_fields_accordion p span {
  font-weight: 500;
}

.lead_fields_form input.form-control .form-control,
.lead_fields_form input.form-control .form-control.multiselect,
.lead_fields_form input.form-control .form-control.multiselect + .btn-group,
.lead_fields_form input.form-control .form-control.multi_select + .btn-group,
.lead_fields_form button.multiselect .form-control,
.lead_fields_form button.multiselect .form-control.multiselect,
.lead_fields_form button.multiselect .form-control.multiselect + .btn-group,
.lead_fields_form button.multiselect .form-control.multi_select + .btn-group,
.lead_fields_form select.form-control .form-control,
.lead_fields_form select.form-control .form-control.multiselect,
.lead_fields_form select.form-control .form-control.multiselect + .btn-group,
.lead_fields_form select.form-control .form-control.multi_select + .btn-group,
.lead_fields_form textarea.form-control .form-control,
.lead_fields_form textarea.form-control .form-control.multiselect,
.lead_fields_form textarea.form-control .form-control.multiselect + .btn-group,
.lead_fields_form textarea.form-control .form-control.multi_select + .btn-group {
  background: none !important;
  border: none !important;
  border-bottom: 2px solid #ccc !important;
  border-radius: 0 !important;
}

.lead_fields_form input.form-control .form-control:focus,
.lead_fields_form input.form-control .form-control.multiselect:focus,
.lead_fields_form input.form-control .form-control.multiselect + .btn-group:focus,
.lead_fields_form input.form-control .form-control.multi_select + .btn-group:focus,
.lead_fields_form button.multiselect .form-control:focus,
.lead_fields_form button.multiselect .form-control.multiselect:focus,
.lead_fields_form button.multiselect .form-control.multiselect + .btn-group:focus,
.lead_fields_form button.multiselect .form-control.multi_select + .btn-group:focus,
.lead_fields_form select.form-control .form-control:focus,
.lead_fields_form select.form-control .form-control.multiselect:focus,
.lead_fields_form select.form-control .form-control.multiselect + .btn-group:focus,
.lead_fields_form select.form-control .form-control.multi_select + .btn-group:focus,
.lead_fields_form textarea.form-control .form-control:focus,
.lead_fields_form textarea.form-control .form-control.multiselect:focus,
.lead_fields_form textarea.form-control .form-control.multiselect + .btn-group:focus,
.lead_fields_form textarea.form-control .form-control.multi_select + .btn-group:focus {
  border-color: inherit;
  box-shadow: none;
  border-bottom: 2px solid #4B9AEF !important;
  outline: none !important;
  box-shadow: none !important;
}

.search_form .input-group .form-control {
  background: #fff !important;
}

textarea.nobg_txtarea.form-control {
  background: none !important;
  border: none !important;
  box-shadow: none !important;
}

.contact_rate_totals h2,
.contact_rate_totals h4,
.contact_rate_totals h5 {
  text-align: center;
}

.contact_rate_totals h2 span {
  color: #666;
  font-weight: 600;
}

.contact_rate_totals h4 {
  color: #151f2e;
  font-size: 21px;
  font-weight: 600;
  margin-bottom: 35px;
}

.contact_rate_totals h5 {
  font-size: 50px;
}

.alert.alert-danger.filter_error.mt20.hidetilloaded,
.alert.alert-danger.action_error.mt20.hidetilloaded {
  clear: both;
  margin-top: 70px;
}

.process_ringgroup_btn,
.delete_ring_group,
.process_playlist_btn,
.delete_playlist {
  max-width: 110px;
}

#skill_listing_table_wrapper .dataTables_length {
  margin-top: 10px;
}

#skill_listing_table_wrapper .dataTables_paginate {
  float: left;
}

#skill_listing_table_wrapper .dataTables_paginate .pagination {
  margin-top: 10px;
}

#skill_listing_table_wrapper table {
  border-bottom: none !important;
}

/*#skill_listing_table_wrapper table tbody tr {
  background: none !important;
}*/

div#skill_listing_table_info {
  float: none;
}

.input-group select.form-control.action_table_fields:not(:first-child) {
  height: 40px;
  background: #eee !important;
}

.btn.add_table_field,
.remove_table_field_btn,
.remove_subcampaign_btn {
  margin-top: 18px;
}

.col-sm-6.table_field {
  padding: 5px;
}

.ring_group_table .checkbox-inline {
  font-size: 15px;
}

.ring_group_table .checkbox-inline input {
  position: relative;
  top: 2px;
}

.ring_group_table input[type=text] {
  max-width: 100px;
}

.ring_group_table a,
.ring_group_table button {
  font-size: 16px;
}

.ring_group_table a {
  display: inline-block;
  margin-right: 10px;
  font-size: 16px;
}

.ring_group_table a.remove_row {
  color: tomato;
}

.select2 span.selection {
  width: 100%;
  height: 45px;
}

.select2-container .select2-selection--single {
  height: 35px !important;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
  font-size: 14px;
  line-height: 30px !important;
}

label.checkbox-inline.center_checkbox {
  text-align: center;
  display: block;
  margin: 25px auto;
}

.alert.hidetilloaded.edit_mode_msg {
  position: fixed;
  width: 100%;
  z-index: 99999;
}

.save_changes,
.cancel_changes {
  display: inline-block;
}

.save_changes {
  padding: 8px;
}

.skill_form_group.inactive span:hover {
  cursor: not-allowed;
}

.skills span {
  width: 100%;
}

.call_caps .filters .btn.btn-primary {
  position: relative;
  margin-bottom: 30px;
  background: #8c4ced;
  color: #fff;
  border: 1px solid #7d35eb;
  font-weight: 600;
}

.callerid_table th {
  cursor: pointer;
}

.callerid_table th.asc_sorted {
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#42b5ab+1,008277+100 */
  background: #42b5ab;
  /* Old browsers */
  /* FF3.6-15 */
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #42b5ab 1%, #008277 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#42b5ab", endColorstr="#008277", GradientType=0);
  /* IE6-9 */
}

.callerid_table th.desc_sorted {
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#42b5ab+1,008277+100 */
  background: #42b5ab;
  /* Old browsers */
  /* FF3.6-15 */
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #008277 100%, #42b5ab 1%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#008277", endColorstr="#42b5ab", GradientType=0);
  /* IE6-9 */
}

.callerid_table .arrow {
  border: solid #fff;
  border-width: 0 3px 3px 0;
  display: inline-block;
  padding: 3px;
  margin-left: 3px;
}

.callerid_table .up {
  transform: rotate(-135deg);
  -webkit-transform: rotate(-135deg);
}

.callerid_table .down {
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
}

.progress_bar p {
  font-size: 15px;
  font-weight: 600;
  text-align: center;
  margin-bottom: 5px;
}

.progress_bar .outer {
  width: 100%;
  height: 23px;
  background: #ddd;
  border-radius: 30px;
  position: relative;
}

.progress_bar .inner {
  height: 100%;
  background: #0FB5C4;
  width: 0%;
  border-radius: 30px 0 0 30px;
  display: block;
  height: 100%;
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
  border-top-left-radius: 20px;
  border-bottom-left-radius: 20px;
  background-color: #33a09b;
  background-image: linear-gradient(center bottom, #33a09b 37%, #257e7a 69%);
  box-shadow: inset 0 2px 9px rgba(255, 255, 255, 0.3), inset 0 -2px 6px rgba(0, 0, 0, 0.4);
  position: relative;
  overflow: hidden;
}

.progress_bar .inner span::after {
  -webkit-animation: move 2s linear infinite;
          animation: move 2s linear infinite;
}

@-webkit-keyframes move {
  0% {
    background-position: 0 0;
  }

  100% {
    background-position: 50px 50px;
  }
}

@keyframes move {
  0% {
    background-position: 0 0;
  }

  100% {
    background-position: 50px 50px;
  }
}

.progress_bar .inner:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-image: linear-gradient(-45deg, rgba(255, 255, 255, 0.2) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.2) 50%, rgba(255, 255, 255, 0.2) 75%, transparent 75%, transparent);
  z-index: 1;
  background-size: 50px 50px;
  -webkit-animation: move 2s linear infinite;
          animation: move 2s linear infinite;
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
  border-top-left-radius: 20px;
  border-bottom-left-radius: 20px;
  overflow: hidden;
}

.callerid_table_outer {
  height: 600px;
  overflow-x: auto;
  white-space: nowrap;
}

.callerid_table_outer th {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  z-index: 999;
}

.callerid_table {
  border-collapse: collapse;
  width: 100%;
  max-height: 300px;
}

.callerid_table input.checkbox {
  position: relative;
  z-index: 99;
}

.callerid_table td,
.callerid_table th {
  padding: 8px;
}

/*.callerid_tabletr:hover {background-color: #ddd;}*/

.callerid_table th {
  padding-top: 12px;
  padding-bottom: 12px;
  text-align: left;
  background-color: #052028;
  color: white;
  white-space: nowrap;
}

/* PORTAL FORM BUILDER */

#builder_content {
  min-height: 300px;
  border: 1px solid #ddd;
  border-radius: 4px;
  padding: 10px 20px;
  overflow: auto;
}

#builder_content .close,
#builder_content .conditional {
  color: #d43f3a;
  position: relative;
  left: 13px;
  bottom: 3px;
  float: right;
}

#builder_content .conditional {
  color: #253752;
  margin-right: 10px;
}

#builder_content .conditional:hover {
  cursor: pointer;
}

#content_form_name {
  cursor: pointer;
}

.content-hover {
  border: 1px dashed #3a87ad !important;
  color: #3a87ad;
  background: #d9edf7;
  opacity: 0.5;
}

.dropzone .tab-pane {
  background: #fff;
}

.content-hover legend {
  color: #3a87ad;
  border-color: -moz-use-text-color -moz-use-text-color #3a87ad;
}

.content-hover .element {
  border: 1px solid #d9edf7;
}

/* COMPONENTS */

#components-container div.col-xs-6 {
  padding-left: 8px;
  padding-right: 8px;
}

.component {
  cursor: move;
  padding: 10px;
  border: 1px solid #ccc;
  border-left: 5px solid #ccc;
  background: #fff;
  margin: 0;
  margin-top: 10px;
  border-radius: 3px;
}

.component h4 {
  font-weight: 600;
  font-size: 13px;
}

.component h4 i {
  padding-right: 5px;
}

.component.form-group.ui-draggable {
  max-width: 100%;
  padding: 10px;
  margin: 10px 0;
  border-radius: 3px;
  border: 1px solid #ccc;
  border-left: 5px solid #ccc;
}

.component:hover {
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#f9f9f9+0,e8e8e8+100 */
  background: #f9f9f9;
  /* Old browsers */
  /* FF3.6-15 */
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #f9f9f9 0%, #e8e8e8 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#f9f9f9", endColorstr="#e8e8e8", GradientType=0);
  /* IE6-9 */
}

.component-drag {
  border-radius: 3px;
  border: 1px solid #ccc;
  border-left: 5px solid #ccc;
  padding: 10px;
  background: #fff;
}

.component-drag.mw180 {
  min-width: 180px;
}

/* ELEMENTS */

.element {
  cursor: move;
  padding: 10px 25px;
  border: 2px solid #d8d8d8;
  background-color: #f2f2f2;
  *zoom: 1;
  filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr="#FFF2F2F2", endColorstr="#FFE2E2E2");
  background-image: -owg-linear-gradient(top, #f2f2f2 0%, #e2e2e2 100%);
  background-image: linear-gradient(top, #f2f2f2 0%, #e2e2e2 100%);
  margin-bottom: 10px;
  border-radius: 3px;
}

.element .form-control {
  background: #fff;
}

.elements_col {
  position: relative;
  background: #e6e6e6;
  border: 1px solid #ccc;
  padding: 0;
  padding-bottom: 20px;
}

.element:hover,
.element.active {
  background: #ededed;
  border: 2px solid #19dced;
  border-radius: 3px;
}

.element-placeholder {
  border: 1px dashed #3a87ad;
  color: #3a87ad;
  background: #d9edf7;
  min-height: 50px;
  opacity: 0.5;
}

.scrollable {
  position: fixed;
}

div#components-container {
  clear: both;
}

.elements,
.options,
.conditionals {
  padding: 10px;
  position: relative;
  z-index: 999;
}

.elements h3,
.options h3,
.conditionals h3 {
  color: #151f2e;
  font-weight: 600;
  font-size: 22px;
  margin-bottom: 10px;
  margin-top: 10px;
  margin-left: 10px;
}

.elements a.back,
.options a.back,
.conditionals a.back {
  float: right;
  color: #478ecc;
  font-size: 22px;
  margin-top: 5px;
}

.elements a.back:hover,
.options a.back:hover,
.conditionals a.back:hover {
  color: #63a0d4;
}

.elements .option_vals,
.elements .options,
.elements .conditionals,
.options .option_vals,
.options .options,
.options .conditionals,
.conditionals .option_vals,
.conditionals .options,
.conditionals .conditionals {
  overflow-y: auto;
  overflow-x: hidden;
  clear: both;
  background: #fff;
}

.elements .option_vals .form-control,
.elements .options .form-control,
.elements .conditionals .form-control,
.options .option_vals .form-control,
.options .options .form-control,
.options .conditionals .form-control,
.conditionals .option_vals .form-control,
.conditionals .options .form-control,
.conditionals .conditionals .form-control {
  background: #eee;
}

.elements .option_vals .btn,
.elements .options .btn,
.elements .conditionals .btn,
.options .option_vals .btn,
.options .options .btn,
.options .conditionals .btn,
.conditionals .option_vals .btn,
.conditionals .options .btn,
.conditionals .conditionals .btn {
  float: right;
}

.options h3,
.conditionals h3 {
  float: left;
}

.form_preview,
.css_preview,
.js_preview {
  background: #fff;
  border: 1px solid #ddd;
  padding: 20px;
  display: none;
  min-height: 470px;
}

.form_preview form,
.css_preview form,
.js_preview form {
  background: #eee;
  border: 1px solid #ddd;
  min-height: 400px;
  padding: 20px;
  overflow: auto;
}

.form_preview form label,
.css_preview form label,
.js_preview form label {
  margin-bottom: 5px;
}

.form_preview form h2,
.form_preview form legend,
.css_preview form h2,
.css_preview form legend,
.js_preview form h2,
.js_preview form legend {
  background: #203047;
  color: #fff;
  font-weight: 600;
  font-size: 22px;
  padding: 5px 8px;
  margin-top: 0;
  margin-bottom: 30px;
}

.form_preview form .form_preview #source .form-control,
.css_preview form .form_preview #source .form-control,
.js_preview form .form_preview #source .form-control {
  background: #fff;
  color: #555;
}

.form_preview form textarea,
.css_preview form textarea,
.js_preview form textarea {
  min-height: 100px;
}

.form_preview form input.form-control,
.form_preview form select.form-control,
.css_preview form input.form-control,
.css_preview form select.form-control,
.js_preview form input.form-control,
.js_preview form select.form-control {
  height: 40px;
}

.form_preview form .inline_cnt,
.css_preview form .inline_cnt,
.js_preview form .inline_cnt {
  margin-top: 7px;
  margin-bottom: 25px;
}

.form_preview form.form-horizontal,
.css_preview form.form-horizontal,
.js_preview form.form-horizontal {
  background: #eee;
  border: 1px solid #ccc;
  overflow: auto;
  padding: 12px;
}

.form_builder_templates {
  list-style: none;
}

.form_builder_templates li {
  font-size: 16px;
  font-weight: 600;
}

.form_builder_templates li:nth-child(odd) {
  background: #f6f6f6;
}

.form_builder_templates li:hover {
  background: #eee;
  cursor: pointer;
}

.form_builder_templates li label {
  width: 100%;
}

i.fa.fa-spinner.hidetilloaded {
  display: none;
}

.buttonload {
  background-color: #04AA6D;
  /* Green background */
  border: none;
  /* Remove borders */
  color: white;
  /* White text */
  padding: 12px 16px;
  /* Some padding */
  font-size: 16px;
}

.current_template_name span {
  color: #888;
}

.current_template_name span.loaded {
  color: #0FB5C4;
}

.template_component input.form-control,
.template_component select.form-control {
  height: 40px;
}

.load_template_icon {
  color: #31b0d5;
}

.delete_template_icon {
  color: #d9534f;
}

.advanced_field_toggle {
  clear: both;
  font-size: 14px;
  font-weight: 700;
  color: #151f2e;
  margin-left: 12px;
}

.nav-tabs > li.hidetilloaded {
  display: none;
}

.pinned_table thead th.sticky-col {
  background: #0b8995;
  position: -webkit-sticky;
  position: sticky;
  z-index: 99;
  left: 0px;
}

.pinned_table tbody tr td.sticky-col {
  position: -webkit-sticky;
  position: sticky;
  z-index: 99;
  min-width: 110px;
  left: 0px;
  background: #fff;
  word-break: normal;
}

#viewDidModal table .success {
  color: #3c763d !important;
}

#viewDidModal table .error {
  color: #a94442 !important;
}

a.link {
  color: #0FB5C4;
  font-weight: 600;
}

a.link:hover {
  text-decoration: underline;
}

ul.card_dropbtn.icons.btn-left.showLeft {
  position: relative;
  bottom: 10px;
  left: 0;
}

.grid-stack > .grid-stack-item > .grid-stack-item-content:has(#total_conversions_service_level) {
  overflow-x: unset;
  overflow-y: unset;
}

/* ---------------------------------------------------
DASH BUILDER
----------------------------------------------------- */

.grid-stack-container {
  max-width: 1490px;
  margin-bottom: 30px;
}

.widget_type .card-header .card-title a h5 {
  font-size: 18px;
  font-weight: 600;
}

.dash_builder_grid .grid-stack-item .grid-stack-item-content {
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.grid-stack {
  max-width: 1490px;
  margin-right: auto;
  margin-left: auto;
}

.grid-stack .grid-stack-item[gs-w="1"] {
  width: 8.3333333333%;
}

.grid-stack .grid-stack-item[gs-x="1"] {
  left: 8.3333333333%;
}

.grid-stack .grid-stack-item[gs-min-width="1"] {
  min-width: 8.3333333333%;
}

.grid-stack .grid-stack-item[gs-max-width="1"] {
  max-width: 8.3333333333%;
}

.grid-stack .grid-stack-item[gs-w="2"] {
  width: 16.6666666667%;
}

.grid-stack .grid-stack-item[gs-x="2"] {
  left: 16.6666666667%;
}

.grid-stack .grid-stack-item[gs-min-width="2"] {
  min-width: 16.6666666667%;
}

.grid-stack .grid-stack-item[gs-max-width="2"] {
  max-width: 16.6666666667%;
}

.grid-stack .grid-stack-item[gs-w="3"] {
  width: 25%;
}

.grid-stack .grid-stack-item[gs-x="3"] {
  left: 25%;
}

.grid-stack .grid-stack-item[gs-min-width="3"] {
  min-width: 25%;
}

.grid-stack .grid-stack-item[gs-max-width="3"] {
  max-width: 25%;
}

.grid-stack .grid-stack-item[gs-w="4"] {
  width: 33.3333333333%;
}

.grid-stack .grid-stack-item[gs-x="4"] {
  left: 33.3333333333%;
}

.grid-stack .grid-stack-item[gs-min-width="4"] {
  min-width: 33.3333333333%;
}

.grid-stack .grid-stack-item[gs-max-width="4"] {
  max-width: 33.3333333333%;
}

.grid-stack .grid-stack-item[gs-w="5"] {
  width: 41.6666666667%;
}

.grid-stack .grid-stack-item[gs-x="5"] {
  left: 41.6666666667%;
}

.grid-stack .grid-stack-item[gs-min-width="5"] {
  min-width: 41.6666666667%;
}

.grid-stack .grid-stack-item[gs-max-width="5"] {
  max-width: 41.6666666667%;
}

.grid-stack .grid-stack-item[gs-w="6"] {
  width: 50%;
}

.grid-stack .grid-stack-item[gs-x="6"] {
  left: 50%;
}

.grid-stack .grid-stack-item[gs-min-width="6"] {
  min-width: 50%;
}

.grid-stack .grid-stack-item[gs-max-width="6"] {
  max-width: 50%;
}

.grid-stack .grid-stack-item[gs-w="7"] {
  width: 58.3333333333%;
}

.grid-stack .grid-stack-item[gs-x="7"] {
  left: 58.3333333333%;
}

.grid-stack .grid-stack-item[gs-min-width="7"] {
  min-width: 58.3333333333%;
}

.grid-stack .grid-stack-item[gs-max-width="7"] {
  max-width: 58.3333333333%;
}

.grid-stack .grid-stack-item[gs-w="8"] {
  width: 66.6666666667%;
}

.grid-stack .grid-stack-item[gs-x="8"] {
  left: 66.6666666667%;
}

.grid-stack .grid-stack-item[gs-min-width="8"] {
  min-width: 66.6666666667%;
}

.grid-stack .grid-stack-item[gs-max-width="8"] {
  max-width: 66.6666666667%;
}

.grid-stack .grid-stack-item[gs-w="9"] {
  width: 75%;
}

.grid-stack .grid-stack-item[gs-x="9"] {
  left: 75%;
}

.grid-stack .grid-stack-item[gs-min-width="9"] {
  min-width: 75%;
}

.grid-stack .grid-stack-item[gs-max-width="9"] {
  max-width: 75%;
}

.grid-stack .grid-stack-item[gs-w="10"] {
  width: 83.3333333333%;
}

.grid-stack .grid-stack-item[gs-x="10"] {
  left: 83.3333333333%;
}

.grid-stack .grid-stack-item[gs-min-width="10"] {
  min-width: 83.3333333333%;
}

.grid-stack .grid-stack-item[gs-max-width="10"] {
  max-width: 83.3333333333%;
}

.grid-stack .grid-stack-item[gs-w="11"] {
  width: 91.6666666667%;
}

.grid-stack .grid-stack-item[gs-x="11"] {
  left: 91.6666666667%;
}

.grid-stack .grid-stack-item[gs-min-width="11"] {
  min-width: 91.6666666667%;
}

.grid-stack .grid-stack-item[gs-max-width="11"] {
  max-width: 91.6666666667%;
}

.grid-stack .grid-stack-item[gs-w="12"] {
  width: 100%;
}

.grid-stack .grid-stack-item[gs-x="12"] {
  left: 100%;
}

.grid-stack .grid-stack-item[gs-min-width="12"] {
  min-width: 100%;
}

.grid-stack .grid-stack-item[gs-max-width="12"] {
  max-width: 100%;
}

.grid-stack .grid-stack-item-content {
  padding-left: 15px;
  padding-right: 15px;
}

.grid-stack .grid-stack-item-content .card {
  background: #fff;
  height: 100%;
}

.grid-stack .grid-stack-item-content .card_table_prt {
  height: 100%;
}

.grid-stack.ui-droppable {
  border: 1px solid #abd7f8;
  background: #dff0fc !important;
}

.grid-stack.ui-droppable .grid-stack-item.lh2 {
  line-height: 85px;
}

.grid-stack.grid-stack-12.grid-stack-animate.ui-droppable {
  min-height: 200px;
  margin-bottom: 50px;
}

.grid-stack .grid-stack-placeholder > .placeholder-content {
  border: 1px dashed #1d2b40;
}

.grid-stack.ui-droppable .grid-stack-item-content {
  color: #fff !important;
  padding: 7px;
  font-weight: 600;
  font-size: 14px;
}

.dash_builder_grid .grid-stack-item-content {
  background: #0FB5C4 !important;
}

.sidebar.widget_sidebar {
  height: 100% !important;
  overflow: auto;
}

.sidebar.widget_sidebar .grid-stack-item {
  float: left;
  margin: 5px 0 3px 0;
  height: unset;
}

.sidebar.widget_sidebar .panel .grid-stack-item.six_col_widget {
  background: rgba(0, 245, 0, 0.2) !important;
}

.sidebar.widget_sidebar .panel .grid-stack-item.nine_col_widget {
  background: rgba(0, 219, 0, 0.5) !important;
}

.sidebar.widget_sidebar .panel .grid-stack-item.twelve_col_widget {
  background: rgba(0, 194, 0, 0.5) !important;
}

.sidebar.widget_sidebar .grid-stack-item-content.in_use {
  background: #92A792;
  color: #2c3e50;
}

.sidebar.widget_sidebar .grid-stack-item:nth-child(odd) {
  margin-left: 0;
  margin-right: 2%;
}

.sidebar.widget_sidebar .panel-group .panel {
  clear: both;
  background: rgba(15, 181, 196, 0.1);
  border: none;
  margin-top: 0;
}

.sidebar.widget_sidebar .panel-title a:after {
  content: none;
}

.sidebar.widget_sidebar .panel-default > .panel-heading {
  background: #0FB5C4;
  background: linear-gradient(to bottom, #0FB5C4 0%, #0d9fac 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#0FB5C4, endColorstr=#0d9fac, GradientType=0);
  color: #fff;
  height: 40px;
}

.sidebar.widget_sidebar .panel-default > .panel-heading h3 {
  margin-bottom: 0;
  font-size: 17px;
}

.sidebar.widget_sidebar .panel-default > .panel-heading h5 {
  font-size: 20px;
}

.sidebar.widget_sidebar #accordion .card .btn {
  width: 100%;
  text-align: left;
  font-weight: 600;
}

.sidebar.widget_sidebar #accordion .btn:not(.collapsed) {
  color: #8c4ced !important;
}

.trash.remove_widget {
  clear: both;
}

.ui-resizable-handle.ui-resizable-se {
  display: none !important;
}

img.mauto {
  margin: 0 auto;
  margin-bottom: 20px;
}

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

.card .card_table.bg_scrollable {
  background: #e0e0e0;
}

.dashboard_templates li:nth-child(odd) {
  background: #f6f6f6;
}

.load_dashboard {
  color: #31b0d5;
  font-size: 15px;
}

.delete_dashboard {
  color: #d9534f;
  font-size: 15px;
}

h4.dash_name {
  color: #0FB5C4;
  font-weight: 600;
}

.container.mx1490 {
  max-width: 1490px;
  width: 100%;
}

.inbound_config .hours_by_day:nth-of-type(odd) {
  background: #eee;
}

.inbound_config .hours_by_day a {
  display: block;
}

.inbound_config .hours_by_day a.disabled {
  pointer-events: none;
  cursor: default;
}

.inbound_config .hours_by_day.active,
.inbound_config .hours_by_day:hover {
  background: #ebebeb;
  cursor: pointer;
}

.inbound_config .hours_by_day.disabled {
  background: #cecece !important;
  cursor: not-allowed;
}

.inbound_config .hours_by_day.disabled a {
  pointer-events: none;
  cursor: default;
}

.holidays .list-group li:nth-of-type(odd) {
  background: #eee;
}

i.flt_rgt.fas.fa-check-circle {
  position: relative;
  bottom: 16px;
  font-size: 16px;
  color: #0FB5C4;
}

.hours_of_op label.day {
  min-width: 40px;
}

#accordion .panel-title.list-group-item {
  background: #eee;
}

#accordion .panel-title.list-group-item a:after {
  color: #777;
}

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

.card_table.bg_scrollable.mx400 {
  max-height: 400px;
  background: none;
}

.card_table.bg_scrollable.mx400 .dataTables_wrapper .dataTables_filter input,
.card_table.bg_scrollable.mx400 .dataTables_wrapper .dataTables_filter label select {
  background: #fff !important;
}

.queues_table td a,
.agents_table td a {
  color: #8c4ced;
}

.ac-label {
  position: relative;
  padding: 9px 10px;
  display: block;
  cursor: pointer;
  background-color: #eee;
  transition: background-color 0.15s ease-in-out;
}

.ac-input:checked + label,
.ac-label:hover {
  background-color: #eee;
}

.ac-label:after,
.ac-input:checked + .ac-label:after {
  content: "+";
  position: absolute;
  display: block;
  right: 0;
  top: 0;
  width: 2em;
  height: 100%;
  line-height: 2.75em;
  text-align: center;
  background-color: #dddddd;
  transition: background-color 0.15s ease-in-out;
}

.ac-input:checked + .ac-label,
.ac-label:hover:after,
.ac-label:after,
.ac-input:checked + .ac-label:after {
  background-color: #0FB5C4;
  color: #fff;
}

.ac-input:checked + .ac-label:after {
  border-left: 1px solid #fff;
}

.ac-input:checked + .ac-label:after {
  content: "-";
}

.ac-input {
  display: none;
}

.ac-text,
.ac-sub-text {
  opacity: 0;
  height: 0;
  transition: opacity 0.5s ease-in-out;
  overflow: hidden;
}

.ac-input:checked ~ .ac-text,
.ac-sub .ac-input:checked ~ .ac-sub-text {
  opacity: 1;
  height: auto;
}

.ac-sub .ac-label {
  background: none;
  font-weight: 600;
  padding: 0.5em 2em;
  margin-bottom: 0;
}

.ac-sub .ac-label:checked {
  background: none;
}

.ac-sub .ac-label:after,
.ac-sub .ac-input:checked + .ac-label:after {
  left: 0;
  background: none;
  color: #777;
}

.ac-sub .ac-input:checked + label,
.ac-sub .ac-label:hover {
  background: none;
  color: #0FB5C4;
}

.ac-sub-text {
  padding: 0 1em 0 2em;
}

.ac > label.ac-label {
  margin-bottom: 0;
  margin-top: 10px;
}

.ac > label.ac-label:first-child {
  margin-top: 0 !important;
}

.ac-sub label.ac-label {
  margin-top: 5px !important;
}

.grab {
  cursor: -webkit-grab;
  cursor: grab;
}

.grabbed {
  box-shadow: 0 2px 5px #666;
  background: #ddd;
}

.grabCursor,
.grabCursor * {
  cursor: -webkit-grabbing !important;
  cursor: grabbing !important;
}

.modal_table {
  max-height: 300px;
  overflow-y: scroll;
}

.routing_profiles .card_table.bg_scrollable {
  padding: 0;
  background: none;
}

.reports_list a.form-check.list-group-item {
  font-weight: 600;
  font-size: 14px;
  padding: 5px 15px !important;
}

.reports_list a.form-check.list-group-item:nth-child(even) {
  background: #eee !important;
}

.reports_list a.form-check.list-group-item:hover {
  background: #0FB5C4 !important;
  color: #fff !important;
  cursor: pointer;
}

.dropdown-menu .dropdown-item:hover {
  cursor: pointer;
}

body.wait *,
body.wait {
  cursor: wait !important;
}

.or_divider {
  margin-top: 50px;
  height: 70px;
  width: 70px;
  padding-top: 10px;
  background: #8c4ced;
  color: #fff;
  font-size: 34px;
  text-align: center;
  border-radius: 100px;
  display: block;
  margin: 0 auto;
  margin-bottom: 30px;
}

.lang {
  float: right !important;
}

.link {
  color: #151f2e;
  font-weight: 600;
  font-size: 15px;
  display: block;
  margin-bottom: 10px;
}

.link:hover {
  color: #0FB5C4;
}

.bg_link {
  padding: 2px 3px;
  text-decoration: underline;
}

.bg_link:hover {
  background: #0FB5C4;
  color: #fff;
  text-decoration: none;
}

pre.appended_code {
  overflow: hidden;
  border-radius: 0;
  padding: 0;
}

pre.appended_code i,
pre.appended_code span {
  display: inline;
}

#progressbar {
  margin-bottom: 30px;
  overflow: hidden;
}

#progressbar li {
  list-style-type: none;
  color: #595C63;
  width: 14.2857142857%;
  float: left;
  position: relative;
  font-size: 13px;
  text-align: center;
}

#progressbar li:hover {
  cursor: pointer;
}

#progressbar li a {
  font-family: "Open Sans", sans-serif;
  font-weight: 600;
  padding: 0 15px;
  display: block;
}

#progressbar li:before {
  font-family: "Font Awesome 5 Free";
  width: 40px;
  height: 40px;
  line-height: 40px;
  display: block;
  background: #bbb;
  color: #555;
  border-radius: 50%;
  margin: 0 auto 10px auto;
  z-index: 2;
  position: relative;
  font-weight: 900;
  font-size: 20px;
}

#progressbar li:after {
  content: "";
  width: 100%;
  height: 10px;
  background: #bbb;
  color: #555;
  position: absolute;
  left: -50%;
  top: 21px;
  z-index: 1;
}

#progressbar li:nth-child(1):before {
  content: "\F095";
}

#progressbar li:nth-child(2):before {
  content: "\F017";
}

#progressbar li:nth-child(3):before {
  content: "\F19C";
}

#progressbar li:nth-child(4):before {
  content: "\F120";
}

#progressbar li:nth-child(5):before {
  content: "\F72E";
}

#progressbar li:nth-child(6):before {
  content: "\F2BB";
}

#progressbar li:nth-child(7):before {
  content: "\F0C0";
}

#progressbar li:last-child:after {
  width: 150%;
}

#progressbar li.completed:before,
#progressbar li.completed:after {
  background: #0FB5C4;
  color: #fff;
}

#progressbar li.active:before {
  background: #fff;
  color: #0FB5C4;
}

#progressbar li.active:after {
  background: #0FB5C4;
  color: #fff;
}

.flatpickr-am-pm,
.flatpickr-months,
.flatpickr-current-month,
.flatpickr-next-month {
  background: #8c4ced;
  color: #fff !important;
}

.flatpickr-time input:hover,
.flatpickr-time .flatpickr-am-pm:hover,
.flatpickr-time input:focus,
.flatpickr-time .flatpickr-am-pm:focus {
  background: #9b63ef !important;
}

.flatpickr-current-month option,
.flatpickr-next-month option {
  color: #333 !important;
}

.flatpickr-months .flatpickr-prev-month,
.flatpickr-months .flatpickr-next-month {
  color: #fff !important;
  fill: #fff !important;
}

.flatpickr-months .flatpickr-prev-month,
.flatpickr-months .flatpickr-next-month {
  top: -5px;
}

p.field_name_fb {
  text-align: center;
}

#call_details .form-group .btn-group {
  width: 100%;
}

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

.dt-buttons button {
  color: #fff;
  border: none;
  min-width: 65px;
  height: 30px;
  font-weight: 600;
  margin-right: 5px;
}

.dt-buttons button:nth-of-type(1) {
  background: #8c4ced;
}

.dt-buttons button:nth-of-type(1):hover {
  background: #7d35eb;
}

.dt-buttons button:nth-of-type(2) {
  background: #0FB5C4;
}

.dt-buttons button:nth-of-type(2):hover {
  background: #0d9fac;
}

.dt-buttons button:nth-of-type(3) {
  background: #0FB5C4;
}

.dt-buttons button:nth-of-type(3):hover {
  background: #0d9fac;
}

.rt_agent_type {
  border-radius: 3px;
}

.rt_agent_type.p10 {
  padding: 10px !important;
  background: #fff;
}

.rt_agent_type.agents_logged_in i {
  color: #46A5C8;
}

.rt_agent_type.agents_waiting i {
  color: #46A5C8;
}

.rt_agent_type.agents_incall i {
  color: #C19EFF;
}

.rt_agent_type.agents_indispo i {
  color: #bbbbbb;
}

.rt_agent_type.agents_paused i {
  color: #7DD0FF;
}

.rt_agent_type.agents_deadcall i {
  color: #ccc;
}

.rt_agent_type .card_top {
  color: #555;
  margin-bottom: 15px;
}

.rt_agent_type .card_top i {
  font-size: 25px;
  float: left;
  position: relative;
  top: 0px;
  left: 5px;
}

.live_dash .popover{
  background: #0FB5C4;
}

.live_dash .bs-popover-bottom>.arrow::after, .live_dash .bs-popover-top>.arrow::after{
  border-bottom-color: #0FB5C4;
  border-top-color: #0FB5C4;
}

.rt_agent_type .card_top h4 {
  text-align: center;
  padding-top: 5px;
  font-size: 16px;
  font-weight: 700;
}

.rt_agent_type .card_bottom {
  text-align: center;
  padding: 10px 0;
  background: #fff;
}

.rt_agent_type h1 {
  font-size: 32px;
  font-weight: 600;
  padding-top: 20px;
  margin: 0 auto;
  margin-bottom: 25px;
}

.rt_agent_type h1.bg_rounded {
  text-align: center;
  margin-bottom: 0;
  background: #33A09B;
  color: #fff;
  border-radius: 100px;
  width: 80px;
  height: 80px;
}

.rt_agent_type h1.agents_logged_out {
  margin-top: 25px !important;
}

.rt_agent_type .card_table {
  padding-top: 10px !important;
}

.card.rt_agent_type {
  height: unset;
}

table.summary_table {
  box-shadow: 0 4px 7px #a6a6a6;
}

table.summary_table td {
  background: #333 !important;
  border-color: #777 !important;
  color: #eee;
}

table.summary_table td span {
  float: right;
}

.bgnone.first td {
  background: #0FB5C4 !important;
  color: #fff !important;
  border-color: #fff !important;
  border-radius: 8px 8px 0 0;
}

.agent_name:hover {
  cursor: pointer;
}

.monitoring_options li{
  padding: 0;
}

.monitoring_options li a{
  display: block;
  width:100%;
  padding: 5px 10px;
}

.monitoring_options li:hover {
  background: #eee;
}

a.time_signaling {
  font-size: 26px;
  position: relative;
  bottom: 26px;
}

.live_agents_table {
  box-shadow: 0 4px 7px #a6a6a6;
}

.live_agents_table thead th {
  padding: 12px 5px !important;
}

.live_agents_table thead th:hover {
  cursor: pointer;
}

.live_agents_table thead th:first-of-type {
  border-radius: 5px 0 0 0;
}

.live_agents_table thead th:last-of-type {
  border-radius: 0 5px 0 0;
}

.live_agents_table tbody tr td:hover{
  cursor: default !important;
}

.live_agents_table tbody tr td:nth-child(8):hover {
  cursor: pointer !important;
}

.live_agents_table tbody tr td {
  color: #555;
}

.rt_camp_dets {
  margin-bottom: 5px;
  font-weight: 500;
}

.rt_camp_dets span.type {
  font-weight: 600;
  display: inline-block;
  width: 185px;
}

.summary_table tr.first td {
  padding: 12px;
}

.summary_table tr.first td span {
  font-size: 32px;
}

.summary_table tr.first td span.dial_method {
  font-size: 14px;
}

#timeSignalingModal p span {
  font-weight: 600;
  display: inline-block;
  min-width: 140px;
}

#timeSignalingModal .panel-default > .panel-heading {
  padding: 10px !important;
}

.bootstrap-timepicker-meridian,
.meridian-column {
  display: none !important;
}

td.mxw100,
th.mxw100 {
  max-width: 100px !important;
  text-align: center;
}

.fa-flag.danger {
  color: #ed6758;
}

.fa-flag.warning {
  color: #f5d264;
}

.brands p {
  font-size: 16px;
}

.brands h4.brand_heading {
  font-size: 18px;
  font-weight: 600;
}

.brands h4.brand_heading a {
  color: #0FB5C4;
  font-size: 14px;
  margin-left: 15px;
}

a.edit_groupid {
  display: contents !important;
}

.dbl_cell {
  background: #0FB5C4;
  color: #fff;
  font-weight: 600;
  display: block;
  min-width: 150px;
  padding: 10px;
}

.campaign_registration textarea.msg_txtarea {
  max-height: 100px !important;
  overflow: auto;
  border: 1px solid #ced4da !important;
  background: #fbfbfb !important;
  border-radius: 3px;
}

.delete_sample_msg {
  color: #0FB5C4;
}

.samp_msg_group p {
  font-size: 13px;
}

.samp_msg_group p.error {
  color: tomato;
}

.keywords_message {
  border: 1px solid #bee5eb !important;
  background: #d1ecf1;
  color: #0c5460;
}

.view_brands_btn {
  max-width: 100px;
}

.col-xs-5ths,
.col-sm-5ths,
.col-md-5ths,
.col-lg-5ths {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}

.col-xs-5ths {
  width: 20%;
  float: left;
}

@media (min-width: 768px) {
  .col-sm-5ths {
    width: 20%;
    float: left;
  }
}

@media (min-width: 992px) {
  .col-md-5ths {
    width: 20%;
    float: left;
  }
}

@media (min-width: 1200px) {
  .col-lg-5ths {
    width: 20%;
    float: left;
  }
}

.bootstrap-timepicker {
  position: relative;
}

.bootstrap-timepicker.pull-right .bootstrap-timepicker-widget.dropdown-menu {
  left: auto;
  right: 0;
}

.bootstrap-timepicker.pull-right .bootstrap-timepicker-widget.dropdown-menu:before {
  left: auto;
  right: 12px;
}

.bootstrap-timepicker.pull-right .bootstrap-timepicker-widget.dropdown-menu:after {
  left: auto;
  right: 13px;
}

.bootstrap-timepicker .input-group-addon {
  cursor: pointer;
}

.bootstrap-timepicker .input-group-addon i {
  display: inline-block;
  width: 16px;
  height: 16px;
}

.bootstrap-timepicker-widget.dropdown-menu {
  padding: 4px;
}

.bootstrap-timepicker-widget.dropdown-menu.open {
  display: inline-block;
}

.bootstrap-timepicker-widget.dropdown-menu:before {
  border-bottom: 7px solid rgba(0, 0, 0, 0.2);
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  content: "";
  display: inline-block;
  position: absolute;
}

.bootstrap-timepicker-widget.dropdown-menu:after {
  border-bottom: 6px solid #fff;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  content: "";
  display: inline-block;
  position: absolute;
}

.bootstrap-timepicker-widget.timepicker-orient-left:before {
  left: 6px;
}

.bootstrap-timepicker-widget.timepicker-orient-left:after {
  left: 7px;
}

.bootstrap-timepicker-widget.timepicker-orient-right:before {
  right: 6px;
}

.bootstrap-timepicker-widget.timepicker-orient-right:after {
  right: 7px;
}

.bootstrap-timepicker-widget.timepicker-orient-top:before {
  top: -7px;
}

.bootstrap-timepicker-widget.timepicker-orient-top:after {
  top: -6px;
}

.bootstrap-timepicker-widget.timepicker-orient-bottom:before {
  bottom: -7px;
  border-bottom: 0;
  border-top: 7px solid #999;
}

.bootstrap-timepicker-widget.timepicker-orient-bottom:after {
  bottom: -6px;
  border-bottom: 0;
  border-top: 6px solid #fff;
}

.bootstrap-timepicker-widget a.btn,
.bootstrap-timepicker-widget input {
  border-radius: 4px;
}

.bootstrap-timepicker-widget table {
  width: 100%;
  margin: 0;
}

.bootstrap-timepicker-widget table td {
  text-align: center;
  height: 30px;
  margin: 0;
  padding: 2px;
}

.bootstrap-timepicker-widget table td:not(.separator) {
  min-width: 30px;
}

.bootstrap-timepicker-widget table td span {
  width: 100%;
}

.bootstrap-timepicker-widget table td a {
  border: 1px transparent solid;
  width: 100%;
  display: inline-block;
  margin: 0;
  padding: 8px 0;
  outline: 0;
  color: #333;
}

.bootstrap-timepicker-widget table td a:hover {
  text-decoration: none;
  background-color: #eee;
  border-radius: 4px;
  border-color: #ddd;
}

.bootstrap-timepicker-widget table td a i {
  margin-top: 2px;
  font-size: 18px;
}

.bootstrap-timepicker-widget table td input {
  width: 25px;
  margin: 0;
  text-align: center;
}

.bootstrap-timepicker-widget .modal-content {
  padding: 4px;
}

.disabled_field {
  cursor: not-allowed;
}

.disabled_field .data.std {
  font-size: 18px;
}

@media (min-width: 767px) {
  .bootstrap-timepicker-widget.modal {
    width: 200px;
    margin-left: -100px;
  }
}

@media (max-width: 767px) {
  .bootstrap-timepicker {
    width: 100%;
  }

  .bootstrap-timepicker .dropdown-menu {
    width: 380px;
  }
}

i.fas.fa-times-circle.clear_search.flt_rgt {
  position: absolute;
  top: 13px !important;
  right: 27px !important;
  border-radius: 5px;
  right: 0px;
  z-index: 2;
  border: none;
  top: 2px;
  height: 30px;
  cursor: pointer;
}

#DataTables_Table_0_filter i.clear_search {
  display: none;
}

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

input.status_timepicker {
  max-width: 100px;
  background: #eee;
}

.headerSortDown:after,
.headerSortUp:after {
  content: " ";
  position: relative;
  left: 5px;
  border: 7px solid transparent;
}

.headerSortDown:after {
  top: 10px;
  border-top-color: #fff;
}

.headerSortUp:after {
  bottom: 15px;
  border-bottom-color: #fff;
}

.headerSortDown,
.headerSortUp {
  padding-right: 10px;
}

.refresh_speed.disabled {
  background: #ddd;
  color: #555;
}

.refresh_speed.disabled:hover {
  cursor: not-allowed !important;
  pointer-events: all !important;
}

.col-md-5ths .front.p10 {
  padding: 10px;
}

.col-md-5ths .flipping_card .back {
  padding: 10px !important;
}

.card_top .icon {
  float: left;
  margin-top: 3px;
  margin-left: 10px;
}

.select2 span.selection {
  width: 100%;
  height: 40px;
}

.card.card-3b.blue.distinct_reps_per_camp {
  overflow: hidden;
}

.flatpickr-months .flatpickr-prev-month.flatpickr-next-month,
.flatpickr-months .flatpickr-next-month.flatpickr-next-month {
  right: 0;
  background: none;
}

span.sample_msgs {
  background: #0FB5C4;
  color: #fff;
  padding: 1px 7px;
  margin-right: 5px;
}

.content_attributes .row .card {
  background: #fbfbfb;
}

/*set the default color of the stars*/

.star-review {
  color: #bebebe;
  font-size: 2.2em;
}

.star-review:hover {
  cursor: pointer;
}

/*create the star*/

.review_star::before {
  content: "\2605";
}

/*remove the default style (italic) of the star*/

.review_star {
  font-style: unset !important;
}

/*set active star color*/

.review_star.is-active {
  color: #0FB5C4;
}

/*set color on hover*/

.review_star:not(.is-active):hover {
  color: #0FB5C4;
}

.review .fc_style textarea.form-control {
  background: #eee !important;
  border: 1px solid #d0d0d0 !important;
}

.btn.link_sent {
  background: #ddd;
  border: 1px solid #555;
  color: #333 !important;
}

.btn.link_sent:hover,
.btn.link_sent:active,
.btn.link_sent:focus {
  background: #ddd !important;
  border: 1px solid #999 !important;
  color: #333 !important;
  cursor: not-allowed;
  pointer-events: all !important;
}

.carrier_status .form-check-label {
  margin-bottom: 0;
  margin-left: 10px;
}

.admin_notes:hover,
.review_text:hover {
  cursor: pointer;
}

span.required {
  color: tomato;
  font-size: 20px;
  margin-left: 6px;
}

.reviews_table tbody tr.excellent {
  border-left: 2px solid #5cb85c;
}

.reviews_table tbody tr.good {
  border-left: 2px solid #f0ad4e;
}

.reviews_table tbody tr.poor {
  border-left: 2px solid #d9534f;
}

.reviews_table tbody tr td .btn-warning {
  color: #fff;
}

.reviews_table tbody tr:not(.contacted) {
  background: #eaf6ed !important;
}

.reviews_table i {
  color: #0FB5C4;
  font-size: 17px;
}

.admin_review_controls .form-control {
  background: #eee;
  border: 1px solid #d5d5d5;
}

.send_text.btn-warning {
  color: #fff;
}

.review_page_logo_div {
  background: #35333e !important;
  padding: 10px 0;
}

.review_page_logo_div img.review_page_logo {
  max-width: 200px !important;
}

.prev_review,
.next_review {
  position: fixed;
  top: 50%;
  max-width: 45px;
  opacity: 0.35;
}

.prev_review:hover,
.next_review:hover {
  opacity: 0.5;
}

.prev_review {
  left: 5%;
}

.next_review {
  right: 5%;
}

.nobdr {
  border: none !important;
}

#calls_by_campaign.card.flipping_card .title{
  margin: 0 !important;
}

/*.table-striped tbody tr:nth-of-type(odd){
  background: #f6f4fc !important;
}*/

/*#agents_table.table-striped.live_agents_table tbody tr:nth-of-type(odd){
  background: unset !important;
}*/

.outer_bar.utilization{
  background: #ddd;
  height:10px;
  width:100%;
  border-radius:50px;
}

.utilization .inner_bar{
  height: 10px;
  border-radius:50px;
  background: #3BD941;
  width:68%;
}

.status_light{
  border-radius:50px;
  height: 12px;
  width: 12px;
  background: #3BD941;
}

.subcamp_management{
  background: #F5F5F5;
}

.tools .nav-tabs{
  border-bottom: 1px solid #bebebe !important;
}

#customRange {
  width: 100%;
  -webkit-appearance: none;
  background: transparent;
}

/* Chrome, Safari, Edge */
#customRange::-webkit-slider-runnable-track {
  height: 8px;
  border-radius: 4px;
  background: linear-gradient(to right, #0FB5C4 var(--value, 50%), #D4D4D4 var(--value, 50%));
}

#customRange::-webkit-slider-thumb {
  -webkit-appearance: none;
  height: 20px;
  width: 20px;
  margin-top: -6px;
  border-radius: 50%;
  background: #fff;
  border:2px solid #0FB5C4;
  cursor: pointer;
  transition: background 0.3s;
}

#customRange::-webkit-slider-thumb:hover {
  background: #0EA3B0;
}

/* Firefox */
#customRange::-moz-range-track {
  height: 8px;
  border-radius: 6px;
  background: #e9ecef;
}

#customRange::-moz-range-progress {
  height: 8px;
  border-radius: 6px;
  background: #0FB5C4;
}

#customRange::-moz-range-thumb {
  height: 20px;
  width: 20px;
  border-radius: 50%;
  background: #0FB5C4;
  cursor: pointer;
}

/* IE / Edge */
#customRange::-ms-track {
  height: 8px;
  border-color: transparent;
  background: transparent;
  color: transparent;
}

#customRange::-ms-fill-lower {
  background: #0FB5C4;
  border-radius: 6px;
  }

#customRange::-ms-fill-upper {
  background: #e9ecef;
  border-radius: 6px;
}

#customRange::-ms-thumb {
  height: 20px;
  width: 20px;
  border-radius: 50%;
  background: #0FB5C4;
  cursor: pointer;
}

/* Label positions */
.range-labels {
  display: flex;
  justify-content: space-between;
  margin-top: 8px;
  font-size: 0.9rem;
  color: #333;
  font-weight: 600;
}

#camp_cost .form-control{
  background: #eee;
}

/* ---------------------------------------------------
MEDIAQUERIES
----------------------------------------------------- */

@media (min-width: 992px) {

  .dropdown-menu .dropdown-toggle:after {
    border-top: 0.3em solid transparent;
    border-right: 0;
    border-bottom: 0.3em solid transparent;
    border-left: 0.3em solid;
  }

  .dropdown-menu .dropdown-menu {
    margin-left: 0;
    margin-right: 0;
  }

  .dropdown-menu li {
    position: relative;
  }

  .nav-item .submenu {
    display: none;
    position: absolute;
    left: 100%;
    top: -7px;
  }

  .nav-item .submenu-left {
    right: 100%;
    left: auto;
  }

  .dropdown-menu > li:hover {
    background-color: #f1f1f1;
  }

  .dropdown-menu > li:hover > .submenu {
    display: block;
  }
}

@media handheld, only screen and (max-width: 600px) {
  .selected_ringgroup {
    display: none !important;
  }
}

@media handheld, only screen and (min-width: 920px) {
  div.col-md-7.five-three {
    width: 60% !important;
  }

  div.col-md-5.five-two {
    width: 40% !important;
  }
}

@media handheld, only screen and (max-width: 1300px) {
  .prev_review {
    left: 1%;
  }

  .next_review {
    right: 1%;
  }

  .flowchart_element {
    width: 120px;
    height: 120px;
  }

  .flowchart_element.condition {
    width: 180px;
    height: 75px;
  }

  .flowchart_element.action {
    width: 200px;
    height: 75px;
  }

  div.vertical-line {
    height: 150px;
  }
}

@media handheld, only screen and (max-width: 1200px) {
  .total_calls_in p.total,
  .total_calls_out p.total {
    font-size: 45px;
  }

  .rep_status h2 {
    font-size: 18px;
  }

  .card .title {
    font-size: 14px;
  }
}

@media handheld, only screen and (max-width: 1090px) {
  .card .title {
    font-size: 13px;
    padding: 0 7px;
    text-align: left;
  }

  p.type {
    font-size: 11px;
  }

  .card .card_table,
  .card .card_table2 {
    padding: 0;
  }

  p.descrip {
    display: none;
  }

  .avg_wait_time_min,
  .avg_wait_time_max {
    bottom: 15px;
  }
}

@media handheld, only screen and (max-width: 1070px) {
  .flowchart_element {
    width: 120px;
    height: 120px;
  }

  .flowchart_element span {
    font-size: 15px;
  }

  .flowchart_element.condition {
    width: 80%;
    height: 75px;
  }

  .flowchart_element.action {
    width: 80%;
    height: 75px;
  }
}

@media handheld, only screen and (max-width: 1010px) {
  .navbar.main_nav .navbar-nav > li > a {
    font-size: 13px;
  }

  .dashboard .card .title {
    font-size: 13px;
  }

  .pag_total {
    clear: both;
    display: block;
  }

  .rep_status h2 {
    font-size: 21px;
  }
}

@media handheld, only screen and (min-width: 991px) {
  .pl0 {
    padding-left: 0 !important;
  }

  .pr0 {
    padding-right: 0 !important;
  }

  .card.plr0 {
    padding-left: 0;
    padding-right: 0;
  }
}

@media handheld, only screen and (max-width: 991px) {

  .col-md-5ths.col-xs-12.livedash_card{
      width:50%;
      margin-bottom: 20px;
  }

  .filter_time_camp_dets p {
    font-size: 14px !important;
  }

  .notifications.btn-group {
    display: none;
  }

  .notifications.btn-group.mb_show {
    display: block;
  }

  li.notifications.btn-group {
    position: absolute;
    top: 17px;
    right: 75px;
  }

  input.btn.btn-sm.btn-outline-danger.btn-sm {
    text-align: left;
    border: none;
    margin: 0;
    padding: 0;
  }

  input.btn.btn-sm.btn-outline-danger.btn-sm:hover {
    background: none;
  }
}

@media handheld, only screen and (max-width: 898px) {
  .grid-stack-item[gs-h="1"] {
    height: 215px !important;
  }

  .grid-stack-item[gs-h="2"] {
    height: 420px !important;
  }

  .widget_sidebar .grid-stack-item[gs-h="1"] {
    height: unset !important;
  }

  .widget_sidebar .grid-stack-item[gs-h="2"] {
    height: unset !important;
  }
}

@media (min-width: 768px) {
  .pl0 {
    padding-left: 0;
  }
}

@media handheld, only screen and (max-width: 768px) {
  .card .title {
    font-size: 14px;
  }

  .horizontal-line,
  .vertical-line {
    display: none !important;
  }

  p.type {
    font-size: 12px;
  }

  .elements_col {
    overflow: auto;
    margin-bottom: 40px;
  }

  .table-responsive.nobdr {
    border: none !important;
  }

  .flowchart_element {
    width: 120px;
    height: 120px;
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .flowchart_element.condition {
    width: 180px;
    height: 75px;
    border-radius: 0;
  }

  .flowchart_element.action {
    width: 200px;
    height: 85px;
    border-radius: 25px;
    margin-top: 20px !important;
    margin-bottom: 20px;
  }

  .flowchart_element:after {
    content: none;
  }

  .flowchart_element.mt35 {
    margin-top: 0;
  }

  .mbmt50 {
    margin-top: 50px;
  }

  .mbp0 {
    padding: 0;
  }

  .mbp35 {
    padding-left: 35px !important;
    padding-right: 35px !important;
  }

  .mbpb0 {
    padding-bottom: 0 !important;
  }

  a.kpi_trigger,
  .opt h4 {
    font-size: 15px;
  }

  .opt.pl0 {
    padding-left: 0;
  }

  .tab-pane .mbp0 {
    padding-left: 0;
    padding-right: 0;
  }

  .mt70_mb {
    margin-top: 70px;
  }

  .mt120_mb {
    margin-top: 120px;
  }

  .col-sm-3.report_download {
    margin-top: 20px;
  }

  .nopadleft {
    padding-left: 0;
  }

  .nopadright {
    padding-right: 0;
  }

  .col-xs-3.brand {
    padding-left: 0;
    width: 50px;
  }

  .col-sm-3.report_download h3 {
    margin-top: 0;
  }

  a.report_dl_option {
    margin-top: 15px;
  }

  a.reset_sorting_btn {
    bottom: 0;
    float: inherit;
    position: relative;
    left: 0;
    margin-top: 15px;
  }

  img.text_logo {
    display: none;
  }

  .col-md-4.col-sm-12.card_table_prt.get_hgt.pl0,
  .col-md-4.col-sm-12.set_hgt {
    padding: 0;
  }

  .card.plr0.leader_table_div.card_table.card-3.mb0 {
    margin-bottom: 30px !important;
  }
}

@media screen and (max-width: 767px) {
  .playbook_nav.nav-tabs > li {
    width: 100%;
  }
}

@media handheld, only screen and (max-width: 640px) {

  .col-md-5ths.col-xs-12.livedash_card{
    width:100%;
    margin-bottom: 20px;
  }

  .prev_review,
  .next_review {
    display: none;
  }

  .dataTables_wrapper .dataTables_length {
    float: left;
  }

  .dataTables_wrapper .dataTables_filter {
    float: right;
  }
}

@media handheld, only screen and (max-width: 556px) {
  .star-review {
    font-size: 2em;
  }

  .webhook_fields h4 {
    font-size: 14px !important;
    text-align: center;
  }

  .mb_hide {
    display: none;
  }

  .navbar-nav .dropdown-menu {
    position: absolute !important;
    float: right !important;
  }

  .float-right.d-flex.dash_filters_dd {
    position: absolute;
    right: 0;
    width: 65%;
  }

  .notifications .btn-notifications {
    font-size: 16px;
  }

  .playbook,
  .touch {
    width: 50%;
  }

  div.mb_mt30 {
    margin-top: 100px;
  }

  .kpi_heading h3 {
    max-width: 50%;
    font-size: 16px;
  }

  .form-holder.welcome_box h1 {
    font-size: 30px;
  }

  .form-holder.welcome_box .demo_expiration {
    font-size: 13px;
  }

  .form-holder.welcome_box .btn_holder {
    width: 100%;
  }

  .form-holder.welcome_box .btn_holder a {
    float: none;
    clear: both;
    font-size: 14px;
    display: block;
    margin: 0 auto;
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .card h4.data.bg_rounded {
    padding-top: 32px;
  }

  .card .back {
    padding-left: 35px;
    padding-right: 35px;
  }

  .col-xs-6 .card .back {
    padding-left: 20px;
    padding-right: 20px;
  }

  h2.page_heading {
    font-size: 22px;
  }

  .pag_dets p {
    font-size: 12px;
  }

  input.sm-input {
    max-width: 40px;
  }

  .report_download h3,
  .reset_sorting h3 {
    font-size: 15px;
  }

  div.reset_sorting {
    padding: 0;
  }

  header nav.navbar {
    padding: 5px 10px;
  }

  .form-holder h4 {
    margin-bottom: 10px;
  }

  .btn {
    font-size: 12px;
  }

  .container-fluid.bg.dashboard.p20 {
    padding: 0 !important;
  }

  .filters {
    margin-bottom: 10px;
  }

  .filters button,
  .filters .logout_btn {
    padding: 5px 8px;
  }

  .filter_time_camp_dets p,
  .subnav .navbar-nav button,
  .subnav .navbar-nav li,
  .subnav .navbar-nav a {
    font-size: 13px !important;
  }

  .filter_time_camp_dets p .selected_campaign,
  .filter_time_camp_dets p .filter_divider {
    display: none;
  }

  .total_calls_in h2,
  .total_calls_out h2 {
    font-size: 18px;
    margin-bottom: 10px;
  }

  .total_calls_in p.total,
  .total_calls_out p.total {
    font-size: 38px;
  }

  .col-xs-6 .card h1.title {
    font-size: 12px;
  }
}
