html,body
{
  height:100%;
  overflow:hidden;
}

.navbar
{
  margin-bottom:0;
}

#map-container
{
  height:100%;
  margin:0;
  overflow:hidden;
  position:absolute;
  width:100%;
  z-index:0;
}

#loading-msg
{
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 1em;
  font-size: larger;
}

label
{
  display:inline-block;
  font-weight:400;
  margin-bottom:5px;
}

#search
{
  left:5em;
  position:absolute;
  top:7px;
  width:15em;
  z-index:1000;
}
/* By toggling this class 
add or remove padding in input field
for displaying tash -bin icon
 */
.search-delete-visible
{
  padding-right:30px;
}

#search-delete
{
  left:17.5em;
  position:absolute;
  top:7px;
  z-index:1001;  
  color: #6c757d;
  display: none;
}

#search_list
{
  left:5em;
  position:absolute;
  top:4em;
  z-index:1000;
}

.modal-dialog{
    overflow-y: initial !important;
}

.data-request-table th, .data-request-table td, .data-permission-table th, .data-permission-table td {
    padding: .5em 1em;
    font-weight: normal;
    display: flex;
    align-items: center;
}

.data-request-table, .data-permission-table {
    border: 1px solid #e2e3e5;
    width: 100%;
    overflow: auto;
}

.source-name {
    background-color: #f8f9fa
}

.data-set-name {
    background-color: #e2e3e5
}

.modal-body{
    max-height: calc(100vh - 210px);
    overflow-y: auto;
}

.modal-footer
{
  background-color:#f5f5f5;
  margin:0;
  padding:10px;
}

.ajax_loader_loading
{
  background:url(/static/web/l.gif) no-repeat scroll right center / contain #f8f8f8!important;
}

#swipe
{
  bottom: 2.5em;
  position: absolute;
  width: 100%;
  z-index: 2;
}
