/* NO ES UTILIZADO POR "search_view.php" */

.opt-adsbygoogle, .adCreator > div {
    /*debug*/
    /*background-color: #ce93d8;*/
}
.google-adsbygoogle {
    /*debug*/
    /*background-color: #b2dfdb;*/
}

.rut_nowrap{
    display: inline-block;
    white-space: nowrap;
}

#results-container{
    width: 100%;
}

#results-container .lugar, #results-container .relacionados{
    padding: 0 1rem;
}

@media (max-device-width:768px) {f
    #results-container .lugar .right.no-se-ve-lugar{
        float: none !important;
        margin-bottom: 1rem;
    }
}

.myContainer>.row:not(.results), #search-form>.row {
    max-width: 1920px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.myContainer>.results{
    max-width: 1920px;
    display: block;
}

.myContainer>.row>.col {
    margin: 0 auto;
    float: none;
}

.searcher {
    margin-bottom: 0;
    z-index: 0;
    padding: 100px 0;
}

.adBlockerMessage {
    margin-bottom: 10px;
    text-align: center;
    padding: 14px;
    color: #781F20;
    font-size: 1.1rem;
    background-color: #ffffff;
    z-index: -1;
    position: relative;
    display: none;
}

.results table {
    display: block;
    /*opacity: 0;*/
    width: 100%;
    overflow-x: scroll;
}

@media only screen and (min-width: 601px) {
    .results table {
        overflow-x: visible;
    }
}

.results {
    margin-bottom: 0;

}

#search {
    border: 1px solid #D7CCC8;
    padding-left: 15px;
    margin-left: -1px;
}

#searchLabel {
    margin-left: .75rem;
}

#progress {
    padding: 20px 25%;
}

#results-content {
    line-height: 17px;
    font-size: 15px;
}

/*@media only screen and (min-width: 601px) {
    #results-content {
        font-size: 14px;
    }
}*/

#results-content .noResults {
    line-height: 1.2rem;
}

#results-content .noResults li {
    list-style-type: disc;
    margin-left: 1rem;
}

#results-content td {
    line-height: 17px;
    padding: 10px 5px;
}

.urlGenealog {
    font-size: .9rem;
}

.urlGenealog .material-icons {
    font-size: .85rem;
}

table th.nombre {
    width: 45%;
}

table th.rut {
    width: 15%;
}

form #searchLogo,
form #searchInput {
    /*transition: all .2s ease;*/
}

#time_elapsed_secs {
    margin-top: 25px;
    margin-left: .3em;
    color: #9E9E9E;
}

#facebook {
    float: right;
    margin-top: 15px;
    height: 28px;
}

.fb-share-button>span {
    vertical-align: unset;
}

.fb_iframe_widget {
    margin-top: 15px;
    float: right;
    margin-left: 3px;
}

#resultsAd .adsbygoogle,
#resultsAd2 .adsbygoogle {
    margin-left: 50%;
    -webkit-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    margin-top: -2px;
    margin-bottom: -2px;
}


#trSpecial2 td{
    padding: 0;
}
#searchInput {
    max-width: 735px;
}

#resultsAd td {
    padding: 0;
}

h1,
h2,
h3,
h4,
h5 {
    font-size: inherit;
    margin: inherit;
    line-height: inherit;
    font-weight: inherit;
    display: inline;
}

.alphabet {
    text-align: center;
    font-size: 1em;
    padding: 0;
    margin-top: -1px;
    border-right: 0;
    border-left: 0;
    margin-bottom: -1px;
}

.alphabet .collection-item {
    padding: 4px 8px;
    font-size: 1.2rem;
}

.alphabet a.collection-item {
    display: inline-block;
    color: #039be5;
}

.alphabet .collection-header {
    display: block;
    line-height: 1.1rem;
    padding-top: 10px;
}

.adSense {
    margin-top: 0;
}

.modal-content p {
    font-size: 1.1rem;
}

.modalClose {
    height: 0;
}

div:not(.nav-wrapper) a:not(.default):not(.btn):not(.btn-flat):not(.btn-large)
{
    text-decoration: underline;
}

#trSpecial2>td>div.desk-ad {
    width: 300px;
    height: 250px !important;
    margin-left: 50%;
    -webkit-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translate(-50%);
    overflow: hidden;
    padding-right: 0;
}

#trAdSense>td {
    width: 120px;
    padding-left: 0;
    vertical-align: top;
}

.mobile-resizer-bottom {
    margin-bottom: -20px;
}

.mobile-resizer-bottom-half {
    margin-bottom: -10px;
}

.lawAlert {
    padding: 0;
    border-top: 1px solid #e0e0e0;
    text-align: center;
}

footer {
    padding-bottom: 30px;
    margin-bottom: -80px;
}

#search-form input{   
    border: 1px solid #E0E0E0;
    padding-left: 6px;
}
#search-form input:focus:not([readonly]){
    border-bottom: 1px solid #9E9E9E;
    box-shadow: 0 1px 0 0 #EEEEEE;
}


#modalSignUp .select-dropdown[type=text]{
    font-size: 12px;
    max-height: 22px;
}

.adslot_ATF,
.adslot_BTF{
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
}

.my_adslot_ATF {
    display: inline-block;
    width: 300px;
    height: 250px;
}@media (min-device-width:970px) {
    .my_adslot_ATF {
        width: 970px;
        height: 90px;
    }
}

.my_adslot_BTF {
    display: block;
    width: 336px;
    height: 280px;
    margin: 0 auto;
    position: relative;
}@media (min-device-width:1070px ) {
    .my_adslot_BTF {
        width: 970px;
        height: 300px;
    }
}@media (min-device-width:1100px ) {
    .my_adslot_BTF {
        width: 1000px;
        height: 300px;
    }
}@media (min-device-width:1300px) {
    .my_adslot_BTF {
        width: 1200px;
        height: 300px;
    }
}

.my_adslot_W1z{
    width: 300px;
    float: left;
}
@media (max-device-width:970px) {
    .my_adslot_W1z {
        display: none !important;
    }
}

.my_adslot_970x90 {
    display: inline-block;
    width: 300px;
    height: 250px;

}@media (min-device-width:970px) {
    .my_adslot_970x90 {
        width: 970px;
        height: 90px;
    }
}@media (min-device-width:600px) {
    .my_adslot_970x90 {
        position: relative;
        left: 50%;
        -webkit-transform: translateX(-50%);
        -o-transform: translateX(-50%);
        transform: translateX(-50%);
    }
}

@media (max-device-width:970px) {
    .hide-on-970 {
        display: none !important;
    }
}
.person.empresa td:last-child{
    text-align: center;
    color: #1976D2;
    background-color: #FAFAFA
}
.person.lugar td:last-child{
    text-align: center;
    color: #43A047;
    background-color: #F1F8E9;
}
.person.latinoamerica td:last-child{
    text-align: center;
    color: #1976D2;
    background-color: #FAFAFA
}


