.imgMiniatura {

    height: 25px;
    width: 40px;
}

.input-error {
    border-color: #c33939 !important;
}

.avisoError {
    display: block;
    background: #b13838;
    color: white;
    padding: 3px;
    border-radius: 4px;
    padding-left: 6px;
    margin-top: 5px;

}

.contenedorImagen {

    width: 300px;
    height: 80px;

}

.capa20centrada {
    margin: 0 auto;
    display: block;
    width: 20%;


}

.ponerBorde {
    border: 1px solid #32c5d2;
    border-style: dashed;


}

.sinBackground {

    background: none !important;

}

.botonSlip {
    border: 1px solid white;
    color: white !important;
    width: 80%;


}

a.botonSlip:hover {

    color: black !important;
    background: white;


}

a.noUnderline:hover {

    text-decoration: none;

}

a.noUnderline:active {

    text-decoration: none;

}

a.noUnderline:focus {

    text-decoration: none;

}

.bootstrap-select.btn-group .dropdown-menu.inner {

    float: left !important;

}

.bootstrap-select.open {

    z-index: 10000000000 !important;

}

.grow {
    transition: all .2s ease-in-out;
}

.grow:hover {
    transform: scale(1.1);
}


.proyectoActivado {

    opacity: 1;

}

.proyectoDesactivado {

    opacity: 0.5;

}

.cajaProyectoRelacionable {

    background: #232323;
    color: white;
    padding: 10px;
    margin-bottom: 15px;
    cursor: pointer;
    transition: 0.5s;
    z-index: 1000000000;

}

.imgProyectoRelacionable {
    margin-bottom: 9px;
}

.datosProyectoRelacionable {
    text-align: center;
    font-size: 12px;
}

.cajaProyectoRelacionable:hover {

    background: #4fc0cc;

}

.cajaProyectoRelacionable.active {

    background: #4fc0cc;

}

.cajaProyectoRelacionable.noSeleccionable {

    background: grey;
    cursor: no-drop;

}

.cajaProyectoRelacionable.seleccionable {

    background: #f16300;
    cursor: move;

}


.contenedorProyectos {

    border: 1px solid #4fc0cc;
    transition: 0.5s;


}

.contenedorProyectos-head {

    background: #4fc0cc;
    color: white;
    padding: 9px;
    text-align: center;



}

.contenedorProyectos-body {

    min-height: 226px;
    background: white;

}


.dropClass {

    border: 2px solid #32c5d2;
    border-style: dashed;

}

.bootstrap-select.btn-group.input-sm .dropdown-toggle .filter-option {
    font-size: 12px !important;
}

.bootstrap-select.input-sm .dropdown-menu {

    font-size: 12px !Important
}

.bootstrap-select.input-sm button.dropdown-toggle {

    line-height: 1.26 !important;

}

.page-content-lg {
    width: 98% !important;
    min-width: 98% !important;
    padding-top: 20px !important;
}

.page-content-lg .row {
    background: transparent;
}

.tarjetaProyectos {

    background: #f7f7f7;
    padding: 15px;
    transition: 0.5s;

}

.textoEstadoProyecto {

    display: inline-block;
    padding: 5px;
    /* background: whitesmoke; */
    font-size: 12px;

}

.textoEstadoProyecto.block {

    display: block !important;

}



.esferaEstado {

    display: inline-block;
    width: 10px;
    height: 10px;
    border-radius: 60px !important;
    background: #13ca75;
    margin-bottom: -1px;
    margin-right: 3px;


}

.textoEstadoProyecto.verde .esferaEstado {

    background: #13ca75;

}

.textoEstadoProyecto.rojo .esferaEstado {

    background: #dc4f4f;

}

.textoEstadoProyecto.gris .esferaEstado {

    background: #d4d4d4;

}

.textoEstado {

    display: inline-block;
    font-weight: 600;
    color: #8e8e8e;

}

.table12 tr>th,
.table12 tr>td {
    font-size: 12px !important;
    text-align: center !important;
}

