html, body {
    height: 100%;
    font-family: 'Kanit', sans-serif !important;
    font-weight: 300 !important;
}

app {
    display: block;
    height: 100%;
}

.header {
    background-color: #1E436C;
    color:#ffffff;
}
.about-info {
padding-top:10px;
}

.header-logo {
    flex-shrink: 0;
    background-color: currentColor;
    -webkit-mask: url('../images/Logo.jpg');
    mask: url('../images/Logo.jpg');
    -webkit-mask-position: center;
    mask-position: center;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    width: 28px;
    height: 24px;
    display: none !important;
}

.splash-screen {
    font-family: 'Kanit', sans-serif !important;
    font-weight: 100 !important;
}

.loadingBackground {
background-color:#ffffff!important
}

.loading-image {
    width: 80% !important;
    height: 80% !important;
}

.splash-screen {
    font-weight: 100 !important;
    background: none;
}

.require-data .dxbl-fl-ctrl {
    border: 1px solid #04AA6D !important;
}


.header-right-side {
    background-color: #1E436C !important;
    color: #ffffff !important;
}

.header-left-side {
    background-color: #1E436C !important;
    color: #ffffff !important;
}

.header-user-info {
    font-size: 8pt;
    text-align: right;
    color: #ffffff;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    display: block !important;
    line-height: 12px;
    padding-top: 5px;
    padding-right: 1px;
    margin-left: 15px;
}

.my-details {
    background-color:#f2f2f2;
}

#blazor-error-ui {
    background: inherit;
    bottom: 0;
    display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 100001;
}

/* Customize */
* {
    box-sizing: border-box;
}


body {
    margin: 0;
}

.clickable-xaf-nav-item > a .xaf-nav-link {
    text-decoration: none !important;
}

.dxbl-grid-table tr.cursor-pointer:hover {
    background-color: #dbeeff !important;
}

.dxbl-grid-table tr.cursor-pointer td.xaf-action td:hover {
    background-color: #dbeeff !important;
}

/* Style the top navigation bar */
.topnav {
    overflow: hidden;
    background-color: #333;
}

    /* Style the topnav links */
    .topnav a {
        float: left;
        display: block;
        color: #f2f2f2;
        text-align: center;
        padding: 14px 16px;
        text-decoration: none!important;
    }

        /* Change color on hover */
        .topnav a:hover {
            background-color: #ddd;
            color: black;
        }

/* Create three unequal columns that floats next to each other */
.column {
    float: left;
}

    /* Left and right column */
    .column.side {
        width: 25%;
    }

    /* Middle column */
    .column.middle {
        width: 60%;
        margin-top:10px;
    }

.step-progress {
    margin: 30px !important;
    text-align: center;
    font-size: 14px;
    margin-left: 60px !important;
    margin-right: 60px !important;
}

.step-progress .ready {
    color:#04AA6D;
}

    .step-progress .active {
        color: #ffffff;
        background-color:#04AA6D;
        border-radius:14px;
        padding:2px 5px 2px 5px;
    }


    .step-progress .step .active i {
        color: #ffffff;
        border-radius: 20px;
        padding: 2px 5px 2px 5px;
        width: 20px !important;
        border: 0px;
        background-color: green;
    }

    .step-progress .step i {
        border-radius: 14px;
        padding: 2px 5px 2px 5px;
        width: 20px !important;
        background-color: #ddd;
    }

    .step-progress .step i {
        border-radius: 14px;
        padding: 2px 5px 2px 5px;
        width: 20px !important;
        background-color: #ddd;
        color: #000000;
    }

    .step-progress .ready i {
        border-radius: 14px;
        padding: 2px 5px 2px 5px;
        width: 20px !important;
        background-color: #04AA6D;
        color: #ffffff;
    }

/* Clear floats after the columns */
.row::after {
    content: "";
    display: table;
    clear: both;
}

.footer {
    background-color: #F1F1F1;
    text-align: center;
    padding: 10px;
    height:40px;
    margin-top:50px;
}

.active {
    background-color: #04AA6D;
}

.divStepInto {
    padding: 20px;
    font-weight:300;
}

