.btn_form_org {
    background-color: #EC6C00;
    color: #fff;
    border: solid 1px #EC6C00;
    border-radius: 4px;
    font-size: 1.4rem;
    font-weight: bold;
    padding: 4px 5px 5px;
}
#interview_create_button {
    padding: 8px 15px;
}

.btn_form_org:hover {
    opacity: 0.8;
}

.btn_sky {
    background-color: #5bc0de;
    border: solid 1px #414141;
    margin-top: 20px;
}

.top_btn_list .btn_form_org{
    width: 130px;
}
.top-page-table .panel-body .table tr td:nth-child(1),
.top-page-table .panel-body .table tr th:nth-child(1) {
    display: table-cell;
    padding: 15px 8px;
    text-align: center;
    width: 100px;
    padding: 0 8px;
}

.btn_org {
    border: none;
    padding: 6px 6px 6px;
}

.btnFlex {
    display: flex !important;
    justify-content: center;
    align-items: flex-end;
}

@media(max-width:399px) {
    .btnFlex {
        margin-top: 0;
        flex-direction: column;
        align-items: center;
    }
    .btn_org {
        margin: 0 0 10px 0!important;
        width: 200px !important;
        height: 40px !important;
    }
}

.top-page-table .table > thead > tr > th {
    text-align: center;
}

.btn-trigger {
    width: 33px;
    margin-top: 15px;
}

.btn-trigger span {
    height: 4px;
}

.btn-trigger span:nth-child(2) {
    top: 10px;
}

.btn-trigger span:nth-child(3) {
    top: 20px;
}

@media (max-width: 550px) {
    .row_content_circle {
        display: flex !important;
        overflow: scroll;
    }
}

.sidebar-menu > .hoverOff > a {
    background: none !important;
    border-left: none !important;
}


.csv-form{
    /* background-color: #EFEFEF; */
    margin-bottom: 30px;
    width: 100%;
    height: auto;
    padding: 10px 0 8px 20px;
    display: flex;
    justify-content: flex-end;
    /* justify-content: space-between; */
    align-items: flex-start;
}

.csv-form .csv-item-left,
.csv-form .csv-item-right {
    display: flex;
    /* justify-content: flex-start; */
    justify-content: flex-end;
    align-items: flex-start;
    height: 100%;
}

.csv-form .csv-item-right .csv-list-right{
    display: flex;
    justify-content: flex-end;
    align-items: flex-start;
    flex-wrap: wrap;
}
.csv-form label {
    height: 34px;
    line-height: 32px;
}

.csv-form .csv-item-left {
    width: 40%;
}

.csv-form .csv-item-left label {
    font-weight: normal;
    /* font-weight: 600; */
    color: #212529;
    font-size: 14px;
}

.csv-form .csv-item-right {
    width: 60%;
}

.csv-list-right {
    float: right;
}

