/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 1.0.1
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/*
    Add your custom styles here
*/

.wrapper {
    padding-top: 35px;
}
#sugerencias {
    box-shadow: 2px 2px 8px 0 rgba(0,0,0,.2);
    height: auto;
    position: absolute;
    top: 45px;
    z-index: 9999;
    width: 206px;
}
 
ul#ui-id-1 {
    background-color: #f9f9f9;
    width: 100px;
    border: 1px solid #c9c9c9;
	padding-left: 15px;
}
ul#ui-id-1 li{
	list-style: none;
}
ul#ui-id-1 li:hover{
	list-style: none;
	cursor:pointer;
	background-color: #BFBFBF;
}
input[type=date], input[type=email], input[type=number], input[type=password], input[type=search], input[type=tel], input[type=text], input[type=url], select, textarea {
  
    border-radius: 2px;
    padding: 0.2rem 1rem;
    font-size: .92rem;
}
.ficha .col-md-3, .ficha .col-md-2 {
    margin-top: 15px;
}
#galeria img {
    box-shadow: 1px 1px 8px #00000054;
}
#galeria {
    background-color: #f5f4f4;
    border: 1px solid #c7c7c7;
}

/* Botones check filtro buscador */

.switch {
  position: relative;
  display: inline-block;
  width: 100%;
  height: 20px;
  margin: 0 0 3px 0px;
}
  
  .switch input { 
    opacity: 0;
    width: 0;
    height: 0;
  }
  
  .slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .1s;
    transition: .1s;
    padding: 3px 10px 5px 10px;
    display: inline-table;
    border-radius: 4px;
  }
  
  
  
  input:checked + .slider {
    background-color: #046CE4;
    color:#fff;
    transition: background-color .5s;
  }
  
  input:focus + .slider {
    box-shadow: 0 0 1px #046CE4;
  }
  
  
  
  

  /* Fin botones check filtro buscador */

  .select2-selection__clear span{
    top: -7px;
    position: relative;
  }
.select2-selection__clear span:hover{
  color: #000;
}
label.mini-check{
  top: -4px;
  position: relative;
  margin-bottom: 0px;
}
.contenedor_checkbox {
  display: inline-block;
  border: 1px solid #046ce4;
  margin: 0 2px 1px 0;
  padding: 2px 5px 0px 5px;
  font-size: 12px;
  border-radius: 2px;
  background-color: #046ce405;
} 
input[type=date], input[type=email], input[type=number], input[type=password], input[type=search], input[type=tel], input[type=text], input[type=url], select, textarea {
  padding:1px 4px;
  background-color: #fafcff;
}
.ficha .col-md-2 {
  font-size: 12px;
}
.ficha .col-md-3, .ficha .col-md-2 {
  margin-top: 15px;
  margin: 15px 0px 0 0;
  padding: 0px 6px;
}
#filtros_activos_num {
  background-color: #cccccc;
  padding: 1px 6px 2px 6px;
  border-radius: 2px;
}
.filtros_on{
  color:#fff;
  background-color: #046CE4 !important;
  transition: background-color .3s;
}
.btn-group a.btn {
  border: 1px solid #96bae3;
  padding: 1px 9px;
  background-color: #fff;
  box-shadow: 1px 1px 3px #0000004a;
}
table button.btn {
  padding: 2px 7px;
  font-size: 12px;
}
button.btn.btn-danger {
  color:#b60000;
  border-color: #b60000;
}
button.btn.btn-info {
  color:#007e30;
  border-color: #007e30;
}
.mensaje {
  background-color: #f5f5f5;
  border: 1px solid #4caf50;
  padding: 10px;
  box-shadow: 1px 1px 5px #00000038;
}
#icono_fake{
  display:none;
}
.lr-form-wrapper input[type=submit] {
	color:#fff;
}