/* 
    Created on : 15-jul-2020
    Author     : DVico
*/
@font-face {
    font-family: 'saasti-truck-icons';
    src:  url('fuentes/font/saasti-truck-icons.eot?5r0ykz');
    src:  url('fuentes/font/saasti-truck-icons.eot?5r0ykz#iefix') format('embedded-opentype'),
        url('fuentes/font/saasti-truck-icons.ttf?5r0ykz') format('truetype'),
        url('fuentes/font/saasti-truck-icons.woff?5r0ykz') format('woff'),
        url('fuentes/font/saasti-truck-icons.svg?5r0ykz#saasti-truck-icons') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: block;
}
@font-face {
    font-family: 'precinto-font';
    src:  url('fuentes/font/precinto-font.eot?om02r0');
    src:  url('fuentes/font/precinto-font.eot?om02r0#iefix') format('embedded-opentype'),
        url('fuentes/font/precinto-font.ttf?om02r0') format('truetype'),
        url('fuentes/font/precinto-font.woff?om02r0') format('woff'),
        url('fuentes/font/precinto-font.svg?om02r0#precinto-font') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: block;
}

[class^="iconoprecinto-"], [class*=" iconoprecinto-"] {
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: 'precinto-font' !important;
    speak: never;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;

    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.iconoprecinto-precinto:before {
    content: "\e900";
}
[class^="icono-"], [class*=" icono-"] {
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: 'saasti-truck-icons' !important;
    speak: never;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;

    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.icono-contenedor:before {
    content: "\e902";
}
.icono-remolque:before {
    content: "\e900";
}
.icono-cabina:before {
    content: "\e901";
}
.saastico{
    color: cornflowerblue;
}
.iconoprecinto-precinto{
    font-size: 140%;
    padding: 0.3vw 0.3vw 0px 0px;
    top: 6px;
    position: relative;
}
.icono-contenedor{
    font-size: 80%;
}
html {
    font-size: 1rem;
}
body, input[Type="button"], header{
    font-family: "verdana";
    font-size: 3.5vw ;
    color: #282828;
}
.logo-grupamar{
    width: 147px;
    height: 34px;
    padding: 0px;
    margin: 0px;
}
.no-pm{
    padding: 0px;
    margin: 0px;
}
.txt-img{
    color:grey;
    font-style: italic;
}
@media (max-width: 1000px) {
    .txt-img{
        font-size: 1.5vw;
    }
}
@media (max-width: 420px) {
    body, input[Type="button"], header, .btn{
        font-family: "verdana";
        font-size: 3.5vw ;
        color: #282828;
    }
    body > header > div > div > div:nth-child(2){
        flex: 1;
    }
}
@media (max-width: 380px) {
    .btn-iniciar{
        height: 70px;
    }

}
.letramin{
    font-size: 1vw !important;
}
@media (min-width: 1000px) {
    body, input[Type="button"], header{
        font-size: 2vw;
    }

}
@media (min-width: 1300px) {
    body, input[Type="button"], header{
        font-size: 1vw;
    }

}

.bg-color{
    background: #93cede; /* Old browsers */
    background: -moz-linear-gradient(top,  #93cede 0%, #75bdd1 41%, #49a5bf 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top,  #93cede 0%,#75bdd1 41%,#49a5bf 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom,  #0e71b7 0%,#2196F3 41%,#0065b5 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#93cede', endColorstr='#49a5bf',GradientType=0 ); /* IE6-9 */
}

[class^="flaticon-"]:before, [class*=" flaticon-"]:before, [class^="flaticon-"]:after, [class*=" flaticon-"]:after {
    font-size: 10vw;
    float: left;
    position: relative;
    bottom: 0px;
    right: 10px;
}
.txt-bold{
    font-weight: bold;
}

.active.show .color-red{
    color: red;
}
.color-blue{
    color: blue;
}
.color-white{
    color: white;
}
.active.show .color-green{
    color: rgba(19,191,17,1) ;
}
.hidden{
    display: none !important;
}
.sinbordes{
    background-color: white !important;
    border: none;
}
label{
    display: contents;
}
input:focus{
    color: #495057;
    background-color: #fff;
    border-color: #80bdff;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(0,123,255,.25);
}
.0-mp{
    padding: 0px;
    margin: 0px;
}

.container-content{
    border: 4px solid rgb(0 123 255 / 17%);
    padding: 0px;
}
.pt-10{
    padding-top: 10px;
}
.pt-40{
    padding-top: 40px;
}
.pb-100{
    padding-bottom: 100px;
}
.pb-40{
    padding-bottom: 40px;
}
.pb-20{
    padding-bottom: 20px;
}
.pb-10{
    padding-bottom: 10px;
}

#Itiporden ::before{
    left: 13%;
}

.container > row > *{
    border: 5px solid black;
}
.bsb1{
    border: 1px solid black;
}
.bsg1{
    border: 1px solid grey;
}
.col-merc.actived{
    background-color: green !important;
}
.col-merc{
    background-color: grey;
    color: white;
}
.bd-rd4{
    border-radius: 4px;   
}
.link-tel{
    color: rgba(19,191,17,1);
    font-weight: bold;
    padding-right: 2px;
    text-decoration: none;
}
.link-dir{
    color: red;
    font-weight: bold;
    padding-left: 2px;
    text-decoration: none;
}
.text-dec-none:hover {
    text-decoration: none; 
}
.bg-lightblue{
    background-color: rgb(0 123 255 / 17%);
    margin-top: 5px;
    -moz-box-shadow: 10px 10px 5px 0px rgba(0,0,0,0.75);
}
.nav-pills .nav-link.active, .nav-pills .show>.nav-link {
    color: #fff;
    background-color: #007bff9e;
}
/*.swal2-title{
    font-size: 3vw !important;
}*/
.fs-2rem{
    font-size: 1.3rem;
}
.btn-close{
    background-color: #bab4b4 !important;
    color: white !important;
}
.btn-estimacion, .btn-fecha, .btn-finalizar, .btn-finalizar-fallido, .btn-save-motivo, .btn-save-images{
    background-color: #007bff9e !important;
    color: white !important;
}
.btn-flecha{
    background-color: #5290d2 !important;
    color: white !important;
}
.no-borders{
    border: none;
    background-color: transparent;
}

.btn{
    display: block;
    text-align: center;
    cursor: pointer;
    border: none;
    /* height: 75px; */
    max-width: 200px;
    /* width: AUTO; */
    /* padding: 0 14px; */
    border-radius: 5px;
    -webkit-box-shadow: inset 0 -3px 0 0 rgba(0, 0, 0, 0.15);
    -moz-box-shadow: inset 0 -3px 0 0 rgba(0, 0, 0, 0.15);
    box-shadow: inset 0 -3px 0 0 rgba(0, 0, 0, 0.15);
    /* font-size: 18px; */
    line-height: 18px;
    -webkit-transition-property: background-color;
    -webkit-transition-duration: 0.2s;
    -webkit-transition-timing-function: linear;
    -moz-transition-property: background-color;
    -moz-transition-duration: 0.2s;
    -moz-transition-timing-function: linear;
    -ms-transition-property: background-color;
    -ms-transition-duration: 0.2s;
    -ms-transition-timing-function: linear;
    -o-transition-property: background-color;
    -o-transition-duration: 0.2s;
    -o-transition-timing-function: linear;
    transition-property: background-color;
    transition-duration: 0.2s;
    transition-timing-function: linear;
    background: #61adff;
    color: white !important;
}
.btn-danger {
    color: #fff !important;
    background-color: #dc3545 !important;
    border-color: #dc3545 !important;
}
.btn-iniciar{
    background-color: #da4f49c4 !important;
    color: white !important;
    max-width: 230px;
}
.btn i {
    line-height: 25px;
}
.btn:active,
.btn:active i {
    line-height: 21px;
}
.btn.btn-primary,
.btn.btn-info,
.btn.btn-success,
.btn.btn-warning,
.btn.btn-danger,
.btn.btn-inverse {
    -webkit-box-shadow: inset 0 -3px 0 0 rgba(0, 0, 0, 0.2);
    -moz-box-shadow: inset 0 -3px 0 0 rgba(0, 0, 0, 0.2);
    box-shadow: inset 0 -3px 0 0 rgba(0, 0, 0, 0.2);
}
.btn:hover,
.btn:focus {
    background: #e6e6e6;
    color: #222222 !important;
}
.btn.btn-primary {
    background: #0088cc;
    color: #fafafa;
    /* font-size: 8px; */
}
.btn.btn-primary:hover,
.btn.btn-primary:focus {
    background: #006da3;
    color: #fafafa;
}
.btn.btn-info {
    background: #49afcd;
    color: #fafafa;
}
.btn.btn-info:hover,
.btn.btn-info:focus {
    background: #339bba;
    color: #fafafa;
}
.btn.btn-success {
    background: #5bb75b;
    color: #fafafa;
}
.btn.btn-success:hover,
.btn.btn-success:focus {
    background: #47a247;
    color: #fafafa;
}
.btn.btn-warning {
    background: #faa732;
    color: #fafafa;
}
.btn.btn-warning:hover,
.btn.btn-warning:focus {
    background: #f9960a;
    color: #fafafa;
}
/*.btn.btn-danger {
  background: #da4f49;
  color: #fafafa;
}*/
.btn.btn-danger:hover,
.btn.btn-danger:focus {
    background: #d0312a;
    color: #fafafa;
}
.btn.btn-inverse {
    background: #363636;
    color: #fafafa;
}
.btn.btn-inverse:hover,
.btn.btn-inverse:focus {
    background: #222222;
    color: #fafafa;
}
.btn span {
    pointer-events: none;
}
.btn:hover {
    text-decoration: none;
}
.btn:focus {
    text-decoration: none !important;
    outline: none !important;
    box-shadow: none;
}
.btn:active {
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
    box-shadow: none !important;
}
.btn-small {
    height: 30px;
    padding: 0 10px;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 -2px 0 0 rgba(0, 0, 0, 0.15);
    -moz-box-shadow: inset 0 -2px 0 0 rgba(0, 0, 0, 0.15);
    box-shadow: inset 0 -2px 0 0 rgba(0, 0, 0, 0.15);
    font-size: 14px;
    line-height: 28px;
}
.btn-small i {
    line-height: 28px;
}
.btn-small:active,
.btn-small:active i {
    line-height: 30px;
}
.btn-small.btn-primary,
.btn-small.btn-info,
.btn-small.btn-success,
.btn-small.btn-warning,
.btn-small.btn-danger,
.btn-small.btn-inverse {
    -webkit-box-shadow: inset 0 -2px 0 0 rgba(0, 0, 0, 0.2);
    -moz-box-shadow: inset 0 -2px 0 0 rgba(0, 0, 0, 0.2);
    box-shadow: inset 0 -2px 0 0 rgba(0, 0, 0, 0.2);
}
.btn-large {
    height: 50px;
    padding: 0 18px;
    border-radius: 6px;
    -webkit-box-shadow: inset 0 -4px 0 0 rgba(0, 0, 0, 0.15);
    -moz-box-shadow: inset 0 -4px 0 0 rgba(0, 0, 0, 0.15);
    box-shadow: inset 0 -4px 0 0 rgba(0, 0, 0, 0.15);
    font-size: 22px;
    line-height: 46px;
}
.btn-large i {
    line-height: 46px;
}
.btn-large:active,
.btn-large:active i {
    line-height: 50px;
}
.btn-large.btn-primary,
.btn-large.btn-info,
.btn-large.btn-success,
.btn-large.btn-warning,
.btn-large.btn-danger,
.btn-large.btn-inverse {
    -webkit-box-shadow: inset 0 -4px 0 0 rgba(0, 0, 0, 0.2);
    -moz-box-shadow: inset 0 -4px 0 0 rgba(0, 0, 0, 0.2);
    box-shadow: inset 0 -4px 0 0 rgba(0, 0, 0, 0.2);
}
.btn-xlarge {
    height: 60px;
    padding: 0 22px;
    border-radius: 7px;
    -webkit-box-shadow: inset 0 -5px 0 0 rgba(0, 0, 0, 0.15);
    -moz-box-shadow: inset 0 -5px 0 0 rgba(0, 0, 0, 0.15);
    box-shadow: inset 0 -5px 0 0 rgba(0, 0, 0, 0.15);
    font-size: 26px;
    line-height: 55px;
}
.btn-xlarge i {
    line-height: 55px;
}
.btn-xlarge:active,
.btn-xlarge:active i {
    line-height: 60px;
}
.btn-xlarge.btn-primary,
.btn-xlarge.btn-info,
.btn-xlarge.btn-success,
.btn-xlarge.btn-warning,
.btn-xlarge.btn-danger,
.btn-xlarge.btn-inverse {
    -webkit-box-shadow: inset 0 -5px 0 0 rgba(0, 0, 0, 0.2);
    -moz-box-shadow: inset 0 -5px 0 0 rgba(0, 0, 0, 0.2);
    box-shadow: inset 0 -5px 0 0 rgba(0, 0, 0, 0.2);
}
.btn-inline {
    display: inline-block;
    vertical-align: middle;
}
.background-red{
    background-color: red !important;
}
.background-green{
    background-color: #13bf11ba !important;
}
.background-lightred.active.show{
    background-color: #c000004d !important;
    color: white;
    border: 3px solid #fb0a0a4f !important;
}
.background-lightgreen.active.show{
    background-color: #13bf11ba !important;
    background-color: #16c00059 !important;
    color: white;
    border: 3px solid #16c00059!important;
}
.modal-header, .modal-footer{
    border: none;
}
.b3px{
    border: 3px solid #ce0d0d00 !important;
}
.mr-5{
    margin-right: 5px;
}


[type="file"] {
    height: 0;
    overflow: hidden;
    width: 0;
}

[type="file"] + label {
    background: #007bff9e;
    border: none;
    border-radius: 5px;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-family: 'Rubik', sans-serif;
    font-size: inherit;
    font-weight: 500;
    margin-top: 3rem;
    outline: none;
    padding: 1rem 50px;
    position: relative;
    transition: all 0.3s;
    vertical-align: middle;

    &:hover {
        background-color: darken(#f15d22, 10%);
    }

    &.btn-1 {
        background-color: #f79159;
        box-shadow: 0 6px darken(#f79159, 10%);
        transition: none;

        &:hover {
            box-shadow: 0 4px darken(#f79159, 10%);
            top: 2px;
        }
    }

    &.btn-2 {
        background-color: #99c793;
        border-radius: 50px;
        overflow: hidden;

        &::before {
            color: #fff;
            content: "\f382";
            font-family: "Font Awesome 5 Pro";
            font-size: 100%;
            height: 100%;
            right: 130%;
            line-height: 3.3;
            position: absolute;
            top: 0px;
            transition: all 0.3s;
        }

        &:hover {
            background-color: darken(#99c793, 30%);

            &::before {
                right: 75%;
            }
        }
    }

    &.btn-3 {
        background-color: #ee6d9e;
        border-radius: 0;
        overflow: hidden;
        span {
            display: inline-block;
            height: 100%;
            transition: all 0.3s;
            width: 100%;
        }

        &::before {
            color: #fff;
            content: "\f382";
            font-family: "Font Awesome 5 Pro";
            font-size: 130%;
            height: 100%;
            left: 0;
            line-height: 2.6;
            position: absolute;
            top: -180%;
            transition: all 0.3s;
            width: 100%;
        }

        &:hover {
            background-color: darken(#ee6d9e, 30%);
            span {
                transform: translateY(300%);
            }

            &::before {
                top: 0;
            }
        }
    }
}
.bg-color-red{
    background-color: red;   
}
.imagen-subida{
    background-attachment: fixed;
    overflow: scroll;

}
.input-not-valid-value{
    background-color: #E9E9E9 !important;
    color: #CC0000 !important;
    border-color: #00368c !important;
    font-weight:bold !important;
    margin-right:5px;
}

.label-not-valid-value {
    color: #0048a8 !important;
    font-weight:bold !important;
}
.label-not-valid-oid {
    color: #d6264e !important;
    font-weight:bold !important;
}
.required-state{
    /* border: 2px solid #0048a85c !important; */
}

div#imgSalidaFallido {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50%;
    overflow: overlay;
    width: 100%;
    height: 100%;
}
div#imgSalida, div#imgSalidaAlbaran {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50%;
    overflow: overlay;
    width: 100%;
    height: 100%;
    padding-top: 10px;

}


.color-grp{
    font-weight: bold;
    color: #05326d;
}


/* The switch - the box around the slider */
.switch {
    position: relative;
    display: inline-block;
    width: 60px;
    height: 34px;
    float:right;
}

/* Hide default HTML checkbox */
.switch input {display:none;}

/* The slider */
.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: .4s;
}

.slider:before {
    position: absolute;
    content: "";
    height: 26px;
    width: 26px;
    left: 4px;
    bottom: 4px;
    background-color: white;
    -webkit-transition: .4s;
    transition: .4s;
}

input.default:checked + .slider {
    background-color: #444;
}
input.primary:checked + .slider {
    background-color: #2196F3;
}
input.success:checked + .slider {
    background-color: #8bc34a;
}
input.info:checked + .slider {
    background-color: #3de0f5;
}
input.warning:checked + .slider {
    background-color: #FFC107;
}
input.danger:checked + .slider {
    background-color: #f44336;
}

input:focus + .slider {
    box-shadow: 0 0 1px #2196F3;
}

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%;
}
.swal2-textarea{
    height: 5.75em;
    padding: .75em;
}



.card {
    border-radius: 4px;
    box-sizing: border-box;
    overflow: hidden;
    width: 320px;

    header {
        background-color: #4b5769;
        color: #fff;
        letter-spacing: 1px;
        padding: 1.5rem;
        text-align: center;
        text-transform: uppercase;
    }

    .content {
        background-color: #f4f7fb;
        padding: 1.5rem 2.5rem;

        .row {
            border-bottom: solid 1px #e2e5ea;
            padding: 0.75rem 0;
            -webkit-user-select: none;
            -moz-user-select: -moz-none;
            user-select: none;

            &:last-child {
                border: none;
            }
        }
    }
}

.tri-checkbox-dissable {
    background-color: #fff;
    border: solid 1px #d7d7d7;
    border-radius: 4px;
    cursor: pointer;
    display: inline-block;
    height: 32px;
    margin-right: 1rem;
    text-align: center;
    width: 32px;
    vertical-align: middle;

    svg {
        margin-top: 6px;
        stroke: #fff;
    }
}
.tri-checkbox {
    background-color: #fff;
    border: solid 1px #d7d7d7;
    border-radius: 4px;
    cursor: pointer;
    display: inline-block;
    height: 32px;
    margin-right: 1rem;
    text-align: center;
    width: 32px;
    vertical-align: middle;

    svg {
        margin-top: 6px;
        stroke: #fff;
    }
}
.dual-checkbox-dissable {
    background-color: #fff;
    border: solid 1px #d7d7d7;
    border-radius: 4px;
    cursor: pointer;
    display: inline-block;
    height: 32px;
    margin-right: 1rem;
    text-align: center;
    width: 32px;
    vertical-align: middle;

    svg {
        margin-top: 6px;
        stroke: #fff;
    }
}
.dual-checkbox {
    background-color: #fff;
    border: solid 1px #d7d7d7;
    border-radius: 4px;
    cursor: pointer;
    display: inline-block;
    height: 32px;
    margin-right: 1rem;
    text-align: center;
    width: 32px;
    vertical-align: middle;

    svg {
        margin-top: 6px;
        stroke: #fff;
    }
}

.positive {
    background-color: #4aca65;
    border-color: #43b45b;
    color: white;
}

.negative {
    background-color: #dc4e4e;
    border-color: #c74545;
    color: white;
}

.label {
    font-weight: bold;
    vertical-align: middle;
}
form{
    margin: 0px;
}

.modal-header{
    background-color: #007bff9e;
    color: white;
}
.modal-body{
    border: 2px solid #007bff6e;
    background-color: rgb(0 123 255 / 17%);
}
.swal2-header {
    color: white !important;
    /*font-size: 3.5vw !important;*/
}
.tab-pane > .container > .row:first-child{
    background-color: #c9c3c37d;
    border: 1px solid #8c88887d;
}
.background-lightgray{
    background-color: white;
    border: 1px solid #8c88887d;
    padding: 5px;
}

#myModal5 > .modal-dialog > .modal-content > .modal-body{
    padding: 0px;

}
.btn-mini, .swal2-styled{
    width: auto;
    height: auto;
}
.foter-np{
    padding-top: 40px;
}
select.swal2-select ,#tipoMotivo{
    font-size: 17px;
    width: 100%;
}
.modal-header{
    background-color: #007bff9e;
    color: white;
}
.swal2-content{
    /* border: 2px solid #007bff6e; */
    /* background-color: rgb(0 123 255 / 17%); */
}
.popup-personalizado .swal2-header {
    background-color: #007bff9e;
    padding: 10px;
}
.popup-personalizado .swal2-header .swal2-title{
    color: white;
    padding-right: 1px;
}
.popup-personalizado{
    padding: 0px !important;
    padding-bottom: 5px !important;
}
.mr25 {
    margin-right: .25rem;
}
.ml25 {
    margin-left: .25rem;
}
.nav-link-border {
    border: 1px solid rgb(0 123 255 / 17%) !important;
}

.div-btn-botom-tooltip{
    text-align: right;
}


.btn-tuto{
    display: inline;
    text-align: center;
    cursor: pointer;
    border: none;
    /* height: 75px; */
    max-width: 200px;
    /* width: AUTO; */
    /* padding: 0 14px; */
    border-radius: 5px;
    -webkit-box-shadow: inset 0 -3px 0 0 rgba(0, 0, 0, 0.15);
    -moz-box-shadow: inset 0 -3px 0 0 rgba(0, 0, 0, 0.15);
    box-shadow: inset 0 -3px 0 0 rgba(0, 0, 0, 0.15);
    /* font-size: 18px; */
    line-height: 18px;
    -webkit-transition-property: background-color;
    -webkit-transition-duration: 0.2s;
    -webkit-transition-timing-function: linear;
    -moz-transition-property: background-color;
    -moz-transition-duration: 0.2s;
    -moz-transition-timing-function: linear;
    -ms-transition-property: background-color;
    -ms-transition-duration: 0.2s;
    -ms-transition-timing-function: linear;
    -o-transition-property: background-color;
    -o-transition-duration: 0.2s;
    -o-transition-timing-function: linear;
    transition-property: background-color;
    transition-duration: 0.2s;
    transition-timing-function: linear;
    background: #61adff;
    color: white !important;

}

/*ventana tutorial boton cerrar*/
.grumble-button {
    height: auto !important;
}

.tippy-box[data-theme~='tomato'] {
    background-color: tomato;
    color: yellow;
}
.tippy-box[data-theme~='tomato'][data-placement^='top'] > .tippy-arrow::before {
    border-top-color: tomato;
}
.tippy-box[data-theme~='tomato'][data-placement^='bottom'] > .tippy-arrow::before {
    border-bottom-color: tomato;
}
.tippy-box[data-theme~='tomato'][data-placement^='left'] > .tippy-arrow::before {
    border-left-color: tomato;
}
.tippy-box[data-theme~='tomato'][data-placement^='right'] > .tippy-arrow::before {
    border-right-color: tomato;
}
.cs-finalizar-fallido{
    background-color: #ff0000a3 !important;
}
.cs-finalizar-ok{
    /*background-color: blue !important;*/
}
.col-pers{
    display: -webkit-inline-box;
    margin-right: 30px;
}
.select-equipos{
    max-width: 50%;
    margin-left: 5px;
    border: 1.5px solid #43649e;
    border-radius: 5px;
    padding: 0.100em 0.425em;
}
.input-equipos{
    /* padding-top: 15px; */
}
.in-input{
    max-width: 30%;
    margin: 5px 0px 0px 0px;
    border: 1.5px solid #43649e;
    border-radius: 5px;
    height: 100%;
    padding: 0.175em .625em;
}
.correccion-right{
    margin-left: 3px;
}
.select-precinto{
    min-width: auto;
    max-width: 80%;
    padding: 0.175em .625em;
    background: inherit;
    color: inherit;
    margin: 5px 0px 0px 0px;
    border: 1.5px solid #43649e;
    border-radius: 5px;
}
#precinto, #nuevo-precinto{
    margin: 10px 0px 0px 0px;
}
#nuevo-precinto{
    min-width: 20%;
    max-width: 60%;
    border: 1.5px solid #43649e;
    border-radius: 5px;
    max-width: 35%;
    padding: 0.075em .625em;
}
@media (min-width: 576px){
    .modal-dialog {
        max-width: 850px;
        margin: 1.75rem auto;
    }
}
#sel-plataforma{
    -webkit-appearance: none;
}