@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=Muli:300,400,700,900&display=swap");
@import "../../styles/node/react-calendar.css";
@import "../../styles/node/icheck-skins/all.css";
@import "../../styles/node/video-react.css";
@import "../../styles/node/react-lightbox.css";
button:focus {
  overflow-x: hidden !important;
  outline: none !important;
  -webkit-box-shadow: none !important;
  -moz-box-shadow: none !important;
  box-shadow: none !important;
}
button:active {
  outline: none !important;
  -webkit-box-shadow: none !important;
  -moz-box-shadow: none !important;
  box-shadow: none !important;
}

a:focus {
  outline: none !important;
}

.button-master {
  padding: 10px 24px;
  text-decoration: none !important;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
  font-weight: normal;
  border: none;
  cursor: pointer;
  letter-spacing: 0.4px;
}
.button-master.xs {
  padding: 3px 7px;
}
.button-master.xs.wide {
  padding: 3px 13px;
}
.button-master.small {
  padding: 4px 12px;
}
@media (max-width: 767px) {
  .button-master.small {
    /* For less than 767px */
    padding: 5px 8px;
  }
}
.button-master.medium {
  padding: 6px 16px;
}
.button-master.wide {
  padding: 7px 30px;
}
.button-master.tall {
  padding: 13px 30px;
}
.button-master.taller {
  padding: 18px 30px;
}
.button-master.margin {
  margin: 3px;
}
.button-master.tabs {
  -webkit-border-radius: 8px 8px 0 0;
  -moz-border-radius: 8px 8px 0 0;
  -ms-border-radius: 8px 8px 0 0;
  border-radius: 8px 8px 0 0;
  padding: 10px 25px;
  border-bottom: 0 !important;
}
.button-master.rounded {
  -webkit-border-radius: 30px !important;
  -moz-border-radius: 30px !important;
  -ms-border-radius: 30px !important;
  border-radius: 30px !important;
}
.button-master.full-width {
  width: 100%;
}
.button-master.circle {
  border-radius: 50% !important;
  padding: 0 !important;
  width: 40px;
  height: 40px;
}
.button-master.circle .icon-circle {
  vertical-align: middle;
  font-size: 16px !important;
  font-size: 1rem !important;
}
.button-master.circle.smaller {
  width: 34px;
  height: 34px;
}
.button-master.circle.xs {
  width: 25px;
  height: 25px;
  padding: 0;
}
.button-master i {
  vertical-align: middle;
  font-size: 16px;
}
.button-master:hover {
  opacity: 0.7;
}
.button-master.skip, .button-master.save {
  background-color: #1d75bc;
  border: 1px solid #1d75bc;
  color: #fff;
}
.button-master.skip:disabled, .button-master.save:disabled {
  opacity: 0.4;
}
.button-master.next, .button-master.success {
  background-color: #8dc63f;
  border: 1px solid #8dc63f;
  color: #fff;
}
.button-master.next:disabled, .button-master.success:disabled {
  opacity: 0.4;
}
.button-master.next.outline, .button-master.success.outline {
  background-color: transparent;
  color: #8dc63f;
}
.button-master.prev {
  border: 1px solid #e5e6e7;
  background-color: #ffffff;
  color: #000000;
}
.button-master.prev:disabled {
  opacity: 0.4;
}
.button-master.white {
  border: 1px solid #ffffff;
  background-color: #ffffff;
  color: #000000;
}
.button-master.white:disabled {
  opacity: 0.4;
}
.button-master.cancel, .button-master.deactivate {
  background-color: #ed1c24;
  border: 1px solid #ed1c24;
  color: #fff;
}
.button-master.cancel:disabled, .button-master.deactivate:disabled {
  opacity: 0.4;
}
.button-master.warning {
  background-color: #ffd11d;
  border: 1px solid #ffd11d;
  color: #fff;
}
.button-master.warning:disabled {
  opacity: 0.4;
}
.button-master.orange {
  background-color: #e7711b;
  border: 1px solid #e7711b;
  color: #fff;
}
.button-master.orange:disabled {
  opacity: 0.4;
}
.button-master.default {
  background-color: #3e5a75;
  border: 1px solid #3e5a75;
  color: #fff;
}
.button-master.default:disabled {
  opacity: 0.4;
}
.button-master.default.outline {
  background-color: transparent;
  color: #3e5a75;
}
.button-master.light {
  background-color: #f9f9f9;
  border: 1px solid #e5e6e7;
  color: #616161;
}
.button-master.light:disabled {
  opacity: 0.4;
}
.button-master.teal {
  background-color: #1cc4a6;
  border: 1px solid #1cc4a6;
  color: #fff;
}
.button-master.teal:disabled {
  opacity: 0.4;
}
.button-master.ghost-light {
  border: 1px solid #f9f9f9;
  background-color: transparent;
  color: #fff;
}
.button-master.ghost-light:disabled {
  opacity: 0.4;
}
.button-master.form-type {
  border: 1px solid #f9f9f9;
  background-color: #ffffff;
  color: #555555;
  font-weight: normal;
}
.button-master.form-type:disabled {
  opacity: 0.4;
}
.button-master.form-type.selected {
  border: 1px solid #007aff;
  background-color: #007aff;
  color: #fff;
}
.button-master.basic {
  background-color: transparent;
  color: #909090;
  font-size: 13px;
  text-decoration: underline !important;
}
.button-master.basic:disabled {
  opacity: 0.4;
}
.button-master.basic2 {
  border: 1px solid #e5e6e7;
  background-color: rgba(255, 255, 255, 0.7);
  color: #0E0E0E;
  font-weight: 400;
  border-radius: 5px;
}
.button-master.basic2:disabled {
  opacity: 0.4;
}
.button-master.link {
  background-color: transparent;
  color: #1d75bc;
  text-decoration: underline !important;
}
.button-master.link:disabled {
  opacity: 0.4;
}
.button-master.empty {
  background-color: transparent;
  font-size: 13px;
}
.button-master.empty-hover {
  background-color: transparent;
  font-size: 13px;
  font-weight: lighter;
}
.button-master.empty-hover:hover {
  background-color: #f9f9f9;
}
.button-master.no-opacity {
  opacity: 1 !important;
}
.button-master.no-opacity:hover {
  opacity: 1 !important;
}
.button-master.branch {
  background-color: rgba(54, 79, 106, 0.1);
  color: #364F6A;
  font-weight: normal;
  font-family: "Lato", Sans-Serif;
}
.button-master.branch .icon {
  color: #364F6A;
}
@media (max-width: 767px) {
  .button-master.branch .icon {
    /* For less than 767px */
    margin-right: 0;
  }
}
.button-master.branch:disabled {
  opacity: 1;
}
.button-master.branch:disabled:hover {
  background-color: rgba(255, 255, 255, 0.1);
  color: rgba(51, 51, 51, 0.8);
  opacity: 1;
  cursor: not-allowed;
}
.button-master.branch:disabled:hover .icon {
  color: #333;
}
.button-master.branch:hover {
  background-color: #364F6A;
  color: #fff;
  opacity: 1;
  transition: all ease 0.25s;
}
.button-master.branch:hover .icon {
  color: #fff;
  transition: all ease 0.25s;
}

.group-buttons button.middle {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.group-buttons button:first-child {
  border-top-right-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
}
.group-buttons button:last-child {
  border-top-left-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
}

.button-circle-label {
  display: block;
  text-align: center;
  font-size: 10px;
  margin-top: 5px;
}
.button-circle-label.disabled {
  opacity: 0.4;
}

.stacked-button-group {
  text-align: center;
  margin-right: 15px !important;
}
.stacked-button-group .icon {
  font-size: 24px;
}
.stacked-button-group .text {
  display: block;
  font-size: 10px;
}
.stacked-button-group .text.inline {
  display: inline-block;
  vertical-align: super;
  margin-left: 8px;
}
.stacked-button-group button:hover {
  color: #a5a6ab;
}
.stacked-button-group button.green:hover {
  color: #8dc63f;
}
.stacked-button-group button.red:hover {
  color: #ed1c24;
}

.list-buttons {
  position: absolute;
  right: 18px;
  background-color: #33383e;
  color: #fff;
  padding: 10px;
  min-width: 150px;
  z-index: 10;
  border-radius: 5px;
}
.list-buttons ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.list-buttons ul a {
  text-decoration: none;
  cursor: pointer;
  color: #fff;
  display: block;
}
.list-buttons ul a:hover {
  opacity: 0.5;
}
.list-buttons ul a li {
  width: 100%;
  min-width: 100px;
  padding: 5px 15px;
}
.list-buttons ul a li i {
  padding-right: 10px;
}
.list-buttons.datagrid {
  right: 50px;
}

#page-header-container {
  overflow: hidden;
  display: none !important;
}
#page-header-container .top-header {
  height: 100px;
  color: #ffffff;
  padding: 35px 15px;
  overflow: hidden;
}
@media (max-width: 767px) {
  #page-header-container .top-header {
    /* For less than 767px */
    height: 75px;
    padding: 20px 15px;
  }
}
#page-header-container .top-header.default {
  background-color: #1b1f22;
}
#page-header-container .top-header .icon {
  float: left;
  width: 50px;
  margin-top: -10px;
  margin-right: 5px;
}
#page-header-container .top-header .title .text {
  letter-spacing: 0.7px;
  font-size: 20px;
}
#page-header-container .top-header .breadcrumb-container {
  float: right;
  display: flex;
  color: #5c646a;
  position: relative;
  top: 30px;
  font-size: 12px;
  cursor: pointer;
}
#page-header-container .top-header .breadcrumb-container li {
  list-style-type: none;
  margin-right: 8px;
}
#page-header-container .top-header .breadcrumb-container li a {
  text-decoration: none;
  color: #5c646a;
}
#page-header-container .top-header .breadcrumb-container li:last-child {
  color: #ffffff;
}
#page-header-container .top-header .breadcrumb-container li + li:before {
  padding-right: 8px;
  content: "/";
  color: #5c646a;
}

.image-pageheader-container .image-pageheader {
  width: 100%;
  min-height: 140px;
}
@media (max-width: 767px) {
  .image-pageheader-container .image-pageheader {
    /* For less than 767px */
    min-height: initial;
    padding-bottom: 15px;
  }
}
.image-pageheader-container .image-pageheader .image {
  height: 80px;
  width: 80px;
  margin-left: 25px;
  margin-top: 30px;
  margin-right: 15px;
  display: block;
  float: left;
}
@media (max-width: 767px) {
  .image-pageheader-container .image-pageheader .image {
    /* For less than 767px */
    height: 60px;
    width: 60px;
    margin-left: 25px;
    margin-right: 15px;
    display: block;
    float: left;
    margin-top: 0;
  }
}
@media (min-width: 767px) and (max-width: 991px) {
  .image-pageheader-container .image-pageheader .image {
    /* For less than 991px */
    margin-top: 30px;
  }
}
.image-pageheader-container .image-pageheader .image img {
  height: 100px;
  width: 100px;
}
@media (max-width: 767px) {
  .image-pageheader-container .image-pageheader .image img {
    /* For less than 767px */
    height: 60px;
    width: 60px;
  }
}
.image-pageheader-container .image-pageheader .image i {
  margin-top: 10px;
}
@media (max-width: 767px) {
  .image-pageheader-container .image-pageheader .image i {
    /* For less than 767px */
    font-size: 30px !important;
  }
}
.image-pageheader-container .image-pageheader .image.circle {
  border-radius: 50%;
}
.image-pageheader-container .image-pageheader .image.circle img {
  border-radius: 50%;
}
.image-pageheader-container .image-pageheader .info {
  color: #000;
  display: block;
  margin-top: 42px;
}
@media (max-width: 767px) {
  .image-pageheader-container .image-pageheader .info {
    /* For less than 767px */
    margin-top: 20px;
  }
}
.image-pageheader-container .image-pageheader .info .name {
  margin-bottom: 5px;
}
@media (max-width: 767px) {
  .image-pageheader-container .image-pageheader .info .name {
    /* For less than 767px */
    font-size: 14px;
  }
}
.image-pageheader-container .image-pageheader .info .other {
  color: rgba(0, 0, 0, 0.7);
  margin: 0 0 4px;
}
@media (max-width: 767px) {
  .image-pageheader-container .image-pageheader .info .other {
    /* For less than 767px */
    font-size: 12px;
  }
}
.image-pageheader-container .menu-list {
  padding: 0;
  margin: 0;
  position: relative;
  width: 100%;
  display: inline-block;
  font-weight: normal;
}
.image-pageheader-container .menu-list .list-item {
  margin: 0;
  color: rgba(0, 0, 0, 0.5);
  list-style: none;
  float: left;
  font-size: 14px;
  padding: 15px 30px;
}
.image-pageheader-container .menu-list .list-item i {
  font-size: 15px;
  margin-right: 10px;
}
.image-pageheader-container .menu-list .list-item:hover, .image-pageheader-container .menu-list .list-item:focus {
  color: black;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
}

#menu-container {
  background-color: transparent;
  padding: 0 15px;
  height: 50px;
}
@media (max-width: 375px) {
  #menu-container {
    /* For less than 375px */
    padding: 0 10px;
  }
}
#menu-container.dark-theme .left .module-name {
  color: #ffffff !important;
}
#menu-container.dark-theme .right .text {
  color: rgba(255, 255, 255, 0.8) !important;
}
#menu-container.dark-theme .right .text.selected {
  color: #ffffff;
  background-color: rgba(255, 255, 255, 0.3);
}
@media (max-width: 767px) {
  #menu-container.dark-theme .right .text.text-dropdown {
    /* For less than 767px */
    display: block;
  }
}
@media (min-width: 767px) and (max-width: 991px) {
  #menu-container.dark-theme .right .text.text-dropdown {
    /* For less than 991px */
    display: block;
  }
}
#menu-container .left, #menu-container .right {
  float: left;
  height: 50px;
}
#menu-container .left {
  display: block;
  float: left;
}
#menu-container .left .module-name {
  line-height: 40px;
  margin-right: 20px;
  margin-left: 10px;
  color: #364F6A;
}
@media (max-width: 767px) {
  #menu-container .left .module-name {
    /* For less than 767px */
    display: none;
  }
}
@media (max-width: 767px) {
  #menu-container i {
    /* For less than 767px */
    display: block !important;
  }
}
@media (min-width: 767px) and (max-width: 991px) {
  #menu-container i {
    /* For less than 991px */
    display: block !important;
  }
}
#menu-container .text {
  color: #364F6A;
  padding: 3px 10px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  border-radius: 20px;
  font-size: 12px;
}
@media (max-width: 767px) {
  #menu-container .text {
    /* For less than 767px */
    display: none;
  }
}
@media (min-width: 767px) and (max-width: 991px) {
  #menu-container .text {
    /* For less than 991px */
    display: none;
  }
}
#menu-container .text.selected {
  font-weight: bold;
  color: #364F6A;
  padding: 3px 10px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  border-radius: 20px;
  background-color: rgba(54, 79, 106, 0.15);
}
#menu-container ul {
  padding: 0;
  margin: 0;
}
#menu-container ul li {
  list-style-type: none;
  padding: 0 7px;
  margin-right: 15px;
  line-height: 60px;
  cursor: pointer;
  float: left;
}
@media (max-width: 375px) {
  #menu-container ul li {
    /* For less than 375px */
    margin-right: 1px !important;
    padding: 0 1px;
  }
}
@media (max-width: 767px) {
  #menu-container ul li {
    /* For less than 767px */
    margin-right: 5px !important;
  }
}
#menu-container ul li a {
  text-transform: uppercase;
  font-size: 13px;
  font-family: "Muli", Helvetica, sans-serif;
  letter-spacing: 0.55px;
}
#menu-container ul li a:hover {
  opacity: 0.7;
}
#menu-container ul li a:link, #menu-container ul li a:active, #menu-container ul li a:visited {
  text-decoration: none;
  color: #333333;
}
#menu-container ul li a:link i, #menu-container ul li a:active i, #menu-container ul li a:visited i {
  display: none;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  background-color: #364F6A;
  position: relative;
  top: 5px;
  padding: 5px;
  width: 30px;
  height: 30px;
  font-size: 20px;
  margin-top: 8px;
  margin-right: 7px;
  color: #FFF;
}
#menu-container ul li a:link i.iconic, #menu-container ul li a:active i.iconic, #menu-container ul li a:visited i.iconic {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  background-color: #9ea7b2;
  position: relative;
  padding: 4px 9px;
  font-size: 20px;
  vertical-align: middle;
  margin-right: 7px;
  color: #FFF;
}
@media (max-width: 767px) {
  #menu-container ul li a:link ii, #menu-container ul li a:active ii, #menu-container ul li a:visited ii {
    /* For less than 767px */
    margin-right: 0;
  }
}
@media (max-width: 767px) {
  #menu-container ul.text-dropdown {
    /* For less than 767px */
    display: block;
  }
}
#menu-container .right-btn {
  float: right;
  line-height: 50px;
  cursor: pointer;
}
#menu-container .right-btn i {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  background-color: #9ea7b2;
  position: relative;
  padding: 5px;
  font-size: 20px;
  top: 5px;
  margin-right: 7px;
  color: #FFF;
}
#menu-container .dropdown .dropdown-menu {
  box-shadow: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
  position: absolute;
  border-top: 0 solid #FFF;
  border-left: 1px solid #e7e8e9;
  border-right: 1px solid #e7e8e9;
  border-bottom: 1px solid #e7e8e9;
  left: 0;
  top: 50px;
}
#menu-container .dropdown .dropdown-menu li {
  float: left;
  padding: 0;
  margin-right: 0;
}
#menu-container .dropdown .dropdown-menu li a {
  min-width: 85px;
  background-color: transparent;
  font-size: 12px;
}
#menu-container .dropdown .dropdown-menu li:hover {
  opacity: 0.6;
  background-color: transparent;
}
#menu-container .dropdown:active .btn {
  box-shadow: none;
  border: none;
}

@media (max-width: 767px) {
  /* For less than 767px */
  .dropdown-toggle .caret {
    display: none;
  }
}
@media (min-width: 767px) and (max-width: 991px) {
  /* For less than 991px */
  .dropdown-toggle .caret {
    display: none;
  }
}
.simple-nav .horizontal-nav {
  list-style-type: none;
  margin: 0;
  padding: 0;
  overflow: hidden;
  -webkit-padding-start: 0;
  display: flex;
}
.simple-nav .horizontal-nav.grey {
  background-color: #eee;
  border-radius: 7px 7px 0 0;
}
.simple-nav .horizontal-nav.li-group li {
  margin: 0 10px 5px 0;
}
.simple-nav .horizontal-nav.li-group li:last-child {
  margin: 0;
}
.simple-nav .horizontal-nav li {
  float: left;
}
.simple-nav .vertical-nav {
  list-style-type: none;
  margin: 0;
  padding: 0;
  overflow: hidden;
  -webkit-padding-start: 0;
  width: 100%;
}
.simple-nav.section-nav {
  background-color: #5c6469;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  z-index: 1000;
}
.simple-nav.section-nav.white {
  background-color: #ffffff;
}
.simple-nav.section-nav.extended {
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}
.simple-nav .slim li a, .simple-nav .slim li .action {
  padding: 8px 15px;
}
.simple-nav .tall li a, .simple-nav .tall li .action {
  padding: 15px 10px;
}
.simple-nav .wide li a, .simple-nav .wide li .action {
  padding: 8px 25px;
}
.simple-nav.dark {
  background-color: #333;
}
.simple-nav li {
  list-style: none;
}
.simple-nav li ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  overflow: hidden;
  -webkit-padding-start: 0;
  font-size: inherit;
}
.simple-nav li ul li {
  list-style: none;
}
.simple-nav li a, .simple-nav li .action {
  display: block;
  color: #616161;
  text-align: center;
  padding: 15px 25px;
  text-decoration: none;
}
.simple-nav li a:hover, .simple-nav li .action:hover {
  color: #111;
}
.simple-nav li a.border-radius, .simple-nav li .action.border-radius {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
}
.simple-nav li a.bg, .simple-nav li .action.bg {
  background-color: #eee;
  color: #000;
}
.simple-nav li a.bg.blue, .simple-nav li .action.bg.blue {
  background-color: #007aff;
  color: #fff;
}
.simple-nav li a.bg.orange, .simple-nav li .action.bg.orange {
  background-color: #e7711b;
  color: #fff;
}
.simple-nav li a.bg.green, .simple-nav li .action.bg.green {
  background-color: #8dc63f;
  color: #fff;
}
.simple-nav li a.bg.red, .simple-nav li .action.bg.red {
  background-color: #ed1c24;
  color: #fff;
}
.simple-nav li a.bg.darkblue, .simple-nav li .action.bg.darkblue {
  background-color: #364f6a;
  color: #fff;
}
.simple-nav li a.bg.ghost, .simple-nav li .action.bg.ghost {
  background-color: transparent;
  border: 1px solid #fff;
  color: #fff;
}
.simple-nav li a.border, .simple-nav li .action.border {
  color: #616161;
}
.simple-nav li a.border.top, .simple-nav li .action.border.top {
  border-top: 2.5px solid;
  border-color: transparent;
}
.simple-nav li a.border.bottom, .simple-nav li .action.border.bottom {
  border-bottom: 2.5px solid;
  border-color: transparent;
}
.simple-nav li a.border.left, .simple-nav li .action.border.left {
  border-left: 2.5px solid;
  border-color: transparent;
}
.simple-nav li a.border.right, .simple-nav li .action.border.right {
  border-right: 2.5px solid;
  border-color: transparent;
}
.simple-nav li a.border.white, .simple-nav li .action.border.white {
  border-color: #fff;
  color: #fff;
}
.simple-nav li a.border.black, .simple-nav li .action.border.black {
  border-color: #000;
  color: #000;
}
.simple-nav li a.border.lightgrey, .simple-nav li .action.border.lightgrey {
  border-color: #bbbbbb;
  color: #bbbbbb;
}
.simple-nav li a.border.grey, .simple-nav li .action.border.grey {
  border-color: #616161;
  color: #111;
}
.simple-nav li a.border.green, .simple-nav li .action.border.green {
  border-color: #8dc63f;
  color: #8dc63f;
}
.simple-nav li a.border.blue, .simple-nav li .action.border.blue {
  border-color: #007aff;
  color: #007aff;
}
.simple-nav li a.border.lightblue, .simple-nav li .action.border.lightblue {
  border-color: #90ddff;
  color: #90ddff;
}
.simple-nav li a.border.red, .simple-nav li .action.border.red {
  border-color: #ed1c24;
  color: #ed1c24;
}
.simple-nav li a.border.orange, .simple-nav li .action.border.orange {
  border-color: #e7711b;
  color: #e7711b;
}
.simple-nav li a.border.darkblue, .simple-nav li .action.border.darkblue {
  border-color: #364f6a;
  color: #364f6a;
}
.simple-nav li a.border.no-border, .simple-nav li .action.border.no-border {
  border-color: transparent;
}
.simple-nav li:hover, .simple-nav li:focus {
  opacity: 0.6;
}
.simple-nav li.nested:hover, .simple-nav li.nested:focus {
  opacity: 1;
}
.simple-nav.rounded {
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  -ms-border-radius: 7px;
  border-radius: 7px;
}

#panel-container .panel {
  border-radius: 6.5px;
  min-height: 200px;
  margin: 10px 20px 5px 20px;
  border: 1px solid #eaeaea;
}
@media (max-width: 375px) {
  #panel-container .panel {
    /* For less than 375px */
    margin: 10px 10px 5px 10px;
  }
}
#panel-container .panel.no-styles {
  border: none;
  box-shadow: none;
  border-radius: 0;
  margin: 0;
  background-color: transparent;
  min-height: initial !important;
}
#panel-container .panel.no-styles.children .panel-body {
  padding: 15px;
}
#panel-container .panel.no-styles .panel-body {
  padding: 0;
}
#panel-container .panel.no-styles.with-margin {
  margin: 10px 20px 5px 20px;
}
@media (max-width: 375px) {
  #panel-container .panel.no-styles.with-margin {
    /* For less than 375px */
    margin: 10px 10px 5px 10px;
  }
}
#panel-container .panel.no-margin-panel {
  margin: 0;
}
#panel-container .panel.no-margin-panel.bottom-margin {
  margin-bottom: 10px;
}
#panel-container .panel.dark {
  background-color: #33383e;
  color: #fff;
}
#panel-container .panel.left {
  margin: 10px -5px 5px 20px;
}
#panel-container .panel.center {
  margin: 10px -5px 5px -5px;
}
#panel-container .panel.right {
  margin: 10px 20px 5px -5px;
}
@media (max-width: 375px) {
  #panel-container .panel.left, #panel-container .panel.center, #panel-container .panel.right {
    /* For less than 375px */
    margin: 10px 10px 5px 10px !important;
  }
}
@media (max-width: 767px) {
  #panel-container .panel.left, #panel-container .panel.center, #panel-container .panel.right {
    /* For less than 767px */
    margin: 10px 20px;
  }
}
@media (min-width: 767px) and (max-width: 991px) {
  #panel-container .panel.left, #panel-container .panel.center, #panel-container .panel.right {
    /* For less than 991px */
    margin: 10px 20px;
  }
}
#panel-container .panel .panel-body {
  padding: 15px;
}
@media (max-width: 767px) {
  #panel-container .panel .panel-body .right {
    /* For less than 767px */
    margin: 0 0 0 5px;
  }
}
@media (max-width: 767px) {
  #panel-container .panel .panel-body .right:empty {
    /* For less than 767px */
    margin: 0 !important;
  }
}
#panel-container .panel.panel-no-br {
  border-radius: 0 !important;
}
#panel-container .panel.panel-no-br.top {
  border-bottom-left-radius: 4.5px !important;
  border-bottom-right-radius: 4.5px !important;
}
#panel-container .panel.panel-no-br.bottom {
  border-top-left-radius: 4.5px !important;
  border-top-right-radius: 4.5px !important;
}
#panel-container .panel .panel-body-side {
  padding: 0 15px;
}
#panel-container .panel .title {
  padding: 0;
  margin: 0 0 5px 0;
  letter-spacing: -0.2px;
  font-size: 18px;
}
#panel-container .panel .sub-title {
  font-weight: lighter;
}
#panel-container .panel .description {
  margin: 5px 0 -5px 0;
  font-size: 12px;
}
#panel-container .panel .divider {
  margin-top: 15px;
  margin-bottom: 15px;
}
#panel-container .panel.no-divider .divider {
  display: none;
}

.panel-margin {
  margin: 10px 20px 5px 20px;
}

label {
  font-size: 14px !important;
  font-size: 0.875rem !important;
}

input, select {
  background-color: #ffffff !important;
  border-radius: 4px !important;
  box-shadow: none !important;
  color: #111111;
}
textarea {
  background-color: #ffffff !important;
  border-radius: 4px !important;
  color: #111;
  box-shadow: none !important;
  resize: none !important;
  overflow-x: hidden !important;
}

select {
  border: 1px solid #e5e6e7 !important;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  background-color: #ffffff;
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAcAAAAHCAYAAADEUlfTAAAAG0lEQVR42mNgwAfKy8v/48I4FeA0AacVDFQBAP9wJkE/KhUMAAAAAElFTkSuQmCC"), linear-gradient(to bottom, #ffffff 0%, #ffffff 100%);
  background-repeat: no-repeat, repeat;
  background-position: right 0.7em top 50%, 0 0;
  background-size: 0.65em auto, 100%;
}
select::-ms-expand {
  display: none;
}

input[type=date] {
  overflow: hidden;
}

input:focus {
  border-color: #42a5f5 !important;
  border-width: 1.25px;
  background-color: #ffffff !important;
  color: #111 !important;
  overflow: auto !important;
  outline: none !important;
  -webkit-box-shadow: none !important;
  -moz-box-shadow: none !important;
  box-shadow: none !important;
  overflow-x: hidden !important;
}

textarea:focus {
  border-color: #42a5f5 !important;
  background-color: #ffffff !important;
  border-width: 1.25px;
  color: #111 !important;
  overflow: auto !important;
  outline: none !important;
  -webkit-box-shadow: none !important;
  -moz-box-shadow: none !important;
  box-shadow: none !important;
  overflow-x: hidden !important;
}

select:focus {
  border-color: #42a5f5 !important;
  background-color: #ffffff !important;
  border-width: 1.25px;
  color: #111 !important;
  overflow: auto !important;
  outline: none !important;
  -webkit-box-shadow: none !important;
  -moz-box-shadow: none !important;
  box-shadow: none !important;
  overflow-x: hidden !important;
}

.form-control {
  height: 45px;
  border-color: #e5e6e7 !important;
  font-size: 14px !important;
  font-size: 0.875rem !important;
}

.custom-form .dark {
  background-color: rgba(0, 0, 0, 0.2) !important;
  border: none !important;
  color: #fff !important;
  border-radius: 0 !important;
}
.custom-form .default {
  background-color: #364F6A !important;
  border: none !important;
  color: #fff !important;
  border-radius: 0 !important;
}
.custom-form .outline-white {
  background-color: transparent !important;
  border: 1px solid #fff !important;
  color: #fff !important;
}
.custom-form .form-dropdown, .custom-form .input-form {
  padding: 5px 10px 5px 30px !important;
  background-color: transparent;
  -webkit-appearance: none !important;
  border: 1px solid #eee;
  height: 35px;
  float: left;
}
.custom-form .form-dropdown.min-width-form, .custom-form .input-form.min-width-form {
  min-width: 180px;
}
@media (max-width: 767px) {
  .custom-form .form-dropdown.min-width-form, .custom-form .input-form.min-width-form {
    /* For less than 767px */
    min-width: initial;
  }
}
.custom-form .form-dropdown.blank.rounded, .custom-form .input-form.blank.rounded {
  border-radius: 30px !important;
  padding: 5px 15px 5px 15px !important;
}
.custom-form .form-dropdown.location, .custom-form .input-form.location {
  background: url(../../images/clients/ic-location.png) no-repeat left;
  background-size: 18px;
  background-position: 6px 8px;
}
.custom-form .form-dropdown.location.rounded, .custom-form .input-form.location.rounded {
  background-position: 15px 8px;
  background-size: 17px;
  border-radius: 30px !important;
  padding: 5px 15px 5px 40px !important;
}
@media (max-width: 767px) {
  .custom-form .form-dropdown.location.rounded, .custom-form .input-form.location.rounded {
    /* For less than 767px */
    padding: 5px 15px 5px 30px !important;
  }
}
@media (min-width: 767px) and (max-width: 991px) {
  .custom-form .form-dropdown.location.rounded, .custom-form .input-form.location.rounded {
    /* For less than 991px */
    padding: 5px 15px 5px 30px !important;
  }
}
.custom-form .form-dropdown.filter, .custom-form .input-form.filter {
  background: url(../../images/clients/ic-filter.png) no-repeat left;
  background-position: 6px 7px;
  background-size: 20px;
}
.custom-form .form-dropdown.filter.rounded, .custom-form .input-form.filter.rounded {
  background-position: 15px 8px;
  background-size: 17px;
  border-radius: 30px !important;
  padding: 5px 15px 5px 37px !important;
}
@media (max-width: 767px) {
  .custom-form .form-dropdown.filter.rounded, .custom-form .input-form.filter.rounded {
    /* For less than 767px */
    padding: 5px 15px 5px 30px !important;
  }
}
@media (min-width: 767px) and (max-width: 991px) {
  .custom-form .form-dropdown.filter.rounded, .custom-form .input-form.filter.rounded {
    /* For less than 991px */
    padding: 5px 15px 5px 30px !important;
  }
}
.custom-form .form-dropdown.filter2, .custom-form .input-form.filter2 {
  background: url(../../images/clients/input-icons/filter-2.png) no-repeat left;
  background-position: 6px 7px;
  background-size: 20px;
}
.custom-form .form-dropdown.filter2.rounded, .custom-form .input-form.filter2.rounded {
  background-position: 15px 8px;
  background-size: 17px;
  border-radius: 30px !important;
  padding: 5px 15px 5px 40px !important;
}
@media (max-width: 767px) {
  .custom-form .form-dropdown.filter2.rounded, .custom-form .input-form.filter2.rounded {
    /* For less than 767px */
    padding: 5px 15px 5px 30px !important;
  }
}
@media (min-width: 767px) and (max-width: 991px) {
  .custom-form .form-dropdown.filter2.rounded, .custom-form .input-form.filter2.rounded {
    /* For less than 991px */
    padding: 5px 15px 5px 30px !important;
  }
}
.custom-form .form-dropdown.domain, .custom-form .input-form.domain {
  background: url(../../images/clients/ic-globe.png) no-repeat left;
  background-position: 7px 9px;
  background-size: 16px;
}
.custom-form .form-dropdown.domain.rounded, .custom-form .input-form.domain.rounded {
  background-position: 15px 8px;
  background-size: 17px;
  border-radius: 30px !important;
  padding: 5px 15px 5px 40px !important;
}
@media (max-width: 767px) {
  .custom-form .form-dropdown.domain.rounded, .custom-form .input-form.domain.rounded {
    /* For less than 767px */
    padding: 5px 15px 5px 30px !important;
  }
}
@media (min-width: 767px) and (max-width: 991px) {
  .custom-form .form-dropdown.domain.rounded, .custom-form .input-form.domain.rounded {
    /* For less than 991px */
    padding: 5px 15px 5px 30px !important;
  }
}
.custom-form .form-dropdown.search, .custom-form .input-form.search {
  background: url(../../images/clients/ic-search.png) no-repeat left;
  background-size: 17px;
  background-position: 6px 9px;
  padding-left: 30px !important;
}
.custom-form .form-dropdown.search.rounded, .custom-form .input-form.search.rounded {
  background-position: 15px 8px;
  background-size: 17px;
  border-radius: 30px !important;
  padding: 5px 15px 5px 40px !important;
}
@media (max-width: 767px) {
  .custom-form .form-dropdown.search.rounded, .custom-form .input-form.search.rounded {
    /* For less than 767px */
    padding: 5px 15px 5px 30px !important;
  }
}
@media (min-width: 767px) and (max-width: 991px) {
  .custom-form .form-dropdown.search.rounded, .custom-form .input-form.search.rounded {
    /* For less than 991px */
    padding: 5px 15px 5px 30px !important;
  }
}
.custom-form .form-dropdown.search-2, .custom-form .input-form.search-2 {
  background: #eee !important;
  border: none !important;
  border-radius: 30px !important;
  padding-left: 22px !important;
}
.custom-form .form-dropdown.calendar, .custom-form .input-form.calendar {
  background: url(../../images/clients/input-icons/calendar.png) no-repeat left;
  background-position: 6px 8px;
  background-size: 18px;
}
.custom-form .form-dropdown.calendar.rounded, .custom-form .input-form.calendar.rounded {
  background-position: 15px 8px;
  background-size: 17px;
  border-radius: 30px !important;
  padding: 5px 15px 5px 40px !important;
}
@media (max-width: 767px) {
  .custom-form .form-dropdown.calendar.rounded, .custom-form .input-form.calendar.rounded {
    /* For less than 767px */
    padding: 5px 15px 5px 30px !important;
  }
}
@media (min-width: 767px) and (max-width: 991px) {
  .custom-form .form-dropdown.calendar.rounded, .custom-form .input-form.calendar.rounded {
    /* For less than 991px */
    padding: 5px 15px 5px 30px !important;
  }
}
@media (max-width: 767px) {
  .custom-form .form-dropdown.calendar.truncate, .custom-form .input-form.calendar.truncate {
    /* For less than 767px */
    padding: 5px 15px 5px 32px !important;
  }
}
@media (min-width: 767px) and (max-width: 991px) {
  .custom-form .form-dropdown.calendar.truncate, .custom-form .input-form.calendar.truncate {
    /* For less than 991px */
    padding: 5px 15px 5px 32px !important;
  }
}
@media (min-width: 991px) and (max-width: 1199px) {
  .custom-form .form-dropdown.calendar.truncate, .custom-form .input-form.calendar.truncate {
    /* For less than 1119px */
    padding: 5px 15px 5px 32px !important;
  }
}
@media (max-width: 767px) {
  .custom-form .form-dropdown.calendar.truncate span, .custom-form .input-form.calendar.truncate span {
    /* For less than 767px */
    display: none;
  }
}
@media (min-width: 767px) and (max-width: 991px) {
  .custom-form .form-dropdown.calendar.truncate span, .custom-form .input-form.calendar.truncate span {
    /* For less than 991px */
    display: none;
  }
}
@media (min-width: 991px) and (max-width: 1199px) {
  .custom-form .form-dropdown.calendar.truncate span, .custom-form .input-form.calendar.truncate span {
    /* For less than 1119px */
    display: none;
  }
}
.custom-form .form-dropdown.calendar.small, .custom-form .input-form.calendar.small {
  height: 29px;
  background-size: 13px;
}
.custom-form .form-dropdown.time, .custom-form .input-form.time {
  background: url(../../images/clients/input-icons/time.png) no-repeat left;
  background-position: 6px 8px;
  background-size: 18px;
}
.custom-form .form-dropdown.time.rounded, .custom-form .input-form.time.rounded {
  background-position: 15px 8px;
  background-size: 17px;
  border-radius: 30px !important;
  padding: 5px 15px 5px 40px !important;
}
.custom-form .form-dropdown.person, .custom-form .input-form.person {
  background: url(../../images/clients/input-icons/person.png) no-repeat left;
  background-position: 6px 8px;
  background-size: 18px;
}
.custom-form .form-dropdown.person.rounded, .custom-form .input-form.person.rounded {
  background-position: 15px 8px;
  background-size: 17px;
  border-radius: 30px !important;
  padding: 5px 15px 5px 40px !important;
}
.custom-form .form-dropdown.phone, .custom-form .input-form.phone {
  background: url(../../images/clients/input-icons/phone.png) no-repeat left;
  background-position: 6px 8px;
  background-size: 18px;
}
.custom-form .form-dropdown.phone.rounded, .custom-form .input-form.phone.rounded {
  background-position: 15px 8px;
  background-size: 17px;
  border-radius: 30px !important;
  padding: 5px 15px 5px 40px !important;
}
.custom-form .form-dropdown.phone2, .custom-form .input-form.phone2 {
  background: url(../../images/clients/input-icons/phone-2.png) no-repeat left;
  background-position: 8px 9.5px;
  background-size: 15px;
}
.custom-form .form-dropdown.phone2.rounded, .custom-form .input-form.phone2.rounded {
  background-position: 15px 9.5px;
  background-size: 15px;
  border-radius: 30px !important;
  padding: 5px 15px 5px 40px !important;
}
.custom-form .form-dropdown.list, .custom-form .input-form.list {
  background: url(../../images/clients/input-icons/list.png) no-repeat left;
  background-position: 6px 8px;
  background-size: 18px;
}
.custom-form .form-dropdown.list.rounded, .custom-form .input-form.list.rounded {
  background-position: 15px 8px;
  background-size: 17px;
  border-radius: 30px !important;
  padding: 5px 15px 5px 40px !important;
}
.custom-form .form-dropdown.percent, .custom-form .input-form.percent {
  background: url(../../images/clients/input-icons/percent.png) no-repeat left;
  background-position: 6px 8px;
  background-size: 18px;
}
.custom-form .form-dropdown.percent.rounded, .custom-form .input-form.percent.rounded {
  background-position: 15px 8px;
  background-size: 17px;
  border-radius: 30px !important;
  padding: 5px 15px 5px 40px !important;
}
.custom-form .form-dropdown:focus, .custom-form .form-dropdown :active, .custom-form .input-form:focus, .custom-form .input-form :active {
  border-color: none !important;
}

