@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@400;700&display=swap');

html,
body {
  overflow-x: hidden;
  overflow-y: auto;
  /* overflow: hidden; */
}

div{
  font-family: 'Poppins', sans-serif;
}

ul .no-bullets{
  list-style-type: none;
}

.logo{
  display: flex;
  align-items:end;
  justify-content: right;
  vertical-align: bottom;
  cursor: pointer;
  overflow:hidden;
}

a.img-logo{
  display:flex;
  justify-content:center;
  height:100%;
}

img.img-logo{
  max-height: 100% !important;
  max-width: 100% !important;
  object-fit: contain;
}

.side_bar {
	background: rgba(0,155,218,0.9);
}

.side_bar a {
  padding: 10px 10px 10px 10px;
  color: #fff;
  display: flex;
  border-bottom: 1px solid #fff;
  width: 100%;
  /* margin: 5px 0; */
  font-size: larger;
}

.side_bar a:hover {
  background-color: rgba(0,63,100, 0.3);
  color: #fff;
}

.side_bar a:active {
  /* color: rgba(0,155,218,1); */
  color: #87d4f6;
  background-color: rgba(0,64,101, 0.5);
}

.side_bar a:focus{
  color: #fff;
}

.side_bar a i{
  margin-right: 5px;
}

.main-content {
  /*width: 82%;*/
  display:flex;
  flex-direction: column;
  vertical-align: top;
  /* height: 450px; */
  height: 75vh;
  padding: 5px 5px 5px 5px;
  overflow-y: scroll;
  overflow-x: hidden;
  font-family: "Poppins";
  font-size: 12pt;
}

.installations-list{
  display:flex;
  flex-direction: column;
  overflow:hidden;
  height: 99.9%;
}

.div-button{
  margin: auto;
  padding: 2px 2px 2px 2px;
}

.card-theme{
  background-color: rgba(191,191,191,0.9);
}

.dd-menu{
  background-color:rgba(0,155,218,1);
  color: #fff;
}

.dd-menu a {
  padding: 10px 10px 10px 10px;
  color: #fff;
  display: flex;
  border-bottom: 1px solid #fff;
  width: 100%;
  font-size: larger;
}

.dd-menu a i{
  margin-right: 5px;
}

.card-h30 {
  height: 30%;  
}

.card-h70 {
  height: 70%;  
}

#iMap{
  height: 100%;
  width: 100%;
  border-radius: 5px;
}

.form-control {
  position: relative;
  height: 50%;
  padding: 10px;
  font-size: 12px;
  border-radius: 5px;
}

@media only screen and (min-width: 601px) and (max-width: 1080px) {
  .card-h30 {
    height: 40%;
  }

  .card-h70 {
    height: 50%;  
  }

  #iMap{
    height: 350px;
    width: 100%;
    border-radius: 5px;
  }

  .form-control {
    position: relative;
    height: auto;
    padding: 10px;
    font-size: 14px;
    border-radius: 5px;
  }
}

@media only screen and (max-width: 600px) {
  .card-h30 {
    height: 30%;  
  }

  .card-h70 {
    height: 50%;  
  }

  #iMap{
    height: 200px;
    width: 100%;
    border-radius: 5px;
  }

  .form-control {
    position: relative;
    height: auto;
    padding: 10px;
    font-size: 14px;
    border-radius: 5px;
  }
}

.form-control:focus {
  z-index: 2;
}

.btn-outline-download{
  --bs-btn-color: rgba(0,65,101,1);
  --bs-btn-border-color: rgba(0,65,101,1);
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: rgba(0,65,101,1);
  --bs-btn-hover-border-color: rgba(255,255,255,1);
  --bs-btn-focus-shadow-rgb: 255,193,7;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: rgba(0,65,101,1);
  --bs-btn-active-border-color: rgba(0,65,101,1);
  --bs-btn-active-shadow: inset 0 3px 5px rgba(255, 255, 255, 1);
  --bs-btn-disabled-color: rgba(0,65,101,1);
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: rgba(0,65,101,1);
  --bs-gradient: none;
  font-size: 1vw;
  padding: 0.5rem 1rem;
  line-height: 1.5;
}

@media only screen and (max-width: 600px) {
  .btn-outline-download {
    font-size: 3vw;
  }
}