@charset "UTF-8";
/* ==========================================================================

    Theme Name: neoap
    Theme URI: http://
    Author: Yuria Shoji
    Author URI: http://kiu.co.jp/
    Version: 1.0

   ========================================================================== */

html {
    font-size: 62.5%;
}

body {
    background: #fff;
    color: #3F3F3F;
    font-family: "Noto Sans Japanese", sans-serif;
    font-size: 14px; font-size: 1.4rem;
    line-height: 1.6;
    -webkit-text-size-adjust: 100%;
}

::-moz-selection {
    background: #A4DDF1;
    text-shadow: none;
}

::selection {
    background: #A4DDF1;
    text-shadow: none;
}

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

p{ margin: 0; }

ul,ol,li,dl,dt,dd{
    margin: 0;
    padding: 0;
    list-style: none;
}

img{
    max-width: 100%; 
    height:auto;
}

a,
a:hover{
    color: #61b54d;
}

a:hover{
    text-decoration: underline;
}

a:focus{
    outline: none;
    color: #61b54d;
    text-decoration: none;
}

audio,
canvas,
iframe,
img,
svg,
video {
    vertical-align: middle;
}

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

textarea {
    resize: vertical;
}

button{
    outline: none;
}

.clearfix:before,
.clearfix:after {
    content: " ";
    display: table;
}

.clearfix:after {
    clear: both;
}

.clearfix {
    *zoom: 1;
}

.block{ display: block; }

.mt20{ margin: 20px 0 0; }

.mb10{ margin: 0 0 10px; }
.mb20{ margin: 0 0 20px; }
.mb30{ margin: 0 0 30px; }
.mb40{ margin: 0 0 40px; }

.mr5{ margin: 0 5px 0 0; }
.ml5{ margin: 0 0 0 5px; }

.mtb10{ margin: 10px 0; }
.mlr20{ margin: 0 20px; }

.rgt{ text-align: right; }
.ctr{ text-align: center; }
.lft{ text-align: left; }

.bold{ font-weight: bold; }

.inl-block{ display: inline-block; }

.f12{ font-size: 12px; font-size: 1.2rem;}

.pc{ display: none; }

.btn{
    position: relative;
    display: inline-block;
    overflow: hidden;
    min-width: 140px;
    height: 40px;
    line-height: 43px;
    margin: 0;
    padding: 0 20px;
    border-radius: 2px;
    border: none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    color: #fff;
    text-align: center;
    text-decoration: none;
    cursor: pointer;
    z-index: 20;
    font-weight: bold;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: color, background-color;
    transition-property: color, background-color;
}

.btn:hover{
    text-decoration: none;
}

.table .btn,
.btn.selectall,
.editlinkrow.btn,
.sub-inl-btn{
    display: inline-block;
    min-width: 0;
    height: auto;
    line-height: 1;
    padding: 8px 10px;
}

.modal-container .col2 .col .btn{
    display: inline-block;
    min-width: 0;
    height: auto;
    line-height: 1;
    padding: 8px 20px;
}

.btn-green{
    -webkit-box-shadow: 0 3px #43972f;
    -moz-box-shadow: 0 3px #43972f;
    -o-box-shadow: 0 3px #43972f;
    -ms-box-shadow: 0 3px #43972f;
    box-shadow: 0 3px #43972f;
    background: #61b54d;
}

.btn-orange{
    -webkit-box-shadow: 0 3px #e68013;
    -moz-box-shadow: 0 3px #e68013;
    -o-box-shadow: 0 3px #e68013;
    -ms-box-shadow: 0 3px #e68013;
    box-shadow: 0 3px #e68013;
    background: #fa9427;
}

.btn-gray{
    -webkit-box-shadow: 0 3px #888;
    -moz-box-shadow: 0 3px #888;
    -o-box-shadow: 0 3px #888;
    -ms-box-shadow: 0 3px #888;
    box-shadow: 0 3px #888;
    background: #a5a5a5;
}

.btn-red{
    -webkit-box-shadow: 0 3px #D1514E;
    -moz-box-shadow: 0 3px #D1514E;
    -o-box-shadow: 0 3px #D1514E;
    -ms-box-shadow: 0 3px #D1514E;
    box-shadow: 0 3px #D1514E;
    background: #EE5F5B;
}


.btn-green-bdr{
    min-width: auto;
    height: 35px;
    line-height: 35px;
    padding: 0 10px;
    border: 1px solid #61b54d;
    background: #fff;
    color: #61b54d;
}

.btn-spmenu{
    display: block;
    min-width: inherit;
    padding: 0 5px;
    -webkit-box-shadow: 0 3px #3f3f3f;
    -moz-box-shadow: 0 3px #3f3f3f;
    -o-box-shadow: 0 3px #3f3f3f;
    -ms-box-shadow: 0 3px #3f3f3f;
    box-shadow: 0 3px #3f3f3f;
    background: #535353;
}

.btn-green:hover,
.btn-green:focus,
.btn-green:active{
    -webkit-box-shadow: 0 3px #2f831b;
    -moz-box-shadow: 0 3px #2f831b;
    -o-box-shadow: 0 3px #2f831b;
    -ms-box-shadow: 0 3px #2f831b;
    box-shadow: 0 3px #2f831b;
    background: #43973f;
    color: #fff;
}

.btn-orange:hover,
.btn-orange:focus,
.btn-orange:active{
    -webkit-box-shadow: 0 3px #d97104;
    -moz-box-shadow: 0 3px #d97104;
    -o-box-shadow: 0 3px #d97104;
    -ms-box-shadow: 0 3px #d97104;
    box-shadow: 0 3px #d97104;
    background: #ed7b18;
    color: #fff;
}

.btn-gray:hover,
.btn-gray:focus,
.btn-gray:active{
    -webkit-box-shadow: 0 3px #777;
    -moz-box-shadow: 0 3px #777;
    -o-box-shadow: 0 3px #777;
    -ms-box-shadow: 0 3px #777;
    box-shadow: 0 3px #777;
    background: #888;
    color: #fff;
}

.btn-red:hover,
.btn-red:focus,
.btn-red:active{
    -webkit-box-shadow: 0 3px #BD3D3A;
    -moz-box-shadow: 0 3px #BD3D3A;
    -o-box-shadow: 0 3px #BD3D3A;
    -ms-box-shadow: 0 3px #BD3D3A;
    box-shadow: 0 3px #BD3D3A;
    background: #DA4B47;
    color: #fff;
}

.btn-green-bdr:hover{
    background: #ebffe0;
}

.btn-nav{
    position: relative;
    display: inline-block;
    overflow: hidden;
    margin: 0;
    padding: 0;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -o-border-radius: 2px;
    -ms-border-radius: 2px;
    border-radius: 2px;
    border: none;
    background: #fff;
    color: #61b54d;
    text-align: center;
    text-decoration: none;
    cursor: pointer;
    -webkit-appearance: none;
    font-size: 16px; font-size: 1.6rem;
    font-weight: bold;
}

.btn-nav:hover{
    background: #61b54d;
    color: #fff;
    text-decoration: none;
}

.btn-nav.disabled{
    background: #d8d8d8;
    color: #999;
    pointer-events: none;
}

.btn-outline-blue{
    display: inline-block;
    padding: 4px 12px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -o-border-radius: 2px;
    -ms-border-radius: 2px;
    border-radius: 2px;
    border: 1px solid #09A9E5;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    background: #fff;
    color: #09A9E5;
    text-decoration: none;
}

.btn-outline-blue:hover,
.btn-outline-blue.hover{
    background: #09A9E5;
    color: #fff;
    text-decoration: none;
}

.btn-bdr-gray{
    display: inline-block;
    padding: 4px 12px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -o-border-radius: 2px;
    -ms-border-radius: 2px;
    border-radius: 2px;
    border: 1px solid #777;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    background: #fff;
    color: #777;
    text-decoration: none;
}

.flex-box.btn-file-box{
    -js-display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}

.btn-file-gray,
.btn-file-green{
    display: inline-block;
    height: 40px;
    padding: 0 10px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -o-border-radius: 2px;
    -ms-border-radius: 2px;
    border-radius: 2px;
    border: 1px solid #61b54d;
    background: #61b54d;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    color: #fff;
    font-weight: bold;
    text-decoration: none;
}

select {
    position: relative;
    width: 100%;
    padding: 5px 12px 5px 10px;
    display: inline;
    position: relative;
    -moz-appearance: none;
    -webkit-appearance: none;
    -o-appearance: none;
    -ms-appearance: none;
    appearance: none;
    border:1px solid #D8D8D8;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -o-border-radius: 2px;
    -ms-border-radius: 2px;
    border-radius: 2px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    background: url(../img/arrow_select@3x.png) 98% 50% no-repeat, linear-gradient(to bottom, #ffffff 0%, #f2f2f2 100%);
    background-size: 10px 6px,100%;
    cursor: pointer;
    text-indent: .01px; /*Firefox*/
    text-overflow: ""; /*Firefox*/
    outline: none;
    font-size: 14px; font-size: 1.4rem;
}

select::-moz-focus-inner {
    border: 0px;
}
select::-ms-expand {
  display: none;
}

select::-ms-expand {
  display: none;
}

select.multiple{
    background: -moz-linear-gradient(top, #ffffff 0%, #f2f2f2 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#f2f2f2));
    background: -webkit-linear-gradient(top, #ffffff 0%,#f2f2f2 100%);
    background: -o-linear-gradient(top, #ffffff 0%,#f2f2f2 100%);
    background: -ms-linear-gradient(top, #ffffff 0%,#f2f2f2 100%);
    background: linear-gradient(to bottom, #ffffff 0%,#f2f2f2 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f2f2f2',GradientType=0);
    background-size: 100%;
}

input[type="text"],
input[type="password"],
input[type="email"],
input[type="tel"],
textarea{
    width: 100%;
    margin: 0;
    border: none;
    border: 1px solid #D8D8D8;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -o-border-radius: 2px;
    -ms-border-radius: 2px;
    border-radius: 2px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    background: #fff;
    cursor: pointer;
    resize: none;
    font-size: 13px; font-size: 1.3rem;
}

input[type="text"],
input[type="password"],
input[type="email"],
input[type="tel"]{
    padding: 5px 10px;
}

.table input[type="text"],
.table input[type="password"],
.table input[type="email"],
.table input[type="tel"],
.table select{
    font-size: 12px; font-size: 1.2rem;
}

label{
    position: relative;
    margin: 0;
}


.one-set{
    width: 100%;
}

.num-input{
    width: 50%;
}

input[type="text"].two-set,
input[type="password"].two-set,
input[type="email"].two-set,
input[type="tel"].two-set,
select.two-set{
    display: inline-block;
    width: 45%;
}

input[type="checkbox"]{
    font-size: 16px; font-size: 1.6rem;
}

input[type="radio"],
input[type="checkbox"]{
    margin: 0 5px 0 0;
    font-size: 16px; font-size: 1.6rem;
}

.form-control{
    color: #3F3F3F;
}

.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control{
    background: #f2f2f2;
}

.balloon-wrap .date{
    position: relative;
    margin: 0 0 15px;
    text-align: center;
    font-size: 11px; font-size: 1.1rem;
    letter-spacing: -0.001em;
}

.balloon-wrap .date:before{
    position: absolute;
    content: " ";
    top: 50%;
    left: 0;
    width: 100%;
    height: 1px;
    background: #d1d1d1;
}

.balloon-wrap .date span{
    position: relative;
    padding: 0 10px;
    background: #fff;
    z-index: 1;
}

.balloon-wrap{
    margin: 0 12px;
}

.balloon-green{
    position: relative;
    display: inline-block;
    *display: inline;  
    *zoom: 1; 
    width: 60%;
    padding: 8px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -o-border-radius: 10px;
    -ms-border-radius: 10px;
    border-radius: 10px;
    background: #bcf5a2;
    text-align: left;
    word-break: break-all;
    font-size: 13px; font-size: 1.3rem;
}

.balloon-green:after{
    content: " ";
    position: absolute;
    top: 50%;
    left: 100%;
    margin-top: -6px;
    border: 6px solid transparent;
    border-left: 6px solid #bcf5a2;
}

.balloon-gray{
    position: relative;
    display: inline-block;
    *display: inline;  
    *zoom: 1; 
    width: 60%;
    padding: 8px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -o-border-radius: 10px;
    -ms-border-radius: 10px;
    border-radius: 10px;
    background: #f2f2f2;
    text-align: left;
    word-break: break-all;
    font-size: 13px; font-size: 1.3rem;
}

.balloon-gray:after{
    content: " ";
    position: absolute;
    top: 50%;
    left: -12px;
    margin-top: -6px;
    border: 6px solid transparent;
    border-right: 6px solid #f2f2f2;
}

.time{
    display: inline-block;
    *display: inline;  
    *zoom: 1; 
    margin: 0 10px;
    vertical-align: bottom;
    font-size: 11px; font-size: 1.1rem;
    letter-spacing: -0.001em;
    text-align: center;
}

.time .material-icons{
    font-size: 24px; font-size: 2.4rem;
    margin: 0 !important;
    vertical-align: middle;
}

.manager-name{
    margin: 5px 0 0;
    padding: 0 10px 0 0;
    font-size: 11px; font-size: 1.1rem;
    letter-spacing: -0.001em;
}

.delete_thread{
    display: block;
    text-align: right;
    text-decoration: none;
    position:absolute;
    top: 50%;
    right: 0;
    margin: -0.5em 0 0;
}

.delete_thread .material-icons{
    display: inline-block;
    margin: 0 8px 0 0;
    border-radius: 4px;
    background: #888;
    color: #fff;
    text-align: center;
    font-size: 18px; font-size: 1.8rem;
}

.message-box{
    position: relative;
    padding: 0 30px 0 0;
}

.pc{ display: none; }

.red-txt{
  color: #d22f35;
}

.blue-txt{
  color: #2F5BD2;
}

#rootdiv{
    z-index: auto;
}

/* ==============
    MOBILE: Header
   ============== */

#header-container{
    position: sticky;
    top: 0;
    width: 100%;
    background: #2b2b2b;
    z-index: 10000;
}

#header-container .wrapper{
    margin: 0 10px;
}

#header-container .logo {
    width: 104px;
    margin: 10px auto;
    text-align: center;
}

#header-container .logo a{
    overflow: hidden;
    display: block;
    width: 104px;
    height: 0;
    margin: 0;
    padding: 35px 0 0;
    background: url(../img/logo@3x.png) no-repeat left top;
    background-size: 104px 35px;
}

.sb-toggle-left.close span:nth-child(1) {
    top: 15px;
    -webkit-transform: rotate(315deg);
    -moz-transform: rotate(315deg);
    transform: rotate(315deg);
}
.sb-toggle-left.close span:nth-child(2) {
    width: 0;
    left: 50%;
}
.sb-toggle-left.close span:nth-child(3) {
    top: 15px;
    -webkit-transform: rotate(-315deg);
    -moz-transform: rotate(-315deg);
    transform: rotate(-315deg);
}

.sb-toggle-left {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 30px;
    height: 35px;
    padding: 10px 12px;
    border-right: 1px solid #535353;
    cursor: pointer;
    z-index: 101;
}
.sb-toggle-left div {
    position: relative;
}
.sb-toggle-left span {
    display: block;
    position: absolute;
    height: 4px;
    width: 100%;
    background: #e1f5d6;
    left: 0;
    -webkit-transition: .35s ease-in-out;
    -moz-transition: .35s ease-in-out;
    transition: .35s ease-in-out;
}
.sb-toggle-left span:nth-child(1) {
    top: 5px;
}
.sb-toggle-left span:nth-child(2) {
    top: 16px;
}
.sb-toggle-left span:nth-child(3) {
    top: 27px;
}

#sp-menu{
    min-height: 100vh;
    padding: 20px 10px;
    background: #2b2b2b;
}

