
/**
 * Common style
 */

 .siteshell-inter {
    padding-top:20px;
}

.siteshell-label {

}
.siteshell-description {
    text-align: center;
    width: 80%;
    margin: auto;
}
.siteshell-body {
    padding-top: 1em;
    font-size: 1em;
    color: #222222;
    text-align: center;
}
.siteshell-headline {
    text-align: center;
    margin-top: 1em;
    margin-bottom: 0.5em;
    font-size: 150%;
    font-weight: bold;
}
.siteshell-button-primary {
    display: inline-block;
    background-color: #31756F;
    box-shadow: 0 5px 0 rgba(33, 78, 73, 0.5); /* 影の太さ・色 */
    border-radius: 60px;
    color: #ffffff;
    cursor: pointer;
    text-decoration: none; /* 文字の下線を消す */
    width: 120px;
    margin-top: 1em;
}
.siteshell-button-primary:disabled {
    display: inline-block;
    background-color: #aaa;
    box-shadow: 0 5px 0 rgba(33, 78, 73, 0.5); /* 影の太さ・色 */
    border-radius: 60px;
    color: #ffffff;
    cursor: pointer;
    text-decoration: none; /* 文字の下線を消す */
    width: 120px;
    margin-top: 1em;
}
.siteshell-description-radio {
    text-align: left;
    width: 30%;
    margin-left: auto;
    margin-right: auto;
    margin-block-start: 0.5em;
    margin-block-end: 0.5em;
}


/*
 * 入力用テキストボックス（文字列が長い）
 */
.siteshell-long-text-box {
    width: 70%;
    height: 40px;
}


/**
 * Top style
 */
 .siteshell-top-notice.info {
    padding: 10px;
    background: #FFDEBF;
    border-color: #EB6E00;
    color: #222222;
    font-weight: bold;
 }
 .siteshell-top-notice.error {
    padding: 10px;
    background-color: rgba(190,55,90,1);
    border-color: rgba(190,55,90,1);
    color: #ffffff;
    font-weight: bold;
 }
 .siteshell-top-title {
    height: 120px;
    color: #ffffff;
    background-color: #214E49;
    font-size: 2.5em;
    display: flex;
    align-items: center;
    justify-content: center;
 }
 .siteshell-top-info {
    text-align: center;
    margin-top: 1em;
    margin-bottom: 0.5em;
    font-size: 150%;
    font-weight: bold;
}
 .siteshell-top-category-title {
    text-align: center;
    font-size: 150%;
    font-weight: bold;
    padding-top: 0.5em;
    padding-bottom: 0.5em;
    margin-top: 2em;
    color: #000000;
    background: #D6EDEB;
    border-top: solid 6px #419B91;
    box-shadow: 0 3px 4px rgba(33, 78, 73, 0.5);
}
 .siteshell-top-menu {
    /* border: 1px solid #ccc; */
    /* padding-top: 50px;*/
    width: 50%;
    margin: auto;
}
.siteshell-top-button-block {
}
.siteshell-top-describe-link {
    margin-top: 2em;
    margin-bottom: 2em;
    display: flex;
    align-items: center;
}
.siteshell-top-button {
    display: inline-block;
    background-color: #31756F;
    box-shadow: 0 5px 0 rgba(33, 78, 73, 0.5); /* 影の太さ・色 */
    border-radius: 60px;
    color: #ffffff;
    cursor: pointer;
    text-decoration: none; /* 文字の下線を消す */
    font-size: 75%;
    width: 120px;
    height: 50px;
}
.siteshell-top-describe-button {
    display: flex;
    align-items: center;
    padding-left: 1em;
    width: 80%;
    font-size: 80%;
    text-align: left;
    border: none;
}

