* {
    font-family: Meiryo, Arial, sans-serif;
}

.gz--button-primary,
.gz--button-primary:hover,
.gz--button-primary:focus,
.gz--button-primary:active {
    font-size: 18px;
    line-height: 20px;
    background-color: #1FB495;
    color: #ffffff;
    padding: 10px 30px;
    text-decoration: none;
    outline: none;
    display: inline-block;
    font-weight: bold;
}

.gz--button-detail-primary,
.gz--button-detail-primary:hover,
.gz--button-detail-primary:focus,
.gz--button-detail-primary:active {
    font-size: 16px;
    line-height: 20px;
    background-color: #1FB495;
    color: #ffffff;
    padding: 5px 20px;
    text-decoration: none;
    outline: none;
    display: inline-block;
}

.gz--button-detail-warning,
.gz--button-detail-warning:hover,
.gz--button-detail-warning:focus,
.gz--button-detail-warning:active {
    font-size: 16px;
    line-height: 20px;
    background-color: #fcb900;
    color: #ffffff;
    padding: 5px 20px;
    text-decoration: none;
    outline: none;
    display: inline-block;
}

.gz--button-shipment-success,
.gz--button-shipment-success:hover,
.gz--button-shipment-success:focus,
.gz--button-shipment-success:active {
    font-size: 16px;
    line-height: 20px;
    background-color: #1fb495;
    color: #ffffff;
    padding: 5px 20px;
    text-decoration: none;
    outline: none;
    display: inline-block;
}

.gz--button-delete-danger,
.gz--button-delete-danger:hover,
.gz--button-delete-danger:focus,
.gz--button-delete-danger:active {
    font-size: 16px;
    line-height: 20px;
    background-color: #ff4306;
    color: #ffffff;
    padding: 5px 20px;
    text-decoration: none;
    outline: none;
    display: inline-block;
}

.gz--confirm-modal .modal-content {
    box-shadow: none;
    border-radius: 0;
    border: 0;
}

.gz--confirm-modal .modal-header {
    padding: 0;
    margin-bottom: 20px;
    border: 0;
    align-self: flex-end;
}

.gz--confirm-modal .modal-footer {
    justify-content: center;
    border-top: 0;
    padding: 0 0 35px 0;
    margin-top: 20px;
}

.gz--confirm-modal .gz--modal-close {
    padding: 10px;
    width: 50px;
    border: 0;
    background-color: #92959B;
    outline: none;
    box-shadow: none;
}

.gz--confirm-modal .gz--modal-close img {
    max-width: 100%;
}

.gz--confirm-modal .gz--modal-message {
    text-align: center;
    margin-top: 50px;
    margin-bottom: 50px;
    font-size: 20px;
    line-height: 30px;
}

.gz--confirm-modal .gz--modal-cancel {
    background-color: #92959B;
}

.gz--confirm-modal .gz--modal-submit {
    background-color: #1FB495;
}

.gz--confirm-modal.delete-confirm-modal .gz--modal-submit {
    background-color: #FF4306;
}

.gz--confirm-modal .modal-footer button {
    font-size: 18px;
    line-height: 30px;
    padding: 5px 30px;
    border-radius: 50px;
    border: 0;
    outline: 0;
    box-shadow: none;
    color: #ffffff;
}

.button--oval {
    border-radius: 40px;
}

.button--square {
    border-radius: 0;
}

.login-screen {
    background-color: #373A4D;
}

.login-screen .login-logo {
    width: 320px;
    margin-bottom: 80px;
    max-width: 80%;
}

.login-screen .login-form {
    margin-bottom: 40px;
}

.login-screen .login-form .form-group {
    margin-bottom: 40px;
}

.login-screen .login-form .form-control {
    height: 50px;
    line-height: 50px;
    color: #999999;
    padding: 10px;
    border: 0;
    border-radius: 0;
    font-size: 20px;
    outline: none;
    box-shadow: none;
}

.login-screen .login-form .form-control:active,
.login-screen .login-form .form-control:focus {
    outline: none;
}

.login-screen .login-form .error-message {
    margin-bottom: 40px;
    font-size: 20px;
    line-height: 40px;
    color: #FF6F40;
}

.login-screen .login-form .login-button {
    color: #fff;
    height: 50px;
    line-height: 50px;
    padding: 0 55px;
    border-radius: 25px;
    display: inline-block;
    background-color: #1FB495;
    border: none;
    font-weight: bold;
}

.login-screen .login-form .login-button:active,
.login-screen .login-form .login-button:focus {
    border: none;
    outline: none;
}

