﻿@import url(default.css);
@import url(font-awesome.min.css);
@import url(themes/temas.css);
@import url(jquery.mCustomScrollbar.min.css);
@import url(dropzone.css);
/*@import url(jquery.filer.css);
@import url(themes/jquery.filer-dragdropbox-theme.css);*/
/*@import url(jquery.dataTables.min.css);*/
@import url(jquery-ui.css);

/*BODY*/
body {
    font-family: 'Source Sans Pro', sans-serif;
    font-weight: normal;
    font-style: normal;
    font-size: 1em;
    line-height: 150%;
    color: #444;
    background: #f1f1f1;
    overflow: hidden;
    transition: background ease-out .15s;
    -o-transition: background ease-out .15s;
    -moz-transition: background ease-out .15s;
    -webkit-transition: background ease-out .15s;
}

::selection {
    background: linear-gradient(left, #0f0 0%,#000 100%);
    color: #999;
    text-shadow: none;
}

body.homeBeeInvoice {
    overflow: hidden;
    width: 100vw;
    height: 100vh;
}

.oleo {
    font-family: 'Oleo Script', sans-serif;
    /*font-size:113%;*/
}

/*INPUTS*/
input,
textarea,
select {
    font-family: 'Source Sans Pro', sans-serif;
    font-weight: normal;
    font-style: normal;
    font-size: 1em;
    line-height: 150%;
    color: #444;
}

    input.input,
    textarea.input,
    select.input {
        /*width:calc(100% - 30px);*/
        height: 40px;
        padding: 0 15px;
        background: #f1f1f1;
        border: 1px solid #D6D6D6;
        border-radius: 3px;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        -webkit-transition: all .25s;
        transition: all .25s;
    }

    textarea.input {
        height: 150px;
        max-height: 150px;
        max-width: 100%;
    }

        input.input:focus,
        textarea.input:focus,
        select.input:focus {
            outline: none;
            background-color: #fff;
        }

        input.input.disable,
        textarea.input.disable,
        select.input.disable {
            background-color: #ccc;
        }

        input.input:read-only,
        textarea.input:read-only {
            background: none;
            border: none;
            /*border-bottom:2px solid #ddd;*/
            box-shadow: none;
            color: #888;
            cursor: not-allowed;
        }
/*Datepicker*/
div#ui-datepicker-div {
    z-index: 9999 !important;
}

.ui-widget {
    font-family: 'Source Sans Pro', sans-serif;
}

.ui-corner-all, .ui-corner-bottom, .ui-corner-right, .ui-corner-br {
    border-radius: 0;
}

.ui-widget-header,
.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active {
    background: #efcb1b;
}

.ui-datepicker .ui-datepicker-title {
    font-family: 'Oleo Script', sans-serif;
}

.ui-state-highlight, .ui-widget-content .ui-state-highlight, .ui-widget-header .ui-state-highlight {
    background: none;
    border: none;
}