.input-custom-icon {
  position: absolute;
  right: 15px;
  height: 35px;
  width: 50px;
  border-top-right-radius: 30px;
  border-bottom-right-radius: 30px;
  background-color: #1d75bc;
  background-repeat: no-repeat;
}
.input-custom-icon.search {
  background-image: url(../../images/clients/ic-search-w.png) !important;
  background-size: 24px;
  background-position: 12px 6px;
}
.input-custom-icon.loading {
  background-image: url(../../images/clients/ic-loading-white.gif) !important;
  background-size: 19px;
  background-position: 14px 7.5px;
}
.input-custom-icon.loading.dark-mode {
  background-color: transparent;
  background-image: url(../../images/clients/ic-loading.gif) !important;
}
@media (max-width: 767px) {
  .input-custom-icon {
    /* For less than 767px */
    display: none;
  }
}
@media (min-width: 767px) and (max-width: 991px) {
  .input-custom-icon {
    /* For less than 991px */
    display: none;
  }
}

.title-hr {
  margin-top: 5px;
  margin-bottom: 15px;
  border: 0;
  border-top: 1px solid #eee;
}

.text-danger {
  padding: 3px 8px;
  background-color: #ed1c24 !important;
  border-radius: 3px;
  font-size: 10px;
  text-decoration: none !important;
  color: #fff !important;
}

.input-error {
  border: 1px solid #ed1c24 !important;
  background-color: rgba(255, 0, 0, 0.05) !important;
}
.input-error:focus {
  border: 1px solid #ed1c24 !important;
  background-color: rgba(255, 0, 0, 0.05) !important;
}
.input-error::-webkit-input-placeholder {
  color: #ED1C2470 !important;
}

.form-validation {
  padding: 3px 4px;
  float: right;
  font-size: 12px;
  text-decoration: none !important;
  color: #000;
}
.form-validation.border-radius {
  border-radius: 7px;
}
.form-validation.green {
  color: #8dc63f;
}
.form-validation.blue {
  color: #1d75bc;
}
.form-validation.red {
  color: #ed1c24;
}
.form-validation.yellow {
  color: #ffd11d;
}
.form-validation.orange {
  color: #ED810B;
}
.form-validation.green-outline {
  border: 1px solid #8dc63f;
}
.form-validation.blue-outline {
  border: 1px solid #1d75bc;
}
.form-validation.red-outline {
  border: 1px solid #ed1c24;
}
.form-validation.yellow-outline {
  border: 1px solid #ffd11d;
}
.form-validation.orange-outline {
  border-color: #ED810B;
}

.input-validation.lightgrey {
  color: #c9c9c9;
}
.input-validation.green {
  color: #8dc63f;
}
.input-validation.blue {
  color: #1d75bc;
}
.input-validation.red {
  color: #ed1c24;
}
.input-validation.light-red {
  color: #ff6c64;
}
.input-validation.yellow {
  color: #ffd11d;
}
.input-validation.orange {
  color: #ED810B;
}
.input-validation.green-outline {
  border-color: #8dc63f;
}
.input-validation.blue-outline {
  border-color: #1d75bc;
}
.input-validation.red-outline {
  border-color: #ed1c24 !important;
}
.input-validation.yellow-outline {
  border-color: #ffd11d;
}
.input-validation.orange-outline {
  border-color: #ED810B;
}

.date-range-picker {
  background-color: white;
  position: absolute;
  top: 45px;
  box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.06);
  border: 1px solid #e7e8e9;
  z-index: 100;
  right: 15px;
}
.date-range-picker table thead > tr > th {
  padding: 5px !important;
  border-top: inherit !important;
  border-bottom: inherit !important;
}
.date-range-picker table tbody > tr > td {
  padding: 10px 5px !important;
  border-top: inherit !important;
  border-bottom: inherit !important;
}

.DateRangePicker__MonthHeader {
  height: 50px !important;
}

.DateRangePicker__Month {
  width: inherit !important;
}
.DateRangePicker__Month table thead > tr > th {
  padding: 3px !important;
}
.DateRangePicker__Month table tbody > tr > td {
  padding: 12px !important;
}

.time-picker {
  display: inline-block;
}
.time-picker .section {
  text-align: center;
  align-items: center;
}
.time-picker .section.sm {
  width: 10%;
  float: left;
}
.time-picker .section.md {
  width: 30%;
  float: left;
}
.time-picker .section.center {
  margin-top: 36px;
}
.time-picker input {
  font-size: 14px;
  font-weight: bold;
  text-align: center;
  border-radius: 3px !important;
  border: 1px solid #ded9d9;
  width: 100%;
  margin: 0 auto;
}
.time-picker input::-webkit-outer-spin-button,
.time-picker input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.step-indicator {
  margin: 0 0 15px 0;
  padding: 0;
  height: 35px;
  display: table;
  width: 100%;
  position: absolute;
  top: -100px;
}
.step-indicator .step-indicator-row {
  display: table-row;
}
.step-indicator .step-indicator-row:before {
  top: 14px;
  bottom: 0;
  position: absolute;
  content: " ";
  width: 98%;
  height: 3px;
  background-color: #33383e;
}
.step-indicator .step {
  display: table-cell;
  text-align: center;
  position: relative;
}
.step-indicator .step .name {
  margin-top: 10px;
  font-weight: 500;
  font-size: 11px;
  color: #5c646a;
}
.step-indicator .step .name.active {
  color: #8dc63f;
}
.step-indicator .step .icon {
  font-size: 18px;
}
.step-indicator .step button[disabled] {
  opacity: 1 !important;
  filter: alpha(opacity=100) !important;
}
.step-indicator .btn-circle {
  width: 30px;
  height: 30px;
  text-align: center;
  padding: 6px 0;
  font-size: 12px;
  border-radius: 15px;
}

.step-process-wrapper {
  max-width: 1360px;
  margin: 1rem auto;
  padding: 25px;
}
@media (max-width: 767px) {
  .step-process-wrapper {
    /* For less than 767px */
    margin: 1rem auto;
    padding: 10px 0;
  }
}
.step-process-wrapper .description {
  margin: 5px 0 -5px 0;
}
.step-process-wrapper .divider {
  margin-top: 15px;
  margin-bottom: 15px;
}
.step-process-wrapper .step-process {
  width: 100%;
  margin-bottom: 15px;
}
.step-process-wrapper .step-queue {
  background-color: #5c646a;
  box-shadow: 1px 11px 14px 4px rgba(0, 0, 0, 0.15);
  position: fixed;
  min-height: 400px;
  max-width: 450px;
  border-top-left-radius: 7px;
  border-top-right-radius: 7px;
  width: 100%;
  bottom: 0;
  right: 20px;
}
@media (max-width: 767px) {
  .step-process-wrapper .step-queue {
    /* For less than 767px */
    border-radius: 0;
    position: inherit;
    max-width: inherit;
  }
}
.step-process-wrapper .step-queue .header-title {
  font-weight: 500;
  font-size: 14px;
  color: #fff;
  padding: 5px;
  margin: 5px 5px 5px 10px;
  display: block;
}
.step-process-wrapper .step-queue .queue-list-item {
  padding: 10px 15px;
  cursor: pointer;
  opacity: 1;
}
.step-process-wrapper .step-queue .queue-list-item:hover {
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
  opacity: 0.9;
}
.step-process-wrapper .step-queue .queue-list-item.completed {
  background-color: rgba(0, 0, 0, 0.2);
  color: #fff;
}
.step-process-wrapper .step-queue .queue-list-item.completed .status-icon {
  color: #8dc63f;
}
.step-process-wrapper .step-queue .queue-list-item.not-completed {
  background-color: rgba(0, 0, 0, 0.2);
  color: #fff;
}
.step-process-wrapper .step-queue .queue-list-item.not-completed .status-icon {
  color: rgba(255, 255, 255, 0.3);
}
.step-process-wrapper .step-queue .queue-list-item.selected {
  background-color: #1d75bc;
  color: #fff;
}
.step-process-wrapper .step-queue .queue-list-item.selected .status-icon {
  color: #8dc63f;
}
.step-process-wrapper .step-queue .queue-list-item.warning {
  background-color: #ffd11d;
  color: #000;
}
.step-process-wrapper .step-queue .queue-list-item.empty {
  background-color: rgba(0, 0, 0, 0.2);
  color: rgba(255, 255, 255, 0.3);
}
.step-process-wrapper .step-queue .queue-list-item .title {
  font-weight: 700;
  font-size: 14px;
}
.step-process-wrapper .step-queue .queue-list-item .cust-count {
  color: #ffd11d;
  font-size: 12px;
  font-weight: 700;
  margin-bottom: 2px;
}
.step-process-wrapper .step-queue .queue-list-item .info {
  font-weight: 300;
  font-size: 10px;
  padding-bottom: 2px;
}
.step-process-wrapper .step-queue .queue-list-item .info-tooltip {
  margin-left: 3px;
  vertical-align: bottom;
  color: #fff;
}
.step-process-wrapper .step-queue .queue-list-item .status-icon {
  position: absolute;
  float: right;
  top: 15px;
  right: 15px;
  font-size: 18px;
}
.step-process-wrapper .step-queue .step-nav {
  width: 100%;
  margin: 10px 0;
  padding: 10px 0;
}
.step-process-wrapper .step-queue .step-upsell {
  padding: 10px 20px;
  background-color: rgba(0, 0, 0, 0.2);
  border: 1px solid rgba(0, 0, 0, 0.22);
  margin: 15px;
  border-radius: 7px;
}
.step-process-wrapper .step-queue .step-upsell .message {
  line-height: 17px;
  color: white;
  margin-top: 0;
  font-weight: normal;
}
.step-process-wrapper .step-queue .step-upsell .image {
  width: 100%;
  margin-top: 10px;
  border-radius: 2px;
}

.cc-checkbox {
  margin: 6px 0;
  font-weight: bolder;
}
.cc-checkbox .check {
  width: 20px;
  height: 20px;
  cursor: pointer;
  margin-right: 3px;
  border: 1px solid #cccccc;
  display: inline-block;
  transition: all ease 0.25s;
}
.cc-checkbox .check.right {
  float: right;
}
.cc-checkbox .check.left {
  float: left;
}
.cc-checkbox .check.rounded {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
}
.cc-checkbox .check.circle {
  border-radius: 50%;
}
.cc-checkbox .check.selected {
  background-color: #1d75bc;
  border: 1px solid #1d75bc;
  transition: all ease 0.25s;
}
.cc-checkbox .check.selected-2 {
  background-color: #1bc5a3;
  border: 1px solid #1bc5a3;
  transition: all ease 0.25s;
}
.cc-checkbox .check .icon {
  color: #fff;
  font-size: 12px;
  text-align: center;
  margin: 0 auto;
  display: block;
  line-height: 20px;
}
.cc-checkbox .check.shadow {
  box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.1);
}
.cc-checkbox .label-container {
  display: inline-block;
}
.cc-checkbox .label-container .label-text {
  display: block;
  cursor: pointer;
  line-height: 20px;
}
.cc-checkbox .label-container .label-text.right {
  margin: 0 7px 0 25px;
  line-height: 20px;
}
.cc-checkbox .label-container .label-text.left {
  margin: 0 25px 0 7px;
  line-height: 20px;
}

.radio-group-label, .checkbox-group-label {
  width: 100%;
  float: left;
  margin-bottom: 10px;
}

.radio-container {
  display: inline-block;
  float: left;
  margin: 0 5px 10px 0;
}
.radio-container input {
  margin-right: 7px;
  margin-left: 3px;
}
.radio-container .radio-label {
  padding-right: 7px;
  display: inline-block;
  font-weight: normal;
}

.editable-row {
  background-color: transparent;
  border-top: 1px solid #EEEEEE;
  padding: 20px 10px;
}
.editable-row.selected {
  background-color: #e7f2fb;
  border-top: 1px solid #E2E2E2;
}
.editable-row:hover {
  background-color: #e7f2fb;
}
.editable-row:hover .pen-highlight {
  color: #999 !important;
}

.dropdown-menu {
  padding: 0 0;
  border-radius: 7px;
  overflow: hidden;
}
.dropdown-menu li > a, .dropdown-menu li > button {
  padding: 10px 20px;
}
.dropdown-menu li > a:hover, .dropdown-menu li > a:focus, .dropdown-menu li > button:hover, .dropdown-menu li > button:focus {
  background-color: #d7dadc;
  color: inherit;
}
.dropdown-menu.right {
  right: 0;
  left: initial;
}

.button-to-input {
  font-weight: 500;
  font-size: 14px;
  color: #fff;
  padding: 5px;
  margin: 5px 0 5px 10px;
  display: block;
  border: none !important;
}
.button-to-input.input {
  font-size: 14px;
  margin: 5px 0 5px 0;
  background-color: #ffffff !important;
  color: white !important;
  border: 1px solid #d0d0d0 !important;
  border-bottom: 1px solid #d0d0d0 !important;
}
.button-to-input.icon {
  position: relative;
  top: 20px;
  float: right;
}

.button-to-input-dark {
  font-weight: 500;
  font-size: 14px;
  color: #000;
  padding: 5px;
  margin: 5px 0 5px 10px;
  display: block;
  border: none !important;
}
.button-to-input-dark.input {
  font-size: 14px;
  margin: 5px 0 5px 0;
  padding: 0 10px;
  background-color: #ffffff !important;
  border: 1px solid #d0d0d0 !important;
  border-bottom: 1px solid #d0d0d0 !important;
}
.button-to-input-dark.textarea {
  font-size: 14px;
  margin: 5px 0 5px 0;
  padding: 8px 10px;
  background-color: #ffffff !important;
  border: 1px solid #d0d0d0 !important;
  border-bottom: 1px solid #d0d0d0 !important;
}
.button-to-input-dark.icon {
  position: relative;
  top: 20px;
  float: right;
}

.button-to-input-neutral {
  font-weight: 500;
  font-size: 19px;
  margin: 0;
  height: 35px;
}
.button-to-input-neutral.selected {
  background-color: rgba(255, 255, 255, 0.15) !important;
  color: #fff !important;
  font-weight: 500;
  font-size: 16px;
  margin-bottom: 3px;
  display: block;
  border: none;
  height: 28px;
  padding-left: 10px;
}
.button-to-input-neutral.selected:active, .button-to-input-neutral.selected:hover, .button-to-input-neutral.selected:focus {
  color: #fff !important;
}

.button-to-input-transparent {
  background-color: rgba(255, 255, 255, 0) !important;
  border: none !important;
  outline: none;
  padding: 1px;
  margin: 0 0 1px 0;
}

.list-search-dropdown {
  position: absolute;
  background-color: #ffffff;
  border: 1px solid #e7e8e9;
  margin-top: 10px;
  min-width: 200px;
  padding: 10px;
  border-radius: 3px;
  z-index: 100;
}
.list-search-dropdown .action-item {
  color: #000 !important;
  padding: 10px 0;
  display: block;
  text-decoration: none;
  cursor: pointer;
}

.ms-container {
  position: relative;
  box-sizing: border-box;
}
.ms-container .control {
  -webkit-box-align: center;
  align-items: center;
  background-color: #fff;
  cursor: default;
  display: flex;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  justify-content: space-between;
  min-height: 38px;
  position: relative;
  box-sizing: border-box;
  border-color: #e5e6e7;
  border-radius: 4px;
  border-style: solid;
  border-width: 1px;
  transition: all 100ms ease 0s;
  outline: 0 !important;
}
.ms-container .control.active {
  border-width: 1px;
  border-color: #42a5f5;
}
.ms-container .control .internal {
  -webkit-box-align: center;
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  position: relative;
  box-sizing: border-box;
  flex: 1 1 0%;
  padding: 2px 8px;
  overflow: hidden;
}
.ms-container .control .internal input {
  border: none !important;
  background-color: transparent !important;
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  margin-left: 3px;
}
.ms-container .control .internal .tag {
  overflow: hidden;
  display: contents;
  white-space: nowrap;
}
.ms-container .control .internal .tag .value {
  background-color: #E6E6E6;
  display: flex;
  min-width: 0;
  box-sizing: border-box;
  border-radius: 5px;
  padding-left: 4px;
  padding-right: 4px;
  margin: 2px;
  float: left;
  cursor: pointer;
}
.ms-container .control .internal .tag .value .title {
  color: #333333;
  font-size: 85%;
  text-overflow: ellipsis;
  white-space: nowrap;
  box-sizing: border-box;
  border-radius: 2px;
  overflow: hidden;
  padding: 3px 3px 3px 6px;
}
.ms-container .control .internal .tag .value .action {
  -webkit-box-align: center;
  align-items: center;
  display: flex;
  padding-left: 4px;
  padding-right: 4px;
  box-sizing: border-box;
  border-radius: 2px;
  font-size: 10px;
  margin-left: 5px;
}
.ms-container .control .internal .tag .value.fixed .action {
  display: none;
}
.ms-container .control .internal .tag .value.white {
  background-color: #ffffff;
  border: 1px solid #eee;
}
.ms-container .control .internal .tag .value.yellow {
  background-color: #fffcd5;
  border: 1px solid #efe350;
}
.ms-container .control .internal .tag .value.blue {
  background-color: #c5dcef;
  border: 1px solid #c5dcef;
  color: #1d75bc;
}
.ms-container .control .internal .tag .value.green {
  background-color: #dcf5df;
  border: 1px solid #b0f5b8;
  color: #3C5E24;
}
.ms-container .control .internal .tag .value.red {
  background-color: #f7e3e3;
  border: 1px solid #f3cccd;
  color: #ed1c24;
}
.ms-container .control .internal .tag .value.not-allowed {
  cursor: not-allowed;
}
.ms-container .control .right-action {
  -webkit-box-align: center;
  align-items: center;
  align-self: stretch;
  display: flex;
  flex-shrink: 0;
  box-sizing: border-box;
}
.ms-container .control .right-action .indicator {
  color: #CCCCCC;
  display: flex;
  box-sizing: border-box;
  padding: 8px;
  transition: color 150ms ease 0s;
}
.ms-container .control .right-action .indicator button {
  color: #CCCCCC;
}
.ms-container .control .right-action .separator {
  align-self: stretch;
  background-color: #CCCCCC;
  margin-bottom: 8px;
  margin-top: 8px;
  width: 1px;
  box-sizing: border-box;
}
.ms-container .results {
  max-height: 250px;
  overflow-x: scroll;
  background-color: #FFF;
  border-color: #e5e6e7;
  margin-top: 10px;
  border-radius: 4px;
  border-style: solid;
  border-width: 1px;
  transition: all 100ms ease 0s;
}
.ms-container .results.empty {
  border: none;
}
.ms-container .results .list .list-item {
  padding: 10px;
  cursor: pointer;
}
.ms-container .results .list .list-item:hover {
  color: #999;
}
.ms-container .results .list .list-item.active {
  background-color: rgba(54, 79, 106, 0.05);
}
.ms-container .results.absolute {
  position: absolute;
  z-index: 200;
  width: 100%;
}

@media (max-width: 767px) {
  #color-picker {
    /* For less than 767px */
    position: absolute !important;
  }
}

@media (max-width: 767px) {
  #color-picker-overlay {
    /* For less than 767px */
    display: none !important;
  }
}
@media (min-width: 767px) and (max-width: 991px) {
  #color-picker-overlay {
    /* For less than 991px */
    display: none !important;
  }
}

.fr {
  float: right !important;
}

.fl {
  float: left !important;
}

.tar {
  text-align: right !important;
}

.tac {
  text-align: center !important;
}

.tal {
  text-align: left !important;
}

.va-initial {
  vertical-align: initial !important;
}

.va-baseline {
  vertical-align: baseline;
}

.va-top {
  vertical-align: top;
}

.va-super {
  vertical-align: super;
}

.va-middle {
  vertical-align: middle;
}

.va-text-bottom {
  vertical-align: text-bottom;
}

.va-bottom {
  vertical-align: bottom;
}

.db {
  display: block;
}

.dib {
  display: inline-block;
}

.df {
  display: flex;
}

.d-initial {
  display: initial !important;
}

.display-none {
  display: none;
}

.right-0 {
  right: 0;
}

.left-0 {
  left: 0;
}

@media (max-width: 767px) {
  .tac-mobile {
    /* For less than 767px */
    text-align: center;
  }
}

@media (max-width: 767px) {
  .tar-mobile {
    /* For less than 767px */
    text-align: right;
  }
}

@media (max-width: 767px) {
  .tal-mobile {
    /* For less than 767px */
    text-align: left;
  }
}

.rgm-green {
  color: #8dc63f !important;
}

.rgm-yellow {
  color: #ffd11d !important;
}

.rgm-blue {
  color: #1d75bc !important;
}

.rgm-red {
  color: #ed1c24 !important;
}

.rgm-default {
  color: #364F6A !important;
}

.rgm-default-2 {
  color: #5c6469 !important;
}

.text-white {
  color: #FFF !important;
}

.bg-white {
  background-color: #FFF !important;
}

.text-black {
  color: #000 !important;
}

.bg-black {
  background-color: #000 !important;
}

.light-grey {
  color: #f9f9f9;
}

.light-grey-bg {
  background-color: #f9f9f9 !important;
}

.medium-grey {
  color: #cacaca !important;
}

.medium-grey-bg {
  background-color: #e7e7e7 !important;
}

.grey-bg {
  background-color: #cccccc;
}

.text-grey {
  color: #cccccc !important;
}

.darkgrey {
  color: #7e7f86 !important;
}

.light-blue-default-bg {
  background-color: #d0d4d8 !important;
}

.light-blue-default {
  color: #d0d4d8 !important;
}

.text-orange {
  color: #e7711b !important;
}

.rgm-green-bg {
  background-color: #8dc63f !important;
}

.rgm-yellow-bg {
  background-color: #ffd11d !important;
}

.rgm-blue-bg {
  background-color: #1d75bc !important;
}

.rgm-red-bg {
  background-color: #ed1c24 !important;
}

.soundog-bg {
  background-color: #fbee31 !important;
}

.rgm-default-bg {
  background-color: #364F6A !important;
}

.rgm-default-bg-2 {
  background-color: #5c6469 !important;
}

.grey-bg {
  background-color: #7e7f86 !important;
}

.facebook-bg {
  background-color: #3B5998 !important;
}

.facebook-color {
  color: #3B5998 !important;
}

.google-bg {
  background-color: #5482c2 !important;
}

.googleplus-bg {
  background-color: #D50f25 !important;
}

.twitter-bg {
  background-color: #55ACEE !important;
}

.twitter-color {
  color: #55ACEE !important;
}

.twitter-color {
  color: #55ACEE !important;
}

.yelp-bg {
  background-color: #BC0A0E !important;
}

.pinterest-bg {
  background-color: #BD0319 !important;
}

.pinterest-color {
  color: #BD0319 !important;
}

.instagram-bg {
  background: #5242d5;
  background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285AEB 90%) !important;
}

.instagram-color {
  color: #5242d5;
}

.bing-bg {
  background-color: #0C8484 !important;
}

.bing-color {
  color: #0C8484 !important;
}

.transparent-black {
  background-color: rgba(0, 0, 0, 0.2) !important;
}
.transparent-black.s {
  background-color: rgba(0, 0, 0, 0.05) !important;
}
.transparent-black.m {
  background-color: rgba(0, 0, 0, 0.5) !important;
}
.transparent-black.f {
  background-color: rgba(0, 0, 0, 0.9) !important;
}

.transparent-white {
  background-color: rgba(255, 255, 255, 0.2) !important;
}
.transparent-white.s {
  background-color: rgba(255, 255, 255, 0.05) !important;
}
.transparent-white.m {
  background-color: rgba(255, 255, 255, 0.5) !important;
}
.transparent-white.f {
  background-color: rgba(255, 255, 255, 0.9) !important;
}

.bg-none {
  background: none !important;
}

.color-none {
  color: transparent !important;
}

.background-block {
  background-size: contain !important;
  background-repeat: no-repeat !important;
  background-position: center !important;
}

.background-cover {
  background-size: cover !important;
}

.background-contain {
  background-size: contain !important;
}

.background-norepeat {
  background-repeat: no-repeat !important;
}

.background-position-center {
  background-position: center !important;
}

.fs-inherit {
  font-size: inherit;
}

.icon-size {
  font-size: 19px !important;
  font-size: 1.1875rem !important;
}

.fs-10 {
  font-size: 10px !important;
  font-size: 0.625rem !important;
}

.fs-11 {
  font-size: 11px !important;
  font-size: 0.6875rem !important;
}

.fs-12 {
  font-size: 12px !important;
  font-size: 0.75rem !important;
}

.fs-14 {
  font-size: 14px !important;
  font-size: 0.875rem !important;
}

.fs-15 {
  font-size: 15px !important;
  font-size: 0.9375rem !important;
}

.fs-16 {
  font-size: 16px !important;
  font-size: 1rem !important;
}

.fs-18 {
  font-size: 18px !important;
  font-size: 1.125rem !important;
}

.fs-20 {
  font-size: 20px !important;
  font-size: 1.25rem !important;
}

.fs-22 {
  font-size: 22px !important;
  font-size: 1.375rem !important;
}

.fs-24 {
  font-size: 24px !important;
  font-size: 1.5rem !important;
}

.fs-26 {
  font-size: 26px !important;
  font-size: 1.625rem !important;
}

.fs-xs {
  font-size: 10px !important;
  font-size: 0.625rem !important;
}

.fs-xxs {
  font-size: 8px !important;
  font-size: 0.5rem !important;
}

.fs-xxxs {
  font-size: 6px !important;
  font-size: 0.375rem !important;
}

.fs-small {
  font-size: 14px !important;
  font-size: 0.875rem !important;
}

.fs-medium {
  font-size: 22px !important;
  font-size: 1.375rem !important;
}

.fs-large {
  font-size: 34px !important;
  font-size: 2.125rem !important;
}

.fs-xl {
  font-size: 40px !important;
  font-size: 2.5rem !important;
}

.fs-xlarge {
  font-size: 55px !important;
  font-size: 3.4375rem !important;
}

.fs-xxl {
  font-size: 70px !important;
  font-size: 4.375rem !important;
}

.fs-xxxl {
  font-size: 100px !important;
  font-size: 6.25rem !important;
}

.bold, fw-bold {
  font-weight: 700;
}

.fw-light {
  font-weight: 400;
}

.fw-normal {
  font-weight: normal;
}

.bold-500 {
  font-weight: 500;
}

.lowercase {
  text-transform: lowercase;
}

.uppercase {
  text-transform: uppercase;
}

.capitalize {
  text-transform: capitalize;
}

