body {
    background-color: #f9f9f9;
}

.ac_w_100px {
    width: 100px !important
}
.ac_w_90px {
    width: 90px !important
}
.ac_w_80px {
    width: 80px !important
}

.ac_block {
    padding: 10px 10px 80px;
    max-width: 480px;
    width: 100%;
    margin: 0 auto;
}

#ac_form_login .info_enter_div [type="button"] {
    -webkit-appearance: initial
}

.ac_block h1.ac_blockTitle {
    font-size: 24px;
    text-align: center;
    font-weight: 400;
    width: calc(100% - 20px);
}

.input_title {
    font-size: 14px;
}

.input_style01 {
    color: #000000;
    font-size: 14px;
    width: calc(100% - 2px);
}

.textarea_style01 {
    padding: 10px;
}

select.input_style01 {
    appearance: none;
    background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='currentColor' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3e%3cpolyline points='6 9 12 15 18 9'%3e%3c/polyline%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: right 1rem center;
    background-size: 1em;
}

select.input_style01::before {
    content: ""
}

.flatpickr_style01 {
    padding: 0
}



.ac_flatpickr_global input {
    color: #000000;
    font-size: 15px;
    background-color: #ffffff;
    padding: 0px 16px;
    position: relative;
}

.ac_flatpickr_global .input-button {
    color: #000000;
}

.ac_flatpickr_global input:focus,
.ac_flatpickr_global input:hover,
.input_style01:focus,
.input_style01:hover,
.textarea_style01:hover,
.textarea_style01:focus {
    border: 1px solid #cacaca;
}

.ac_flatpickr_global.disabled span {
    width: calc(100% - 40px);
    padding: 13px 15px;
    color: #999;
}

.ac_flatpickr_global input:after {
    color: #999;
    content: attr(placeholder) !important;
    font-size: 15px;
    left: 15px;
    position: absolute;
}

.ac_flatpickr_global input[value]:not([value=""])+input:after {
    content: '' !important;
}

.el-input__inner_important input {
    -webkit-appearance: none !important;
    background-color: #FFF !important;
    border-radius: 4px !important;
    border: 1px solid #DCDFE6 !important;
    box-sizing: border-box !important;
    color: #606266 !important;
    display: inline-block !important;
    font-size: inherit !important;
    height: 40px !important;
    line-height: 40px !important;
    outline: 0 !important;
    padding: 0 30px !important;
    transition: border-color .2s cubic-bezier(.645, .045, .355, 1) !important;
    width: 100% !important;
    margin: 0;
}

/* .el-input__inner_important .el-input__prefix{
    right: -100%;
    transform: translateX(-15px);
} */
.ac_notice {
    font-size: 14px;
    color: #959595;
    display: block;
    padding: 10px 0 5px;
}

.ac_loginBtn_block {
    display: flex;
    justify-content: center;
    margin-top: 30px;
}

.ac_loginBtn_block .ac_main_btn {
    max-width: 168px;
    width: 100%;
}

.ac_main_btn {
    /*background-color:#777777;*/
    /* padding: 10px 60px; */
    font-size: 14px;
    height: 50px;
}

.ac_sec_btn {
    /*background-color: #AAAAAA;*/
    /* padding: 10px 60px; */
    font-size: 14px;
    height: 50px;
    border: 0;
}

.ac_light_btn {
    text-decoration: underline;
}

.ac_logOut_block {
    display: flex;
}

.ac_logOut_block .name {
    width: calc(100% - 70px);
    font-size: 14px;
    display: flex;
    align-items: center;
}

.ac_logOut_block .name p {
    margin: 0;
}

.ac_logOut_block .btn {
    width: 70px;
    display: flex;
    justify-content: end;
    font-size: 14px;
}

.ac_logOut_block .btn a {
    color: #000000;
    position: relative;
}

.ac_logOut_block .btn a:before {
    content: "";
    width: 100%;
    height: 1px;
    background-color: #000000;
    position: absolute;
    bottom: 3px;
}

.ac_title_block {
    display: flex;
    font-size: 24px;
    text-align: center;
    font-weight: 400;
    margin-bottom: 10px;
    margin-top: 20px;
    align-items: baseline;
}

.ac_title_block .ac_back_arrow {
    content: "";
    display: inline-block;
    width: 15px;
    height: 15px;
    border-top: 3px solid #000;
    border-right: 3px solid #000;
    transform: rotate(-135deg);
    border-radius: 1px;
}

.ac_text_block {
    text-align: center;
}

.dataTables_wrapper {
    margin-bottom: 20px;
    min-width: 480px;
    width: 100%;
}

table.ac_recordTable {
    font-size: 14px;
}

.dataTables_scrollHeadInner,
table {
    width: 100% !important;
}

/* table.ac_recordTable thead{
    background-color: #ffffff;
} */
table.ac_recordTable thead tr {
    background-color: #17a2b8;
    color: #ffff;
    white-space: nowrap;
}

table.ac_recordTable thead tr th {
    border-bottom: 8px solid #f9f9f9;
    padding: 10px 9px;
}

table.ac_recordTable tbody tr td {
    padding: 16px 10px;
    border-bottom: 4px solid #f9f9f9;
    background-color: #fff !important;
    vertical-align: middle;
}

table.ac_recordTable.dataTable thead .sorting_desc {
    pointer-events: none;
    background-image: none;
}

.dataTables_wrapper.no-footer .dataTables_scrollBody {
    border-bottom: 1px solid #ccc !important;
}