.csv-form .csv-btn {
    color: #fff;
    background-color: #002384;
    border: solid 1px #002384;
    border-radius: 4px;
    font-size: 14px;
    padding: 0px 10px 0 27px;
    line-height: 32px;
    font-weight: normal;
}
.csv-item-left .csv-btn {
    max-width: 123px;
    width: 100%;
    background: #002384 url(../images/icon19.svg) left 12px center no-repeat;
}
.csv-download {
    margin-left: 30px;
}
.csv-list-right {
    /*max-width: 557px;*/
    width: 100%;
}
.csv-item-right label,
.csv-item-right button,
.csv-item-right .note {
    display: inline-block;
    float: left;

}
.csv-item-right label:first-child{
    font-size: 1.6rem;
}
.csv-item-right .csv-btn {
    margin-left: 62px;
    max-width: 109px;
    width: 100%;
    padding: 0px 10px 0 18px;
    background: #002384 url(../images/icon21.svg) left 10px center no-repeat;
}
.btn_normal_csv {
    /*background-color: #FFFFFF;*/
    border: solid 1px #ccc;
    border-radius: 5px;
    font-size: 11px;
    padding: 5px 15px;
    margin-left: 42px;
    margin-right: 12px;
    margin-top: 3px;
    background: linear-gradient(to bottom , #FFFFFF, #E2E2E2);
}
.btn_normal_csv:hover{
    opacity: 0.8;
}
.csv-btn:hover{
    opacity: 0.8;
}
.note {
    font-size: 11px;
    height: 34px;
    line-height: 34px;
}

.csv-upload {
    margin-left: 50px;
}

.row-one.mailfolderDetail {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: solid 3px #EC6C00;
}

.row-one.mailfolderDetail h2 {
    border: none;
}

.row-one.mailfolderDetail .i-content {
    margin-left: 20px;
    color: gray;
}

.row-one.mailfolderDetail .title_info {
    display: flex;
    align-items: center;
}

.row-one.mailfolderDetail .top_btn_list {
    width: auto;
    margin-top: 0;
}

.table-filter {
    height: 26px;
    display: block;
    width: 100%;
    margin-bottom: 10px;
}

.filter-search-item,
.filter-left-item {
    display: inline-block;
    float: left;
    width: 50%;
}

.table-filter button {
    /*background-color: #fff;*/
    border: solid 1px #7f7f7f;
    border-radius: 4px;
    font-size: 12px;
    color: #212529;
    margin-right: 18px;
    line-height: 24px;
    padding: 0 9px;
    background: linear-gradient(to bottom , #FFFFFF, #E2E2E2);
}
.table-filter button:hover{
    opacity: 0.8;
}
.filter-search-item button{
    margin-right: 0;
}
.filter_search_wrap {
    float: right;
    width: auto;
}

.filter-search-item select {
    line-height: 12px;
    border: solid 1px #BFBFBF;
    font-size: 13px;
    padding: 5px 10px;
    width: 213px;
    height: 26px;
    background: #FFF url(../images/icon06.svg) right 9px center no-repeat;
    cursor: pointer;
    appearance: none;
    margin-right: 5px;
    color: #BFBFBF;
}

.form_app {
    background-color: #fff;
    margin-bottom: 30px;
    position: relative;
    margin-top: 20px;
}

.frm-title {
    display: block;
    width: 50px;
    height: 50px;
    position: absolute;
    line-height: 50px;
    text-align: center;
    left: 15px;
    top: 0;
    color: #212529;
    font-size: 14px;
    font-weight: 600;
}

.frm-items {
    display: block;
    width: 65%;
    margin: auto;
}


.frm-item {
    display: block;
    width: 100%;
    border-top: solid 1px #DEE2E6;
    padding: 10px 0;
}
.page03 .frm-item:last-child{
    border-bottom: solid 1px #DEE2E6;
}
.page03 .frm-item {
    padding: 12px 0 14px;
}

.frm-item:first-child {
    border-top: solid 0px #DEE2E6;
}
.page03 .frm-item:first-child > label{
    padding-top: 5px;
}
.frm-item:nth-child(2) input{
    max-width: 134px;
    width: 100%;
}
input.calender-time{
    background: url(../images/icon17.svg) center right 10px no-repeat;
}
.frm-item:nth-child(2) span{
    margin: 0 8px;
}
.frm-item > label {
    color: #7F7F7F;
    width: 90px;
    margin-right: 30px;
    display: inline-block;
    float: left;
    padding: 4px 0 0;
}
.page03 .frm-item > label{
    width: 130px;
    margin-right: 0px;
    padding: 0;
}
.frm-item input {
    height: 30px;
    border-radius: 0;
    border: solid 1px #DEE2E6;
    width: calc(100% - 120px);
    font-size: 14px;
    color: #000;
    padding-left: 10px;
    position: relative;
}

.frm-item input::placeholder {
    color: #BFBFBF;
    opacity: 1;
}

.frm-item input:-ms-input-placeholder,
.frm-item input::-ms-input-placeholder {
    color: #BFBFBF;
}

.expand-line {
    display: block;
    width: 100%;
    position: relative;
}

.expand-line button.btn_frm_submit {
    position: absolute;
    right: 5%;
    top: -43px;
    height: 34px;
    color: #fff;
    font-size: 12px;
    padding: 0 5px;
    width: 110px;
    line-height: 34px;
    border: solid 1px #EC6C00;
    background-color: #EC6C00;
    border-radius: 4px;
    font-weight: bold;
}
.expand-line button.btn_frm_submit:hover{
    opacity: 0.8;
}

.expand-line button.open_sub_form {
    width: 100%;
    background-color: transparent;
    border-left: .1em solid transparent;
    border-right: .1em solid transparent;
    border-bottom: .1em solid transparent;
    border-top: solid 1px #DEE2E6;
    padding: 0.6em 0.5em 0.6em .25em;
    width: 100%;
    text-align: center;
    font-size: 11px;
    font-family: sans-serif;
    font-style: normal;
    color: #7F7F7F;
    line-height: 25px;
}


.expand-line button.open_sub_form svg {
    width: .8em;
    height: .8em;
    margin: 0 0 -.05em 0;
    fill: #212529;
    transition: transform 0.25s ease-in;
    transform-origin: center 45%;
}

.expand-line button.open_sub_form[aria-expanded="true"] svg {
    transform: rotate(180deg);
}

.it-hide {
    display: none;
}

.sub-frm-it {
    display: inline-block;
}

.it_rows {
    display: block;
    margin: 5px 0;
    /*height: 30px;*/
    padding: 0px 0;
}
/* .frm-item:nth-child(3) .it_rows:last-child{
    margin-top: 20px;
} */
.it_rows label {
    color: #212529;
    font-size: 14px;
    margin-right: 25px;
}
.sub-frm-it .it_rows label{
    font-weight: normal;
}
.frm-item:nth-child(3) .it_rows {
    /*height: 20px;*/
}
.frm-item:nth-child(4)  .it_rows:last-child{
    margin-top: 10px;
}
.frm-item:nth-child(4)  .it_rows:first-child{
    margin-bottom: 15px;
    /*height: 20px;*/
}
.page03 .frm-item:nth-child(4) .it_rows:first-child,
.page03 .frm-item:nth-child(3) .it_rows:last-child{
    margin: 0;
}
.frm-item:nth-child(4) select{
    margin-top: 0;
}
.it_rows label:first-child {
    color: #000;
    font-size: 14px;
    line-height: 20px;
    margin-right: 30px;
    width: 60px;
    font-weight: bold;
}

.it_rows input[type=radio] {
    display: none;
    margin-right: 0;
}
.frm-item input[type=radio] + label{
    padding-left: 25px;
    position: relative;
}
.frm-item input[type=radio] + label::before{
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    width: 20px;
    height: 20px;
    background: #FFF;
    border: 1px solid #BFBFBF;
    border-radius: 50%;
    margin-top: -11px;
}
.frm-item input[type=radio] + label::after{
    content: '';
    display: none;
    position: absolute;
    top: 50%;
    left: 5px;
    width: 10px;
    height: 10px;
    background: #EC6C00;
    border-radius: 50%;
    margin-top: -6px;
}
.frm-item input[type=radio]:checked + label::after{
    display: block;
}
.it_rows input[type=text] {
    width: 134px;
}
.frm-item:nth-child(4) span{
    margin: 0 7px;
}
.it_rows input.short[type=text] {
    width: 50px;
}
.frm-item:nth-child(5) .it_rows{
    margin: 0 0 10px;
}
.frm-item:nth-child(5) .it_rows:last-child{
    margin-bottom: 0;
}
.frm-item:last-child .it_rows{
    height: 20px;
}
.it_rows select {
    width: 134px;
    border-radius: 0;
    border: solid 1px #DEE2E6;
    font-size: 14px;
    color: #BFBFBF;
    height: 30px;
    appearance: none;
    padding: 0 5px;
    background: url('../images/icon06.svg') right 9px center no-repeat;
}

.h_row {
    height: 35px;
    margin-top: 10px;
}
.h_row select {
    margin-top: 0;
    margin-bottom: 0;
}

.frm-item input[type=checkbox] {
    display: none;
}
.frm-item input[type=checkbox] + label{
    padding-left: 25px;
    position: relative;

}
.form_app .frm-item input[type=checkbox] + label{
    margin-bottom: 10px;
}
.frm-item input[type=checkbox] + label::before{
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    width: 20px;
    height: 20px;
    background: #FFF;
    border: 1px solid #BFBFBF;
    border-radius: 4px;
    margin-top: -10px;
}
.frm-item input[type=checkbox] + label::after{
    content: '';
    display: none;
    position: absolute;
    top: 50%;
    left: 4px;
    width: 13px;
    height: 12px;
    background: url('../images/icon18.svg') center no-repeat;
    margin-top: -6px;
}
.frm-item input[type=checkbox]:checked + label::after{
    display: block;
}

#open_status {
    display: none;
}

/* Page 03 */
.page03 .form_app {
    margin-top: 10px;
}

.page03 .top_btn_list {
    display: block;
    width: 100%;
    height: 34px;
    margin-top: 20px;
}

.page03 .btn_left_web {
    display: inline-block;
    /* float: left; */
    margin-left: 30px;
}

.page03 .it_rows label {
    /*line-height: 33px;*/
    font-weight: normal;
    margin: 0;
    width: auto;
    line-height: 1.71;
}

.page03 .btn_right_frm {
    float: right;
    display: inline-block;
    color: #212529;
    border: solid 1px #707070;
    border-radius: 4px;
    font-size: 1.2rem;
    text-align: center;
    padding: 2px 0px;
    width: 67px;
    margin-top: 3px;
    font-weight: 500;
    background: linear-gradient(to bottom , #FFFFFF, #E2E2E2);
}
.page03 .btn_right_frm:hover{
    opacity: 0.8;
}
.page03 .btn_right_frm2 {
    float: right;
    display: inline-block;
    color: #212529;
    border: solid 1px #707070;
    border-radius: 4px;
    font-size: 1.2rem;
    text-align: center;
    padding: 2px 4px;
    margin-top: 3px;
    font-weight: 500;
    background: linear-gradient(to bottom , #FFFFFF, #E2E2E2);
}
.page03 .btn_right_frm2:hover{
    opacity: 0.8;
}

.page03 .submit-line {
    height: auto;
    display: block;
    width: 100%;
    text-align: center;
    padding: 15px 0 10px;
}

.page03 .submit-line button {
    background-color: #002384;
    color: #fff;
    font-size: 1.4rem;
    border: solid 1px #002384;
    padding: 4px 5px 5px;
    border-radius: 4px;
    width: 100px;
    font-weight: bold;
}
.page03 .submit-line button:hover{
    opacity: 0.8;
}

.page03 .frm-item select {
    width: 145px;
    height: 30px;
    font-size: 1.4rem;
    color: #212529;
    border: solid 1px #bfbfbf;
    padding-left: 5px;
    position: relative;
    appearance: none;
    background: url(../images/icon06.svg) right 9px center no-repeat;
    cursor: pointer;
}

.page03 .frm-item textarea {
    width: calc(100% - 130px);
    border: solid 1px #DEE2E6;
    padding-left: 10px;
}
.page03 .information {
    display: block;
    width: 100%;
    margin-top: 70px;
}

.flex .information {
    margin-top: 30px;
}

.flex .form_app {
    margin-top: 50px;
}

.page03 .right-info,
.page03 .left-info {
    display: inline-block;
    width: 49%;
    float: left;
}

.page03 .right-info {
    float: right;
}

.page03 .information h3 {
    font-size: 15px;
    font-weight: bold;
    border-left: solid 3px #EC6C00;
    padding-left: 10px;
    margin-bottom: 15px;
}

.page03 .i-row {
    display: block;
    border-top: solid 1px #DEE2E6;
    padding: 12px 0;
    /* color: #7F7F7F; */
    color: #444444;
    font-size: 14px;
}

.page03 .i-row .i-content {
    color: #000;
}

.page03 .i-row span:first-child {
    width: 30%;
    display: inline-block;
}


.page03 .i-row:last-child {
    border-bottom: solid 1px #DEE2E6;
}

.page03 .submit_info {
    display: block;
    width: 100%;
    margin-top: 30px;
    text-align: center;
}

.page03 .submit_info_left {
    background-color: #7F7F7F;
    border: solid 1px #7F7F7F;
    color: #fff;
    font-size: 1.4rem;
    font-weight: bold;
    padding: 4px 5px 5px;
    border-radius: 4px;
    margin-right: 30px;
    width: 80px;
    display: inline-block;
}
.page03 .submit_info_left:hover,
.page03 .submit_info_right:hover{
    text-decoration: none !important;
    color: #fff;

}
.page03 .submit_info_right {
    display: inline-block;
    cursor: pointer;

}

.page03 .submit_info_right {
    width: 130px;
}

.page03 .frm-title {
    width: 75px;
}

/* Page 04 */
.send-email .haft-part {
    width: calc(50% - 25px);
    display: inline-block;
    margin-top: 30px;
}

.send-email .haft-part-left {
    float: left;
}

.send-email .haft-part-right {
    float: right;
}

.send-email .form_app {
    padding: 0px 20px 20px;
}

.send-email .frm-items {
    width: 100%;
}

.send-email .submit_info {
    margin-top: 20px;
}

.send-email .frm-item > label {
    padding: 10px 10px 10px 0;
}


.send-email .frm-item .sub-frm-it {
    width: calc(100% - 170px);
}

.send-email .frm-item .sub-frm-it .it_rows {
    display: block;
    width: 100%;
}

.send-email .frm-item .sub-frm-it .it_rows label {
    width: 100%;
    margin-right: 0;
}

.send-email .form_text {
    height: auto;
}

.send-email .text-items {
    height: 758px;
    overflow: auto;
}

.send-email .form_text h3 {
    font-size: 15px;
    font-weight: bold;
    border-left: solid 3px #EC6C00;
    padding-left: 10px;
    margin-bottom: 15px;
}

.send-email .text-items {
    background-color: #EFEFEF;
    padding: 10px;
    display: block;
    width: 100%;
}

.send-email .text-items .text-item {
    display: block;
    width: 100%;
    border-bottom: solid 1px #DEE2E6;
    padding: 12px 10px 8px;
}

.send-email .text-items .text-item h4 {
    color: #212529;
    font-size: 12px;
    margin-bottom: 10px;
}

.send-email .text-items .text-item p {
    font-size: 12px;
    color: #212529;
    margin-bottom: 15px;
}

.send-email .text-items .text-item button {
    color: #212529;
    width: 67px;
    height: 26px;
    background: linear-gradient(to bottom , #FFFFFF, #E2E2E2) ;

    font-size: 11px;
    padding: 1px 5px 2px;
    border: 1px solid #7F7F7F;
    border-radius: 4px;
}
.send-email .text-items .text-item button span{
    background: url('../images/icon22.svg') left center no-repeat;
    padding-left: 10px;

}

.send-email .text-items .text-item button:hover{
    text-decoration: none;
    opacity: 0.8;
}
/* Page 07 */
.top-page-table .table td.row_btn_last {
    text-align: right;
    padding: 15px 0;
}

.top-page-table .table td a.btn_row_item {
    color: #fff;
    font-size: 12px;
    padding: 7px 25px;
    border: solid 1px #EC6C00;
    background-color: #EC6C00;
    border-radius: 4px;
    font-weight: bold;
}

.user-list .left_lbl {
    display: inline-block;
    float: left;
    width: 15%;
    height: 50px;
    line-height: 50px;
    padding-left: 20px;
    font-size: 14px;
    color: #212529;
    font-weight: bold;
}

.user-list .right_lbl {
    display: inline-block;
    float: right;
    width: 85%;
}

.user-list .right_lbl .p_lbl {
    color: #7F7F7F;
    font-size: 1.4rem;
    font-weight: bold;
    line-height: 50px;
    margin-right: 30px;
    display: inline-block;
    float: left;
}

.user-list .right_lbl input {
    height: 30px;
    border-radius: 0;
    border: solid 1px #DEE2E6;
    font-size: 12px;
    color: #000;
    padding-left: 10px;
    margin-top: 10px;
    width: calc(100% - 300px);
}

.user-list .right_lbl input::placeholder {
    color: #BFBFBF;
    opacity: 1;
}

.user-list .right_lbl input:-ms-input-placeholder,
.user-list .right_lbl input::-ms-input-placeholder {
    color: #BFBFBF;
}

.user-list .right_lbl button {
    display: inline-block;
    float: right;
    margin-top: 9px;
    margin-right: 20px;
    height: 32px;
    line-height: 32px;
    color: #fff;
    font-size: 12px;
    padding: 0 25px;
    border: solid 1px #EC6C00;
    background-color: #EC6C00;
    border-radius: 4px;
    font-weight: bold;
}

.user-list .top-page-table .panel-body .table tr,
.user-list .top-page-table .panel-body .table tr td,
.user-list .top-page-table .panel-body .table tr th {
    background-color: #F9F9F9;
}
.user-list .top-page-table .panel-body .table tr td:last-child{
    min-width: 80px;
}
.user-list .top-page-table .panel-body .table tr td:nth-child(5),
.user-list .top-page-table .panel-body .table tr th:nth-child(5) {
    min-width: 60px;
}
.user-list .top-page-table .panel-body .table tr td:nth-child(6),
.user-list .top-page-table .panel-body .table tr th:nth-child(6) {
    min-width: 55px;
}


.user-list .top-page-table .panel-body .table tr td:nth-child(1),
.user-list .top-page-table .panel-body .table tr th:nth-child(1) {
    padding: 15px 0;
    text-align: left;
}

.user-list .top-page-table .table td span.t_btn {
    padding: 6px 8px;
}

.user-list .top-page-table .table td span.bg_gray {
    background-color: #BFBFBF;
}

.paging {
    display: block;
    width: 100%;
    text-align: center;
    padding: 20px 0;
}
.paging li {
    list-style-type: none;
    display: inline-block;
    padding: 0 5px;
    font-weight: bold;
}
.paging li a {
    text-decoration: underline;
    font-weight: normal;
}

/* Page 05 */
.interview .profile_details_left {
    display: none;
}

.interview .warning_mess {
    color: #DC3545;
    margin-top: 20px;
    margin-bottom: 20px;
    font-size: 13px;
    font-weight: bold;
}

.interview .interview_content {
    display: block;
    width: 100%;
}

.interview .i_left {
    display: inline-block;
    float: left;
    width: calc(60% - 20px);
    background-color: #BFBFBF;
    /* height: 550px; */
    border: solid 1px #707070;
    text-align: left;
}

.interview_content .i_left .big_box video {
    float: left;
}

.interview_content .i_left .big_box .big_box-mensetsu {
    margin-left: 94%;
    width: 85%;
    height: 100%;
}

.interview_content .i_left .big_box .big_box-mensetsu p {
    text-align: left;
}

@media (min-width: 1530px) {
    .interview_content .i_left .big_box .big_box-mensetsu {
        width: 50%;
    }
}

@media(max-width: 1499px) {
    .interview_content .i_left .big_box video {
        float: none;
    }
    
    .interview_content .i_left .big_box .big_box-mensetsu {
        margin-left: 0;
        margin: 0 auto;
    }    
}

@media(max-width: 992px) {
    .interview_content .i_left .big_box .big_box-mensetsu {
        width: 113px;
        height: 93px;
        padding: 5px;
        margin: 0;
    }
}

video {
    width: 90%;
}

#big_box_kyushoku video,
.s_box_item video {
    height: 100% !important;
    /* width: auto !important; */
}




.interview .i_right {
    display: inline-block;
    width: calc(40% - 20px);
    float: left;
}

.interview .i_right .i_item {
    padding: 5px 0;
}

.interview .i_right .i_item span {
    font-size: 13px;
    color: #212529;
    display: inline-block;
}

.interview .i_right .i_item span:first-child {
    width: 30%;
}

.interview {
    border: solid 0px #707070;
    padding: 5px 30px 25px;
    /*margin-top: 25px;*/
    margin-top: -40px;
}

.i_bottom {
    background-color: #E6DEE3;
    padding: 10px 30px;
    /*border-left: solid 1px #707070;*/
    /*border-right: solid 1px #707070;*/
    /*border-bottom: solid 1px #707070;*/
}
.i_bottom_sp{
    display: none;
}

.i_bottom .r_i_btn {
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.big_box video {
    width: 70% !important;
    height: auto;
}

@media( max-width: 720px) {
    .l-left {
        height: "";
    }

}
    


@media(max-width: 650px) {
    .i_bottom .r_i_btn {
        display: flex !important;
        flex-direction: column-reverse;
        align-items: flex-end;
    }
}

.flex {
    display: flex;
    flex-direction: column-reverse;
}

@media(max-width: 650px) {
    .flex {
        flex-direction: column-reverse;
    }

    .flex .information {
        margin-top: 30px;
    }

    .flex .form_app {
        margin-top: 20px;
    }
}

.require {
    position: relative;
}

.require::after {
    content: "*";
    color: rgb(240, 21, 21);
    font-size: 1.5rem;
    position: absolute;
    margin-left: 4px;
    top: 7px;
}

 .page-602 .i_bottom .r_i_btn,
.page-06 .i_bottom .r_i_btn{
    max-width: 130px;
    width: 100%;
}

.i_bottom .r_i_btn button {
    color: #fff;
    font-size: 12px;
    border: solid 1px #EC6C00;
    background-color: #EC6C00;
    border-radius: 4px;
    padding: 8px 20px;
}

.page-05 .i_bottom .r_i_btn button,
.page-502 .i_bottom .r_i_btn button{
    width: 130px;
    /* width: 100%; */
}
.page-05 .i_bottom .r_i_btn button:first-child,
.page-502 .i_bottom .r_i_btn button:first-child{
    max-width: 80px;
    margin-right: 37px;
}
.page-602 .i_bottom .r_i_btn button.btn_red_i,
.page-06 .i_bottom .r_i_btn button.btn_red_i{
    margin-left: 0;
    width: 100%;
}
.i_bottom .r_i_btn button:first-child {
    background-color: #7F7F7F;
    border: solid 1px #7F7F7F;
}


.interview .i_right .i_right_form,
.interview .i_right .i_right_text {
    display: block;
    padding: 5px 20px;
    background-color: #fff;
    max-height: auto;
    overflow: none;
    margin-bottom: 25px;
    border: solid 1px #F1f1f1;
}

.interview .i_right .i_right_form {
    display: block;
    padding: 5px 20px;
    background-color: #fff;
    height: 300px;
    overflow: auto;
}

.interview .i_right .i_right_form {
    padding: 20px;
}

.interview .i_right .i_right_form h4 {
    font-size: 16px;
    font-weight: bold;
    border-left: solid 3px #EC6C00;
    padding-left: 10px;
    margin-bottom: 15px;
}

.interview .i_right .i_right_form .r_f_row {
    display: block;
    margin-bottom: 20px;
}

.interview .i_right .i_right_form .r_f_row .r_f_label {
    display: inline-block;
    float: left;
    width: 150px;
    font-size: 13px;
    color: #212529;
    font-weight: bold;
}

.interview .i_right .i_right_form .r_f_row .r_f_content input[type=radio] {
    margin-right: 5px;
    width: 17px;
    height: 17px;
    display: none;

}
.interview .i_right .i_right_form .r_f_row .r_f_content label{
    position: relative;
    padding-left: 30px;
}

.interview .i_right .i_right_form .r_f_row .r_f_content input[type=radio] + label::before{
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    width: 20px;
    height: 20px;
    background: #FFF;
    border: 1px solid #BFBFBF;
    border-radius: 50%;
    margin-top: -11px;
}
.interview .i_right .i_right_form .r_f_row .r_f_content input[type=radio] + label::after{
    content: '';
    display: none;
    position: absolute;
    top: 50%;
    left: 5px;
    width: 10px;
    height: 10px;
    background: #EC6C00;
    border-radius: 50%;
    margin-top: -6px;
}
.interview .i_right .i_right_form .r_f_row .r_f_content input[type=radio]:checked + label::after{
    display: block;
}
.interview .i_right .i_right_form .r_f_row .r_f_content label {
    font-weight: normal;
    margin-right: 15px;
}

.interview .i_right .i_right_form .r_f_row .r_f_content textarea {
    width: calc(100% - 150px);
    border: solid 1px #BFBFBF;
}

/* Page 06 */
.page06 .interview_content .list_box {
    display: block;
    height: 600px;
    width: 60%;
    margin: 25px auto auto;
}

.page06 .interview_content .list_box .box_item {
    display: inline-block;
    float: left;
    height: 300px;
    width: calc(50% - 10px);
    background-color: #BFBFBF;
    border: solid 1px #9e9e9e;
    margin: 5px;
}


.i_bottom .r_i_btn button.btn_red_i {
    color: #fff;
    font-size: 14px;
    border: solid 1px #DC3545;
    background-color: #DC3545;
    border-radius: 4px;
    padding: 5px 20px;
    margin-left: 20px;
}

.page062 .i_left {
    display: inline-block;
    float: left;
    width: calc(60% - 20px);
    background-color: transparent;
    /* height: 550px; */
    /* height: 705px; */
    border: solid 0px #FFF;
    color: #fff;
    font-weight: bold;
    font-size: 20px;
    text-align: left;
}

.page062 .i_left .big_box {
    /* background-color: #BFBFBF; */
    height: 450px;
    /* border: solid 1px #9E9E9E; */
    line-height: 500px;
    letter-spacing: 2px;
    font-size: 35px;
}

@media(max-width: 640px) {
.page062 .i_left .big_box {
    height: 150px;
}
}


.page062 .i_left .big_box {
    background-color: transparent;
}

.page062 .i_left .small_box {
    display: block;
    margin-top: 20px;
}

.page062 .i_left .small_box .s_box_item {
    display: inline-block;
    width: calc((100% - 40px) / 3);
    height: 160px;
    /* background-color: #BFBFBF; */
    /* border: solid 1px #9e9e9e; */
    float: left;
    margin-right: 10px;
    margin-bottom: 50px;
    line-height: 160px;
    font-size: 30px;
}

.s_box_item p {
    text-align: center;
    margin-top: -0.25em;
    word-wrap:break-word;
}

#my_name {
    word-wrap:break-word; 
}

.correspondence_status_1,
.correspondence_status_2,
.correspondence_status_3,
.correspondence_status_4,
.correspondence_status_5,
.correspondence_status_6,
.correspondence_status_7 {
    border-radius: 5px !important;
    text-align: center;
}



@media (max-width: 610px) {
    .s_box_item p {
        max-height: 50px;
        overflow: scroll;
        z-index: 99 !important;
    }
      
}

@media (max-width: 992px) {
    .s_box_item {
        margin-bottom: 40px;
        width: 83px !important;
    }
}


.page062 .i_left .small_box .s_box_item:last-child {
    /* margin-right: 0; */
    padding-right: 0;
}

.page062 .i_right .i_right_form {
    height: 317px;
}

.filter_mobile {
    display: none;
}

.mb_btn_show_right {
    display: none;
    margin-top: 15px;
}

.mb_btn_show_right button {
    float: right;
    font-size: 12px;
    padding: 5px 12px;
}

/* Dialog for 04 page */
#dialog_content {
    display: none;
    position: absolute;
    z-index: 999;
    width: 100%;
    height: 100%;
    background-color: #00000087;
    padding: 40px 15px 0;
}

#dialog_content .dialog_close {
    height: 50px;
    display: block;
    width: 100%;
}

#dialog_content .close_btn_wrap {
    display: block;
    width: 35px;
    height: 35px;
    background-color: #fff;
    text-align: center;
    line-height: 35px;
    float: right;
    border-radius: 50%;
    cursor: pointer;
    font-size: 20px;
}

#dialog_content .dialog_text {
    background-color: #fff;
    padding: 15px;
    overflow: auto;
}

