.dropdown-menu li {
  position: relative;
}

.dropdown-menu .dropdown-submenu {
  display: none;
  position: absolute;
  left: 100%;
  top: -7px;
}

.dropdown-menu .dropdown-submenu-left {
  right: 100%;
  left: auto;
}

.dropdown-menu>li:hover>.dropdown-submenu {
  display: block;
}

body {

  background: #f5f6fa;
  font-family: 'Oswald', sans-serif;
  transition: 0.3s;
  /*  
  overflow: hidden;
*/
}


.navbar {
  background: black !important;
}

.nav-link {
  color: #fff !important;
}

.dropdown-item {
  color: #fff !important;
}

.card-header {
  color: #fff !important;
}


.profile img {
  /*
  display: block;
  margin: 0 auto;
  */
  width: 150px;
  height: 150px;
  border-radius: 50%;
}

.input-autofill {
  background: #f5f6fa !important;
  color: black;
  /*
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
*/
  border: 1px solid #000000;
  padding: 0 4px 0 4px;
}

/*
.Highlight {
  color: black !important;
}
*/


textarea {
  /*
  overflow: scroll;
  */
  resize: none;
}

.grid-container {
  display: grid;
  /*
  grid-template-columns: auto auto auto auto;
  justify-content: center;
*/
}


/*--------------------------------------------------*/
/*--------------------------------------------------*/
/*--------------------------------------------------*/

.masthead {
  /*
  color: white;
  min-height: 30rem;
  */
  color: black;
  width: 100%;
  height: 100%;
  padding-top: 8rem;
  padding-bottom: 8rem;
  background: url('../img/background.png');
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.masthead h1 {
  font-size: 4rem;
  margin: 0;
  padding: 0;
}

@media (min-width: 992px) {
  .masthead {
    height: 100vh;
  }

  .masthead h1 {
    font-size: 5.5rem;
  }
}


.img-preview {
  width: 70px;
  height: 70px;
}










/*--------------------------------------------------*/
/*----------------APEX CHART------------------------*/
/*--------------------------------------------------*/


.box {

  max-height: 444px;
  background-color: #303030;
  padding: 15px 25px 15px 20px;
}

.chart-title h5 {
  font-size: 18px;
  color: rgba(51, 51, 51, 1);
  margin-bottom: 38px;
}


.sparkboxes .box {
  padding: 3px 0 0 0;
  position: relative;
}

#spark1,
#spark2,
#spark3,
#spark4,
#spark5,
#spark6 {
  position: relative;
  padding-top: 15px;
}

/* overrides */
.sparkboxes #apexcharts-subtitle-text {
  fill: #8799a2 !important;
}

.apexcharts-tooltip {
  background: grey;
  color: black;
}




table#dist_folios.dataTable tbody tr:hover {
  background-color: #aeb6bf;
  color: black;
}
 
table#dist_folios.dataTable tbody tr:hover > .sorting_1 {
  background-color: #aeb6bf;
  color: black;
}