/*  ==========================================================================
    ==========================================================================
              vp Admin GENERAL
    ==========================================================================
    ==========================================================================
*/
  body {
    /*font-size: 14px;*/
  }

  /* Display */
    .display-block {
      display: block;
    }
    .display-inline {
      display: inline;
    }
    .display-inline-block {
      display: inline-block;
    }
    .display-flex {
      display: flex;
    }
    .display-inline-flex {
      display: inline-flex;
    }


  /* Dimension */
    .width-auto {
      width: auto !important;
    }
    .height-auto {
      height: auto !important;
    }


  /* Position */
    .position-relative {
      position: relative;
    }
    .position-absolute {
      position: absolute;
    }
    .position-fixed {
      position: fixed;
    }


  /* Text formatting */
    .uppercase {
      text-transform: uppercase !important;
    }
    .capitalize {
      text-transform: capitalize !important;
    }
    .no-text-transform {
      text-transform: none !important;
    }
    .strong {
      font-weight: 700 !important;
    }
    .normal {
      font-weight: 400 !important;
    }
    .thin {
      font-weight: 100 !important;
    }
    .italic {
      font-style: italic !important;
    }
    .underline {
      text-decoration: underline !important;
    }
    .line-through {
      text-decoration: line-through !important;
    }
    .left-align {
      text-align: left !important;
    }
    .center-align {
      text-align: center !important;
    }
    .right-align {
      text-align: right !important;
    }


  /* Font size */
    .font-size-8 {
      font-size: 8px !important;
    }
    .font-size-9 {
      font-size: 9px !important;
    }
    .font-size-10 {
      font-size: 10px !important;
    }
    .font-size-11 {
      font-size: 11px !important;
    }
    .font-size-12 {
      font-size: 12px !important;
    }
    .font-size-13 {
      font-size: 13px !important;
    }
    .font-size-14 {
      font-size: 14px !important;
    }
    .font-size-15 {
      font-size: 15px !important;
    }
    .font-size-16 {
      font-size: 16px !important;
    }
    .font-size-17 {
      font-size: 17px !important;
    }
    .font-size-18 {
      font-size: 18px !important;
    }
    .font-size-19 {
      font-size: 19px !important;
    }
    .font-size-20 {
      font-size: 20px !important;
    }

  small.em-75 {
    font-size: .75em
  }
  small.error {
    color: #ff5d4c;
  }

  .observation {
    display: block;
    text-align: inherit;
  }
  @media (min-width: 991px) {
    .observation {
      text-align: right;
    }
  }

  /* Margin */
    .margin-auto {
      margin: auto;
    }

    /* Top */
      .margin-top-auto {
        margin-top: auto !important;
      }
      .margin-top-0 {
        margin-top: 0 !important;
      }
      .margin-top-10 {
        margin-top: 10px !important;
      }
      .margin-top-15 {
        margin-top: 15px !important;
      }
      .margin-top-20 {
        margin-top: 20px !important;
      }
      .margin-top-30 {
        margin-top: 30px !important;
      }
      .margin-top-40 {
        margin-top: 40px !important;
      }
      .margin-top-50 {
        margin-top: 50px !important;
      }
      .margin-top-60 {
        margin-top: 60px !important;
      }
      .margin-top-70 {
        margin-top: 70px !important;
      }
      .margin-top-80 {
        margin-top: 80px !important;
      }

    /* Bottom */
      .margin-bottom-auto {
        margin-bottom: auto !important;
      }
      .margin-bottom-0 {
        margin-bottom: 0 !important;
      }
      .margin-bottom-10 {
        margin-bottom: 10px !important;
      }
      .margin-bottom-15 {
        margin-bottom: 15px !important;
      }
      .margin-bottom-20 {
        margin-bottom: 20px !important;
      }
      .margin-bottom-30 {
        margin-bottom: 30px !important;
      }
      .margin-bottom-40 {
        margin-bottom: 40px !important;
      }
      .margin-bottom-50 {
        margin-bottom: 50px !important;
      }
      .margin-bottom-60 {
        margin-bottom: 60px !important;
      }
      .margin-bottom-70 {
        margin-bottom: 70px !important;
      }
      .margin-bottom-80 {
        margin-bottom: 80px !important;
      }

    /* Left */
      .margin-left-auto {
        margin-left: auto !important;
      }
      .margin-left-0 {
        margin-left: 0 !important;
      }
      .margin-left-10 {
        margin-left: 10px !important;
      }
      .margin-left-15 {
        margin-left: 15px !important;
      }
      .margin-left-20 {
        margin-left: 20px !important;
      }
      .margin-left-30 {
        margin-left: 30px !important;
      }
      .margin-left-40 {
        margin-left: 40px !important;
      }
      .margin-left-50 {
        margin-left: 50px !important;
      }
      .margin-left-60 {
        margin-left: 60px !important;
      }
      .margin-left-70 {
        margin-left: 70px !important;
      }
      .margin-left-80 {
        margin-left: 80px !important;
      }

    /* Right */
      .margin-right-auto {
        margin-right: auto !important;
      }
      .margin-right-0 {
        margin-right: 0 !important;
      }
      .margin-right-10 {
        margin-right: 10px !important;
      }
      .margin-right-15 {
        margin-right: 15px !important;
      }
      .margin-right-20 {
        margin-right: 20px !important;
      }
      .margin-right-30 {
        margin-right: 30px !important;
      }
      .margin-right-40 {
        margin-right: 40px !important;
      }
      .margin-right-50 {
        margin-right: 50px !important;
      }
      .margin-right-60 {
        margin-right: 60px !important;
      }
      .margin-right-70 {
        margin-right: 70px !important;
      }
      .margin-right-80 {
        margin-right: 80px !important;
      }


/*  ==========================================================================
    ==========================================================================
              vp Fieldset
    ==========================================================================
    ==========================================================================
*/
  .vp-fieldset,
  fieldset.vp-fieldset {
    border: 1px solid #bdc3c7;
    border-radius: 3px;
    margin-bottom: 15px;
    padding: 15px;
    background-color: #ecf0f1;
  }
  .vp-fieldset.clean,
  fieldset.vp-fieldset.clean {
    border-style: dashed;
    border-radius: 0;
    background-color: transparent;
  }
  .vp-fieldset > *,
  fieldset.vp-fieldset > * {
    margin-bottom: 20px
  }
  .vp-fieldset > .title,
  fieldset.vp-fieldset > .title,
  .vp-fieldset > .fieldset-title,
  fieldset.vp-fieldset > .fieldset-title {
    margin-bottom: 30px;
    color: #34495e;
  }
  .vp-fieldset > :last-child,
  fieldset.vp-fieldset > :last-child {
    margin-bottom: 0
  }


/*  ==========================================================================
    ==========================================================================
              vp Admin HEADINGS   (AJUSTAR DEPOIS PRA 'em's)
    ==========================================================================
    ==========================================================================
*/
  h1,
  h2,
  h3,
  h4,
  h5,
  .vp-h1,
  .vp-h2,
  .vp-h3,
  .vp-h4,
  .vp-h5 {
    margin-top: 10px;
    margin-bottom: 30px;
  }
  /*h1,*/
  .vp-h1, h1 {
    font-size: 36px !important;
  }
  /*h2,*/
  .vp-h2, h2 {
    font-size: 30px !important;
  }
  /*h3,*/
  .vp-h3, h3 {
    font-size: 24px !important;
  }
  /*h4,*/
  .vp-h4, h4 {
    font-size: 18px !important;
  }
  /*h5,*/
  .vp-h5, h5 {
    font-size: 14px !important;
  }
  .vp-module-heading, h1, h2, h3, h4, h5 {
    text-transform: uppercase !important;
    color: #2980b9 !important;
  }
  .vp-panel-heading {
    margin-top: 0;
    color: #1abc9c;
    font-weight: 400;
  }
  h1.strong,
  h2.strong,
  h3.strong,
  h4.strong,
  h5.strong,
  h1 .strong,
  h2 .strong,
  h3 .strong,
  h4 .strong,
  h5 .strong,
  .vp-h1.strong,
  .vp-h2.strong,
  .vp-h3.strong,
  .vp-h4.strong,
  .vp-h5.strong,
  .vp-h1 .strong,
  .vp-h2 .strong,
  .vp-h3 .strong,
  .vp-h4 .strong,
  .vp-h5 .strong {
    font-weight: 700 !important;
  }
  h1.normal,
  h2.normal,
  h3.normal,
  h4.normal,
  h5.normal,
  h1 .normal,
  h2 .normal,
  h3 .normal,
  h4 .normal,
  h5 .normal,
  .vp-h1.normal,
  .vp-h2.normal,
  .vp-h3.normal,
  .vp-h4.normal,
  .vp-h5.normal,
  .vp-h1 .normal,
  .vp-h2 .normal,
  .vp-h3 .normal,
  .vp-h4 .normal,
  .vp-h5 .normal {
    font-weight: 400 !important;
  }
  h1.thin,
  h2.thin,
  h3.thin,
  h4.thin,
  h5.thin,
  h1 .thin,
  h2 .thin,
  h3 .thin,
  h4 .thin,
  h5 .thin,
  .vp-h1.thin,
  .vp-h2.thin,
  .vp-h3.thin,
  .vp-h4.thin,
  .vp-h5.thin,
  .vp-h1 .thin,
  .vp-h2 .thin,
  .vp-h3 .thin,
  .vp-h4 .thin,
  .vp-h5 .thin {
    font-weight: 100 !important;
  }
  h1.uppercase,
  h2.uppercase,
  h3.uppercase,
  h4.uppercase,
  h5.uppercase,
  h1 .uppercase,
  h2 .uppercase,
  h3 .uppercase,
  h4 .uppercase,
  h5 .uppercase,
  .vp-h1.uppercase,
  .vp-h2.uppercase,
  .vp-h3.uppercase,
  .vp-h4.uppercase,
  .vp-h5.uppercase,
  .vp-h1 .uppercase,
  .vp-h2 .uppercase,
  .vp-h3 .uppercase,
  .vp-h4 .uppercase,
  .vp-h5 .uppercase {
    text-transform: uppercase !important;
  }
  h1.capitalize,
  h2.capitalize,
  h3.capitalize,
  h4.capitalize,
  h5.capitalize,
  h1 .capitalize,
  h2 .capitalize,
  h3 .capitalize,
  h4 .capitalize,
  h5 .capitalize,
  .vp-h1.capitalize,
  .vp-h2.capitalize,
  .vp-h3.capitalize,
  .vp-h4.capitalize,
  .vp-h5.capitalize,
  .vp-h1 .capitalize,
  .vp-h2 .capitalize,
  .vp-h3 .capitalize,
  .vp-h4 .capitalize,
  .vp-h5 .capitalize {
    text-transform: capitalize !important;
  }
  h1.no-text-transform,
  h2.no-text-transform,
  h3.no-text-transform,
  h4.no-text-transform,
  h5.no-text-transform,
  h1 .no-text-transform,
  h2 .no-text-transform,
  h3 .no-text-transform,
  h4 .no-text-transform,
  h5 .no-text-transform,
  .vp-h1.no-text-transform,
  .vp-h2.no-text-transform,
  .vp-h3.no-text-transform,
  .vp-h4.no-text-transform,
  .vp-h5.no-text-transform,
  .vp-h1 .no-text-transform,
  .vp-h2 .no-text-transform,
  .vp-h3 .no-text-transform,
  .vp-h4 .no-text-transform,
  .vp-h5 .no-text-transform {
    text-transform: none !important;
  }

  @media (max-width: 767px){
    /*h1,*/
    .vp-h1, h1 {
      font-size: 28px !important;
    }
    /*h2,*/
    .vp-h2, h2 {
      font-size: 24px !important;
    }
    /*h3,*/
    .vp-h3, h3 {
      font-size: 20px !important;
    }
    /*h4,*/
    .vp-h4, h4 {
      font-size: 16px !important;
    }
    /*h5,*/
    .vp-h5, h5 {
      font-size: 12px !important;
    }
  }