#dialog_content .dialog_text .text-item {
    display: block;
    width: 100%;
    border-bottom: solid 1px #DEE2E6;
    padding: 12px 10px 8px;
}

#dialog_content .dialog_text .text-item h4 {
    color: #212529;
    font-size: 12px;
    margin-bottom: 10px;
    font-weight: bold;
}

#dialog_content .dialog_text .text-item p {
    font-size: 12px;
    color: #212529;
    margin-bottom: 15px;
}

#dialog_content .dialog_text .text-item button {
    color: #212529;
    width: 67px;
    height: 26px;
    background: linear-gradient(to bottom , #FFFFFF, #E2E2E2);
    font-size: 11px;
    padding: 1px 5px 2px;
    border: 1px solid #7F7F7F;
    border-radius: 4px;
}
#dialog_content .dialog_text .text-item button span{
    background: url(../images/icon22.svg) left center no-repeat;
    padding-left: 10px;
}
/* .profile_img span.prfil-img {
    line-height: 52px;
} */

.profile_img {
    display: flex;
    align-items: center;
    padding-left: 15px;
}

.profile_img span.prfil-img {
    float: none;
}

.user-name {
    margin-left: 10px;
}

.user-name p {
    margin-left: 0;
}

@media (max-width: 992px) {
    .user-name {
        margin-top: 0;
    }

    .header-right .profile_img span.prfil-img {
        line-height: normal;
    }
}

