@charset "UTF-8";

@font-face {
    font-family: 'JhengHei';
    src: url('../fonts/JhengHei.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'HelveticaNeue';
    src: url('../fonts/HelveticaNeue-Light.woff2') format('woff2'),
        url('../fonts/HelveticaNeue-Light.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'HelveticaNeue';
    src: url('../fonts/HelveticaNeue-Bold.woff2') format('woff2'),
        url('../fonts/HelveticaNeue-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

body {
    font-family: 'HelveticaNeue', 'JhengHei', 'Arial', 'sans-serif';
}

.app-btn-group :first-child {
    /* margin-right: 10px; */
}

.btn-default, .btn-default:hover, .btn-default:focus, .btn-default:active {
    color: #FFF !important;
    background-color: #a02337 !important;
    border-color: #a02337 !important;
    outline-offset: 0 !important;
}

.dz-preview {
    display: none !important;
}

[hidden] {
    display: none !important;
}

.m-t-10 {
    margin-top: 10px;
}

.m-b-10 {
    margin-bottom: 10px;
}

.m-t-20 {
    margin-top: 20px;
}

.m-b-20 {
    margin-bottom: 20px;
}

.app-logos {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}

.app-logo {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    padding: 0 15px;
}

.app-logo img {
    display: block;
    margin: 0 auto;
}

header {
    padding: 30px 0;
}

header img {
    max-width: 300px;
}

main {
    min-height: 500px;
}

footer {
    background: #005F7B;
    color: #FFF;
    padding: 30px 0;
}

footer a, footer a:active, footer a:focus, footer a:hover {
    color: #FFF;
    text-decoration: none;
    margin-right: 10px;
}

footer .copyright {
    text-align: right;
}

@media (max-width: 767px) {
    footer .copyright {
        text-align: left;
        margin-top: 10px;
    }
}

.file-container-progress {
    display: none;
    height: 15px;
    width: 0%;
    background: #FFDC00;
    margin-bottom: 10px;
}

.file-container-progress.is-success {
    background: #2ECC40;
}

.file-container-button-group {
}

.file-container-button-group > * {
    margin-bottom: 10px;
}

.admin-col {
    background: rgba(82, 216, 255, 0.07);
}

div.dataTables_wrapper div.dataTables_info {
    padding: 0;
    margin-bottom: 20px;
}

.mandatory-label {
    font-weight: bold;
    color: red;
}

ol, ul {
    padding-left: 15px;
}

.table {
    table-layout: fixed;
}

.table td, .table th {
    word-wrap: break-word;
}

.table-responsive>.table>tbody>tr>td, .table-responsive>.table>tbody>tr>th, .table-responsive>.table>tfoot>tr>td, .table-responsive>.table>tfoot>tr>th, .table-responsive>.table>thead>tr>td, .table-responsive>.table>thead>tr>th {
    height: 51px;
}

@media screen and (max-width: 767px) {
    .table-responsive>.table>tbody>tr>td, .table-responsive>.table>tbody>tr>th, .table-responsive>.table>tfoot>tr>td, .table-responsive>.table>tfoot>tr>th, .table-responsive>.table>thead>tr>td, .table-responsive>.table>thead>tr>th {
        width: 150px;
        white-space: normal;
    }
}
.help-block {
    font-weight: bold;
}