body {
    font-family: 'Roboto', sans-serif;
  }

.app-container  {
    padding-top: 30px;
}

.page-header {
    margin-bottom: 20px;
}

/* LOADING */
.splash.active .splash-icon {
  /*transform: translateX(0) translateY(0);*/
  opacity: 1;
}
.splash .splash-icon {
  background-color: #F3F6F9;
}
.splash .splash-icon {
  background: #F3F6F9;
  display: block;
  position: fixed;
  z-index: 1000000000;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  transition: opacity 0.8s;
  opacity: 0;
}

.gmcedesignloading-header, 
.webriefailoading-header
{
  top: 49%;
  left: 49%;
  position: absolute;
  text-align: center;
}

.spinner-border {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  vertical-align: text-bottom;
  border: 0.25em solid currentColor;
  border-right-color: transparent;
  border-radius: 50%;
  animation: spinner-border .75s linear infinite;
}

.text-white {
  color: #fff !important;
}

/* FINE LOADING */


.webriefai_button_prepend,.webriefcrm_button_append {
  border: 1px solid #CCC!important;
}

.webriefai_button_prepend:hover,.webriefcrm_button_append:hover {
  background-color: #EEE;
}

.webriefai_button_prepend_info
{
    padding-left: 5px !important;
    padding-right: 0px !important;
}