/*  ==========================================================================
    ==========================================================================
              vp Admin PANEL
    ==========================================================================
    ==========================================================================
*/
  .vp-panel {
    font-size: 14px;
    position: relative;
  }
  .vp-panel.left {
    text-align: left;
  }
  .vp-panel.center {
    text-align: center;
  }
  .vp-panel.right {
    text-align: right;
  }


  /*  ========================================================================
              FLEX
      ========================================================================
  */
    .vp-panel.flex .panel-body {
      display: flex;
    }
    .vp-panel.flex.horizontal .panel-body {
      flex-direction: row;
    }
    .vp-panel.flex.vertical .panel-body {
      flex-direction: column;
    }
    .vp-panel.flex.center .panel-body {
      justify-content: center;
      align-items: center;
    }
    .vp-panel.flex.space-between .panel-body {
      justify-content: space-between;
    }
    .vp-panel.flex.space-around .panel-body {
      justify-content: space-around;
    }
    .vp-panel.flex.main-start .panel-body {
      justify-content: flex-start;
    }
    .vp-panel.flex.main-center .panel-body {
      justify-content: center;
    }
    .vp-panel.flex.main-end .panel-body {
      justify-content: flex-end;
    }
    .vp-panel.flex.cross-start .panel-body {
      align-items: flex-start;
    }
    .vp-panel.flex.cross-center .panel-body {
      align-items: center;
    }
    .vp-panel.flex.cross-end .panel-body {
      align-items: flex-end;
    }


  /*  ========================================================================
              MINIMUM HEIGHT
      ========================================================================
  */
    .vp-panel.min-h-150,
    .vp-panel.min-h-150 > .panel-body {
      min-height: 150px;
    }
    .vp-panel.min-h-200 > .panel-body {
      min-height: 200px;
    }

  /*  ========================================================================
              COLOURS
      ========================================================================
  */
    .vp-panel.hover-on {
      transition: background-color 0.2s ease-in-out;
    }
    .vp-panel.white {
      background-color: #FFF;
    }
    .vp-panel.white.hover-on:hover {
      background-color: #F7F7F7;
    }
    .vp-panel.turquoise {
      background-color: #1abc9c;
    }
    .vp-panel.turquoise.hover-on:hover {
      background-color: #16a085;
    }
    .vp-panel.green {
      background-color: #2ecc71;
    }
    .vp-panel.green.hover-on:hover {
      background-color: #27ae60;
    }
    .vp-panel.blue {
      background-color: #3498db;
    }
    .vp-panel.blue.hover-on:hover {
      background-color: #2980b9;
    }
    .vp-panel.purple {
      background-color: #9b59b6;
    }
    .vp-panel.purple.hover-on:hover {
      background-color: #8e44ad;
    }
    .vp-panel.dark {
      background-color: #34495e;
    }
    .vp-panel.dark.hover-on:hover {
      background-color: #2c3e50;
    }
    .vp-panel.yellow {
      background-color: #f1c40f;
    }
    .vp-panel.yellow.hover-on:hover {
      background-color: #f39c12;
    }
    .vp-panel.orange {
      background-color: #e67e22;
    }
    .vp-panel.orange.hover-on:hover {
      background-color: #d35400;
    }
    .vp-panel.red {
      background-color: #e74c3c;
    }
    .vp-panel.red.hover-on:hover {
      background-color: #c0392b;
    }
    .vp-panel.cloud {
      background-color: #ecf0f1;
    }
    .vp-panel.cloud.hover-on:hover {
      background-color: #bdc3c7;
    }
    .vp-panel.gray {
      background-color: #95a5a6;
    }
    .vp-panel.gray.hover-on:hover {
      background-color: #7f8c8d;
    }
    .vp-panel.turquoise,
    .vp-panel.green,
    .vp-panel.blue,
    .vp-panel.purple,
    .vp-panel.dark,
    .vp-panel.yellow,
    .vp-panel.orange,
    .vp-panel.red,
    .vp-panel.gray {
      color: #FFF;
    }
    .vp-panel.cloud,
    .vp-panel.white {
      color: #34495e;
    }

  /*  ========================================================================
              BIG ICON
      ========================================================================
  */
    .vp-panel.big-icon-bg {
      overflow: hidden;
      position: relative;
    }
    .vp-panel.big-icon-bg .panel-body > * {
      z-index: 1;
    }
    .vp-panel.big-icon-bg > i {
      font-size: 150px;
      opacity: 0.15;
      position: absolute;
      right: 5px;
      bottom: -25px;
      z-index: 0;
    }


  @media (max-width: 767px) {
    .vp-panel {
      box-shadow: 0px 1px 1px rgba(0,0,0,0.1);
    }
  }


/*  ==========================================================================
    ==========================================================================
              vp Admin INFO PANELS
    ==========================================================================
    ==========================================================================
*/
  .vp-info-panel {
    background-color: #ecf0f1;
    color: #34495e;
    margin: 20px 0;
    padding: 15px;
    border: 1px solid #dbdfe0;
    border-radius: 3px;
  }
  .vp-info-panel,
  .vp-info-panel.default {
    background-color: #ecf0f1;
    border-color: #dbdfe0;
    color: #34495e;
  }
  .vp-info-panel.neutral {
    background-color: #e6ecf9;
    border-color: #618CD9;
    color: #1f5ed2;
  }
  .vp-info-panel.positive {
    background-color: #e3fbea;
    border-color: #57C38A;
    color: #1bb765;
  }
  .vp-info-panel.negative {
    background-color: #ffe7eb;
    border-color: #EE8396;
    color: #eb3b5a;
  }
  .vp-info-panel.iconized {
    min-height: 80px;
    padding-left: 80px;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  .vp-info-panel.iconized:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 80px;
    display: flex;
    justify-content: center;
    align-items: center;
    font: normal normal normal 36px/1 FontAwesome;
  }
  .vp-info-panel.iconized.default:before {
    content: "\f06a";
  }
  .vp-info-panel.iconized.neutral:before {
    content: "\f05a";
  }
  .vp-info-panel.iconized.negative:before {
    content: "\f071";
  }
  .vp-info-panel.iconized.positive:before {
    content: "\f058";
  }


/*  ==========================================================================
    ==========================================================================
              vp Admin CARDS
    ==========================================================================
    ==========================================================================
*/
  .vp-card {
    height: 100%;
    padding: 15px;
    -webkit-box-shadow: 0px 1px 10px -2.5px rgba(160,160,160,0.65);
    -moz-box-shadow: 0px 1px 10px -2.5px rgba(160,160,160,0.65);
    box-shadow: 0px 1px 10px -2.5px rgba(160,160,160,0.65);
  }


