﻿/*@import url(https://fonts.googleapis.com/css?family=Kanit);*/
/*@import url('https://fonts.googleapis.com/css?family=Kanit&subset=hebrew');*/

/* kanit-regular - latin */

@font-face {
    font-family: 'Kanit';
    font-style: normal;
    font-weight: 400;
    src: url('fonts/Kanit-Regular.eot');
    src: local('Kanit Regular'), local('Kanit-Regular'), url('fonts/Kanit-Regular?#iefix') format('embedded-opentype'), 
    url('fonts/kanit-v3-thai_latin_latin-ext_vietnamese-regular.woff2') format('woff2'), 
    url('fonts/kanit-v3-thai_latin_latin-ext_vietnamese-regular.woff') format('woff'), 
    url('fonts/Kanit-Regular.ttf') format('truetype'), 
    url('fonts/Kanit-Regular.svg#Kanit') format('svg'); 
}
/*@font-face {
    font-family: 'Kanit';
    src: url('/fonts/Kanit-Regular.eot');
    src: url('/fonts/Kanit-Regular?#iefix') format('embedded-opentype'), 
        url('/fonts/kanit-v3-thai_latin_latin-ext_vietnamese-regular.woff') format('woff'), 
        url('/fonts/Kanit-Regular.ttf') format('truetype'), 
        url('fonts/Kanit-Regular.svg#OpenSansLightItalic') format('svg');
    font-weight: 400;
    font-style: normal;
}*/

.copy-right {
    color: white;
}
.text-center-middle {
    text-align: center !important;
    vertical-align: middle !important;
}
.text-box-underline {
    width: 100%;
    padding: 10px;
    /*border: none #dfdfdf;*/
    /*border-bottom: 1px solid;*/
    color: #868e97;
    font-size: 14px;
    margin-bottom: 5px;
}
.app-name-bar{
    font-size:18px;

}
/*.cursor-hand {
    cursor: pointer;
    color:#b7b7b7
}*/
label {
    font-size: 0.8em !important;
    font-family: 'Kanit', sans-serif !important;
}
.formTextRequire{
    border-bottom-color:#747474 !important;
}
.text-left-middle {
    text-align: left !important;
    vertical-align: middle !important;
}
.hideObj{
    display:none;
}
.formTextError{
    border-color:red !important;
    border-width:1px;
}
.color-red {
    color: red !important;
}
.color-orange {
    color: orange !important;
}
.no-border {
    border-width: 0px !important;
}
.bg-color-blue {
    background-color: #0d79e9 !important;
}
.cursor-hand {
    cursor: pointer !important;
}

.PageDefault {
    font-weight: bold;
}

input[readonly] {
    /*styling info here*/
    background-color: white !important;
}