.ui-datepicker .ui-datepicker-prev span, .ui-datepicker .ui-datepicker-next span {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.ui-datepicker .ui-datepicker-prev:hover, .ui-datepicker .ui-datepicker-next:hover {
    background: #f1eac6;
}

.ui-datepicker .ui-datepicker-next span:before,
.ui-datepicker .ui-datepicker-prev span:before {
    position: absolute;
    text-indent: 0;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    text-align: center;
}

.ui-datepicker .ui-datepicker-next span:before {
    content: "\f0da";
}

.ui-datepicker .ui-datepicker-prev span:before {
    content: "\f0d9";
}

/*BOTONES*/
a.link_BeeInvoice {
    color: #aaa;
    cursor: pointer;
}

    a.link_BeeInvoice:hover {
        text-decoration: none;
        color: #444;
    }

.btn.btn_BeeInvoice {
    position: relative;
    background: #555;
    color: #fff;
    margin: 0 10px;
    border-radius: 0;
    /*font-variant:small-caps;*/
    /*text-transform:uppercase;*/
    font-family: 'Sansita One', cursive;
}

.btn.btn_icon {
    background: #555;
    color: #fff;
    border-radius: 3px;
    width: 40px;
    height: 40px;
    line-height: 40px;
    padding: 0;
    margin: 0;
}

    .btn.btn_BeeInvoice:hover,
    .btn.btn_icon:hover {
        color: #efcb1b;
    }

.btn.btn_BeeInvoice:before,
.btn.btn_BeeInvoice:after {
    content: "";
    display: block;
    position: absolute;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 20px 10px 20px 0;
    border-color: transparent #555 transparent transparent;
    top: 0;
    left: -10px;
}

.btn.btn_BeeInvoice:after {
    border-width: 20px 0 20px 10px;
    border-color: transparent transparent transparent #555;
    left: inherit;
    right: -10px;
}

body .btn.btn_BeeInvoice.btn_aceptar {
    background: #669966 !important;
    color: #fff !important;
}

body .btn.btn_BeeInvoice.btn_cancelar {
    background: #993333 !important;
    color: #fff !important;
}

body .btn.btn_BeeInvoice.btn_aceptar:before {
    border-color: transparent #669966 transparent transparent;
}

body .btn.btn_BeeInvoice.btn_aceptar:after {
    border-color: transparent transparent transparent #669966;
}

body .btn.btn_BeeInvoice.btn_cancelar:before {
    border-color: transparent #993333 transparent transparent;
}

body .btn.btn_BeeInvoice.btn_cancelar:after {
    border-color: transparent transparent transparent #993333;
}

/*TABLES*/
.wrapTable {
    position: relative;
    opacity: 0;
}

table.table_BeeInvoice thead {
    background: rgba(239,203,27,.2);
    border-bottom: 3px solid #efcb1b;
}

    table.table_BeeInvoice thead th,
    table.table_BeeInvoice tbody td {
        white-space: nowrap;
        padding: 5px 20px;
        border-bottom: none;
        position: relative;
    }

table.table_BeeInvoice > tbody tr {
    background: #ffffff;
}

    table.table_BeeInvoice > tbody tr:nth-child(odd) {
        background: #eaeaea;
    }

    table.table_BeeInvoice > tbody tr:hover {
        background: #e3e3e3;
    }

.scrollBar-h {
    padding-bottom: 45px;
}

.wrapTable .scrollBar-h .mCSB_scrollTools_horizontal {
    bottom: 41px !important;
}

.wrapTable .wrap_busquedaTablas {
    width: 40px;
    height: 40px;
    background: #555;
    position: relative;
    right: 0;
    top: 0;
    border-radius: 3px;
    transition: all ease-out .15s;
    -o-transition: all ease-out .15s;
    -moz-transition: all ease-out .15s;
    -webkit-transition: all ease-out .15s;
}

    .wrapTable .wrap_busquedaTablas.search {
        width: 166px;
    }

        .wrapTable .wrap_busquedaTablas.search a.btn {
            display: none;
        }

    .wrapTable .wrap_busquedaTablas input {
        padding: 0;
        padding-left: 9px;
        background: none;
        border: none;
        color: #efcb1b;
        border-radius: 0;
    }

.wrapBtnsTable {
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    width: 100%;
    overflow: hidden;
}

    .wrapBtnsTable ul {
        display: none;
        opacity: 0;
        position: absolute;
        top: 50%;
        right: 0;
        margin-top: -17px;
        line-height: 34px;
        transition: all ease-out .15s;
        -o-transition: all ease-out .15s;
        -moz-transition: all ease-out .15s;
        -webkit-transition: all ease-out .15s;
    }

.wrapTable .wrapLengthItems > div {
    display: inline-block;
    margin: 0 5px;
    padding: 0 5px;
    border: 1px solid #ccc;
    background: #f1f1f1;
    border-radius: 3px;
}

    .wrapTable .wrapLengthItems > div > select {
        background: none;
    }

table.table_BeeInvoice > tbody tr:hover .wrapBtnsTable ul {
    display: block;
    background: #e3e3e3 !important;
    opacity: 1;
}

table.table_BeeInvoice > tbody tr:nth-child(odd) .wrapBtnsTable ul {
    background: #eaeaea;
}

table.table_BeeInvoice > tbody tr:nth-child(even) .wrapBtnsTable ul {
    background: #f1f1f1;
}

.wrapBtnsTable ul li {
    display: inline;
    margin-left: 5px;
}

.wrapBtnsTable ul li {
    cursor: pointer;
}

    .wrapBtnsTable ul li a:hover {
        color: #444;
    }
/*FILTER*/
.wrap_busquedaFiltro form.mvc-table-filter {
    padding: 30px 0;
    background: rgba(239,203,27,.2);
}

/*PAGINACIÓN*/
.table_paginate ul li {
    display: block;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    float: left;
    margin-right: 5px;
    font-size: 120%;
    border: 1px solid #555;
    border-radius: 3px;
}

    .table_paginate ul li a {
        display: block;
        width: 100%;
        height: 100%;
    }

    .table_paginate ul li.disabled {
        border: 1px solid #aaa;
    }

        .table_paginate ul li.disabled a {
            color: #aaa;
        }

    .table_paginate ul li.active {
        background: #303030;
    }

        .table_paginate ul li.active a {
            color: #fff;
        }

/*HEADER*/
body.homeBeeInvoice header.headerPage {
    height: 200px;
    width: 100%;
    position: relative;
    top: 0;
    left: 0;
}

.headerPage a.menuOpen > .fa-bars:before {
    content: "\f068" !important;
}

body.homeBeeInvoice #logoBI > .developedBy {
    font-size: 75%;
    line-height: inherit;
    width: 100%;
    position: absolute;
    top: 60%;
    left: 0;
}

    body.homeBeeInvoice #logoBI > .developedBy.onScrollState {
        top: 70%;
        font-size: 60%;
    }