/*  ==========================================================================
    ==========================================================================
              vp Admin BUTTONS
    ==========================================================================
    ==========================================================================
*/

  /* General */

    /* Bootstrap default rules */
      .btn {
        display: inline-block;
        margin-bottom: 0;
        font-weight: 400;
        text-align: center;
        white-space: nowrap;
        vertical-align: middle;
        cursor: pointer;
        background-image: none;
        border: 1px solid transparent;
        -ms-touch-action: manipulation;
        touch-action: manipulation;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
        padding: 6px 12px;
        font-size: 14px;
        line-height: 1.42857143;
        border-width: 1px;
        border-radius: 2.5px;
      }
    /* Default Transition */
      .btn {
        -moz-transition:all ease 0.2s;
        -webkit-transition:all ease 0.2s;
        transition: all ease 0.2s;
      }
    /* Default Status */
      .btn:focus, .btn:active, .btn:active:focus {
        outline: none;
        color: #EEE;
      }


  /* Button Colors */

    /* Positive */
      .vp-positive-btn {
        background-color: #1ABC9C;
        border-color: #1ABC9C;
        color: #1ABC9C;
      }
      .vp-positive-btn:hover,
      .vp-positive-btn:focus,
      .vp-positive-btn:active {
        background-color: #16A085;
        border-color: #16A085;
        color: #EEE;
      }
      /*.vp-ghost-btn.vp-positive-btn:active,
      .vp-ghost-btn.vp-positive-btn:focus {
        color: #16A085;
      }*/
      .vp-flat-btn.vp-positive-btn:hover {
        color: #16A085;
      }
      .vp-flat-btn.vp-positive-btn:focus {
        color: #16A085;
        background-color: #1ABC9C40;
        border-color: #1ABC9C06;
      }
      .vp-flat-btn.vp-positive-btn:active {
        color: #16A085;
        background-color: #1ABC9C5A;
        border-color: #1ABC9C06;
      }

    /* Back */
      .vp-back-btn {
        background-color: #FA8564;
        border-color: #FA8564;
        color: #FA8564;
      }
      .vp-back-btn:hover,
      .vp-back-btn:focus,
      .vp-back-btn:active {
        background-color: #E0775A;
        border-color: #E0775A;
        color: #EEE;
      }
      /*.vp-ghost-btn.vp-back-btn:active,
      .vp-ghost-btn.vp-back-btn:focus {
        color: #E0775A;
      }*/
      .vp-flat-btn.vp-back-btn:hover {
        color: #E0775A;
      }
      .vp-flat-btn.vp-back-btn:focus {
        color: #E0775A;
        background-color: #FA856440;
        border-color: #FA856406;
      }
      .vp-flat-btn.vp-back-btn:active{
        color: #E0775A;
        background-color: #FA85645A;
        border-color: #FA856406;
      }

    /* New */
      .vp-new-btn, .btn-success {
        background-color: #19CC90 !important;
        border-color: #19CC90 !important;
        color: #FFF !important;
      }
      .vp-new-btn:hover,
      .vp-new-btn:focus,
      .vp-new-btn:active,
      .btn-success:hover,
      .btn-success:focus,
      .btn-success:active {
        background-color: #16B27E !important;
        border-color: #16B27E !important;
        color: #EEE !important;
      }
      /*.vp-ghost-btn.vp-new-btn:active,
      .vp-ghost-btn.vp-new-btn:focus {
        color: #16B27E;
      }*/
      .vp-flat-btn.vp-new-btn:hover {
        color: #16B27E;
      }
      .vp-flat-btn.vp-new-btn:focus {
        color: #16B27E;
        background-color: #19CC9040;
        border-color: #19CC9006;
      }
      .vp-flat-btn.vp-new-btn:active {
        color: #16B27E;
        background-color: #19CC905A;
        border-color: #19CC9006;
      }

    /* Edit */
      .vp-edit-btn {
        background-color: #03A9F4;
        border-color: #03A9F4;
        color: #03A9F4;
      }
      .vp-edit-btn:hover,
      .vp-edit-btn:focus,
      .vp-edit-btn:active {
        background-color: #0288D1;
        border-color: #0288D1;
        color: #EEE;
      }
      /*.vp-ghost-btn.vp-edit-btn:active,
      .vp-ghost-btn.vp-edit-btn:focus {
        color: #0288D1;
      }*/
      .vp-flat-btn.vp-edit-btn:hover {
        color: #0288D1;
      }
      .vp-flat-btn.vp-edit-btn:focus {
        color: #03A9F4;
        background-color: #0288D140;
        border-color: #0288D106;
      }
      .vp-flat-btn.vp-edit-btn:active {
        color: #03A9F4;
        background-color: #0288D15A;
        border-color: #0288D106;
      }

    /* Delete */
      .vp-delete-btn, .btn-danger {
        background-color: #E74C3C;
        border-color: #E74C3C !important;
        color: #E74C3C !important;
      }
      .vp-delete-btn:hover,
      .vp-delete-btn:focus,
      .vp-delete-btn:active,
      .btn-danger:hover,
      .btn-danger:focus,
      .btn-danger:active {
        background-color: #C0392B !important;
        border-color: #C0392B !important;
        color: #EEE !important;
      }
      /*.vp-ghost-btn.vp-delete-btn:active,
      .vp-ghost-btn.vp-delete-btn:focus {
        color: #C0392B;
      }*/
      .vp-flat-btn.vp-delete-btn:hover {
        color: #C0392B !important;
      }
      .vp-flat-btn.vp-delete-btn:focus {
        color: #C0392B;
        background-color: #E74C3C40;
        border-color: #E74C3C06;
      }
      .vp-flat-btn.vp-delete-btn:active {
        color: #C0392B;
        background-color: #E74C3C5A;
        border-color: #E74C3C06;
      }

    /* Action */
      .vp-action-btn, .btn-primary {
        background-color: #03A9F4 !important;
        border-color: #03A9F4 !important;
        color: #FFF !important;
      }
      .vp-action-btn:hover,
      .vp-action-btn:focus,
      .vp-action-btn:active,
      .btn-primary:hover,
      .btn-primary:focus,
      .btn-primary:active {
        background-color: #0288D1 !important;
        border-color: #0288D1 !important;
        color: #EEE !important;
      }
      /*.vp-ghost-btn.vp-action-btn:active,
      .vp-ghost-btn.vp-action-btn:focus {
        color: #0288D1;
      }*/
      .vp-flat-btn.vp-action-btn:hover {
        color: #0288D1;
      }
      .vp-flat-btn.vp-action-btn:focus {
        color: #03A9F4;
        background-color: #0288D140;
        border-color: #0288D106;
      }
      .vp-flat-btn.vp-action-btn:active {
        color: #03A9F4;
        background-color: #0288D15A;
        border-color: #0288D106;
      }

    /* White */
      .vp-white-btn {
        background-color: #FFF;
        border-color: #FFF;
        color: #FFF;
      }
      .vp-white-btn:hover,
      .vp-white-btn:focus,
      .vp-white-btn:active {
        background-color: rgba(255,255,255, 0.75);
        border-color: rgba(255,255,255, 0.75);
        color: #34495e;
      }
      .vp-raised-btn.vp-white-btn {
        color: #34495e !important;
      }
      .vp-ghost-btn.vp-white-btn:active,
      .vp-ghost-btn.vp-white-btn:focus {
        color: #34495e;
      }
      .vp-flat-btn.vp-white-btn:hover {
        color: #34495e;
      }
      .vp-flat-btn.vp-white-btn:active,
      .vp-flat-btn.vp-white-btn:focus {
        color: #34495e;
      }

    /* Black */
      .vp-black-btn {
        background-color: #000;
        border-color: #000;
        color: #000;
      }
      .vp-black-btn:hover,
      .vp-black-btn:focus,
      .vp-black-btn:active {
        background-color: rgba(0,0,0, 0.75);
        border-color: rgba(0,0,0, 0.75);
        color: #EEE;
      }
      /*.vp-ghost-btn.vp-black-btn:active,
      .vp-ghost-btn.vp-black-btn:focus {
        color: rgba(0,0,0, 0.75);
      }*/
      .vp-flat-btn.vp-black-btn:hover {
        color: rgba(0,0,0, 0.75);
      }
      .vp-flat-btn.vp-black-btn:active,
      .vp-flat-btn.vp-black-btn:focus {
        color: #333;
      }

    /* Gray */
      .vp-gray-btn {
        background-color: #607D8B;
        border-color: #607D8B;
        color: #607D8B;
      }
      .vp-gray-btn:hover,
      .vp-gray-btn:focus,
      .vp-gray-btn:active {
        background-color: #455A64;
        border-color: #455A64;
        color: #ecf0f1;
      }
      /*.vp-ghost-btn.vp-gray-btn:active,
      .vp-ghost-btn.vp-gray-btn:focus {
        color: #455A64;
      }*/
      .vp-flat-btn.vp-gray-btn:hover {
        color: #455A64;
      }
      .vp-flat-btn.vp-gray-btn:focus {
        color: #455A64;
        background-color: #607D8B40;
        border-color: #607D8B06;
      }
      .vp-flat-btn.vp-gray-btn:active {
        color: #455A64;
        background-color: #607D8B5A;
        border-color: #607D8B06;
      }

    /* Disabled */
      .vp-disabled-btn,
      .vp-disabled-btn:hover,
      .vp-disabled-btn:active,
      .vp-disabled-btn:focus,
      .btn:disabled,
      .btn.disabled,
      .btn[disabled],
      fieldset[disabled] .btn {
        cursor: not-allowed;
        background-color: #d4d7dc !important;
        border-color: #d4d7dc !important;
        color: #7f8c8d !important;
      }


  /* Button Sizes */

    /* Medium (Default) */
      .btn,
      .btn-md {
        padding: 6px 12px;
        font-size: 14px;
        line-height: 1.42857143;
        border-width: 1px;
        border-radius: 2.5px;
      }
      .btn.cta,
      .btn-md.cta {
        min-width: 120px;
      }

    /* Extra small */
      .btn-xs {
        padding: 2.5px 5px;
        font-size: 10px;
        line-height: 1.5;
        border-width: 1px;
        border-radius: 2.5px;
      }
      .btn-xs.cta {
        min-width: 50px;
      }

    /* Small */
      .btn-sm {
        padding: 5px 10px;
        font-size: 12px;
        line-height: 1.5;
        border-width: 1px;
        border-radius: 2.5px;
      }
      .btn-sm.cta {
        min-width: 75px;
      }

    /* Large */
      .btn-lg {
        padding: 10px 16px;
        font-size: 18px;
        line-height: 1.3333333;
        border-width: 2px;
        border-radius: 3px;
      }
      .btn-lg.cta,
      .btn.btn-lg { /* Remover o segundo depois */
        min-width: 150px;
      }


    /* Button Pattern */
      .btn.full {
        width: 100%;
        margin-bottom: 10px;
      }
      .btn.full:last-child {
        margin-bottom: 0;
      }


  /* Button Styles */

    /* Raised button (Default) */
      .vp-btn:not(.vp-ghost-btn):not(.vp-flat-btn),
      .btn:not(.vp-ghost-btn):not(.vp-flat-btn),
      .vp-raised-btn {
        color: #FFF !important;
      }

    /* Ghost button */
      .vp-ghost-btn {
        border-style: solid;
        background-color: transparent;
      }

    /* Flat button */
      .vp-flat-btn {
        background-color: transparent;
        border-color: transparent !important;
        font-weight: 700;
        /*min-width: 64px;*/
        /*margin: 0 8px;*/
      }
      .vp-flat-btn:hover {
        background-color: #F7F7F7 !important;
        border-color: #F7F7F7 !important;
      }
      .vp-flat-btn:focus {
        background-color: #999 !important;
        border-color: #999 !important;
        color: #000 !important;
      }


  /* Responsiveness */

    /* Button behavior on mobile devices */
    @media (max-width: 767px) {
      /* DEPRECATED ========================= (REMOVER DEPOIS DO CÓDIGO DO ADMIN) */
        .btn, .xs-full-btn {
          width: 100%;
        }
        .xs-no-changes {
          width: auto;
        }
        .xs-half-btn {
          width: 50%;
        }

      /* Size */
        .btn:not(.btn-xs):not(.btn-sm),
        .btn-md,
        .btn-lg {
          width: 100%;
          margin-bottom: 10px;
        }
        .btn:not(.btn-xs):not(.btn-sm):last-child,
        .btn-md:last-child,
        .btn-lg:last-child {
          margin-bottom: 0;
        }
        .btn-xs,
        .btn-sm {
          width: auto;
          margin-bottom: 0;
        }

      /* Raised button (Default) */
        .vp-btn,
        .btn,
        .vp-raised-btn {
          /*margin-top: -2px;
          margin-bottom: 0;*/
          box-shadow: 0 2px 2px 0px rgba(80,80,80,0.25);
        }
        .vp-btn:active,
        .btn:active,
        .vp-raised-btn:active {
          /*margin-top: 0;
          margin-bottom: -2px;*/
          box-shadow: 0 1px 0 0px rgba(80,80,80,0.5) !important;
        }
        .vp-btn:focus,
        .btn:focus,
        .vp-raised-btn:focus {
          /*margin-top: -2px;
          margin-bottom: 1px;*/
          box-shadow: 0 2px 5px 0 rgba(80,80,80,0.5)
        }

      /* Ghost button */
        .vp-ghost-btn {
          box-shadow: none !important;
        }

      /* Flat button */
        .vp-flat-btn,
        .vp-flat-btn:focus,
        .vp-flat-btn:active {
          box-shadow: none !important;
          /*margin-top: -2px;
          margin-bottom: 0;*/
        }

      /* Disabled button */
        .vp-disabled-btn,
        .vp-disabled-btn:hover,
        .vp-disabled-btn:active,
        .vp-disabled-btn:focus,
        .btn:disabled,
        .btn.disabled,
        .btn[disabled],
        fieldset[disabled] .btn {
          /*margin-top: 0;
          margin-bottom: -2px;*/
          box-shadow: none !important;
        }

    }
    /*@media (max-width: 767px) {
      .btn{
        margin-bottom: 10px;
        margin-top: -2px;
        box-shadow: 0 2px 2px 0px rgba(80,80,80,0.25);
      }
      .btn:active {
        margin-top: 0;
        box-shadow: 0 1px 0 0px rgba(80,80,80,0.5) !important;
        margin-bottom: 8px;
      }

    }*/

    @media (min-width: 768px) {
      /* DEPRECATED ========================= (REMOVER DEPOIS DO CÓDIGO DO ADMIN) */
      .btn.btn-lg {
        min-width: 150px;
      }
    }
    /* DEPRECATED ========================= (REMOVER DEPOIS DO CÓDIGO DO ADMIN) */
    .btn-rounded {
      border-radius: 50%;
    }


