:root{
    --color_primario: #F557A4;
}

.dropify-message p{
    font-size: 15pt;
}

#content_buttons_extra{
    margin-left: 0.5rem;
    display: inline-flex;
}
#content_buttons_extra select{
    margin-left:0.5rem;
    margin-right:0.5rem;
}

.smini-visible{

}

.logo-img-side{
    width: 40px !important;
}

.content-header {
    padding-left: 0.5rem !important;
}


/* boton flotante */
.btn-float{
    position:fixed;
    width:60px;
    height:60px;
    bottom:1rem;
    right:1rem;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color:var(--color_primario);
    color:#FFF;
    border-radius:50px;
    text-align:center;
    box-shadow: 2px 2px 3px #999;
    z-index: 500;
}

.btn-float:hover{
    color:#FFF;
}

.btn-float svg{
    font-size: 25pt;
    transition: all 0.3s cubic-bezier(.25,.8,.25,1);
}

.btn-float svg:hover{
    color: white !important;
}
.btn-float svg:focus{
    color: white !important;
}



/* btn float */
.btn-float{
    bottom: 4rem;
}

/* table */
th{
    white-space: nowrap !important;
}
td{
    white-space: nowrap !important;
}

/* list in navbar */
#limite_lista{
    width: 60px !important;
}

#orden_lista{
    width: 80px !important;
}



/*  select 2 */

.select2-container--bootstrap
.select2-selection--single {
    height: 38px !important;
    line-height: inherit !important;
    padding: 6px 24px 6px 12px;
    position: relative;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    width: 100% !important;
    min-width: 0;
    margin-bottom: 0;
    overflow: hidden !important;
    text-overflow: ellipsis !important;
    white-space: nowrap !important;

}

.input-group > .select2-container--bootstrap {
    width: auto  !important;
    flex: 1 1 auto  !important;
    overflow: hidden !important;
    text-overflow: ellipsis !important;
    white-space: nowrap !important;

}

.input-group > .select2-container--bootstrap .select2-selection--single {
    height: 100% !important;
    line-height: inherit !important;
    padding: 0.5rem 1rem !important;
    overflow: hidden !important;
    text-overflow: ellipsis !important;
    white-space: nowrap !important;
}


.select2-container--bootstrap
.select2-selection--single {

    height: 38px !important;
    line-height: inherit;
    padding: 6px 24px 6px 12px;
    position: relative;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    width: 100% !important;
    max-width: 100% !important;
    overflow: hidden !important;
    min-width: 0;
    margin-bottom: 0;
    text-overflow: ellipsis !important;
    white-space: nowrap !important;


}

.input-group > .select2-container--bootstrap {
    width: auto;
    flex: 1 1 auto;
    line-height: inherit;
    overflow: hidden !important;
    text-overflow: ellipsis !important;
    white-space: nowrap !important;
}

.input-group > .select2-container--bootstrap .select2-selection--single {
    height: 100%;
    line-height: inherit;
    padding: 0.5rem 1rem;
    overflow: hidden !important;
    text-overflow: ellipsis !important;
    white-space: nowrap !important;
}

span.select2-selection__rendered{
    width: 100% !important;
    max-width: 100% !important;
    overflow: hidden !important;
    text-overflow: ellipsis !important;
    white-space: nowrap !important;
}

/* general */
.block{
    box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
    transition: all 0.3s cubic-bezier(.25,.8,.25,1);
}




/* color text */
.green-text{
    color:#4caf50 !important;
}


/* modal  */
.modal{
    background: rgba(169, 156, 95, 0.38) !important;
}

@media only screen and (max-width: 1000px) {

    .modal
    .modal-dialog{
        width: 95% !important;
        max-width: 100% !important;
    }


}