.side-menu{
    margin: 0 -10px 20px;
    border-top: 1px solid #3f3f3f;
}

.side-menu li {
    position: relative;
    overflow: hidden;
}

.side-menu li a{
    position: relative;
    display: block;
    padding: 10px;
    color: #e5e5e5;
    text-decoration: none;
    font-weight: bold;
}

.side-menu li a:after{
    position: absolute;
    display: block;
    content: "\f0da";
    top: 50%;
    right: 10px;
    line-height: 1;
    margin: -7px 0 0;
    font-family: 'FontAwesome';
    color: #535353;
}

.side-menu li .count{
    position: absolute;
    top: 10px;
    right: 30px;
    display: inline-block;
    margin: 0 0 0 10px;
    border-radius: 19px;
    box-shadow: 1px 1px 1px #111;
    background: #d22f35;
    font-size: 12px; font-size: 1.2rem;
}

.side-menu li .count a{
    padding: 0 5px;
    font-weight: normal;
}

.side-menu li .count a:after{
    content: " ";
}

#sp-menu .login-info i{
    margin: 0 8px 0 0;
    color: #61b54d;
}

.btn-spmenu:hover{
    text-decoration: none;
    color: #fff;
}

.btn-spmenu i{
    margin: 0 8px 0 0;
}

#side-bar{
    display: none;
}

.side-menu li#sp_menu_env-toggle a:after{
    content: " ";
}

.side-menu li#sp_menu_env-toggle.selected{
    background: #535353;
}

.side-menu .toggle-btn{
    position: absolute;
    top: 50%;
    right: 10px;
    transform: translateY(-50%);
    display: block;
    width: 24px;
    height: 24px;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
    border-radius: 50%;
}

.side-menu .toggle-btn::before,
.side-menu .toggle-btn::after{
    display: block;
    content: '';
    background-color: #fff;
    position: absolute;
    width: 14px;
    height: 2px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.side-menu .toggle-btn::before{
    width: 2px;
    height: 14px;
}

.side-menu li#sp_menu_env-toggle.selected .toggle-btn::before{
    content: normal;
}

.nav-btn-box {
    display: flex;
    justify-content: space-between;
    margin: 0 -5px;
}

.nav-btn-box li {
    width: 50%;
    display: block;
    box-sizing: border-box;
    padding: 0 5px;
}

/* ==============
    MOBILE: Main
   ============== */

#page{
    position: relative;
    margin: 0;
}

#main-container {
    background: #f2f2f2;
}

#main-container .wrapper{
    padding: 20px 10px 40px;
}

#main-container .alert-error{
    margin: 0 0 20px;
    padding: 10px;
    border-radius: 4px;
    background: #FBDFDE;
    color: #EE5F5B;
    text-align: center;
    font-weight: bold;
    font-size: 12px; font-size: 1.2rem;
}

#main-container .alert-message{
    margin: 0 0 20px;
    padding: 10px 20px;
    border-radius: 4px;
    background: #CDECF5;
    color: #5BC0DE;
    text-align: center;
    font-weight: bold;
    font-size: 12px; font-size: 1.2rem;
}

#main-container .hx-main{
    margin: 0 0 20px;
    font-size: 24px; font-size: 2.4rem;
    font-weight: normal;
}

 #main-container .hx-box{
    -js-display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    align-items: center;
}

.btn-switch-box{
    margin: 0 0 0 auto;
}

.li-btn-switch{
    -js-display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    margin: 0 0 20px;
}

.li-btn-switch li{
    margin: 0 -1px 0 0;
}

.li-btn-switch li a{
    display: block;
    padding: 5px 10px;
    border: 1px solid #ccc;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    background: #e7e7e7;
    text-decoration: none;
    color: #888;
    font-size: 13px; font-size: 1.3rem;
    font-weight: bold;
}

.li-btn-switch li:first-child a{
    border-radius: 2px 0 0 2px;
}

.li-btn-switch li:last-child a{
    border-radius: 0 2px 2px 0;
}

.li-btn-switch li a.active{
    border: 1px solid #d22f35;
    background: #d22f35;
    color: #fff;
}

#main-container .hx-btn-area{
    margin: 0 0 20px auto;
}

#main-container .card{
    margin: 0 0 20px;
    background: #fff;
}

#main-container .card .card-header{
    position: relative;
    margin: 0 0 20px;
    border-bottom: 1px solid #d1d1d1;
}

#main-container .card .card-header .hx-sub{
    display: inline-block;
    margin: 10px;
    font-size: 18px; font-size: 1.8rem;
    font-weight: normal;
}

#main-container .line{
    display: block;
    margin: 0 0 20px;
    border-bottom: 1px solid #d1d1d1;
}

#main-container .card .card-body{
    padding: 0 10px 20px;
}

#main-container .card .card-body.nohead{
    padding: 20px 10px;
}

.dl-form dt{
    margin: 0 0 5px;
    font-weight: bold;
}

.dl-form dd{
    margin: 0 0 20px;
}

.dl-form dd .password-wrap{
    position: relative;
}

.dl-form dd .js-pw-disp{
    position: absolute;
    top: -2px;
    right: 10px;
    font-size: 16px; font-size: 1.6rem;
    color: #888;
}

.search input[type="text"],
.search input[type="password"],
.search input[type="email"],
.search input[type="tel"],
.search select{
    height: 30px;
    line-height: 1;
    padding: 0 5px;
    -webkit-box-sizing-border-box;
    -moz-box-sizing-border-box;
    -o-box-sizing-border-box;
    -ms-box-sizing-border-box;
    box-sizing-border-box;
}

select[multiple], select[size]{
    height: auto ;
}


.search .col2{
    margin: 0;
}

.search .col2 .col,
.modal-container .col2 .col{
    margin: 0 0 20px;
}

.search .col2 .form-group,
.col1 .form-group,
.li-blc .form-group{
    -js-display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    align-items: stretch;
}

.search .col2 .col .form-label,
.col1 .col .form-label,
.modal-container .col2 .col .form-label,
#newmessage .form-label,
#threadform .form-label,
#edit_match_codes th,
.li-blc .form-label{
    display: block;
    margin: 0 0 5px;
    font-weight: bold;
    font-size: 12px; font-size: 1.2rem;
}

.search .col2 .col .form-label,
.li-blc .form-label{
    width: 30%;
    line-height: 1.4;
    margin: 5px 10px 0 0;
}

.col1 .col .form-group{
    margin: 0 0 10px;
}
.col1 .col .form-label{
    width: 100%;
    margin: 0 0 5px;
}

.col1 .col .form-control{
    width: 100%;
}

.col1 .col .form-control input[type="radio"],
.col1 .col .form-control input[type="checkbox"]{
    display: inline-block;
}

.search .col2 .col.full .form-label,
.col1 .col.full .form-label,
.li-blc .full .form-label{
    width: 100%;
    margin: 0 0 5px;
}

.li-blc{
    margin: 0 0 20px;
}

.li-blc li{
    margin: 0 0 15px;
}

.search .col2 .col.full.password .form-control{
    margin: 0 0 10px;
}

.search .col2 .col .notice{
    display: inline-block;
    margin: 0;
    color: #EE5F5B;
    font-weight: normal;
    font-size: 12px; font-size: 1.2rem;
}

.search .col2 .col .flex-box,
.modal-container .col2 .col .flex-box{
    -js-display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    align-items: stretch;
    margin: 0 -10px;
}

.search .col2 .col .flex-box input[type="text"],
.search .col2 .col .flex-box select,
.modal-container .col2 .col .flex-box input[type="text"],
.modal-container .col2 .col .flex-box select{
    display: inline-block;
    flex: 1;
    margin: 0 10px;
}

.modal-container .col2 .col .flex-box .btn{
    margin: 0 10px 0 0;
}

.search .col2 .col .form-control,
.search .col2 .col .form-control,
.li-blc .form-control{
    flex: 1;
}

.search .flex-box .form-ctr,
.modal-main .flex-box .form-ctr{
    line-height: 33px;
}

.btn-area{
    position: relative;
    text-align: right;
}

.btn-area li{
    display: inline-block;
    margin: 0 0 20px 20px;
}

.btn-area li.btn-lft{
    position: absolute;
    bottom: 20px;
    left: 0;
    margin: 0;
}

.card-header .btn-area{
    position: absolute;
    top: 5px;
    right: 10px;
}

.card-header .btn-area li{
    margin: 0 0 0 20px;
}

.file {
  display: inline-block;
  overflow: hidden;
  position: relative;
  padding: 10px;
  border: 1px solid #d8d8d8;
  border-radius: 4px;
  color: #333;
  background-color: #fff;
}

#fake_input_file,
#fake_input_file_manage,
input[type="text"].input-file{
    display: inline-block;
    width: auto;
    height: 40px;
    margin: 0 10px;
}

.fake-input-file{
    display: inline-block;
    width: auto;
    height: 40px;
    margin: 0 0 0 10px;
}

.page-number{
    margin: 0 0 10px;
    text-align: right;
    font-size: 12px; font-size: 1.2rem;
}

.pagination-area{
    position: relative;
    text-align: center;
}

.pagination{
    display: inline-block;
    margin: 0 0 10px;
    padding-left: 0;
    border-radius: 2px;
}

.pagination>li{
    display: inline;
}

.pagination>li>a,
.pagination>li>span{
    position: relative;
    float: left;
    margin: 0 0 0 -1px;
    padding: 6px 12px;
    text-decoration: none;
    border: 1px solid #61b54d;
    color: #61b54d;
}

.pagination>.active>a,
.pagination>.active>a:focus,
.pagination>.active>a:hover,
.pagination>.active>span,
.pagination>.active>span:focus,
.pagination>.active>span:hover{
    border-color: #61b54d;
    background-color: #61b54d;
    color: #fff;
}

.pagination>li>a:focus,
.pagination>li>a:hover,
.pagination>li>span:focus,
.pagination>li>span:hover{
    color: #61b54d;
}

.pagination>li>a:focus,
.pagination>li>a:hover,
.pagination>li>span:focus,
.pagination>li>span:hover{
    background-color: #f2f2f2;
}

.pagination>li:first-child>a,
.pagination>li:first-child>span{
    border-top-left-radius: 2px;
    border-bottom-left-radius: 2px;
}

