﻿.btn-custom {
    color: white;
    background-color: #009688 !important;
}

    .btn-custom:hover {
        color: white;
        background-color: #005955 !important;
        border-color: #005955 !important;
    }

    .btn-custom:active {
        color: white;
        background-color: #009688 !important;
    }

/* カスタムプッシュボタン（深い：#009688）*/
.push_btn {
    border: none;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 1;
    text-decoration: none;
    color: #ffffff;
    font-size: 24px;
    border-radius: 5px;
    width: 80%;
    height: 100%;
    font-weight: bold;
    border-bottom: 4px solid #004d40;
    transition: 0.3s;
    box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.4);
    background-color: #009688;
}

    .push_btn:active {
        border-bottom: 4px solid #004d40;
        box-shadow: none;
    }

/* カスタムアイコンボタン（深いみどり：#009688）*/
.push_icon_btn {
    border: none;
    /*    display: flex;*/
    align-items: center;
    justify-content: center;
    line-height: 1;
    text-decoration: none;
    color: #ffffff;
    font-size: 24px;
    border-radius: 5px;
    width: 80%;
    height: 100%;
    font-weight: bold;
    border-bottom: 4px solid #004d40;
    transition: 0.3s;
    box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.4);
    background-color: #009688;
}

    .push_icon_btn:active {
        border-bottom: 4px solid #004d40;
        box-shadow: none;
    }

/* カスタムプッシュボタン（orange） */
.push_orange_btn {
    border: none;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 1;
    text-decoration: none;
    color: white;
    font-size: 24px;
    border-radius: 5px;
    width: 80%;
    height: 100%;
    font-weight: bold;
    border-bottom: 4px solid #80451D;
    transition: 0.3s;
    box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.4);
    background-color: #FF893B;
}

    .push_orange_btn:hover {
        color: white;
        background-color: #80451D !important;
        border-color: #80451D !important;
    }

    .push_orange_btn:active {
        color: white;
        background-color: #80451D !important;
    }

/* カスタムプッシュボタン（red） */
.push_red_btn {
    border: none;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 1;
    text-decoration: none;
    color: white;
    font-size: 24px;
    border-radius: 5px;
    width: 80%;
    height: 100%;
    font-weight: bold;
    border-bottom: 4px solid #99232F;
    transition: 0.3s;
    box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.4);
    background-color: #FF3B4F;
}

    .push_red_btn:hover {
        color: white;
        background-color: #FF3B4F !important;
        border-color: #FF3B4F !important;
    }

    .push_red_btn:active {
        color: white;
        background-color: #FF3B4F !important;
    }


/* カスタムプッシュボタン（gray） */
.push_gray_btn {
    border: none;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 1;
    text-decoration: none;
    color: #dc3545;
    font-size: 24px;
    border-radius: 5px;
    width: 80%;
    height: 100%;
    font-weight: bold;
    border-bottom: 4px solid #2B3B51;
    transition: 0.3s;
    box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.4);
    background-color: #607d8b;
}

    .push_gray_btn:active {
        border-bottom: 4px solid #2B3B51;
        box-shadow: none;
    }


/* タイトル付ボタン（深いみどり：#009688） */
.push_custom_btn label {
    border: none;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 1;
    text-decoration: none;
    color: #ffffff;
    font-size: 24px;
    border-radius: 5px 0 0 5px;
    width: 20%;
    height: 100%;
    font-weight: bold;
    border-bottom: 4px solid #0b3013;
    transition: 0.3s;
    box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.4);
    background-color: #004d40;
}

.push_custom_btn button {
    border: none;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 1;
    text-decoration: none;
    color: #ffffff;
    font-size: 24px;
    border-radius: 0 5px 5px 0;
    width: 80%;
    height: 100%;
    font-weight: bold;
    border-bottom: 4px solid #004d40;
    transition: 0.3s;
    box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.4);
    background-color: #009688;
    white-space: nowrap;
}

    .push_custom_btn button:active {
        box-shadow: inset 8px 0px 0px 0px rgba(0, 0, 0, 0.2);
        margin-top: 8px;
        height: calc(100% - 8px);
    }



.push_icon_warning_btn {
    border: none;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 1;
    text-decoration: none;
    color: #dc3545;
    font-size: 24px;
    border-radius: 5px;
    width: 80%;
    height: 100%;
    font-weight: bold;
    border-bottom: 4px solid #9C8A2F;
    transition: 0.3s;
    box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.4);
    background-color: #ffc107;
}

    .push_icon_warning_btn:active {
        border-bottom: 4px solid #0d6efd;
        box-shadow: none;
    }

/* ナビプッシュボタン（報告画面）*/
.push_navi_btn {
    border: none;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 1;
    text-decoration: none;
    color: #aaaaaa;
    font-size: 22px;
    border-radius: 5px;
    width: 80%;
    height: 100%;
    font-weight: bold;
    border-bottom: 2px solid #00808d;
    transition: 0.3s;
    box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.4);
    background-color: darkslategray;
    padding-left: 2px;
    padding-right: 2px;
}

    .push_navi_btn:active {
        border-bottom: 4px solid #004d40;
        background-color: #60b6d8;
        box-shadow: none;
        color: #ffeb3b;
    }


.nav-pills .push_navi_btn.active,
.nav-pills .show > .push_navi_btn {
    background-color: #60b6d8;
    color: white;
}
