body {
    font-size: 13px;
}

a, a:hover, a:active, a:visited, a:focus {
    text-decoration:none;
}

.sys_nowrap {
    white-space: nowrap;
}

.sys_wrap {
    white-space: normal;
}

.sys_width_150px {
    width: 150px;
}

.sys_color_white{
    color: white;
}

.sys_color_red{
    color: #d43f3a;
}

.sys_color_sky_blue{
    color: #46b8da;
}

.sys_color_blue{
    color: #337ab7;
}

.sys_color_green{
    color: #4cae4c;
}

.sys_color_yellow{
    color: #f0ad4e;
}

.sys_a_333{
    text-decoration: none;
    color: #333333;;
}

.sys_one_item{
    background-color: #ffffff;
    border-radius: 5px;
    margin-top: 10px;
    padding-left: 15px;
    padding-right: 15px;
}

.sys_banner_water_blue{
    background-color: #397bee;
    background-image: -webkit-radial-gradient(50% -45%, circle, #53a7f5, #397bee);
    background-image: radial-gradient(circle at 50% -45%,#53a7f5,#397bee);
    height:40px;
}

.sys_check{
    background-color: #FFF1CE;
}

.sys_small_font{
    font-size: 12px;
    -webkit-transform-origin: 0 center;
    -moz-transform-origin: 0 center;
    transform-origin: 0 center;
    -webkit-transform: scale(.7);
    -moz-transform: scale(.7);
    transform: scale(.7);
}

.sys_xs_font{
    font-size: 11px;
    -webkit-transform-origin: 0 center;
    -moz-transform-origin: 0 center;
    transform-origin: 0 center;
    -webkit-transform: scale(.7);
    -moz-transform: scale(.7);
    transform: scale(.7);
}

/*
navigate hidden
https://blog.csdn.net/zzzyyc/article/details/81872639
*/
/*webkit*/
.sys_webkit_no_scrollbar::-webkit-scrollbar{
    display: none;
}
/*ie*/
.sys_webkit_no_scrollbar{
    -ms-overflow-style: none;
}

/* add */
.koji_search{
    display: flex;
    align-items: center;
    padding-left: 15px;
    padding-top: 5px;
}
.koji_search_label{
    width: 20%;
    margin-bottom: 0px;
}
.koji_search_input{
    margin-left: 4px;
    margin-right: 15px;
    width: 70%;
}
.koji_search_btn{
    background-color: #315795;
    color: white;
    border: 1px solid white;
    font-weight: bold;
}
.koji_search_btn:disabled {
    background: #BFBFBF;
    color: #333;
}
.schedule-select-area{
    margin-bottom: 10px;
}
.department-select{
    width: 150px;
    min-width: 100px;
    height: 26px;
    border-radius:4px;
    border: 1px solid #aaa;
    padding: 2px;
    background-color: #fff;
}

.col-xs-1-5, .col-sm-1-5, .col-md-1-5, .col-lg-1-5,
.col-xs-2-5, .col-sm-2-5, .col-md-2-5, .col-lg-2-5,
.col-xs-3-5, .col-sm-3-5, .col-md-3-5, .col-lg-3-5,
.col-xs-4-5, .col-sm-4-5, .col-md-4-5, .col-lg-4-5 {
    position: relative;
    min-height: 1px;
    padding-right: 10px;
    padding-left: 10px;
}   
.col-xs-1-5 {
    width: 20%;
    float: left;
}
.col-xs-2-5 {
    width: 40%;
    float: left;
}

.col-xs-3-5 {
    width: 60%;
    float: left;
}

.col-xs-4-5 {
    width: 80%;
    float: left;
}
@media (min-width: 768px) {
    .col-sm-1-5 {
        width: 20%;
        float: left;
    }
    .col-sm-2-5 {
        width: 40%;
        float: left;
    }
    .col-sm-3-5 {
        width: 60%;
        float: left;
    }
    .col-sm-4-5 {
        width: 80%;
        float: left;
    }
}
@media (min-width: 992px) {
    .col-md-1-5 {
        width: 20%;
        float: left;
    }
    .col-md-2-5 {
        width: 40%;
        float: left;
    }
    .col-md-3-5 {
        width: 60%;
        float: left;
    }
    .col-md-4-5 {
        width: 80%;
        float: left;
    }
}
@media (min-width: 1200px) {
    .col-lg-1-5 {
        width: 20%;
        float: left;
    }
    .col-lg-2-5 {
        width: 40%;
        float: left;
    }
    .col-lg-3-5 {
        width: 60%;
        float: left;
    }
    .col-lg-4-5 {
        width: 80%;
        float: left;
    }
}
.error {
    color: #a94442;
    display: none;
}
.error.active {
    display: block;
  }

/* モーダルのスケジュールリスト */
.scheduleList{
    position: relative;
    height: 100%;
    margin-top: 10px;
    margin-bottom: 10px;
    overflow: hidden;
    text-align: left;
    border-radius: 10px;
    box-shadow: 0 4px 15px -2px rgba(0, 0, 0, .2);
    -webkit-box-shadow: 0 4px 15px -2px rgba(0, 0, 0, .2);
    background-color: #fff;
    display: flex;
    flex-direction: column;
    flex-grow: 1;
}
.scheduleList-body {
    padding: 10px;
    display: flex;
    flex-direction: column;
    flex: 1 1 auto;
}
.scheduleList-yotei-bg{
    background-color: #75b5f0;
}
.scheduleList-jisseki-bg{
    background-color: #f0ad4e;
}

/* 追加 */
.justify-content-between{
    display: flex;
    justify-content: space-between;
}

.approval_header_icon{
    color: white;
    font-size: 22px;
}
.approval_header_title{
    color: white;
    font-size: 22px;
}
.approval_error{
    padding: 10px;
    margin: 5px;
    color: white;
    background-color: rgb(248 113 113);
    border-radius: .5rem;
}
/** 承認申請一覧 **/
.approval_list_header{
    display: block;
}
.approval_list_month_area{
    padding-top: 10px;
    text-align: center;
    font-size: 22px;
}
.approval_list {
    margin-inline: auto;
    margin-top: 10px;
    padding-top: 10px;
    padding-bottom: 1000px;
    position: relative;
    width: 100%;
    height: 75vh;
    overflow: auto;
}
.approval_list-item{
    padding-top: 10px;
    padding-bottom: 10px;
    overflow-x: auto;
}
/* 承認一覧のタイトルの矢印　start */
.approval_list-title {
    position: relative;
}
.approval_list-title::after {
    border-right: solid 2px #BFBFBF;
    border-top: solid 2px #BFBFBF;
    content: "";
    display: block;
    height: 8px;
    position: absolute;
    right: 15px;
    top: 30%;
    transform: rotate(45deg);
    transition: transform .3s ease-in-out, top .3s ease-in-out;
    width: 8px;
}
.approval_list-title.open::after {
    top: 45%;
    transform: rotate(135deg);
}
/* 承認一覧のタイトルの矢印　end */
.approval_list-title-date{
    width: 25%;
    height: 20px;
    float:left;
}
.approval_list-title-status{
    width: 75%;
    float:left;
}
.approval_list-title-status-text{
    width: 10%;
    float:left;
    text-align: center;
}
.approval_list-title-status-text.jikankyuu{
    width: 20%;
}
.pending{
    color: #FFD700;
}
.approved{
    color: #00BFFF;
}
.rejected{
    color: #FF0000;
}
.approval_list-content {
    display: none;
    margin-top: 20px;
    background-color: #f0f0f0;
}
.approval_list-content-table {
    border-collapse: collapse;
    border-spacing: 0;
    width: 100%;
}

.approval_list-content-table td {
    padding-left: 10px;
    padding-top: 3px;
    padding-bottom: 3px;
}
.approval_list-content-table-border-top{
    border-top: 1px solid #7F7F7F;
}
.approval_list-content-table-w-10{
    width: 10%;
}
.approval_list-content-table-w-20{
    width: 20%;
}
.approval_list-content-table-w-30{
    width: 30%;
}
.approval_list-content-table-request-comment{
    font-size: 11px;
}
.approval_list-content-table-approval-comment{
    font-size: 11px;
    color: #b38300;
}


/** 承認申請 初期設定 **/
.approval_setup_area{
    padding-top: 10px;
    padding-bottom: 10px;
}
.approval_setup_menu{
    font-size: 18px;
    padding-top: 10px;
    padding-bottom: 5px;
    width: 100%;
}
.approval_setup_item{
    width: 100%;
    margin-left: 5px;
    margin-right: 0px;
}
.approval_setup_radio{
    font-size: 14px;
    margin-top: 0;
    margin-bottom: 5px;
    margin-right: 0;
    margin-left: 0;
}
.approval_setup_time_area {
    padding-bottom: 5px;
    display: flex;
}
.approval_setup_time_set_btn{
    width: 90px;
}
.approval_setup_time_set_colon{
    width: 40px;
    text-align: center;
    vertical-align:
    middle;font-size: 18px;
}
.approval_setup_time_select{
    width: 120px;
}
/** 承認申請 初期設定 **/

/** 時間設定モーダル **/
.timesetmodal_header{
    padding: 8px;
    background-color: #8597AF;
}
.timesetmodal_body{
    background-color: #BFBFBF;
}
.timesetmodal_timediv{
    padding: 0;
    background-color: white;
    text-align: center;
    border-top: 1px solid #7F7F7F;
    max-height: 200px;
    overflow: hidden;
    overflow-y: auto;
}
.timesetmodal_timeitem{
    border-left: 1px solid #7F7F7F;
    border-right: 1px solid #7F7F7F;
    border-bottom: 1px solid #7F7F7F;
    padding-top: 5px;
    padding-bottom: 5px;
}
/** 時間設定モーダル **/

/** 申請編集画面 **/
.request_input_area {
    padding-top: 20px;
    padding-bottom: 20px;
}
.request_time_select {
    padding-top: 10px;
    padding-bottom: 10px;
    text-align: center;
    font-size: 18px;
    background-color: #BFBFBF;
}
.request_comment {
    padding-top: 20px;
    padding-bottom: 10px;
}
.request_approval_route {
    padding-top: 10px;
    padding-bottom: 20px;
}
.request_submit_area {
    padding-top: 10px;
    padding-bottom: 20px;
}
.approval_comment {
    padding-top: 20px;
    padding-bottom: 10px;
}
.request_time_display {
    padding-top: 10px;
    padding-bottom: 10px;
    text-align: center;
    font-size: 18px;
    background-color: #BFBFBF;
}
.approval_complete_message {
    margin: 20px;
    font-size: 14px;
}