.pagination>li:last-child>a,
.pagination>li:last-child>span{
    border-top-right-radius: 2px;
    border-bottom-right-radius: 2px;
}

.tbl-area{
    margin: 0 -10px;
}

.table.table-striped{
    width: 100%;
    max-width: 100%;
    table-layout: fixed;
    border-collapse: separate;
}

.table.table-striped thead{
    display: block;
    float: left;
    border-right: 2px solid #d1d1d1;
    border-top: 1px solid #d1d1d1;
}

.table.table-striped thead th{
    display: block;
    text-align: left;
    min-height: 39px;
    padding: 5px 8px;
    border-bottom: 1px solid #d1d1d1;
    box-sizing: border-box;
    font-size: 12px; font-size: 1.2rem;
}

.table.table-striped thead th.bl-btn{
    height: 33px;
}

.table.table-striped thead th.bl-form{
    height: 31px;
}

.table.table-striped thead th.bl-check{
    height: 19px;
}

.table.table-striped tbody{
    display: block;
    width: auto;
    overflow-x: auto;
    white-space: nowrap;
    border-top: 1px solid #d1d1d1;
}

.table.table-striped tbody tr{
    display: inline-block;
    margin: 0 -2px;
}

.table.table-striped tbody td{
    display: block;
    min-height: 39px;
    padding: 5px 8px;
    border-right: 1px solid #d1d1d1;
    border-bottom: 1px solid #d1d1d1;
    box-sizing: border-box;
    font-size: 12px; font-size: 1.2rem;
}

.table-striped>tbody>tr:nth-of-type(odd){
    background: #f7f7f7;
}

.table-striped tfoot{
    display: block;
    border-bottom: 1px solid #d1d1d1;
    background: #e5e5e5;
}

.tbody-striped tfoot tr,
.tbody-striped tfoot td{
    display: block;
}

.table-striped tfoot td{
    padding: 10px;
    text-align: center;
}

.tbl-striped-scroll{
    display: table;
    table-layout: auto;
    width: 100%;
    max-width: 100%;
}

.tbl-striped-scroll thead{
    border-right: none;
    border-top: none;
}

.tbl-striped-scroll thead th{
    height: auto;
    text-align: center;
    font-weight: bold;
    font-size: 13px; font-size: 1.3rem;
    white-space: nowrap;
}

.tbl-striped-scroll > thead > tr > th{
    padding: 8px 10px;
    border-bottom: 2px solid #d1d1d1;
}

.tbl-striped-scroll tbody{
    width: auto;
    overflow-x: visible;
    white-space: normal;
}

.tbl-striped-scroll tbody tr{
    border: none;
}

.tbl-striped-scroll>tbody>tr:nth-of-type(odd){
    background: #f7f7f7;
}

.tbl-striped-scroll tbody td{
    min-height: 30px;
    padding: 8px 10px;
    word-break: break-all;
    font-size: 12px; font-size: 1.2rem;
    border-right: 1px solid #d1d1d1;
    border-bottom: 1px solid #d1d1d1;
}

.tbl-striped-scroll.payslipmessage th,
.tbl-striped-scroll.webdocsetting th,{
    min-width: 150px;
}

.tbl-striped-scroll.payslipmessage th.wide{
    min-width: 200px;
}

.tbl-striped-scroll.webdocsetting th.wide{
    min-width: 400px;
    width: 700px;
}

.table.table-striped tbody .bg-black{
    padding: 8px 10px;
    background: #2b2b2b;
    color: #fff;
    text-align: left;
    font-weight: bold;
}

.page-link ul{
    position: relative;
    -js-display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    align-items: stretch;
    margin: 0 -10px;
}

.page-link li{
    position: relative;
    display: inline-block;
    width: 50%;
    margin: 0 0 20px;
}

.page-link li .btn-nav{
    display: block;
    margin: 0 10px;
    padding: 10px;
}

.page-link li .count{
    position: absolute;
    top: 12px;
    right: 20px;
    display: inline-block;
    margin: 0 0 0 10px;
    border-radius: 2px;
    background: #d22f35;
    font-size: 12px; font-size: 1.2rem;
}

.page-link li .count a{
    display: block;
    padding: 0 5px;
    color: #fff;
    text-decoration: none;
    font-weight: bold;
}

.sent-message .name{
    display: inline-block;
    margin: 0 10px 0 0;
    font-weight: bold;
}

#confirmtext {
    margin: 0 0 20px;
}

#confirmtext .alert{
    color: #EE5F5B;
}

.sent-info ul{
    -js-display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    align-items: stretch;
    margin: 0 0 20px;
}

.sent-info .name{
    font-size: 15px; font-size: 1.5rem;
}

.sent-info .delivery-date{
    margin-left: auto;
}

.img-list li{
    -js-display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    align-items: stretch;
    margin: 0 0 40px;
}

.img-list.company-logo li{
    display: block;
}

.img-list.company-logo li .img-box{
    margin: 0 0 10px;
}

.img-list li .txt-box{
    -webkit-flex: 1;
    flex: 1;
    margin: 0 0 0 10px;
}

.img-list li .tbl-sheetlist{
    width: 100%;
    font-size: 12px; font-size: 1.2rem;
}

.img-list li .tbl-sheetlist th{
    width: 35%;
    font-weight: bold;
    padding: 5px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    border-bottom: 1px solid #d1d1d1;
}

.img-list li .tbl-sheetlist td{
    padding: 5px;
    border-bottom: 1px solid #d1d1d1;
}

#inline-main{
    position: relative;
}

#inline-main .rotate-img{
    margin: 0 30px;
}

#inline-main .rotate{
    margin: -10px 0 0;
    font-size: 20px; font-size: 2.0rem;
}

#inline-main #arrowL{
    position: absolute;
    top: 50%;
    left: 0;
}

#inline-main #arrowR{
    position: absolute;
    top: 50%;
    right: 0;
}

.btn-area.print{
    display: none;
}

.dl-news{
    margin: 0 -10px;
}

.dl-news dt{
    margin: 0 0 5px;
    padding: 0 10px;
    font-size: 12px; font-size: 1.2rem;
    font-weight: bold;
}

.dl-news dd{
    margin: 0 0 10px;
    padding: 0 10px 10px;
    border-bottom: 1px solid #d1d1d1;
}

.dl-news dd.seemore{
    padding: 0 10px 10px;
    text-align: center;
}

.dl-news .alert{
    color: #EE5F5B;
}
.ui-widget-content{
    color: #3f3f3f;
}

.ui-widget-content{
    border: 1px solid #d1d1d1;
}

.ui-widget-header{
    border: 1px solid #61b54d;
    background: #61b54d;
}

.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default{
    border: 1px solid #d1d1d1;
    background: #fff;
}

.ui-state-default:hover{
    border: 1px solid #61B54D;
}

.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active{
    border: 1px solid #61b54d;
    background: #fff;
    font-weight: bold;
    color: #61b54d;
}


.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default{
    border: 1px solid #ccc;
    background: #fff;
}

.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default{
    color: #61b54d;
}

.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight{
    color: #3f3f3f;
    font-weight: bold;
}

.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight{
    border: 1px solid #fa9427;
    background: #fff0d7;
    color: #fa9427;
}

.ui-state-hover,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-hover,
.ui-state-focus,
.ui-widget-content .ui-state-focus,
.ui-widget-header .ui-state-focus {
    border: 1px solid #2f831b;
    background: #c5f7b1;
    color: #2f831b;
}

.ui-state-default.ui-state-active{
    border: 1px solid #2f831b;
    background: #c5f7b1;
    color: #2f831b;
}

.evo-pop.ui-widget.ui-widget-content{
    width: auto;
}

.evo-pop .table.table-striped tbody tr:hover{
    background: transparent !important;
}

#link_rows span.ui-icon-arrowthick-2-n-s , #menu_rows span.ui-icon-arrowthick-2-n-s , #lang_rows span.ui-icon-arrowthick-2-n-s , #staffmaster_rows span.ui-icon-arrowthick-2-n-s:hover { cursor: move; }

#newmessage .col2 li{
    margin: 0 0 20px;
}

#newmessage .template li,
#threadform .template li{
    margin: 0 0 20px;
}

#newmessage .template li:last-child,
#threadform .template li:last-child{
    text-align: right;
}

#newmessage .template li .btn,
#threadform .template li .btn,
.edit-temp .btn,
#open_linkdiv.btn{
    width: auto;
    min-width: auto;
    min-width: none;
    height: 31px;
    line-height: 31px;
}

#newmessage textarea,
#preview_modal textarea{
    height: 150px;
}

.destination-ttl{
    margin: 0;
    padding: 10px;
    border: 1px solid #d1d1d1;
    background: #f2f2f2;
    font-weight: bold;
    font-size: 16px; font-size: 1.6rem;
}

.destination-ttl .status{
    margin: 0 0 0 20px;
    font-size: 12px; font-size: 1.2rem;
    font-weight: normal;
}

.receive li{
    padding: 0;
    margin: -1px 0 0;
    border: 1px solid #d1d1d1;
    cursor: pointer;
}

.receive li .message-flex{
    display: flex;
    justify-content: flex-start;
}

.receive li .name-box{
    flex: 1;
}

.receive li.active{
    background: #bcf5a2;
}

.receive li a {
    text-decoration: none;
    color: #3f3f3f;
}

.receive li input[type="checkbox"]{
    margin: 0;
}

.receive li .check-wrap{
    padding: 10px;
    border-right: 1px solid #d8d8d8;
}

.receive li .name{
    padding: 10px;
    -js-display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-align-items: center;
    align-items: center;
    font-weight: bold;
    font-size: 14px; font-size: 1.4rem;
}

.receive li .name .tag.green{
    display: inline-block;
    margin: 0 5px;
    padding: 0 5px;
    border-radius: 2px;
    background: #2f831b;
    font-size: 12px; font-size: 1.2rem;
    font-weight: normal;
    color: #fff;
    letter-spacing: -0.001em;
    text-align: center;
}

.receive li .name .tag.red{
    display: inline-block;
    margin: 0 5px;
    padding: 0 5px;
    border-radius: 2px;
    background: #d22f35;
    font-size: 12px; font-size: 1.2rem;
    font-weight: normal;
    color: #fff;
    letter-spacing: -0.001em;
    text-align: center;
}

.receive li .name .tag.orange{
    display: inline-block;
    margin: 0 5px;
    padding: 0 5px;
    border-radius: 2px;
    background: #ed7b18;
    font-size: 12px; font-size: 1.2rem;
    font-weight: normal;
    color: #fff;
    letter-spacing: -0.001em;
    text-align: center;
}

.receive li .name span.tag:first-of-type{
    margin: 0 5px 0 10px;
}

.receive li .name span.checkbox-icon{
    margin: 0 10px 0 0;
}

.receive li .date{
    margin-left: auto;
    font-size: 12px; font-size: 1.2rem;
    font-weight: normal;
}

.receive li .name .already-read{
    display: inline-block;
    margin: 0 5px;
    padding: 0 5px;
    border-radius: 2px;
    background: #ebdcc8;
    font-size: 12px; font-size: 1.2rem;
    font-weight: normal;
    letter-spacing: -0.001em;
    text-align: center;
}

.receive li .name .uninstalled{
    display: inline-block;
    margin: 0 5px;
    padding: 0 5px;
    border-radius: 2px;
    background: #dfdfdf;
    font-size: 12px; font-size: 1.2rem;
    font-weight: normal;
    letter-spacing: -0.001em;
    text-align: center;
}


.client-code{
    margin: 0 0 20px;

}

.client-code input{
    margin: 0 0 10px;
}

.flex-thread .scroll{
    height: 500px;
    overflow: auto;
    transform: translateZ(0);
}

#edit_match_codes{
    width: 100%;
}

#edit_match_codes input[type="text"],
#edit_match_codes .btn-gray{
    margin: 0 0 10px;
}

.bg-yellow{
  background: #fefeb6;
}

.flex-btn-area{
    -js-display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    align-items: flex-end;
    margin: 0 0 10px;
}

.flex-btn-area #result_value{
    display: inline-block;
    margin: 0 10px;
    line-height: 30px;
}

.flex-btn-area .new-message-btn{
    margin: 0 0 0 auto;
}

.flex-btn-area .send-all{
    margin: 0 0 10px;
    text-align: center;
}

.li-app-ico{
    position: relative;
    -js-display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    align-items: flex-end;
    max-width: 375px;
    margin: 0 0 20px;
    background: #f2f2f2;
}

.li-app-ico li{
    width: 50%;
    padding: 20px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    border-bottom: 1px solid #66cc1f;
    text-align: center;
}

.li-app-ico li:nth-child(odd){
    border-right: 1px solid #66cc1f;
}

.li-app-ico li img{
    max-width: 60px;
}

.li-app-ico li span{
    display: block;
    margin: 10px 0 0;
    text-align: center;
    color: #176d11;
    font-size: 20px; font-size: 2.0rem;    
}

.li-app-ico:after{
    content: " ";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background: #f2f2f2;
}

