﻿@font-face {
    font-family: 'sarabun-medium';
    src: url('font/sarabun/sarabun-medium.ttf') format('truetype');
}
.bd-placeholder-img {
    font-size: 1.125rem;
    text-anchor: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
@media (min-width: 768px) {
    .bd-placeholder-img-lg {
        font-size: 3.5rem;
    }
}

.detail-print {
    border: 1px solid #808080;
    margin-top: 2rem;
    padding: 2rem;
    background: inherit;
    overflow: hidden;
    position: relative;
    border-radius: 5px;
}

    .detail-print:after {
        content: '';
        background: inherit;
        position: absolute;
        box-shadow: inset 0 0 0 200px rgba(255,255,255,0.05);
        -webkit-filter: blur(10px); /* Safari */
        filter: blur(10px);
        -moz-filter: blur(10px);
        -o-filter: blur(10px);
        -ms-filter: blur(10px);
        left: -20px;
        right: 0px;
        top: -25px;
        bottom: 0px;
        z-index: -1;
    }

.detail-print-form {
    padding-left: 2rem;
    z-index: 1;
}

hr {
    background-color: #66b5de;
}

body {
    font-family: 'sarabun-medium';
    background: url('../images/blue-bg.jpg') repeat 0 0;
    background-attachment: fixed;
    background-position: top;
    background-repeat: no-repeat;
    background-size: cover;
    letter-spacing: 0.02em;
    width: 100%;
    height: 100%;
}
.nav-link.active {
    background-color: #2279fa !important;
    color: white !important;
}