.table{
  padding-top: 10px;
}

.password-eye{
  padding: 0.4375rem!important;
}

.bg-transparent{
  background-color: transparent;
}

#loading-modal {
  z-index: 10000000 !important;
}

.alert-fixed {
  position:fixed; 
  top: 0px; 
  right: 0px; 
  z-index:9999; 
  border-radius:0px
}

.logo {
  font-size: 32px;
  color: #047734;
  	display: none;
	visibility: hidden;

}

.logo-white {
  font-size: 24px;
  color: #fff;
  	display: none;
	visibility: hidden;

}

.logo:hover {
	text-decoration: none;
	display: none;
	visibility: hidden;
}

.openserv_logo {
  width: 20px;
  height: 20px;
  position: relative;
  font-size: 0;
  top: -3px;
  -webkit-border-radius: 6px;
  border-radius: 6px;
}

.openserv_text {
  margin-left: 2px;
  font-weight: 500;
  font-family: "Open Sans", sans-serif;
}

.navbar-dark {
  background-color: #047734;
}
.flex-direction-column {
  flex-direction: column;
}

.dt-buttons {
  display: inline-block;
}

.spanRut {
  cursor: pointer;
}

@media screen and (max-width: 640px){
  .dataTables_filter {
    display: inline-block;
    float: right!important;
  }
}

.dropdown-item.active, .dropdown-item:active {
  color: #047734;
}

table.dataTable tfoot th {
  border-left-color: #fff!important;
  border-right-color: #fff!important;
}

.reportContainer {
  height: 600px;
  overflow: scroll;
}

.capitalize {
  text-transform: capitalize;
}

.datepicker {
  cursor: pointer;
}

.text-right {
  text-align: end;
}

/* table.dataTable th {
  max-width: 20px;
  word-break: break-all;
  white-space: pre-line;
}

table.dataTable td {
  max-width: 20px;
  word-break: break-all;
  white-space: pre-line;
} */