.divLoginLeft {
    display: block;
}

/* Loading */
.loading-container {
    top: calc(50vh - 50px);
    left: calc(50vw - 50px);
    position: absolute;
    z-index: 9999;
    width: 100px;
    height: 120px;
    text-align: center;
}

.loading-text {
    top: 95px;
    position: absolute;
    text-align: center !important;
}

.spinner {
    border: 16px solid silver;
    border-top: 16px solid #337AB7;
    border-radius: 50%;
    width: 80px;
    height: 80px;
    animation: spin 700ms linear infinite;
    top: 10px;
    left: 10px;
    position: absolute;
}

.dxbl-fl .dxbl-row .dxbl-fl-item .dxbl-fl-ctrl .d-none {
    font-weight: bold !important;
    color: #04AA6D !important;
}

@keyframes spin {
    0% {
        transform: rotate(0deg)
    }

    100% {
        transform: rotate(360deg)
    }
}


/* Responsive layout - makes the three columns stack on top of each other instead of next to each other */
@media screen and (max-width: 600px) {
    .column.side {
        width: 100%;
    }
    .column.middle {
        width: 100%;
        padding: 20px;
        margin-top: 0px;
    }
    .divLoginLeft {
        display:none;
    }
}

.btn-icon-search {
    height: 16px;
    width: 16px;
    -webkit-mask-image: url("images/icons/like.svg");
    mask-image: url("images/icons/like.svg");
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    background-color: currentColor;
}

.check-pass {
    border-radius: 5px;
    background-color: #E8F5EF !important;
    border: 0px solid #49CC90;
    padding: 10px;
    color: green;
    margin-top: 10px;
    background-image: url("/images/icons/State_Validation_Valid.svg");
    background-repeat: no-repeat;
    background-size: 24px;
    background-position: 10px center;
    padding-left: 45px;
    width: 100%;
}

.check-fail {
    border-radius: 5px;
    background-color: #fff3d6 !important;
    border: 0px solid #8FACC1;
    padding: 10px;
    color: red;
    margin-top: 10px;
    background-image: url("/images/icons/State_Validation_Invalid.svg");
    background-repeat: no-repeat;
    background-size: 24px;
    background-position: 10px center;
    padding-left: 45px;
    width:100%;
}

.remark {
    font-size: 10pt;
    background-color: #F0F9FD;
    padding: 8px !important;
}

    .remark label.xaf-static-text {
        border-left: 3px solid #04AA6D !important;
        padding-left: 8px;
        font-weight: 400 !important;
        vertical-align: middle;
        margin-top: 5px;
    }


.selected {
    color:#0026ff;
    
}

.stepper-progress {
    text-align: center;
    background-color: #F0F9FD;
    padding: 10px!important;
    border: 0px solid #ddd;
    border-radius: 5px;
}

.popup-demo-events-footer {
margin-left:0px!important;
}


.ad-property-preview dxbl-group-control dxbl-expandable-container {
    background: #F0F9FD !important;
}

.group-login dxbl-group-control {
    border: 1px solid #04AA6D !important;
    background-color: #F0F9FD;
}

.div-hilight dxbl-group-control {
    margin-top:20px!important;
    border:1px solid #04AA6D!important;
}
.div-hilight .dxbl-group-body-content {
    padding:20px!important;
}
.mx-2 {
    color: #1E436C!important;
    font-weight:bold;
    padding-top:5px;
    display:block;
    margin-left:0px!important;
}

.require {
    font-weight: bold;
    font-size: 10pt;
    background-color: #F0F9FD;
    padding: 8px !important;
    margin-top:0px;
}

.data-require {
    font-weight: bold!important;
}

.dxbl-fl .dxbl-fl-item > .dxbl-fl-ctrl {
    font-weight: 700;
    color:#29685D;
}

.ad-save {
    color:#ffffff!important;
    padding:10px;
    text-align:center;
    background-color:#04AA6D;
    margin: 10px 0px 10px 0px;
}

.ad-not-save {
    color: #ffffff !important;
    padding: 10px;
    text-align: center;
    background-color: red;
    margin: 10px 0px 10px 0px;
}