/* .sortable-chosen,
sortable-chosen.sortable-ghost {
    background-color: red;
    opacity: 1;
}

.sortable-ghost {
    background-color: #000;
    opacity: 2;
} */

.tr-height {
    height: 28px !important
}

.table-heighted {
    height: 100px !important;
}


/* html {
    -webkit-text-size-adjust: none;
    touch-action: manipulation;
}
 */


/* .table-border1 {
    border: 1px solid #000;
} */

.delete-icon1 {
    font-family: Arial, Helvetica, sans-serif;
    color: red;
    font-size: 18px;
    font-weight: bold;
}

.text-thik1 {
    font-weight: bold;
}

.td-border-rt {
    border-right: 1px solid #000;
}

.test {
    list-style-type: none;
}

.table-style td {
    border-left: 1px solid #c1c1c0 !important;
    text-align: center;
    font-weight: bold;
}

.table-style td span {
    text-shadow: none !important;
}

body {
    background-color: transparent !important;
}

table td {
    font-size: 0.8rem !important;
    /* font-weight: 300; */
}

.dialog-background {
    background: none repeat scroll 0 0 rgba(51, 49, 49, 0.5);
    height: 100%;
    left: 0;
    margin: 0;
    padding: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 100000000008;
}

.dialog-loading-wrapper {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
    border: 0 none;
    height: 14px;
    left: 50%;
    margin-left: -50px;
    margin-top: -50px;
    position: fixed;
    top: 50%;
    width: 100px;
    z-index: 9999999;
}

.dialog-loading-icon {
    background-color: rgba(51, 49, 49, 0.5) !important;
    border-radius: 13px;
    display: block;
    margin: 0;
    padding: 1px;
    text-align: center;
    width: 100px;
    padding-top: 62px;
    padding-bottom: 8px;
    font-family: Segoe UI;
}


/* circle */

.dot {
    height: 25px;
    width: 25px;
    background-color: #bbb;
    border-radius: 50%;
    display: inline-block;
}

@media (max-width: 1024px) {
  .dot {
    margin: 0 auto 15px auto;
    display: block;
}
}

/* @media only screen and (width:320px) and (device-width:320px) and (device-height:480px) and (orientation: landscape) {
    body {
        -webkit-transform: scale(0.667);
        -webkit-transform-origin: top right;
        position: absolute;
        right: 0;
        top: 0;
        width: 480px;
    }
}

@media only screen and (width:768px) and (device-width:768px) and (device-height:1024px) and (orientation: landscape) {
    body {
        -webkit-transform: scale(0.75);
        -webkit-transform-origin: top right;
        position: absolute;
        right: 0;
        top: 0;
        width: 1024px;
    }
} */

/* .modal-backdrop{
    display: none !important;
  } */
