@font-face {
    font-family: "NotoSansLao"; /* A name to be used later */
    src: url("../fonts/NotoSansLao-Regular.ttf"); /* URL to font file */
    }
body {
    font-family: 'NotoSansLao';
}

.sidebar .logo .simple-text {
    font-weight: bold;
}

title {
    font-family: 'NotoSansLao' !important;
}

.en-font {
    font-family: 'Times New Roman', Times, serif;
}

.la-font {
    font-family: 'NotoSansLao';
}

.tim-typo {
    padding-left: 25%;
    margin-bottom: 40px;
    position: relative;
    width: 100%;
}

.tim-typo .tim-note {
    bottom: 5px;
    color: #c0c1c2;
    display: block;
    font-weight: 400;
    font-size: 13px;
    line-height: 15px;
    left: 0;
    margin-left: 20px;
    position: absolute;
    width: 260px;
}


/* offline-doc */

.offline-doc .navbar.navbar-transparent {
    padding-top: 25px;
    border-bottom: none;
}

.offline-doc .navbar.navbar-transparent .navbar-minimize {
    display: none;
}

.offline-doc .navbar.navbar-transparent .navbar-brand,
.offline-doc .navbar.navbar-transparent .collapse .navbar-nav .nav-link {
    color: #FFFFFF !important;
}

.offline-doc .footer {
    z-index: 3 !important;
}

.offline-doc .page-header .container {
    z-index: 3;
}

.offline-doc .page-header:after {
    background-color: rgba(0, 0, 0, 0.5);
    content: "";
    display: block;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 2;
}

#map {
    z-index: 2;
    height: calc(100vh - 70px);
    margin-top: 70px;
}

.sidebar::before {
    background-color: #FFFFFF;
}

.dropdown-menu .dropdown-item:hover,
.dropdown-menu .dropdown-item:focus,
.dropdown-menu a:hover,
.dropdown-menu a:focus,
.dropdown-menu a:active {
    background-color: #4caf50;
}

.content .container {
    background-color: #FFFFFF;
    box-shadow: 0 16px 38px -12px rgba(0, 0, 0, 0.56), 0 4px 25px 0px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(0, 0, 0, 0.2);
    padding-bottom: 50px;
    padding-top: 30px;
}

.btn.btn-primary {
    background-color: #4caf50;
}

.btn.btn-primary:hover,
.btn.btn-primary:focus,
.btn.btn-primary:active {
    color: #fff;
    background-color: #47a74b;
    border-color: #409543;
}

.add-data {
    margin-bottom: 10px;
}

.btn {
    font-size: 0.88rem;
}

.list-data {
    margin-top: 50px;
}

.form-control,
.is-focused .form-control {
    background-image: linear-gradient(to top, #4caf50 2px, rgba(39, 176, 101, 0) 2px), linear-gradient(to top, #d2d2d2 1px, rgba(210, 210, 210, 0) 1px);
}

.is-focused [class^='bmd-label'],
.is-focused [class*=' bmd-label'] {
    color: #4caf50;
    font-weight: bold;
}

.list-dropdown {
    display: none;
    background-color: rgba(200, 200, 200, 0.2);
    margin: 0px 15px;
}

.list-dropdown .nav-item {
    list-style-type: none;
    padding: 10px 0px;
}

.table>thead>tr>th {
    font-weight: bold;
}

a.add-data {
    margin-bottom: 20px;
}

.form-add {
    padding-top: 30px;
}

.form-group .bmd-label-static {
    top: -20px !important;
    font-weight: 600;
    letter-spacing: 0.15em;
}

.form-add div.col-sm-6 {
    margin-top: 30px;
}

.bmd-form-group label {
    color: rgb(49, 49, 49);
}

.form-add div.col-sm-6 .meaning {
    font-size: 0.7em;
    color: rgb(160, 160, 160);
}

.navbar.navbar-transparent {
    background-color: #fff !important;
    border-left: 1px solid rgb(160, 160, 160);
}

.sidebar .nav li:hover {
    background-color: #fff;
}

.list-dropdown>.drop-nav-item:hover>a {
    background-color: #fff !important;
    color: #4caf50 !important;
}

.list-dropdown .drop-nav-item {
    background-color: #f1f1f1b9;
    margin-left: -21%;
    border: 2px solid #f1f1f1b9;
}


/* data table */

.th-sm {
    text-align: center;
}

.table-center {
    text-align: center;
}

table#dtBasicExample thead th {
    border-bottom: 1px solid #4caf50;
    background-color: #f1f1f1;
}

table#dtBasicExample tfoot th {
    border-top: 3px solid #4caf50;
    background-color: #f1f1f1;
}

.box-detail {
    border-radius: 10px;
    box-shadow: 1px 1px 8px #888;
    padding: 10px;
    margin-left: 10px;
    margin-right: 10px;
}

.box-blue {
    border-left: 5px solid blue !important;
}

.box-blue .box-head {
    color: blue;
}

.box-green {
    border-left: 5px solid green !important;
}

.box-green .box-head {
    color: green;
}

.box-purple {
    border-left: 5px solid purple !important;
}

.box-purple .box-head {
    color: purple;
}

.box-brown {
    border-left: 5px solid brown !important;
}

.box-brown .box-head {
    color: brown;
}

.box-blue .box-amount,
.box-green .box-amount,
.box-purple .box-amount,
.box-brown .box-amount {
    font-size: 1.5em;
    font-weight: bolder;
}

.box-icon {
    color: rgba(184, 184, 184, 0.767);
    font-size: 1.8em;
    margin: auto;
}

.box-detail .row {
    background-color: #d2d2d2 !important;
    margin-left: 1px;
    margin-right: 1px;
}

.container {
    max-width: 100%;
}

.sidebar .logo {
    height: 100px !important;
}


/* */

.report-dropdown {
    display: none;
    background-color: rgba(200, 200, 200, 0.2);
    margin: 0px ;
}

.report-dropdown .nav-item {
    list-style-type: none;
    padding-top: 10px ;
    margin-left: -20px ;
}
@media (max-width: 991px) {
    table tr{
        width: 100%;
    }
    table tr td.price input{
        width: 100px;
    }
    table tr td.amount input{
        width: 50px;
    }
    table tr td select{
        width: 50px;
    }
}