@charset 'UTF-8';
span.title {
    font-weight: 700 !important;
}


.tooltip_example {
    width:140px;
    display:none;
    background: #FFFFFF;
    border:3px solid #dadada;
    padding:10px;
    position: absolute;
    top: 0px;
    right: 75px;
    word-wrap:break-word;
    -moz-border-radius:5px;
    -webkit-border-radius:5px;
    border-radius:5px;
    margin-bottom:2em;
    z-index: 999;
}

.tooltip_example:after{
    content:'';
    display:block;
    position:absolute;
    top: 0px;
    right: -29px;
    width:0;
    height:0;
    border-color: transparent transparent transparent #dadada;
    border-style: solid;
    border-width: 10px;
}


.opportunity-action {position: relative;}

.page_nav {margin-top: 15px;}

.page_nav .page-numbers{
  padding:4px 8px;
  margin:0px 4px;  
  border:1px solid;
  text-decoration: none;  
}

.page_nav a.page-numbers: hover{
  border-color: #000;  
}

.page_nav .current{
  border:1px solid #FFB134;
  background-color:#FBEFDB;
}
.page_nav .prev, .page_nav .next{
  border:none;  
  text-decoration: none;
}

.page_nav .results{
  float: left;
  padding-left: 10px;
}

.paginator {
    float: right;
}

.filter-box {
    margin: 15px;
}

a.filter-name {
    margin-left: 10px;
    background: #fff;
    padding: 4px 7px 7px;
    text-decoration: none;
}

span.fa.fa-times {
    padding-left: 10px;
    opacity: 0.3;
}

span.fa.fa-times:hover {    
    opacity: 0.8;
}

form#search-form {
    margin: 15px 0px;
}

#search-form input {
    padding: 7px 15px 7px 15px;
    height: 40px;
    border: 2px solid #2271b1;
}

input[type=search] {
    width: 300px;
}


.btn.btn-primary {
   /* padding: 5px 10px; */
   /* margin-left: -10px; */
    height: auto;
    background: #2271b1;
    color: #f2f2f2;
    border-color: #2271b1;
    border-style: none;
    cursor: pointer;
}

.btn.btn-primary:hover {    
     background: #021637;
     border-color: #021637;
 }

/* Datatables */
table#oportunidades_table {
    padding: 30px 0;
}

div#oportunidades_table_length label {
    width: 188px;
}

.dataTables_wrapper .dataTables_length select{
    width: 55px;
}

table#oportunidades_table_header {
    margin: 30px 0;
}


.state::before {
    padding-right: 5px;
}

/*
.state {
    color: #fff;
    border-radius: 15px;
    -moz-border-radius: 15px;
    -webkit-border-radius: 15px;
    padding: 10px;
}

.state::before {
    padding-right: 10px;
}
*/

.state-activa {
    color: green;    
}

.state-inhabilitada {
    color: red;    
}


.redux-container .redux-main #productores_options-slides-companias .data-full li {
    float: left;
    display: inline-block;
    width: auto;
    padding-right: 30px;
}

