
/* comment_ex ************/
/************ comment_ex */

html{
    font-size: 14px;
}
html.hide-overflow {
    overflow: hidden;
}

/* common ************/
.form-card {
    border: 1px solid #ddd;
    margin: 0 1em 2em;
    padding: 1em 0 0;
}
.active-box {
    width: 50%;
    min-width: 360px;
}
.card {
    margin-bottom: 2em;
}
.card form {
    margin-top: 2em;
}
.pd-left15{
    padding-left: 15px;
}

.none-item{
    padding: 5rem;
}
.mincho{
    font-family: Georgia,游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN",HGS明朝E,メイリオ,Meiryo,serif;
}
.no-top-border{
    border-top: none;
}
.no-bottom-border{
    border-bottom: none;
}
.bordered {
    border: 1px solid #666;
    border-radius: 5px;
    padding: 1rem;
    margin-bottom: 2rem;
}
.has-error .border-b-only,
.has-error .border-b-only:focus,
.has-success .border-b-only,
.has-success .border-b-only:focus {
    box-shadow: none;
    -webkit-box-shadow: none;
}
.border-b-only, .border-b-only:focus {
    padding-left: 0;
    border-width: 0 0 1px 0;
}
.border-b-only:focus {
    border-width: 0 0 1px 0;
}
.box-tools h3.box-title {
    vertical-align: middle;
    font-family: sans-serif;
    font-size: 1.2em;
}
#datepicker {
    background: #ffffff;
    color: #97a4c4;
    padding: 0 3px;
    margin: 0 5px;
    border: none;
    box-shadow: none;
    transform: scale(1.5);
}
.input-group-addon:nth-child(2):not(:last-child) {
    border-left: 0;
    border-right: 0;
}
.input-group .form-control {
    padding: 6px 12px;
}
.icheckbox_minimal-blue {
    margin-bottom: 4px;
    margin-right: 4px;
    margin-left: 4px;
}
.form-control[disabled],
fieldset[disabled] .form-control {
     cursor: default;
}
.link_btn{
    cursor: pointer;
}
.label {
    display: inline;
    padding: .2em .6em .3em;
    font-size: 75%;
    font-weight: 700;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: .25em;
    border-top-left-radius: 0.25em;
    border-top-right-radius: 0.25em;
    border-bottom-right-radius: 0.25em;
    border-bottom-left-radius: 0.25em;
}
/************ common */


/* dashboard ************/
.small-box.bg-gray {
    color: #212529;
}
.small-box.bg-gray:hover {
    text-decoration: none;
    color: #444;
}
.small-box.bg-gray>.small-box-footer{
    color: #212529;
}
.small-box.bg-gray>.small-box-footer:hover{
    color: #444;
}
/************ dashboard */



/* fix up to Bootstrap 4*/
.navbar {
    padding: 0;
}
.nav>li>a {
    position: relative;
    display: block;
    padding: 10px 15px;
}
ul.nav.navbar-nav {
    display: block;
}
.img-circle {
    border-radius: 50%;
}
.dropdown-menu>li>a {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: 400;
    line-height: 1.42857143;
    color: #333;
    white-space: nowrap;
}
.navbar-custom-menu>.navbar-nav>li{
    position: static;
    float: left;
}
.navbar-custom-menu .navbar-nav>li>a {
    padding-top: 15px;
    padding-bottom: 15px;
    line-height: 20px;
}
.myform-card{
    border-radius: 5px;
    background: #fff;
    border: 1px solid #ddd;
    margin: 0 1em 2em;
    padding: 1em 0 0;
}
.input-group-prepend:not(first-child) {
    margin-left: -1px;
}
.input-group-append:not(last-child) {
    margin-right: -1px;
}
.box-header {
    display: flex;
}

.breadcrumb>li+li:before {
    /*パンくずの矢印*/
    padding: 0 5px;
    color: #ccc;
    content: "/\00a0";
}
.breadcrumb>.active {
    /*パンくずの色*/
    color: #777;
}
.content-header>h1>small {
    /*サブタイトルの色*/
    color: #777;
}
.skin-blue .sidebar-menu>li.header {
    font-weight: bold;
    color: #f39c12;
    background: #444;
}
/* fix up to Bootstrap 4 ----END */

/* Toggle Switch (Checkbox) *****/
.css-switch input[type=checkbox]{
    height: 0;
    width: 0;
    visibility: hidden;
}

.css-switch label {
    cursor: pointer;
    width: 2.1em;
    height: 1.1em;
    background: grey;
    border-radius: 100px;
    position: relative;
    vertical-align:  middle;
}

.css-switch label:after {
    content: '';
    position: absolute;
    top: .1em;
    left: .1em;
    width: .9em;
    height: .9em;
    background: #fff;
    border-radius: 90px;
    transition: 0.3s;
}

