.wizard > .content > .body .formul1
{
    display: inline-block;
    margin-bottom: 0.25em;
    margin-top: 0.5em;
    
}

.mycsss
{
    width: 0.1px;
    height: 0.1px;
}

.table td, .table th {
    padding: 10px;
    padding-top: 5px;
    padding-bottom: 5px;
    vertical-align: middle;
    border-top: 1px solid #dee2e6;
}

.autocomplete {
    /*the container must be positioned relative:*/
    position: relative;
    display: inline-block;
}

.autocomplete-items {
    position: absolute;
    border: 1px solid #d4d4d4;
    border-bottom: none;
    border-top: none;
    z-index: 99;
    /*position the autocomplete items to be the same width as the container:*/
    top: 100%;
    left: 0;
    right: 0;
}
.autocomplete-items div {
    padding: 10px;
    cursor: pointer;
    background-color: #fff;
    border-bottom: 1px solid #d4d4d4;
}
.autocomplete-items div:hover {
    /*when hovering an item:*/
    background-color: #e9e9e9;
}
.autocomplete-active {
    /*when navigating through the items using the arrow keys:*/
    background-color: DodgerBlue !important;
    color: #ffffff;
}

form#example-form select#tipodoc.error{
    border: solid 0.20em #CC0000;
}

ul#listamapa {
    list-style-type: none;
    }

hr {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    height: 3px;
    background-color:#CC0000;
    margin-top: 5px; 
    margin-bottom: 5px;
}

a.faded:hover {

    opacity:70%;

}

.centered {

    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: white;
    
}

.centered2 {

    position: absolute;
    top: 80%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: white;
    
}

.bottom-leftt {

    position: absolute;
    bottom: 0%;
    left: 1%;
    
}

.bottom-rightt {

    position: absolute;
    bottom: 0%;
    right: 2%;
    
}

.bottom-leftt2 {

    position: absolute;
    bottom: 0%;
    left: 1%;
    
}

.bottom-rightt2 {

    position: absolute;
    bottom: 4%;
    right: 2%;
   
    
}


    