.ff-helvetica {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.width-5 {
  width: 5%;
}

.width-10 {
  width: 10%;
}

.width-15 {
  width: 15%;
}

.width-20 {
  width: 20%;
}

.width-25 {
  width: 25%;
}

.width-30 {
  width: 30%;
}

.width-40 {
  width: 40%;
}

.width-50 {
  width: 50%;
}

.width-55 {
  width: 55%;
}

.width-60 {
  width: 60%;
}

.width-70 {
  width: 70%;
}

.width-75 {
  width: 75%;
}

.width-80 {
  width: 80%;
}

.width-90 {
  width: 90%;
}

.width-100 {
  width: 100% !important;
}

.height-auto {
  height: auto !important;
}

.label-color.one {
  color: #1bc5a3;
}
.label-color.one-bg {
  background-color: #1bc5a3;
}
.label-color.two {
  color: #8c268c;
}
.label-color.two-bg {
  background-color: #8c268c;
}
.label-color.three {
  color: #6495EF;
}
.label-color.three-bg {
  background-color: #6495EF;
}
.label-color.four {
  color: #e9ba00;
}
.label-color.four-bg {
  background-color: #e9ba00;
}
.label-color.five {
  color: #8A2BE2;
}
.label-color.five-bg {
  background-color: #8A2BE2;
}
.label-color.six {
  color: #A52A2A;
}
.label-color.six-bg {
  background-color: #A52A2A;
}
.label-color.seven {
  color: #F08080;
}
.label-color.seven-bg {
  background-color: #F08080;
}
.label-color.eight {
  color: #228B22;
}
.label-color.eight-bg {
  background-color: #228B22;
}
.label-color.nine {
  color: #B22222;
}
.label-color.nine-bg {
  background-color: #B22222;
}
.label-color.ten {
  color: #007aff !important;
}
.label-color.ten-bg {
  background-color: #007aff;
}
.label-color.eleven {
  color: #008B8B;
}
.label-color.eleven-bg {
  background-color: #008B8B;
}
.label-color.twelve {
  color: #FA8072;
}
.label-color.twelve-bg {
  background-color: #FA8072;
}

.transparent-bg {
  background-color: transparent !important;
}

.opacity-0 {
  opacity: 0;
}

.opacity-1 {
  opacity: 0.1;
}

.opacity-2 {
  opacity: 0.2;
}

.opacity-3 {
  opacity: 0.3;
}

.opacity-4 {
  opacity: 0.4;
}

.opacity-5 {
  opacity: 0.5;
}

.opacity-6 {
  opacity: 0.6;
}

.opacity-7 {
  opacity: 0.7;
}

.opacity-8 {
  opacity: 0.8;
}

.opacity-9 {
  opacity: 0.9;
}

.opacity-10 {
  opacity: 1 !important;
}

.margin-auto {
  margin: auto;
}

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

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

.p-5 {
  padding: 5px;
}

.p-10 {
  padding: 10px;
}

.p-15 {
  padding: 15px !important;
}

.p-20 {
  padding: 20px !important;
}

.p-25 {
  padding: 25px !important;
}

.p-40 {
  padding: 40px;
}

.pl-0 {
  padding-left: 0 !important;
}

.pl-5 {
  padding-left: 5px;
}

.pl-10 {
  padding-left: 10px;
}

.pl-20 {
  padding-left: 20px;
}

.pr-0 {
  padding-right: 0 !important;
}

.pr-5 {
  padding-right: 5px;
}

.pr-10 {
  padding-right: 10px;
}

.pr-20 {
  padding-right: 20px;
}

.pb-10 {
  padding-bottom: 10px;
}

.m-5 {
  margin: 5px;
}

.m-10 {
  margin: 10px;
}

.m-20 {
  margin: 20px;
}

.m-3p {
  margin: 3.33%;
}
.m-3p.middle {
  margin: 0 1.665%;
}

.mt-0 {
  margin-top: 0;
}

.mt-2 {
  margin-top: 2px !important;
}

.mt-5 {
  margin-top: 5px !important;
}

.mt-10 {
  margin-top: 10px !important;
}

.mt-15 {
  margin-top: 15px !important;
}

.mt-20 {
  margin-top: 20px !important;
}

.mt-25 {
  margin-top: 25px !important;
}

.mt-30 {
  margin-top: 30px !important;
}

.mt-32 {
  margin-top: 32px !important;
}

.mt-40 {
  margin-top: 40px !important;
}

.mt-50 {
  margin-top: 50px !important;
}

.mt-70 {
  margin-top: 70px !important;
}

.mt-100 {
  margin-top: 100px !important;
}

.mt-150 {
  margin-top: 150px;
}

.mb-0 {
  margin-bottom: 0;
}

.mb-2 {
  margin-bottom: 2px;
}

.mb-5 {
  margin-bottom: 5px !important;
}

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

.mb-15 {
  margin-bottom: 15px !important;
}

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

.mb-30 {
  margin-bottom: 30px !important;
}

.mb-40 {
  margin-bottom: 40px;
}

.mb-50 {
  margin-bottom: 50px;
}

.mb-75 {
  margin-bottom: 75px;
}

.mb-100 {
  margin-bottom: 100px;
}

.mb-200 {
  margin-bottom: 200px;
}

.mr-2 {
  margin-right: 2px;
}

.mr-5 {
  margin-right: 5px;
}

.mr-0 {
  margin-right: 0 !important;
}

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

.mr-10 {
  margin-right: 10px !important;
}

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

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

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

.mr-3p {
  margin-right: 3.33%;
}

.ml-0 {
  margin-left: 0 !important;
}

.ml-5 {
  margin-left: 5px;
}

.ml-10 {
  margin-left: 10px;
}

.ml-15 {
  margin-left: 15px !important;
}

.ml-20 {
  margin-left: 20px !important;
}

.ml-22 {
  margin-left: 22px;
}

.ml-25 {
  margin-left: 25px;
}

.ml-30 {
  margin-left: 30px;
}

.ml-3p {
  margin-left: 3.33%;
}

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

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

.mt-10-negative {
  margin-top: -10px !important;
}

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

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

.mt-60-negative {
  margin-top: -60px !important;
}

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

.mb-20-negative {
  margin-bottom: -20px;
}

.ml-15-negative {
  margin-left: -15px;
}

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

.ml-20-negative {
  margin-left: -20px;
}

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

.no-padding-lg {
  padding: 0 0 0 0 !important;
}
@media (max-width: 767px) {
  .no-padding-lg {
    /* For less than 767px */
    padding: initial !important;
  }
}

.rotate-left {
  -ms-transform: rotate(7deg);
  /* IE 9 */
  -webkit-transform: rotate(7deg);
  /* Chrome, Safari, Opera */
  transform: rotate(7deg);
}

.rotate-right {
  -ms-transform: rotate(-7deg);
  /* IE 9 */
  -webkit-transform: rotate(-7deg);
  /* Chrome, Safari, Opera */
  transform: rotate(-7deg);
}

.clear {
  clear: both;
}

.underline {
  text-decoration: underline;
}

.underline-onhover:hover {
  text-decoration: underline;
}

.opacity-onhover:hover {
  opacity: 0.55;
}

.text-decoration-none {
  text-decoration: none !important;
}

.text-decoration-strike {
  text-decoration: line-through !important;
}

.text-wrap {
  word-wrap: break-word;
}

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

.border-radius-none {
  border-radius: 0 !important;
}

.fs-normal {
  font-style: normal;
}

.italic {
  font-style: italic;
}

.overflow-h {
  overflow: hidden !important;
}

.default-cursor {
  cursor: default;
}

.pointer {
  cursor: pointer;
}

.draggable {
  cursor: move;
}

.not-allowed {
  cursor: not-allowed;
}

.dashed {
  border-style: dashed !important;
}

.highlight span {
  background-color: #8dc63f;
  padding: 2px 5px;
  border-radius: 3px;
  color: #FFF;
  font-weight: bold;
}

.animate-all {
  -webkit-transform: all 0.5s ease;
  -moz-transform: all 0.5s ease;
  -ms-transform: all 0.5s ease;
  -o-transform: all 0.5s ease;
  transform: all 0.5s ease;
}

.max-height-scroll {
  max-height: 500px;
  overflow-y: scroll;
  overflow-x: hidden;
}

.image-shadow.soft {
  box-shadow: 1px 3px 4px 1px rgba(0, 0, 0, 0.25);
}

.box-shadow-none {
  box-shadow: none !important;
}

hr.small {
  margin-top: 5px;
  margin-bottom: 10px;
  border: 0;
  border-top: 1px solid #e4e4e4;
}
hr.medium {
  margin-top: 15px;
  margin-bottom: 10px;
  border: 0;
  border-top: 1px solid #e4e4e4;
}
hr.none {
  margin-top: 0;
  margin-bottom: 0;
  border: 0;
  border-top: 1px solid #e4e4e4;
}

.reset-button {
  outline: none !important;
  -webkit-box-shadow: none !important;
  -moz-box-shadow: none !important;
  box-shadow: none !important;
  background-color: transparent !important;
  border: none !important;
}

.row-reset-padding.left {
  padding-left: 0;
}
.row-reset-padding.right {
  padding-right: 0;
}

.noselect {
  -webkit-touch-callout: none;
  /* iOS Safari */
  -webkit-user-select: none;
  /* Safari */
  -khtml-user-select: none;
  /* Konqueror HTML */
  -moz-user-select: none;
  /* Firefox */
  -ms-user-select: none;
  /* Internet Explorer/Edge */
  user-select: none;
  /* Non-prefixed version, currently supported by Chrome and Opera */
}

.reset-all {
  animation: none;
  animation-delay: 0;
  animation-direction: normal;
  animation-duration: 0;
  animation-fill-mode: none;
  animation-iteration-count: 1;
  animation-name: none;
  animation-play-state: running;
  animation-timing-function: ease;
  backface-visibility: visible;
  background: 0;
  background-attachment: scroll;
  background-clip: border-box;
  background-color: transparent;
  background-image: none;
  background-origin: padding-box;
  background-position: 0 0;
  background-position-x: 0;
  background-position-y: 0;
  background-repeat: repeat;
  background-size: auto auto;
  border: 0;
  border-style: none;
  border-width: medium;
  border-color: inherit;
  border-bottom: 0;
  border-bottom-color: inherit;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-style: none;
  border-bottom-width: medium;
  border-collapse: separate;
  border-image: none;
  border-left: 0;
  border-left-color: inherit;
  border-left-style: none;
  border-left-width: medium;
  border-radius: 0;
  border-right: 0;
  border-right-color: inherit;
  border-right-style: none;
  border-right-width: medium;
  border-spacing: 0;
  border-top: 0;
  border-top-color: inherit;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-top-style: none;
  border-top-width: medium;
  bottom: auto;
  box-shadow: none;
  box-sizing: content-box;
  caption-side: top;
  clear: none;
  clip: auto;
  color: inherit;
  columns: auto;
  column-count: auto;
  column-fill: balance;
  column-gap: normal;
  column-rule: medium none currentColor;
  column-rule-color: currentColor;
  column-rule-style: none;
  column-rule-width: none;
  column-span: 1;
  column-width: auto;
  content: normal;
  counter-increment: none;
  counter-reset: none;
  cursor: auto;
  direction: ltr;
  display: inline;
  empty-cells: show;
  float: none;
  font: normal;
  font-family: inherit;
  font-size: medium;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  height: auto;
  hyphens: none;
  left: auto;
  letter-spacing: normal;
  line-height: normal;
  list-style: none;
  list-style-image: none;
  list-style-position: outside;
  list-style-type: disc;
  margin: 0;
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
  margin-top: 0;
  max-height: none;
  max-width: none;
  min-height: 0;
  min-width: 0;
  opacity: 1;
  orphans: 0;
  outline: 0;
  outline-color: invert;
  outline-style: none;
  outline-width: medium;
  overflow: visible;
  overflow-x: visible;
  overflow-y: visible;
  padding: 0;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  padding-top: 0;
  page-break-after: auto;
  page-break-before: auto;
  page-break-inside: auto;
  perspective: none;
  perspective-origin: 50% 50%;
  position: static;
  /* May need to alter quotes for different locales (e.g fr) */
  quotes: "“" "”" "‘" "’";
  right: auto;
  tab-size: 8;
  table-layout: auto;
  text-align: inherit;
  text-align-last: auto;
  text-decoration: none;
  text-decoration-color: inherit;
  text-decoration-line: none;
  text-decoration-style: solid;
  text-indent: 0;
  text-shadow: none;
  text-transform: none;
  top: auto;
  transform: none;
  transform-style: flat;
  transition: none;
  transition-delay: 0s;
  transition-duration: 0s;
  transition-property: none;
  transition-timing-function: ease;
  unicode-bidi: normal;
  vertical-align: baseline;
  visibility: visible;
  white-space: normal;
  widows: 0;
  width: auto;
  word-spacing: normal;
  z-index: auto;
}

.quill {
  background-color: #fff;
}

@media only screen and (max-width: 1000px) {
  .row-reset-padding.left {
    padding-left: 15px;
  }
  .row-reset-padding.right {
    padding-right: 15px;
  }

  .mobile-padding {
    padding: 0 20px;
  }
}
.notification-alert {
  width: 450px;
  background-color: rgba(27, 31, 34, 0.95);
  color: #fff;
  border-radius: 4px;
  padding: 15px 20px;
  display: inline-block;
  margin-bottom: 10px;
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.2);
  z-index: 1000;
}
@media (max-width: 767px) {
  .notification-alert {
    /* For less than 767px */
    width: 100%;
    min-width: 350px;
  }
}
@media (max-width: 375px) {
  .notification-alert {
    /* For less than 375px */
    min-width: 50px !important;
  }
}
.notification-alert.light-theme {
  background-color: rgba(255, 255, 255, 0.95);
  color: #1b1f22;
}
.notification-alert.light-theme.blue {
  background-color: rgba(255, 255, 255, 0.95);
  color: #1d75bc;
}
.notification-alert.light-theme.green {
  background-color: rgba(255, 255, 255, 0.95);
  color: #8dc63f;
}
.notification-alert.light-theme.red {
  background-color: rgba(255, 255, 255, 0.95);
  color: #ed1c24;
}
.notification-alert.light-theme.orange {
  background-color: rgba(255, 255, 255, 0.95);
  color: #ED6D2E;
}
.notification-alert.black {
  background: #000;
  color: #fff;
}
.notification-alert.white {
  background: #fff;
  color: #000;
}
.notification-alert.white.blue-text {
  color: #15568b;
}
.notification-alert.blue {
  background: #1d75bc;
  color: #fff;
}
.notification-alert.green {
  background: #8dc63f;
  color: #fff;
}
.notification-alert.yellow {
  background: #ffd11d;
  color: #8e7101;
}
.notification-alert.red {
  background: #ed1c24;
  color: #fff;
}
.notification-alert.lightblue {
  background: #c1fff8;
  color: #15568b;
}
.notification-alert.orange {
  background: #ED6D2E;
  color: #fff;
}
.notification-alert.facebook {
  background: #3B5998;
  color: #fff;
}
.notification-alert.twitter {
  background: #55ACEE;
  color: #fff;
}
.notification-alert.pinterest {
  background: #BD0319;
  color: #fff;
}
.notification-alert.instagram {
  background: #d6249f;
  background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285AEB 90%);
  color: #fff;
  text-shadow: 1px 1px 13px rgba(0, 0, 0, 0.5);
}
.notification-alert .section {
  float: left;
}
.notification-alert .section.xs {
  width: 5%;
}
@media (max-width: 767px) {
  .notification-alert .section.xs {
    /* For less than 767px */
    width: 5%;
  }
}
.notification-alert .section.sm {
  width: 10%;
  margin-right: 5%;
}
@media (max-width: 767px) {
  .notification-alert .section.sm {
    /* For less than 767px */
    width: 20%;
    margin-right: 0;
  }
}
.notification-alert .section.lg {
  width: 70%;
}
.notification-alert .left-icon {
  text-align: center;
  font-size: 34px;
  line-height: 50px;
}
.notification-alert .title {
  text-align: left;
  margin-top: 5px;
  margin-bottom: 5px;
}
.notification-alert .message {
  text-align: left;
  font-size: 15px;
  margin-bottom: 3px;
  opacity: 0.9;
  font-weight: 300;
}
.notification-alert .date {
  font-size: 10px;
  opacity: 0.7;
}
.notification-alert .link {
  font-size: 10px;
  text-decoration: none;
  color: inherit;
}
.notification-alert .icon {
  font-size: 16px;
}
.notification-alert .action-icon {
  position: absolute;
  right: 25px;
}

.notification-nav-container, .branches {
  padding: 20px 20px;
}
.notification-nav-container .icon, .branches .icon {
  font-size: 40px;
}
.notification-nav-container .icon.shadow, .branches .icon.shadow {
  font-size: 70px;
  position: absolute;
  color: rgba(0, 0, 0, 0.04) !important;
  left: 30px;
  -webkit-filter: blur(2px);
  top: -30px;
}
.notification-nav-container .image, .branches .image {
  width: 40px;
  height: auto;
}
@media (max-width: 767px) {
  .notification-nav-container .image, .branches .image {
    /* For less than 767px */
    width: 30px;
  }
}
.notification-nav-container .image.large, .branches .image.large {
  width: 70px;
  height: 70px;
}
.notification-nav-container .read, .branches .read {
  border-bottom: 1px solid #eaeaea;
}
.notification-nav-container .unread, .branches .unread {
  border-bottom: 1px solid rgba(18, 87, 140, 0.1);
}

.analytics-boxes {
  margin: 0 auto;
  padding-bottom: 10px;
}
@media (max-width: 767px) {
  .analytics-boxes .left, .analytics-boxes .m-left, .analytics-boxes .m-right, .analytics-boxes .right {
    /* For less than 767px */
    padding-left: 0 !important;
    padding-right: 0 !important;
    margin: 0 !important;
  }
}
.analytics-boxes .left {
  padding-left: 2px;
  padding-right: 7px;
}
.analytics-boxes .m-left {
  padding-left: 6px;
  padding-right: 7px;
}
.analytics-boxes .m-right {
  padding-left: 7px;
  padding-right: 6px;
}
.analytics-boxes .right {
  padding-left: 7px;
  padding-right: 2px;
}

.box-info {
  width: 100%;
  color: #FFF;
  border-radius: 4px;
  padding: 10px;
  margin-top: 10px;
  float: left;
  min-height: 132px;
  background-color: #eee;
}
.box-info .box-text span {
  font-weight: bold;
  letter-spacing: 1px;
  font-size: 32px;
  padding: 5px 0;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.box-info .box-text .date {
  margin: 0;
  font-size: 10px;
  font-weight: bold;
  margin-top: -8px;
}
.box-info .box-text p span {
  font-size: inherit;
}
.box-info .box-icon {
  float: right;
  position: relative;
  top: -45px;
}
.box-info .box-icon i {
  font-size: 27px;
  top: -2px;
  padding-left: 5px;
}
.box-info .box-icon i.shadow {
  font-size: 70px;
  position: absolute;
  color: rgba(0, 0, 0, 0.04) !important;
  left: -33px;
  -webkit-filter: blur(1px);
  top: -40px;
}
.box-info .box-icon i.shadow.fa {
  font-size: 60px;
  margin-top: 10px;
}
.box-info .box-icon i.fa {
  font-size: 20px;
  margin-top: 10px;
}
.box-info .box-action {
  width: 100%;
  border-top: 1px solid #FFF;
}
.box-info .box-action span {
  padding-left: 0;
}
.box-info .box-action a {
  font-size: 10px;
  text-decoration: none;
  color: #FFF;
}
.box-info .box-action a i {
  position: relative;
  top: 3px;
  margin-right: 6px;
  font-size: 20px;
}
.box-info .box-action a:hover {
  opacity: 0.7;
}
.box-info .box-action.dark {
  border-top: 1px solid #000;
}
.box-info .box-action.green {
  border-top: 1px solid #8dc63f;
}
.box-info .box-action.light {
  border-top: 1px solid lightgrey;
}
.box-info .stats {
  font-size: 12px;
  display: inline-block;
  position: relative;
  bottom: 6px;
  border-radius: 5px;
  margin: 0 0 0 5px;
  padding: 5px;
  font-weight: 700;
  -moz-box-shadow: 0 0 2px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 0 2px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.1);
}
.box-info .increase {
  background-color: #72a230;
}
.box-info .decrease {
  background-color: #c61017;
}
.box-info .neutral {
  background-color: #e9ba00;
  box-shadow: none;
}
.box-info .neutral-blue {
  background-color: #165a90;
  box-shadow: none;
}

.light {
  background-color: #eee;
}
.light span, .light p, .light a, .light i {
  color: #484848 !important;
}
.light h5 {
  color: #FFF;
}
.light .box-action {
  border-top: 1px solid #d0d0d0;
}

.dark span, .dark p, .dark a, .dark i {
  color: #111;
}
.dark h5 {
  color: #111;
}
.dark .box-action {
  border-top: 1px solid #111;
}

.section-box {
  border-radius: 5px;
  background: #fff;
  position: relative;
}
.section-box.shadow {
  box-shadow: 0 2px 0 rgba(204, 204, 204, 0.2);
}
.section-box .header-box {
  background-color: #1d75bc;
  height: 60px;
  min-height: inherit;
  letter-spacing: -0.2px;
  font-size: 20px;
  font-weight: 600;
  color: #fff;
  padding: 0 20px;
  overflow: hidden;
  position: relative;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}
.section-box .header-box.light {
  background-color: #eee;
  color: #484848;
}
.section-box .header-box .title {
  margin: 0;
  color: inherit;
  font-size: 20px;
  font-weight: bold;
  line-height: 60px;
}
.section-box .header-box .sub-title {
  font-weight: lighter;
  font-size: 14px;
}
.section-box .header-box .icon {
  position: absolute;
  right: 20px;
  width: 20px;
  float: right;
  margin-top: -50px;
}
.section-box .header-box .icon i {
  font-size: 30px;
}
.section-box .header-box .icon-shadow {
  position: absolute;
  color: rgba(0, 0, 0, 0.04) !important;
  top: -25px;
  right: 0;
  width: 95px;
}
.section-box .header-box .icon-shadow i {
  font-size: 90px;
  color: inherit !important;
}
.section-box .content-box {
  border-left: 1px solid #eee;
  border-right: 1px solid #eee;
  border-bottom: 1px solid #eee;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
}
.section-box .content-box.scroll {
  max-height: 400px;
  overflow: scroll;
}
.section-box .content-box ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.section-box .content-box .list-container {
  padding: 20px 30px;
  border-bottom: 1px solid #f2f2f2;
  color: #7e7f86;
}
.section-box .content-box .list-container:last-child {
  border-bottom: none;
}
.section-box .content-box .list-container .list-title, .section-box .content-box .list-container h5 {
  margin: 0 0 5px 0;
  color: #1d75bc;
}
.section-box .content-box .list-container .text-message {
  font-size: 12px;
  padding-top: 3px;
}
.section-box .content-box .list-container .action-container {
  text-align: right;
  position: relative;
  display: flex;
  float: right;
  top: 5px;
}

.section-panel, .filter-container {
  background-color: #f9f9f9;
  padding: 15px;
}
.section-panel.narrow, .filter-container.narrow {
  padding: 10px 20px;
}
.section-panel.wide, .filter-container.wide {
  padding: 15px 30px;
}
.section-panel.tall, .filter-container.tall {
  padding: 25px 15px;
}
.section-panel.small, .filter-container.small {
  padding: 2px 5px;
}
.section-panel.medium, .filter-container.medium {
  padding: 4px 10px;
}
.section-panel.no-bg, .filter-container.no-bg {
  background-color: transparent;
}
.section-panel.border, .filter-container.border {
  border: 1px solid #e5e6e7;
}
.section-panel.border.no-top, .filter-container.border.no-top {
  border-top: none;
}
.section-panel.border.no-bottom, .filter-container.border.no-bottom {
  border-bottom: none;
}
.section-panel.border.no-sides, .filter-container.border.no-sides {
  border-left: none;
  border-right: none;
}
.section-panel.border .header, .filter-container.border .header {
  display: inline-block;
  width: 100%;
}
.section-panel.border .header.border, .filter-container.border .header.border {
  border-bottom: 1px solid #e5e6e7;
  padding-bottom: 5px;
  margin-bottom: 10px;
}
.section-panel.border .header .left, .filter-container.border .header .left {
  float: left;
  display: block;
}
.section-panel.border .header .left h4, .filter-container.border .header .left h4 {
  margin-top: 5px;
}
.section-panel.border .header .right, .filter-container.border .header .right {
  float: right;
  display: block;
}
.section-panel.border.table-style, .filter-container.border.table-style {
  border-color: #f1f1f1;
  border-bottom: 0;
}
.section-panel.border.table-style:last-child, .filter-container.border.table-style:last-child {
  border-bottom: 1px solid #f1f1f1;
}
.section-panel.border.darker-border, .filter-container.border.darker-border {
  border-color: #cccccc;
}
.section-panel.border-dashed, .filter-container.border-dashed {
  border: 1px dashed #e5e6e7;
}
.section-panel.border-radius, .filter-container.border-radius {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
}
.section-panel.rounded, .filter-container.rounded {
  border-radius: 30px;
}
.section-panel.top-border-radius, .filter-container.top-border-radius {
  border-radius: 7px 7px 0 0;
}
.section-panel.bottom-border-radius, .filter-container.bottom-border-radius {
  border-radius: 0 0 7px 7px;
}
.section-panel.shadow, .filter-container.shadow {
  -webkit-box-shadow: 0 8px 20px -6px #777;
  -moz-box-shadow: 0 8px 20px -6px #777;
  box-shadow: 0 8px 20px -6px #777;
}
.section-panel.datagrid, .filter-container.datagrid {
  margin: -15px -15px 15px -15px;
}
.section-panel.section-component, .filter-container.section-component {
  margin: 10px 20px 5px 20px;
}
.section-panel.dark, .section-panel .dark-transparent, .filter-container.dark, .filter-container .dark-transparent {
  background-color: rgba(0, 0, 0, 0.15);
}
.section-panel.darker, .filter-container.darker {
  background-color: rgba(0, 0, 0, 0.5);
}
.section-panel.white, .filter-container.white {
  background-color: #fff;
}
.section-panel.blue, .filter-container.blue {
  background-color: #b2d6f3;
}
.section-panel.green, .filter-container.green {
  background-color: #eaf5dc;
}
.section-panel.red, .filter-container.red {
  background-color: #fcd9da;
}
.section-panel.yellow, .filter-container.yellow {
  background-color: #fff5d0;
}
.section-panel.orange, .filter-container.orange {
  background-color: #e27520;
}
.section-panel.lightyellow, .filter-container.lightyellow {
  border: 1px solid #efefa9;
  background-color: #FFFFE0;
}
.section-panel.grey, .filter-container.grey {
  background-color: #f7f7f7;
  border-bottom: 1px solid #eaeaea;
}
.section-panel.light, .filter-container.light {
  background-color: #eee;
  color: #494949;
}
.section-panel.default, .filter-container.default {
  background-color: #5c646a;
}
.section-panel.default-dark, .filter-container.default-dark {
  background-color: #292929;
}
.section-panel.corporate, .filter-container.corporate {
  background-color: #232834;
}
.section-panel.regional, .filter-container.regional {
  background-color: #31363a;
}
.section-panel.division, .filter-container.division {
  background-color: #414c54;
}
.section-panel.franchise, .filter-container.franchise {
  background-color: #838b94;
}
.section-panel.warning, .filter-container.warning {
  background-color: #fcf3eb;
  border: 1.5px solid #e8d5c6;
}
.section-panel.warning.title-color, .filter-container.warning.title-color {
  color: #743200;
}
.section-panel.warning .icon-color, .filter-container.warning .icon-color {
  color: #e27520;
}
.section-panel.other, .filter-container.other {
  background-color: #b9c2cb;
}

.hightlight-container {
  border-radius: 10px;
  border: 1px solid #e5e6e7;
  background-color: #f6f6f6;
}
.hightlight-container .highlight-left {
  border-left: 10px solid #c9c9c9;
  border-radius: 10px 0 0 10px;
  background-color: transparent;
}
.hightlight-container .highlight-left.green, .hightlight-container .highlight-left.border-color-green {
  border-color: #8dc63f;
}
.hightlight-container .highlight-left.red, .hightlight-container .highlight-left.border-color-red {
  border-color: #ed1c24;
}
.hightlight-container .highlight-left.orange, .hightlight-container .highlight-left.border-color-orange {
  border-color: #e7711b;
}
.hightlight-container .highlight-left.blue, .hightlight-container .highlight-left.border-color-blue {
  border-color: #1d75bc;
}

.note-panel {
  position: relative;
  width: 100%;
  padding: 1em 1.5em;
  margin: auto;
  color: #000;
  background: #e7f3fe;
  overflow: hidden;
}
.note-panel:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  border-width: 0 16px 16px 0;
  border-style: solid;
  border-color: #a0bed6 #fff;
  display: block;
  width: 0;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2), -1px 1px 1px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2), -1px 1px 1px rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2), -1px 1px 1px rgba(0, 0, 0, 0.1);
}
.note-panel.rounded {
  -moz-border-radius: 5px 0 5px 5px;
  border-radius: 5px 0 5px 5px;
}
.note-panel.rounded:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  border-width: 8px;
  border-color: #fff #fff transparent transparent;
  background: #a0bed6;
  -moz-border-radius: 0 0 0 5px;
  border-radius: 0 0 0 5px;
  display: block;
  width: 0;
}

.bottom-box {
  position: fixed;
  bottom: 0;
}
.bottom-box.full-width {
  width: 100%;
}
.bottom-box.half-width {
  width: 50%;
}
@media (max-width: 767px) {
  .bottom-box.half-width {
    /* For less than 767px */
    width: 95%;
    margin: 0 2.5%;
  }
}
.bottom-box.bottom-30 {
  bottom: 30px;
}

.data-box {
  list-style: none;
  margin: 0;
  padding: 0;
}
.data-box.grid .item {
  position: relative;
  display: inline-block;
  vertical-align: top;
  height: 200px;
  width: calc(25% - 20px);
  margin: 10px;
}
@media (max-width: 767px) {
  .data-box.grid .item {
    /* For less than 767px */
    width: calc(100% - 20px);
    margin: 5px 10px;
  }
}
.data-box.grid .number {
  display: block;
  max-width: 80%;
  font-size: 24px;
  line-height: 26px;
  margin-bottom: 5px;
}
.data-box.grid .text {
  display: block;
  max-width: 80%;
  font-size: 16px;
  line-height: 20px;
  margin-bottom: 5px;
}
.data-box.grid .description {
  display: block;
  max-width: 80%;
  font-size: 12px;
  line-height: 20px;
}
.data-box.grid .status-group {
  position: absolute;
  top: 18px;
  right: 20px;
}
.data-box .number {
  font-weight: bolder;
  color: #000;
}
.data-box .text {
  font-weight: 400;
  color: #000;
}
.data-box .description {
  font-weight: 400;
  color: #a7a7a7;
  margin: 0 10px;
}
.data-box .date {
  display: inline-block;
  width: 100px;
  white-space: nowrap;
  overflow: hidden;
}
.data-box .status {
  font-size: 20px;
}
.data-box .bottom {
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  padding: 20px;
  border-top: 1px solid #eee;
  font-size: 13px;
}
.data-box .bottom .progress-line {
  width: 40%;
  display: block;
}
.data-box .bottom .progress-line .bg {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  width: 100px;
  height: 4px;
  border-radius: 2px;
  overflow: hidden;
  background: #eee;
}
.data-box .bottom .progress-line .fg {
  position: absolute;
  top: 0;
  bottom: 0;
  height: 100%;
  left: 0;
  margin: 0;
}
.data-box .bottom .label-group {
  position: absolute;
  right: 20px;
  top: 0;
  line-height: 60px;
}
.data-box .bottom .label-group .progress-label {
  line-height: 21px;
  font-size: 13px;
  margin-right: 10px;
}
.data-box .bottom .label-group .progress-label:last-child {
  margin-right: 0;
}
.data-box .list .item {
  position: relative;
  padding: 0;
  font-size: 14px;
  line-height: 40px;
}
.data-box .list .item .right {
  position: absolute;
  right: 0;
  top: 0;
}

.data-box .item {
  display: block;
  margin-top: 10px;
  padding: 20px;
  border-radius: 2px;
  background: white;
  border: 1px solid #e5e6e7;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
  box-shadow: 0 2px 1px rgba(170, 170, 170, 0.25);
}

table thead {
  cursor: pointer;
}
table thead > tr > th {
  border: none !important;
  vertical-align: bottom;
  font-family: "Muli", Helvetica, sans-serif;
  font-size: 13px;
  font-weight: 400;
  letter-spacing: 0.3px;
  padding: 15px 10px !important;
  color: #707070;
}
table thead > tr > th:after {
  content: " ";
  font-family: "FontAwesome", sans-serif;
  font-size: 10px;
  margin-left: 8px;
}
table thead > tr > th:empty {
  display: none;
}
table thead > tr > th.sort:after {
  content: "\f0dc";
  font-family: "FontAwesome", sans-serif;
  font-size: 10px;
  margin-left: 8px;
}
table thead > tr > th.ascending:after {
  content: "\f106";
  font-family: "FontAwesome", sans-serif;
  font-size: 10px;
  margin-left: 8px;
}
table thead > tr > th.descending:after {
  content: "\f107";
  font-family: "FontAwesome", sans-serif;
  font-size: 10px;
  margin-left: 8px;
}
table tbody > tr > td, table tbody > tr > th {
  vertical-align: middle !important;
  border-top: none !important;
  border-bottom: none !important;
  font-family: "Muli", Helvetica, sans-serif;
  padding: 12px 10px !important;
}
table tbody > tr > td.fixed-width, table tbody > tr > th.fixed-width {
  word-break: break-all;
  max-width: 300px;
}
table .table-striped-displaygrid > td {
  background-color: #fbfbfb;
}
table .table-striped-displaygrid > td:first-child {
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
}
table .table-striped-displaygrid > td:last-child {
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
}
table.table-striped > tbody > tr:nth-child(odd) > td {
  background-color: #fbfbfb;
}
table.table-striped > tbody > tr > td:first-child {
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
}
table.table-striped > tbody > tr > td:last-child {
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
}
table tr.selected {
  background-color: #8dc63f;
}
table tr.no-data {
  color: #d81700;
  background-color: #ff98a4;
}
table tr.played, table tr.past {
  opacity: 0.65;
  background-color: #fff;
}
table tr.played.selected-success, table tr.past.selected-success {
  opacity: 1;
}
table tr.not-played {
  background-color: #fff;
}
table tr.not-played td:first-child {
  color: #000;
  font-weight: 600;
}
table tr.not-played .play-available {
  color: #1d75bc !important;
}
table tr.selected-success {
  color: inherit;
}
table tr.warning td {
  color: inherit;
  background-color: rgba(255, 209, 29, 0.15) !important;
}
table tr.warning td:first-child {
  font-weight: 700;
  color: #ffd11d;
}
table tr .selected-save {
  color: #1d75bc;
  font-weight: bold;
}
table tr .selected-cancel {
  color: #ed1c24;
  font-weight: bold;
}
table tr .selected-warning {
  color: #ffd11d;
  font-weight: bold;
}
table tr .selected-flag {
  color: #F4511E;
  font-weight: bold;
}
table tr:last-child {
  border-bottom: none;
}
table th i.active, table td i.active {
  color: #8dc63f !important;
}
table th i.inactive, table td i.inactive {
  color: #ed1c24 !important;
}
table th a, table td a {
  text-decoration: none;
}
table th a i, table td a i {
  color: #1d75bc;
}

.table tbody + tbody {
  border-top: none !important;
}
.table .table {
  background-color: transparent !important;
}

.table-responsive {
  border: none !important;
}

.table-header-align-right .table thead tr th:last-child {
  float: right;
}

@media only screen and (min-width: 120px) and (max-width: 1200px) {
  table, .table-responsive {
    border-collapse: collapse;
    overflow-x: auto;
    display: block;
    width: fit-content;
    max-width: 100%;
    padding: 0 0 15px 0;
  }

  td {
    white-space: nowrap;
  }
}
.progress-container {
  height: 30px;
  margin: 0 0 10px 0;
  overflow: hidden;
  background-color: #f5f5f5;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
}
.progress-container.small {
  height: 10px;
}
.progress-container.small .progress-bar {
  line-height: 10px !important;
}
.progress-container .progress-bar {
  float: left;
  width: 0;
  height: 100%;
  line-height: 30px;
  font-size: 12px;
  color: #fff;
  text-align: center;
  background-color: #428bca;
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.2);
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.2);
  -webkit-transition: width 0.6s ease;
  transition: width 0.6s ease;
}
.progress-container .stripes {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.07) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.07) 50%, rgba(255, 255, 255, 0.07) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.07) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.07) 50%, rgba(255, 255, 255, 0.07) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.07) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.07) 50%, rgba(255, 255, 255, 0.07) 75%, transparent 75%, transparent);
  -webkit-background-size: 40px 40px;
  background-size: 40px 40px;
}
.progress-container .stripes-strong {
  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: -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: 40px 40px;
  background-size: 40px 40px;
}
.progress-container .active {
  -webkit-animation: progress-bar-stripes 2s linear infinite;
  -o-animation: progress-bar-stripes 2s linear infinite;
  -ms-animation: progress-bar-stripes 2s linear infinite;
  animation: progress-bar-stripes 2s linear infinite;
}

.progress-icon-analytics .info-container {
  float: left;
}
.progress-icon-analytics .info-container .title-percent {
  font-size: 24px;
  margin: 4px 0 2px 0;
  font-weight: 700;
}
.progress-icon-analytics .info-container .sub-title {
  font-size: 16px;
  font-weight: 300;
  color: #a3a4a5;
}
.progress-icon-analytics .icon-container {
  text-align: center;
}
.progress-icon-analytics .icon-container i {
  font-size: 50px;
}
.progress-icon-analytics .icon-container i.green {
  color: #00A79D;
}
.progress-icon-analytics .icon-container i.red {
  color: #ED3337;
}
.progress-icon-analytics .icon-container i.orange {
  color: #F7941E;
}
.progress-icon-analytics .progress {
  height: 50px;
  overflow: hidden;
  background-color: #f9f9f9;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
}
.progress-icon-analytics .progress .bar {
  float: left;
  width: 0;
  height: 100%;
  line-height: 30px;
  font-size: 12px;
  color: #fff;
  text-align: center;
  background-color: #428bca;
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.2);
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.2);
  -webkit-transition: width 0.6s ease;
  transition: width 0.6s ease;
}
.progress-icon-analytics .progress .bar.stripes {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.07) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.07) 50%, rgba(255, 255, 255, 0.07) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.07) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.07) 50%, rgba(255, 255, 255, 0.07) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.07) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.07) 50%, rgba(255, 255, 255, 0.07) 75%, transparent 75%, transparent);
  -webkit-background-size: 40px 40px;
  background-size: 40px 40px;
}
.progress-icon-analytics .progress .bar.active {
  -webkit-animation: progress-bar-stripes 2s linear infinite;
  -o-animation: progress-bar-stripes 2s linear infinite;
  -ms-animation: progress-bar-stripes 2s linear infinite;
  animation: progress-bar-stripes 2s linear infinite;
}
.progress-icon-analytics .progress .bar.green {
  background-color: #00A79D;
}
.progress-icon-analytics .progress .bar.red {
  background-color: #ED3337;
}
.progress-icon-analytics .progress .bar.orange {
  background-color: #F7941E;
}

.modal-hr hr {
  margin-top: 0;
}

.modal-close {
  margin-top: 20px;
  cursor: pointer;
  text-align: right;
}
.modal-close i {
  font-size: 35px !important;
}

.dropzone {
  margin: 25px auto 0 auto;
  border-radius: 5px;
  padding: 20px;
  cursor: pointer;
  background-color: #ffffff;
}
.dropzone.form {
  margin: initial;
  background-color: white;
  padding: 60px 100px;
  height: inherit;
  border: 2px dashed #1d75bc;
}
.dropzone.form i {
  color: #c9c9c9;
  font-size: 50px;
}

.modal-nav {
  margin: 40px 0;
  text-align: right;
}
.modal-nav .left {
  padding: 0;
}
.modal-nav .right {
  padding: 0;
}
.modal-nav button {
  padding: 10px 24px;
  margin: 3px;
  text-decoration: none;
  border-radius: 5px;
  font-weight: bold;
  border: none;
}
.modal-nav button i {
  vertical-align: middle;
  font-size: 16px;
}
.modal-nav button span {
  padding-left: 5px;
}
.modal-nav button:hover {
  opacity: 0.7;
}
.modal-nav .skip {
  background-color: #1d75bc;
  border: 1px solid #1d75bc;
  color: #fff;
}
.modal-nav .skip:disabled {
  opacity: 0.4;
}
.modal-nav .next {
  background-color: #8dc63f;
  border: 1px solid #8dc63f;
  color: #fff;
}
.modal-nav .next:disabled {
  opacity: 0.4;
}
.modal-nav .prev {
  border: 1px solid #000;
  background-color: #fff;
  color: #111;
}
.modal-nav .prev:disabled {
  opacity: 0.4;
}
.modal-nav .cancel, .modal-nav .deactivate {
  background-color: #ed1c24;
  border: 1px solid #ed1c24;
  color: #fff;
}
.modal-nav .cancel:disabled, .modal-nav .deactivate:disabled {
  opacity: 0.4;
}

.image-modal {
  background-color: #8dc63f;
  background-repeat: repeat-x;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  height: 267px;
  width: 400%;
  margin: 0 0 15px -5px;
  animation: animatedBackground 100s linear infinite;
  -moz-animation: animatedBackground 100s linear infinite;
  -webkit-animation: animatedBackground 100s linear infinite;
  -ms-animation: animatedBackground 100s linear infinite;
  -o-animation: animatedBackground 100s linear infinite;
}
.image-modal.neutral {
  background-color: #7e7f86;
}
.image-modal.orange {
  background-color: #FFAA04;
}
.image-modal.red {
  background-color: #ed1c24;
}
.image-modal.yellow {
  background-color: #ffd11d;
}
.image-modal.blue {
  background-color: #1d75bc;
}
.image-modal.chart-image {
  background-image: url("/images/clients/modal-image-overlay.png");
}
.image-modal.campaign-image {
  background-image: url("/images/clients/c-summary.png");
}
.image-modal.manage-ama {
  background-image: url("/images/clients/ama/modal-manage.png");
}
.image-modal.stopped {
  -webkit-animation-play-state: paused;
  -moz-animation-play-state: paused;
  -ms-animation-play-state: paused;
  -o-animation-play-state: paused;
  animation-play-state: paused;
}

.image-modal-2 {
  background-color: #ffd11d;
  background-repeat: repeat-x;
  background-position-y: -20px;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  height: 267px;
  width: 400%;
  margin: 0 0 15px -5px;
  text-align: center;
}

.img-overlay {
  position: absolute;
  width: 100%;
  top: 0;
}

.custom-modal span {
  font-weight: bold;
}
.custom-modal h3 {
  margin-top: 5px;
  margin-bottom: 5px;
  letter-spacing: 0.5px;
  font-weight: bold;
  color: #8dc63f;
}
.custom-modal h3.neutral {
  color: #7e7f86;
}
.custom-modal .title {
  text-align: center;
  padding: 10px;
  margin: 0 10% 20px 10%;
  color: #000;
  border-radius: 20px;
  font-weight: bold;
}
.custom-modal .title i {
  text-align: center;
  font-size: 40px;
  color: #ffd11d;
}
.custom-modal .title h5 {
  font-size: 18px;
  line-height: 25px;
}