@media screen and (max-width: 1400px) {

    .csv-item-right .csv-btn {
        margin-left: 30px;
    }
}

@media screen and (max-width: 1300px) {
    .btn_normal_csv{
        margin: 0 15px;
    }

    .csv-item-right .csv-btn {
        margin-left: 20px;
    }
    .csv-download {
        margin-left: 15px;
    }

}
@media screen and (max-width: 1250px) {
    li.dropdown.head-dpdn a {
        width: 135px;
        padding-left: 0;
        padding-right: 0;
    }

    li.dropdown.head-dpdn a span {
        font-size: 13px;
    }

    .profile_details_drop a.dropdown-toggle {
        padding: 0 10px 0 0;
    }

    .profile_details_drop a.dropdown-toggle .user-name {
        margin-left: 5px;
    }

    .profile_details_drop a.dropdown-toggle .hd-down {
        margin-left: 5px;
    }

    .profile_details_drop a.dropdown-toggle .user-name p {
        font-size: 13px;
    }
    .page02 .expand-line {
        text-align: center;
    }
    .page02 .expand-line button.btn_frm_submit {
        position: initial;
        margin-top: 10px;
        margin-bottom: 10px;
    }
    .csv-form {
        flex-wrap: wrap;
    }
    .csv-form .csv-item-left{
        width: 100%;
        margin-bottom: 10px;
    }
    .csv-form .csv-item-right{
        width: 100%;

    }
    .csv-form .csv-item-right .csv-list-right{
        justify-content: flex-start;
    }
}

