.keypad {
  margin: 5px;
}

.keypad {
  margin-right: +5px !important;
}

.portlet > .portlet-title > .caption > .foehn-icon {
  float: left;
  margin-top: 0px;
  display: inline-block;
  font-size: 20px;
  margin-right: 5px;
  color: #666;
}

.reseller-logo {
  background-color: #2D4258;
}

.btn-primary {
  color: #fff;
  background-color: #46b3e7;
  border-color: #2faae4;
}
.btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active {
  color: #fff;
  background-color: #26a6e3;
  border-color: #1a8fc7;
}
.open .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #26a6e3;
  border-color: #1a8fc7;
}
.btn-primary:active, .btn-primary.active {
  background-image: none;
  background-color: #1c99d4;
}
.btn-primary:active:hover, .btn-primary.active:hover {
  background-color: #1d9fdd;
}
.open .btn-primary.dropdown-toggle {
  background-image: none;
}
.btn-primary.disabled, .btn-primary.disabled:hover, .btn-primary.disabled:focus, .btn-primary.disabled:active, .btn-primary.disabled.active, .btn-primary[disabled], .btn-primary[disabled]:hover, .btn-primary[disabled]:focus, .btn-primary[disabled]:active, .btn-primary[disabled].active, fieldset[disabled] .btn-primary, fieldset[disabled] .btn-primary:hover, fieldset[disabled] .btn-primary:focus, fieldset[disabled] .btn-primary:active, fieldset[disabled] .btn-primary.active {
  background-color: #46b3e7;
  border-color: #2faae4;
}
.btn-primary .badge {
  color: #46b3e7;
  background-color: #fff;
}

/***********
Page Header
***********/
/* Header search bar, toggler button & top menu */
.page-header.navbar {
  /* Top notification menu/bar */
  /* Header seaech box */
}
.page-header.navbar .page-logo {
  background: #2D4258;
}
.page-header.navbar .page-top {
  box-shadow: 0px 1px 10px 0px rgba(50, 50, 50, 0.2);
  background: #354D66;
}
.page-header.navbar .top-menu .navbar-nav {
  /* Extended Dropdowns */
  /* Notification */
  /* Inbox */
  /* Tasks */
  /* User */
  /* Language */
  /* Dark version */
}
.page-header .page-header-inner {
    background: #354D66;
}
@media (max-width: 523px) {
    .page-header .page-header-inner {
        background: #2D4258;
    }
}
.page-header .page-header-inner .page-top {
    display: flex;
}
.page-header .page-header-inner .page-top .top-menu {
    margin-left: auto;
    text-wrap: nowrap;
}
@media ((min-width: 480.5px) and (max-width: 500px)) {
    .page-header.navbar .top-menu .navbar-nav > li.dropdown .dropdown-toggle {
        right: 30px;
    }
}
@media ((min-width: 500px) and (max-width: 520px)) {
    .page-header.navbar .top-menu .navbar-nav > li.dropdown .dropdown-toggle {
        right: 15px;
    }
}
.page-header.navbar .top-menu .navbar-nav > li.dropdown .dropdown-toggle {
  padding: 10px;
}
.page-header.navbar .top-menu .navbar-nav > li.dropdown .dropdown-toggle:hover {
  background-color: #233343;
}
.page-header.navbar .top-menu .navbar-nav > li.dropdown .dropdown-toggle > i {
  color: #C0CDDC;
}
.page-header.navbar .top-menu .navbar-nav > li.dropdown .dropdown-toggle .badge.badge-default {
  background-color: #46b3e7;
  color: #ffffff;
}
.page-header.navbar .top-menu .navbar-nav > li.dropdown.open .dropdown-toggle {
  background-color: #233343;
}
.page-header.navbar .top-menu .navbar-nav > li.dropdown .dropdown-menu:before {
  border-bottom-color: #e4e8ee;
}
.page-header.navbar .top-menu .navbar-nav > li.dropdown-extended .dropdown-menu {
  border: 1px solid #e4e8ee;
}
.page-header.navbar .top-menu .navbar-nav > li.dropdown-extended .dropdown-menu:before {
  border-bottom-color: #d4dae4;
}
.page-header.navbar .top-menu .navbar-nav > li.dropdown-extended .dropdown-menu:after {
  border-bottom-color: #eaedf2;
}
.page-header.navbar .top-menu .navbar-nav > li.dropdown-extended .dropdown-menu > li.external {
  background: #eaedf2;
}
.page-header.navbar .top-menu .navbar-nav > li.dropdown-extended .dropdown-menu > li.external > h3 {
  color: #62878f;
}
.page-header.navbar .top-menu .navbar-nav > li.dropdown-extended .dropdown-menu > li.external > a {
  color: #5b9bd1;
}
.page-header.navbar .top-menu .navbar-nav > li.dropdown-extended .dropdown-menu > li.external > a:hover {
  color: #3175af;
  text-decoration: none;
}
.page-header.navbar .top-menu .navbar-nav > li.dropdown-extended .dropdown-menu .dropdown-menu-list > li > a {
  border-bottom: 1px solid #EFF2F6 !important;
  color: #888888;
}
.page-header.navbar .top-menu .navbar-nav > li.dropdown-extended .dropdown-menu .dropdown-menu-list > li > a:hover {
  background: #f8f9fa;
}
.page-header.navbar .top-menu .navbar-nav > li.dropdown-notification .dropdown-menu .dropdown-menu-list > li > a .time {
  background: #f1f1f1;
}
.page-header.navbar .top-menu .navbar-nav > li.dropdown-notification .dropdown-menu .dropdown-menu-list > li > a:hover .time {
  background: #e4e4e4;
}
.page-header.navbar .top-menu .navbar-nav > li.dropdown-inbox > .dropdown-toggle > .circle {
  background-color: #46b3e7;
  color: #ffffff;
}
.page-header.navbar .top-menu .navbar-nav > li.dropdown-inbox > .dropdown-toggle > .corner {
  border-color: transparent transparent transparent #46b3e7;
}
.page-header.navbar .top-menu .navbar-nav > li.dropdown-inbox .dropdown-menu .dropdown-menu-list .subject .from {
  color: #5b9bd1;
}
.page-header.navbar .top-menu .navbar-nav > li.dropdown-tasks .dropdown-menu .dropdown-menu-list .progress {
  background-color: #dfe2e9;
}
.page-header.navbar .top-menu .navbar-nav > li.dropdown-user > .dropdown-toggle > .username {
  color: #C0CDDC;
}
.page-header.navbar .top-menu .navbar-nav > li.dropdown-user > .dropdown-toggle > i {
  color: #C0CDDC;
}
.page-header.navbar .top-menu .navbar-nav > li.dropdown-user > .dropdown-menu {
  width: 195px;
}
.page-header.navbar .top-menu .navbar-nav > li.dropdown-language > .dropdown-toggle > .langname {
  color: #C0CDDC;
}
.page-header.navbar .top-menu .navbar-nav > li.dropdown-dark .dropdown-menu {
  background: #627587;
  border: 0;
}
.page-header.navbar .top-menu .navbar-nav > li.dropdown-dark .dropdown-menu:after {
  border-bottom-color: #627587;
}
.page-header.navbar .top-menu .navbar-nav > li.dropdown-dark .dropdown-menu > li.external {
  background: #51616f;
}
.page-header.navbar .top-menu .navbar-nav > li.dropdown-dark .dropdown-menu > li.external > h3 {
  color: #dbe0e4;
}
.page-header.navbar .top-menu .navbar-nav > li.dropdown-dark .dropdown-menu > li.external > a:hover {
  color: #87b6dd;
}
.page-header.navbar .top-menu .navbar-nav > li.dropdown-dark .dropdown-menu.dropdown-menu-default > li a,
.page-header.navbar .top-menu .navbar-nav > li.dropdown-dark .dropdown-menu .dropdown-menu-list > li a {
  color: #e9ecef;
  border-bottom: 1px solid #718497 !important;
}
.page-header.navbar .top-menu .navbar-nav > li.dropdown-dark .dropdown-menu.dropdown-menu-default > li a > i,
.page-header.navbar .top-menu .navbar-nav > li.dropdown-dark .dropdown-menu .dropdown-menu-list > li a > i {
  color: #ccd3da;
}
.page-header.navbar .top-menu .navbar-nav > li.dropdown-dark .dropdown-menu.dropdown-menu-default > li a:hover,
.page-header.navbar .top-menu .navbar-nav > li.dropdown-dark .dropdown-menu .dropdown-menu-list > li a:hover {
  background: #6b7f92;
}
.page-header.navbar .top-menu .navbar-nav > li.dropdown-dark .dropdown-menu.dropdown-menu-default > li a {
  border-bottom: 0 !important;
}
.page-header.navbar .top-menu .navbar-nav > li.dropdown-dark .dropdown-menu.dropdown-menu-default > li.divider {
  background: #718497;
}
.page-header.navbar .top-menu .navbar-nav > li.dropdown-notification.dropdown-dark .dropdown-menu .dropdown-menu-list > li > a .time {
  background: #586878;
}
.page-header.navbar .top-menu .navbar-nav > li.dropdown-notification.dropdown-dark .dropdown-menu .dropdown-menu-list > li > a:hover .time {
  background: #4d5b69;
}
.page-header.navbar .search-form {
  background: #fff;
}
.page-header.navbar .search-form .input-group .form-control {
  color: #7f96ac;
}
.page-header.navbar .search-form .input-group .form-control::-moz-placeholder {
  color: #7c94aa;
  opacity: 1;
}
.page-header.navbar .search-form .input-group .form-control:-ms-input-placeholder {
  color: #7c94aa;
}
.page-header.navbar .search-form .input-group .form-control::-webkit-input-placeholder {
  color: #7c94aa;
}
.page-header.navbar .search-form .input-group .input-group-btn .btn.submit > i {
  color: #7f96ac;
}

