/* Bootstrap */
@import url(../css/animate.css);
.gaugejs-wrap {
  position: relative;
  margin: 0 auto; }
  .gaugejs-wrap canvas.gaugejs {
    width: 100% !important;
    height: auto !important; }
  .gaugejs-wrap i, .gaugejs-wrap.sparkline .value {
    top: 50%;
    display: block;
    width: 100%;
    text-align: center; }
  .gaugejs-wrap i {
    position: absolute;
    left: 0;
    z-index: 1000;
    margin-top: -15px;
    font-size: 30px; }
  .gaugejs-wrap.type-2 .value {
    display: block;
    margin-top: -85px; }
  .gaugejs-wrap.type-2 label {
    display: block;
    margin-top: -10px;
    font-size: 10px;
    font-weight: 600;
    color: #9da0a8;
    text-transform: uppercase; }
  .gaugejs-wrap.sparkline {
    position: relative; }
    .gaugejs-wrap.sparkline .value {
      position: absolute;
      margin-top: -5px;
      font-size: 10px;
      line-height: 10px; }

.switch.switch-default {
  position: relative;
  display: inline-block;
  vertical-align: top;
  width: 40px;
  height: 24px;
  background-color: transparent;
  cursor: pointer; }
  .switch.switch-default .switch-input {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0; }
  .switch.switch-default .switch-label {
    position: relative;
    display: block;
    height: inherit;
    font-size: 10px;
    font-weight: 600;
    text-transform: uppercase;
    background-color: #fff;
    border: 1px solid #e9ecef;
    border-radius: 2px;
    transition: opacity background .15s ease-out; }
  .switch.switch-default .switch-input:checked ~ .switch-label::before {
    opacity: 0; }
  .switch.switch-default .switch-input:checked ~ .switch-label::after {
    opacity: 1; }
  .switch.switch-default .switch-handle {
    position: absolute;
    top: 2px;
    left: 2px;
    width: 20px;
    height: 20px;
    background: #fff;
    border: 1px solid #e9ecef;
    border-radius: 1px;
    transition: left .15s ease-out; }
  .switch.switch-default .switch-input:checked ~ .switch-handle {
    left: 18px; }
  .switch.switch-default.switch-lg {
    width: 48px;
    height: 28px; }
    .switch.switch-default.switch-lg .switch-label {
      font-size: 12px; }
    .switch.switch-default.switch-lg .switch-handle {
      width: 24px;
      height: 24px; }
    .switch.switch-default.switch-lg .switch-input:checked ~ .switch-handle {
      left: 22px; }
  .switch.switch-default.switch-sm {
    width: 32px;
    height: 20px; }
    .switch.switch-default.switch-sm .switch-label {
      font-size: 8px; }
    .switch.switch-default.switch-sm .switch-handle {
      width: 16px;
      height: 16px; }
    .switch.switch-default.switch-sm .switch-input:checked ~ .switch-handle {
      left: 14px; }
  .switch.switch-default.switch-xs {
    width: 24px;
    height: 16px; }
    .switch.switch-default.switch-xs .switch-label {
      font-size: 7px; }
    .switch.switch-default.switch-xs .switch-handle {
      width: 12px;
      height: 12px; }
    .switch.switch-default.switch-xs .switch-input:checked ~ .switch-handle {
      left: 10px; }

.switch.switch-text {
  position: relative;
  display: inline-block;
  vertical-align: top;
  width: 48px;
  height: 24px;
  background-color: transparent;
  cursor: pointer; }
  .switch.switch-text .switch-input {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0; }
  .switch.switch-text .switch-label {
    position: relative;
    display: block;
    height: inherit;
    font-size: 10px;
    font-weight: 600;
    text-transform: uppercase;
    background-color: #fff;
    border: 1px solid #e9ecef;
    border-radius: 2px;
    transition: opacity background .15s ease-out; }
  .switch.switch-text .switch-label::before,
  .switch.switch-text .switch-label::after {
    position: absolute;
    top: 50%;
    width: 50%;
    margin-top: -.5em;
    line-height: 1;
    text-align: center;
    transition: inherit; }
  .switch.switch-text .switch-label::before {
    right: 1px;
    color: #e9ecef;
    content: attr(data-off); }
  .switch.switch-text .switch-label::after {
    left: 1px;
    color: #fff;
    content: attr(data-on);
    opacity: 0; }
  .switch.switch-text .switch-input:checked ~ .switch-label::before {
    opacity: 0; }
  .switch.switch-text .switch-input:checked ~ .switch-label::after {
    opacity: 1; }
  .switch.switch-text .switch-handle {
    position: absolute;
    top: 2px;
    left: 2px;
    width: 20px;
    height: 20px;
    background: #fff;
    border: 1px solid #e9ecef;
    border-radius: 1px;
    transition: left .15s ease-out; }
  .switch.switch-text .switch-input:checked ~ .switch-handle {
    left: 26px; }
  .switch.switch-text.switch-lg {
    width: 56px;
    height: 28px; }
    .switch.switch-text.switch-lg .switch-label {
      font-size: 12px; }
    .switch.switch-text.switch-lg .switch-handle {
      width: 24px;
      height: 24px; }
    .switch.switch-text.switch-lg .switch-input:checked ~ .switch-handle {
      left: 30px; }
  .switch.switch-text.switch-sm {
    width: 40px;
    height: 20px; }
    .switch.switch-text.switch-sm .switch-label {
      font-size: 8px; }
    .switch.switch-text.switch-sm .switch-handle {
      width: 16px;
      height: 16px; }
    .switch.switch-text.switch-sm .switch-input:checked ~ .switch-handle {
      left: 22px; }
  .switch.switch-text.switch-xs {
    width: 32px;
    height: 16px; }
    .switch.switch-text.switch-xs .switch-label {
      font-size: 7px; }
    .switch.switch-text.switch-xs .switch-handle {
      width: 12px;
      height: 12px; }
    .switch.switch-text.switch-xs .switch-input:checked ~ .switch-handle {
      left: 18px; }

.switch.switch-icon {
  position: relative;
  display: inline-block;
  vertical-align: top;
  width: 48px;
  height: 24px;
  background-color: transparent;
  cursor: pointer; }
  .switch.switch-icon .switch-input {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0; }
  .switch.switch-icon .switch-label {
    position: relative;
    display: block;
    height: inherit;
    font-family: FontAwesome;
    font-size: 10px;
    font-weight: 600;
    text-transform: uppercase;
    background-color: #fff;
    border: 1px solid #e9ecef;
    border-radius: 2px;
    transition: opacity background .15s ease-out; }
  .switch.switch-icon .switch-label::before,
  .switch.switch-icon .switch-label::after {
    position: absolute;
    top: 50%;
    width: 50%;
    margin-top: -.5em;
    line-height: 1;
    text-align: center;
    transition: inherit; }
  .switch.switch-icon .switch-label::before {
    right: 1px;
    color: #e9ecef;
    content: attr(data-off); }
  .switch.switch-icon .switch-label::after {
    left: 1px;
    color: #fff;
    content: attr(data-on);
    opacity: 0; }
  .switch.switch-icon .switch-input:checked ~ .switch-label::before {
    opacity: 0; }
  .switch.switch-icon .switch-input:checked ~ .switch-label::after {
    opacity: 1; }
  .switch.switch-icon .switch-handle {
    position: absolute;
    top: 2px;
    left: 2px;
    width: 20px;
    height: 20px;
    background: #fff;
    border: 1px solid #e9ecef;
    border-radius: 1px;
    transition: left .15s ease-out; }
  .switch.switch-icon .switch-input:checked ~ .switch-handle {
    left: 26px; }
  .switch.switch-icon.switch-lg {
    width: 56px;
    height: 28px; }
    .switch.switch-icon.switch-lg .switch-label {
      font-size: 12px; }
    .switch.switch-icon.switch-lg .switch-handle {
      width: 24px;
      height: 24px; }
    .switch.switch-icon.switch-lg .switch-input:checked ~ .switch-handle {
      left: 30px; }
  .switch.switch-icon.switch-sm {
    width: 40px;
    height: 20px; }
    .switch.switch-icon.switch-sm .switch-label {
      font-size: 8px; }
    .switch.switch-icon.switch-sm .switch-handle {
      width: 16px;
      height: 16px; }
    .switch.switch-icon.switch-sm .switch-input:checked ~ .switch-handle {
      left: 22px; }
  .switch.switch-icon.switch-xs {
    width: 32px;
    height: 16px; }
    .switch.switch-icon.switch-xs .switch-label {
      font-size: 7px; }
    .switch.switch-icon.switch-xs .switch-handle {
      width: 12px;
      height: 12px; }
    .switch.switch-icon.switch-xs .switch-input:checked ~ .switch-handle {
      left: 18px; }

.switch.switch-3d {
  position: relative;
  display: inline-block;
  vertical-align: top;
  width: 40px;
  height: 24px;
  background-color: transparent;
  cursor: pointer; }
  .switch.switch-3d .switch-input {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0; }
  .switch.switch-3d .switch-label {
    position: relative;
    display: block;
    height: inherit;
    font-size: 10px;
    font-weight: 600;
    text-transform: uppercase;
    background-color: #f8f9fa;
    border: 1px solid #e9ecef;
    border-radius: 2px;
    transition: opacity background .15s ease-out; }
  .switch.switch-3d .switch-input:checked ~ .switch-label::before {
    opacity: 0; }
  .switch.switch-3d .switch-input:checked ~ .switch-label::after {
    opacity: 1; }
  .switch.switch-3d .switch-handle {
    position: absolute;
    top: 0;
    left: 0;
    width: 24px;
    height: 24px;
    background: #fff;
    border: 1px solid #e9ecef;
    border-radius: 1px;
    transition: left .15s ease-out;
    border: 0;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3); }
  .switch.switch-3d .switch-input:checked ~ .switch-handle {
    left: 16px; }
  .switch.switch-3d.switch-lg {
    width: 48px;
    height: 28px; }
    .switch.switch-3d.switch-lg .switch-label {
      font-size: 12px; }
    .switch.switch-3d.switch-lg .switch-handle {
      width: 28px;
      height: 28px; }
    .switch.switch-3d.switch-lg .switch-input:checked ~ .switch-handle {
      left: 20px; }
  .switch.switch-3d.switch-sm {
    width: 32px;
    height: 20px; }
    .switch.switch-3d.switch-sm .switch-label {
      font-size: 8px; }
    .switch.switch-3d.switch-sm .switch-handle {
      width: 20px;
      height: 20px; }
    .switch.switch-3d.switch-sm .switch-input:checked ~ .switch-handle {
      left: 12px; }
  .switch.switch-3d.switch-xs {
    width: 24px;
    height: 16px; }
    .switch.switch-3d.switch-xs .switch-label {
      font-size: 7px; }
    .switch.switch-3d.switch-xs .switch-handle {
      width: 16px;
      height: 16px; }
    .switch.switch-3d.switch-xs .switch-input:checked ~ .switch-handle {
      left: 8px; }

.switch-pill .switch-label, .switch.switch-3d .switch-label,
.switch-pill .switch-handle,
.switch.switch-3d .switch-handle {
  border-radius: 50em !important; }
.switch-pill .switch-label::before, .switch.switch-3d .switch-label::before {
  right: 2px !important; }
.switch-pill .switch-label::after, .switch.switch-3d .switch-label::after {
  left: 2px !important; }

