﻿@font-face {
    font-family: "Thai Sans Lite";
    src: url('../fonts/153686524-thaisanslite_r1.eot');
    src: url('../fonts/153686524-thaisanslite_r1.eot?#iefix') format('embedded-opentype'),
    url('../fonts/153686524-thaisanslite_r1.svg#Thai Sans Lite') format('svg'),
    url('../fonts/153686524-thaisanslite_r1.woff') format('woff'),
    url('../fonts/153686524-thaisanslite_r1.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

body {
    font-family: "Thai Sans Lite";
    direction: ltr;
}

label {
    font-weight:bold;
}

.readonly_field
{
   font-size:1.6em;
   height:auto !important;
   background-color:#FFFAD5 !important;
}

.input-group-addon {
    font-size:1.6em !important;
}

input[type="text"] {
    font-weight:normal;
    font-size:1.6em !important;
    height:100% !important;
}

input[type="password"] {
    font-weight:normal;
    font-size:1.6em !important;
    height:100% !important;
}

input[type="file"] {
    font-weight:normal;
    font-size:1.5em !important;
    height:100% !important;
}

select {
    font-size:1.6em !important;
    height:100% !important;
}

.error_notification {
    font-size:1.6em;
    border:3px solid #F21D2F;
    padding:10px;
    border-radius:5px;
    background-color:#FFC4C1;
    color:#F21D2F;
}

.error {
    color:#F21D2F;
    font-size:1.6em;
}

.hidden {
    display:none;
}

.center {
    text-align:center;
}

.hilight {
    color:#2376ff;
}

/* */
.file_label {
    font-size:1.5em;
}

.exist_file {
    font-size:1.4em;
    color: darkgreen;
}

.red-star {
    color: red; 
    font-size: 1.2em;
}

/* Template */
.navbar {
    padding-top: 15px;
    padding-bottom: 15px;
    border: 0;
    border-radius: 0;
    margin-bottom: 0;
    font-size: 1.6em;
    letter-spacing: 2px;
    /*background-color: li;*/ 
}
.navbar-nav  li a:hover {
    color: #1abc9c !important;
}

.navbar-brand {
    font-size:1.6em !important;
    font-weight:bold !important;
    color:#1abc9c !important;
    /*color: #373434 !important;*/
    padding-top: 0px !important;
}

ul .dropdown-menu li {
    font-size:1.6em !important;
}


#logo {
    text-align:center;width:100%;margin-bottom:20px;
}

#page_title {
    color:#2376ff;
}

#header_top_border {
    width: 100%;
    height: 5px;
    background-color: #1abc9c;
}

th {
    font-size:1.6em;
}

td {
    font-size:1.6em;
}

.table_empty {

}

input[type="button"],input[type="submit"]
{
    font-size:1.6em !important;
}

/* footer */

.container-fluid {
    padding: 30px 60px;
    font-size: 1.6em;
}

.bg-grey {
    background-color: #f6f6f6;
    color: #818181;
}

.bg-4 {
    background-color: #2f2f2f;
    color: #fff;
}