/* Page sidebar */
.page-sidebar-closed.page-sidebar-fixed .page-sidebar:hover,
.page-sidebar {
  background-color: #354d66;
  /* Default sidebar */
}
.page-sidebar-closed.page-sidebar-fixed .page-sidebar:hover .page-sidebar-menu,
.page-sidebar .page-sidebar-menu {
  /* 1st level links */
  /* All links */
}
.page-sidebar-closed.page-sidebar-fixed .page-sidebar:hover .page-sidebar-menu > li > a,
.page-sidebar .page-sidebar-menu > li > a {
  border-top: 1px solid #3a5570;
  color: #dfe6ee;
}
@media (max-width: 991px) {
  .page-sidebar-closed.page-sidebar-fixed .page-sidebar:hover .page-sidebar-menu > li > a,
  .page-sidebar .page-sidebar-menu > li > a {
    /* 991px */
    border-top: 1px solid #436181;
  }
}
.page-sidebar-closed.page-sidebar-fixed .page-sidebar:hover .page-sidebar-menu > li > a > i,
.page-sidebar .page-sidebar-menu > li > a > i {
  color: #7ba0bb;
}
.page-sidebar-closed.page-sidebar-fixed .page-sidebar:hover .page-sidebar-menu > li > a > i[class^="icon-"],
.page-sidebar-closed.page-sidebar-fixed .page-sidebar:hover .page-sidebar-menu > li > a > i[class*="icon-"],
.page-sidebar .page-sidebar-menu > li > a > i[class^="icon-"],
.page-sidebar .page-sidebar-menu > li > a > i[class*="icon-"] {
  color: #8cacc3;
}
.page-sidebar-closed.page-sidebar-fixed .page-sidebar:hover .page-sidebar-menu > li > a > .arrow:before, .page-sidebar-closed.page-sidebar-fixed .page-sidebar:hover .page-sidebar-menu > li > a > .arrow.open:before,
.page-sidebar .page-sidebar-menu > li > a > .arrow:before,
.page-sidebar .page-sidebar-menu > li > a > .arrow.open:before {
  color: #4a6b8e;
}
.page-sidebar-closed.page-sidebar-fixed .page-sidebar:hover .page-sidebar-menu > li:hover > a, .page-sidebar-closed.page-sidebar-fixed .page-sidebar:hover .page-sidebar-menu > li.open > a,
.page-sidebar .page-sidebar-menu > li:hover > a,
.page-sidebar .page-sidebar-menu > li.open > a {
  background: #30455c;
  color: white;
}
.page-sidebar-closed.page-sidebar-fixed .page-sidebar:hover .page-sidebar-menu > li:hover > a > i, .page-sidebar-closed.page-sidebar-fixed .page-sidebar:hover .page-sidebar-menu > li.open > a > i,
.page-sidebar .page-sidebar-menu > li:hover > a > i,
.page-sidebar .page-sidebar-menu > li.open > a > i {
  color: #8cacc3;
}
.page-sidebar-closed.page-sidebar-fixed .page-sidebar:hover .page-sidebar-menu > li:hover > a > .arrow:before, .page-sidebar-closed.page-sidebar-fixed .page-sidebar:hover .page-sidebar-menu > li:hover > a > .arrow.open:before, .page-sidebar-closed.page-sidebar-fixed .page-sidebar:hover .page-sidebar-menu > li.open > a > .arrow:before, .page-sidebar-closed.page-sidebar-fixed .page-sidebar:hover .page-sidebar-menu > li.open > a > .arrow.open:before,
.page-sidebar .page-sidebar-menu > li:hover > a > .arrow:before,
.page-sidebar .page-sidebar-menu > li:hover > a > .arrow.open:before,
.page-sidebar .page-sidebar-menu > li.open > a > .arrow:before,
.page-sidebar .page-sidebar-menu > li.open > a > .arrow.open:before {
  color: #8cacc3;
}
.page-sidebar-closed.page-sidebar-fixed .page-sidebar:hover .page-sidebar-menu > li.active > a, .page-sidebar-closed.page-sidebar-fixed .page-sidebar:hover .page-sidebar-menu > li.active.open > a,
.page-sidebar .page-sidebar-menu > li.active > a,
.page-sidebar .page-sidebar-menu > li.active.open > a {
  background: #2e4359;
  color: white;
}
.page-sidebar .page-sidebar-menu > li.warning > a,
.page-sidebar .page-sidebar-menu > li.active.warning > a,
.page-sidebar .page-sidebar-menu > li.active.open.warning > a {
  background: #bd6d6d;
  color: white;
}
.page-sidebar-closed.page-sidebar-fixed .page-sidebar:hover .page-sidebar-menu > li.active > a:hover, .page-sidebar-closed.page-sidebar-fixed .page-sidebar:hover .page-sidebar-menu > li.active.open > a:hover,
.page-sidebar .page-sidebar-menu > li.active > a:hover,
.page-sidebar .page-sidebar-menu > li.active.open > a:hover {
  background: #32485f;
}
.page-sidebar .page-sidebar-menu > li.warning > a:hover,
.page-sidebar .page-sidebar-menu > li.active.warning > a:hover,
.page-sidebar .page-sidebar-menu > li.active.open.warning > a:hover {
  background: #925151;
}
.page-sidebar-closed.page-sidebar-fixed .page-sidebar:hover .page-sidebar-menu > li.active > a > i, .page-sidebar-closed.page-sidebar-fixed .page-sidebar:hover .page-sidebar-menu > li.active.open > a > i,
.page-sidebar .page-sidebar-menu > li.active > a > i,
.page-sidebar .page-sidebar-menu > li.active.open > a > i {
  color: #4fb7e8;
}
.page-sidebar .page-sidebar-menu > li.warning > a > i,
.page-sidebar .page-sidebar-menu > li.active.warning > a > i,
.page-sidebar .page-sidebar-menu > li.active.open.warning > a > i {
  color: #cc9595;
}
.page-sidebar-closed.page-sidebar-fixed .page-sidebar:hover .page-sidebar-menu > li.active > a > .arrow:before, .page-sidebar-closed.page-sidebar-fixed .page-sidebar:hover .page-sidebar-menu > li.active > a > .arrow.open:before, .page-sidebar-closed.page-sidebar-fixed .page-sidebar:hover .page-sidebar-menu > li.active.open > a > .arrow:before, .page-sidebar-closed.page-sidebar-fixed .page-sidebar:hover .page-sidebar-menu > li.active.open > a > .arrow.open:before,
.page-sidebar .page-sidebar-menu > li.active > a > .arrow:before,
.page-sidebar .page-sidebar-menu > li.active > a > .arrow.open:before,
.page-sidebar .page-sidebar-menu > li.active.open > a > .arrow:before,
.page-sidebar .page-sidebar-menu > li.active.open > a > .arrow.open:before {
  color: #f2f5f8;
}
.page-sidebar-closed.page-sidebar-fixed .page-sidebar:hover .page-sidebar-menu > li:last-child > a,
.page-sidebar .page-sidebar-menu > li:last-child > a {
  border-bottom: 1px solid transparent !important;
}
.page-sidebar-closed.page-sidebar-fixed .page-sidebar:hover .page-sidebar-menu li > a > .arrow:before, .page-sidebar-closed.page-sidebar-fixed .page-sidebar:hover .page-sidebar-menu li > a > .arrow.open:before,
.page-sidebar .page-sidebar-menu li > a > .arrow:before,
.page-sidebar .page-sidebar-menu li > a > .arrow.open:before {
  color: #4a6b8e;
}
.page-sidebar-closed.page-sidebar-fixed .page-sidebar:hover .page-sidebar-menu li:hover > a > .arrow:before, .page-sidebar-closed.page-sidebar-fixed .page-sidebar:hover .page-sidebar-menu li:hover > a > .arrow.open:before,
.page-sidebar .page-sidebar-menu li:hover > a > .arrow:before,
.page-sidebar .page-sidebar-menu li:hover > a > .arrow.open:before {
  color: #8cacc3;
}
.page-sidebar-closed.page-sidebar-fixed .page-sidebar:hover .page-sidebar-menu li.active > a > .arrow:before, .page-sidebar-closed.page-sidebar-fixed .page-sidebar:hover .page-sidebar-menu li.active > a > .arrow.open:before,
.page-sidebar .page-sidebar-menu li.active > a > .arrow:before,
.page-sidebar .page-sidebar-menu li.active > a > .arrow.open:before {
  color: #f2f5f8;
}
.page-sidebar-closed .page-sidebar-closed.page-sidebar-fixed .page-sidebar:hover .page-sidebar-menu:hover .sub-menu, .page-sidebar-closed
.page-sidebar .page-sidebar-menu:hover .sub-menu {
  background: #2b3e52;
}
.page-sidebar-closed.page-sidebar-fixed .page-sidebar:hover .page-sidebar-menu .sub-menu > li > a,
.page-sidebar .page-sidebar-menu .sub-menu > li > a {
  color: #cedae6;
}
.page-sidebar-closed.page-sidebar-fixed .page-sidebar:hover .page-sidebar-menu .sub-menu > li > a > i,
.page-sidebar .page-sidebar-menu .sub-menu > li > a > i {
  color: #698db1;
}
.page-sidebar-closed.page-sidebar-fixed .page-sidebar:hover .page-sidebar-menu .sub-menu > li > a > i[class^="icon-"],
.page-sidebar-closed.page-sidebar-fixed .page-sidebar:hover .page-sidebar-menu .sub-menu > li > a > i[class*="icon-"],
.page-sidebar .page-sidebar-menu .sub-menu > li > a > i[class^="icon-"],
.page-sidebar .page-sidebar-menu .sub-menu > li > a > i[class*="icon-"] {
  color: #7a99ba;
}
.page-sidebar-closed.page-sidebar-fixed .page-sidebar:hover .page-sidebar-menu .sub-menu > li > a > .arrow:before, .page-sidebar-closed.page-sidebar-fixed .page-sidebar:hover .page-sidebar-menu .sub-menu > li > a > .arrow.open:before,
.page-sidebar .page-sidebar-menu .sub-menu > li > a > .arrow:before,
.page-sidebar .page-sidebar-menu .sub-menu > li > a > .arrow.open:before {
  color: #4a6b8e;
}
.page-sidebar-closed.page-sidebar-fixed .page-sidebar:hover .page-sidebar-menu .sub-menu > li:hover > a, .page-sidebar-closed.page-sidebar-fixed .page-sidebar:hover .page-sidebar-menu .sub-menu > li.open > a, .page-sidebar-closed.page-sidebar-fixed .page-sidebar:hover .page-sidebar-menu .sub-menu > li.active > a,
.page-sidebar .page-sidebar-menu .sub-menu > li:hover > a,
.page-sidebar .page-sidebar-menu .sub-menu > li.open > a,
.page-sidebar .page-sidebar-menu .sub-menu > li.active > a {
  background: #30455c !important;
}
.page-sidebar .page-sidebar-menu .sub-menu > li.warning > a,
.page-sidebar .page-sidebar-menu .sub-menu > li.active.warning > a {
  background: #925151 !important;
}
.page-sidebar-closed.page-sidebar-fixed .page-sidebar:hover .page-sidebar-menu .sub-menu > li:hover > a > i, .page-sidebar-closed.page-sidebar-fixed .page-sidebar:hover .page-sidebar-menu .sub-menu > li.open > a > i, .page-sidebar-closed.page-sidebar-fixed .page-sidebar:hover .page-sidebar-menu .sub-menu > li.active > a > i,
.page-sidebar .page-sidebar-menu .sub-menu > li:hover > a > i,
.page-sidebar .page-sidebar-menu .sub-menu > li.open > a > i,
.page-sidebar .page-sidebar-menu .sub-menu > li.active > a > i {
  color: #8cacc3;
  color: #acc0d4;
}
.page-sidebar-closed.page-sidebar-fixed .page-sidebar:hover .page-sidebar-menu .sub-menu > li:hover > a > .arrow:before, .page-sidebar-closed.page-sidebar-fixed .page-sidebar:hover .page-sidebar-menu .sub-menu > li:hover > a > .arrow.open:before, .page-sidebar-closed.page-sidebar-fixed .page-sidebar:hover .page-sidebar-menu .sub-menu > li.open > a > .arrow:before, .page-sidebar-closed.page-sidebar-fixed .page-sidebar:hover .page-sidebar-menu .sub-menu > li.open > a > .arrow.open:before, .page-sidebar-closed.page-sidebar-fixed .page-sidebar:hover .page-sidebar-menu .sub-menu > li.active > a > .arrow:before, .page-sidebar-closed.page-sidebar-fixed .page-sidebar:hover .page-sidebar-menu .sub-menu > li.active > a > .arrow.open:before,
.page-sidebar .page-sidebar-menu .sub-menu > li:hover > a > .arrow:before,
.page-sidebar .page-sidebar-menu .sub-menu > li:hover > a > .arrow.open:before,
.page-sidebar .page-sidebar-menu .sub-menu > li.open > a > .arrow:before,
.page-sidebar .page-sidebar-menu .sub-menu > li.open > a > .arrow.open:before,
.page-sidebar .page-sidebar-menu .sub-menu > li.active > a > .arrow:before,
.page-sidebar .page-sidebar-menu .sub-menu > li.active > a > .arrow.open:before {
  color: #8cacc3;
}

