/*body { padding-top: 50px; padding-bottom: 20px; }*/
body {
  padding-top: 250px;
  padding-bottom: 40px;
  /*background-color: #eee;*/
  /*background-image: url('../imgs/bg.jpg');
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-position: center center;
  background-size: 100% 100%;
  z-index: 1;*/
}
.navbar-inverse{
  background-color: #52A656;
  border-color: #52A656;
}
.navbar-inverse .navbar-brand{
  color: #fff;
}
#map{
  height: 100%;
  position: absolute; 
  top: 50px; 
  bottom: -200px; 
  left: 0; 
  right: 0; 
  z-index: 0;
}
.container{
  width: 100%;
  z-index: 100;
  position: fixed;
  top:50px;
  /*background-color: red;*/
}

.loading{

  position:fixed;
  z-index:999;
  cursor:forbidden;
  width:100%;
  height:100%;
  background-color:rgba(0, 0, 0, 0.06);
  top:50px;
}

.div-back-form{
  position: absolute;
  /* width: 330px; */
  padding: 15px;
  left: 50%;
  transform: translate(-50%, 0);
  background-color: #ffffffcc;
  border-radius: 5px;
  z-index: -1;
  top:150px;
}
.container-2{
  float: right;
  width: 330px;
  height: 440px;
  right: 20px;
  z-index: 100;
  position: relative;
  /*background-color: red;*/
}
.div-back-form-2{
  position: absolute;
  float: right;
  width: 330px;
  height: 440px;
  padding: 15px;
  background-color: #fff;
  border-radius: 5px;
  opacity: .75;
  z-index: -1;
  border: 1px solid #ccc;
}
.form-signin {
  /* max-width: 330px; */
  padding: 15px;
  margin: 0 auto;
  z-index: 3;
}
.form-signin .form-signin-heading,
.form-signin .checkbox {
  margin-bottom: 10px;
}
.form-signin .checkbox {
  font-weight: normal;
}
.form-signin .form-control {
  position: relative;
  height: auto;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  padding: 10px;
  font-size: 16px;
}
.form-signin .form-control:focus {
  z-index: 3;
}
.form-signin input[type="email"] {
  margin-bottom: -1px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.form-signin input[type="password"] {
  margin-bottom: 10px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.container-list{
  overflow-y : auto;
  height: 277px;
}
.item-lista{
  /* border-bottom: 1px solid #00000033; */
  padding-bottom: 10px;
  border-top: 1px solid #00000033;
  padding-top: 10px;
  margin:0px;
  padding:10px;
}

.item-lista p{
  cursor: pointer;
}

.label-marker{
  color: #fff;
  font-weight: bold;
  font-size: 14px;
  opacity: 1;
  pointer-events: none;
  text-align: center;
  width: 60px;
  white-space: nowrap;
}
.list-item{
  overflow-y : auto;
  height: 400px;
}

/* SIDEBAR CSS */
.div-sidebar{
  float: left;
  /*width: 380px;*/ /* Sidebar Open */
  width: 30px; /* Sidebar Closed */
  height: calc(100% - 50px);
  top: 50px;
  left: 0;
  z-index: 100;
  position: fixed;
  background-color: #367cb5;
  overflow-x: hidden;
  transition: 0.5s;
  opacity: .91;
  padding: 15px;
}
.div-sidebar a {
  padding: 5px 5px 5px 30px;
  text-decoration: none;
  font-size: 20px;
  color: #fff;
  display: block;
  transition: 0.3s;
}
.div-sidebar a:hover {
  color: #f1f1f1;
}
.div-sidebar .btn-sm {
  margin-left: 00px;
}
.div-sidebar label{
  margin-left: 21px;
  font-size: 15px;
  margin-top: 0px;
}
.div-sidebar .closebtn {
  position: absolute;
  top: -10px;
  right: 0;
  font-size: 32px;
  cursor: pointer;
}
/* Sidebar Closed */
/*.openbtn{ visibility: hidden; }*/
/* Sidebar Open */
.closebtn{ visibility: hidden; }

.div-sidebar .openbtn{
  position: absolute;
  top: -10px;
  right: 3px;
  font-size: 30px;
  cursor: pointer;
}
.div-sidebar-results{
  /* width: 330px; */
  /*max-height: 420px;*/
  max-height: calc(100% - 50px);
  margin: auto;
  background-color: #ffffff;
  overflow: auto;
  border-radius: 5px;
}
.div-sidebar-results a{
  padding: 2px 2px;
  margin: 0;
  color: #000;
}
.div-sidebar-results a:hover{
  color: #494949;
}
.select-tipo{
  /* float: right;
  margin-right: 20px;
  position: absolute; */
}
.form-inline .label{
  font-size: 20px;
  width: 158px;
  float: left;
  margin-top: 3px;
  text-align: left;
}
.div-wrap em p{
  color: #fff;
  word-wrap: break-word;
}
.logo-mobi{
  width: 100px;
  text-align: center;
  position: absolute;
  left: 50%;
  transform: translate(-50%, 0);
  padding-top: 10px;
}
#logo-mobi-mini{
  margin-top: -28px;
  visibility: hidden;
}
/* SCROLLBAR CUSTOM CSS */
.div-sidebar-results::-webkit-scrollbar {
  width: 12px;
}
.div-sidebar-results::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3); 
  border-radius: 10px;
}
.div-sidebar-results::-webkit-scrollbar-thumb {
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.5); 
}
/* RESPONSIVE CSS */
@media screen and (max-width: 765px) {
  .form-inline .label{
    width: 100%;
  }
  .select-tipo{
    /* width: 182px !important;
    margin-left: 178px !important; */
  }
  .div-back-form{
    top:50px;
  }
  .form-signin{
    overflow-y: auto;
    max-height: 330px;
  }
}