/*CONTENT*/
.content {
    width: 100%;
    max-width: 100%;
}
/*menuLateral*/
#menuLateral {
    max-width: 300px;
    height: 100%;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    margin-left: -100%;
    background: #303030;
    overflow: hidden;
    z-index: 997;
    opacity: 1 !important;
}

    #menuLateral ul li a {
        color: #fff;
        display: block;
        position: relative;
        padding: 10px 0;
    }

        #menuLateral ul li a:hover {
            text-decoration: none;
            color: #999;
        }

    #menuLateral ul li.currentItemStep a {
        color: #efcb1b;
    }

body.bienvenida {
    background: #fff;
}

#bienvenida_BeeInvoice > div {
    position: absolute;
    left: 50%;
    margin-left: -720px;
    top: 50%;
    margin-top: -20vh;
}

header.headerPage {
    height: auto;
    z-index: 10;
    /*background:#f1f1f1;*/
}

#wrapSubheader {
    height: 50px;
    line-height: 50px;
}

body.homeBeeInvoice .wrapLogoBI {
    height: 150px;
    padding-top: 40px;
}

.wrapBtnMenu,
.wrapBtnMenu > a {
    height: 100%;
    line-height: 100%;
}

    .wrapBtnMenu > a {
        display: block;
        float: left;
    }

.wrapLogoBI {
    /*height:80px;*/
    padding-top: 20px;
}

body.homeBeeInvoice .wrapLogoBI > div {
    cursor: pointer;
}

.wrapLogoBI > * {
    display: inline-block;
    vertical-align: top;
    height: 100%;
}

body.homeBeeInvoice .wrapLogoBI div > * {
    line-height: 150px;
}
/*.wrapLogoBI div > *{
                line-height:78px;
                margin-left:15px;
            }*/

body.homeBeeInvoice #logoBI {
    position: relative;
}

    body.homeBeeInvoice #logoBI > svg {
        width: 100px;
    }

    body.homeBeeInvoice #logoBI > * {
        line-height: 150px;
    }

#logoBI > * {
    line-height: 42px;
    margin-left: 15px;
}

#logoBI > svg {
    display: inline-block;
    background-size: contain;
    height: 100%;
    width: 35px;
    margin-left: 0;
}

    #logoBI > svg > div > span {
        font-size: 114%;
    }
/*ESTILO LOGO*/
.cls-1 {
    stroke: #f1f1f1;
    stroke-miterlimit: 10;
    stroke-width: 5px;
}

.cls-3 {
    fill: #555;
}

.cls-2 {
    fill: #444;
}

.cls-4 {
    /*fill: #efcb1b;*/
    fill: #f1f1f1;
}

#logoBI .cls-4,
#logoBI_footer .cls-4 {
    fill: #efcb1b;
}

/*PRÓXIMAMENTE*/
.wrapLogoBINext svg {
    width: 200px;
}

.wrapLogoBINext > div {
    position: absolute;
    width: 100%;
    top: 50%;
    left: 0;
    margin-top: -229px;
}

/*SECTIONS*/
#contentHome_BeeInvoice {
    position: relative;
}

div.wrap_1024.wrapSectionsFixed {
    /*margin-top:150px;*/
    position: absolute;
    left: 50%;
    margin-left: -512px;
}
/*div.wrap_1440.wrapSectionsFixed{
    position:absolute;
    left:50%;
    margin-left:-720px;
}*/

