/* logo */
.logo {
    background-image: url(../img/svg/logotipo-fff.svg);
    background-size: auto;
    background-repeat: no-repeat;
    height: 6vh;
    margin: 10px;
}

.logo-color {
    display: block;
    width: 300px;
    height: 75px;
    background: url("../../svg/logo-color.svg");
    background-size: 300px 75px;
}

.img-login {
    background-image: url(../img/back-003-blur.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: left;
    height: 92vh;
    
}

@media (min-height: 320px) and (max-height: 920px) {

    .img-login {
        background-image: url(../img/back-003-blur.jpg) !important;
        background-size: cover !important;
        height: 100vh !important;

    }
}

/* colors */

.red-sc {
    background-color: #da4466 !important;
    color: #fff;
}

.grey-sc {
    background-color: #4f4f4f;
    color: white;
}


/* end colors */


/* spaces */

.space-001 {
    margin-top: 30vh;
}

@media (min-height: 560px) and (max-height: 570px) {
    .space-001 {
        margin-top: 8vh;
    }

    .wifi-signal-full {
        background-size: 2.5rem;
    }

}

@media (min-height: 470px) and (max-height: 490px) {
    .space-001 {
        margin-top: 8vh;
    }

}

.space-002 {
    margin-top: 17vh;
}

.space-003 {
    margin-top: 20vh;
}

.space-004 {
    margin-top: 25vh;
}

.space-005 {
    margin-top: 30vh;
}

.space-006 {
    margin-top: 2vh;
}


/* spaces */


/*---------------------------------------------------------- design */


/* buttons */
.btn-inactive {
    opacity: .5;
    filter: grayscale(1);
    pointer-events: none;
    cursor: not-allowed;
}

.btn-input-001 {
    background-color: #4f4f4f;
    color: #fff;
    padding: 0.2rem 1rem;
    border-radius: 15rem;
    width: 6rem;
}

.btn-input-001::placeholder {
    color: #fff;
}

.btn-001 {
    background-color: #da4466;
    color: #fff;
    width: 100%;
    text-align: center;
    text-transform: uppercase;
    padding: 10px 20px;
    text-decoration: none;
    float: right;
    transition: 0.3s;
    font-size: 1.2rem;
}

.btn-001:hover {
    transform: scale(0.8);
    transition: 0.5s;
    filter: grayscale(1);
    color: white !important;
}


/* end buttons */


/* text */


/* links */

.text-link {
    transition: 1s;
}

.text-link a {
    color: #da4466;
    text-decoration: none;
    font-weight: bolder;
}

.text-link:hover {
    text-decoration: none;
    transform: scale(1.5);
    transition: 0.3s;
}


/* end links */


/* end text */


/* inputs */

.input-sc {
    font-size: 1.2rem;
    color: #000000 !important;
    border: solid 1px rgb(233, 233, 233);
    border-radius: 25px !important;
    padding: 6px 14px;
    transition: 2s;
    width: 100%;
}

.input-sc:hover {
    box-shadow: 5px 8px 9px 0px rgba(71, 68, 69, 0.75);
    transition: 0.3s;
}

.input-sc:focus {
    outline: none;
    color: black;
}


/* end inputs */


/* images */


/* end images */


/* login */

.banner-login div p {
    text-align: left;
    color: white;
}

.banner-login div h3 {
    text-align: center;
    color: white;
    font-weight: 500;
}

.btn-login {
    border-radius: 100px;
    border: none;
    background-color: #EE3160;
    color: #fff;
    float: inline-end;
    padding: 0.5rem 2rem;
    text-transform: uppercase;
}

/* login */


/* PRODUCTS */

.title-01 {
    display: flex;
    margin-left: 6vw;
    margin-top: 6vh;
}

.title-01 img {
    height: 12vh;
    z-index: 2;
}

/* END PRODUCTS */


/* DETAILS */

.title-03 {
    display: flex;
    margin-left: 6vw;
    margin-top: 6vh;
}

.title-03 img {
    height: 12vh;
    z-index: 2;
}

.title-03 .title-03-base {
    text-transform: uppercase;
    background-color: #4f4f4f;
    color: #fff;
    line-height: 8vh;
    height: 7.5vh;
    padding-left: 3vw;
    width: 20vw;
    border-radius: 0px 50px 50px 0px;
    margin-left: -2.3vw;
    margin-top: 2vh;
}


/* END DETAILS */


/* CALCULATOR */


/* selectors */

.selector-01 div span {
    font-size: 1.2rem;
    color: #a0a0a0;
}


/* END CALCULATOR */

.title-02 {
    display: flex;
    margin-left: 6vw;
    margin-top: 6vh;
}

.title-02 img {
    height: 12vh;
    z-index: 2;
}

.title-02 .label {
    text-transform: uppercase;
    background-color: #4f4f4f;
    color: #fff;
    padding-left: 6vw;
    width: 30vw;
    border-radius: 0px 100px 100px 0px;
    margin-left: -4.5vw;
    text-align: left;
}

.title-02 .label h3 {
    font-weight: bolder;
}


/* end title */


/*---------------------------------------------------------- end design */


/* locks */

.loked {
    /* filter: grayscale(1);*/
    opacity: 0.6;
    pointer-events: none;
    transition: 0.5;
}

.loked2 {
    /* filter: grayscale(1);*/
    opacity: 0.3;
    transition: 1s;
}

.unloked {
    filter: grayscale(0);
    opacity: 1;
}

.unloked-btn {
    filter: grayscale(0);
    opacity: 1;
    transform: scale(1.2);
    transition: 0.5s;
}


/* end locks */

.font-12 {
    font-size: 12px !important;
}

.font-18 {
    font-size: 18px !important;
}

.fright {
    float: right !important;
}

.fleft {
    float: left !important;
}

.container-serial {
    position: absolute;
    top: 56vh;
    width: 100%;
}


/* camera */

#container-scan video {
    max-width: 100%;
    width: 100%;
}