.css-switch input:checked + label {
    background: #bada55;
}

.css-switch input:checked + label:after {
    left: calc(100% - .1em);
    transform: translateX(-100%);
}

.css-switch label:active:after {
    width: 1.3em;
}
/***** Toggle Switch (Checkbox) */

/* checkbox line-blue *****/
.icheckbox_line-blue:not(.checked):not(.disabled), .iradio_line-blue:not(.checked):not(.disabled) {
    background: #c52d24;
}
.icheckbox_line-blue.disabled:not(checked), .iradio_line-blue.disabled:not(checked) {
    background: #f0b4ad;
}
/***** checkbox line-blue */

.clearfix::after {
    display: block;
    content: "";
    clear: both;
}
.btn.disabled, .btn[disabled], fieldset[disabled] .btn {
    cursor: default;
}

/* font-awesome ************/
.sidebar-menu>li>a>.fa, .sidebar-menu>li>a>.far, .sidebar-menu>li>a>.fas {
    width: 20px;
}
.treeview-menu>li>a>.fa, .treeview-menu>li>a>.far, .treeview-menu>li>a>.fas {
    width: 20px;
}
.main-header .sidebar-toggle {
    font-family: Font Awesome\ 5 Free;
    line-height: 20px;
}
.cursor-pointer {
    cursor: pointer;
}
/************ font-awesome */


/* DataTables ************/

table.dataTable tbody tr.selected, table.dataTable tbody th.selected, table.dataTable tbody td.selected {
    color: #033392;
}
table.dataTable tbody > tr.selected, table.dataTable tbody > tr > .selected {
    background-color: #c4dbf9;
}
table.dataTable {
    border: 1px solid #ddd;
}
table.dataTable>thead>tr>th, table.dataTable>tbody>tr>th, table.dataTable>tfoot>tr>th, table.dataTable>thead>tr>td, table.dataTable>tbody>tr>td, table.dataTable>tfoot>tr>td {
    border: 1px solid #ddd;
}
/************ DataTables */


/* 勤怠集計 ************/

span.approver_name {
    font-size: 0.8rem;
}
.approved tbody tr {
    background-color: #ddd;
}
/************ 勤怠集計 */


/* login ************/
.login-box, .register-box {
    width: 410px;
    position: absolute;
    top: 50%;
    left: 50%;
-webkit-transform: translate(-50%,-50%);
-moz-transform: translate(-50%,-50%);
-ms-transform: translate(-50%,-50%);
-o-transform: translate(-50%,-50%);
transform: translate(-50%,-50%);
margin: 0;
/*    transform: translate(-50%, calc(-50% - 50px ));
    margin: 0;*/
}
/************ login */

/* 404 ************/
.layer {
    position: absolute;
    width: 100%;
    min-height: 100%;
    background: radial-gradient(circle, rgba(255, 255, 255, 1), rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 1));
    overflow: hidden;
}
.error-box {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    margin: 0;
}
/************ 404 */

/* swal ************/
.swal-user-table th{
    background-color: #ddd;
}
.swal-table{
    text-align: left;
}
/************ swal */

/* font-size ************/
.font-sm{
    font-size: 1rem;
}
.font-md{
    font-size: 1.4rem;
}
/************ font-size */


/* license agreement ************/
.layer_for_swal {
    position: absolute;
    width: 100%;
    min-height: 100%;
    background: radial-gradient(circle, rgba(255, 255, 255, 1), rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 1));
    overflow: hidden;
}

.license-box {
    position: absolute;
    top: 80%;
    left: calc( 50% - 34rem );
    margin: 0;
    transform: translate(-50%, -50%);
    width: 1px;
    overflow:  visible;
}
.license-logo{
    font-size: 140px;
    text-align: center;
    margin-bottom: 25px;
    font-weight: 300;
    transform: rotate(-90deg);
}

.license-box-horizon {
    position: absolute;
    width: 1px;
    top: 50%;
    left: calc(-90.5rem + 50%);
    margin: 0;
    transform: translate(-50%, -50%);
    overflow: visible;
}
.license-logo-horizon {
    font-size: 586px;
    text-align: center;
    margin-bottom: 25px;
    font-weight: 300;
    line-height: 1em;
    text-shadow: rgba(0, 0, 0, 1) 10px 0px 30px;
}
.license-logo-horizon b {
    text-shadow: rgba(0, 0, 0, 1) -10px 0px 30px;
}
.license-logo-horizon span {
    text-shadow: rgba(0, 0, 0, 1) 0px 0px 30px;
}
.license_agreement {
    border: 1px solid #ddd;
    border-radius: 5px;
    padding: 2rem;
    font-family: Georgia,游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN",HGS明朝E,メイリオ,Meiryo,serif;
    text-align: left;
    margin: 2rem 0;
}
.license_agreement b{
    font-weight: 700;
}
/************ license agreement */