#cc-modal {
  z-index: 500;
}
#cc-modal.full-screen {
  width: 100%;
  height: 100%;
}
#cc-modal.large {
  width: 80%;
  height: 80%;
}
#cc-modal.medium {
  width: 50%;
  height: 50%;
}
#cc-modal.small {
  width: 30%;
}
#cc-modal.position.top {
  top: 0;
}
#cc-modal.position.right {
  right: 0;
}
#cc-modal.position.left {
  left: 0;
}
#cc-modal.position.bottom {
  bottom: 0;
}
#cc-modal .modal-top-header {
  height: 65px;
  padding: 15px 20px;
}
#cc-modal .title-modal {
  font-size: 20px;
  line-height: 35px;
  display: inline-block;
}
#cc-modal .close-button {
  float: right;
  cursor: pointer;
  background: rgba(255, 255, 255, 0.2);
  width: 35px;
  height: 35px;
  line-height: 35px;
  margin: 0 auto;
  text-align: center;
  border-radius: 50%;
  box-shadow: 3px 4px 4px rgba(0, 0, 0, 0.15);
}
#cc-modal .close-button:hover {
  opacity: 0.8;
}
#cc-modal .close-button .icon {
  font-size: 18px;
}
#cc-modal .modal-body {
  height: 100%;
}
#cc-modal .footer {
  height: 10%;
  background-color: rgba(26, 32, 41, 0.98);
  color: #fff;
  text-align: center;
  position: absolute;
  bottom: 0;
  width: 100%;
}
#cc-modal .footer .default {
  border: 1px solid #000;
  background-color: #fff;
  color: #111;
  margin: 10px 0;
}
#cc-modal .footer .default:disabled {
  opacity: 0.4;
}
#cc-modal .footer .arrow-nav .arrow {
  cursor: pointer;
  font-size: 40px;
  color: #ffffff;
  position: relative;
  top: 8px;
}
#cc-modal .footer .arrow-nav .arrow.left {
  margin-right: 20px;
}
#cc-modal .footer .arrow-nav .arrow.right {
  margin-left: 20px;
}
#cc-modal .footer .arrow-nav .arrow:hover {
  opacity: 0.6;
}
#cc-modal .sa-status {
  background-color: #fff;
  margin: 0 auto;
  border-radius: 7px;
  color: #000;
  width: 50%;
  padding: 20px;
  -moz-box-shadow: 0 0 2px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 0 2px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.1);
}
#cc-modal .sa-status .status-icon {
  font-size: 100px;
}
#cc-modal .sa-status .status-header {
  font-size: 28px;
  font-weight: 300;
  color: #000;
  margin-top: 0;
}
#cc-modal .sa-status .status-sub-header {
  font-size: 16px;
  font-weight: 300;
  margin-top: 0;
}
#cc-modal .sa-status .action-footer {
  width: 100%;
  margin: 50px 0;
}
#cc-modal .sa-status .status-button {
  text-decoration: none;
  color: #000;
  border-radius: 7px;
  padding: 15px 24px;
  margin: 5px;
}
#cc-modal .sa-status .status-button.back {
  -moz-box-shadow: inset 0 0 0 1px #000000;
  -webkit-box-shadow: inset 0 0 0 1px #000000;
  box-shadow: inset 0 0 0 1px #000;
}

.pop-up-modal {
  position: absolute;
  background-color: #fff;
  color: #000;
  border-radius: 5px;
  margin-top: 10px;
  padding: 10px 30px;
  border: 1px solid #e8e8e8;
  z-index: 1000;
  box-shadow: 0px -1px 10px 0px rgba(97, 95, 95, 0.2);
}
.pop-up-modal .title-pop-up {
  margin: 5px;
  color: #5c646a;
}
.pop-up-modal .description {
  color: #616161;
  font-size: 10px;
  margin: 5px;
}

.cc-color-picker .color-item {
  display: inline-block;
  padding: 15px;
  margin: 5px;
  border-radius: 50%;
  border: 3px solid #fff;
}
.cc-color-picker .color-item.selected {
  border: 3px solid #555;
}
.cc-color-picker .color-item.arrow-up {
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-bottom: 5px solid black;
}

.type-picker a {
  color: #000;
  border: 1px solid #000;
  border-radius: 5px;
  padding: 5px;
  min-height: 20px;
  display: inline-block;
  margin: 10px 7px 0 0;
  text-decoration: none;
}
.type-picker a i {
  vertical-align: middle;
}
.type-picker a span {
  padding-right: 5px;
  vertical-align: middle;
}
.type-picker .selected {
  transition: all 0.5s ease;
  color: #fff;
  background-color: #1d75bc;
  border: 1px solid #1d75bc;
}

.pagenation-arrow {
  border: 1px solid #d4d4d4;
  color: #616161;
  background-color: #ffffff;
  padding: 5px 8px;
  font-size: 12px;
  cursor: pointer;
}
.pagenation-arrow.not-available {
  display: none;
}
.pagenation-arrow:hover, .pagenation-arrow :focus, .pagenation-arrow :active {
  background-color: #364F6A;
  color: #fff;
  border-color: #364F6A;
  text-decoration: none;
}
.pagenation-arrow:first-child {
  border-bottom-left-radius: 7px;
  border-top-left-radius: 7px;
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.pagenation-arrow:last-child {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  border-bottom-right-radius: 7px;
  border-top-right-radius: 7px;
}
.pagenation-arrow:disabled {
  opacity: 0.5;
}

.pagenation-button {
  border-top: 1px solid #d4d4d4;
  border-bottom: 1px solid #d4d4d4;
  border-left: none;
  border-right: none;
  color: #616161;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: rgba(54, 79, 106, 0.04);
  padding: 5px 8px;
  border-radius: 0;
  text-decoration: none;
  font-size: 12px;
  cursor: pointer;
}
.pagenation-button.selected {
  background-color: #364F6A;
  border-color: #364F6A;
  color: #fff;
  padding: 5px 8px;
}
.pagenation-button.selected:hover {
  text-decoration: none;
  background-color: #364F6A;
}
.pagenation-button:hover {
  text-decoration: none;
  color: #fff;
  background-color: rgba(54, 79, 106, 0.5);
  border-color: rgba(54, 79, 106, 0);
}

.price-block {
  border: 1px solid #f9f9f9;
  min-height: 130px;
  width: 100%;
  border-radius: 5px;
}
.price-block .header-block {
  height: 45px;
  background-color: #1d75bc;
  color: #fff;
  text-align: center;
  line-height: 45px;
  font-size: 18px;
  font-style: italic;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}
.price-block .price-list .item {
  color: #a3a4a5;
  border-bottom: 1px solid lightgrey;
  margin: 0 15px;
  padding: 10px 0;
}
.price-block .price-list .item i {
  color: #8dc63f;
  vertical-align: middle;
}
.price-block .price-list .item p {
  display: inline-block;
  position: relative;
  top: 5px;
}
.price-block .price-list .item.last {
  border-bottom: none;
}
.price-block .action {
  text-align: center;
  padding: 5px;
  background-color: #8dc63f;
  margin: 10px 25%;
  border-radius: 5px;
}
.price-block .action a {
  color: #fff;
  text-decoration: none;
  font-weight: 600;
  text-transform: uppercase;
}

.multi-search {
  background: url(../../images/clients/ic-search.png) no-repeat left;
  background-position: 7px 7px;
  background-size: 17px;
  padding: 5px 5px 5px 30px;
  background-color: #fff !important;
  border: 1px solid #eee !important;
  position: relative;
  top: -10px;
  z-index: 11;
  height: 30px;
  width: 100%;
  float: left;
  margin-bottom: 10px;
}

#quick-search-results {
  width: 96%;
  position: absolute;
  z-index: 200;
  margin-top: 10px;
  background: #f6f6f6;
  border-radius: 7px;
}
#quick-search-results .search-result {
  padding: 10px 15px;
  cursor: pointer;
}
#quick-search-results .search-result:hover, #quick-search-results .search-result.active {
  background: #e2e2e2 !important;
  -webkit-transition: background 0.15s linear;
  transition: background 0.25s linear;
}

.campaign-tag {
  padding: 0 5px;
  color: #6F6F6F;
  background-color: #eee;
  height: 30px;
  display: block;
  margin: 10px 10px 10px 0;
  float: left;
  border-radius: 20px;
  cursor: default;
}
.campaign-tag.clickable {
  cursor: pointer;
}
.campaign-tag.static {
  top: 2px;
  margin-left: 0;
  margin-right: 5px;
}
.campaign-tag.static:last-child {
  margin-right: 0;
}
.campaign-tag.individual {
  position: initial;
}
.campaign-tag.data-grid {
  position: initial;
  min-width: 50px;
  text-align: center;
  line-height: 30px;
}
.campaign-tag p {
  float: left;
  position: relative;
  top: 8px;
  padding: 0 10px;
  font-size: 10px;
  font-weight: normal;
}
.campaign-tag i {
  border-right: 1px solid rgba(0, 0, 0, 0.2);
  float: left;
  position: relative;
  font-size: 12px;
  top: 8px;
  padding: 0 7px;
}
.campaign-tag i.light-line {
  border-right: 1px solid rgba(255, 255, 255, 0.45);
}
.campaign-tag i.text {
  top: 6px;
  font-weight: bold;
  font-style: normal;
}

.basic-tag {
  background-color: transparent;
  display: inline-block;
  padding: 3px 10px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
}
.basic-tag.rounded {
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  border-radius: 20px;
}
.basic-tag.white {
  background-color: #ffffff;
  color: #000;
}
.basic-tag.white.border {
  border: 1px solid #e5e6e7;
}
.basic-tag.blue {
  background-color: #1d75bc;
  color: white;
}
.basic-tag.blue.outline {
  background-color: transparent;
  border: 1px solid #1d75bc;
  color: #1d75bc;
}
.basic-tag.blue.opaque {
  background-color: #deedfa;
  border: 1px solid #b2d6f3;
  color: #1d75bc;
}
.basic-tag.green {
  background-color: #8dc63f;
  color: #fff;
}
.basic-tag.green.outline {
  background-color: transparent;
  border: 1px solid #8dc63f;
  color: #8dc63f;
}
.basic-tag.green.opaque {
  background-color: #eaf5dc;
  border: 1px solid #c7e3a1;
  color: #4d9818;
}
.basic-tag.red {
  background-color: #ed1c24;
  color: white;
}
.basic-tag.red.outline {
  background-color: transparent;
  border: 1px solid #ed1c24;
  color: #ed1c24;
}
.basic-tag.red.opaque {
  background-color: #fef1f1;
  border: 1px solid #fac1c4;
  color: #ed1c24;
}
.basic-tag.orange {
  background-color: orange;
  color: white;
}
.basic-tag.orange.opaque {
  background-color: #fff6e6;
  border: 1px solid #ffe4b3;
  color: orange;
}
.basic-tag.lightgrey {
  background-color: #f5f5f5;
  color: #999;
}
.basic-tag.grey {
  background-color: #e7e8e9;
  color: #616161;
}
.basic-tag.grey-outline {
  background-color: transparent;
  border: 1px solid #e5e6e7;
  color: #999;
}
.basic-tag.lightblue {
  background-color: #04d8ff;
  color: white;
}
.basic-tag.teal {
  background-color: #1cc4a6;
  color: white;
}
.basic-tag.darkgreen {
  background-color: #00510f;
  color: white;
}
.basic-tag.lightgreen {
  background-color: #98ffb5;
  color: #33c32e;
}
.basic-tag.brown {
  background-color: #b35700;
  color: white;
}
.basic-tag.yellow {
  background-color: #f5ed06;
  color: #969400;
}
.basic-tag.beige {
  background-color: #f5ef94;
  color: #75772d;
}
.basic-tag.burgundy {
  background-color: #6f2424;
  color: #fff;
}
.basic-tag.purple {
  background-color: #6450c5;
  color: #fff;
}
.basic-tag.cadetblue {
  background-color: cadetblue;
  color: #fff;
}

.basic-tag-group .basic-tag {
  margin: 0 10px 10px 0;
}
.basic-tag-group .basic-tag:last-child {
  margin: 0;
}

.tooltip-cc {
  font-size: 14px;
  color: #5c646a;
  cursor: default;
}

.color-presets i {
  display: contents;
  font-size: 32px;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3);
}
.color-presets i:last-child {
  margin-right: 0;
}

.nav-bar-default {
  height: 50px;
  position: relative;
  padding: 10px;
  background-color: #fff;
  margin: 0 -9.5%;
  top: -26px;
  border: 1px solid #e5e6e7;
  overflow: hidden;
}
@media (max-width: 767px) {
  .nav-bar-default {
    /* For less than 767px */
    top: -12px;
  }
}

.user-review-container.hover-opacity {
  opacity: 1;
  -webkit-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
}
.user-review-container.hover-opacity:hover {
  -webkit-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
  opacity: 0.75;
}
.user-review-container .user-image {
  float: left;
  margin: -2px 18px 50px 0;
  padding-left: 10px;
}
.user-review-container .user-image .review-circle {
  position: absolute;
  bottom: 10px;
  left: 100px;
  height: 27px;
  width: 27px;
  background-color: #ffffff;
  font-size: 20px;
  border-radius: 50%;
  box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.5);
  vertical-align: middle;
  text-align: center;
}
.user-review-container .user-image .review-circle .google {
  color: #5482c2;
}
.user-review-container .user-image .review-circle .yelp {
  color: #BC0A0E;
}
.user-review-container .user-image .review-circle .facebook {
  color: #3B5998;
}
.user-review-container .user-info {
  color: inherit;
}
.user-review-container .user-info .user-name {
  font-size: 16px;
  margin: 0;
  color: #5482c2;
  text-decoration: none;
  text-transform: capitalize;
}
.user-review-container .star-rating {
  font-size: 18px;
  margin-right: 3px;
  color: #e7711b;
}
.user-review-container .star-rating.grey {
  color: #c9c9c9;
}
.user-review-container .user-review {
  font-size: 12px;
  color: #a3a4a5;
  height: 70px;
}

.user-list-container {
  margin: 10px 0 30px 0;
}
.user-list-container .user-image {
  float: left;
  margin: 0 15px 0 0;
}
.user-list-container .user-image .review-circle {
  position: absolute;
  bottom: 0;
  left: 100px;
  height: 27px;
  width: 27px;
  color: #ffffff;
  background-color: #ffffff;
  font-size: 20px;
  border-radius: 50%;
  box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.5);
  vertical-align: middle;
  text-align: center;
  margin-left: -10px;
}
.user-list-container .user-image .review-circle.google {
  background-color: #D50f25;
}
.user-list-container .user-image .review-circle.form {
  background-color: #8dc63f;
}
.user-list-container .user-image .review-circle.facebook {
  background-color: #3B5998;
}
.user-list-container .user-info .user-name {
  font-size: 18px;
  margin: 15px 0 0 0;
  text-transform: capitalize;
}
.user-list-container .user-info .info {
  display: block;
  color: #a3a4a5;
  padding-top: 5px;
}
.user-list-container .user-info .points {
  background-color: #66cad9;
  padding: 4px 8px;
  border-radius: 4px;
  color: #fff;
}
.user-list-container .circle {
  height: 27px;
  width: 27px;
  color: #ffffff;
  background-color: #f9f9f9;
  font-size: 15px;
  margin-top: 10px;
  border-radius: 50%;
  text-align: center;
}
.user-list-container .circle i {
  vertical-align: bottom;
}

.module-image-block {
  display: inline-block;
  width: 100%;
  text-align: center;
  box-sizing: border-box;
  margin: 0 0 15px 0;
}
.module-image-block .block-container {
  display: inline-block;
  margin: 0 auto;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
  width: 98%;
  border: 1px solid #eee;
  background-color: #fff;
  overflow: hidden;
  transition: all ease-in 0.2s;
}
.module-image-block .block-container.shadow:hover {
  box-shadow: 1px 3px 8px 2px rgba(0, 0, 0, 0.05);
  transition: all ease-in 0.2s;
}
.module-image-block .block-container.border-none {
  border: none !important;
}
.module-image-block .block-container .img-wrapper {
  background-size: cover !important;
  background-position: 50% center !important;
  height: 120px;
}
.module-image-block .block-container .img-wrapper img {
  height: 120px;
  width: 120px;
}
.module-image-block .block-container .img-wrapper.contain {
  background-size: contain !important;
  background-position: top center !important;
  background-repeat: no-repeat !important;
}
.module-image-block .block-container .img-wrapper.top-align {
  background-position: top center !important;
}
.module-image-block .block-container .img-counter {
  background: #fdfdfd;
  height: 120px;
  margin-top: -120px;
  border-bottom: 1px solid #f3eeee;
  font-weight: bold;
  text-align: center;
  line-height: 120px;
  color: #a3a4a5;
}
.module-image-block .block-container .img-counter.opacity {
  background: rgba(0, 0, 0, 0.75);
  color: #fff;
}
.module-image-block .block-container .img-counter.longer {
  height: 150px;
  line-height: 150px;
}
.module-image-block .block-container .details {
  min-height: 60px;
  padding: 10px;
}
.module-image-block .block-container .details .name {
  padding: 0 5px 0 5px;
  font-size: 14px;
}
.module-image-block .block-container .details .info {
  font-size: 12px;
  padding: 5px;
}
.module-image-block .block-container .details .info hr {
  margin: 25px 25px 25px 25px;
  opacity: 0.5;
}
.module-image-block .block-container .icon-module {
  display: inline-block;
  text-align: right;
  padding: 0 10px 10px 0;
  cursor: pointer !important;
  float: right;
}
.module-image-block .block-container .icon-module i {
  border-radius: 50%;
  color: #FFF;
  padding: 4px;
  font-size: 16px;
}
.module-image-block .block-container .icon-module i.blue {
  background-color: #0086f7;
}
.module-image-block .block-container .icon-module i.red {
  background-color: #ed1c24;
}
.module-image-block .block-container .bottom-bar {
  vertical-align: bottom;
  text-align: center;
  background: #f9f9f9;
  color: #fff;
  margin-top: 9px;
  padding: 5px 2px;
  font-size: 10px;
  clear: both;
}

.text-bubble {
  position: relative;
  padding: 15px;
  color: #333;
  background: #F9F9F9;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  border-radius: 7px;
}
.text-bubble.narrow {
  padding: 4px 15px;
}
.text-bubble.under {
  position: absolute;
  top: 65px;
  margin-left: -25px;
  font-size: 12px;
}
.text-bubble.under:after {
  left: 33px;
  border-bottom-color: transparent;
}
.text-bubble:after {
  content: "";
  position: absolute;
  top: -23px;
  left: 50px;
  border: 15px solid transparent;
  border-bottom-color: #f9f9f9;
  display: block;
  width: 0;
}
.text-bubble.yellow {
  background: #fff7cd;
  color: #000;
}
.text-bubble.yellow:after {
  border-bottom-color: #fff7cd;
}
.text-bubble.default {
  background: #364F6A;
  color: #fff;
}
.text-bubble.default:after {
  border-bottom-color: #364F6A;
}

.text-panel {
  padding: 4px 6px;
  color: #333;
  background: #eee;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.text-panel.blue {
  background-color: #1d75bc;
  color: #fff;
}
.text-panel.red {
  background-color: #ed1c24;
  color: #fff;
}
.text-panel.green {
  background-color: #8dc63f;
  color: #fff;
}
.text-panel.yellow {
  background-color: #ffd11d;
  color: #fff;
}
.text-panel.ghost {
  background-color: transparent;
  color: #fff;
  border: 1px solid #fff;
}

.circle-analytics-container {
  border: 2px solid #f9f9f9;
  height: 70px;
  width: 70px;
  text-align: center;
  border-radius: 50%;
}
.circle-analytics-container .number {
  font-size: 28px;
  line-height: 65px;
  font-weight: 700;
}
.circle-analytics-container.blue {
  border: 2px solid #1d75bc;
}
.circle-analytics-container.red {
  border: 2px solid #ed1c24;
}
.circle-analytics-container.green {
  border: 2px solid #8dc63f;
}
.circle-analytics-container.yellow {
  border: 2px solid #ffd11d;
}
.circle-analytics-container.empty {
  border: none;
}

.user-modal-container {
  margin: 0 0 0 0;
}
.user-modal-container .user-header-bg-image {
  background-size: cover;
  background-position: top;
  height: 110px;
  width: 100%;
  border-radius: 10px 10px 0 0;
  position: relative;
  bottom: -62px;
}
.user-modal-container .user-header-bg-image .overlay {
  background-color: rgba(51, 56, 62, 0.9);
  border-radius: 10px 10px 0 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.user-modal-container .user-image {
  margin: -20px 0 20px 40px;
}
.user-modal-container .user-image .user-name {
  margin: 0;
  text-decoration: none;
  font-size: 22px;
  text-transform: capitalize;
}
.user-modal-container .user-image .user-name.stacked {
  float: none;
  padding-top: 10px;
}
.user-modal-container .user-info {
  padding-top: 10px;
}
.user-modal-container .user-info .user-name, .user-modal-container .user-info .title {
  font-size: 18px;
  color: #000000;
  text-decoration: none;
  margin-top: 10px;
}
.user-modal-container .star-rating {
  font-size: 24px;
  margin-right: 3px;
  color: #e7711b;
}
.user-modal-container .star-rating.grey {
  color: #c9c9c9;
}
.user-modal-container .star-rating.disabled {
  color: rgba(0, 0, 0, 0.3);
}
.user-modal-container .star-rating.disabled:hover {
  color: #e7711b;
}
.user-modal-container .user-review {
  font-size: 14px;
  color: #a3a4a5;
}
.user-modal-container .user-review p {
  margin-right: 40px;
}
.user-modal-container .review-circle {
  height: 27px;
  width: 27px;
  background-color: #ffffff;
  font-size: 20px;
  border-radius: 50%;
  box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.5);
  vertical-align: middle;
  text-align: center;
}
.user-modal-container .review-circle .google {
  color: #5482c2;
}
.user-modal-container .review-circle .yelp {
  color: #BC0A0E;
}
.user-modal-container .review-circle .facebook {
  color: #3B5998;
}
.user-modal-container .body-panel {
  background-color: #ffffff;
  border-radius: 0 0 5px 5px;
  margin-top: -20px;
  padding: 30px;
}
@media (max-width: 767px) {
  .user-modal-container .body-panel {
    /* For less than 767px */
  }
  .user-modal-container .body-panel.br-all {
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    border-radius: 4px;
  }
}
.user-modal-container .list {
  list-style: none;
  -webkit-padding-start: 0;
  line-height: 25px;
}
.user-modal-container .list .item {
  font-size: 14px;
}
.user-modal-container .navigation-arrow {
  font-size: 35px;
  color: #fff;
  padding: 0 20px;
  opacity: 0.8;
  margin: 0 0 0 0;
}
.user-modal-container .navigation-arrow:hover {
  color: #fff;
  opacity: 1;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -ms-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
.user-modal-container .navigation-arrow.left {
  float: left;
}
.user-modal-container .navigation-arrow.right {
  float: right;
}
.user-modal-container .navigation-arrow.page-center {
  margin-top: 260px;
}
.user-modal-container .navigation-arrow.disabled {
  opacity: 0.1;
}

.avatar-circle {
  width: 100px;
  height: 100px;
  background-color: #9e54bd;
  text-align: center;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  float: left;
}
.avatar-circle.small {
  width: 30px;
  height: 30px;
}
.avatar-circle .initials {
  position: relative;
  top: 25px;
  font-size: 50px;
  line-height: 50px;
  color: #fff;
  font-family: "Open Sans", monospace;
  font-weight: 300;
}

.audio-container .caller {
  margin-top: 10px;
  margin-left: 20px;
}
.audio-container .player {
  margin-top: 5px;
}
.audio-container .player audio {
  width: 100%;
}
.audio-container .control {
  text-align: center;
  cursor: pointer;
}
.audio-container .control i {
  font-size: 18px;
}
.audio-container .control .text {
  font-size: 12px;
  display: block;
  padding-top: 5px;
}
.audio-container .control a {
  color: inherit;
  text-decoration: none;
}
.audio-container .control.flag {
  color: #F4511E;
}
.audio-container .control.flag i {
  color: #F4511E;
}
.audio-container .control:hover {
  opacity: 0.5;
}

.loading-paragraph {
  content: " ";
  width: 100%;
  height: 20px;
  color: rgba(0, 0, 0, 0.05);
  margin: 10px 0;
  border-radius: 3px;
  background: rgba(0, 0, 0, 0.05);
}
.loading-paragraph.small {
  width: 80%;
}

.no-data {
  text-align: center;
  color: #616161;
}
.no-data .icon {
  font-size: 100px;
}
.no-data .main-text {
  margin-top: -20px;
  margin-bottom: 2px;
}
.no-data .secondary-text {
  font-size: 10px;
}

.overlay-container {
  position: relative;
  width: 100%;
}
.overlay-container.circle {
  border-radius: 50%;
}
.overlay-container .image {
  display: block;
  width: 100%;
  height: auto;
}
.overlay-container .overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  opacity: 0;
  transition: 0.5s ease;
  background-color: rgba(249, 249, 249, 0.9);
}
.overlay-container .overlay.dark {
  background-color: rgba(51, 56, 62, 0.8);
}
.overlay-container .overlay.circle {
  border-radius: 50%;
}
.overlay-container button {
  width: 100%;
  height: 100%;
}
.overlay-container .action {
  font-size: 20px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}
.overlay-container:hover .overlay {
  opacity: 1;
}

.graph {
  height: 80px;
  padding: 5px;
}

.bar {
  margin: 1px;
  display: inline-block;
  position: relative;
  vertical-align: baseline;
  background-color: #aeaeae;
}
.bar.small {
  width: 8px;
}
.bar:last-child {
  background-color: #8dc63f;
}

.gender-chart-container {
  display: block;
  float: left;
}
.gender-chart-container .gender {
  font-size: 150px;
}
.gender-chart-container .gender.fill {
  position: absolute;
}
.gender-chart-container .gender.fill.p-100 {
  clip: rect(40px, 300px, 300px, 0);
}
.gender-chart-container .gender.fill.p-75 {
  clip: rect(90px, 300px, 300px, 0);
}
.gender-chart-container .gender.fill.p-50 {
  clip: rect(110px, 300px, 300px, 0);
}
.gender-chart-container .gender.fill.p-25 {
  clip: rect(140px, 300px, 300px, 0);
}
.gender-chart-container .gender.fill.p-5 {
  clip: rect(165px, 300px, 300px, 0);
}
.gender-chart-container .gender.fill.p-0 {
  clip: rect(200px, 300px, 300px, 0);
}
.gender-chart-container .gender.fill.man {
  margin-right: -49px;
  color: #007aff;
}
.gender-chart-container .gender.fill.woman {
  margin-right: -56px;
  color: #f06292;
}
.gender-chart-container .gender.outline {
  color: #f9f9f9;
}
.gender-chart-container .gender.outline.man-bg {
  margin-right: -49px;
  color: rgba(0, 122, 255, 0.1);
}
.gender-chart-container .gender.outline.woman-bg {
  margin-right: -56px;
  color: rgba(240, 98, 146, 0.1);
}
.gender-chart-container:first-child {
  margin-right: 50px;
}
.gender-chart-container .stats {
  margin-top: 70px;
  margin-left: 50px;
}
.gender-chart-container .stats .percentage {
  font-weight: 700;
  font-size: 34px;
  display: block;
}
.gender-chart-container .stats .percentage.man {
  color: #007aff;
}
.gender-chart-container .stats .percentage.woman {
  color: #f06292;
}

.company-search-block {
  margin: 0 0 0 0;
  width: 20%;
  padding: 20px 5px;
  background-color: transparent;
  text-align: center;
}
.company-search-block img {
  display: block;
  margin: 0 auto;
  padding-bottom: 10px;
}

.card-container {
  border-radius: 4px;
  overflow: hidden;
}
.card-container .card-header {
  height: 40px;
  padding: 7px;
  line-height: 28px;
}
.card-container .card-header.facebook {
  background-color: #3B5998;
  color: #fff;
}
.card-container .card-header.twitter {
  background-color: #55ACEE;
  color: #fff;
}
.card-container .card-header.instagram {
  background: #5242d5;
  color: #fff;
}
.card-container .card-header.pinterest {
  background-color: #BD0319;
  color: #fff;
}
.card-container .card-header .title-card {
  font-size: 19px;
  font-weight: normal;
  letter-spacing: 0.3px;
}
.card-container .card-header .left {
  display: block;
  float: left;
  width: 70%;
}
.card-container .card-header .left i {
  font-size: 20px;
  margin-left: 7px;
  margin-right: 10px;
}
.card-container .card-header .right {
  float: right;
  text-align: right;
  width: 30%;
}
.card-container .card-header .right i {
  margin-right: 10px;
}
.card-container .card-middle-container {
  width: 100%;
  min-height: 200px;
  background-color: #f2f2f2;
}
.card-container .card-middle-container .card-item {
  padding: 10px;
}
.card-container .card-middle-container .card-item .left {
  margin-left: 10px;
  margin-top: 5px;
  text-align: center;
}
.card-container .card-middle-container .card-item .left i {
  font-size: 27px;
  color: #c9c9c9;
}
.info-block-container {
  background-color: #f2f2f2;
  padding: 7px;
  margin: 10px 0;
  border: 1px solid #e0e0e0;
  text-decoration: none;
}
.info-block-container.medium {
  padding: 12px 10px;
}
.info-block-container.tall {
  padding: 20px 10px;
}
.info-block-container.border-radius {
  border-radius: 7px;
}
.info-block-container .dark-content {
  color: #343434;
  text-decoration: none;
}
.info-block-container .light-content {
  color: #ffffff;
  text-decoration: none;
}
.info-block-container.white {
  background-color: #ffffff;
  border: 1px solid #eee;
}
.info-block-container.yellow {
  background-color: #fffcd5;
  border: 1px solid #efe350;
}
.info-block-container.blue {
  background-color: #c5dcef;
  border: 1px solid #87bde8;
}
.info-block-container.green {
  background-color: #dcf5df;
  border: 1px solid #b0f5b8;
}
.info-block-container.red {
  background-color: #f7e3e3;
  border: 1px solid #f3cccd;
}
.info-block-container.transparent {
  background-color: transparent;
  border: 0;
}
.info-block-container.clickable {
  cursor: pointer;
}
.info-block-container.draggable {
  cursor: move;
}
.info-block-container.draggable:hover {
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.25);
}
.info-block-container.hover:hover {
  opacity: 0.4;
  cursor: pointer;
}
.info-block-container .image {
  margin: 10px;
  border-radius: 50%;
  float: left;
  width: 3rem;
  height: 3rem;
  text-align: center;
  background-color: rgba(0, 0, 0, 0.1);
}
.info-block-container .image i {
  font-size: 2rem;
  line-height: 3rem;
}
.info-block-container .image.small {
  width: 20px;
  height: 20px;
}
.info-block-container .image.small i {
  font-size: 14px;
  line-height: 20px;
}
.info-block-container .image.medium {
  width: 30px;
  height: 30px;
}
.info-block-container .image.medium i {
  font-size: 20px;
  line-height: 30px;
}
.info-block-container .image.large {
  width: 60px;
  height: 60px;
}
.info-block-container .image.large i {
  font-size: 40px;
  line-height: 60px;
}
.info-block-container .image.blue {
  background-color: blue;
  color: white;
}
.info-block-container .image.lightblue {
  background-color: #04d8ff;
  color: white;
}
.info-block-container .image.teal {
  background-color: #0DB789;
  color: white;
}
.info-block-container .image.orange {
  background-color: #ffb21d;
  color: white;
}
.info-block-container .image.red {
  background-color: #ff182c;
  color: white;
}
.info-block-container .image.orange {
  background-color: #ff9c1c;
  color: white;
}
.info-block-container .image.green {
  background-color: #00a914;
  color: white;
}
.info-block-container .image.darkgreen {
  background-color: #00510f;
  color: white;
}
.info-block-container .image.lightgreen {
  background-color: #98ffb5;
  color: #33c32e;
}
.info-block-container .image.brown {
  background-color: #b35700;
  color: white;
}
.info-block-container .image.grey {
  background-color: #999;
  color: #eee;
}
.info-block-container .image.yellow {
  background-color: #f5ed06;
  color: #969400;
}
.info-block-container .image.beige {
  background-color: #f5ef94;
  color: #75772d;
}
.info-block-container .image.burgundy {
  background-color: #6f2424;
  color: #fff;
}
.info-block-container .image.purple {
  background-color: #6450c5;
  color: #fff;
}
.info-block-container .image.cadetblue {
  background-color: cadetblue;
  color: #fff;
}
.info-block-container .info-text {
  font-size: 10px;
  float: left;
  padding-top: 10px;
  padding-left: 5px;
  text-decoration: none;
  color: inherit;
}
.info-block-container .info-text.fixed {
  width: 70%;
  height: 58px;
  overflow: hidden;
}
.info-block-container .info-action {
  display: block;
  text-align: right;
  padding-right: 5px;
  cursor: pointer;
}
.info-block-container .social-icons-group {
  display: block;
  float: right;
  width: 100%;
  text-align: right;
  position: relative;
  top: -5px;
  font-size: 12px;
}
.info-block-container .social-icons-group .social-icon-bg {
  width: 17px;
  height: 17px;
  display: inline-block;
  text-align: center;
  margin-left: -5px;
}
.info-block-container .social-icons-group .social-icon-bg i {
  display: block;
  border-radius: 50%;
}
.info-block-container .social-icons-group .social-icon-bg .facebook {
  background-color: #3B5998;
  color: #fff;
}
.info-block-container .social-icons-group .social-icon-bg .twitter {
  background-color: #55ACEE;
  color: #fff;
}
.info-block-container .social-icons-group .social-icon-bg .instagram {
  background: #5242d5;
  background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285AEB 90%);
  color: #fff;
}
.info-block-container .social-icons-group .social-icon-bg .pinterest {
  background-color: #BD0319;
  color: #fff;
}