#container-scan {
    max-width: 100%;
    max-height: 100%;
    position: absolute;
    top: 0px;
    z-index: 1001;
}

canvas {
    max-width: 100%;
}

canvas.drawingBuffer {
    position: absolute !important;
    top: 0;
    left: 0;
    z-index: -1;
}


/* end camera */

html {
    -webkit-text-size-adjust: none
}

.noselect {
    -webkit-touch-callout: none;
    /* iOS Safari */
    -webkit-user-select: none;
    /* Safari */
    -khtml-user-select: none;
    /* Konqueror HTML */
    -moz-user-select: none;
    /* Old versions of Firefox */
    -ms-user-select: none;
    /* Internet Explorer/Edge */
    user-select: none;
    /* Non-prefixed version, currently
                                    supported by Chrome, Edge, Opera and Firefox */
}

body {
    touch-action: manipulation;
}

.no-scroll {
    overflow: hidden;
}

.wrap-text {
    -ms-word-break: break-all;
    word-break: break-all;
    word-break: break-word;
    /* Sólo WebKit -NO DOCUMENTADO */
    -ms-hyphens: auto;
    /* Guiones para separar en sílabas */
    -moz-hyphens: auto;
    /*  depende de lang en <html>      */
    -webkit-hyphens: auto;
    hyphens: auto;
}

.modal-body {
    position: relative;
    padding: 5px;
}


/* select filter */

.select {
    position: relative;
    display: inline-block;
    margin-bottom: 15px;
    width: 100%;
}

.select select {
    font-family: 'Arial';
    display: inline-block;
    text-align: center !important;
    cursor: pointer;
    padding: 10px 15px;
    outline: 0;
    border: 0px solid #000000;
    border-radius: 100px;
    background: #4f4f4f;
    color: #ffffff;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
}

.select-75 {
    width: 65% !important;
}

.select select::-ms-expand {
    display: none;
}

.select select:hover,
.select select:focus {
    color: #ffffff;
    background: #4f4f4f;
}

.select select:disabled {
    opacity: 0.5;
    pointer-events: none;
}

.select_arrow {
    position: absolute;
    top: 16px;
    right: 15px;
    width: 0px;
    height: 0px;
    border: solid #7b7b7b;
    border-width: 0 3px 3px 0;
    display: inline-block;
    padding: 3px;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    opacity: 0;
}

.select select:hover~.select_arrow,
.select select:focus~.select_arrow {
    border-color: #000000;
}

.select select:disabled~.select_arrow {
    border-top-color: #cccccc;
}

