@font-face {
  font-family: 'OpenSansRegular';
  src: url("../fonts/OpenSans/opensans-regular.eot");
  src: url("../fonts/OpenSans/opensans-regular.eot?#iefix") format("embedded-opentype"), url("../fonts/OpenSans/opensans-regular.woff") format("woff"), url("../fonts/OpenSans/opensans-regular.ttf") format("truetype"), url("../fonts/OpenSans/opensans-regular.svg#open_sansregular") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'OpenSansSemibold';
  src: url("../fonts/OpenSans/opensans-semibold.eot");
  src: url("../fonts/OpenSans/opensans-semibold.eot?#iefix") format("embedded-opentype"), url("../fonts/OpenSans/opensans-semibold.woff") format("woff"), url("../fonts/OpenSans/opensans-semibold.ttf") format("truetype"), url("../fonts/OpenSans/opensans-semibold.svg#open_sanssemibold") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'OpenSansLight';
  src: url("../fonts/OpenSans/opensans-light.eot");
  src: url("../fonts/OpenSans/opensans-light.eot?#iefix") format("embedded-opentype"), url("../fonts/OpenSans/opensans-light.woff") format("woff"), url("../fonts/OpenSans/opensans-light.ttf") format("truetype"), url("../fonts/OpenSans/opensans-light.svg#open_sanslight") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'OpenSansBold';
  src: url("../fonts/OpenSans/opensans-bold.eot");
  src: url("../fonts/OpenSans/opensans-bold.eot?#iefix") format("embedded-opentype"), url("../fonts/OpenSans/opensans-bold.woff") format("woff"), url("../fonts/OpenSans/opensans-bold.ttf") format("truetype"), url("../fonts/OpenSans/opensans-bold.svg#open_sansbold") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'ApexNewBold';
  src: url("../fonts/ApexNewBold/apexnew-bold-webfont.eot");
  src: url("../fonts/ApexNewBold/apexnew-bold-webfont.woff") format("woff"), url("../fonts/ApexNewBold/apexnew-bold-webfont.ttf") format("truetype"), url("../fonts/ApexNewBold/apexnew-bold-webfont.svg") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'Pebble-Regular';
  src: url("../fonts/Pebble/pebble-regular.eot");
  src: url("../fonts/Pebble/pebble-regular.eot?#iefix") format("embedded-opentype"), url("../fonts/Pebble/pebble-regular.woff") format("woff"), url("../fonts/Pebble/pebble-regular.ttf") format("truetype"), url("../fonts/Pebble/pebble-regular.svg") format("svg");
  font-weight: normal;
  font-style: normal; }

/* General */
/* Chart - dashboard - chartbar */
/* Fonts */
/* PrimaryColor */
/* TextColor */
/* TabsColor */
/* Border Styles */
html {
  height: 100%; }

[ng\:cloak], [ng-cloak], [data-ng-cloak], [x-ng-cloak], .ng-cloak, .x-ng-cloak {
  display: none !important; }

