﻿[v-cloak] {
    display: none !important;
}

.hidden-obj {
    display: none !important;
}

.form-control::placeholder {
    color: #cccccc;
}

.bs-actionsbox .actions-btn.bs-select-all {
    color: blue;
    font-weight: bolder;
}

.bs-actionsbox .actions-btn.bs-deselect-all {
    color: red;
    font-weight: bolder;
}

body {
    padding-bottom: 70px;
    font-family: PingFangTC,"Microsoft JhengHei",微軟正黑體,Helvetica,Arial,Verdana,sans-serif;
}

.navbar-center {
    margin: auto;
}

.copyright {
    font-size: 14px;
}

.text_no_wrap {
    white-space: nowrap;
}

.text_pre {
    white-space: pre;
}

.text_pre_wrap {
    white-space: pre-wrap;
}

.flip {
    -moz-transform: scaleX(-1);
    -webkit-transform: scaleX(-1);
    -o-transform: scaleX(-1);
    transform: scaleX(-1);
}

.cursor_pointer {
    cursor: pointer;
}