.li-app-ico2,
.li-app-ico3{
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    align-items: flex-start;
    max-width: 375px;
    margin: 0 -15px;
}

.li-app-ico3::after {
    display: block;
    content:" ";
    width: 33.3%;
}

.li-app-ico2 li{
    width: 50%;
    margin: 0 0 30px;
    padding: 0 15px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}

.li-app-ico3 li{
    width: 33.3%;
    margin: 0 0 30px;
    padding: 0 15px;
    box-sizing: border-box;
}

.li-app-ico2 li .prev_ico{
    position: relative;
    width: 104px;
    height: 104px;
    margin: 0 auto 10px;
    border-radius: 8px;
}

.li-app-ico3 li .prev_ico{
    position: relative;
    width: 80px;
    height: 80px;
    margin: 0 auto 10px;
    border-radius: 8px;
}

.li-app-ico2 li .f7-icons{
    display: block;
    line-height: 104px;
    text-align: center;
    font-size: 39px; font-size: 3.9rem;
}

.li-app-ico3 li .f7-icons{
    display: block;
    line-height: 80px;
    text-align: center;
    font-size: 30px; font-size: 3.0rem;
}

.li-app-ico2 li .textcol{
    width: 100%;
    display: block;
    text-align: center;
    font-size: 18px; font-size: 1.8rem;
    font-weight: bold;
}
.li-app-ico3 li .textcol{
    width: 100%;
    display: block;
    text-align: center;
    font-size: 11px; font-size: 1.1rem;
    font-weight: bold;
}


.tbl-ttl{
    margin: 0;
    padding: 5px 0 5px 20px;
    background: #ebffe0;
    font-size: 14px; font-size: 1.4rem;
    font-weight: bold;
}

.evo-cp-wrap{
    position: relative;
}

.evo-cp-wrap .colorPicker{
}

.evo-colorind{
    position: absolute;
    top: 0;
    right: 0;
    width: 28px !important;
    height: 28px !important;
}

.evo-pop:after, .evo-pop-ie:after, .evo-colorind:after, .evo-colorind-ie:after, .evo-colorind-ff:after, .evo-color span:after, .evo-cHist:after{
    width: 30px !important;
}

.editlinkrow,
.sub-inl-btn{
    margin: 5px 0 0 20px;
    vertical-align: top;
}

.tbl-inline{
    width: 100%;
}

.tbl-inline td{
    padding: 5px;
    border: 1px solid #d1d1d1;
    text-align: center;
    font-size: 12px; font-size: 1.2rem;
}

.bg-red{
    background: #FBDFDE;
}

.italic{
    font-style: italic;
}

.dl-sche{
    margin: 0 0 40px;
}

.dl-sche dt{
    margin: 0 0 10px;
    font-size: 13px; font-size: 1.3rem;
    font-weight: bold;
}

.dl-sche dd{
    margin: 0 0 20px;
}

.dl-sche dd input,
.dl-sche dd select{
    margin: 0 0 10px;
}

.point-total{
    -js-display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    align-items: stretch;
    margin: 0 -10px 20px;
    padding: 10px;
    border-top: 1px solid #d1d1d1;
    border-bottom: 1px solid #d1d1d1;
}

.point-total li{
    display: inline-block;
    margin: 0 10px 10px;
    font-size: 12px;
}


.point-total li .total-num{
    display: block;
    margin: 5px 0 0;
    font-size: 18px; font-size: 1.8rem;
    color: #fa9427;
    font-weight: 700;
    font-family: 'Roboto', sans-serif;
    text-align: right;
}

.point-total li .total-num span{
    font-size: 14px; font-size: 1.4rem;
    font-weight: bold;
}

.tbl-form{
    width: 100%;
    margin: 0 0 20px;
    border-collapse: collapse;
}

.tbl-form tr{
    border-bottom: 1px solid #d8d8d8;
}

.tbl-form th{
    display: block;
    padding: 10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    text-align: left;
}

.tbl-form.th-bg th{
    padding: 5px 16px;
    background: #eee;
}

.tbl-form th .note{
    display: block;
    font-weight: normal;
    font-size: 12px; font-size: 1.2rem;
}

.tbl-form td{
    display: block;
    padding: 10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}

.tbl-form td .btn{
    height: 33px;
    line-height: 33px;
    margin: 0 10px 0 0;
}

#edit_workplaces{
    width: 100%;
}

#edit_workplaces td{
    padding: 5px 0;
}


#edit_workplaces tr td:last-of-type{
    width: 54px;
}

.material-icons.ico-important{
    margin: 0 4px 0 0;
    font-size:  20px; font-size: 2.0rem;
    color: #d22f35;
    vertical-align: text-top;
}

.required,
.optional{
    display: inline-block;
    height: 20px;
    line-height: 20px;
    margin: 0 0 0 10px;
    padding: 0 4px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -o-border-radius: 2px;
    -ms-border-radius: 2px;
    border-radius: 2px;
    font-size: 12px; font-size: 1.2rem;
    font-weight: bold;
}

.required{
    background: #FBDFDE;
    color:#EE5F5B;
}

.optional{
    background: #CDECF5;
    color:#5BC0DE;
}

.has-error{
    color: #EB416E;
    font-size: 12px; font-size: 1.2rem;
}

.bbs-confirm-txt,
.message-confirm-txt{
    margin: 0 0 20px;
}

.message-confirm-txt{
    text-align: right;
}

#js-drop-zone{
    margin: 0 0 10px;
    padding: 10px;
    border: 1px solid #d8d8d8;
    background: #eee;
    text-align: center;
}

.btn-area.setting li{
    margin-bottom: 10px;
}

.payslip-type-1-wrapper .hx-ttl{
    margin: 0 0 10px;
    font-size: 20px; font-size: 2.0rem;
    text-align: center;
}

.payslip-type-1-wrapper .company-name,
.payslip-type-1-wrapper .unit{
    font-size: 12px; font-size: 1.2rem;
}

.payslip-type-1-wrapper .unit{
    margin: 0 0 20px;
    text-align: right;
}

.payslip-type-1-wrapper .total-box{
    margin: 0 0 20px;
    padding: 10px;
    border-radius: 4px;
    border: 1px solid #d8d8d8;
}

.payslip-type-1-wrapper .staff-info{
    margin: 0 0 10px;
}

.payslip-type-1-wrapper .staff-info span{
    display: block;
}

.payslip-type-1-wrapper .staff-info .department,
.payslip-type-1-wrapper .staff-info .num{
    font-size: 12px; font-size: 1.2rem;
}

.payslip-type-1-wrapper .staff-info .name{
    font-size: 16px; font-size: 1.6rem;
}

.payslip-type-1-wrapper .total-amount-box {
    -js-display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    align-items: center;
}

.payslip-type-1-wrapper .total-amount-box .txt{
    font-size: 12px; font-size: 1.2rem;
}

.payslip-type-1-wrapper .total-amount-box .num{
    font-size: 18px; font-size: 1.8rem;
}

.payslip-type-1-wrapper .tbl-box {
    margin: 0 0 20px;
    padding: 0 10px 10px;
    border-radius: 4px;
    border: 1px solid #d8d8d8;
}

.payslip-type-1-wrapper .tbl-box .hx-tbl-ttl{
    margin: 0 -10px 10px;
    padding: 5px 10px;
    border-radius: 4px 4px 0 0;
    background: #f2f2f2;
    text-align: center;
    font-size: 16px; font-size: 1.6rem;
    font-weight: normal;
}

.payslip-type-1-wrapper .tbl-box .hx-tbl-ttl span{
    display: block;
    font-size: 12px; font-size: 1.2rem;
}

.payslip-type-1-wrapper .tbl-box .tbl{
    width: 100%;
}

.payslip-type-1-wrapper .tbl-box .tbl th{
    padding: 2px 0;
    text-align: left;
    font-size: 12px; font-size: 1.2rem;
}

.payslip-type-1-wrapper .tbl-box .tbl td{
    padding: 2px 0;
    font-size: 14px; font-size: 1.4rem;
    text-align: right;
}

.payslip-type-1-wrapper .tbl.attendance{
    table-layout: fixed;
}

.payslip-type-1-wrapper .tbl.attendance th{
    padding-right: 5px;
}

.payslip-type-1-wrapper .tbl.attendance tr td:first-of-type{
    padding-right: 5px;
}

.payslip-type-1-wrapper .tbl.attendance tr th:nth-of-type(even){
    padding-left: 5px;
}

.payslip-type-2-wrapper{

}

.payslip-type-2-wrapper .flex-box{
    -js-display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    align-items: stretch;
    margin: 0 0 10px;
    position: relative;
}

.payslip-type-2-wrapper .flex-box.ttl-box{
    display: block;
}

.payslip-type-2-wrapper .hx-ttl{
    margin: 0 0 10px;
    font-size: 20px; font-size: 2.0rem;
    text-align: center;
}

.payslip-type-2-wrapper .hx-ttl span{
    display: block;
    font-weight: normal;
    font-size: 14px; font-size: 1.4rem;
}

.payslip-type-2-wrapper .date{
    text-align: right;
}

.payslip-type-2-wrapper .tbl-box{
    -js-display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    align-items: stretch;
    width: 100%;
}

.payslip-type-2-wrapper .tbl-box .ttl{
    margin: 0;
    padding: 10px 5px;
    border: 1px solid #d8d8d8;
    box-sizing: border-box;
    background: #2b2b2b;
    color: #fff;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    font-size: 12px; font-size: 1.2rem;
    font-weight: bold;
}

.payslip-type-2-wrapper .tbl-box .li-tbl{
    display: block;
    flex: 1;
    border-top: 1px solid #d8d8d8;
    box-sizing: border-box;
}

.payslip-type-2-wrapper .tbl-box .li-tbl.wrap{
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}

.payslip-type-2-wrapper .tbl-box .li-tbl li{
    border-bottom: 1px solid #d8d8d8;
    border-right: 1px solid #d8d8d8;
    box-sizing: border-box;
    display: block;
}

.payslip-type-2-wrapper .tbl-box .li-tbl.wrap{
    display: flex;
}

.payslip-type-2-wrapper .tbl-box .li-tbl.wrap li{
    width: 50%;
}

.payslip-type-2-wrapper .tbl-box .li-tbl dt{
    padding: 5px;
    border-bottom: 1px solid #d8d8d8;
    background: #f2f2f2;
    font-size: 12px; font-size: 1.2rem;
    font-weight: bold;
    text-align: center;
    white-space: nowrap;
}

.payslip-type-2-wrapper .tbl-box .li-tbl dd{
    padding: 5px 10px;
    font-size: 12px; font-size: 1.2rem;
    text-align: right;
}

.payslip-type-2-wrapper .tbl-box.total{
    margin: 10px 0 0;
    justify-content: flex-end;
}

.payslip-type-2-wrapper .tbl-box.total .li-tbl li{
    border-left: 1px solid #d8d8d8;
}

.bg-new-message{
    border-radius: 4px;
    background: #ffefe0;
    margin: 0 0 20px;
    padding: 10px;
}

.bg-new-message .lft{
    margin: 0;
}

.table.table-striped.th-scroll thead{
    overflow-x: auto;
    white-space: nowrap;
    max-width: 150px;
}

.tbl-form .tbl-bdr{
    width: 100%;
    table-layout: fixed;
    box-sizing: border-box;
    overflow-x: auto;
}

.tbl-bdr tr{
    border: 1px solid #d8d8d8;
}

.tbl-form .tbl-bdr th,
.tbl-form .tbl-bdr td{
    width: auto;
    display: table-cell;
    border: 1px solid #d8d8d8;
    text-align: center;
}

.tooltip{
    position: relative;
    display: inline-block;
    color: #61b54d;
    margin: 0 0 0 5px;
    font-size: 18px; font-size: 1.8rem;
    z-index: 21;
}

.hint {
    text-align: left;
    position: absolute;
    z-index: 1;
    transition: opacity 500ms;
    width: 280px;
    bottom: 125%;
    left: 50%; 
    margin-left: -30px;
}

.tooltip.large .hint{
    width: 480px;
    margin-left: -60px;
    bottom: 0;
    top: 125%;
}
.hint > .text {
    background-color: rgba(43,43,43,0.9);
    color: #fff;
    padding: 5px 10px;
    border-radius: 6px;
    font-size: 12px; font-size: 1.2rem;
    display: inline-block;
    line-height: 1.4;
    font-weight: bold;
}
.hint > .text::after {
    content: " ";
    position: absolute;
    top: 100%;
    left: 30px;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: rgba(43,43,43,0.9) transparent transparent transparent;
}

.tooltip.large .hint > .text::after {
    left: 60px;
    top: inherit;
    bottom: 125%;
    border-color: transparent transparent rgba(0,0,0,0.9) transparent;
}

.tbl-form {
    max-width: 100%;
}

.tbl-form td .table-striped{
    width: auto;
}

.tbl-form td .table-striped .btn{
    line-height: 1;
    height: auto;
}

.env-category{
    padding: 10px;
    background: #666;
    color: #fff;
    font-weight: bold;
}