/*HEXÁGONO*/
.wrapSectionsFixed > .view_wrap {
    position: relative;
}

.wrapcontentNoHexa {
    position: relative;
    margin-top: 5vh;
}

    .wrapcontentNoHexa > h2 {
        display: inline-block;
        line-height: 170%;
    }

.wrapSectionsFixed > .view_wrap > div {
    position: relative;
}

    .wrapSectionsFixed > .view_wrap > div:first-child {
        padding-top: 150px;
    }

.wrapSectionsFixed > .view_wrap div i {
    font-size: 1000%;
}

.wrapSectionsFixed > .view_wrap div p {
    font-size: 250%;
    line-height: 100%;
}

.contentHexa {
    -webkit-perspective: 1000px;
    -moz-perspective: 1000px;
    -ms-perspective: 1000px;
    perspective: 1000px;
}

.wrapHexa {
    /*transition: 0.6s;*/
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    position: relative;
}
/*.wrapHexa.flipHexa{
            transform:rotateY(180deg);
            -webkit-perspective-origin  : 50% 50%;
            -moz-perspective-origin     : 50% 50%;
            -moz-transform-origin       : 50% 50%;
            -ms-perspective-origin      : 50% 50%;
            perspective-origin          : 50% 50%;
        }*/

.hexaOriginal,
.hexaCopia {
    backface-visibility: hidden;
    position: absolute;
    left: 50%;
    margin-left: -150px;
    text-indent: 0;
    z-index: 2;
}

.hexaCopia {
    transform: rotateY(180deg);
}

    .hexaOriginal > svg,
    .hexaCopia > svg {
        width: 300px;
    }

.iconHex {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 100px;
    text-indent: 0;
    z-index: 1;
}

.wrapSectionsFixed .textHex {
    position: relative;
}

/*WRAP PAQUETES*/
.wrapPaquetes {
    border: 5px solid #e3e3e3;
}

    .wrapPaquetes nav ul li {
        position: relative;
    }

        .wrapPaquetes nav ul li > a {
            display: block;
            width: calc(100% - 20px);
            padding: 20px 10px;
            background: #f1eac6;
            border-bottom: 1px solid rgba(239,203,27,1);
        }

        .wrapPaquetes nav ul li:last-child > a {
            border: none;
        }

        .wrapPaquetes nav ul li > a:hover,
        .wrapPaquetes nav li.paqueteSelecionado a {
            background: rgba(239,203,27,.5);
            text-decoration: none;
        }

    .wrapPaquetes nav li.paqueteSelecionado:before {
        content: "";
        display: block;
        position: absolute;
        width: 0;
        height: 0;
        right: 0;
        border-style: solid;
        border-width: 34px 10px 34px 0;
        border-color: transparent #f1f1f1 transparent transparent;
        top: 0;
    }

/*ANIMACION PRINCIPAL*/
.wrapSectionsFixed > .view_wrap.animarHexa .textHex {
    animation: animaTextoHexa 1.5s ease;
    -webkit-animation: animaTextoHexa 1.5s ease;
}

.wrapSectionsFixed > .view_wrap.animarHexa .iconHex {
    animation: animaIconoHexa 1.5s ease;
    -webkit-animation: animaIconoHexa 1.5s ease;
}

.wrapSectionsFixed > .view_wrap.animarHexa > svg {
    animation: animaHexa 1s ease;
    -webkit-animation: animaHexa 1s ease;
}

@keyframes animaTextoHexa {
    0%, 30% {
        opacity: 0;
        margin-top: 50px;
    }

    100% {
        opacity: 1;
        margin-top: 0px;
    }
}

@-webkit-keyframes animaTextoHexa {
    0%, 30% {
        opacity: 0;
        margin-top: 50px;
    }

    100% {
        opacity: 1;
        margin-top: 0px;
    }
}

@keyframes animaIconoHexa {
    0%, 30% {
        transform: scale(.9);
        -moz-transform: scale(.9);
        -webkit-transform: scale(.9);
        -o-transform: scale(.9);
        font-size: 90%;
        opacity: 0;
    }

    100% {
        transform: scale(1);
        -moz-transform: scale(1);
        -webkit-transform: scale(1);
        -o-transform: scale(1);
        font-size: 100%;
        opacity: 1;
    }
}