/******
Page Footer
******/
.page-footer-fixed .page-footer {
  background-color: #e6e6e6;
}
.page-footer-fixed .page-footer .page-footer-inner {
  color: #121618;
}

.page-boxed .page-footer .page-footer-inner {
  color: #121618;
}
.page-footer-fixed .page-boxed .page-footer {
  background-color: #e6e6e6;
}

@media (min-width: 992px) {
  /* 992px */
  /* Sidebar menu closed */
  .page-sidebar-menu.page-sidebar-menu-hover-submenu li:hover > .sub-menu {
    box-shadow: 5px 5px rgba(48, 48, 48, 0.2);
  }

  .page-sidebar-menu.page-sidebar-menu-closed > li:hover {
    box-shadow: 5px 5px rgba(48, 48, 48, 0.2);
  }
  .page-sidebar-menu.page-sidebar-menu-closed > li:hover > .sub-menu {
    box-shadow: 5px 5px rgba(48, 48, 48, 0.2);
  }

  /* Fixed Sidebar */
  .page-sidebar-fixed:not(.page-footer-fixed) .page-content {
    border-bottom: 0;
  }
  .page-sidebar-fixed:not(.page-footer-fixed) .page-footer {
    background-color: #fff;
  }
  .page-sidebar-fixed:not(.page-footer-fixed) .page-footer .page-footer-inner {
    color: #333;
  }

  /* Boxed Layout */
  .page-boxed {
    background-color: #f7f7f7 !important;
    /* Page container */
  }
  .page-boxed .page-container {
    background-color: #354d66;
  }
  .page-boxed.page-sidebar-reversed .page-container {
    border-left: 0;
  }
  .page-boxed.page-sidebar-fixed .page-container {
    border-left: 0;
    border-bottom: 0;
  }
  .page-boxed.page-sidebar-reversed.page-sidebar-fixed .page-container {
    border-left: 0;
    border-right: 0;
    border-bottom: 0;
  }

  /* Sidebar Menu Wirh Hoverable Submenu */
  .page-sidebar-menu-hover-submenu li:hover a > .arrow {
    border-right: 8px solid #2b3e52;
  }
  .page-sidebar-reversed .page-sidebar-menu-hover-submenu li:hover a > .arrow {
    border-left: 8px solid #2b3e52;
  }
  .page-sidebar-menu-hover-submenu li:hover > .sub-menu {
    background: #2b3e52 !important;
  }
}
@media (max-width: 991px) {
  /* 991px */
  .page-container {
    background: #fff;
  }

  .page-header.navbar {
    box-shadow: 0px 1px 10px 0px rgba(50, 50, 50, 0.2);
    padding: 0;
    /* Top menu */
  }
  .page-header.navbar .top-menu .navbar-nav > li.dropdown > .dropdown-toggle:hover {
    background-color: #213040;
  }
  .page-header.navbar .page-top {
    box-shadow: none;
  }
}
@media (max-width: 480px) {
  /* 480px */
  .page-header.navbar {
    background: #2D4258;
    /* Top menu */
  }
  .page-header-fixed-mobile .page-header.navbar .top-menu {
    background-color1: #354D66;
  }
  .page-header.navbar .top-menu .navbar-nav > li.dropdown > .dropdown-toggle:hover {
    background-color: #1e2b39;
  }
}
/****
 CSS3 Spinner Bar
****/
.page-spinner-bar > div,
.block-spinner-bar > div {
  background: #5dbcea;
}

/****
Body
****/
/***
Page content
***/
/* Page title */
.page-title {
  padding: 0px;
  font-size: 26px;
  letter-spacing: -1px;
  line-height: 26px;
  display: block;
  color: #666;
  margin: 0px 0px 20px 0px;
  font-weight: 300;
  font-family: "Open Sans", sans-serif;
  /* subtitle */
}
.page-title small {
  font-size: 13px;
  letter-spacing: 0px;
  font-weight: 300;
  color: #888;
}
.page-container-bg-solid .page-title {
  color: #666;
}
.page-container-bg-solid .page-title small {
  color: #666;
}

/* Page breadcrumb */
.page-bar {
  padding: 0px;
  background-color: #ffffff;
  margin-bottom: 20px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
}
.page-bar:before, .page-bar:after {
  content: " ";
  display: table;
}
.page-bar:after {
  clear: both;
}
.page-bar .page-breadcrumb {
  display: inline-block;
  float: left;
  padding: 10px 6px;
  margin: 0;
  list-style: none;
}
.page-bar .page-breadcrumb > li {
  display: inline-block;
}
.ie8 .page-bar .page-breadcrumb > li {
  margin-right: 1px;
}
.page-bar .page-breadcrumb > li > a,
.page-bar .page-breadcrumb > li > span {
  color: #888;
  font-size: 13px;
  text-shadow: none;
}
.page-bar .page-breadcrumb > li > i {
  color: #aaa;
  font-size: 14px;
  text-shadow: none;
}
.page-bar .page-breadcrumb > li > i[class^="icon-"],
.page-bar .page-breadcrumb > li > i[class*="icon-"] {
  color: #8c8c8c;
}
.page-bar .page-toolbar {
  display: inline-block;
  float: right;
}
.page-bar .page-toolbar .btn-fit-height {
  -webkit-border-radius: 0 4px 4px 0;
  -moz-border-radius: 0 4px 4px 0;
  -ms-border-radius: 0 4px 4px 0;
  -o-border-radius: 0 4px 4px 0;
  border-radius: 0 4px 4px 0;
  padding-top: 9px;
  padding-bottom: 9px;
}
.page-bar .page-toolbar .btn.btn-default {
  border-color: #eee;
  color: #999;
}
.page-bar .page-toolbar .btn.btn-default > i {
  color: #999;
}
.page-bar .page-toolbar .btn.btn-sm {
  margin-top: 0px;
}
.page-bar .page-toolbar .btn-dashboard-daterange {
  padding: 8px 16px 8px 16px;
}
.page-bar .page-toolbar .btn-dashboard-daterange > i[class^="icon-"] {
  position: relative;
  font-size: 20px;
  opacity: 0.8;
  filter: alpha(opacity=80);
  top: 2px;
}
.page-bar .page-toolbar .btn-dashboard-daterange > i.fa-angle-down {
  font-size: 16px;
  opacity: 0.8;
  filter: alpha(opacity=80);
}