/*  ==========================================================================
    ==========================================================================
              vp Admin TABS
    ==========================================================================
    ==========================================================================
*/

  /* Tabs general */
    .vp-tabs {
      display: flex;
      flex-direction: row;
      overflow-x: auto;
      padding: 0;
      margin-bottom: 20px;
      list-style: none;
      font-size: 14px;
      border-bottom: none;
    }

    .vp-tabs > * {
      min-width: 120px;
      text-align: center;
      flex-grow: 1;
    }
    .vp-tabs a {
      display: block;
      position: relative;
      padding: 10px 15px;
      background-color: #EFEFEF;
      border-left: 1px solid #d1d8e0;
      border-bottom: 1px solid #d1d8e0;
      opacity: 0.9;
      color: #1e272e;
    }
    .vp-tabs a.active,
    .vp-tabs input:checked + label a,
    .vp-tabs a.router-link-active,
    .vp-tabs a.router-link-exact-active {
      border-bottom-color: #FFF
    }
    .vp-tabs a:focus,
    .vp-tabs a:active {
      color: #1e272e;
    }
    .vp-tabs a::before {
      content: "";
      position: absolute;
      border-top: 3px solid #4b6584;
      width: calc(100% + 1px);
      left: 0;
      top: 0;
      transition: border-color 0.3s;
    }
    .vp-tabs > :last-child a,
    .vp-tabs > a:last-child {
      border-right: 1px solid #d1d8e0;
    }
    .vp-tabs a.active,
    .vp-tabs input:checked + label a,
    .vp-tabs a.router-link-active,
    .vp-tabs a.router-link-exact-active {
      font-weight: 700;
      background-color: #FFF;
      opacity: 1;
    }
    .vp-tabs a.active::before,
    .vp-tabs input:checked + label a::before,
    .vp-tabs a.router-link-active::before,
    .vp-tabs a.router-link-exact-active::before {
    }
    @media (min-width: 992px) {
      .vp-tabs {
        border-bottom: 1px solid #d1d8e0;
        overflow-x: unset;
      }
      .vp-tabs > * {
        min-width: 150px;
        flex-grow: 0;
      }
      .vp-tabs a {
        border-bottom: none;
      }
      .vp-tabs a::after {
        content: "";
        position: absolute;
        border-bottom: 1px solid transparent;
        width: 100%;
        left: 0;
        bottom: -1px;
      }
      .vp-tabs a.active::after,
      .vp-tabs input:checked + label a::after,
      .vp-tabs a.router-link-active::after,
      .vp-tabs a.router-link-exact-active::after {
        border-bottom-color: #FFF
      }
    }


  /* New item tab */
    .vp-tabs > .new a.active,
    .vp-tabs > .new a.router-link-active,
    .vp-tabs > .new a.router-link-exact-active,
    .vp-tabs > a.new.active,
    .vp-tabs > a.new.router-link-active,
    .vp-tabs > a.new.router-link-exact-active,
    .vp-tabs > .new a:hover,
    .vp-tabs > .new a:focus,
    .vp-tabs > .new a:active,
    .vp-tabs > a.new:hover,
    .vp-tabs > a.new:focus,
    .vp-tabs > a.new:active {
      color: #20bf6b;
    }
    .vp-tabs > .new a::before,
    .vp-tabs > a.new::before {
      border-color: #26de81;
    }
    .vp-tabs > .new a:hover::before,
    .vp-tabs > a.new:hover::before {
      border-color: #20bf6b;
    }


  /* Tab content */
    .vp-tab-content {
    }