.select {
    text-align: center;
}


/* end select filter */


/* btn sc */

.btn-sc-red {
    background-color: #da4466;
    color: #fff;
    text-align: center;
    border-radius: 100px;
    padding: 10px;
    text-transform: uppercase;
    /* margin-bottom: 2vh; */
    border: none;
    width: 100%;
}

.btn-sc-grey {
    background-color: #4f4f4f;
    color: #fff;
    text-align: center;
    border-radius: 100px;
    padding: 10px;
    text-transform: uppercase;
    /* margin-bottom: 2vh; */
    border: none;
}

.btn-grey-icon {
    background-color: #4f4f4f;
    box-shadow: inset 0px 0px 8px black;
    color: #fff;
    border-radius: 100px;
    padding: 5px 8px;
    text-transform: uppercase;
    border: none;
    margin-top: 0.5rem;
}

.btn-grey-icon img {
    height: 3rem;
    margin-right: 0.5rem;
}


/* end btn sc */


/* sales details */

.switch {
    position: relative;
    display: block;
    width: 55px;
    height: 25px;
    float: right;
}

.switch input {
    opacity: 0;
    width: 0 !important;
    height: 0;
}

.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #da4466;
    border: solid 1px rgb(168, 168, 168);
    box-shadow: inset 0px 0px 8px black;
    -webkit-transition: .4s;
    transition: .4s;
    border-radius: 50px !important;
    height: 2.2rem;
    width: 5rem;
}

.slider:before {
    position: absolute;
    content: "";
    height: 15px;
    width: 15px;
    left: 4px;
    bottom: 4px;
    background-color: white;
    box-shadow: 0px 0px 10px black;
    -webkit-transition: .4s;
    transition: .4s;
}

input:checked+.slider {
    background-color: #41C4E2;
    box-shadow: inset 0px 0px 5px rgb(14, 53, 75);
}

input:focus+.slider {
    box-shadow: 0 0 1px #41C4E2;
    box-shadow: inset 0px 0px 5px rgb(14, 53, 75);
    ;
}

input:checked+.slider:before {
    -webkit-transform: translateX(26px);
    -ms-transform: translateX(26px);
    transform: translateX(26px);
}


/* Rounded sliders */

.slider.round {
    border-radius: 34px;
}

.slider.round:before {
    border-radius: 50%;
}

.slide-btn-row .col-xs-6 {
    line-height: 4rem !important;
    padding-top: 1rem;
}

.slide-btn-row {
    background-color: #4f4f4f;
    color: white;
    padding: 8px 0px;
    line-height: 3rem;
}

.options-slide {
    margin-top: -2vh;
    height: 19vh;
    background-color: #4f4f4f;
    padding-top: 1.3rem;
}

.options-slide3 {
    height: 19vh;
    background-color: #4f4f4f;
    padding-top: 1.3rem;
}

.options-slide2 {
    margin-top: -2vh;
    height: 9vh;
    background-color: #4f4f4f;
    padding-top: 1.3rem;
}

.alert-01 {
    color: white;
    text-align: center;
    width: 100%;
    background-color: #da4466;
    line-height: 1.5rem;
    margin-top: 0.5rem;
}

.btn-foother {
    position: absolute;
    bottom: 6rem;
}

.isDisabled {
    pointer-events: none;
    cursor: not-allowed;
}

input[type="file"] {
    display: none;
}

.custom-file-upload {
    height: 100px;
    background-image: url(../img/svg/folder.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100px;
}

.custom-cam-upload {
    height: 100px;
    background-image: url(../img/svg/cam.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100px;
}

.box-2 {
    padding: 0.5em;
    width: calc(100% - 1em);
    height: 30vh;
}

.anim-reload-btn {
    display: block;
    height: 3rem;
    width: 3rem;
    background-repeat: no-repeat;
    background-size: 3rem;
    position: absolute;
    top: 0.5vh;
    right: 1vw;
}


/* btn x input  */

#searchinput {
    width: 100%;
}

#searchclear {
    position: absolute;
    right: 6px;
    top: 0;
    bottom: 0;
    height: 28px;
    margin: auto;
    font-size: 24px;
    cursor: pointer;
    color: #ccc;
}

