body {
    background: #fff;
    /*color: #666666;*/
    font-family: "Poppins", Verdana, sans-serif;
    font-size: 14px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}


/* Pen Title */

.pen-title {
    padding: 50px 0;
    text-align: center;
    letter-spacing: 2px;
}

.pen-title h1 {
    margin: 0 0 20px;
    font-size: 48px;
    font-weight: 300;
}

.pen-title span {
    font-size: 12px;
}

.pen-title span .fa {
    color: rgba(255, 152, 0, 0.75);
}

.pen-title span a {
    color: rgba(255, 152, 0, 0.75);
    font-weight: 600;
    text-decoration: none;
}


/* Form Module */

.form-module {
    position: relative;
    background: #ffffff;
    max-width: 320px;
    width: 100%;
    border-top: 5px solid rgba(255, 152, 0, 0.75);
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.1);
    margin: 0 auto;
}

.form-module .toggle {
    cursor: pointer;
    position: absolute;
    top: -0;
    right: -0;
    background: rgba(255, 152, 0, 0.75);
    width: 30px;
    height: 30px;
    margin: -5px 0 0;
    color: #ffffff;
    font-size: 12px;
    line-height: 30px;
    text-align: center;
}

.form-module .toggle .tooltip {
    position: absolute;
    top: 5px;
    left: 35px;
    right: -93px;
    display: block;
    background: rgba(0, 0, 0, 0.6);
    width: auto;
    padding: 5px;
    font-size: 10px;
    line-height: 1;
    text-transform: uppercase;
}

.form-module .toggle .tooltip:before {
    content: '';
    position: absolute;
    top: 5px;
    left: -5px;
    display: block;
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    border-right: 5px solid rgba(0, 0, 0, 0.6);
}

.form-module .form {
    display: none;
    padding: 40px;
}

.form-module .form:nth-child(2) {
    display: block;
}

.form-module h2 {
    margin: 0 0 20px;
    color: rgba(255, 152, 0, 0.75);
    font-size: 18px;
    font-weight: 400;
    line-height: 1;
}

.form-module input {
    outline: none;
    display: block;
    width: 100%;
    border: 1px solid #d9d9d9;
    margin: 0 0 20px;
    padding: 10px 15px;
    box-sizing: border-box;
    font-wieght: 400;
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
}

.form-module input:focus {
    border: 1px solid rgba(255, 152, 0, 0.75);
    color: #333333;
}

.form-module button {
    cursor: pointer;
    background: rgba(255, 152, 0, 0.75);
    width: 100%;
    border: 0;
    padding: 10px 15px;
    color: #ffffff;
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
}

.form-module button:hover {
    background: #178ab4;
}

.form-module .cta {
    background: #f2f2f2;
    width: 100%;
    padding: 15px 40px;
    box-sizing: border-box;
    color: #666666;
    font-size: 12px;
    text-align: center;
}

.form-module .cta a {
    color: #333333;
    text-decoration: none;
}

.form-block {
    margin-bottom: 20px;
    color: #666666;
}

.button-submit {
    margin-top: 20px;
}

.title-h1 {
    margin-bottom: 40px;
}


/***** FORM SEARCH*****/

.center-block {
    float: none;
    margin-left: auto;
    margin-right: auto;
}

.input-group .icon-addon .form-control {
    border-radius: 0;
}

.icon-addon {
    position: relative;
    color: #555;
    display: block;
}

.icon-addon:after,
.icon-addon:before {
    display: table;
    content: " ";
}

.icon-addon:after {
    clear: both;
}

.icon-addon.addon-md .glyphicon,
.icon-addon .glyphicon,
.icon-addon.addon-md .fa,
.icon-addon .fa {
    position: absolute;
    z-index: 2;
    left: 10px;
    font-size: 14px;
    width: 20px;
    margin-left: -2.5px;
    text-align: center;
    padding: 10px 0;
    top: 1px
}

.icon-addon.addon-lg .form-control {
    line-height: 1.33;
    height: 46px;
    font-size: 18px;
    padding: 10px 16px 10px 40px;
}

.icon-addon.addon-sm .form-control {
    height: 30px;
    padding: 5px 10px 5px 28px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 15px;
}

