/** version 2.2.9 **/

div.dm-error {
    color: red;
}
    
div.dm-loader-bar {
    display: inline-block;
    position: relative;
    width: 80px;
    height: 80px;
}
    
div.dm-loader-bar div {
    display: inline-block;
    position: absolute;
    left: 8px;
    width: 16px;
    background: black;
    animation: dm-loader 1.2s cubic-bezier(0, 0.5, 0.5, 1) infinite;
}
    
div.dm-loader-bar div:nth-child(1) {
    left: 8px;
    animation-delay: -0.24s;
}
    
div.dm-loader-bar div:nth-child(2) {
    left: 32px;
    animation-delay: -0.12s;
}
    
div.dm-loader-bar div:nth-child(3) {
    left: 56px;
    animation-delay: 0;
}
    
@keyframes dm-loader {
    0% {
        top: 8px;
        height: 64px;
    }
    50%, 100% {
        top: 24px;
        height: 32px;
    }
}

div.dm-root {
    overflow-x: auto;
    overflow-y: hidden;
}

div.dm-search-body {
    position: relative;
}
    
input.dm-search-body-input {
    position: relative;
    width: 100%;
    height: 32px;
    color: gray;
}
    
div.dm-search-body-clear {
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" height="16px" width="12px" viewBox="0 0 384 512"><path d="M342.6 150.6c12.5-12.5 12.5-32.8 0-45.3s-32.8-12.5-45.3 0L192 210.7 86.6 105.4c-12.5-12.5-32.8-12.5-45.3 0s-12.5 32.8 0 45.3L146.7 256 41.4 361.4c-12.5 12.5-12.5 32.8 0 45.3s32.8 12.5 45.3 0L192 301.3 297.4 406.6c12.5 12.5 32.8 12.5 45.3 0s12.5-32.8 0-45.3L237.3 256 342.6 150.6z"/></svg>');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    z-index: 1;
    top: 6px;
    right: 48px;
    width: 20px;
    height: 20px;
}
    
div.dm-search-body-clear:hover {
    cursor: pointer;
    background-color: aliceblue;
}
    
div.dm-search-body-submit {
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" height="16px" width="16px" viewBox="0 0 512 512"><path d="M416 208c0 45.9-14.9 88.3-40 122.7L502.6 457.4c12.5 12.5 12.5 32.8 0 45.3s-32.8 12.5-45.3 0L330.7 376c-34.4 25.2-76.8 40-122.7 40C93.1 416 0 322.9 0 208S93.1 0 208 0S416 93.1 416 208zM208 352a144 144 0 1 0 0-288 144 144 0 1 0 0 288z"/></svg>');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    z-index: 1;
    top: 6px;
    right: 10px;
    width: 20px;
    height: 20px;
}
    
div.dm-search-body-submit:hover {
    cursor: pointer;
    background-color: aliceblue;
}
    
div.dm-search-body-optlist {
    margin-top: 12px;
}
    
div.dm-search-body-optlist-i {
    margin-top: 6px;
    padding: 6px;
}
    
div.dm-search-body-optlist-i:hover {
    cursor: pointer;
    color: gray;
    background-color: aliceblue;
}

div.dm-drpz-box {
    border: 1px dashed;
    border-style: dashed;
    border-color: lightgray;
    width: 100%;
    height: 100px;
    text-align: center;
    display: flex;
    align-items: center; 
    justify-content: center;
}

div.dm-drpz-box-icon {
    font-size: 22px;
    margin: 22px;
}

div.dm-drpz-box-label {
    color: lightgray;
}

div.dm-logview {
    display: block;
}

div.dm-logview-label {
    color: lightgray;
}

div.dm-logview-ctrl {
    font-size: 12px;
    text-align: right;
    margin: 0px 0px;
}

input.dm-logview-ctrl-btn {
    font-size: 12px;
    color: black;
    margin: 10px 2px;
    width: 96px;
    height: 32px;
}

div.dm-logview-body {
    color: lightgray;
}

div.dm-logview-body-row {
    color: lightgray;
    text-align: left;
}

div.dm-form {
    position: relative;
}

form.dm-form {
    display: block;
}
    
div.dm-form-prop {
    display: block;
    position: relative;
    margin: 10px auto 10px auto;
}

div.dm-form-prop-error {
    display: block;
    position: relative;
    color: red;
    margin: 0px;
}

div.dm-form-prop-title {
    display: inline-block;
    position: relative;
    width: 280px;
    margin: 0px;
}
    
div.dm-form-prop-cont {
    display: inline-block;
    position: relative;
    margin: 0px;
}

div.dm-form-ctrl {
    position: relative;
    text-align: right;
    margin: 0px 0px;
    padding: 16px;
}
    
div.dm-form-ctrl-facade {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 100;
    background-color: white;
    opacity: 0.9;
    visibility: hidden;
    text-align: left;
}