.alert-title {
    background-color: #373737;
    color: #fff;
    padding: 0.5rem;
    margin: 0.5rem 0rem;
    /* display: block ruby; */
}

.point-progress {
    background-color: #41C4E2;
    box-shadow: inset 2px 0px 8px rgba(2, 21, 32, 0.6);
    border-radius: 15px;
    width: auto;
    float: right;
    padding: .1rem 1rem;
}

.searchclear {
    position: absolute;
    right: 6px;
    top: 0;
    bottom: 0;
    height: 28px;
    margin: auto;
    font-size: 24px;
    cursor: pointer;
    color: #ccc;
}

.glyphicon-remove-circle {
    display: block;
    height: 20px;
    width: 20px;
    background-image: url(../img/svg/clear-search.svg);
    background-repeat: no-repeat;
    background-size: 20px;
    opacity: .7;
}

.searchclear-2 {
    right: 20px !important;
    font-size: 22px !important;
    top: 3px !important;
}

.btn-clear {
    position: absolute;
    right: 4px;
    top: 0;
    bottom: 0;
    height: 18px;
    margin: auto;
    font-size: 18px;
    cursor: pointer;
    color: #ccc;
}


/* btn x input  */

.web-link {
    color: #ffffff !important;
    position: fixed;
    bottom: 1rem;
    left: 1rem;
}


/* breadcrumb */


/* Style the list */

ul.breadcrumb {
    padding: 10px 16px;
    list-style: none;
    height: 3rem;
    background-color: #eee;
    margin-bottom: 0px;
}


/* Display list items side by side */

ul.breadcrumb li {
    display: inline;
    font-size: 1.3rem;
}


/* Add a slash symbol (/) before/behind each list item */

ul.breadcrumb li+li:before {
    padding: 8px;
    color: black;
    content: "/\00a0";
}


/* Add a color to all links inside the list */

ul.breadcrumb li a {
    color: #3c3c3c;
    text-decoration: none;
}


/* Add a color on mouse-over */

ul.breadcrumb li a:hover {
    color: #3c3c3c;
    text-decoration: underline;
}

.flex {
    display: flex;
}

.camp-pass span {
    cursor: pointer;
    width: 4rem;
    display: block;
    float: right;
    margin-top: -2.2rem;
    z-index: 3;
    position: relative;
}

.camp-pass img {
    height: 1.5rem;
}


/* color text*/

.yellow-text {
    color: #DDAC4A !important;
}

.blue-text {
    color: #4BA1DB !important;
}

.green-text {
    color: #5ED84C !important;
}


/*color progress bar*/

.grey-bar {
    background-color: #777777 !important;
}

.yellow-bar {
    background-color: #DDAC4A !important;
}

.blue-bar {
    background-color: #4BA1DB !important;
}

.green-bar {
    background-color: #5ED84C !important;
}

.red-bar {
    background-color: red !important;
}

.progress-back-color {
    display: -ms-flexbox !important;
    display: block !important;
    height: 100% !important;
    overflow: hidden !important;
    font-size: 100% !important;
    background-color: #777777 !important;
    border-radius: 100px;
    margin-bottom: 0px !important;
}

.progress-back-color2 {
    /*  display: -ms-flexbox !important;
    display: block !important; */
    height: 20px !important;
    overflow: hidden !important;
    font-size: 100% !important;
    background-color: #777777 !important;
    border-radius: 100px;
    margin-bottom: 0px !important;
}

.progress-back-color2 span {
    width: 100px;
    z-index: 2;
    color: rgb(255, 255, 255);
    /* top: 50%;
    left: 0%; */
    transform: translate(0%, 8%);
    position: absolute;
}

.progress-bar {
    position: relative;
}


/*end progress bar*/

.dataTables_scrollHeadInner table {
    margin-bottom: 0px !important;
}

#show-vide-auto-scan.viewport {
    width: 640px;
    height: 480px;
}

#show-vide-auto-scan.viewport canvas,
video {
    float: left;
    width: 640px;
    height: 50%;
    object-fit: cover !important;
}

#show-vide-auto-scan.viewport canvas.drawingBuffer,
video.drawingBuffer {
    margin-left: -640px;
}


