.logo-sidebar {
    width: 100%;
}


.login-background {
    background-color: #000;
  }

.info-menu{
position: absolute;
bottom: 10px;
width: 50%;
}
.info-menu-details{
    position: none;
}

.view-only {
    pointer-events:none;
}

.form-layout-footer.view-only {
    display: none;
}

.form-upload-files {
  border: 2px dotted;
  text-align: center;
  margin: 20px;
  background-color: antiquewhite;
  padding: 20px; 
}

.maintenance-background {
    background-image: url('../img/maintenance-background.jpg');
    background-repeat: no-repeat;
    background-size: cover;
}

@media only screen and (max-width: 600px) {
    .maintenance-background  {
      background-color: lightblue;
      background-image: none;
    }
    #maintenance-block {
        width: 100%;
        height: 100%;
    }
  }


  .auto-complete-div {
    position: absolute;
    border: 1px solid lightgray;
    background-color: white;
    width: auto;
    padding: 15px;
  }

  .auto-complete-div ul{
    list-style: none;
    padding: 0px;
    margin-bottom: 0px;
  }
  .auto-complete-div li{
    padding: 5px;
  }

  .auto-complete-div li:hover{
    background-color: lightgray;
  }

  .collapsed-menu .br-mailbox-list.ps.ps--theme_default.ps--active-y {
    left: 60px;
}

.collapsed-menu .br-mailbox-body {
  margin-left: 380px;
}

.pointer {cursor: pointer;}
a.forgotPassword {
    float: left;
    margin: 10px 0;
}
tr.noResult {
    text-align: center;
}
input[type="date" i]::-webkit-calendar-picker-indicator {
    position: absolute;
    width: 96%;
    background-position: right;
    right: 0;
}
input[type="date"], input[type="time"], input[type="datetime-local"], input[type="month"] {
    position: relative;
}
input[type="submit"] {
    cursor: pointer;
}

.br-pagebody .d-flex {
    display: flex !important;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: space-between;
    align-items: center;
}

#datatable1 td.text-right {
    display: flex;
    column-gap: 10px;
}
span.border_right {
    border-right: 1px solid #ccc;
}
td.text-right> * {
    cursor: pointer;
}