body {
  background: #cccccc;
  background: -moz-radial-gradient(center, ellipse cover, #cccccc 0%, #e1e1e1 55%, #f2f2f2 100%);
  background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%, #cccccc), color-stop(55%, #e1e1e1), color-stop(100%, #f2f2f2));
  background: -webkit-radial-gradient(center, ellipse cover, #cccccc 0%, #e1e1e1 55%, #f2f2f2 100%);
  background: -o-radial-gradient(center, ellipse cover, #cccccc 0%, #e1e1e1 55%, #f2f2f2 100%);
  background: -ms-radial-gradient(center, ellipse cover, #cccccc 0%, #e1e1e1 55%, #f2f2f2 100%);
  background: radial-gradient(ellipse at center, #cccccc 0%, #e1e1e1 55%, #f2f2f2 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#cccccc', endColorstr='#f2f2f2', GradientType=1);
  font-size: 1.5rem;
  font-family: "OpenSansRegular", "Helvetica", "Arial", "Verdana";
  padding: 110px 0 0 0;
  margin: 0;
  color: #000000;
  min-height: 100%;
  font-weight: normal !important;
  min-width: 320px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }
  body.iframe-active {
    background: #ffffff;
    padding: 10px !important;
    margin: 0 !important; }
    body.iframe-active .rfw-list.rfw-radio-list li::before {
      border: 1px solid #575757; }
    body.iframe-active .iframe-content {
      margin: 0 auto;
      width: 100%;
      max-width: 400px; }
      body.iframe-active .iframe-content .iframe-input-field {
        width: 100%;
        display: table;
        margin-bottom: 15px; }
        body.iframe-active .iframe-content .iframe-input-field.error input.form-control {
          background: #FFF0F0; }
        body.iframe-active .iframe-content .iframe-input-field button {
          background: #e6e6e6; }
        body.iframe-active .iframe-content .iframe-input-field input {
          background: #e6e6e6; }
        body.iframe-active .iframe-content .iframe-input-field span.info-msg {
          color: #000000;
          font-family: "OpenSansRegular", "Helvetica", "Arial", "Verdana";
          padding-top: 5px;
          font-size: 13px;
          display: block;
          width: 100%;
          opacity: .9; }
          body.iframe-active .iframe-content .iframe-input-field span.info-msg span {
            font-family: "OpenSansRegular", "Helvetica", "Arial", "Verdana";
            cursor: pointer;
            text-decoration: underline; }
            body.iframe-active .iframe-content .iframe-input-field span.info-msg span:hover {
              opacity: 1; }
        body.iframe-active .iframe-content .iframe-input-field span.error-msg {
          color: #D22F46;
          font-family: "OpenSansRegular", "Helvetica", "Arial", "Verdana";
          padding-top: 5px;
          font-size: 14px;
          display: block;
          width: 100%; }

.cursor-default {
  cursor: default !important;
  opacity: 1 !important; }

.navbar-default {
  background: #0093b9;
  color: #fff;
  min-height: 50px;
  font-family: "OpenSansRegular", "Helvetica", "Arial", "Verdana"; }
  .navbar-default header {
    background: #00BBE4;
    height: 50px;
    line-height: 50px;
    -webkit-box-shadow: 0 4px 10px 4px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 4px 10px 4px rgba(0, 0, 0, 0.2);
    box-shadow: 0 4px 10px 4px rgba(0, 0, 0, 0.2); }
    .navbar-default header .system_icon {
      float: left;
      height: 50px;
      width: 50px;
      padding: 5px;
      margin-left: 50px;
      overflow: hidden; }
    .navbar-default header .application_title {
      font-size: 2rem;
      box-sizing: border-box;
      display: block;
      letter-spacing: -.8px; }
    .navbar-default header #profile_name {
      display: inline-block;
      position: absolute;
      right: 60px;
      top: 0; }
    .navbar-default header .rf_profile {
      line-height: 50px;
      max-height: 50px;
      position: absolute;
      top: 0;
      right: 0; }
    .navbar-default header #profile_logout {
      background: #00BBE4;
      border: 0 solid #00d6ff;
      color: white;
      display: inline-block;
      text-align: center;
      width: 50px;
      border-width: 0 0 0 1px;
      margin: 0;
      padding: 0; }
      .navbar-default header #profile_logout span {
        font-size: 22px;
        top: -1px;
        display: block;
        width: 50px;
        height: 50px;
        line-height: 50px; }
      .navbar-default header #profile_logout:hover, .navbar-default header #profile_logout:focus {
        background: #0093b9;
        text-decoration: none; }
  .navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
    background-color: #0093b9; }
  .navbar-default .navbar-toggle .icon-bar {
    background-color: #fff; }
  .navbar-default .navigation {
    height: 35px; }
  .navbar-default .navbar-nav li a {
    padding-top: 3px;
    padding-bottom: 0;
    line-height: 32px;
    color: #ffffff;
    font-size: 1.5rem;
    font-family: "OpenSansLight", "Helvetica", "Arial", "Verdana"; }
    .navbar-default .navbar-nav li a:hover, .navbar-default .navbar-nav li a:focus {
      color: #ffffff;
      background: none;
      outline: none; }
  .navbar-default .navbar-nav li.active a {
    color: #ffffff;
    font-family: "OpenSansRegular", "Helvetica", "Arial", "Verdana";
    background: none; }
    .navbar-default .navbar-nav li.active a:hover, .navbar-default .navbar-nav li.active a:focus {
      color: #ffffff;
      background: none; }
  .navbar-default .navbar-nav li:first-child a {
    padding-left: 0; }

.top-buffer {
  margin-top: 15px; }

.top-buffer-large {
  margin-top: 40px; }

.top-buffer-60 {
  margin-top: 60px; }

.bottom-buffer {
  margin-bottom: 15px; }

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

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

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

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

.top-30 {
  margin-top: 30px; }

.top-20 {
  margin-top: 20px; }

.top-15 {
  margin-top: 15px; }

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

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

.right-30 {
  margin-right: 30px; }

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

.right-15 {
  margin-right: 15px; }

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

a:hover, a:focus {
  outline: 0;
  outline: none; }

svg {
  max-width: 100%;
  outline: 0;
  outline: none; }
  svg:hover, svg:focus {
    outline: 0;
    outline: none; }

.section {
  padding: 0 0 50px;
  min-height: 70vh; }

.right {
  float: right; }

.left {
  float: left; }

.txt-right {
  text-align: right; }

.page-header {
  border-bottom: 1px solid #575757;
  margin: 10px 0 30px;
  padding: 0; }
  .page-header.no-margin-bottom {
    margin-bottom: 0; }
    .page-header.no-margin-bottom.no-border {
      border: none; }

hr {
  border-top: 1px solid #575757;
  margin-top: 30px;
  margin-bottom: 30px; }

footer {
  margin-top: 50px; }
  footer .footer-logo svg {
    width: 180px;
    height: 50px; }
  footer span.copyright {
    float: right;
    padding-top: 17px; }

.login {
  position: relative;
  padding: 20px 20px;
  display: inline-block; }
  .login.watermark::before {
    /* background: url('assets/images/umbrella_logo_v.1.svg') no-repeat 50% 0; */
    width: 100%;
    height: 100%;
    display: block;
    opacity: 0.05;
    content: ' ';
    position: absolute;
    left: 0;
    top: 0; }
  .login .login_form {
    width: 300px;
    margin: 160px auto; }
    .login .login_form .form-control {
      height: 38px;
      line-height: 38px;
      font-size: 1.3rem; }
    .login .login_form .error {
      margin: 0 13px 10px;
      color: #00BBE4;
      font-size: 14px;
      font-family: "OpenSansLight", "Helvetica", "Arial", "Verdana"; }
    .login .login_form .login_wrapper {
      padding: 30px 10px 20px;
      border-radius: 5px;
      opacity: 1;
      position: relative; }
      .login .login_form .login_wrapper li, .login .login_form .login_wrapper a {
        color: #00bbe4; }

.form-group label {
  vertical-align: top;
  margin-bottom: 10px;
  line-height: 2em;
  font-weight: 500; }

.form-group .checkbox_label {
  position: relative; }

.form-group input[type=checkbox] {
  opacity: 0;
  float: left;
  width: 20px;
  height: 20px;
  margin: 2px 0 0 2px; }
  .form-group input[type=checkbox] + label {
    margin: 0 0 0 20px;
    position: relative;
    cursor: pointer;
    float: left; }
    .form-group input[type=checkbox] + label::before {
      content: ' ';
      position: absolute;
      left: -42px;
      top: 0;
      width: 22px;
      height: 22px;
      display: block;
      background: white;
      border: 1px solid #D1D1D1;
      pointer-events: none;
      -webkit-border-radius: 5px;
      -moz-border-radius: 5px;
      -ms-border-radius: 5px;
      border-radius: 5px; }
    .form-group input[type=checkbox] + label::after {
      content: ' ';
      position: absolute;
      left: -42px;
      top: 0;
      width: 22px;
      height: 22px;
      display: block;
      z-index: 1;
      background: url("../images/check.png") no-repeat center center;
      background-size: 80%;
      -moz-transition: all 0.3s ease;
      -o-transition: all 0.3s ease;
      -webkit-transition: all 0.3s ease;
      transition: all 0.3s ease;
      -moz-transform: scale(0);
      -o-transform: scale(0);
      -ms-transform: scale(0);
      -webkit-transform: scale(0);
      transform: scale(0);
      opacity: 0;
      pointer-events: none; }
  .form-group input[type=checkbox]:checked + label::after {
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1; }

.progress {
  background: #ffffff;
  -webkit-box-shadow: none;
  box-shadow: none;
  position: relative;
  height: 32px; }
  .progress.panel-bg {
    background: #e6e6e6; }
  .progress .progress-text {
    color: #111111;
    text-align: center;
    line-height: 32px;
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%; }
  .progress .progress-bar {
    background: #35a349; }
    .progress .progress-bar.success {
      background: #35a349;
      width: 100%; }
    .progress .progress-bar.in-progress {
      background: #f9a825;
      width: 100%; }
    .progress .progress-bar.error {
      background: #D22F46;
      width: 100%; }

.header-filter {
  height: 90px;
  padding-top: 26px; }

.no-data-added {
  text-align: center;
  vertical-align: middle;
  margin: 70px 0; }
  .no-data-added .text-box {
    padding: 35px;
    background: #ffffff;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    border-radius: 4px; }

.text-box-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 50vh;
  margin: 0 10%; }
  .text-box-wrapper .text-box {
    padding: 35px;
    background: #ffffff;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    border-radius: 4px;
    text-align: center; }

/************ SSO specific ***************/
.price_table, .keyword_table {
  width: 100px;
  border: 1px solid #D1D1D1 !important;
  border-collapse: separate;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px; }
  .price_table.table tbody td, .keyword_table.table tbody td {
    line-height: 1.1em !important;
    text-align: right;
    height: 25px;
    border-bottom: none; }
  .price_table tr:first-child > td, .keyword_table tr:first-child > td {
    border-top: none; }
    .price_table tr:first-child > td:first-child, .keyword_table tr:first-child > td:first-child {
      -webkit-border-radius: 3px 0 0 0;
      -moz-border-radius: 3px 0 0 0;
      -ms-border-radius: 3px 0 0 0;
      border-radius: 3px 0 0 0; }
    .price_table tr:first-child > td:last-child, .keyword_table tr:first-child > td:last-child {
      -webkit-border-radius: 0 3px 0 0;
      -moz-border-radius: 0 3px 0 0;
      -ms-border-radius: 0 3px 0 0;
      border-radius: 0 3px 0 0; }
  .price_table tr:last-child:first-child, .keyword_table tr:last-child:first-child {
    -webkit-border-radius: 0 0 0 3px;
    -moz-border-radius: 0 0 0 3px;
    -ms-border-radius: 0 0 0 3px;
    border-radius: 0 0 0 3px; }
  .price_table tr:last-child:last-child, .keyword_table tr:last-child:last-child {
    -webkit-border-radius: 0 0 3px 0;
    -moz-border-radius: 0 0 3px 0;
    -ms-border-radius: 0 0 3px 0;
    border-radius: 0 0 3px 0; }
  .price_table .btn_trash .glyphicon, .keyword_table .btn_trash .glyphicon {
    color: #333;
    padding: 0;
    font-size: 0.98em;
    line-height: 0.8; }
    .price_table .btn_trash .glyphicon:hover, .keyword_table .btn_trash .glyphicon:hover {
      color: #00BBE4; }

.display-error-msg {
  padding: 15px;
  margin: 0;
  background: #FFF0F0;
  border: 1px solid #D22F46; }
  .display-error-msg p {
    color: #D22F46;
    font-family: "OpenSansBold", "Helvetica", "Arial", "Verdana";
    margin: 0;
    padding: 0; }
  .display-error-msg ol {
    margin: 0;
    padding-left: 25px; }
    .display-error-msg ol li {
      color: #D22F46;
      font-family: "OpenSansRegular", "Helvetica", "Arial", "Verdana";
      font-size: 1.5rem; }

.form-group svg {
  width: 28px;
  height: 28px;
  margin: 4px 0 0 4px; }

span.active_not_check {
  color: #D22F46;
  font-size: 1.8rem;
  line-height: 1em; }

span.active_check {
  color: #35a349;
  font-size: 1.8rem;
  line-height: 1em; }

.language_flag {
  padding-right: 8px; }
  .language_flag img {
    width: 20px;
    height: 16px; }

.push-test-sms-number .sms-response i.fa, .push-test-sms-number .sms-response i.fas, .push-test-sms-number .sms-response i.far, .push-test-sms-number .sms-response i.fal {
  background: #000000;
  display: inline-block;
  cursor: default;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  color: #ffffff;
  margin: 6px;
  width: 20px;
  height: 20px;
  line-height: 20px;
  text-align: center;
  font-size: 12px; }
  .push-test-sms-number .sms-response i.fa.fa-check, .push-test-sms-number .sms-response i.fas.fa-check, .push-test-sms-number .sms-response i.far.fa-check, .push-test-sms-number .sms-response i.fal.fa-check {
    background: #35a349; }
  .push-test-sms-number .sms-response i.fa.fa-times, .push-test-sms-number .sms-response i.fas.fa-times, .push-test-sms-number .sms-response i.far.fa-times, .push-test-sms-number .sms-response i.fal.fa-times {
    background: #D22F46; }

.system_icon {
  margin-left: 50px; }

.login_form .controls .rfw-list li {
  margin: 3px 0 2px; }

.navbar-nav {
  min-height: 35px; }

rfw-checkbox {
  display: inline-block; }

.checkbox-list {
  margin-bottom: 5px; }
  .checkbox-list > div.col-md-3 {
    margin-left: -15px; }
  .checkbox-list > div.no-order {
    float: left;
    margin: 0 20px 0 0 !important; }

.icon-checkbox {
  height: 35px;
  position: relative;
  width: 100%;
  display: block;
  margin-bottom: 10px; }
  .icon-checkbox::after {
    content: "";
    clear: both;
    display: table; }
  .icon-checkbox .app-icons {
    width: 28px;
    height: 28px;
    position: absolute;
    left: 0px;
    top: 4px; }
    .icon-checkbox .app-icons svg {
      margin: 0;
      width: 28px;
      height: 28px; }
  .icon-checkbox rfw-checkbox {
    padding-left: 40px;
    padding-top: 3px;
    box-sizing: border-box;
    width: 100%;
    display: block; }
    .icon-checkbox rfw-checkbox::after {
      content: "";
      clear: both;
      display: table; }

.navigation-bar {
  width: 100%;
  display: block; }

#main-loading {
  position: fixed;
  z-index: 9;
  background: #f5f5f5;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0; }

.notification_link {
  color: white;
  cursor: pointer;
  text-decoration: none;
  display: inline-block;
  margin-left: 5px; }

.notification_link:hover {
  text-decoration: none; }

@media (min-width: 1400px) {
  .smsevent .container {
    width: 1370px; } }

@media (min-width: 1600px) {
  .smsevent .container {
    width: 1570px; } }

@media (min-width: 1800px) {
  .smsevent .container {
    width: 1770px; } }

@media screen and (max-width: 767px) {
  #newsContainer {
    display: none; } }

#newsContainer {
  float: right;
  position: absolute;
  right: 16px;
  top: 7px; }

.button-add-new {
  float: right;
  display: block;
  margin: 0 0 10px;
  padding: 5px 15px; }
  .button-add-new.advanced-mode {
    padding: 10px 15px !important; }

.advanced-mode {
  background: #0CC982 !important;
  padding: 0 10px; }

.row-block {
  display: block;
  padding: 0 15px;
  width: 100%; }
  .row-block .advanced-mode {
    padding: 10px;
    display: block; }
    .row-block .advanced-mode.form-group {
      padding: 6px 0; }
      .row-block .advanced-mode.form-group .control-label-box {
        margin-left: -7px; }
  .row-block p.advanced-mode {
    padding: 13px 10px; }

.advanced-mode-fix {
  background: transparent !important;
  position: relative;
  z-index: 1; }
  .advanced-mode-fix::after {
    z-index: 0;
    content: "";
    display: block;
    height: 100%;
    width: calc(100% - 30px);
    background: yellow;
    left: 15px;
    top: 0;
    position: absolute; }

.field-merger {
  margin-top: 10px; }

.alternate-route.default-sms {
  background-color: white;
  border: 1px solid #e6e6e6;
  position: relative;
  display: block;
  padding: 10px 20px;
  margin: 0 15px 10px; }
  .alternate-route.default-sms .form-group {
    margin: 0; }
  .alternate-route.default-sms p.as-dropdown {
    -webkit-border-radius: 5px !important;
    -moz-border-radius: 5px !important;
    -ms-border-radius: 5px !important;
    border-radius: 5px !important;
    border: none;
    font-size: 14px;
    height: 32px;
    line-height: 16px;
    padding: 8px 10px;
    color: #000000;
    font-family: "OpenSansLight", "Helvetica", "Arial", "Verdana";
    position: relative;
    text-align: left;
    background: #e6e6e6;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis; }

advanced-mode-alert .row {
  background: #0CC982 !important;
  padding: 10px 50px 10px 15px;
  margin: 0 0 15px;
  position: relative;
  overflow: hidden;
  box-sizing: border-box; }
  advanced-mode-alert .row p {
    margin-bottom: 0; }

.single-panel.advanced {
  position: relative; }
  .single-panel.advanced::after {
    position: absolute;
    content: "";
    display: block;
    height: 100%;
    width: 6px;
    background: #0CC982;
    top: 0;
    left: 0; }

.advanced-button .switch.checked {
  background: #0CC982;
  border-color: #0CC982; }

.column_full {
  float: left;
  width: 100%; }

.column_half {
  float: left;
  width: 48%; }

ul#strengthBar {
  display: inline;
  list-style: none;
  margin: 0;
  padding: 0;
  vertical-align: 2px; }

.point:last {
  margin: 0 !important; }

.point {
  background: #FFF;
  border-radius: 2px;
  height: 5px;
  margin-right: auto;
  width: 20%;
  float: left;
  padding: 1px;
  border: 2px solid #DDD; }

.tooltip {
  font-size: 1.4rem;
  font-family: "OpenSansLight", "Helvetica", "Arial", "Verdana"; }
  .tooltip .tooltip-inner {
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    -ms-border-radius: 0px;
    border-radius: 0px;
    padding: 5px 10px;
    max-width: 400px; }
  .tooltip.narrow-tooltip {
    width: 200px !important; }
  .tooltip.wide-tooltip .tooltip-inner {
    min-width: 200px; }
  .tooltip.extremly-wide-tooltip .tooltip-inner {
    min-width: 300px; }
  .tooltip.top .tooltip-arrow {
    border-width: 8px 8px 0;
    margin-left: -8px;
    bottom: -3px; }
  .tooltip.top-right .tooltip-arrow {
    bottom: -3px !important;
    right: 4px !important; }

/* icons used in tables */
.action_icon {
  height: 22px;
  width: 22px;
  vertical-align: middle; }

h1 {
  font-size: 2.6rem;
  line-height: 4.1rem;
  text-transform: uppercase;
  font-family: "OpenSansBold", "Helvetica", "Arial", "Verdana";
  margin: 0;
  letter-spacing: -.7px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis; }
  h1 .font-light {
    font-family: "OpenSansLight", "Helvetica", "Arial", "Verdana";
    text-transform: none; }

h2 {
  font-size: 2.5rem;
  line-height: 3.4rem;
  text-transform: uppercase;
  font-family: "OpenSansBold", "Helvetica", "Arial", "Verdana";
  margin: 0; }

h4 {
  font-size: 1.7rem;
  line-height: 2.6rem;
  font-family: "OpenSansBold", "Helvetica", "Arial", "Verdana";
  margin: 0; }
  h4 .font-light {
    font-family: "OpenSansLight", "Helvetica", "Arial", "Verdana";
    text-transform: none; }

h5 {
  font-weight: normal;
  font-family: "OpenSansBold", "Helvetica", "Arial", "Verdana";
  font-size: 15px;
  line-height: 20px;
  color: #000000; }
  h5 .light {
    font-family: "OpenSansLight", "Helvetica", "Arial", "Verdana"; }

p {
  font-family: "OpenSansRegular", "Helvetica", "Arial", "Verdana";
  font-size: 1.5rem;
  line-height: 1.8rem;
  color: #000000;
  -webkit-font-feature-settings: "liga", "dlig";
  -moz-font-feature-settings: "liga=1, dlig=1";
  -ms-font-feature-settings: "liga", "dlig";
  -o-font-feature-settings: "liga", "dlig";
  font-feature-settings: "liga", "dlig"; }
  p.info {
    padding-top: 8px;
    line-height: 16px; }
  p.input {
    margin-bottom: 0;
    line-height: 32px; }
    p.input i.fa:hover, p.input i.fas:hover, p.input i.far:hover, p.input i.fal:hover {
      cursor: pointer; }
  p.empty {
    text-align: center; }
  p.text-field, p.code {
    background-color: #ffff;
    padding: 5px 15px;
    border: 1px solid #ccc;
    border-radius: 3px;
    margin: 0;
    display: inline-block;
    width: 100%;
    vertical-align: middle; }
    p.text-field.add-icon, p.code.add-icon {
      width: 95%; }

.bold {
  font-family: "OpenSansBold", "Helvetica", "Arial", "Verdana"; }

.semibold {
  font-family: "OpenSansSemibold", "Helvetica", "Arial", "Verdana"; }

.light {
  font-family: "OpenSansLight", "Helvetica", "Arial", "Verdana"; }

.warning {
  color: #D22F46; }

.text-success {
  color: #0CC982; }

label.control-label {
  font-family: "OpenSansBold", "Helvetica", "Arial", "Verdana";
  font-weight: normal;
  font-size: 14px;
  line-height: 20px;
  text-align: left;
  margin: 6px 0 0; }

.control-label-box {
  display: table;
  height: 32px; }
  .control-label-box label.control-label {
    font-size: 1.4rem;
    line-height: 14px;
    margin: 0;
    padding: 1px 0;
    display: table-cell;
    vertical-align: middle; }
    .control-label-box label.control-label.add-info {
      display: inline; }
  .control-label-box i.add-info {
    margin-left: 10px; }

.sortorder:after {
  content: "\e253";
  font-family: "Glyphicons Halflings";
  margin: 0 10px;
  vertical-align: bottom;
  font-size: 0.8em; }

.sortorder.reverse:after {
  content: "\e252";
  font-family: "Glyphicons Halflings";
  margin: 0 10px;
  vertical-align: bottom;
  font-size: 0.8em; }

ul.info-list {
  list-style: none;
  margin: 0 0 25px;
  padding: 0; }
  ul.info-list li {
    width: 100%;
    margin-bottom: 10px; }
    ul.info-list li h5 {
      margin: 0; }

ul[dnd-list] {
  position: relative;
  min-height: 42px;
  padding-left: 0px;
  width: 100%;
  box-sizing: border-box;
  padding: 0 15px; }
  ul[dnd-list] .dndDraggingSource {
    display: none; }
  ul[dnd-list] .dndPlaceholder {
    display: block;
    background-color: #ddd;
    min-height: 42px; }
  ul[dnd-list] > li {
    position: relative;
    background-color: #ffffff;
    border: 1px solid whitesmoke;
    display: block;
    padding: 10px 20px 10px;
    margin-bottom: 10px; }
    ul[dnd-list] > li .form-group {
      margin-bottom: 10px; }
      ul[dnd-list] > li .form-group:last-child {
        margin-bottom: 0; }
    ul[dnd-list] > li::after {
      content: "";
      width: 30px;
      height: 30px;
      background: url("../images/drag-drop.svg") no-repeat center center;
      background-size: 16px 16px;
      left: 2px;
      top: 50%;
      margin-top: -15px;
      position: absolute;
      box-sizing: border-box;
      z-index: 5;
      cursor: move; }
    ul[dnd-list] > li.hide-arrow {
      cursor: default !important;
      padding: 0 !important; }
      ul[dnd-list] > li.hide-arrow::after {
        background: none; }
    ul[dnd-list] > li:last-child {
      margin-bottom: 0; }
    ul[dnd-list] > li.selected {
      background-color: #575757; }

ul.dashboard-table > li.head.hide-arrow {
  cursor: default !important;
  padding: 0 !important; }

.single-panel ul[dnd-list] > li {
  background-color: white;
  border: 1px solid #e6e6e6; }

.modal-content .list-tabs .nav-tabs {
  margin-right: auto;
  margin-left: auto;
  width: 100%;
  background: none;
  border: none;
  box-shadow: none;
  padding: 0; }
  .modal-content .list-tabs .nav-tabs > li > a {
    color: #575757;
    background-color: #d5d5d5;
    border: 1px solid #d5d5d5 !important;
    border-bottom-color: transparent;
    font-size: 15px;
    line-height: 27px;
    height: 50px;
    display: block; }
    .modal-content .list-tabs .nav-tabs > li > a:focus, .modal-content .list-tabs .nav-tabs > li > a:hover {
      color: #333333;
      background-color: #eeeeec;
      border: 1px solid #d5d5d5; }
  .modal-content .list-tabs .nav-tabs > li.active > a, .modal-content .list-tabs .nav-tabs > li.active a:focus, .modal-content .list-tabs .nav-tabs > li.active a:hover {
    color: #333333;
    background-color: #eeeeec;
    border: 1px solid #d5d5d5;
    border-bottom-color: transparent !important; }

.modal-content .list-tabs .tab-content {
  background-color: #eeeeec;
  border: 1px solid #d5d5d5;
  border-top: 0;
  padding: 10px; }
  .modal-content .list-tabs .tab-content .table-list .table-row {
    display: table;
    border-top: none !important;
    border-bottom: 1px solid #ddd !important;
    height: 40px !important;
    padding-top: 4px !important;
    padding-bottom: 4px !important;
    box-sizing: border-box;
    width: 100%;
    color: #111111;
    font-family: "OpenSansLight", "Helvetica", "Arial", "Verdana";
    font-size: 14px;
    line-height: 32px; }
    .modal-content .list-tabs .tab-content .table-list .table-row:last-child {
      border-bottom: none !important; }
    .modal-content .list-tabs .tab-content .table-list .table-row .header {
      position: relative;
      float: left;
      min-width: 50px;
      max-width: 150px;
      overflow-wrap: break-word; }
    .modal-content .list-tabs .tab-content .table-list .table-row .table-data {
      position: relative;
      float: right;
      min-width: 150px;
      width: 350px;
      clear: right; }
      .modal-content .list-tabs .tab-content .table-list .table-row .table-data .form-control {
        font-size: 14px; }
      .modal-content .list-tabs .tab-content .table-list .table-row .table-data .dropdown.input-group {
        position: relative;
        display: table;
        float: left; }
        .modal-content .list-tabs .tab-content .table-list .table-row .table-data .dropdown.input-group .form-control.input-dropdown-addon {
          width: 235px !important;
          top: 1px; }
    .modal-content .list-tabs .tab-content .table-list .table-row .switch {
      height: 28px;
      line-height: 32px;
      display: block;
      top: 1px; }
      .modal-content .list-tabs .tab-content .table-list .table-row .switch.wide {
        width: 62px; }
        .modal-content .list-tabs .tab-content .table-list .table-row .switch.wide.checked small {
          left: 34px; }
      .modal-content .list-tabs .tab-content .table-list .table-row .switch small {
        width: 28px;
        height: 28px; }
      .modal-content .list-tabs .tab-content .table-list .table-row .switch .switch-text {
        line-height: 28px; }
      .modal-content .list-tabs .tab-content .table-list .table-row .switch .on {
        left: 13%; }
    .modal-content .list-tabs .tab-content .table-list .table-row .btn-mini {
      border: 1px solid #a9a9a9;
      font-family: "OpenSansRegular", "Helvetica", "Arial", "Verdana"; }
      .modal-content .list-tabs .tab-content .table-list .table-row .btn-mini.value-appender {
        font-size: 13px;
        margin: 0 10px 6px 0; }
      .modal-content .list-tabs .tab-content .table-list .table-row .btn-mini > span {
        line-height: 17px; }
      .modal-content .list-tabs .tab-content .table-list .table-row .btn-mini .fa-times {
        margin-left: 5px;
        color: #333333; }

.modal-content .list-tabs .info-text {
  margin: 20px 0; }

table.table {
  background: #ffffff; }
  table.table.edit-row-table {
    background: transparent; }
    table.table.edit-row-table thead > tr > th,
    table.table.edit-row-table tbody > tr > td {
      border-top: none !important;
      border-bottom: 1px solid #575757 !important;
      height: 40px !important;
      padding-top: 4px !important;
      padding-bottom: 4px !important;
      box-sizing: border-box; }
    table.table.edit-row-table tbody > tr:last-child > td {
      border-bottom: none !important; }
  table.table thead > tr > th.col-micro,
  table.table tbody > tr > td.col-micro {
    width: 5%; }
  table.table thead > tr > th.col-low,
  table.table tbody > tr > td.col-low {
    width: 10%; }
  table.table thead > tr > th.col-mini,
  table.table tbody > tr > td.col-mini {
    width: 15%; }
  table.table thead > tr > th.col-medium,
  table.table tbody > tr > td.col-medium {
    width: 20%; }
  table.table thead > tr > th.col-high,
  table.table tbody > tr > td.col-high {
    width: 40%; }
  table.table thead > tr > th {
    background: #575757;
    color: #ffffff;
    font-family: "OpenSansLight", "Helvetica", "Arial", "Verdana";
    border-bottom: 1px solid #000000;
    height: 50px;
    font-size: 14px;
    vertical-align: middle; }
  table.table tbody > tr > td {
    color: #000000;
    font-family: "OpenSansLight", "Helvetica", "Arial", "Verdana";
    border-bottom: 1px solid #000000;
    height: 50px;
    vertical-align: middle;
    font-size: 14px; }
    table.table tbody > tr > td.name {
      font-family: "OpenSansBold", "Helvetica", "Arial", "Verdana"; }
  table.table.table-data thead > tr > th,
  table.table.table-data tbody > tr > td {
    height: 38px;
    border-bottom: none; }
  table.table.table-data tr {
    background: #e6e6e6; }
    table.table.table-data tr:nth-child(even) {
      background: #fafafa; }
  table.table.table-data.table-data-fail {
    background: #FFF0F0; }
    table.table.table-data.table-data-fail thead > tr > th {
      background: #D22F46; }

.table-wrapper {
  max-width: 100%;
  max-height: 400px;
  height: auto;
  overflow: auto; }

.main_services.list-group, .favorite.list-group {
  border-radius: 0;
  box-shadow: none; }

.main_services ul, .favorite ul {
  list-style: none;
  padding: 0;
  width: 100%; }
  .main_services ul > li, .favorite ul > li {
    color: #000000;
    font-family: "OpenSansLight", "Helvetica", "Arial", "Verdana";
    min-height: 75px;
    height: 75px;
    display: block;
    width: 100%; }
    .main_services ul > li:nth-child(odd), .favorite ul > li:nth-child(odd) {
      background: #ffffff; }
    .main_services ul > li .list-group-item, .favorite ul > li .list-group-item {
      background-color: transparent;
      border: none;
      border-radius: 0;
      outline: 0;
      outline: none;
      display: block;
      width: 100%;
      float: left;
      height: 75px; }
      .main_services ul > li .list-group-item .media-left, .favorite ul > li .list-group-item .media-left {
        position: absolute;
        left: 15px;
        top: 10px;
        width: 65px;
        height: 55px;
        overflow: hidden;
        padding: 0; }
      .main_services ul > li .list-group-item .media-body, .favorite ul > li .list-group-item .media-body {
        width: 100%;
        margin: 0;
        padding: 0;
        padding-left: 70px; }
      .main_services ul > li .list-group-item .media-left, .main_services ul > li .list-group-item .media-right, .main_services ul > li .list-group-item .media-body, .favorite ul > li .list-group-item .media-left, .favorite ul > li .list-group-item .media-right, .favorite ul > li .list-group-item .media-body {
        display: inline-block;
        vertical-align: top; }
      .main_services ul > li .list-group-item .media-right, .favorite ul > li .list-group-item .media-right {
        padding-left: 0;
        float: left; }
      .main_services ul > li .list-group-item a, .favorite ul > li .list-group-item a {
        display: block;
        float: left;
        width: 75%;
        position: relative; }
      .main_services ul > li .list-group-item .list-group-item-heading, .favorite ul > li .list-group-item .list-group-item-heading {
        color: #000;
        margin-top: 6px;
        line-height: 26px;
        margin-bottom: 0;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis; }
        .main_services ul > li .list-group-item .list-group-item-heading:first-letter, .favorite ul > li .list-group-item .list-group-item-heading:first-letter {
          text-transform: uppercase; }
      .main_services ul > li .list-group-item p.list-group-item-text, .favorite ul > li .list-group-item p.list-group-item-text {
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        width: 100%; }
      .main_services ul > li .list-group-item:hover, .favorite ul > li .list-group-item:hover {
        background: #575757; }
        .main_services ul > li .list-group-item:hover .list-group-item-heading.fa, .main_services ul > li .list-group-item:hover .list-group-item-heading.fas, .main_services ul > li .list-group-item:hover .list-group-item-heading.far, .main_services ul > li .list-group-item:hover .list-group-item-heading.fal,
        .main_services ul > li .list-group-item:hover .list-group-item-text.fa,
        .main_services ul > li .list-group-item:hover .list-group-item-text.fas,
        .main_services ul > li .list-group-item:hover .list-group-item-text.far,
        .main_services ul > li .list-group-item:hover .list-group-item-text.fal,
        .main_services ul > li .list-group-item:hover .media-right i.fa,
        .main_services ul > li .list-group-item:hover .media-right i.fas,
        .main_services ul > li .list-group-item:hover .media-right i.far,
        .main_services ul > li .list-group-item:hover .media-right i.fal, .favorite ul > li .list-group-item:hover .list-group-item-heading.fa, .favorite ul > li .list-group-item:hover .list-group-item-heading.fas, .favorite ul > li .list-group-item:hover .list-group-item-heading.far, .favorite ul > li .list-group-item:hover .list-group-item-heading.fal,
        .favorite ul > li .list-group-item:hover .list-group-item-text.fa,
        .favorite ul > li .list-group-item:hover .list-group-item-text.fas,
        .favorite ul > li .list-group-item:hover .list-group-item-text.far,
        .favorite ul > li .list-group-item:hover .list-group-item-text.fal,
        .favorite ul > li .list-group-item:hover .media-right i.fa,
        .favorite ul > li .list-group-item:hover .media-right i.fas,
        .favorite ul > li .list-group-item:hover .media-right i.far,
        .favorite ul > li .list-group-item:hover .media-right i.fal {
          color: #ffffff; }
      .main_services ul > li .list-group-item:hover, .main_services ul > li .list-group-item:focus, .favorite ul > li .list-group-item:hover, .favorite ul > li .list-group-item:focus {
        outline: 0;
        outline: none; }

.favorite ul li {
  min-height: 10px;
  height: 55px; }
  .favorite ul li .list-group-item {
    padding: 10px 15px 8px;
    height: 55px; }
    .favorite ul li .list-group-item .list-group-item-heading {
      padding: 0;
      margin: 0;
      line-height: 36px;
      font-size: 1.6rem; }
    .favorite ul li .list-group-item .media-left {
      left: 0;
      top: 0;
      width: 45px;
      height: 35px;
      overflow: hidden; }
    .favorite ul li .list-group-item .media-body {
      width: 100%;
      padding-left: 45px; }
    .favorite ul li .list-group-item .media-right {
      width: 25%;
      font-size: 1.6em; }
      .favorite ul li .list-group-item .media-right span.title-edit {
        display: table;
        float: right;
        width: 100%;
        position: relative; }
      .favorite ul li .list-group-item .media-right i.fa, .favorite ul li .list-group-item .media-right i.fas, .favorite ul li .list-group-item .media-right i.far, .favorite ul li .list-group-item .media-right i.fal {
        cursor: pointer;
        font-size: 1.7rem;
        line-height: 36px;
        margin-left: 0;
        width: 24px;
        text-align: center; }
        .favorite ul li .list-group-item .media-right i.fa:first, .favorite ul li .list-group-item .media-right i.fas:first, .favorite ul li .list-group-item .media-right i.far:first, .favorite ul li .list-group-item .media-right i.fal:first {
          margin-left: 0; }
      .favorite ul li .list-group-item .media-right a {
        color: #000; }
    .favorite ul li .list-group-item:hover .media-right a {
      color: #fff; }

ul.rfw-table > li ul.columns > li {
  height: 40px; }

ul.rfw-table {
  width: 100%;
  list-style: none;
  margin: 0;
  padding: 0; }
  ul.rfw-table.row-40 > li {
    min-height: 40px; }
    ul.rfw-table.row-40 > li ul.columns > li {
      height: 40px; }
  ul.rfw-table > li {
    min-height: 50px;
    color: #000000;
    font-family: "OpenSansLight", "Helvetica", "Arial", "Verdana"; }
    ul.rfw-table > li p {
      margin-bottom: 0; }
    ul.rfw-table > li.heading {
      min-height: 45px; }
      ul.rfw-table > li.heading ul.columns > li {
        height: 45px;
        font-size: 2.8rem;
        font-family: "OpenSansBold", "Helvetica", "Arial", "Verdana";
        text-transform: uppercase; }
    ul.rfw-table > li.body:nth-child(even) {
      background: #ffffff; }
    ul.rfw-table > li ul.columns {
      list-style: none;
      width: 100%;
      margin: 0;
      padding: 0;
      display: table;
      border-bottom: 1px solid #000000; }
      ul.rfw-table > li ul.columns > li {
        max-width: 0;
        vertical-align: middle;
        display: table-cell;
        padding: 0 5px;
        box-sizing: border-box;
        float: none;
        height: 50px;
        font-size: 1.5rem;
        max-height: 50px;
        position: static;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis; }
        ul.rfw-table > li ul.columns > li .app-icons {
          width: 28px;
          height: 28px;
          overflow: hidden;
          display: inline-block;
          margin-top: 6px; }
        ul.rfw-table > li ul.columns > li.micro {
          width: 4%; }
        ul.rfw-table > li ul.columns > li.mini {
          width: 12%; }
        ul.rfw-table > li ul.columns > li.medium {
          width: 28%; }
        ul.rfw-table > li ul.columns > li.name {
          font-family: "OpenSansBold", "Helvetica", "Arial", "Verdana"; }
        ul.rfw-table > li ul.columns > li.font-small {
          font-family: "OpenSansRegular", "Helvetica", "Arial", "Verdana";
          font-size: 1.2em; }
        ul.rfw-table > li ul.columns > li:last-child {
          padding: 0; }
        ul.rfw-table > li ul.columns > li:first-child {
          padding: 0 5px 0 10px; }
        ul.rfw-table > li ul.columns > li.checkbox {
          width: 6%; }
          ul.rfw-table > li ul.columns > li.checkbox ul.rfw-list li::before {
            margin-top: -4px;
            box-shadow: 0 0 2px 0 #b1b1b1; }
          ul.rfw-table > li ul.columns > li.checkbox ul.rfw-list li.active::after {
            margin-top: -4px; }
    ul.rfw-table > li.head {
      background: #575757;
      color: #ffffff; }
      ul.rfw-table > li.head ul.columns > li {
        font-size: 1.6rem; }
  ul.rfw-table.segmentation_actions > li {
    font-size: 1.5em; }
    ul.rfw-table.segmentation_actions > li.body:nth-last-child(1) ul {
      border: none; }
  ul.rfw-table.segmentation_actions .columns {
    position: relative; }
    ul.rfw-table.segmentation_actions .columns .page-header-controllers {
      position: absolute;
      right: 0;
      top: 0;
      max-width: 100%;
      padding-top: 7px;
      width: 160px;
      padding-left: 0;
      padding-right: 0; }
      ul.rfw-table.segmentation_actions .columns .page-header-controllers span a {
        color: #000; }
    ul.rfw-table.segmentation_actions .columns .sources {
      max-width: 100%;
      width: 50%;
      position: absolute;
      left: 0;
      top: 0;
      padding-top: 15px; }
    ul.rfw-table.segmentation_actions .columns .pagination {
      margin: 0 auto;
      width: 20% !important;
      position: absolute;
      left: 0;
      right: 0;
      top: 0;
      padding-top: 7px;
      text-align: center;
      font-size: 1.3em;
      max-width: 100%; }
      ul.rfw-table.segmentation_actions .columns .pagination a, ul.rfw-table.segmentation_actions .columns .pagination span {
        color: #000;
        height: 40px;
        line-height: 40px; }
  ul.rfw-table.voucher_actions {
    background-color: #ffffff; }
    ul.rfw-table.voucher_actions .columns li.results {
      max-width: 100%;
      width: 33%;
      position: absolute;
      left: 0;
      top: 0;
      padding-top: 10px; }
      ul.rfw-table.voucher_actions .columns li.results .control-label {
        margin-right: 5px; }
      ul.rfw-table.voucher_actions .columns li.results .btn-block {
        width: 28%;
        min-width: 102px; }
      ul.rfw-table.voucher_actions .columns li.results .btn-input {
        background: #e6e6e6; }
  ul.rfw-table.bottom li {
    background: #fff; }
    ul.rfw-table.bottom li .columns {
      border-bottom: none; }
      ul.rfw-table.bottom li .columns .pagination {
        margin: 0 auto;
        width: 100%;
        text-align: center;
        font-size: 1.8rem; }
        ul.rfw-table.bottom li .columns .pagination a {
          color: #000; }
  ul.rfw-table.small_rows li.body {
    min-height: 30px; }
    ul.rfw-table.small_rows li.body ul.columns > li {
      height: 30px; }

.databases ul.rfw-table > li.body ul.columns > li {
  font-size: 1.8rem;
  overflow: visible; }

.vouchers ul.rfw-table > li.body ul.columns > li {
  overflow: visible; }
  .vouchers ul.rfw-table > li.body ul.columns > li.pagination {
    font-size: 1.8rem; }

table.new-service-date {
  width: 100%;
  margin: 5px 0; }
  table.new-service-date tr > td {
    width: 16.6667%;
    border: 1px solid #000000;
    text-align: center;
    vertical-align: middle;
    font-family: "OpenSansRegular", "Helvetica", "Arial", "Verdana"; }
    table.new-service-date tr > td:hover {
      background: #b3b3b3; }
    table.new-service-date tr > td.active {
      background: #b3b3b3;
      font-family: "OpenSansBold", "Helvetica", "Arial", "Verdana"; }
  table.new-service-date.disabled {
    pointer-events: none;
    cursor: default;
    opacity: .4; }

.services .single-panel {
  position: relative; }
  .services .single-panel .media-body,
  .services .single-panel .media-left,
  .services .single-panel .media-right {
    display: block; }
  .services .single-panel .media-body {
    width: 100%;
    position: relative;
    display: block;
    box-sizing: border-box;
    padding: 0 70px; }
    .services .single-panel .media-body .list-group-item-heading,
    .services .single-panel .media-body .list-group-item-text {
      white-space: nowrap;
      overflow: hidden;
      text-overflow: ellipsis;
      width: 100%; }
  .services .single-panel .media-left {
    position: absolute;
    width: 65px;
    height: 55px;
    padding: 0;
    top: 15px;
    left: 15px; }
  .services .single-panel .media-right {
    position: absolute;
    padding: 0;
    top: 30px;
    right: 20px;
    margin: 0; }
    .services .single-panel .media-right .controls {
      padding: 0; }
      .services .single-panel .media-right .controls::after {
        content: "";
        clear: both;
        display: table; }
  .services .single-panel hr {
    border-top: 1.5px solid #d1d1d1;
    margin-top: 0; }

.services.rights-services .single-panel hr {
  border-top: 1.5px solid #d1d1d1;
  margin-top: 0;
  margin-bottom: 15px; }

ul.dashboard-table {
  width: 100%;
  list-style: none;
  margin: 0;
  padding: 0; }
  ul.dashboard-table > li.head {
    background: transparent;
    color: #111111;
    border-bottom: 1px solid #a9a9a9;
    font-weight: 600;
    padding: 0 20px 0 0; }
  ul.dashboard-table > li {
    min-height: 30px;
    color: #111111;
    font-family: "OpenSansLight", "Helvetica", "Arial", "Verdana"; }
    ul.dashboard-table > li ul.columns {
      list-style: none;
      width: 100%;
      margin: 0;
      padding: 0;
      display: table; }
      ul.dashboard-table > li ul.columns > li.medium {
        width: 28%; }
      ul.dashboard-table > li ul.columns > li.mini {
        width: 12%; }
        ul.dashboard-table > li ul.columns > li.mini .btn-icon {
          font-size: 1.3rem;
          width: 20px;
          line-height: 20px; }
      ul.dashboard-table > li ul.columns > li {
        max-width: 0;
        vertical-align: middle;
        display: table-cell;
        padding: 0 5px;
        box-sizing: border-box;
        float: none;
        height: 30px;
        font-size: 1.4rem;
        max-height: 30px;
        position: static;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis; }
  ul.dashboard-table > li.body:nth-child(odd) {
    background: #ffffff; }
  ul.dashboard-table .switch {
    width: 37px;
    height: 16px;
    vertical-align: middle;
    top: 0; }
    ul.dashboard-table .switch small {
      width: 16px;
      height: 16px; }
  ul.dashboard-table .switch.checked {
    background: #0CC982;
    border-color: #0CC982; }

ul.draglist[dnd-list] {
  padding: 0;
  min-height: 32px; }
  ul.draglist[dnd-list] .dndDraggingSource {
    display: none; }
  ul.draglist[dnd-list] > li {
    background-color: transparent;
    border: none;
    border-bottom: 1px solid #d5d5d5;
    position: relative;
    display: block;
    margin-bottom: 0;
    padding: 0 20px 0 0;
    cursor: move; }
    ul.draglist[dnd-list] > li::after {
      left: auto !important;
      right: 2px;
      width: 20px;
      background-size: 14px 14px;
      cursor: move; }
  ul.draglist[dnd-list] .dndPlaceholder {
    display: block;
    background-color: #bbbbbb;
    padding: 0 15px;
    min-height: 32px; }

.database_grid.ag-fresh {
  border: none; }
  .database_grid.ag-fresh .ag-header {
    background: #575757;
    color: #fff;
    font-family: "OpenSansLight", "Helvetica", "Arial", "Verdana"; }
    .database_grid.ag-fresh .ag-header .ag-header-viewport {
      position: relative; }
      .database_grid.ag-fresh .ag-header .ag-header-viewport .ag-grid-scroll-left {
        position: absolute;
        top: 0;
        left: 0;
        width: 15px;
        height: 40px;
        font-size: 1.7rem;
        color: #ffffff;
        cursor: pointer;
        display: block;
        background: #575757;
        z-index: 4; }
        .database_grid.ag-fresh .ag-header .ag-header-viewport .ag-grid-scroll-left i {
          display: block;
          width: 20px;
          height: 40px;
          font-size: 1.7rem;
          text-align: center;
          line-height: 40px; }
      .database_grid.ag-fresh .ag-header .ag-header-viewport .ag-grid-scroll-right {
        position: absolute;
        top: 0;
        right: 0;
        width: 15px;
        height: 40px;
        font-size: 1.7rem;
        color: #ffffff;
        cursor: pointer;
        display: block;
        background: #575757;
        z-index: 4; }
        .database_grid.ag-fresh .ag-header .ag-header-viewport .ag-grid-scroll-right i {
          display: block;
          width: 15px;
          height: 40px;
          font-size: 1.7rem;
          text-align: center;
          line-height: 40px; }
    .database_grid.ag-fresh .ag-header .ag-scrolls .ag-header-container {
      z-index: 2; }
    .database_grid.ag-fresh .ag-header .ag-header-icon {
      color: #fff !important; }
      .database_grid.ag-fresh .ag-header .ag-header-icon svg {
        fill: white; }
    .database_grid.ag-fresh .ag-header .ag-header-cell {
      border-right: none;
      text-align: left; }
    .database_grid.ag-fresh .ag-header .ag-header-cell-label {
      padding: 12px 15px 8px 12px; }
    .database_grid.ag-fresh .ag-header .ag-pinned-left-header {
      border-right: 1px solid #808080; }
  .database_grid.ag-fresh .ag-root {
    border: none;
    font-family: "OpenSansLight", "Helvetica", "Arial", "Verdana"; }
    .database_grid.ag-fresh .ag-root.ag-font-style {
      -webkit-user-select: text;
      -moz-user-select: text;
      -ms-user-select: text;
      user-select: text; }
  .database_grid.ag-fresh .ag-body {
    background-color: transparent; }
    .database_grid.ag-fresh .ag-body .ag-row {
      height: 30px;
      cursor: pointer; }
    .database_grid.ag-fresh .ag-body .ag-row-odd {
      background-color: transparent; }
    .database_grid.ag-fresh .ag-body .ag-cell {
      padding: 6px 15px; }
    .database_grid.ag-fresh .ag-body .ag-cell-no-focus {
      border: none !important; }
    .database_grid.ag-fresh .ag-body .ag-cell-focus {
      outline: 0;
      outline: none;
      border: none !important; }
  .database_grid.ag-fresh .ag-paging-panel {
    display: none; }

.info-data-stats {
  width: 100%;
  display: table;
  padding: 0 0 15px; }
  .info-data-stats .ids-slice {
    background: blue;
    height: 150px;
    width: 25%;
    display: block;
    float: left;
    position: relative;
    margin: 0;
    opacity: .9;
    cursor: default; }
    .info-data-stats .ids-slice .ids-tooltip {
      display: none;
      position: absolute;
      top: 50%;
      left: 50%;
      margin-top: -20px;
      margin-left: -100px;
      width: 220px;
      height: 56px;
      background: rgba(255, 255, 255, 0.9);
      -webkit-box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.5);
      -moz-box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.5);
      box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.5);
      z-index: 1061;
      cursor: default; }
      .info-data-stats .ids-slice .ids-tooltip p, .info-data-stats .ids-slice .ids-tooltip h5 {
        text-align: center;
        margin: 0;
        padding: 0;
        width: 100%;
        display: block;
        cursor: default; }
      .info-data-stats .ids-slice .ids-tooltip p {
        margin-top: 10px; }
    .info-data-stats .ids-slice:hover, .info-data-stats .ids-slice.active {
      opacity: 1;
      z-index: 1060;
      -webkit-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.4);
      -moz-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.4);
      box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.4); }
      .info-data-stats .ids-slice:hover .ids-tooltip, .info-data-stats .ids-slice.active .ids-tooltip {
        display: block; }
    .info-data-stats .ids-slice.ids-slice1 {
      background: #3a91f0; }
    .info-data-stats .ids-slice.ids-slice2 {
      background: #c928f4; }
    .info-data-stats .ids-slice.ids-slice3 {
      background: #f88440; }
    .info-data-stats .ids-slice.ids-slice4 {
      background: #36a349; }

.ids-labels {
  display: table;
  padding: 0 0 10px;
  width: 100%; }
  .ids-labels .ids-label {
    position: relative;
    padding-left: 26px;
    line-height: 20px;
    display: block;
    width: 100%;
    cursor: default !important;
    font-family: "OpenSansRegular", "Helvetica", "Arial", "Verdana"; }
    .ids-labels .ids-label.disabled {
      pointer-events: none;
      opacity: .6; }
    .ids-labels .ids-label::before {
      width: 20px;
      height: 20px;
      position: absolute;
      left: 0;
      content: "";
      background: #333333;
      opacity: 0.9; }
    .ids-labels .ids-label.ids-label-slice1::before {
      background: #3a91f0; }
    .ids-labels .ids-label.ids-label-slice2::before {
      background: #c928f4; }
    .ids-labels .ids-label.ids-label-slice3::before {
      background: #f88440; }
    .ids-labels .ids-label.ids-label-slice4::before {
      background: #36a349; }
    .ids-labels .ids-label:hover {
      font-family: "OpenSansBold", "Helvetica", "Arial", "Verdana"; }
      .ids-labels .ids-label:hover::before {
        opacity: 1; }

.group-iframes {
  display: block;
  width: 100%;
  padding-bottom: 8px;
  color: #000000;
  border-bottom: 1px solid #000000;
  margin: 4px 0;
  font-family: "OpenSansRegular", "Helvetica", "Arial", "Verdana"; }
  .group-iframes:last-child {
    border-bottom: none;
    margin-bottom: 0; }
  .group-iframes .group-title {
    font-size: 14px;
    width: 100%;
    display: block;
    font-family: "OpenSansBold", "Helvetica", "Arial", "Verdana"; }
  .group-iframes .group-message {
    font-size: 14px;
    width: 100%;
    display: block;
    color: #000000; }
    .group-iframes .group-message + .group-message {
      margin-bottom: 10px; }
  .group-iframes .group-link {
    font-size: 12px;
    width: 100%;
    display: block;
    color: #000000;
    opacity: .9; }
    .group-iframes .group-link i {
      padding-right: 5px; }

.ag-fresh .ag-overlay-no-rows-center {
  font-family: "OpenSansRegular", "Helvetica", "Arial", "Verdana" !important;
  font-size: 1.4rem !important;
  color: #000000 !important;
  background: transparent !important;
  -webkit-border-radius: 0px !important;
  -moz-border-radius: 0px !important;
  -ms-border-radius: 0px !important;
  border-radius: 0px !important;
  border: none !important;
  padding: 0 !important;
  height: 30px !important;
  margin-top: 20px !important; }

.vcard_overview .vcard_edit .add-new-icon {
  height: 35px; }
  .vcard_overview .vcard_edit .add-new-icon i.fa, .vcard_overview .vcard_edit .add-new-icon i.fas, .vcard_overview .vcard_edit .add-new-icon i.far, .vcard_overview .vcard_edit .add-new-icon i.fal {
    line-height: 35px; }

.vcard_overview .vcard_example {
  background-color: #FFFFFF;
  padding: 20px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.5);
  box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.5);
  margin: 0;
  font-size: 1.35rem; }
  .vcard_overview .vcard_example .vcard_name {
    font-size: 1.5rem; }
  .vcard_overview .vcard_example img {
    width: 100%; }
  .vcard_overview .vcard_example .bottom-space {
    padding-bottom: 20px; }
  .vcard_overview .vcard_example .txt_right {
    text-align: right; }

@media (min-width: 992px) {
  .vcard_overview .vcard_example {
    margin: 0 0 0 -30px; } }

/* Checkboxes/radios - list */
.rfw-list {
  list-style: none;
  margin: 0;
  min-height: 32px;
  padding: 1px 0 0;
  width: 100%; }
  .rfw-list li {
    padding-left: 24px;
    position: relative;
    height: auto;
    line-height: 30px;
    margin-bottom: 0;
    color: #111111;
    cursor: pointer;
    min-height: 30px;
    display: block;
    font-family: "OpenSansRegular", "Helvetica", "Arial", "Verdana";
    font-size: 1.5rem; }
    .rfw-list li.disabled {
      opacity: .65;
      cursor: not-allowed; }
    .rfw-list li h5 {
      margin-bottom: 0; }
    .rfw-list li p.description {
      font-size: 12px;
      margin: 0; }
    .rfw-list li i.fa, .rfw-list li i.fas, .rfw-list li i.far, .rfw-list li i.fal {
      width: 25px;
      height: 25px;
      background: #575757;
      color: #ffffff;
      line-height: 25px;
      text-align: center;
      float: right;
      -webkit-border-radius: 50%;
      -moz-border-radius: 50%;
      -ms-border-radius: 50%;
      border-radius: 50%; }
    .rfw-list li::before {
      content: "";
      width: 18px;
      height: 18px;
      background: #ffffff;
      border: none;
      position: absolute;
      left: 0;
      top: 50%;
      margin-top: -9px;
      box-sizing: border-box;
      -webkit-border-radius: 4px;
      -moz-border-radius: 4px;
      -ms-border-radius: 4px;
      border-radius: 4px; }
    .rfw-list li.active::after {
      content: "\f00c";
      font-family: "Font Awesome 5 Pro";
      font-weight: 900;
      width: 18px;
      height: 18px;
      color: #000000;
      position: absolute;
      left: 0;
      top: 50%;
      margin-top: -9px;
      box-sizing: border-box;
      font-size: 12px;
      line-height: 18px;
      text-align: center; }
  .rfw-list.rfw-radio-list li::before {
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%; }
  .rfw-list.rfw-radio-list li.active::after {
    content: "";
    width: 10px;
    height: 10px;
    background: #000000;
    position: absolute;
    top: 50%;
    left: 4px;
    margin-top: -5px;
    box-sizing: border-box;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%; }
  .rfw-list.rfw-top-list li {
    padding-left: 28px;
    display: table;
    width: 100%; }
    .rfw-list.rfw-top-list li::before {
      top: 10px;
      margin-top: 0; }
    .rfw-list.rfw-top-list li.active::after {
      top: 14px;
      left: 4px;
      margin-top: 0; }

.drop-text .rfw-list li {
  font-size: 1.2rem; }

.services.rights-services .rfw-list li::before {
  border: 1px solid #575757; }

.panel-full .rfw-list li {
  padding: 10px 20px 10px 44px;
  margin-bottom: 0;
  border-bottom: 1px solid #575757; }
  .panel-full .rfw-list li::before {
    left: 10px;
    border-color: #111111; }
  .panel-full .rfw-list li.active::after {
    left: 10px;
    color: #111111; }

.panel-push .fixed-top .rfw-list li {
  padding: 5px 20px 5px 44px;
  margin-bottom: 0;
  border-bottom: none; }
  .panel-push .fixed-top .rfw-list li::before {
    left: 10px;
    border-color: #111111; }
  .panel-push .fixed-top .rfw-list li.active::after {
    left: 14px;
    color: #111111; }

/* Input - Form-control */
.form-group:before,
.form-group:after {
  content: "";
  display: table; }

.form-group:after {
  clear: both; }

.form-control {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
  border: none;
  font-size: 1.5rem;
  height: 32px;
  line-height: 32px;
  padding: 0 10px;
  font-family: "OpenSansRegular", "Helvetica", "Arial", "Verdana";
  color: #000000;
  box-sizing: border-box;
  border: 1px solid #ffffff;
  outline: 0;
  box-shadow: none;
  -webkit-appearance: none; }
  .form-control::-webkit-input-placeholder {
    color: #000000;
    opacity: .6; }
  .form-control:-moz-placeholder {
    color: #000000;
    opacity: .6; }
  .form-control::-moz-placeholder {
    color: #000000;
    opacity: .6; }
  .form-control:-ms-input-placeholder {
    color: #000000;
    opacity: .6; }
  .form-control[disabled] {
    opacity: .6 !important; }
  .form-control:focus {
    border: 1px solid #575757;
    outline: 0;
    box-shadow: none; }

.rfw-file-input .input-file-btn {
  box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.5);
  padding: 0 5px;
  font-size: 1.3rem;
  color: #555; }

.rfw-file-input span {
  margin-left: 10px; }

.rfw-file-input input {
  display: none; }

.iframe-link {
  line-height: 32px;
  font-size: 12px;
  color: #111111;
  display: inline-block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis; }

.single-panel .form-control {
  background: #e6e6e6;
  border: 1px solid #e6e6e6; }
  .single-panel .form-control:focus {
    border: 1px solid #575757;
    outline: 0;
    box-shadow: none; }

.single-panel .rfw-list li::before {
  border: 1px solid #575757; }

.single-panel .single-panel .form-control {
  background: #ffffff;
  border: 1px solid #ffffff; }

.ng-submitted .form-control.ng-invalid,
.form-control.ng-invalid.ng-touched {
  background: #FFF0F0;
  border: 1px solid #D22F46; }

.ng-submitted .hidden-validation.ng-invalid + .btn.btn-input.dropdown-toggle,
.hidden-validation.ng-invalid.ng-touched + .btn.btn-input.dropdown-toggle {
  color: #D22F46;
  padding: 7px 9px;
  background: #FFF0F0;
  border: 1px solid #D22F46; }

/* Input Group - Right Addon */
.input-group-addon {
  background: transparent;
  border: none;
  padding: 6px 0 6px 15px;
  font-family: "OpenSansRegular", "Helvetica", "Arial", "Verdana";
  color: #000000;
  font-size: 14px;
  position: relative;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0; }
  .input-group-addon .warning {
    color: #D22F46; }
  .input-group-addon i {
    width: 20px;
    height: 20px;
    text-align: center;
    line-height: 20px;
    font-size: 18px;
    color: #000000;
    cursor: default;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    -ms-border-radius: 50px;
    border-radius: 50px; }
    .input-group-addon i.cursor-pointer {
      cursor: pointer; }

.has-error .checkbox,
.has-error .checkbox-inline,
.has-error .control-label,
.has-error .help-block,
.has-error .radio,
.has-error .radio-inline,
.has-error .daterange,
.has-error .datetime,
.has-error.checkbox label,
.has-error.checkbox-inline label,
.has-error.radio label,
.has-error.radio-inline label {
  color: #ae2d2b; }

.has-error .input-group-addon {
  background: transparent; }

.input-group .form-control:first-child,
.input-group-addon:first-child,
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group > .btn,
.input-group-btn:first-child > .dropdown-toggle,
.input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.input-group-btn:last-child > .btn-group:not(:last-child) > .btn {
  -webkit-border-top-right-radius: 5px;
  -webkit-border-bottom-right-radius: 5px;
  -moz-border-radius-topright: 5px;
  -moz-border-radius-bottomright: 5px;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px; }

.input-group-single {
  width: 100%; }

.input-group-single .input-group-addon,
.flow-msg-ctrl .input-group-addon {
  display: table;
  margin: 0 auto;
  float: right; }

.color-picker-swatch-left.input-group-addon:first-child {
  -webkit-border-radius: 5px 0 0 5px !important;
  -moz-border-radius: 5px 0 0 5px !important;
  -ms-border-radius: 5px 0 0 5px !important;
  border-radius: 5px 0 0 5px !important;
  border-color: #eeeeec !important; }

rfw-dropdown-country {
  float: left; }
  rfw-dropdown-country .btn-input {
    padding: 8px 17px 8px 8px; }

.support .ekstra-small ul.select-dropdown {
  width: 270px !important;
  cursor: pointer; }

.support .input-group .form-control.input-dropdown-addon {
  width: 155px !important; }

.select-dropdown .content {
  padding: 4px 10px 0;
  line-height: 28px;
  font-size: 14px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis; }
  .select-dropdown .content.search input {
    border: 1px solid #575757;
    -webkit-border-radius: 5px !important;
    -moz-border-radius: 5px !important;
    -ms-border-radius: 5px !important;
    border-radius: 5px !important; }

.input-group .form-control.input-dropdown-addon {
  float: left;
  width: 235px;
  -webkit-border-radius: 5px !important;
  -moz-border-radius: 5px !important;
  -ms-border-radius: 5px !important;
  border-radius: 5px !important; }
  .input-group .form-control.input-dropdown-addon.opened {
    -webkit-border-radius: 5px 5px 0 0 !important;
    -moz-border-radius: 5px 5px 0 0 !important;
    -ms-border-radius: 5px 5px 0 0 !important;
    border-radius: 5px 5px 0 0 !important; }

ul.select-dropdown {
  width: 350px; }
  ul.select-dropdown .dropdown-list {
    max-height: 250px;
    overflow-y: auto; }
    ul.select-dropdown .dropdown-list > li > a {
      color: #333333;
      display: block;
      padding: 0 10px;
      line-height: 28px; }
      ul.select-dropdown .dropdown-list > li > a:focus, ul.select-dropdown .dropdown-list > li > a:hover {
        color: #262626;
        text-decoration: none;
        background-color: #f5f5f5; }

.small .btn {
  -webkit-border-radius: 5px !important;
  -moz-border-radius: 5px !important;
  -ms-border-radius: 5px !important;
  border-radius: 5px !important;
  width: 110px;
  margin-right: 5px; }

.small.open .btn {
  -webkit-border-radius: 5px 5px 0 0 !important;
  -moz-border-radius: 5px 5px 0 0 !important;
  -ms-border-radius: 5px 5px 0 0 !important;
  border-radius: 5px 5px 0 0 !important; }

.small .dial_code {
  padding-right: 10px;
  margin-right: 0; }

/* Input title - for service */
.title-input {
  border: none;
  background: transparent;
  height: 32px;
  font-size: 28px;
  line-height: 32px;
  text-transform: uppercase;
  font-family: "OpenSansBold", "Helvetica", "Arial", "Verdana";
  margin: 0;
  padding: 0;
  border-bottom: 1px solid #575757;
  width: 100%;
  max-width: 350px; }

/* Input title - for favorite links */
.fav-title-input {
  border: none;
  background: transparent;
  height: 32px;
  font-size: 1.5rem;
  line-height: 32px;
  font-family: "OpenSansRegular", "Helvetica", "Arial", "Verdana";
  margin: 0;
  padding: 0;
  border-bottom: 1px solid #575757;
  width: 100%;
  max-width: 250px;
  color: #000; }
  .fav-title-input:hover {
    color: #fff; }

input {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0; }

/* Page header - search input*/
.page-header-controllers input.search-input {
  border: none;
  background: transparent;
  height: 36px;
  font-size: 18px;
  line-height: 26px;
  font-family: "OpenSansLight", "Helvetica", "Arial", "Verdana";
  margin: 0;
  padding: 10px 30px 0 2px;
  border-bottom: 1px solid #575757;
  width: 100%; }

.segmentation_actions .form-group {
  margin-bottom: 0; }
  .segmentation_actions .form-group .input-group {
    width: 100%;
    -moz-transition: opacity 0.6s ease-in-out;
    -o-transition: opacity 0.6s ease-in-out;
    -webkit-transition: opacity 0.6s ease-in-out;
    transition: opacity 0.6s ease-in-out; }
    .segmentation_actions .form-group .input-group.closed {
      opacity: 0; }
    .segmentation_actions .form-group .input-group.opened {
      opacity: 1; }
    .segmentation_actions .form-group .input-group input.search-input {
      width: 95%;
      max-height: 50px;
      height: 50px;
      line-height: 50px;
      max-width: 95%;
      border: none;
      font-family: "OpenSansRegular", "Helvetica", "Arial", "Verdana";
      font-weight: normal;
      color: #111111;
      font-size: 1.8rem;
      padding: 0;
      -webkit-border-radius: 0;
      -moz-border-radius: 0;
      -ms-border-radius: 0;
      border-radius: 0; }
      .segmentation_actions .form-group .input-group input.search-input:hover, .segmentation_actions .form-group .input-group input.search-input:focus {
        border: none;
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        -ms-border-radius: 0;
        border-radius: 0; }

.btn {
  font-size: 1.5rem; }

/* Btn Group */
.btn-group.btn-block {
  width: 100%; }

/* Btn Primary */
.btn.btn-primary {
  background: #b3b3b3;
  color: #000000;
  font-family: "OpenSansBold", "Helvetica", "Arial", "Verdana";
  border: none; }
  .btn.btn-primary:hover {
    background: #a3a3a3;
    border: none; }
  .btn.btn-primary.cancel {
    font-family: "OpenSansRegular", "Helvetica", "Arial", "Verdana"; }
  .btn.btn-primary:focus, .btn.btn-primary:active, .btn.btn-primary:active:focus {
    background: #a3a3a3;
    color: #000000;
    border: none;
    outline: none;
    outline: 0; }

/* Btn Primary */
.btn.btn-white {
  color: #000000;
  font-family: "OpenSansBold", "Helvetica", "Arial", "Verdana";
  border: 2px solid #e6e6e6;
  background: none; }
  .btn.btn-white:hover {
    background: none;
    border: 2px solid #a3a3a3; }
  .btn.btn-white.cancel {
    font-family: "OpenSansRegular", "Helvetica", "Arial", "Verdana"; }
  .btn.btn-white:focus, .btn.btn-white:active, .btn.btn-white:active:focus {
    background: none;
    color: #000000;
    border: 2px solid #a3a3a3;
    outline: none;
    outline: 0; }

/* Btn Sizes */
.btn.btn-sm {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px; }

.btn-alike {
  background: #e6e6e6;
  display: inline-block;
  padding: 6px 10px 4px;
  border-radius: 5px;
  font-size: 0.9em;
  line-height: 22px;
  font-family: "OpenSansRegular", "Helvetica", "Arial", "Verdana";
  margin: 0 15px 6px 0;
  opacity: 0.6; }

.btn-mini {
  border: 1px solid #575757;
  background: #e6e6e6;
  display: inline-block;
  padding: 6px 8px 4px;
  border-radius: 5px;
  font-size: 0.9em;
  line-height: 0.9em;
  font-family: "OpenSansSemibold", "Helvetica", "Arial", "Verdana";
  margin: 0 10px 6px 0; }
  .btn-mini:focus {
    outline: 0; }
  .btn-mini:hover {
    background: #b3b3b3; }
  .btn-mini.value-appender {
    display: inline;
    background-color: white;
    width: auto;
    min-width: 150px;
    height: auto;
    margin: 1px 2px 0 1px; }
    .btn-mini.value-appender:hover {
      background-color: white; }

.btn-input .btn-mini {
  border: 1px solid #e6e6e6;
  margin: -2px 13px 6px 0;
  padding: 4px 8px 2px; }

.btn-mini-group {
  margin-top: 15px; }

.btn.btn-half {
  width: 47%;
  display: block;
  float: left; }
  .btn.btn-half + .btn.btn-half {
    margin-left: 6%; }
  .btn.btn-half.btn-second-half {
    margin-left: 53%; }

.btn-dld {
  background: none;
  border: none;
  padding: 0;
  font-family: "OpenSansRegular", "Helvetica", "Arial", "Verdana"; }
  .btn-dld + .btn-dld {
    margin-left: 20px; }

.btn.btn-input.disabled {
  opacity: .65 !important; }

/* Btn Icon - [e.g. for edit, delete icons] */
.btn-icon {
  width: 30px;
  line-height: 30px;
  font-size: 18px;
  color: #000000;
  display: inline-block;
  text-align: center;
  border: none;
  background: transparent; }
  .btn-icon.warning {
    color: #D22F46; }
  .btn-icon + .btn-icon {
    margin-left: 4px; }

a.btn-icon {
  cursor: pointer; }

/* Dropdown */
.btn-input {
  -webkit-border-radius: 5px !important;
  -moz-border-radius: 5px !important;
  -ms-border-radius: 5px !important;
  border-radius: 5px !important;
  border: none;
  font-size: 14px;
  height: 32px;
  line-height: 16px;
  padding: 8px 10px;
  color: #000000;
  font-family: "OpenSansRegular", "Helvetica", "Arial", "Verdana";
  position: relative;
  text-align: left;
  background: #ffffff;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis; }
  .btn-input.txt-align-middle {
    text-align: center; }
  .btn-input i.fa.fa-caret-down, .btn-input i.far.fa-caret-down, .btn-input i.fas.fa-caret-down, .btn-input i.fal.fa-caret-down {
    position: absolute;
    right: 8px;
    top: 0;
    line-height: 32px;
    font-size: 18px;
    display: block; }

.btn-drop-text {
  font-size: 1.2rem;
  margin: 8px 3px 0 3px; }

/* Dropdown */
.btn-input-navbar {
  border: none;
  height: 32px;
  line-height: 16px;
  padding: 8px 10px;
  color: #ffffff;
  font-family: "OpenSansRegular", "Helvetica", "Arial", "Verdana";
  position: relative;
  text-align: left;
  background: #00BBE4;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis; }
  .btn-input-navbar i.fa.fa-caret-down, .btn-input-navbar i.far.fa-caret-down, .btn-input-navbar i.fas.fa-caret-down, .btn-input-navbar i.fal.fa-caret-down {
    position: absolute;
    right: 8px;
    top: 0;
    line-height: 32px;
    font-size: 18px;
    display: block; }

.btn-group.open .dropdown-toggle {
  box-shadow: none;
  -webkit-border-radius: 5px 5px 0 0 !important;
  -moz-border-radius: 5px 5px 0 0 !important;
  -ms-border-radius: 5px 5px 0 0 !important;
  border-radius: 5px 5px 0 0 !important; }
  .btn-group.open .dropdown-toggle.btn-input-navbar {
    -webkit-border-radius: 0 0 0 0 !important;
    -moz-border-radius: 0 0 0 0 !important;
    -ms-border-radius: 0 0 0 0 !important;
    border-radius: 0 0 0 0 !important; }

.btn-group.open.dropup .dropdown-toggle {
  box-shadow: none;
  -webkit-border-radius: 0 0 5px 5px !important;
  -moz-border-radius: 0 0 5px 5px !important;
  -ms-border-radius: 0 0 5px 5px !important;
  border-radius: 0 0 5px 5px !important; }

.dropdown-menu {
  width: 100%;
  max-height: 600px;
  overflow-y: auto;
  margin: 0 !important;
  padding: 0;
  border: none;
  border-top: 1px solid #a9a9a9;
  -webkit-border-radius: 0 0 5px 5px !important;
  -moz-border-radius: 0 0 5px 5px !important;
  -ms-border-radius: 0 0 5px 5px !important;
  border-radius: 0 0 5px 5px !important;
  min-width: 100px; }
  .dropdown-menu > li > a {
    font-family: "OpenSansRegular", "Helvetica", "Arial", "Verdana";
    padding: 0 10px;
    line-height: 28px;
    font-size: 14px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis; }
  .dropdown-menu > li:last-child > a {
    border-bottom: none; }

.dropup .dropdown-menu {
  margin: 0 !important;
  -webkit-border-radius: 5px 5px 0 0 !important;
  -moz-border-radius: 5px 5px 0 0 !important;
  -ms-border-radius: 5px 5px 0 0 !important;
  border-radius: 5px 5px 0 0 !important;
  border: none;
  border-bottom: 1px solid #a9a9a9;
  -webkit-box-shadow: 0 -6px 12px 0 rgba(0, 0, 0, 0.175);
  -moz-box-shadow: 0 -6px 12px 0 rgba(0, 0, 0, 0.175);
  box-shadow: 0 -6px 12px 0 rgba(0, 0, 0, 0.175); }

/* Overwrite the previous code when inside the ".single-panel" */
.single-panel .btn-input {
  background: #e6e6e6; }
  .single-panel .btn-input .btn-mini {
    background: #ffffff;
    border: 1px solid #ffffff; }

.single-panel .dropdown-menu {
  background: #e6e6e6; }

/* Single Anchor */
a.single-anchor {
  font-size: 1.5rem;
  line-height: 23px;
  font-family: "OpenSansLight", "Helvetica", "Arial", "Verdana";
  color: #000000;
  display: table; }
  a.single-anchor i {
    font-size: 18px;
    line-height: 20px;
    height: 20px;
    color: #000000;
    margin-right: 5px;
    display: block;
    float: left; }
  a.single-anchor:hover, a.single-anchor:focus {
    outline: none;
    text-decoration: none; }

/* Page header controllers */
.page-header-controllers i.fa, .page-header-controllers i.fas, .page-header-controllers i.far, .page-header-controllers i.fal {
  cursor: pointer;
  font-size: 20px;
  line-height: 40px; }

.page-header-controllers .right {
  float: right;
  margin-left: 10px; }

.page-header-controllers .add-new-icon {
  width: 10%;
  height: 40px;
  text-align: center;
  display: block;
  float: right;
  position: relative; }
  .page-header-controllers .add-new-icon.disabled {
    cursor: default;
    pointer-events: none;
    opacity: .5; }

.page-header-controllers .svg-icon {
  width: 25px; }

.page-header-controllers .search-field {
  width: auto;
  height: 40px;
  display: block;
  float: right;
  position: relative;
  -moz-transition: width 0.4s ease-out;
  -o-transition: width 0.4s ease-out;
  -webkit-transition: width 0.4s ease-out;
  transition: width 0.4s ease-out; }
  .page-header-controllers .search-field.opened {
    width: 80%; }
    .page-header-controllers .search-field.opened.sf-small {
      width: 180px;
      max-width: 180px; }
  .page-header-controllers .search-field.closed {
    width: 30px; }
  .page-header-controllers .search-field i.fa, .page-header-controllers .search-field i.fas, .page-header-controllers .search-field i.far, .page-header-controllers .search-field i.fal {
    position: absolute;
    width: 30px;
    right: 0;
    top: 0;
    text-align: center; }

.page-header-controllers .datetimepicker-holder {
  width: 220px;
  display: block;
  float: right;
  margin-left: 10px; }
  .page-header-controllers .datetimepicker-holder .dt-line {
    width: 100%;
    display: block;
    float: left;
    line-height: 18px; }
    .page-header-controllers .datetimepicker-holder .dt-line + .dt-line {
      margin-top: 0; }
    .page-header-controllers .datetimepicker-holder .dt-line label {
      width: 30%;
      display: block;
      float: left;
      font-size: 12px;
      line-height: 18px;
      margin-top: 0; }
    .page-header-controllers .datetimepicker-holder .dt-line .rfw-datetime {
      width: 70%;
      display: block;
      float: left;
      line-height: 18px; }
      .page-header-controllers .datetimepicker-holder .dt-line .rfw-datetime i.fa, .page-header-controllers .datetimepicker-holder .dt-line .rfw-datetime i.fas, .page-header-controllers .datetimepicker-holder .dt-line .rfw-datetime i.far, .page-header-controllers .datetimepicker-holder .dt-line .rfw-datetime i.fal {
        font-size: 12px;
        line-height: 18px; }
      .page-header-controllers .datetimepicker-holder .dt-line .rfw-datetime .datetime {
        font-size: 12px;
        line-height: 18px; }

.modal-body .datetimepicker-holder {
  width: 380px;
  margin: 0px -10px -15px; }

.segmentation_actions i.fa, .segmentation_actions i.fas, .segmentation_actions i.far, .segmentation_actions i.fal {
  cursor: pointer;
  font-size: 20px;
  vertical-align: middle; }
  .segmentation_actions i.fa.disabled-button, .segmentation_actions i.fas.disabled-button, .segmentation_actions i.far.disabled-button, .segmentation_actions i.fal.disabled-button {
    color: #a9a9a9; }

.segmentation_actions .page-header-controllers .search-field {
  height: 40px;
  display: block;
  float: right;
  position: relative;
  width: 30px; }
  .segmentation_actions .page-header-controllers .search-field.opened {
    width: 80%; }

.segmentation_actions .btn.btn_grey {
  background: #575757;
  height: 50px;
  width: 50px;
  color: #fff;
  line-height: 50px;
  padding: 0 !important;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0; }
  .segmentation_actions .btn.btn_grey i.fa, .segmentation_actions .btn.btn_grey i.fas, .segmentation_actions .btn.btn_grey i.far, .segmentation_actions .btn.btn_grey i.fal {
    display: block;
    line-height: 49px; }
  .segmentation_actions .btn.btn_grey:hover,
  .segmentation_actions .btn.btn_grey .fa-search:hover {
    color: #fff !important;
    background: #00BBE4; }
  .segmentation_actions .btn.btn_grey:hover, .segmentation_actions .btn.btn_grey:active, .segmentation_actions .btn.btn_grey:focus {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none; }

.segmentation_actions .btn.btn_search_close {
  float: right;
  background: none;
  height: 50px;
  width: 50px;
  line-height: 50px;
  background: transparent;
  padding: 0 !important; }
  .segmentation_actions .btn.btn_search_close i.fa, .segmentation_actions .btn.btn_search_close i.fas, .segmentation_actions .btn.btn_search_close i.far, .segmentation_actions .btn.btn_search_close i.fal {
    display: block;
    line-height: 50px; }
  .segmentation_actions .btn.btn_search_close:hover, .segmentation_actions .btn.btn_search_close:active, .segmentation_actions .btn.btn_search_close:focus {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    background: transparent; }

.segmentation_actions .btn:focus, .segmentation_actions .btn:active:focus, .segmentation_actions .btn.active:focus, .segmentation_actions .btn.focus, .segmentation_actions .btn:active.focus, .segmentation_actions .btn.active.focus {
  outline: none; }

.segmentation_actions .segment-selector .btn-input {
  background-color: #e6e6e6;
  min-width: 200px; }

.segmentation_actions .segment_box {
  border: 1px solid #000;
  padding: 1px 7px 1px;
  border-radius: 5px;
  font-size: 1.3rem;
  margin-right: 10px;
  background-color: #DCDCDC; }
  .segmentation_actions .segment_box i.fa, .segmentation_actions .segment_box i.fas, .segmentation_actions .segment_box i.far, .segmentation_actions .segment_box i.fal {
    font-size: 14px;
    line-height: 15px;
    padding-left: 3px; }

.segmentation_actions .right {
  float: right; }

.segmentation_actions a.right {
  position: relative; }

.segmentation_actions .segment_wrap .flex-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  align-content: center;
  min-height: 50px;
  padding: 5px; }
  .segmentation_actions .segment_wrap .flex-container .flex-placeholder {
    padding: 0 2px;
    line-height: 14px;
    font-size: 18px; }
  .segmentation_actions .segment_wrap .flex-container .flex-item {
    padding: 0 2px 2px;
    line-height: 24px; }

.segmentation_actions .segment_wrap .active {
  color: #35a349; }

.segmentation_actions .segment_wrap .segmenttitle {
  font-family: "OpenSansLight", "Helvetica", "Arial", "Verdana";
  font-size: 1.8rem;
  margin-right: 10px;
  min-width: fit-content; }

.databases .segmentation_actions .group_box {
  margin: 2px 0;
  padding: 2px 10px;
  border-radius: 5px;
  background: #b1b0b0;
  display: flex;
  align-items: flex-start; }
  .databases .segmentation_actions .group_box i.fa, .databases .segmentation_actions .group_box i.fas, .databases .segmentation_actions .group_box i.far, .databases .segmentation_actions .group_box i.fal {
    margin-left: 0; }
  .databases .segmentation_actions .group_box .operatorToggle {
    display: flex;
    align-items: center;
    margin: 2px 6px; }
    .databases .segmentation_actions .group_box .operatorToggle .dropdown-toggle {
      background-color: transparent; }
    .databases .segmentation_actions .group_box .operatorToggle .dropdown-menu {
      background-color: #dcdcdc;
      min-width: 76px;
      border: 1px solid black;
      margin-left: -1px !important; }
  .databases .segmentation_actions .group_box .operationDropdown {
    min-width: 76px;
    background-color: #dcdcdc;
    border: 1px solid black;
    border-radius: 5px;
    height: 23px; }
    .databases .segmentation_actions .group_box .operationDropdown .btn-input {
      padding: 1px 10px;
      height: 20px; }
      .databases .segmentation_actions .group_box .operationDropdown .btn-input i.fa.fa-caret-down, .databases .segmentation_actions .group_box .operationDropdown .btn-input i.fas.fa-caret-down, .databases .segmentation_actions .group_box .operationDropdown .btn-input i.far.fa-caret-down, .databases .segmentation_actions .group_box .operationDropdown .btn-input i.fal.fa-caret-down {
        line-height: 23px; }
    .databases .segmentation_actions .group_box .operationDropdown.open {
      border-bottom: 0;
      border-radius: 5px 5px 0 0 !important; }

/* Icons hover effects */
i.fa:hover, i.fas:hover, i.far:hover, i.fal:hover {
  opacity: .8; }

.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
  pointer-events: none; }

.has-error .btn-group.dropdown .btn-input {
  box-sizing: border-box;
  border: 1px solid #a94442; }

.advanced-button {
  float: right;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 50px; }
  .advanced-button .switch {
    margin-left: 5px; }

/* SMS Event switch */
.switch-btn {
  position: absolute;
  right: 33%;
  display: flex;
  justify-content: center;
  align-items: center;
  width: auto; }
  .switch-btn h5 {
    padding-right: 5px; }
  .switch-btn .switch.checked {
    background: #0CC982;
    border-color: #0CC982; }
    .switch-btn .switch.checked small {
      left: 20px; }

/* Small switch - used in panel content in SMS Inbox */
.single-panel .switch {
  width: 48px;
  height: 26px;
  vertical-align: middle;
  top: 0;
  font-family: "OpenSansRegular", "Helvetica", "Arial", "Verdana"; }
  .single-panel .switch.wide {
    width: 60px; }
    .single-panel .switch.wide.checked small {
      left: 34px; }
  .single-panel .switch small {
    width: 26px;
    height: 26px; }
  .single-panel .switch .off {
    color: #575757; }
  .single-panel .switch .on {
    color: #ffffff; }
  .single-panel .switch .switch-text {
    color: #575757;
    line-height: 26px; }

.single-panel .switch.checked {
  background: #0CC982;
  border-color: #0CC982; }

.single-panel.advanced-mode .switch {
  border: 1px solid #575757; }
  .single-panel.advanced-mode .switch .switch-text {
    color: #575757; }
    .single-panel.advanced-mode .switch .switch-text .on {
      color: #ffffff; }

.single-panel.advanced-mode small {
  border-color: #575757;
  opacity: 1; }

.single-panel.advanced-mode .switch.checked {
  background: transparent;
  border-color: #e6e6e6;
  opacity: 1; }

/* SMS Event tooltip hack */
.tooltip-custom .tooltip-inner {
  padding: 5px 10px;
  max-width: 250px; }

.tooltip-add-icon {
  margin: 6px 0 0;
  font-size: 12px;
  line-height: 1.5; }

button.close-area {
  background: transparent;
  border: none;
  width: 40px;
  height: 40px;
  position: absolute;
  right: 5px;
  top: 50%;
  margin-top: -20px;
  text-align: center;
  font-size: 20px;
  cursor: pointer; }

.single-panel ul[dnd-list] > li button.close-area {
  width: 30px;
  height: 30px;
  right: 0;
  margin-top: -15px; }

.dashboard-statistics {
  height: 80vh;
  min-height: 720px; }
  .dashboard-statistics .dashboard-header {
    height: 8vh; }
    .dashboard-statistics .dashboard-header.smsevent {
      height: 6vh; }
    .dashboard-statistics .dashboard-header svg {
      width: 180px;
      height: 50px; }
    .dashboard-statistics .dashboard-header h1 {
      line-height: 50px; }
  .dashboard-statistics .dashboard-body {
    height: 70vh;
    min-height: 630px; }
    .dashboard-statistics .dashboard-body .col-md-3,
    .dashboard-statistics .dashboard-body .col-md-6,
    .dashboard-statistics .dashboard-body .col-md-9 {
      height: 100%; }
    .dashboard-statistics .dashboard-body .widelivefeed {
      width: 75%; }
    .dashboard-statistics .dashboard-body .fix-abs {
      position: relative;
      width: 100%;
      height: 100%;
      display: block; }
    .dashboard-statistics .dashboard-body .panel.panel-primary {
      height: 46%;
      margin: 0;
      padding: 0;
      position: absolute;
      top: 0;
      left: 0;
      width: 100%; }
      .dashboard-statistics .dashboard-body .panel.panel-primary:only-child {
        height: 96%; }
      .dashboard-statistics .dashboard-body .panel.panel-primary + .panel.panel-primary {
        top: 50%; }
      .dashboard-statistics .dashboard-body .panel.panel-primary.panel-full-height {
        top: 0 !important;
        height: 96% !important; }
      .dashboard-statistics .dashboard-body .panel.panel-primary.panel-top {
        height: 38%; }
        .dashboard-statistics .dashboard-body .panel.panel-primary.panel-top + .panel-bottom {
          top: 42%;
          height: 54%; }
      .dashboard-statistics .dashboard-body .panel.panel-primary .chart-container,
      .dashboard-statistics .dashboard-body .panel.panel-primary .chart-wrapper {
        width: 100%;
        height: 100%;
        max-height: 100%;
        position: relative; }
        .dashboard-statistics .dashboard-body .panel.panel-primary .chart-container canvas,
        .dashboard-statistics .dashboard-body .panel.panel-primary .chart-wrapper canvas {
          max-height: 100% !important;
          height: auto !important;
          width: 100% !important; }
      .dashboard-statistics .dashboard-body .panel.panel-primary .chart-centrated-fix {
        display: table;
        width: 100%;
        padding: 42px 2px 2px;
        overflow: auto; }
        .dashboard-statistics .dashboard-body .panel.panel-primary .chart-centrated-fix.panel-with-dropdown {
          padding: 80px 2px 2px; }
        .dashboard-statistics .dashboard-body .panel.panel-primary .chart-centrated-fix .chart-wrapper {
          width: 100%;
          height: 100%;
          position: relative;
          max-height: 100%;
          display: table-cell;
          vertical-align: middle; }
          .dashboard-statistics .dashboard-body .panel.panel-primary .chart-centrated-fix .chart-wrapper canvas {
            height: auto; }
          .dashboard-statistics .dashboard-body .panel.panel-primary .chart-centrated-fix .chart-wrapper h4.changes-text {
            position: absolute;
            bottom: 5px;
            text-align: center;
            width: 100%; }
          .dashboard-statistics .dashboard-body .panel.panel-primary .chart-centrated-fix .chart-wrapper .segment, .dashboard-statistics .dashboard-body .panel.panel-primary .chart-centrated-fix .chart-wrapper .metadata {
            margin-top: 10px; }
            .dashboard-statistics .dashboard-body .panel.panel-primary .chart-centrated-fix .chart-wrapper .segment .name, .dashboard-statistics .dashboard-body .panel.panel-primary .chart-centrated-fix .chart-wrapper .metadata .name {
              text-overflow: ellipsis;
              overflow: hidden;
              white-space: nowrap;
              float: left;
              padding-right: 5px; }
            .dashboard-statistics .dashboard-body .panel.panel-primary .chart-centrated-fix .chart-wrapper .segment .bar, .dashboard-statistics .dashboard-body .panel.panel-primary .chart-centrated-fix .chart-wrapper .metadata .bar {
              display: inline-block;
              background: #777777;
              border-radius: 3px;
              position: relative; }
            .dashboard-statistics .dashboard-body .panel.panel-primary .chart-centrated-fix .chart-wrapper .segment .bar-percentage, .dashboard-statistics .dashboard-body .panel.panel-primary .chart-centrated-fix .chart-wrapper .metadata .bar-percentage {
              border-radius: 3px;
              background-color: #67E88B; }
            .dashboard-statistics .dashboard-body .panel.panel-primary .chart-centrated-fix .chart-wrapper .segment .bar-text, .dashboard-statistics .dashboard-body .panel.panel-primary .chart-centrated-fix .chart-wrapper .metadata .bar-text {
              position: absolute;
              color: #ffffff;
              width: 100%;
              top: 0px;
              text-align: center; }
          .dashboard-statistics .dashboard-body .panel.panel-primary .chart-centrated-fix .chart-wrapper .segment {
            width: 100%; }
            .dashboard-statistics .dashboard-body .panel.panel-primary .chart-centrated-fix .chart-wrapper .segment .name {
              width: 39%; }
            .dashboard-statistics .dashboard-body .panel.panel-primary .chart-centrated-fix .chart-wrapper .segment .bar {
              width: 60%; }
          .dashboard-statistics .dashboard-body .panel.panel-primary .chart-centrated-fix .chart-wrapper .metadata {
            font-size: 1.4rem; }
            .dashboard-statistics .dashboard-body .panel.panel-primary .chart-centrated-fix .chart-wrapper .metadata .name {
              width: 25%; }
            .dashboard-statistics .dashboard-body .panel.panel-primary .chart-centrated-fix .chart-wrapper .metadata .bar {
              width: 73%; }
        .dashboard-statistics .dashboard-body .panel.panel-primary .chart-centrated-fix.chart-stretch {
          display: block;
          padding: 45px 5px 5px; }
          .dashboard-statistics .dashboard-body .panel.panel-primary .chart-centrated-fix.chart-stretch .chart-wrapper {
            display: block; }
            .dashboard-statistics .dashboard-body .panel.panel-primary .chart-centrated-fix.chart-stretch .chart-wrapper canvas {
              height: auto !important;
              width: auto !important;
              display: block;
              margin: 0 auto; }
      .dashboard-statistics .dashboard-body .panel.panel-primary.one-third {
        height: 29.3333%; }
        .dashboard-statistics .dashboard-body .panel.panel-primary.one-third + .panel.panel-primary.one-third {
          top: 33.3333%; }
          .dashboard-statistics .dashboard-body .panel.panel-primary.one-third + .panel.panel-primary.one-third + .panel.panel-primary.one-third {
            top: 66.6666%; }
      .dashboard-statistics .dashboard-body .panel.panel-primary .rfw-list li i.fa, .dashboard-statistics .dashboard-body .panel.panel-primary .rfw-list li i.fas, .dashboard-statistics .dashboard-body .panel.panel-primary .rfw-list li i.far, .dashboard-statistics .dashboard-body .panel.panel-primary .rfw-list li i.fal {
        background: transparent;
        color: #111111; }
      .dashboard-statistics .dashboard-body .panel.panel-primary ul.services-list {
        list-style: none;
        margin: 0;
        min-height: 32px;
        padding: 1px 0 0;
        width: 100%; }
        .dashboard-statistics .dashboard-body .panel.panel-primary ul.services-list li {
          position: relative;
          height: auto;
          line-height: 26px;
          margin-bottom: 5px;
          color: #111111;
          cursor: pointer;
          min-height: 26px;
          display: block;
          font-family: "OpenSansRegular", "Helvetica", "Arial", "Verdana";
          font-size: 14px;
          padding: 0;
          margin-bottom: 0; }
          .dashboard-statistics .dashboard-body .panel.panel-primary ul.services-list li.disabled {
            opacity: .65; }
          .dashboard-statistics .dashboard-body .panel.panel-primary ul.services-list li h5 {
            margin-bottom: 0; }
          .dashboard-statistics .dashboard-body .panel.panel-primary ul.services-list li p.description {
            font-size: 12px;
            margin: 0; }
          .dashboard-statistics .dashboard-body .panel.panel-primary ul.services-list li i.fa, .dashboard-statistics .dashboard-body .panel.panel-primary ul.services-list li i.fas, .dashboard-statistics .dashboard-body .panel.panel-primary ul.services-list li i.far, .dashboard-statistics .dashboard-body .panel.panel-primary ul.services-list li i.fal {
            width: 36px;
            height: 36px;
            font-size: 20px;
            color: #111111;
            line-height: 40px;
            text-align: center;
            float: none;
            position: absolute;
            right: 5px;
            top: 5px; }
          .dashboard-statistics .dashboard-body .panel.panel-primary ul.services-list li .list-element {
            position: relative;
            padding: 10px 36px 10px 44px;
            width: 100%;
            height: 100%;
            border-bottom: 1px solid #575757;
            white-space: nowrap;
            overflow: hidden;
            text-overflow: ellipsis; }
            .dashboard-statistics .dashboard-body .panel.panel-primary ul.services-list li .list-element.all {
              font-family: "OpenSansBold", "Helvetica", "Arial", "Verdana"; }
            .dashboard-statistics .dashboard-body .panel.panel-primary ul.services-list li .list-element::before {
              content: "";
              width: 18px;
              height: 18px;
              background: #ffffff;
              border: none;
              position: absolute;
              left: 10px;
              top: 50%;
              margin-top: -9px;
              box-sizing: border-box;
              -webkit-border-radius: 4px;
              -moz-border-radius: 4px;
              -ms-border-radius: 4px;
              border-radius: 4px; }
          .dashboard-statistics .dashboard-body .panel.panel-primary ul.services-list li.active > .list-element::after {
            content: "\f00c";
            font-family: "Font Awesome 5 Pro";
            font-weight: 900;
            width: 18px;
            height: 18px;
            color: #000000;
            position: absolute;
            left: 10px;
            top: 50%;
            margin-top: -9px;
            box-sizing: border-box;
            font-size: 12px;
            line-height: 18px;
            text-align: center; }
          .dashboard-statistics .dashboard-body .panel.panel-primary ul.services-list li ul.routes-list {
            margin: 0;
            padding: 0;
            display: none; }
            .dashboard-statistics .dashboard-body .panel.panel-primary ul.services-list li ul.routes-list > li > .list-element {
              padding: 10px 20px 10px 64px;
              background: rgba(0, 0, 0, 0.05); }
              .dashboard-statistics .dashboard-body .panel.panel-primary ul.services-list li ul.routes-list > li > .list-element::before {
                left: 30px; }
            .dashboard-statistics .dashboard-body .panel.panel-primary ul.services-list li ul.routes-list > li.active .list-element::after {
              left: 30px; }
          .dashboard-statistics .dashboard-body .panel.panel-primary ul.services-list li.opened ul.routes-list {
            display: block; }
    .dashboard-statistics .dashboard-body .fix-two-third {
      display: block;
      height: 60%;
      width: 100%; }
      .dashboard-statistics .dashboard-body .fix-two-third .panel.panel-primary {
        height: 93.3333%; }
    .dashboard-statistics .dashboard-body .fix-one-third {
      display: block;
      height: 40%;
      width: 100%; }
      .dashboard-statistics .dashboard-body .fix-one-third .panel.panel-primary {
        height: 90%;
        width: 48%;
        top: 0 !important; }
        .dashboard-statistics .dashboard-body .fix-one-third .panel.panel-primary + .panel.panel-primary {
          left: 52%; }
        .dashboard-statistics .dashboard-body .fix-one-third .panel.panel-primary.one-third {
          width: 31.3333% !important; }
          .dashboard-statistics .dashboard-body .fix-one-third .panel.panel-primary.one-third + .panel.panel-primary.one-third {
            left: 34.3333%; }
            .dashboard-statistics .dashboard-body .fix-one-third .panel.panel-primary.one-third + .panel.panel-primary.one-third + .panel.panel-primary.one-third {
              left: 68.6666%; }
    .dashboard-statistics .dashboard-body table.table {
      background: transparent; }
      .dashboard-statistics .dashboard-body table.table tbody > tr.highlight-bg {
        background-color: #5edaf9; }
      .dashboard-statistics .dashboard-body table.table tbody > tr > td {
        height: 32px;
        padding: 0 5px;
        vertical-align: middle;
        font-size: 13px;
        font-family: "OpenSansLight", "Helvetica", "Arial", "Verdana"; }
        .dashboard-statistics .dashboard-body table.table tbody > tr > td i.fa, .dashboard-statistics .dashboard-body table.table tbody > tr > td i.fas, .dashboard-statistics .dashboard-body table.table tbody > tr > td i.far, .dashboard-statistics .dashboard-body table.table tbody > tr > td i.fal {
          cursor: pointer;
          height: 40px;
          width: 40px;
          line-height: 40px;
          padding: 0;
          display: block;
          text-align: center;
          margin: 0 auto; }
        .dashboard-statistics .dashboard-body table.table tbody > tr > td:hover i.fa, .dashboard-statistics .dashboard-body table.table tbody > tr > td:hover i.fas, .dashboard-statistics .dashboard-body table.table tbody > tr > td:hover i.far, .dashboard-statistics .dashboard-body table.table tbody > tr > td:hover i.fal {
          color: #111111;
          opacity: .9; }
        .dashboard-statistics .dashboard-body table.table tbody > tr > td.icon {
          width: 4%; }
        .dashboard-statistics .dashboard-body table.table tbody > tr > td.svgicon {
          width: 5%; }
        .dashboard-statistics .dashboard-body table.table tbody > tr > td.svgiconwide {
          width: 3%; }
        .dashboard-statistics .dashboard-body table.table tbody > tr > td.showcursor {
          cursor: pointer; }
        .dashboard-statistics .dashboard-body table.table tbody > tr > td.time {
          width: 5%; }
        .dashboard-statistics .dashboard-body table.table tbody > tr > td.date {
          width: 5%; }
        .dashboard-statistics .dashboard-body table.table tbody > tr > td.phone {
          width: 1%;
          font-family: "OpenSansBold", "Helvetica", "Arial", "Verdana"; }
        .dashboard-statistics .dashboard-body table.table tbody > tr > td.message {
          width: 60%; }
          .dashboard-statistics .dashboard-body table.table tbody > tr > td.message p {
            font-family: "OpenSansRegular", "Helvetica", "Arial", "Verdana";
            max-height: 32px;
            overflow: hidden;
            line-height: 16px;
            font-size: 13px;
            margin: 4px 0;
            padding: 0;
            cursor: default !important; }
            .dashboard-statistics .dashboard-body table.table tbody > tr > td.message p.expand {
              max-height: 9999px; }
        .dashboard-statistics .dashboard-body table.table tbody > tr > td.messagesmall {
          width: 32%;
          overflow-wrap: break-word;
          max-width: 32px; }
          .dashboard-statistics .dashboard-body table.table tbody > tr > td.messagesmall p {
            font-family: "OpenSansRegular", "Helvetica", "Arial", "Verdana";
            max-height: 32px;
            overflow: hidden;
            line-height: 16px;
            font-size: 13px;
            margin: 4px 0;
            padding: 0;
            cursor: default !important; }
            .dashboard-statistics .dashboard-body table.table tbody > tr > td.messagesmall p.expand {
              max-height: 9999px; }
        .dashboard-statistics .dashboard-body table.table tbody > tr > td.category {
          width: 2%;
          padding: 0;
          background: #3995f2; }
      .dashboard-statistics .dashboard-body table.table tbody > tr:hover > td {
        background: rgba(0, 0, 0, 0.1); }
        .dashboard-statistics .dashboard-body table.table tbody > tr:hover > td.category {
          background: #3995f2; }
      .dashboard-statistics .dashboard-body table.table tbody > tr.locked > td {
        background: rgba(0, 0, 0, 0.2); }
        .dashboard-statistics .dashboard-body table.table tbody > tr.locked > td.category {
          background: #3995f2; }
        .dashboard-statistics .dashboard-body table.table tbody > tr.locked > td.message p {
          max-height: 9999px; }
      .dashboard-statistics .dashboard-body table.table tbody > tr.locked:hover > td {
        background: rgba(0, 0, 0, 0.3); }
        .dashboard-statistics .dashboard-body table.table tbody > tr.locked:hover > td.category {
          background: #3995f2; }
  .dashboard-statistics .dashboard-smsevent-body {
    height: 79vh;
    min-height: 630px;
    display: grid;
    gap: 20px;
    width: 100%;
    grid-template-columns: repeat(12, 1fr); }
    .dashboard-statistics .dashboard-smsevent-body.mobile-view .sms_channels {
      grid-column: 1 / 13;
      grid-row: 2 / 4; }
    .dashboard-statistics .dashboard-smsevent-body.mobile-view .released_amount {
      grid-column: 1 / 13;
      grid-row: 1 / 2;
      min-height: 90px; }
    .dashboard-statistics .dashboard-smsevent-body.mobile-view .other_channels {
      grid-column: 1 / 13;
      grid-row: 4 / 6; }
    .dashboard-statistics .dashboard-smsevent-body.showGraph .graph {
      grid-column: 1 / 10;
      grid-row: 1 / 3; }
    .dashboard-statistics .dashboard-smsevent-body.showGraph .released_amount {
      grid-column: 10 / 13;
      grid-row: 1 / 3; }
    .dashboard-statistics .dashboard-smsevent-body.showGraph .sms_channels {
      grid-column: 1 / 7;
      grid-row: 3 / 4; }
    .dashboard-statistics .dashboard-smsevent-body.showGraph .other_channels {
      grid-column: 7 / 13;
      grid-row: 3 / 4; }
    .dashboard-statistics .dashboard-smsevent-body.showGraph .chart-pie {
      display: none; }
    .dashboard-statistics .dashboard-smsevent-body.noGraph .sms_channels {
      grid-column: 1 / 10;
      grid-row: 1 / 3; }
    .dashboard-statistics .dashboard-smsevent-body.noGraph .released_amount {
      grid-column: 10 / 13;
      grid-row: 1 / 5; }
    .dashboard-statistics .dashboard-smsevent-body.noGraph .other_channels {
      grid-column: 1 / 10;
      grid-row: 3 / 5; }
    .dashboard-statistics .dashboard-smsevent-body.largeChannels .sms_channels {
      grid-column: 1 / 7;
      grid-row: 2 / 10; }
    .dashboard-statistics .dashboard-smsevent-body.largeChannels .released_amount {
      grid-column: 1 / 13;
      grid-row: 1 / 2;
      min-height: 90px; }
    .dashboard-statistics .dashboard-smsevent-body.largeChannels .other_channels {
      grid-column: 7 / 13;
      grid-row: 2 / 10; }
    .dashboard-statistics .dashboard-smsevent-body.largeChannels .chart-pie {
      display: none; }
    .dashboard-statistics .dashboard-smsevent-body.largeChannels .split-divs > div {
      width: 50%;
      float: right; }
    .dashboard-statistics .dashboard-smsevent-body .col-md-12 {
      height: 100%; }
    .dashboard-statistics .dashboard-smsevent-body .widelivefeed {
      width: 75%; }
    .dashboard-statistics .dashboard-smsevent-body .fix-abs {
      position: relative;
      width: 100%;
      height: 100%;
      display: block; }
    .dashboard-statistics .dashboard-smsevent-body .panel.panel-primary {
      height: 46%;
      margin: 0;
      padding: 0;
      position: absolute;
      top: 0;
      left: 0;
      width: 100%; }
      .dashboard-statistics .dashboard-smsevent-body .panel.panel-primary:only-child {
        height: 100%; }
      .dashboard-statistics .dashboard-smsevent-body .panel.panel-primary + .panel.panel-primary {
        top: 50%; }
      .dashboard-statistics .dashboard-smsevent-body .panel.panel-primary.panel-full-height {
        top: 0 !important;
        height: 96% !important; }
      .dashboard-statistics .dashboard-smsevent-body .panel.panel-primary .panel-body {
        position: relative; }
        .dashboard-statistics .dashboard-smsevent-body .panel.panel-primary .panel-body.with-footer {
          padding: 40px 0 10px;
          height: calc(100% - 30px); }
        .dashboard-statistics .dashboard-smsevent-body .panel.panel-primary .panel-body.graph {
          overflow: hidden; }
        .dashboard-statistics .dashboard-smsevent-body .panel.panel-primary .panel-body .slider {
          z-index: 1;
          margin-top: -10px;
          position: absolute;
          left: 100%;
          width: 30%;
          height: 100%;
          transition: left 1s;
          -webkit-border-radius: 0;
          -moz-border-radius: 0;
          -ms-border-radius: 0;
          border-radius: 0;
          -webkit-box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.2);
          -moz-box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.2);
          background: #e6e6e6; }
          .dashboard-statistics .dashboard-smsevent-body .panel.panel-primary .panel-body .slider.show-slider {
            left: 70%; }
      .dashboard-statistics .dashboard-smsevent-body .panel.panel-primary .panel-footer {
        padding: 5px;
        height: 30px;
        background-color: #4ad99a;
        border-bottom-right-radius: 0;
        border-bottom-left-radius: 0; }
      .dashboard-statistics .dashboard-smsevent-body .panel.panel-primary.panel-top {
        height: 38%; }
        .dashboard-statistics .dashboard-smsevent-body .panel.panel-primary.panel-top + .panel-bottom {
          top: 42%;
          height: 54%; }
      .dashboard-statistics .dashboard-smsevent-body .panel.panel-primary .third-view-font {
        font-size: 26px;
        font-weight: bold;
        color: #777777; }
      .dashboard-statistics .dashboard-smsevent-body .panel.panel-primary .font-chart-second {
        color: #777777; }
      .dashboard-statistics .dashboard-smsevent-body .panel.panel-primary .font-charterize {
        font-size: 34px;
        line-height: 36px;
        color: #0CC982; }
      .dashboard-statistics .dashboard-smsevent-body .panel.panel-primary .chart-container,
      .dashboard-statistics .dashboard-smsevent-body .panel.panel-primary .chart-wrapper {
        width: 100%;
        height: 100%;
        max-height: 100%;
        position: relative; }
        .dashboard-statistics .dashboard-smsevent-body .panel.panel-primary .chart-container canvas,
        .dashboard-statistics .dashboard-smsevent-body .panel.panel-primary .chart-wrapper canvas {
          max-height: 100% !important;
          height: auto !important;
          width: 100% !important; }
      .dashboard-statistics .dashboard-smsevent-body .panel.panel-primary .chart-centrated-fix {
        display: table;
        width: 100%;
        padding: 42px 2px 2px;
        overflow: auto; }
        .dashboard-statistics .dashboard-smsevent-body .panel.panel-primary .chart-centrated-fix.panel-with-dropdown {
          padding: 80px 2px 2px; }
        .dashboard-statistics .dashboard-smsevent-body .panel.panel-primary .chart-centrated-fix .chart-wrapper {
          width: 100%;
          height: 100%;
          position: relative;
          max-height: 100%;
          display: table-cell;
          vertical-align: middle; }
          .dashboard-statistics .dashboard-smsevent-body .panel.panel-primary .chart-centrated-fix .chart-wrapper canvas {
            height: auto; }
          .dashboard-statistics .dashboard-smsevent-body .panel.panel-primary .chart-centrated-fix .chart-wrapper h4.changes-text {
            position: absolute;
            bottom: 5px;
            text-align: center;
            width: 100%; }
          .dashboard-statistics .dashboard-smsevent-body .panel.panel-primary .chart-centrated-fix .chart-wrapper .segment, .dashboard-statistics .dashboard-smsevent-body .panel.panel-primary .chart-centrated-fix .chart-wrapper .metadata {
            margin-top: 10px; }
            .dashboard-statistics .dashboard-smsevent-body .panel.panel-primary .chart-centrated-fix .chart-wrapper .segment .name, .dashboard-statistics .dashboard-smsevent-body .panel.panel-primary .chart-centrated-fix .chart-wrapper .metadata .name {
              text-overflow: ellipsis;
              overflow: hidden;
              white-space: nowrap;
              float: left;
              padding-right: 5px; }
            .dashboard-statistics .dashboard-smsevent-body .panel.panel-primary .chart-centrated-fix .chart-wrapper .segment .bar, .dashboard-statistics .dashboard-smsevent-body .panel.panel-primary .chart-centrated-fix .chart-wrapper .metadata .bar {
              display: inline-block;
              background: #777777;
              border-radius: 3px;
              position: relative; }
            .dashboard-statistics .dashboard-smsevent-body .panel.panel-primary .chart-centrated-fix .chart-wrapper .segment .bar-percentage, .dashboard-statistics .dashboard-smsevent-body .panel.panel-primary .chart-centrated-fix .chart-wrapper .metadata .bar-percentage {
              border-radius: 3px;
              background-color: #67E88B; }
            .dashboard-statistics .dashboard-smsevent-body .panel.panel-primary .chart-centrated-fix .chart-wrapper .segment .bar-text, .dashboard-statistics .dashboard-smsevent-body .panel.panel-primary .chart-centrated-fix .chart-wrapper .metadata .bar-text {
              position: absolute;
              color: #ffffff;
              width: 100%;
              top: 0px;
              text-align: center; }
          .dashboard-statistics .dashboard-smsevent-body .panel.panel-primary .chart-centrated-fix .chart-wrapper .segment {
            width: 100%; }
            .dashboard-statistics .dashboard-smsevent-body .panel.panel-primary .chart-centrated-fix .chart-wrapper .segment .name {
              width: 39%; }
            .dashboard-statistics .dashboard-smsevent-body .panel.panel-primary .chart-centrated-fix .chart-wrapper .segment .bar {
              width: 60%; }
          .dashboard-statistics .dashboard-smsevent-body .panel.panel-primary .chart-centrated-fix .chart-wrapper .metadata {
            font-size: 1.4rem; }
            .dashboard-statistics .dashboard-smsevent-body .panel.panel-primary .chart-centrated-fix .chart-wrapper .metadata .name {
              width: 25%; }
            .dashboard-statistics .dashboard-smsevent-body .panel.panel-primary .chart-centrated-fix .chart-wrapper .metadata .bar {
              width: 73%; }
        .dashboard-statistics .dashboard-smsevent-body .panel.panel-primary .chart-centrated-fix.chart-stretch {
          display: block;
          padding: 45px 5px 5px; }
          .dashboard-statistics .dashboard-smsevent-body .panel.panel-primary .chart-centrated-fix.chart-stretch .chart-wrapper {
            display: block; }
            .dashboard-statistics .dashboard-smsevent-body .panel.panel-primary .chart-centrated-fix.chart-stretch .chart-wrapper canvas {
              height: 100% !important;
              display: block; }
      .dashboard-statistics .dashboard-smsevent-body .panel.panel-primary.one-third {
        height: 29.3333%; }
        .dashboard-statistics .dashboard-smsevent-body .panel.panel-primary.one-third + .panel.panel-primary.one-third {
          top: 33.3333%; }
          .dashboard-statistics .dashboard-smsevent-body .panel.panel-primary.one-third + .panel.panel-primary.one-third + .panel.panel-primary.one-third {
            top: 66.6666%; }
      .dashboard-statistics .dashboard-smsevent-body .panel.panel-primary .rfw-list li i.fa, .dashboard-statistics .dashboard-smsevent-body .panel.panel-primary .rfw-list li i.fas, .dashboard-statistics .dashboard-smsevent-body .panel.panel-primary .rfw-list li i.far, .dashboard-statistics .dashboard-smsevent-body .panel.panel-primary .rfw-list li i.fal {
        background: transparent;
        color: #111111; }
      .dashboard-statistics .dashboard-smsevent-body .panel.panel-primary ul.services-list {
        list-style: none;
        margin: 0;
        min-height: 32px;
        padding: 1px 0 0;
        width: 100%; }
        .dashboard-statistics .dashboard-smsevent-body .panel.panel-primary ul.services-list li {
          position: relative;
          height: auto;
          line-height: 26px;
          margin-bottom: 5px;
          color: #111111;
          cursor: pointer;
          min-height: 26px;
          display: block;
          font-family: "OpenSansRegular", "Helvetica", "Arial", "Verdana";
          font-size: 14px;
          padding: 0;
          margin-bottom: 0; }
          .dashboard-statistics .dashboard-smsevent-body .panel.panel-primary ul.services-list li.disabled {
            opacity: .65; }
          .dashboard-statistics .dashboard-smsevent-body .panel.panel-primary ul.services-list li h5 {
            margin-bottom: 0; }
          .dashboard-statistics .dashboard-smsevent-body .panel.panel-primary ul.services-list li p.description {
            font-size: 12px;
            margin: 0; }
          .dashboard-statistics .dashboard-smsevent-body .panel.panel-primary ul.services-list li i.fa, .dashboard-statistics .dashboard-smsevent-body .panel.panel-primary ul.services-list li i.fas, .dashboard-statistics .dashboard-smsevent-body .panel.panel-primary ul.services-list li i.far, .dashboard-statistics .dashboard-smsevent-body .panel.panel-primary ul.services-list li i.fal {
            width: 36px;
            height: 36px;
            font-size: 20px;
            color: #111111;
            line-height: 40px;
            text-align: center;
            float: none;
            position: absolute;
            right: 5px;
            top: 5px; }
          .dashboard-statistics .dashboard-smsevent-body .panel.panel-primary ul.services-list li .list-element {
            position: relative;
            padding: 10px 36px 10px 44px;
            width: 100%;
            height: 100%;
            border-bottom: 1px solid #575757;
            white-space: nowrap;
            overflow: hidden;
            text-overflow: ellipsis; }
            .dashboard-statistics .dashboard-smsevent-body .panel.panel-primary ul.services-list li .list-element.all {
              font-family: "OpenSansBold", "Helvetica", "Arial", "Verdana"; }
            .dashboard-statistics .dashboard-smsevent-body .panel.panel-primary ul.services-list li .list-element::before {
              content: "";
              width: 18px;
              height: 18px;
              background: #ffffff;
              border: none;
              position: absolute;
              left: 10px;
              top: 50%;
              margin-top: -9px;
              box-sizing: border-box;
              -webkit-border-radius: 4px;
              -moz-border-radius: 4px;
              -ms-border-radius: 4px;
              border-radius: 4px; }
          .dashboard-statistics .dashboard-smsevent-body .panel.panel-primary ul.services-list li.active > .list-element::after {
            content: "\f00c";
            font-family: "Font Awesome 5 Pro";
            font-weight: 900;
            width: 18px;
            height: 18px;
            color: #000000;
            position: absolute;
            left: 10px;
            top: 50%;
            margin-top: -9px;
            box-sizing: border-box;
            font-size: 12px;
            line-height: 18px;
            text-align: center; }
          .dashboard-statistics .dashboard-smsevent-body .panel.panel-primary ul.services-list li ul.routes-list {
            margin: 0;
            padding: 0;
            display: none; }
            .dashboard-statistics .dashboard-smsevent-body .panel.panel-primary ul.services-list li ul.routes-list > li > .list-element {
              padding: 10px 20px 10px 64px;
              background: rgba(0, 0, 0, 0.05); }
              .dashboard-statistics .dashboard-smsevent-body .panel.panel-primary ul.services-list li ul.routes-list > li > .list-element::before {
                left: 30px; }
            .dashboard-statistics .dashboard-smsevent-body .panel.panel-primary ul.services-list li ul.routes-list > li.active .list-element::after {
              left: 30px; }
          .dashboard-statistics .dashboard-smsevent-body .panel.panel-primary ul.services-list li.opened ul.routes-list {
            display: block; }
    .dashboard-statistics .dashboard-smsevent-body .fix-half {
      display: block;
      height: 50%;
      width: 100%; }
      .dashboard-statistics .dashboard-smsevent-body .fix-half .panel.panel-primary {
        height: 93.3333%; }
      .dashboard-statistics .dashboard-smsevent-body .fix-half .row {
        height: 100%; }
        .dashboard-statistics .dashboard-smsevent-body .fix-half .row .col-md-3,
        .dashboard-statistics .dashboard-smsevent-body .fix-half .row .col-md-6,
        .dashboard-statistics .dashboard-smsevent-body .fix-half .row .col-md-9 {
          height: 100%; }
    .dashboard-statistics .dashboard-smsevent-body .fix-two-third {
      display: block;
      height: 60%;
      width: 100%; }
      .dashboard-statistics .dashboard-smsevent-body .fix-two-third .panel.panel-primary {
        height: 93.3333%; }
      .dashboard-statistics .dashboard-smsevent-body .fix-two-third .row {
        height: 100%; }
        .dashboard-statistics .dashboard-smsevent-body .fix-two-third .row .col-md-3,
        .dashboard-statistics .dashboard-smsevent-body .fix-two-third .row .col-md-6,
        .dashboard-statistics .dashboard-smsevent-body .fix-two-third .row .col-md-9 {
          height: 100%; }
    .dashboard-statistics .dashboard-smsevent-body .fix-one-third {
      display: block;
      height: 40%;
      width: 100%; }
      .dashboard-statistics .dashboard-smsevent-body .fix-one-third .row {
        height: 100%; }
        .dashboard-statistics .dashboard-smsevent-body .fix-one-third .row .col-md-3,
        .dashboard-statistics .dashboard-smsevent-body .fix-one-third .row .col-md-6,
        .dashboard-statistics .dashboard-smsevent-body .fix-one-third .row .col-md-9 {
          height: 100%; }
      .dashboard-statistics .dashboard-smsevent-body .fix-one-third .panel.panel-primary {
        height: 90%;
        width: 100%;
        top: 0 !important; }
        .dashboard-statistics .dashboard-smsevent-body .fix-one-third .panel.panel-primary + .panel.panel-primary {
          left: 52%; }
        .dashboard-statistics .dashboard-smsevent-body .fix-one-third .panel.panel-primary.one-third {
          width: 31.3333% !important; }
          .dashboard-statistics .dashboard-smsevent-body .fix-one-third .panel.panel-primary.one-third + .panel.panel-primary.one-third {
            left: 34.3333%; }
            .dashboard-statistics .dashboard-smsevent-body .fix-one-third .panel.panel-primary.one-third + .panel.panel-primary.one-third + .panel.panel-primary.one-third {
              left: 68.6666%; }
    .dashboard-statistics .dashboard-smsevent-body .center-of-box {
      width: 100%;
      height: 100%;
      display: flex;
      justify-content: space-evenly;
      align-items: center;
      flex-direction: column; }
    .dashboard-statistics .dashboard-smsevent-body table.table {
      background: transparent; }
      .dashboard-statistics .dashboard-smsevent-body table.table tbody > tr > td {
        height: 32px;
        padding: 0 5px;
        vertical-align: middle;
        font-size: 13px;
        font-family: "OpenSansLight", "Helvetica", "Arial", "Verdana"; }
        .dashboard-statistics .dashboard-smsevent-body table.table tbody > tr > td i.fa, .dashboard-statistics .dashboard-smsevent-body table.table tbody > tr > td i.fas, .dashboard-statistics .dashboard-smsevent-body table.table tbody > tr > td i.far, .dashboard-statistics .dashboard-smsevent-body table.table tbody > tr > td i.fal {
          cursor: pointer;
          height: 40px;
          width: 40px;
          line-height: 40px;
          padding: 0;
          display: block;
          text-align: center;
          margin: 0 auto; }
        .dashboard-statistics .dashboard-smsevent-body table.table tbody > tr > td:hover i.fa, .dashboard-statistics .dashboard-smsevent-body table.table tbody > tr > td:hover i.fas, .dashboard-statistics .dashboard-smsevent-body table.table tbody > tr > td:hover i.far, .dashboard-statistics .dashboard-smsevent-body table.table tbody > tr > td:hover i.fal {
          color: #111111;
          opacity: .9; }
        .dashboard-statistics .dashboard-smsevent-body table.table tbody > tr > td.icon {
          width: 4%; }
        .dashboard-statistics .dashboard-smsevent-body table.table tbody > tr > td.svgicon {
          width: 5%; }
        .dashboard-statistics .dashboard-smsevent-body table.table tbody > tr > td.svgiconwide {
          width: 3%; }
        .dashboard-statistics .dashboard-smsevent-body table.table tbody > tr > td.showcursor {
          cursor: pointer; }
        .dashboard-statistics .dashboard-smsevent-body table.table tbody > tr > td.time {
          width: 5%; }
        .dashboard-statistics .dashboard-smsevent-body table.table tbody > tr > td.date {
          width: 5%; }
        .dashboard-statistics .dashboard-smsevent-body table.table tbody > tr > td.phone {
          width: 1%;
          font-family: "OpenSansBold", "Helvetica", "Arial", "Verdana"; }
        .dashboard-statistics .dashboard-smsevent-body table.table tbody > tr > td.message {
          width: 60%; }
          .dashboard-statistics .dashboard-smsevent-body table.table tbody > tr > td.message p {
            font-family: "OpenSansRegular", "Helvetica", "Arial", "Verdana";
            max-height: 32px;
            overflow: hidden;
            line-height: 16px;
            font-size: 13px;
            margin: 4px 0;
            padding: 0;
            cursor: default !important; }
            .dashboard-statistics .dashboard-smsevent-body table.table tbody > tr > td.message p.expand {
              max-height: 9999px; }
        .dashboard-statistics .dashboard-smsevent-body table.table tbody > tr > td.messagesmall {
          width: 32%;
          overflow-wrap: break-word;
          max-width: 32px; }
          .dashboard-statistics .dashboard-smsevent-body table.table tbody > tr > td.messagesmall p {
            font-family: "OpenSansRegular", "Helvetica", "Arial", "Verdana";
            max-height: 32px;
            overflow: hidden;
            line-height: 16px;
            font-size: 13px;
            margin: 4px 0;
            padding: 0;
            cursor: default !important; }
            .dashboard-statistics .dashboard-smsevent-body table.table tbody > tr > td.messagesmall p.expand {
              max-height: 9999px; }
        .dashboard-statistics .dashboard-smsevent-body table.table tbody > tr > td.category {
          width: 2%;
          padding: 0;
          background: #3995f2; }
      .dashboard-statistics .dashboard-smsevent-body table.table tbody > tr:hover > td {
        background: rgba(0, 0, 0, 0.1); }
        .dashboard-statistics .dashboard-smsevent-body table.table tbody > tr:hover > td.category {
          background: #3995f2; }
      .dashboard-statistics .dashboard-smsevent-body table.table tbody > tr.locked > td {
        background: rgba(0, 0, 0, 0.2); }
        .dashboard-statistics .dashboard-smsevent-body table.table tbody > tr.locked > td.category {
          background: #3995f2; }
        .dashboard-statistics .dashboard-smsevent-body table.table tbody > tr.locked > td.message p {
          max-height: 9999px; }
      .dashboard-statistics .dashboard-smsevent-body table.table tbody > tr.locked:hover > td {
        background: rgba(0, 0, 0, 0.3); }
        .dashboard-statistics .dashboard-smsevent-body table.table tbody > tr.locked:hover > td.category {
          background: #3995f2; }
  .dashboard-statistics .dashboard-footer {
    height: 6vh;
    min-height: 80px;
    width: 100%;
    display: table;
    box-sizing: border-box;
    border: none;
    background: #e6e6e6;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    border-radius: 0;
    -webkit-box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.2); }
    .dashboard-statistics .dashboard-footer.smsevent {
      height: 4vh;
      min-height: 50px; }
    .dashboard-statistics .dashboard-footer .box-title {
      display: table-cell;
      vertical-align: middle;
      height: 100%; }
      .dashboard-statistics .dashboard-footer .box-title h5 {
        color: #ffffff;
        line-height: 1.6rem;
        font-size: 1.6rem;
        font-family: "OpenSansLight", "Helvetica", "Arial", "Verdana";
        margin: 0;
        padding: 0;
        width: 100%;
        text-align: center; }
    .dashboard-statistics .dashboard-footer .box-content {
      background: transparent;
      height: 60px;
      display: table-cell;
      float: none;
      vertical-align: middle;
      height: 100%;
      width: 25%;
      padding: 0 20px;
      box-sizing: border-box; }
      .dashboard-statistics .dashboard-footer .box-content h5 {
        line-height: 32px;
        font-size: 1.6rem;
        margin: 0;
        padding: 0;
        display: block;
        float: left;
        font-family: "OpenSansBold", "Helvetica", "Arial", "Verdana"; }
      .dashboard-statistics .dashboard-footer .box-content .box-content-line {
        display: table;
        width: 100%; }
        .dashboard-statistics .dashboard-footer .box-content .box-content-line label {
          font-family: "OpenSansBold", "Helvetica", "Arial", "Verdana";
          line-height: 32px;
          font-size: 1.6rem;
          font-weight: normal;
          margin: 0;
          padding: 0;
          width: 22%;
          display: block;
          float: left; }
        .dashboard-statistics .dashboard-footer .box-content .box-content-line rfw-checkbox {
          width: 32px;
          float: left; }
        .dashboard-statistics .dashboard-footer .box-content .box-content-line .rfw-datetime {
          width: 78%;
          display: block;
          float: left; }
      .dashboard-statistics .dashboard-footer .box-content:last-child .box-content-line label {
        width: 80%; }
      .dashboard-statistics .dashboard-footer .box-content.exception:last-child .box-content-line label {
        width: 22%; }
      .dashboard-statistics .dashboard-footer .box-content span.switch {
        display: block;
        float: left;
        margin-left: 22px; }
      .dashboard-statistics .dashboard-footer .box-content.box-title {
        background: #00BBE4;
        border-right: 1px solid #575757; }
        .dashboard-statistics .dashboard-footer .box-content.box-title h5 {
          color: #ffffff;
          font-family: "OpenSansLight", "Helvetica", "Arial", "Verdana";
          text-align: center; }
  .dashboard-statistics.isInFullScreen {
    background: #cccccc;
    background: -moz-radial-gradient(center, ellipse cover, #cccccc 0%, #e1e1e1 55%, #f2f2f2 100%);
    background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%, #cccccc), color-stop(55%, #e1e1e1), color-stop(100%, #f2f2f2));
    background: -webkit-radial-gradient(center, ellipse cover, #cccccc 0%, #e1e1e1 55%, #f2f2f2 100%);
    background: -o-radial-gradient(center, ellipse cover, #cccccc 0%, #e1e1e1 55%, #f2f2f2 100%);
    background: -ms-radial-gradient(center, ellipse cover, #cccccc 0%, #e1e1e1 55%, #f2f2f2 100%);
    background: radial-gradient(ellipse at center, #cccccc 0%, #e1e1e1 55%, #f2f2f2 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cccccc', endColorstr='#f2f2f2', GradientType=1 );
    padding: 2vh;
    height: 100vh;
    width: 100vw;
    box-sizing: border-box; }
    .dashboard-statistics.isInFullScreen .dashboard-header {
      height: 8vh; }
      .dashboard-statistics.isInFullScreen .dashboard-header.smsevent {
        height: 6vh; }
    .dashboard-statistics.isInFullScreen .dashboard-body {
      height: 80vh;
      min-height: 500px; }
    .dashboard-statistics.isInFullScreen .dashboard-smsevent-body {
      height: 90vh;
      min-height: 630px; }
    .dashboard-statistics.isInFullScreen .dashboard-footer {
      height: 8vh;
      min-height: 48px; }

.panel {
  width: 100%;
  box-sizing: border-box;
  border: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
  -webkit-box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.2);
  background: #e6e6e6;
  display: block; }
  .panel.panel-primary {
    position: relative; }
    .panel.panel-primary .panel-title {
      background: #00BBE4;
      height: 40px;
      border-bottom: 1px solid #575757;
      width: 100%;
      position: relative;
      z-index: 2; }
      .panel.panel-primary .panel-title .add-new-icon {
        position: absolute;
        right: 2px;
        top: 2px; }
        .panel.panel-primary .panel-title .add-new-icon i {
          width: 36px;
          height: 36px;
          line-height: 36px;
          margin-left: 4px;
          display: inline-block;
          text-align: center;
          color: #ffffff;
          cursor: pointer; }
      .panel.panel-primary .panel-title h5 {
        color: #ffffff;
        line-height: 40px;
        font-size: 1.6rem;
        font-family: "OpenSansLight", "Helvetica", "Arial", "Verdana";
        margin: 0;
        padding: 0; }
      .panel.panel-primary .panel-title .info {
        display: block;
        right: 8px;
        top: 8px;
        position: absolute;
        color: #ffffff; }
    .panel.panel-primary .panel-body {
      padding: 50px 10px 10px;
      background: #e6e6e6;
      height: 100%;
      max-height: 100%;
      margin-top: -40px;
      position: relative !important;
      z-index: 1; }
      .panel.panel-primary .panel-body chart-legend {
        display: none !important; }
      .panel.panel-primary .panel-body h1.lastData {
        font-size: 52px;
        line-height: 52px;
        margin: 0;
        position: absolute;
        top: 50%;
        margin-top: -26px;
        left: 0;
        width: 100%;
        display: block;
        font-weight: 700; }
      .panel.panel-primary .panel-body.panel-full {
        padding: 39px 0 0;
        overflow: auto; }
      .panel.panel-primary .panel-body.panel-with-dropdown {
        padding: 89px 0 0; }
        .panel.panel-primary .panel-body.panel-with-dropdown .panel-main-dropdown {
          position: absolute;
          top: 39px;
          left: 0;
          width: 100%;
          height: 50px;
          box-sizing: border-box;
          padding: 10px; }
          .panel.panel-primary .panel-body.panel-with-dropdown .panel-main-dropdown .btn-group {
            width: 100%; }
    .panel.panel-primary.panel-push {
      overflow: hidden; }
      .panel.panel-primary.panel-push .fixed-top {
        display: block;
        padding: 5px 0;
        position: absolute;
        width: 100%;
        z-index: 2;
        background: #dbdbdb;
        border-bottom: 1px solid #575757;
        -webkit-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.5);
        -moz-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.5);
        box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.5); }
      .panel.panel-primary.panel-push .panel-body.panel-full {
        padding: 131px 0 0;
        overflow: auto; }

/* Drop text groups */
/* KIVI FA*/
.drop-text .input-group-addon i.fa-minus-square {
  display: inline-block; }

.drop-text .input-group-addon i.fa-plus-square {
  display: none; }

.drop-text + .drop-text {
  margin-top: 15px; }

.drop-text:last-child .input-group-addon i.fa-minus-square {
  display: inline-block; }

.drop-text:last-child .input-group-addon i.fa-plus-square {
  display: inline-block; }

/* SSO specific drop text group */
.customer_edit .drop-text + .drop-text {
  margin-top: 15px;
  border-top: 1px solid #ddd;
  padding-top: 25px; }

.signup_intro_box {
  text-align: center;
  border: 1px solid #ddd;
  margin-bottom: 40px;
  padding: 10px;
  background-color: #fff; }
  .signup_intro_box a {
    margin: 15px auto 0; }

.info_box {
  text-align: center;
  background-color: #4ad99a;
  color: #066781; }
  .info_box a {
    margin: 15px auto 0; }
  .info_box .text {
    font: "OpenSansRegular", "Helvetica", "Arial", "Verdana";
    padding: 10px; }
  .info_box h3 {
    font-size: 1.5em;
    margin: 20px 0; }
  .info_box h4 {
    font-size: 1.2em;
    margin: 20px 0; }
  .info_box p {
    color: #066781;
    font-size: 1em;
    margin: 20px 0;
    padding: 0 0 20px 0; }
  .info_box .text {
    text-align: justify;
    width: 80%;
    margin: 0 auto; }

.info_ctrl {
  float: right;
  position: absolute;
  right: 40px;
  top: 7px; }
  .info_ctrl i:hover {
    color: #23527c; }

.cookie-list {
  display: flex;
  flex-direction: column;
  margin: 20px 0;
  width: 60%;
  margin: 10px auto 20px;
  text-align: justify; }
  .cookie-list ul li {
    padding: 0 0 10px 0; }

/* Single page panel */
.single-panel {
  background: #ffffff;
  padding: 15px;
  margin-bottom: 20px; }
  .single-panel .sp-header {
    position: relative;
    height: 33px; }
    .single-panel .sp-header .sph-title {
      display: block;
      width: 100%;
      position: relative; }
      .single-panel .sp-header .sph-title h2 {
        margin: 0;
        padding: 0;
        display: inline-block; }
      .single-panel .sp-header .sph-title .title-text {
        display: inline-block; }
      .single-panel .sp-header .sph-title .title-edit {
        height: 32px;
        line-height: 32px;
        font-size: 20px;
        margin-left: 10px;
        display: inline-block;
        cursor: pointer; }
    .single-panel .sp-header .sph-ctrl {
      position: absolute;
      right: 0;
      top: 0; }
      .single-panel .sp-header .sph-ctrl .sph-ctrl-btn {
        width: 28px;
        height: 30px;
        display: block;
        float: left;
        line-height: 30px;
        font-size: 20px;
        text-align: center;
        margin-left: 5px;
        cursor: pointer; }
  .single-panel .sp-content {
    /*    @include transition(all 0.5s);*/ }
    .single-panel .sp-content .rfw-slideable-content {
      margin: 0 !important;
      padding: 20px 0 0 !important; }
    .single-panel .sp-content .single-panel {
      background: #e6e6e6; }

.rfw-form-group {
  width: 100%;
  display: table;
  margin-bottom: 10px; }

.permission_import .import_errors_box {
  background-color: #fff;
  border-radius: 5px;
  height: 170px;
  width: 50%;
  padding: 10px; }
  .permission_import .import_errors_box ul {
    max-height: 150px;
    list-style: none;
    padding-left: 0; }
    .permission_import .import_errors_box ul .ngscrollbar-container-y {
      background: transparent !important; }
      .permission_import .import_errors_box ul .ngscrollbar-container-y .ngscrollbar-y {
        -webkit-border-radius: 5px !important;
        -moz-border-radius: 5px !important;
        -ms-border-radius: 5px !important;
        border-radius: 5px !important;
        width: 10px !important; }

.multi-settings .checkbox-container {
  margin-right: 20px;
  float: left; }
  .multi-settings .checkbox-container rfw-checkbox {
    float: left; }
  .multi-settings .checkbox-container i {
    margin-left: 5px; }

.multi-settings:last-child {
  margin-right: 0;
  float: left; }

.service-period-selector label {
  padding-right: 10px;
  padding-left: 10px; }
  .service-period-selector label:first-child {
    padding-left: 0; }

@media (min-width: 768px) {
  .modal-sm {
    width: 350px; } }

.modal-double-sm {
  width: 100%;
  max-width: 580px; }
  .modal-double-sm .modal-content .modal-body {
    margin: 20px 0 25px; }
    .modal-double-sm .modal-content .modal-body .well .uib-datepicker {
      display: inline-block;
      width: 45%; }
      .modal-double-sm .modal-content .modal-body .well .uib-datepicker:nth-child(1) {
        margin-right: 7%; }

.modal-content {
  background: #e6e6e6;
  -webkit-box-shadow: 0 0 6px 2px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 0 6px 2px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 6px 2px rgba(0, 0, 0, 0.2); }
  .modal-content .modal-header,
  .modal-content .modal-footer {
    border: none;
    padding: 0 20px 15px;
    width: 100%;
    box-sizing: border-box;
    display: table; }
  .modal-content .modal-header {
    padding-top: 10px;
    padding-bottom: 0;
    position: relative; }
    .modal-content .modal-header span.close-btn {
      position: absolute;
      width: 26px;
      height: 26px;
      text-align: center;
      line-height: 26px;
      font-size: 22px;
      color: #000000;
      top: 10px;
      right: 15px;
      cursor: pointer; }
  .modal-content .modal-footer {
    padding-top: 0; }
  .modal-content .modal-body {
    padding: 0 20px;
    margin: 10px 0 20px; }
    .modal-content .modal-body .modal-group {
      padding: 20px 0 10px; }
    .modal-content .modal-body ul.rfw-list {
      margin-bottom: 0; }
    .modal-content .modal-body .modal_list ul {
      list-style: none;
      padding: 4px 0; }
      .modal-content .modal-body .modal_list ul li {
        padding-bottom: 5px; }
    .modal-content .modal-body .rfw-list,
    .modal-content .modal-body p.sms-text {
      margin-bottom: 20px; }
    .modal-content .modal-body.modal-flow .rfw-list {
      margin-bottom: 0;
      min-height: 1px; }
      .modal-content .modal-body.modal-flow .rfw-list li {
        margin-bottom: 0; }
    .modal-content .modal-body iframe {
      display: block;
      width: 100%;
      height: 300px;
      border: none; }
    .modal-content .modal-body .form-group {
      margin-bottom: 10px; }
      .modal-content .modal-body .form-group > label {
        width: 100%;
        margin-bottom: 0 !important; }
    .modal-content .modal-body .well {
      background: transparent;
      border: none;
      -webkit-box-shadow: none;
      -moz-box-shadow: none;
      box-shadow: none;
      outline: none !important;
      padding: 0;
      -webkit-border-radius: 0;
      -moz-border-radius: 0;
      -ms-border-radius: 0;
      border-radius: 0; }
      .modal-content .modal-body .well table.uib-daypicker {
        max-width: 100%;
        width: 100%;
        outline: none !important; }
        .modal-content .modal-body .well table.uib-daypicker thead > tr > th {
          padding: 0;
          vertical-align: middle;
          text-align: center;
          text-transform: uppercase;
          font-family: "OpenSansBold", "Helvetica", "Arial", "Verdana";
          width: 12.5%; }
          .modal-content .modal-body .well table.uib-daypicker thead > tr > th .btn-sm.uib-title,
          .modal-content .modal-body .well table.uib-daypicker thead > tr > th .btn-sm.disabled {
            background: transparent;
            border: none;
            color: #000000;
            font-weight: normal; }
        .modal-content .modal-body .well table.uib-daypicker tbody > tr > td {
          padding: 0;
          vertical-align: middle;
          text-align: center;
          font-family: "OpenSansRegular", "Helvetica", "Arial", "Verdana";
          width: 12.5%;
          border: 1px solid #000000; }
          .modal-content .modal-body .well table.uib-daypicker tbody > tr > td.h6 {
            border: none;
            font-family: "OpenSansBold", "Helvetica", "Arial", "Verdana";
            color: #575757; }
            .modal-content .modal-body .well table.uib-daypicker tbody > tr > td.h6 em {
              font-style: normal; }
          .modal-content .modal-body .well table.uib-daypicker tbody > tr > td:nth-child(n+9) {
            display: none; }
          .modal-content .modal-body .well table.uib-daypicker tbody > tr > td .btn-sm {
            width: 100%;
            padding: 0;
            height: 32px;
            line-height: 32px;
            -webkit-border-radius: 0;
            -moz-border-radius: 0;
            -ms-border-radius: 0;
            border-radius: 0;
            background: transparent;
            border: none;
            color: #000000; }
            .modal-content .modal-body .well table.uib-daypicker tbody > tr > td .btn-sm .text-info {
              color: #000000; }
            .modal-content .modal-body .well table.uib-daypicker tbody > tr > td .btn-sm:hover {
              background: #b3b3b3; }
            .modal-content .modal-body .well table.uib-daypicker tbody > tr > td .btn-sm.btn-info {
              -webkit-box-shadow: none;
              -moz-box-shadow: none;
              box-shadow: none;
              color: #000000;
              background: #b3b3b3;
              font-family: "OpenSansBold", "Helvetica", "Arial", "Verdana"; }
      .modal-content .modal-body .well div.uib-daypicker:focus {
        outline: none !important; }
      .modal-content .modal-body .well .uib-datepicker table {
        max-width: 100%;
        width: 100%;
        outline: none !important; }
        .modal-content .modal-body .well .uib-datepicker table thead > tr > th {
          padding: 0;
          vertical-align: middle;
          text-align: center;
          text-transform: uppercase;
          font-family: "OpenSansBold", "Helvetica", "Arial", "Verdana";
          width: 12.5%; }
          .modal-content .modal-body .well .uib-datepicker table thead > tr > th .btn-sm.uib-title,
          .modal-content .modal-body .well .uib-datepicker table thead > tr > th .btn-sm.disabled {
            background: transparent;
            border: none;
            color: #000000;
            font-weight: normal; }
        .modal-content .modal-body .well .uib-datepicker table tbody > tr > td {
          padding: 0;
          vertical-align: middle;
          text-align: center;
          font-family: "OpenSansRegular", "Helvetica", "Arial", "Verdana";
          width: 12.5%;
          border: 1px solid #000000; }
          .modal-content .modal-body .well .uib-datepicker table tbody > tr > td.h6 {
            border: none;
            font-family: "OpenSansBold", "Helvetica", "Arial", "Verdana";
            color: #575757; }
            .modal-content .modal-body .well .uib-datepicker table tbody > tr > td.h6 em {
              font-style: normal; }
          .modal-content .modal-body .well .uib-datepicker table tbody > tr > td:nth-child(n+9) {
            display: none; }
          .modal-content .modal-body .well .uib-datepicker table tbody > tr > td .btn-sm,
          .modal-content .modal-body .well .uib-datepicker table tbody > tr > td .btn-default {
            width: 100%;
            padding: 0;
            height: 32px;
            line-height: 32px;
            -webkit-border-radius: 0;
            -moz-border-radius: 0;
            -ms-border-radius: 0;
            border-radius: 0;
            background: transparent;
            border: none;
            color: #000000; }
            .modal-content .modal-body .well .uib-datepicker table tbody > tr > td .btn-sm .text-info,
            .modal-content .modal-body .well .uib-datepicker table tbody > tr > td .btn-default .text-info {
              color: #000000; }
            .modal-content .modal-body .well .uib-datepicker table tbody > tr > td .btn-sm:hover,
            .modal-content .modal-body .well .uib-datepicker table tbody > tr > td .btn-default:hover {
              background: #b3b3b3; }
            .modal-content .modal-body .well .uib-datepicker table tbody > tr > td .btn-sm.btn-info,
            .modal-content .modal-body .well .uib-datepicker table tbody > tr > td .btn-default.btn-info {
              -webkit-box-shadow: none;
              -moz-box-shadow: none;
              box-shadow: none;
              color: #000000;
              background: #b3b3b3;
              font-family: "OpenSansBold", "Helvetica", "Arial", "Verdana"; }
    .modal-content .modal-body.modal_checkboxes ul {
      list-style: none;
      margin-left: -20px; }
      .modal-content .modal-body.modal_checkboxes ul .rfw-list {
        margin-bottom: 5px; }
    .modal-content .modal-body .modal-error-msg {
      margin: 10px 0 10px 10px; }
      .modal-content .modal-body .modal-error-msg p {
        color: #D22F46; }

.modal-backdrop.in {
  opacity: .7; }

.status-list rfw-checkbox {
  float: left;
  clear: both; }

.segments {
  padding: 10px 0; }
  .segments .segment_list {
    list-style: none;
    padding-left: 0;
    max-height: 234px;
    overflow: hidden; }
    .segments .segment_list li {
      padding-left: 10px;
      width: 100%;
      height: 30px;
      line-height: 30px;
      text-transform: uppercase;
      white-space: nowrap;
      overflow: hidden;
      text-overflow: ellipsis; }
      .segments .segment_list li.active, .segments .segment_list li.hover {
        background: #575757;
        color: #fff; }
    .segments .segment_list .ngscroll-content-container {
      width: 100%; }

.modal-body.modal-body-winner .panel.panel-primary .rfw-list li i.fa, .modal-body.modal-body-winner .panel.panel-primary .rfw-list li i.fas, .modal-body.modal-body-winner .panel.panel-primary .rfw-list li i.far, .modal-body.modal-body-winner .panel.panel-primary .rfw-list li i.fal {
  background: transparent;
  color: #111; }

.modal-body.modal-body-winner .panel.panel-primary ul.routes-list {
  list-style: none;
  margin: 0;
  min-height: 32px;
  padding: 1px 0 0;
  width: 100%; }
  .modal-body.modal-body-winner .panel.panel-primary ul.routes-list li {
    position: relative;
    height: auto;
    line-height: 26px;
    margin-bottom: 5px;
    color: #111;
    cursor: pointer;
    min-height: 26px;
    display: block;
    font-family: "OpenSansRegular", "Helvetica", "Arial", "Verdana";
    font-size: 14px;
    padding: 0;
    margin-bottom: 0; }
    .modal-body.modal-body-winner .panel.panel-primary ul.routes-list li.disabled {
      opacity: .65; }
    .modal-body.modal-body-winner .panel.panel-primary ul.routes-list li h5 {
      margin-bottom: 0; }
    .modal-body.modal-body-winner .panel.panel-primary ul.routes-list li p.description {
      font-size: 12px;
      margin: 0; }
    .modal-body.modal-body-winner .panel.panel-primary ul.routes-list li i.fa, .modal-body.modal-body-winner .panel.panel-primary ul.routes-list li i.fas, .modal-body.modal-body-winner .panel.panel-primary ul.routes-list li i.far, .modal-body.modal-body-winner .panel.panel-primary ul.routes-list li i.fal {
      width: 36px;
      height: 36px;
      font-size: 20px;
      color: #111;
      line-height: 40px;
      text-align: center;
      float: none;
      position: absolute;
      right: 5px;
      top: 5px; }
    .modal-body.modal-body-winner .panel.panel-primary ul.routes-list li .list-element {
      position: relative;
      padding: 10px 36px 10px 44px;
      width: 100%;
      height: 100%;
      border-bottom: 1.5px solid #000;
      white-space: nowrap;
      overflow: hidden;
      text-overflow: ellipsis; }
      .modal-body.modal-body-winner .panel.panel-primary ul.routes-list li .list-element.all {
        font-family: "OpenSansBold", "Helvetica", "Arial", "Verdana"; }
      .modal-body.modal-body-winner .panel.panel-primary ul.routes-list li .list-element::before {
        content: "";
        width: 18px;
        height: 18px;
        background: #fff;
        border: none;
        position: absolute;
        left: 10px;
        top: 50%;
        margin-top: -9px;
        box-sizing: border-box;
        -webkit-border-radius: 4px;
        -moz-border-radius: 4px;
        -ms-border-radius: 4px;
        border-radius: 4px; }
    .modal-body.modal-body-winner .panel.panel-primary ul.routes-list li.active > .list-element::after {
      content: "\f00c";
      font-family: "Font Awesome 5 Pro";
      font-weight: 900;
      width: 18px;
      height: 18px;
      color: #000;
      position: absolute;
      left: 10px;
      top: 50%;
      margin-top: -9px;
      box-sizing: border-box;
      font-size: 12px;
      line-height: 18px;
      text-align: center; }
    .modal-body.modal-body-winner .panel.panel-primary ul.routes-list li ul.routes-list {
      margin: 0;
      padding: 0;
      display: none; }
      .modal-body.modal-body-winner .panel.panel-primary ul.routes-list li ul.routes-list > li > .list-element {
        padding: 10px 20px 10px 64px;
        background: rgba(0, 0, 0, 0.05); }
        .modal-body.modal-body-winner .panel.panel-primary ul.routes-list li ul.routes-list > li > .list-element::before {
          left: 30px; }
      .modal-body.modal-body-winner .panel.panel-primary ul.routes-list li ul.routes-list > li.active .list-element::after {
        left: 30px; }
    .modal-body.modal-body-winner .panel.panel-primary ul.routes-list li.opened ul.routes-list {
      display: block; }

.no-padding {
  padding: 0 !important; }

.pace {
  -webkit-pointer-events: none;
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  overflow: hidden;
  position: fixed;
  top: 85px;
  left: 0;
  z-index: 96;
  width: 100%;
  height: 10px;
  background: rgba(68, 68, 68, 0.2); }

.pace-inactive {
  display: none; }

.pace .pace-progress {
  background-color: #575757;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 100%;
  width: 100%;
  overflow: hidden;
  border-right: 2px solid #ffffff; }

.pace .pace-activity {
  position: absolute;
  top: 0;
  right: -32px;
  bottom: 0;
  left: 0;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.2)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.2)), color-stop(0.75, rgba(255, 255, 255, 0.2)), color-stop(0.75, transparent), to(transparent));
  background-image: -webkit-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);
  background-image: -moz-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);
  background-image: -o-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);
  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);
  -webkit-background-size: 32px 32px;
  -moz-background-size: 32px 32px;
  -o-background-size: 32px 32px;
  background-size: 32px 32px;
  -webkit-animation: pace-theme-barber-shop-motion 500ms linear infinite;
  -moz-animation: pace-theme-barber-shop-motion 500ms linear infinite;
  -ms-animation: pace-theme-barber-shop-motion 500ms linear infinite;
  -o-animation: pace-theme-barber-shop-motion 500ms linear infinite;
  animation: pace-theme-barber-shop-motion 500ms linear infinite; }

@-webkit-keyframes pace-theme-barber-shop-motion {
  0% {
    -webkit-transform: none;
    transform: none; }
  100% {
    -webkit-transform: translate(-32px, 0);
    transform: translate(-32px, 0); } }

@-moz-keyframes pace-theme-barber-shop-motion {
  0% {
    -moz-transform: none;
    transform: none; }
  100% {
    -moz-transform: translate(-32px, 0);
    transform: translate(-32px, 0); } }

@-o-keyframes pace-theme-barber-shop-motion {
  0% {
    -o-transform: none;
    transform: none; }
  100% {
    -o-transform: translate(-32px, 0);
    transform: translate(-32px, 0); } }

@-ms-keyframes pace-theme-barber-shop-motion {
  0% {
    -ms-transform: none;
    transform: none; }
  100% {
    -ms-transform: translate(-32px, 0);
    transform: translate(-32px, 0); } }

@keyframes pace-theme-barber-shop-motion {
  0% {
    transform: none;
    transform: none; }
  100% {
    transform: translate(-32px, 0);
    transform: translate(-32px, 0); } }

.modal-body.ql-editor img {
  max-width: 100%; }

/* Umbrella base */
.rfw-datetime {
  width: 100%;
  display: table;
  line-height: 32px;
  cursor: pointer; }
  .rfw-datetime .datetime {
    font-weight: normal;
    font-size: 14px;
    line-height: 32px;
    font-family: "OpenSansLight", "Helvetica", "Arial", "Verdana"; }
    .rfw-datetime .datetime i {
      font-size: 16px;
      margin-right: 4px; }
    .rfw-datetime .datetime + .datetime {
      margin-left: 15px; }

.rfw-daterange {
  width: 100%;
  display: table;
  cursor: pointer; }
  .rfw-daterange.timerange .btn-input {
    height: 28px;
    line-height: 14px;
    padding: 7px 10px; }
    .rfw-daterange.timerange .btn-input i.fas.fa-caret-down, .rfw-daterange.timerange .btn-input i.fal.fa-caret-down {
      line-height: 28px; }
  .rfw-daterange .daterange {
    font-weight: normal;
    font-size: 14px;
    line-height: 32px;
    font-family: "OpenSansLight", "Helvetica", "Arial", "Verdana"; }
    .rfw-daterange .daterange i {
      font-size: 16px;
      margin-right: 4px; }
    .rfw-daterange .daterange .daterange {
      margin-left: 10px; }
      .rfw-daterange .daterange .daterange + .daterange {
        margin-left: 10px; }

.modal-body .rfw-daterange .daterange i {
  margin-right: 0; }

.btn[disabled] {
  opacity: 0.55; }

timespan-select .dropdown {
  width: 150px; }

timespan-select .date-selection {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  padding-right: 30px;
  cursor: pointer; }
  timespan-select .date-selection span {
    font-size: 0.8em;
    display: block;
    text-align: center;
    line-height: 14px; }
    timespan-select .date-selection span.single {
      line-height: 28px; }
  timespan-select .date-selection i.glyphicon {
    position: absolute;
    right: 8px;
    top: 0.8rem; }
  timespan-select .date-selection .fa-calendar-alt {
    position: absolute;
    right: 8px;
    top: 0.6rem; }

.date-range {
  text-align: right;
  margin-top: 5px;
  vertical-align: middle;
  /* KIVI FA*/ }
  .date-range .page-header-controllers {
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px; }
    .date-range .page-header-controllers .add-new-icon {
      height: 20px;
      width: 50%; }
    .date-range .page-header-controllers i.fa, .date-range .page-header-controllers i.fas, .date-range .page-header-controllers i.far, .date-range .page-header-controllers i.fal {
      line-height: 28px; }
  .date-range label {
    margin: 6px 10px 0 0; }
  .date-range .rfw-datetime {
    width: 18%;
    display: inline-block; }
    .date-range .rfw-datetime .datetime + .datetime {
      display: none; }
  .date-range .fa-minus {
    font-size: 12px;
    margin-right: 6px; }

/* Multi-dropdown */
.multi-select-dropdown .search {
  padding: 4px 10px; }
  .multi-select-dropdown .search input {
    border: 1px solid #575757; }

.multi-select-dropdown .dropdown-list {
  max-height: 250px;
  overflow-y: auto; }
  .multi-select-dropdown .dropdown-list .content {
    font-family: "OpenSansRegular", "Helvetica", "Arial", "Verdana";
    padding: 0 10px;
    line-height: 28px;
    font-size: 14px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis; }

.multi-select-dropdown .rfw-list li::after {
  border: 1px solid black;
  border-radius: 3px; }

.multi-select-dropdown .rfw-list li::before {
  border: 1px solid black;
  border-radius: 3px; }

/* Navbar dropdown */
.open .dropdown-menu.navbar-select-dropdown {
  background: #00BBE4;
  border-radius: 0 0 0 0 !important;
  border-top: 1px solid #00d6ff !important; }
  .open .dropdown-menu.navbar-select-dropdown li {
    color: #ffffff !important; }
    .open .dropdown-menu.navbar-select-dropdown li a {
      color: #ffffff !important; }
      .open .dropdown-menu.navbar-select-dropdown li a:hover {
        color: #ffffff !important;
        text-decoration: none;
        background-color: #0093b9 !important; }

.customer-dropdown .dropdown {
  min-width: 430px;
  max-width: 72%; }

.rfw-textarea .input-group-addon,
.rfw-dropdown-group .input-group-addon {
  padding: 0 0 0 5px;
  vertical-align: top; }

.single-panel .rfw-textarea.with-count {
  background: #e6e6e6; }

.rfw-dropdown-group .input-group-addon span.rfw-sms-count > span.rfw-sms-group,
.rfw-dropdown-group .input-group-addon span.rfw-sms-count > span.rfw-sms-group span.count-char {
  width: auto !important; }

textarea {
  resize: none;
  -webkit-appearance: none; }
  textarea.mini {
    min-height: 32px;
    height: auto;
    background: #ffffff;
    overflow: hidden;
    -moz-transition: height 0.3s;
    -o-transition: height 0.3s;
    -webkit-transition: height 0.3s;
    transition: height 0.3s; }

.webhook-body-raw textarea.mini {
  min-height: 80px; }

.rfw-sms-count {
  font-size: 13px;
  font-family: "OpenSansRegular", "Helvetica", "Arial", "Verdana";
  color: #000000;
  line-height: 32px;
  display: block; }
  .rfw-sms-count i.fa, .rfw-sms-count i.fas, .rfw-sms-count i.far, .rfw-sms-count i.fal {
    font-size: 15px;
    display: inline-block;
    color: #000000 !important;
    width: 15px;
    opacity: .5; }
    .rfw-sms-count i.fa.fa-font, .rfw-sms-count i.fas.fa-font, .rfw-sms-count i.far.fa-font, .rfw-sms-count i.fal.fa-font {
      margin-right: 5px; }
  .rfw-sms-count > .rfw-sms-group {
    text-align: right;
    display: inline-block;
    min-width: 50px; }
    .rfw-sms-count > .rfw-sms-group.count-red .count-sms {
      color: red;
      font-weight: bold;
      border: 1px solid #ff00008c;
      -webkit-border-radius: 2px;
      -moz-border-radius: 2px;
      -ms-border-radius: 2px;
      border-radius: 2px;
      opacity: 1 !important; }
    .rfw-sms-count > .rfw-sms-group .count-sms,
    .rfw-sms-count > .rfw-sms-group .count-char {
      width: auto;
      display: inline-block;
      min-width: 30px;
      padding: 0;
      text-align: center;
      opacity: .5; }

.rfw-textarea.with-count {
  background: #ffffff;
  height: auto;
  min-height: 71px;
  width: 100%;
  padding: 4px 10px 0;
  cursor: text;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
  -moz-transition: height 0.3s;
  -o-transition: height 0.3s;
  -webkit-transition: height 0.3s;
  transition: height 0.3s;
  z-index: 8;
  display: block; }
  .rfw-textarea.with-count [link-edit] {
    min-height: 39px;
    line-height: 28px;
    width: 100%;
    outline: none;
    -webkit-user-select: text;
    font-family: "OpenSansLight", "Helvetica", "Arial", "Verdana"; }
    .rfw-textarea.with-count [link-edit] .ce-group {
      display: inline-block;
      height: 24px;
      position: relative; }
      .rfw-textarea.with-count [link-edit] .ce-group ul.ce-dropdown {
        display: none;
        position: absolute;
        width: auto;
        top: -6px;
        right: -72px;
        background: #575757;
        margin: 0;
        padding: 0;
        z-index: 2; }
        .rfw-textarea.with-count [link-edit] .ce-group ul.ce-dropdown li {
          display: block;
          float: left;
          cursor: pointer;
          border-right: 1px solid #717070; }
          .rfw-textarea.with-count [link-edit] .ce-group ul.ce-dropdown li i {
            text-align: center;
            width: 36px;
            line-height: 36px;
            color: #ffffff; }
          .rfw-textarea.with-count [link-edit] .ce-group ul.ce-dropdown li:last-child {
            border-right: none; }
        .rfw-textarea.with-count [link-edit] .ce-group ul.ce-dropdown::after {
          content: "";
          display: block;
          width: 0;
          height: 0;
          border-right: 5px solid #575757;
          border-top: 5px solid transparent;
          border-bottom: 5px solid transparent;
          position: absolute;
          top: 50%;
          left: -5px;
          margin-top: -5px; }
      .rfw-textarea.with-count [link-edit] .ce-group.active ul.ce-dropdown {
        display: block; }
    .rfw-textarea.with-count [link-edit] button.ce-el {
      background: #f5f5f5;
      display: inline-block;
      height: 24px;
      width: auto;
      padding: 0 1rem 0 0;
      margin: 0 2px;
      line-height: 22px;
      cursor: pointer;
      border: none;
      box-shadow: 0px 0px 1px 0px rgba(0, 0, 0, 0.2);
      transition: box-shadow .1s ease-in-out;
      -webkit-border-radius: 2px;
      -moz-border-radius: 2px;
      -ms-border-radius: 2px;
      border-radius: 2px;
      z-index: 1;
      -moz-user-select: none;
      -webkit-user-select: none;
      -ms-user-select: none;
      user-select: none; }
      .rfw-textarea.with-count [link-edit] button.ce-el::after {
        display: table;
        clear: both;
        content: ""; }
      .rfw-textarea.with-count [link-edit] button.ce-el span {
        font-size: 1.4rem;
        padding: 0;
        line-height: 24px;
        pointer-events: none;
        height: 24px; }
      .rfw-textarea.with-count [link-edit] button.ce-el i {
        margin-right: .6rem;
        background: #000000;
        color: #ffffff;
        padding: 0 .5rem;
        height: 24px;
        line-height: 24px;
        pointer-events: none;
        -webkit-border-radius: 2px 0 0 2px;
        -moz-border-radius: 2px 0 0 2px;
        -ms-border-radius: 2px 0 0 2px;
        border-radius: 2px 0 0 2px; }
        .rfw-textarea.with-count [link-edit] button.ce-el i.remove-key {
          margin-right: 0;
          margin-left: .6rem;
          opacity: .4;
          cursor: pointer; }
          .rfw-textarea.with-count [link-edit] button.ce-el i.remove-key:hover {
            opacity: .75; }
      .rfw-textarea.with-count [link-edit] button.ce-el.ce-metadata i {
        background: lightsalmon; }
      .rfw-textarea.with-count [link-edit] button.ce-el.ce-voucher i {
        background: lightcoral; }
      .rfw-textarea.with-count [link-edit] button.ce-el.ce-url i {
        background: lightskyblue; }
      .rfw-textarea.with-count [link-edit] button.ce-el.ce-coupon i {
        background: lightseagreen; }
      .rfw-textarea.with-count [link-edit] button.ce-el:hover {
        box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.3); }

link-textarea::after {
  display: table;
  content: "";
  clear: both; }

link-textarea .rfw-textarea.with-controls {
  display: block;
  float: left;
  width: calc(100% - 124px); }

link-textarea .rfw-textarea-controls {
  width: 120px;
  margin-left: 4px;
  display: block;
  float: left; }
  link-textarea .rfw-textarea-controls button,
  link-textarea .rfw-textarea-controls link-keys-dropdown {
    width: 100%;
    display: block;
    float: left; }
  link-textarea .rfw-textarea-controls link-keys-dropdown {
    margin-top: 4px; }
    link-textarea .rfw-textarea-controls link-keys-dropdown .btn-group.dropdown {
      width: 100%; }

link-textarea .rfw-sms-count {
  display: table; }
  link-textarea .rfw-sms-count i.fa, link-textarea .rfw-sms-count i.fas, link-textarea .rfw-sms-count i.far, link-textarea .rfw-sms-count i.fal {
    display: block;
    float: left;
    height: 32px;
    line-height: 32px; }
  link-textarea .rfw-sms-count > .rfw-sms-group {
    display: block;
    float: left; }
    link-textarea .rfw-sms-count > .rfw-sms-group .count-sms,
    link-textarea .rfw-sms-count > .rfw-sms-group .count-char {
      display: block;
      float: left; }
    link-textarea .rfw-sms-count > .rfw-sms-group.has-keywords i.fa, link-textarea .rfw-sms-count > .rfw-sms-group.has-keywords i.fas, link-textarea .rfw-sms-count > .rfw-sms-group.has-keywords i.far, link-textarea .rfw-sms-count > .rfw-sms-group.has-keywords i.fal {
      float: right; }

.customer-tabs .nav-tabs {
  margin-bottom: .7rem; }
  .customer-tabs .nav-tabs li a {
    min-width: 0; }
    .customer-tabs .nav-tabs li a .tab-error {
      color: #D22F46; }
  .customer-tabs .nav-tabs li.active::after {
    content: "";
    display: block;
    position: absolute;
    bottom: -1rem;
    left: 50%;
    border-left: 1rem solid transparent;
    border-right: 1rem solid transparent;
    border-top: 1rem solid #ffffff;
    margin-left: -1rem; }

.customer-tabs.list-tabs .nav-tabs li a {
  min-width: 0; }

@media screen and (min-width: 768px) {
  .list-tabs .nav-tabs {
    max-width: 750px;
    padding-right: 15px;
    padding-left: 15px; }
  .list-tabs.in-grid .nav-tabs {
    max-width: 720px;
    padding-right: 0;
    padding-left: 0; }
  .customer-tabs.list-tabs .nav-tabs {
    padding-right: 0px;
    padding-left: 0px; } }

@media screen and (min-width: 992px) {
  .list-tabs .nav-tabs {
    max-width: 970px; }
  .list-tabs.in-grid .nav-tabs {
    max-width: 940px; } }

@media screen and (min-width: 1200px) {
  .list-tabs .nav-tabs {
    max-width: 1170px; }
  .list-tabs.in-grid .nav-tabs {
    max-width: 1140px; } }

.list-tabs .nav-tabs {
  margin-right: auto;
  margin-left: auto;
  width: 100%;
  box-sizing: border-box;
  background: #eeeeec;
  border: 2px solid #eeeeec;
  box-shadow: 0px 0px 2px 0px #d5d5d5; }
  .list-tabs .nav-tabs > li > a {
    background: transparent;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    border-radius: 0;
    border: none !important;
    height: 7rem;
    min-width: 200px;
    text-align: center;
    font-family: "OpenSansBold", "Helvetica", "Arial", "Verdana";
    margin: 0;
    color: #000000;
    opacity: .8;
    position: relative;
    padding: 1.25rem 0;
    margin: 0; }
    .list-tabs .nav-tabs > li > a > * {
      font-size: 1.5rem;
      line-height: 4.5rem;
      height: 4.5rem;
      border-left: 1px solid #d5d5d5;
      display: block; }
    .list-tabs .nav-tabs > li > a:focus, .list-tabs .nav-tabs > li > a:hover {
      opacity: 1;
      background: rgba(255, 255, 255, 0.2); }
  .list-tabs .nav-tabs > li:first-child > a > * {
    border-left: none !important; }
  .list-tabs .nav-tabs > li.active {
    opacity: 1;
    background: #ffffff !important; }
    .list-tabs .nav-tabs > li.active > a {
      opacity: 1;
      color: #000000; }
    .list-tabs .nav-tabs > li.active > a > *,
    .list-tabs .nav-tabs > li.active + li > a > * {
      border-left: none !important; }

/* END base */
/* Umbrella Modules */
.support {
  height: calc(100vh - 260px); }
  .support .container {
    height: 100%; }
    .support .container .row.title {
      height: 66px; }
  .support .selection {
    text-align: right;
    vertical-align: middle;
    margin-top: 2px; }
    .support .selection .page-header-controllers {
      display: inline-block;
      vertical-align: middle;
      margin: 2px 3px 0 0; }
      .support .selection .page-header-controllers .add-new-icon {
        width: 28px;
        height: 28px; }
      .support .selection .page-header-controllers.i.fa, .support .selection .page-header-controllers i.fas, .support .selection .page-header-controllers i.far, .support .selection .page-header-controllers i.fal {
        line-height: 28px; }
  .support .date-range {
    width: 216px;
    display: inline-block;
    position: relative;
    vertical-align: middle;
    margin: 0 10px 0 15px;
    height: 36px; }
  .support .customer-dropdown .dropdown {
    min-width: 430px;
    max-width: 72%; }
  .support .header-filter {
    height: 90px;
    padding-top: 26px; }
    .support .header-filter rfw-searchable-country-dropdown .dropdown .dropdown-menu {
      width: 253px; }
    .support .header-filter input.mobile {
      margin-left: 15px;
      display: inline-block;
      width: 130px; }
      .support .header-filter input.mobile.opened {
        border-radius: 5px 5px 0 0 !important; }
    .support .header-filter .sms-events {
      text-align: center;
      margin-top: -7px;
      padding: 0; }
      .support .header-filter .sms-events .event-type {
        cursor: pointer;
        line-height: 1em;
        text-align: center;
        padding: 0 1rem;
        display: inline-block;
        font-size: 1.2rem; }
        .support .header-filter .sms-events .event-type svg {
          fill: #9c9c9c;
          cursor: pointer;
          width: 28px;
          height: 28px; }
          .support .header-filter .sms-events .event-type svg.selected {
            fill: black; }
    .support .header-filter .app-icons {
      margin-right: 6px;
      display: inline-block;
      width: 28px;
      height: 28px;
      vertical-align: bottom; }
      .support .header-filter .app-icons svg {
        cursor: pointer;
        width: 28px;
        height: 28px; }
        .support .header-filter .app-icons svg.grey_scale_app {
          filter: grayscale(75%);
          opacity: 0.5; }
  .support .grid-box {
    height: calc(100% - 90px);
    min-height: 150px; }
    .support .grid-box .container {
      height: 100%; }
      .support .grid-box .container .ag-header-cell {
        padding: 12px 15px 8px; }
      .support .grid-box .container .ag-body-viewport {
        overflow-x: hidden; }

/* END Umbrella Modules */
.rfw-offcanvas {
  position: relative;
  -moz-transition: all 0.25s ease-out;
  -o-transition: all 0.25s ease-out;
  -webkit-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
  outline: 0;
  outline: none;
  /* Toggle button */
  /* Sidebar */ }
  .rfw-offcanvas .rfw-offcanvas-btn {
    line-height: 50px;
    max-height: 50px;
    position: absolute;
    top: 0;
    left: 0;
    cursor: pointer; }
    .rfw-offcanvas .rfw-offcanvas-btn .rfw-offcanvas-btn-toggle {
      background-color: #00BBE4;
      border: 0 solid #00d6ff;
      border-width: 0 1px 0 0;
      color: #fff;
      display: inline-block;
      text-align: center;
      width: 50px; }
      .rfw-offcanvas .rfw-offcanvas-btn .rfw-offcanvas-btn-toggle span {
        font-size: 22px;
        top: -1px;
        display: block;
        width: 50px;
        height: 50px;
        line-height: 50px;
        position: relative; }
        .rfw-offcanvas .rfw-offcanvas-btn .rfw-offcanvas-btn-toggle span::before {
          -moz-transition: all 0.25s ease-out;
          -o-transition: all 0.25s ease-out;
          -webkit-transition: all 0.25s ease-out;
          transition: all 0.25s ease-out; }
        .rfw-offcanvas .rfw-offcanvas-btn .rfw-offcanvas-btn-toggle span::after {
          content: "";
          width: 0;
          height: 0;
          border-top: 6px solid transparent;
          border-bottom: 6px solid transparent;
          border-right: 6px solid #ffffff;
          -moz-transition: all 0.25s ease-out;
          -o-transition: all 0.25s ease-out;
          -webkit-transition: all 0.25s ease-out;
          transition: all 0.25s ease-out;
          position: absolute;
          left: -10px;
          top: 50%;
          margin-top: -6px;
          opacity: 0; }
      .rfw-offcanvas .rfw-offcanvas-btn .rfw-offcanvas-btn-toggle:hover {
        background-color: #0093b9;
        color: white; }
      .rfw-offcanvas .rfw-offcanvas-btn .rfw-offcanvas-btn-toggle:focus, .rfw-offcanvas .rfw-offcanvas-btn .rfw-offcanvas-btn-toggle:active {
        background-color: #00BBE4; }
  .rfw-offcanvas .rfw-offcanvas-sidebar {
    position: absolute;
    top: 0;
    width: 220px;
    background-color: #575757;
    z-index: 98;
    text-align: left;
    height: 100vh; }
    .rfw-offcanvas .rfw-offcanvas-sidebar .rfw-offcanvas-sidebar-content {
      line-height: 40px;
      overflow: auto;
      height: auto;
      max-height: 100%; }
      .rfw-offcanvas .rfw-offcanvas-sidebar .rfw-offcanvas-sidebar-content a,
      .rfw-offcanvas .rfw-offcanvas-sidebar .rfw-offcanvas-sidebar-content a:hover,
      .rfw-offcanvas .rfw-offcanvas-sidebar .rfw-offcanvas-sidebar-content a:focus,
      .rfw-offcanvas .rfw-offcanvas-sidebar .rfw-offcanvas-sidebar-content a:visited,
      .rfw-offcanvas .rfw-offcanvas-sidebar .rfw-offcanvas-sidebar-content .rfw-offcanvas-item-action {
        text-decoration: none;
        color: #fff;
        padding: 9px 10px;
        display: block;
        outline: 0;
        outline: none; }
        .rfw-offcanvas .rfw-offcanvas-sidebar .rfw-offcanvas-sidebar-content a:first-child,
        .rfw-offcanvas .rfw-offcanvas-sidebar .rfw-offcanvas-sidebar-content a:hover:first-child,
        .rfw-offcanvas .rfw-offcanvas-sidebar .rfw-offcanvas-sidebar-content a:focus:first-child,
        .rfw-offcanvas .rfw-offcanvas-sidebar .rfw-offcanvas-sidebar-content a:visited:first-child,
        .rfw-offcanvas .rfw-offcanvas-sidebar .rfw-offcanvas-sidebar-content .rfw-offcanvas-item-action:first-child {
          padding: 14px 10px 9px; }
      .rfw-offcanvas .rfw-offcanvas-sidebar .rfw-offcanvas-sidebar-content .rfw-offcanvas-item-action:hover {
        background-color: #464646; }
      .rfw-offcanvas .rfw-offcanvas-sidebar .rfw-offcanvas-sidebar-content input {
        display: block;
        width: 100%;
        height: 34px;
        padding: 6px 12px;
        font-size: 1.4rem;
        line-height: 1.42857143;
        color: #555;
        background: #fff none;
        -moz-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
        -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
        -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
        transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
        margin: 0 0 10px 0;
        border: 1px solid #d1d1d1;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        -ms-border-radius: 3px;
        border-radius: 3px;
        -webkit-box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.1);
        -moz-box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.1);
        box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.1); }
        .rfw-offcanvas .rfw-offcanvas-sidebar .rfw-offcanvas-sidebar-content input:focus {
          border: 1px solid #f1f1f1;
          outline: 0;
          box-shadow: none; }
      .rfw-offcanvas .rfw-offcanvas-sidebar .rfw-offcanvas-sidebar-content .rfw-offcanvas-item {
        border-bottom: 1px solid #464646;
        -webkit-box-shadow: 0 1px 0 0 dimgray;
        -moz-box-shadow: 0 1px 0 0 dimgray;
        box-shadow: 0 1px 0 0 dimgray;
        cursor: pointer;
        position: relative; }
        .rfw-offcanvas .rfw-offcanvas-sidebar .rfw-offcanvas-sidebar-content .rfw-offcanvas-item .icon {
          width: 32px;
          height: 32px;
          overflow: hidden;
          position: absolute;
          top: 8px;
          left: 10px; }
          .rfw-offcanvas .rfw-offcanvas-sidebar .rfw-offcanvas-sidebar-content .rfw-offcanvas-item .icon svg {
            outline: 0;
            outline: none; }
          .rfw-offcanvas .rfw-offcanvas-sidebar .rfw-offcanvas-sidebar-content .rfw-offcanvas-item .icon i {
            padding: 0;
            width: 32px;
            text-align: center;
            font-size: 18px;
            line-height: 28px; }
        .rfw-offcanvas .rfw-offcanvas-sidebar .rfw-offcanvas-sidebar-content .rfw-offcanvas-item h4 {
          font-size: 20px;
          color: #00BBE4;
          z-index: 99;
          padding-left: 42px;
          display: block;
          width: 96%;
          white-space: nowrap;
          overflow: hidden;
          text-overflow: ellipsis; }
        .rfw-offcanvas .rfw-offcanvas-sidebar .rfw-offcanvas-sidebar-content .rfw-offcanvas-item span {
          line-height: 32px;
          padding-left: 42px;
          display: block;
          width: 96%;
          white-space: nowrap;
          overflow: hidden;
          text-overflow: ellipsis;
          font-size: 1.4rem; }
        .rfw-offcanvas .rfw-offcanvas-sidebar .rfw-offcanvas-sidebar-content .rfw-offcanvas-item.favourites-form {
          margin-top: 30px; }
          .rfw-offcanvas .rfw-offcanvas-sidebar .rfw-offcanvas-sidebar-content .rfw-offcanvas-item.favourites-form .form {
            display: block;
            padding: 0 10px;
            border: none !important;
            margin: 0 !important;
            box-shadow: none;
            height: 0;
            overflow: hidden;
            cursor: default !important;
            background-color: #575757 !important;
            -moz-transition: height 0.4s ease-in-out;
            -o-transition: height 0.4s ease-in-out;
            -webkit-transition: height 0.4s ease-in-out;
            transition: height 0.4s ease-in-out; }
            .rfw-offcanvas .rfw-offcanvas-sidebar .rfw-offcanvas-sidebar-content .rfw-offcanvas-item.favourites-form .form .form-content {
              width: 100%;
              display: table;
              margin-top: 10px; }
              .rfw-offcanvas .rfw-offcanvas-sidebar .rfw-offcanvas-sidebar-content .rfw-offcanvas-item.favourites-form .form .form-content label {
                font-weight: normal;
                font-size: 1.4rem;
                margin-bottom: 0;
                line-height: 20px;
                display: block; }
            .rfw-offcanvas .rfw-offcanvas-sidebar .rfw-offcanvas-sidebar-content .rfw-offcanvas-item.favourites-form .form .form-ctrl {
              width: 100%;
              display: table;
              margin-bottom: 10px; }
              .rfw-offcanvas .rfw-offcanvas-sidebar .rfw-offcanvas-sidebar-content .rfw-offcanvas-item.favourites-form .form .form-ctrl .btn {
                display: block;
                float: left;
                width: 49%;
                margin: 0;
                font-weight: normal;
                text-align: center;
                vertical-align: middle;
                -ms-touch-action: manipulation;
                touch-action: manipulation;
                cursor: pointer;
                background-color: #464646;
                border: 1px solid #fff;
                white-space: nowrap;
                padding: 6px 12px;
                font-size: 1.4rem;
                line-height: 1.42857143;
                border-radius: 3px;
                -webkit-user-select: none;
                -moz-user-select: none;
                -ms-user-select: none;
                user-select: none; }
                .rfw-offcanvas .rfw-offcanvas-sidebar .rfw-offcanvas-sidebar-content .rfw-offcanvas-item.favourites-form .form .form-ctrl .btn + .btn {
                  margin-left: 2%; }
                .rfw-offcanvas .rfw-offcanvas-sidebar .rfw-offcanvas-sidebar-content .rfw-offcanvas-item.favourites-form .form .form-ctrl .btn:hover, .rfw-offcanvas .rfw-offcanvas-sidebar .rfw-offcanvas-sidebar-content .rfw-offcanvas-item.favourites-form .form .form-ctrl .btn:focus {
                  color: #fff;
                  text-decoration: none;
                  outline: none;
                  border: 1px solid #00BBE4; }
            .rfw-offcanvas .rfw-offcanvas-sidebar .rfw-offcanvas-sidebar-content .rfw-offcanvas-item.favourites-form .form.active {
              height: 130px; }
      .rfw-offcanvas .rfw-offcanvas-sidebar .rfw-offcanvas-sidebar-content .services p {
        color: #ffffff;
        padding: 40px 0 0 10px;
        margin: 0;
        border-bottom: 1px solid #464646;
        -webkit-box-shadow: 0 1px 0 0 dimgray;
        -moz-box-shadow: 0 1px 0 0 dimgray;
        box-shadow: 0 1px 0 0 dimgray;
        width: 100%;
        display: block;
        box-sizing: border-box; }
      .rfw-offcanvas .rfw-offcanvas-sidebar .rfw-offcanvas-sidebar-content .services ul {
        list-style: none;
        padding: 0;
        margin: 0; }
        .rfw-offcanvas .rfw-offcanvas-sidebar .rfw-offcanvas-sidebar-content .services ul li {
          border-bottom: 1px solid #464646;
          -webkit-box-shadow: 0 1px 0 0 dimgray;
          -moz-box-shadow: 0 1px 0 0 dimgray;
          box-shadow: 0 1px 0 0 dimgray;
          height: 45px;
          padding: 0 0 0 10px;
          cursor: pointer; }
          .rfw-offcanvas .rfw-offcanvas-sidebar .rfw-offcanvas-sidebar-content .services ul li a {
            line-height: 45px;
            padding: 0;
            outline: 0;
            position: relative; }
            .rfw-offcanvas .rfw-offcanvas-sidebar .rfw-offcanvas-sidebar-content .services ul li a .icon {
              width: 32px;
              height: 32px;
              position: absolute;
              overflow: hidden;
              top: 8px;
              left: 0; }
              .rfw-offcanvas .rfw-offcanvas-sidebar .rfw-offcanvas-sidebar-content .services ul li a .icon svg {
                outline: 0;
                outline: none; }
            .rfw-offcanvas .rfw-offcanvas-sidebar .rfw-offcanvas-sidebar-content .services ul li a .name {
              display: block;
              padding-left: 42px;
              width: 96%;
              white-space: nowrap;
              overflow: hidden;
              text-overflow: ellipsis;
              font-size: 1.4rem; }
            .rfw-offcanvas .rfw-offcanvas-sidebar .rfw-offcanvas-sidebar-content .services ul li a:hover, .rfw-offcanvas .rfw-offcanvas-sidebar .rfw-offcanvas-sidebar-content .services ul li a:focus, .rfw-offcanvas .rfw-offcanvas-sidebar .rfw-offcanvas-sidebar-content .services ul li a:visited {
              line-height: 45px;
              padding: 0;
              outline: 0;
              outline: none; }
          .rfw-offcanvas .rfw-offcanvas-sidebar .rfw-offcanvas-sidebar-content .services ul li:hover {
            background-color: #464646; }
  .rfw-offcanvas.rfw-offcanvas-left {
    left: 0; }
    .rfw-offcanvas.rfw-offcanvas-left .rfw-offcanvas-sidebar {
      left: -220px; }
    .rfw-offcanvas.rfw-offcanvas-left.active {
      left: 220px; }
      .rfw-offcanvas.rfw-offcanvas-left.active .rfw-offcanvas-btn-toggle {
        background-color: #0093b9 !important; }
        .rfw-offcanvas.rfw-offcanvas-left.active .rfw-offcanvas-btn-toggle span::before {
          padding-left: 3px; }
        .rfw-offcanvas.rfw-offcanvas-left.active .rfw-offcanvas-btn-toggle span::after {
          left: 6px;
          opacity: 1; }
  .rfw-offcanvas.rfw-offcanvas-right {
    position: fixed;
    right: 0; }
    .rfw-offcanvas.rfw-offcanvas-right .rfw-offcanvas-sidebar {
      right: -220px; }
      .rfw-offcanvas.rfw-offcanvas-right .rfw-offcanvas-sidebar .rfw-offcanvas-sidebar-content {
        padding-top: 0; }
        .rfw-offcanvas.rfw-offcanvas-right .rfw-offcanvas-sidebar .rfw-offcanvas-sidebar-content .services p {
          padding-top: 10px; }
        .rfw-offcanvas.rfw-offcanvas-right .rfw-offcanvas-sidebar .rfw-offcanvas-sidebar-content .services ul li .name {
          padding-left: 5px; }
      .rfw-offcanvas.rfw-offcanvas-right .rfw-offcanvas-sidebar .heading {
        padding-top: 0; }
    .rfw-offcanvas.rfw-offcanvas-right.active {
      right: 220px; }
      .rfw-offcanvas.rfw-offcanvas-right.active .rfw-offcanvas-btn-toggle {
        background-color: #0093b9 !important; }
        .rfw-offcanvas.rfw-offcanvas-right.active .rfw-offcanvas-btn-toggle span::before {
          padding-left: 3px; }
        .rfw-offcanvas.rfw-offcanvas-right.active .rfw-offcanvas-btn-toggle span::after {
          left: 6px;
          opacity: 1; }

@media screen and (min-width: 961px) {
  .rfw-hide-desktop {
    display: none; } }

@media screen and (min-width: 768px) and (max-width: 960px) {
  .rfw-hide-tablet {
    display: none !important; }
  .rfw-show-tablet {
    display: block !important; }
    .rfw-show-tablet.inline {
      display: inline !important; } }

@media screen and (max-width: 767px) {
  .rfw-hide-mobile {
    display: none !important; }
  .rfw-show-mobile {
    display: block !important; }
    .rfw-show-mobile.inline {
      display: inline !important; } }

@media screen and (min-width: 521px) and (max-width: 990px) {
  .list-tabs .nav-tabs::before {
    display: table;
    content: " "; }
  .list-tabs .nav-tabs::before {
    display: table;
    content: " ";
    clear: both; }
  .list-tabs .nav-tabs > li {
    display: table-cell;
    width: 1%;
    float: none; }
    .list-tabs .nav-tabs > li > a,
    .list-tabs .nav-tabs > li > a.active,
    .list-tabs .nav-tabs > li > a:hover,
    .list-tabs .nav-tabs > li > a.active:hover {
      min-width: 1px;
      box-sizing: border-box;
      display: block;
      font-size: 1.4rem;
      padding: 0 15px; }
    .list-tabs .nav-tabs > li:last-child > a {
      border-right: none !important; } }

@media screen and (max-width: 520px) {
  .list-tabs .nav-tabs {
    display: block;
    width: 100%;
    height: auto; }
    .list-tabs .nav-tabs > li {
      display: block;
      width: 100%;
      float: none; }
      .list-tabs .nav-tabs > li > a,
      .list-tabs .nav-tabs > li > a.active,
      .list-tabs .nav-tabs > li > a:hover,
      .list-tabs .nav-tabs > li > a.active:hover {
        min-width: 1px;
        box-sizing: border-box;
        display: block;
        font-size: 1.4rem;
        padding: 0 15px;
        border-right: none !important; } }

@media screen and (max-width: 1000px) {
  /*****
    SSO
  *****/
  .login_form .controls {
    margin-bottom: 15px; }
    .login_form .controls .rfw-list li {
      margin: 0; }
  .login_form .login_btn {
    width: 100%; }
    .login_form .login_btn button {
      width: 100%;
      text-align: center;
      box-sizing: border-box; }
  .rfw-offcanvas .rfw-offcanvas-btn .rfw-offcanvas-btn-toggle:hover {
    background-color: #00BBE4; }
  .main_services ul > li {
    height: 65px;
    min-height: 65px; }
    .main_services ul > li .list-group-item {
      height: 65px;
      padding: 5px 10px; }
      .main_services ul > li .list-group-item .media-left {
        width: 55px;
        height: 55px;
        left: 8px;
        top: 5px; }
      .main_services ul > li .list-group-item .media-right {
        padding-left: 60px; }
  .favorite ul > li {
    height: 50px; }
    .favorite ul > li .list-group-item {
      padding: 0;
      height: 50px; }
      .favorite ul > li .list-group-item > a {
        width: 70%;
        padding-top: 7px; }
      .favorite ul > li .list-group-item .media-left {
        height: 50px;
        padding-left: 4px;
        padding-top: 8px; }
      .favorite ul > li .list-group-item .media-right {
        width: 30%; }
        .favorite ul > li .list-group-item .media-right i.fa, .favorite ul > li .list-group-item .media-right i.fas, .favorite ul > li .list-group-item .media-right i.far, .favorite ul > li .list-group-item .media-right i.fal {
          height: 50px;
          width: 40px;
          line-height: 50px;
          font-size: 2rem; }
  input,
  input.form-control {
    font-size: 1.6rem !important; }
  ul.rfw-table > li ul.columns > li {
    overflow: unset;
    white-space: normal;
    text-overflow: unset;
    position: static;
    padding: 0; }
    ul.rfw-table > li ul.columns > li .app-icons + .app-icons {
      margin-left: -12px; }
    ul.rfw-table > li ul.columns > li .btn-icon {
      width: 42px;
      line-height: 33px;
      font-size: 17px; }
      ul.rfw-table > li ul.columns > li .btn-icon + .btn-icon {
        margin: 0; }
  .navbar-default header .center-title {
    display: table;
    margin: 0 auto; }
    .navbar-default header .center-title .system_icon {
      margin-left: -20px;
      display: block;
      float: left; }
    .navbar-default header .center-title .application_title {
      font-size: 1.6rem;
      width: auto;
      display: block;
      float: left;
      padding: 0; } }

@media screen and (max-width: 767px) {
  /*****
  SSO
*****/
  body {
    padding: 100px 0 0 0; }
  .page-header {
    padding-bottom: 10px;
    margin-bottom: 0;
    border-bottom: none; }
    .page-header .page-header-controllers .add-new-icon {
      height: 30px; }
      .page-header .page-header-controllers .add-new-icon i.fa, .page-header .page-header-controllers .add-new-icon i.fas, .page-header .page-header-controllers .add-new-icon i.far, .page-header .page-header-controllers .add-new-icon i.fal {
        line-height: 30px; }
    .page-header .page-header-controllers .switch-btn {
      width: 45%; }
      .page-header .page-header-controllers .switch-btn > h5 {
        padding-right: 5px; }
      .page-header .page-header-controllers .switch-btn .switch {
        height: 25px !important;
        width: 42px; }
        .page-header .page-header-controllers .switch-btn .switch small {
          height: 25px;
          width: 25px; }
        .page-header .page-header-controllers .switch-btn .switch.checked small {
          left: 17px; }
  .form-group {
    margin-right: -15px;
    margin-left: -15px; }
  .single-panel .form-group {
    margin-left: 0;
    margin-right: 0; }
  a.single-anchor {
    margin-bottom: 10px; }
  h1 {
    font-size: 2.3rem;
    line-height: 2.7rem; }
  h2 {
    font-size: 2.1rem;
    line-height: 2.4rem; }
  h4 {
    font-size: 1.5rem;
    line-height: 2.1rem; }
  h5 {
    font-size: 1.3rem;
    line-height: 1.4rem; }
  p {
    font-size: 1.3rem;
    line-height: 1.7rem; }
  .control-label-box label.control-label {
    font-size: 1.3rem; }
  span.rfw-sms-count {
    font-size: 13px; }
  .login {
    display: block;
    box-sizing: border-box; }
    .login .login_form {
      margin: 30px auto 60px;
      display: block;
      box-sizing: border-box;
      width: 100%; }
  footer {
    margin-top: 20px;
    padding-bottom: 30px; }
    footer a.footer-logo,
    footer span.copyright {
      display: table;
      float: none;
      margin: 0 auto;
      padding: 0;
      font-size: 1.4rem; }
  .navbar-default .navbar-toggle {
    padding: 0 10px;
    box-sizing: border-box;
    border: none;
    margin: 0;
    width: 100%;
    width: 44px;
    height: 42px;
    padding-top: 2px; }
  .navbar-default header #profile_name {
    display: none; }
  .navbar-default .nav.navbar-nav {
    margin: 0 -15px; }
    .navbar-default .nav.navbar-nav > li {
      border-bottom: 1px solid #009fc8; }
      .navbar-default .nav.navbar-nav > li a {
        padding: 0 15px;
        box-sizing: border-box;
        height: 40px;
        line-height: 40px;
        width: 100%; }
      .navbar-default .nav.navbar-nav > li:last-child {
        border-bottom: none; }
  .navbar-default .pace {
    top: 92px; }
  .popup-mobile {
    display: none;
    background: #ffffff;
    border: 1px solid #575757;
    z-index: 2;
    width: auto;
    min-width: 86px; }
    .popup-mobile.visible {
      display: table;
      position: absolute; }
      .popup-mobile.visible::after {
        content: "";
        clear: both;
        display: table; }
      .popup-mobile.visible .btn-icon {
        float: left;
        display: block; }
  .services .single-panel {
    padding: 10px;
    margin-bottom: 15px; }
    .services .single-panel .media-body {
      padding: 0 40px 0 55px; }
    .services .single-panel .media-left {
      top: 10px;
      left: 5px; }
    .services .single-panel .media-right {
      top: 25px;
      right: 2px; }
  .tooltip {
    display: none !important; }
  .smsevent .page-header-controllers {
    position: relative;
    height: 26px; }
  .smsevent .switch-btn.mobile-view {
    right: 0 !important; }
  .dashboard-statistics {
    height: auto; }
    .dashboard-statistics .dashboard-smsevent-body {
      height: 88vh; }
      .dashboard-statistics .dashboard-smsevent-body .panel.panel-primary .font-charterize {
        font-size: 2.2rem;
        line-height: 2.2rem; }
        .dashboard-statistics .dashboard-smsevent-body .panel.panel-primary .font-charterize > h5 {
          margin: 10px 0 4px !important; }
      .dashboard-statistics .dashboard-smsevent-body .panel.panel-primary .chart-centrated-fix.chart-stretch {
        padding: 40px 5px 5px; }
      .dashboard-statistics .dashboard-smsevent-body.mobile-view .released_amount {
        grid-column: 1 / 13;
        grid-row: 1 / 2;
        min-height: 50px; }
      .dashboard-statistics .dashboard-smsevent-body.mobile-view .sms_channels {
        grid-column: 1 / 13;
        grid-row: 2 / 4;
        min-height: 84px; }
      .dashboard-statistics .dashboard-smsevent-body.mobile-view .other_channels {
        grid-column: 1 / 13;
        grid-row: 4 / 6;
        min-height: 84px; }
    .dashboard-statistics .dashboard-body {
      height: auto;
      min-height: 1px; }
      .dashboard-statistics .dashboard-body .panel.panel-primary {
        position: relative;
        height: auto !important;
        margin-bottom: 15px; }
        .dashboard-statistics .dashboard-body .panel.panel-primary .chart-centrated-fix.chart-stretch {
          min-height: 250px; }
      .dashboard-statistics .dashboard-body .fix-one-third .panel.panel-primary.one-third {
        width: 100% !important; }
        .dashboard-statistics .dashboard-body .fix-one-third .panel.panel-primary.one-third + .panel.panel-primary.one-third {
          left: 0; }
          .dashboard-statistics .dashboard-body .fix-one-third .panel.panel-primary.one-third + .panel.panel-primary.one-third + .panel.panel-primary.one-third {
            left: 0; }
      .dashboard-statistics .dashboard-body .col-md-3,
      .dashboard-statistics .dashboard-body .col-md-6,
      .dashboard-statistics .dashboard-body .col-md-9 {
        height: auto; }
      .dashboard-statistics .dashboard-body .widelivefeed {
        width: 100%; }
    .dashboard-statistics .dashboard-footer {
      display: block;
      width: 100%;
      height: auto; }
      .dashboard-statistics .dashboard-footer .box-content {
        width: 100%;
        display: block;
        height: auto;
        min-height: 40px;
        margin-bottom: 10px; }
        .dashboard-statistics .dashboard-footer .box-content span.switch {
          margin-top: 4px; }
        .dashboard-statistics .dashboard-footer .box-content:last-child {
          margin-bottom: 0; }
        .dashboard-statistics .dashboard-footer .box-content.box-title {
          border-right: none;
          border-bottom: 1px solid #575757; } }

.animate-slide {
  display: block;
  /*	overflow: hidden;*/
  -moz-transition: all 300ms linear;
  -o-transition: all 300ms linear;
  -webkit-transition: all 300ms linear;
  transition: all 300ms linear; }
  .animate-slide.ng-hide {
    display: block !important;
    overflow: hidden;
    height: 0;
    padding: 0 !important;
    opacity: 0; }

.page-header-controllers input.search-input {
  opacity: 1;
  -moz-transition: opacity 150ms linear;
  -o-transition: opacity 150ms linear;
  -webkit-transition: opacity 150ms linear;
  transition: opacity 150ms linear; }
  .page-header-controllers input.search-input.ng-hide {
    display: block !important;
    opacity: 0;
    -moz-transition-delay: 250ms;
    -o-transition-delay: 250ms;
    -webkit-transition-delay: 250ms;
    transition-delay: 250ms; }

.fader.ng-hide {
  opacity: 0; }

.fader.ng-hide-remove,
.fader.ng-hide-add {
  display: block !important;
  /* or inline-block, as appropriate */ }

.fader.ng-hide-remove {
  transition: all ease-in-out 500ms; }

.fader.ng-hide-add {
  transition: all ease-in-out 500ms; }

.rfw-offcanvas {
  position: relative;
  -moz-transition: all 0.25s ease-out;
  -o-transition: all 0.25s ease-out;
  -webkit-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
  outline: 0;
  outline: none;
  /* Toggle button */
  /* Sidebar */ }
  .rfw-offcanvas .rfw-offcanvas-btn {
    line-height: 50px;
    max-height: 50px;
    position: absolute;
    top: 0;
    left: 0;
    cursor: pointer; }
    .rfw-offcanvas .rfw-offcanvas-btn .rfw-offcanvas-btn-toggle {
      background-color: #00BBE4;
      border: 0 solid #00d6ff;
      border-width: 0 1px 0 0;
      color: #fff;
      display: inline-block;
      text-align: center;
      width: 50px; }
      .rfw-offcanvas .rfw-offcanvas-btn .rfw-offcanvas-btn-toggle span {
        font-size: 22px;
        top: -1px;
        display: block;
        width: 50px;
        height: 50px;
        line-height: 50px;
        position: relative; }
        .rfw-offcanvas .rfw-offcanvas-btn .rfw-offcanvas-btn-toggle span::before {
          -moz-transition: all 0.25s ease-out;
          -o-transition: all 0.25s ease-out;
          -webkit-transition: all 0.25s ease-out;
          transition: all 0.25s ease-out; }
        .rfw-offcanvas .rfw-offcanvas-btn .rfw-offcanvas-btn-toggle span::after {
          content: "";
          width: 0;
          height: 0;
          border-top: 6px solid transparent;
          border-bottom: 6px solid transparent;
          border-right: 6px solid #ffffff;
          -moz-transition: all 0.25s ease-out;
          -o-transition: all 0.25s ease-out;
          -webkit-transition: all 0.25s ease-out;
          transition: all 0.25s ease-out;
          position: absolute;
          left: -10px;
          top: 50%;
          margin-top: -6px;
          opacity: 0; }
      .rfw-offcanvas .rfw-offcanvas-btn .rfw-offcanvas-btn-toggle:hover {
        background-color: #0093b9;
        color: white; }
      .rfw-offcanvas .rfw-offcanvas-btn .rfw-offcanvas-btn-toggle:focus, .rfw-offcanvas .rfw-offcanvas-btn .rfw-offcanvas-btn-toggle:active {
        background-color: #00BBE4; }
  .rfw-offcanvas .rfw-offcanvas-sidebar {
    position: absolute;
    top: 0;
    width: 220px;
    background-color: #575757;
    z-index: 98;
    text-align: left;
    height: 100vh; }
    .rfw-offcanvas .rfw-offcanvas-sidebar .rfw-offcanvas-sidebar-content {
      line-height: 40px;
      overflow: auto;
      height: auto;
      max-height: 100%; }
      .rfw-offcanvas .rfw-offcanvas-sidebar .rfw-offcanvas-sidebar-content a,
      .rfw-offcanvas .rfw-offcanvas-sidebar .rfw-offcanvas-sidebar-content a:hover,
      .rfw-offcanvas .rfw-offcanvas-sidebar .rfw-offcanvas-sidebar-content a:focus,
      .rfw-offcanvas .rfw-offcanvas-sidebar .rfw-offcanvas-sidebar-content a:visited,
      .rfw-offcanvas .rfw-offcanvas-sidebar .rfw-offcanvas-sidebar-content .rfw-offcanvas-item-action {
        text-decoration: none;
        color: #fff;
        padding: 9px 10px;
        display: block;
        outline: 0;
        outline: none; }
        .rfw-offcanvas .rfw-offcanvas-sidebar .rfw-offcanvas-sidebar-content a:first-child,
        .rfw-offcanvas .rfw-offcanvas-sidebar .rfw-offcanvas-sidebar-content a:hover:first-child,
        .rfw-offcanvas .rfw-offcanvas-sidebar .rfw-offcanvas-sidebar-content a:focus:first-child,
        .rfw-offcanvas .rfw-offcanvas-sidebar .rfw-offcanvas-sidebar-content a:visited:first-child,
        .rfw-offcanvas .rfw-offcanvas-sidebar .rfw-offcanvas-sidebar-content .rfw-offcanvas-item-action:first-child {
          padding: 14px 10px 9px; }
      .rfw-offcanvas .rfw-offcanvas-sidebar .rfw-offcanvas-sidebar-content .rfw-offcanvas-item-action:hover {
        background-color: #464646; }
      .rfw-offcanvas .rfw-offcanvas-sidebar .rfw-offcanvas-sidebar-content input {
        display: block;
        width: 100%;
        height: 34px;
        padding: 6px 12px;
        font-size: 1.4rem;
        line-height: 1.42857143;
        color: #555;
        background: #fff none;
        -moz-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
        -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
        -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
        transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
        margin: 0 0 10px 0;
        border: 1px solid #d1d1d1;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        -ms-border-radius: 3px;
        border-radius: 3px;
        -webkit-box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.1);
        -moz-box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.1);
        box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.1); }
        .rfw-offcanvas .rfw-offcanvas-sidebar .rfw-offcanvas-sidebar-content input:focus {
          border: 1px solid #f1f1f1;
          outline: 0;
          box-shadow: none; }
      .rfw-offcanvas .rfw-offcanvas-sidebar .rfw-offcanvas-sidebar-content .rfw-offcanvas-item {
        border-bottom: 1px solid #464646;
        -webkit-box-shadow: 0 1px 0 0 dimgray;
        -moz-box-shadow: 0 1px 0 0 dimgray;
        box-shadow: 0 1px 0 0 dimgray;
        cursor: pointer;
        position: relative; }
        .rfw-offcanvas .rfw-offcanvas-sidebar .rfw-offcanvas-sidebar-content .rfw-offcanvas-item .icon {
          width: 32px;
          height: 32px;
          overflow: hidden;
          position: absolute;
          top: 8px;
          left: 10px; }
          .rfw-offcanvas .rfw-offcanvas-sidebar .rfw-offcanvas-sidebar-content .rfw-offcanvas-item .icon svg {
            outline: 0;
            outline: none; }
          .rfw-offcanvas .rfw-offcanvas-sidebar .rfw-offcanvas-sidebar-content .rfw-offcanvas-item .icon i {
            padding: 0;
            width: 32px;
            text-align: center;
            font-size: 18px;
            line-height: 28px; }
        .rfw-offcanvas .rfw-offcanvas-sidebar .rfw-offcanvas-sidebar-content .rfw-offcanvas-item h4 {
          font-size: 20px;
          color: #00BBE4;
          z-index: 99;
          padding-left: 42px;
          display: block;
          width: 96%;
          white-space: nowrap;
          overflow: hidden;
          text-overflow: ellipsis; }
        .rfw-offcanvas .rfw-offcanvas-sidebar .rfw-offcanvas-sidebar-content .rfw-offcanvas-item span {
          line-height: 32px;
          padding-left: 42px;
          display: block;
          width: 96%;
          white-space: nowrap;
          overflow: hidden;
          text-overflow: ellipsis;
          font-size: 1.4rem; }
        .rfw-offcanvas .rfw-offcanvas-sidebar .rfw-offcanvas-sidebar-content .rfw-offcanvas-item.favourites-form {
          margin-top: 30px; }
          .rfw-offcanvas .rfw-offcanvas-sidebar .rfw-offcanvas-sidebar-content .rfw-offcanvas-item.favourites-form .form {
            display: block;
            padding: 0 10px;
            border: none !important;
            margin: 0 !important;
            box-shadow: none;
            height: 0;
            overflow: hidden;
            cursor: default !important;
            background-color: #575757 !important;
            -moz-transition: height 0.4s ease-in-out;
            -o-transition: height 0.4s ease-in-out;
            -webkit-transition: height 0.4s ease-in-out;
            transition: height 0.4s ease-in-out; }
            .rfw-offcanvas .rfw-offcanvas-sidebar .rfw-offcanvas-sidebar-content .rfw-offcanvas-item.favourites-form .form .form-content {
              width: 100%;
              display: table;
              margin-top: 10px; }
              .rfw-offcanvas .rfw-offcanvas-sidebar .rfw-offcanvas-sidebar-content .rfw-offcanvas-item.favourites-form .form .form-content label {
                font-weight: normal;
                font-size: 1.4rem;
                margin-bottom: 0;
                line-height: 20px;
                display: block; }
            .rfw-offcanvas .rfw-offcanvas-sidebar .rfw-offcanvas-sidebar-content .rfw-offcanvas-item.favourites-form .form .form-ctrl {
              width: 100%;
              display: table;
              margin-bottom: 10px; }
              .rfw-offcanvas .rfw-offcanvas-sidebar .rfw-offcanvas-sidebar-content .rfw-offcanvas-item.favourites-form .form .form-ctrl .btn {
                display: block;
                float: left;
                width: 49%;
                margin: 0;
                font-weight: normal;
                text-align: center;
                vertical-align: middle;
                -ms-touch-action: manipulation;
                touch-action: manipulation;
                cursor: pointer;
                background-color: #464646;
                border: 1px solid #fff;
                white-space: nowrap;
                padding: 6px 12px;
                font-size: 1.4rem;
                line-height: 1.42857143;
                border-radius: 3px;
                -webkit-user-select: none;
                -moz-user-select: none;
                -ms-user-select: none;
                user-select: none; }
                .rfw-offcanvas .rfw-offcanvas-sidebar .rfw-offcanvas-sidebar-content .rfw-offcanvas-item.favourites-form .form .form-ctrl .btn + .btn {
                  margin-left: 2%; }
                .rfw-offcanvas .rfw-offcanvas-sidebar .rfw-offcanvas-sidebar-content .rfw-offcanvas-item.favourites-form .form .form-ctrl .btn:hover, .rfw-offcanvas .rfw-offcanvas-sidebar .rfw-offcanvas-sidebar-content .rfw-offcanvas-item.favourites-form .form .form-ctrl .btn:focus {
                  color: #fff;
                  text-decoration: none;
                  outline: none;
                  border: 1px solid #00BBE4; }
            .rfw-offcanvas .rfw-offcanvas-sidebar .rfw-offcanvas-sidebar-content .rfw-offcanvas-item.favourites-form .form.active {
              height: 130px; }
      .rfw-offcanvas .rfw-offcanvas-sidebar .rfw-offcanvas-sidebar-content .services p {
        color: #ffffff;
        padding: 40px 0 0 10px;
        margin: 0;
        border-bottom: 1px solid #464646;
        -webkit-box-shadow: 0 1px 0 0 dimgray;
        -moz-box-shadow: 0 1px 0 0 dimgray;
        box-shadow: 0 1px 0 0 dimgray;
        width: 100%;
        display: block;
        box-sizing: border-box; }
      .rfw-offcanvas .rfw-offcanvas-sidebar .rfw-offcanvas-sidebar-content .services ul {
        list-style: none;
        padding: 0;
        margin: 0; }
        .rfw-offcanvas .rfw-offcanvas-sidebar .rfw-offcanvas-sidebar-content .services ul li {
          border-bottom: 1px solid #464646;
          -webkit-box-shadow: 0 1px 0 0 dimgray;
          -moz-box-shadow: 0 1px 0 0 dimgray;
          box-shadow: 0 1px 0 0 dimgray;
          height: 45px;
          padding: 0 0 0 10px;
          cursor: pointer; }
          .rfw-offcanvas .rfw-offcanvas-sidebar .rfw-offcanvas-sidebar-content .services ul li a {
            line-height: 45px;
            padding: 0;
            outline: 0;
            position: relative; }
            .rfw-offcanvas .rfw-offcanvas-sidebar .rfw-offcanvas-sidebar-content .services ul li a .icon {
              width: 32px;
              height: 32px;
              position: absolute;
              overflow: hidden;
              top: 8px;
              left: 0; }
              .rfw-offcanvas .rfw-offcanvas-sidebar .rfw-offcanvas-sidebar-content .services ul li a .icon svg {
                outline: 0;
                outline: none; }
            .rfw-offcanvas .rfw-offcanvas-sidebar .rfw-offcanvas-sidebar-content .services ul li a .name {
              display: block;
              padding-left: 42px;
              width: 96%;
              white-space: nowrap;
              overflow: hidden;
              text-overflow: ellipsis;
              font-size: 1.4rem; }
            .rfw-offcanvas .rfw-offcanvas-sidebar .rfw-offcanvas-sidebar-content .services ul li a:hover, .rfw-offcanvas .rfw-offcanvas-sidebar .rfw-offcanvas-sidebar-content .services ul li a:focus, .rfw-offcanvas .rfw-offcanvas-sidebar .rfw-offcanvas-sidebar-content .services ul li a:visited {
              line-height: 45px;
              padding: 0;
              outline: 0;
              outline: none; }
          .rfw-offcanvas .rfw-offcanvas-sidebar .rfw-offcanvas-sidebar-content .services ul li:hover {
            background-color: #464646; }
  .rfw-offcanvas.rfw-offcanvas-left {
    left: 0; }
    .rfw-offcanvas.rfw-offcanvas-left .rfw-offcanvas-sidebar {
      left: -220px; }
    .rfw-offcanvas.rfw-offcanvas-left.active {
      left: 220px; }
      .rfw-offcanvas.rfw-offcanvas-left.active .rfw-offcanvas-btn-toggle {
        background-color: #0093b9 !important; }
        .rfw-offcanvas.rfw-offcanvas-left.active .rfw-offcanvas-btn-toggle span::before {
          padding-left: 3px; }
        .rfw-offcanvas.rfw-offcanvas-left.active .rfw-offcanvas-btn-toggle span::after {
          left: 6px;
          opacity: 1; }
  .rfw-offcanvas.rfw-offcanvas-right {
    position: fixed;
    right: 0; }
    .rfw-offcanvas.rfw-offcanvas-right .rfw-offcanvas-sidebar {
      right: -220px; }
      .rfw-offcanvas.rfw-offcanvas-right .rfw-offcanvas-sidebar .rfw-offcanvas-sidebar-content {
        padding-top: 0; }
        .rfw-offcanvas.rfw-offcanvas-right .rfw-offcanvas-sidebar .rfw-offcanvas-sidebar-content .services p {
          padding-top: 10px; }
        .rfw-offcanvas.rfw-offcanvas-right .rfw-offcanvas-sidebar .rfw-offcanvas-sidebar-content .services ul li .name {
          padding-left: 5px; }
      .rfw-offcanvas.rfw-offcanvas-right .rfw-offcanvas-sidebar .heading {
        padding-top: 0; }
    .rfw-offcanvas.rfw-offcanvas-right.active {
      right: 220px; }
      .rfw-offcanvas.rfw-offcanvas-right.active .rfw-offcanvas-btn-toggle {
        background-color: #0093b9 !important; }
        .rfw-offcanvas.rfw-offcanvas-right.active .rfw-offcanvas-btn-toggle span::before {
          padding-left: 3px; }
        .rfw-offcanvas.rfw-offcanvas-right.active .rfw-offcanvas-btn-toggle span::after {
          left: 6px;
          opacity: 1; }

/*# sourceMappingURL=styles.css.map */