/*
 Theme Name:   Divi Child
 Theme URI:    http://example.com/
 Description:  Child theme for the site example.com
 Author:       Carlos Guerra
 Author URI:   http://guerracarlos.com
 Template:     Divi
 Version:      1.0.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Tags:         light, dark, two-columns, right-sidebar, responsive-layout, accessibility-ready
 Text Domain:  divi-child
*/

.flagged {
	background-color: #f9d0d0;
}

#documentation-portfolio .et_portfolio_image {
 padding-top: 100%;
 }
 #documentation-portfolio .et_portfolio_image img {
 position: absolute;
 height: 100%;
 top: 0;
 left: 0;
 right: 0;
 bottom: 0;
 object-fit: cover;
 }

.results_header .header-content {
	padding: 0px;
	margin: 10px auto !important;
}

a.popup_view_cases {
    color: white !important;
    background-color: #d27978;
    padding: 5px;
    margin: 5px !important;
    font-weight: bold;
    font-size: 1.3em;
    border: solid #fbc8c8;
}

.popup_case {
    background-color: #fbe8e7;
	font-family:"Open Sans", Arial, sans-serif;
}

.popup_poi {
    background-color: #bfe2dd;
	font-family:"Open Sans", Arial, sans-serif;
}

.project {
    margin-bottom: 0px !important;
}

.leaflet-popup-content-wrapper {
	overflow-y: scroll;
    height: 400px;
	border-radius: 0px !important;
}

.leaflet-container a.leaflet-popup-close-button {
	right: 6px !important;
}

.leaflet-popup-content-wrapper::-webkit-scrollbar-track
{
	/* -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3); */
	background-color: #FFFFFF;
}

.leaflet-popup-content-wrapper::-webkit-scrollbar
{
	width: 6px;
	background-color: #F5F5F5;
	right:6px;
}

.leaflet-popup-content-wrapper::-webkit-scrollbar-thumb
{
	background-color: #d27978;
}
#results_table table, #results_table tr, #results_table td {
	border: none !important;
}

#results_table th {
	color: #647c95;
}

.et_vertical_nav.et_vertical_fixed.et_header_style_left #et-top-navigation, .et_vertical_nav.et_vertical_fixed.et_header_style_split #et-top-navigation {
    padding-top: 20px !important;
}

.entry-content tr td, body.et-pb-preview #main-content .container tr td {
    padding: 6px 18px !important;
}