/*!
 * Theme Name: Default
 * Package : DashLite
 * Author: Softnio
 * Author URI: http://themeforest.net/user/softnio
 * Version	 :	1.0.0
 * Updated	 :	07.23.2020
**/

.nk-empresa-icon img {
  width: 24px;
}

.nk-empresa-text {
  display: flex;
  align-items: center;
}

.nk-empresa-text p {
  font-size: 13px;
  margin-bottom: 0;
  color: #526484;
  font-weight: 500;
  white-space: nowrap;
}

.nk-empresa-text p span {
  color: #8094ae;
  font-weight: 400;
}

.logo-img-xlg {
  max-height: 80px;
}

.customupload {
  display: inline-block;
  position: relative;
  height: 100px;
  width: 100%;
}

.customupload > input {
  position: absolute;
  left: 0;
  opacity: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  cursor: pointer;
}

.customupload > div {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fdfefe;
  border: 3px dotted #bebebe;
  border-radius: 10px;
  cursor: pointer;
}

.customupload > div.dragover {
  background-color: #f7f9f9;
}

.table-borderbottom {
  border-bottom: 1px solid #aeb6bf;
}

.table .thead-dark th {
  color: #fff;
  background-color: #4a5568;
  border-color: #3c4d62;
}

.table-dark {
  color: #fff;
  background-color: #4a5568;
}

.report-hr {
  border-top: 1px solid #dbdfea;
  margin-top: 0.5rem;
  margin-bottom: 1rem;
}

.filtros-hr {
  border-top: 1px solid #dbdfea;
  margin-top: 0.5rem;
  margin-bottom: 1rem;
}
.btnTop {
  display: none;
  position: fixed;
  bottom: 40px;
  right: 30px;
  z-index: 99;
  font-size: 18px;
  border: none;
  outline: none;
  background-color: whitesmoke;
  opacity: 0.7;
  color: white;
  cursor: pointer;
  padding: 15px;
  border-radius: 4px;
}

.btnTop:hover {
  background-color: #333;
}