.line-breakable{
    line-break: anywhere;
}
th.line-breakable{
    line-break: auto !important;
}

.deleteFieldBlock{
    cursor: pointer;
    align-self: center;
    font-weight: 600;
    transition: 0.5s;
}
.deleteFieldBlock:hover{
    color: red;
}

input[type=checkbox].slide-checkbox {
    width: 1px;
    position: relative;
    background: transparent;
}
input[type=checkbox].slide-checkbox:checked:before {
    background-color: rgba(5, 217, 245, 0.41);
    background-position: 9px;
    background-image: radial-gradient(circle, rgba(4, 192, 220, 0.91) 41%, transparent 44%);
}
input[type=checkbox].slide-checkbox:before {
    content: "";
    cursor: pointer;
    width: 40px !important;
    height: 25px;
    position: absolute;
    top: -5px;
    transform: translateX(-17px);
    background-color: #cbb19224;
    background-position: -9px;
    background-repeat: no-repeat;
    background-image: radial-gradient(circle, rgba(126, 126, 126, 0.48) 41%, transparent 44%);
    border: 1px solid #4545450a;
    border-radius: 8px;
    box-shadow: 2px 2px 3px 3px rgba(255, 255, 255, 0);
    transition: 0.2s;
}

input[type=checkbox].slide-checkbox.table-options:before{
    top: 0;
    position: relative;
    display: block;
}

.connection-state-indicator{
    margin: auto;
    width: 13px;
    height: 13px;
    border-radius: 80px;
    color: transparent;
}
.connection-state-indicator.indicator-error{
    background-color: red;
}
.connection-state-indicator.indicator-conn{
    background-color: #a0ee28;
}
.connection-state-indicator.indicator-sync{
    background-color: #2aece6;
}


input[type=datetime-local]{
    background-color: #f5f8f9;
    background-image: none;
    border: 1px solid #c7d6db;
    border-radius: 3px;
    color: #555;
    display: block;
    font-size: 12px;
    height: 31px;
    line-height: 1.42857;
    padding: 6px 8px;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
    /*width: 100%;*/
    font-family: Open Sans,Helvetica,Arial,FontAwesome,sans-serif!important;
    margin: 0;
}
input[type=datetime-local]:focus{
    border-color: #66afe9;
    /*box-shadow: inset 0 1px 1px rgb(0 0 0  8%), 0 0 8px rgb(102 175 233  60%);*/
    outline: 0;
}


tr.runascustomer{
    transition: 0.08s;
}
tr.runascustomer:hover{
    background-color: rgba(100, 149, 237, 0.8) !important;
}
div.table-frame{
    margin: 2%;
    border: 2px solid rgba(97,194,160,0.79);
    border-radius: 5px;
}
div.table-frame table tr th{
    font-size: 15px;
    text-align: center;

}

div.table{
    border: 1px solid #25b9d7;
    border-radius: 5px;
}

div.table .table-row{
    display: flex;
}

div.table .table-header{
    font-weight: 600;
    background-color: rgba(0, 202, 242, 0.16) !important;
    border-bottom: #25b9d7 !important;
}
div.table .table-header .table-cell{
    padding: 10px !important;
    font-size: 15px !important;
}
div.table .table-body{
    max-height: 300px;
    overflow-y: auto;
}
div.table .table-row .table-cell{
    padding: 2px;
    text-align: center;
    border-bottom: 1px solid rgba(0, 0, 0, 0.11);
    font-size: 13px;
    width: 100%;
}
div.table .table-body .table-row .table-cell{
    height: 55px;
    overflow: auto;
}
div.table .table-body .table-row:nth-child(odd):not(.table-row-warning){
    background-color: #f3f3f3;
}
div.table .table-body .table-row:hover{
    background-color: rgba(193, 235, 237, 0.35) !important;
}
div.table .table-row.table-row-warning{
    background-color: rgba(255, 0, 0, 0.09);
}
div.table .table-row.table-row-warning:nth-child(odd){
    background-color: rgba(255, 0, 0, 0.04);
}

.alert.alert-info::before{
    top: 3% !important;
    left: 0% !important;
}
th[data-dbref]{
    cursor: pointer;
    user-select: none;
}
th[data-sort=ASC]::after{
    content: '▲';
}
th[data-sort]:hover::after{
    color: rgb(0, 82, 124);
}
th[data-sort]::after{
    content: attr(data-sort);
    color: rgba(0, 116, 165, 0.75);
}