/* password in swal ************/
input.swal-pass {
    font-size: .8rem;
    padding-right: 19em;
}
span.span-swal-pass{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
    font-size: .8rem;
}
span.swal-info-text {
    font-size: 0.8rem;
}
/************ password in swal */


/* カスタム　ファイルアップロード ************/
.upload-btn-wrapper {
    width: 100%;
    position: relative;
    overflow: hidden;
    display: inline-block;
}
.upload-btn-wrapper:hover .btn {
    background-color: #d6dde4;
}
.upload-btn-wrapper > .btn {
    width: 100%;
    border: 1px solid #ced4da;
    color: #495057;
    background-color: #e9ecef;
    font-size: 1rem;
}
.upload-btn-wrapper input[type=file] {
    position: absolute;
    font-size: 0px;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    cursor: pointer;
    opacity: 0;
}
/************ カスタム　ファイルアップロード */



.navbar-nav>.user-menu>.dropdown-menu>li.user-header>p {
    font-size: 1.1em;
}

.th_date{
    width: 6em;
}
.tr_holiday_w {
    background-color: #fdddaf;
}
.tr_holiday_jp {
    background-color: #ffdbd6;
}
.btn-month-nav {
    transform: scale(1.5);
}
#settingModal-body .work-setting-table th,
#settingModal-body .work-setting-table td{
    border-color: #e0e0e0;
}
.work-setting-table {
    margin-top: 1.5em;
}
.work-setting-table th {
    background-color: #ccc;
    width: 12rem;
}
#settingModal-body .nav-tabs-custom {
    border: 1px solid #e0e0e0;
    border-radius: 0px;
}
#settingModal-body .nav-tabs {
    border-bottom-color: #e0e0e0;
}
#settingModal-body .nav-tabs>li.active>a {
    border-top-color: transparent;
    border-left-color: #e0e0e0;
    border-right-color: #e0e0e0;
}
#settingModal-body .tab-content {
    padding: 0;
}
.work-setting-table2 td .form-group{
    margin-bottom: 0;
}
.table-label{
    font-size: 90%;
}
.checkbox_cell{
    width: 3em;
    text-align: center;
}
.modal-body.table-responsive {
    margin-bottom: 0;
}
.box-header>.box-tools.relative {
    position: relative;
    top: 0;
}
.navbar-nav>.tasks-menu>.dropdown-menu>li .menu>li>a.space-normal {
    display: block;
    white-space: normal;
    border-bottom: 1px solid #f4f4f4;
}

.main-content-bar {
    border: 1px solid #ddd;
}
.attendance-modify-btn-box {
    display: inline-block;
    margin-left: 2rem;
}

input.input-change {
    background-color: #ffd3d3;
}
.setting-box .box-header {
    background-color: #d9ebf5;
}
.attendance_monthly_link{
    cursor: pointer;
}
.box-title-name{
    display: inline-block;
    font-size: 1.5rem;
    width: 20rem;
}
.cus-box-tools h3.box-title {
    vertical-align: middle;
    font-family: sans-serif;
    font-size: 1.2em;
}

tr.trapproved {
    background-color: #f5f5f5;
}
.radio label {
    padding-left: 10px;
    padding-right: 40px;
    vertical-align: middle;
}
.radio {
    margin-bottom: 20px;
}
.list-user-image {
    float: left;
    width: 25px;
    height: 25px;
    border-radius: 50%;
    margin-top: -2px;
}

.edit_account{
    cursor: pointer;
}
table.table-noborder>tbody>tr>td{
    border: none;
}

.modal-info-text{
    font-size: 1rem;
}

.modify_account, .delete_account, .delete_manual {
    cursor: pointer;
}

/*企業カレンダー*/
td.week{
    text-align: center;
}
.drop-area {
  background: #e0e0e0;
  padding: 15px;
  margin: 0 0 15px 0;
  border-style: dashed;
  border-width: 2px;
  text-align: center;
}
.drop-area .drag-drop-info {
  margin-top: 0;
}

.calendar_upload_btn {
    width: 100%;
    border: 1px solid #ced4da;
    color: #495057;
    background-color: #e9ecef;
    font-size: 1rem;
}

#topbarcolor {
     background-color: #515769;
}

#topbarcolorblack {
     background-color: #23282d;
     color: #ffffff;
     border-left-color: #ffffff;
}

#sidebarcolorwhite {
     background-color: #ffffff;
}

#sidebercolor > li.active > a {
     border-left-color: #ffffff;
}

#sidebercolor {
    background-color: #32373c;
}

.col-3{
  max-width: 23%!important;
  padding-left: 0px;
  padding-right: 0px;
}

.row{
  margin: 0!important;
}
