*{
    font-family: 'Poppins', sans-serif;
}

html, body {
    height: 100%;
}

input, select {
    height: 45px;
}

input, select, textarea {
    border: 1px solid rgba(128,128,130,.3);
    padding: 7px;
}

.img {
    display: block;
    height: auto;
    max-width: 100%;
    margin: 10px auto;
}

.btnmant1 {
    color: #f05a28;
    padding: 12px 20px;
    cursor: pointer;
    width: 70%;
    -webkit-border-radius: 5px;
    border: 1px solid #f05a28;
    background-color: white;
    outline: 0;
    margin: 10px 0;
}

.btnmant {
    color: white;
    padding: 12px 20px;
    cursor: pointer;
    width: 70%;
    -webkit-border-radius: 5px;
    border: 1px solid #f05a28;
    background-color: #f05a28;
    outline: 0;
    margin: 10px 0;
}

.divmant {
    background: #EBEBEB;
    z-index: 10;
    width: 100%;
    position: fixed;
    bottom: 0;
    padding-top: 6px;
    /* top: 94%; */
}

.contenedor2 {
    width: 100%;
    padding: 10px;
    outline: 0;
    background-color: #fff;
    font-size: 17px;
    -moz-border-radius: 5px 5px 5px 5px;
    z-index: 9;
    color: #6d6e70;
    top: 60px;
    overflow-y: auto;
}

.combosMantprincipal {
    margin-left: -1px;
    width: 95%;
    display: inline-block;
    margin-top: 30px;
    outline: none;
}

.combosMant {
    width: 95%;
    display: block;
    margin: auto;
    outline: none;
}

.divmant1 {
    text-align: center;
    outline: 0;
}

.container-element {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    margin-top: 10px;
    /* padding: 0px 13px; */
    margin-bottom: 20px;
    /* font-family: 'Poppins', sans-serif; */
    position: relative;
}

.lbl-element {
    margin-left: 6px;
    margin-bottom: 4px;
    font-size: 14px;
    font-weight: 500;
}

.select-type:focus {
    border-color: #fcc2ae; 
    outline: none; 
}

.triangulo {
    width: 100%;
    margin: 0 auto;
    position: relative;
    display: flex;
    line-height: 1;
    background: transparent;
    overflow: hidden;
}

.triangulo::after {
    content: '\25BC';
    position: absolute;
    top: -6px;
    right: 0;
    padding: 20px 1em 1em;
    background: transparent;
    cursor: pointer;
    pointer-events: none;
    -webkit-transition: .25s all ease;
    -o-transition: .25s all ease;
    transition: .25s all ease;
    color: #f05a28;
}

.select-type {
    background-color: #ffffff;
    /* border: solid 1px #a9a9a9; */
    border: solid 1px #dadada;
    font-family: 'Poppins', sans-serif;
    width: 100%;
    border-radius: 8px;
    text-align: -webkit-right;
    height: 40px !important;
    padding-right: 37px;
    -webkit-appearance: none;
    padding-left: 14px;
}

.labelmant {
    width: 100%;
    border-radius: 8px;
    padding: 0px 12px;
}

.subtitulos {
    font-weight: 100;
    font-size: 14px;
    margin-top: 15px;
    margin-left: 10px;
}
 

.contenedor {
    width: 100%;
    padding: 10px 12px;
    font-size: 17px;
    -moz-border-radius: 5px 5px 5px 5px;
    position: absolute;
    top: 20px;
    outline: none;
    height: calc(100vh - 70px);
}

.btnmant {
    color: white;
    padding: 12px 20px;
    margin: 10px 0;
    cursor: pointer;
    width: 75%;
    -webkit-border-radius: 5px;
    border: 0;
    outline: 0;
}

.btnini {
    background-color: #28a745;
}

.btndet {
    background-color: #f0ad4e;
}

.btnfin {
    background-color: #f05a28;
}

.fondo {
    background-color: #f7f7f7;
    position: relative;
    outline: none;
}


.envio {
    outline: none;
}


ul li {
    font-family: sans-serif;
    list-style: none;
    padding: 0;
    margin: 0;
    transition: 0.2s;
    padding: 5px 0px 5px 0px;
    position: relative;
}

.close {
    position: absolute;
    right: 0;
    top: 0px;
    padding: 17px;
    opacity: 0.4;
}

    .close:hover {
        background-color: #f44336;
        color: white;
    }


.listaMecanico .listaActividad {
    cursor: pointer;
    position: relative;
    background: #e6e6e6;
    font-size: 16px;
    /* transition: 0.2s; */
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    list-style-type: none;
    padding: 14px 10px;
    margin-bottom: 10px;
    word-break: break-all;
}
.indicador-container select:hover {
    background-color: rgba(0,0,0,0.1);
}
.indicador-container input:hover {
    background-color: rgba(0,0,0,0.1);
}
.Indicador-container select.is-link, .Indicador-container input.is-link {
    color: #555;
}
.Indicador-container select, .Indicador-container input {
    margin: auto;
    cursor: pointer;
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: 0 !important;
    background: #f3f3f3;
    background-image: none;
    width: 100%;
    height: 2.5em;
}
.Indicador-btnCompLink.is-copy {
    margin-bottom: 25px;
}

.Indicador-btnCompLink {
    display: inline-block;
    border: none;
    text-align: center;
    width: 15em;
    height: 2em;
    background: #f05a28;
    color: #fff;
}

.popup {
    display: inline;
    float: none;
    margin-top: 5px;
    width: 250px;
    margin-bottom: 5px;
    background-color: #000;
    opacity: 0.6;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
    filter: alpha(opacity=60);
    color: #fff;
    font-size: 1.25rem;
    text-align: center;
    border-radius: 2px;
    padding: 5px 0;
    position: absolute;
    z-index: 1;
    margin-left: 0%;
    margin-top: 2%;
}


.Mecanico-element ul {
    margin: 0 0 10px;
    padding: 0;
}

.listaMecanico .listaActividad:hover {
    background: #ddd;
}

.listaMecanico .listaActividad.checked {
    background: #888;
    color: #fff;
    /*text-decoration: line-through;*/
}

    /* Add a "checked" mark when clicked on */
    .listaMecanico .listaActividad.checked::before {
        content: '';
        position: absolute;
        border-color: #fff;
        border-style: solid;
        border-width: 0 2px 2px 0;
        top: 10px;
        left: 16px;
        transform: rotate(45deg);
        height: 15px;
        width: 7px;
    }


#oscurodatos {
    width: 100%;
    top: 1px;
    position: fixed;
    z-index: 10;
    /* outline: none; */
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    color: #000;
    display: none;
    z-index: 11;
    outline: none;
}

.ventanaAct {
    background-color: rgb(245, 245, 243);
    z-index: 12;
    display: none;
    width: 90%;
    padding: 15px;
    text-align: center;
    max-width: 350px;
    height: 500px;
    max-height: 600px;
    outline: 0;
    position: fixed;
    margin: auto;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}


.ventanaDir {
    background-color: rgb(245, 245, 243);
    z-index: 12;
    display: none;
    width: 90%;
    padding: 15px;
    text-align: left;
    max-width: 350px;    
    outline: 0;    
    margin: auto;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

.datos-titulos {
    font-size: 14px;
    color: #f05a28;
    display: block;
    margin-left: 10px;
    font-weight: bold;
}

.datos-datos {
    display: block;
    font-weight: bold;
    font-size: 86%;
    color: #6d6e70;
    margin-left: 10px;
}
/* detalle del paquete -fin  */