/*  ==========================================================================
    ==========================================================================
              vp Admin TOGGLE TABS
    ==========================================================================
    ==========================================================================
*/
  .vp-toggle-tabs-old {
    border: none;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    border-radius: 5px;
    font-size: 12px;
    max-width: 1220px;
    margin: 0 auto;
  }
  .vp-toggle-tabs-old li {
    flex-basis: 33.33%;
    flex-grow: 1;
    text-align: center;
    margin: 0;
    border: 1px solid #D2D2D2;
    border-right-width: 0;
  }
  .vp-toggle-tabs-old li:last-child {
    border-right-width: 1px;
  }
  .vp-toggle-tabs-old li a.active {
    border: 1px solid #1abc9c;
    border-left-color: #D2D2D2;
  }
  .vp-toggle-tabs-old li:first-child a.active {
    border-left-color: #1abc9c;
  }
  .vp-toggle-tabs-old li a,
  .vp-toggle-tabs-old li a:hover {
    border-radius: 0;
    border: none;
    margin: 0;
    padding: 5px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  .vp-toggle-tabs-old li a{
    background-color: #FFF;
    color: #888;
  }
  .vp-toggle-tabs-old li a:hover {
    background-color: #F7F7F7;
    color: #34495e;
  }
  .vp-toggle-tabs-old li a.destaque {
    color: #1abc9c;
    font-weight: 500
  }
  .vp-toggle-tabs-old li a.destaque:hover {
    color: #16a085;
  }
  .vp-toggle-tabs-old li a.active,
  .vp-toggle-tabs-old li a.active:hover,
  .vp-toggle-tabs-old li a.active:focus,
  .vp-toggle-tabs-old li a.active:active {
    border-radius: 0;
    border: none;
    background-color: #34495e;
    color: #FFF;
    font-weight: 700;
  }
  .vp-toggle-tabs-old li a.destaque.active,
  .vp-toggle-tabs-old li a.destaque.active:hover,
  .vp-toggle-tabs-old li a.destaque.active:focus,
  .vp-toggle-tabs-old li a.destaque.active:active {
    color: #1abc9c;
  }
  .vp-toggle-tabs-old li:first-child,
  .vp-toggle-tabs-old li:first-child a,
  .vp-toggle-tabs-old li:first-child a:hover,
  .vp-toggle-tabs-old li:first-child a.active,
  .vp-toggle-tabs-old li:first-child a.active:hover,
  .vp-toggle-tabs-old li:first-child a.active:focus,
  .vp-toggle-tabs-old li:first-child a.active:active {
    border-radius: 5px 0 0 5px;
  }
  .vp-toggle-tabs-old li:last-child,
  .vp-toggle-tabs-old li:last-child a,
  .vp-toggle-tabs-old li:last-child a:hover,
  .vp-toggle-tabs-old li:last-child a.active,
  .vp-toggle-tabs-old li:last-child a.active:hover,
  .vp-toggle-tabs-old li:last-child a.active:focus,
  .vp-toggle-tabs-old li:last-child a.active:active  {
    border-radius: 0 5px 5px 0;
  }
  .vp-toggle-tabs-old li a i {
    display: block;
    font-size: 28px;
    margin-bottom: 5px;
  }

  /* ==================== Tablets and desktops =============== */
  @media (min-width: 768px) {
    .vp-toggle-tabs-old {
      font-size: 14px;
    }
    .vp-toggle-tabs-old li a,
    .vp-toggle-tabs-old li a:hover {
      padding: 10px 15px;
    }
    .vp-toggle-tabs-old li a i {
      display: inline-block;
      font-size: inherit;
      margin-bottom: 0;
      padding-right: 5px;
    }
  }

  /* ==================== Small screens ====================== */
  @media (max-width: 450px) {
    .vp-toggle-tabs-old {
      font-size: 9.5px;
    }
  }


/*  ==========================================================================
    ==========================================================================
              vp Admin FORM
    ==========================================================================
    ==========================================================================
*/
  .form-group {
    margin-bottom: 20px;
  }

  .form-group .form-control {
    border-color: #d6dee0;
  }

  /*.form-group > label::after {*/
  /* !!!!! Depois que a maioria dos CRUDs estiver com o formato certo, apagar as regras abaixo e descomentar apenas a regra acima  */
  #new-event-form .form-group > label::after,
  #informativos-crud .form-group > label::after,
  #base-crud .form-group > label::after {
    content: " - Opcional";
    font-weight: 100;
    font-size: .85em;
    font-style: italic;
    opacity: 0.8;
  }
  .form-group.required > label::after,
  .form-group.no-opt-label > label::after {
    content: "" !important; /* !!!!! Remover o important depois que as regras anteriores forem apagadas */
  }

  /* Checkboxes */
    .form-group .check-item {
      display: flex;
      margin-bottom: 5px;
      align-items: center;
    }
    .form-group .check-item label {
      margin: 0;
    }
    .form-group .check-item:last-of-type {
      margin-bottom: 0;
    }


/*  ==========================================================================
    ==========================================================================
              vp Admin TOGGLER (Toggle dos Feedbacks na Home pós-evento)
    ==========================================================================
    ==========================================================================
*/
  .vp-togglr {
    list-style: none;
    padding: 0;
    margin: 0;
    display: inline-flex;
    flex-direction: row;
    border-radius: 5px;
    margin-bottom: 10px;
  }
  .vp-togglr li {
    text-align: center;
  }
  .vp-togglr.two-options li {
    width: 50%;
  }
  .vp-togglr a {
    padding: 5px;
    display: block;
    color: inherit;
  }


/*  ==========================================================================
    ==========================================================================
              vp Admin RADIO TOGGLER
    ==========================================================================
    ==========================================================================
*/
    .vp-radio-togglr {
      display: flex;
    }
    .vp-radio-togglr .option {
      display: inline-block;
      flex-grow: 1;
    }
    .vp-radio-togglr .option > input[type="radio"] {
      display: none;
    }
    .vp-radio-togglr .option > label.btn {
      display: inline-block;
      border-radius: 0;
      border: 1px solid #3498db;
      border-left: none;
      color: #3498db;
      background-color: transparent;
    }
    .vp-radio-togglr .option > label.btn:hover {
      color: #FFF;
      background-color: #5cafe6;
    }
    .vp-radio-togglr .option > input[type="radio"]:checked + label.btn,
    .vp-radio-togglr .option > label.btn.active {
      color: #FFF;
      background-color: #3498db;
      font-weight: 700;
    }
    .vp-radio-togglr .option:first-of-type label.btn {
      border-radius: 3px 0 0 3px;
      border-left: 1px solid #3498db;
    }
    .vp-radio-togglr .option:last-of-type label.btn {
      border-radius: 0 3px 3px 0;
    }
    .vp-radio-togglr .option > label.btn.cta {
      min-width: 95px;
    }
    @media (min-width: 768px) {
      .vp-radio-togglr .option {
        flex-grow: unset;
      }
      .vp-radio-togglr .option > label.btn.cta {
        min-width: 120px;
      }
    }


/*  ==========================================================================
    ==========================================================================
              vp Admin ORIGINAL CHECKBOX & RADIO BUTTON
    ==========================================================================
    ==========================================================================
*/
    .check-group {
      display: flex;
      flex-direction: column;
    }
    .check-group.columns {
      flex-direction: row;
      flex-wrap: wrap;
    }
    .check-group > .form-check {
      margin-bottom: 7.5px;
      display: flex;
      justify-content: flex-start;
      align-items: center;
    }
    .check-group.columns > .form-check {
      flex-basis: 100%;
    }
    @media (min-width: 768px) {
      .check-group.columns > .form-check {
        flex-basis: 50%;
      }
    }
    @media (min-width: 992px) {
      .check-group.columns > .form-check {
        flex-basis: 50%;
      }
      .check-group.columns.three-columns > .form-check {
        flex-basis: 33.333333%;
      }
      .check-group.columns.four-columns > .form-check {
        flex-basis: 25%;
      }
      .check-group.columns.five-columns > .form-check {
        flex-basis: 20%;
      }
    }
    .form-check > input[type="radio"],
    .form-check > input[type="checkbox"] {
      width: auto;
      height: auto;
      margin: 0 10px 0 5px;
      font-size: 16px;
    }
    .form-check > input[type="radio"] + label,
    .form-check > input[type="checkbox"] + label {
      font-size: 14px;
      font-weight: 400;
      flex-grow: 1;
      margin-top: 2.5px;
      margin-bottom: 0;
    }


/*  ==========================================================================
    ==========================================================================
              vp Admin DATE PICKER
    ==========================================================================
    ==========================================================================
*/
  .form-group .vdp-datepicker {
    width: 100%;
  }
  .form-group .vdp-datepicker > div:not(.vdp-datepicker__calendar) {
    height: 100%;
  }
  .form-group .vdp-datepicker input {
    display: block;
    width: 100px;
    text-align: center;
    padding: 0.375rem 0.75rem;
    font-size: 14px;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-image: none;
    background-clip: padding-box;
    border: 1px solid #d6dee0;
    transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  }

  .form-group .vdp-datepicker .vdp-datepicker__calendar .cell {
    background-color: transparent;
    color: #767676;
    border-color: transparent !important;
    transition: all 0.3s ease-in-out;
  }
  .form-group .vdp-datepicker .vdp-datepicker__calendar .cell.today {
    background-color: #ecf0f1;
    color: #767676;
  }
  .form-group .vdp-datepicker .vdp-datepicker__calendar .cell:hover {
    background-color: #bdc3c7;
    color: #34495e;
  }
  .form-group .vdp-datepicker .vdp-datepicker__calendar .cell.disabled {
    background-color: transparent;
    color: #ddd;
  }
  .form-group .vdp-datepicker .vdp-datepicker__calendar .cell.selected {
    background-color: #44bbdd;
    color: #FFF;
  }


/*  ==========================================================================
    ==========================================================================
              vp Admin FILE INPUT
    ==========================================================================
    ==========================================================================
*/

  /* File input */
    .image-input {
      outline: 1.75px dashed #3498db;
      outline-offset: -10px;
      width: 400px;
      max-width: 100%;
      min-height: 240px;
      background-color: #ecf0f1;
      color: #34495e;
      padding: 10px 10px;
      position: relative;
      cursor: pointer;
      transition: all 0.1s linear;
    }
    .image-input.done {
      outline: 1.75px dashed #2ecc71;
    }
    .image-input:hover {
      background-color: #e5ebef;
    }
    .image-input > input {
      opacity: 0;
      width: 100%;
      height: 200px;
      position: absolute;
      cursor: pointer;
    }
    .image-input .input-status {
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: center;
      padding: 40px 60px;
      text-align: center;
    }