@media screen and (max-width: 1200px) {

    .csv-form .csv-item-left label {
        font-size: 1.4rem;
    }
}
@media screen and (max-width: 1100px) {
    .profile_details ul li {
        margin-right: 10px;
    }

    .profile_details_drop a.dropdown-toggle .user-name {
        margin-left: 2px;
    }
}

@media screen and (max-width: 992px) {
    .form_app {
        padding: 20px 10px;
    }
    .frm-title {
        display: block;
        position: initial;
        text-align: left;
        height: 40px
    }

    .frm-items {
        width: 100%;
        padding: 0;
    }

    .frm-item > label {
        padding-left: 0;
        display: block;
        width: 100%;
    }
    .page03 .frm-item > label{
        width: 100px;
        font-size: 1.2rem;
    }

    .page03 .frm-item textarea {
        width: calc(100% - 100px);
    }
    .frm-item input {
        width: 100%;
    }

    .sub-frm-it {
        width: 100%;
    }

    .sub-frm-it input[type=text],
    .sub-frm-it > span {
        display: inline-block;
    }

    .sub-frm-it input[type=text] {
        width: calc((100% - 25px) / 2);
    }

    .it_rows input[type=text],
    .it_rows select {
        background-color: #fff;
        width: 40%;
    }

    .it_rows input.short[type=text] {
        width: calc((40% - 25px) / 2);
    }

    .frm-item:last-child {
        /*display: none;*/
    }

    .expand-line {
        text-align: center;
    }

    .expand-line button.btn_frm_submit {
        position: initial;
        margin-top: 10px;
        margin-bottom: 10px;

    }

    .csv-form {
        display: none;
    }

    .table-filter {
        display: block;
    }

    .table__th input[type="checkbox"] {
        display: block;
    }

    .filter_mobile {
        display: block;
    }

    .filter-search-item {
        display: block;
        width: 100%;
        margin-bottom: 15px;
    }

    .filter-left-item {
        width: 100%;
        margin-bottom: 15px;
    }

    .filter-left-item button {
        /*width: calc((100% - 73px) / 4);*/
    }

    .filter_search_wrap {
        width: 100%;
        display: block;
    }

    .filter-search-item select {
        width: calc(100% - 96px);
    }

    .filter_search_wrap button {
        margin-right: 0;
        float: right;
    }

    .top-page-table .panel-body .table tr td:nth-child(1),
    .top-page-table .panel-body .table tr th:nth-child(1) {
        margin-left: 0;
        padding-left: 0;
        text-align: left;
    }

    .top-page-table .panel-body .table tr td,
    .top-page-table .panel-body .table tr th {
        background-color: #F9F9F9;
    }

    .top-page-table .panel-body .table tr td:last-child,
    .top-page-table .panel-body .table tr th:last-child {
        text-align: center;
    }

    .top-page-table .panel-body .table tr td .show_mb_table span {
        text-align: center;
    }

    .top-page-table .panel-body .table tr.show_row_detail td {
        padding-right: 0;
    }

    .page03 .frm-title {
        width: auto;
    }

    .page03 select {
        background-color: #FFF;
        width: 100%;
        display: block;
    }

    .page03 .frm-item {
        display: block;
        width: 100%;
        padding: 12px 5px 14px;
    }

    .page03 .frm-item select {
        width: 40%;
    }

    .page03 .right-info, .page03 .left-info {
        width: 100%;
    }

    .page03 .left-info {
        margin-bottom: 50px;
    }

    .send-email .haft-part-right {
        display: none;
    }

    .send-email .haft-part {
        width: 100%;
    }

    .send-email .frm-item textarea {
        width: 100%;
    }

    .send-email .submit_info {
        margin-top: 15px;
    }

    .mb_btn_show_right {
        display: block;
    }

    .send-email .haft-part {
        margin-top: 10px;
    }

    .user-list .right_lbl {
        display: block;
        float: none;
        width: 100%;
    }

    .user-list .right_lbl input {
        width: 100%;
    }

    .user-list .right_lbl button {
        display: block;
        float: none;
        margin: 15px auto 0;

    }
    .user-list .left_lbl,
    .user-list .right_lbl .p_lbl{
        float: none;
        display: block;
        padding: 0;
    }

    .top-page-table .panel-body .table tr td:nth-child(1),
    .top-page-table .panel-body .table tr th:nth-child(1) {
        padding: 0 8px;
    }
}

