﻿@import url('https://fonts.googleapis.com/css?family=Sarabun&display=swap');

html {
    background-image: url('./header_canvas.png'),url('./bg_canvas.jpg');
    background-repeat: no-repeat,repeat;
    background-size: contain, 420px 420px;
    background-position: top center, top left;
    font-family: 'Sarabun', sans-serif !important;
}

.afs-blue-text {
    color: #007AC2;
}

.text-primary {
    color: #033c73;
}

.bg-primary {
    background-color: #033c73;
}

.btn.btn-primary {
    border-radius: 5px;
    background-color: #007AC2;
    border-color: #0d8de8;
    color: white;
    font-weight: normal;
}

.btn.btn-default {
    border-radius: 5px;
    border-color: #0d8de8;
    background-color: white;
    color: #007AC2;
    font-weight: normal;
}

.btn.btn-default:hover {
    background-color: #007AC2;
    border-color: #0d8de8;
    color: white;
}

.btn.btn-cancel {
    border-radius: 5px;
    border-color: #e5e7eb;
    background-color: white;
    font-weight: normal;
}

.btn.btn-cancel:hover {
    background-color: #e5e7eb;
    border-color: #e5e7eb;
}

.btn:disabled {
    opacity:0.5;
}

.auto-fit {
    width: 1px;
    white-space: nowrap;
}