.circle-text-container {
  display: inline-block;
}
.circle-text-container .circle-text {
  margin: 10px;
  border-radius: 50%;
  float: left;
  text-align: center;
  margin-right: 50px;
}
.circle-text-container .circle-text:last-child {
  margin-right: 0;
}
.circle-text-container .circle-text.small {
  width: 30px;
  height: 30px;
}
.circle-text-container .circle-text.small i {
  font-size: 14px;
  line-height: 30px;
  width: 100%;
}
.circle-text-container .circle-text.medium {
  width: 50px;
  height: 50px;
}
.circle-text-container .circle-text.medium i {
  font-size: 24px;
  line-height: 50px;
  width: 100%;
}
.circle-text-container .circle-text.large {
  width: 60px;
  height: 60px;
}
.circle-text-container .circle-text.large i {
  font-size: 30px;
  line-height: 60px;
  width: 100%;
}
.circle-text-container .circle-text a {
  color: inherit;
  text-decoration: none;
}
.circle-text-container .circle-text .label-text {
  color: #000;
  margin-top: 10px;
  display: block;
  font-weight: lighter;
  font-size: 16px;
}
.circle-text-container .circle-text .label-text.small {
  font-size: 10px;
  font-weight: normal;
  margin-top: 4px;
  display: -webkit-inline-box !important;
}
.circle-text-container .circle-text.blue {
  background-color: #1D75BC;
  color: white;
}
.circle-text-container .circle-text.blue.gradient {
  background: #1D75BC;
  background: -webkit-linear-gradient(to bottom, #7098c4, #1D75BC);
  background: linear-gradient(to bottom, #7098c4, #1D75BC);
}
.circle-text-container .circle-text.lightblue {
  background-color: #04d8ff;
  color: white;
}
.circle-text-container .circle-text.teal {
  background-color: #0DB789;
  color: white;
}
.circle-text-container .circle-text.orange {
  background-color: #ffb21d;
  color: white;
}
.circle-text-container .circle-text.red {
  background-color: #ff182c;
  color: white;
}
.circle-text-container .circle-text.orange {
  background-color: #ff9c1c;
  color: white;
}
.circle-text-container .circle-text.green {
  background-color: #00a914;
  color: white;
}
.circle-text-container .circle-text.darkgreen {
  background-color: #00510f;
  color: white;
}
.circle-text-container .circle-text.lightgreen {
  background-color: #98ffb5;
  color: #33c32e;
}
.circle-text-container .circle-text.brown {
  background-color: #b35700;
  color: white;
}
.circle-text-container .circle-text.lightgrey {
  background-color: #e7e7e7;
  color: #afafaa;
}
.circle-text-container .circle-text.grey {
  background-color: #999;
  color: #eee;
}
.circle-text-container .circle-text.yellow {
  background-color: #f5ed06;
  color: #969400;
}
.circle-text-container .circle-text.beige {
  background-color: #f5ef94;
  color: #75772d;
}
.circle-text-container .circle-text.burgundy {
  background-color: #6f2424;
  color: #fff;
}

.image-bg {
  background-size: cover !important;
  background-position: top !important;
  height: 120px;
  width: 100%;
  border-radius: 10px;
  position: relative;
}
.image-bg .overlay {
  background-color: rgba(0, 0, 0, 0.75);
  border-radius: 10px;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.DateRangePicker {
  margin-bottom: 0 !important;
  width: 100%;
  width: -moz-available;
  width: -webkit-fill-available;
  width: fill-available;
}
.DateRangePicker .DateRangePicker__Month, .DateRangePicker .DateRangePicker__MonthDates {
  display: inline-table;
}
.loading-stats {
  text-align: center;
  width: 100%;
  margin-top: 130px;
  font-size: 28px;
  color: #000000;
  min-height: 200px;
}
.loading-stats.small {
  margin-top: 25px;
  min-height: 60px;
}
.loading-stats.medium {
  margin-top: 60px;
  min-height: 120px;
}
.loading-stats.large {
  margin-top: 300px;
  min-height: 500px;
}
.loading-stats p {
  font-size: 12px;
  vertical-align: bottom;
  margin-top: 5px;
}

.box {
  position: absolute;
  width: 100%;
  left: 50%;
  top: 20px;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.switch {
  position: relative;
  display: inline-block;
  width: 80px;
  height: 34px;
  outline: none;
}
.switch input {
  position: absolute;
  top: -99999px;
  left: -99999px;
}

.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  border-radius: 34px;
}
.slider .yes {
  margin-top: 8px;
  color: #ffffff;
  float: left;
  font-size: 12px;
  padding-left: 17px;
}
.slider .no {
  margin-top: 8px;
  color: #ffffff;
  float: right;
  font-size: 12px;
  padding-right: 20px;
}
.slider span {
  margin-top: 9px;
  color: #ffffff;
  float: right;
  font-size: 10px;
  padding-right: 8px;
}
.slider i {
  margin-top: 4px !important;
}
.slider:before {
  position: absolute;
  content: "";
  height: 26px;
  width: 26px;
  left: 4px;
  bottom: 4px;
  background-color: white;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  border-radius: 50%;
}

.slider:focus, input[type=checkbox]:focus {
  outline: none !important;
}

input:checked + .slider .yes {
  display: block;
  transition: all ease 0.25s;
}

input:checked + .slider .no {
  display: none;
}

input + .slider .yes {
  display: none;
}

input + .slider .no {
  display: block;
  transition: all ease 0.25s;
}

input:checked + .slider {
  background-color: #8dc63f;
}

input:checked + .slider:before {
  -webkit-transform: translateX(44px);
  -ms-transform: translateX(44px);
  transform: translateX(44px);
}

.divider-text {
  padding: 20px 0;
  position: relative;
  margin: 5px;
}
.divider-text .centre-line {
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  transform: translate(-50%, -50%);
}
.divider-text .centre-line:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  top: 50%;
  left: 0;
  z-index: -1;
  background: #e5e6e7;
}
.divider-text .centre-line .text {
  background-color: #fff;
  border: 1px solid #e5e6e7;
  padding: 0.5rem 2rem;
  display: inline-block;
  border-radius: 30px;
  font-size: 12px;
}
.divider-text .centre-line .text.left {
  float: left;
  margin-left: 5%;
}
.divider-text .centre-line .text.right {
  float: right;
  margin-right: 5%;
}
.divider-text .centre-line.color.blue .text {
  border: 1px solid #1d75bc;
  color: #1d75bc;
}

.icons-container {
  margin-top: 10px;
  padding-right: 15px;
  padding-left: 15px;
}
.icons-container .icon-circle {
  font-size: 24px;
  padding: 5px 10px;
  width: 45px;
  height: 45px;
  text-align: center;
  margin-right: 8px;
  background-color: #9ea7b2;
  color: #ffffff;
  border-radius: 50%;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  display: inline-block;
}
.icons-container .icon-circle.disabled {
  background-color: #9EA7B2;
}
.icons-container .icon-circle.facebook {
  background-color: #3B5998;
  padding: 5px 16.5px;
}
.icons-container .icon-circle.facebook.disabled {
  background-color: #9EA7B2;
}
.icons-container .icon-circle.instagram {
  background-color: purple;
  padding: 5px 12px;
}
.icons-container .icon-circle.instagram.disabled {
  background-color: #9EA7B2;
}
.icons-container .icon-circle.twitter {
  background-color: #55ACEE;
  padding: 5px 10px;
}
.icons-container .icon-circle.twitter.disabled {
  background-color: #9EA7B2;
}
.icons-container .icon-circle.google {
  background-color: #5482c2;
  line-height: inherit;
}
.icons-container .icon-circle.google.disabled {
  background-color: #9EA7B2;
}
.icons-container .icon-circle.pinterest {
  background-color: #BD0319;
  padding: 5px 10px;
}
.icons-container .icon-circle.pinterest.disabled {
  background-color: #9EA7B2;
}
.icons-container .icon-circle.youtube {
  background-color: #ff0000;
}
.icons-container .icon-circle.youtube.disabled {
  background-color: #9EA7B2;
}
.icons-container .icon-circle.linkedin {
  background-color: #0e76a8;
}
.icons-container .icon-circle.linkedin.disabled {
  background-color: #9EA7B2;
}

.modules-icons-container {
  margin: 0 0 0 0;
  list-style-type: none;
  padding: 0 0 0 0;
}
.modules-icons-container .module-row {
  cursor: pointer;
  margin: 7px 0;
  display: inline-block;
  width: 100%;
}
.modules-icons-container .module-row.selected .module-circle, .modules-icons-container .module-row:hover .module-circle {
  background-color: #0086f7;
  background: linear-gradient(0deg, #0086f7, #0076d6);
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.modules-icons-container .module-row.selected .module-circle img, .modules-icons-container .module-row:hover .module-circle img {
  opacity: 1;
}
.modules-icons-container .module-row.selected .module-name, .modules-icons-container .module-row:hover .module-name {
  color: #5c646a;
}
.modules-icons-container .module-row.disabled {
  cursor: not-allowed;
}
.modules-icons-container .module-row.disabled:hover .module-circle {
  background-color: #edeff1;
}
.modules-icons-container .module-row.disabled:hover .module-name, .modules-icons-container .module-row.disabled:hover .campaign-name {
  color: #8e8e8e;
}
.modules-icons-container .module-circle {
  padding: 0;
  width: 40px;
  height: 40px;
  line-height: 36px;
  text-align: center;
  margin-right: 12px;
  background-color: #36506a;
  border-radius: 50%;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  display: inline-block;
  float: left;
}
.modules-icons-container .module-name, .modules-icons-container .campaign-name {
  float: left;
  margin-top: 10px;
  color: #8e8e8e;
}
.modules-icons-container .campaign-name {
  margin: 2px 0;
}
.modules-icons-container .campaign-name:hover {
  color: #5c646a;
}

.RSPBprogressBar {
  height: 10px;
  line-height: 1;
  border-radius: 10px;
  position: relative;
  background-color: rgba(211, 211, 211, 0.6);
  display: flex;
  justify-content: space-between;
  align-items: center;
  z-index: 0;
}

.RSPBprogressBar .RSPBstep {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  z-index: 0;
  position: absolute;
  transform: translateX(-50%);
  transition-property: all;
  transition-timing-function: ease;
}

.RSPBprogressBar .RSPBprogressBarText {
  color: white;
  font-size: 10px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.RSPBprogressBar .RSPBprogression {
  position: absolute;
  transition: width 0.3s ease;
  left: 0;
  top: 0;
  bottom: 0;
  border-radius: 10px;
  background: rgba(0, 116, 217, 0.8);
  z-index: -1;
}

.calendar-container {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
.calendar-container .header {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  overflow: hidden;
}
.calendar-container .header .tab.month {
  width: 8.33%;
  box-sizing: border-box;
  padding: 12px 10px;
  text-align: center;
  font-weight: 800;
  color: #999;
  background-color: #ffffff;
  text-transform: uppercase;
  border-right: 1px solid #e9e9e9;
  cursor: pointer;
}
.calendar-container .header .tab.month:hover, .calendar-container .header .tab.month.selected {
  background-color: #1cc4a6;
  color: #fff;
}
.calendar-container .header .tab.month:first-child {
  border-radius: 10px 0 0 0;
}
.calendar-container .header .tab.month:last-child {
  border-radius: 0 10px 0 0;
  border-right: none;
}
.calendar-container .header .tab.week {
  width: 14.285%;
  border: 1px solid #324464;
  box-sizing: border-box;
  padding: 15px 10px;
  text-align: center;
  background-color: #364F6A;
  font-weight: 800;
  color: white;
  text-transform: uppercase;
}
.calendar-container .header.selected {
  background-color: #a2085c;
}
.calendar-container .day {
  width: 14.285%;
  height: 10em;
  overflow: hidden;
  border: 1px solid #f7f7f7;
  box-sizing: border-box;
  padding: 10px;
  font-size: 16px;
  text-align: right;
  background-color: white;
  color: black;
}
.calendar-container .day .text {
  font-size: 12px;
}
.calendar-container .day.selected {
  border: 1px solid #c4fff4;
  box-sizing: border-box;
  padding: 10px;
  font-size: 16px;
  text-align: right;
  background-color: #e7fffb;
  color: #1cc4a6;
}
.calendar-container .day.selected .text {
  font-weight: bold;
}
.calendar-container .day.past {
  background-color: #fcfcfc;
}

@media only screen and (min-width: 120px) and (max-width: 750px) {
  .box {
    position: relative;
  }

  .user-image .review-circle {
    right: 0 !important;
    top: 70px !important;
  }

  .user-modal-container .user-image {
    margin: -20px 0 0 40px !important;
  }

  .info-block-container {
    height: initial;
  }

  .audio-container {
    width: 96%;
    margin: 0 2%;
  }
  .audio-container .control .title {
    display: none;
  }

  .calendar-container {
    display: block;
    flex-wrap: wrap;
    width: 90%;
    margin: 0 5%;
  }
  .calendar-container .header {
    width: 100%;
    display: block;
    flex-wrap: wrap;
    overflow: hidden;
  }
  .calendar-container .header .tab.month {
    width: 33.33%;
    float: left;
  }
  .calendar-container .header .tab.month:first-child {
    border-radius: 0;
  }
  .calendar-container .header .tab.month:last-child {
    border-radius: 0;
    border-right: none;
  }
  .calendar-container .header .tab.week {
    display: none;
  }
  .calendar-container .day {
    width: 100%;
    height: 100%;
    min-height: 5em;
    overflow: hidden;
  }
  .calendar-container .day.past {
    display: none;
  }
}
/* iPads (portrait and landscape) ----------- */
@media only screen and (min-width: 751px) and (max-width: 1024px) {
  .info-block-container {
    height: initial;
  }
  .info-block-container .social-icons-group {
    top: 0;
  }

  .calendar-month {
    margin: 0 5%;
  }

  .calendar-container {
    display: flex;
    flex-wrap: wrap;
    width: 90%;
    margin: 0 5%;
  }
  .calendar-container .header {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    overflow: hidden;
  }
  .calendar-container .header .tab.month {
    width: 8.33%;
  }
  .calendar-container .header .tab.week {
    width: 14.285%;
  }
  .calendar-container .day {
    width: 14.285%;
    height: 15em;
    overflow: hidden;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1450px) {
  .calendar-container .day {
    height: 15em;
  }
}
/* Desktops and laptops ----------- */
@media only screen and (max-width: 1494px) {
  .info-block-container {
    height: initial;
  }
  .info-block-container .social-icons-group {
    top: 0;
  }
}
#ama-image-gallery .gallery-container {
  width: 21%;
  border: 1px solid #E4E4E0;
  margin: 10px 2%;
  border-radius: 5px;
  padding: 0 0 0 0;
  min-height: 150px;
}
@media (min-width: 767px) and (max-width: 991px) {
  #ama-image-gallery .gallery-container {
    /* For less than 991px */
    width: 40%;
    display: inline-block;
    margin: 10px 5%;
    float: left;
  }
}
@media (max-width: 767px) {
  #ama-image-gallery .gallery-container {
    /* For less than 767px */
    width: 45%;
    display: inline-block;
    margin: 10px 2.5%;
    float: left;
  }
}
@media (max-width: 375px) {
  #ama-image-gallery .gallery-container {
    /* For less than 375px */
    width: 90% !important;
    margin: 10px 5%;
  }
}
#ama-image-gallery .gallery-container.selected {
  background-color: transparent;
}
#ama-image-gallery .gallery-container .image {
  opacity: 1;
  display: block;
  height: auto;
  transition: 0.5s ease;
  backface-visibility: hidden;
  width: 120%;
  margin-left: -10%;
  min-height: 100px;
}
#ama-image-gallery .gallery-container .middle {
  transition: 0.5s ease;
  opacity: 0;
  position: absolute;
  width: 100%;
  bottom: -50%;
  height: 100%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
}
#ama-image-gallery .gallery-container:hover .image {
  opacity: 0.2;
}
#ama-image-gallery .gallery-container:hover .middle {
  opacity: 1;
  overflow: hidden;
  z-index: 10;
  border-radius: 5px;
}
#ama-image-gallery .gallery-container:hover .info {
  opacity: 0;
}
#ama-image-gallery .gallery-container .checkbox-template {
  display: none;
}
#ama-image-gallery .gallery-container .action-container {
  text-align: center;
  height: 100%;
}
#ama-image-gallery .gallery-container .action-container .action {
  background-color: #33383e;
  color: rgba(255, 255, 255, 0.4);
  font-size: 14px;
  font-weight: 700;
  padding: 6px 10px;
  height: 100%;
  width: 100%;
  overflow: auto !important;
  outline: none !important;
  -webkit-box-shadow: none !important;
  -moz-box-shadow: none !important;
  box-shadow: none !important;
  border: 1px solid #343a42;
  cursor: pointer;
}
#ama-image-gallery .gallery-container .action-container .action:last-child {
  border-bottom: none;
}
#ama-image-gallery .gallery-container .action-container .action.two-buttons {
  height: 50%;
}
#ama-image-gallery .gallery-container .action-container .action.three-buttons {
  height: 33.4%;
}
#ama-image-gallery .gallery-container .action-container .action.three-buttons .icon {
  font-size: 26px;
  margin-top: -7px;
}
#ama-image-gallery .gallery-container .action-container .action.four-buttons {
  height: 25%;
}
#ama-image-gallery .gallery-container .action-container .action.four-buttons .icon {
  display: initial;
  font-size: 22px;
  margin-top: -6px;
  vertical-align: sub;
  margin-right: 10px;
}
#ama-image-gallery .gallery-container .action-container .action:hover {
  background-color: #5c646a;
  color: #fff;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
#ama-image-gallery .gallery-container .action-container .action .icon {
  display: block;
  font-size: 38px;
  margin-top: -12px;
}
#ama-image-gallery .gallery-container .info {
  background-color: white;
  text-align: left;
  float: left;
  padding: 10px 5px;
  display: block;
  width: 78%;
}
#ama-image-gallery .gallery-container .info .title {
  font-weight: bold;
  font-size: 14px;
  height: 20px;
  overflow: hidden;
}
#ama-image-gallery .gallery-container .info .description {
  font-weight: normal;
  font-size: 12px;
  margin-top: -5px;
  padding-bottom: 5px;
  color: #919191;
}
#ama-image-gallery .gallery-container .status {
  display: none;
}
#ama-image-gallery .gallery-container .loading {
  position: relative;
  height: 100%;
  box-sizing: border-box;
  background-color: #fff;
  text-align: center;
  line-height: 270px;
  min-height: 200px;
}
#ama-image-gallery .context-menu {
  position: absolute;
  right: 0;
  bottom: -75px;
  background-color: #33383e;
  color: #fff;
  padding: 10px;
  z-index: 10;
  border-radius: 5px;
}
#ama-image-gallery .context-menu ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
#ama-image-gallery .context-menu ul a {
  text-decoration: none;
  cursor: pointer;
  color: #fff;
  display: block;
}
#ama-image-gallery .context-menu ul a:hover {
  opacity: 0.5;
}
#ama-image-gallery .context-menu ul a li {
  padding: 5px 5px;
}
#ama-image-gallery .context-menu ul a li i {
  padding-right: 10px;
}
#ama-image-gallery .template-overlay-modal {
  padding: 30px;
  background-color: #33383e;
  width: 500px;
  margin: 5% auto 10% auto;
  border-radius: 5px;
  text-align: center;
}
#ama-image-gallery .template-overlay-modal h3 {
  margin-top: 10px;
}
@media (max-width: 767px) {
  #ama-image-gallery .template-overlay-modal h3 {
    /* For less than 767px */
    font-size: 20px;
  }
}
#ama-image-gallery .template-overlay-modal p {
  color: #c6c6c6;
}
@media (max-width: 767px) {
  #ama-image-gallery .template-overlay-modal p {
    /* For less than 767px */
    font-size: 14px;
  }
}
#ama-image-gallery .template-overlay-modal.fixed {
  left: 35%;
  position: fixed;
}
@media (max-width: 767px) {
  #ama-image-gallery .template-overlay-modal.fixed {
    /* For less than 767px */
    left: initial;
    position: initial !important;
    width: initial;
  }
}
@media (min-width: 767px) and (max-width: 991px) {
  #ama-image-gallery .template-overlay-modal.fixed {
    /* For less than 991px */
    left: 15%;
    position: fixed;
  }
}

.file-manager {
  list-style: none outside none;
  margin: 0;
  padding: 0;
}
.file-manager li {
  border-bottom: 1px solid #e5e6e7;
  display: block;
}
.file-manager li a, .file-manager li button {
  color: #666666;
  display: block;
  padding: 5px 0;
}
.file-manager li i {
  margin-right: 8px;
  color: #1d75bc;
}

.tag-list {
  list-style: none;
}
.tag-list li {
  float: left;
}
.tag-list li a, .tag-list li button {
  font-size: 10px;
  background-color: #f3f3f4;
  padding: 5px 12px;
  color: inherit;
  border-radius: 2px;
  border: 1px solid #e7eaec;
  margin-right: 5px;
  margin-top: 5px;
  display: block;
}

.list {
  margin: 0 0 0 0;
  list-style-type: none;
  padding: 0 0 0 0;
}
.list .list-item {
  padding: 2px 0;
  text-decoration: none;
}
.list .list-item:first-child {
  padding: 0;
}
.list .list-item a {
  padding: 0 0 5px 0;
  color: inherit;
  cursor: pointer;
  text-decoration: none;
}
.list .list-item.font-large {
  font-size: 24px;
}
.list .list-item.white {
  color: #ffffff;
}
.list .list-item.blue {
  color: #1d75bc;
}
.list .list-item.extra-space {
  padding: 0 0 15px 0;
}
.list .list-item.extra-space:last-child {
  padding: 0 0 0 0;
}
.list .list-item-action {
  color: inherit;
  text-decoration: none;
}
.list.horizontal-list {
  display: inline-block;
}
.list.horizontal-list .list-item {
  float: left;
  margin-right: 4rem;
}
.list.horizontal-list .list-item:last-child {
  margin-right: 0;
}
.list.nested li:hover, .list.nested li:focus {
  opacity: 1;
}

.list-tags {
  margin: 0 0 0 0;
  list-style-type: none;
  padding: 0 0 0 0;
}
.list-tags .tag-container {
  display: inline-block;
  margin: 5px 12px 5px 0;
}
.list-tags .tag-container .tag {
  color: #000000;
  display: block;
  border-radius: 5px;
  padding: 12px 14px;
  background-color: #eeeeee;
  font-size: 12px;
}
.list-tags .tag-container .tag.blue {
  background-color: #b2d6f3;
  color: #1d75bc;
}
.list-tags .tag-container .tag.green {
  background-color: #eaf5dc;
  color: #8dc63f;
  font-weight: 700;
}
.list-tags .tag-container .tag.red {
  background-color: #fcd9da;
  color: #ed1c24;
}
.list-tags .tag-container .tag.yellow {
  background-color: #ffe683;
  color: #000;
}

.list-analytics {
  display: inline-block;
}
.list-analytics.group {
  width: 100%;
  height: 100%;
  padding: 10px;
}
.list-analytics .list-item-container {
  padding: 10px 0;
  text-align: center;
}
.list-analytics .number {
  font-size: 36px;
  font-weight: bold;
}
@media (max-width: 767px) {
  .list-analytics .number {
    /* For less than 767px */
    font-size: 28px;
  }
}
.list-analytics .number.blue {
  color: #1d75bc;
}
.list-analytics .product-name {
  font-weight: 400;
  font-size: 14px;
}
@media (max-width: 767px) {
  .list-analytics .product-name {
    /* For less than 767px */
    font-size: 12px;
  }
}
.list-analytics .number-stats {
  display: initial;
  padding: 3px 8px;
  background-color: rgba(0, 0, 0, 0.1);
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
}
.list-analytics .number-stats i {
  padding-right: 4px;
}
.list-analytics .number-stats.increase {
  background-color: #f6fbf0;
}
.list-analytics .number-stats.decrease {
  background-color: rgba(255, 0, 0, 0.1);
}
.list-analytics .number-stats.neutral {
  background-color: rgba(0, 0, 255, 0.5);
}
.list-analytics .stats {
  display: block;
  border: 1px solid #e5e6e7;
  color: #000;
  padding: 7px 5px;
  font-size: 11px;
  max-width: 100px;
  margin: 0 auto;
  border-radius: 20px;
  margin-top: 10px;
  margin-bottom: 5px;
}
.list-analytics .stats.blue {
  background-color: #1d75bc;
  color: #ffffff;
}
.list-analytics .icon-label {
  font-size: 10px;
  vertical-align: super;
  position: absolute;
  padding-left: 6px;
}

.accordion-list .tab {
  position: relative;
  width: 100%;
  overflow: hidden;
  margin: 0 0 10px 0;
}
.accordion-list .tab .accordion-input {
  position: absolute;
  opacity: 0;
  z-index: -1;
}
.accordion-list .tab .accordion-input:checked ~ .tab-content {
  max-height: 400px;
  overflow: scroll;
  padding: 15px;
  border: 1px solid #f7f7f7;
}
.accordion-list .tab .accordion-input[type=checkbox] + .accordion-label::after {
  font-family: "Ionicons";
  content: "\f35f";
}
.accordion-list .tab .accordion-input[type=checkbox]:checked + .accordion-label::after {
  transform: rotate(-180deg);
}
.accordion-list .tab .accordion-label {
  position: relative;
  display: block;
  padding: 0 0 0 1em;
  background: #ededed;
  color: #616161;
  font-weight: bold;
  line-height: 3;
  cursor: pointer;
  margin-bottom: 0;
  font-size: 20px;
  border-radius: 3px;
}
.accordion-list .tab .accordion-label::after {
  position: absolute;
  right: 0;
  top: 0;
  display: block;
  width: 3em;
  height: 3em;
  line-height: 3;
  text-align: center;
  -webkit-transition: all 0.35s;
  -o-transition: all 0.35s;
  transition: all 0.35s;
}
.accordion-list .tab .accordion-label.blue {
  background-color: #1d75bc;
  color: #fff;
}
.accordion-list .tab .accordion-label .sub-title {
  font-weight: lighter;
  font-size: 14px;
}
.accordion-list .tab .tab-content {
  max-height: 0;
  overflow: hidden;
  background: #fff;
  border: 0px solid #f7f7f7;
  padding: 0;
  -webkit-transition: all 0.35s;
  -o-transition: all 0.35s;
  transition: all 0.35s;
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
}

.timeline {
  -webkit-padding-start: 0;
  margin-top: 20px;
}
.timeline li {
  list-style: none;
  position: relative;
  clear: both;
}
.timeline li a {
  text-decoration: none;
}
.timeline li .block {
  margin: 0 0 0 6px;
  border-left: 2px solid #eee;
  overflow: visible;
  padding: 10px 15px;
}
.timeline li .block .content .before {
  content: "";
  position: absolute;
  left: 0.75px;
  top: 12px;
  display: block;
  width: 14px;
  height: 14px;
  border: 1px solid #eee;
  border-radius: 14px;
  background: #f9f9f9;
}
.timeline li .block .content .timeline-title {
  position: relative;
  font-size: 16px;
  margin: 0;
  font-weight: 600;
}
.timeline li .block .content .timeline-title a {
  color: #000;
}
.timeline li .block .content .byline {
  font-size: 12px;
  line-height: 1.6;
  color: #aab6aa;
  padding: 4px 0;
  font-style: italic;
}
.timeline li .list-row {
  margin: 0 0 0 15px;
  border-left: 2px solid #eee;
  overflow: visible;
  padding: 20px 20px;
}
.timeline li .list-row .content .row-item {
  text-decoration: none;
  width: 100%;
  display: block;
  transition: all ease-in 0.2s;
  border-radius: 10px;
}
.timeline li .list-row .content .before {
  content: "";
  position: absolute;
  left: 9px;
  top: 22px;
  display: block;
  width: 15px;
  height: 14px;
  border-radius: 15px;
  background: #f9f9f9;
}
.timeline li .list-row .content .before.small {
  width: 10px;
  height: 10px;
  left: 11px;
}
.timeline li .list-row .content .timeline-title {
  position: relative;
  font-size: 16px;
  margin: 0;
  padding-bottom: 3px;
}
.timeline li .list-row .content .timeline-title a {
  color: #000;
}

.list-dropdown-container {
  position: absolute;
  top: 40px;
  background-color: #fff;
  z-index: 100;
  border: 1px solid #e7e8e9;
  border-radius: 5px;
  overflow: hidden;
}
.list-dropdown-container .list-dropdown {
  list-style: none;
  padding: 0;
  margin: 0;
}
.list-dropdown-container .list-dropdown li {
  list-style: none;
  padding: 10px 30px 10px 30px;
  margin: 0;
  cursor: pointer;
  color: #555;
}
.list-dropdown-container .list-dropdown li:hover {
  background-color: #eee;
  color: #000;
}
.list-dropdown-container .list-dropdown li a {
  color: inherit;
  text-decoration: none;
}
.list-dropdown-container .list-dropdown li a:hover {
  text-decoration: none;
  color: #000;
}
.list-dropdown-container .list-dropdown li a:focus {
  text-decoration: none;
}

.autocomplete-dropdown-container {
  border-radius: 5px;
  padding-inline-start: 0;
  background-color: #f9f9f9;
  margin-top: 20px;
}
.autocomplete-dropdown-container .suggestion-item {
  list-style: none !important;
  padding: 10px 10px;
  margin: 0;
  cursor: pointer;
  color: #555;
}
.autocomplete-dropdown-container .suggestion-item:hover {
  background-color: #eee;
  color: #000;
  list-style: none !important;
  border-radius: 5px;
}
.autocomplete-dropdown-container .suggestion-item.active:hover {
  background-color: rgba(54, 79, 106, 0.05);
  color: #364f6a;
  font-weight: bold;
  border-radius: 5px;
}