.switch-primary > .switch-input:checked ~ .switch-label {
  background: #007bff !important;
  border-color: #0062cc; }
.switch-primary > .switch-input:checked ~ .switch-handle {
  border-color: #0062cc; }

.switch-primary-outline > .switch-input:checked ~ .switch-label {
  background: #fff !important;
  border-color: #007bff; }
  .switch-primary-outline > .switch-input:checked ~ .switch-label::after {
    color: #007bff; }
.switch-primary-outline > .switch-input:checked ~ .switch-handle {
  border-color: #007bff; }

.switch-primary-outline-alt > .switch-input:checked ~ .switch-label {
  background: #fff !important;
  border-color: #007bff; }
  .switch-primary-outline-alt > .switch-input:checked ~ .switch-label::after {
    color: #007bff; }
.switch-primary-outline-alt > .switch-input:checked ~ .switch-handle {
  background: #007bff !important;
  border-color: #007bff; }

.switch-secondary > .switch-input:checked ~ .switch-label {
  background: #868e96 !important;
  border-color: #6c757d; }
.switch-secondary > .switch-input:checked ~ .switch-handle {
  border-color: #6c757d; }

.switch-secondary-outline > .switch-input:checked ~ .switch-label {
  background: #fff !important;
  border-color: #868e96; }
  .switch-secondary-outline > .switch-input:checked ~ .switch-label::after {
    color: #868e96; }
.switch-secondary-outline > .switch-input:checked ~ .switch-handle {
  border-color: #868e96; }

.switch-secondary-outline-alt > .switch-input:checked ~ .switch-label {
  background: #fff !important;
  border-color: #868e96; }
  .switch-secondary-outline-alt > .switch-input:checked ~ .switch-label::after {
    color: #868e96; }
.switch-secondary-outline-alt > .switch-input:checked ~ .switch-handle {
  background: #868e96 !important;
  border-color: #868e96; }

.switch-success > .switch-input:checked ~ .switch-label {
  background: #28a745 !important;
  border-color: #1e7e34; }
.switch-success > .switch-input:checked ~ .switch-handle {
  border-color: #1e7e34; }

.switch-success-outline > .switch-input:checked ~ .switch-label {
  background: #fff !important;
  border-color: #28a745; }
  .switch-success-outline > .switch-input:checked ~ .switch-label::after {
    color: #28a745; }
.switch-success-outline > .switch-input:checked ~ .switch-handle {
  border-color: #28a745; }

.switch-success-outline-alt > .switch-input:checked ~ .switch-label {
  background: #fff !important;
  border-color: #28a745; }
  .switch-success-outline-alt > .switch-input:checked ~ .switch-label::after {
    color: #28a745; }
.switch-success-outline-alt > .switch-input:checked ~ .switch-handle {
  background: #28a745 !important;
  border-color: #28a745; }

.switch-info > .switch-input:checked ~ .switch-label {
  background: #17a2b8 !important;
  border-color: #117a8b; }
.switch-info > .switch-input:checked ~ .switch-handle {
  border-color: #117a8b; }

.switch-info-outline > .switch-input:checked ~ .switch-label {
  background: #fff !important;
  border-color: #17a2b8; }
  .switch-info-outline > .switch-input:checked ~ .switch-label::after {
    color: #17a2b8; }
.switch-info-outline > .switch-input:checked ~ .switch-handle {
  border-color: #17a2b8; }

.switch-info-outline-alt > .switch-input:checked ~ .switch-label {
  background: #fff !important;
  border-color: #17a2b8; }
  .switch-info-outline-alt > .switch-input:checked ~ .switch-label::after {
    color: #17a2b8; }
.switch-info-outline-alt > .switch-input:checked ~ .switch-handle {
  background: #17a2b8 !important;
  border-color: #17a2b8; }

.switch-warning > .switch-input:checked ~ .switch-label {
  background: #ffc107 !important;
  border-color: #d39e00; }
.switch-warning > .switch-input:checked ~ .switch-handle {
  border-color: #d39e00; }

.switch-warning-outline > .switch-input:checked ~ .switch-label {
  background: #fff !important;
  border-color: #ffc107; }
  .switch-warning-outline > .switch-input:checked ~ .switch-label::after {
    color: #ffc107; }
.switch-warning-outline > .switch-input:checked ~ .switch-handle {
  border-color: #ffc107; }

.switch-warning-outline-alt > .switch-input:checked ~ .switch-label {
  background: #fff !important;
  border-color: #ffc107; }
  .switch-warning-outline-alt > .switch-input:checked ~ .switch-label::after {
    color: #ffc107; }
.switch-warning-outline-alt > .switch-input:checked ~ .switch-handle {
  background: #ffc107 !important;
  border-color: #ffc107; }

.switch-danger > .switch-input:checked ~ .switch-label {
  background: #dc3545 !important;
  border-color: #bd2130; }
.switch-danger > .switch-input:checked ~ .switch-handle {
  border-color: #bd2130; }

.switch-danger-outline > .switch-input:checked ~ .switch-label {
  background: #fff !important;
  border-color: #dc3545; }
  .switch-danger-outline > .switch-input:checked ~ .switch-label::after {
    color: #dc3545; }
.switch-danger-outline > .switch-input:checked ~ .switch-handle {
  border-color: #dc3545; }

.switch-danger-outline-alt > .switch-input:checked ~ .switch-label {
  background: #fff !important;
  border-color: #dc3545; }
  .switch-danger-outline-alt > .switch-input:checked ~ .switch-label::after {
    color: #dc3545; }
.switch-danger-outline-alt > .switch-input:checked ~ .switch-handle {
  background: #dc3545 !important;
  border-color: #dc3545; }

.switch-light > .switch-input:checked ~ .switch-label {
  background: #f8f9fa !important;
  border-color: #dae0e5; }
.switch-light > .switch-input:checked ~ .switch-handle {
  border-color: #dae0e5; }

.switch-light-outline > .switch-input:checked ~ .switch-label {
  background: #fff !important;
  border-color: #f8f9fa; }
  .switch-light-outline > .switch-input:checked ~ .switch-label::after {
    color: #f8f9fa; }
.switch-light-outline > .switch-input:checked ~ .switch-handle {
  border-color: #f8f9fa; }

.switch-light-outline-alt > .switch-input:checked ~ .switch-label {
  background: #fff !important;
  border-color: #f8f9fa; }
  .switch-light-outline-alt > .switch-input:checked ~ .switch-label::after {
    color: #f8f9fa; }
.switch-light-outline-alt > .switch-input:checked ~ .switch-handle {
  background: #f8f9fa !important;
  border-color: #f8f9fa; }

.switch-dark > .switch-input:checked ~ .switch-label {
  background: #343a40 !important;
  border-color: #1d2124; }
.switch-dark > .switch-input:checked ~ .switch-handle {
  border-color: #1d2124; }

.switch-dark-outline > .switch-input:checked ~ .switch-label {
  background: #fff !important;
  border-color: #343a40; }
  .switch-dark-outline > .switch-input:checked ~ .switch-label::after {
    color: #343a40; }
.switch-dark-outline > .switch-input:checked ~ .switch-handle {
  border-color: #343a40; }

.switch-dark-outline-alt > .switch-input:checked ~ .switch-label {
  background: #fff !important;
  border-color: #343a40; }
  .switch-dark-outline-alt > .switch-input:checked ~ .switch-label::after {
    color: #343a40; }
.switch-dark-outline-alt > .switch-input:checked ~ .switch-handle {
  background: #343a40 !important;
  border-color: #343a40; }

.social-box {
  min-height: 160px;
  margin-bottom: 1.5rem;
  text-align: center;
  background: #fff; }
  .social-box i {
    display: block;
    margin: -1px -1px 0;
    font-size: 40px;
    line-height: 90px;
    background: #e9ecef; }
  .social-box .chart-wrapper {
    height: 90px;
    margin: -90px 0 0; }
    .social-box .chart-wrapper canvas {
      width: 100% !important;
      height: 90px !important; }
  .social-box ul {
    padding: 10px 0;
    list-style: none; }
    .social-box ul li {
      display: block;
      float: left;
      width: 50%;
      padding-top: 10px;
      font-size: 18px; }
      .social-box ul li:first-child {
        border-right: 1px solid #c2cfd6; }
      .social-box ul li strong {
        display: block;
        font-size: 20px; }
      .social-box ul li span {
        font-size: 18px;
        font-weight: 500;
        color: #949CA0;
        text-transform: uppercase; }
  .social-box.facebook i {
    color: #fff;
    background: #3b5998; }
  .social-box.twitter i {
    color: #fff;
    background: #00aced; }
  .social-box.linkedin i {
    color: #fff;
    background: #4875b4; }
  .social-box.google-plus i {
    color: #fff;
    background: #d34836; }

.horizontal-bars {
  padding: 0;
  margin: 0;
  list-style: none; }
  .horizontal-bars li {
    position: relative;
    height: 40px;
    line-height: 40px;
    vertical-align: middle; }
    .horizontal-bars li .title {
      width: 100px;
      font-size: 12px;
      font-weight: 600;
      color: #868e96;
      vertical-align: middle; }
    .horizontal-bars li .bars {
      position: absolute;
      top: 15px;
      width: 100%;
      padding-left: 100px; }
      .horizontal-bars li .bars .progress:first-child {
        margin-bottom: 2px; }
    .horizontal-bars li.legend {
      text-align: center; }
      .horizontal-bars li.legend .badge {
        display: inline-block;
        width: 8px;
        height: 8px;
        padding: 0; }
    .horizontal-bars li.divider {
      height: 40px; }
      .horizontal-bars li.divider i {
        margin: 0 !important; }
  .horizontal-bars.type-2 li {
    overflow: hidden; }
    .horizontal-bars.type-2 li i {
      display: inline-block;
      margin-right: 1rem;
      margin-left: 5px;
      font-size: 18px;
      line-height: 40px; }
    .horizontal-bars.type-2 li .title {
      display: inline-block;
      width: auto;
      margin-top: -9px;
      font-size: 1rem;
      font-weight: normal;
      line-height: 40px;
      color: #212529; }
    .horizontal-bars.type-2 li .value {
      float: right;
      font-weight: 600; }
    .horizontal-bars.type-2 li .bars {
      position: absolute;
      top: auto;
      bottom: 0;
      padding: 0; }

.icons-list {
  padding: 0;
  margin: 0;
  list-style: none; }
  .icons-list li {
    position: relative;
    height: 40px;
    vertical-align: middle; }
    .icons-list li i {
      display: block;
      float: left;
      width: 35px !important;
      height: 35px !important;
      margin: 2px;
      line-height: 35px !important;
      text-align: center; }
    .icons-list li .desc {
      height: 40px;
      margin-left: 50px;
      border-bottom: 1px solid #e9ecef; }
      .icons-list li .desc .title {
        padding: 2px 0 0;
        margin: 0; }
      .icons-list li .desc small {
        display: block;
        margin-top: -4px;
        color: #868e96; }
    .icons-list li .value {
      position: absolute;
      top: 2px;
      right: 45px;
      text-align: right; }
      .icons-list li .value strong {
        display: block;
        margin-top: -3px; }
    .icons-list li .actions {
      position: absolute;
      top: -4px;
      right: 10px;
      width: 40px;
      height: 40px;
      line-height: 40px;
      text-align: center; }
      .icons-list li .actions i {
        float: none;
        width: auto;
        height: auto;
        padding: 0;
        margin: 0;
        line-height: normal; }
    .icons-list li.divider {
      height: 40px; }
      .icons-list li.divider i {
        width: auto;
        height: auto;
        margin: 2px 0 0;
        font-size: 18px; }

.bg-flat-color-1 {
  background: #3F51B5; }

.bg-flat-color-2 {
  background: #4dbd74; }

.bg-flat-color-3 {
  background: #2196F3; }

.bg-flat-color-4 {
  background: #673AB7; }

.bg-flat-color-5 {
  background: #00BCD4;
}
.bg-flat-color-6 {
    background: #607D8B; }
.bg-flat-color-7 {
    background: #009688;
  }
.bg-flat-color-8 {
  background: #E91E63; }
.transition {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease; }

body {
  background: #f1f2f7;
  display: table;
  /*font-family: 'Open Sans' sans-serif !important;*/
  font-size: 16px;
  width: 100%; }

div[class*="col-"] {
  float: left; }

p {
  font-size: 16px;
  font-family: 'Open Sans' sans-serif;
  font-weight: 400;
  line-height: 24px;
  color: #878787; }

p:focus {
  border: none;
  outline: 0; }

a, button {
  text-decoration: none;
  outline: none !important;
  color: #878787;
  -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; }

a:hover,
a:focus {
  text-decoration: none;
  color: #000; }

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0; }

ul,
ol {
  padding-left: 0; }

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

img {
  max-width: 100%; }

.btn,
button,
input,
textarea {
  box-shadow: none;
  outline: 0 !important; }

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

/* Global Styles */
/* Main Styles */
.basix-container {
  display: table;
  min-height: 100vh;
  position: relative;
  width: 100%; }

aside.left-panel {
  background: #272c33;
  display: table-cell;
  height: 100vh;
  min-height: 100%;
  padding: 0 12px;
  vertical-align: top;
  width: 280px;
  transition: width 0.3s ease;
  overflow:hidden;}

.navbar {
  background: #272c33;
  border-radius: 0;
  border: none;
  display: block;
  margin: 0;
  margin-bottom: 100px;
  padding: 0; }
  .navbar .navbar-header {
    float: none;
    text-align: center;
    width: 100%; }
  .navbar .navbar-brand {
    border-bottom: 1px solid #4e4e52;
    color: #f1f2f7 !important;
    font-family: 'Open Sans';
    font-size: 22px;
    float: none;
    line-height: 50px;
    margin: 0;
    text-align: left;
    text-transform: capitalize;
    display: block;
    min-height: 69px;
    padding: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative; }
    .navbar .navbar-brand span {
      font-weight: 600; }
    .navbar .navbar-brand img {
      max-width: 160px; }
    .navbar .navbar-brand.hidden {
      display: none; }
  .navbar .menu-title {
    border-bottom: 1px solid #4e4e52;
    color: #9496a1;
    clear: both;
    display: block;
    font-family: 'Open Sans';
    font-size: 14px;
    font-weight: 700;
    line-height: 50px;
    padding: 5px 0 0 0;
    width: 100%;
  cursor:pointer;}
  .navbar .menu-title i {
  width:30px;
  } 
  .navbar .navbar-nav {
    float: none;
    position: relative; }
    .navbar .navbar-nav li {
      width: 100%; }
      .navbar .navbar-nav li.active .menu-icon, .navbar .navbar-nav li:hover .toggle_nav_button:before,
      .navbar .navbar-nav li .toggle_nav_button.nav-open:before {
        color: #fff !important; }
      .navbar .navbar-nav li .dropdown-toggle:after {
        display: none; }
      .navbar .navbar-nav li > a {
        background: none !important;
        color: #c8c9ce !important;
        display: inline-block;
        font-family: 'Open Sans';
        font-size: 13px;
        line-height: 30px;
        padding: 10px 0 0 0;
        position: relative;
        width: 100%; }
        .navbar .navbar-nav li > a:hover, .navbar .navbar-nav li > a:hover .menu-icon {
          color: #fff !important; }
        .navbar .navbar-nav li > a .menu-icon {
          color: #8b939b;
          float: left;
          margin-top: 8px;
          width: 30px;
          text-align: left;
          z-index: 9; }
        .navbar .navbar-nav li > a .menu-title-text {
          font-size: 14px; }
        .navbar .navbar-nav li > a .badge {
          border-radius: 0;
          font-family: 'Open Sans';
          font-weight: 600;
          float: right;
          margin: 6px 0 0 0;
          padding: 0.4em 0.5em; }
      .navbar .navbar-nav li.menu-item-has-children {
        position: relative; }
        .navbar .navbar-nav li.menu-item-has-children a {
          line-height: 30px; }

          .dropdown-submenu a.test:after{content: "\f105";
            color: #c8c9ce;
            font-family: 'Fontawesome';
            font-size: 16px;
            position: absolute;
            /*top: 10px;*/
            top: 0px;
            right: 0;
            text-align: right;
            -webkit-transition: all .25s ease;
            -moz-transition: all .25s ease;
            -ms-transition: all .25s ease;
            -o-transition: all .25s ease;
            transition: all .25s ease;}

          .dropdown-submenu a.test.show:after{content: "\f107";}

          .navbar .navbar-nav li.menu-item-has-children a:before {
            content: "\f105";
            color: #c8c9ce;
            font-family: 'Fontawesome';
            font-size: 16px;
            position: absolute;
            top: 10px;
            right: 0;
            text-align: right;
            -webkit-transition: all .25s ease;
            -moz-transition: all .25s ease;
            -ms-transition: all .25s ease;
            -o-transition: all .25s ease;
            transition: all .25s ease; }
          .navbar .navbar-nav li.menu-item-has-children a:hover:before {
            color: #fff; }
        .navbar .navbar-nav li.menu-item-has-children .sub-menu {
          background: #272c33;
          border: none;
          box-shadow: none;
          overflow-y: hidden;
          padding: 0 0 0 0px; }
          .navbar .navbar-nav li.menu-item-has-children .sub-menu li {
            position: relative; }
          .navbar .navbar-nav li.menu-item-has-children .sub-menu i {
            color: #c8c9ce;
            float: left;
            padding: 0;
            position: absolute;
            left: 0;
            font-size: 14px;
            top: 9px;
          color: #61656b !important; }
          .navbar .navbar-nav li.menu-item-has-children .sub-menu a {
            padding: 2px 0 2px 30px;color: #61656b !important;}
            .navbar .navbar-nav li.menu-item-has-children .sub-menu a:hover {
              color: #a0a2a7 !important;}
              .navbar .navbar-nav li.menu-item-has-children .sub-menu a.active{
                color: #a0a2a7 !important;}
            .navbar .navbar-nav li.menu-item-has-children .sub-menu a:before {
              content: '';
              display: none; }
            .navbar .navbar-nav li.menu-item-has-children .sub-menu a .menu-icon {
              top: 4px;
              text-align: left;
              width: 25px; }
        .navbar .navbar-nav li.menu-item-has-children.show a:before {
          content: "\f107"; }
        .navbar .navbar-nav li.menu-item-has-children.show .sub-menu {
          max-height: 1000px;
          opacity: 1;
          position: static !important; }

.navbar .navbar-nav > .active > a,
.navbar .navbar-nav > .active > a:focus,
.navbar .navbar-nav > .active > a:hover {
  color: #d7d9e3 !important; }

.navbar-nav li span.count {
  background: #a9d86e;
  border-radius: 50%;
  color: #fff;
  font-family: 'Open Sans';
  font-size: 9px;
  font-weight: 700;
  float: right;
  height: 20px;
  width: 20px;
  line-height: 20px;
  margin-right: 15px;
  text-align: center; }

body.open .navbar .navbar-brand.hidden {
  display: block; }

.open aside.left-panel {
  max-width: 40px;
  width: 40px; }
  .open aside.left-panel .navbar .navbar-brand {
    display: none; }
    .open aside.left-panel .navbar .navbar-brand.hidden {
      display: flex !important;
      justify-content: center;
      align-items: center;
      padding-left: 0;
      padding-right: 0;
      text-align: center; }
      .open aside.left-panel .navbar .navbar-brand.hidden img {
        max-width: 20px;
        margin: 0 auto; }
    .open aside.left-panel .navbar .navbar-brand.d-md-none {
      display: block !important;
      margin: 13px 0 0;
      min-height: 67px;
      padding: 0;
      text-align: center; }
  .open aside.left-panel .navbar .navbar-nav:before {
    display: none !important; }
  .open aside.left-panel .navbar .navbar-nav li {
    position: relative; }
    .open aside.left-panel .navbar .navbar-nav li a {
      //font-size: 0;
      //z-index: 0;
      //transition: none; }
      .open aside.left-panel .navbar .navbar-nav li a .menu-icon {
        //font-size: 20px;
        //z-index: -1;
        //width: inherit; }
      .open aside.left-panel .navbar .navbar-nav li a .menu-title-text {
        font-size: 0; }
      .open aside.left-panel .navbar .navbar-nav li a .badge {
        display: none; }
    .open aside.left-panel .navbar .navbar-nav li > a {
      //max-width: 60px;
      //padding-left: 0; }
    .open aside.left-panel .navbar .navbar-nav li.menu-item-has-children {
      overflow: hidden; }
      .open aside.left-panel .navbar .navbar-nav li.menu-item-has-children a:before {
        content: '';
        display: none; }
      .open aside.left-panel .navbar .navbar-nav li.menu-item-has-children ul {
        padding-left: 0; }
      .open aside.left-panel .navbar .navbar-nav li.menu-item-has-children .sub-menu {
        display: block;
        left: inherit;
        right: 70px;
        //top: 0; }
        .open aside.left-panel .navbar .navbar-nav li.menu-item-has-children .sub-menu li a {
          display: block;
          font-size: 0px;
          max-width: inherit;
          padding: 2px 15px 2px 25px;
          width: 100%; }
          .open aside.left-panel .navbar .navbar-nav li.menu-item-has-children .sub-menu li a .menu-icon {
            text-align: center; }
      .open aside.left-panel .navbar .navbar-nav li.menu-item-has-children.show {
        overflow: visible; }
        .open aside.left-panel .navbar .navbar-nav li.menu-item-has-children.show .sub-menu {
          //position: absolute !important;}
    .open aside.left-panel .navbar .navbar-nav li span.count {
      display: none;
      margin-right: 5px;
      z-index: 1; }
    .open aside.left-panel .navbar .navbar-nav li.active a:after {
      content: '';
      display: none; }
  .open aside.left-panel .navbar .navbar-nav .menu-title {
    //font-size: 0;
    //line-height: 0;
    //opacity: 0;
    //padding: 0; }
  .open aside.left-panel .navbar .navbar-nav .menu-title i{
    font-size:14px;
  }

/* Right panel */
.right-panel {
  display: table-cell;
  padding-left: 0 !important;
  -webkit-transition: all .35s ease;
  -moz-transition: all .35s ease;
  -ms-transition: all .35s ease;
  -o-transition: all .35s ease;
  transition: all .35s ease; }
  .right-panel .breadcrumbs {
    background-color: #fff;
    display: inline-block;
    margin-top: 5px;
    padding: 0 5px;
    width: 100%; }
    .right-panel .breadcrumbs .col-lg-8 .page-header {
      float: left; }
  .right-panel .page-header {
    min-height: 50px;
    margin: 0px;
    padding: 0px 15px;
    background: #ffffff;
    border-bottom: 0px; }
    .right-panel .page-header h1 {
      font-size: 18px;
      padding: 15px 0; }
    .right-panel .page-header .breadcrumb {
      margin: 0px;
      padding: 13.5px 0;
      background: #fff;
      text-transform: capitalize; }
    .right-panel .page-header .breadcrumb > li + li:before {
      padding: 0 5px;
      color: #ccc;
      content: "/\00a0"; }

.right-panel header.header {
  background: #fff;
  box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.15);
  clear: both;
  display: inline-block;
  padding: 15px 20px 13px 20px;
  width: 100%; }

.open .right-panel {
  margin-left: -210px; }

header.fixed-top {
  background: #fff;
  padding: 20px; }

.header-menu .col-sm-7 {
  position: inherit; }

.menutoggle {
  background: #007bff;
  border-radius: 50%;
  color: #fff !important;
  cursor: pointer;
  font-size: 18px;
  height: 43px;
  line-height: 44px;
  margin: -2px 20px 0 -57px;
  text-align: center;
  width: 43px;
  padding-top: 15px;
  position: relative;
}

.open .menutoggle i:before {
  content: "\f0a4"; }

.search-trigger {
  background: transparent;
  border: none;
  color: #272c33;
  cursor: pointer;
  font-size: 16px;
  height: 41px;
  width: 43px;
  line-height: 38px; }

header .form-inline {
  background: #263238;
  display: none;
  height: 70px;
  margin: 0;
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 9999; }
  header .form-inline .search-form {
    height: 100%;
    max-width: 1025px;
    margin: 0 auto;
    position: relative; }
    header .form-inline .search-form input[type="text"] {
      background: #263238;
      border: none;
      border-radius: 0;
      box-shadow: none;
      color: #d3d3d3;
      font-size: 16px;
      height: inherit;
      margin-right: 0 !important;
      padding: 10px 36px 10px 15px;
      width: 100%; }
    header .form-inline .search-form input[type="text"].active,
    header .form-inline .search-form input[type="text"]:focus {
      border-color: rgba(0, 0, 0, 0.125);
      outline: 0; }
    header .form-inline .search-form button {
      background: transparent;
      border: none;
      color: #fff;
      font-size: 16px;
      position: absolute;
      right: 15px;
      top: 50%;
      margin-top: -14px !important; }
    header .form-inline .search-form button:active,
    header .form-inline .search-form button:focus,
    header .form-inline .search-form button:visited,
    header .form-inline .search-form .btn-outline-success:hover {
      background: transparent;
      border: none !important;
      box-shadow: none;
      outline: 0 !important; }
    header .form-inline .search-form.close {
      display: none; }

.header-left.open .form-inline {
  display: block; }

.header-left .dropdown {
  display: inline-block; }
  .header-left .dropdown .dropdown-toggle {
    background: transparent;
    border: none;
    color: #272c33;
    font-size: 16px; }
    .header-left .dropdown .dropdown-toggle:after {
      display: none; }
    .header-left .dropdown .dropdown-toggle .count {
      border-radius: 50%;
      color: #fff;
      font-size: 11px;
      height: 15px;
      width: 15px;
      line-height: 15px;
      right: 0;
      top: 0;
      position: absolute; }
    .header-left .dropdown .dropdown-toggle:active, .header-left .dropdown .dropdown-toggle:focus, .header-left .dropdown .dropdown-toggle:visited {
      background: none !important;
      border-color: transparent !important;
      color: #272c33 !important; }
  .header-left .dropdown .dropdown-menu {
    background: #fff;
    border: none;
    border-radius: 0;
    box-shadow: none;
    top: 49px !important; }
    .header-left .dropdown .dropdown-menu p {
      font-size: 15px;
      margin: 0;
      padding: 5px 15px; }
    .header-left .dropdown .dropdown-menu .dropdown-item {
      color: #272c33;
      font-size: 13px;
      padding: 10px 15px 3px;
      text-overflow: ellipsis; }
      .header-left .dropdown .dropdown-menu .dropdown-item .photo {
        float: left;
        margin-right: 15px;
        width: 25px; }
      .header-left .dropdown .dropdown-menu .dropdown-item .message .name {
        margin-top: -5px; }
      .header-left .dropdown .dropdown-menu .dropdown-item .message .time {
        font-size: 11px; }
      .header-left .dropdown .dropdown-menu .dropdown-item .message p {
        clear: both;
        font-size: 14px;
        margin: 0;
        padding: 0;
        text-overflow: ellipsis; }
      .header-left .dropdown .dropdown-menu .dropdown-item:hover {
        background: transparent; }

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

.for-notification .dropdown-menu .dropdown-item {
  padding: 5px 15px !important;
  text-overflow: ellipsis; }
  .for-notification .dropdown-menu .dropdown-item i {
    float: left;
    font-size: 14px;
    margin: 5px 5px 0 0;
    text-align: left;
    width: 20px; }
  .for-notification .dropdown-menu .dropdown-item p {
    padding: 0 !important;
    text-overflow: ellipsis; }

.user-area {
  float: right;
  padding-right: 0;
  position: relative; }
  .user-area .user-menu {
    background: #fff;
    border: none;
    font-family: 'Open Sans';
    left: inherit !important;
    right: 0;
    top: 55px !important;
    margin: 0;
    max-width: 150px;
    padding: 5px 10px;
    position: absolute;
    width: 100%;
    z-index: 999;
    min-width: 150px; }
    .user-area .user-menu .nav-link {
      color: #272c33;
      display: block;
      font-size: 14px;
      line-height: 22px;
      padding: 5px 0; }
  .user-area .user-avatar {
    float: right;
    margin-top: 4px;
    width: 32px; }
  .user-area .user-info .name {
    color: #8c8c8c;
    font-size: 14px;
    position: relative;
    text-transform: uppercase; }
  .user-area .count {
    background: #d9534f;
    border-radius: 50%;
    color: #fff;
    font-family: 'Open Sans';
    font-size: 9px;
    font-weight: 700;
    float: right;
    height: 20px;
    width: 20px;
    line-height: 20px;
    text-align: center; }
  .user-area .dropdown-toggle:after {
    display: none; }

#menuToggle2 {
  padding-left: 25px; }

#language-select {
  color: #f1f2f7;
  float: right;
  margin: 7px 20px 0 0;
  max-width: 80px; }
  #language-select:focus, #language-select:visited {
    border: none;
    outline: 0; }
  #language-select .dropdown-toggle::after {
    display: none; }
  #language-select .dropdown-menu {
    background: #fff;
    border: none;
    border-radius: 0;
    left: -8px !important;
    min-width: inherit;
    padding: 0 5px;
    top: 46px !important; }
    #language-select .dropdown-menu .dropdown-item {
      margin-right: 0;
      max-width: 25px;
      padding: 0; }
      #language-select .dropdown-menu .dropdown-item:hover {
        background: #fff; }
      #language-select .dropdown-menu .dropdown-item .flag-icon {
        margin-right: 0;
        width: 25px; }

.notification-show + .dropdown-menu,
.message-show + .dropdown-menu,
.language-show + .dropdown-menu {
  display: block; }

.content {
  padding: 0 20px;
  width: 100%; }

.card {
  margin-bottom: 1.5rem;
  border-radius: 0; border:0;}
  .card h4 {
    font-size: 1.1rem; }
  .card .user-header .media img {
    border: 5px solid rgba(255, 255, 255, 0.3);
    border-radius: 50%;
    -webkit-border-radius: 50%; }
  .card .card-header .card-actions button {
    display: block;
    float: left;
    width: 50px;
    padding: .75rem 0;
    margin: 0 !important;
    color: #fff;
    outline: 0;
    text-align: center;
    background: transparent;
    border: 0;
    border-left: 1px solid rgba(120, 130, 140, 0.4); }
  .card .card-footer {
    padding: 0.65rem 1.25rem;
    background-color: #f0f3f5;
    border-top: 1px solid #c2cfd6; }
    .card .card-footer ul li {
      display: table-cell;
      padding: 0 1rem;
      text-align: center; }

.breadcrumbs {
  margin-top: 0; }

/* Tabs */
.nav-tabs a.active {
  color: #555;
  cursor: default;
  background-color: #fff;
  border: 1px solid #ddd;
  border-bottom-color: transparent; }
.nav-tabs .dropdown .dropdown-menu {
  top: 100% !important; }

.custom-tab .nav-tabs > a.active, .custom-tab .nav-tabs > .active > a:focus, .custom-tab .nav-tabs > li.active > a:hover {
  border-color: transparent transparent;
  color: #ff2e44;
  position: relative; }

.custom-tab .nav-tabs > a.active > a:after, .custom-tab .nav-tabs > li.active > a:focus:after, .custom-tab .nav-tabs > li.active > a:hover:after {
  background: #ff2e44;
  bottom: -1px;
  content: "";
  height: 2px;
  left: 0;
  position: absolute;
  right: 0;
  width: 100%;
  z-index: 999; }

.card .card-header .card-actions {
  float: right; }
  .card .card-header .card-actions [class*="btn"] {
    border-left: 1px solid rgba(120, 130, 140, 0.4);
    color: #878787;
    display: inline-block;
    font-size: 16px;
    float: left;
    padding: 0 7px;
    width: inherit;
    text-align: center; }

.social-buttons .card-body p button {
  padding-top: 0;
  padding-left: 0;
  padding-bottom: 0; }
.social-buttons .only-icon .card-body p button {
  padding: 0; }
.social-buttons .social i {
  padding: 0 10px;
  width: inherit !important; }
.social-buttons .only-text p button {
  padding: 0 .5rem; }

.buttons button {
  margin: 2px 0; }

/* Ribons */
.corner-ribon {
  text-align: center;
  width: 71px;
  height: 71px;
  position: absolute;
  right: 0;
  top: 0;
  font-size: 20px; }

.corner-ribon i {
  padding: 10px 0 0 35px;
  color: #fff; }

.black-ribon {
  background: url("../../images/twitter_corner_black.png") no-repeat; }

.blue-ribon {
  background: url("../../images/twitter_corner_blue.png") no-repeat; }

.twt-feed .wtt-mark {
  color: rgba(255, 255, 255, 0.15);
  font-size: 160px;
  position: absolute;
  top: 10px;
  left: 40%; }

.twt-feed {
  -webkit-border-radius: 4px 4px 0 0;
  color: #FFFFFF;
  padding: 40px 10px 10px;
  position: relative;
  min-height: 170px; }

.weather-category {
  padding: 15px 0;
  color: #74829C; }
  .weather-category ul li {
    width: 32%;
    text-align: center;
    border-right: 1px solid #e6e6e6;
    display: inline-block; }

.twt-feed.blue-bg {
  background: #58C9F3; }

.twt-category {
  display: inline-block;
  margin-bottom: 11px;
  margin-top: 10px;
  width: 100%; }
  .twt-category ul li {
    color: #bdbdbd;
    font-size: 13px; }

.twt-footer {
  padding: 12px 15px; }

.twt-footer, .twt-footer a {
  color: #d2d2d2; }

/* Button Reset */
.btn, .button {
  display: inline-block;
  font-weight: 400;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  transition: all .15s ease-in-out;
  border-radius: 0;
  cursor: pointer; }

/* Icons */
.icon-section {
  margin: 0 0 3em;
  clear: both;
  overflow: hidden; }

.icon-container {
  width: 240px;
  padding: .7em 0;
  float: left;
  position: relative;
  text-align: left; }

.icon-container [class^="ti-"],
.icon-container [class*=" ti-"] {
  color: #000;
  position: absolute;
  margin-top: 3px;
  transition: .3s; }

.icon-container:hover [class^="ti-"],
.icon-container:hover [class*=" ti-"] {
  font-size: 2.2em;
  margin-top: -5px; }

.icon-container:hover .icon-name {
  color: #000; }

.icon-name {
  color: #aaa;
  margin-left: 35px;
  font-size: 14px;
  transition: .3s; }

.icon-container:hover .icon-name {
  margin-left: 45px; }

.fontawesome-icon-list .page-header {
  border-bottom: 1px solid #C9CDD7;
  padding-bottom: 9px;
  margin: 30px 0px 27px 0px; }
.fontawesome-icon-list h2 {
  margin-top: 0;
  font-size: 20px;
  font-weight: 300; }
.fontawesome-icon-list i {
  font-style: 16px;
  padding-right: 10px; }

.social-box i {
  line-height: 110px; }
.social-box ul {
  display: inline-block;
  margin: 7px 0 0;
  padding: 10px;
  width: 100%; }
  .social-box ul li {
    color: #949CA0;
    font-size: 14px;
    font-weight: 700;
    padding: 0 10px 0 0;
    text-align: right; }
    .social-box ul li:last-child {
      padding-left: 10px;
      padding-right: 0;
      text-align: left; }
    .social-box ul li span {
      font-size: 14px; }

.login-logo {
  text-align: center;
  margin-bottom: 15px; }
  .login-logo span {
    color: #ffffff;
    font-size: 24px; }

.login-content {
  max-width: 540px;
  margin: 8vh auto;
}
.login-form {
  background: #ffffff;
  padding: 30px 30px 20px;
  border-radius: 2px; }

.login-form h4 {
  color: #878787;
  text-align: center;
  margin-bottom: 50px; }

.login-form .checkbox {
  color: #878787; }

.login-form .checkbox label {
  text-transform: none; }

.login-form .btn {
  width: 100%;
  font-size: 15px;
  padding: 12px 15px;
  border: 0px; }

.login-form label {
  color: #878787;}

.login-form label a {
  color: #ff2e44; }

.social-login-content {
  margin: 0px -30px;
  border-top: 1px solid #e7e7e7;
  border-bottom: 1px solid #e7e7e7;
  padding: 30px 0px;
  background: #fcfcfc; }

.social-button {
  padding: 0 30px; }
  .social-button .facebook {
    background: #3b5998;
    color: #fff; }
    .social-button .facebook:hover {
      background: #344e86; }
  .social-button .twitter {
    background: #00aced;
    color: #fff; }
    .social-button .twitter:hover {
      background: #0099d4; }

.social-button i {
  padding: 19px; }

.register-link a {
  color: #ff2e44; }

.cpu-load {
  width: 100%;
  height: 272px;
  font-size: 14px;
  line-height: 1.2em; }

.cpu-load-data-content {
  font-size: 18px;
  font-weight: 400;
  line-height: 40px; }

.cpu-load-data {
  margin-bottom: 30px; }

.cpu-load-data li {
  display: inline-block;
  width: 32.5%;
  text-align: center;
  border-right: 1px solid #e7e7e7; }

.cpu-load-data li:last-child {
  border-right: 0px; }

.nestable-cart {
  overflow: hidden; }

/* Forms */
.input-group-addon {
  background-color: transparent;
  border-left: 0; }

.input-group-addon, .input-group-btn {
  white-space: nowrap;
  vertical-align: middle; }

.input-group-addon {
  padding: .5rem .75rem;
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.25;
  color: #495057;
  text-align: center;
  background-color: #e9ecef;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: .25rem; }

.flotTip {
  background: #252525;
  border: 1px solid #252525;
  padding: 5px 15px;
  color: #ffffff; }

.flot-container {
  box-sizing: border-box;
  width: 100%;
  height: 275px;
  padding: 20px 15px 15px;
  margin: 15px auto 30px;
  background: transparent; }

.flot-pie-container {
  height: 275px; }

.flotBar-container {
  height: 275px; }

.flot-line {
  width: 100%;
  height: 100%;
  font-size: 14px;
  line-height: 1.2em; }

.legend table {
  border-spacing: 5px; }

#chart1,
#flotBar,
#flotCurve {
  width: 100%;
  height: 275px; }

.morris-hover {
  position: absolute;
  z-index: 1; }

.morris-hover.morris-default-style .morris-hover-row-label {
  font-weight: bold;
  margin: 0.25em 0; }

.morris-hover.morris-default-style .morris-hover-point {
  white-space: nowrap;
  margin: 0.1em 0; }

.morris-hover.morris-default-style {
  border-radius: 2px;
  padding: 10px 12px;
  color: #666;
  background: rgba(0, 0, 0, 0.7);
  border: none;
  color: #fff !important; }

.morris-hover-point {
  color: rgba(255, 255, 255, 0.8) !important; }

#morris-bar-chart {
  height: 285px; }

.map, .vmap {
  width: 100%;
  height: 400px; }

.btn-toolbar {
  float: left !important; }
  .btn-toolbar .btn-outline-secondary:not([disabled]):not(.disabled):active,
  .btn-toolbar .btn-outline-secondary:not([disabled]):not(.disabled).active,
  .btn-toolbar .show > .btn-outline-secondary.dropdown-toggle {
    background-color: #212529;
    border-color: #212529;
    -webkit-box-shadow: none;
    box-shadow: none;
    color: #fff; }
  .btn-toolbar .btn-outline-secondary:hover {
    background-color: #212529;
    border-color: #212529;
    color: #fff; }

/*    Widget One
---------------------------*/
.dib {
  display: inline-block; }

.stat-widget-one .stat-icon {
  vertical-align: top; }

.stat-widget-one .stat-icon i {
  font-size: 30px;
  border-width: 3px;
  border-style: solid;
  border-radius: 100px;
  padding: 15px;
  font-weight: 900;
  display: inline-block; }

.stat-widget-one .stat-content {
  margin-left: 30px;
  margin-top: 7px; }

.stat-widget-one .stat-text {
  font-size: 14px;
  color: #868e96; }

.stat-widget-one .stat-digit {
  font-size: 24px;
  color: #373757; }

/*    Widget Two
---------------------------*/
.stat-widget-two {
  text-align: center; }

.stat-widget-two .stat-digit {
  font-size: 1.75rem;
  font-weight: 500;
  color: #373757; }

.stat-widget-two .stat-digit i {
  font-size: 18px;
  margin-right: 5px; }

.stat-widget-two .stat-text {
  font-size: 16px;
  margin-bottom: 5px;
  color: #868e96; }

.stat-widget-two .progress {
  height: 8px;
  margin-bottom: 0;
  margin-top: 20px;
  box-shadow: none; }

.stat-widget-two .progress-bar {
  box-shadow: none; }

/*    Widget Three
---------------------------*/
.stat-widget-three .stat-icon {
  display: inline-block;
  padding: 33px;
  position: absolute;
  line-height: 21px; }

.stat-widget-three .stat-icon i {
  font-size: 30px;
  color: #ffffff; }

.stat-widget-three .stat-content {
  text-align: center;
  padding: 15px;
  margin-left: 90px; }

.stat-widget-three .stat-digit {
  font-size: 30px; }

.stat-widget-three .stat-text {
  padding-top: 4px; }

.home-widget-three .stat-icon {
  line-height: 19px;
  padding: 27px; }

.home-widget-three .stat-digit {
  font-size: 24px;
  font-weight: 300;
  color: #373757; }

.home-widget-three .stat-content {
  text-align: center;
  margin-left: 60px;
  padding: 13px; }

.stat-widget-four {
  position: relative; }

.stat-widget-four .stat-icon {
  display: inline-block;
  position: absolute;
  top: 5px; }

.stat-widget-four i {
  display: block;
  font-size: 36px; }

.stat-widget-four .stat-content {
  margin-left: 40px;
  text-align: center; }

.stat-widget-four .stat-heading {
  font-size: 20px; }

.stat-widget-five .stat-icon {
  border-radius: 100px;
  display: inline-block;
  position: absolute; }

.stat-widget-five i {
  border-radius: 100px;
  display: block;
  font-size: 36px;
  padding: 30px; }

.stat-widget-five .stat-content {
  margin-left: 100px;
  padding: 24px 0;
  position: relative;
  text-align: right;
  vertical-align: middle; }

.stat-widget-five .stat-heading {
  text-align: right;
  padding-left: 80px;
  font-size: 20px;
  font-weight: 200; }

.stat-widget-six {
  position: relative; }

.stat-widget-six .stat-icon {
  display: inline-block;
  position: absolute;
  top: 5px; }

.stat-widget-six i {
  display: block;
  font-size: 36px; }

.stat-widget-six .stat-content {
  margin-left: 40px;
  text-align: center; }

.stat-widget-six .stat-heading {
  font-size: 16px;
  font-weight: 300; }

.stat-widget-six .stat-text {
  font-size: 12px;
  padding-top: 4px; }

.stat-widget-seven .stat-heading {
  text-align: center; }

.stat-widget-seven .gradient-circle {
  text-align: center;
  position: relative;
  margin: 30px auto;
  display: inline-block;
  width: 100%; }

.stat-widget-seven .gradient-circle i {
  position: absolute;
  left: 0;
  right: 0;
  text-align: center;
  top: 35px;
  font-size: 30px; }

.stat-widget-seven .stat-footer {
  text-align: center;
  margin-top: 30px; }

.stat-widget-seven .stat-footer .stat-count {
  padding-left: 5px; }

.stat-widget-seven .count-header {
  color: #252525;
  font-size: 12px;
  font-weight: 400;
  line-height: 30px; }

.stat-widget-seven .stat-count {
  font-size: 18px;
  font-weight: 400;
  color: #252525; }

.stat-widget-seven .analytic-arrow {
  position: relative; }

.stat-widget-seven .analytic-arrow i {
  font-size: 12px; }

/* Stat widget Eight
--------------------------- */
.stat-widget-eight {
  padding: 15px; }

.stat-widget-eight .header-title {
  font-size: 20px;
  font-weight: 300; }

.stat-widget-eight .ti-more-alt {
  color: #878787;
  cursor: pointer;
  left: -5px;
  position: absolute;
  transform: rotate(90deg); }

.stat-widget-eight .stat-content {
  margin-top: 50px; }

.stat-widget-eight .stat-content .ti-arrow-up {
  font-size: 30px;
  color: #28a745; }

.stat-widget-eight .stat-content .stat-digit {
  font-size: 24px;
  font-weight: 300;
  margin-left: 15px; }

.stat-widget-eight .stat-content .progress-stats {
  color: #aaadb2;
  font-weight: 400;
  position: relative;
  top: 10px; }

.stat-widget-eight .progress {
  margin-bottom: 0;
  margin-top: 30px;
  height: 7px;
  background: #EAEAEA;
  box-shadow: none; }

.stat-widget-nine .all-like {
  float: right; }

.stat-widget-nine .stat-icon i {
  font-size: 22px; }

.stat-widget-nine .stat-text {
  font-size: 14px; }

.stat-widget-nine .stat-digit {
  font-size: 14px; }

.stat-widget-nine .like-count {
  font-size: 30px; }

.horizontal {
  position: relative; }

.horizontal:before {
  background: #ffffff;
  bottom: 0;
  content: "";
  height: 38px;
  left: 0;
  margin: 0 auto;
  position: absolute;
  right: 0;
  width: 1px; }

.widget-ten span i {
  color: #ffffff;
  opacity: 0.5; }

.widget-ten h5 {
  color: #ffffff; }

.widget-ten p {
  color: #ffffff !important;
  opacity: 0.75; }

/* Mixed Styles */
.badges h1, .badges h2, .badges h3, .badges h4, .badges h5, .badges h6 {
  margin: 5px 0; }

.vue-lists ul, .vue-lists ol {
  padding-left: 30px; }

.card .dropdown.float-right .dropdown-menu {
  left: inherit !important;
  right: 0 !important;
  top: 93% !important; }

.dataTables_paginate .pagination {
  border-radius: 0; }
  .dataTables_paginate .pagination li {
    border-radius: 0 !important; }
    .dataTables_paginate .pagination li a {
      border-radius: 0 !important;
      color: #272c33; }
    .dataTables_paginate .pagination li.active a {
      background: #272c33;
      border-color: #272c33;
      color: #fff; }
    .dataTables_paginate .pagination li:hover a {
      background: #272c33;
      border-color: #272c33;
      color: #fff;
    }
/* common white section */
.table{
  font-size: 14px;
}
.table tr td{
  color:#000;
}
.table-striped tbody tr:nth-of-type(odd){
  background-color: #dfeef5;
}
.compare-count{
  position: fixed;
  z-index: 3;
  bottom: 40px;
  right: 24px;
  font-size: 14px;
  border-radius: 2px;
  color: #fff!important;
  cursor: pointer;
  font-weight: 500;
  height: 40px;
  width: 190px;
  background-color: #000;
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, .2);
  padding: 9px 31px;
}
.compare-count:hover{
  color:#fff;
}
.compare-count .compare-num{
  position: absolute;
  margin-left: 8px;
  border-radius: 2px;
  background-color:rgba(173, 160, 160, 0.2);
  padding: 0;
  pointer-events: none;
  display: inline-block;
  height: 20px;
  width: 20px;
  text-align: center;
}
.badge{
  cursor:pointer;
}
.upload-btn-wrapper {
  position: relative;
  overflow: hidden;
  display: inline-block;
  margin: 10px 0 0 5px;
  cursor: pointer;
}
.upload-btn-wrapper .btn {
  border: 2px solid gray;
  color: gray;
  background-color: white;
  padding: 5px 10px;
  font-size: 16px;
  cursor: pointer;
}
.upload-btn-wrapper input[type=file] {
  font-size: 100px;
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
}
#dwldterms i,#dwldprivacy i{
  color: #fff !important;
  font-size: 13px !important;
}
#tc-accordion a.collapsed i{
  transition: all 0.2s linear;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  transform: rotate(0deg);
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
}
#tc-accordion a i{
  transition: all 0.2s linear;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  transform: rotate(-180deg);
  -webkit-transform: rotate(-180deg);
  -moz-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  font-size: 25px;
  color:#000;
}
#toggle-curr {
  position: absolute;
  top:7px;
  right:40px;
}
.dashboard-Currency{
  position: absolute;
  top:7px;
  right:260px;
}
.dashboard-Currency a.active{
  font-weight: bold;
  color: black;
}
.dashboard-date{
  position: absolute;
  top:7px;
  right:20px;
  width:220px;
}
.dashboard-Currency select{
    padding: .375rem .35rem;
}

.onedash-loader-fixed {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    background: rgba(255,255,255,0.9);
    z-index: 10000000;
    text-align: center;
    display: none;
}
.onedash-loader-fixed:after {
    position: absolute;
    content: '';
    width: 70px;
    height: 70px;
    top: 40%;
    left: 0;
    right: 0;
    margin: auto;
    background-image: url('../../images/loader.gif');
    background-size: 100%;
    background-repeat: no-repeat;
}
.onedash-loader-absolute {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    background: rgba(255,255,255,0.9);
    z-index: 10000000;
    text-align: center;
    display: none;
}
.onedash-loader-absolute:after {
    position: absolute;
    content: '';
    width: 70px;
    height: 70px;
    top: 40%;
    left: 0;
    right: 0;
    margin: auto;
    background-image: url('../../images/loader.gif');
    background-size: 100%;
    background-repeat: no-repeat;
}
.validation-msg{
  padding:2px 5px;
  margin:5px 0 0 0;
  border-radius: 4px;
  font-size: 12px;
}
.site_channel li{
  display: none;
}
.site_channel h3{
  position: relative;
}
.site_channel h3:before{
  content: "\f105";
    color: #c8c9ce;
    font-family: 'Fontawesome';
    font-size: 16px;
    position: absolute;
    top: 6px;
    right: 0;
    text-align: right;
    -webkit-transition: all .25s ease;
    -moz-transition: all .25s ease;
    -ms-transition: all .25s ease;
    -o-transition: all .25s ease;
    transition: all .25s ease;
}
.site_channel.active h3{
  color:#fff
}
.site_channel.active h3:before{
  content: "\f107";
}
.site_channel.active li{
  display: block;
}
.cursor-pointer{
  cursor: pointer;
  text-decoration: underline !important;
}
.bg-white{
  background-color: #fff;
}
.green-color{
  color:#4dbd73 !important;
}
.red-color{
  color:#dc3545 !important;
}
.yellow-color{
  color:#FF9800 !important;
}
.brown-color{
  color:#9e1023 !important;
}
.youtube-color{
  color:#a632a8 !important;
}
.app-color{
  color:#32a898 !important;
}
.onedashboard{
  display: table;
  width: 100%;
}
.site_channel{
  width:256px;
}
#revenueChart{
  width:100% !important;
}
.navbar .navbar-nav li > a .menu-icon.fa-mobile{
  font-size: 22px;
}
.open aside.left-panel .navbar .navbar-nav li a .menu-icon.fa-mobile{
  //font-size: 32px;
}
.for-message .media{
  color:#fff !important;
  border-bottom: 1px solid #a9d9ff;
  width:280px;
}
.for-message .message p{
  color:#a9d9ff  !important;
  white-space: nowrap;
  overflow: hidden;
  width: 250px;
}
.for-message .media:hover{
  color:#666 !important;
}
.for-notification .media p{
  color:#fff !important;
  white-space: nowrap;
  overflow: hidden;
  width: 250px;
}
.for-notification .media:hover p{
  color:#000 !important;
}
.btn-success
.content .btn,.btn.btn-success,.btn.btn-primary,.btn.btn-secondary{
  color:#fff !important;
}
#notification,#message{
  color:#000 !important;
}
.gray-bg{
  background-color: #f1f2f7;
}
.card-body .count{
  font-size: 23px;
}
.blue-color{
  color:#0069d9 !important;
}
.common-content {
  max-width: 1200px;
  margin: auto;
  background-color: #fff;
  float: left;
  width:100%;
  margin-bottom: 50px;
  margin-top: 10px
}
.common-content .form-check-label{
  display: block;
  margin-bottom: 6px;
}
.common-content .btn-primary,.common-content .btn-outline-primary,.common-content .btn-secondary{
  color:#fff !important;
}
.available-network{
  border-top:1px solid #cbcbcb;
  background-color: #f1f1f7;
}
.available-network .btn-secondary{
  background-color: #666666;
}
.add-new-dfp{
  background-color: #f1f1f7;
  padding: 25px
}
.search-dfp{
  border-right:1px solid #cbcbcb;
  padding: 0;
  background-color: #fff;
}
.search-dfp .form-group{
  width:100%;
  border-bottom:1px solid #cbcbcb;
  padding: 20px 0;
  margin: 0;
}
.search-dfp .form-control{
  border-color:#cbcbcb;
  border-radius: 0;
  border-right: 0;
}
.search-dfp button{
  background-color: #fff;
  border:1px solid #cbcbcb;
  border-left:0;
  padding: 10px;
}
.dfp-add-block{
  padding:5px 10px 5px 10px;
  width:100%;
  clear: both;
  border-bottom:1px solid #ccc;
  position: relative;
}
.dfp-add-block .dfp-no{
  font-size: 11px;
  color: #a2a2a2;
  display: block;
}
.dfp-add-block .badge{
  position: absolute;
  right:10px;
  top:8px;
}
.dfp-add-block .btn{
  margin-top: -7px;
}
.archive-dfp{
  padding: 86px 0 0 0;
  background-color: #fff;
}
.archive-dfp .dfp-add-block:first-child{
  border-top:1px solid #ccc;
}
.dfp-header{
  border-bottom: 1px solid #ccc;
  padding: 10px 20px 30px 20px;
  position: relative;
  box-shadow: 0px 2px 0 rgba(0, 0, 0, 0.2);
}
.fullsection{
  width: 100%;
  max-width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
.fullsection .common-content{
  max-width: 100%;
}
.fullsection .dfp-header{
    padding: 15px 20px 15px 30px;
    position: relative;
    margin: 0 -15px 0px -15px;
    background-color: #fff;
    border-bottom: 10px solid #f1f2f7;
    font-size: 18px;
}
.dfp-header .site-status{
  font-size: 14px;
  color:#878787;
  font-weight: normal;
  margin-top: 7px;
}
.dfp-header .default-site{
  color:#28a745;
  font-size: 20px;
  vertical-align: text-bottom;
}
.dfp-header .make-default{
  color:#d6d8d9;
  font-size: 20px;
  vertical-align: text-bottom;
}
.module-channel-bar{
  position: relative;
  padding: 10px 20px 10px 20px;
  border-bottom: 1px solid #ccc;
  clear: both;
}
.module-partner-name{
  position: absolute;
  left: 20px;
  top: 7px;
  border: 0;
  font-weight: bold;
  color: #007bff;
  border: 1px solid #ccc;
  padding: 2px 7px;
  display: none;
}
.module-channel-bar .default-site{
  color:#28a745;
  font-size: 14px;
}
.module-channel-bar .not-default-site,.is-default-icon{
  color:#d6d8d9 !important;
  font-size: 14px !important;
}
.module-channel-bar p{
  margin: 0;
  width:50%;
}
.module-channel-bar p.module-head{
  font-weight: bold;
  color: #007bff;
}
.module-head .shift-left{
  margin-left: 150px;
  font-size: 25px;
}
.module-channel-bar p.module-head i{
  color:#ccc;
}
.module-channel-bar p.ml-3 i{
  color:#ccc;
}
.module-channel-bar p.module-head1{
  color: #ff0000;
}
.module-channel-bar .badge,.action_btns{
  margin-top: -22px;
}
.channel-type{
  position: absolute;
  right:110px;
  margin: auto;
  text-align: center;
  top:8px;
  font-size: 15px;
  color:#666;
  width: calc(50% - 120px);
  width: -webkit-calc(50% - 120px);
  width: -moz-calc(50% - 120px);
  text-align:right;
}
.channel-type i{
  font-size: 10px;
  vertical-align: baseline;
  color:#b7b7b7;
}
.channel-type .fa-square.red{
  color:#FF0000;
}
.channel-type .fa-square.yellow{
  color:#FFC107;
}
.channel-type .fa-square.green{
  color:#4CAF50;
}
.channel-site-add{
  position: relative;
}
.channel-edit-section{
  background-color: #f1f2f7;
}
.channel-edit-section.active:before{
  width:20px;
  height: 20px;
  background-color: #fff;
  content: '';
  position: absolute;
  top:25%;
  right:0;
}
.channel-edit-section-inside{
  border:1px solid #ccc;
  border-radius: 5px;
  height: 150px;
  padding: 15px 25px;
  width:80%;
  margin: 20px 0 0 35px;
  position: absolute;
}
.channel-edit-section-inside:before{
  position: absolute;
  content: '';
  width: 0;
  height: 0;
  border-top: 30px solid transparent;
  border-bottom: 30px solid transparent;
  border-left: 30px solid #fff;
  left:-55px;
  top:25px;
}
.unlisted-adv,.unlisted-tec{
  background-color: #000;
  color: #fff;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  left:5px;
}
.report-block{
  background-color: #fff;
  border: 1px solid #fff;
  padding: 15px;
  margin: 10px 5px;
}
.channel-site-add .chosen-container .chosen-results{
  padding-bottom: 25px;
}
.channel-edit-section-inside a{
  color:#000 !important;
}
.channel-edit-section-inside .checkbox{
  display: inline-block;
  margin-right: 50px;
}
.common-scroll-point{
  height: 300px;
  overflow-y: scroll;
}
.common-scroll-point1{
  height: 250px;
  overflow-y: scroll;
}
.common-scroll-point2{
  height: 330px;
  overflow-y: scroll;
}
.common-scroll-point3{
  height: 215px;
  overflow-y: scroll;
}
.ad-unit-mapping .border-bottom{
  border-bottom: 1px solid #ccc;
}
.ad-unit-site,.ad-unit-detail,.ad-unit-current-selection{
  height: 450px;
  border-bottom:1px solid #ccc;
}
.ad-unit-site h5,.ad-unit-detail h5,.ad-unit-current-selection h5{
  background-color: #fff;
  padding: 10px 15px;
  border-top:1px solid #ccc;
}
.ad-unit-detail h5{
  border-bottom:1px solid #ccc;
}
.ad-unit-site h5{
  border-left:1px solid #ccc;
}
.ad-unit-current-selection h5{
  border-right:1px solid #ccc;
}
.ad-unit-site{
    background-color: #f1f1f7;
}
.select-all-btn{
  position: absolute;
  right:15px;
  bottom:60px;
}
.cur-sel-save-btn{
  position: absolute;
  right:15px;
  bottom:10px;
}
.add-unit-use{
  color: #000;
  font-size: 18px;
  position: absolute;
  bottom: 15px;
  right: 15px;
}
.ad-unit-site-block{
  border:1px solid #ccc;
  background-color: #fff;
  margin-bottom: 15px;
}
.ad-unit-site-block-header{
  padding: 10px 15px;
  font-weight: bold;
}
.ad-unit-site-block-detail{
  background-color: #fff;
}
.ad-unit-site-block-detail .unit-type{
  margin-bottom: 5px;
  padding: 3px 15px;
  font-size: 14px;
  color: #5a5a5a;
}
.ad-unit-site-block-detail .unit-type i.fa-mobile{
  font-size: 18px;
  vertical-align: bottom;
}
.ad-unit-site-block-detail .unit-type.active{
  color:#007bff;
  background-color: #dce6f1;
}
.ad-unit-detail{
  border-left:1px solid #ccc;
  border-right:1px solid #ccc;
}
.ad-unit-detail .dfp-add-block{

}
.ad-unit-detail .input-group{
  width:100%;
  /*margin: 10px auto 0 auto;*/
}
.ad-unit-detail .btn-outline-secondary:hover{
  color:#fff !important;
}
.ad-unit-detail .form-group{
  width:100%;
  border-bottom:1px solid #cbcbcb;
  padding: 20px 0;
  margin: 0;
}
.ad-unit-detail .form-control{
  border-color:#cbcbcb;
  border-radius: 0;
  /*border-right: 0;*/
}
.ad-unit-current-selection .form-control{
  border-color:#cbcbcb;
  border-radius: 0;
  border-right: 0;
}
.ad-unit-detail button{
  background-color: #fff;
  border: 1px solid #cbcbcb;
  border-left: 0;
  padding: 10px 15px;
}
.ad-unit-detail .btn-outline-secondary{
  color: #868e96 !important;
}
.current-selection-block{
  border-bottom: 1px solid #fff;
}
.current-selection-block .current-selection-block-header{
  background-color: #dbdbdb;
  padding: 5px 30px 5px 10px;
  position: relative;
}
.current-selection-block .current-selection-block-header i{
  right:10px;
  top:10px;
  position: absolute;
}
.current-selection-block .block-detail-section .unit-type{
  border-top:2px solid #ccc;
  padding: 5px 100px 5px 10px;
  color:#304243;
  position: relative;
  font-size: 13px;
}
.current-selection-block .block-detail-section .unit-type i.fa-times{
  right:10px;
  top:10px;
  position: absolute;
  color:#989898;
  font-size: 13px;
}
.current-selection-block .block-detail-section .unit-type i.fa-times:hover{
  color:red;
}
.current-selection-block .block-detail-section .unit-type .badge{
  position: absolute;
  right:10px;
  top:7px;
}
.current-selection-block .block-detail-section:first-child .unit-type{
  border:0;
}
.current-selection-block .block-detail-section .creative{
  border-top: 1px solid #ccc;
  padding: 5px 30px 5px 10px;
  color: #96a0a0;
  position: relative;
  font-size: 13px;
}
.current-selection-block .block-detail-section .creative i.fa-times{
  right:10px;
  top:10px;
  position: absolute;
  color:#989898;
}
.current-selection-block .block-detail-section .creative i.fa-times:hover{
  color:red;
}
.current-selection-block .block-detail-section .creative .badge{
  position: absolute;
  right: 10px;
  top: 5px;
  font-size: 12px;
}
.unit-steps{
  background-color: #f1f2f7;
  padding-top: 15px;
}
.unit-steps .btn-outline-secondary{
  color:#000 !important;
}
.unit-steps .btn-outline-secondary i{

}
.message-box{
  border: 1px solid #DFE3E9;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  border-radius: 2px;
  background-color: #FFFFFF;
  box-shadow: 0 1px 4px 0 rgba(0,0,0,0.08);
  position: fixed;
  width: 330px;
  padding: 20px;
  font-size: 14px;
  font-weight: 600;
  color: #7F8FA4;
  z-index: 100;
  left: 0px;
  right: 0px;
  top: -510px;
  margin: auto;
  transition: all 0.9s;
  -webkit-transition: all 0.9s;
  -moz-transition: all 0.9s;
  -o-transition: all 0.9s;
}
.close-message-box {
  color: white;
  position: absolute;
  top: -18px;
  right: -20px;
  font-size: 15px;
  background-color: #2197f0;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  width: 23px;
  height: 23px;
  display: inline-block;
  padding: 0px;
  line-height: 22px;
  text-align: center;
  cursor: pointer;
}
.message-box.active {
    top: 40px;
}
.unlisted-advertise{

}
.console-access,.api-access,.schedule-report,.upload-samples,.partnerId{
  border-radius: 4px;
  padding: 10px;
  margin-bottom: 15px;
  background-color:#dee9f7;
  position: relative;
  border: 1px solid #c3ddff;
}
.console-access.recommended,.api-access.recommended,.schedule-report.recommended{
  border: 1px solid #a6d670;
    background-color: #e5f7d0;
}
.console-access.recommended:before,.api-access.recommended:before,.schedule-report.recommended:before{
  position: absolute;
  right: 20px;
  top: -14px;
  content: "Recommended";
  color: #fff;
  font-size: 15px;
  line-height: 25px;
  background-color: #a6d670;
  border-radius: 7px;
  padding: 0px 5px;
}
.mapping-block{
  background-color: #ecebeb;
  border-bottom: 1px solid #ccc;
}
.close-report{
  color:#F44336;
}
.filter-area{
  padding: 25px 0;
  display: none;
}
#browseModal th,#browseModal td{
  border-top:0;
}
#browseModal select{
  border:0;
  outline: 0;
}
#browseModal tr:nth-child(even) select {background: #fff}
#browseModal tr:nth-child(odd) select {background: #f3f3f2}
.breadcrumb{
  background-color: transparent;
}
.breadcrumb a{
  text-decoration: none;
  outline: none !important;
  color: #878787;
  font-size: 12px;
}
.breadcrumb li.active a{
  font-weight: bold;
}
.breadcrumb > li + li:before {
    padding: 0 5px;
    color: #ccc;
    content: "\003E";
}
.chain-mapping nav{
  border:1px solid #ccc;
  border-bottom: 0;
  border-radius: 4px 4px 0 0;
}
.chain-mapping .tab-content{
  border:1px solid #ccc;
  border-top: 0;
}
.chain-mapping .nav a{
  width:33.33%;
  background-color: #666;
  color:#fff;
  border-radius: 0;
  border:0;
  text-align: center;
  text-transform: uppercase;
  font-weight: bold;
  border-left:1px solid #fff;
}
.chain-mapping .nav a:first-child{
  border-left:0;
}
.chain-block{
  width:100%;
  position: relative;
  overflow-x: scroll;
  padding: 15px 0;
}
.chain-block .form-check-input{
  margin-top: 56px;
  margin-left: -12px;
}
.chain-block:nth-child(odd){
  background-color: #fff;
}
.chain-block:nth-child(even){
  background-color: #f9f9f9;
}
.chain-block-inside{

}
.chain-creative-block{
  width:300px;
  display: inline-block;
  padding: 20px 10px 10px 10px;
  vertical-align: top;
}
.creative-block{
  position: relative;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.creative-block.active{
  background-color: #e7f2fd;
  border:1px dashed #007bff;
}
.add-creative-block{
  position: absolute;
  right: 0;
  bottom: -3px;
  color: #007bff;
  font-size: 20px;
}
.delete-creative,.copy-creative,.add-creative{
  position: relative;
  margin: 0 0 4px 6px;
}
.create-new,.paste-copied{
  margin: 4px 0 0 6px;
}
.single-chain{
  height: 90px;
}
.creative-editor{
  height: 23px;
}
.multiple-chain{
  margin-top: 20px;
  height: 90px;
  position: relative;
}
.multiple-chain:before{
  background-image:url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADYAAAB9CAMAAADeBGBAAAAAQlBMVEVHcEzY2NjY2NjY2NjY2NjY2NjY2NjY2NjY2NjY2NjY2NjY2NjY2NjY2NjY2NjY2NjY2NjY2NjY2NjY2NjY2NjY2Nhh4496AAAAFXRSTlMATORll/yG9AVwe1miNrdBqNQIAg4AHsrZAAAAu0lEQVRYw+3YzRKCMBADYED+oS2Ief9XtdUZ7NHNAQdM7t+UMt09pOhQMBETE7su68X+hzUcwxnYWmm6xcTExMSOYA3HcAZG360XE7sC08ITExP7KftuczkfGFYDjmAPDwSmipiBkmkwcmcpPmpgYvqSj7PVLC1wI9jurKXOAAwES25MrOpMWRtgLiKCKVVkSzy1t2RLH9naJ2Z6Xc2a8f0jD1H7I7Fko1Q+ADZVmtF9YVQ6KxCL0fn8rCeK7hqaAKdNEwAAAABJRU5ErkJggg==');
  content:'';
  position: absolute;
  width: 54px;
  height: 125px;
  left: -68px;
  top: -68px;
}
.single-chain-arrow{
  background-image:url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADQAAAAYCAMAAACCyC6UAAAAVFBMVEVHcEzY2NjY2NjY2NjY2NjY2NjY2NjY2NjY2NjY2NjY2NjY2NjY2NjY2NjY2NjY2NjY2NjY2NjY2NjY2NjY2NjY2NjY2NjY2NjY2NjY2NjY2NjY2NhnrqWKAAAAG3RSTlMAS39ecWiI9AWXd6LkqFf8OUO0Ur4I1PEvPw6EEAidAAAAcUlEQVQYGZXAtwECMQAEwZN9JL3Hs/33SUjKjf7zOg/ZGuxyfU54yzYgyDYgyNZgla1Bkq1Cka1Cka1Aly1Dl+bJ8XxsMDRhmTdYdHFIGaJMCaJMHbJMEbJMFYpMFZJMDVaZGlzluS8QZGpwyLXfgn6+GMgOc4Q5nr8AAAAASUVORK5CYII=');
  position: relative;
  display: inline-block;
  width:52px;
  height: 24px;
  margin-top: 50px;
}
.fa-level1:before{
  content:url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABMAAAAPCAMAAAAxmgQeAAAAWlBMVEVHcEyGhoaGhoaGhoaGhoaGhoaGhoaGhoaGhoaGhoaGhoaGhoaGhoaGhoaGhoaGhoaGhoaGhoaGhoaGhoaGhoaGhoaGhoaGhoaGhoaGhoaGhoaGhoaGhoaGhoall4YXAAAAHXRSTlMAzsk0r+uqBrsKOtTemnpkgPLGAun4TFwljSK2o/fiRrcAAABuSURBVBjTnc5JDoAgDAVQURCrzOAs97+mJSwE48qf/C5eCG3jyDS1WNJiCFENxsYqQzLZU9pjcVzDnA04AMfi8CPLVmYMH8b+WxfiWQHXRtoolDkeA5qvZl3xcHOJrK6/E2jK1zsWESW8F697ohvz3wexoyfMtwAAAABJRU5ErkJggg==');
  vertical-align: middle;
}
.fa-level2:before{
  content:url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABMAAAAPCAMAAAAxmgQeAAAAdVBMVEVHcEyGhoaGhoaGhoaGhoaGhoaGhoaGhoaGhoaGhoaGhoaGhoaGhoaGhoaGhoaGhoaGhoaGhoaGhoaGhoaGhoaGhoaGhoaGhoaGhoaGhoaGhoaGhoaGhoaGhoaGhoaGhoaGhoaGhoaGhoaGhoaGhoaGhoaGhoafHARnAAAAJnRSTlMAM9zxGASqOgfo1s1+lI68ybWKsKLQIRFQ8+ybRePFdvwkXGliLKFkYqEAAACdSURBVBjTXY3XDsMgDEUdhkMJlOylrC7//ycWQqQ0PQ8WPrpcg20aneWZ9sOTuQQAHF0YU+9WxGWjGStErDXdgpNKTpxQBeAenSflVMdXeeSE6AeqhFB+OXJdwdhGXLPkdGqNBytxOpBlUIU4+pK9WNVEywegNcYRt+YVpHDzFM6PsaXYk2388B6Cyh/wgzSciKVwQVliPfzR2aefX5sHDnP8ka39AAAAAElFTkSuQmCC');
  vertical-align: middle;
}
.revenueTable th,.revenueTable td{
  word-break: break-word;
}
.revenueTable tr th{
  border-bottom: 0;
  background-color: #325261;
  color: #fff;
}
.revenueTable tr td{
  border-top: 0;
}
tr.order{
  background-color: #fff !important;
}
tr.lineitem{
  background-color:#fcfcee !important;
}
tr.creative{
  background-color:#def1f7 !important;
}
.showhide{
  float:right;
  position: relative;
  text-decoration: none;
}
.showhide:after{
  color:#007bff;
  content: "\f196";
  position: absolute;
  left:3px;
  font-family: FontAwesome;
}
.folded .showhide:after{content: "\f196";font-family: FontAwesome;}
.unfolded .showhide:after{content: "\f147";font-family: FontAwesome;}
table.dataTable tr.lvl4 td:nth-child(2){ padding-left:10px;}
table.dataTable tr.lvl6 td:nth-child(2){ padding-left:20px;}
table.dataTable tr.lvl9 td:nth-child(2){ padding-left:30px;}
table.dataTable tr.lvl10 td:nth-child(2){ padding-left:40px;}
table.dataTable tr.lvl12 td:nth-child(2){ padding-left:50px;}
table.dataTable tr.lvl14 td:nth-child(2){ padding-left:60px;}
table.dataTable tr.lvl16 td:nth-child(2){ padding-left:70px;}
table.dataTable tr.lvl18 td:nth-child(2){ padding-left:80px;}
table.dataTable tr.lvl20 td:nth-child(2){ padding-left:90px;}
table.dataTable tr.lvl4 td:nth-child(2):before{ content:'↳' }
table.dataTable tr.lvl6 td:nth-child(2):before{ content:'↳' }
table.dataTable tr.lvl9 td:nth-child(2):before{ content:'↳' }
table.dataTable tr.lvl10 td:nth-child(2):before{ content:'↳' }
table.dataTable tr.lvl12 td:nth-child(2):before{ content:'↳' }
table.dataTable tr.lvl14 td:nth-child(2):before{ content:'↳' }
table.dataTable tr.lvl16 td:nth-child(2):before{ content:'↳' }
table.dataTable tr.lvl18 td:nth-child(2):before{ content:'↳' }
table.dataTable tr.lvl20 td:nth-child(2):before{ content:'↳' }

.compareTable tr td{
  text-align: center !important;
}
.compareTable i{
  color: #fff;
}
.compareTable tr th{
  border-bottom: 0;
  color: #fff;
}
.compareTable tr:nth-child(even) th{
    background-color: #565656;
}
.compareTable tr:nth-child(odd) th{
    background-color: #8c8c8c;
}
.compareTable tr td{
  border-top: 0;
}
.compareTable .breadcrumb{
  margin: 0;
  padding: 0;
}
.card-table-overflow{
  width: 100%;
  position: relative;
  overflow-x: auto;
}

#compareModal .modal-lg{
      max-width: 1200px;
}
#compareModal .compare-btns{
  display: inline-block;
  width: 70px;
}
#compareModal .compare-dropdown{
  display: inline-block;
  width: 152px;
  margin: 0 5px;
}
#compareModal .compare-date{
  display: inline-block;
  width: 220px;
  margin: 0 5px;
}
#compareModal .compare-close{
  display: inline-block;
  width: 20px;
}
#compareModal .modal-body{
  overflow-x: scroll;
}
#compareModal .compare-row{
  width:1165px;
  margin-bottom: 20px;
}
#compareModal .compare-add-btn{
  width: max-content;
  margin: 0 0 20px 15px;
}

/*compare new page */
.compare-container.card-table-overflow{
  overflow: auto;
}
.compare-data-container {
  overflow: auto;
  white-space: nowrap;
  display: flex;
}
.compare-metric-col{
  width: 21%;
  float: left;
  display: inline-block;
}
.compare-col {
  min-width: 345px;
  display: inline-block;
}
.metric-row {
  background-color: #222;
  color:#fff;
}
.metric-header{
  background-color: #f1f1f7;
  text-align: center;
  font-weight: bold;
}
.metric-row, .data-row{
  padding : 7px 10px;
  margin : 1px;
}
.metric-row{
  background-color: #222;
  color:#fff;
}
.action-row {
  background-color: #007bff;
  padding : 8px 0 8px 0;
  margin : 1px;
  text-align: center;
  color:#fff;
}
.action-row a {
  color:#fff;
  padding: 4px 0;
  display: block;
}
.filter-head {
  text-align: center;
  padding: 10px;
}
.filter-row {
  height: 50px;
  background-color: #e6e6e6;
  margin: 1px;
}
.odd {
  background-color: #e5e5ea;
  text-align: center;
}
.even {
  background-color: #f1f1f7;
  text-align: center;
}


.dataTables_wrapper{
  //overflow-x: scroll;
  //position: relative;
}
.filter-ad-unit-added .alert{
 padding:5px 30px 5px 10px;
 display: inline-block;
 margin:0 12px;
}
.filter-ad-unit-added .alert-dismissible .close{
  padding: 2px 7px;
}
.filter-by-dashboard{
  background-color: #fff;
  padding: 10px 0 10px 0;
  margin-bottom: 0px;
  border-bottom:1px solid #f3f0f0;
}
.filter-by-dashboard .form-group{
  margin-bottom: 0;
}
.filter-by-dashboard .creative-editor{
  margin: 30px 10px 0 0;
}
.filter-ad-unit-add-btn{
  margin: 0 0 0 10px;
}
#footerpaging{
  border: 1px solid #b9b5b5;
  display: inline-block;
  padding: 0px 10px;
  border-radius: 4px;
}
#previous{
  padding: 4px 8px 4px 0;
  display: inline-block;
  border-right: 1px solid #b9b5b5;
}
#footerpaging a,#footerpaging .active{
  padding: 4px 12px 4px 5px;
  display: inline-block;
  border-right: 1px solid #b9b5b5;
}
#footerpaging #last,#footerpaging .next,#footerpaging #first{
  padding:0;
  border-right: 0;
}

/* Daisy chain new */
.daisy-wrapper {
  position: relative;
  margin: 0 20px;
}
.daisy-wrapper .branch {
  position: relative;
  margin-left: 400px;
}
.daisy-wrapper .branch:before {
  content: "";
  width: 100px;
  border-top: 2px solid #ccc;
  position: absolute;
  left: -150px;
  top: 50%;
  margin-top: 1px;
}
.daisy-wrapper .entry {
  position: relative;
  min-height: 115px;
}
.daisy-wrapper .entry:before {
  content: "";
  height: 100%;
  border-left: 2px solid #ccc;
  position: absolute;
  left: -50px;
}
.daisy-wrapper .entry:after {
  content: "";
  width: 50px;
  border-top: 2px solid #ccc;
  position: absolute;
  left: -50px;
  top: 50%;
  margin-top: 1px;
}
.daisy-wrapper .entry:first-child:before {
  width: 10px;
  height: 50%;
  top: 50%;
  margin-top: 2px;
}
.daisy-wrapper .entry:first-child:after {
  height: 10px;
}
.daisy-wrapper .entry:first-child {
}
.daisy-wrapper .entry:last-child:before {
  width: 10px;
  height: 50%;
}
.daisy-wrapper .entry:last-child:after {
  height: 10px;
  border-top: none;
  border-bottom: 2px solid #ccc;
  margin-top: -9px;
}
.daisy-wrapper .entry.sole:before {
  display: none;
}
.daisy-wrapper .entry.sole:after {
  width: 50px;
  height: 0;
  margin-top: 1px;
  border-radius: 0;
}
.daisy-wrapper .label {
  display: block;
  min-width: 250px;
  line-height: 20px;
  text-align: center;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -40px;
  height:90px
}
.daisy-wrapper .creative-block{
  width:250px;
  text-align:left;
  position:relative;
  border: 2px solid #ced4da;
}
.daisy-wrapper .entry span:hover .creative-block {
  border:2px solid #666;
}
.daisy-wrapper .hasMore .creative-block {
  border: 2px #007bff solid !important;
}
.daisy-wrapper .root {
  margin-top: -41px;
}

@media (max-width: 991px) {
.ad-unit-site h5{border-right:1px solid #ccc;}
.ad-unit-detail h5{}
.ad-unit-current-selection h5{border-left:1px solid #ccc;}
}
@media (max-width: 575px) {
  .filter-by-dashboard{padding: 10px !important;}
  .filter-ad-unit-added{margin-top: 0px;margin-left: 10px;}
  .filter-ad-unit-add-btn{margin-top: 0;}
  .user-area{padding-bottom: 10px;}
}
@media (max-width: 1368px) {
  .content {
    padding: 0 15px; }

  .twt-category {
    margin-bottom: 0; }

  .twt-feed {
    max-height: 155px; }
    .twt-feed img {
      height: 75px;
      width: 75px; }

  .stat-widget-one .stat-content {
    margin-left: 15px; }

  .card-body {
    padding: 15px; }

  .badges button {
    margin: 2px 0; } }
@media (max-width: 1024px) {
  aside.left-panel {
    padding: 0 20px;
    width: 200px; }

  .navbar .navbar-nav li > a .menu-icon {
    width: 30px; }

  .navbar .navbar-nav li.menu-item-has-children .sub-menu {
    padding: 0 0 0 30px; }

  .navbar .navbar-nav li.menu-item-has-children .sub-menu a {
    padding: 2px 0 2px 25px; }

  .card .card-header {
    position: relative; }
    .card .card-header strong {
      display: block; }
    .card .card-header small {
      float: left; }
    .card .card-header .card-actions {
      right: 0;
      top: .75rem;
      position: absolute; } }
@media (max-width: 992px) {
  [class*="col"].no-padding {
    flex: none; } }
@media (max-width: 575.99px) {
  body {
    display: block; }

  aside.left-panel {
    display: block;
    height: auto;
    min-height: inherit;
    padding: 0 15px;
    width: 100%; }
    aside.left-panel .navbar {
      margin-bottom: 0; }
      aside.left-panel .navbar .navbar-header {
        height: 50px; }
      aside.left-panel .navbar .navbar-brand {
        border-bottom: none;
        display: inline-block;
        float: left;
        line-height: 1;
        margin-top: 11px;
        min-height: inherit; }
        aside.left-panel .navbar .navbar-brand.hidden {
          display: none; }
      aside.left-panel .navbar .navbar-toggler {
        float: right;
        margin-top: 8px; }
      aside.left-panel .navbar .navbar-nav li > a {
        padding: 5px 0; }

       

      aside.left-panel .navbar .navbar-nav li.menu-item-has-children a:before {
        top: 5px; }
      aside.left-panel .navbar .menu-title {
        line-height: 30px;
        padding: 0; }

  .menutoggle {
    display: none; }

  .right-panel {
    display: block; }
    .right-panel header.header {
      padding: 5px 10px 1px 5px; }
      .right-panel header.header div[class*="col"] {
        padding: 0;
        width: initial; }
      .right-panel header.header .col-sm-7 {
        float: left; }
      .right-panel header.header .col-sm-5 {
        float: right; }
    .right-panel .breadcrumbs {
      padding: 10px 15px; }
      .right-panel .breadcrumbs div[class*="col"] {
        padding: 0; }
      .right-panel .breadcrumbs .page-header {
        min-height: inherit;
        padding: 0; }
        .right-panel .breadcrumbs .page-header h1 {
          padding: 5px 0; }
        .right-panel .breadcrumbs .page-header.float-right {
          float: left;
          text-align: left;
          width: 100%; }
          .right-panel .breadcrumbs .page-header.float-right .breadcrumb {
            padding: 0; }
    .right-panel .content {
      padding: 0 10px; }
      .right-panel .content .card .card-title {
        margin-bottom: 0; }
      .right-panel .content .card .card-footer {
        padding: 15px 5px; }
        .right-panel .content .card .card-footer ul {
          margin: 0; }
          .right-panel .content .card .card-footer ul li {
            float: left;
            margin: 5px 0;
            padding: 0 10px;
            width: 33.33%; }
      .right-panel .content div[class*="col"] {
        padding: 0; }
      .right-panel .content .row div[class*="col"] {
        padding: 0 10px; }
      .right-panel .content .nav-tabs .nav-link,
      .right-panel .content .nav-pills .nav-link {
        padding: .5rem; }
      .right-panel .content .tab-content.pl-3 {
        padding-left: 0 !important; }
      .right-panel .content #bootstrap-data-table_wrapper {
        font-size: 14px;
        padding: 0; }
        .right-panel .content #bootstrap-data-table_wrapper div[class*="col"] {
          padding: 0; }
        .right-panel .content #bootstrap-data-table_wrapper .table td, .right-panel .content #bootstrap-data-table_wrapper .table th {
          padding: 5px; } }

#filter_label {
  margin-left: 134px;
}
#filter_label .fl-label {
  font-weight: bold;
  display: inline-block;
  width: 152px;
  margin: 0 5px;
}
/*# sourceMappingURL=style.css.map */


.common-ellipsis{
overflow: hidden;
white-space: nowrap;
text-overflow: ellipsis;
}

.onedash-loader-small {
  position: absolute;
  width: 29px;
  height: 40px;
  top: 0px;
  bottom: 0px;
  right: -15px;
  background: rgb(255, 255, 255);
  z-index: 10000000;
  text-align: center;
  display:none;
}
.onedash-loader-small:after {
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  background-image: url(/images/25.gif);
  background-size: 20px;
  background-repeat: no-repeat;
  background-position: center;
}

/*Recommendation*/
.recommendation-badge{border-radius: .55rem;font-family: 'Open Sans';font-weight: 600;margin: 0 0 0 7px;padding: 0.1em 0.5em;}
.site_channel .dropdown{padding-left: 30px;}

.daisy_chain_icon{
  transform: rotate(-90deg);
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
}

/* Direct-advertiser-mapping remove icon */
.block-detail-section .remove-map{
  cursor: pointer;
}

.cur-pointer{
  cursor: pointer;
}
#dropdownSettingButton ~ .dropdown-menu{right: 30%;left: auto !important;top: auto !important;}
.flex-col{flex: 0 0 19.666667% !important;}

.navbar .navbar-nav li.menu-item-has-children.show .sub_ch{
    padding: 0 0 0 30px;
}
.f-15{
  font-size: 15px;
}
.admin-container {
  width: 100% !important;
}
.admin-common-content{
  max-width: 100% !important;
}
.admin-datatable {
  width: 100% !important;
}
.inactive-account {
  background-color: #c17371 !important;
  color:#FFF !important;
}