/* Page content */
.page-content {
  margin-top: 0px;
  padding: 0px;
  background-color: #fff;
}
.page-container-bg-solid .page-content {
  background: #fff;
}
.page-full-width .page-content {
  margin-left: 0px !important;
}

@media (min-width: 992px) {
  /* 992px */
  /* Page content */
  .page-content-wrapper {
    float: left;
    width: 100%;
  }
  .page-content-wrapper .page-content {
    margin-left: 195px;
    margin-top: 0px;
    min-height: 600px;
    padding: 25px 20px 10px 20px;
  }
  .page-content-wrapper .page-content.no-min-height {
    min-height: auto;
  }
  .page-sidebar-fixed.page-sidebar-hover-on .page-content-wrapper .page-content {
    margin-left: 54px;
  }
  .page-sidebar-reversed .page-content-wrapper .page-content {
    margin-left: 0 !important;
    margin-right: 195px !important;
  }
  .page-sidebar-reversed.page-sidebar-fixed.page-sidebar-hover-on .page-content-wrapper .page-content {
    margin-left: 0;
    margin-right: 54px;
  }
  .page-sidebar-reversed.page-sidebar-closed .page-content-wrapper .page-content {
    margin-left: 0 !important;
    margin-right: 54px !important;
  }
  .page-sidebar-closed.page-sidebar-hide .page-content-wrapper .page-content {
    margin-left: 0 !important;
  }
  .page-sidebar-closed.page-sidebar-reversed.page-sidebar-hide .page-content-wrapper .page-content {
    margin-right: 0 !important;
  }
  .page-full-width .page-content-wrapper .page-content {
    margin-left: 0px !important;
  }
}
@media (max-width: 991px) {
  /* 991px */
  /* Boxed page container  */
  .page-boxed > .container {
    width: 100%;
    max-width: none !important;
    margin: 0 !important;
    padding: 0 !important;
  }

  /* Page content */
  .page-content-wrapper .page-content {
    margin: 0px !important;
    padding: 20px !important;
    min-height: 280px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  /*  768px & 991px */
  /* Boxed page container */
  .page-boxed > .container {
    margin: auto !important;
  }
}
@media (max-width: 767px) {
  /* 767px */
  /* Page content */
  .page-content-wrapper .page-content {
    padding: 20px 10px 10px 10px !important;
    overflow: hidden;
    /* Page title */
  }
  .page-content-wrapper .page-content .page-title {
    margin-bottom: 15px;
    font-size: 20px;
  }
  .page-content-wrapper .page-content .page-title small {
    font-size: 13px;
    padding-top: 3px;
  }
}
@media (max-width: 480px) {
  /* 480px */
  /* Dashboard date range panel */
  .page-content-wrapper .page-content .page-title small {
    display: block;
    clear: both;
  }
}
/* Media queries */
.captcha {
  text-align: center;
}

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

.tenant {
  float: left;
  padding: 10px;
  margin: 6px;
  text-wrap: nowrap;
}

.well.info {
  float: left;
  padding: 17px;
  margin: 6px;
  font-size: 14px;
}

body {
  background-color: #fff;
}

.btn-dark {
  background-color: #233343;
}
.btn-dark i {
  color: #fff;
}

#btn-top-add-tenant {
  border-radius: 3px;
}

.portlet.box.grey-cascade {
  border: 1px solid #d2d4dd;
}
.portlet.box.grey-cascade > .portlet-title {
  background-color: #f9f9f9;
  border-bottom: 1px solid #d2d4dd;
}
.portlet.box.grey-cascade > .portlet-title .actions .btn-default > i {
  color: #8396ab;
}
.portlet.box.grey-cascade > .portlet-title .caption {
  color: #000;
}
.portlet.box.grey-cascade > .portlet-title .caption i {
  color: #8396ab;
}

#btn-new-element {
  -webkit-border-radius: 1000px;
  -moz-border-radius: 1000px;
  -ms-border-radius: 1000px;
  border-radius: 1000px;
}

[ng-cloak] {
  display: none !important;
}

.vox-avatar {
  width: 40px;
  height: 40px;
  border-radius: 1000px !important;
  margin: 8px;
  display: inline-block;
  vertical-align: middle;
}
.vox-avatar img {
  width: 40px;
  height: 40px;
  border-radius: 1000px;
}
.vox-avatar.has-avatar {
  background-image: url(../images/avatar.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.vox-avatar h5 {
  margin: 0;
  text-align: center;
  line-height: 40px;
  color: #fff;
}

.m-b-2 {
  margin-bottom: 15px;
}

.m-t-2 {
  margin-top: 15px;
}

@media (min-width: 992px) {
  .page-sidebar-wrapper {
    display: flex;
  }
}

@media (min-width: 992px) {
  .page-container {
    display: flex;
  }
}

@media (min-width: 992px) {
  .page-content-wrapper .page-content {
    margin-left: 0;
  }
}

@media (min-width: 992px) {
  .page-sidebar .page-sidebar-menu {
    margin-left: 0;
    width: 195px;
    margin-bottom: -56px;
  }
}

@media (min-width: 992px) {
  .page-sidebar, .navbar-collapse.collapse {
    display: flex !important;
  }
}
.page-sidebar .page-sidebar-menu li a i, .navbar-collapse.collapse .page-sidebar-menu li a i {
  font-size: 32px;
  line-height: 32px;
}
.page-sidebar .page-sidebar-menu li ul.sub-menu i, .navbar-collapse.collapse .page-sidebar-menu li ul.sub-menu i {
  font-size: 18px;
}
.page-sidebar .page-sidebar-menu.page-sidebar-menu-closed li a i, .navbar-collapse.collapse .page-sidebar-menu.page-sidebar-menu-closed li a i {
  font-size: 25px;
}

.page-header.navbar .page-logo .logo-default {
  height: 50px;
  width: 125px;
}

#li-reload-tenant {
  border-top: 1px solid #3a5570;
  padding: 0;
}
#li-reload-tenant a {
  background-color: #fb8c00;
  border-top: 0;
}
#li-reload-tenant a i {
  color: #fff;
}
#li-reload-tenant span.show {
  color: #fff;
  padding-top: 5px;
}
#li-reload-tenant span.title {
  color: #fff;
}


#li-reload-tenant-lock {
  border-top: 1px solid #3a5570;
  padding: 0;
}

#li-reload-tenant-lock a {
  background-color: #7ba0bb;
  border-top: 0;
  cursor: not-allowed;
}

#li-reload-tenant-lock a i {
  color: #fff;
}

#li-reload-tenant-lock span.show {
  color: #fff;
  padding-top: 5px;
}

#li-reload-tenant-lock span.title {
  color: #fff;
}

#li-reload-tenant div.reload-error{
  overflow-wrap: break-word;
  background-color: #d84a38;
  padding: 10px 10px 10px;
  font-size: 12px;
  font-weight: 300;
  text-align: center;
  color: white;
  margin-top: -13px;
}

#li-reload-tenant div.reload-error div{
  max-width: 195px;
  word-break: break-word;
}
/**
 * Progress bars with centered text
 */
.actions .btn {
  margin-left: 3px;
}

.page-title-container {
  background-color: #eceff1;
  padding: 25px;
}
.page-title-container.top {
  padding: 25px 25px 0 30px;
}
.page-title-container.bottom {
  padding: 10px 30px;
}
.page-title-container.red {
  background-color: #d84a38;
}

.page-container-bg-solid.red {
  background-color: #d84a38;
}

@supports (display: flex) {
  .page-title-container {
    align-items: center;
    display: flex;
  }
  .page-title-container > div {
    width: 50%;
  }
  .page-title-container > div + div {
    text-align: right;
  }
}
.page-title {
  color: #354d66;
  font-size: 30px;
  margin-bottom: 0;
}
.page-title i {
  color: #354d66;
  font-size: 30px;
}
.page-title i.help {
  font-size: 15px;
  margin: 0;
  padding-left: 6px;
}
.page-container-bg-solid .page-title {
  color: #354d66;
}
.page-container-bg-solid .page-title small {
  color: #354d66;
}
.page-title-container.red .page-title i, .page-container-bg-solid .page-title-container.red .page-title {
  color: #ffffff !important;
}

.page-bar {
  background-color: transparent;
  margin-bottom: 0;
}
.page-bar .page-breadcrumb {
  padding-left: 0;
}

.page-breadcrumb li i {
  color: #afbdc4;
  padding: 0;
}

.form .form-section {
  color: #354d66;
}

#serverType {
  position: absolute;
  z-index: 9996;
  top: 5px;
  left: 50%;
  transform: translateX(-50%);
}
#serverType div {
  line-height: 50px;
  color: #fefefe;
  font-weight: bold;
  text-align: center;
  min-width: 350px;
  border-radius: 5px !important;
}
#serverType div a {
  color: #fefefe;
  text-decoration: underline;
}
#serverType div.staging {
  background-color: #F44336AA;
}
#serverType div.master {
  background-color: #FF9800AA;
}
#serverType div.dev {
  background-color: #4CAF50AA;
}