.env-flex-box {
    -js-display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    align-items: center;
    margin: 0 0 20px;
}

.env-flex-box .th-txt{
    padding: 10px;
    font-weight: bold;
}

.tbl-scroll{
    overflow: auto;
}

.meter-box{
    width: 100%;
}

.meter-box.hx-btm{
    margin: 0 0 10px;
}

.meter-box meter{
    width: 100%;
    height: 20px;
    border: none;
    border-radius: 10px;
}

.meter-box meter::-webkit-meter-bar,
.meter-box meter:-moz-meter-bar {
    border: 0;
    border-radius: 10px;
    background-color: #d8d8d8;
}

.meter-box meter::-webkit-meter-optimum-value,
.meter-box meter:-moz-meter-optimum{
    height: 20px;
    border-radius: 10px;
    background-color: #66cc1f;
    transition: all 0.3s;
}

.ico-radio{
    margin: 0 20px 0 0;
}

.ico-radio:last-of-type{
    margin: 0;
}

.ico-radio input[type="radio"] {
    vertical-align: middle;
}
.ico-radio .material-icons{
    vertical-align: middle !important;
    line-height: 1.6 !important;
}

.tbl-form td .tbl-company-logo td .img-box{
    margin: 0 0 10px;
}

.tbl-form td .tbl-company-logo td .img-box img{
    display: block;
    margin: 0 auto;
    width: 106px;
}

input[type="radio"].color-radio {
  display: none;
}
input[type="radio"].color-radio:checked + label {
  border: 2px solid #2b2b2b;
  box-sizing: border-box;
}

.color-radio-box label{
    margin: 0 5px 0 0;
    padding: 10px 20px;
    border-radius: 3px;
    cursor: pointer;
}

label.radio-red {
  background: #c0504d;
}

label.radio-orange {
  background: #e36c09;
}

label.radio-yellow {
  background: #e6b422;
}

label.radio-green {
  background: #66cc1f;
}

label.radio-blue {
  background: #366092;
}

label.radio-purple {
  background: #5f497a;
}

label.radio-black {
  background: #595959;
}

.sort-box{
    margin: -1px 0 10px;
    border-radius: 2px;
    border: 1px solid #d8d8d8;
}

.sort-box:last-of-type{
    margin: -1px 0 0;
}

.sort-box .inner{
    display: flex;
    align-items: center;
}

.sort-box .inner .ico{
    padding: 5px;
}

.sort-box .inner .ttl{
    padding: 5px 5px 5px 10px;
    border-left: 1px solid #d8d8d8;
    flex: 1;
}

#format_rows .ms-drop ul > li.hide-radio.selected{
    background-color: #61b54d;
}

#js-template_title_container.temp-ttl ul li,
#js-template_text_container.temp-txt ul li{
    display: block;
    margin: 0;
}

.sort_temp_common{
    margin: 0 0 20px;
    padding: 10px;
    background: #f5f5f5;
}

.sort_temp_personal,.sort_temp_all{
    margin: 0 0 20px;
    padding: 10px;
}

textarea.temp-txt{
    height: 150px;
}

.form-flex{
    display: flex;
    justify-content: space-between;
    align-items: center;
}

#referral .form-flex{
    justify-content: flex-start;
}

.form-flex .form-txt{
    margin: 0 0 0 10px;
}

#referral input[type="text"]{
    width: auto;
}

.ui-widget-content{
    z-index: 10001 !important;
}


.li-form li{
    margin: 0 0 8px;
}

.li-form.radio li{
    display: inline-block;
    margin: 0 0 0 15px;
}

.li-form.radio.rwd li{
  display: block;
  margin: 0 0 8px;
}

.li-form.radio li:first-child{
    margin: 0;
}

.li-form.radio.rwd li:first-child{
  margin: 0 0 8px;
}

.li-form li input[type="checkbox"],
.li-form li input[type="radio"]{
    margin: 0 8px 0 0;
}

.modal-main.modal-sp{
    max-width: 400px;
}

.tbl-preview{
    width: 100%;
    overflow: hidden;
    word-break: break-all;
}

.tbl-preview th{
    display: block;
    line-height: 1.5;
    margin: 0;
    padding: 5px 16px;
    border: 0;
    box-sizing: border-box;
    background: #e7e7e7;
    text-align: left;
    font-size: 14px; font-size: 1.4rem;
}

.tbl-preview td{
    display: block;
    margin: 0;
    padding: 10px;
    border: 0;
    box-sizing: border-box;
    text-align: left;
    font-size: 16px; font-size: 1.6rem;
}

.tbl-preview td input[type="text"]{
    width: 100%;
    padding: 5px 10px;
    border: 1px solid #d8d8d8;
    border-radius: 2px;
    box-sizing: border-box;
    box-shadow: 1px 1px 2px rgb(165 165 165 / 20%) inset;
    background: #fff;
    cursor: pointer;
    font-size: 16px; font-size: 1.6rem;
}

.tbl-preview td input[type="text"].fake-input-file{
    display: inline-block;
    width: auto;
    height: 40px;
    margin: 0 0 0 10px;
    flex: 1;
}

.tbl-preview .required{
    display: inline-block;
    line-height: 1;
    height: auto;
    margin: 0 0 0 8px;
    padding: 4px;
    border-radius: 4px;
    background: #EE5F5B;
    color:#fff;
    font-size: 12px; font-size: 1.2rem;
}

.tbl-preview td textarea{
    margin: 0;
}

.tbl-preview .th-empty,
.tbl-form .th-empty{
    min-height: 30px;
    background: transparent;
}

.tbl-preview .th-header,
.tbl-form .th-header{
    margin: 0 0 10px;
    padding: 8px 16px;
    background: #535353;
    color: #fff;
    font-size: 16px; font-size: 1.6rem;
}

.tbl-preview .th-guide,
.tbl-form .th-guide{
    font-weight: normal !important;
}

.tbl-form tr:has(.th-guide){
    border-bottom: 0;
}

.tbl-referral-setting thead th:nth-of-type(2),
.tbl-referral-setting tbody tr td:nth-of-type(2){
    height: 230px !important;
}

.btn-translate{
    display: inline-block;
    margin: 0 10px;
    text-decoration: none;
    font-size:12px; font-size:1.2rem;
}

.txt-translate{
    margin: 10px 0 0;
    padding: 0 0 0 10px;
    border-left: 2px solid #ccc;
}

.balloon-green .txt-translate{
    border-left: 2px solid #75D14B;
}

.referral-preview .job-ttl{
    margin: 0 0 20px;
    text-align: left;
}

.referral-preview .company-name{
    margin: 0 0 5px;
    font-size: 18px; font-size: 1.8rem;
    text-align: center;
    font-weight: bold;
}

.referral-preview .job-shop-name{
    margin: 0 0 20px;
    font-size: 18px; font-size: 1.8rem;
    font-weight: bold;
    text-align: center;
}

.referral-preview .tbl-base{
    width: 100%;
}

.referral-preview .tbl-base th,
.referral-preview .tbl-base td{
    padding: 10px;
    border: 1px solid #d8d8d8;
    box-sizing: border-box;
    text-align: left;
    font-size: 12px; font-size: 1.2rem;
    word-break: break-all;
}

.referral-preview .tbl-base th{
    background: #e7e7e7;
    white-space: nowrap;
}

.radio-switch-txt{
    display: flex;
    margin: 0 0 20px;
    overflow: hidden;
}

.radio-switch-txt input {
    position: absolute !important;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    width: 1px;
    border: 0;
    overflow: hidden;
}
.radio-switch-txt label {
    background: #f2f2f2;
    box-shadow: 0 0 3px #e7e7e7 inset;
    color: #999;
    text-align: center;
    font-size: 15px; font-size: 1.5rem;
    font-weight: bold;
    line-height: 1;
    padding: 9px 18px;
    margin-right: -1px;
    border: 1px solid #d8d8d8;
    transition: all 0.2s ease-in;
}
.radio-switch-txt:hover {
    cursor: pointer;
}
.radio-switch-txt input:checked + label {
    border: 1px solid #61b54d;
    box-shadow: none;
    background: #61b54d;
    /*background: linear-gradient(to bottom, #61b54d, #4DA139);*/
    color:#fff;
    font-weight: bold;
}
.radio-switch-txt label:first-of-type {
    border-radius: 5px 0 0 5px;
}
.radio-switch-txt label:last-of-type {
    border-radius: 0 5px 5px 0;
}

.flex-align-rgt{
    margin: 0 0 0 auto;
}

.flex-align-rgt .radio-switch-txt{
    margin: 0 20px 0 0;
}

#tmp_duedate_area, #tmp_alertdate_area {
    position: relative;
    width: 250px;
}
#tmp_duedate_area::after, #tmp_alertdate_area::after {
    position: absolute;
    font-family: 'FontAwesome';
    content: "\f073";
    right: 10px;
    margin: 5px 0 0;
    color: #535353;
    pointer-events: none;
}
.xdsoft_datetimepicker {
    z-index: 10002 !important;
}

.slick-prev{
    left: 10px !important;
    z-index: 10;
}

.slick-next{
    right: 10px !important;
    z-index: 10;
}

.slick-track {
	display: flex !important;
	align-items: center;
}

.slick-slide{
    margin: 0 5px;
}

.slick-slide img{
    width: 100%;
    margin: 0 auto;
}

.folder-name-box{
    display: flex;
    margin: 0 0 20px;
    justify-content: flex-start;
    align-items: stretch;
    word-break: break-all;
}

.folder-name-box .btn,
.btn-send-file{
    line-height: 1;
    height: auto;
    padding: 8px 10px;
}

.folder-name{
    display: inline-block;
    margin: 5px 0 0 10px;
    text-align: left;
    font-size:12px; font-size:1.2rem;
}

.li-upload-filename{
    margin: 5px 0 20px;
}

.li-upload-filename li{
    position: relative;
    line-height: 1.2;
    margin: 0 0 5px;
}

.notice-bg-box{
    display: inline-block;
    padding: 15px;
    background: #f2f2f2;
}
 
.notice-bg-box dt{
    line-height: 1;
    margin: 0 0 10px;
    font-weight: bold;
}

.notice-bg-box dd{
    margin: 0 0 20px;
}

.notice-bg-box dd:last-of-type{
    margin: 0;
}

.tbl-blc th,
.tbl-blc td{
    padding: 10px 15px;
    border: 1px solid #d8d8d8;
}

.tbl-blc th{
    padding: 8px 15px;
}

.li-labo-detail li{
    display: block;
    margin: 0;
    padding: 10px 0;
    border-bottom: 1px solid #d8d8d8;
}

.li-labo-detail li .img-box{
    width: 100%;
    margin: 0 0 16px;
}

.li-labo-detail li .img-box img{
    display: block;
    margin: 0 0 10px;
}

.li-labo-detail li .btn-box{
    margin: 0 auto;
    text-align: center;
}

.li-labo-detail li .btn-box li{
    display: block;
    margin: 0;
    border: 0;
}

.li-labo-detail li .txt-box{
    margin: 0 0 16px;
}

.labo-category-box{
    margin: 0 0 8px;
}

.labo-category-box .category-tag,
.labo-menu .category-tag{
    display: inline-block;
    height: 20px;
    line-height: 20px;
    margin: 0 8px 8px 0;
    padding: 0 8px;
    border-radius: 10px;
    background: #2f831b;
    color: #fff;
    font-size: 12px; font-size: 1.2rem;
}

.labo-ttl{
    margin: 0 0 16px;
    font-size: 16px; font-size: 1.6rem;
    font-weight: bold;
}

.labo-menu{
    display: flex;
    justify-content: space-between;
    margin: 0 -8px 30px;
    flex-wrap: wrap;
    align-items: stretch;
}

.labo-menu li{
    display: block;
    width: 50%;
    margin: 0 0 16px;
    padding: 0 8px;
    box-sizing: border-box;
}

.labo-menu li a{
    display: block;
    padding: 5px;
    border: 1px solid #2f831b;
    border-radius: 8px;
    box-sizing: border-box;
    text-decoration: none;
}

.labo-menu li a:hover{
    background: #f2f2f2;
}

.labo-menu .category-tag{
    margin: 0 0 4px;
}

.category-tag.sok{
    background: #fa9427;
}

.labo-menu .menu-name{
    display: block;
    color: #3f3f3f;
    font-size: 12px; font-size: 1.2rem;
    text-align: center;
}

.hx-labo-video{
    position: relative;
    margin: 0 0 20px;
    padding: 0 0 0 12px;
    font-size: 18px; font-size: 1.8rem;
    font-weight: normal;
}

.hx-labo-video::before{
    position: absolute;
    content: " ";
    top: 0;
    left: 0;
    width: 4px; 
    height: 100%;
    background: #61b54d;
}

.labo-video-box .inner{
    margin: 0 0 40px;
}

.labo-top-txt{
    margin: 0 0 30px;
    text-align: center;
}

