html {
    line-height: 1.15;
    /* 1 */
    -webkit-text-size-adjust: 100%;
    /* 2 */
    box-sizing: border-box;
    font-size: 62.5%;
}

body {
    /* color: #66615B; */
    color: #333;
    font-family: 'Roboto', 'Helvetica Neue', 'Helvetica', 'Arial', sans-serif;
    font-size: 1.4em;
    font-weight: 300;
    letter-spacing: .01em;
    line-height: 1.6;
    display: flex;
    flex-wrap: wrap;
    margin: 0;
    background-color: #f4f3ef;
}

main {
    display: block;
}

h1 {
    font-size: 2em;
    margin: 0.67em 0;
}

hr {
    box-sizing: content-box;
    /* 1 */
    height: 0;
    /* 1 */
    overflow: visible;
    /* 2 */
}

pre {
    font-family: monospace, monospace;
    /* 1 */
    font-size: 1em;
    /* 2 */
}

a {
    background-color: transparent;
    text-decoration: none;
}

abbr[title] {
    border-bottom: none;
    /* 1 */
    text-decoration: underline;
    /* 2 */
}

b,
strong {
    font-weight: bolder;
}

code,
kbd,
samp {
    font-family: monospace, monospace;
    /* 1 */
    font-size: 1em;
    /* 2 */
}

p {
    margin: 0;
}

small {
    font-size: 80%;
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sub {
    bottom: -0.25em;
}

sup {
    top: -0.5em;
}

button,
input,
optgroup,
select,
textarea {
    font-family: inherit;
    /* 1 */
    font-size: 100%;
    /* 1 */
    line-height: 1.15;
    /* 1 */
    margin: 0;
    /* 2 */
    box-sizing: border-box;
    padding: 4px;
}

button,
input {
    /* 1 */
    overflow: visible;
}

button,
select {
    /* 1 */
    text-transform: none;
}

button,
[type="button"],
[type="reset"],
[type="submit"] {
    -webkit-appearance: button;
}

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
    border-style: none;
    padding: 0;
}

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
    outline: 1px dotted ButtonText;
}

fieldset {
    padding: 0.35em 0.75em 0.625em;
}

legend {
    box-sizing: border-box;
    /* 1 */
    color: inherit;
    /* 2 */
    display: table;
    /* 1 */
    max-width: 100%;
    /* 1 */
    padding: 0;
    /* 3 */
    white-space: normal;
    /* 1 */
}

progress {
    vertical-align: baseline;
}

textarea {
    overflow: auto;
}

[type="checkbox"],
[type="radio"] {
    box-sizing: border-box;
    /* 1 */
    padding: 0;
    /* 2 */
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
    height: auto;
}

[type="search"] {
    -webkit-appearance: textfield;
    /* 1 */
    outline-offset: -2px;
    /* 2 */
}