/* Toogle Button */
/*
.toggle-btn {
    width: 80px;
    height: 40px;
    margin: 10px;
    border-radius: 50px;
    display: inline-block;
    position: relative;
    background : url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAyklEQVQ4T42TaxHCQAyENw5wAhLACVUAUkABOCkSwEkdhNmbpHNckzv689L98toIAKjqGcAFwElEFr5ln6ruAMwA7iLyFBM/TPDuQSrxwf6fCKBoX2UMIYGYkg8BLOnVg2RiAEexGaQQq4w9e9klcxGLLAUwgDAcihlYAR1IvZA1sz/+AAaQjXhTQQVoe2Yo3E7UQiT2ijeQdojRtClOfVKvMVyVpU594kZK9zzySWTlcNqZY9tjCsUds00+A57z1e35xzlzJjee8xf0HYp+cOZQUQAAAABJRU5ErkJggg==') no-repeat 50px center #e74c3c;
    cursor: pointer;
    -webkit-transition: background-color .40s ease-in-out;
    -moz-transition: background-color .40s ease-in-out;
    -o-transition: background-color .40s ease-in-out;
    transition: background-color .40s ease-in-out;
    cursor:pointer;
    &.active{
        background : url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAmUlEQVQ4T6WT0RWDMAhFeZs4ipu0mawZpaO4yevBc6hUIWLNd+4NeQDk5sE/PMkZwFvZywKSTxF5iUgH0C4JHGyF97IggFVSqyCFga0CvQSg70Mdwd8QSSr4sGBMcgavAgdvwQCtApvA2uKr1x7Pu++06ItrF5LXPB/CP4M0kKTwYRIDyRAOR9lJTuF0F0hOAJbKopVHOZN9ACS0UgowIx8ZAAAAAElFTkSuQmCC') no-repeat 10px center #2ecc71;
        .round-btn{
        left: 45px;
        }
    }
    .round-btn{
        width: 30px;
        height: 30px;
        background-color: #fff;
        border-radius: 50%;
        display: inline-block;
        position: absolute;
        left: 5px;
        top: 50%;
        margin-top: -15px;
        -webkit-transition: all .30s ease-in-out;
    -moz-transition: all .30s ease-in-out;
    -o-transition: all .30s ease-in-out;
    transition: all .30s ease-in-out;
    }
    .cb-value{
        position: absolute;
        left:0;
        right:0;
        width: 100%;
        height: 100%;
        opacity: 0;
        z-index: 9;
        cursor:pointer;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    }
}
*/

/* Toogle buttom */
.switch {
    position: relative;
    display: inline-block;
    width: 60px;
    height: 34px;
}

.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: .4s;
transition: .4s;
width: 60px;
}

.slider:before {
position: absolute;
content: "";
height: 26px;
width: 26px;
left: 4px;
bottom: 4px;
background-color: white;
-webkit-transition: .4s;
transition: .4s;
}

input:checked + .slider {
background-color: #2196F3;
}

input:focus + .slider {
box-shadow: 0 0 1px #2196F3;
}

input:checked + .slider:before {
-webkit-transform: translateX(26px);
-ms-transform: translateX(26px);
transform: translateX(26px);
}

/* Rounded sliders */
.slider.round {
border-radius: 34px;
}

.slider.round:before {
border-radius: 50%;
}

.form-group.row {
    margin: 15px;
}

label.switch {
    margin-left: 10px;
}

/*   */
#overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5); /* Fondo oscuro cuando se activa */
    z-index: 9999;
}

#buttons-container {
    display: none;
    position: absolute;
    text-align: center;
    z-index: 10000;
}

/* Barras */
/*
.result-item {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}

.result-item span {
    flex: 1;
}

.progress-bar {
    height: 10px;
    margin-left: 10px;
    background-color: gray;
    border-radius: 5px;
    width: 0%; 
    transition: width 0.5s ease; 
}

.progress-bar.red {
    background-color: red;
}

.progress-bar.orange {
    background-color: orange;
}

.progress-bar.green {
    background-color: green;
}

.progress-bar.violet {
    background-color: violet;
}
*/

.result-item {
    margin-bottom: 10px;
}

.progress {
    height: 20px; /* Ajusta la altura de la barra de progreso según sea necesario */
    background-color: #f1f1f1; /* Color de fondo de la barra vacía */
    border-radius: 5px;
}

.progress-bar {
    height: 100%;
    width: 0%; /* Inicialmente en 0% */
    transition: width 0.5s ease; /* Animación para suavizar el cambio de ancho */
}

.progress-bar.red {
    background-color: red;
}

.progress-bar.orange {
    background-color: orange;
}

.progress-bar.green {
    background-color: green;
}

.progress-bar.violet {
    background-color: violet;
}

/* .panel-body.horizontal-typing-text-on {
    display: none;
} */