/* table.dataTable.no-footer.ac_itemTable {
    border: 0;
}

table.ac_itemTable thead {
    background-color: #CCCCCC;
}

table.ac_itemTable thead tr th {
    border-bottom: 10px solid #f9f9f9;
    padding: 10px;
}

table.ac_itemTable tbody tr td {
    background-color: #cccccc;
    border-bottom: 10px solid #f9f9f9;
    padding: 15px 10px;
}

table.ac_itemTable .dataTables_empty {
    background-color: #f9f9f9;
    color: #777777;
} */
.dataTables_wrapper .dataTables_paginate .paginate_button.current {
    color: #333 !important;
    border: 1px solid #ccc !important;
    background-color: #ddd !important;
    background: #ddd !important;
    background: -moz-linear-gradient(#ddd) !important;
    background: -ms-linear-gradient(#ddd) !important;
    background: -o-linear-gradient(#ddd) !important;
    background: #ddd !important;
    border-radius: 10px
}

.delete_btn {
    background-color: #dc3545;
    width: 30px;
    height: 30px;
    display: block;
    border-radius: 5px;
    float: right;
    display: flex;
    justify-content: center;
    align-items: center;
}

.delete_btn i {
    color: #ffffff;
    font-size: 16px;
}

.numberselect_block {
    display: flex;
    justify-content: center;
    align-items: center;
}

.numberselect_block .input_style01 {
    width: calc(100% - 90px);
}

.numberselect_block .numberselect_btn {
    background-color: #007bff;
    width: 46px;
    height: 46px;
    border-radius: 5px;
    text-align: center;
    vertical-align: middle;
    color: #ffffff;
    font-size: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.numberselect_block .numberselect_btn:hover {
    cursor: pointer;
}

.ac_form_select {
    padding: 10px 20px 30px;
}

.ac_bottomBtn_area {
    display: flex;
    position: fixed;
    bottom: 0;
    background-color: #DADADA;
    width: 100%;
    padding: 10px 0.2rem;
    justify-content: center;
    box-shadow: 0 0 3px #ccc;
    /* margin-right: -0.25rem;
    margin-left: -0.25rem; */
}

.ac_bottomBtn_block {
    display: flex;
    width: 100%;
    max-width: 520px;
    justify-content: center;
}

.ac_bottomBtn_block button {
    line-height: 1.35;
    padding-left: 0;
    padding-right: 0;
}

.ac_bottomBtn_block .ac_form_array_item_1 {
    flex-grow: 1;
    flex-shrink: 1;
    flex-basis: 0%;
    position: relative;
    width: 100%;
    margin: 0 0.2rem;
}

.ac_modal .modal-content {
    padding: 20px 10px;
    border-radius: 20px;
}

.ac_modal .modal-header {
    border: 0;
    padding: 0;
}

.ac_modal .ac_main_btn,
.ac_modal .ac_sec_btn,
.ac_modal .ac_light_btn {
    border-radius: 15px;
}

.ac_modal .modal-title {
    color: #000000;
    font-size: 20px;
    padding: 0px 0 20px;
}

.ac_modal .modal-body {
    background-color: #ffffff;
    padding-top: 0;
    height: calc(100% - 24px);
    border-radius: 20px;
}

.ac_modal .modal-body p {
    text-align: center;
}

.ac_modal .modal-footer {
    background-color: #ffffff;
    padding-bottom: 0;
}

.ac_modal.addItem_modal .modal-dialog {
    height: 90vh;
}

.ac_modal.addItem_modal .modal-content {
    height: 100%;
    border: 0;
}

.ac_modal.addItem_modal .modal-content .ac_stepBlock {
    height: 100%;
}

.ac_modal.addItem_modal .modal-content .ac_stepBlock .step_body {
    overflow-y: auto;
    height: calc(100% - 120px);
    display: block;
    overflow-x: hidden;
}

.ac_modal.addItem_modal .modal-content .ac_stepBlock .step_body p {
    text-align: center;
    font-size: 18px;
}

.ac_modal.addItem_modal .modal-content .ac_stepBlock .step_body .ac_itemEnter_block {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 30px;
}

.ac_modal.addItem_modal .modal-content .ac_stepBlock .step_body .ac_itemEnter_block a {
    width: 100%;
    color: #000000;
    text-align: center;
    border: 1px solid #cacaca;
    padding: 15px 0;
    cursor: pointer;
}

.ac_modal.addItem_modal .modal-content .ac_stepBlock .step_btn {
    padding: 20px 0 0;
}

select.input_style01:requi#dc3545:invalid {
    color: gray;
}

select.input_style01 option[value=""][disabled] {
    display: none;
}

select.input_style01 option {
    color: black;
}

input[type='date'] {
    -webkit-appearance: textfield;
    -moz-appearance: textfield;
    appearance: textfield;
}

/* -----------Select Global Setting Start----------- */
.ac_select_global .select2-container--default {
    box-shadow: none;
    border: 1px solid #cacaca;
}

.ac_select_global .select2-container--default .select2-selection--single {
    box-shadow: none;
}

.ac_select_global .select2-container--default .select2-selection--single .select2-selection__rende#dc3545 {
    color: #000000;
}

.ac_select_global .select2-container--default .select2-selection--single .select2-selection__arrow {
    display: unset;
}

.ac_select_global .select2-container--default .select2-selection--single .select2-selection__arrow b {
    border-color: #000000 transparent transparent transparent;
}

.ac_select_global .select2-container--disabled.select2-container--default .select2-selection--single .select2-selection__arrow b {
    border-color: #a8b0b8 transparent transparent transparent;
}

.ac_select_global .select2-container--default .select2-selection--single .select2-selection__clear .ac_select_global .select2-container--default:focus-within,
.ac_select_global .select2-container--default:hover,
.ac_select_global .select2-container--default:focus-within,
.ac_select_global .select2-container--default:hover {
    border: 1px solid #cacaca;
}

.ac_select_global .select2-container--default .select2-results__option[aria-selected=true] {
    background-color: #1a73e8;
    color: #ffffff;
}