.dashboard-stat-light {
  background: #fff;
  box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.15);
}
.dashboard-stat-light.blue-soft {
  background: #fff;
  color: #9dcbe7;
}
.dashboard-stat-light.red-soft {
  background: #fff;
  color: #f89e9e;
}
.dashboard-stat-light.green-soft {
  background: #fff;
  color: #b2dfdb;
}
.dashboard-stat-light.purple-soft {
  background: #fff;
  color: #d1c4e9;
}

.dashboard-stat:hover {
  text-decoration: none;
}

.dashboard-stat .details .desc {
  font-size: 14px;
}

.portlet.light {
  box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.15);
  overflow: hidden;
}

.page-bar .page-breadcrumb li a, .page-bar .page-breadcrumb li i {
  color: #8396ab;
}

.dashboard-stat .details {
  width: 100%;
  padding-left: 30px;
  padding-right: 30px;
  left: 0;
  right: 0;
}

.dashboard-stat .details .number.hasInOut {
  padding-top: 0;
}

.calls-out, .calls-in, .users-in, .users-out {
  font-size: 18px;
  display: inline;
}
.calls-out i, .calls-in i, .users-in i, .users-out i {
  margin-right: 3px;
}

.calls-out, .users-out {
  margin-right: 10px;
}

.calls-out, .users-out, .desc.uppercase, .calls-in, .users-in {
  color: #78909c;
}

.navbar-nav > li.appbar-action {
  height: 68px;
}
.navbar-nav > li.appbar-action a {
  display: inline-block;
  line-height: 38px;
  height: 77px;
  color: #879db1;
}
.navbar-nav > li.appbar-action a:hover {
  background-color: transparent;
  color: #fff;
  transition: color .3s ease;
}
.navbar-nav > li.appbar-action a i {
  font-size: 25px;
  line-height: 44px;
  margin: 0;
}

.page-sidebar-menu {
  min-height: calc(100vh - 78px);
  transform: translateZ(0);
  z-index: 99;
}

.mdl-progress {
  display: block;
  position: relative;
  height: 4px;
  width: 80%;
  margin: 25px auto;
  background: #233343;
}

.mdl-progress > .bar {
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  width: 0%;
  -webkit-transition: width 0.2s cubic-bezier(0.4, 0, 0.2, 1);
  transition: width 0.2s cubic-bezier(0.4, 0, 0.2, 1);
}

.mdl-progress > .progressbar {
  background-color: #3f51b5;
  z-index: 1;
  left: 0;
}