.icon-addon.addon-lg .fa,
.icon-addon.addon-lg .glyphicon {
    font-size: 18px;
    margin-left: 0;
    left: 11px;
    top: 4px;
}

.icon-addon.addon-md .form-control,
.icon-addon .form-control {
    padding-left: 30px;
    float: left;
    font-weight: normal;
}

.icon-addon.addon-sm .fa,
.icon-addon.addon-sm .glyphicon {
    margin-left: 0;
    font-size: 12px;
    left: 5px;
    top: -1px
}

.icon-addon .form-control:focus+.glyphicon,
.icon-addon:hover .glyphicon,
.icon-addon .form-control:focus+.fa,
.icon-addon:hover .fa {
    color: #2580db;
}


/****** INICIO******/

.span-client {
    font-weight: bolder;
    color: #5a5a5a;
    display: block;
}

.span-n-order {
    color: #555;
}

.list-inicio {
    margin-bottom: 20px;
    -webkit-box-shadow: -2px 1px 5px 0px rgba(219, 215, 219, 1);
    -moz-box-shadow: -2px 1px 5px 0px rgba(219, 215, 219, 1);
    box-shadow: -2px 1px 5px 0px rgba(219, 215, 219, 1);
}


/***** FILE****/

.cont-file {
    width: 100%;
    height: 200px;
    border: #e2e2e2 solid 2px;
    border-radius: 8px;
}

.choose-photo {
    margin-top: 80px;
}

.choose {
    height: 100px;
}

.label-small {
    font-size: 11px;
}

.container .lista {
    padding-left: 7px;
    padding-right: 7px;
}

.link-bottom {
    /* position: absolute; */
    display: block;
    bottom: 35px;
    top: 50px;
    right: 0;
    left: 0;
    margin-bottom: 30px;
}

.border-link {
    border: solid 1px #ccc;
    color: #a29999;
}


/** OLVIDO CLAVE **/

.link-olvido {
    color: #a29999;
    text-decoration: none;
    font-weight: 500;
    margin-top: -30px;
}

.link-volver {
    color: #626164;
    text-decoration: none;
    font-weight: 600;
}

.link-volver:link {
    color: #626164;
}

.link-volver:hover {
    color: #626164;
    text-decoration: underine;
    font-weight: 600;
}

#textclave {
    font-family: "Poppins", Verdana, sans-serif;
    font-size: 13px;
    color: #626164;
}

.icono-lock {
    position: relative;
    top: 120px;
}

.icono {
    color: #626164;
    bottom: 20px;
    ;
}

.logo-ingreso img {
    position: relative;
    width: 200px;
    max-width: 100%;
    height: 102.1px;
    top: 50px;
}

.form-ingreso {
    position: relative;
    top: 100px;
}

.form-ingreso input {
    border: none;
    -webkit-box-shadow: none;
}

input,
textarea {
    font-family: FontAwesome, "Poppins", Verdana, sans-serif;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    font-size: 18px;
}

.topbar.notification-open {
    height: 100%;
    background: transparent;
    overflow-y: auto;
}

#mitoast {
    visibility: hidden;
    position: fixed;
    z-index: 1;
    right: 0;
    top: 0%;
    height: 100%;
    border: 1px solid rgba(0, 0, 0, .1);
    border-radius: .25rem;
    box-shadow: 0 0.25rem 0.75rem rgba(0, 0, 0, .1);
    width: 100%;
    background-color: #ffffff;
    opacity: 1;
}

#mitoast.mostrar {
    visibility: visible;
    -webkit-animation: fadein 0.5s, fadeout 0.5s 4.6s;
    animation: fadein 0.5s, fadeout 0.5s 4.6s;
}

@-webkit-keyframes fadein {
    from {
        right: 0;
        opacity: 0;
    }
    to {
        right: 2.5%;
        opacity: 1;
    }
}

@keyframes fadein {
    from {
        right: 0;
        opacity: 0;
    }
    to {
        right: 2.5%;
        opacity: 1;
    }
}

@-webkit-keyframes fadeout {
    from {
        right: 2.5%;
        opacity: 1;
    }
    to {
        right: 0;
        opacity: 0;
    }
}

@keyframes fadeout {
    from {
        right: 2.5%;
        opacity: 1;
    }
    to {
        right: 0;
        opacity: 0;
    }
}