.login-screen .send-mail-button {
    font-size: 20px;
    color: #ffffff;
    border: 0;
    line-height: 30px;
    background-color: transparent;
    outline: none;
    padding: 0;
}

.form-error {
    color: #FF4306;
    margin-bottom: 0;
    font-size: 16px;
    line-height: 20px;
}

.dashboard-wrap .dashboard-sidebar {
    overflow: auto;
    min-height: 100vh;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    width: 260px;
    background-color: #373A4D;
    z-index: 99;
}

.dashboard-wrap .dashboard-sidebar .main-logo {
    text-align: center;
    padding: 50px 40px;
}

.dashboard-wrap .dashboard-sidebar .main-logo img {
    max-width: 100%;
}

.dashboard-wrap .dashboard-sidebar .menu-list > li:first-child {
    border-top: 1px solid #434659;
}

.dashboard-wrap .dashboard-sidebar .menu-list > li {
    border-bottom: 1px solid #434659;
}

.dashboard-wrap .dashboard-sidebar .menu-list > li a {
    border-left: 5px solid #373A4D;
    font-size: 18px;
    line-height: 64px;
    color: #ffffff;
    padding-left: 24px;
    display: block;
    text-decoration: none;
}

.dashboard-wrap .dashboard-sidebar .menu-list > li:hover a,
.dashboard-wrap .dashboard-sidebar .menu-list > li.active a {
    background-color: #434659;
    border-left: 5px solid #FCB900;
}

.dashboard-wrap .dashboard-content {
    width: calc(100% - 260px);
    margin-left: 260px;
    margin-top: 45px;
    background-color: #F1F1F1;
    height: calc(100vh - 45px);
    overflow-y: auto;
}

.dashboard-wrap .header {
    background-color: #FFFFFF;
    padding-left: 15px;
    padding-right: 15px;
    width: calc(100% - 260px);
    position: fixed;
    top: 0;
    right: 0;
    z-index: 99;
}

.dashboard-wrap .header .dashboard-title {
    font-size: 16px;
    font-weight: bold;
    line-height: 45px;
}

.dashboard-wrap .header .navigation {
    margin-bottom: 0;
    height: 45px;
}

.dashboard-wrap .header .navigation .log-out {
    font-size: 16px;
    border: 0;
    background-color: transparent;
    outline: none;
    box-shadow: none;
    line-height: 45px;
    color: #29ABE2;
}

/* 全体の余白は上下のみ */
.dashboard-wrap .dashboard-content .main-content {
    min-width: 960px;
    padding: 1.5rem 0;
}

.dashboard-wrap .dashboard-content .main-header {
    padding: 1.5rem;
}

.dashboard-wrap .dashboard-content .main-header.sticky-header {
    position: fixed;
    width: calc(100% - 260px);
    z-index: 99;
    background-color: #F1F1F1;
}

.dashboard-wrap .dashboard-content .main-header.sticky-header + .main-content {
    overflow-y: auto;
}

/* 左右余白をつける */
.dashboard-wrap .dashboard-content .main-content .sc--item,
.dashboard-wrap .dashboard-content .main-content .sc--item--list,
.dashboard-wrap .dashboard-content .main-content .sc--base--list,
.dashboard-wrap .dashboard-content .main-content .sc--base--create,
.dashboard-wrap .dashboard-content .main-content .sc--base--edit,
.dashboard-wrap .dashboard-content .main-content .sc--factory--history,
.dashboard-wrap .dashboard-content .main-content .sc--factory--simulation,
.dashboard-wrap .dashboard-content .main-content .sc--factory--extend,
.main-content .sc--store--move,
.main-achievement-content,
.main-history-content,
.main-delivery-content,
.main-discard-content,
.main-discard-history,
.form-discard-achievements {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
}

.table > tbody {
    background: #fff;
}

.table > tbody th,
.table > tbody td {
    vertical-align: middle;
}

.table > thead th {
    border-top: none;
    border-bottom: none;
    font-weight: unset !important;
}

table.dataTable th,
.sc--item--list table th,
.sc--base--list table th {
    border-top: none;
    border-bottom: none;
    font-weight: normal;
    font-size: 18px;
}

.table-body-scroll tbody {
    display: block;
    height: auto;
    overflow-y: auto;
}

.table-body-scroll thead,
.table-body-scroll tbody tr {
    display: table;
    width: 100%;
    table-layout: fixed;
}

.table-body-scroll.max-height-500 tbody {
    max-height: 500px;
}

.sc--base .form--base label {
    font-size: 20px;
}

.sc--item .form--item input[type='text'] {
    font-size: 20px;
    line-height: 30px;
    padding: 10px 20px;
    border: 0;
    border-radius: 3px;
    outline: none;
    box-shadow: none;
    /* min-width: 300px; */
}