.mdl-progress > .bufferbar {
  background-image: -webkit-linear-gradient(left, rgba(255, 255, 255, 0.7), rgba(255, 255, 255, 0.7)), -webkit-linear-gradient(left, #3f51b5, #3f51b5);
  background-image: linear-gradient(to right, rgba(255, 255, 255, 0.7), rgba(255, 255, 255, 0.7)), linear-gradient(to right, #3f51b5, #3f51b5);
  z-index: 0;
  left: 0;
}

.mdl-progress > .auxbar {
  right: 0;
}

@supports (-webkit-appearance: none) {
  .mdl-progress:not(.mdl-progress__indeterminate):not(.mdl-progress__indeterminate) > .auxbar {
    background-image: -webkit-linear-gradient(left, rgba(255, 255, 255, 0.7), rgba(255, 255, 255, 0.7)), -webkit-linear-gradient(left, #3f51b5, #3f51b5);
    background-image: linear-gradient(to right, rgba(255, 255, 255, 0.7), rgba(255, 255, 255, 0.7)), linear-gradient(to right, #3f51b5, #3f51b5);
    -webkit-mask: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIj8+Cjxzdmcgd2lkdGg9IjEyIiBoZWlnaHQ9IjQiIHZpZXdQb3J0PSIwIDAgMTIgNCIgdmVyc2lvbj0iMS4xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPgogIDxlbGxpcHNlIGN4PSIyIiBjeT0iMiIgcng9IjIiIHJ5PSIyIj4KICAgIDxhbmltYXRlIGF0dHJpYnV0ZU5hbWU9ImN4IiBmcm9tPSIyIiB0bz0iLTEwIiBkdXI9IjAuNnMiIHJlcGVhdENvdW50PSJpbmRlZmluaXRlIiAvPgogIDwvZWxsaXBzZT4KICA8ZWxsaXBzZSBjeD0iMTQiIGN5PSIyIiByeD0iMiIgcnk9IjIiIGNsYXNzPSJsb2FkZXIiPgogICAgPGFuaW1hdGUgYXR0cmlidXRlTmFtZT0iY3giIGZyb209IjE0IiB0bz0iMiIgZHVyPSIwLjZzIiByZXBlYXRDb3VudD0iaW5kZWZpbml0ZSIgLz4KICA8L2VsbGlwc2U+Cjwvc3ZnPgo=");
    mask: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIj8+Cjxzdmcgd2lkdGg9IjEyIiBoZWlnaHQ9IjQiIHZpZXdQb3J0PSIwIDAgMTIgNCIgdmVyc2lvbj0iMS4xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPgogIDxlbGxpcHNlIGN4PSIyIiBjeT0iMiIgcng9IjIiIHJ5PSIyIj4KICAgIDxhbmltYXRlIGF0dHJpYnV0ZU5hbWU9ImN4IiBmcm9tPSIyIiB0bz0iLTEwIiBkdXI9IjAuNnMiIHJlcGVhdENvdW50PSJpbmRlZmluaXRlIiAvPgogIDwvZWxsaXBzZT4KICA8ZWxsaXBzZSBjeD0iMTQiIGN5PSIyIiByeD0iMiIgcnk9IjIiIGNsYXNzPSJsb2FkZXIiPgogICAgPGFuaW1hdGUgYXR0cmlidXRlTmFtZT0iY3giIGZyb209IjE0IiB0bz0iMiIgZHVyPSIwLjZzIiByZXBlYXRDb3VudD0iaW5kZWZpbml0ZSIgLz4KICA8L2VsbGlwc2U+Cjwvc3ZnPgo=");
  }
}
.mdl-progress:not(.mdl-progress__indeterminate) > .auxbar {
  background-image: -webkit-linear-gradient(left, rgba(255, 255, 255, 0.9), rgba(255, 255, 255, 0.9)), -webkit-linear-gradient(left, #3f51b5, #3f51b5);
  background-image: linear-gradient(to right, rgba(255, 255, 255, 0.9), rgba(255, 255, 255, 0.9)), linear-gradient(to right, #3f51b5, #3f51b5);
}

.mdl-progress.mdl-progress__indeterminate > .bar1 {
  background-color: #40b2e9;
  -webkit-animation-name: indeterminate1;
  animation-name: indeterminate1;
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
}

.mdl-progress.mdl-progress__indeterminate > .bar3 {
  background-image: none;
  background-color: #40b2e9;
  -webkit-animation-name: indeterminate2;
  animation-name: indeterminate2;
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
}

@-webkit-keyframes indeterminate1 {
  0% {
    left: 0%;
    width: 0%;
  }
  50% {
    left: 25%;
    width: 75%;
  }
  75% {
    left: 100%;
    width: 0%;
  }
}
@keyframes indeterminate1 {
  0% {
    left: 0%;
    width: 0%;
  }
  50% {
    left: 25%;
    width: 75%;
  }
  75% {
    left: 100%;
    width: 0%;
  }
}
@-webkit-keyframes indeterminate2 {
  0% {
    left: 0%;
    width: 0%;
  }
  50% {
    left: 0%;
    width: 0%;
  }
  75% {
    left: 0%;
    width: 25%;
  }
  100% {
    left: 100%;
    width: 0%;
  }
}
@keyframes indeterminate2 {
  0% {
    left: 0%;
    width: 0%;
  }
  50% {
    left: 0%;
    width: 0%;
  }
  75% {
    left: 0%;
    width: 25%;
  }
  100% {
    left: 100%;
    width: 0%;
  }
}
.step-container {
  color: #b0bec5;
  padding: 30px;
}

.mt-element-step .row {
  margin: 0;
}

.mt-element-step .step-default .mt-step-col {
  padding-top: 30px;
  padding-bottom: 30px;
  text-align: center;
}

.mt-element-step .step-default .mt-step-number {
  font-size: 26px;
  border-radius: 50% !important;
  display: inline-block;
  margin: auto auto 20px;
  padding: 3px 14px;
}

.mt-element-step .step-default .mt-step-title {
  font-size: 14px;
  font-weight: 100;
}

.mt-element-step .step-default .active {
  background-color: #46b3e7 !important;
}

.mt-element-step .step-default .active .mt-step-number {
  color: #46b3e7 !important;
}

.mt-element-step .step-default .active .mt-step-content, .mt-element-step .step-default .active .mt-step-title {
  color: #fff !important;
}

.mt-element-step .step-default .done {
  background-color: #45b6af !important;
}

.mt-element-step .step-default .done .mt-step-number {
  color: #45b6af !important;
}

.mt-element-step .step-default .done .mt-step-content, .mt-element-step .step-default .done .mt-step-title {
  color: #fff !important;
}

.mt-element-step .step-default .error {
  background-color: #e7505a !important;
}

.mt-element-step .step-default .error .mt-step-number {
  color: #e7505a !important;
}

.mt-element-step .step-default .error .mt-step-content, .mt-element-step .step-default .error .mt-step-title {
  color: #fff !important;
}

.mt-element-step .step-thin .mt-step-col {
  padding-top: 10px;
  padding-bottom: 10px;
}

.mt-element-step .step-thin .mt-step-number {
  font-size: 26px;
  border-radius: 50% !important;
  float: left;
  margin: auto;
  padding: 3px 14px;
}

.mt-element-step .step-thin .mt-step-title {
  font-size: 24px;
  font-weight: 100;
  padding-left: 60px;
  margin-top: -4px;
}

.mt-element-step .step-thin .mt-step-content {
  padding-left: 60px;
  margin-top: -5px;
}

.mt-element-step .step-thin .active {
  background-color: #46b3e7 !important;
}

.mt-element-step .step-thin .active .mt-step-number {
  color: #46b3e7 !important;
}

.mt-element-step .step-thin .active .mt-step-content, .mt-element-step .step-thin .active .mt-step-title {
  color: #fff !important;
}

.mt-element-step .step-thin .done {
  background-color: #45b6af !important;
}

.mt-element-step .step-thin .done .mt-step-number {
  color: #45b6af !important;
}

.mt-element-step .step-thin .done .mt-step-content, .mt-element-step .step-thin .done .mt-step-title {
  color: #fff !important;
}

.mt-element-step .step-thin .error {
  background-color: #e7505a !important;
}

.mt-element-step .step-thin .error .mt-step-number {
  color: #e7505a !important;
}

.mt-element-step .step-thin .error .mt-step-content, .mt-element-step .step-thin .error .mt-step-title {
  color: #fff !important;
}

.mt-element-step .step-background .mt-step-col {
  padding-top: 30px;
  padding-bottom: 30px;
  text-align: center;
  height: 160px;
}

.mt-element-step .step-background .mt-step-number {
  font-size: 200px;
  position: absolute;
  bottom: 0;
  right: 0;
  line-height: .79em;
  color: #dae1e4;
  z-index: 4;
}

.mt-element-step .step-background .mt-step-content, .mt-element-step .step-background .mt-step-title {
  text-align: right;
  z-index: 5;
  position: relative;
  padding-right: 25%;
}

.mt-element-step .step-background .mt-step-title {
  font-size: 30px;
  font-weight: 100;
}

.mt-element-step .step-background .active {
  background-color: #46b3e7 !important;
}

.mt-element-step .step-background .active .mt-step-number {
  color: #46b3e7 !important;
}

.mt-element-step .step-background .active .mt-step-content, .mt-element-step .step-background .active .mt-step-title {
  color: #fff !important;
}

.mt-element-step .step-background .done {
  background-color: #45b6af !important;
}

.mt-element-step .step-background .done .mt-step-number {
  color: #45b6af !important;
}

.mt-element-step .step-background .done .mt-step-content, .mt-element-step .step-background .done .mt-step-title {
  color: #fff !important;
}

.mt-element-step .step-background .error {
  background-color: #e7505a !important;
}

.mt-element-step .step-background .error .mt-step-number {
  color: #e7505a !important;
}

.mt-element-step .step-background .error .mt-step-content, .mt-element-step .step-background .error .mt-step-title {
  color: #fff !important;
}

.mt-element-step .step-background-thin .mt-step-col {
  padding-top: 15px;
  padding-bottom: 15px;
  text-align: center;
}

.mt-element-step .step-background-thin .mt-step-number {
  font-size: 120px;
  position: absolute;
  bottom: 0;
  right: 0;
  line-height: .79em;
  color: #dae1e4;
  z-index: 4;
}

.mt-element-step .step-background-thin .mt-step-title {
  font-size: 30px;
  font-weight: 100;
  text-align: right;
  padding-right: 25%;
  z-index: 5;
  position: relative;
}

.mt-element-step .step-background-thin .mt-step-content {
  text-align: right;
  position: relative;
  padding-right: 25%;
  z-index: 5;
}

.mt-element-step .step-background-thin .active {
  background-color: #46b3e7 !important;
}

.mt-element-step .step-background-thin .active .mt-step-number {
  color: #46b3e7 !important;
}

.mt-element-step .step-background-thin .active .mt-step-content, .mt-element-step .step-background-thin .active .mt-step-title {
  color: #fff !important;
}

.mt-element-step .step-background-thin .done {
  background-color: #45b6af !important;
}

.mt-element-step .step-background-thin .done .mt-step-number {
  color: #45b6af !important;
}

.mt-element-step .step-background-thin .done .mt-step-content, .mt-element-step .step-background-thin .done .mt-step-title {
  color: #fff !important;
}

.mt-element-step .step-background-thin .error {
  background-color: #e7505a !important;
}

.mt-element-step .step-background-thin .error .mt-step-number {
  color: #e7505a !important;
}

.mt-element-step .step-background-thin .error .mt-step-content, .mt-element-step .step-background-thin .error .mt-step-title {
  color: #fff !important;
}

.mt-element-step .step-no-background .mt-step-col {
  padding-top: 30px;
  padding-bottom: 30px;
  text-align: center;
}

.mt-element-step .step-no-background .mt-step-number {
  font-size: 26px;
  border-radius: 50% !important;
  display: inline-block;
  margin: auto auto 20px;
  padding: 3px 14px;
  border: 1px solid #e5e5e5;
}

.mt-element-step .step-no-background .mt-step-title {
  font-size: 30px;
  font-weight: 100;
}

.mt-element-step .step-no-background .active .mt-step-number {
  color: #46b3e7 !important;
  border-color: #46b3e7 !important;
  font-weight: 700;
}

.mt-element-step .step-no-background .active .mt-step-content, .mt-element-step .step-no-background .active .mt-step-title {
  color: #46b3e7 !important;
  font-weight: 700;
}

.mt-element-step .step-no-background .done .mt-step-number {
  color: #45b6af !important;
  border-color: #45b6af !important;
  font-weight: 700;
}

.mt-element-step .step-no-background .done .mt-step-content, .mt-element-step .step-no-background .done .mt-step-title {
  color: #45b6af !important;
  font-weight: 700;
}

.mt-element-step .step-no-background .error .mt-step-number {
  color: #e7505a !important;
  border-color: #e7505a !important;
  font-weight: 700;
}

.mt-element-step .step-no-background .error .mt-step-content, .mt-element-step .step-no-background .error .mt-step-title {
  color: #e7505a !important;
  font-weight: 700;
}

.mt-element-step .step-no-background-thin .mt-step-col {
  padding-top: 10px;
  padding-bottom: 10px;
}

.mt-element-step .step-no-background-thin .mt-step-number {
  font-size: 26px;
  border-radius: 50% !important;
  float: left;
  margin: auto;
  padding: 3px 14px;
  border: 1px solid #e5e5e5;
}

.mt-element-step .step-no-background-thin .mt-step-title {
  font-size: 24px;
  font-weight: 100;
  padding-left: 60px;
  margin-top: -4px;
}

.mt-element-step .step-no-background-thin .mt-step-content {
  padding-left: 60px;
  margin-top: -5px;
}

.mt-element-step .step-no-background-thin .active .mt-step-number {
  color: #46b3e7 !important;
  border-color: #46b3e7 !important;
  font-weight: 700;
}

.mt-element-step .step-no-background-thin .active .mt-step-content, .mt-element-step .step-no-background-thin .active .mt-step-title {
  color: #46b3e7 !important;
  font-weight: 700;
}

.mt-element-step .step-no-background-thin .done .mt-step-number {
  color: #45b6af !important;
  border-color: #45b6af !important;
  font-weight: 700;
}

.mt-element-step .step-no-background-thin .done .mt-step-content, .mt-element-step .step-no-background-thin .done .mt-step-title {
  color: #45b6af !important;
  font-weight: 700;
}

.mt-element-step .step-no-background-thin .error .mt-step-number {
  color: #e7505a !important;
  border-color: #e7505a !important;
  font-weight: 700;
}

.mt-element-step .step-no-background-thin .error .mt-step-content, .mt-element-step .step-no-background-thin .error .mt-step-title {
  color: #e7505a !important;
  font-weight: 700;
}

.mt-element-step .step-line .mt-step-col {
  padding: 0 0 50px 0;
  text-align: center;
}

.mt-element-step .step-line .mt-step-number {
  font-size: 14px;
  border-radius: 50% !important;
  display: inline-block;
  line-height: 28px;
  margin: auto auto 5px;
  border: 3px solid #e5e5e5;
  position: relative;
  z-index: 5;
  height: 34px;
  width: 34px;
  text-align: center;
}

.mt-element-step .step-line .mt-step-number > i {
  position: relative;
  top: 50%;
  transform: translateY(-120%);
}

.mt-element-step .step-line .mt-step-title {
  font-size: 14px;
  font-weight: 400;
  position: relative;
}

.mt-element-step .step-line .mt-step-title:after, .mt-element-step .step-line .mt-step-title:before {
  content: '';
  height: 3px;
  width: 50%;
  position: absolute;
  background-color: #e5e5e5;
  top: -20px;
  z-index: 4;
  transform: translateY(-100%);
}

.mt-element-step .step-line .mt-step-title:after {
  left: 50%;
}

.mt-element-step .step-line .mt-step-title:before {
  right: 50%;
}

.mt-element-step .step-line .first .mt-step-title:before, .mt-element-step .step-line .last .mt-step-title:after {
  content: none;
}

.mt-element-step .step-line .active .mt-step-number {
  color: #46b3e7 !important;
  border-color: #46b3e7 !important;
}

.mt-element-step .step-line .active .mt-step-content, .mt-element-step .step-line .active .mt-step-title {
  color: #46b3e7 !important;
}

.mt-element-step .step-line .active .mt-step-title:after, .mt-element-step .step-line .active .mt-step-title:before {
  background-color: #46b3e7;
}

.mt-element-step .step-line .done .mt-step-number {
  color: #45b6af !important;
  border-color: #45b6af !important;
}

.mt-element-step .step-line .done .mt-step-content, .mt-element-step .step-line .done .mt-step-title {
  color: #45b6af !important;
}

.mt-element-step .step-line .done .mt-step-title:after, .mt-element-step .step-line .done .mt-step-title:before {
  background-color: #45b6af;
}

.mt-element-step .step-line .error .mt-step-number {
  color: #e7505a !important;
  border-color: #e7505a !important;
}

.mt-element-step .step-line .error .mt-step-content, .mt-element-step .step-line .error .mt-step-title {
  color: #e7505a !important;
}

.mt-element-step .step-line .error .mt-step-title:after, .mt-element-step .step-line .error .mt-step-title:before {
  background-color: #e7505a;
}

@media (max-width: 991px) {
  .mt-element-step .step-line .mt-step-title:after, .mt-element-step .step-line .mt-step-title:before {
    content: none;
  }
}
.bg-white {
  background: #fff !important;
}

.font-grey-cascade {
  color: #95A5A6 !important;
}

.col-xs-5ths,
.col-sm-5ths,
.col-md-5ths,
.col-lg-5ths {
  position: relative;
  min-height: 1px;
  padding-right: 10px;
  padding-left: 10px;
}

.col-xs-5ths {
  width: 20%;
  float: left;
}

.col-xs-6ths,
.col-sm-6ths,
.col-md-6ths,
.col-lg-6ths {
  position: relative;
  min-height: 1px;
  padding-right: 10px;
  padding-left: 10px;
}

.col-xs-6ths {
  width: 16%;
  float: left;
}

.col-md-7ths {
   width: 14%;
   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;
  }
}

@media (min-width: 768px) {
  .col-sm-6ths {
    width: 16%;
    float: left;
  }
}
@media (min-width: 992px) {
  .col-md-6ths {
    width: 16%;
    float: left;
  }
}
@media (min-width: 1200px) {
  .col-lg-6ths {
    width: 16%;
    float: left;
  }
}

.modal-dialog .modal-content {
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
  border-radius: 4px !important;
}
.modal-dialog .modal-header {
  padding: 20px;
}
.modal-dialog .modal-footer {
  border-bottom-left-radius: 4px !important;
  border-bottom-right-radius: 4px !important;
}
.modal-dialog .modal-body, .modal-dialog .modal-footer {
  background: #f6f9fc;
}
.modal-dialog .modal-body label, .modal-dialog .modal-footer label {
  color: #7b8994;
}
.modal-dialog .modal-body .btn, .modal-dialog .modal-footer .btn {
  font-size: 13px;
  border-radius: 3px !important;
}
.modal-dialog .modal-body .btn.btn-success, .modal-dialog .modal-footer .btn.btn-success {
  background-color: #fff;
  color: #4cae4c;
}

.table .label.label-sm {
  padding: 3px 7px;
  border-radius: 5px !important;
  font-weight: 600;
  font-size: 11px;
}
.table .label-success {
  background-color: #45b6af;
}
.table .btn-xs {
  padding: 3px 7px;
  margin: 3px;
  border-radius: 5px !important;
}
.table .btn-xs i {
  width: 14px;
}
.table td a.icon {
  padding: 10px;
}
.table span i {
  width: 14px;
}

.badge-utc {
  font-size: 10px;
  font-weight: 200;
}

thead.table-arguments-header > tr > th {
  font-weight: normal;
}

.dialplan-primary-bg {
  background-color: #303f9f;
}

.dialplan-primary-fill {
  fill: #303f9f;
}

.dialplan-primary-color {
  color: #303f9f;
}

.dialplan-secondary-bg {
  background-color: #303f9f;
}

.dialplan-secondary-fill {
  fill: #303f9f;
}

.dialplan-secondary-color {
  color: #303f9f;
}

.dialplan-base-bg {
  background-color: #0097a7;
}

.dialplan-base-fill {
  fill: #0097a7;
}

.dialplan-base-color {
  color: #0097a7;
}

.tenant {
  line-height: 57px;
  padding: 0 10px;
  font-size: 14px;
}

.select2-selection{
  font-size: 14px;
}

.tenant .btn-group {
  margin-left: 15px;
}

.tenant .btn-group .form-control {
  background-color: transparent;
}

.tenant .btn-group .select2-container--default .select2-selection--single {
  background-color: transparent;
  border: 1px solid #fff !important;
  color: #fff;
  min-width: 120px;
  height: 34px;
  padding: 3px 0 0px 12px;

}
.tenant .btn-group .select2-container--default .select2-selection--single .select2-selection__arrow {
  background-color: transparent;
  border-left: 1px solid #fff !important;
  padding-top: 4px;
  width: 20px !important;
  height: 32px;
}

.tenant .btn-group .select2-container .select2-selection--single .select2-selection__rendered, .form-group btn-group .select2-container .select2-selection--single .select2-selection__rendered{
  padding: 0;
}

.tenant .btn-group .select2-container--default .select2-selection--single .select2-selection__arrow b {
  background-image: url("/static/webadmin/img/select-white.png") !important;
  background-position: 0 2px;
  display: block;
  width: 100%;
  height: 100%;
  border: none;
  margin: 0;
  position: initial;
}

.tenant .select2-container .select2-selection .select2-selection__arrow {
  padding-top: 4px;
}




#select2-updatetenant-container,  #select2-updatereseller-container, #select2-updateauditgroup-container{
  background-color: transparent;
  border-color: #fff !important;
  color: #fff !important;
  margin-right: 26px;
}

.update-tenant-dropdown.select2-dropdown {
  margin-top: 10px;
}

.select2-container--open .update-tenant-dropdown {
  border: 0;
  box-shadow: 0px 0px 4px #a5a5a5;
}

.update-tenant-dropdown.select2-dropdown:after {
  bottom: 100%;
  right: 0;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(136, 183, 213, 0);
  border-bottom-color: #fff;
  border-width: 10px;
  margin-left: -10px;
}

#select2-updatetenant-results .select2-container--default .select2-results__option--highlighted[aria-selected], #select2-updatereseller-container .select2-container--default .select2-results__option--highlighted[aria-selected] {
  background: #e5e5e5;
}

.btn > i {
  vertical-align: middle;
}

#btn-top-add-tenant {
  margin-left: 5px;
  margin-top: 3px;
  padding: 5px;
}
#btn-top-add-tenant > i {
  font-size: 24px;
}

.btn-dropdown {
  background-color: #233343;
  padding: 0;
}
.btn-dropdown i {
  color: #fff;
  font-size: 24px;
  vertical-align: middle;
}
.btn-dropdown span {
  padding: 0 5px;
}
.btn-dropdown .arrow {
  display: inline-block;
  padding: 5px;
}

.btn-icon {
  min-height: 34px;
  padding: 5px;
}
.btn-icon i {
  font-size: 24px;
  vertical-align: middle;
}

.btn-group {
  margin-left: 3px;
}
.btn-group.open .arrow {
  background-color: #dde3e6;
}

.green.btn {
  background-color: #45b6af;
}
.green.btn:hover, .green.btn:focus, .green.btn:active {
  background: #37918b;
}
.green.btn.keypad:focus {
  background-color: #45b6af;
}
.green.btn.keypad:hover, .green.btn.keypad:active {
  background-color: #37918b;
}
.green.btn.keypad.red {
  background-color: #e7505a;
}
.green.btn.keypad.red:hover, .green.btn.keypad.red:active {
  background-color: #e12330;
}

.blue.btn {
  background-color: #46b3e7;
}
.blue.btn:hover, .blue.btn:focus, .blue.btn.active {
  background: #1d9fdd;
}

.btn-play {
  line-height: 14px;
  min-height: 34px;
  width: 40px;
}

.table .icon {
  color: #233343;
  display: inline-block;
}

.table .icon.btn-set {
  color: #fb8c00;
  display: inline-block;
}

.btn-view:hover {
  color: #46b3e7;
}

.btn-edit:hover {
  color: #46b3e7;
}

.btn-delete:hover {
  color: #e7505a;
}

td.actions {
  white-space: nowrap;
}

.text-success {
  color: #45b6af;
}

.text-danger {
  color: #e7505a;
}

.text-primary {
  color: #46b3e7;
}

/**
 * Copyright 2015 Google Inc. All Rights Reserved.
 *
 * Licensed under the Apache License, Version 2.0 (the "License");
 * you may not use this file except in compliance with the License.
 * You may obtain a copy of the License at
 *
 *      http://www.apache.org/licenses/LICENSE-2.0
 *
 * Unless required by applicable law or agreed to in writing, software
 * distributed under the License is distributed on an "AS IS" BASIS,
 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
 * See the License for the specific language governing permissions and
 * limitations under the License.
 */
/* ====================  from color-definitions  ==================== */
/* ====================  /from color-definitions  ==================== */
/* ====================  from variables  ==================== */
/* SHADOWS */
/* ==========  Switches  ========== */
/* SWITCH */
/* ANIMATION */
/* ====================  /from variables  ==================== */
/* ====================  /from mixins  ==================== */
/* ====================  /from mixins  ==================== */
.mdl-switch {
  position: relative;
  z-index: 1;
  vertical-align: middle;
  display: inline-block;
  box-sizing: border-box;
  height: 24px;
  margin: 5px 0 0 0;
  padding: 0;
  overflow: visible;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.mdl-switch.is-upgraded {
  padding-left: 28px;
}

.mdl-switch__input {
  line-height: 24px;
}
.mdl-switch.is-upgraded .mdl-switch__input {
  position: absolute;
  width: 0;
  height: 0;
  margin: 0;
  padding: 0;
  opacity: 0;
  -ms-appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  border: none;
}

.mdl-switch__track {
  background: rgba(0,0,0, 0.26);
  position: absolute;
  left: 0;
  top: 5px;
  height: 14px;
  width: 36px;
  border-radius: 14px !important;
  /* important because Metronic Theme sets all elements square (radius 0) */
  cursor: pointer;
}
.mdl-switch.is-checked .mdl-switch__track {
  background: rgba(69, 182, 175, 0.5);
}
.mdl-switch__track fieldset[disabled] .mdl-switch, .mdl-switch.is-disabled .mdl-switch__track {
  background: rgba(0,0,0, 0.12);
  cursor: auto;
}

.mdl-switch__thumb {
  background: rgb(250,250,250);
  position: absolute;
  left: 0;
  top: 2px;
  height: 20px;
  width: 20px;
  border-radius: 50% !important;
  /* important because Metronic Theme sets all elements square (radius 0) */
  cursor: pointer;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
  transition-duration: 0.28s;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-property: left;
}
.mdl-switch.is-checked .mdl-switch__thumb {
  background: #45b6af;
  left: 16px;
  box-shadow: 0 3px 4px 0 rgba(0, 0, 0, 0.14), 0 3px 3px -2px rgba(0, 0, 0, 0.2), 0 1px 8px 0 rgba(0, 0, 0, 0.12);
}
.mdl-switch__thumb fieldset[disabled] .mdl-switch, .mdl-switch.is-disabled .mdl-switch__thumb {
  background: rgb(189,189,189);
  cursor: auto;
}

.mdl-switch__focus-helper {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-4px, -4px);
  display: inline-block;
  box-sizing: border-box;
  width: 8px;
  height: 8px;
  border-radius: 50% !important;
  /* important because Metronic Theme sets all elements square (radius 0) */
  background-color: transparent;
}
.mdl-switch.is-focused .mdl-switch__focus-helper {
  box-shadow: 0 0 0px 20px rgba(0, 0, 0, 0.1);
  background-color: rgba(0, 0, 0, 0.1);
}
.mdl-switch.is-focused.is-checked .mdl-switch__focus-helper {
  box-shadow: 0 0 0px 20px rgba(37,193,129, 0.26);
  background-color: rgba(37,193,129, 0.26);
}

.mdl-switch__label {
  position: relative;
  cursor: pointer;
  font-size: 16px;
  line-height: 24px;
  margin: 0;
  left: 24px;
}
.mdl-switch__label fieldset[disabled] .mdl-switch, .mdl-switch.is-disabled .mdl-switch__label {
  color: rgb(189,189,189);
  cursor: auto;
}

.mdl-switch__ripple-container {
  position: absolute;
  z-index: 2;
  top: -12px;
  left: -14px;
  box-sizing: border-box;
  width: 48px;
  height: 48px;
  border-radius: 50% !important;
  /* important because Metronic Theme sets all elements square (radius 0) */
  cursor: pointer;
  overflow: hidden;
  -webkit-mask-image: -webkit-radial-gradient(circle, white, black);
  transition-duration: 0.40s;
  transition-timing-function: step-end;
  transition-property: left;
}
.mdl-switch__ripple-container .mdl-ripple {
  background: #45b6af;
}
.mdl-switch__ripple-container fieldset[disabled] .mdl-switch, .mdl-switch.is-disabled .mdl-switch__ripple-container {
  cursor: auto;
}
fieldset[disabled] .mdl-switch .mdl-switch__ripple-container .mdl-ripple, .mdl-switch.is-disabled .mdl-switch__ripple-container .mdl-ripple {
  background: transparent;
}
.mdl-switch.is-checked .mdl-switch__ripple-container {
  left: 2px;
}

/* Django forms.RadioSelect radio buttons */
ul.radio-select {
  margin: 0;
  padding: 0;
  list-style: none;
}
ul.radio-select div.radio {
  padding-top: 2px;
}

.form .form-actions {
  background-color: #fff;
  border-top: 0;
  padding: 30px 0;
}

select.form-control {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  appearance: none;
  background-image: url("/static/webadmin/img/select.png");
  background-position: 97% 6px;
  background-repeat: no-repeat;
}

.spinner-group {
  display: flex;
  width: 100px;
}
.spinner-buttons {
  width: 30px;
}
.spinner-buttons.btn-group-vertical .btn {
  line-height: 14px;
  padding: 0;
}
.spinner-buttons.btn-group-vertical .btn:hover {
  background-color: #c6c6c6;
}

#id_rec_or_upload {
  list-style: none;
  margin: 0;
  padding: 0;
}
#id_rec_or_upload .radio {
  padding-top: 0;
}
#id_rec_or_upload .radio > span {
  margin-top: 3px;
}