/*  ==========================================================================
    ==========================================================================
              vp Admin TABLES
    ==========================================================================
    ==========================================================================
*/
  .table-wrapper {
    position: relative;
  }
  .table-holder {
    overflow: auto;
  }
  .vp-table {
    display: block;
    overflow: scroll;
    overflow: auto;
    font-size: 13px;
    border: 1px solid #CED6E0;
    width: 100%;
    max-width: 100%;
    border-spacing: 0;
    border-collapse: collapse;
  }
  @media (min-width: 992px) {
    .vp-table {
      display: table;
    }
  }


  /* BS4 default */
    .vp-table > tbody > tr > td,
    .vp-table > tbody > tr > th,
    .vp-table > tfoot > tr > td,
    .vp-table > tfoot > tr > th,
    .vp-table > thead > tr > td,
    .vp-table > thead > tr > th {
      padding: 10px;
      line-height: 1.42857143;
    }
    .vp-table > thead > tr > th {
      vertical-align: bottom;
    }
    .vp-table > caption + thead > tr:first-child > td,
    .vp-table > caption + thead > tr:first-child > th,
    .vp-table > colgroup + thead > tr:first-child > td,
    .vp-table > colgroup + thead > tr:first-child > th,
    .vp-table > thead:first-child > tr:first-child > td,
    .vp-table > thead:first-child > tr:first-child > th {
      border-top: 0;
    }


  .vp-table td > .form-control {
    width: 50px;
    text-align: center;
    padding: 2.5px 5px;
  }

  /* TABLE GENERALS */
    .vp-table td > span {

    }
  /* TABLE HEADING */
    .vp-table thead tr {
      background-color: #c8d6e5;
      color: #576574;
    }
    .vp-table thead tr th {
      border-bottom: 1px solid #CED6E0;
    }
  /* TABLE BODY */
    .vp-table tbody tr td {
      border-top-color: #CED6E0;
      color: #2C3A47;
    }
    .vp-table tbody tr:first-child td {
      border-top: none;
    }
    .vp-table tbody tr:nth-child(2n) {
      background-color: #F1F2F6;
    }
    .vp-table tbody tr:nth-child(2n+1) {
      background-color: #FFFFFF;
    }


  /* RESPONSIVE TABLE (CARD LIST) */
    .vp-table.responsive {
      border-color: #A5B1C2;
    }
    .vp-table.responsive thead {
      display: none;
    }
    .vp-table.responsive tbody {
      display: flex;
      flex-direction: column;
    }
    .vp-table.responsive tr {
      display: flex;
      flex-wrap: wrap;
      border-bottom: 1px solid #A5B1C2;
    }
    .vp-table.responsive tr:last-child {
      border-bottom: none;
    }
    .vp-table.responsive td {
      flex-basis: 100%;
      max-width: 100%;
      display: block;
      border-bottom: 1px dotted #CED6E0;
      white-space: normal;
      padding: 5px 7.5px;
    }
    .vp-table.responsive td:last-child {
      border-bottom: none;
    }
    .vp-table.responsive td:not(.column-heading)::before {
      content: attr(data-label);
      display: block;
      font-size: 11px;
      font-weight: 700;
      margin-bottom: 2.5px;
    }

    .vp-table.responsive .column-heading > a,
    .vp-table.responsive .column-heading > label {
      font-size: 16px;
      padding: 15px 7.5px;
    }
    .vp-table.responsive td.last-row {
      border-bottom: none;
      flex-basis: unset;
    }
    .vp-table.responsive td.last-row:last-of-type {
      margin-left: auto;
    }
    .vp-table.responsive td .btn {
      width: auto;
      margin: 0;
    }
    .vp-table.responsive td .btn.vp-flat-btn.btn-md {
      font-size: 20px;
      padding: 2px 8px;
    }

    @media (min-width: 992px) {
      .vp-table.responsive thead {
        display: table-header-group;
      }
      .vp-table.responsive tbody {
        display: table-row-group;
      }
      .vp-table.responsive tr {
        display: table-row;
        border-bottom: none;
      }
      .vp-table.responsive td {
        display: table-cell;
        white-space: nowrap;
        border-bottom: none;
        padding: 10px;
      }
      .vp-table.responsive td:not(.column-heading)::before {
        display: none;
      }

      .vp-table.responsive .column-heading > a,
      .vp-table.responsive .column-heading > label {
        font-size: inherit;
        padding: 10px;
        margin: 0;
      }
    }


  /* EMPTY TABLE */
    .vp-table.no-register thead {
      display: none;
    }
    .vp-table.no-register tbody::after {
      content: "Nenhum registro encontrado";
      background-color: #F1F2F6;
      text-align: center;
      display: table-cell;
      padding: 20px 10px;
      font-size: 15px;
    }


  /* TABLE EXTRAS */

    /* FILTERS */
      .vp-table-filters {
        display: flex;
        flex-direction: column-reverse;
        align-items: flex-end;
        padding: 10px 0;
        font-size: 12px;
      }

      /* SEARCH */
        .vp-table-search {
          width: 100%;
          position: relative;
        }
        .vp-table-search.iconized::before {
          content: "\f002";
          font-family: FontAwesome;
          font-size: 16px;
          display: inline-block;
          width: 30px;
          text-align: center;
          position: absolute;
          height: 34px;
          line-height: 34px;
        }
        .vp-table-search input {
          min-width: 190px;
          padding-right: 34px;
        }
        .vp-table-search.iconized input {
          padding-left: 30px;
          min-width: 220px;
        }
        .vp-table-search .clear-search {
          position: absolute;
          top: 1px;
          right: 1px;
          font-size: 16px;
          height: 32px;
          padding: 4px 10px;
        }

      /* LIMIT */
        .vp-table-limit {
          margin-bottom: 10px;
        }
        .vp-table-limit.default-text::before {
          content: "Mostrar "
        }
        .vp-table-limit.default-text::after {
          content: " itens em cada página"
        }

      @media (min-width: 768px) {
        .vp-table-filters {
          flex-direction: row;
          justify-content: space-between;
        }
        .vp-table-search {
          width: auto;
        }
        .vp-table-limit {
          margin-bottom: 0
        }
      }
      @media (min-width: 992px) {
        .vp-table-filters {
          font-size: 14px;
        }
      }

    /* PAGINATION */
      .vp-table-pagination {
        border-top: 1px solid #DDD;
        padding: 7.5px 0;
        width: 100%;
        display: flex;
        flex-direction: column;
      }
      @media (min-width: 768px) {
        .vp-table-pagination {}
      }
      @media (min-width: 992px) {
        .vp-table-pagination {
          flex-direction: row;
          justify-content: space-between;
        }
      }

      .paginator {
        display: flex;
        justify-content: space-between;
      }

      .shortcut {
        width: 60px;
        display: flex;
        justify-content: space-between;
      }

      .numbers {
        margin: 0 5px;
        display: flex;
        justify-content: center;
      }

      .paginator button {
        display: inline-block;
        padding: 5px 10px;
        background-color: #ecf0f1;
        border: 1px solid #d6dce0;
        transition: all 0.3s ease;
        font-weight: 700;
        text-align: center;
        width: auto;
      }
      .paginator .current {
        color: #3498db;
        background-color: #FFF;
      }
      .paginator .numbers button {
        margin: 0 2.5px;
      }
      .paginator .shortcut button {
        background-color: #F7F7F7;
        padding: 5px;
      }
      .paginator button:hover {
        background-color: #bdc3c7;
        color: #2980b9;
      }
      @media (min-width: 992px) {
        .paginator {
        }
        .vp-table-pagination > .paginator {
          order: 2;
        }
      }



/*  ==========================================================================
    ==========================================================================
              vp Admin Tables with Flexbox
    ==========================================================================
    ==========================================================================
*/
  .vp-flextable {
    display: flex;
    flex-direction: column;
  }
  .vp-ft-heading,
  .vp-ft-row {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
  }
  .vp-ft-heading {
    border-top: 1px solid #DDD;
    border-bottom: 1px solid #DDD;
    font-weight: 700;
  }
  .vp-ft-row {}
  .vp-ft-col {
    flex-grow: 1;
    flex-basis: 0;
    padding:10px;
  }
  .vp-ft-col-2 {
    flex-grow: 2;
  }
  .vp-ft-col-3 {
    flex-grow: 3;
  }
  .vp-ft-col-4 {
    flex-grow: 4;
  }
  .vp-ft-col-5 {
    flex-grow: 5;
  }
  .vp-ft-col-6 {
    flex-grow: 6;
  }

  .vp-flextable.alternate {
    border: 1px solid #CCC;
  }
  .vp-flextable.alternate .vp-ft-heading {
    background-color: #EAEAEA;
  }
  .vp-flextable.alternate .vp-ft-row {
    border-bottom: 1px solid #EFEFEF;
  }
  .vp-flextable.alternate .vp-ft-row:nth-child(2n) {
    background-color: #FEFEFE;
  }
  .vp-flextable.alternate .vp-ft-row:nth-child(2n+1) {
    background-color: #F7F7F7;
  }
  .vp-flextable.alternate .vp-ft-row:last-child {
    border-bottom: 0px;
  }


/*  ==========================================================================
    ==========================================================================
              vp Admin MODALS
    ==========================================================================
    ==========================================================================
*/
  .vp-modal {

  }
  .vp-modal .modal-footer {
    padding: 8px;
  }
  .vp-modal .modal-footer .btn {
    text-transform: uppercase;
    margin: 0;
  }


