/*
Theme Name: Avada Child
Description: Child theme for Avada theme
Author: ThemeFusion
Author URI: https://theme-fusion.com
Template: Avada
Version: 1.0.0
Text Domain:  Avada
*/

#locales_map{
    height: 550px;
}

#local_map{
    height: 550px;
}

.mt-10{
    margin-top:10px;
}

.mt-25{
    margin-top:25px;
}

.mb-25{
    margin-bottom:25px;
}

.row-locales{
    text-align: center;
}

.row-locales h2{
    font-size: 1.2em !important;
    text-align: center;
}

.row-locales h3{
    font-size: 1em !important;
    text-align: center;
    margin-top: 10px;
    margin-bottom: 15px;
}

.row-local-title h2{
    font-size: 1.2em !important;
    text-align: left;
}

.row-local h3{
    font-size: 1em !important;
    text-align: left;
    margin-bottom: 0px;
    margin-top: 0px;
}

.row-local{
    margin-top: 20px;
}

.row-local .col-lg-5{
    background-color: #d7e9ff;
    border-radius: 15px;
 
}

@media (min-width: 1200px) {
    .row-local .col-margin{
        margin-left: 10px;
    }
}

@media (max-width: 1200px) {
    .row-local .col-margin{
        margin-top: 10px;
    }
}

.row-local .col-lg-12{
    background-color:#d7e9ff;
    border-radius: 15px;
}


table.dataTable.cell-border thead th {
    border-top: 1px solid #ddd;
    border-right: 1px solid #ddd;
}

table.dataTable.cell-border thead tr th:first-child, 
table.dataTable.cell-border thead tr td:first-child {
    border-left: 1px solid #ddd;
}

table.dataTable.lightblue thead {
    background-color:#d7e9ff;
}

table.dataTable.lightblue tbody tr {
   cursor: pointer;
}


.btn {
    background-color: white; /* Blue background */
    border: none; /* Remove borders */
    padding: 12px 16px; /* Some padding */
    font-size: 16px; /* Set a font size */
    cursor: pointer; /* Mouse pointer on hover */
    border: 1px solid #d7e9ff;
}

#eje-comercial-selector-mapa,
.locales-filter-selection{
    padding: 5px;
    min-width: 100%;
    background-color:#d7e9ff;
}

.dataTables_filter{
    display: none;
}