.sc--base .form--base input[type='text'] {
    background-color: #ffffff;
    font-size: 20px;
    line-height: 30px;
    padding: 10px 20px;
    border: 1px solid #FFFFFF;
    border-radius: 3px;
    outline: none;
    box-shadow: none;
    width: 40%;
    /* min-width: 450px; */
}

.sc--item .form--item select,
.sc--base .form--base select {
    background-color: #ffffff;
    font-size: 20px;
    line-height: 30px;
    padding: 10px 30px 10px 20px;
    border: 0;
    border-radius: 3px;
    outline: none;
    box-shadow: none;
}

.sc--base .form--base .item--list li {
    display: inline-block;
    padding: 10px 20px;
    margin-right: 10px;
}

.form-action .action-button,
.sc--item .form--item .form-action .action-button,
.sc--base .form--base .form-action .action-button {
    font-size: 20px;
    line-height: 30px;
    color: #ffffff;
    padding: 10px 35px;
    border-radius: 50px;
    text-decoration: none;
    outline: none;
    display: inline-block;
    border: 0;
    box-shadow: none;
}

.form-action .cancel-button,
.sc--base .form--base .form-action .cancel-button {
    background-color: #92959B;
    margin-right: 60px;
}

.form-action .confirm-button,
.sc--item .form--item .form-action .confirm-button,
.sc--base .form--base .form-action .confirm-button {
    background-color: #1FB495;
}

.noty_theme__metroui.noty_type__success {
    background-color: #1FB495;
}

.noty_theme__metroui.noty_type__error {
    background-color: #FF4306;
}

.noty_theme__metroui.noty_bar .noty_progressbar {
    background-color: #373A4D;
    opacity: 1;

}

.sc--item--edit .form--edit .delete-button,
.sc--base--edit .form--edit .delete-button {
    color: #FF2020;
    font-size: 20px;
    line-height: 30px;
    padding: 10px 30px;
    border: 0;
    box-shadow: none;
    outline: none;
    background-color: transparent;
    font-weight: bold;
}

.sc--factory--index .factory-order-form select {
    background-color: #ffffff;
    font-size: 16px;
    line-height: 40px;
    padding-right: 30px;
    padding-left: 20px;
    border: 0;
    border-radius: 5px;
    outline: none;
    box-shadow: none;
    width: 100%;
    height: 40px;
}

.sc--factory--index .factory-order-form input[type='number'],
.sc--factory--index .factory-order-form input[type='text'] {
    background-color: #ffffff;
    font-size: 16px;
    line-height: 40px;
    padding-right: 20px;
    padding-left: 20px;
    border: 0;
    border-radius: 5px;
    outline: none;
    box-shadow: none;
    width: 100%;
    height: 40px;
}

.sc--factory--index .factory-order-form label {
    margin-bottom: 0;
    font-size: 16px;
    line-height: 30px;
}

.sc--factory--index .factory-order-form .form-submit-button {
    display: block;
    width: 100%;
    color: #ffffff;
    background-color: #1FB495;
    border-radius: 25px;
    font-size: 16px;
    line-height: 40px;
    border: 0;
    padding: 0;
    box-shadow: none;
    outline: none;
}

.sc--factory--index .factory-order-form .factory-history-link {
    font-size: 20px;
    line-height: 30px;
    text-decoration: none;
    color: #29ABE2;
}

/* 工場在庫に左右下余白をつける */
.sc--factory--index .factory-sticky-header {
    padding: 0 1.5rem 1.5rem;
}

/* 工場在庫に上下左右余白をつける */
.sc--factory--index .factory-content {
    max-height: calc(100vh - 300px);
    overflow: auto;
    padding: 1.5rem;
}

table.dataTable thead th,
table.dataTable thead td {
    font-weight: unset !important;
}

table.dataTable tbody th,
table.dataTable tbody td {
    line-height: 38px;
    padding: 8px 18px !important;
}

table.dataTable thead .sorting,
table.dataTable thead .sorting_asc,
table.dataTable thead .sorting_desc {
    background : none !important;
}

table.dataTable.no-footer {
    border: none !important;
}

.btn__next {
    color: #29abe2;
    position: relative;
    font-size: 20px;
}

.btn__next:hover {
    color: #29abe2;
    text-decoration: none;
}

.selection__wrapper {
    display: flex;
    justify-content: space-between;
    margin-bottom: 0;
}

.select__box {
    width: 260px;
    background-color: #FFFFFF;
    height: 40px;
    line-height: 40px;
    padding: 0 25px;
    border: 0;
    border-radius: 5px;
}
