/* Coded with love by Mutiullah Samim */
body,
html {
    margin: 0;
    padding: 0;
    height: 100%;
    background-image: url(/ui/img/Test_Pattern.jpg);
    background-size: cover;
}
#main-dialog {
    height: calc(100vh - 145px);
    min-height: calc(100vh - 145px);
}
.login-sign {
    max-width: 800px;
    background-color: #fff;
    border: 16px double #f39c12;
    border-radius: .8rem;
    margin: 0px auto;
}
.icon-16 {
    width: 16px;
    height: 16px;
}
.icon-dark, .icon-light {
    display: inline-block;
    height: 1em;
    width: 1em;
}
.icon-dark {
    fill: #212529;
}
.icon-light {
    fill: #fff;
}
.img-zone {
    background-color: #ea990022;
    border: 2px dashed #ea9900;
    border-radius: 5px;
    padding: 20px;
    text-align: center;
}
.img-zone h2 {
    margin-top: 0;
}
.clickload input[type=file] {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    font-size: 100px;
    text-align: right;
    filter: alpha(opacity=0);
    opacity: 0;
    outline: none;
    background: white;
    cursor: inherit;
    display: block;
}
.progress, #img-preview {
    margin-top: 15px;
}
.pointer {
    cursor: pointer;
}
.w-15 {
    width: 15% !important;
}
.fixed-header {
    table-layout: fixed;
}
.fixed-header tbody {
    display:block;
    overflow-y: auto;
    height: calc(100vh - 365px);
}
.fixed-header thead tr {
    display:block;
}
.fixed-header th,
.fixed-header td {
    padding: 5px;
    text-align: left;
    width: 300px;
}
.slide-thumb {
    width: 130px;
    background-color: #000;
}
.overflow-contain {
    height: calc(100vh - 220px);
}