﻿@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;
}

.jumbotron {
    margin-top: 48px;
    margin-bottom: 48px;
    padding-top: 10px !important;
    background-color: white !important;
}

.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-default {
    /*background-color: rgba(36,36,36,.96);*/
    background-color: #fcd8cc;
}

.nav .open > a, .nav .open > a:focus, .nav > a:hover {
    background-color: #db7e79 !important;
}

ul .dropdown-menu a:hover {
    background-color: #db7e79 !important;
}

.navbar-nav > li > .dropdown-menu {
    margin-top: 0;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    background: #fcd8cc;
}

.navbar-nav li a {
    color: #8e6c90 !important;
}

    .navbar-nav li a:hover {
        color: white !important;
    }

.navbar-brand {
    font-size: 1.6em !important;
    font-weight: bold !important;
    color: #8e6c90 !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: 0px;
    /*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;
}

/* modal */
.modal-header {
    color: #8e6c90;
    background-color: #fcd8cc;
}
