@font-face {
    font-family: "UTMAndrogyne";
    src: url('/fonts/UTMAndrogyne.ttf') format("truetype");
}
@font-face {
    font-family: "DosisRegular";
    src: url('/fonts/DosisRegular.ttf') format("truetype");
}
@font-face {
    font-family: "DosisMedium";
    src: url('/fonts/DosisMedium.ttf') format("truetype");
}
@font-face {
    font-family: "DosisLight";
    src: url('/fonts/DosisLight.ttf') format("truetype");
}
@font-face {
    font-family: "DosisBold";
    src: url('/fonts/DosisBold.ttf') format("truetype");
}

@font-face{
  font-family: "Sarabun-Regular";
  src: url("../fonts/Sarabun/Sarabun-Regular.ttf") format("truetype");
}
@font-face{
  font-family: "Sarabun-Italic";
  src: url("../fonts/Sarabun/Sarabun-Italic.ttf") format("truetype");
}
@font-face{
  font-family: "Sarabun-Medium";
  src: url("../fonts/Sarabun/Sarabun-Medium.ttf") format("truetype");
}
@font-face{
  font-family: "Sarabun-SemiBold";
  src: url("../fonts/Sarabun/Sarabun-SemiBold.ttf") format("truetype");
}
@font-face{
  font-family: "Sarabun-Bold";
  src: url("../fonts/Sarabun/Sarabun-Bold.ttf") format("truetype");
}
@font-face{
  font-family: "Sarabun-Light";
  src: url("../fonts/Sarabun/Sarabun-Light.ttf") format("truetype");
}
@font-face{
  font-family: "Sarabun-Thin";
  src: url("../fonts/Sarabun/Sarabun-Thin.ttf") format("truetype");
}
@font-face{
  font-family: "Sarabun-ThinItalic";
  src: url("../fonts/Sarabun/Sarabun-ThinItalic.ttf") format("truetype");
}
@font-face{
  font-family: "Sarabun-BoldItalic";
  src: url("../fonts/Sarabun/Sarabun-BoldItalic.ttf") format("truetype");
}

a {
    color: #0299d5;
}
a:hover {
    color: #0299d5;
}
body {
    font-family: Sarabun-Regular;
    width: 1280px;
    max-width: 100%;
    margin: auto;
    background-image: url('/img/bg.png');
    background-repeat: no-repeat;
/*    padding-top: 140px;*/
}
.navbar-brand {
  width: 168px;
}
.navbar-brand img {
  width: 100%;
}
.box-login {
    margin: 7% auto;
    width: 550px;
    max-width: 90%;
}
.box-login .box-title {
    color: #c89632;
    font-size: 37px;
    text-align: center;
    margin-bottom: 20px;
}
.btn-isign {
    background-color: #c89632;
    border-radius: 22px;
    color: #FFF;
    padding: 0px 50px 0px 50px;
    font-size: 20px;
    height: 46px;
    text-transform: unset;
}
.btn-isign2 {
    background-color: #0d2748;
    border-radius: 22px;
    color: #FFF;
    padding: 0px 50px 0px 50px;
    font-size: 20px;
    height: 46px;
    text-transform: unset;
}
.form-control {
    height: 46px;
    border-radius: 22px;
    border: 1px solid transparent;
    text-align: center;
}
.captcha {
    height: 46px;
    border: 1px solid transparent;
}
.container {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 20px;
  color: #fffefe;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* Hide the browser's default checkbox */
.container input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

/* Create a custom checkbox */
.checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 25px;
  width: 25px;
  background-color: #eee;
}

/* On mouse-over, add a grey background color */
.container:hover input ~ .checkmark {
  background-color: #ccc;
}