/**
 * Switching WAF engine setting style
 */
 .siteshell-wafengine-notice.info {
    padding: 10px;
    background: #FFDEBF;
    border-color: #EB6E00;
    color: #222222;
    font-weight: bold;
 }

 .siteshell-wafengine-notice.error {
    padding: 10px;
    background-color: rgba(190,55,90,1);
    border-color: rgba(190,55,90,1);
    color: #ffffff;
    font-weight: bold;
 }

 .siteshell-description-wafengine-title {
    height: 80px;
    color: #ffffff;
    background-color: #214E49;
    font-size: 2em;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.siteshell-description-wafengine-title-description {
    margin-top: 0;
    display: inline-flex;
    font-size: 50%;
    font-weight: normal;
}


/**
 * Maximum URL length setting style
 */
 .siteshell-overflow-notice.info {
    padding: 10px;
    background: #FFDEBF;
    border-color: #EB6E00;
    color: #222222;
    font-weight: bold;
 }

 .siteshell-overflow-notice.error {
    padding: 10px;
    background-color: rgba(190,55,90,1);
    border-color: rgba(190,55,90,1);
    color: #ffffff;
    font-weight: bold;
 }

 .siteshell-description-overflow-title {
    height: 80px;
    color: #ffffff;
    background-color: #214E49;
    font-size: 2em;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.siteshell-description-overflow-title-description {
    margin-top: 0;
    display: inline-flex;
    font-size: 50%;
    font-weight: normal;
}

 .siteshell-description-overflow {
    text-align: left;
    width: 70%;
    margin: auto;
}

.siteshell-label-overflow-unit {

}

/**
 * HTTP method setting style
 */

 .siteshell-method-notice.info {
    padding: 10px;
    background: #FFDEBF;
    border-color: #EB6E00;
    color: #222222;
    font-weight: bold;
 }

 .siteshell-method-notice.error {
    padding: 10px;
    background-color: rgba(190,55,90,1);
    border-color: rgba(190,55,90,1);
    color: #ffffff;
    font-weight: bold;
 }

 .siteshell-description-method-title {
    height: 80px;
    color: #ffffff;
    background-color: #214E49;
    font-size: 2em;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.siteshell-description-method-title-description {
    margin-top: 0;
    display: inline-flex;
    font-size: 50%;
    font-weight: normal;
}

.siteshell-description-method {
    text-align: left;
    width: 70%;
    margin: auto;
}

/**
 * Audit log download style
 */

  .siteshell-download-audit-notice.info {
    padding: 10px;
    background: #FFDEBF;
    border-color: #EB6E00;
    color: #222222;
    font-weight: bold;
 }

 .siteshell-download-audit-notice.error {
    padding: 10px;
    background-color: rgba(190,55,90,1);
    border-color: rgba(190,55,90,1);
    color: #ffffff;
    font-weight: bold;
 }

 .siteshell-description-download-audit-title {
    height: 80px;
    color: #ffffff;
    background-color: #214E49;
    font-size: 2em;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.siteshell-description-download-audit-title-description {
    margin-top: 0;
    display: inline-flex;
    font-size: 50%;
    font-weight: normal;
}

.siteshell-description-download-audit {
    text-align: left;
    width: 70%;
    margin: auto;
    text-align: center;
}

/**
 * Excepted List style
 */

 .siteshell-excepted-notice.info {
    padding: 10px;
    background: #FFDEBF;
    border-color: #EB6E00;
    color: #222222;
    font-weight: bold;
 }

 .siteshell-excepted-notice.error {
    padding: 10px;
    background-color: rgba(190,55,90,1);
    border-color: rgba(190,55,90,1);
    color: #ffffff;
    font-weight: bold;
 }

 .siteshell-description-excepted-title {
    height: 80px;
    color: #ffffff;
    background-color: #214E49;
    font-size: 2em;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.siteshell-description-excepted-title-description {
    margin-top: 0;
    display: inline-flex;
    font-size: 50%;
    font-weight: normal;
}

.siteshell-description-excepted {
    text-align: left;
    width: 70%;
    margin: auto;
}

/**
 * Event list
 */

.siteshell-event-list-notice.error {
    padding: 10px;
    background-color: rgba(190,55,90,1);
    border-color: rgba(190,55,90,1);
    color: #ffffff;
    font-weight: bold;
}

.siteshell-description-event-list-title {
    height: 80px;
    color: #ffffff;
    background-color: #214E49;
    font-size: 2em;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.siteshell-description-event-list-title-description {
    margin-top: 0;
    display: inline-flex;
    font-size: 50%;
    font-weight: normal;
}

.siteshell-event-td {
    text-align: center;
}

.siteshell-event-th {
    text-align: center;
}

td[class*="siteshell-event-td"][data-column-id="id"] {
    text-align: right;
}

td[class*="siteshell-event-td"][data-column-id="name"] {
    text-align: left;
}

td[class*="siteshell-event-td"][data-column-id="message"] {
    text-align: left;
}

/**
 * Reference Audit log style
 */

.siteshell-ref-audit-notice.info {
    padding: 10px;
    background: #FFDEBF;
    border-color: #EB6E00;
    color: #222222;
    font-weight: bold;
 }

 .siteshell-ref-audit-notice.error {
    padding: 10px;
    background-color: rgba(190,55,90,1);
    border-color: rgba(190,55,90,1);
    color: #ffffff;
    font-weight: bold;
 }

 .siteshell-description-ref-audit-title {
    height: 120px;
    color: #ffffff;
    background-color: #214E49;
    font-size: 2em;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.siteshell-description-ref-audit-title-description {
    margin-top: 0;
    display: inline-flex;
    font-size: 50%;
    font-weight: normal;
}

.siteshell-description-ref-audit {
    text-align: left;
    width: 70%;
    margin: auto;
    text-align: center;
}

.siteshell-button-ref-exceptionlist {
    display: inline-block;
    background-color: #31756F;
    box-shadow: 0 5px 0 rgba(33, 78, 73, 0.5); /* 影の太さ・色 */
    border-radius: 60px;
    color: #ffffff;
    cursor: pointer;
    text-decoration: none; /* 文字の下線を消す */
    width: 140px;
    margin-top: 1em;
}
.siteshell-button-ref-exceptionlist:disabled {
    display: inline-block;
    background-color: #aaa;
    box-shadow: 0 5px 0 rgba(33, 78, 73, 0.5); /* 影の太さ・色 */
    border-radius: 60px;
    color: #ffffff;
    cursor: pointer;
    text-decoration: none; /* 文字の下線を消す */
    width: 140px;
    margin-top: 1em;
}
.siteshell-ref-audit-td {
    text-align: center;
}

.siteshell-ref-audit-th {
    text-align: center;
}

td[class*="siteshell-ref-audit-td"][data-column-id="action"] {
    text-align: left;
}

td[class*="siteshell-ref-audit-td"][data-column-id="ip"] {
    text-align: left;
}

td[class*="siteshell-ref-audit-td"][data-column-id="path"] {
    text-align: left;
}

td[class*="siteshell-ref-audit-td"][data-column-id="value"] {
    text-align: left;
}

/**
 * Error Page
 */

.siteshell-error-title {
    text-align: center;
    font-weight: bold;
}

.siteshell-error-content {
    font-weight: bold;
}

/**
 * Access log download style
 */

 .siteshell-download-access-notice.info {
    padding: 10px;
    background: #FFDEBF;
    border-color: #EB6E00;
    color: #222222;
    font-weight: bold;
 }

 .siteshell-download-access-notice.error {
    padding: 10px;
    background-color: rgba(190,55,90,1);
    border-color: rgba(190,55,90,1);
    color: #ffffff;
    font-weight: bold;
 }

 .siteshell-description-download-access-title {
    height: 80px;
    color: #ffffff;
    background-color: #214E49;
    font-size: 2em;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.siteshell-description-download-access-title-description {
    margin-top: 0;
    display: inline-flex;
    font-size: 50%;
    font-weight: normal;
}

.siteshell-description-download-access {
    text-align: left;
    width: 70%;
    margin: auto;
    text-align: center;
}

/**
 * SSL server certificate style
 */

 .siteshell-cert-notice.info {
    padding: 10px;
    background: #FFDEBF;
    border-color: #EB6E00;
    color: #222222;
    font-weight: bold;
 }

 .siteshell-cert-notice.error {
    padding: 10px;
    background-color: rgba(190,55,90,1);
    border-color: rgba(190,55,90,1);
    color: #ffffff;
    font-weight: bold;
 }

 .siteshell-description-cert-title {
    height: 120px;
    color: #ffffff;
    background-color: #214E49;
    font-size: 2em;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.siteshell-description-cert-title-description {
    margin-top: 0;
    display: inline-flex;
    font-size: 50%;
    font-weight: normal;
}

.siteshell-description-cert {
    text-align: left;
    width: 70%;
    margin: auto;
    text-align: center;
}

.siteshell-description-cert-note {
    text-align: left;
    color: #ff0000;
    width: 70%;
    margin: auto;
    text-align: center;
}

.siteshell-cert-th {
    text-align: right;
    width: 160px;
}
.siteshell-cert-td {
    text-align: left;
    width: 400px;
}