@media screen and (max-width: 480px){
    li.dropdown.head-dpdn a span {
        font-size: 10px;
    }
    .filter-left-item button {
        width: 80px;
        margin-bottom: 5px;
        padding: 0;
    }
}

@media screen and (min-width: 993px) {
    .send-email.page03 .frm-item > label {
        width: 30%;
    }

    .send-email .frm-item .sub-frm-it {
        width: auto;
    }

    .send-email .frm-item textarea,
    .send-email .frm-item input {
        width: 70%;
    }
}

@media screen and (max-width: 992px) {
    .send-email .frm-item > label,
    .send-email .frm-item .sub-frm-it {
        width: 100%;

    }
}
@media screen and (max-width: 600px) {
    .interview .i_left {
        width: 100%;
    }

    .interview .i_right {
        width: 100%;
    }

    .interview .i_right .i_right_form .r_f_row .r_f_label{
        width: 100%;
    }
    .interview .i_right .i_right_form .r_f_row .r_f_content textarea {
        width: 100%;
    }
}
@media screen and (max-width: 480px) {

    .it_rows label:first-child {
        margin-right: 10px;
    }
    .frm-item input[type=radio] + label{
        margin-right: 10px;
    }
    .frm-item input[type=radio] + label:last-child{
        margin-right: 0px;
    }
}
@media screen and (max-width: 375px) {
    .csv-form .csv-item-left label{
        font-size: 1.2rem;
    }
    .csv-download {
        margin-left: 10px;
    }
    .btn_normal_csv {
        margin: 0 5px;
    }
    .frm-item:nth-child(2) input.calender-time {
        margin-top: 10px;
    }
}


