@font-face {
    font-family: 'Noto Serif Lao';
    src: url('../font/NotoSerifLaoRegular.eot'); /* IE9 Compat Modes */
    src: url('../font/NotoSerifLaoRegular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
        url('../font/NotoSerifLaoRegular.woff2') format('woff2'), /* Super Modern Browsers */
        url('../font/NotoSerifLaoRegular.woff') format('woff'), /* Pretty Modern Browsers */
        url('../font/NotoSerifLaoRegular.ttf') format('truetype'), /* Safari, Android, iOS */
        url('../font/NotoSerifLaoRegular.svg#NotoSerifLao-Regular') format('svg'); /* Legacy iOS */
    font-weight: 500;
    font-style: normal;
}
@font-face {
    font-family: 'Noto Sans Lao';
    src: url('../font/NotoSansLao-SemiBold.eot');
    src: url('../font/NotoSansLao-SemiBold.eot?#iefix') format('embedded-opentype'),
        url('../font/NotoSansLao-SemiBold.woff2') format('woff2'),
        url('../font/NotoSansLao-SemiBold.woff') format('woff'),
        url('../font/NotoSansLao-SemiBold.ttf') format('truetype'),
        url('../font/NotoSansLao-SemiBold.svg#NotoSansLao-SemiBold') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Phetsarath';
    src: url('../font/PhetsarathOT.eot');
    src: url('../font/PhetsarathOT.eot?#iefix') format('embedded-opentype'),
        url('../font/PhetsarathOT.woff2') format('woff2'),
        url('../font/PhetsarathOT.woff') format('woff'),
        url('../font/PhetsarathOT.ttf') format('truetype'),
        url('../font/PhetsarathOT.svg#PhetsarathOTModified_28_04_14') format('svg');
    font-weight: normal;
    font-style: normal;
}

.form-control {
    font-size: 14px;
}
.form-title {
    font-size: 14px;
}
.word-wrap {
    word-wrap: break-word;
    overflow-wrap: break-word;
}

.middle {
    display: flex;
    /* justify-content: center; */
    align-items: center;
}
.left {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    font-family: 'Noto Sans Lao', 'Roboto', sans-serif;
}
.center {
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: 'Noto Sans Lao', 'Roboto', sans-serif;
}
.right {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    font-family: 'Noto Sans Lao', 'Roboto', sans-serif;
}

.navbar-brand img {
    margin-right: .8rem;
}
.blog-footer {
    padding-top: 5px; padding-bottom: 5px;
    padding-left: 10px; padding-right: 10px;
    color: #999;
    background-color: #f9f9f9;
    border-top: .05rem solid #e5e5e5;
    font-family: 'Noto Serif Lao', 'Roboto', sans-serif;
}
.footer-copyright { font-size: 1rem; }
.moh { padding-top: 0.8rem; }
.ft { margin-bottom: 0.5rem; }

.navbar {
    padding: .3rem;
    font-family: 'Noto Sans Lao', 'Roboto', sans-serif;
}
p.navbar-info {
    margin-bottom: 0;
}
.flag {
    margin-right: .5rem;
}
.navbar-brand {
    margin-right: 1.5rem;
}
.navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 1rem;
    padding-left: 1rem;
}
.white-text {
    color: white!important;
}
.navbar-text {
    font-size: .8rem;
    margin-right: .5rem;
}
#navbarVersion {
    font-size: 1rem;
    font-weight: bolder;
}
.content {
    margin-top: 5.5rem;
}
body {
    font-family: 'Noto Serif Lao', 'Roboto', sans-serif;
}
p.lead {
    font-weight: 400;
    margin-bottom: 1rem;
}
.titleLo {
    font-family: 'Noto Serif Lao', 'Roboto', sans-serif;
    font-size: 40px;
}
.titleEn {
    font-size: 20px;
}
.title-sub {
    font-size: 28px;
    margin-bottom: .7rem;
}

#myTable_info {
    font-size: 1.1rem;
    margin: auto;
    text-align: center;
    font-weight: bold;
    color: #1769aa;
}
#myTable_length label {
    display: flex;
    align-items: flex-start;
    max-width: 70px;
    font-family: 'Noto Sans Lao', 'Roboto', sans-serif;
}
#myTable_length select {
    margin: 0 .5rem;
    /* width: auto; */
}
#reset {
    display: none;
}
.search label {
    width: 40%;
    text-align: right;
}
.search label input {
    height: 40.5px;
}
select {
    margin-top: 5px;
}

.modal-header {
    padding: .5rem 1rem;
}
#infoModalLabel {
    font-size: 1.5rem;
}
.modal-body {
    padding: 1rem;
}
.modal-body-map {
    margin: 1rem;
}
.location-map {
    margin: 1rem 0 0 0; /* top right bottom left */
}
#modalCoord p {
    padding-left: .5rem;
    margin-top: .45rem;
    margin-bottom: .8rem;
}
.modal-footer {
    font-family: 'Noto Sans Lao', sans-serif;
    padding: .25rem;
}
.modal-footer-map {
    padding: .5rem 0 .3rem .0; /* top right bottom left */
}
.modal-footer-btn {
    padding: .7rem 1.7rem!important;
}
#modalButton {
    font-family: 'Noto Sans Lao', sans-serif;
    float: right;
    margin: -.2rem -.2rem -.2rem auto;
}

#myTable{
    font-size: 15px;
}

table thead {
    line-height: 1.3;
    text-align: center;
    padding: 5px;
    font-family: 'Noto Sans Lao', sans-serif;
}
table thead a {
    color: black;
}
table th {
    font-size: 15px;
}
table.dataTable thead th {
    padding: .3rem!important;
}
.form-control-sm {
    height: 30px;
}
select.form-control-sm {
    width: 100%;
    min-width: 100%;
    color: #4f4f4f;
    background-color: white;
    border: 1px solid #bdbdbd;
}
div#myTable_length.dataTables_length.bs-select {
    text-align: left;
}
div.dataTables_wrapper div.dataTables_paginate ul.pagination .page-item.active .page-link {
    background-color: #4285f4!important;
}
table td {
    font-size: 14px;
    padding: .3rem .5rem!important;
}

.loader {
    height: 500px;
    display: flex;
    justify-content: center;
    align-items: center;
}
#modalLoader {
    height: 70px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.col-sm {
    padding: 15px;
}
#btn-coord {
    width: 60px;
    font-size: .8rem;
    margin: .3rem;
    padding: .3rem;
}
.btn-light {
    background-color: #e0e0e0!important;
}
.btn {
    padding: .6rem .8rem;
    /* margin-bottom: 8px; */
}

.btn-instruction {
    margin: 0;
}
button.buttons-excel, button.buttons-print {
    color: #fff;
    background-color: #39c0ed;
}

.select-province {
    display: inline-block;
    min-width: 300px;
    max-width: 500px;
}
.modal-body-compact {
    padding: 0 1.5rem;
}

.nav-link.tab-title {
    font-size: .9rem;
    margin-top: .5rem;
}


.map-container-9,
.map-container-10,
.map-container-11 {
    overflow:hidden;
    padding-bottom:56.25%;
    position:relative;
    height:0;
    max-height: 200px;
}
.map-container-9 iframe,
.map-container-10 iframe,
.map-container-11 iframe{
    left:0;
    top:0;
    height:100%;
    width:100%;
    position:absolute;
}

@media all and (max-width: 598px) {
    #top-left>div, #top-right {
        display: none;
    }
    .titleLo {
        display: none;
    }

}

