@import "./introjs/introjs.min.css";
@import "./nvd3/nv.d3.css";

/**
 * App distinctions
 */
body.portal-app {
  margin: 0;
}
  body.portal-app .app-main .breadcrumb {
    display: none;
  }

body.admin-app {
  font-size: 12px;
}
  body.admin-app .page-content-wrap {
    padding: 0 15px;
  }
a{
  color:#871FFF;
}  
a:hover{
  color:#871FFF;
}
/* Hide the loading frame under the new layout */
.page-loading-frame {
  display: none;
}

/**
 * Login page
 */
.loginbody {
  margin-top: 0 !important;
  background-color: #f5f6f8;
}

.login-box {
  width: 600px;
  border-radius: 5px;
  background-color: #ffffff;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.3);
  margin: auto;
  padding-bottom: 20px;
}

.login-footer {
  margin-top: 20px;
  padding-bottom: 20px;
}

.login-box-parent {
  margin-top: 60px;
  margin-bottom: 60px;
  background-color: #f5f6f8;
}
.login_text_info {
  font-size: 15px;
  font-weight: 500;
  text-align: center;
  color: #45a5e5;
}
.login_text_gray {
  font-size: 15px;
  color: #9b9b9b;
}
.loginbody h1 {
 color: #000000;
}



.separator {
  z-index: 2;
  padding: 10px;
  height: 70px;
  background-color: #ffffff;
  box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.2);
}

.img_logo {
  width: 136px;
  height: 50px;
  object-fit: contain;
}

.col-center{
  margin:0 auto;
}



.error {
  color:#ba3737 ;
}
.alert-danger {
  background-color: #b64645 !important;
  border-color: #ebccd1;
  color: #ffffff;
}
/* end Login */


/**** Widgets ****/
.widget.widget-padding-sm, .widget.widget-item-icon {
  padding: 10px 0px 5px;
}
.widget {
  width: 100%;
  float: left;
  margin: 0px;
  list-style: none;
  text-decoration: none;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  padding: 15px 10px;
  margin-bottom: 20px;
  min-height: 120px;
  position: relative;
  border-radius: 8px;
  border: solid 1px #e6e6e6;
  box-shadow: 0 1px 20px 0 rgba(13, 66, 100, 0.13);
}

.widget.widget-item-icon .widget-item-left {
  border-right: 1px solid rgba(0, 0, 0, 0.1);
  margin-right: 10px;
  padding-right: 10px;
}

.widget.widget-item-icon .widget-item-left, .widget.widget-item-icon .widget-item-right {
  width: 70px;
  padding: 20px 0px;
  text-align: center;
}

.widget .widget-item-left {
  margin-left: 0px;
  float: left;
  width: 100px;
}

.widget.widget-item-icon .widget-data {
  padding-left: 90px;
}

.widget.widget-default {
  color: #434a54;
}

.widget .widget-title {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 5px;
  line-height: 20px;
  text-transform: uppercase;
  color: #2c2d30 !important;
  background: #ffffff !important;
}

.widget .widget-int {
  font-size: 32px;
  line-height: 40px;
  font-weight: bold;
  font-family: arial;
  background: #ffffff !important;
}

.widget .widget-big-int {
  font-size: 42px;
  line-height: 45px;
  font-weight: 300;
}

.widget .widget-subtitle {
  font-size: 12px;
  font-weight: 400;
  margin-bottom: 5px;
  line-height: 15px;
}

.icn-large {
  font-size:32px;
}


.firsttab {
  border-radius : 8px 0px 0px 8px;
  border : 1px solid #F9F9F9;
}
.lasttab {
  border-radius : 0px 8px 8px 0px;
  border : 1px solid #F9F9F9;
}

