body,
* {
    font: 14px/1.4 Arial, Verdana, sans-serif 400;
    color: black;
    box-sizing: border-box;
}

#cartList {
    overflow-y: scroll;
    overflow-x: hidden;
    height: 300px;
}

#cartList,
#gkListView .row,
.editRow {
    font-size: 12px;
}

.check {
    top: 0;
    line-height: 1.5;
    font-size: 20px;
    color: green;
    display: none;
}

.cartValue {
    -webkit-transition: background 0.3s ease-in-out;
    -moz-transition: background 0.3s ease-in-out;
    -ms-transition: background 0.3s ease-in-out;
    -o-transition: background 0.3s ease-in-out;
    transition: background 0.3s ease-in-out;
}

.cartValue.edit {
    background: #a4f4a4;
}

div.DTE.DTE_Bubble div.DTE_Bubble_Liner {
    width: 450px !important;
}

div.DTE.DTE_Bubble div.DTE_Field_Type_textarea textarea {
    height: 250px;
}

.modal-dialog {
    margin-top: 0 !important;
}

.modal div.DTE div.DTE_Footer,
.modal div.DTE div.DTE_Header {
    display: flex;
}

.dataTables_wrapper .dataTables_paginate li.paginate_button {
    margin: 0;
    padding: 0;
}

.dataTables_wrapper table a {
    text-decoration: none !important;
}

.min-vh-80 {
    min-height: 80vh;
}