body{
    background-color: #f5f5f5;
}

[type='text'], [type='email'], [type='url'], [type='password'], [type='number'], [type='date'], [type='datetime-local'], [type='month'], [type='search'], [type='tel'], [type='time'], [type='week'], [multiple], textarea, select {
    font-size: 1.5rem;
}
#qrcode img{
    display: inline-block !important;
}
.khmer{
    font-family: Hanuman;
}
.daraimg{
    display: unset !important;
}
.khmerbig{
    font-family: "Kdam Thmor";
}
.default-mobile-bg {
    background-color: rgb(110, 179, 179);
    color:#fff;
  }
.default-mobile-bg a{
    color:#fff;
}
.default-mobile-bg-other {
    background-color:#0c446b;
    color:#fff;
  }
.modal-header {
    border-bottom: 1px solid #09afdf !important;
}
hr {
    border-top: 1px solid #0a3350;
  }
.default-mobile-bg-other a{
    color:#fff;
}
.imgcenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 50%;
  }
/* The Overlay (background) */
.overlay {
    /* Height & width depends on how you want to reveal the overlay (see JS below) */    
    height: 100%;
    width: 0;
    position: fixed; /* Stay in place */
    z-index: 1; /* Sit on top */
    left: 0;
    top: 0;
    background-color: rgb(110, 179, 179); /* Black fallback color */
    background-color: rgba(110, 179, 179, 0.9); /* Black w/opacity */
    overflow-x: hidden; /* Disable horizontal scroll */
    transition: 0.5s; /* 0.5 second transition effect to slide in or slide down the overlay (height or width, depending on reveal) */
}

/* Position the content inside the overlay */
.overlay-content {
    position: absolute;
    top: 25%; /* 25% from the top */
    width: 100%; /* 100% width */
    text-align: center; /* Centered text/links */
    margin-top: 30px; /* 30px top margin to avoid conflict with the close button on smaller screens */
}

/* The navigation links inside the overlay */
.overlay a {
    padding: 8px;
    text-decoration: none;
    font-size: 36px;
    color: #818181;
    display: block; /* Display block instead of inline */
    transition: 0.3s; /* Transition effects on hover (color) */
}

/* When you mouse over the navigation links, change their color */
.overlay a:hover, .overlay a:focus {
    color: #f1f1f1;
}

/* Position the close button (top right corner) */
.overlay .closebtn {
    position: absolute;
    top: 10px;
    right: 10px;
    font-size: 20px;
    color:white;
}

/* When the height of the screen is less than 450 pixels, change the font-size of the links and position the close button again, so they don't overlap */
@media screen and (max-height: 450px) {
    .overlay a {font-size: 20px}
    .overlay .closebtn {
        font-size: 20px;
        top: 120px;
        right: 35px;
    }
}

.table-bordered > thead > tr > th, .table-bordered > tbody > tr > th, .table-bordered > tfoot > tr > th, .table-bordered > thead > tr > td, .table-bordered > tbody > tr > td, .table-bordered > tfoot > tr > td {
    border-color: #0d2a42;
}
.table > thead > tr > th, .table > tbody > tr > th, .table > tfoot > tr > th, .table > thead > tr > td, .table > tbody > tr > td, .table > tfoot > tr > td {
    border-top: 1px solid #0a3350;
}

.table-striped.table > tbody > tr > td {
    border-color: #0a3350 !important;
}
.table-striped tbody {
    background-color: #021329 !important;
    color: #40a1de;
}
table.dataTable > tbody > tr.child ul.dtr-details li {
    border-bottom: 1px solid rgba(28, 79, 107, 0.4) !important;
}
table.dataTable tbody td {
    word-break: break-word;
    vertical-align: top;
}
.table > thead > tr > th, .table > tbody > tr > th, .table > tfoot > tr > th, .table > thead > tr > td, .table > tbody > tr > td, .table > tfoot > tr > td {
    border-top: 1px solid #064479;
}
.table:not(.table-bordered) {
    border-bottom: 2px solid #064479;
}
.table-striped > tbody > tr:nth-child(odd) > td, .table-striped > tbody > tr:nth-child(odd) > th {
    background-color: #0a3350;
}
.table-bordered {
    border: 1px solid #0f2233;
}
.btn {
    margin-bottom: 6px !important;
}

.text-left{
    text-align: left !important;
  }

.form-control {
    background: #072e4a;
    color: #2b92e0;
    border-color: #072e4a;
    margin-bottom: 3px;
}
.selectize-control.single .selectize-input, .selectize-dropdown.single {
    border-color: #072e4a;
}
.selectize-control.single .selectize-input {
    background-color: #072e4a;
    background-image: linear-gradient(to bottom, #fefefe, #072e4a);
}
.nav-tabs.style-2 + .tab-content > .tab-pane {
    border: 1px solid #0c2942;
    background-color: #0c2942;
}
.nav-tabs.style-2 {
    border-bottom: 1px solid #0c2942;
}
.nav-tabs.style-2 > li.active > a, .nav-tabs.style-2 > li.active > a:hover, .nav-tabs.style-2 > li.active > a:focus {
    color: #fff;
    background-color: #0c2942;
    border-color: #0c2942;
}
.panel-body {
    background-color: #1b476d;
}

.map-container {
    width: 100%;
    height: 500px;
}
.table > thead > tr > th {
    border-bottom: 1px solid #064479;
    background-color: #064479;
    color: #67cdce;
}

/* Watermar */
#watermark-background {
    position: fixed;
    z-index: 99;
    background: transparent;
    display: block;
    min-height: 50%;
    min-width: 50%;
    opacity: 0.5;
    top: 25%;
    left: 15%;
}
#watermark-bg-text
{
    color:lightgrey;
    font-size:60px;
    transform:rotate(300deg);
    -webkit-transform:rotate(300deg);
}
.uploadPanel .upload-control:last-child{
    width: 100% !important;
}

.pl-10{
    padding-left: 10px !important;
}
.pr-10{
    padding-right: 10px !important;
}
.c-pr{
    padding-right: 0px;
}
.c-pl{
    padding-left: 0px;
}
.nav-tabs.style-2 > li > a:hover {
    color: #fff !important;
    background-color: #0d2942 !important;
    border-color: #0d2942 !important;
    border-bottom-color: #0d2942 !important;
}

.uploadPanel{
	display: flex !important;
}
.uploadPanel .btn {
    display: table-cell;
    width: 10% !important;
    height: 40px !important;
}
.uploadPanel .upload-control:last-child {
    width: 10% !important;
}