﻿

/*
@font-face {
    font-family: 'Kanit';
    src: url('../assets/fonts/Kanit-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}*/

/*@font-face {
    font-family: 'Kanit';
    src: url('/Content/fonts/Kanit-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Kanit-Bold';
    src: url('/Content/assets/fonts/Kanit-SemiBold.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}*/

@font-face {
    font-family: 'Kanit';
    src: url('/Content/fonts/Kanit-Regular.woff2') format('woff2'), url('/Content/fonts/Kanit-Regular.woff') format('woff'), url('/Content/fonts/Kanit-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Kanit-Bold';
    src: url('/Content/fonts/Kanit-SemiBold.woff2') format('woff2'), url('/Content/fonts/Kanit-SemiBold.woff') format('woff'), url('/Content/fonts/Kanit-SemiBold.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}




* {
    font-family: 'Kanit', sans-serif;
}

h1, h3 {
    font-family: 'Kanit-Bold', sans-serif;
}

html, body {
    height: 100%;
    margin: 0;
    padding: 0;
    width: 100%;
}

#preload {
    position: fixed;
    top: 0;
    height: 100%;
    background: url('/Content/img/bgfff95.png') repeat;
    z-index: 9999;
    left: 0;
    right: 0;
}

#loader {
    background: url(/Content/img/preload.gif) no-repeat scroll center bottom;
    height: 120px;
    left: -90px;
    margin-left: 50%;
    margin-top: -90px;
    position: absolute;
    text-align: center;
    top: 50%;
    width: 145px;
    z-index: 1001;
}

    #loader .logo {
        background: url("/Content/img/logo_load.png") no-repeat scroll center top;
        background-size: 100px 100px;
        height: 130px;
        width: 145px;
    }

.center {
    text-align: center;
}

.parsley-errors-list {
    margin: 0px;
}

.nav-tabs-custom > .tab-content-mobile {
    background: #fff;
    padding: 10px;
    padding-top: 0px;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
    border-radius: 5px;
}

.mobile {
    margin-bottom: 0px;
    padding-top: 0px;
}

.box-body mobile {
    padding: 10px;
}

.box {
    position: relative;
    border-radius: 2px;
    background: #ffffff;
    /*border-top: 3px solid #d2d6de;*/
    margin-bottom: 20px;
    width: 100%;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.03);
}

    .box.box-default-mobile {
        margin-left: 20px !important;
    }

html,
body {
    min-height: 100%;
    font-family: prompt;
}


.box-header.with-border.mobile {
    font-family: Kanit;
    margin: 10px;
}

.box-title-mobile {
    display: inline-block;
    margin: 0;
    line-height: 1;
    font-weight: 600;
    font-size: 34px;
    margin-top: 15px;
}


.col-md-12.col-sm-12.mobile-padding-top {
    padding-top: 6px;
}

.header-container {
    padding: 16px;
    background-color: #fff; /* optional: background color */
    border-bottom: 1px solid #ccc;
}

.header-title {
    font-size: 24px;
    margin: 0;
    text-align: center;
    line-height: 1.4;
}

.header-title .subtitle {
    font-size: 16px;
    color: #666;
    display: block;
    margin-top: 4px;
}