@-webkit-keyframes animaIconoHexa {
    0%, 30% {
        transform: scale(.9);
        -moz-transform: scale(.9);
        -webkit-transform: scale(.9);
        -o-transform: scale(.9);
        font-size: 90%;
        opacity: 0;
    }

    100% {
        transform: scale(1);
        -moz-transform: scale(1);
        -webkit-transform: scale(1);
        -o-transform: scale(1);
        font-size: 100%;
        opacity: 1;
    }
}

@keyframes animaHexa {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

@-webkit-keyframes animaHexa {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

/*REGISTRARME*/
#registro_BeeInvoice,
#login_BeeInvoice {
    position: absolute;
    left: -100%;
    background: #fff;
    z-index: 2;
}

    #registro_BeeInvoice .cornerSections {
        height: 50%;
        position: absolute;
        stroke: none;
        fill: #efcb1b;
    }

    #registro_BeeInvoice #corner_rightTop {
        right: 0;
        top: 0;
    }

    #registro_BeeInvoice #corner_rightBottom {
        right: 0;
        bottom: 0;
    }

    #registro_BeeInvoice form .mCSB_scrollTools {
        margin-right: -15px;
    }

form ul.formSeparate {
    padding-top: 30px;
}

/*LOGIN*/
#login_BeeInvoice {
    left: inherit;
    right: -100%;
}

    #login_BeeInvoice .wrapContentLateral form ul {
        margin-top: 20vh;
    }

    #login_BeeInvoice .cornerSections {
        height: 50%;
        position: absolute;
        stroke: none;
        fill: #efcb1b;
    }

    #login_BeeInvoice #corner_leftTop {
        left: 0;
        top: 0;
    }

    #login_BeeInvoice #corner_leftBottom {
        left: 0;
        bottom: 0;
    }

/*REGRESAR AL HOME*/
.cerrarlateral.omega,
.cerrarlateral.alpha {
    position: absolute;
    top: 0;
    opacity: 0;
    line-height: 100vh;
    font-size: 1000%;
    z-index: 1;
}

.cerrarlateral.omega {
    right: 10%;
}

.cerrarlateral.alpha {
    left: 10%;
}

.cerrarlateral a {
    vertical-align: middle;
}

    .cerrarlateral a:hover {
        color: #303030;
    }

    .cerrarlateral a[onclick = "regresarHome('registrarme')"]:hover {
        color: #303030;
        margin-right: -10px;
    }

    .cerrarlateral a[onclick = "regresarHome('entrar')"]:hover {
        color: #303030;
        margin-left: -10px;
    }

/*FOOTER HOME*/
body.homeBeeInvoice footer {
    height: 130px;
    background: none;
    padding: 0;
    position: relative;
}

    body.homeBeeInvoice footer.lowOpacity,
    body.homeBeeInvoice footer.lastSection {
        position: fixed;
        bottom: 30px;
        right: 15px;
        width: auto;
        height: 66px;
    }

        body.homeBeeInvoice footer.lowOpacity > p,
        body.homeBeeInvoice footer.lowOpacity > .scrollBtn.scrollDown,
        body.homeBeeInvoice footer.lastSection > p,
        body.homeBeeInvoice footer.lastSection > .scrollBtn.scrollDown {
            display: none;
        }

footer.lowOpacity .scrollBtn {
    opacity: .8;
}

footer.lowOpacity:hover .scrollBtn {
    opacity: 1;
}

footer.lowOpacity .scrollBtn.scrollTop {
    display: block;
}

.scrollBtn {
    cursor: pointer;
    display: inline-block;
    width: 30px;
    height: 40px;
    position: relative;
    font-size: 250%;
    padding: 5px;
    background: #dcdcdc;
    border-radius: 15px;
    transition: all ease-out .15s;
    -o-transition: all ease-out .15s;
    -moz-transition: all ease-out .15s;
    -webkit-transition: all ease-out .15s;
}

    .scrollBtn.scrollTop {
        display: none;
    }

.lastSection .scrollBtn.scrollTop {
    display: block;
    opacity: 1;
}

.lastSection .scrollBtn.scrollDown {
    opacity: .3;
}

.scrollBtn i {
    position: absolute;
    width: 100%;
    height: 100%;
    text-align: center;
    line-height: 130%;
    left: 0;
    top: 0;
    transition: all ease-out .15s;
    -o-transition: all ease-out .15s;
    -moz-transition: all ease-out .15s;
    -webkit-transition: all ease-out .15s;
}