thead tr th input{
    /*width: 75px !important;*/
    width: 80%!important;
    margin: auto;
}
div.table-frame table tbody{
    font-size: 13px;
    text-align: center;

}
.table th/*, .table td*/ {
    padding: 0.5% !important;
    font-weight: 600;
}

/*.table td{
    padding: 0.5% 0 !important;
}*/

.dropdown-menu i {
    vertical-align: middle;
}

.preview-platform-conf{
    border-radius: 5px;
    padding: 3px;
    border: 1px solid #707070;
    width: fit-content;
    margin: auto;
    align-items: center;
}


.closebtn {
    margin-left: 15px;
    color: white;
    font-weight: bold;
    float: right;
    font-size: 22px;
    cursor: pointer;
    transition: 0.3s;
}

#warning-sim-alerts{
    position: fixed;
    z-index: 999999;
    top: 1%;
    right: 1%;
    width:30%;
    transition: 0.3s;
}
#warning-sim-alerts:hover{
    z-index: 999999999;
}
.ksr-alerts {
    padding: 16px;
    font-size: 14px;
    line-height: 25px;
    background-color: rgba(179, 255, 231, 0.97);
    color: #333333;
    margin:5px 3px;
    border-bottom-left-radius: 10px;
    border-top-left-radius: 4px;
    border-bottom-right-radius: 5px;
    overflow: hidden;
    /*transform: translateY(65%);*/
    animation-name: alert-anim;
    animation-duration: 2.5s;
    box-shadow: 2px 2px 4px  0px rgba(0, 0, 0, 0.49);
}
@keyframes alert-anim{
    0%{
        transform: translate(100%,65%);
        opacity: 0.2;
    }
    33%{
        transform: translate(0%,65%);
        opacity: 0.8;
    }
    99%{
        transform: translate(0%,0%);
        opacity: 1;
    }
}

/*modal styles*/
#warning-sim {
    display: none;
    position: fixed;
    z-index: 99999;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(0, 0, 0, 0.15);
    padding: 0;
    transform: translateY(5%);
    top: 0;
    left: 0;
}
@keyframes droping {
    from {transform: translate(5%, 0%);  opacity: 0.3;}
    to {transform: translate(5%, 1%);  opacity: 0.8;}
}
@keyframes fading {
    from {background-color: rgba(0,0,0,0.5); opacity:1;}
    to {background-color: rgba(0,0,0,0); opacity:0;}
}
.modal-main{
    width: 70%;
    min-height: 25%;
    height:auto;
    background-color: #fefefe;
    margin: auto;
    padding: 0;
    border: 1px solid #888;
    border-radius:7px;
    box-shadow: 5px 5px 7px rgba(0,0,0,0.19);
    transform: translate(5%, 1%);
    animation-name: droping;
    animation-duration: 0.3s;
}
.modal-title{
    font-size: 20px;
    font-weight: bold;
    margin:3%;
}
.modal-message{
    font-size: 16px;
    margin:3%;
}
.modal-actions button:not(:first-child){
    /**/
}
.modal-actions .custom-callback{
    width: 100%;
    text-align: left;
    display: contents;
    margin-right:1%;
}
.modal-actions .default-callback{
    width: 100%;
    text-align: right;
    margin-left:1%;
}
.modal-main hr{
    margin-bottom: 10px !important;
    margin-top: 5px !important;
    border-color: #99999926;
    border-width: 0.7px;
}
.modal-actions{
    bottom:1px;
    text-align:right;
    height:35%;
    margin:3%;
    display: flex;
}

.modal-main.fit-modal{
    width: fit-content;
}
.modal-main.fit-modal .modal-message{
    width: fit-content;
}

@media screen and (max-width: 800px){
    table.dataTable tbody td {
        padding: 20px 10px !important;
    }
}

#stateEquivalencesTable{
    border: 1px solid #bbcdd2;
    border-radius: 4px;
    padding: 1px;
}

td.estado span{
    background-color: #32CD32;
    /*color: #383838;*/
    color: black;
}

td.estado span.en_proceso{
    background-color: #32CD32;
    color: white !important;
}
td.estado span.cancelado{
    background-color: #DC143C;
    color: white;
}
td.estado span.pendiente_de_aprobación{
    background-color: #227900;
    color: white;
}
td.estado span.entregado{
    background-color: #108510;
    color: white;
}
td.estado span.preparación_en_curso{
    background-color: #FF8C00 !important;
    color: #383838;
}