[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

::-webkit-file-upload-button {
    -webkit-appearance: button;
    /* 1 */
    font: inherit;
    /* 2 */
}

details {
    display: block;
}

summary {
    display: list-item;
}

template {
    display: none;
}

[hidden] {
    display: none;
}

*,
*:after,
*:before {
    letter-spacing: 1px;
    box-sizing: inherit;
}

blockquote {
    border-left: 0.3rem solid #d1d1d1;
    margin: 1% 0;
    padding: 1rem;
}

blockquote *:last-child {
    margin-bottom: 0;
}

.button,
button,
input[type='button'],
input[type='reset'],
input[type='submit'] {
    position: relative;
    border-radius: 4px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: none;
    transition: none;
    text-shadow: 0 1px 0 #333;
    border: none;
    font-size: 1.4rem;
    padding: 5px 10px;
    font-weight: 500;
}

a.button {
    display: inline-block;
    text-align: center;
}

.button:focus,
.button:hover,
button:focus,
button:hover,
input[type='button']:focus,
input[type='button']:hover,
input[type='reset']:focus,
input[type='reset']:hover,
input[type='submit']:focus,
input[type='submit']:hover {
    background-color: #606c76;
    border-color: #606c76;
    color: #fff;
    outline: 0;
}

.button[disabled],
button[disabled],
input[type='button'][disabled],
input[type='reset'][disabled],
input[type='submit'][disabled] {
    cursor: default;
    opacity: .5;
    color: #ccc;
}

.button[disabled]:focus,
.button[disabled]:hover,
button[disabled]:focus,
button[disabled]:hover,
input[type='button'][disabled]:focus,
input[type='button'][disabled]:hover,
input[type='reset'][disabled]:focus,
input[type='reset'][disabled]:hover,
input[type='submit'][disabled]:focus,
input[type='submit'][disabled]:hover {
    background-color: #9b4dca;
    border-color: #9b4dca;
}

.button.button-outline,
button.button-outline,
input[type='button'].button-outline,
input[type='reset'].button-outline,
input[type='submit'].button-outline {
    background-color: transparent;
    color: #9b4dca;
}

.button.button-outline:focus,
.button.button-outline:hover,
button.button-outline:focus,
button.button-outline:hover,
input[type='button'].button-outline:focus,
input[type='button'].button-outline:hover,
input[type='reset'].button-outline:focus,
input[type='reset'].button-outline:hover,
input[type='submit'].button-outline:focus,
input[type='submit'].button-outline:hover {
    background-color: transparent;
    border-color: #606c76;
    color: #606c76;
}

.button.button-outline[disabled]:focus,
.button.button-outline[disabled]:hover,
button.button-outline[disabled]:focus,
button.button-outline[disabled]:hover,
input[type='button'].button-outline[disabled]:focus,
input[type='button'].button-outline[disabled]:hover,
input[type='reset'].button-outline[disabled]:focus,
input[type='reset'].button-outline[disabled]:hover,
input[type='submit'].button-outline[disabled]:focus,
input[type='submit'].button-outline[disabled]:hover {
    border-color: inherit;
    color: #9b4dca;
}

.button.button-clear,
button.button-clear,
input[type='button'].button-clear,
input[type='reset'].button-clear,
input[type='submit'].button-clear {
    background-color: transparent;
    border-color: transparent;
    color: #9b4dca;
}

.button.button-clear:focus,
.button.button-clear:hover,
button.button-clear:focus,
button.button-clear:hover,
input[type='button'].button-clear:focus,
input[type='button'].button-clear:hover,
input[type='reset'].button-clear:focus,
input[type='reset'].button-clear:hover,
input[type='submit'].button-clear:focus,
input[type='submit'].button-clear:hover {
    background-color: transparent;
    border-color: transparent;
    color: #606c76;
}

.button.button-clear[disabled]:focus,
.button.button-clear[disabled]:hover,
button.button-clear[disabled]:focus,
button.button-clear[disabled]:hover,
input[type='button'].button-clear[disabled]:focus,
input[type='button'].button-clear[disabled]:hover,
input[type='reset'].button-clear[disabled]:focus,
input[type='reset'].button-clear[disabled]:hover,
input[type='submit'].button-clear[disabled]:focus,
input[type='submit'].button-clear[disabled]:hover {
    color: #9b4dca;
}

code {
    background: #f4f5f6;
    border-radius: .4rem;
    font-size: 86%;
    margin: 0 .2rem;
    padding: .2rem .5rem;
    white-space: nowrap;
}

pre {
    background: #f4f5f6;
    border-left: 0.3rem solid #9b4dca;
    overflow-y: hidden;
}

pre>code {
    border-radius: 0;
    display: block;
    padding: 1rem 1.5rem;
    white-space: pre;
}

hr {
    border: 0;
    border-top: 0.1rem solid #B7BBBE;
    margin: 1rem 0;
}

input[type='email'],
input[type='number'],
input[type='password'],
input[type='search'],
input[type='tel'],
input[type='text'],
input[type='url'],
input[type='date'],
input[type='month'],
input[type='time'],
input[type='datetime-local'],
textarea,
select {
    /*-webkit-appearance: none;*/
    /*-moz-appearance: none;*/
    /*appearance: none;*/
    background-color: transparent;
    border: 0.1rem solid #d1d1d1;
    border-radius: .4rem;
    box-shadow: none;
    box-sizing: inherit;
    height: 3.8rem;
    padding: .6rem 1.0rem;
    font-size: 16px;

}

input[type='email'],
input[type='number'],
input[type='password'],
input[type='search'],
input[type='tel'],
input[type='text'],
input[type='url'],
input[type='file'],
input[type='datetime-local'],
textarea {
    width: 100%;
}

input[type='email']:focus,
input[type='number']:focus,
input[type='password']:focus,
input[type='search']:focus,
input[type='tel']:focus,
input[type='text']:focus,
input[type='url']:focus,
input[type='datetime-local']:focus,
textarea:focus,
select:focus {
    border-color: #9b4dca;
    outline: 0;
}

select {}

select:focus {
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" height="14" viewBox="0 0 29 14" width="29"><path fill="#9b4dca" d="M9.37727 3.625l5.08154 6.93523L19.54036 3.625"/></svg>');
    background-repeat: no-repeat;
    background-position: center right;
}

textarea {
    min-height: 6.5rem;
}

label,
legend {
    display: block;
    font-size: 1.4rem;
    font-weight: 700;
    margin: 0;
}

fieldset {
    border-width: 0;
    padding: 0;
}

input[type='checkbox'],
input[type='radio'] {
    display: inline;
}

.label-inline {
    display: inline-block;
    font-weight: normal;
    margin-left: .5rem;
}

a {
    color: #68B3C8;
    text-decoration: none;
}

a:focus,
a:hover {
    color: #606c76;
}

.text-center {
    text-align: center;
}
.text-right {
    text-align: right;
}
.text-left {
    text-align: left;
}

dl,
ol,
ul {
    list-style: none;
    margin-top: 0;
    padding-left: 0;
}

dl dl,
dl ol,
dl ul,
ol dl,
ol ol,
ol ul,
ul dl,
ul ol,
ul ul {
    font-size: 90%;
    margin: 1.5rem 0 1.5rem 3.0rem;
}

ol {
    list-style: decimal inside;
}

ul {
    list-style: circle inside;
}

dd,
dt,
li {
    margin-bottom: 1.0rem;
}

fieldset,
input,
select,
textarea {
    margin-bottom: 0;
}

blockquote,
dl,
figure,
form,
ol,
p,
pre,
table,
ul {
    /*margin-bottom: 2.5rem;*/
}

table {
    border-spacing: 0;
    width: 100%;
}

td,
th {
    border-bottom: 0.1rem solid #e1e1e1;
    padding: .5rem .5rem;
    text-align: left;
}

b,
strong {
    font-weight: bold;
}

p {
    margin-top: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 300;
    letter-spacing: -.1rem;
    margin-bottom: 2.0rem;
    margin-top: 0;
}

h1 {
    font-size: 4.6rem;
    line-height: 1.2;
}

h2 {
    font-size: 3.6rem;
    line-height: 1.25;
}

h3 {
    font-size: 2.8rem;
    line-height: 1.3;
}

h4 {
    font-size: 1.6rem;
    letter-spacing: -.08rem;
    line-height: 1.35;
}

h5 {
    font-size: 1.8rem;
    letter-spacing: -.05rem;
    line-height: 1.5;
}

h6 {
    font-size: 1.6rem;
    letter-spacing: 0;
    line-height: 1.4;
}

img {
    border-style: none;
    max-width: 100%;
}

.clearfix:after {
    clear: both;
    content: ' ';
    display: table;
}

/*メインコンテナ*/
.container {
    max-height: 100vh;
    min-height: 84vh;
    margin: 0;
    position: relative;
    padding: 0;
    flex: 1;
    overflow: auto;
    display: flex;
    flex-direction: column;
}


.table-bordered {
    border: .1rem solid #ccc;
}

.table-bordered th,
.table-bordered td {
    border-bottom: .1rem solid #ccc;
    border-right: .1rem solid #ccc;
    ;
}

/* Custom color */
.button-black {
    background-color: black;
    border-color: black;
}

.button-black.button-clear,
.button-black.button-outline {
    background-color: transparent;
    color: black;
}

.button-black.button-clear {
    border-color: transparent;
}

/* Custom size */
.button-small {
    font-size: 1.2rem;
    font-weight: bold;
    height: auto;
    line-height: 1.6rem;
    padding: .2rem .6rem .2rem .6rem;
}

.button-large {
    font-size: 1.4rem;
    height: 4.5rem;
    line-height: 4.5rem;
    padding: 0 2rem;
}

.actions {
    text-align: center;
    white-space: nowrap;
}

.nowrap {
    white-space: nowrap;
}

.input {
    margin-bottom: 10px;
}

.input.checkbox label {
    display: flex;
    align-items: center;
}

.input.checkbox label input {
    margin-right: 10px;
}

section {
    width: 98%;
    margin: 0 auto 10px auto;
}

.box {
    background-color: #fff;
    box-shadow: inset 0 2px 0 rgba(255, 255, 255, 0.5), 0 2px 2px rgba(0, 0, 0, 0.19);
    position: relative;
}

.box-title {
    width: 100%;
    border-bottom: 1px solid #ccc;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: #B7BBBE;
    color: #fff;
    font-weight: bold;
    border-radius: .3rem .3rem 0 0;
    padding-left: 10px;
    font-size: 1.4rem;
}

.box-inner {
    box-shadow: inset 0 2px 0 rgba(255, 255, 255, 0.5), 0 2px 2px rgba(0, 0, 0, 0.19);
    border-radius: 0 0 .3rem .3rem;
    background-color: #fff;
}

.card-section {
    width: 99%;
    margin: 0 auto;
}

.card-box {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    width: 100%;
    margin: 0 auto;
    padding: 0;
}

.card-box .inner_box {
    min-width: 25%;
    flex: 1;
    margin: 0;
    padding: .5%;
}

.card-section-hr {
    border: none;
    margin: .5% 0 0 0;
}

.inner_box:last-child {
    margin-right: 0;
}

.pad-1 {
    padding: 1rem;
}

.box-btn {
    background-color: #fff;
    height: auto;
    padding: 1px 3px;
    color: #66615B;
    line-height: 0;
    border: 1px solid #fff;
    border-radius: 50%;
    margin-right: 10px;
    text-shadow: none;
}

.box-btn.closed {
    color: #23c6c8;
}

.box-btn:focus,
.box-btn:hover {
    background-color: inherit;
    color: inherit;
}

.full-width {
    width: 100%;
}

.search_form {
    width: 100%;
    display: flex;
    /* align-items: flex-end; */
    justify-content: flex-start;
    flex-wrap: wrap;
}

.search_form .input {
    margin-right: 10px;
    max-width: 200px;
}

.search_box {
    /*background-color: #333;*/
}

.search_box label {
    font-size: 12px;
}

.search_box input,
.search_box select {
    background-color: #fff;
    font-size: 16px;
    /*transform: scale(0.8);*/
    min-width: 140px;
    max-width: 200px;
}

.page_title_box {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background-color: #fff;
}

.page_title_box p {
    margin: 0;
    padding: 0;
}

.message.success {
    padding: 1.0rem;
    background: #EFF8FF;
    color: #2779BD;
    border-color: #6CB2EB;
    border-width: 1px;
    border-style: solid;
    border-radius: 4px;
    margin-bottom: 2.0rem;
    /* position: absolute; */
    top: 0;
    right: 0;
    z-index: 1000;
}

.message.error {
    padding: 1.0rem;
    background: #f8d7da;
    color: #721c24;
    border-color: #f5c6cb;
    border-width: 1px;
    border-style: solid;
    border-radius: 4px;
    margin-bottom: 2.0rem;
    /* position: absolute; */
    top: 0;
    right: 0;
    z-index: 1000;
}

.hidden {
    display: none;
}

.title_btn_box {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 10px;
}


/*
ページネーション
*/
.paginator {
    text-align: center;
    margin-top: 2rem;
}

.pagination li {
    border: 1px solid #ccc;
    border-radius: 10px;
    width: 3rem;
    height: 3rem;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 .3rem;
}

.prev.disabled a,
.next.disabled a {
    cursor: not-allowed;
    color: #606c76;
}

.pagination {
    display: flex;
    justify-content: center;
    list-style: none;
    padding: 0;
    margin: 0 0 1.0rem;
}

.pagination li a {
    color: #333;
}

.pagination li.active {
    background-color: #66615B;
}

.pagination li.active a {
    color: #fff;
}

/* カスタムボタン */
.custom_btn {
    display: inline-block;
    position: relative;
    text-decoration: none;
    color: rgba(3, 169, 244, 0.54);
    width: 2.8rem;
    height: 2.8rem;
    border-radius: 50%;
    text-align: center;
    background: #f7f7f7;
    box-shadow: inset 0 0 4px rgba(0, 0, 0, 0.08);
    border: none;
    padding: 0;
    margin: 0;
}

.custom_btn .fas {
    position: absolute;
    content: '';
    width: 2.3rem;
    height: 2.5rem;
    line-height: 2.6rem;
    vertical-align: middle;
    left: .22rem;
    top: 0.14rem;
    border-radius: 50%;
    font-size: 14px;
    background-image: -webkit-linear-gradient(#e8e8e8 0%, #d6d6d6 100%);
    background-image: linear-gradient(#e8e8e8 0%, #d6d6d6 100%);
    text-shadow: 1px 1px 1px rgba(255, 255, 255, 0.66);
    box-shadow: inset 0 2px 0 rgba(255, 255, 255, 0.5), 0 2px 2px rgba(0, 0, 0, 0.19);
    border-bottom: solid 2px #b5b5b5;
}

table.custom_table_color th {
    background-color: #f4f3ef;
    color: #66615B;
    font-size: 12px;
}

table.custom_table_color .second_th {
    background-color: #DEEBF7;
    color: #203864;
}

table.custom_table_color th a {
    color: #66615B;
}

table.custom_table_color2 thead th {
    background-color: #303840;
    color: #fff;
}

table.custom_table_color2 tbody th {
    background-color: #f4f5f6;
    border-color: #ccc;
}

table.custom_table_color tr:hover,
table.custom_table_color2 tr:hover {
    background-color: #eff7f9;
    box-shadow: 2px 2px 4px #ccc;
}

.btn-primary {
    background-color: #68B3C8;
    color: #fff;
    border-bottom: 3px solid #487D8C;
}

.button-delete {
    background: inherit;
    color: #ed5565;
    font-size: 12px;
}

.btn-info {
    background-color: #23c6c8;
    color: #fff;
    border-bottom: 3px solid #157678;
}

.btn-warning {
    background-color: #f8ac59;
    color: #fff;
    border-bottom: 3px solid #ad783e;
}

.btn-danger {
    background-color: #ed5565;
    color: #fff;
    border-bottom: 3px solid #8e333c;
}

.btn-disabled {
    background-color: #ccc;
    color: #fff;
    border-bottom: 3px solid #333;
}

.btn-update {
    background-color: #79cf7d;
    color: #fff;
    border-bottom: 3px solid #1c813e; }
  

.note-list {
    list-style: none;
}

.note-list li {
    margin: 0;
    padding: 5px 0;
    border-bottom: 1px solid #DDDDDD;
}

.hide_box {
    display: none !important;
}

.pull-right {
    float: right;
    margin-right: 10px;
}

.fade-in-right {
    animation-name: RightToLeft;
    /* アニメーション名 */
    animation-duration: .3s;
    /* アニメーション時間 */
}

.fade-in-left {
    animation-name: LeftToRight;
    /* アニメーション名 */
    animation-duration: .3s;
    /* アニメーション時間 */
}

.fade-in-top {
    animation-name: TopToBottom;
    /* アニメーション名 */
    animation-duration: .3s;
    /* アニメーション時間 */
}

.fade-in-bottom {
    animation-name: BottomToTop;
    /* アニメーション名 */
    animation-duration: .3s;
    /* アニメーション時間 */
}

.fade-out {
    animation-name: FadeOut;
    /* アニメーション名 */
    animation-duration: .3s;
    /* アニメーション時間 */
}

.multiple-box {
    width: auto;
    min-width: 40%;
}

.multiple-box .input {
    width: 100%;
    max-width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
}

.multiple-box .input>label {
    width: 100%;
}

.multiple-box .input input[type="checkbox"] {
    /* width: 30px; */
}

.multiple-box .checkbox {
    width: 25%;
}


.quantity_td {
    width: 12%;
}

.form_table td {
    padding: 0;
}

.form_table td input {
    border: 0;
    padding: 4px;
}

@media screen and (min-width: 769px) {

    /* pc only */
    .table-sticky {
        width: 100%;
        max-height: 65vh;
        overflow: scroll;
        border: 0.1rem solid #e1e1e1;
    }

    .table-sticky table {
        width: 100%;
    }

    .table-sticky thead tr th {
        position: sticky;
        top: 0;
        z-index: 2;
    }

    .table-sticky tbody tr th {
        position: sticky;
        left: 0;
        z-index: 1;
    }

    .search_box_buttons {
        margin-top: 0;
        width: 100%;
        display: flex;
        flex-wrap: wrap;
    }

    .search_box_buttons button,
    .search_box_buttons a
     {
        margin-right: 10px;
    }
}

@media screen and (max-width: 768px) {
    /* tablet */

    .table-responsive {
        border-spacing: 0;
        display: flex;
        width: 100%;
        overflow: auto;
    }

    .table-responsive thead {
        border-right: solid 0.1rem #e1e1e1
    }

    .table-responsive thead td:last-child,
    .table-responsive thead th:last-child {
        padding-right: 1.2rem
    }

    .table-responsive tbody {
        display: flex;
        overflow-x: auto;
        white-space: nowrap
    }

    .table-responsive tbody tr {
        border-right: solid 0.1rem #e1e1e1
    }

    .table-responsive tbody tr:last-child {
        border-right: none
    }

    .table-responsive td,
    .table-responsive th {
        display: block;
        white-space: nowrap;
    }

    .table-responsive th {
        text-align: left;
        min-height: 32px;
    }

    .table-responsive td {
        text-align: center;
        min-height: 32px;
        max-height: 32px;
        overflow: auto;
    }

    .button-small {
        font-size: 1.3rem;
        padding: .3rem;
    }

    .container {
        margin: 0 0 0 0;
        padding: 0 0 170px 0;
        position: relative;
        width: 100%;
        display: flex;
        flex-direction: column;
    }

    .card-box {
        display: block;
        width: 98%;
        margin: 0 auto;
    }

    .card-box .inner_box {
        box-shadow: inset 0 2px 0 rgba(255, 255, 255, 0.5), 0 2px 2px rgba(0, 0, 0, 0.19);
        border-radius: 1rem;
        width: 100%;
        padding: 0;
        margin: 0 0 10px 0;
    }

    .search_form {
        justify-content: space-between;
    }

    .search_form .input {
        width: 49%;
        margin-bottom: 10px;
        margin-right: 0;
    }

    .search_form .input input,
    .search_form .input select {
        width: 100%;
    }

    .search_form .button,
    .default_form .button {
        width: 100%;
        font-size: 1.3rem;
        padding: 0 1rem;
        line-height: 3rem;
    }

    .pad-1 {
        padding: 0.5rem;
    }

    .box-title {
        font-size: 1.3rem;
    }

    .box-inner {
        font-size: 1.2rem;
    }

    .pc {
        display: none !important;
    }

    .search_box_buttons {
        width: 100%;
        display: flex;
        flex-wrap: wrap;
        margin-top: 0;
    }

    .search_box_buttons button,
    .search_box_buttons .button  {
        margin-bottom: 10px;
        width: 100%;
    }

    .pagination li.active {
        background-color: #333;
    }

    .sp_custom_table {
        max-width: 97vw;
    }

    .multiple-box {
        width: 100%;
    }

    .multiple-box .input {
        width: 100%;
        max-width: 100%;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }

    .multiple-box .input>label {
        width: 100%;
    }

    .multiple-box .input input[type="checkbox"] {
        width: 30px;
    }

    .multiple-box .checkbox {
        width: 50%;
    }

    .responsive-form-table tr,
    .responsive-form-table th,
    .responsive-form-table td,
    .responsive-form-table input,
    .responsive-form-table select {
        display: block;
        width: 100%;
    }
    .responsive-form-table input[type=checkbox] {
        width: auto;
    }
}

.form_table .input {
    margin-bottom: 0;
}

.input select {
    width: 100%;
}

input:read-only,
textarea:read-only {
    background-color: #efefef;
}

.tow-line {
    display: flex;
}

.tow-line :nth-child(1) {
    margin-right: 1%;
}

.align-center {
    display: flex;
    align-items: center;
}

.view_bottom_buttons {
    margin-top: 10px;
}

.form_table .table-responsive .input {
    margin: 0;
    padding: 0;
}

.table-responsive.form_table .input input,
.table-responsive.form_table .input select,
.table-responsive.form_table .button {
    border: none;
    padding: 0;
    height: auto;
    font-size: 14px;
    transform-origin: 0;
    width: 100%;
}

.flash_box {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 1000;
}

.variable-table thead th {
    resize: horizontal;
    overflow: hidden;
}

.variable-table table {
    background-color: black;
}

.variable-table th,
.variable-table td {
    /* background-color: #fff; */
}

select[multiple="multiple"]:focus {
    max-width: 200px;
    height: fit-content;
    position: absolute;
    z-index: 1000;
    background-color: #fff;
}

.table-scroll {
    width: 100%;
    overflow: auto;
}

.form_table td input.error-input {
    border: 1px solid red;
}

tr.disabled_color {
    background-color: #e1e1e1;
}

tr.warning_color {
    background-color: #FEFFB3;
}

tr.danger_color {
    background-color: #F0E0F0;
}

.checkbox label {
    display: flex;
    align-items: center;
}

.checkbox label input {
    margin-right: 5px;
}
.error-message,
.text-danger {
    color: red;
}
.help_text {
    white-space: pre-wrap;
}
.showMenu {
    position: absolute;
    top: 50px;
    right: 0;
    width: 100%;
    padding: 10px;
    background-color: rgba(0, 0, 0, 0.6);
    z-index: 10;
}
.flex-box {
    display: flex;
}
.input-mg0 div.input {
    margin: 0;
}
.verticalTbl {
    border-spacing: 0;
    display: flex;
    width: 100%;
    overflow: auto;
}
.verticalTbl thead {
    border-right: solid 0.1rem #e1e1e1;
}
.verticalTbl tbody {
    display: flex;
    overflow-x: auto;
    white-space: nowrap;
}
.verticalTbl th,
.verticalTbl td {
    display: block;
}
.verticalTbl th {
    text-align: left;
    min-height: 34px;
    white-space: nowrap;
}
.verticalTbl td {
    text-align: center;
    min-height: 34px;
    max-height: 34px;
    overflow: auto;
    width: 300px;
    white-space: break-spaces;
}
.verticalTbl input,
.verticalTbl select {
    height: auto;
    text-align: center;
}
.verticalTbl select {
    padding: .55rem;
}
.cake-debug {
    width: 100%;
}