.labo-hdr{
    position: relative;
    background: linear-gradient(to right, #d8f0d3, #b0e5cc);
    padding: 20px;
    text-align: center;
}

.logo-labo{
    display: block;
    overflow: hidden;
    width: 234px;
    height: 0;
    margin: 0 auto;
    padding: 40px 0 0;
    background: url(../img/logo_labo@3x.png) no-repeat left top;
    background-size: 234px 40px;
}

.labo-help{
    display: block;
    margin: 10px 0 0;
    text-align: right;
    text-decoration: none;
    color: #3f3f3f;
}

.labo-help i{
    margin: 0 10px 0 0;
    font-size: 20px; font-size: 2.0rem;
    vertical-align: middle;
}

.labo-video-box .img-box .material-icons{
    color: #7f7f7f;
}

#labo-wrapper #main-container{
    margin: 0 auto;
}

#labo-wrapper #header-container{
    position: relative;
    display: block;
    width: 100%;
    padding: 10px 0;
    background: #2b2b2b;
}


#labo-wrapper #header-container .logo{
    overflow: hidden;
    display: block;
    width: 104px;
    height: 0;
    margin: 0 auto;
    padding: 35px 0 0;
    background: url(../img/logo@3x.png) no-repeat left top;
    background-size: 104px 35px;
}

.datepicker-overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, .60);
  overflow: hidden;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  z-index: 10000;
}

/* ==============

#edit_workplaces tr td:last-of-type{
width: 54px;}
    MOBILE: Footer
   ============== */

#footer-container{
    padding: 10px 0;
    background: #61b54d;
}

#footer-container .wrapper{
    margin: 0 10px;
}

#footer-container .copy{
    color: #fff;
    font-size: 12px; font-size: 1.2rem;
    text-align: center;
}
/* ==========================================================================
   Media Queries
   ========================================================================== */

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

.sp{ display: none; }
.pc{ display: block; }

/* ==============
    WIDE: Header
   ============== */

    #header-container .logo{
        float: left;
        display: inline;
        margin: 12px 20px 13px 20px;
    }

    .sb-toggle-left{
        display: none;
    }

    .hdr-nav{
        float: right;
        display: inline;
        width: auto;
        margin: 0 0 0 20px;
        color: #fff;
    }

    .login-info{
        display: inline-block;
        margin: 0 20px 0 0;
        font-size: 14px; font-size: 1.4rem;
        color: #fff;
    }

    .btn-hdr{
        display: inline-block;
        height: 60px;
        line-height: 60px;
        padding: 0 25px;
        border-left: 1px solid #535353;
        color: #fff;
        text-decoration: none;
    }

    .btn-hdr:hover{
        background: #3f3f3f;
        text-decoration: none;
        color: #fff;
    }

    .hdr-nav i{
        margin: 0 8px 0 0;
        color: #61b54d;
        font-size: 16px; font-size: 1.6rem;
    }

    #toggle-header-menu i,
    #toggle-header-menu1 i{
        line-height: 60px;
        margin: 0;
        font-size: 24px; font-size: 2.4rem;
        color: #fff;
    }

    #personal-menu,
    #help-menu{
        display:none;
        position: fixed;
        right: 0;
        top: 60px;
        border: 1px solid #d8d8d8;
        background: #fff;
    }
    
    #help-menu{
        right: 62px;
    }

    #personal-menu ul,
    #help-menu ul{
        padding: 5px 20px;
    }

    #personal-menu ul li,
    #help-menu ul li{
        padding: 10px 0;
        border-top: 1px solid #d8d8d8;
    }

    #personal-menu ul li a,
    #help-menu ul li a{
        display: block;
        padding: 0 10px;
        text-decoration: none;
        color: #7f7f7f;
        font-weight: bold;
    }

    #personal-menu ul li a i,
    #help-menu ul li a i{
        margin: 0 10px 0 0;
        color: #7f7f7f;
        font-size: 20px; font-size:2.0rem;
        vertical-align: middle;
        transition: all .3s;
    }

    #personal-menu ul li:first-child,
    #help-menu ul li:first-child{
        border-top: none;
    }
    
    #personal-menu ul li a:hover i,
    #help-menu ul li a:hover i{
        color: #61b54d;
    }

    .side-menu li#menu_env-toggle a:after{
        content: " ";
    }

    .side-menu li#menu_env-toggle.selected{
        background: #f2f2f2;
    }

    .side-menu .toggle-btn{
        position: absolute;
        top: 50%;
        right: 10px;
        transform: translateY(-50%);
        display: block;
        width: 24px;
        height: 24px;
        text-indent: 100%;
        white-space: nowrap;
        overflow: hidden;
        border-radius: 50%;
    }

    .side-menu .toggle-btn::before,
    .side-menu .toggle-btn::after{
        display: block;
        content: '';
        background-color: #7f7f7f;
        position: absolute;
        width: 14px;
        height: 2px;
        top: 50%;
        left: 10px;
        transform: translate(-50%, -50%);
    }

    .side-menu .toggle-btn::before{
        width: 2px;
        height: 14px;
    }

    .side-menu li#menu_env-toggle.selected .toggle-btn::before{
        content: normal;
    }

    .side-menu li#menu_env-toggle:hover .inner-menu li a:after,
    .side-menu li#menu_env-advance:hover .inner-menu li a:after{
        content: normal;
    }

    .side-menu .inner-menu li:hover a:after{
        content: "\f105" !important;
    }

    .side-menu .inner-menu li.active:hover a:after{
        content: normal !important;
    }

/* ==============
    WIDE: Main
   ============== */

#page{
    position: relative;
    margin: 0;
}

    #side-bar{
        display: block;
        position: fixed;
        top: 60px;
        left: 0;
        width: 200px;
        max-height: calc(100vh - 60px);
        background: #fff;
        transition: all 0.3s;
        overflow: auto;
    }

    .side-menu{
        margin: 0;
        border-top: none;
    }

    .side-menu li a{
        position: relative;
        display: block;
        padding: 0 10px 0 20px;
        height: 40px;
        line-height: 40px;
        color: #7f7f7f;
        font-weight: bold;
        font-size: 13px; font-size: 1.3rem;
        text-decoration: none;
        -webkit-transform: perspective(1px) translateZ(0);
        transform: perspective(1px) translateZ(0);
        -webkit-transition-property: color;
        transition-property: color;
        -webkit-transition-duration: 0.5s;
        transition-duration: 0.5s;
    }

    .side-menu li a:after{
        content: " ";
    }

    .side-menu li:hover a:after{
        content: "\f105";
        color: #61b54d;
    }

    .side-menu li.active:hover a:after{
        content: " ";
    }

    .side-menu li a:before {
        content: "";
        position: absolute;
        z-index: -1;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background: #f2f2f2;
        -webkit-transform: scaleX(0);
        transform: scaleX(0);
        -webkit-transform-origin: 0 50%;
        transform-origin: 0 50%;
        -webkit-transition-property: transform;
        transition-property: transform;
        -webkit-transition-duration: 0.5s;
        transition-duration: 0.5s;
        -webkit-transition-timing-function: ease-out;
        transition-timing-function: ease-out;
    }

    .side-menu li a:hover,
    .side-menu li a:focus,
    .side-menu li a:active {
        color: #2d373f;
    }

    .side-menu li a:hover:before,
    .side-menu li a:focus:before,
    .side-menu li a:active:before {
        -webkit-transform: scaleX(1);
        transform: scaleX(1);
        -webkit-transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
        transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
    }

    .side-menu li.active a:after{
        background: #fff;
    }

    .side-menu li a:hover{
        color: #7f7f7f;
    }

    .side-menu li.active a{
        background: #f2f2f2;
        color: #61b54d;
    }

    .side-menu li.active .count a{
        background: transparent;
    }

    .side-menu li:first-child.active a{
        margin: 0;
    }

    .side-menu li .count{
        border-radius: 2px;
        box-shadow: 0 0 0 transparent;
        transition: all 0.3s;
    }

    .side-menu li .count a{
        display: inline-block;
        height: auto;
        line-height: 1;
        color: #fff;
        transform: none;
    }

    .side-menu li .count a:before{
        content: " ";
    }

    .side-menu li .count a:after{
        content: " ";
    }

    .side-menu li a .f7-icons{
        font-size: 22px; font-size: 2.2rem;
        vertical-align: middle;
    }
    .side-menu li a .menu-txt{
        margin: 0 0 0 8px;
        transition: all 0.3s;
    }

    #page.active #side-bar.pc{
        width: 62px;
    }

    #page.active #side-bar.pc .side-menu li a .menu-txt,
    #page.active #side-bar.pc .side-menu li .count{
        display: none;
    }

    #page.active #main-container{
        margin: 0 0 0 62px;
    }

    #page.active .side-menu li a{
        padding: 0 20px;
    }

    #page.active .side-menu li:hover a:after{
        content: " ";
    }

    #g-nav-wrap{
        postion: -webkit-sticky;
        position: sticky;
        top: 20px;
        left: 0;
        width: 200px;
        transition: all .3s;
    }
    #page.active #g-nav-wrap{
        width: 62px;
    }

    #nav-toggle {
        display: block;
        width: 22px;
        height: 18px;
        cursor: pointer;
        z-index: 101;
        margin: 10px 10px 10px auto;
    }
    
    #page.active #nav-toggle {
        margin: 10px 20px;
    }
    #nav-toggle div {
        position: relative;
    }
    #nav-toggle span {
        display: block;
        position: absolute;
        height: 2px;
        width: 100%;
        background: #7f7f7f;
        left: 0;
        transition: all 0.3s;
    }
    #nav-toggle span:nth-child(1) {
        top: 0;
    }
    #nav-toggle span:nth-child(2) {
        top: 8px;
    }
    #nav-toggle span:nth-child(3) {
        top: 16px;
    }

    #nav-toggle:hover span:nth-child(1) {
        width: 11px;
        top: 4px;
        -webkit-transform: rotate(-45deg);
        -moz-transform: rotate(-45deg);
        transform: rotate(-45deg);
    }
    #nav-toggle:hover span:nth-child(2) {
    }
    #nav-toggle:hover span:nth-child(3) {
        width: 11px;
        top: 12px;
        -webkit-transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        transform: rotate(45deg);
    }
    #page.active #nav-toggle:hover span:nth-child(1) {
        width: 11px;
        top: 4px;
        left: inherit;
        right: 0;
        -webkit-transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        transform: rotate(45deg);
    }
    #page.active #nav-toggle:hover span:nth-child(2) {
    }
    #page.active #nav-toggle:hover span:nth-child(3) {
        width: 11px;
        top: 12px;
        left: inherit;
        right: 0;
        -webkit-transform: rotate(-45deg);
        -moz-transform: rotate(-45deg);
        transform: rotate(-45deg);
    }

    


#main-container{
    position: relative;
    min-height: 700px;
    margin: 0 0 0 200px;
    padding: 0;
    background: #f2f2f2;
    transition: all 0.3s;
}

    #main-container .wrapper{
        padding: 20px 40px;
    }

    #main-container .alert-error,
    #main-container .alert-message{
        padding: 10px 20px;
        font-size: 14px; font-size: 1.4rem;
    }

    #main-container .hx-main{
        margin: 0 0 20px;
        font-weight: normal;
        font-size: 30px; font-size: 3.0rem;
    }

    .btn-switch-box{
        margin: 0 0 0 20px;
    }

    #main-container .card .card-header{
        padding: 10px 20px;
    }

    #main-container .card .card-header .hx-sub{
        margin: 0;
        font-size: 20px; font-size: 2.0rem;
        font-weight: normal;
    }

    #main-container .card .card-body{
        padding: 0 20px 20px;
    }

    #main-container .card .card-body.nohead{
        padding: 20px;
    }

    .search .col2,
    .modal-container .col2{
        -js-display: flex;
        display: -webkit-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-justify-content: space-between;
        justify-content: space-between;
        align-items: stretch;
        margin: 0 -20px 0;
    }

    .search .col2 .col,
    .modal-container .col2 .col{
        margin: 0 0 20px;
        padding: 0 20px;
        width: 50%;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        -o-box-sizing: border-box;
        -ms-box-sizing: border-box;
        box-sizing: border-box;
    }

    .search .col2 .col.full,
    .col1 .col.full,
    .modal-container .col2 .col.full{
        width: 100%;
    }

    .search .col2 .col .form-label,
    .col1 .col .form-label,
    .modal-container .col2 .col .form-label,
    #edit_match_codes th{
        font-size: 13px; font-size: 1.3rem;
    }

    .search .col2 .col.full .form-label,
    .col1 .col.full .form-label{
        width: 15%;
    }

    .search .col2 .col.full.password .form-label{
        width: 30%;
    }

    .col1 .col .form-group{
        margin: 0 0 20px;
    }
    .col1 .col .form-label{
        width: 15%;
        margin: 5px 0 0
    }
    #referral .col1 .col .form-label{
        width: 28%;
        margin: 5px 0 0
    }

    .col1 .col .form-label .notice{
        display: block;
        font-weight: normal;
    }

    .col1 .col .form-control{
        width: auto;
        flex: 1;
    }

    #referral .col1 .col .form-control{
        margin: 0 0 0 20px;
    }

    .col1 .col .form-control .label-radio{
        display: inline-block;
        margin: 0 10px 0 0;
    }

    .page-number{
        position: absolute;
        top: 0;
        right: 0;
    }

    .pagination-area{
        min-height: 19px;
        margin: 0 0 20px;
    }

    .thread-list .pagination-area{
        text-align: left;
    }

    .tbl-area{
        margin: 0 -20px;
     }

    .tbl-area.x-scroll{
        overflow-x: auto;
    }

    .tbl-area.xy-scroll{
        max-height: 540px;
        overflow: auto;
    }
    
    .tbl-area.xy-scroll .table.table-striped.th-scroll thead{
        position: sticky;
        top: 0;
        background: #fff;
        z-index: 22;
    }