.scrollBtn.scrollDown:hover i {
    line-height: 150%;
}

.scrollBtn.scrollTop:hover i {
    line-height: 110%;
}

/*FOOTER*/
footer {
    padding: 5px 0;
    height: 30px;
    background: #444;
    z-index: 10;
}

#logoBI_footer {
    height: 30px;
}

footer p {
    line-height: 30px;
}

#footerBI {
    height: auto;
    background: #222;
    padding: 0;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 99999;
    width: 100%;
}

    #footerBI p {
        opacity: 1;
    }

/*MENSAJES*/
.msjNotificacionBkgr {
    display: block;
    width: 100%;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    background: rgba(255, 255, 255, .8);
    z-index: 99;
}

.msjNotificacion {
    position: fixed;
    left: 50%;
    background: #f1eac6;
    border: 3px solid #efcb1b;
    padding: 5px 10px;
    /*padding-top: 20px;*/
    border-radius: 3px;
    z-index: 999;
}

    .msjNotificacion.shake {
        animation: shake .5s;
        -webkit-animation: shake .5s;
    }

@keyframes shake {
    0% {
        left: 49.5%;
    }

    10% {
        left: 50.5%;
    }

    30% {
        left: 49.5%;
    }

    60% {
        left: 50.5%;
    }

    100% {
        left: 50%;
    }
}

@-webkit-keyframes shake /* Safari and Chrome */
{
    0% {
        left: 49.5%;
    }

    10% {
        left: 50.5%;
    }

    30% {
        left: 49.5%;
    }

    60% {
        left: 50.5%;
    }

    100% {
        left: 50%;
    }
}

.bgLock {
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 998;
    background-color: rgba(255, 255, 255, .6);
}

.msjNotificacion.msjVerde {
    background: #E1FFEA;
    border: 3px solid #00B233;
}

.msjNotificacion.msjRojo {
    background: #ffdede;
    border: 3px solid #E50000;
}

/*CONTENIDO INTERNO DE PÁGINA*/
/*BIENVENIDA*/
#bienvenida_BeeInvoice {
    position: absolute;
    width: 100%;
    z-index: 9;
    background: #fff;
    overflow: hidden;
}

    #bienvenida_BeeInvoice > div {
        opacity: 0;
        margin-top: -18vh;
    }

        #bienvenida_BeeInvoice > div.animarBienvenida {
            opacity: 1;
            margin-top: -20vh;
            transition: all ease-out .15s;
            -o-transition: all ease-out .15s;
            -moz-transition: all ease-out .15s;
            -webkit-transition: all ease-out .15s;
        }

/*PÁGINAS*/
.wrapDropzone {
    width: 320px;
    margin: 0 auto;
}

.wrap_descargaLayout i,
.wrap_cargaLayout i {
    font-size: 300%;
}

.btn_download,
.btn_download.block,
.btn_upload {
    position: relative;
    height: auto;
    min-height: 310px;
    border: 3px dashed #bbb;
    border-radius: 20px;
    color: #bbb;
    transition: all ease-out .2s;
    -o-transition: all ease-out .2s;
    -moz-transition: all ease-out .2s;
    -webkit-transition: all ease-out .2s;
}

    .btn_upload > form.dropzone {
        position: absolute;
        width: 100%;
        height: 100%;
        z-index: 1;
    }

    .btn_download:hover,
    .btn_upload:hover {
        border-color: #444;
    }

    .btn_download > i,
    .btn_upload > i,
    .btn_upload > svg,
    .btn_upload > svg polygon, .btn_upload > svg path {
        height: 50px;
        width: 100%;
        position: absolute;
        top: 40px;
        left: 0;
        transition: all ease-out .15s;
        -o-transition: all ease-out .15s;
        -moz-transition: all ease-out .15s;
        -webkit-transition: all ease-out .15s;
    }

    .btn_upload > svg {
        width: 100%;
    }

        .btn_upload > svg path:not(.cls-4),
        .btn_upload > svg polygon {
            fill-opacity: .5;
            opacity: .3;
        }

        .btn_upload > svg .cls-4 {
            fill: #f1f1f1;
        }

    .btn_download > i.fa-arrow-down {
        top: 125px;
    }

    .btn_upload > i.fa-arrow-up {
        top: 135px;
    }

    .btn_download > i.fa-desktop,
    .btn_upload > i.fa-desktop {
        top: 220px;
    }

    .btn_download:hover > i,
    .btn_upload:hover > i {
        color: #444;
    }

    .btn_upload:hover > svg .cls-4 {
        fill: #efcb1b;
    }

    .btn_upload:hover > svg path,
    .btn_upload:hover > svg polygon {
        fill-opacity: 1;
        opacity: 1;
    }

    .btn_download:hover > i:nth-child(2) {
        text-decoration: none;
        top: 135px;
    }

    .btn_upload:hover > i:nth-child(2) {
        top: 125px;
    }