.input-group-addon, .input-group-btn, .input-group .form-control {
  display: table-cell !important;
}

.fileinput-exists .fileinput-new,
.fileinput-new .fileinput-exists {
  display: none !important;
}

.ms-container {
  width: initial;
}

textarea {
  width: 100%;
}

.dataTables_empty {
  background-image: url("/static/webadmin/img/table.svg");
  background-position: center 40px;
  background-repeat: no-repeat;
  color: #bac2c9;
  font-size: 16px;
  font-weight: bold;
  height: 150px;
  padding-top: 80px !important;
}

.alert ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.noUi-horizontal {
  border: 0 !important;
  height: 8px;
  margin-top: 4px;
}
.noUi-horizontal .noUi-base .noUi-connect {
  background-color: rgba(69, 182, 175, 0.5);
  box-shadow: none;
  border-radius: 20px 0 0 20px !important;
}
.noUi-horizontal .noUi-base .noUi-connect ~ .noUi-connect {
  border-radius: 0 20px 20px 0 !important;
  background-color: #E1E4E9;
}
.noUi-horizontal .noUi-base .noUi-handle {
  width: 16px;
  height: 16px;
  border-radius: 30px !important;
  top: -4px;
  background-color: #45b6af;
  border: 1px solid #45b6af;
  box-shadow: initial;
  cursor: move;
  cursor: grab;
  cursor: -moz-grab;
  cursor: -webkit-grab;
}
.noUi-horizontal .noUi-base .noUi-handle:active {
  cursor: grabbing;
  cursor: -moz-grabbing;
  cursor: -webkit-grabbing;
}
.noUi-horizontal .noUi-base .noUi-handle:focus{
  outline: 1px dotted gray;
}
.noUi-horizontal .noUi-base .noUi-handle:before, .noUi-horizontal .noUi-base .noUi-handle:after {
  background: initial;
}
.noUi-horizontal .noUi-tooltip {
  border: 0;
  background-color: initial;
  bottom: 10px;
}