.send-email .haft-part {
    width: calc(50% - 15px);
}

.send-email .frm-item > label {
    padding-right: 0;
    font-size: 13px;
}

@media screen and (min-width: 993px) {
    .send-email.page03 .frm-item > label {
        width: 42%;
    }

    .send-email .frm-item textarea, .send-email .frm-item input,
    .send-email .frm-item .sub-frm-it {
        width: 58%;
    }


}

@media screen and (max-width: 1366px) {
    .send-email.page03 .frm-item > label {
        width: 100%;
    }

    .send-email .frm-item textarea, .send-email .frm-item input,
    .send-email .frm-item .sub-frm-it {
        width: 100%;
    }
}

@media screen and (max-width: 992px) {
    .send-email .haft-part {
        width: 100%;
    }
}


@media screen and (max-width: 992px) {
    .page02 .top-page-table .panel-body .table tr td,
    .page02 .top-page-table .panel-body .table tr th {
        background-color: #efefef;
    }

    .top-page-table .panel-body .table tbody tr:nth-child(odd),
    .top-page-table .panel-body .table tbody tr:nth-child(odd) td,
    .top-page-table .panel-body .table tbody tr:nth-child(odd) th {
        background-color: #f9f9f9;
    }

    .page02 .top-page-table .panel-body .table tr th.col_spec {
        width: 233px!important;
    }

    .page02 .top-page-table .panel-body .table tr td:nth-child(1),
    .page02 .top-page-table .panel-body .table tr th:nth-child(1),
    .page-07 .top-page-table .panel-body .table tr td:nth-child(1),
    .page-07 .top-page-table .panel-body .table tr th:nth-child(1) {
        padding: 15px 8px;
        max-width: 50px;
    }

    .page02 .top-page-table .panel-body .table tr.show_row_detail td,
    .page-07 .top-page-table .panel-body .table tr.show_row_detail td {
        padding: 0;
        padding-bottom: 0;
    }

    .page02 .top-page-table .panel-body .table tr td .show_mb_table a.link_btn_table {
        display: none;
    }

    .page02 .top-page-table .panel-body .table tbody tr.bg_gray td,
    .page01 .top-page-table .panel-body .table tbody tr.bg_gray td {
        background-color: #f9f9f9;
    }
}