div.table-frame table tbody{
    font-size: 17px;
}

div.table-options {
    padding: 0% 1%;
    display: flex;
    position: absolute;
    z-index: 9;
    right: 0.5%;
    top: -10px;
    text-align:right;
}


#sdm-pedidos-view.sticky-header thead, #sdm-queued-orders.sticky-header thead{
    position: sticky;
    top: 140px;
    z-index: 1;
    background: white;
}


form.SDM-form input, form.SDM-form button {
    margin: 10px;
}
.reducedForm{
    width: 60%;
    margin: 1% auto;
}

.configuration-tab-block{
    padding: 0 1.1%;
    display: flex;
    transform: translate(-1px, 1px);
}
.configuration-tab{
    height: 30px;
    background-color: rgba(225,225,225,0.55);
    text-align: center;
    line-height: 30px;
    width: 20%;
    font-weight: 600;
    font-size: 17px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    border-top: 1px solid rgba(200,200,200,0.85);
    border-left: 1px solid rgba(200,200,200,0.85);
    border-right: 1px solid rgba(200,200,200,0.85);
    border-bottom: 1px solid rgba(65, 255, 247, 0.45);
    cursor: pointer;
    user-select: none;
}
.configuration-tab.selected{
    background-color: white !important;
    border-bottom: 0px !important;
}

.actions-block{
    display: flex;
}
.block-title{
    position: fixed;
    z-index: -1;
}
.block-description{
    width: 100%;
    height: 3500px;
    background-color: rgba(239, 241, 242, 0);
    padding-top: 25%;
}

.infoBox{
    width: fit-content;
    margin: 7% auto;
    padding: 2%;
    border-radius: 5px;
    background-color: rgba(255, 255, 255, 0.96);
    box-shadow: 1px 3px 5px 2px rgba(0, 147, 180, 0.42);
}

.configuration{
    margin: 3% 1%;
    border: 1px solid rgba(0, 175, 209, 0.45);
    border-radius: 0px 5px 6px 5px;
    padding: 1%;
    background-color: white;
    box-shadow: 1px 3px 5px 2px #0000006b;
}
.configuration .legend{
    padding: 0.5%;
    font-size: 14px;
}
.section-row{
    display: flex;

}
.section-6{
    width: 60%;
    padding: 0.5%;
}
.section-4{
    width: 40%;
    padding: 0.5%;
}
.section-5{
    width: 50%;
    padding: 0.5%;
}


.dt-pagination{
    text-align: right;
}
.dt-pagination button{
    margin: 2px;
}

/*a[title=Logs],a[title=Reprocesar],{
    margin: 5px;
    padding: 5px 6px !important;
    border-radius: 6px !important;
}*/
a img.icon{
    width: 13px;
}
a[title=Logs],a[title=Reprocesar],a[title=Consultar\ estado\ en\ SIMGEST]{
    margin: 3px;
    padding: 5px 6px !important;
    border-radius: 6px !important;
}



tr#dtFilters{
    background-color: #ecf6fb;
}
tr#dtFilters td{
    border-bottom: 1px solid #a0d0eb;
}


#orderContent{
    max-height: 780px;
    overflow: auto;
}


[data-title]:not([data-title=""])::after{
    content: attr(data-title);
    font-weight: 400 !important;
    opacity: 0;
    max-width: 10vw;
    background-color: rgba(31, 35, 38, 0.75);
    border-radius: 3px;
    position: absolute;
    margin-top: 50px;
    margin-left: 50px;
    z-index: 99;
    padding: 10px 12px;
    font-size: 14px;
    color: rgb(183, 253, 255);
    pointer-events: none;
    transition: 0.5s;
}

[data-title]:not([data-title=""]):hover::after{
    opacity: 1;
    margin-left: -2vw;
}


.ksr-bg-default{
    width: auto;
    height: 100%;
    background-size: 200% 250%;
    background-attachment: fixed;
    animation: change 100s ease-in-out infinite;
}
@keyframes change{
    0%{
        background-position: 0 0;
    }
    25%{
        background-position: 0% 100%;
    }
    50%{
        background-position: 100% 100%;
    }
    75%{
        background-position: 100% 0;
    }
}