.slider-min-and-max-values {
  margin-top: 4px;
  color: #7d7d7d;
}
.slider-min-and-max-values.min {
  float: left;
  margin-left: -4px;
}
.slider-min-and-max-values.max {
  float: right;
  margin-right: -7px;
}

/* ion.RangeSlider new version 2.3.0 that allows key control */
.irs--flat .irs-bar {
  background-color: rgba(69, 182, 175, 0.5);
}

.irs--flat .irs-handle > i:first-child {
  width: 16px;
  height: 16px;
  top: 0px;
  left: 1px;
  border-radius: 30px !important;
  background-color: #45b6af;
  border: 1px solid #45b6af;
}

.irs--flat .irs-handle.state_hover > i:first-child, .irs--flat .irs-handle:hover > i:first-child {
   background-color: #45b6af;
}

.irs--flat .irs-from, .irs--flat .irs-to, .irs--flat .irs-single {
  background: none;
  color: black;
}

.irs--flat .irs-from:before, .irs--flat .irs-to:before, .irs--flat .irs-single:before {
  border-top-color: #e1e4e9;
}
/* END OF CHANGES For ion.RangeSlider 2.3.0 */

.irs-line-mid, .irs-line-left, .irs-line-right, .irs-bar, .irs-bar-edge, .irs-slider {
  background: #E1E4E9;
}

.irs-line-left {
  border-radius: 20px 0 0 20px !important;
}

.irs-line-right {
  border-radius: 0 20px 20px 0 !important;
}

.irs-from:after, .irs-to:after, .irs-single:after {
  border: none !important;
}

.irs-bar {
  background-color: rgba(69, 182, 175, 0.5);
}

.irs-slider {
  width: 16px;
  height: 16px;
  top: 23px;
  border-radius: 30px !important;
  background-color: #45b6af;
  border: 1px solid #45b6af;
}

.irs-from, .irs-to, .irs-single {
  background: none;
  color: black;
}

a .port-out-icon:after{
    content: '';
    font-weight: normal;
    font-style: normal;
    font-size: 24px;
    height: 24px;
    width: 24px;
    line-height: 1;
    letter-spacing: normal;
    text-transform: none;
    display: inline-block;
    white-space: nowrap;
    word-wrap: normal;
    direction: ltr;
    background: url(/static/webadmin/img/port_out.svg) no-repeat 0px 0px;
}

a:hover .port-out-icon:after{
    background: url(/static/webadmin/img/port_out_hover.svg) no-repeat 0px 0px;
}

a.disabled .port-out-icon:after{
    background: url(/static/webadmin/img/port_out_disabled.svg) no-repeat 0px 0px;
}

#button-play-vrecord, #button-play-moh {
  background-color: transparent;
  padding: 0;
}

#button-play-vrecord i.font-foehn {
    font-size: 22px;
    color: #428bca;
}

#button-play-moh i.font-foehn {
    font-size: 22px;
    color: #428bca;
}

div.inactive {
    color: darkgrey;
}