#mitoast.cerrar {
    /* visibility: visible; */
    -webkit-animation: fadeout 0.5s 4.8s;
    animation: fadeout 0.5s 4.8s;
}

@-webkit-keyframes fadeout {
    from {
        right: 2.5%;
        opacity: 1;
    }
    to {
        right: 0;
        opacity: 0;
    }
}

@keyframes fadeout {
    from {
        right: 2.5%;
        opacity: 1;
    }
    to {
        right: 0;
        opacity: 0;
    }
}

.logonav img {
    max-width: 10%;
}

.btn-menu {
    border: none;
}

#menu {
    padding-top: 25px;
    padding-bottom: 25px;
    -webkit-box-shadow: 0px 5px 16px -6px rgba(0, 0, 0, 0.67);
    -moz-box-shadow: 0px 5px 16px -6px rgba(0, 0, 0, 0.67);
    box-shadow: 0px 5px 16px -6px rgba(0, 0, 0, 0.67);
}

.noti {
    background-color: #F1F1F1;
    border: none;
    border-radius: 5px;
    margin: 0 7px;
    padding-bottom: 0px;
}

.tit_notificaciones {
    font-size: 18;
    font-weight: 400;
    color: #626164;
    font-family: "Poppins", Verdana, sans-serif;
}

.toast-header {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    padding: 1.25rem 0.75rem;
    color: #6c757d;
    background-color: rgba(255, 255, 255, 0.85);
    background-clip: padding-box;
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
    border-top-left-radius: calc(0.25rem - 1px);
    border-top-right-radius: calc(0.25rem - 1px);
}

.user-photo img {
    position: relative;
    width: 60px;
    height: 60px;
    margin-left: 10px;
    margin-right: 10px;
    margin-top: 5px;
    border-radius: 40px;
}

.name-user {
    font-size: 14px;
    color: #626164;
    font-weight: bold;
}

.info-perfil-nav {
    padding-bottom: 10px;
}

.separador {
    display: inline-block;
    width: 100%;
    height: 20px;
}

.linkmenu {
    font-size: 17px;
    color: #626164;
}

.linkmenu>i {
    color: #F7931E;
}

.perfil {
    height: 100%;
    background-color: #fff;
}

.datos-perfil {
    margin-top: 20px;
    font-size: 14px;
    color: #626164;
}

.datos-perfil span>i {
    color: #F7931E;
    margin-left: 10px;
    margin-right: 10px;
    font-size: 16px;
}

.cont-form-perfil {
    margin-top: 20px;
}

.cont-inputs {
    margin-top: 20px;
}

.cont-inputs>button {
    color: #fff;
    font-weight: 800;
}

.trans {
    width: 100%;
    display: flex;
    justify-content: center;
    margin-top: 25px;
}

.trans>link {
    padding: 0.375rem 2rem !important;
}

