﻿/* Please see documentation at https://docs.microsoft.com/aspnet/core/client-side/bundling-and-minification
for details on configuring this project to bundle and minify static web assets. */

a.navbar-brand {
  white-space: normal;
  text-align: center;
  word-break: break-all;
}

/* Provide sufficient contrast against white background */
a {
  color: #0366d6;
}

.btn-primary {
  color: #fff;
  background-color: #1b6ec2;
  border-color: #1861ac;
}

.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
  color: #fff;
  background-color: #1b6ec2;
  border-color: #1861ac;
}

/* Sticky footer styles
-------------------------------------------------- */
html {
  font-size: 14px;
}
@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

.border-top {
  border-top: 1px solid #e5e5e5;
}
.border-bottom {
  border-bottom: 1px solid #e5e5e5;
}

.box-shadow {
  box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05);
}

button.accept-policy {
  font-size: 1rem;
  line-height: inherit;
}

/* Sticky footer styles
-------------------------------------------------- */
html {
  position: relative;
  min-height: 100%;
}

body {
  /* Margin bottom by footer height */
  margin-bottom: 60px;
}
.footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  white-space: nowrap;
  line-height: 60px; /* Vertically center the text there */
}

.loading-text{
    font-weight: bold;
    color:black;
    font-size: larger;
}

.font-khmer {
    font-family: 'Khmer OS Siemreap', serif;
}

.font-khmer-md-bold {
    font-family: 'Khmer OS Siemreap', serif;
    font-size: 1.2rem;
    font-weight: bold;
    margin-bottom: 10px;
    margin-top: 10px;
}

.font-khmer-lg {
    font-family: 'Khmer OS Siemreap', serif;
    font-size: 1.5rem;
    font-weight: bold;
    margin-bottom: 10px;
    margin-top: 10px;
}
.font-khmer-md {
    font-family: 'Khmer OS Siemreap', serif;
    font-size: 1.2rem;
    font-weight: normal;
    margin-bottom: 10px;
    margin-top: 10px;
}
.center-block {
    display: block;
    margin-left: auto;
    margin-right: auto;
}
input {
    color: blue !important;
    font-family: 'Khmer OS Siemreap', serif;
}



.control-label {
    font-weight: bold;
    font-family: 'Khmer OS Siemreap', serif;
}
select {
    color: blue !important;
    font-family: 'Khmer OS Siemreap', serif;
}
.validate-span {
    color: red !important;
    font-family: 'Khmer OS Siemreap', serif;
}

html, body {
    height: 100%;
}

.full-height {
    height: 100%;
}
.input-label-like {
    color: blue !important;
    font-family: 'Khmer OS Siemreap', serif;
    font-weight: bold;
    border-color: black;
}
.checkbox-1x {
    transform: scale(1.5);
    -webkit-transform: scale(1.5);
}

.checkbox-2x {
    transform: scale(2);
    -webkit-transform: scale(2);
}
p.big {
    line-height: 2;
}

@media print {
    .table thead tr td, .table tbody tr td, .table thead tr th {
        border-width: 1px !important;
        border-style: solid !important;
        border-color: black !important;
        -webkit-print-color-adjust: exact;
    }


    .ta thead tr td, .ta tbody tr td {
        border-width: 0.7px !important;
        border-style: solid !important;
        border-color: rgba(0, 0, 0, 0.644) !important;
        -webkit-print-color-adjust: exact;
    }
}
