html, body {
    height: 100%;
    margin: 0;
}


/*
* Dashboard.php
*/
.sites-list .col-md-4 .card{
  min-height:10rem;
  margin:auto;
  margin-top:1rem;
}
.search{
    min-height:80vh;
    padding-bottom:20px;
    /*background: url('https://freewebsitesite.com/images/img/header.jpg') no-repeat center center fixed;*/
    /*background: url('https://www.freewebsitesite.com/images/abstract-overlapping-blue-background-free-vector.jpg') no-repeat center center fixed;*/
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    font-family: 'Ubuntu', sans-serif;
}

.search .container-fluid{
    padding-top: 5vh;
}   

.custom-searchbar input:first-child{
  height:3em;
  border-radius:3em !important;
  padding-left: 1.5em;
  padding-right: 3em;
  z-index:2;
}

.custom-searchbar .input-group-append{
  border-radius:3em;
  margin-left:-3rem;
  background: transparent;
  z-index:4;
}
.custom-searchbar .custom-input-text{
  position:absolute;
  height:3em;
  padding:.375rem .75rem;
  padding-left: 1.5em;
  padding-right: 3em;
  left:0;
  top:0.375rem;
  z-index: 3;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis
}

input::placeholder {
  font-style: italic !important;
  opacity: 1 !important;
}

.mid{
  display: flex;
  flex-direction: column;
  align-items: center;
  max-width: 100px;
}

.vl {
  border-left: 2px solid ;
  height: 100px;
}

@media screen and (max-width: 450px) {
    .h3{
      font-size: 20px;
      margin-top: 10px;
    }
    h2{
        font-size: 1.5rem;
    } 
    h3{
        font-size: 1.3rem;
    }
    h4{
        font-size: 1.2rem;
    }
    h5{
        font-size: 0.95rem;
    }
    .mid{
        display:none;
    }
    .btn{
        font-size: 0.9rem;
    }
}

#overlay-n {
    position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #000;
	filter:alpha(opacity=50);
	-moz-opacity:0.5;
	-khtml-opacity: 0.5;
	opacity: 0.5;
	z-index: 10000;
	
}
#indicator-n {
	z-index: 10000;
	color:#ffff;
	font-size:20px;
	height:50px;
	position:absolute;
	left:45%;
	top:38%;
}