html,
body,
header,
.view {
  height: 100%;
}


.btn1{
  border-radius: 0;
  color: #fff;
  display: inline-block;
  font-size: 100%;
  height: inherit;
  line-height: 60px;
  overflow: hidden;
  text-align: center;
  vertical-align: middle;
  width: 70px;
  margin-top: -8px;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}


#map {
  height: 600px;  /* The height is 400 pixels */
  width: 100%;  /* The width is the width of the web page */
 }

.pt10{
  padding-top: 10px;
}


.pt20{
  padding-top: 20px;
}



.ctr0{
  float:none;
  margin: 0 auto;
  clear:both;
}

#input-upload-id{
  color: #fff;
  background-color: #3a3c50;
  border-color: #3a3c50;
}


.tit0{
  padding-left: 10px;
  font-size: 23px;
}


.tclr0{
  color: rgba(255, 255, 255, 0.788);
}

.bgclr0{
  background-color: #faf9e7;

}


.logo1{
  display: inline-block;
  height: 52px;
  line-height: 50px;
  text-align: center;
  vertical-align: middle;
}


.widdwn{
  width: 45%;
}

.rds1 {
  border-radius: 25px;

}

.rds2 {
  border-radius: 12px;

}

.drnylw0 {
  color: #3a3c50;
  background-color: #faf9e7;
  border-color: #faf9e7;
}
.drnblue {
  color: #fff;
  background-color: #3a3c50;
  border-color: #3a3c50;
}
.drnylw {
color: #fff;
background-color: #faf9e7;
border-color: #faf9e7;
}
.drngrey {
color: #fff;
background-color: #97a1a3;
border-color: #717576;
}


.mgt1{
  margin-top: 2px;
}

@media (max-width: 740px) {
  html,
  body,
  header,
  .view {
    height: 100vh;
  }
}

.nbdrn{
    background-color: #3a3c50;
}

.top-nav-collapse {
  background-color: #3a3c5079 ;
}


/*.navbar:not(.top-nav-collapse) {
  background: transparent !important;
}

*/
@media (max-width: 991px) {
  .navbar:not(.top-nav-collapse) {
    background: #f5f5f5 ;
  }
}

.rgba-gradient {
  background: -moz-linear-gradient(45deg, rgba(213, 15, 61, 0.6), rgba(13, 17, 198, 0.69) 100%);
  background: -webkit-linear-gradient(45deg, rgba(213, 15, 61, 0.6), rgba(13, 17, 198, 0.69) 100%);
  background: linear-gradient(to 45deg, rgba(213, 15, 61, 0.6), rgba(13, 17, 198, 0.69) 100%);
}