/*  ==========================================================================
    ==========================================================================
              vp Admin VODALS
    ==========================================================================
    ==========================================================================
*/
  .vp-vodal {
    display: flex;
    padding: 50px 10px;
    overflow-y: auto;
  }
  .vp-vodal.vodal { /* Regra pra sobrescrever as do Vodal original */
    z-index: 1000;
    height: 100vh;
    width: 100vw;
    background: rgba(0, 0, 0, .3);
  }
    .vp-vodal .vodal-mask {
      position: absolute;
      width: 100%;
      height: 100vh;
      background: transparent;
    }
    .vp-vodal .vodal-dialog {
      position: relative;
      margin: auto;
      min-width: 350px;
      max-width: 100%;
      display: flex;
      flex-direction: column;
      transition: width 0.2s ease-in-out 0s, height 0.2s ease-in-out 0s;
    }
    .vp-vodal:not(.set-height) .vodal-dialog {
      height: auto !important;
    }
    .vp-vodal:not(.set-width) .vodal-dialog {
      width: auto !important;
    }
    .vp-vodal .vodal-dialog .vodal-close {
      z-index: 999;
    }
      .vp-vodal .vodal-content {
        display: flex;
        flex-direction: column;
      }

        /* LOADING */
        .vp-vodal .vodal-loading {
          display: flex;
          justify-content: center;
          align-items: center;
          width: 100%;
          height: calc(100% - 100px);
          position: absolute;
          margin: 39px -15px 41px;
          border-radius: 3px;
          background-color: rgba(255,255,255,0.8);
          color: #3498db;
          font-size: 50px;
        }

        /* CONTENT */
        .vp-vodal .vodal-heading > * {
          color: #3498db;
          margin-top: 0;
          margin-bottom: 10px;
        }
        .vp-vodal .vodal-body {
          margin-top: 15px;
          margin-bottom: 15px;
          min-height: 80px;
        }

      /* BOTAO FECHAR */
      .vp-vodal .vp-vodal-close {
        margin: auto -15px -15px;
        border-top: 1px solid #EFEFEF;
      }
      .vp-vodal .vp-vodal-close a {
        margin: 0;
        text-transform: uppercase;
        padding: 10px 15px;
        width: 100%;
        border-radius: 0 0 3px 3px;
      }
  @media (min-width: 992px) {

  }


/*  ==========================================================================
    ==========================================================================
              RESPONSIVE
    ==========================================================================
    ==========================================================================
*/
  .mobile-hide,
  .mobile-hide.inline,
  .mobile-hide.inline-block,
  .mobile-hide.table,
  .mobile-hide.flex {
    display: none;
  }
  .mobile-show {
    display: block;
  }
  .mobile-show.inline {
    display: inline;
  }
  .mobile-show.inline-block {
    display: inline-block;
  }
  .mobile-show.table-mobile {
    display: table;
  }
  .desk-hide {
    display: block;
  }
  .desk-hide.inline {
    display: inline;
  }
  .desk-hide.flex {
    display: flex;
  }
  .desk-show,
  .desk-show.inline {
    display: none;
  }
  @media (min-width: 768px) {
    .mobile-hide {
      display: block;
    }
    .mobile-hide.inline {
      display: inline;
    }
    .mobile-hide.inline-block {
      display: inline-block;
    }
    .mobile-hide.table {
      display: table;
    }
    .mobile-hide.flex {
      display: flex;
    }
    .mobile-show,
    .mobile-show.inline,
    .mobile-show.inline-block,
    .mobile-show.table-mobile {
      display: none;
    }
  }
  @media (min-width: 992px) {
    .desk-hide {
      display: none;
    }
    .desk-show {
      display: block;
    }
    .desk-show.inline {
      display: inline;
    }
    .desk-show.inline-block {
      display: inline-block;
    }
    .desk-show.flex {
      display: flex;
    }
  }


