.juma-table {
  display: block;
  overflow-x: auto;
  white-space: nowrap;
}

.juma-table tbody {
  display: table;
  width: 100%;
}


.footer-juma-table{
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 1rem;
  margin-top: .7rem;
}

.descarga_wrapper_juma{
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.final_record_wrapper {
  display: flex;
  justify-content: space-between;
}

/* The Modal (background) */
.modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 1; /* Sit on top */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

.header-modal{
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 1rem;
}
.header-modal h3{
  margin: 0;
}

/* Modal Content/Box */
.modal-content {
  background-color: #fefefe;
  margin: 15% auto; /* 15% from the top and centered */
  padding: 20px;
  border: 1px solid #888;
  width: 25%; /* Could be more or less, depending on screen size */
}
.modal-editcontent {
  background-color: #fefefe;
  margin: 15% auto; /* 15% from the top and centered */
  padding: 20px;
  border: 1px solid #888;
  width: 30%; /* Could be more or less, depending on screen size */
}

/* The Close Button */
.close {
  color: #aaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
}

.final_record{
  margin-bottom: 1rem;
}

.close:hover,
.close:focus {
  color: black;
  text-decoration: none;
  cursor: pointer;
}

.form_final_record{
  display: flex;
  flex-direction: column;
}

.header-table th{
  text-align: center;
  font-weight: bold;
}

.without_ampm::-webkit-datetime-edit-ampm-field {
  display: none;
}
input[type=time]::-webkit-clear-button {
  -webkit-appearance: none;
  -moz-appearance: none;
  -o-appearance: none;
  -ms-appearance:none;
  appearance: none;
  margin: -10px;
}

.noClick {
  pointer-events: none;
}


.warpperTableUser{
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 1rem;
}

.warpperTableUserUI h2 {
    color: white;
}

.juma-user-table{
}
.wrapperPaginator{
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
  margin-bottom: 1rem;
  list-style: none;
}
.wrapperPaginator li {
  margin-left: 1rem;
}

.wrapperPaginator li a {
    padding: 0.5rem 1rem;
    border: 1px solid #ccc;
    border-radius: 5px;
    text-decoration: none;
    color: #000;
    background-color: white;
}

.disabledlnk{
  pointer-events: none;
  color: #ccc !important;
}

.ui-juma-user-table{
  font-size: 0.6em;
    background-color: white;
}
.tablewrapper-shortcode{
  display: flex;
  margin: 10px 0;
    flex-wrap: wrap;
}

.actions-basics{
  display: flex;
    flex-wrap: wrap;
}

.wrapper-uitable{
  overflow-x: scroll;
  margin-bottom: 1.6rem;
}
input#ui-search-competitors {
    background-color: white;
    border: none;
    margin: 0px 0.5rem;
}

.sendMailWrapper{
  display: flex;
  justify-content: space-between;
}

.wrapper_row_form{
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  margin-bottom: .5rem;
}

.wrapper_select{
  display: flex;
  flex-direction: column;
}

.search-box {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.btn-juma-add {
  display: flex !important;
  justify-content: center;
  align-items: center;
}

.btn-juma-add span{
  margin-right: .2rem;
}