@media (max-width: 603px) {
    #show-vide-auto-scan.viewport {
        width: 100vw;
        height: 100%;
        object-fit: cover !important;
        overflow: hidden;
    }

    #show-vide-auto-scan.viewport canvas,
    video {
        width: 100vw;
        height: 100%;
    }

    #show-vide-auto-scan.viewport canvas.drawingBuffer,
    video.drawingBuffer {
        margin-left: -100vw;
    }
}

.audio_scan {
    display: none;
}

.corner-50 {
    border-radius: 50% !important
}

.group {
    background-color: #313131 !important;
}

.group>td {
    color: #fff;
}

.tex-center {
    text-align: center;
}

.btn-server-modal a img {
    display: none;
}

.btn-server-modal {
    position: absolute;
    display: none;
    top: 1rem;
    left: 1rem;
}

.modal_server {
    display: none;
}

.btn-server-modal {
    display: none;
}

.regular-table {
    border-collapse: collapse;
    border-bottom: 1px solid #ddd;
}

.regular-table>thead {
    background-color: #313131;
    color: #fff;
}

.regular-table>th {
    padding: 8px 10px;
    border: 1px solid #ddd;
    width: 117px;
    box-sizing: border-box;
}

.regular-table>tbody {
    height: 160px;
    overflow-y: scroll
}

.table>tbody>tr>td, .table>tbody>tr>th, .table>tfoot>tr>td, .table>tfoot>tr>th, .table>thead>tr>td, .table>thead>tr>th {
    vertical-align: middle !important;
}

.tag-img-01 {
    border: solid 1px #4f4f4f;
    position: absolute;
    bottom: 2.5rem;
    border-radius: 50px !important;
    padding: 0.5rem 1rem;
    background-color: rgba(255, 255, 255, .7);
    backdrop-filter: blur(4px);
    width: auto;
    left: 2.5rem;
}

.btn-hover {
    opacity: 1;
    text-decoration: none !important;
    transition: 0.5s;
    cursor: pointer !important;
}

.btn-no {
    border: none;
    background: none;
}

.btn-pluss {
    padding: 10px;
    width: 33px;
    margin-left: 10px;
    text-align: center;
    border-radius: 50% !important;
    text-decoration: none !important;
}

.red-pink {
    background-color: #EE3160 !important;
    color: white !important;
}

.action_disabled {
    pointer-events: none;
    opacity: 0.5;
}

.image-crop {
    width: 95vw;
    margin-top: 0rem;
}

.btn-swift {
    border-radius: 50px !important;
    padding: 5px 15px;
    /* display: flex; */
    border: none;
    text-decoration: none !important;
    font-size: 12px !important;
    line-height: 20px !important;
    text-transform: uppercase !important;
    text-align: center;
}

button.btn-swift:disabled {
    opacity: 0.5;
    cursor: not-allowed !important;
}

.w-30 {
    width: 30% !important;
}

.w-35 {
    width: 35% !important;
}

.w-40 {
    width: 40% !important;
}



.w-45 {
    width: 45% !important;
}

/* shipping */
.info-var-grey {
    background-color: #4f4f4f;
    color: #fff;
    padding: .5rem 1rem;
    font-weight: 100;
    font-size: .8rem;
}

.var-dark-grey {
    background-color: #313131;
    color: #fff;
    padding: .5rem 1rem;
    font-weight: 100;
}

.var-dark-grey .searchButton-02 {
    border: solid 1px #fff;
}

.n-resuklt-box label {
    text-align: right;
    float: right;
}

.btn-box-info {
    margin: .2rem;
    border: solid 1px #fff;
    border-radius: 50px;
    text-align: center;
    padding: 0.5rem .2rem;
    background-color: rgba(0, 0, 0, 0);
    color: #fff;
    width: 100%;
}

.alert-red {
    padding: .5rem 1rem;
    background-color: #da4466;
    color: #fff;
}

.info-left-box {
    font-size: .9rem;
    border-left: solid 1px #fff;
}

.info-left-box label {
    text-align: right;
    float: right;
}

/* end shipping */
.scroll-vertical {
    display: flex;
    width: 100%;
    overflow: auto;
    border-left: solid 1px #ffffff46;
    border-right: solid 1px #ffffff46;
    padding: 0rem 1rem;
}

.scroll-vertical-btn {
    color: #fff;
    font-size: 2rem
}
.h-45{
    height: 45%;
}