
html, body{
  height:100%;
}
/* Space out content a bit */
body {
  padding: 50px 0;
}

.table>thead>tr>th, .table>tbody>tr>th, .table>tfoot>tr>th, .table>thead>tr>td, .table>tbody>tr>td, .table>tfoot>tr>td {
  padding: 5px !important;
  line-height: 1.4 !important;
  font-size: 14px !important;
 }
 .btn {
        font-size: 14px !important;
 }

/* Custom page header */
.header {
  padding-bottom: 20px;
  margin-bottom: 30px;
  border-bottom: 1px solid #e5e5e5;
}
/* Make the masthead heading the same height as the navigation */
h3 {
    margin-top: 0;
    margin-bottom: 0;
    /* line-height: 40px; */
    font-weight: bold;
    font-size: 32px;
}

.xcrud-upload-container img {
  max-height: 150px;
}

/* Custom page footer */
.footer {
  padding-top: 10px;
  text-align: right;
  background-color: #2C3E50;
  border-top: 1px solid #EFEFEF;
  height: 40px;
}


@keyframes spinner {
    to {transform: rotate(360deg);}
}
 
@-webkit-keyframes spinner {
    to {-webkit-transform: rotate(360deg);}
}
 
.spinner {
    min-width: 50px;
    min-height: 50px;
    z-index: 99999;
    text-align: center;
    font-weight: bold;
}
 
.spinner:before {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 26px;
    height: 26px;
    margin-left: -15px;
}
 
.spinner:not(:required):before {
    content: '';
    border-radius: 50%;
    border-top: 2px solid #03ade0;
    border-right: 2px solid transparent;
    animation: spinner .6s linear infinite;
    -webkit-animation: spinner .6s linear infinite;
}
.form-inline .form-group{
    padding: 15px 0;
    z-index: 999;
}
#map {
  height:600px;
  background:#6699cc;
}
.container-fluid {
        padding: 0 50px;
}
#conteudo {
        height: 500px;
}
#passo_2 {
  display: none;
}
.validate {
  display: none;
}