.page-tabs a.active {
  color:#fff !important;
  background-image: linear-gradient(to bottom, #4db1e9, #5cceff);
  box-shadow: 0 2px 5px 0 rgba(0, 169, 245, 0.23);
  border-bottom-color: #e6e6e6;
}

.page-tabs a {
  background-color: #F9F9F9;
}


.plugin-clock span {
  -webkit-animation: pulsate 1s ease-out;
  -webkit-animation-iteration-count: infinite;
  -moz-animation: pulsate 1s ease-out;
  -moz-animation-iteration-count: infinite;
  animation: pulsate 1s ease-out;
  animation-iteration-count: infinite;
  opacity: 0.0;
  margin-right: 2px;
}

/* Animations */
@-webkit-keyframes pulsate {
  0% {
    opacity: 0.0;
  }
  50% {
    opacity: 1.0;
  }
  100% {
    opacity: 0.0;
  }
}
@-moz-keyframes pulsate {
  0% {
    opacity: 0.0;
  }
  50% {
    opacity: 1.0;
  }
  100% {
    opacity: 0.0;
  }
}
@keyframes pulsate {
  0% {
    opacity: 0.0;
  }
  50% {
    opacity: 1.0;
  }
  100% {
    opacity: 0.0;
  }
}




.dashboard .thumbnail.panel .panel-heading {
  border-color: #f5f5f5;
}

.dashboard .panel-default > .panel-heading {
  color: #333333;
  background-color: initial;
  border-color: #ddd;
}

.dashboard .panel-heading {
  font-size: 20px;
  padding: 10px;
  padding-top: 15px;
  box-shadow:none !important;
}

.dashboard .panel-heading {
  padding: 10px 15px;
  border-bottom: 1px solid transparent;
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}


.dashboard .panel-footer {
  text-align: center;
  min-height: 36px;
  padding-bottom: 20px;
  border-color: #f5f5f5;
}

.dashboard .panel-footer {
  padding: 10px 15px;
  background-color: initial;
  border-top: 1px solid #ddd;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  line-height: 20px;
}

.dashboard .dl-horizontal dt {
  text-align: left;
  width: 115px;
}

.dashboard .dl-horizontal dd {
  margin-left: 10px;
}

.message-box-popup {
  background: rgba(5, 48, 88, 0.48) !important;
}

.sticky-menu {
  top: 170px !important;
}

.tile.tile-info {
    background: #3fbae4;
    border-color: #3fbae4;
}

.tile.tile-warning {
  background: #fea223;
  border-color: #fea223;
}

.tile.tile-gray {
  background: #6D6F71;
}

.tile {
  width: 100%;
  float: left;
  margin: 0px;
  list-style: none;
  text-decoration: none;
  font-size: 38px;
  font-weight: 300;
  color: #FFF;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  padding: 10px;
  margin-bottom: 20px;
  min-height: 100px;
  position: relative;
  border: 1px solid #D5D5D5;
  text-align: center;
}


.tile p {
  font-size: 14px;
  margin: 0px;
}

.tile .informer.dir-tr {
  left: auto;
  right: 5px;
}

.tile .informer.informer-default {
  color: #FFF;
}

.tile .informer {
  position: absolute;
  left: 5px;
  top: 5px;
  font-size: 12px;
  color: #FFF;
  line-height: 14px;
}


/* PAGE LOADING FRAME */
/*.page-loading-frame {
  width: 100%;
  height: 100%;
  position: fixed;
  z-index: 9999;
  background: url(../img/bg.png) left top repeat #33414e;
  -webkit-transition: all 1000ms ease;
  -moz-transition: all 1000ms ease;
  -ms-transition: all 1000ms ease;
  -o-transition: all 1000ms ease;
  transition: all 1000ms ease;
}
.page-loading-frame .page-loading-loader {
  width: 64px;
  height: 64px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -32px;
  margin-top: -32px;
  -webkit-transition: all 100ms ease;
  -moz-transition: all 100ms ease;
  -ms-transition: all 100ms ease;
  -o-transition: all 100ms ease;
  transition: all 100ms ease;
}
.page-loading-frame.v2 {
  background: #111;
  background: url(../img/bg.png) left top repeat rgba(0, 0, 0, 0.8);
}
.page-loading-frame.v2 .page-loading-loader {
  width: 64px;
  height: 64px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -32px;
  margin-top: -32px;
  -webkit-animation: rotate 2.0s infinite linear;
  animation: rotate 2.0s infinite linear;
}
.page-loading-frame.v2 .page-loading-loader .dot1,
.page-loading-frame.v2 .page-loading-loader .dot2 {
  width: 60%;
  height: 60%;
  display: inline-block;
  position: absolute;
  top: 0;
  background-color: #F5F5F5;
  border-radius: 100%;
  -webkit-animation: bounce 2s infinite ease-in-out;
  animation: bounce 2s infinite ease-in-out;
}
.page-loading-frame.v2 .page-loading-loader .dot2 {
  top: auto;
  bottom: 0px;
  -webkit-animation-delay: -1s;
  animation-delay: -1s;
}
.page-loading-frame.removed {
  opacity: 0;
  filter: alpha(opacity = 0);
}
.page-loading-frame.removed .page-loading-loader {
  opacity: 0;
  filter: alpha(opacity = 0);
}*/
/* PAGE LOADING FRAME */

/**
 * Public page
 */
  .public-page .login-box {
    padding: 25px 25px 50px;
    max-width: 100%;
    font-size: 16px;
    text-align: center;
    color: #42424a;
  }
    .public-page .login-box p {
      margin: 1em 0;
    }
    .public-page .login-box img {
      width: 123px;
      max-width: 100%;
      height: auto;
    }
    .public-page .login-box .cta {
      display: inline-block;
      padding: 20px;
      border-radius: 10px;
      border: 1px solid #e6e6e6;
      font-size: 17px;
    }

/**
  * Forgot password
  */
  .forgot-password .forgot-choices {
    margin: 50px 0;
  }
    .forgot-password .forgot-choice + .forgot-choice {
      margin-top: 50px;
      padding-top: 50px;
      border-top: 1px solid #eee;
    }
    .forgot-password h1,
    .forgot-password h2,
    .forgot-password h3 {
      margin: 0;
      padding: 0;
    }
  @media (min-width: 768px) {
    .forgot-password .forgot-choices {
      display: flex;
    }
    .forgot-password .forgot-choice {
      flex: 1 0 auto;
      display: flex;
      flex-direction: column;
      margin: 0 !important;
      padding: 0 25px !important;
      border-top: 0 !important;
    }
    .forgot-password .forgot-choice:not(:last-child) {
      border-right: 1px solid #eee;
    }
    .forgot-password .forgot-choice + .forgot-choice {
      margin-left: -1px;
      border-left: 1px solid #eee;
    }
    .forgot-password .forgot-choice .description {
      flex: 1 0 auto;
    }
  }


/**
 * Text colors
 */
.text-green {
  color: #35be8b;
}
.text-light {
  color: #9b9b9b;
}

/**
 * Customer Portal iframe
 */
.cp-iframe-wrapper {
  position: absolute;
  z-index: 1;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: #fff;
}
  .cp-iframe {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    border: 0;
  }

/**
 * Drop down menu
 */
.dropdown-menu {
  padding: 9px 0;
}
  .dropdown-menu > li > span {
    display: block;
    padding: 5px 20px;
    clear: both;
    font-weight: normal;
    line-height: 1.42857;
    color: #333333;
    white-space: nowrap;
  }

/**
 * Layout
 * Lifted from Angular app
 */
/* .app-root {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}

.app-sidebar {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  overflow: auto;
  padding: 10px;
  box-shadow: 0 1px 50px 0 rgba(13, 66, 100, 0.13);
}
  .app-sidebar,
  .compact-sidebar .app-sidebar {
    width: 70px;
  }
  @media (min-width: 992px) {
    .app-sidebar {
      width: 225px;
    }
  }

.app-topbar {
  position: absolute;
  right: 0;
  top: 0;
  height: 60px;
  padding: 15px 15px;
  background: #fff;
  font-size: 16px;
  line-height: 30px;
  color: #9b9b9b;
}

.app-topbar,
.compact-sidebar .app-topbar {
  left: 70px;
}

@media (min-width: 768px) {
  .app-topbar {
    padding-left: 25px;
    padding-right: 25px;
  }
}

@media (min-width: 992px) {
  .app-topbar {
    left: 225px;
  }
}

.app-topbar a {
  color: inherit;
}

.app-topbar a:hover,
.app-topbar a:focus {
  color: #45a5e5;
  text-decoration: none;
}

.app-topbar .icn {
  font-size: 20px;
  line-height: inherit;
}

.app-topbar .topbar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 30px;
}

.app-topbar .menu {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  padding-right: 1em;
}

.app-topbar .menu .icn {
  position: relative;
  top: 1px;
}

.app-topbar .title {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  width: 100%;
  overflow: hidden;
  font-weight: 500;
  font-size: 18px;
  color: #42424a;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.app-topbar .tools {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  margin: 0;
  padding: 0;
  list-style: none;
  white-space: nowrap;
}

.app-topbar .tools>li {
  display: inline-block;
  margin: 0 0 0 0.6em;
  padding: 0;
  color: inherit;
}

.app-topbar .alert {
  margin: 0;
  padding: 5px;
  font-size: 0.8em;
  line-height: 1em;
}

.app-topbar .dropdown-menu .icn {
  font-size: inherit;
}

.app-main {
  position: absolute;
  right: 0;
  top: 60px;
  bottom: 0;
  overflow: auto;
  padding: 15px;
}

.app-main,
.compact-sidebar .app-main {
  left: 70px;
}

@media (min-width: 768px) {
  .app-main {
    padding: 25px;
  }
}

@media (min-width: 992px) {
  .app-main {
    left: 225px;
  }
}

.app-main .page-title-bar {
  margin: 0 0 1em;
}

.app-main .page-title-bar .icn {
  margin-right: 0.25em;
} */

/* END layout */

.vpp-footer {
  text-align: center;
}

/**
 * Page title
 */
.page-title {
  margin: 0 0 28px;
}
.page-title h1,
.page-title h2,
.page-title h3 {
  font-weight: 600;
  font-size: 20px;
}
  .page-title h1 small,
  .page-title h2 small,
  .page-title h3 small {
    font-weight: normal;
    font-size: 90%;
    color: #898989;
  }
  .page-title h1 [class^="icn-"], .page-title h1 [class*=" icn-"],
  .page-title h2 [class^="icn-"], .page-title h2 [class*=" icn-"],
  .page-title h3 [class^="icn-"], .page-title h3 [class*=" icn-"] {
    vertical-align: text-bottom;
    color: #79E;
  }

/**
 * Tables
 */
    .table thead th,
    table.dataTable thead th {
      outline: none;
      padding: 7px 20px 6px 10px;
      border: 0;
      background: #f5f6f8;
      font-weight: 500;
      font-size: 12px;
      line-height: 1.2;
      text-align: left;
      color: #9b9b9b;
    }
    .table thead th:first-child,
    table.dataTable thead th:first-child {
      border-top-left-radius: 4px;
      border-bottom-left-radius: 4px;
    }
    .table thead th:last-child,
    table.dataTable thead th:last-child {
      border-top-right-radius: 4px;
      border-bottom-right-radius: 4px;
    }
    .table tbody td,
    table.dataTable tbody td {
      border-top: 0;
      border-bottom: 1px solid #f4f4f4;
    }
    .table > tbody > tr > td,
    table.dataTable > tbody > tr > td { /* required for table specificity win */
      padding: 15px 10px;
    }
    .table-striped>tbody>tr:nth-child(odd)>td,
    .table-striped>tbody>tr:nth-child(odd)>th {
      background: none;
    }

.dataTables_length,
.dataTables_filter {
  border-bottom: 0;
}

table thead tr:first-child:hover {
  background-color: inherit !important;
}

/**
 * Buttons
 */
.btn > [class^="icn-"], .btn > [class*=" icn-"] {
  /* Fix button icons without .icn class */
  vertical-align: middle;
}

footer.footer-section {
  font-size: 12px !important;
  line-height: 12px !important;
}
/*Custom css*/
.customSideNav {
  background-color: #000000 !important;
}

.Vwc-sidenav .Vwc-sidemenu__label {
  color: #ffffff !important;
  background-color: transparent !important;
}
.customSideNav .Vwc-sidemenu li a:hover {
  background-color: #871FFF !important;
  border-color: #871FFF !important;
  color: #ffffff !important;
}
.Vwc-sidenav__block--logo .Vwc-sidenav__collapse:hover {
  opacity: 1 !important;
}
.Vwc-sidenav__collapse.Vwc-M-plus:focus {
  outline: 2px solid #871FFF;
}
.Vwc-sidenav__block--logo .Vwc-sidenav__collapse:hover svg.Vwc-icon:hover{
  fill: #0ffffe !important;
}
.customSideNav .Vwc-sidemenu__link_active {
  background: #F3F3F5!important;
  border-color: #871FFF !important;
  color: #871FFF !important;
}

.Vwc-sidemenu__trigger {
  background-color: transparent !important;
}
.customSideNav .Vwc-sidemenu__trigger svg {
  color: #ffffff !important;
  opacity: 1 !important;
  fill: #ffffff !important;
}
.customSideNav .Vwc-sidemenu__link svg {
  color: #ffffff !important;
  opacity: 1 !important;
  fill: #ffffff !important;
}
.customSideNav a.Vwc-sidemenu__link.Vwc-sidemenu__link_active span{
  color: #871FFF !important;
}
.customSideNav .Vwc-sidemenu__trigger .vwc-icon-reg {
  opacity: 1 !important;
}
.customBtnColor {
  background-color: #871FFF !important;
  border-color: #871FFF !important;
  color: #ffffff !important;
}
.customBtnColor:hover {
  background-color: #6d53a2  !important;
  border-color: #6d53a2  !important;
}
.customBtnColor:focus {
  outline:2px solid #6D53A2 !important;
  background-color: #6d53a2 !important;
}
.customTextColor {
  color: #871FFF;
}
footer a {
  color: #871FFF;
}
.vpp-footer{
  background-color: #ffffff;
}
.vpp-footer a{
  color: #871fff;
}
.footer-section {
  color: #42424a;
  background-color: #ffffff;
  fill: #ffffff;
}
.footer-section a {
  color: #871fff;
  font-size: 12px !important;
}
.footer-section li {
  display: inline-block;
  margin-right: 5px;
  font-size: 12px;
}
.footer-section ul {
  list-style: none;
}
.footer-section li:first-child {
  display: block;
}
.submitBtn{
  color: #ffffff;
    background-color: #871fff  !important;
    border-color: #871fff   !important;
}
.submitBtn:hover{
  background-color: #6D53A2  !important;
    border-color: #871fff  !important;
}
.submitBtn:focus {
  outline: 2px solid #871fff  !important;
  background-color: #871FFF !important;
  box-shadow: 0 0 5px rgba(136, 31, 255, 0.5) !important; 
}

.submitBtn.disabled, .vgbs-btn[disabled]{
  cursor: not-allowed;
    color: #cccccc !important;
    background-color: #e7e7e7 !important;
    border-color: #e3e3e3 !important;
    box-shadow: none;
}
.login-footer span.login_text_gray {
  color: #42424a;
}
.app-topbar .title > div{
  background: #ffffff !important;
}
.messages .text > .heading a {
  color: #2c2d30 !important;
}
.widget-title div {
  color: #2c2d30;
}
.widget-subtitle div {
  color: #2c2d30;
  background: #ffffff !important;
}
.custom-widget-title > span {
  color: #2c2d30 !important;
}
dt.text-muted.col-sm-5.text-truncate {
  text-align: right;
  padding-right: 0px;
  padding-left: 0px;
}
dt.col-sm-5.text-muted {
  text-align: right;
  padding-right: 0px;
}
dd.text-info.col-sm-7 {
  padding-left: 7px;
}
/* Change Password */
.box h2{background-color: #ffffff;}
.box p{color: #2c2d30 !important; font-size: 16px; background-color: #ffffff;}
.vg-well ul .text-danger{color:#ba3737 !important ;}
.vg-well ul .text-success{color:#206d50 !important;}
/* Admin other user My Profile */
.Vwc-label{color: #2c2d30 !important; background-color: #ffffff;}
.Vwc-table tr td{color: #2c2d30 !important; background-color: #ffffff;}
.info span{color: #2c2d30 !important;background-color:#ffffff !important; margin: 0px;}
.Vwc-table tr td .fillButton{background-color:#206d50 !important;}
.Vwc-empty p{color: #2c2d30 !important; background-color: #ffffff;}
.app-main h4{background-color: #ffffff;}
.Vwc-form__element__error{color:#ba3737 !important;  background: #ffffff !important;}
.Vwc-form__element--error input{background: #ffffff !important;
  border-color: #ba3737 !important;}
.cdk-table .Vwc-btn--destructive{background-color: #ba3737 !important;}
.successBtn{background-color:#206d50 !important; color:#ffffff !important}
.successBtn:focus{
  outline: 2px solid #871fff !important;
}
a#logout:focus {
  outline: 2px solid #871fff !important;
}
a.dropdownButton:focus, a#walkMeAnchor:focus {
  outline: 2px solid #871fff !important;
}
.app-topbar[_ngcontent-c4] .title[_ngcontent-c4] > div[_ngcontent-c4]{
  padding: 10px 0 !important;
  background-color: #ffffff !important;
}
.app-topbar svg.Vwc-icon {
  width: 24px;
  height: 24px;
  fill: #5B5B5B !important;
}
  /* Button */
  .submitBtn.disabled + .vgbs-btn[disabled]{
    cursor: not-allowed;
      color: #cccccc !important;
      background-color: #e7e7e7 !important;
      border-color: #e3e3e3 !important;
      box-shadow: none;
  }
  
  .submitBtn{
    color: #ffffff;
      background-color:  #871fff !important;
      border-color: #871fff  !important;
  }
  .submitBtn:hover{
    background-color: #6D53A2  !important;
    border-color: #871fff  !important;
  }
  .Vwc-btn--destructive:hover,
  .Vwc-btn--destructive:not(.Vwc-btn--no-focus):focus {
    background: #ba3737 !important;
    color: #ffffff;
  }
  a.customBtnColor.Vwc-btn.Vwc-btn--secondary:focus {
    outline: 2px solid #871fff ;
}
button.submitBtn.Vwc-btn:focus{
  outline: 2px solid #871fff ;
}
button.vgbs-btn.vgbs-btn-primary.custom-action-btn.submitBtn:focus {
  outline: 2px solid #871fff ;
}
button.Vwc-btn.Vwc-btn--icon.Vwc-btn--destructive:focus {
  border-color: #000!important;
  box-shadow: 0 0 5px rgba(0,0,0,.5)!important;
  outline: 2px solid #000!important;
}
vwc-busy-switch:focus {
  outline: 1px solid #ffffff !important;
}
  .Vwc-btn--destructive:active,
  .Vwc-btn_active.Vwc-btn--destructive {
    background: #ba3737  !important;
    box-shadow: inset 0 2px 3px rgba(44, 45, 48, 0.2);
    color: #ffffff;
  }
  button.submitBtn.Vwc-btn:disabled {
    background: #e7ebee !important;
    color: #919eab !important;
    cursor: not-allowed;
}
.Vwc-btn--destructive{
  background: #ba3737 !important;
}
button.Vwc-btn--destructive:disabled {
  background: #e7ebee !important;
}
.modal-footer a.btn-success {
  background: #206d50;
}
button.close {
  color: #ffffff !important;
  opacity: 1 !important;
}
.modal-header button.close {
  color: #333 !important;
}
.modal-header button.close:focus {
  outline: 2px solid #871fff;
}
.custom-launcher-234215{
  color: #9B9B9B!important;
  background-color: transparent;
  border-color: #9B9B9B !important;
  top: 3px !important;
  left: 0.6px !important;
}
.title h1{
  margin: -15px 10px;
  padding: 0px 0;
  font-weight: 900;
  font-size:  1.953125vw;
  color: #42424a;
  overflow: hidden;
  white-space: unset;
  text-overflow: ellipsis;
  background-color: #ffffff;
}

.title h2{
  font-size: 2.1rem;
  line-height: 2.4rem;
  font-weight: 800;
  color: #42424a;
  background-color: #ffffff;
  margin-bottom: 10px;
  
}
.Vwc-modal__header h2{
  font-size: 2.1rem;
  line-height: 2.8rem;
  font-weight: 900;
   line-height: 2.4rem;
    margin-top: 10px;
    margin-bottom: 8px;
    justify-content: center;
    margin-left: 25px;
    width: calc(100% - 50px);
    
}
.authorizedHeaderSection .Vwc-modal__header{
  border-bottom: 1px solid #e5e5e5;
  margin-bottom: 20px;
  padding-bottom: 5px;
}

.flex-gap-2 strong{background-color: #ffffff !important;}
.flex-gap-2 .Vwc-badge--green{background-color:#206d50 !important;}
.actions .Vwc-btn--tertiary{color: #ffffff !important; font-weight: 600 !important; background-color: #871fff !important;
  border-color: #871fff !important;}  
.actions .fill label{background-color: #ffffff;}


.Vwc-sidenav .Vwc-sidemenu__trigger + vwc-side-nav-menu > ul{
  position: absolute;
  left: -366px;
  transition: max-height 0.3s, margin 0.3s !important;
}
.Vwc-sidenav .Vwc-sidemenu__trigger_active + vwc-side-nav-menu > ul{
  left: 0;
  position: relative;
  transition: max-height 0.3s, margin 0.3s !important;

}



.customSideNav a:focus {
  outline: 2px solid #871fff !important;}
.flex-gap-2 strong{background-color: #ffffff !important;}
.flex-gap-2 .Vwc-badge--green{background-color:#206d50 !important;}
.actions .Vwc-btn--tertiary{color: #ffffff !important; font-weight: 600 !important; background-color: #871fff !important;
  border-color: #871fff !important;}  
.actions .fill label{background-color: #ffffff;}
/* bs datepicker*/
.bs-datepicker-body table td {
  color: #232826 !important;
}
.theme-blue .bs-datepicker-head {
  background-color: #206d50 !important;
  color: #ffffff;
}
.bs-datepicker-body table th {

  color: #42424a !important;
  
}
.bs-datepicker-body table td span.is-other-month, .bs-datepicker-body table td.is-other-month span {
  color: #6B6B6B !important;
}
.theme-blue .bs-datepicker-body table td.week span {
  color:  #206d50 !important;
}
.theme-blue .bs-datepicker-body table td span.selected, .theme-blue .bs-datepicker-body table td.selected span, .theme-blue .bs-datepicker-body table td span[class*="select-"]:after, .theme-blue .bs-datepicker-body table td[class*="select-"] span:after {
    background-color: #206d50 !important;
}
.bs-datepicker-head button.next span, .bs-datepicker-head button.previous span{
  background-color: #206d50 !important; ;
}
ul.footerList {
  list-style: none;
  padding: 0px;
}
ul.footerList li {
  display: inline-block;
  margin-right: 5px;
}

::placeholder {
  color: #727272 !important;
  opacity: 1; /* Firefox */
}

:-ms-input-placeholder {
  color: #727272 !important;
}

::-ms-input-placeholder {
  color: #727272 !important;
}

.close:focus {
  outline: 2px solid #777777 !important;
  padding: 0px 5px !important;
  color: #fff !important;
}
.form-control:hover{
  border-color: #871fff !important;
}
.form-control:focus{
  border-color: #871fff !important;
  box-shadow: 0 0 5px rgba(136, 31, 255, 0.5) !important;
}

h1:focus {
  outline: 1px solid #871fff !important;
  box-shadow: 0 0 5px rgba(136, 31, 255, 0.5);
}
h2:focus {
    outline: 1px solid #871fff !important;
    box-shadow: 0 0 5px rgba(136, 31, 255, 0.5);
  }
h3:focus {
    outline: 1px solid #871fff !important;
    box-shadow: 0 0 5px rgba(136, 31, 255, 0.5);
  } 


.Vwc-label__dark-grey{
  color: #42424A !important;
}
p:focus {
  outline: 1px solid #871fff!important;
  box-shadow: 0 0 5px rgba(136, 31, 255, 0.5);
}

.title:focus{
  border-color: #871fff !important;
  box-shadow: 0 0 5px rgba(136, 31, 255, 0.5) !important; 
  outline: 1px solid #871fff !important;
}
.Vwc-form-focus-style, .Vwc-input input:focus, .Vwc-select select:focus, 
.Vwc-textarea textarea:focus, .Vwc-custom-select__input:focus, .Vwc-radio input[type=radio]:focus + .Vwc-radio__icon, 
.Vwc-radio input[type=radio]:focus + .Vwc-checkbox__icon, .Vwc-radio input[type=radio]:active + .Vwc-radio__icon, 
.Vwc-radio input[type=radio]:active + .Vwc-checkbox__icon, .Vwc-radio input[type=checkbox]:focus + .Vwc-radio__icon, 
.Vwc-radio input[type=checkbox]:focus + .Vwc-checkbox__icon, .Vwc-radio input[type=checkbox]:active + .Vwc-radio__icon, 
.Vwc-radio input[type=checkbox]:active + .Vwc-checkbox__icon, .Vwc-checkbox input[type=radio]:focus + .Vwc-radio__icon, 
.Vwc-checkbox input[type=radio]:focus + .Vwc-checkbox__icon, .Vwc-checkbox input[type=radio]:active + .Vwc-radio__icon, 
.Vwc-checkbox input[type=radio]:active + .Vwc-checkbox__icon, .Vwc-checkbox input[type=checkbox]:focus + .Vwc-radio__icon,
.Vwc-checkbox input[type=checkbox]:focus + .Vwc-checkbox__icon, .Vwc-checkbox input[type=checkbox]:active + .Vwc-radio__icon, 
.Vwc-checkbox input[type=checkbox]:active + .Vwc-checkbox__icon{
  border-color: #871fff !important;
  box-shadow: 0 0 5px rgba(136, 31, 255, 0.5) !important; 
  outline: none;
}
.Vwc-input input:hover, .Vwc-select select:hover, 
.Vwc-textarea textarea:hover, 
.Vwc-custom-select__input:hover{
  border-color: #871fff !important;
}
.Vwc-radio__button input:checked ~ .Vwc-radio__icon:after{
  background: #871fff !important;
}
.Vwc-radio:hover .Vwc-radio__icon, .Vwc-radio:hover .Vwc-checkbox__icon, 
.Vwc-checkbox:hover .Vwc-radio__icon, 
.Vwc-checkbox:hover .Vwc-checkbox__icon{
  border-color: #871fff !important;
}
.vgbs-form-control:focus{
  border-color: #871fff !important;
  box-shadow: 0 0 5px rgba(136, 31, 255, 0.5) !important; 
}
.vgbs-form-control:hover{
  border-color: #871fff !important;
  box-shadow: 0 0 5px rgba(136, 31, 255, 0.5) !important; 
}
.Vwc-switch.on:focus{
  border-color: #ffffff !important;
  outline: 2px solid #ffffff !important;
}
.Vwc-switch:focus{
  border-color: #871fff !important;
  outline: 2px solid #ffffff !important;
}
.Vwc-btn--destructive:focus{
  border-color: #000!important;
  box-shadow: 0 0 5px rgba(0,0,0,.5)!important;
  outline: 2px solid #000!important;
}
.Vwc-btn--secondary:focus{
  outline: 2px solid #871fff  !important;
}
@media (max-width: 375px) {
  .title h1{
   
    margin: 0;
    padding: 0;
    font-weight: 600;
    font-size: 17px;
    color: #42424a;
    overflow: unset;
    white-space: unset;
    text-overflow: unset;
    background-color: #ffffff;
    line-height: normal;
  }
  .Vwc-table .Vwc-input input{
   width: auto;
  }
  .authorization-wrapper{
    width: auto;
  }
  .app-topbar .tools{margin: 0px !important; padding-left: 0px !important;}
  .app-topbar .tools div .Vwc-icon{margin-left:0rem !important;}
  .app-topbar .tools div svg{
    width: 20px !important;
    height: 20px !important;
  }
  .app-topbar[_ngcontent-c4]{
    padding: 15px 10px !important;
  }
  .Vwc-sidenav__block .Vwc-M-plus {
    display: block !important;
  }
}
a:focus{
  outline: 2px solid #871fff  !important;
}
.greyBtn button:focus{
  outline: 2px solid #777777 !important; 
}
.Vwc-sidenav .Vwc-sidemenu li li .Vwc-sidemenu__link, 
.Vwc-sidenav .Vwc-sidemenu li li .Vwc-sidemenu__trigger{
  margin-top:3px;
  margin-bottom:3px;
}
.Vwc-badge__dismiss:focus{
  outline: 2px solid #871fff !important; 
}
.tooltip-inner{
  line-height: 1.5; 
  letter-spacing: 0.12em; 
  word-spacing: 0.16em; 
}

.portal-breadcrumb .Vwc-btn--tertiary{
  font-size: 2vmin;
}
input{
  border: 1px solid #949494 !important;
}
.form-control{
  border: 1px solid #949494 !important;
}
.vgbs-form-control{
  border: 1px solid #949494 !important;
}
.input-group-addon{
  border: 1px solid #949494 !important;
}
.Vwc-sidenav--aqua .Vwc-sidemenu__link_active svg.Vwc-icon {
  fill: #076093 !important;
}
.customSideNav a.Vwc-sidemenu__link.Vwc-sidemenu__link_active:hover span {
  color: #ffffff !important;
}
.Vwc-sidenav--aqua .Vwc-sidemenu__link_active:hover svg.Vwc-icon {
  fill: #ffffff !important;
}
