.footer {
    text-align: center;
    background-color: #5d5c61;
    color: ghostwhite;
    font-size: small;
    font-weight: bold;
    border-radius: 5px;
    padding: 5px;
}

input[type = 'number']{
    text-align: right;
}

.pagination_top{
    float: right;
    font-size: small;
}

.pagination_bottom{
    font-size: small;
}
/*.active_page{*/
/*    margin: 2px;*/
/*    padding: 2px;*/
/*    font-weight: bold;*/
/*    font-size: small;*/
/*    background: #fbae17;*/
/*    color: #ec1c24;*/
/*    padding: 3px;*/
/*    border-radius: 3px;*/
/*}*/

/*.pagination {*/
/*    float: right;*/
/*}*/

.num_col{
    text-align: right;
}

.sidebar {
    position: relative;
}

.sidebar glyphicon {
    position: absolute;
    left: 10px;
    bottom: 10px;
}

.bhc_btn_primary {
    color: white;
    background-color: #fbae17;
    border-color: #fbae17;
}

.bhc_btn_info {
    color: white;
    background-color: #ec1c24;
    border-color: #ec1c24;
}

.page_heading{
    padding-top: 5px;
    padding-bottom: 5px;
    display: block;
    margin-left: 12px;
}

h4.page_header {
    background-color: #557a95;
    color: #fff;
    font-weight: bold;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 12px;
    border-radius: 8px;
}


.page_header {
    background-color: #557a95;
    color: #fff;
    font-weight: bold;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 12px;
    border-radius: 8px;
}

sup{
    color: #ec1c24;
}

th {
    background-color: #7395ae;
    color: ghostwhite;
}

/* For index page */
#bgVideo {
    position: fixed;
    right: 0;
    bottom: 0;
    min-width: 100%;
    min-height: 100%;
}

#bgImage {
    position: fixed;
    right: 0;
    bottom: 0;
    min-width: 100%;
    min-height: 100%;
}

#login {
    position: fixed;
    top: 50%;
    left: 50%;
    margin-top: -200px;
    transform:translateX(-50%);
    background-color: ghostwhite;
    color: #ff6600;
    border-radius: 10px;
    padding: 12px 12px 12px 12px;
    opacity: 0.85;
}
/* End of index page */


.success_save {
    background-color: #34ce57;
}

.fail_save {
    background-color: #ec1c24;
}

.fake_link {
    color: blue;
    text-decoration: underline;
}

.suggestions{
    position: absolute;
    background-color: azure;
}

/*CSS for the menu system*/
.dropdown-menu{
    background-color: ghostwhite;
    /*position: relative !important;*/
}

.dropdown-toggle.active-dropdown::after {
    transform: rotate(-90deg);
    margin-left: 12px;
}

.dropdown-submenu {
    position: relative;
    top: 50px;
    left: 100%;
    margin-top: 1px;
}

/*.dropdown-submenu.show {*/
/*    transform: translate(180px, -45px);*/
/*}*/

.bhc_nav_item {
    color: #fbae17;
    font-weight: bold;
}

.dropdown-item:hover {
    color: #ec1c24;
    font-weight: bold;
}

.suggestions {
    height: auto;
    max-height: 200px;
    overflow: auto;
    z-index: 3000;
}

td.heading{
    font-weight: bold;
}

.di_btn_info {
    color: white;
    background-color: #5d5c61;
    border-color: #557a95;
}

.di_btn_success {
    color: white;
    background-color: #7395ae;
    border-color: #7395ae;
}

.di_btn_primary {
    color: white;
    background-color: #557a95;
    border-color: #557a95;
}

/*ba huan yellow: fbae17;*/
/*ba huan red: ec1c24*/