/*DROPZONE BOTONES*/
.dropzone {
    position: relative;
    overflow: hidden;
}

    .dropzone.dz-started:before {
        content: "";
        display: block;
        position: absolute;
        width: 100%;
        height: 100%;
        background: #f1f1f1;
        z-index: 1;
    }

.dz-default.dz-message {
    display: none;
}

.dz-remove {
    color: #be2626;
}

.dz-error-message {
    margin-top: 20px;
}
/*.jFiler-input-dragDrop{
            padding:0;
            background:none;
            border:none;
        }*/

/*STEPBEEINVOICE*/
.wrapperSteps {
    overflow-x: hidden;
}

    .wrapperSteps > div {
        display: block;
        width: 99999999px;
    }

.divStep {
    float: left;
}

/*On/Off switch*/
.onoffswitch {
    position: relative;
    width: 86px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
}

.onoffswitch-checkbox {
    display: none;
}

.onoffswitch-label {
    display: block;
    overflow: hidden;
    cursor: pointer;
    border: 2px solid #555555;
    border-radius: 20px;
}

.onoffswitch-inner {
    display: block;
    width: 200%;
    margin-left: -100%;
    transition: margin 0.3s ease-in 0s;
}

    .onoffswitch-inner:before, .onoffswitch-inner:after {
        display: block;
        float: left;
        width: 50%;
        height: 30px;
        padding: 0;
        line-height: 30px;
        font-size: 14px;
        color: white;
        font-family: Trebuchet, Arial, sans-serif;
        font-weight: bold;
        box-sizing: border-box;
    }

    .onoffswitch-inner:before {
        content: "SI";
        padding-left: 10px;
        background-color: #EFCB1B;
        color: #303030;
    }

    .onoffswitch-inner:after {
        content: "NO";
        padding-right: 10px;
        background-color: #555555;
        color: #FFFFFF;
        text-align: right;
    }

.onoffswitch-switch {
    display: block;
    width: 23px;
    margin: 3.5px;
    background: #FFFFFF;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 52px;
    border: 2px solid #555555;
    border-radius: 20px;
    transition: all 0.3s ease-in 0s;
}

.onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-inner {
    margin-left: 0;
}

.onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-switch {
    right: 0px;
}

/*CUSTOM*/
.bgAmarilloBeeInvoice {
    background: #f1eac6;
    border-radius: 4px;
}

/*LOADING*/
/*.hexagonContainer {
  position: absolute;
  width:124px;
  height:118px;
  left:50%;
  top:50%;
  margin-left:-62px;
  margin-top:-59px;
  z-index:999;
}

.hexagon {
    position: absolute;
    width: 40px;
    height: 23px;
    background-color: #efcb1b;
}
    .hexagon:before,
    .hexagon:after {
        content: "";
        position: absolute;
        top: -11px;
        left: 0;
        width: 0;
        height: 0;
        border-left: 20px solid transparent;
        border-right: 20px solid transparent;
        border-bottom: 11.5px solid #efcb1b;
    }
    .hexagon:after {
        top: 23px;
        border-left: 20px solid transparent;
        border-right: 20px solid transparent;
        border-top: 11.5px solid #efcb1b;
        border-bottom:none;
    }

.hex_1 { top: 11px; left: 21px; animation: Animasearch 2s ease-in-out .28s infinite;}
.hex_2{top:11px; left:63px; animation: Animasearch 2s ease-in-out .42s infinite;}
.hex_3{top:47px; left:84px; animation: Animasearch 2s ease-in-out .56s infinite;}
.hex_4{top:83px; left:63px; animation: Animasearch 2s ease-in-out .70s infinite;}
.hex_5{top:83px; left:21px; animation: Animasearch 2s ease-in-out .84s infinite;}
.hex_6{top:47px; left:0px; animation: Animasearch 2s ease-in-out .98s infinite;}*/

