body, html {
  font-size: 14px;
}

html {
  font-family: Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  line-height: 1.15;
  letter-spacing: 0.4px;
  font-kerning: normal;
}

body {
  font-family: Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  margin: 0;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0.4px;
  font-kerning: normal;
  color: #392647;
  text-align: left;
  background-color: #f0f2f5;
}

.clear {
  clear: both;
}

.h3 {
  font-size: 1.85rem;
}

.h2, h2 {
  font-size: 2.14rem;
}

.h5, h5 {
  font-size: 1.28rem;
}

h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: 20px;
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
  margin-bottom: 20px;
  font-weight: 600;
  line-height: 1.2;
  color: #392647;
}

a {
  color: #3f9ce8;
  text-decoration: none !important;
  background-color: transparent;
  transition: color .12s ease-out;
}

.heading {
  margin-bottom: 25px;
  padding-bottom: 8px;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 20px;
  border-bottom: 1px solid #e4e7ed;
  color: #171717;
  margin-top: 0;
}

.heading small {
  font-size: 14px;
  margin-top: 0;
  font-weight: 400;
  color: #6c757d;
  margin-left: 5px;
}

.fw400 {
  font-weight: 400 !important;
}

.fw700 {
  font-weight: 700 !important;
}

.textLighter {
  color: #6c757d !important;
}

.textLighter:before {
  background-color: #6c757d;
}

.btn-btnAlt {
  background-color: #c8e2f8;
  border-color: #c8e2f8;
  color: #125a96;
}

.btn-btnAlt:hover {
  color: #125a96;
  background-color: #9acbf3;
  border-color: #9acbf3;
  box-shadow: none;
}

.btnFlat {
  padding: 11px 34px;
  font-size: 1rem;
  line-height: 16px;
  border-radius: 3px;
}

.btnFlatSmall {
  padding: 7px 24px;
  font-size: 1rem;
  line-height: 16px;
  border-radius: 3px;
}

.mgr10 {
  margin-right: 10px;
}

.mrgTop30 {
  margin-top: 30px;
}

.mrgBottom30 {
  margin-bottom: 30px;
}

.mrgBottom50 {
  margin-bottom: 50px;
}

.alert-danger {
  color: #7c2b2a;
  background-color: #fcdddc;
  border-color: #fbcfce;
}

.link {
  color: #3f9ce8;
  text-decoration: underline;
  cursor: pointer;
}

.link:hover {
  color: #7cbbef
}

@media (min-width: 576px) {
  a.linkEffect {
    position: relative;
  }

  a.linkEffect:before {
    position: absolute;
    bottom: -5px;
    left: 0;
    width: 100%;
    height: 2px;
    content: '';
    background-color: #3f9ce8;
    visibility: hidden;
    transform: translateY(6px);
    -webkit-transform: translateY(6px);
    transform-origin: 50% 50%;
    opacity: 0;
    transition: opacity .12s ease-out,-webkit-transform .12s ease-out;
    transition: transform .12s ease-out,opacity .12s ease-out;
    transition: transform .12s ease-out,opacity .12s ease-out,-webkit-transform .12s ease-out;
  }

  a:hover.linkEffect::before {
    visibility: visible;
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1
  }
}

/* .animation-sidebar-enter {
  width: 0 !important;
}

.animation-sidebar-enter.animation-sidebar-enter-active {
  width: 230px !important;
  transition: width 500ms ease-in;
}

.animation-sidebar-leave {
  width: 230px !important;
}

.animation-sidebar-leave.animation-sidebar-leave-active {
  width: 0 !important;
  transition: width 500ms ease-in;
} */

/* Animations */
.animation-sidebar-enter {
  left: -230px !important;
}

.animation-sidebar-enter.animation-sidebar-enter-active {
  left: 0px !important;
  transition: left 250ms ease-in;
}

.animation-sidebar-leave {
  left: 0px !important;
}

.animation-sidebar-leave.animation-sidebar-leave-active {
  left: -230px !important;
  transition: left 250ms ease-in;
}

.animation-sidebar-appear {
  left: -230px !important;
}

.animation-sidebar-appear.animation-sidebar-appear-active {
  left: 0px !important;
  transition: left 250ms ease-in;
}

@keyframes fadeIn {
  0% {
      opacity: 0;
  }

  100% {
      opacity: 1;
  }
}

.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn
}

.animated {
  -webkit-animation-duration: 1.2s;
  animation-duration: 1.2s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.animatedSlow {
  -webkit-animation-duration: 4.0s;
  animation-duration: 4.0s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

hr {
  margin-top: 1rem;
  margin-bottom: 1rem;
  border: 0;
  border-top: 1px solid #e4e7ed;
  height: 0;
  overflow: visible;
}

.thin {
  font-weight: 100 !important;
}

.bg-success {
  background-color: #46c37b!important;
}

.table thead th {
  border-top: none;
  border-bottom: none;
  font-weight:600;
}

.table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(0,0,0,.02) !important;
}



/** sparkline **/
/* just the line */
.sparkline {
  stroke: red;
  fill: none;
}

/* line with highlight area */
.sparkline {
  stroke: red;
  fill: rgba(255, 0, 0, .3);
}

/* change the spot color */
.sparkline--spot {
  stroke: blue;
  fill: blue;
}

/* change the cursor color */
.sparkline--cursor {
  stroke: orange;
}

/* style fill area and line colors using specific class name */
.sparkline--fill {
  fill: rgba(255, 0, 0, .3);
}

.sparkline--line {
  stroke: red;
}


/** Modal **/
.modal-90w {
  width: 90%;
  max-width: 90%;
}

.modal-header .h4 {
  margin-bottom: 0 !important;
  font-weight: normal !important;
}