#main-container .hx-sub.togglebutton{
    padding: 0 0 0 25px;
}

#main-container .hx-sub.togglebutton:before{
    content:"\f0fe";
    background: #fff;
    color: #FFD526;
    width: 20px;
    height: 20px;
    line-height: 20px;
    border-radius: 0;
    font-size: 20px; font-size: 2.0rem;
}


#main-container i{
    margin-right: 5px;
}

#main-container .card{
    margin: 0 0 40px;
}


#main-container .form-area dt{
    margin: 0 0 10px;
    color: #204048;
    font-weight: bold;
}

#main-container .form-area dd{
    margin: 0 0 20px;
    font-weight: normal;
}

.form-col2 label{
    color: #214149;
}

.checkbox-inline,
.form-col2 label.checkbox-inline{
    margin: 0 10px 10px 0;
    padding: 0;
    color: #3F3F3F;
}

.checkbox-inline+.checkbox-inline, .radio-inline+.radio-inline{
    margin-left: 0;
}

.checkbox-inline .icheckbox_flat-blue{
    margin: 0 5px 0 0;
}

.btn-area{
    text-align: right;
}

    .table.table-striped{
        display: table;
        table-layout: auto;
    }

    .table.table-striped thead{
        display: table-header-group;
        float: none;
        border-right: none;
        border-top: none;
    }

    .table.table-striped thead th{
        display: table-cell;
        width: auto;
        height: auto;
        text-align: center;
        font-size: 13px; font-size: 1.3rem;
        font-weight: bold;
    }

    .table.table-striped thead th.bl-btn,
    .table.table-striped thead th.bl-form,
    .table.table-striped thead th.bl-check{
        height: auto;
    }

    .table.table-striped > thead > tr > th{
        padding: 8px 10px;
        border-bottom: 2px solid #d1d1d1;
    }

    .table.table-striped tbody{
        display: table-row-group;
        width: auto;
        overflow-x: visible;
        white-space: normal;
    }

    .table.table-striped tbody tr{
        display: table-row;
        border:none;
    }

    .table.table-striped tbody tr:hover{
        background: #ebffe0;
    }

    .table.table-striped tbody tr#newdiv:hover{
        background: #fff;
    }

    .table.table-striped tbody td{
        display: table-cell;
        padding: 8px 10px;
        word-break: break-all;
    }

    .table.table-striped tbody tr td:last-of-type{
        border-right: none;
    }

    .table-striped tfoot{
        display: table-footer-group;
    }

    .tbody-striped tfoot tr{
        display: table-row;
    }

    .tbody-striped tfoot td{
        display: table-cell;
    }

    .tbl-area.x-scroll .table.table-striped > thead > tr > th,
    .tbl-area.xy-scroll .table.table-striped > thead > tr > th,
    .tbl-area.x-scroll .table.table-striped tbody td,
    .tbl-area.xy-scroll .table.table-striped tbody td{
        white-space: nowrap;
    }
    
    .tbl-striped-scroll.payslipmessage th{
        min-width: inherit;
    }
    
    .tbl-striped-scroll.webdocsetting th{
        min-width: 130px;
    }

    .tbl-striped-scroll.payslipmessage th.wide{
        min-width: inherit;
        width: 30%;
    }
    


.progress-bar{
    background-color: #27B4D0;
}

.form-inline{
    width: 45%;
}

.tbl-area .new{
    display: inline-block;
    margin: 0 3px 0 0;
    padding: 0 3px;
    border: 1px solid #EB416F;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -o-border-radius: 2px;
    -ms-border-radius: 2px;
    border-radius: 2px;
    color: #EB416F;
    font-size: 12px; font-size: 1.2rem;
}

.tbl-area .update{
    display: inline-block;
    margin: 0 3px 0 0;
    padding: 0 3px;
    border: 1px solid #FF8047;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -o-border-radius: 2px;
    -ms-border-radius: 2px;
    border-radius: 2px;
    color: #FF8047;
    font-size: 12px; font-size: 1.2rem;
}


.form-control[readonly]::-webkit-input-placeholder {
    opacity:0;
}
.form-control[readonly]:-ms-input-placeholder {
    opacity:0;

}
.form-control[readonly]::-moz-placeholder {
    opacity:0;
}

.toggleblock{

    overflow: hidden;
    display: inline-block !important;
    margin: 0 5px 0 0;
    width: 20px !important;
    height: 0;
    padding: 20px 0 0;
    background: url(../img/btn_plus@2x.png) no-repeat left center;
    background-size: 20px;
    cursor: pointer;
    vertical-align: bottom;
}

.togglebutton{
    cursor: pointer;
}

.edit-ttl{
    position: relative;
}

.edit-ttl .btn-area{
    position: absolute;
    top: 0;
    right: 0;
}

.radio-box{
    min-height: 36px;
    display: block;
}


.addcontact i{
    font-size: 20px; font-size: 2.0rem;
}


.bdr-tb{
    display: inline-block;
    padding: 8px 20px;
    border-top: 1px solid #758B9A;
    border-bottom: 1px solid #758B9A;
    color: #758B9A;
}

    .balloon-gray,
    .balloon-green{
        padding: 10px;
    }

    .flex-thread{
        -js-display: flex;
        display: -webkit-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-justify-content: space-between;
        justify-content: space-between;
        align-items: stretch;
        margin: 0;
    }

    .flex-thread .thread-list{
        width: 40%;
    }

    .flex-thread .thread-detail{
        -webkit-flex: 1;
        flex: 1;
    }

    .flex-thread .thread-wrap{
        margin: 0 0 0 40px;
    }

    .img-list{
        -js-display: flex;
        display: -webkit-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-justify-content: space-between;
        justify-content: space-between;
        align-items: stretch;
        margin: 0 -20px;
    }

    .img-list li{
        width: 50%;
        padding: 0 20px;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        -o-box-sizing: border-box;
        -ms-box-sizing: border-box;
        box-sizing: border-box;
    }

    .img-list.company-logo li{
        width: 100%;
        -js-display: flex;
        display: -webkit-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-flex-wrap: nowrap;
        flex-wrap: nowrap;
        -webkit-justify-content: space-between;
        justify-content: space-between;
        align-items: flex-start;
    }

    .img-list.company-logo li .img-box{
        max-width: 40%;
        margin: 0;
    }

    #inline-main .rotate-img{
        margin: 0 40px;
    }

    #inline-main .rotate{
        margin: -15px 0 0;
        font-size: 30px; font-size: 3.0rem;
    }

    .btn-area.print{
        display: block;
        margin: 0 0 20px;
    }

    .btn-area.print .ico-print i{
        margin: 0 5px 0 0;
    }

    .dl-news{
        margin: 0 -20px;
    }

    .dl-news dt{
        float: left;
        display: inline;
        width: 20%;
        margin: 0 0 5px;
        padding: 0 20px;
        font-size: 12px; font-size: 1.2rem;
    }

    .dl-news dd{
        margin: 0 0 10px;
        padding: 0 20px 10px 20%;
        border-b ottom: 1px solid #d1d1d1;
    }

    #newmessage .col2{
        -js-display: flex;
        display: -webkit-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-justify-content: space-between;
        justify-content: space-between;
        align-items: stretch;
        margin: 0 -20px;
    }

    #newmessage .col2 li{
        width: 50%;
        margin: 0 0 20px;
        padding: 0 20px;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        -o-box-sizing: border-box;
        -ms-box-sizing: border-box;
        box-sizing: border-box;
    }


    #newmessage .template li,
    #threadform .template li{
        display: inline-block;
        margin: 0 20px 20px 0;
        vertical-align: middle;
    }

    .client-code{
        -js-display: flex;
        display: -webkit-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-justify-content: space-between;
        justify-content: space-between;
        align-items: stretch;
        margin: 0 0 20px;
    }