/* When the checkbox is checked, add a blue background */
.container input:checked ~ .checkmark {
  background-color: #2196F3;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the checkmark when checked */
.container input:checked ~ .checkmark:after {
  display: block;
}

/* Style the checkmark/indicator */
.container .checkmark:after {
  left: 10px;
  top: 6px;
  width: 7px;
  height: 12px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.help-block {
    color: #ed1c24;
}

.navbar-brand.logo img {
    width: 120px;
}
.text-isign {
  font-weight: bold;
  text-shadow: 0 2px 2px rgba(0,0,0,.8), 2px 2px 2px rgba(0,0,0,.8)
}
.text-shadow {
  color: #c89632;
  text-transform: uppercase;
}
.navbar.navbar-dark .breadcrumb .nav-item.active>.nav-link, .navbar.navbar-dark .navbar-nav .nav-item.active>.nav-link {
    background-color: rgba(255,255,255,.1);
    color: #c89632;
}
@media (min-width: 600px) {
  .navbar.scrolling-navbar {
      padding-top: 32px;
      padding-bottom: 12px;
      transition: background .5s ease-in-out,padding .5s ease-in-out;
  }
}
@media (min-width: 800px) and (max-width: 850px) {
  .navbar:not(.top-nav-collapse) {
    background: #1C2331 !important;
}
}

.navbar {
    background-color: #1C2331;
}
.about .content {
    text-align: justify;
}
.about .title {
    color: #c89632;
    font-size: 28px;
    text-align: justify;
    margin-bottom: 20px;
}
.box-info .title {
    color: #c89632;
    font-size: 28px;
    text-align: justify;
    margin-bottom: 20px;
}
@media (min-width: 768px) {
    .box-info {
        position: relative;
    }
    .about {
        position: absolute;
        top: 10%;
        left: 5%;
        right: 50%;
    }
}
@media (max-width: 767px) {
    .about {
        margin: 15px;
    }
}
.main {
    margin: 20px auto;
    width: 1280px;
    max-width: 100%;
    /*  color: #FFF;*/
    padding-right: 15px;
    padding-left: 15px;
}
.main .left {
    background-color: rgba(23, 67, 112, 0.9);
    padding: 20px 20px 20px 30px;
    /*height: 100vh;*/
}
.main .right {
    margin-top: 30px;
}
.main .people-info {
    position:relative;
}
.main .people-info:before {
    display: inline-block;
    height: 46px;
    width: 46px;
    margin-right: 5px;
    content: "";
    background: url(/img/icon-people.png) no-repeat 0 0;
    background-size: 46px 46px;
}
.main .people-info .info {
    position: absolute;
    top: 2px;
    font-size: 14px;
    left: 52px;
}
ul.menu {
    list-style: none;
    padding: 0;
}
ul.menu .active {
    font-size: 30px;
}
ul.menu a {
    color: #FFF;
}
.table {
    width: 100%;
    max-width: 100%;
    margin-bottom: 1rem;
    background-color: #FFF;
    color: #000;
}
.box {
    background-color: #ebebeb;
/*    color: #828385;*/
    height: auto;
    padding: 20px;
    font-size: 16px;
}
.box.pay {
    height: auto;
}
.box h3 {
    color: #000;
    font-size: 22px;
}
.btn-isign-blue {
    background-color: #0d2748;
}
.btn-isign-blue:hover {
    color: #FFF;
}
textarea {
    width: 100%;
    border-radius: 5px;
    padding: 5px 10px 5px 10px;
}
hr {
    border: 1px solid #FFF;
}
input[type="file"] {
    display: none;
}
.custom-file-upload {
    /*border: 1px solid #ccc;*/
    display: inline-block;
    padding: 6px 12px;
    cursor: pointer;
    color: #FFF;
}
.custom-file-upload span {
    border-radius: 22px;
    color: #FFF;
    padding: 10px 20px 10px 20px;
    font-size: 20px;
    background-color: #0d2748;
}
.text-length {
    font-size: 18px;
    color: #00528c;
    font-weight: bold;
}
.help-block {
    font-weight: bold;
}
.modal-screen-sign .caption {
    position: absolute;
    top: 14%;
    left: 14%;
    right: 12%;
    color: #FFF;
    font-size: 1.2rem;
    background-color: #003c69;
    border-radius: 2%;
    padding: 10px 15px;
}
.modal-screen-sign .caption pre {
    color: #FFF;
}
.modal-screen-sign .caption .header {
    text-align: center;
    font-weight: bold;
    border-bottom: 1px solid #FFF;
    padding-bottom: 10px;
    margin-bottom: 15px;
}
.modal-screen-sign .caption .footer {
    text-align: center;
    font-weight: bold;
    border-top: 1px solid #FFF;
    padding-top: 10px;
}
.modal-screen-sign .modal-dialog .modal-content {
    background: rgba(0,0,0,0.25);
}
.form-control-isign {
    height: 32px;
/*    padding: 0.375rem 0.75rem;*/
    font-size: 1rem;
    line-height: 1.5;
    color: #015086;
    background-color: #fff;
    background-clip: padding-box;
    border: 1.6px solid #015086;
    border-radius: 0.5rem;
    transition: border-color .15s ease-in-out , box-shadow .15s ease-in-out;
    width: 100%;
}
.form-control-isign:focus {
    color: #495057;
    background-color: #fff;
    border-color: #fdd52e;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(253,213,46,.25);
}