.table12.text-left tr>th,
.table12.text-left tr>td {
    font-size: 12px !important;
    text-align: left !important;
}


.placeholder-capa {

    min-height: 250px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 21px;
    color: #c1c1c1;
    background: white;
    flex-direction: column;
    font-family: 'Poppins';

}

.option-input {
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    appearance: none;
    position: relative;
    top: 6px;
    margin-right: 10px !important;
    bottom: 0;
    left: 0;
    height: 20px;
    width: 20px;
    transition: all 0.15s ease-out 0s;
    background: #cbd1d8;
    border: none;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    margin-right: 0.5rem;
    outline: none;
    position: relative;
    z-index: 10;
}

.option-input:hover {
    background: #9faab7;
}

.option-input:checked {
    background: darkturquoise;
}

.option-input.shiny-blue:checked {

    background: #08adff;

}

.option-input:checked::before {
    height: 20px;
    width: 20px;
    position: absolute;
    content: '✔';
    display: inline-block;
    font-size: 13px;
    text-align: center;
}

.option-input:checked::after {
    -webkit-animation: click-wave 0.65s;
    -moz-animation: click-wave 0.65s;
    animation: click-wave 0.65s;
    background: #40e0d0;
    content: '';
    display: block;
    position: relative;
    z-index: 100;
}

.option-input:disabled {

    opacity: 0.3;

}

.option-input2:disabled {

    opacity: 0.3;

}

.radio {
    border-radius: 50% !important;
}

.radio::after {
    border-radius: 50% !important;
}

input[type=file]:focus,
input[type=checkbox]:focus,
input[type=radio]:focus {
    outline: none !important;
}


.cabeceraDesplegable {

    display: flex;
    padding: 10px;
    background: white;
    font-size: 18px;
    cursor: pointer;
    font-family: 'Poppins';
    margin-bottom: 9px;
    border-bottom: 1px solid #e4e4e4;


}

.cabeceraDesplegable .titulo {

    flex: 1;

}

.cuerpoDesplegable {

    padding: 5px;

}

.etiquetaTabla {
    padding: 5px;
    font-weight: bold;
    font-family: 'Poppins';
}

.etiquetaTabla.rojo {
    background: #ffa5a5;
    color: #af4b4b;
}

.etiquetaTabla.verde {
    background: #9fffa9;
    color: #1e861e;
}

.etiquetaTabla.azul {
    background: #e5fafd;
    color: #2baec3;
}

.etiquetaTabla.gris {
    background: #f1f1f1;
    color: #6d6d6d;
}

.logoApp {

    float: left;
    width: 290px;
    height: 68px;
    margin: 0px 6px 0px 35px;
    display: flex;
    transition: 0.2s;
    justify-content: center;
    align-items: center;

}

.logoApp img {

    max-width: 100%;
    max-height: 100%;
}

div.desactivado {

    background: #f7f7f7 !important;

}

.cursorPointer {
    cursor: pointer !important;
}

.flash {
    color: #f2f;
    -webkit-animation: flash linear 1s infinite;
    animation: flash linear 1.5s infinite;
}


.footerTab {

    width: 100%;
    height: 84px;

}

.capaAccionesFija {

    width: 100%;
    display: flex;
    background: #e8e8e8;
    justify-content: center;
    align-items: center;
    height: 84px;

}

.footerTab.fijada .capaAccionesFija {

    position: fixed;
    z-index: 1000;
    bottom: 0;
    width: 93%;

}

.btn.btnGrande {

    padding: 8px 38px 8px 38px;

}

.alert.alert-air {

    color: #585858;
    background: #f9f9f9;
    font-size: 13px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.09019607843137255);

}

.alert.alert-air i {

    color: #60baca;

}

.navbar-nav .menu-dropdown:hover .dropdown-menu {

    display: block !important;

}


.contenedorAvatar {

    padding: 5px 0;
    margin: 0;
    display: table;
    table-layout: fixed;
    margin-left: 15px;
    display: flex;
    align-items: center;

}

