@font-face {
    font-family: 'THSarabunNew';
    src: url('thsarabunnew-webfont.eot');
    src: url('thsarabunnew-webfont.eot?#iefix') format('embedded-opentype'),
    url('thsarabunnew-webfont.woff') format('woff'),
    url('thsarabunnew-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'THSarabunNew';
    src: url('thsarabunnew_bolditalic-webfont.eot');
    src: url('thsarabunnew_bolditalic-webfont.eot?#iefix') format('embedded-opentype'),
    url('thsarabunnew_bolditalic-webfont.woff') format('woff'),
    url('thsarabunnew_bolditalic-webfont.ttf') format('truetype');
    font-weight: bold;
    font-style: italic;

}

@font-face {
    font-family: 'THSarabunNew';
    src: url('thsarabunnew_italic-webfont.eot');
    src: url('thsarabunnew_italic-webfont.eot?#iefix') format('embedded-opentype'),
    url('thsarabunnew_italic-webfont.woff') format('woff'),
    url('thsarabunnew_italic-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: italic;

}

@font-face {
    font-family: 'THSarabunNew';
    src: url('thsarabunnew_bold-webfont.eot');
    src: url('thsarabunnew_bold-webfont.eot?#iefix') format('embedded-opentype'),
    url('thsarabunnew_bold-webfont.woff') format('woff'),
    url('thsarabunnew_bold-webfont.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;

}

body {

    color: #0bc3e4;
    font-family: "THSarabunNew"
}

h1 {
    font-size: 20px;
}

h2 {
    font-size: 18px;
    margin: 20px 0 10px 0;
}

h3 {
    font-size: 16px;
}

#personal_id {
    letter-spacing: 2px;
    font-size: 1.2em;
}

#add-plan {
    margin: 0 10px;
}

img.tiny {
    width: 32px;
}

label[for="point_img"] {
    display: none;

}

label[for="point_img"] input {

}

.warning {
    color: #f00;
}

img.disabled {
    opacity: 0;
}

.in-list-button {
    padding: 4px;
    font-size: 10px;
    font-weight: bold;
    color: #000000;
    border-radius: 2px;
    margin: 2px;
}

.in-list-button:hover {
    text-decoration: underline;
}

.plan-delete {
    background: #e00;
    color: #fff;
    border: 1px solid #f00;
}

.r {
    background: #fcfff9;
    padding: 10px;
    border-radius: 4px;
    border: 1px solid #f5fcee;
}

ul.plan-detail {
    margin: 10px 0;
}

ul.plan-detail li {
    list-style: none;
}

.center {
    text-align: center;
}

.title {
    white-space: nowrap;
}

.img-button {
    width: 40px;
}

.input-bg {
    /* background: url('http://help.doae.go.th/img/background-input.png') no-repeat center 50px  fixed; */
}

fieldset {
    background: #fff;
    opacity: .9;
}

#login {
    margin-top: 100px;
}

.hidden {
    display: none;
}

#add-action {
    margin: 10px 0 20px 0;
}

.qtip-title {
    font-size: 20px;
    padding: 10px;
}

.ui-tooltip, .qtip {
    position: absolute;
    left: -28000px;
    top: -28000px;
    display: none;

    max-width: 800px;
    min-width: 300px;

    font-size: 10.5px;
    line-height: 12px;
}

#image-lists {
    margin-top: 40px;
}

#image-lists li {
    margin: 0 10px 10px 10px;
    text-align: center;
}

#image-lists img, #actionlists img {
    height: 150px;
    width: 150px;
    border: 1px #eee solid;
    border-radius: 4px;
}

.nowrap {
    white-space: nowrap;
}

#plan_summary ul {
    margin: 0;
    padding: 0;
}

#plan_summary ul li {
    list-style: none;
    margin: 0;
    padding: 10px;
    border-bottom: 1px solid #ddd;
}

#plan_summary ul li:last-child {
    border-bottom: none;
}

.inline-button {
    padding: 2px;
    color: #000000;
    margin: 2px;
    font-size: 10px !important;
    font-weight: bold !important;
}

.fit-width {
    white-space: nowrap;
    width: 1px;
}

.filter-table .quick {
    margin-left: 0.5em;
    font-size: 0.8em;
    text-decoration: none;
}

.fitler-table .quick:hover {
    text-decoration: underline;
}

.error {
    color: #f00;
}

.circular {
    display: inline-block;
    width: 20px;
    height: 20px;
    line-height: 18px;
    text-align: center;
    border: 1px solid #999;
    background: #fff;
    border-radius: 50%;
    margin: 2px;
}

#notice {
    color: #f00;
}

.region-header {
    background: #2b0000 !important;
}

.region-header td {
    color: #fff;
    font-family: THSarabunNew;
}

.province-header {
    background: #2b0000 !important;
}

.province-header td {
    color: #fff;
    font-family: THSarabunNew;
}

.top-bar, .top-bar .name h1 a {
    /*position: fixed;*/
    width: 100%;
    background: #2e3651;
    font-family: THSarabunNew;
    color: #33ccff;
    letter-spacing: 1px;
}

.top-bar-section li:not(.has-form) a:not(.button) {
    background: #2e3651;
    font-family: THSarabunNew;
}

.notice {
    color: #e4048d;
    font-size: 11px;
    font-weight: bold;
}

.inline {
    display: inline-block;
}

.inline-button {
    letter-spacing: 1px;

    font-size: 12px !important;
    font-weight: bold !important;
}

#lp-map img {
    max-width: none;
}


table{
    width: 100%;
}

.table-bordered th{
    border:1px solid #ddd!important
}

.table-bordered td{
    border:1px solid #ddd!important
}