.centrado {
    color: #989898;
    font-weight: 800;
    display: inline-block;
    text-align: center;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: transparent;
    border: 1px solid transparent;
    padding: 0.375rem 2rem !important;
    font-size: 14px;
    line-height: 1.5;
    border-radius: 0.25rem;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.right-centrado {
    color: #989898;
    font-weight: 800;
    display: inline-block;
    text-align: center;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: transparent;
    border: 1px solid transparent;
    padding: 0.375rem 2rem !important;
    font-size: 14px;
    line-height: 1.5;
    border-radius: 0.25rem;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.active-centrado {
    border-bottom: 3px solid #626164;
    color: #626164 !important;
}

.reparto-entrega {
    margin-top: 10px;
}

.reparto-li {
    border-top: 0;
    border-left: 0;
    border-right: 0;
    border-bottom: 3px solid #C4C4C4;
    padding-top: 10px;
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 0;
}

.img-lista-desp {
    position: relative;
    float: left;
    margin-right: 5px;
    padding-bottom: 5px;
}

.cont-info-list {
    width: 100%;
    display: flex;
    justify-content: center;
}

.tit_guia {
    position: relative;
    display: block;
    color: #626164;
    font-size: 12px;
}

.n_orden {
    position: relative;
    display: block;
    font-size: 13px;
    color: #626164;
    font-weight: bold;
}

.direccion-fecha {
    position: relative;
    display: block;
    color: #626164;
}

.nom_direccion {
    color: #1FE000;
    font-weight: 700;
    font-size: 12px;
}

.datos-reparto {
    width: 100%;
    position: relative;
    float: left;
    margin-left: 10px;
    margin-top: -10px;
}

.span {
    position: absolute;
    top: -2.5em;
    right: 0.7em;
    width: 30px;
    height: 20px;
    line-height: 1.5em;
    text-align: center;
    font-weight: bold;
    color: #fff;
    text-shadow: 0px 1px 0px rgba(0, 0, 0, .15);
    -webkit-box-shadow: inset 0px 1px 0px rgba(255, 255, 255, 35), 0px 1px 1px rgba(0, 0, 0, .2);
    -moz-box-shadow: inset 0px 1px 0px rgba(255, 255, 255, .35), 0px 1px 1px rgba(0, 0, 0, .2);
    box-shadow: inset 0px 1px 0px rgba(255, 255, 255, .35), 0px 1px 1px rgba(0, 0, 0, .2);
    -webkit-border-radius: 4em;
    -moz-border-radius: 4em;
    border-radius: 4em;
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transition: .3s top ease-in, .3s opacity ease-in;
    -moz-transition: .3s top ease-in, .3s opacity ease-in;
    -o-transition: .3s top ease-in, .3s opacity ease-in;
    -ms-transition: .3s top ease-in, .3s opacity ease-in;
    transition: .3s top ease-in, .3s opacity ease-in;
}

.notif {
    width: 3px;
    height: 3px;
    color: #F7931E !important;
    border-radius: 5px;
    font-size: 11px;
    top: -5px !important;
    position: relative;
    right: 5px !important;
}

.status {
    width: 3px;
    height: 3px;
    color: #1FE000 !important;
    border-radius: 5px;
    font-size: 14px;
    top: 25px !important;
    position: relative;
    left: -32px !important;
}

.notif-list {
    width: 3px;
    height: 3px;
    color: #F7931E !important;
    border-radius: 5px;
    font-size: 11px;
    top: -60px !important;
    position: relative;
    float: left;
    left: -14px !important;
}

.img_centro_single {
    width: 100%;
    height: 100%;
    display: inline-block;
    position: relative;
    /* z-index: 1;*/
    top: 38px;
    margin: auto;
}

#centrador {
    text-align: center;
    width: 100%;
    height: auto;
}

.datos_single {
    display: block;
    position: relative;
    width: 100%;
}

.dir_single {
    width: 100%;
    position: relative;
}

.titulo_sing_reparto {
    display: block;
    color: #626164;
    font-size: 18px;
    margin-top: 15px;
}

.orden_sing_reparto {
    display: block;
    color: #626164;
    font-size: 18px;
    font-weight: bolder;
}

.datos-sing-dir {
    margin-top: 20px;
    font-size: 14px;
    display: flex;
    color: #626164;
}

.datos-sing-dir span>i {
    color: #F7931E;
    margin-left: 25px;
    margin-right: 10px;
    font-size: 25px;
}

.inputs {
    position: relative;
    width: 100%;
    margin-left: 62px;
    background-color: #F1F1F1;
    margin-top: 10px;
}

.inputs-btn {
    position: relative;
    width: 100%;
    margin-left: 50px;
    margin-top: 30px;
    margin-bottom: 40px;
    color: #fff;
    font-weight: 800;
}

.cont_inputs_single {
    width: 100%;
}

.cont-file {
    width: 100%;
    height: 100px;
    border: #e2e2e2 solid 2px;
    border-radius: 8px;
}

.choose-photo {
    margin-top: 0px;
    margin-left: 30px;
    color: #E5E5E5;
    font-size: 65px;
}

.choose {
    height: 100px;
}

.volverbtn>a>strong>i {
    position: absolute;
    color: #F7931E;
    margin-top: 10px;
}

.imagen_reparto {
    position: relative;
    width: 250px;
    height: 180px;
    margin-left: 30px;
}

.imagen_reparto img {
    max-width: 280px;
    margin-left: 33px;
    margin-top: 13px;
}

#ampliar {
    position: absolute;
    margin-top: -104px;
    margin-left: 153px;
}