﻿@charset "UTF-8";

/* 画面白枠 */
.boxContainer {
    box-sizing: border-box;
    background-color: #ffffff;
    border: solid 3px #385d8a;
    margin-right: auto;
    margin-left: auto;
    width: 100%;
    height: 100%;
    min-height: 100%;
    padding-top: 10px;
    padding-left: 20px;
    font-weight: bold;
    font-size: 15px;
}

.dnpGatewayMain {
    line-height: 50px;
}

/* 青ボタン白字 */
.buttonConfig {
    padding-left: 20px;
    padding-right: 20px;
    border: 0px;
    background-color: #4f81bd;
    color: #ffffff;
    border: solid 2px #385d8a;
    border-radius: 5px;
    font-size: 20px;
}

/* 青字タイトル */
.boxTitle {
    color: #5e70c0;
    margin-left: 50px;
    font-weight: bold;
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 20px;
}

/* 青字サブタイトル */
.boxText {
    color: #5e70c0;
    font-weight: bold;
    font-size: 20px;
}

/* 更新ボタン（不要？） */
.btnUpdateConfig {
    width: 80px;
    height: 35px;
    border: 0px;
    background-color: #2b5b8d;
    color: #ffffff;
    margin-left: 40px;
    text-align: center;
    border-radius: 3px;
}

/* 水色ボタン白字 */
.lightBtnConfig {
    border: 0px;
    background-color: #00CCFF;
    color: #ffffff;
    margin-left: 40px;
    text-align: center;
    border-radius: 3px;
}

/* AdminLTE  */

/* アラート停止ボタン */
#alertbtn {
    margin-left: 10px;
}

#btnAlertStatus {
    margin-top: 5px;
    margin-left: 10px;
}

#predToggle {
    margin-top: 5px;
}

.text-center {
    text-align: center;
}

.fbold {
    font-weight: bold;
}

.progress {
    display: table;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background-color: #fff;
    opacity: 0.8;
}

    .progress .loadingMsg {
        display: table-cell;
        text-align: center;
        vertical-align: middle;
        padding-top: 140px;
        background: url('') center center no-repeat;
    }

.fixedScroll {
    position: fixed;
    width: 100%;
    height: 100%;
}

.main-sidebar {
    background-color: #628DB6 !important;
}

.main-sidebar .brand-link {
    background-color: #666666 !important;
}

.sidebar a {
    color: #FFF !important;
}

.sidebar .nav-sidebar .nav-treeview .nav-item p {
    white-space: normal !important;
}

.scrollable-menu {
    height: auto;
    max-height: 500px;
    overflow-x: hidden;
}

#headHospName {
    font-size: 20px; 
}