﻿/* Move down content because we have a fixed navbar that is 50px tall */
body {
    padding-top: 24px;
    padding-bottom: 0px;
    margin-bottom: 0px;
}
html, body {
    font-family: 'THSarabunNew-Regular', helvetica, arial, 'lucida grande', sans-serif;
    font-size: 24px;
}

@font-face {
    font-family: 'thai_sans_literegular';
    src: url('../font/thaisanslite_r1-webfont.eot');
    src: url('../font/thaisanslite_r1-webfont.eot?#iefix') format('embedded-opentype'), url('../font/thaisanslite_r1-webfont.woff2') format('woff2'), url('../font/thaisanslite_r1-webfont.woff') format('woff'), url('../font/thaisanslite_r1-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'THSarabunNew-Regular';
    src: url('../font/THSarabunNew_gdi.eot');
    src: url('../font/THSarabunNew_gdi.eot?#iefix') format('embedded-opentype'), url('../font/THSarabunNew_gdi.woff') format('woff'), url('../font/THSarabunNew_gdi.ttf') format('truetype'), url('../font/THSarabunNew_gdi.svg#THSarabunNew-Regular') format('svg');
    font-weight: 400;
    font-style: normal;
    font-stretch: normal;
    unicode-range: U+0020-FB02;
}
/* Wrapping element */
/* Set some basic padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
}
.textlabel {
    font-size: 25px;
}

.footertext {
    color: white;
    font-size: 22px;
}
.setfonttext {
    color: white;
    font-size: 18px;
}
.settitle {
    color: blue;
    font-size: 20px;
}
.setcenter {
    align-content:center;
}
.GridPager a, .GridPager span {
    display: block;
    height: 30px;
    width: 40px;
    font-weight: bold;
    text-align: center;
    text-decoration: none;
}

.GridPager a {
    background-color: #f5f5f5;
    color: #969696;
    border: 1px solid #969696;
}

.GridPager span {
    background-color: #A1DCF2;
    color: #000;
    border: 1px solid #3AC0F2;
}
/* Override the default bootstrap behavior where horizontal description lists 
   will truncate terms that are too long to fit in the left column 
*/
.dl-horizontal dt {
    white-space: normal;
}

.navbar-template {
    padding: 40px 15px;
}

/* Set widths on the form inputs since otherwise they're 100% wide */
input[type="text"],
input[type="password"],
input[type="email"],
input[type="tel"],
input[type="select"] {
    max-width: 280px;
}

/* Responsive: Portrait tablets and up */
@media screen and (min-width: 768px) {
    .jumbotron {
        margin-top: 20px;
    }
    .body-content {
        padding: 0;
    }
}