/*  ==========================================================================
    ==========================================================================
              RESPONSIVE FLEX COLUMNS
    ==========================================================================
    ==========================================================================
*/
  .row-flex {
    margin-left: -15px;
    margin-right: -15px;
    display: flex;
    flex-wrap: wrap;
  }
  .row-flex > .col-0 {
    flex-basis: 0;
    padding: 0;
  }
  .row-flex > .small-1,
  .row-flex > .small-2,
  .row-flex > .small-3,
  .row-flex > .small-4,
  .row-flex > .small-5,
  .row-flex > .small-6,
  .row-flex > .small-7,
  .row-flex > .small-8,
  .row-flex > .small-9,
  .row-flex > .small-10,
  .row-flex > .small-11,
  .row-flex > .small-12,
  .row-flex > .mid-1,
  .row-flex > .mid-2,
  .row-flex > .mid-3,
  .row-flex > .mid-4,
  .row-flex > .mid-5,
  .row-flex > .mid-6,
  .row-flex > .mid-7,
  .row-flex > .mid-8,
  .row-flex > .mid-9,
  .row-flex > .mid-10,
  .row-flex > .mid-11,
  .row-flex > .mid-12,
  .row-flex > .big-1,
  .row-flex > .big-2,
  .row-flex > .big-3,
  .row-flex > .big-4,
  .row-flex > .big-5,
  .row-flex > .big-6,
  .row-flex > .big-7,
  .row-flex > .big-8,
  .row-flex > .big-9,
  .row-flex > .big-10,
  .row-flex > .big-11,
  .row-flex > .big-12 {
    flex-basis: 100%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .row-flex > .col-1.grow,
  .row-flex > .col-2.grow,
  .row-flex > .col-3.grow,
  .row-flex > .col-4.grow,
  .row-flex > .col-5.grow,
  .row-flex > .col-6.grow,
  .row-flex > .col-7.grow,
  .row-flex > .col-8.grow,
  .row-flex > .col-9.grow,
  .row-flex > .col-10.grow,
  .row-flex > .col-11.grow,
  .row-flex > .col-12.grow,
  .row-flex > .small-1.grow,
  .row-flex > .small-2.grow,
  .row-flex > .small-3.grow,
  .row-flex > .small-4.grow,
  .row-flex > .small-5.grow,
  .row-flex > .small-6.grow,
  .row-flex > .small-7.grow,
  .row-flex > .small-8.grow,
  .row-flex > .small-9.grow,
  .row-flex > .small-10.grow,
  .row-flex > .small-11.grow,
  .row-flex > .small-12.grow,
  .row-flex > .mid-1.grow,
  .row-flex > .mid-2.grow,
  .row-flex > .mid-3.grow,
  .row-flex > .mid-4.grow,
  .row-flex > .mid-5.grow,
  .row-flex > .mid-6.grow,
  .row-flex > .mid-7.grow,
  .row-flex > .mid-8.grow,
  .row-flex > .mid-9.grow,
  .row-flex > .mid-10.grow,
  .row-flex > .mid-11.grow,
  .row-flex > .mid-12.grow,
  .row-flex > .big-1.grow,
  .row-flex > .big-2.grow,
  .row-flex > .big-3.grow,
  .row-flex > .big-4.grow,
  .row-flex > .big-5.grow,
  .row-flex > .big-6.grow,
  .row-flex > .big-7.grow,
  .row-flex > .big-8.grow,
  .row-flex > .big-9.grow,
  .row-flex > .big-10.grow,
  .row-flex > .big-11.grow,
  .row-flex > .big-12.grow {
    flex-grow: 1;
  }
  .row-flex > .col-1.full-height > *,
  .row-flex > .col-2.full-height > *,
  .row-flex > .col-3.full-height > *,
  .row-flex > .col-4.full-height > *,
  .row-flex > .col-5.full-height > *,
  .row-flex > .col-6.full-height > *,
  .row-flex > .col-7.full-height > *,
  .row-flex > .col-8.full-height > *,
  .row-flex > .col-9.full-height > *,
  .row-flex > .col-10.full-height > *,
  .row-flex > .col-11.full-height > *,
  .row-flex > .col-12.full-height > *,
  .row-flex > .small-1.full-height > *,
  .row-flex > .small-2.full-height > *,
  .row-flex > .small-3.full-height > *,
  .row-flex > .small-4.full-height > *,
  .row-flex > .small-5.full-height > *,
  .row-flex > .small-6.full-height > *,
  .row-flex > .small-7.full-height > *,
  .row-flex > .small-8.full-height > *,
  .row-flex > .small-9.full-height > *,
  .row-flex > .small-10.full-height > *,
  .row-flex > .small-11.full-height > *,
  .row-flex > .small-12.full-height > *,
  .row-flex > .mid-1.full-height > *,
  .row-flex > .mid-2.full-height > *,
  .row-flex > .mid-3.full-height > *,
  .row-flex > .mid-4.full-height > *,
  .row-flex > .mid-5.full-height > *,
  .row-flex > .mid-6.full-height > *,
  .row-flex > .mid-7.full-height > *,
  .row-flex > .mid-8.full-height > *,
  .row-flex > .mid-9.full-height > *,
  .row-flex > .mid-10.full-height > *,
  .row-flex > .mid-11.full-height > *,
  .row-flex > .mid-12.full-height > *,
  .row-flex > .big-1.full-height > *,
  .row-flex > .big-2.full-height > *,
  .row-flex > .big-3.full-height > *,
  .row-flex > .big-4.full-height > *,
  .row-flex > .big-5.full-height > *,
  .row-flex > .big-6.full-height > *,
  .row-flex > .big-7.full-height > *,
  .row-flex > .big-8.full-height > *,
  .row-flex > .big-9.full-height > *,
  .row-flex > .big-10.full-height > *,
  .row-flex > .big-11.full-height > *,
  .row-flex > .big-12.full-height > * {
    height: 100%;
  }
  .row-flex > .col-12 {
    flex-basis: 100%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .row-flex > .col-11 {
    flex-basis: 91.6666666%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .row-flex > .col-10 {
    flex-basis: 83.3333333%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .row-flex > .col-9 {
    flex-basis: 75%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .row-flex > .col-8 {
    flex-basis: 66.6666666%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .row-flex > .col-7 {
    flex-basis: 58.3333333%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .row-flex > .col-6 {
    flex-basis: 50%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .row-flex > .col-5 {
    flex-basis: 41.6666666%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .row-flex > .col-4 {
    flex-basis: 33.3333333%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .row-flex > .col-3 {
    flex-basis: 25%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .row-flex > .col-2 {
    flex-basis: 16.6666666%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .row-flex > .col-1 {
    flex-basis: 8.3333333%;
    padding-left: 15px;
    padding-right: 15px;
  }
  @media (min-width: 768px) {
    .row-flex > .small-12 {
      flex-basis: 100%;
    }
    .row-flex > .small-11 {
      flex-basis: 91.6666666%;
    }
    .row-flex > .small-10 {
      flex-basis: 83.3333333%;
    }
    .row-flex > .small-9 {
      flex-basis: 75%;
    }
    .row-flex > .small-8 {
      flex-basis: 66.6666666%;
    }
    .row-flex > .small-7 {
      flex-basis: 58.3333333%;
    }
    .row-flex > .small-6 {
      flex-basis: 50%;
    }
    .row-flex > .small-5 {
      flex-basis: 41.6666666%;
    }
    .row-flex > .small-4 {
      flex-basis: 33.3333333%;
    }
    .row-flex > .small-3 {
      flex-basis: 25%;
    }
    .row-flex > .small-2 {
      flex-basis: 16.6666666%;
    }
    .row-flex > .small-1 {
      flex-basis: 8.3333333%;
    }
    .row-flex > .small-0 {
      flex-basis: 0;
      padding: 0;
    }
  }
  @media (min-width: 992px) {
    .row-flex > .mid-12 {
      flex-basis: 100%;
    }
    .row-flex > .mid-11 {
      flex-basis: 91.6666666%;
    }
    .row-flex > .mid-10 {
      flex-basis: 83.3333333%;
    }
    .row-flex > .mid-9 {
      flex-basis: 75%;
    }
    .row-flex > .mid-8 {
      flex-basis: 66.6666666%;
    }
    .row-flex > .mid-7 {
      flex-basis: 58.3333333%;
    }
    .row-flex > .mid-6 {
      flex-basis: 50%;
    }
    .row-flex > .mid-5 {
      flex-basis: 41.6666666%;
    }
    .row-flex > .mid-4 {
      flex-basis: 33.3333333%;
    }
    .row-flex > .mid-3 {
      flex-basis: 25%;
    }
    .row-flex > .mid-2 {
      flex-basis: 16.6666666%;
    }
    .row-flex > .mid-1 {
      flex-basis: 8.3333333%;
    }
    .row-flex > .mid-0 {
      flex-basis: 0;
      padding: 0;
    }
  }
  @media (min-width: 1201px) {
    .row-flex > .big-12 {
      flex-basis: 100%;
    }
    .row-flex > .big-11 {
      flex-basis: 91.6666666%;
    }
    .row-flex > .big-10 {
      flex-basis: 83.3333333%;
    }
    .row-flex > .big-9 {
      flex-basis: 75%;
    }
    .row-flex > .big-8 {
      flex-basis: 66.6666666%;
    }
    .row-flex > .big-7 {
      flex-basis: 58.3333333%;
    }
    .row-flex > .big-6 {
      flex-basis: 50%;
    }
    .row-flex > .big-5 {
      flex-basis: 41.6666666%;
    }
    .row-flex > .big-4 {
      flex-basis: 33.3333333%;
    }
    .row-flex > .big-3 {
      flex-basis: 25%;
    }
    .row-flex > .big-2 {
      flex-basis: 16.6666666%;
    }
    .row-flex > .big-1 {
      flex-basis: 8.3333333%;
    }
    .row-flex > .big-0 {
      flex-basis: 0;
      padding: 0;
    }
  }


/*  ==========================================================================
    ==========================================================================
              SOCIALS
    ==========================================================================
    ==========================================================================
*/
  .color-facebook {
    color: #3b5999;
  }
  .color-twitter {
    color: #55acee;
  }
  .color-linkedin {
    color: #0077B5;
  }
  .color-google-plus {
    color: #dd4b39;
  }
  .color-whatsapp {
    color: #25D366;
  }
  .color-instagram {
    color: #e4405f;
  }
  .color-pinterest {
    color: #bd081c;
  }
  .color-youtube {
    color: #cd201f;
  }
  .color-vimeo {
    color: #1ab7ea;
  }
  .color-tumblr {
    color: #34465d;
  }
  .color-skype {
    color: #00AFF0;
  }
  .color-blogger {
    color: #f57d00;
  }
  .color-snapchat {
    color: #FFFC00;
  }
  .color-soundcloud {
    color: #ff3300;
  }
  .color-wordpress {
    color: #21759b;
  }


/*  ==========================================================================
    ==========================================================================
              MELHORIAS DE CSS DO VUE-COLOR
    ==========================================================================
    ==========================================================================
*/
  .vc-material {
    min-width: 150px;
    min-height: 120px;
  }
  .vc-compact {
    min-width: 245px;
  }


/*  ==========================================================================
    ==========================================================================
              FORM VALIDATION
    ==========================================================================
    ==========================================================================
*/
  /* LABELS */
  .form-group label,
  .form-group.is-valid .control-label,
  .form-group .is-valid.checkbox label,
  .form-group .is-valid.checkbox-inline label,
  .form-group .is-valid.radio label,
  .form-group .is-valid.radio-inline label,
  .form-group.is-invalid .control-label,
  .form-group .is-invalid.checkbox label,
  .form-group .is-invalid.checkbox-inline label,
  .form-group .is-invalid.radio label,
  .form-group .is-invalid.radio-inline label {
    color: #565656;
  }

  .form-control:focus {
    border-color: #b8d5ea;
    box-shadow: inset 0 0 1px rgba(0,0,0,.075), 0 0 1px 2px #70c3ff40;
  }
  /* INPUT GROUP */
    .iconize {
      position: relative;
    }
    .iconize:after {
      content: "";
      position: absolute;
      top: 0;
      right: 0;
      font: normal normal normal 14px/1 FontAwesome;
      font-size: 18px;
      line-height: 34px;
      width: 30px;
      text-align: center;
      color: #ccc;
      opacity: 0.75;
    }
    .form-group.is-valid .iconize input,
    .form-group.is-invalid .iconize input {
      padding-right: 27.5px;
    }
    /* Select field */
      .iconize > select {
        width: calc(100% - 30px);
      }

  /* SUCCESS */
    .form-group.is-valid .validation,
    .form-group.is-valid .checkbox,
    .form-group.is-valid .checkbox-inline,
    .form-group.is-valid .help-block,
    .form-group.is-valid .radio,
    .form-group.is-valid .radio-inline/*,
    .form-group.is-valid .form-control + i*/ {
      color: #2ecc71;
    }
    .form-group.is-valid input[type="text"],
    .form-group.is-valid input[type="email"],
    .form-group.is-valid .form-control {
      border-color: #2ecc71;
    }
    .form-group.is-valid input[type="text"]:focus,
    .form-group.is-valid input[type="email"]:focus,
    .form-group.is-valid .form-control:focus {
      box-shadow: inset 0 0 1px rgba(0,0,0,.075), 0 0 1px 2px #2ecc7140;
    }
    .form-group.is-valid .iconize:after {
      content: "\f00c";
    }

  /* ERROR */
    .form-group.is-invalid .validation,
    .form-group.is-invalid .checkbox,
    .form-group.is-invalid .checkbox-inline,
    .form-group.is-invalid .help-block,
    .form-group.is-invalid .radio,
    .form-group.is-invalid .radio-inline/*,
    .form-group.is-invalid .form-control + i*/ {
      color: #ff5d4c;
    }
    .form-group.is-invalid input[type="text"],
    .form-group.is-invalid input[type="email"],
    .form-group.is-invalid .form-control {
      border-color: #ff5d4c;
    }
    .form-group.is-invalid input[type="text"]:focus,
    .form-group.is-invalid input[type="email"]:focus,
    .form-group.is-invalid .form-control:focus {
      box-shadow: inset 0 0 1px rgba(0,0,0,.075), 0 0 1px 2px #ff5d4c40;
    }
    .form-group.is-invalid .iconize:after {
      content: "\f071";
    }

  /* NOT SELECTED */
    .form-group.is-not-selected .validation,
    .form-group.is-not-selected .checkbox,
    .form-group.is-not-selected .checkbox-inline,
    .form-group.is-not-selected .help-block,
    .form-group.is-not-selected .radio,
    .form-group.is-not-selected .radio-inline/*,
    .form-group.is-not-selected .form-control + i*/ {
      color: #00a8ff;
    }
    .form-group.is-not-selected input[type="text"],
    .form-group.is-not-selected input[type="email"],
    .form-group.is-not-selected .form-control {
      border-color: #00a8ff;
    }
    .form-group.is-not-selected input[type="text"]:focus,
    .form-group.is-not-selected input[type="email"]:focus,
    .form-group.is-not-selected .form-control:focus {
      box-shadow: inset 0 0 1px rgba(0,0,0,.075), 0 0 1px 2px #00a8ff40;
    }
    .form-group.is-not-selected .iconize:after {
      content: "\f06a";
      color: #00a8ff;
    }

  /* LOADING */
    .form-group.is-loading .iconize:after {
      content: "";
      background-image: url("../../assets/loading-spinner.gif");
      background-size: 20px 20px;
      background-position: center;
      background-repeat: no-repeat;
      height: 100%;
    }


/*  ==========================================================================
    ==========================================================================
              vp Admin TOASTS
    ==========================================================================
    ==========================================================================
*/
    .toasted-container .vp-admin.toasted {
      line-height: 1.3;
      font-weight: 500;
      padding: 7.5px 15px;
      text-align: center;
    }
    .vp-admin.toasted.primary.success {
      background: #20bf6b;
    }
    .vp-admin.toasted.primary.error {
      background: #ff4757;
    }

.faq-panel {
  display:none;
}