.introjs-overlay {
  position: absolute;
  box-sizing: content-box;
  z-index: 999999;
  opacity: 0;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.introjs-fixParent {
  z-index: auto !important;
  opacity: 1 !important;
  -webkit-transform: none !important;
  -moz-transform: none !important;
  -ms-transform: none !important;
  -o-transform: none !important;
  transform: none !important;
}

.introjs-showElement {
  z-index: 9999999 !important;
}

tr.introjs-showElement > td, tr.introjs-showElement > th {
  z-index: 9999999 !important;
}

.introjs-disableInteraction {
  z-index: 99999999 !important;
  position: absolute;
  background-color: white;
  opacity: 0;
  filter: alpha(opacity=0);
}

.introjs-relativePosition {
  position: relative;
}

tr.introjs-showElement > td, tr.introjs-showElement > th {
  position: relative;
}

.introjs-helperLayer {
  box-sizing: content-box;
  position: absolute;
  z-index: 9999998;
  background-color: #ffffff;
  background-color: white;
  border: 1px solid #777;
  border: 1px solid rgba(0, 0, 0, 0.5);
  border-radius: 4px;
  box-shadow: 0 2px 15px rgba(0, 0, 0, 0.4);
  margin-bottom: 20px;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.introjs-tooltipReferenceLayer {
  box-sizing: content-box;
  position: absolute;
  visibility: hidden;
  z-index: 100000000;
  background-color: transparent;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.introjs-helperLayer * {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  -ms-box-sizing: content-box;
  -o-box-sizing: content-box;
  box-sizing: content-box;
}
.introjs-helperLayer *:before, .introjs-helperLayer *:after {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  -ms-box-sizing: content-box;
  -o-box-sizing: content-box;
  box-sizing: content-box;
}

.introjs-helperNumberLayer {
  box-sizing: content-box;
  position: absolute;
  visibility: visible;
  top: -16px;
  left: -16px;
  z-index: 9999999999 !important;
  padding: 2px;
  font-family: Arial, verdana, tahoma;
  font-size: 13px;
  font-weight: bold;
  color: white;
  text-align: center;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3);
  background: #ff3019;
  /* Old browsers */
  background: -webkit-linear-gradient(top, #ff3019 0%, #cf0404 100%);
  /* Chrome10+,Safari5.1+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ff3019), color-stop(100%, #cf0404));
  /* Chrome,Safari4+ */
  background: -moz-linear-gradient(top, #ff3019 0%, #cf0404 100%);
  /* FF3.6+ */
  background: -ms-linear-gradient(top, #ff3019 0%, #cf0404 100%);
  /* IE10+ */
  background: -o-linear-gradient(top, #ff3019 0%, #cf0404 100%);
  /* Opera 11.10+ */
  background: linear-gradient(to bottom, #ff3019 0%, #cf0404 100%);
  /* W3C */
  width: 20px;
  height: 20px;
  line-height: 20px;
  border: 3px solid white;
  border-radius: 50%;
  filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff3019', endColorstr='#cf0404', GradientType=0)";
  /* IE6-9 */
  filter: "progid:DXImageTransform.Microsoft.Shadow(direction=135, strength=2, color=ff0000)";
  /* IE10 text shadows */
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.4);
}

.introjs-arrow {
  border: 5px solid transparent;
  content: "";
  position: absolute;
  display: none !important;
}
.introjs-arrow.top {
  top: -10px;
  border-bottom-color: white;
}
.introjs-arrow.top-right {
  top: -10px;
  right: 10px;
  border-bottom-color: white;
}
.introjs-arrow.top-middle {
  top: -10px;
  left: 50%;
  margin-left: -5px;
  border-bottom-color: white;
}
.introjs-arrow.right {
  right: -10px;
  top: 10px;
  border-left-color: white;
}
.introjs-arrow.right-bottom {
  bottom: 10px;
  right: -10px;
  border-left-color: white;
}
.introjs-arrow.bottom {
  bottom: -10px;
  border-top-color: white;
}
.introjs-arrow.bottom-right {
  bottom: -10px;
  right: 10px;
  border-top-color: white;
}
.introjs-arrow.bottom-middle {
  bottom: -10px;
  left: 50%;
  margin-left: -5px;
  border-top-color: white;
}
.introjs-arrow.left {
  left: -10px;
  top: 10px;
  border-right-color: white;
}
.introjs-arrow.left-bottom {
  left: -10px;
  bottom: 10px;
  border-right-color: white;
}

.introjs-overlay {
  display: none;
}

.introjs-helperLayer {
  background: transparent;
}

.introjs-helperLayer:before {
  opacity: 0;
  content: "";
  position: fixed;
  width: inherit;
  height: inherit;
  border-radius: 0.5em;
  border: none;
  box-shadow: 0 0 0 1000em rgba(43, 48, 54, 0.95);
  opacity: 1;
}

.introjs-helperLayer:after {
  content: "";
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  position: fixed;
  z-index: 1000;
}

.introjs-tooltip {
  box-sizing: content-box;
  position: absolute;
  visibility: visible;
  margin: 2em 2% 0 2%;
  width: 96%;
  min-width: 500px;
  max-width: 100%;
  font-size: 24px;
  color: #fff;
  -webkit-transition: opacity 0.1s ease-out;
  -moz-transition: opacity 0.1s ease-out;
  -ms-transition: opacity 0.1s ease-out;
  -o-transition: opacity 0.1s ease-out;
  transition: opacity 0.1s ease-out;
}

.introjs-tooltipbuttons {
  text-align: right;
  white-space: nowrap;
  margin-top: 20px;
}

.introjs-button {
  box-sizing: content-box;
  position: relative;
  overflow: visible;
  display: inline-block;
  padding: 0.7em 1.5em;
  border: none;
  margin: 0;
  text-decoration: none;
  font: 11px/normal sans-serif;
  color: #fff;
  white-space: nowrap;
  cursor: pointer;
  outline: none;
  background-color: rgba(236, 236, 236, 0.3);
  -webkit-background-clip: padding;
  -moz-background-clip: padding;
  -o-background-clip: padding-box;
  /*background-clip: padding-box;*/
  /* commented out due to Opera 11.10 bug */
  -webkit-border-radius: 0.2em;
  -moz-border-radius: 0.2em;
  border-radius: 0.2em;
  /* IE hacks */
  zoom: 1;
  *display: inline;
  margin-top: 10px;
}
.introjs-button:hover {
  text-decoration: none;
  background-color: rgba(236, 236, 236, 0.6);
  color: #fff;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.introjs-button:focus, .introjs-button:active {
  background-color: rgba(236, 236, 236, 0.6);
  color: #fff;
  text-decoration: none;
}
.introjs-button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

/* overrides extra padding on button elements in Firefox */
.introjs-skipbutton {
  box-sizing: content-box;
  margin-right: 5px;
  color: #fff;
  background-color: rgba(236, 236, 236, 0);
  text-decoration: underline;
}
.introjs-skipbutton:hover {
  text-decoration: underline !important;
  background-color: rgba(236, 236, 236, 0);
  color: #fff;
}
.introjs-skipbutton:focus, .introjs-skipbutton:active {
  background-color: rgba(236, 236, 236, 0);
  color: #fff;
  text-decoration: underline;
}

.introjs-prevbutton {
  -webkit-border-radius: 2em 0 0 2em;
  -moz-border-radius: 2em 0 0 2em;
  border-radius: 2em 0 0 2em;
  border-right: none;
}
.introjs-prevbutton.introjs-fullbutton {
  -webkit-border-radius: 2em;
  -moz-border-radius: 2em;
  border-radius: 2em;
}

.introjs-nextbutton {
  -webkit-border-radius: 0 2em 2em 0;
  -moz-border-radius: 0 2em 2em 0;
  border-radius: 0 2em 2em 0;
  background-color: #1d75bc;
}
.introjs-nextbutton.introjs-fullbutton {
  -webkit-border-radius: 2em;
  -moz-border-radius: 2em;
  border-radius: 2em;
}
.introjs-nextbutton:hover {
  background-color: #154e81;
  color: #fff;
}
.introjs-nextbutton:focus, .introjs-nextbutton:active {
  background-color: #1d75bc;
  color: #fff;
}

.introjs-donebutton {
  float: right;
  -webkit-border-radius: 2em;
  -moz-border-radius: 2em;
  border-radius: 2em;
  margin-left: 20px;
  margin-right: 20px;
  text-decoration: none;
  background-color: #8dc63f;
}
.introjs-donebutton:hover {
  text-decoration: none !important;
  background-color: #5d852e;
  color: #fff;
}
.introjs-donebutton:focus, .introjs-donebutton:active {
  background-color: #8dc63f;
  color: #fff;
  text-decoration: none !important;
}

.introjs-disabled {
  color: #9a9a9a;
  box-shadow: none;
  cursor: default;
  background-color: rgba(236, 236, 236, 0.1);
  background-image: none;
  text-decoration: none;
}
.introjs-disabled:hover, .introjs-disabled:focus {
  color: #9a9a9a;
  box-shadow: none;
  cursor: default;
  background-color: rgba(236, 236, 236, 0.1);
  background-image: none;
  text-decoration: none;
}

.introjs-hidden {
  display: none;
}

.introjs-bullets {
  text-align: center;
}
.introjs-bullets ul {
  box-sizing: content-box;
  clear: both;
  margin: 15px auto 0;
  padding: 0;
  display: inline-block;
}
.introjs-bullets ul li {
  box-sizing: content-box;
  list-style: none;
  float: left;
  margin: 0 2px;
}
.introjs-bullets ul li a {
  box-sizing: content-box;
  display: block;
  width: 6px;
  height: 6px;
  background: #ccc;
  border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  text-decoration: none;
  cursor: pointer;
}
.introjs-bullets ul li a:hover, .introjs-bullets ul li a.active {
  background: #999;
}

.introjs-progress {
  box-sizing: content-box;
  overflow: hidden;
  height: 10px;
  margin: 10px 0 5px 0;
  border-radius: 4px;
  background-color: #ecf0f1;
}

.introjs-progressbar {
  box-sizing: content-box;
  float: left;
  width: 0%;
  height: 100%;
  font-size: 10px;
  line-height: 10px;
  text-align: center;
  background-color: #1d75bc;
}

.introjsFloatingElement {
  position: absolute;
  height: 0;
  width: 0;
  left: 50%;
  top: 50%;
}

.introjs-fixedTooltip {
  position: fixed;
}

.introjs-hint {
  box-sizing: content-box;
  position: absolute;
  background: transparent;
  width: 20px;
  height: 15px;
  cursor: pointer;
}
.introjs-hint:focus {
  border: 0;
  outline: 0;
}

.introjs-hidehint {
  display: none;
}

.introjs-fixedhint {
  position: fixed;
}

.introjs-hint:hover > .introjs-hint-pulse {
  border: 5px solid rgba(60, 60, 60, 0.57);
}

.introjs-hint-pulse {
  box-sizing: content-box;
  width: 10px;
  height: 10px;
  border: 5px solid rgba(60, 60, 60, 0.27);
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  background-color: rgba(136, 136, 136, 0.24);
  z-index: 10;
  position: absolute;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -ms-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}

.introjs-hint-no-anim .introjs-hint-dot {
  -webkit-animation: none;
  -moz-animation: none;
  animation: none;
}

.introjs-hint-dot {
  box-sizing: content-box;
  border: 10px solid rgba(146, 146, 146, 0.36);
  background: transparent;
  -webkit-border-radius: 60px;
  -moz-border-radius: 60px;
  border-radius: 60px;
  height: 50px;
  width: 50px;
  -webkit-animation: introjspulse 3s ease-out;
  -moz-animation: introjspulse 3s ease-out;
  animation: introjspulse 3s ease-out;
  -webkit-animation-iteration-count: infinite;
  -moz-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  position: absolute;
  top: -25px;
  left: -25px;
  z-index: 1;
  opacity: 0;
}

@-webkit-keyframes introjspulse {
  0% {
    -webkit-transform: scale(0);
    opacity: 0;
  }
  25% {
    -webkit-transform: scale(0);
    opacity: 0.1;
  }
  50% {
    -webkit-transform: scale(0.1);
    opacity: 0.3;
  }
  75% {
    -webkit-transform: scale(0.5);
    opacity: 0.5;
  }
  100% {
    -webkit-transform: scale(1);
    opacity: 0;
  }
}
@-moz-keyframes introjspulse {
  0% {
    -moz-transform: scale(0);
    opacity: 0;
  }
  25% {
    -moz-transform: scale(0);
    opacity: 0.1;
  }
  50% {
    -moz-transform: scale(0.1);
    opacity: 0.3;
  }
  75% {
    -moz-transform: scale(0.5);
    opacity: 0.5;
  }
  100% {
    -moz-transform: scale(1);
    opacity: 0;
  }
}
@keyframes introjspulse {
  0% {
    transform: scale(0);
    opacity: 0;
  }
  25% {
    transform: scale(0);
    opacity: 0.1;
  }
  50% {
    transform: scale(0.1);
    opacity: 0.3;
  }
  75% {
    transform: scale(0.5);
    opacity: 0.5;
  }
  100% {
    transform: scale(1);
    opacity: 0;
  }
}
@keyframes animatedBackground {
  from {
    background-position: 0 0;
  }
  to {
    background-position: 200% 0;
  }
}
@-webkit-keyframes animatedBackground {
  from {
    background-position: 0 0;
  }
  to {
    background-position: 200% 0;
  }
}
@-moz-keyframes animatedBackground {
  from {
    background-position: 0 0;
  }
  to {
    background-position: 200% 0;
  }
}
@-ms-keyframes animatedBackground {
  from {
    background-position: 0 0;
  }
  to {
    background-position: 200% 0;
  }
}
@-o-keyframes animatedBackground {
  from {
    background-position: 0 0;
  }
  to {
    background-position: 200% 0;
  }
}
.fade-out-animation {
  -webkit-animation: fade-out-modal 1s infinite ease-in;
  -moz-animation: fade-out-modal 1s infinite ease-in;
  -o-animation: fade-out-modal 1s infinite ease-in;
  animation: fade-out-modal 1s infinite ease-in;
}

@keyframes fade-out-modal {
  0% {
    opacity: 1;
    transform: scale(1);
  }
  20% {
    opacity: 0.7;
    transform: scale(1);
  }
  30% {
    opacity: 0.5;
    transform: scale(1);
  }
  40% {
    opacity: 0.3;
    transform: scale(1);
  }
  50% {
    opacity: 0.1;
    transform: scale(1);
  }
  60% {
    opacity: 0.3;
    transform: scale(1);
  }
  70% {
    opacity: 0.5;
    transform: scale(1);
  }
  80% {
    opacity: 0.7;
    transform: scale(1);
  }
  100% {
    transform: scale(1);
    opacity: 1;
  }
}
@-webkit-keyframes fade-out-modal {
  0% {
    opacity: 1;
    transform: scale(1);
  }
  20% {
    opacity: 0.7;
    transform: scale(1);
  }
  30% {
    opacity: 0.5;
    transform: scale(1);
  }
  40% {
    opacity: 0.3;
    transform: scale(1);
  }
  50% {
    opacity: 0.1;
    transform: scale(1);
  }
  60% {
    opacity: 0.3;
    transform: scale(1);
  }
  70% {
    opacity: 0.5;
    transform: scale(1);
  }
  80% {
    opacity: 0.7;
    transform: scale(1);
  }
  100% {
    transform: scale(1);
    opacity: 1;
  }
}
@-webkit-keyframes wave {
  0% {
    background-position: -468px 0;
  }
  100% {
    background-position: 468px 0;
  }
}
@-moz-keyframes wave {
  0% {
    background-position: -768px 0;
  }
  100% {
    background-position: 468px 0;
  }
}
.loading-block-animation {
  animation-duration: 1s;
  animation-fill-mode: forwards;
  animation-iteration-count: infinite;
  animation-name: wave;
  animation-timing-function: linear;
  -webkit-animation-duration: 1s;
  -webkit-animation-fill-mode: forwards;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-name: wave;
  -webkit-animation-timing-function: linear;
  -moz-animation-duration: 1s;
  -moz-animation-fill-mode: forwards;
  -moz-animation-iteration-count: infinite;
  -moz-animation-name: wave;
  -moz-animation-timing-function: linear;
  background-image: -webkit-gradient(linear, left center, right center, from(#dddddd), color-stop(0.2, #eeeeee), color-stop(0.4, #e5e5e5), to(#dddddd));
  background-image: -webkit-linear-gradient(left, #dddddd 0%, #eeeeee 20%, #e5e5e5 40%, #dddddd 100%);
  background-image: -moz-gradient(linear, left center, right center, from(#dddddd), color-stop(0.2, #eeeeee), color-stop(0.4, #e5e5e5), to(#dddddd));
  background-image: -moz-linear-gradient(left, #dddddd 0%, #eeeeee 20%, #e5e5e5 40%, #dddddd 100%);
  background-size: 800px 104px;
  position: relative;
}

.ripple {
  position: relative;
  overflow: hidden;
}
.ripple:after {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  width: 120px;
  height: 120px;
  margin-left: -60px;
  margin-top: -60px;
  background: rgba(0, 0, 0, 0.15);
  border-radius: 100%;
  opacity: 0.6;
  transform: scale(0);
  visibility: hidden;
}
.ripple:not(:active):after {
  animation: ripple 1s ease-out;
}
.ripple:focus:after {
  visibility: visible;
}

@-webkit-keyframes ripple {
  0% {
    transform: scale(0);
  }
  20% {
    transform: scale(1);
  }
  100% {
    opacity: 0;
    transform: scale(1);
  }
}
@-moz-keyframes ripple {
  0% {
    transform: scale(0);
  }
  20% {
    transform: scale(1);
  }
  100% {
    opacity: 0;
    transform: scale(1);
  }
}
@keyframes ripple {
  0% {
    transform: scale(0);
  }
  20% {
    transform: scale(1);
  }
  100% {
    opacity: 0;
    transform: scale(1);
  }
}
.animation-gradient {
  width: 100%;
  height: 100%;
  background: linear-gradient(-45deg, #EE7752, #E73C7E, #23A6D5, #23D5AB);
  background-size: 400% 400%;
  -webkit-animation: Gradient 15s ease infinite;
  -moz-animation: Gradient 15s ease infinite;
  animation: Gradient 15s ease infinite;
}

@-webkit-keyframes Gradient {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}
@-moz-keyframes Gradient {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}
@keyframes Gradient {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}
.pulse-button {
  position: relative;
  border: none;
  box-shadow: 0 0 0 0 rgba(232, 76, 61, 0.7);
  border-radius: 50%;
  background-color: #fff;
  background-position: center 50px;
  background-image: url(http://rednote.com.au/wp-content/uploads/2015/11/soundwave-900.gif);
  background-size: cover;
  background-repeat: no-repeat;
  cursor: pointer;
  -webkit-animation: pulse 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
  -moz-animation: pulse 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
  -ms-animation: pulse 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
  animation: pulse 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
}

.pulse-button:hover {
  -webkit-animation: none;
  -moz-animation: none;
  -ms-animation: none;
  animation: none;
}

@-webkit-keyframes pulse {
  to {
    box-shadow: 0 0 0 45px rgba(232, 76, 61, 0);
  }
}
@-moz-keyframes pulse {
  to {
    box-shadow: 0 0 0 45px rgba(232, 76, 61, 0);
  }
}
@-ms-keyframes pulse {
  to {
    box-shadow: 0 0 0 45px rgba(232, 76, 61, 0);
  }
}
@keyframes pulse {
  to {
    box-shadow: 0 0 0 45px rgba(232, 76, 61, 0);
  }
}
@-webkit-keyframes scan {
  0% {
    top: 5%;
  }
  50% {
    top: 100%;
  }
  100% {
    top: 5%;
  }
}
@keyframes scan {
  0% {
    top: 5%;
  }
  50% {
    top: 100%;
  }
  100% {
    top: 5%;
  }
}
#cc-side-menu.animated {
  animation-duration: 300ms;
  -webkit-animation-duration: 300ms;
  -moz-animation-duration: 300ms;
}

.progress__value {
  stroke-dasharray: 339.292;
  stroke-dashoffset: 339.292;
  animation: progress 2s infinite alternate;
}

@keyframes progress {
  from {
    stroke-dashoffset: 339.292;
  }
  to {
    stroke-dashoffset: 0;
  }
}
.admin-dashboard {
  width: 100%;
  z-index: 100;
}
.admin-dashboard .side-navigation {
  position: fixed;
  height: 100%;
  width: 65px;
  background: #364F6A;
}
@media (max-width: 767px) {
  .admin-dashboard .side-navigation {
    /* For less than 767px */
    display: none;
  }
}
.admin-dashboard .side-navigation .image {
  position: absolute;
  left: 13px;
  top: 20px;
}
.admin-dashboard .side-navigation .logo {
  position: absolute;
  left: 17px;
  bottom: 20px;
}
.admin-dashboard .navigation {
  background: #fff;
  border-right: 1px solid #e5e6e7;
  background: -webkit-linear-gradient(to left, #fff, #fff);
  background: linear-gradient(to left, #fff, #fff);
  box-shadow: -8px 0px 15px #00000025;
  padding: 20px;
  text-align: left;
  position: fixed;
  height: 100%;
  margin-left: 65px;
  width: inherit;
  display: block;
}
@media (max-width: 767px) {
  .admin-dashboard .navigation {
    /* For less than 767px */
    display: none;
  }
}
.admin-dashboard .navigation .dark {
  background: #33383e;
  background: -webkit-linear-gradient(to left, #33383e, #495058);
  background: linear-gradient(to left, #33383e, #495058);
}
.admin-dashboard .navigation .dark h4 {
  color: #fff;
}
.admin-dashboard .navigation .dark h4 a {
  color: #fff;
  text-decoration: none;
}
.admin-dashboard .navigation .dark ul a {
  color: #fff;
}
.admin-dashboard .navigation .dark ul li.active {
  background: #495058;
  background: -webkit-linear-gradient(to left, #495058, transparent);
  background: linear-gradient(to left, #495058, transparent);
}
.admin-dashboard .navigation h4 {
  padding-top: 3rem;
  color: #364F6A;
  padding-left: 20px;
}
.admin-dashboard .navigation h4 a {
  color: #364F6A;
  text-decoration: none;
}
.admin-dashboard .navigation ul {
  padding-top: 2.5rem;
}
.admin-dashboard .navigation ul a {
  color: #616161;
  text-decoration: none;
}
.admin-dashboard .navigation ul a.logout {
  color: #ed1c24;
}
.admin-dashboard .navigation ul li {
  line-height: 50px;
  text-transform: uppercase;
  margin-right: -20px;
  margin-left: -20px;
  font-size: 14px !important;
  font-size: 0.875rem !important;
  list-style: none;
}
.admin-dashboard .navigation ul li.active {
  border-right: 5px solid #8dc63f;
  color: #1d75bc;
  font-weight: bold;
  background: #00000008;
  background: -webkit-linear-gradient(to left, #00000008 80%, transparent);
  background: linear-gradient(to left, #00000008 80%, transparent);
}
.admin-dashboard .navigation hr {
  border-color: #e5e6e7;
  margin: 10px 0 10px -30px;
}
.admin-dashboard .navigation-mobile {
  display: none;
}
@media (max-width: 767px) {
  .admin-dashboard .navigation-mobile {
    /* For less than 767px */
    display: block;
    margin: 0 -15px;
    background-color: #f9f9f9;
  }
}
.admin-dashboard .navigation-mobile ul {
  list-style: none;
}
.admin-dashboard .navigation-mobile ul a {
  color: #000;
  text-decoration: none;
}
.admin-dashboard .navigation-mobile ul a.logout {
  color: #ed1c24;
}
.admin-dashboard .navigation-mobile ul li {
  padding: 12px 15px;
}
.admin-dashboard .navigation-mobile ul li.active {
  border-right: 5px solid #1d75bc;
  color: #1d75bc;
  font-weight: bold;
  background: #dedede;
  background: -webkit-linear-gradient(to left, #dedede, transparent);
  background: linear-gradient(to left, #dedede, transparent);
}
.admin-dashboard .content {
  background-color: transparent;
  width: calc(100% - 65px);
  margin-left: 65px;
  height: 100%;
}
@media (max-width: 767px) {
  .admin-dashboard .content {
    /* For less than 767px */
    margin-left: 0;
    min-width: 100%;
    min-height: 100%;
    padding: 2rem 20px 2rem 20px;
    background-color: #fff;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    border-radius: 5px;
  }
}
.admin-dashboard .content h5 {
  font-size: 16px;
}
.admin-dashboard .content .list {
  width: 100%;
  display: inline-block;
  border-bottom: 1px solid #dbdbdb;
}
@media (max-width: 767px) {
  .admin-dashboard .content .list {
    /* For less than 767px */
    width: 100%;
  }
}
.admin-dashboard .content .list:last-child, .admin-dashboard .content .list.last {
  border-bottom: none;
}
.admin-dashboard .content .list a {
  color: #1d75bc;
}
.admin-dashboard .content .list.company-info {
  padding-bottom: 30px;
  margin-bottom: 20px;
}

.admin-dashboard #panel-container .panel {
  margin: 0;
  border: none;
  border-radius: 0;
  padding: 60px;
  box-shadow: none;
  background: transparent !important;
}
@media (max-width: 767px) {
  .admin-dashboard #panel-container .panel {
    /* For less than 767px */
    padding: 5px;
  }
}
.admin-dashboard #panel-container .panel .title {
  font-size: 22px;
  margin-bottom: 8px;
}
.admin-dashboard #panel-container .panel .description {
  font-size: 14px;
}
.admin-dashboard #panel-container .panel .divider {
  margin-top: 25px;
  margin-bottom: 30px;
  border-color: #d4d4d4;
}

.admin-dashboard label {
  font-weight: lighter;
  font-size: 16px;
}

#company-module #quick-search-results {
  position: absolute;
  top: inherit;
  z-index: 100;
  margin-top: 6px;
  width: 95%;
  max-height: 250px;
  overflow-y: scroll;
  overflow-x: hidden;
  background: #fff;
  border-left: 1px solid #ccc;
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
}
#company-module .campaign-tag {
  margin-top: 25px;
  cursor: pointer;
  margin-left: 0;
  margin-right: 7px;
}
#company-module .campaign-tag i {
  top: 9px;
}

#mysocial-admin-scheduler #quick-search-results {
  text-align: left;
  float: left;
  width: 95%;
  max-height: 250px;
  position: absolute;
  top: inherit;
  overflow-y: scroll;
  overflow-x: hidden;
  z-index: 10;
  background: #fff;
  border-radius: 0 0 5px 5px;
  border-top: 0;
  border-left: 1px solid #ccc;
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
}
#mysocial-admin-scheduler .campaign-tag {
  margin-top: 25px;
  cursor: pointer;
  margin-left: 0;
  margin-right: 7px;
}
#mysocial-admin-scheduler .campaign-tag i {
  top: 9px;
}

#ama .full-screen-ama-analytics {
  min-height: 1200px;
}
#ama .full-screen-ama-analytics .template-image {
  width: 100%;
  min-height: 250px;
  background-size: cover;
}
#ama .full-screen-ama-analytics .title {
  font-weight: 700;
  border-bottom: 1px solid #eee;
  padding-bottom: 5px;
  color: #5c646a;
  width: 100%;
}
#ama .full-screen-ama-analytics .title .icon {
  color: #5c646a;
  float: right;
  margin-left: 10px;
  font-style: initial;
  font-weight: 700;
}
#ama .full-screen-ama-analytics .button-container {
  display: inline-flex;
  text-align: center;
}
#ama .full-screen-ama-analytics .button-container .icon {
  font-size: 18px;
  vertical-align: top;
  color: #c9c9c9;
}
#ama .full-screen-ama-analytics .button-container .text {
  margin: 0 10px;
  font-weight: 700;
  color: #c9c9c9;
}
#ama .full-screen-ama-analytics .template-analytics {
  display: block;
  float: left;
  margin: 0 15px;
}
#ama .full-screen-ama-analytics .template-analytics.list {
  width: 100%;
  padding: 5px 10px;
  border-radius: 5px;
  margin: 10px 0;
}
#ama .full-screen-ama-analytics .template-analytics .number {
  font-weight: 700;
  font-size: 20px;
  color: #33383e;
  margin: 0;
}
#ama .full-screen-ama-analytics .template-analytics .number.blue {
  color: #1d75bc;
}
#ama .full-screen-ama-analytics .template-analytics .number.green {
  color: #8dc63f;
}
#ama .full-screen-ama-analytics .template-analytics .number.red {
  color: #ed1c24;
}
#ama #quick-search-results {
  text-align: left;
  float: left;
  width: 100%;
  height: 100%;
  max-height: 150px;
  position: relative;
  top: -20px;
  overflow: scroll;
  z-index: 10;
  background: #F6F7F8;
  border-radius: 0 0 5px 5px;
  margin-bottom: 10px;
}
#ama .collapse-panel {
  width: 100%;
  padding: 0 0 0 0;
  text-align: inherit;
}
#ama .campaign-tag {
  margin: 5px;
}
#ama #include-flags .campaign-tag {
  background-color: #1d75bc !important;
}
#ama .form-min-height {
  min-height: 327px;
}
#ama .form-min-height .proof-image {
  width: 95%;
  padding: 10px;
  margin: 20px 0;
  border-radius: 10px;
  border: 1px solid #dedede;
  box-shadow: 0px -1px 10px 2px rgba(97, 95, 95, 0.2);
}
#ama #one-click-gallery .image {
  opacity: 1;
  cursor: pointer;
}
#ama #one-click-gallery .image:hover {
  opacity: 0.7;
}
#ama #one-click-gallery .info {
  opacity: 1;
  cursor: pointer;
  width: 70%;
}
#ama #one-click-gallery .info .title {
  height: 20px;
  overflow: hidden;
}
#ama #one-click-gallery .checkbox-template {
  display: block;
}
#ama #one-click-gallery .status {
  display: block;
  float: right;
  cursor: pointer;
}
#ama .template-settings {
  background-color: white;
  color: #000;
  width: 600px;
  padding: 10px 15px;
  position: absolute;
}
#ama .stream-map {
  min-height: 500px;
  display: none;
  max-height: 500px;
  width: 400px;
  overflow-x: hidden;
  overflow-y: scroll;
  position: absolute;
  padding: 15px;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  left: 10px;
  bottom: 50px;
  z-index: 100;
  background: rgba(255, 255, 255, 0.9);
  box-shadow: 0 2px 16px 1px rgba(0, 0, 0, 0.2);
  border: 1px solid #d6d6d6;
}
#ama #new-template-process {
  position: absolute;
  width: 100%;
  height: 100%;
}
#ama #new-template-process .step-process {
  padding: 0 0 0 0;
  height: 100%;
  min-height: 1200px;
}
#ama #new-template-process .template-view {
  min-height: 1500px;
  padding-bottom: 200px;
  margin-top: 45px;
}
#ama #new-template-process .template-view .placeholder-template {
  text-align: center;
  margin: 32% auto 0 auto;
  display: block;
}
#ama #new-template-process .step-indicator {
  position: relative;
  top: 0;
  height: 50px;
  line-height: 30px;
}
#ama #new-template-process .step-indicator .step-indicator-row:before {
  display: none;
}
#ama #new-template-process .step-indicator .step .name {
  font-size: 14px;
  font-weight: 600;
  color: rgba(0, 0, 0, 0.6);
}
#ama #new-template-process .step-indicator .step .name.active {
  color: #1d75bc;
}
#ama #new-template-process .step-indicator .step.active {
  background-color: transparent;
}
#ama #new-template-process .header-title {
  text-transform: uppercase;
  text-align: left;
  color: #33383e;
}
#ama #new-template-process hr {
  opacity: 0.1;
}
#ama #new-template-process .template-container .template-block {
  width: 120px;
  box-sizing: border-box;
  overflow: hidden;
  margin: 10px;
  cursor: pointer;
}
#ama #new-template-process .template-container .template-block a {
  text-decoration: none;
  color: #fff;
}
#ama #new-template-process .template-container .template-block img {
  width: 120px;
  height: 100px;
  padding: 10px;
  background-color: rgba(0, 0, 0, 0.05);
  border: none;
  border-radius: 5px;
}
#ama #new-template-process .template-container .template-block img.selected {
  background-color: #1bc5a3;
}
#ama #new-template-process .template-container .template-block .name {
  padding-top: 8px;
  display: block;
  color: #000;
  font-weight: normal;
}
#ama #new-template-process .edit-container {
  padding: 0 20px;
}
#ama #new-template-process .proof-container {
  padding: 0 20px;
}
#ama #new-template-process .proof-container .score-container {
  color: #000;
  text-align: center;
}
#ama #new-template-process .proof-container .score-container .score {
  padding: 15px;
  border: 5px solid #fff;
  height: 100px;
  width: 100px;
  border-radius: 50%;
  text-align: center;
  margin: 0 auto;
}
#ama #new-template-process .proof-container .score-container .score.fail {
  border: 5px solid #ed1c24;
}
#ama #new-template-process .proof-container .score-container .score.bad {
  border: 5px solid #ff4d24;
}
#ama #new-template-process .proof-container .score-container .score.good {
  border: 5px solid #1d75bc;
}
#ama #new-template-process .proof-container .score-container .score.great {
  border: 5px solid #8dc63f;
}
#ama #new-template-process .proof-container .score-container .score span {
  font-size: 42px;
  font-weight: 700;
}
#ama #new-template-process .proof-container .score-container .score span.perfect-score {
  font-size: 35px;
  line-height: 57px;
}
#ama #new-template-process .proof-container .score-container .points {
  margin-top: 10px;
  margin-bottom: 4px;
  font-size: 22px;
  font-weight: 700;
}
#ama #new-template-process .proof-container .score-container .description {
  font-size: 12px;
  text-transform: uppercase;
}
#ama #new-template-process .process-navigation {
  position: absolute;
  bottom: 0;
  padding: 0 20px;
}

.mytexting .mytexting-preview-modal {
  margin-top: 60px;
}
.mytexting .mytexting-preview-modal .phone-container {
  float: left;
  position: relative;
}
.mytexting .mytexting-preview-modal .phone-container .phone-outline {
  width: 280px;
}
.mytexting .mytexting-preview-modal .phone-container .send-button {
  position: absolute;
  cursor: pointer;
  letter-spacing: 0.8px;
  top: 424px;
  left: 21px;
  width: 232px;
  text-align: center;
  height: 60px;
  background-color: #8dc63f;
  color: #fff;
  line-height: 50px;
  font-size: 26px;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
}
.mytexting .mytexting-preview-modal .phone-container .send-button span {
  padding: 5px;
  line-height: 60px;
  font-weight: bolder;
}
.mytexting .mytexting-preview-modal .phone-container .send-button span i {
  margin-left: 5px;
}
.mytexting .mytexting-preview-modal .phone-container .send-button.disabled {
  background-color: #9ea7b2;
}
.mytexting .mytexting-preview-modal .phone-container .text-bubble {
  position: absolute;
  word-wrap: break-word;
  width: 180px;
  background-color: #1d75bc;
  top: 82px;
  left: 32px;
  border-radius: 5px;
  color: #ffffff;
  padding: 10px;
  font-weight: 500;
  font-size: 12px;
  max-height: 185px;
}
.mytexting .mytexting-preview-modal .phone-container .text-bubble:after {
  border: none;
}
.mytexting .mytexting-preview-modal .phone-container .text-bubble .message-tail {
  position: absolute;
  bottom: -11px;
  width: 0;
  height: 0;
  border-left: 0 solid transparent;
  border-right: 20px solid transparent;
  border-top: 13px solid #1d75bc;
}
.mytexting .mytexting-preview-modal .info-container {
  float: left;
  margin: 20px 0 0 20px;
}
.mytexting .mytexting-preview-modal .info-container label {
  color: #9ea7b2;
}
.mytexting .mytexting-preview-modal .info-container span {
  color: #ffffff;
  display: block;
  font-size: 22px;
}
.mytexting .mytexting-preview-modal .info-container .description {
  font-size: 12px;
  width: 200px;
  display: flex;
}
@media (max-width: 767px) {
  .mytexting .campaign-tag {
    /* For less than 767px */
    margin-top: 10px;
  }
}

.mysocial .image-uploaded {
  height: 150px;
  width: 200px;
  background-position: center 50%;
  background-repeat: no-repeat;
  background-size: contain;
  background-color: transparent;
}
@media (max-width: 767px) {
  .mysocial .campaign-tag {
    /* For less than 767px */
    margin-top: 10px;
  }
}

iframe#snippet-preview html {
  text-align: center;
}

#snippet-gallery .modal-body {
  padding: 0;
}

.mylisting label {
  padding-top: 5px;
}
.mylisting hr {
  border-top: 1px solid #dcdada;
}
.mylisting .campaign-tag-margin .campaign-tag {
  margin: 10px 12px 5px 0;
}
.mylisting .list .list-item {
  width: 100%;
  display: inline;
}
.mylisting .list .list-item:after {
  content: ", ";
}
.mylisting .list .list-item:last-child:after {
  content: " ";
}
.mylisting .box-info .box-action a {
  cursor: default;
}
.mylisting .box-info .box-action a:hover {
  opacity: 1;
}

.knowledge-manager-categories #quick-search-results {
  position: absolute;
  top: 40px;
  z-index: 100;
  background: #fff;
  border-left: 1px solid #ccc;
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
}
.knowledge-manager-categories .multi-search {
  padding: 5px 65px 5px 30px;
  border: 1px solid #d0d0d0 !important;
  top: 0;
  background-position: 7px 12px;
  height: 45px;
  margin-right: 100%;
}
.knowledge-manager-categories .multi-search:focus {
  border-bottom: none !important;
}
.knowledge-manager-categories .campaign-tag {
  margin: 5px 6px;
  cursor: pointer;
}
.knowledge-manager-categories .campaign-tag i {
  top: 9px;
}
.knowledge-manager-categories .campaign-tag p {
  font-weight: normal !important;
}

#stores-iframe {
  margin-top: -40px;
  margin-bottom: 80px;
  float: left;
  clear: both;
  z-index: 0;
  border: none;
  overflow-x: hidden;
  height: 100%;
  width: 100%;
  border-radius: 10px !important;
  min-height: 800px;
}

.myoffers .modal-offer-create {
  background-color: #fff;
  border-radius: 7px;
  padding: 40px 30px;
  width: 100%;
}
.myoffers .section-box {
  border: none;
  cursor: pointer;
}
.myoffers .offer-list {
  padding: 0 15px;
}
.myoffers .offer-list.body {
  padding: 20px 30px 20px 30px;
  background-color: #fff;
  border-left: 1px solid #eee;
  border-right: 1px solid #eee;
  border-bottom: 1px solid #eee;
}
.myoffers .offer-list.body:last-child {
  border-radius: 0 0 10px 10px;
}
.myoffers .offer-list .offer-list-header {
  margin-bottom: -10px;
}
.myoffers .offer-list .action-container {
  display: flex;
}
.myoffers .image-uploaded {
  height: 150px;
  width: 200px;
  background-position: center 50%;
  background-repeat: no-repeat;
  background-size: contain;
  background-color: transparent;
}

@media (max-width: 767px) {
  #release-notes .side-nav {
    /* For less than 767px */
    margin-bottom: 15px;
  }
}
#release-notes .side-nav .nav-title {
  text-transform: uppercase;
  font-size: 13px;
  color: #444;
  margin-top: 5px;
}
#release-notes .side-nav .list {
  padding-left: 10px;
}
#release-notes .side-nav .list .list-item {
  padding: 7px 0;
  font-weight: lighter;
}
#release-notes .center-container {
  padding: 5px;
}
@media (max-width: 767px) {
  #release-notes .center-container {
    /* For less than 767px */
    margin-bottom: 15px;
  }
}
@media (max-width: 767px) {
  #release-notes .versions {
    /* For less than 767px */
    margin-bottom: 15px;
  }
}
#release-notes .versions .title {
  font-size: 22px;
  color: #000000;
  margin-top: 5px;
  padding-bottom: 5px;
}

.ppc .ad-preview .name {
  color: darkblue;
  font-size: 16px;
}
.ppc .ad-preview .info {
  color: darkgreen;
}
.ppc .ad-preview .info span {
  font-style: normal;
  border: 1px solid darkgreen;
  padding: 1px 3px;
  border-radius: 4px;
  margin: 5px 10px 5px 0;
  display: inline-block;
}
.ppc .ad-preview .body-text {
  color: dimgrey;
  font-size: 12px;
}

#profile .profile-header {
  background: #1b1f22;
  padding: 10px 0;
  text-align: center;
  height: 100%;
}
#profile .profile-header img {
  width: 100px;
  height: 100px;
  margin: 25px 0 5px 0;
  -moz-box-shadow: 0 0 2px rgba(0, 0, 0, 0.4);
  -webkit-box-shadow: 0 0 2px rgba(0, 0, 0, 0.4);
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.4);
}
#profile .profile-header a {
  display: inline-block;
  padding: 5px;
  border-radius: 5px;
  color: #fff;
  border: 1px solid #fff;
  min-width: 150px;
  margin: 0 5px 15px 5px;
  text-decoration: none;
}
#profile .profile-header a:hover {
  -webkit-transition: border 0.25s linear, color 0.25s linear, background-color 0.25s linear;
  transition: border 0.25s linear, color 0.25s linear, background-color 0.25s linear;
  background-color: #fff;
  color: #1b1f22;
}
#profile .profile-header h2 {
  font-weight: bold;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #fff;
  font-size: 24px;
}
#profile .profile-content {
  padding: 15px;
  min-height: 300px;
  background: #fff;
  border-radius: 5px;
}
#profile .profile-content h3 {
  text-align: center !important;
  padding: 0 0 20px 0;
  border-bottom: 2px solid #f9f9f9;
  font-size: 24px;
  font-weight: 300;
  margin: 20px 40px;
}
@media (max-width: 767px) {
  #profile .profile-content h3 {
    /* For less than 767px */
    padding: 0 0 12px 0;
    margin: 20px 5px !important;
    font-size: 20px;
  }
}
#profile .profile-content h3 i {
  margin-right: 10px;
  font-size: 26px;
}
@media (max-width: 767px) {
  #profile .profile-content h3 i {
    /* For less than 767px */
    font-size: 22px;
  }
}
#profile .profile-content .profile-details {
  list-style: none;
}
@media (max-width: 767px) {
  #profile .profile-content .profile-details {
    /* For less than 767px */
    padding: 0 5px;
  }
}
#profile .profile-content .profile-details i {
  padding-bottom: 10px;
  color: #555;
  font-style: normal;
}
#profile .profile-content .profile-details span {
  color: #1d75bc;
  font-size: 16px;
  font-weight: 300;
}
@media (max-width: 767px) {
  #profile .profile-content .profile-details span {
    /* For less than 767px */
    margin: 0 2px !important;
    display: block;
    float: none !important;
  }
}
#profile .profile-content.right {
  margin: 3% 7% 0 0;
}
#profile .profile-content.left {
  margin: 3% 0 0 7%;
}
@media (max-width: 767px) {
  #profile .profile-content.left, #profile .profile-content.right {
    /* For less than 767px */
    margin: 20px;
  }
}
#profile .admin-panel {
  list-style: none;
}
#profile .admin-panel .search-panel {
  z-index: 10;
  list-style: none;
  width: 100%;
  max-height: 950px;
  margin-top: 10px;
  overflow-x: hidden;
  overflow-y: scroll;
  -webkit-padding-start: 0;
}
#profile .admin-panel .search-panel .list-result {
  cursor: pointer;
  padding: 10px 15px;
  width: 100%;
  background-color: #f6f6f6;
  border: 1px solid #e3e3e3;
  margin-bottom: 10px;
  float: left;
  border-radius: 10px;
}
#profile .admin-panel .search-panel .list-result:hover {
  border: 1px solid rgba(29, 117, 188, 0.15);
  background-color: rgba(29, 117, 188, 0.15);
  color: #1d75bc;
}
#profile .admin-panel .search-panel .list-result:hover span {
  font-weight: bold;
}
#profile .admin-panel .search-panel .list-result:hover .text-panel {
  background-color: yellow;
  color: #000;
}
@media (max-width: 767px) {
  #profile .dropzone {
    /* For less than 767px */
    width: 80% !important;
  }
}

#mysoundog #page-header-container .top-header {
  background-color: #fbee31 !important;
}
#mysoundog #page-header-container .top-header .breadcrumb-container {
  color: #c2b604;
}
#mysoundog #page-header-container .top-header .breadcrumb-container li:last-child {
  color: #000000;
}
#mysoundog #page-header-container .top-header .breadcrumb-container li + li:before {
  color: #c2b604;
}
#mysoundog #page-header-container .top-header .breadcrumb-container li a {
  color: #c2b604;
}

.soundog .gender-chart-container {
  display: block;
  float: left;
}
.soundog .gender-chart-container .gender {
  font-size: 150px;
}
.soundog .gender-chart-container .gender.fill {
  position: absolute;
}
.soundog .gender-chart-container .gender.fill.p-100 {
  clip: rect(40px, 300px, 300px, 0);
}
.soundog .gender-chart-container .gender.fill.p-75 {
  clip: rect(90px, 300px, 300px, 0);
}
.soundog .gender-chart-container .gender.fill.p-50 {
  clip: rect(110px, 300px, 300px, 0);
}
.soundog .gender-chart-container .gender.fill.p-25 {
  clip: rect(140px, 300px, 300px, 0);
}
.soundog .gender-chart-container .gender.fill.p-5 {
  clip: rect(165px, 300px, 300px, 0);
}
.soundog .gender-chart-container .gender.fill.p-0 {
  clip: rect(200px, 300px, 300px, 0);
}
.soundog .gender-chart-container .gender.fill.man {
  margin-right: -49px;
  color: #007aff;
}
.soundog .gender-chart-container .gender.fill.woman {
  margin-right: -56px;
  color: #f06292;
}
.soundog .gender-chart-container .gender.outline {
  color: #f9f9f9;
}
.soundog .gender-chart-container .gender.outline.man-bg {
  margin-right: -49px;
  color: rgba(0, 122, 255, 0.1);
}
.soundog .gender-chart-container .gender.outline.woman-bg {
  margin-right: -56px;
  color: rgba(240, 98, 146, 0.1);
}
.soundog .gender-chart-container:first-child {
  margin-right: 50px;
}
.soundog .gender-chart-container .stats {
  margin-top: 70px;
  margin-left: 50px;
}
.soundog .gender-chart-container .stats .percentage {
  font-weight: 700;
  font-size: 34px;
  display: block;
}
.soundog .gender-chart-container .stats .percentage.man {
  color: #007aff;
}
.soundog .gender-chart-container .stats .percentage.woman {
  color: #f06292;
}