.contenedorAvatar .avatar {

    display: table-cell;
    text-align: right;
    padding: 0 5px 0 0;
    vertical-align: middle;
    width: 70px;
    flex: 0.2;


}

.contenedorAvatar .datos {

    flex: 1;

}

.contenedorAvatar.contenedorAvatar-sm .avatar {

    width: 40px;
    padding-right: 10px;

}

.contenedorAvatar .avatar .avatarNoFoto {

    height: 70px;
    width: 70px;
    display: inline-block;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -moz-justify-content: center;
    -ms-justify-content: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
    vertical-align: middle;
    border-radius: 100% !important;

}

.contenedorAvatar.contenedorAvatar-sm .avatar .avatarNoFoto {

    width: 40px;
    height: 40px;

}

.tarjetaDatosCantidad {


    background: #f3f3f3;
    width: 100%;


}

.tarjetaDatosCantidad .titulo {

    text-transform: uppercase;
    padding: 10px;
    display: block;
    font-size: 14px;
    font-weight: 600;
    color: #8e9daa;

}

.tarjetaDatosCantidad .cuerpo {


    text-align: center;
    font-size: 24px;
    display: block;
    margin-bottom: 6px;
    font-size: 30px;
    font-weight: 600;
    color: #3e4f5e;

}

.tableNew tr>th.text-left,
.tableNew tr>td.text-left {

    text-align: left !important;

}

table.tableNew {

    font-family: 'Poppins';



}

table.tableNew thead tr {

    color: #6c7293;
    background: #fbfcfd;



}

table.tableNew thead tr th {

    padding: 16px 10px;
    vertical-align: middle;
    border-bottom: 1px solid #f0f3ff !important;

}

table.tableNew tbody tr td {

    border-bottom: 1px solid #f0f3ff !important;
    vertical-align: middle !important;
    padding: 10px !important;


}

.paquete
{

    background:white;
    padding:10px;
    font-family:'Poppins';
    /*border: 1px solid #929292;*/
    margin-bottom: 15px;
    position:relative;

}

.paquete.seleccionado{


    background:#c4ffec;

}

.paquete .extra{

 
        position: absolute;
        right: -7px;
        top: -2px;
        background: #00bcd4;
        color: white;
        font-weight: bold;
        font-size: 12px;
        width: 35px;
        height: 35px;
        border-radius: 100%;
        transform: rotate(27deg);
        display: flex;
        justify-content: center;
        align-items: center;
    

}

.paquete .cabeceraPaquete{

    text-align:center;
    margin-bottom: 7px;

}

.paquete .cabeceraPaquete .cantidad{

    font-size:24px;
    font-weight: bold;
    line-height: 20px;

}

.paquete .cabeceraPaquete .moneda{

    color:#5d728c;
    font-size:small;


}

.paquete .cuerpoPaquete{

    margin-bottom: 13px;


}

.paquete .cuerpoPaquete .precioPaquete{


    border-radius: 100%;
    background: #3d68b7;
    color: white;
    text-align: center;
    width: 80px;
    height: 80px;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 16px;

}

.highcharts-credits{

    display:none;

}

.flex {
    display: flex;
}

.flex-wrap {
    flex-wrap: wrap;
}

.flex-col {
    flex-direction: column;
}

.padding-x-large {
    padding-left: 20px;
    padding-right: 20px;
}

.marker-big li::marker {
    font-size: 20px;
}

.marker-bold li::marker {
    font-weight: bold;
}

.lista-soporte li:not(:last-child) {
    margin-bottom: 70px;
}

@-webkit-keyframes flash {
    0% {
        opacity: 1;
    }

    50% {
        opacity: .1;
    }

    100% {
        opacity: 1;
    }
}

@keyframes flash {
    0% {
        opacity: 1;
    }

    50% {
        opacity: .1;
    }

    100% {
        opacity: 1;
    }
}

@media(max-width:1237px) {

    .logoApp {

        width: 140px;


    }
}

.logoProyectoNovedad {
    max-height: 60px;
}

.novedad {
    padding: 20px;
}

.p-0 {
    padding: 0 !important;
}