/*
 Theme Name:   BPF Child
 Theme URI:    https://themeforest.net/item/bpf-responsive-multipurpose-wordpress-theme/22660883
 Description:  BPF Child Theme
 Author:       FitWP
 Author URI:   https://themeforest.net/user/fitwp/portfolio
 Template:     bpf
 Version:      1.0.0
*/

/* Child Theme Custom CSS */

.panel-info>.panel-heading {
    color: #6ad6f3 !important;
    background-color: #251159 !important;
    border-color: #251159 !important;
}

.panel-info>.panel-body {
	border-color: #251159 !important;
}

button#generarGrafico {
	background-color: #251159 !important;
	border-color: #251159 !important;
	color: #6bd7f4 !important;
}

button#generarGrafico:hover {
	background-color: #6bd7f4 !important;
	border-color: #6bd7f4 !important;
	color: #251159 !important;
}
#floating-panel {
        position: absolute;
        top: 10px;
        left: 25%;
        z-index: 5;
        background-color: #fff;
        padding: 5px;
        border: 1px solid #999;
        text-align: center;
        font-family: 'Roboto','sans-serif';
        line-height: 10px;
        padding-left: 10px;
      }

.header__search {
    display: none !important;
}

span.edit-link {
    display: none !important;
}

.wpcf7 {
    background-color: #DBDBDB;
}