.client-code input{
    margin: 0 0 10px;
}

    .flex-thread .destinationlist .scroll{
        height: 743px;
        overflow: auto;
        transform: translateZ(0);
    }

    .flex-btn-area{
        margin: 0 0 20px;
    }

    .tbl-inline td{
        padding: 10px;
    }

    .dl-sche{
        margin: 0 0 40px;
    }

    .dl-sche .flex{
        -js-display: flex;
        display: -webkit-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-flex-wrap: nowrap;
        flex-wrap: nowrap;
        -webkit-justify-content: space-between;
        justify-content: space-between;
        align-items: center;
        margin: 0 -10px;
    }

    .dl-sche .flex input,
    .dl-sche .flex select{
        margin: 0 10px;
    }
    
    .point-total{
        justify-content: flex-start;
        margin: 0 -20px 20px;
    }

    .point-total li{
        margin: 0;
        padding: 0 15px;
        border-left: 1px solid #d1d1d1;
        font-size: 14px; font-size: 1.4rem;
    }

    .point-total li:first-child{
        padding: 0 15px 0 0;
        border-left: none;
    }

    .point-total li .total-num{
        font-size: 22px; font-size: 2.2rem;
    }

    .point-total li .total-num span{
        font-size: 18px; font-size: 1.8rem;
    }

    .tbl-form{
        width: 100%;
        margin: 0 0 20px;
        border-collapse: collapse;
    }

    .tbl-form tr{
        border-bottom: 1px solid #d8d8d8;
    }

    .tbl-form th,
    .tbl-form.th-bg th{
        display: table-cell;
        width: 30%;
        padding: 10px;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        -o-box-sizing: border-box;
        -ms-box-sizing: border-box;
        box-sizing: border-box;
        text-align: left;
    }

    .tbl-form.th-bg th{
        background: transparent;
    }

    .tbl-form td{
        display: table-cell;
        width: 70%;
        padding: 10px;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        -o-box-sizing: border-box;
        -ms-box-sizing: border-box;
        box-sizing: border-box;
    }

    .tbl-form.col3 td{
        width: 35%;
    }

    .tbl-form thead td{
        font-weight: bold;
        text-align: center;
    }

    .tbl-form td .btn{
        height: 33px;
        line-height: 33px;
        margin: 0 10px 0 0;
    }

    .tbl-form td .tbl-striped .btn{
        height: 26px;
        line-height: 26px;
    }

    #sheetlist .btn-group{
        min-width: 104px;
    }

    .table.table-striped thead th.tbl-w-10{
        width: 10%;
    }

    #stafflist .search .col2 .col.w25:nth-child(5){
        width: 100%;
    }

    #stafflist .search .col2 .col.w25:nth-child(5) .form-group{
        width: 50%;
        padding-right: 20px;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        -o-box-sizing: border-box;
        box-sizing: border-box;
    }

    
    .bbs-confirm-txt{
        -js-display: flex;
        display: -webkit-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-flex-wrap: wrap;
        flex-wrap: wrap;
        justify-content: flex-end;
        margin: 0 0 30px;
    }

    #js-drop-zone{
        padding: 30px;
    }

    .payslip-type-1-wrapper .flex-box{
        -js-display: flex;
        display: -webkit-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-justify-content: space-between;
        justify-content: space-between;
        align-items: stretch;
    }

    .payslip-type-1-wrapper .flex-box.align-ctr{
        align-items: center;
    }

    .payslip-type-1-wrapper .hx-ttl{
        margin: 0 20px 20px 0;
    }

    .payslip-type-1-wrapper .company-name{
        margin: 0 0 20px;
    }

    .payslip-type-1-wrapper .unit{
        flex: 1;
    }

    .payslip-type-1-wrapper .total-amount-box{
        justify-content: flex-end;
    }

    .payslip-type-1-wrapper .total-amount-box .txt{
        margin: 0 20px 0 0;
    }

    .payslip-type-1-wrapper .flex-box.tbl-wrap{
        margin: 0;
    }

    .payslip-type-1-wrapper .flex-box.tbl-wrap .tbl-box{
        width: 49%;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        -o-box-sizing: border-box;
        -ms-box-sizing: border-box;
        box-sizing: border-box;
    }

    .payslip-type-1-wrapper .tbl-box .hx-tbl-ttl span{
        display: inline-block;
        margin: 0 0 0 10px;
    }

    .payslip-type-1-wrapper .tbl.attendance tr td:first-of-type{
        padding-right: 10px;
    }

    .payslip-type-1-wrapper .tbl.attendance tr th:nth-of-type(even){
        padding-left: 10px;
    }

    .payslip-type-2-wrapper .flex-box,
    .payslip-type-2-wrapper .flex-box.ttl-box{
        -js-display: flex;
        display: -webkit-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-flex-wrap: nowrap;
        flex-wrap: nowrap;
        -webkit-justify-content: space-between;
        justify-content: space-between;
        align-items: stretch;
        margin: 0 0 10px;
        position: relative;
    }

    .payslip-type-2-wrapper .hx-ttl{
        margin: 0 0 10px;
        font-size: 20px; font-size: 2.0rem;
        text-align: center;
    }

    .payslip-type-2-wrapper .hx-ttl span{
        display: block;
        font-weight: normal;
        font-size: 14px; font-size: 1.4rem;
    }

    .payslip-type-2-wrapper .tbl-box{
        -js-display: flex;
        display: -webkit-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-flex-wrap: nowrap;
        flex-wrap: nowrap;
        -webkit-justify-content: space-between;
        justify-content: space-between;
        align-items: stretch;
        width: auto;
    }

    .payslip-type-2-wrapper .tbl-box .ttl{
        margin: 0;
        padding: 10px 5px;
        border: 1px solid #d8d8d8;
        background: #2b2b2b;
        color: #fff;
        -ms-writing-mode: tb-rl;
        writing-mode: vertical-rl;
        font-size: 12px; font-size: 1.2rem;
        font-weight: bold;
    }

    .payslip-type-2-wrapper .tbl-box .li-tbl{
        -js-display: flex;
        display: -webkit-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-flex-wrap: nowrap;
        flex-wrap: nowrap;
        -webkit-justify-content: flex-start;
        justify-content: flex-start;
        align-items: stretch;
        border-top: 1px solid #d8d8d8;
    }

    .payslip-type-2-wrapper .tbl-box .li-tbl.wrap{
        -webkit-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .payslip-type-2-wrapper .tbl-box .li-tbl li{
        border-bottom: 1px solid #d8d8d8;
        border-right: 1px solid #d8d8d8;
        box-sizing: border-box;
    }

    .payslip-type-2-wrapper .tbl-box .li-tbl.wrap li{
        width: 10%;
    }

    .payslip-type-2-wrapper .tbl-box .li-tbl dt{
        padding: 5px 4px;
        border-bottom: 1px solid #d8d8d8;
        background: #f2f2f2;
        font-size: 11px; font-size: 1.1rem;
        font-weight: bold;
        text-align: center;
        white-space: nowrap;
    }

    .payslip-type-2-wrapper .tbl-box .li-tbl dd{
        padding: 5px 10px;
        font-size: 12px; font-size: 1.2rem;
        text-align: right;
    }

    .payslip-type-2-wrapper .tbl-box.total{
        margin: 10px 0 0;
    }

    .payslip-type-2-wrapper .tbl-box.total .li-tbl{
        justify-content: flex-end;
        border-top: none;
    }

    .payslip-type-2-wrapper .tbl-box.total .li-tbl li{
        border-left: 1px solid #d8d8d8;
        border-top: 1px solid #d8d8d8;
    }


    .bg-new-message{
        margin: 0 0 20px;
        padding: 10px 20px;
    }

    .tbl-bdr th,
    .tbl-bdr td{
        width: auto;
    }

    .env-category{
        background: #ebffe0;
        color: #7f7f7f;
        font-size: 14px; font-size: 1.4rem;
    }

    #sub-nav{
        display: block;
        position: fixed;
        top: 60px;
        left: 200px;
        width: 200px;
        height: 100%;
        transition: all 0.3s;
        overflow: auto;
    }

    .editenv.active #sub-nav{
        left: 62px;
    }

    .editenv #main-container,
    .editenv #footer-container{
        margin: 0 0 0 400px;
    }

    #page.editenv.active #main-container,
    #page.editenv.active #footer-container{
        margin: 0 0 0 262px;
    }

    .meter-box{
        width: 50%;
    }

    .meter-box.hx-btm{
        display: flex;
        width: 50%;
        margin: -10px 0 20px;
    }

    .meter-box.hx-btm span{
        display: inline-block;
        margin: -2px 20px 0 0;
    }

    .meter-box meter{
        width: 100%;
        height: 20px;
        border: none;
        border-radius: 10px;
    }
    
    .btn-area li.btn-lft{
        bottom: 0;
    }

    .tbl-form td .tbl-company-logo td{
        width: auto !important;
    }

    .menu-tooltip{
        position: relaitve;
        line-height: 1;
        padding: 8px;
        background: #2b2b2b;
        color: #fff;
        border: 0;
        box-shadow: none;
        font-size: 12px; font-size: 1.2rem;
    }
    
    .menu-tooltip:before {
        content: "";
        position: absolute;
        top: 50%;
        right: 100%;
        margin: -4px 0 0;
        border: 4px solid transparent;
        border-top: 4px solid #2b2b2b;
        margin-left: -4px;
        transform: rotateZ(90deg);
    }
    
    .tbl-referral-setting thead th:nth-of-type(2),
    .tbl-referral-setting tbody tr td:nth-of-type(2){
        height: auto !important;
    }
    
    .popup-news{
        max-height: 200px;
        padding: 0 10px 0 0;
        overflow-y: auto;
    }
    
    .popup-news li{
        padding: 10px 0;
        border-bottom: 1px solid #d8d8d8;
    }
    
    .popup-news li .inner{
        display: flex;
        justify-content: flex-start;
        align-items: stretch;
    }
    
    .popup-news li.seemore{
        width: 100%;
        text-align: center;
    }
    
    .tag-box{
        width: 100px;
        margin: 0 10px 0 0;
    }
    
    .tag-news{
        display: inline-block;
        width: 100px;
        height: 20px;
        line-height: 20px;
        margin: 0;
        padding: 0 5px;
        border-radius: 10px;
        box-sizing: border-box;
        color: #fff;
        font-size: 12px; font-size: 1.2rem;
        text-align: center;
        white-space: nowrap;
    }
    
    .tag-orange{
        background: #fa9427;
    }

    .tag-red{
        background: #EB416E;
    }

    .tag-blue{
        background: #09A9E5;
    }
    
    .tag-new{
        display: inline-block;
        height: 20px;
        line-height: 20px;
        margin: 0 0 0 10px;
        padding: 0 5px;
        border-radius: 4px;
        background: #EE5F5B;
        color: #fff;
        font-size: 12px; font-size: 1.2rem;
    }
    
    .referral-preview{
        max-width: 400px !important;
    }
    
    .tbl-fixed{
        position: sticky;
        z-index: 21;
    }
    
    th.tbl-fixed{
        background: #fff;
    }

    .table-striped>tbody>tr:nth-of-type(odd) td.tbl-fixed{
        background: #f7f7f7;
    }

    .table-striped>tbody>tr:nth-of-type(even) td.tbl-fixed{
        background: #fff;
    }

    .tbl-fixed.fixed-check{
        width: 38.5px;
        top: 0;
        left: 0;
    }

    .tbl-fixed.fixed-href{
        width: 44.5px;
        top: 0;
        left: 38.5px;
    }

    .tbl-fixed.fixed-num,
    .tbl-fixed.fixed-name,
    .tbl-fixed.fixed-appname{
        width: 124px;
        min-width:124px;
    }

    .tbl-fixed.fixed-appname{
        top:0;
        left: 83px;
    }

    .tbl-fixed.fixed-name{
        top:0;
        left: 207px;
    }

    .tbl-fixed.fixed-num{
        top:0;
        left: 331px;
    }
    
    .li-labo-detail{
        padding: 20px;
    }
    
    #labo-top .li-labo-detail{
        padding: 0;
    }

    .li-labo-detail li{
        display: flex;
        justify-content: space-between;
        align-items: stretch;
        padding: 20px 0;
    }

    .li-labo-detail li .img-box{
        width: 30%;
        margin: 0;
    }

    .li-labo-detail li .img-box img{
        display: block;
        margin: 0 0 10px;
    }
    
    .li-labo-detail li .btn-box li{
        padding: 0;
    }

    .li-labo-detail li .txt-box{
        flex: 1;
        margin: 0 0 0 30px;
    }

    .labo-category-box{
        margin: 0 0 8px;
    }

    .labo-category-box .category-tag{
        height: 24px;
        line-height: 24px;
        border-radius: 12px;
        font-size: 14px; font-size: 1.4rem;
    }

    .labo-ttl{
        margin: 0 0 24px;
        font-size: 24px; font-size: 2.4rem;
    }
    
    .labo-menu{
        justify-content: flex-start;
        margin: 0 -20px 40px;
    }
    
    .labo-menu li{
        width: 33.3%;
        margin: 0 0 24px;
        padding: 0 20px;
    }
    
    .labo-menu li a{
        padding: 10px 20px;
    }
    
    .labo-menu .category-tag{
        margin: 0 0 8px;
    }
    
    .labo-menu .menu-name{
        text-align: center;
        font-size: 16px; font-size: 1.6rem;
        font-weight: bold;
    }
    
    .labo-video-box{
        display: flex;
        justify-content: space-between;
        align-items: stretch;
        margin: 0 -30px;
    }

    .labo-video-box .inner{
        width: 50%;
        padding: 0 30px;
    }
    
    .hx-labo-video{
        margin: 0 0 30px;
        padding: 0 0 0 20px;
        font-size: 20px; font-size: 2.0rem;
    }
    
    .labo-top-txt{
        font-size: 16px; font-size: 1.6rem;
    }
    
    .logo-labo{
        width: 293px;
        padding: 50px 0 0;
        background: url(../img/logo_labo@3x.png) no-repeat left top;
        background-size: 293px 50px;
    }
    
    
    .labo-help{
        position: absolute;
        bottom: 20px;
        right: 20px;
    }

    #labo-wrapper #header-container{
        padding: 12px 0;
        height: 60px;
        box-sizing: border-box;
    }

    #labo-wrapper #header-container .logo{
        float: none;
    }
    
    #footer-container.labo{
        margin: 0;
    }

/* ==============
    WIDE: Footer
   ============== */

#footer-container{
    position: relative;
    margin: 0 0 0 200px;
}
#page.active #footer-container{
    margin: 0 0 0 62px;
}

#footer-container .copy{
    height: 40px;
    line-height: 40px;
    margin: 0;
    text-align: center;
}

/* ============
    WIDE: Main
   ============ */

    #page{
        position: relative;
    }

    .page-link li{
        display: inline;
        width: 33.3%;
        margin: 0;
        padding: 0 10px;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        -o-box-sizing: border-box;
        -ms-box-sizing: border-box;
        box-sizing: border-box;
    }

    .page-link li .btn-nav{
        padding: 20px 10px;
        margin: 0 0 20px;
    }

    .page-link ul:after {
        content:" ";
        display: block;
        width:33.3%;
    }

    .page-link li .count{
        top: 22px;
    }

    .btn-area li{
        margin: 0 0 10px 20px;
    }


    .has-error{
        display: block;
        margin: 5px 0 0;
        color: #EB416E;
        font-size: 12px; font-size: 1.2rem;
    }

    .form-inline{
        width: 47%;
    }

}

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

/* ============
    PC: Header
   ============ */


/* ============
    PC: Main
   ============ */

    .search .col2{
        -webkit-justify-content: flex-start;
        justify-content: flex-start;
    }

    .search .col2 .col{
        width: 33.3%;
    }

    .search .col2 .col.full.password .form-label{
        width: 20%;
        margin: 5px 10px 0 0;
    }

    .search .col2 .col.full.password input[type="password"]{
        width: 50%;
    }

    #stafflist .search .col2 .col.w25{
        width: 25%;
    }

    #stafflist .search .col2 .col.w25 .form-label{
        width: 99px;
    }

    #stafflist .search .col2 .col.w25:nth-child(4),
    #stafflist .search .col2 .col.w25:nth-child(5){
        width: 25%;
    }

    #stafflist .search .col2 .col.w25:nth-child(5) .form-group{
        width: 100%;
        padding: 0;
    }

    #stafflist .search .col2 .col.suspended .form-label{
        width: auto;
    }

    #stafflist .search .col2 .col.suspended .form-control{
        line-height: 30px;
    }

    #stafflist .search .col2 .col.certified-date{
        width: 66.6%;
    }

    #stafflist .search .col2 .col.certified-date .form-label{
        width: auto;
        line-height: 1.4;
        margin: 5px 10px 0 0;
    }

    #stafflist .search .col2 .col.textarea-wrap{
        width: 37.5%;
    }

/* ============
    PC: Footer
   ============ */


}

/* ==========================================================================
   Print styles
   ========================================================================== */

@media print {
    *,
    *:before,
    *:after {
        background: transparent !important;
        color: #000 !important;
        box-shadow: none !important;
        text-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

    a[href]:after {
        content: " (" attr(href) ")";
    }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    a[href^="#"]:after,
    a[href^="javascript:"]:after {
        content: "";
    }

    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    thead {
        display: table-header-group;
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    .tbl-pdf {
      page-break-before: always;
      padding: 10px;
      border: 1px solid #000;
    }

    .tbl-pdf  th{
        background: #eee;
    }

}