.mysoundog-modal {
  text-align: center;
}
.mysoundog-modal .phone-container {
  margin-top: -40px;
  position: relative;
}
.mysoundog-modal .phone-container .phone-outline {
  width: 280px;
  position: absolute;
  left: 39%;
}
.mysoundog-modal .phone-container .phone-outline.upload-phone {
  position: initial;
  left: 0;
}
.mysoundog-modal .image-container .ad-image {
  background-position: center 50%;
  background-repeat: no-repeat;
  background-size: contain;
  background-color: #000;
  width: 243px;
  height: 416px;
  top: 70px;
  left: 40.5%;
  border-radius: 4px;
  position: absolute;
}
.mysoundog-modal .image-container .ad-image.upload-modal {
  top: 30px;
  left: 42.6% !important;
}

.modal-button-done {
  position: absolute;
  top: 15px;
  right: 18px;
}

/*/--------------------------------------WIFI-------------------------------------------/*/
#wifi .overlay {
  background-color: rgba(0, 0, 0, 0.8);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 20;
  height: 100%;
  min-height: 850px;
}
#wifi .background-image {
  background-image: url("https://www.soundog.it/resources/images/blog/restaurant.jpg");
  background-size: cover;
  background-position: center center;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 10;
  height: 100%;
  min-height: 850px;
}
#wifi .box-logo {
  position: relative;
  z-index: 100;
  padding: 5px 15px;
  text-align: center;
}
#wifi .box-logo .logo {
  display: initial;
  border-radius: 50%;
  margin: 20px auto 0 auto;
  width: 100px;
}
#wifi .box-logo .logo.soundog-logo {
  border-left: 2px solid rgba(255, 255, 255, 0.2);
  margin-left: 10px;
  padding: 10px;
  border-radius: 0;
  box-shadow: none;
}
#wifi .box {
  background-color: transparent;
  border-radius: 5px;
  position: relative;
  z-index: 100;
  padding: 5px 15px;
  max-width: 450px;
}
#wifi .box .title {
  margin: 0 5px;
  line-height: 30px;
  font-size: 22px;
}
#wifi .box input[type=checkbox] {
  margin: 4px 5px 0;
  position: relative;
  top: 3px;
}
#wifi .box input[type=tel] {
  font-size: 20px;
}
#wifi .box .email-input {
  width: 100%;
  text-align: center;
  border: 1px solid #e2e2e2;
  border-radius: 3px;
  max-width: 350px;
  font-weight: 500;
  height: 55px;
  padding: 0 20px;
  font-size: 16px;
  background-color: #f9f9f9;
  color: #000;
  border-bottom: none !important;
}
#wifi .box .email-input:focus, #wifi .box .email-input:active {
  border-bottom: none !important;
  background-color: #fff !important;
  color: #000 !important;
  -webkit-transition: border 0.25s linear, color 0.25s linear, background-color 0.25s linear;
  transition: border 0.25s linear, color 0.25s linear, background-color 0.25s linear;
  -o-transition: border 0.25s linear, color 0.25s linear, background-color 0.25s linear;
  -moz-transition: border 0.25s linear, color 0.25s linear, background-color 0.25s linear;
  -webkit-font-smoothing: subpixel-antialiased;
}
#wifi .box .email-input:disabled {
  cursor: not-allowed;
}
#wifi .box .email-input.loading {
  cursor: not-allowed;
  background-color: transparent !important;
  border: 1px solid #fff !important;
  background-image: url("https://beta.mylocalm.com/images/clients/ic-loading-white.gif");
  background-repeat: no-repeat;
  background-size: 25px;
  background-position: center;
}
#wifi .box .email-input.loading::placeholder {
  color: transparent;
}
#wifi .box .email-input::placeholder {
  color: #d1d1d1;
}
#wifi .box .terms {
  max-width: 350px;
  width: 100%;
  height: 200px;
  color: #e0e0e0;
  border: none;
  padding: 5px;
  background-color: rgba(255, 255, 255, 0.1) !important;
}
#wifi .box .terms:focus {
  color: #e0e0e0 !important;
  border: none !important;
}
#wifi .box .submit {
  border-radius: 3px;
  padding: 15px 50px;
  margin: 20px 0;
  color: #fff;
  background-color: #007aff;
  border: none;
  display: inline-block;
  font-size: 18px;
  font-weight: 300;
  text-transform: uppercase;
  letter-spacing: 0.75px;
  min-width: 216px;
}
#wifi .box .submit i {
  font-size: 18px;
  vertical-align: baseline;
}
#wifi .box .submit:hover {
  background: #0062cc;
  color: #fff !important;
  -webkit-transition: border 0.25s linear, color 0.25s linear, background-color 0.25s linear;
  transition: border 0.25s linear, color 0.25s linear, background-color 0.25s linear;
  -o-transition: border 0.25s linear, color 0.25s linear, background-color 0.25s linear;
  -moz-transition: border 0.25s linear, color 0.25s linear, background-color 0.25s linear;
  -webkit-font-smoothing: subpixel-antialiased;
}
#wifi .box .submit:disabled {
  opacity: 0.3;
}
#wifi .box .error {
  color: #ff1c00;
  margin: 10px;
}
#wifi .box .button-info .btn-icon {
  font-size: 50px;
  margin: 0;
}
#wifi .box .button-info .btn-text-container {
  position: relative;
  top: 2px;
  left: 20px;
}
#wifi .box .button-info .btn-text-container .btn-text {
  display: block;
  color: #000;
}
#wifi .box .button-info .btn-text-container .btn-text.large {
  font-size: 20px;
  font-weight: bold;
}
#wifi .box .button-info .btn-text-container .btn-text.small {
  font-size: 14px;
  padding-right: 50px;
}
#wifi .box .button-info .btn-icon-arrow {
  font-size: 20px;
  position: relative;
  top: 21px;
  float: right;
  padding-right: 15px;
}

#loginWrapper, #passwordReset {
  width: 100%;
  height: 100%;
  position: fixed;
}
#loginWrapper a, #passwordReset a {
  color: #027dca;
}
@media (max-width: 767px) {
  #loginWrapper, #passwordReset {
    /* For less than 767px */
    background-color: #fff;
  }
}
@media (min-width: 767px) and (max-width: 991px) {
  #loginWrapper, #passwordReset {
    /* For less than 991px */
    background-color: #fff;
  }
}
#loginWrapper .login-page, #loginWrapper .password-reset-page, #passwordReset .login-page, #passwordReset .password-reset-page {
  width: 100%;
  height: 100%;
  margin: 6% 20%;
  position: fixed;
}
@media (max-width: 767px) {
  #loginWrapper .login-page, #loginWrapper .password-reset-page, #passwordReset .login-page, #passwordReset .password-reset-page {
    /* For less than 767px */
    width: 100%;
    height: 100%;
    margin: 0;
  }
}
@media (min-width: 767px) and (max-width: 991px) {
  #loginWrapper .login-page, #loginWrapper .password-reset-page, #passwordReset .login-page, #passwordReset .password-reset-page {
    /* For less than 991px */
    width: 100%;
    height: 100%;
    margin: 0;
  }
}
@media (min-width: 991px) and (max-width: 1199px) {
  #loginWrapper .login-page, #loginWrapper .password-reset-page, #passwordReset .login-page, #passwordReset .password-reset-page {
    /* For less than 1119px */
    width: 100%;
    height: 100%;
    margin: 6% 10%;
  }
}
@media (min-width: 1199px) and (max-width: 3200px) {
  #loginWrapper .login-page, #loginWrapper .password-reset-page, #passwordReset .login-page, #passwordReset .password-reset-page {
    /* For less than 3200px */
    width: 100%;
    height: 100%;
    margin: 6% 15%;
  }
}
#loginWrapper .login-page .left, #loginWrapper .password-reset-page .left, #passwordReset .login-page .left, #passwordReset .password-reset-page .left {
  height: 100%;
  width: 30%;
  max-height: 700px;
  padding: 4%;
  background-color: #fff;
  float: left;
  -webkit-box-shadow: 6px 5px 10px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 6px 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 6px 5px 10px rgba(0, 0, 0, 0.2);
  -webkit-border-radius: 7px 0 0 7px;
  -moz-border-radius: 7px 0 0 7px;
  -ms-border-radius: 7px 0 0 7px;
  border-radius: 7px 0 0 7px;
}
@media (max-width: 767px) {
  #loginWrapper .login-page .left, #loginWrapper .password-reset-page .left, #passwordReset .login-page .left, #passwordReset .password-reset-page .left {
    /* For less than 767px */
    margin: 2%;
    width: 96%;
    max-height: initial;
    height: initial;
    background-color: transparent;
    box-shadow: none;
  }
}
@media (min-width: 767px) and (max-width: 991px) {
  #loginWrapper .login-page .left, #loginWrapper .password-reset-page .left, #passwordReset .login-page .left, #passwordReset .password-reset-page .left {
    /* For less than 991px */
    margin: 5% 17%;
    width: 65%;
    max-height: initial;
    height: initial;
    background-color: transparent;
    box-shadow: none;
  }
}
@media (min-width: 991px) and (max-width: 1199px) {
  #loginWrapper .login-page .left, #loginWrapper .password-reset-page .left, #passwordReset .login-page .left, #passwordReset .password-reset-page .left {
    /* For less than 1119px */
    width: 45%;
    padding: 4%;
  }
}
@media (min-width: 1199px) and (max-width: 3200px) {
  #loginWrapper .login-page .left, #loginWrapper .password-reset-page .left, #passwordReset .login-page .left, #passwordReset .password-reset-page .left {
    /* For less than 3200px */
    width: 40%;
    padding: 3% 4%;
  }
}
#loginWrapper .login-page .right, #loginWrapper .password-reset-page .right, #passwordReset .login-page .right, #passwordReset .password-reset-page .right {
  height: 100%;
  width: 30%;
  max-height: 700px;
  float: left;
  right: 20%;
  -webkit-border-radius: 0 7px 7px 0;
  -moz-border-radius: 0 7px 7px 0;
  -ms-border-radius: 0 7px 7px 0;
  border-radius: 0 7px 7px 0;
  background-color: #0f4b7d;
  background-image: url("https://d1bff9g8bwcuc0.cloudfront.net/production-resources/tree_item/385/gallery/images/2019/5/1559331898.png");
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  padding: 20px;
  -webkit-box-shadow: 5px 5px 6px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 5px 5px 6px rgba(0, 0, 0, 0.2);
  box-shadow: 5px 5px 6px rgba(0, 0, 0, 0.2);
}
@media (max-width: 767px) {
  #loginWrapper .login-page .right, #loginWrapper .password-reset-page .right, #passwordReset .login-page .right, #passwordReset .password-reset-page .right {
    /* For less than 767px */
    display: none;
  }
}
@media (min-width: 767px) and (max-width: 991px) {
  #loginWrapper .login-page .right, #loginWrapper .password-reset-page .right, #passwordReset .login-page .right, #passwordReset .password-reset-page .right {
    /* For less than 991px */
    display: none;
  }
}
@media (min-width: 991px) and (max-width: 1199px) {
  #loginWrapper .login-page .right, #loginWrapper .password-reset-page .right, #passwordReset .login-page .right, #passwordReset .password-reset-page .right {
    /* For less than 1119px */
    width: 35%;
    padding: 4%;
  }
}
@media (min-width: 1199px) and (max-width: 3200px) {
  #loginWrapper .login-page .right, #loginWrapper .password-reset-page .right, #passwordReset .login-page .right, #passwordReset .password-reset-page .right {
    /* For less than 3200px */
    width: 30%;
  }
}
#loginWrapper .login-page .right .ad-container, #loginWrapper .password-reset-page .right .ad-container, #passwordReset .login-page .right .ad-container, #passwordReset .password-reset-page .right .ad-container {
  text-align: center;
  width: 100%;
  height: 100%;
  color: #fff;
  z-index: 10;
}
#loginWrapper .login-page .right .ad-container .image, #loginWrapper .password-reset-page .right .ad-container .image, #passwordReset .login-page .right .ad-container .image, #passwordReset .password-reset-page .right .ad-container .image {
  display: none;
  background-position: center center;
  background-size: contain;
  background-repeat: no-repeat;
  width: 80%;
  height: 25%;
  display: block;
  max-width: 430px;
  margin: 0 auto;
}
#loginWrapper .login-page .right .ad-container .bottom, #loginWrapper .password-reset-page .right .ad-container .bottom, #passwordReset .login-page .right .ad-container .bottom, #passwordReset .password-reset-page .right .ad-container .bottom {
  display: none;
  position: relative;
  bottom: 0;
  height: 75%;
}
#loginWrapper .login-page .right .ad-container .bottom h2, #loginWrapper .login-page .right .ad-container .bottom p, #loginWrapper .password-reset-page .right .ad-container .bottom h2, #loginWrapper .password-reset-page .right .ad-container .bottom p, #passwordReset .login-page .right .ad-container .bottom h2, #passwordReset .login-page .right .ad-container .bottom p, #passwordReset .password-reset-page .right .ad-container .bottom h2, #passwordReset .password-reset-page .right .ad-container .bottom p {
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}
#loginWrapper .login-page .right .ad-container .bottom h2, #loginWrapper .password-reset-page .right .ad-container .bottom h2, #passwordReset .login-page .right .ad-container .bottom h2, #passwordReset .password-reset-page .right .ad-container .bottom h2 {
  font-size: 38px;
}
#loginWrapper .login-page .right .ad-container .bottom p, #loginWrapper .password-reset-page .right .ad-container .bottom p, #passwordReset .login-page .right .ad-container .bottom p, #passwordReset .password-reset-page .right .ad-container .bottom p {
  font-size: 18px;
}
#loginWrapper .copyright, #passwordReset .copyright {
  position: fixed;
  bottom: 0;
  padding-bottom: 20px;
  text-align: center;
  margin: 0 auto;
  width: 50%;
  left: 25%;
  color: #828282;
  font-weight: 300;
  font-size: 12px;
}
@media (max-height: 600px) {
  #loginWrapper .copyright, #passwordReset .copyright {
    display: none;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1170px) and (max-height: 850px) {
  #loginWrapper .copyright, #passwordReset .copyright {
    display: none;
  }
}
@media only screen and (min-width: 1170px) and (max-width: 1500px) and (max-height: 850px) {
  #loginWrapper .copyright, #passwordReset .copyright {
    display: none;
  }
}
@media only screen and (min-width: 1500px) and (max-height: 900px) {
  #loginWrapper .copyright, #passwordReset .copyright {
    display: none;
  }
}

#login-box, #forgot-password-box, #password-reset-box {
  width: 100%;
  max-width: 550px;
  min-height: 250px;
  margin: 0 auto;
}
#login-box label, #forgot-password-box label, #password-reset-box label {
  color: #616161;
  font-weight: 300;
  letter-spacing: 0.75px;
}
#login-box .logo, #forgot-password-box .logo, #password-reset-box .logo {
  width: 180px;
  margin-bottom: 35px;
}
#login-box h3, #forgot-password-box h3, #password-reset-box h3 {
  font-size: 22px;
  line-height: 28px;
  color: #222;
  padding: 5px 0 0 0;
  margin-top: 0;
  font-family: "Open Sans", sans-serif;
  font-weight: normal;
  letter-spacing: -0.6px;
  width: 100%;
}
#login-box h5, #forgot-password-box h5, #password-reset-box h5 {
  font-family: "Open Sans", sans-serif;
  color: #969696;
  padding-bottom: 10px;
  line-height: 1.5;
}
#login-box .top-input, #forgot-password-box .top-input, #password-reset-box .top-input {
  padding-top: 5px;
}
#login-box .input-group-addon, #forgot-password-box .input-group-addon, #password-reset-box .input-group-addon {
  border: 1px solid #bbb;
  color: #616161;
  border-right: 0;
  background-color: transparent;
}
#login-box .input-group-addon i, #forgot-password-box .input-group-addon i, #password-reset-box .input-group-addon i {
  font-size: 26px;
}
#login-box .input-group-addon.right-section, #forgot-password-box .input-group-addon.right-section, #password-reset-box .input-group-addon.right-section {
  border: 1px solid #bbb;
  border-left: 0;
  background-color: #fff;
  border-radius: 0 7px 7px 0;
}
#login-box input[type=text], #login-box input[type=password], #forgot-password-box input[type=text], #forgot-password-box input[type=password], #password-reset-box input[type=text], #password-reset-box input[type=password] {
  background: #ffffff;
  color: #000000;
  height: 60px;
  border: 1px solid #bbb !important;
  border-style: solid !important;
  font-size: 18px !important;
  overflow: auto !important;
  border-top-right-radius: 4px !important;
  border-bottom-right-radius: 4px !important;
  border-top-left-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
  border-left: 0 !important;
  outline: none !important;
  -webkit-box-shadow: none !important;
  -moz-box-shadow: none !important;
  box-shadow: none !important;
  letter-spacing: 0.75px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
#login-box input[type=text].middle-section, #login-box input[type=password].middle-section, #forgot-password-box input[type=text].middle-section, #forgot-password-box input[type=password].middle-section, #password-reset-box input[type=text].middle-section, #password-reset-box input[type=password].middle-section {
  border-top-right-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
  border-top-left-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
  border-right: 0 !important;
}
#login-box input:-webkit-autofill, #forgot-password-box input:-webkit-autofill, #password-reset-box input:-webkit-autofill {
  -webkit-box-shadow: inset 0 0 0px 9999px #ffffff !important;
  -webkit-text-fill-color: #000000 !important;
}
#login-box input:-webkit-autofill:hover, #login-box input:-webkit-autofill:active, #login-box input:-webkit-autofill:focus, #forgot-password-box input:-webkit-autofill:hover, #forgot-password-box input:-webkit-autofill:active, #forgot-password-box input:-webkit-autofill:focus, #password-reset-box input:-webkit-autofill:hover, #password-reset-box input:-webkit-autofill:active, #password-reset-box input:-webkit-autofill:focus {
  -webkit-box-shadow: inset 0 0 0px 9999px #ffffff !important;
  -webkit-text-fill-color: #000000 !important;
}
#login-box input:-moz-placeholder, #forgot-password-box input:-moz-placeholder, #password-reset-box input:-moz-placeholder {
  color: #000 !important;
}
#login-box input::-moz-placeholder, #forgot-password-box input::-moz-placeholder, #password-reset-box input::-moz-placeholder {
  color: #000 !important;
}
#login-box input:-ms-input-placeholder, #forgot-password-box input:-ms-input-placeholder, #password-reset-box input:-ms-input-placeholder {
  color: #000 !important;
}
#login-box input:focus, #forgot-password-box input:focus, #password-reset-box input:focus {
  overflow: auto !important;
  outline: none !important;
  -webkit-box-shadow: none !important;
  -moz-box-shadow: none !important;
  box-shadow: none !important;
  background: #0086f7;
  color: #000;
}
#login-box button[type=submit], #forgot-password-box button[type=submit], #password-reset-box button[type=submit] {
  margin: 30px 0 0 0;
  background-color: #1d75bc;
  border: none !important;
  color: #fff;
  border-radius: 50px !important;
  font-size: 16px;
  height: 50px;
  font-weight: normal;
  width: 100%;
}
#login-box #error-message, #forgot-password-box #error-message, #password-reset-box #error-message {
  width: 100%;
  margin-bottom: 15px;
  color: #ed1c24;
}
#login-box #remember-me, #forgot-password-box #remember-me, #password-reset-box #remember-me {
  width: 60%;
  text-align: left;
  float: left;
}
#login-box #forgot-password, #forgot-password-box #forgot-password, #password-reset-box #forgot-password {
  float: right;
  color: #027dca;
  font-size: 12px;
  margin-top: 2px;
  margin-bottom: 5px;
  letter-spacing: 0.55px;
  width: 40%;
  text-align: right;
  cursor: pointer;
}
#login-box .alert, #forgot-password-box .alert, #password-reset-box .alert {
  padding: 5px 0;
  margin-bottom: 15px;
  line-height: 30px;
  text-align: center;
}
#login-box .alert i, #forgot-password-box .alert i, #password-reset-box .alert i {
  position: relative;
  top: 6px;
  font-size: 24px;
  padding-right: 10px;
}

#mytracking .custom-form-mytracking.black-text label {
  color: #000 !important;
}
#mytracking .custom-form-mytracking label {
  color: #fff !important;
  font-weight: lighter !important;
}
#mytracking .custom-form-mytracking input, #mytracking .custom-form-mytracking select {
  height: 40px !important;
  font-weight: bold !important;
  font-size: 16px;
}
#mytracking .custom-form-mytracking .table .table {
  background: transparent;
}
#mytracking .menu-more-circle {
  width: 33px;
  height: 33px;
  display: block;
  border-radius: 50%;
  line-height: 33px;
  text-align: center !important;
}

.reports-page .form-group {
  margin-bottom: 0 !important;
}

.myemail .builder-container {
  margin: -20px;
  background: #eee url("../../images/cc/bg.png");
}

.myemail-progress {
  margin-top: 15px;
}
.myemail-progress .bar-header {
  font-size: 12px;
  text-transform: none;
}
.myemail-progress .progress-container {
  height: 20px;
  margin-top: 7px;
}
.myemail-progress .progress-color {
  background-color: #1bc5a3 !important;
}

.myemail-tutorial {
  position: fixed;
  z-index: 1100;
  width: 100%;
  left: 0;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.97);
}
.myemail-tutorial .font-help {
  font-family: "Indie Flower", cursive;
}

.overlay-partials {
  background: #1d75bc;
  cursor: pointer;
}
.overlay-partials:hover {
  background: rgba(29, 117, 188, 0.2);
  border: 2px solid #1d75bc;
  opacity: 1;
}

.mywebsite .form-group {
  margin-bottom: 0 !important;
}
.mywebsite .menu-more-circle {
  width: 33px;
  height: 33px;
  display: block;
  border-radius: 50%;
  line-height: 33px;
  text-align: center !important;
}

.html-builder-container .button-to-input-dark {
  height: 35px;
}
.html-builder-container .button-to-input {
  height: 35px;
}

.builder-container .builder-topnav {
  background-color: #292929;
  height: 60px;
  width: calc(100% - 100px);
  position: fixed;
  margin: 0 0 0 100px;
  padding: 12px 0;
  z-index: 1000;
}
@media (max-width: 767px) {
  .builder-container .builder-topnav {
    /* For less than 767px */
    width: calc(100% - 60px);
    margin: 0 0 0 60px;
    height: 50px;
  }
}
.builder-container .builder-topnav .section-left {
  width: 33%;
  margin-right: 1%;
  display: inline-block;
}
@media (min-width: 767px) and (max-width: 991px) {
  .builder-container .builder-topnav .section-left {
    /* For less than 991px */
    width: 29%;
    display: inline-block;
  }
}
.builder-container .builder-topnav .section-right {
  width: 66%;
  display: inline-block;
}
@media (min-width: 767px) and (max-width: 991px) {
  .builder-container .builder-topnav .section-right {
    /* For less than 991px */
    width: 70%;
    display: inline-block;
  }
}
.builder-container .builder-topnav .action-area {
  display: block;
}
.builder-container .builder-topnav .action-area .left {
  float: left;
  margin-left: 20px;
}
@media (max-width: 767px) {
  .builder-container .builder-topnav .action-area .left {
    /* For less than 767px */
    margin-left: 5px;
  }
}
.builder-container .builder-topnav .action-area .right {
  float: right;
  margin-right: 20px;
}
@media (max-width: 767px) {
  .builder-container .builder-topnav .action-area .right {
    /* For less than 767px */
    margin-right: 10px;
  }
}
.builder-container .builder-sidenav {
  background-color: #292929;
  width: 100px;
  height: 100%;
  position: fixed;
  z-index: 1000;
}
@media (max-width: 767px) {
  .builder-container .builder-sidenav {
    /* For less than 767px */
    width: 60px;
  }
  .builder-container .builder-sidenav p {
    display: none;
  }
}
.builder-container .builder-work-area {
  margin-left: 125px;
  padding-top: 80px;
  margin-bottom: 0;
  height: 100%;
  width: calc(100% - 145px);
}
@media (max-width: 767px) {
  .builder-container .builder-work-area {
    /* For less than 767px */
    width: calc(100% - 85px);
    margin-left: 75px;
    padding-top: 70px;
  }
}
.builder-container .section-status.selected {
  border-left: 3px solid #1d75bc !important;
}

.template-container {
  height: 100%;
  overflow: scroll;
}
.template-container .template-block {
  width: 105px;
  box-sizing: border-box;
  overflow: hidden;
  margin: 10px;
  cursor: pointer;
}
.template-container .template-block a {
  text-decoration: none;
  color: #000;
}
.template-container .template-block img {
  width: 105px;
  height: 100px;
  border: 1px solid #ececec;
  border-radius: 5px;
}
.template-container .template-block img.preset {
  padding: 5px;
}
.template-container .template-block img.selected {
  border: none;
  background-color: #1bc5a3;
}
.template-container .template-block .name {
  padding-top: 10px;
  display: block;
  font-weight: lighter;
  font-size: 12px;
}
.template-container .template-block .name.selected {
  color: #1bc5a3;
  font-weight: bold;
}
.template-container.dropzone-status.active {
  background-size: 100px;
  background-repeat: no-repeat;
  background-position: center center;
  height: 100%;
}
.template-container.dropzone-status.active:before {
  content: "Drop Image to upload it";
  padding-bottom: 10px;
}
.template-container.dropzone-status.active #gallery-panel {
  display: none;
}
.template-container.dropzone-status.active:after {
  background-image: url(../../images/icons/others/cloud-upload.svg);
  background-color: #fff;
  background-size: 200px;
  background-repeat: no-repeat;
  background-position: center center;
  position: fixed;
  margin: auto;
  height: calc(100% - 150px);
  width: calc(100% - 45px);
  border: 2px dashed #c9c9c9;
  border-radius: 10px;
}
.template-container.dropzone-status.reject {
  background-color: red;
}

.fixed-container {
  position: fixed;
  width: 38.5%;
  z-index: 500;
  max-height: 80vh;
  overflow-y: auto;
  margin-bottom: 10rem !important;
}
@media (min-width: 1499px) {
  .fixed-container {
    width: 38.5%;
  }
}
@media (min-width: 1299px), (max-width: 1499px) {
  .fixed-container {
    width: 37.5%;
  }
}
@media (min-width: 991px) and (max-width: 1199px) {
  .fixed-container {
    /* For less than 1119px */
    position: relative;
    width: 100%;
    margin-bottom: 1rem !important;
  }
}
@media (min-width: 767px) and (max-width: 991px) {
  .fixed-container {
    /* For less than 991px */
    position: relative;
    width: 100%;
    margin-bottom: 1rem !important;
  }
}
@media (max-width: 767px) {
  .fixed-container {
    /* For less than 767px */
    position: relative;
    width: 100%;
    margin-bottom: 1rem !important;
  }
}

.circle-grade {
  margin: 20px auto;
  width: 120px;
  height: 120px;
  border-radius: 60px;
  line-height: 120px;
}
.circle-grade .number {
  font-size: 50px;
  font-weight: bold;
  color: #fff;
}
.circle-grade.small {
  margin: 10px 20px 20px 20px;
  width: 60px;
  height: 60px;
  border-radius: 30px;
  line-height: 60px;
}
.circle-grade.small .number {
  font-size: 20px;
  font-weight: bold;
  color: #fff;
}

.form-builder-container {
  overflow-y: auto;
  overflow-x: hidden;
  padding: 0 20px;
  max-height: 750px;
}

#label-size label {
  font-size: 12px !important;
  font-weight: 300;
  letter-spacing: 0.35px;
  height: 18px;
  overflow-x: hidden;
}

.progress-bar-gradient {
  background-image: -webkit-gradient(linear, left top, right top, from(#d60202), to(rgba(10, 156, 0, 0.8)), color-stop(0.5, #ffec27));
}

.scan {
  background: -ms-linear-gradient(top, rgba(32, 194, 14, 0), rgba(0, 194, 1, 0.7), rgba(32, 194, 14, 0));
  background: -webkit-linear-gradient(top, rgba(32, 194, 14, 0), rgba(3, 194, 5, 0.7), rgba(32, 194, 14, 0));
  background: linear-gradient(top, rgba(6, 194, 0, 0.7), rgba(0, 194, 3, 0.7), rgba(32, 194, 14, 0));
  width: 57.7%;
  height: 120px;
  position: fixed;
  -webkit-animation: scan 4s infinite;
  animation: scan 4s infinite;
}

.overlay-partials {
  background: #1d75bc;
  cursor: pointer;
}
.overlay-partials:hover {
  background: rgba(29, 117, 188, 0.2);
  border: 2px solid #1d75bc;
  opacity: 1;
}

#template-checklist #cc-modal .title {
  line-height: initial !important;
}

.quill .ql-snow .ql-tooltip {
  border: 1px solid #ccc;
  box-shadow: none;
  color: #444;
  padding: 5px 12px;
  white-space: nowrap;
  margin: 30px 0 20px 0;
  position: relative;
  top: 0 !important;
  left: 0 !important;
}
.quill .ql-snow .ql-tooltip input[type=text] {
  width: 70% !important;
}
@media (max-width: 767px) {
  .quill .ql-snow .ql-tooltip input[type=text] {
    /* For less than 767px */
    display: inline-flex;
  }
}

#compact-picker-container {
  display: block;
}
#compact-picker-container .compact-picker {
  width: 100% !important;
}
#compact-picker-container div {
  box-shadow: none !important;
}
#compact-picker-container .flexbox-fix {
  display: block !important;
  padding: 0 !important;
  margin-top: 5px;
}
#compact-picker-container .flexbox-fix input {
  padding: 3px 0px 5px 15% !important;
  width: 85% !important;
  border-top: 1px solid #e5e6e7 !important;
}
.builder-tutorial {
  width: 100%;
  left: 0;
  height: 100%;
}
.builder-tutorial .font-help {
  font-family: "Indie Flower", cursive;
}

.html-editor {
  width: 100% !important;
  word-break: break-word;
  background-color: #364F6A;
  color: #fff;
  overflow-y: hidden;
}

.image-full-width {
  background-color: rgba(255, 255, 255, 0.35);
  line-height: 450px;
  border-radius: 7px;
}
.image-full-width img {
  max-width: 100% !important;
}

*:-webkit-full-screen {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: 0;
}

*:-mozilla-full-screen {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: 0;
}

*:full-screen {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: 0;
}

.iframe-builder {
  height: 100%;
  min-height: 500px;
  width: 100%;
  border: none;
}
@media only screen and (min-width: 375px) and (max-width: 812px) and (-webkit-device-pixel-ratio: 3) and (orientation: portrait) {
  .iframe-builder {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
  }
}
@media only screen and (min-width: 375px) and (max-width: 667px) {
  .iframe-builder {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
  }
}
@media (max-width: 767px) {
  .iframe-builder {
    /* For less than 767px */
  }
}

@media (-webkit-max-device-pixel-ratio: 2) {
  .container-phone {
    height: 720px;
    width: 340px;
    border: 15px solid #111;
    border-radius: 40px;
    overflow-x: hidden;
    overflow-y: scroll;
    margin: 2em auto;
    padding: 0;
    position: relative;
  }
}

@media (-webkit-max-device-pixel-ratio: 2) {
  .container-tablet {
    height: 1024px;
    width: 768px;
    border: 15px solid #111;
    border-radius: 25px;
    overflow-x: hidden;
    overflow-y: scroll;
    margin: 2em auto;
    padding: 0;
    position: relative;
  }
}

@media (-webkit-max-device-pixel-ratio: 2) {
  .bottom-bar {
    position: absolute;
    bottom: 10px;
    left: 50%;
    width: 125px;
    height: 6px;
    border-radius: 3px;
    background-color: #242424;
    border: none;
    transform: translateX(-50%);
  }
}

@media (-webkit-max-device-pixel-ratio: 2) {
  .notch {
    font-size: 30px;
    width: 160px;
    height: 2em;
    border-radius: 0.6em;
    position: absolute;
    top: -1em;
    left: 50%;
    transform: translateX(-50%);
    background-color: #111111;
  }
}

#compact-picker-container {
  display: block;
}
#compact-picker-container div {
  box-shadow: none !important;
}

.form-component {
  padding: 15px;
  background-color: #fff;
}
.form-component.active {
  background-color: #d5e6f3;
}
.form-component.footer {
  padding: 0 15px 15px 15px;
  margin-bottom: 20px;
}

.form-style-1 {
  font-family: "Futura", sans-serif;
}

.form-style-1 label {
  display: block;
  margin-bottom: 7px;
  font-family: "Futura", sans-serif;
  color: #F072A9;
  font-weight: lighter;
}

.form-style-1 label > span {
  float: left;
  color: #F072A9;
  font-weight: bold;
  font-size: 13px;
  text-shadow: 1px 1px 1px #fff;
}

.form-style-1 fieldset {
  border-radius: 10px !important;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  margin: 0 0 10px 0;
  border: 1px solid #FFD2D2;
  padding: 20px;
  background: #FFF4F4;
  box-shadow: inset 0 0 15px #FFE5E5;
  -moz-box-shadow: inset 0 0 15px #FFE5E5;
  -webkit-box-shadow: inset 0 0 15px #FFE5E5;
}

.form-style-1 fieldset legend {
  color: #FFA0C9;
  border-top: 1px solid #FFD2D2;
  border-left: 1px solid #FFD2D2;
  border-right: 1px solid #FFD2D2;
  border-radius: 5px 5px 0 0;
  -webkit-border-radius: 5px 5px 0 0;
  -moz-border-radius: 5px 5px 0 0;
  background: #FFF4F4;
  padding: 0 8px 3px 8px;
  box-shadow: 0px -1px 2px #F1F1F1;
  -moz-box-shadow: 0px -1px 2px #F1F1F1;
  -webkit-box-shadow: 0px -1px 2px #F1F1F1;
  font-weight: normal;
  font-size: 12px;
}

.form-style-1 input[type=text],
.form-style-1 input[type=date],
.form-style-1 input[type=datetime],
.form-style-1 input[type=number],
.form-style-1 input[type=search],
.form-style-1 input[type=time],
.form-style-1 input[type=url],
.form-style-1 input[type=email],
.form-style-1 select,
.form-style-1 textarea {
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border: 1px solid #FFC2DC;
  outline: none;
  color: #F072A9 !important;
  padding: 5px 8px 5px 8px;
  box-shadow: inset 1px 1px 4px #FFD5E7;
  -moz-box-shadow: inset 1px 1px 4px #FFD5E7;
  -webkit-box-shadow: inset 1px 1px 4px #FFD5E7;
  background: #FFEFF6 !important;
}

.form-style-1 input[type=submit],
.form-style-1 input[type=button] {
  background: #EB3B88;
  border: 1px solid #C94A81;
  padding: 5px 15px 5px 15px;
  color: #FFCBE2;
  box-shadow: inset -1px -1px 3px #FF62A7;
  -moz-box-shadow: inset -1px -1px 3px #FF62A7;
  -webkit-box-shadow: inset -1px -1px 3px #FF62A7;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  font-weight: bold;
}
.form-style-1 input[type=submit]:disabled,
.form-style-1 input[type=button]:disabled {
  opacity: 0.5;
  cursor: not-allowed;
}

.form-style-2 input[type=submit],
.form-style-2 input[type=button],
.form-style-2 input[type=text],
.form-style-2 input[type=email],
.form-style-2 textarea,
.form-style-2 label {
  font-family: Georgia, "Times New Roman", Times, serif;
  font-size: 14px;
  color: #495C70;
}

.form-style-2 label {
  display: block;
  margin-bottom: 10px;
}

.form-style-2 label > span {
  display: inline-block;
  float: left;
  width: 150px;
}

.form-style-2 input[type=text],
.form-style-2 input[type=email] {
  background: transparent;
  border: 1.5px dashed #83A4C5;
  outline: none;
  padding: 10px;
  font-style: italic;
}

.form-style-2 textarea {
  font-style: italic;
  padding: 10px;
  background: transparent;
  outline: none;
  border: 1.5px dashed #83A4C5;
  overflow: hidden;
  resize: none;
}

.form-style-2 textarea:focus,
.form-style-2 input[type=text]:focus,
.form-style-2 input[type=email]:focus,
.form-style-2 input[type=email] :focus {
  border-bottom: 1px dashed #D9FFA9;
}

.form-style-2 input[type=submit],
.form-style-2 input[type=button] {
  background: #576E86;
  border: none;
  padding: 8px 10px 8px 10px;
  border-radius: 5px;
  color: #A8BACE;
}
.form-style-2 input[type=submit]:disabled,
.form-style-2 input[type=button]:disabled {
  opacity: 0.5;
  cursor: not-allowed;
}

.form-style-2 input[type=submit]:hover,
.form-style-2 input[type=button]:hover {
  background: #394D61;
}

.form-style-3 {
  font-family: "Open Sans", Arial, sans-serif;
  padding: 30px;
  background: #FFFFFF;
  margin: 50px auto;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.22);
  -moz-box-shadow: 0 0 15px rgba(0, 0, 0, 0.22);
  -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.22);
}
.form-style-3 h2 {
  background: #4D4D4D;
  text-transform: uppercase;
  font-family: "Open Sans", sans-serif;
  color: #797979;
  font-size: 18px;
  font-weight: 100;
  padding: 20px;
  margin: -30px -30px 30px -30px;
}