input.dm-form-ctrl-btn {
    font-size: 12px;
    color: black;
    margin: 10px 2px;
    width: 96px;
    height: 32px;
}

div.dm-list-body-row {
    margin: 10px 0;
}
    
div.dm-list-body-row-btn {
    display: inline-block;
    text-align: center;
    margin: 0 30px 0 0;
    min-width: 64px;
    cursor: pointer;
}
    
div.dm-list-body-row-btn:hover {
    color: gray;
    background: aliceblue;
}

div.dm-tb {
    overflow-y: auto;
    overflow-x: auto;
}

div.dm-tb-fixed {
    overflow-y: scroll;
    max-width: 95%;
    max-height: 500px;
}

table.dm-tb {
    margin: 10px 0px;
}

/* table.dm-tb-fixed {
    table-layout: fixed;
    height: 100%;
} */

tr.dm-tb {
    white-space: nowrap;
}
    
th.dm-tb {
    white-space: nowrap;
}

th.dm-tb-vertical-fixed {
    position: sticky;
    top: 0;
    z-index: 1;
    background: white;
}

th.dm-tb-both-fixed {
    position: sticky;
    left: 0;
    top: 0;
    z-index: 2;
    background: white;
}

td.dm-tb {
    white-space: nowrap;
}

td.dm-tb-horizontal-fixed {
    position: sticky;
    left: 0;
    z-index: 1;
    background: white;
}

div.dm-tb-paging {
    text-align: center;
    margin: 16px 0;
}
    
div.dm-tb-paging-part {
    display: inline-block;
    margin: 0 30px;
}
    
div.dm-tb-paging-sum {
    display: block;
    text-align: center;
    margin-top: 16px;
}
    
div.dm-tb-ctrl {
    font-size: 12px;
    text-align: right;
    margin: 0px 0px;
}
    
input.dm-tb-ctrl-btn {
    font-size: 12px;
    color: black;
    margin: 10px 2px;
    width: 96px;
    height: 32px;
}

select.dm-tb-ctrl-select {
    z-index: 1;
}

div.dm-tsh-toggle {
    display: flex;
}

span.dm-tsh-toggle-tab {
    border: 1px solid;
    border-color: lightgray;
    background-color: lightgray;
    color: gray;
    text-align: center;
    padding: 4px 0;
    min-width: 100px;
}

span.dm-tsh-toggle-tab-cur {
    border-color: gray;
    background-color: white;
}

div.dm-tsh-ctrl {
    font-size: 12px;
    text-align: right;
    margin: 0px 0px;
}
    
input.dm-tsh-ctrl-btn {
    font-size: 12px;
    color: black;
    margin: 10px 2px;
    width: 96px;
    height: 32px;
}

div.dm-paging {
    text-align: center;
    margin: 10px 0px;
}

div.dm-paging-part {
    display: inline-block;
    margin: 30px 30px;
}

div.dm-ctrl {
    font-size: 12px;
    text-align: right;
    margin: 0px 0px;
}

input.dm-ctrl-btn {
    font-size: 12px;
    color: black;
    margin: 10px 2px;
    width: 96px;
    height: 32px;
}

.dm-tooltip {
    background-color: yellow;
    position: relative;
}
  
.dm-tooltip-text {
    border-radius: 6px;
    padding: 12px;
    background-color: black;
    color: white; 
    border: 0.5px solid white;
    position: absolute;
    z-index: 1;
}

.dm-sselect {
    position: relative;
    min-width: 250px;
}

.dm-sselect-label {
    cursor: pointer;
}

.dm-sselect-clear {
    margin-left: 20px;
}

.dm-sselect-box {
    background-color: gray;
    position: absolute;
    z-index: 1;
}

.dm-sselect-box-input {
    display: block;
}

.dm-sselect-box-select {
    width: 100%;
}

div.dm-imgupload {
    display: block;
}

img.dm-imgupload-img {
    display: block;
    max-height: 32px;
    max-width: 256px;
}

dialog.dm-dialog {
    border: 1px solid;
    border-color: gray;
    padding: 16px;
}

h3.dm-dialog-title {
    width: 100%;
}

svg.dm-dialog-title-btn {
    height: 16px;
    margin: auto auto auto 12px;
}

div.dm-ddsl-rows {
    padding: 6px;
}

div.dm-ddsl-rows-row {
    border: 1px solid;
    margin-top: 6px;
    margin-bottom: 6px;
}

div.dm-langopt {
    display: inline-block;
}

select.dm-langopt:hover {
    background: #3d7fc0;
    border-color:#3d7fc0;
}

select.dm-langopt {
    font-size: 12px;
    background: #003d79;
    color: #fafafa;
    margin: 0px;
    width: 200px;
    height: 32px;
    padding: 8px;
    position: relative;
    border: 1px solid;
    border-color:#003d79;
    border-radius: 0px;
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
}