input, select {
    width: 100%;
    padding: 2px;
    margin: 4px 0;
    border: 1px solid #ccc;
    border-radius: 2px;
    opacity: 100;
    position: unset;

}

#file_upload {
    padding:  0px!important;
    border: 0px!important;
}

input[type=submit], 
.btn-block, 
a.btn-block, 
.submit_button, 
.btn-lg-block, 
.btn-success  {
    height: 29px;
    width: 100%;
    background-color: #5DADE2;
    color: white;
    padding: 4px;
    margin: 10px 0px;
    border: none;
    border-radius: 2px;
    cursor: pointer;
    font-weight: 600;
/*    font-size: 12px;*/
    text-align: center;
}

.fn_details {
  border: 0px!important;
  border-top: 0px;
  border-bottom: : 0px;
}

#x_button {
    background-color: #FF5733;
}

/*    box-sizing: border-box;*/
    /*font-weight: 800; */
/*    font-size: 100%;*/
/*    display: inline-block;*/
/*    height: 28px;*/

/*gallery*/
div.gallery {
  border: 1px solid #ccc;
}

div.gallery:hover {
  border: 1px solid #777;
}

div.gallery img {
  width: 100%;
  height: auto;
}

div.desc {
  padding: 15px;
  text-align: center;
}

* {
  box-sizing: border-box;
}

.responsive {
  padding: 0 6px;
  float: left;
  width: 24.99999%;
}

@media only screen and (max-width: 700px) {
  .responsive {
    width: 49.99999%;
    margin: 6px 0;
  }
}

@media only screen and (max-width: 500px) {
  .responsive {
    width: 100%;
  }
}

.clearfix:after {
  content: "";
  display: table;
  clear: both;
}

.body {
    font-size: 11px;
}

.form-group {

}

.tooltip {
  position: relative;
  display: inline-block;
  border-bottom: 1px dotted black;
}

.tooltip .tooltiptext {
  visibility: hidden;
  width: 120px;
  background-color: #555;
  color: #fff;
  text-align: center;
  border-radius: 6px;
  padding: 5px 0;
  position: absolute;
  z-index: 1;
  bottom: 125%;
  left: 50%;
  margin-left: -60px;
  opacity: 0;
  transition: opacity 0.3s;
}

.tooltip .tooltiptext::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: #555 transparent transparent transparent;
}

.tooltip:hover .tooltiptext {
  visibility: visible;
  opacity: 1;
}






#map { height: 250px; }

a {
    color: #5DADE2;
}

.dropzone {
	min-height: 100px!important;
}

.card .card-body {
  padding: 15px!important;
}

.card-title {
  padding: 20px!important;
}

p {
color:#000;}