.form-style-3 input[type=text],
.form-style-3 input[type=date],
.form-style-3 input[type=datetime],
.form-style-3 input[type=email],
.form-style-3 input[type=number],
.form-style-3 input[type=search],
.form-style-3 input[type=time],
.form-style-3 input[type=url],
.form-style-3 input[type=password],
.form-style-3 textarea,
.form-style-3 select {
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  outline: none;
  display: block;
  width: 100%;
  padding: 7px;
  border: none;
  border-bottom: 1px solid #ddd;
  background: transparent;
  margin-bottom: 10px;
  font: 16px Arial, Helvetica, sans-serif;
  height: 45px;
}

.form-style-3 textarea {
  resize: none;
  overflow: hidden;
}

.form-style-3 input[type=button],
.form-style-3 input[type=submit] {
  -moz-box-shadow: inset 0 1px 0 0 #45D6D6;
  -webkit-box-shadow: inset 0 1px 0 0 #45D6D6;
  box-shadow: inset 0 1px 0 0 #45D6D6;
  background-color: #2CBBBB;
  border: 1px solid #27A0A0;
  display: inline-block;
  cursor: pointer;
  color: #FFFFFF;
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  padding: 8px 18px;
  text-decoration: none;
  text-transform: uppercase;
}
.form-style-3 input[type=button]:disabled,
.form-style-3 input[type=submit]:disabled {
  opacity: 0.5;
  cursor: not-allowed;
}

.form-style-3 input[type=button]:hover,
.form-style-3 input[type=submit]:hover {
  background: linear-gradient(to bottom, #34CACA 5%, #30C9C9 100%);
  background-color: #34CACA;
}

body .dark-theme {
  color: #fff;
}

#command-center.dark-theme {
  background: #2b3036;
  background: -webkit-linear-gradient(to top, #2b3036, #2b3036, #2b3036);
  background: linear-gradient(to top, #2b3036, #2b3036, #2b3036);
}
#command-center.dark-theme #cc-side-nav {
  background-color: #33383e;
  border-right: 1px solid #2b3036;
}
#command-center.dark-theme #cc-side-nav .cc-side-nav-text ul li a i {
  color: #5c646a;
}
#command-center.dark-theme #cc-side-nav .pwd-by, #command-center.dark-theme #cc-side-nav hr {
  border-top: 1px solid #2b3036;
}
#command-center.dark-theme .section-panel.white {
  background-color: #47515a;
}
#command-center.dark-theme .section-panel.border {
  border: 1px solid #5a656f;
}
#command-center.dark-theme #panel-container .panel {
  background-color: #47515a;
  border: 1px solid #5a656f;
}
#command-center.dark-theme #cc-side-nav-ext {
  background-color: #33383e;
  border-right: 1px solid #2b3036;
}
#command-center.dark-theme #cc-body #cc-top-nav {
  background-color: #33383e;
  border-bottom: 1px solid #2b3036;
}
#command-center.dark-theme #cc-body #cc-top-nav .dashboard-name a {
  color: #fff;
}
#command-center.dark-theme #cc-body #cc-top-nav .button-master.branch {
  background-color: rgba(255, 255, 255, 0.05);
  color: #fff;
}
#command-center.dark-theme #cc-body #cc-top-nav .button-master.branch i {
  color: #fff;
}
#command-center.dark-theme #cc-body #cc-top-nav .right-nav {
  color: #5c646a;
}
#command-center.dark-theme #cc-body #cc-top-nav .right-nav .top-right-side-action {
  color: #5c646a;
}
#command-center.dark-theme #cc-body #cc-top-nav .right-nav .top-right-side-menu .profile-image {
  border-left: 1px solid #2b3036;
}
#command-center.dark-theme #cc-body #menu-container .left .module-name {
  color: #fff;
}
#command-center.dark-theme #cc-body #menu-container .right .text {
  color: #778398;
}
#command-center.dark-theme #cc-body #menu-container .right .text.selected {
  color: #fff;
}
#command-center.dark-theme #cc-body #footer-nav {
  background-color: #33383e;
  border-top: 1px solid #2b3036;
}
#command-center.dark-theme #cc-body #footer-nav a {
  color: #5c646a;
  font-size: 12px;
}
#command-center.dark-theme #cc-body #footer-nav p {
  color: #5c646a;
  font-size: 12px;
}

html,
body {
  width: 100%;
  height: 100%;
  font-size: 100%;
  background: #eff0ef url("../../images/cc/bg.png");
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
  font-family: "Muli", Helvetica, sans-serif;
  font-weight: bold;
}

body {
  font-family: "Muli", Helvetica, sans-serif;
  font-size: 14px !important;
  font-size: 0.875rem !important;
}

.material-icons {
  font-family: "Material Icons";
  font-weight: normal;
  font-style: normal;
  display: inline-block;
  line-height: 1;
  text-transform: none;
  letter-spacing: normal;
  word-wrap: normal;
  white-space: nowrap;
  direction: ltr;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  -moz-osx-font-smoothing: grayscale;
  font-feature-settings: "liga";
}

#command-center {
  position: relative;
  height: 100%;
  width: 100%;
  overflow-x: hidden;
  background-color: transparent;
}
#command-center #cc-side-nav {
  position: fixed;
  height: calc(100% - 50px);
  width: 50px;
  float: left;
  margin-top: 50px;
  background: #ffffff;
  border-right: 1px solid #dcdcdc;
  z-index: 120;
}
#command-center #cc-side-nav .profile-container {
  text-align: center;
  margin: 30px 0 10px 0;
}
#command-center #cc-side-nav .profile-container img {
  width: 80px;
  height: 80px;
}
#command-center #cc-side-nav .cc-side-nav-text {
  margin: 0 auto;
  text-align: center;
  width: 100%;
  text-decoration: none;
}
#command-center #cc-side-nav .cc-side-nav-text ul {
  list-style: none;
  padding-left: 0;
}
#command-center #cc-side-nav .cc-side-nav-text ul li {
  margin-bottom: 5px;
}
#command-center #cc-side-nav .cc-side-nav-text ul li a {
  text-decoration: none;
  color: rgba(47, 47, 47, 0.6);
  font-size: 12px;
  padding: 5px 0;
  display: block;
}
#command-center #cc-side-nav .cc-side-nav-text ul li a:hover {
  background-color: rgba(54, 79, 106, 0.2);
}
#command-center #cc-side-nav .cc-side-nav-text ul li a i {
  padding: 0;
  color: #364F6A;
  font-size: 20px;
}
#command-center #cc-side-nav .cc-side-nav-text ul li:hover {
  opacity: 0.8;
  cursor: pointer;
}
#command-center #cc-side-nav .cc-side-nav-text p {
  font-size: 10px;
  font-weight: bold;
  color: #2f2f2f;
  letter-spacing: 0.5px;
  padding-top: 10px;
  text-transform: uppercase;
  outline: none;
}
#command-center #cc-side-nav .cc-side-nav-text .modules-side-nav {
  font-size: 16px;
  color: #FFF;
}
#command-center #cc-side-nav .cc-side-nav-text .modules-side-nav li {
  padding: 5px 0 0;
}
#command-center #cc-side-nav .cc-side-nav-text .modules-side-nav li i {
  padding: 0 10px 0 0;
  position: relative;
  top: 4px;
}
#command-center #cc-side-nav .cc-side-nav-text .modules-side-nav img {
  margin: 0 13px 0 2px;
}
#command-center #cc-side-nav .pwd-by {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 40px;
  line-height: 40px;
  text-align: center;
  border-top: 1px solid #dcdcdc;
}
#command-center #cc-side-nav .panel {
  box-shadow: none;
  text-decoration: none;
}
#command-center #cc-side-nav .panel-default {
  border: none;
  color: inherit;
  background-color: inherit;
}
#command-center #cc-side-nav .panel-default .panel-heading {
  color: inherit;
  background-color: inherit;
  border-color: transparent !important;
  padding: 0;
  text-decoration: none;
}
#command-center #cc-side-nav .panel-default .panel-heading i {
  padding: 0 10px 0 0;
  position: relative;
  top: -4px;
  font-size: 20px;
  float: right;
}
#command-center #cc-side-nav .panel-default .panel-heading a:hover {
  text-decoration: none;
}
#command-center #cc-side-nav .panel-body {
  border-top: none;
  padding: 0;
}
#command-center #cc-side-nav-ext {
  position: fixed;
  height: 100%;
  width: 375px;
  float: left;
  margin-left: 50px;
  padding: 20px 40px 100px 40px;
  margin-top: 50px;
  background: #ffffff;
  border-right: 1px solid #dcdcdc;
  z-index: 100;
  overflow-x: scroll;
}
#command-center #cc-side-nav-ext.animated {
  animation-duration: 300ms;
  -webkit-animation-duration: 300ms;
  -moz-animation-duration: 300ms;
}
#command-center .overlay-side-nav-ext {
  position: absolute;
  width: calc(100% - 425px);
  top: 50px;
  right: 0;
  height: 100%;
  min-height: 2500px;
  background: rgba(43, 48, 54, 0.5);
  z-index: 100;
}
#command-center #UpgradeProgram .upgrade-btn {
  color: #fff;
}
#command-center #UpgradeProgram .upgrade-btn:active, #command-center #UpgradeProgram .upgrade-btn :visited {
  color: #fff;
}
#command-center #LogOut .modal-dialog {
  margin-top: 10%;
}
#command-center #LogOut a {
  text-decoration: none;
  color: inherit;
}
#command-center #LogOut .btn-action {
  padding: 15px;
  border-radius: 7px;
  margin: 20px 30%;
  text-transform: uppercase;
  font-size: 22px;
  font-weight: 700;
}
#command-center #LogOut .btn-action.red {
  background-color: #ed1c24;
  color: #ffffff;
}
#command-center #LogOut .btn-action.red:hover {
  opacity: 0.7;
}
#command-center #LogOut .btn-action.neutral {
  background-color: lightgrey;
  color: #000;
}
#command-center #LogOut .btn-action.neutral:hover {
  opacity: 0.7;
}
#command-center #cc-overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  min-height: 1000px;
  z-index: 200;
  opacity: 0.85;
}
#command-center #cc-popup {
  position: absolute;
  top: 17%;
  z-index: 210;
  border-radius: 5px;
  padding: 0 20px;
  background-color: #fff;
}
#command-center #cc-popup .summary-image {
  text-align: center;
}
#command-center #cc-popup .summary-info h3 {
  font-weight: bold;
  color: #1d75bc;
}
#command-center #cc-popup .summary-info li {
  list-style: none;
}
#command-center #cc-popup .summary-info ul {
  padding-left: 0;
  font-weight: bold;
}
#command-center #cc-popup .summary-info i {
  vertical-align: middle;
  font-size: 18px;
}
#command-center #cc-popup .summary-info .fs-lg {
  font-size: 16px;
}
#command-center #cc-popup .summary-info hr {
  margin: 5px 20px;
}
#command-center #cc-popup.small {
  width: 48%;
  min-height: inherit;
  margin-left: -24%;
  left: 50%;
}
#command-center #cc-popup.medium {
  width: 62%;
  min-height: inherit;
  margin-left: -31%;
  left: 50%;
}
#command-center #cc-popup.large {
  width: 80%;
  min-height: inherit;
  margin-left: -40%;
  left: 50%;
}
#command-center #cc-popup .text-danger {
  padding: 0;
  font-size: 10px;
  text-align: center;
  background-color: #FFF !important;
  color: #ed1c24 !important;
  padding-top: 4px;
  border-top: 3px solid #ed1c24;
  border-radius: 0;
  margin-top: -2px;
}
#command-center #cc-popup table thead {
  cursor: pointer;
}
#command-center #cc-popup table tr.selected {
  background-color: #8dc63f;
  color: #fff;
  vertical-align: middle;
}
#command-center #cc-popup table th, #command-center #cc-popup table td {
  vertical-align: middle !important;
}
#command-center #cc-popup table th i, #command-center #cc-popup table td i {
  top: 2px !important;
  font-size: 16px;
}
#command-center #cc-popup table th i.active, #command-center #cc-popup table td i.active {
  color: #8dc63f !important;
}
#command-center #cc-popup table th i.inactive, #command-center #cc-popup table td i.inactive {
  color: #ed1c24 !important;
}
#command-center #cc-popup table th a, #command-center #cc-popup table td a {
  text-decoration: none;
}
#command-center #cc-popup table th a i, #command-center #cc-popup table td a i {
  color: #fff;
  background: #1d75bc;
  border-radius: 50%;
  padding: 2px;
  font-size: 25px;
}
#command-center #cc-body {
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0px;
  float: left;
  min-height: 835px;
}
#command-center #cc-body #cc-top-nav {
  position: fixed;
  color: #fff;
  z-index: 150;
  height: 50px;
  width: 100%;
  background-color: white;
  border-bottom: 1px solid #dcdcdc;
}
#command-center #cc-body #cc-top-nav.admin {
  background-color: #33383e;
  border-bottom: none;
}
#command-center #cc-body #cc-top-nav.admin .dashboard-name a {
  color: #fff;
}
#command-center #cc-body #cc-top-nav.admin .right-nav .top-right-side-menu h4 {
  color: #fff;
}
#command-center #cc-body #cc-top-nav.admin .right-nav .top-right-side-menu h4 a {
  color: #fff;
}
#command-center #cc-body #cc-top-nav.admin .right-nav .top-right-side-menu h4 i {
  color: #fff;
}
#command-center #cc-body #cc-top-nav.admin .right-nav .top-right-side-menu .profile-image {
  border-left: 1px solid rgba(255, 255, 255, 0.4);
}
#command-center #cc-body #cc-top-nav.admin .right-nav .top-right-side-menu .profile-image i {
  color: #fff;
}
#command-center #cc-body #cc-top-nav.admin .right-nav .top-right-side-action {
  color: rgba(255, 255, 255, 0.9);
}
#command-center #cc-body #cc-top-nav.admin .right-nav .top-right-side-action:hover {
  color: rgba(255, 255, 255, 0.75);
}
#command-center #cc-body #cc-top-nav h4, #command-center #cc-body #cc-top-nav .dashboard-name {
  font-size: 16px;
  display: inline-block;
  padding: 5px 0 0 15px;
  float: left;
  text-decoration: none;
  color: #364F6A;
}
@media (max-width: 767px) {
  #command-center #cc-body #cc-top-nav h4, #command-center #cc-body #cc-top-nav .dashboard-name {
    /* For less than 767px */
    padding: 0 0 0 15px;
  }
}
#command-center #cc-body #cc-top-nav h4 a, #command-center #cc-body #cc-top-nav .dashboard-name a {
  text-decoration: none;
  color: #364F6A;
}
#command-center #cc-body #cc-top-nav .right-nav {
  float: right;
  display: inline-flex;
}
#command-center #cc-body #cc-top-nav .right-nav .top-right-side-menu {
  padding: 0 10px;
  height: 50px;
  display: flex;
  float: left;
  text-align: center;
  color: #fff;
  background-color: transparent;
}
#command-center #cc-body #cc-top-nav .right-nav .top-right-side-menu h4 {
  font-size: 13px;
  padding: 0 0 0 20px;
  color: #364F6A;
  margin-left: -15px;
  margin-top: 8px;
}
#command-center #cc-body #cc-top-nav .right-nav .top-right-side-menu h4 a {
  text-decoration: none;
  color: #364F6A;
}
#command-center #cc-body #cc-top-nav .right-nav .top-right-side-menu h4 i {
  padding-left: 9px;
  font-size: 10px;
}
#command-center #cc-body #cc-top-nav .right-nav .top-right-side-menu .profile-image {
  cursor: pointer;
  padding: 10px;
  border-left: 1px solid #dcdcdc;
}
#command-center #cc-body #cc-top-nav .right-nav .top-right-side-menu .profile-image img {
  width: 30px;
  height: 30px;
  float: left;
  margin-left: 15px;
}
#command-center #cc-body #cc-top-nav .right-nav .top-right-side-menu .profile-image i {
  color: #999;
  padding-top: 7px;
  display: block;
}
#command-center #cc-body #cc-top-nav .right-nav .top-right-side-menu .dropdown-menu {
  background-color: #ffffff;
  margin: 0 0 0;
  padding: 0 0;
  right: 0;
  left: initial;
  min-width: 170px;
  border-radius: 0 0 2px 2px;
  box-shadow: none;
  border: 1px solid #dcdcdc;
  border-top: none;
}
#command-center #cc-body #cc-top-nav .right-nav .top-right-side-menu .dropdown-menu .item {
  list-style: none;
  padding: 5px 0;
  border-bottom: 1px solid #dcdcdc;
  text-align: left;
  font-size: 12px;
}
#command-center #cc-body #cc-top-nav .right-nav .top-right-side-menu .dropdown-menu .item:last-child {
  border-bottom: none;
}
#command-center #cc-body #cc-top-nav .right-nav .top-right-side-menu .dropdown-menu .item a {
  text-decoration: none;
  color: #343a42;
}
#command-center #cc-body #cc-top-nav .right-nav .top-right-side-menu .dropdown-menu .item a:hover, #command-center #cc-body #cc-top-nav .right-nav .top-right-side-menu .dropdown-menu .item a:focus, #command-center #cc-body #cc-top-nav .right-nav .top-right-side-menu .dropdown-menu .item a:active {
  background-color: transparent !important;
  color: #343a42;
}
#command-center #cc-body #cc-top-nav .right-nav .top-right-side-menu .dropdown-menu .item a.logout {
  color: #ed1c24;
}
#command-center #cc-body #cc-top-nav .right-nav .top-right-side-menu .dropdown-menu .item:hover, #command-center #cc-body #cc-top-nav .right-nav .top-right-side-menu .dropdown-menu .item:focus, #command-center #cc-body #cc-top-nav .right-nav .top-right-side-menu .dropdown-menu .item:active {
  background-color: rgba(54, 79, 106, 0.1);
}
#command-center #cc-body #cc-top-nav .right-nav .top-right-side-action {
  height: 50px;
  display: flex;
  color: #999999;
  float: left;
  background-color: transparent;
  cursor: pointer;
}
@media (max-width: 375px) {
  #command-center #cc-body #cc-top-nav .right-nav .top-right-side-action {
    /* For less than 375px */
  }
}
@media (max-width: 767px) {
  #command-center #cc-body #cc-top-nav .right-nav .top-right-side-action.more-options {
    /* For less than 767px */
    padding-right: 5px;
  }
}
#command-center #cc-body #cc-top-nav .right-nav .top-right-side-action:first-child {
  border-left: none;
}
#command-center #cc-body #cc-top-nav .right-nav .top-right-side-action:hover {
  color: #333333;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -ms-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
#command-center #cc-body #cc-top-nav .right-nav .top-right-side-action .action-icon {
  font-size: 22px;
  line-height: 50px;
  padding: 0 20px;
}
@media (max-width: 767px) {
  #command-center #cc-body #cc-top-nav .right-nav .top-right-side-action .action-icon {
    /* For less than 767px */
    padding: 0 15px;
  }
}
#command-center #cc-body #cc-top-nav .right-nav .top-right-side-action .dropdown-menu {
  background-color: #ffffff;
  margin: 0 0 0;
  padding: 0 0;
  right: 0;
  left: initial;
  min-width: 190px;
  border-radius: 0 0 2px 2px;
  box-shadow: none;
  border: 1px solid #dcdcdc;
  border-top: none;
}
#command-center #cc-body #cc-top-nav .right-nav .top-right-side-action .dropdown-menu .item {
  list-style: none;
  padding: 5px 0;
  border-bottom: 1px solid #dcdcdc;
  text-align: left;
  font-size: 12px;
}
#command-center #cc-body #cc-top-nav .right-nav .top-right-side-action .dropdown-menu .item:last-child {
  border-bottom: none;
}
#command-center #cc-body #cc-top-nav .right-nav .top-right-side-action .dropdown-menu .item a {
  text-decoration: none;
  color: #343a42;
}
#command-center #cc-body #cc-top-nav .right-nav .top-right-side-action .dropdown-menu .item a:hover, #command-center #cc-body #cc-top-nav .right-nav .top-right-side-action .dropdown-menu .item a:focus, #command-center #cc-body #cc-top-nav .right-nav .top-right-side-action .dropdown-menu .item a:active {
  background-color: transparent !important;
  color: #343a42;
}
#command-center #cc-body #cc-top-nav .right-nav .top-right-side-action .dropdown-menu .item:hover, #command-center #cc-body #cc-top-nav .right-nav .top-right-side-action .dropdown-menu .item:focus, #command-center #cc-body #cc-top-nav .right-nav .top-right-side-action .dropdown-menu .item:active {
  background-color: rgba(54, 79, 106, 0.1);
}
#command-center #cc-body #cc-top-nav .right-nav .top-right-side-action .alert-circle {
  position: absolute;
  left: 30px;
  top: 10px;
}
#command-center #cc-body #cc-side-menu {
  width: 25%;
  min-width: 525px;
}
#command-center #cc-body #cc-page {
  float: left;
  width: calc(100% - 50px);
  margin-left: 50px;
  padding: 75px 5% 75px 5%;
  box-sizing: border-box;
  top: 0;
}
#command-center #cc-body #cc-page.admin-page {
  padding: 0;
  width: 100%;
  margin-left: 0;
}
#command-center #cc-body #cc-page #modules {
  width: 80%;
  min-height: 500px;
  margin: 3rem auto 20px auto;
  padding: 10px;
  outline: none !important;
}
#command-center #cc-body #cc-page #modules h3 {
  padding: 0;
  margin: 0;
}
#command-center #cc-body #cc-page #modules hr {
  margin: 10px;
}
#command-center #cc-body #cc-page #modules .module-block {
  display: inline-block;
  text-align: center;
  width: 20%;
  min-height: 275px;
  box-sizing: border-box;
  margin-bottom: -20px;
}
#command-center #cc-body #cc-page #modules .module-block .module {
  margin: 0 auto;
  width: 96%;
  min-height: 240px;
  overflow: hidden;
  display: block;
  float: left;
  -webkit-overflow-scrolling: auto;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
  transition: box-shadow 0.3s ease-in-out;
  border-radius: 5px;
}
#command-center #cc-body #cc-page #modules .module-block .module:hover {
  box-shadow: 0 5px 14px rgba(0, 0, 0, 0.15);
  -webkit-transition: border 0.25s linear, margin 0.1s linear, box-shadow 0.25s linear;
  transition: border 0.25s linear, margin 0.1s linear, box-shadow 0.25s linear;
}
#command-center #cc-body #cc-page #modules .module-block .module .icon-wrapper {
  background-color: #1d75bc;
  background: linear-gradient(0deg, #1d75bc, #0076d6);
  height: 110px;
}
#command-center #cc-body #cc-page #modules .module-block .module .icon-wrapper .inner {
  height: 100px;
  width: 5px;
  margin: 0 auto 0 -25px;
  text-align: center;
  position: relative;
  left: 50%;
}
#command-center #cc-body #cc-page #modules .module-block .module .icon-wrapper .inner i {
  font-size: 50px;
  color: #FFF;
  position: relative;
  top: 20%;
}
#command-center #cc-body #cc-page #modules .module-block .module .icon-wrapper .inner .image-svg {
  width: 60px;
  margin-left: -5px !important;
  margin-top: 20px;
}
#command-center #cc-body #cc-page #modules .module-block .module .icon-wrapper .inner .image-svg.soundog {
  width: 50px;
}
#command-center #cc-body #cc-page #modules .module-block .module .icon-wrapper.soundog-bg-module {
  background-color: #fbee31;
  background: linear-gradient(0deg, #efe231, #fbee31);
}
#command-center #cc-body #cc-page #modules .module-block .module .icon-wrapper.sales-bg-module {
  background-color: #ed1c24;
  background: linear-gradient(0deg, #cb1b25, #ED1C24);
}
#command-center #cc-body #cc-page #modules .module-block .module .details {
  height: 130px;
  background-color: #FFF;
  text-align: center;
  border-bottom: 3.5px solid #dddbdb;
  border-radius: 0 0 5px 5px;
}
#command-center #cc-body #cc-page #modules .module-block .module .details .name {
  padding: 15px 0 5px 0;
  font-size: 14px;
  color: #364F6A;
  font-weight: bold;
  letter-spacing: 0.55px;
  font-family: "Muli", Helvetica, sans-serif;
}
#command-center #cc-body #cc-page #modules .module-block .module .details .info {
  font-size: 11px;
  padding: 5px 8px;
  letter-spacing: 0.35px;
  color: #949da8;
}
#command-center #cc-body #cc-page #modules .module-block .module .module-buttons {
  padding: 10px 8px;
  position: relative;
  display: flex;
  float: left;
  width: 80% !important;
}
#command-center #cc-body #cc-page #modules .module-block .module .module-buttons i {
  background-color: #777;
  border-radius: 50%;
  color: #FFF;
  padding: 4px;
  font-size: 18px;
}
#command-center #cc-body #cc-page #modules .module-block .module .module-buttons .quick-action {
  padding: 0 2px;
}
#command-center #cc-body #cc-page #modules .module-block .module .status-group {
  position: absolute;
  text-align: right;
  margin: 10px 0 0 10px;
}
#command-center #cc-body #cc-page #modules .module-block .module .status-group i {
  background-color: #777;
  border-radius: 50%;
  color: #FFF;
  padding: 4px;
  font-size: 18px;
}
#command-center #cc-body #cc-page #modules .module-block .module .status-group .status {
  padding: 0;
}
#command-center #cc-body #cc-page #modules .module-block .module .status-group .status-tooltip img {
  width: 20px;
  border-radius: 50%;
}
#command-center #cc-body #footer-nav {
  background-color: #ffffff;
  border-top: 1px solid #dcdcdc;
  height: 40px;
  line-height: 40px;
}
#command-center #cc-body #footer-nav a {
  color: #364F6A;
  font-size: 12px;
}
#command-center #cc-body #footer-nav p {
  color: #5a84b1;
  font-size: 12px;
}
#command-center #cc-body #cc-section-loading {
  position: absolute;
  background: rgba(255, 255, 255, 0.9);
  z-index: 20;
  border-radius: 5px;
}
#command-center #cc-body #cc-section-loading #loading-wrapper {
  background: none;
  top: 0;
}

.cc-tooltip-popup {
  position: absolute;
  min-width: 200px;
  min-height: 100px;
  z-index: 1000;
  background: #CACACA;
  color: #000;
}
.cc-tooltip-popup img {
  max-width: 250px;
  border: 5px solid #f2f2f2;
  -moz-box-shadow: 0 0 2px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 0 2px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.1);
}

.gallery-container .context-menu {
  position: absolute;
  right: 0;
  bottom: -75px;
  background-color: #33383e;
  color: #fff;
  padding: 10px;
  z-index: 10;
  border-radius: 5px;
}
.gallery-container .context-menu ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.gallery-container .context-menu ul a {
  text-decoration: none;
  cursor: pointer;
  color: #fff;
  display: block;
}
.gallery-container .context-menu ul a:hover {
  opacity: 0.5;
}
.gallery-container .context-menu ul a li {
  padding: 5px 5px;
}
.gallery-container .context-menu ul a li i {
  padding-right: 10px;
}

#report-bug iframe html body, #feedback iframe html body {
  background-color: transparent !important;
}

#locked .locked-container {
  width: 100%;
  height: 100%;
  cursor: not-allowed;
  background-color: #f9f9f9;
  padding: 30px 15px;
  min-height: 300px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
}
#locked .locked-container input, #locked .locked-container label, #locked .locked-container select, #locked .locked-container textarea, #locked .locked-container button {
  pointer-events: none;
  opacity: 0.4;
}
#locked .locked-container button {
  display: none;
}
#locked input {
  cursor: not-allowed;
}
#locked:after {
  content: "\f023";
  font-family: FontAwesome;
  cursor: not-allowed;
  position: absolute;
  top: 57%;
  left: 45%;
  font-size: 35px;
  text-align: center;
  margin: 0 auto;
  background-color: #616161;
  color: #fff;
  padding: 8px 22px;
  border-radius: 50%;
}

@media (max-width: 767px) {
  .mobile-hide {
    /* For less than 767px */
    display: none !important;
  }
}

.mobile-show {
  display: none !important;
}
@media (max-width: 767px) {
  .mobile-show {
    /* For less than 767px */
    display: block !important;
  }
}

@media (min-width: 767px) and (max-width: 991px) {
  .tablet-hide {
    /* For less than 991px */
    display: none !important;
  }
}

.tablet-show {
  display: none !important;
}
@media (max-width: 767px) {
  .tablet-show {
    /* For less than 767px */
    display: block !important;
  }
}
@media (min-width: 767px) and (max-width: 991px) {
  .tablet-show {
    /* For less than 991px */
    display: block !important;
  }
}

@media (min-width: 991px) and (max-width: 1199px) {
  .desktop-sm-hide {
    /* For less than 1119px */
    display: none !important;
  }
}

.desktop-sm-show {
  display: none !important;
}
@media (max-width: 767px) {
  .desktop-sm-show {
    /* For less than 767px */
    display: block !important;
  }
}
@media (min-width: 767px) and (max-width: 991px) {
  .desktop-sm-show {
    /* For less than 991px */
    display: block !important;
  }
}
@media (min-width: 991px) and (max-width: 1199px) {
  .desktop-sm-show {
    /* For less than 1119px */
    display: block !important;
  }
}

@media only screen and (min-width: 120px) and (max-width: 800px) {
  #cc-page {
    padding: 60px 0 20px 0 !important;
    margin-left: 0 !important;
    width: 100% !important;
  }

  #cc-body {
    width: 100% !important;
    left: 0 !important;
  }
  #cc-body #cc-top-nav {
    width: 100% !important;
  }
  #cc-body #cc-top-nav .right-nav .top-right-side-menu {
    padding: 0 2px !important;
  }
  #cc-body #cc-top-nav .right-nav .top-right-side-menu .profile-image {
    padding: 2px;
  }
  #cc-body #cc-top-nav .right-nav .top-right-side-menu .profile-image img {
    margin-left: 5px !important;
  }
  #cc-body #cc-side-menu {
    width: 90% !important;
    min-width: 100% !important;
  }

  #cc-side-nav {
    display: none !important;
    width: 0 !important;
  }

  #modules {
    width: 97% !important;
    margin: 0 auto 20px auto !important;
  }
  #modules .module-block {
    width: 50% !important;
    margin: 0 !important;
    margin-bottom: -45px !important;
    padding: 0 4px;
  }
  #modules .module-block .module {
    width: 100% !important;
    min-height: 220px !important;
    box-shadow: none !important;
  }
  #modules .module-block .module:hover {
    box-shadow: none !important;
  }
  #modules .module-block .module .status-group {
    padding: 5px 10px 0 0 !important;
  }
  #modules .module-block .module .status-group img {
    padding: 2px !important;
    width: 80%;
    border-radius: 50%;
  }
  #modules .module-block .module .details {
    height: 110px !important;
  }
  #modules .module-block .module .details .info {
    font-size: 9px !important;
  }

  #loading-wrapper {
    margin-top: -5px;
  }
  #loading-wrapper .loader {
    margin: 60% auto !important;
  }

  #menu-strip span {
    display: none;
  }

  .sa-status {
    width: 90% !important;
  }

  .mobile-width {
    width: 100% !important;
  }

  .left-zero {
    left: 0 !important;
  }
}
@media only screen and (min-device-width: 120px) and (max-device-width: 750px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 2) {
  #modules .module-block {
    width: 50% !important;
    margin: 0 !important;
    margin-bottom: -50px !important;
    padding: 0 4px;
  }
  #modules .module-block .module {
    width: 100% !important;
    min-height: 215px !important;
    box-shadow: none !important;
  }
  #modules .module-block .module:hover {
    box-shadow: none !important;
  }
}
/* iPhone 5 ----------- */
@media only screen and (min-device-width: 320px) and (max-device-height: 568px) and (orientation: landscape) and (-webkit-device-pixel-ratio: 2) {
  #modules .module-block {
    width: 50% !important;
    margin: 0 !important;
    margin-bottom: -50px !important;
    padding: 0 10px;
  }
  #modules .module-block .module {
    width: 100% !important;
    min-height: 215px !important;
    box-shadow: none !important;
  }
  #modules .module-block .module:hover {
    box-shadow: none !important;
  }
}
@media only screen and (min-device-width: 320px) and (max-device-height: 568px) and (orientation: portrait) and (-webkit-device-pixel-ratio: 2) {
  #modules .module-block {
    width: 50% !important;
    margin: 0 !important;
    margin-bottom: -50px !important;
    padding: 0 10px;
  }
  #modules .module-block .module {
    width: 100% !important;
    min-height: 215px !important;
    box-shadow: none !important;
  }
  #modules .module-block .module:hover {
    box-shadow: none !important;
  }
}
/* iPads (portrait and landscape) ----------- */
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  #cc-page {
    padding: 60px 0 20px 0 !important;
    margin-left: 0 !important;
    width: 100% !important;
  }
  #cc-page.admin-page {
    padding: 0 !important;
  }
}
/* iPads (landscape) ----------- */
@media only screen and (min-device-width: 751px) and (max-device-width: 1024px) and (orientation: landscape) {
  .mobile-width {
    width: 100% !important;
  }

  .left-zero {
    left: 0 !important;
  }

  #cc-side-nav {
    display: none !important;
    width: 0 !important;
  }

  #cc-body {
    width: 100% !important;
    left: 0 !important;
  }
  #cc-body #cc-top-nav {
    width: 100% !important;
  }
  #modules .module-block {
    width: 25% !important;
    margin: 0 !important;
    margin-bottom: -45px !important;
    padding: 0 4px;
  }
  #modules .module-block .module {
    width: 100% !important;
    min-height: 220px !important;
    box-shadow: none !important;
  }
  #modules .module-block .module:hover {
    box-shadow: none !important;
  }
  #modules .module-block .module .status-group {
    padding: 5px 10px 0 0 !important;
  }
  #modules .module-block .module .status-group i {
    padding: 2px !important;
    font-size: 14px !important;
  }
  #modules .module-block .module .details .info {
    font-size: 9px !important;
  }

  #loading-wrapper {
    margin-top: -5px;
  }
  #loading-wrapper .loader {
    margin: 30% auto !important;
  }
  #loading-wrapper .loader h1 {
    font-weight: 300;
  }

  #menu-strip span {
    display: inline-block;
  }
}
@media only screen and (min-width: 751px) and (max-width: 1024px) {
  .tablet-show {
    display: block !important;
  }
}
/* iPads (portrait) ----------- */
@media only screen and (min-device-width: 751px) and (max-device-width: 1024px) and (orientation: portrait) {
  .tablet-show {
    display: block !important;
  }

  .mobile-width {
    width: 100% !important;
  }

  .left-zero {
    left: 0 !important;
  }

  #cc-side-nav {
    display: none !important;
    width: 0 !important;
  }

  #cc-body {
    width: 100% !important;
    left: 0 !important;
  }
  #cc-body #cc-top-nav {
    width: 100% !important;
  }

  #modules .module-block {
    width: 33.3% !important;
    margin: 0 !important;
    margin-bottom: -45px !important;
    padding: 0 4px;
  }
  #modules .module-block .module {
    width: 100% !important;
    min-height: 220px !important;
    box-shadow: none !important;
  }
  #modules .module-block .module:hover {
    box-shadow: none !important;
  }
  #modules .module-block .module .status-group {
    padding: 5px 10px 0 0 !important;
  }
  #modules .module-block .module .status-group i {
    padding: 2px !important;
    font-size: 14px !important;
  }
  #modules .module-block .module .details .info {
    font-size: 9px !important;
  }

  #loading-wrapper {
    margin-top: -5px;
  }
  #loading-wrapper .loader {
    margin: 50% auto !important;
  }

  #menu-strip span {
    display: none;
  }
}
@media only screen and (min-width: 800px) and (max-width: 1250px) {
  #modules .module-block {
    width: 33.3% !important;
    margin-bottom: -25px !important;
  }
}
@media only screen and (min-width: 800px) and (max-width: 1024px) {
  #cc-side-nav {
    display: none !important;
    width: 0 !important;
  }

  #cc-body #cc-side-menu {
    width: 40% !important;
  }
}
/* Desktops and laptops ----------- */
@media only screen and (min-width: 1224px) and (max-width: 1500px) {
  #modules {
    width: 90% !important;
    margin: 2rem auto 20px auto !important;
  }

  #cc-page {
    padding: 65px 2.5% 75px 2.5% !important;
  }
  #cc-page.admin-page {
    padding: 0 !important;
  }
}
/* Large screens ----------- */
/* Background pattern from Toptal Subtle Patterns */

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