.loadingBeeInvoice {
    display: block;
    width: 100%;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    background: rgba(255, 255, 255, .8);
    z-index: 998;
}

    .loadingBeeInvoice:after {
        content: "";
        display: block;
        width: 224px;
        height: 185px;
        position: absolute;
        left: 50%;
        top: 50%;
        margin-left: -112px;
        margin-top: -93px;
        background: url(../Images/LogoBee.gif);
    }

@keyframes Animasearch {
    0% {
        transform: scale(1);
        opacity: 1;
    }

    15%, 50% {
        transform: scale(0.5);
        opacity: 0;
    }

    65% {
        transform: scale(1);
        opacity: 1;
    }
}

@-webkit-keyframes Animasearch {
    0% {
        transform: scale(1);
        opacity: 1;
    }

    15%, 50% {
        transform: scale(0.5);
        opacity: 0;
    }

    65% {
        transform: scale(1);
        opacity: 1;
    }
}

/*ERRORES*/
.oleoerror {
    font-family: 'Oleo Script', sans-serif;
    font-size: 2em;
    line-height: 150%;
    color: #444;
}

.sourceerror {
    font-family: 'Source Sans Pro', sans-serif;
    font-weight: normal;
    font-style: normal;
    font-size: 1.5em;
    color: #444;
}

.giferror {
    width: 100%;
    max-width: 401.06px;
    height: auto;
    position: relative;
}

.headerPageError {
    height: 140px;
    width: 100%;
    position: relative;
    top: 0;
    left: 0;
}

.ContentError {
    position: relative;
}

.wrap_1440Error {
    max-width: 1440px;
    margin: 0 auto;
}

.menuadmin {
    padding: 5px 0;
    height: 45px;
    background: #444;
    z-index: 10;
    width: 100%;
    max-width: 100%;
}

.inputMenuAdmin {
    height: 40px;
    padding: 0 0 0 10px;
    font-weight: normal;
    font-size: medium;
    line-height: 16px;
    background: none;
    position: relative;
    z-index: 1;
    background: #f1f1f1;
    border: 1px solid #D6D6D6;
    border-radius: 3px;
    margin-left: 10px;
}

.DTFC_LeftHeadWrapper {
    background-color: rgb(253, 244, 213);
}

.dt-button {
    position: relative;
    background: #555 !important;
    color: #fff !important;
    /*margin: 0 10px;*/
    border-radius: 0;
    /*font-variant:small-caps;*/
    /*text-transform:uppercase;*/
    font-family: 'Sansita One', cursive;
}

.dt-button-collection {
    width: 200px !important;
}

.buttons-columnVisibility {
    border-radius: 0;
    font-family: 'Sansita One', cursive;
    background: #555 !important;
    color: #fff !important;
}

    .buttons-columnVisibility.active {
        background: #EFCB1B !important;
        color: #303030 !important;
    }

/*.buttons-collection,
.buttons-collection:after {
    content: "";
    display: block;
    position: absolute;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 20px 10px 20px 0;
    border-color: transparent #555 transparent transparent;
    top: 0;
    left: -10px;
}*/

/*.buttons-collection:after {
    border-width: 20px 0 20px 10px;
    border-color: transparent transparent transparent #555;
    left: inherit;
    right: -10px;
}*/

/*RESPONSIVE*/
/* Estilos para un tamaño superior de 1024px */
@media screen and (max-width: 1440px) {
    .wrapPaquetes .nav_autoTabs > ul.gridSP.grid_3,
    .wrapPaquetes > .grid_9 {
        max-width: 100%;
    }

        .wrapPaquetes > .grid_9 > ul {
            margin-bottom: 20px;
        }

    .wrapPaquetes nav ul li {
        text-align: center;
        float: left;
        width: 16.66%;
    }

    .wrapPaquetes nav li.paqueteSelecionado:before {
        display: none;
    }

    .wrapPaquetes nav ul li:last-child > a {
        border-bottom: 1px solid rgba(239,203,27,1);
    }
}

@media screen and (max-width: 1024px) {
    .grid > .wrap_1024,
    .grid > .wrap_1440 {
        width: calc(100% - 2.08%);
    }

    div.wrap_1024.wrapSectionsFixed {
        margin-top: 0;
        position: relative;
        left: 0;
        margin-left: auto;
    }
}


@media screen and (max-width: 1360px) {
    .main {
        zoom: .8;
    }
}