/*.page02 .mg_bt_null {
    margin-bottom: 0;
}

.page02 .c_f_2 .csv-item-left {
    width: 80%;
}

.page02 .c_f_2 .csv-item-left .note {
    display: inline-block;
}

.page02 .csv-form .csv-item-right {
    width: 40%;
}

.page02 .c_f_2 .csv-item-right .csv-btn {
    margin-left: auto;
    margin-right: auto;
}*/

/*@media only screen and (min-width:993px) and (max-width:1208px){
    .page02 .csv-form .csv-item-right {
        width: 55%;
    }
}*/

#csv_bottom_frm {
    display: none;
}
#csv_bottom_frm .csv-form{
    margin-bottom: 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.csv-form.c_f_2{
}

@media screen and (max-width: 992px) {
    #csv_bottom_frm {
        width: 100%;
        margin-top: 20px;
        display: block;
    }

    #csv_bottom_frm .csv-form {
        display: flex;
        justify-content: space-between;
        align-items: flex-end;
        flex-wrap: wrap;
        padding-left: 10px;
        padding-right: 10px;
    }
    .csv-form-group{
        display: flex;
        justify-content: flex-start;
        align-items: flex-end;
        flex-wrap: wrap;
        max-width: 375px;
    }
    #csv_bottom_frm .csv-form .csv-group{
        display: flex;
        justify-content: flex-start;
        align-items: flex-start;
        flex-wrap: wrap;
    }

    #csv_bottom_frm .csv-download {
        float: none;
    }
    #csv_bottom_frm .btn_normal_csv {
        margin: 0 15px 0 0;
    }
    #csv_bottom_frm .c_f_2 p {
        font-size: 12px;
        color: #212529;
        padding-bottom: 5px;
    }

    #csv_bottom_frm  .csv-form .csv-btn {
        margin-left: 0;
    }
    #csv_bottom_frm .csv-form .csv-btn {
        min-width: 91px;
    }
    #csv_bottom_frm .c_f_2 p .btn_normal_csv,
    #csv_bottom_frm .c_f_2 p .csv-upload {
        margin-left: 0;
        float: none;
    }
}

@media screen and (max-width: 600px) {

    .csv-form-group {
        width: 100%;
    }
    #csv_bottom_frm .csv-form .csv-group{
        width: 100%;
    }
    #csv_bottom_frm .csv-btn-upload{
        width: 100%;
        display: flex;
        justify-content: flex-end;
    }
}
@media screen and (max-width: 480px) {
    .page-07 .filter-left-item button {
        width: 105px;
    }
}

/*Custom Page 07*/
.page-07 .table tr th:last-child,
.page-07 .table tr td:last-child {
    width: 100px;
}

.page-07 .table tr td button {
    /*height: 34px;*/
    color: #fff;
    font-size: 12px;
    padding: 5px 5px;
    width: 80px;
    /*line-height: 34px;*/
    border: solid 1px #EC6C00;
    background-color: #EC6C00;
    border-radius: 4px;
    font-weight: bold;
}

.page-07 .table tr td .tbl_gray_row {
    background-color: #BFBFBF;
}

.page-07 .table tr td:last-child {
    padding-right: 0;
    text-align: center;
}

.page-07 .top-page-table .table > tbody > tr > th:nth-child(2),
.page-07 .top-page-table .table > tbody > tr > td:nth-child(2) {
    /*width: 180px;*/
    color: #212529;
    font-weight: 400;
    text-align: left;
    vertical-align: middle;
}

.page-07 .top-page-table .table > thead > tr > th:nth-child(4),
.page-07 .top-page-table .table > tbody > tr > td:nth-child(4) {
    word-break: break-word;
}
.page-07 .top-page-table .table > thead > tr > th:nth-child(5),
.page-07 .top-page-table .table > tbody > tr > td:nth-child(5) {
    width: 67px;
}
.page-07 .top-page-table .table > thead > tr > th:nth-child(7),
.page-07 .top-page-table .table > tbody > tr > td:nth-child(7) {
    display: none;
}

.page-07 .top-page-table .table > thead > tr > th:nth-child(1),
.page-07 .top-page-table .table > tbody > tr > td:nth-child(1) {
    width: 50px;
}

.page-07 .top-page-table .table > thead > tr > th:nth-child(6),
.page-07 .top-page-table .table > tbody > tr > td:nth-child(6) {
    width: 100px;
}

@media screen and (max-width: 992px) {
    .page-07 .top-page-table .table > thead > tr > th:nth-child(5),
    .page-07 .top-page-table .table > tbody > tr > td:nth-child(5),
    .page-07 .top-page-table .table > thead > tr > th:nth-child(4),
    .page-07 .top-page-table .table > tbody > tr > td:nth-child(4),
    .page-07 .top-page-table .table > thead > tr > th:nth-child(3),
    .page-07 .top-page-table .table > tbody > tr > td:nth-child(3),
    .page-07 .top-page-table .table > thead > tr > th:nth-child(2),
    .page-07 .top-page-table .table > tbody > tr > td:nth-child(2)
    {
        display: none;
    }

    .page-07 .top-page-table .table > thead > tr > th:nth-child(6),
    .page-07 .top-page-table .table > tbody > tr > td:nth-child(6),
    .page-07 .top-page-table .table > thead > tr > th:nth-child(7),
    .page-07 .top-page-table .table > tbody > tr > td:nth-child(7)
    {
        display: table-cell;
    }

    .page-07 .top-page-table .table > thead > tr > th:last-child,
    .page-07 .top-page-table .table > tbody > tr > td:last-child {
        text-align: left;
    }

    .page-07 .top-page-table .panel-body .table .row_detail_content .detail_content_item .detail_content_text,
    .page-07 .top-page-table .panel-body .table .row_detail_content .detail_content_item .detail_content_title {
        text-align: left;
    }

    .page02 .top-page-table .panel-body .table .row_detail_content .detail_content_item .detail_content_title,
    .page02 .top-page-table .panel-body .table .row_detail_content .detail_content_item .detail_content_text,
    .page-07 .top-page-table .panel-body .table .row_detail_content .detail_content_item .detail_content_title,
    .page-07 .top-page-table .panel-body .table .row_detail_content .detail_content_item .detail_content_text {
        text-align: left;
    }
}
