@charset "UTF-8";

/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/

/*
    Created on : 2020/06/11, 17:59:15
    Author     : hirokifukuhara
*/

/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/

/*
    Created on : 2020/06/12, 11:16:44
    Author     : hirokifukuhara
*/

html,
body {
  word-wrap: break-word;
  /*height: 100% !important;*/
  margin: 0;
  padding: 0;
  overflow-wrap: break-word;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: 'Source Sans Pro',sans-serif;
}

.title_wrapper {
  padding-right: 400px;
}
@media screen and (max-width:640px) {
  .title_wrapper {
    padding-right: 10px;
  }
}

.content-header > .title_wrapper > h1 {
  font-size: 24px !important;
}

h1,
h2,
h3,
h4 {
  margin: 0;
  padding: 0;
}

*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}


.clearfix:after {
  content: "";
  display: block;
  clear: both;
}

.blackbg,
.blackbg_change_password,
.csv_blackbg {
  display: none;
  z-index: 10000;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.84);
}

.login_title {
  width: 173px;
  height: 113px;
  background: url('../images/login_logo.svg') no-repeat 50%;
  background-size: contain;
  text-indent: -9999px;
  display: block;
  margin: 0 auto 60px auto;
}

.logo-lg {
  width: 200px;
  height: 50px;
  /* background: url('../images/login_logo.svg') no-repeat 50%; */
  background-size: contain;
  /* text-indent: -9999px; */
}
.logo-mini {
  width: 50px;
  height: 50px;
  background: url('../images/login_logo.svg') no-repeat 50%;
  background-size: contain;
  text-indent: -9999px;
}

/* colorpickerのz-indexの値よりも低くした */
.work_blackbg
{
  display: none;
  z-index: 1030;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.84);
}

.popup,
#csvPopup {
  display: none;
  z-index: 10001;
  position: fixed;
  top: 10%;
  left: 50%;
  width: 600px;
  margin-left: -300px;
}

.popup .box-body,
#csvPopup .box-body {
  max-height: 600px;
  overflow-y: auto;
}

table.me {
  width: 100%;
  margin-top: 10px;
  border: 1px solid #E4E4E4;
}

table.me th {
  padding: 10px;
  border: 1px solid #E4E4E4;
}

table.me td {
  padding: 10px;
  border: 1px solid #E4E4E4;
}

.tc {
  text-align: center !important;
}

.tr {
  text-align: right !important;
}

.ib {
  display: inline-block !important;
}

.vm {
  vertical-align: middle;
}

.vtt {
  vertical-align: text-top;
}
.vt {
  vertical-align: top;
}

.L {
  float: left !important;
}

.L50 {
  float: left !important;
  width: 50%;
}

.R50 {
  float: right !important;
  width: 50%;
}

.R {
  float: right !important;
}

.C {
  clear: both !important;
}

/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/

/*
    Created on : 2020/06/12, 11:17:06
    Author     : hirokifukuhara
*/

.MainGradient {
  background: -moz-linear-gradient(left, #0070D0, #1FEDFF);
  background: -webkit-linear-gradient(left, #0070D0, #1FEDFF);
  background: linear-gradient(to right, #0070D0, #1FEDFF);
}

.logo-color {
  color: #FFFFFF !important;
}

.logo-color:hover {
  text-decoration: none !important;
}

/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/

/*
    Created on : 2020/06/12, 11:17:17
    Author     : hirokifukuhara
*/

.breadcrumb i.icon-box-s {
  display: inline-block;
  width: 12px;
  height: 12px;
}

.icon-box {
  display: inline-block;
  width: 14px;
  height: 14px;
}

.home {
  -webkit-mask-image: url(/images/home.svg?67f835decc777ab38c931ad5a9afbf64);
  background-color: #777777;
  background-size: contain;
  mask-image: url(/images/home.svg?67f835decc777ab38c931ad5a9afbf64);
}

.menu_daily_report {
  -webkit-mask-image: url(/images/daily_report.svg?07e71643d0027d7f47def03d98bca6b7);
  background-color: #777777;
  background-size: contain;
  mask-image: url(/images/daily_report.svg?07e71643d0027d7f47def03d98bca6b7);
}

.menu_new_create_daily_report {
  -webkit-mask-image: url(/images/daily_report_create.svg?73941b5ad7879a0327d5e2bb2d5a9629);
  background-color: #BECAD0;
  background-size: contain;
  mask-image: url(/images/daily_report_create.svg?73941b5ad7879a0327d5e2bb2d5a9629);
}

.menu_daily_report_list,
.menu_unread_daily_report_list {
  -webkit-mask-image: url(/images/daily_report_list.svg?497aa5760fae942777c6d9a702d4af97);
  background-color: #BECAD0;
  background-size: contain;
  mask-image: url(/images/daily_report_list.svg?497aa5760fae942777c6d9a702d4af97);
}

.menu_unread_comment_list,
.menu_employee_comment_list {
  -webkit-mask-image: url(/images/daily_report_comment.svg?68b0f2eace1cfbd90d9c625267f51272);
  background-color: #BECAD0;
  background-size: contain;
  mask-image: url(/images/daily_report_comment.svg?68b0f2eace1cfbd90d9c625267f51272);
}

.menu_favorite_list {
  -webkit-mask-image: url(/images/daily_report_favorite.svg?0eff3e19ebbf64880f8a9ba9ae24e669);
  background-color: #BECAD0;
  background-size: contain;
  mask-image: url(/images/daily_report_favorite.svg?0eff3e19ebbf64880f8a9ba9ae24e669);
}

.menu_all_employees_daily_report_list {
  -webkit-mask-image: url(/images/daily_report_all_employees.svg?88fba8a65b739a0dfa6d060ccb82857d);
  background-color: #BECAD0;
  background-size: contain;
  mask-image: url(/images/daily_report_all_employees.svg?88fba8a65b739a0dfa6d060ccb82857d);
}

.menu_employee_management {
  -webkit-mask-image: url(/images/employee_management.svg?9c5d32455ec4a4f0a769807046c5caad);
  background-color: #777777;
  background-size: contain;
  mask-image: url(/images/employee_management.svg?9c5d32455ec4a4f0a769807046c5caad);
}

.menu_employee_list {
  -webkit-mask-image: url(/images/daily_report_all_employees.svg?88fba8a65b739a0dfa6d060ccb82857d);
  background-color: #BECAD0;
  background-size: contain;
  mask-image: url(/images/daily_report_all_employees.svg?88fba8a65b739a0dfa6d060ccb82857d);
}

.menu_department_list,
.menu_department_management_child {
  -webkit-mask-image: url(/images/department_list.svg?3355029648c83fd95bc0f4ae848d8cf0);
  background-color: #BECAD0;
  background-size: contain;
  mask-image: url(/images/department_list.svg?3355029648c83fd95bc0f4ae848d8cf0);
}

.menu_summary_report {
  -webkit-mask-image: url(/images/summary_report.svg?b08a173858f5061f1323c7e95306b4c4);
  background-color: #777777;
  background-size: contain;
  mask-image: url(/images/summary_report.svg?b08a173858f5061f1323c7e95306b4c4);
}

.menu_work_total {
  -webkit-mask-image: url(/images/work_total.svg?6582242b256294a39ccfe8f2c7913424);
  background-color: #BECAD0;
  background-size: contain;
  mask-image: url(/images/work_total.svg?6582242b256294a39ccfe8f2c7913424);
}

.menu_daily_report_total {
  -webkit-mask-image: url(/images/total_daily_report.svg?b07857b36e4cb538ee53df571b7d6638);
  background-color: #BECAD0;
  background-size: contain;
  mask-image: url(/images/total_daily_report.svg?b07857b36e4cb538ee53df571b7d6638);
}

.menu_like_good_luck_total {
  -webkit-mask-image: url(/images/like.svg?177e591b9a68e7956bc3f6a35ce3f049);
  background-color: #BECAD0;
  background-size: contain;
  mask-image: url(/images/like.svg?177e591b9a68e7956bc3f6a35ce3f049);
}

.menu_overtime_total_result {
  -webkit-mask-image: url(/images/over_time.svg?db7a9870e084833623df9ac7b91c5eef);
  background-color: #BECAD0;
  background-size: contain;
  mask-image: url(/images/over_time.svg?db7a9870e084833623df9ac7b91c5eef);
}

.menu_data_download {
  -webkit-mask-image: url(/images/download.svg?3110c38efa1b931e82ebfe6d6929fd58);
  background-color: #BECAD0;
  background-size: contain;
  mask-image: url(/images/download.svg?3110c38efa1b931e82ebfe6d6929fd58);
}

.menu_admin_setting {
  -webkit-mask-image: url(/images/admin_setting.svg?2a5b76c45f65a78b781e1c8e589c6d20);
  background-color: #777777;
  background-size: contain;
  mask-image: url(/images/admin_setting.svg?2a5b76c45f65a78b781e1c8e589c6d20);
}

.menu_contract_information_management {
  -webkit-mask-image: url(/images/contract_information_completed.svg?75284aa599254102f10094d73598e969);
  background-color: #BECAD0;
  background-size: contain;
  mask-image: url(/images/contract_information_completed.svg?75284aa599254102f10094d73598e969);
}

.menu_employee_management_child {
  -webkit-mask-image: url(/images/employee_management_child.svg?9ca68c2d957d9a7b81994ff4d0c78993);
  background-color: #BECAD0;
  background-size: contain;
  mask-image: url(/images/employee_management_child.svg?9ca68c2d957d9a7b81994ff4d0c78993);
}

/*
.menu_department_management_child {
    @include icon_child_base;
    -webkit-mask-image: url("../images/department_management_child.svg");
    mask-image: url("../images/department_management_child.svg");
}*/

.menu_daily_report_setting {
  -webkit-mask-image: url(/images/daily_report_child.svg?34c9c8370332b19c88abfe50c8aa6c1a);
  background-color: #BECAD0;
  background-size: contain;
  mask-image: url(/images/daily_report_child.svg?34c9c8370332b19c88abfe50c8aa6c1a);
}

.menu_work_category_management {
  -webkit-mask-image: url(/images/daily_report_category_child.svg?251efea8e6313f90c0c020a6db7e09c7);
  background-color: #BECAD0;
  background-size: contain;
  mask-image: url(/images/daily_report_category_child.svg?251efea8e6313f90c0c020a6db7e09c7);
}

.menu_summary_setting {
  -webkit-mask-image: url(/images/aggregation_settings_child.svg?f06b9901435d3e36fcb5f0ce03f6dc14);
  background-color: #BECAD0;
  background-size: contain;
  mask-image: url(/images/aggregation_settings_child.svg?f06b9901435d3e36fcb5f0ce03f6dc14);
}

.menu_mypage_setting {
  -webkit-mask-image: url(/images/mypage_setting_child.svg?51a8aa00994996ba867d68ebb183c282);
  background-color: #BECAD0;
  background-size: contain;
  mask-image: url(/images/mypage_setting_child.svg?51a8aa00994996ba867d68ebb183c282);
}

.menu_daily_report_management {
  -webkit-mask-image: url(/images/daily_report_management_child.svg?f66e20624a3d407666a843113891916e);
  background-color: #BECAD0;
  background-size: contain;
  mask-image: url(/images/daily_report_management_child.svg?f66e20624a3d407666a843113891916e);
}

.menu_design_setting {
  -webkit-mask-image: url(/images/design_setting_child.svg?408dd8aeafecdd2b3d2e257d36c101c5);
  background-color: #BECAD0;
  background-size: contain;
  mask-image: url(/images/design_setting_child.svg?408dd8aeafecdd2b3d2e257d36c101c5);
}

.menu_holiday_setting,
.menu_overtime_alert_setting,
.menu_external_account_cooperetion_setting {
  -webkit-mask-image: url(/images/setting_common_child.svg?300e6544161b335d5038b7fd922bbd9f);
  background-color: #BECAD0;
  background-size: contain;
  mask-image: url(/images/setting_common_child.svg?300e6544161b335d5038b7fd922bbd9f);
}

.menu_personal_setting {
  -webkit-mask-image: url(/images/personal_setting.svg?1ec6cafe58c8995a2332b296c3bef26d);
  background-color: #777777;
  background-size: contain;
  mask-image: url(/images/personal_setting.svg?1ec6cafe58c8995a2332b296c3bef26d);
}

.menu_profile_setting {
  -webkit-mask-image: url(/images/employee_management_child.svg?9ca68c2d957d9a7b81994ff4d0c78993);
  background-color: #BECAD0;
  background-size: contain;
  mask-image: url(/images/employee_management_child.svg?9ca68c2d957d9a7b81994ff4d0c78993);
}

/*.menu_design_setting {
    @include icon_child_base;
    -webkit-mask-image: url("../images/design_setting_child.svg");
    mask-image: url("../images/design_setting_child.svg");
}*/

.menu_my_watch_setting {
  -webkit-mask-image: url(/images/mywatch_child.svg?0cac65908ce021da6659ec7cd75cde01);
  background-color: #BECAD0;
  background-size: contain;
  mask-image: url(/images/mywatch_child.svg?0cac65908ce021da6659ec7cd75cde01);
}

.menu_visitor_history_setting {
  -webkit-mask-image: url(/images/visitor_history_child.svg?ce7bc28c75671281e3ecf7bb8db5e92e);
  background-color: #BECAD0;
  background-size: contain;
  mask-image: url(/images/visitor_history_child.svg?ce7bc28c75671281e3ecf7bb8db5e92e);
}

.menu_google_cooperation_setting {
  -webkit-mask-image: url(/images/google.svg?ad5f9878bb6fcc8f02e145a4440c89c2);
  background-color: #BECAD0;
  background-size: contain;
  mask-image: url(/images/google.svg?ad5f9878bb6fcc8f02e145a4440c89c2);
}

.menu_link_setting {
  -webkit-mask-image: url(/images/link_child.svg?3fdbbe2025c76ffd4dda5d1b6e30491c);
  background-color: #BECAD0;
  background-size: contain;
  mask-image: url(/images/link_child.svg?3fdbbe2025c76ffd4dda5d1b6e30491c);
}

.menu_mypage_customization_setting {
  -webkit-mask-image: url(/images/mypage_customization_child.svg?797f702821b599afef24034e813e2ba5);
  background-color: #BECAD0;
  background-size: contain;
  mask-image: url(/images/mypage_customization_child.svg?797f702821b599afef24034e813e2ba5);
}

.menu_daily_report_child {
  -webkit-mask-image: url(/images/daily_report_child.svg?34c9c8370332b19c88abfe50c8aa6c1a);
  background-color: #BECAD0;
  background-size: contain;
  mask-image: url(/images/daily_report_child.svg?34c9c8370332b19c88abfe50c8aa6c1a);
}

.menu_task {
  -webkit-mask-image: url(/images/task_child.svg?a81d23bf7d6fdab6218f861742a4fca7);
  background-color: #BECAD0;
  background-size: contain;
  mask-image: url(/images/task_child.svg?a81d23bf7d6fdab6218f861742a4fca7);
}

.menu_notification_type {
  -webkit-mask-image: url(/images/alert_child.svg?69ed632067f4e444cab0c5736c9cf6b5);
  background-color: #BECAD0;
  background-size: contain;
  mask-image: url(/images/alert_child.svg?69ed632067f4e444cab0c5736c9cf6b5);
}

.menu_target_of_unread_daily_report {
  -webkit-mask-image: url(/images/target_child.svg?1f5238cb511996feaef7f731f3968aa4);
  background-color: #BECAD0;
  background-size: contain;
  mask-image: url(/images/target_child.svg?1f5238cb511996feaef7f731f3968aa4);
}

.menu_help {
  -webkit-mask-image: url(/images/help.svg?52cee30ee16d53c485d3266445e20e2e);
  background-color: #777777;
  background-size: contain;
  mask-image: url(/images/help.svg?52cee30ee16d53c485d3266445e20e2e);
}

.menu_admin_setting_help {
  -webkit-mask-image: url(/images/admin_setting.svg?2a5b76c45f65a78b781e1c8e589c6d20);
  background-color: #BECAD0;
  background-size: contain;
  mask-image: url(/images/admin_setting.svg?2a5b76c45f65a78b781e1c8e589c6d20);
}

.menu_personal_setting_help {
  -webkit-mask-image: url(/images/personal_setting.svg?1ec6cafe58c8995a2332b296c3bef26d);
  background-color: #BECAD0;
  background-size: contain;
  mask-image: url(/images/personal_setting.svg?1ec6cafe58c8995a2332b296c3bef26d);
}

/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/

/*
    Created on : 2020/06/12, 11:16:56
    Author     : hirokifukuhara
*/

.icon_box {
  width: 14px;
  height: 14px;
}

.main-sidebar a {
  text-decoration: none !important;
}

.main-sidebar a:hover {
  text-decoration: none !important;
}

.treeview-menu {
  padding-left: 10px !important;
}

.child_header {
  margin-left: -10px !important;
  padding: 10px 25px 10px 35px;
  background: #E6E6E6 !important;
  color: #333333;
  font-size: 12px;
}

.skin-black-light .sidebar-menu > li.header {
  background: #e4e4e4 !important;
}

.skin-black-light .sidebar-menu > li.active > a,
.skin-black-light .sidebar-menu > li:hover > a {
  background: #f4f4f5 !important;
  color: #000;
}

.menu-open{
  /*background: #f4f4f5 !important;*/
}

/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/

/*
    Created on : 2020/06/12, 11:19:31
    Author     : hirokifukuhara
*/

.table > tbody > tr > td.list_vm {
  vertical-align: middle;
}

th,
td {
  word-wrap: break-word;
}

td ul {
  margin:0;
  padding: 0;
  list-style: none;
}
td li {
  border-bottom: 1px solid #F4F4F4;
  padding: 10px;
}
td li:last-child{
  border-bottom: none;
}

/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/

/*
    Created on : 2020/06/12, 11:40:20
    Author     : hirokifukuhara
*/

.br0 {
  border-right: 0px solid transparent !important;
}

.aqua:before {
  display: block;
  width: 100%;
  height: 3px;
  margin-top: -3px;
  border-radius: 3px;
  background: -moz-linear-gradient(left, #0070D0, #1FEDFF);
  background: -webkit-linear-gradient(left, #0070D0, #1FEDFF);
  background: linear-gradient(to right, #0070D0, #1FEDFF);
  content: "";
}

/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/

/*
    Created on : 2020/06/12, 11:23:01
    Author     : hirokifukuhara
*/

.mr5 {
  margin-right: 5px !important;
}

.mr10 {
  margin-right: 10px !important;
}

.mr15 {
  margin-right: 15px !important;
}

.mr20 {
  margin-right: 20px !important;
}

.mb0 {
  margin-bottom: 0px !important;
}

.mb5 {
  margin-bottom: 5px !important;
}

.mb10 {
  margin-bottom: 10px !important;
}

.mb15 {
  margin-bottom: 15px !important;
}

/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/

/*
    Created on : 2020/06/12, 17:27:37
    Author     : hirokifukuhara
*/

.navbar-nav > .user-menu > .dropdown-menu > li.user-header {
  height: auto;
  min-height: 175px;
}

/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/

/*
    Created on : 2020/06/12, 17:44:42
    Author     : hirokifukuhara
*/

.btn-aqua {
  padding: 8px 14px 7px 14px !important;
  border-top-width: 0px !important;
  border-right-width: 0px !important;
  border-bottom-width: 0px !important;
  border-left-width: 0px !important;
  background: -moz-linear-gradient(left, #0070D0, #1FEDFF);
  background: -webkit-linear-gradient(left, #0070D0, #1FEDFF);
  background: linear-gradient(to right, #0070D0, #1FEDFF);
  color: #FFFFFF !important;
}

.btn-aqua:hover {
  background: -moz-linear-gradient(left, #0068C1, #00D0E2);
  background: -webkit-linear-gradient(left, #0068C1, #00D0E2);
  background: linear-gradient(to right, #0068C1, #00D0E2);
}

.btn-aqua-sm {
  padding: 6px 14px 5px 14px !important;
  border-top-width: 0px !important;
  border-right-width: 0px !important;
  border-bottom-width: 0px !important;
  border-left-width: 0px !important;
  background: -moz-linear-gradient(left, #0070D0, #1FEDFF);
  background: -webkit-linear-gradient(left, #0070D0, #1FEDFF);
  background: linear-gradient(to right, #0070D0, #1FEDFF);
  color: #FFFFFF !important;
}

.btn-aqua-sm:hover {
  background: -moz-linear-gradient(left, #0068C1, #00D0E2);
  background: -webkit-linear-gradient(left, #0068C1, #00D0E2);
  background: linear-gradient(to right, #0068C1, #00D0E2);
}

.Red {
  color: #FF0000;
}
.btn-blue {
  background: #00B1FF;
  color: #FFFFFF !important;
  text-decoration: none;
}

/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/

/*
    Created on : 2020/06/17, 14:54:02
    Author     : hirokifukuhara
*/

.form-control {
  border-radius: 0 !important;
  border-color: #d2d6de !important;
  box-shadow: none !important;
}

.navbar-nav > .user-menu > .dropdown-menu {
  width: 280px !important;
}

.bootstrap-timepicker-widget {
  width: 160px !important;
}

/**
* Select2のz-index指定
*/

.select2-container--open .select2-dropdown--below {
  z-index: 10002 !important;
}

/*
.dropdown-menu {
    width: 160px !important;
}
.datepicker.datepicker-dropdown.dropdown-menu.datepicker-orient-left.datepicker-orient-top{
    min-width: 160px !important;
}*/

.w85 {
  width: 85% !important;
}

/* === ボタンを表示するエリア ============================== */

.switchArea {
  /* 文字サイズ         */
  position: relative;
  /* 中央寄せ           */
  width: 70px;
  /* 親要素が基点       */
  margin: auto;
  /* ボタンの横幅       */
  background: #fff;
  /* 文字位置は中央     */
  font-size: 0px;
  /* 1行の高さ          */
  letter-spacing: 0;
  line-height: 1;
  /* 文字間             */
  text-align: center;
  /* デフォルト背景色   */
}

/* === チェックボックス ==================================== */

.switchArea input[type="checkbox"] {
  display: none;
  /* チェックボックス非表示 */
}

/* === チェックボックスのラベル（標準） ==================== */

.switchArea label {
  /* ボックス要素に変更 */
  box-sizing: border-box;
  display: block;
  /* 枠線を含んだサイズ */
  height: 30px;
  /* ボタンの高さ       */
  border: 1px solid #999999;
  /* 未選択タブのの枠線 */
  border-radius: 15px;
  /* 角丸               */
}

/* === チェックボックスのラベル（ONのとき） ================ */

.switchArea input[type="checkbox"]:checked + label {
  border-color: #78bd78;
  /* 選択タブの枠線     */
}

/* === 表示する文字（標準） ================================ */

.switchArea label span:after {
  /* 表示する文字       */
  padding: 0;
  /* 表示する位置       */
  color: #999999;
  content: "";
  /* 文字色             */
}

/* === 表示する文字（ONのとき） ============================ */

.switchArea input[type="checkbox"]:checked + label span:after {
  /* 表示する文字       */
  padding: 0;
  /* 表示する位置       */
  color: #78bd78;
  content: "";
  /* 文字色             */
}

/* === 丸部分のSTYLE（標準） =============================== */

.switchArea .swImg {
  position: absolute;
  /* カーソルタブの背景 */
  top: 2px;
  /* 親要素からの位置   */
  left: 2px;
  /* 親要素からの相対位置*/
  width: 26px;
  /* 丸の横幅           */
  height: 26px;
  /* 親要素からの位置   */
  border-radius: 50%;
  /* 丸の高さ           */
  background: #999999;
  /* 角丸               */
  transition: .2s;
  /* 滑らか変化         */
}

/* === 丸部分のSTYLE（ONのとき） =========================== */

.switchArea input[type="checkbox"]:checked ~ .swImg {
  transform: translateX(40px);
  /* 丸も右へ移動       */
  background: #78bd78;
  /* カーソルタブの背景 */
}

h1, h2, h3, h4, p {
  font-family: 'Hiragino Kaku Gothic ProN W3' !important;
}

.content_max_width {
  width: 1200px;
}

@media screen and (max-width:1440px) {
  .content_max_width {
    width: 100%;
  }
}

.tar {
  text-align: right;
}

.gradation_wrap {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: fixed;
}

.login_form_box,
.create_form_box {
  width: 275px;
  margin: 0 auto;
  padding: 10% 0 0 0;
}

.finish_box,
.mail_form_box {
  text-align: center;
  margin: 0 auto;
  padding: 20% 0 0 0;
}

.tc {
  text-align: center;
}

.ar {
  text-align: right;
}

.ib {
  display: inline-block;
}

.vm {
  vertical-align: middle;
}

.w275 {
  width: 275px;
}

.mt10 {
  margin-top: 10px !important;
}

.mb10 {
  margin-bottom: 10px !important;
}

.mb20 {
  margin-bottom: 20px !important;
}

.mb30 {
  margin-bottom: 30px !important;
}

.mb40 {
  margin-bottom: 40px !important;
}

.mb50 {
  margin-bottom: 50px !important;
}

.mr5 {
  margin-right: 5px !important;
}

.mr10 {
  margin-right: 10px !important;
}

.mr20 {
  margin-right: 20px !important;
}

.ma {
  margin: 0 auto;
}

.f12 {
  font-size: 12px !important;
}

.f14 {
  font-size: 14px !important;
}

.f16 {
  font-size: 16px !important;
}

.f18 {
  font-size: 18px !important;
}

.f24 {
  font-size: 24px !important;
}

.f36 {
  font-size: 36px !important;
}

.f48 {
  font-size: 48px !important;
}

.f54 {
  font-size: 54px !important;
}

.f60 {
  font-size: 60px !important;
}

.f72 {
  font-size: 72px !important;
}

.fw-n {
  font-weight: normal !important;
}
/*
.cropper-crop-box, .cropper-view-box {
  border-radius: 50%;
}

.cropper-view-box {
  box-shadow: 0 0 0 1px #39f;
  outline: 0;
}

.dz-image img {
  width: 100%;
  height: 100%;
}

.dropzone .dz-preview .dz-image {
  border-radius: 10% !important;
}

.btn-circle.btn-xl {
  width: 70px;
  height: 70px;
  padding: 10px 16px;
  border-radius: 35px;
  font-size: 24px;
  line-height: 1.33;
}

.btn-circle {
  width: 30px;
  height: 30px;
  padding: 6px 0px;
  border-radius: 15px;
  text-align: center;
  font-size: 12px;
  line-height: 1.42857;
}

#profile-add-picture {
  margin-left: -30px;
  margin-top: 65px;
} */

.submit_button {
  width: 100%;
  height: 50px;
  border-radius: 25px;
  border: 2px solid #ffffff;
}

.blue_gradation {
  background: linear-gradient(to right, #0070D0, #1FEDFF);
}

.button_blue {
  background: #00B1FF;
}

.white {
  color: #FFFFFF !important;
}

.login_form_box input[type="text"], .login_form_box input[type="password"], .login_form_box input[type="tel"], .login_form_box input[type="email"], .login_form_box input[type="number"],
.create_form_box input[type="text"],
.create_form_box input[type="password"],
.create_form_box input[type="tel"],
.create_form_box input[type="email"],
.create_form_box input[type="number"],
.mail_form_box input[type="text"],
.mail_form_box input[type="password"],
.mail_form_box input[type="tel"],
.mail_form_box input[type="email"],
.mail_form_box input[type="number"] {
  background: transparent;
  border-top: none;
  border-right: none;
  border-left: none;
  border-bottom: 1px solid #FFFFFF;
  width: 100%;
  padding: 10px;
  color: #FFFFFF;
}

.login_form_box input[type="text"]::placeholder, .login_form_box input[type="password"]::placeholder, .login_form_box input[type="tel"]::placeholder, .login_form_box input[type="email"]::placeholder, .login_form_box input[type="number"]::placeholder,
.create_form_box input[type="text"]::placeholder,
.create_form_box input[type="password"]::placeholder,
.create_form_box input[type="tel"]::placeholder,
.create_form_box input[type="email"]::placeholder,
.create_form_box input[type="number"]::placeholder,
.mail_form_box input[type="text"]::placeholder,
.mail_form_box input[type="password"]::placeholder,
.mail_form_box input[type="tel"]::placeholder,
.mail_form_box input[type="email"]::placeholder,
.mail_form_box input[type="number"]::placeholder {
  font-family: 'Hiragino Kaku Gothic ProN W3' !important;
  color: #FFFFFF;
}

.login_form_box a,
.create_form_box a,
.mail_form_box a {
  color: #FFFFFF;
}

.finish_box a.submit_button {
  width: 275px;
  height: 50px;
  margin: 0 auto;
  border-radius: 25px;
  padding-top: 13px;
  display: block;
  border: 2px solid #ffffff;
  color: #FFFFFF;
  text-decoration: none;
}

.error_area {
  width: 275px;
  height: 40px;
  border-radius: 20px;
  padding-top: 9px;
  background: rgba(255,255,255, 0.74);
  color: #ff0000;
  text-align: center;
  font-size: 16px;
  font-weight: bold;
}

.w45p {
  width: 45%;
}

.w50p {
  width: 50%;
}

.disabled {
  cursor: not-allowed !important;
}


.blackbg {
  width: 100%;
  height: 100%;
  display: none;
  background: rgba(0, 0, 0, 0.74);
  top: 0;
  left: 0;
  position: fixed;
  z-index: 10004;
}






.avatar_popup,                                                                                                                                                             _popup,
.department_popup,
.working_hour_popup,
.project_popup,
.template_popup,
.ireport_schedule_popup,
.change_password_popup {
  width: 400px;
  display: none;
  top: 20%;
  left: 50%;
  margin-left: -200px;
  position: absolute;
  z-index: 10005;
}
.project_csv_popup {
  width: 600px;
  display: none;
  top: 20%;
  left: 50%;
  margin-left: -300px;
  position: absolute;
  z-index: 10005;
}
.comment_post_popup {
  width: 800px;
  display: none;
  top: 20%;
  left: 50%;
  margin-left: -400px;
  position: absolute;
  z-index: 10005;
}
.ireport_popup {
  width: 800px;
  display: none;
  top: 20%;
  left: 50%;
  margin-left: -400px;
  position: absolute;
  z-index: 10005;
}

/* color-pickerが表示されない不具合があったのでz-indexの値を下げておく */
.work_popup
{
  width: 400px;
  display: none;
  top: 20%;
  left: 50%;
  margin-left: -200px;
  position: absolute;
  z-index: 1031;
}

.company_popup {
  width: 600px;
  display: none;
  top: 10%;
  left: 50%;
  margin-left: -300px;
  position: absolute;
  z-index: 10005;
}

.PopUpUpdateTask {
  width: 800px;
  display: none;
  top: 20%;
  left: 50%;
  margin-left: -400px;
  position: absolute;
  z-index: 10005;
}



.hasError {
  border: 1px solid #FF0000 !important;
}

.error {
  padding: 5px;
  color: #FF0000;
  font-family: 'Helvetica Neue';
  font-weight: 400;
}

.lime {
  color: #21b384 !important;
}

.lightgray {
  color: #CCCCCC !important;
}

.color_box {
  width: 30px;
  height: 30px;
  display: inline-block;
}

/* select2-container huck */
.select2-container {
  display: block !important;
}
.select2-container--default.select2-container--open {
  z-index: 10005 !important;
}

hr {
  height: 1px;
  background-color: #E5E5E5 !important;
  border: none;
  color: #E5E5E5 !important;
}

.w400 {
  width: 400px !important;
}

.w90p {
  width: 90% !important;
  display: inline-block;
}
.w80p {
  width: 80% !important;
  display: inline-block;
}

.drop_area {
  border: 3px dotted #0070D0;
  border-radius: 5px;
  background: #FFFFFF;
  padding: 20px;
  line-height: 180% !important;
  margin-bottom: 15px !important;
}

.ma {
  margin: 10px auto;
}

.filter_area {
  padding: 15px 0 0 0;
}

.filter_area h3 {
  font-size: 18px;
}

.filter_area ul{
  display: inline-block;
  padding-left: 0;
}

.all_selected {
  background: #00B1FF;
  border-radius: 15px;
  height: 30px;
  padding: 5px 15px;
  color: #FFFFFF;
}

/* status color */
.task_label {
  background: #7CA85B;
  font-size: 12px !important;
  border-radius: 12px;
  height: 24px;
  padding: 3px 15px;
  color: #FFFFFF;
}
.concerns_label {
  background: #333333;
  font-size: 12px !important;
  border-radius: 12px;
  height: 24px;
  padding: 3px 15px;
  color: #FFFFFF;
}

.not_complete_label {
  background: #FA7A7A;
  font-size: 12px !important;
  border-radius: 12px;
  height: 24px;
  padding: 3px 15px;
  color: #FFFFFF;
}

.processing_label {
  background: #1098D5;
  font-size: 12px !important;
  border-radius: 12px;
  height: 24px;
  padding: 3px 15px;
  color: #FFFFFF;
}

.processed_label {
  background: #05B470;
  font-size: 12px !important;
  border-radius: 12px;
  height: 24px;
  padding: 3px 15px;
  color: #FFFFFF;
}

.done_label {
  background: #20E3A7;
  font-size: 12px !important;
  border-radius: 12px;
  height: 24px;
  padding: 3px 15px;
  color: #FFFFFF;
}


.fwb {
  font-weight: bold !important;
}

.lh100 {
  line-height: 100% !important;
}

.comment_post_area {
  bottom: 0;
  position: fixed;
  z-index: 1000;
  min-height: 100px !important;
}


/*
    Created on : 2020/12/23, 16:40:02
    Author     : Masaki Ito
*/

img.avatar {
  /* height: 100%;  */
  width: 100%;
  border-radius: 50%;
}

.mb15vw {
  margin-bottom: 15vw !important;
}

/*
    Author     : yugoinnami
*/

.incrementing-ireports-wrapper, 
.incrementing-users-wrapper {
  background-color: #ecf0f5;
  border: none !important;
  box-shadow: none !important;
}

.no-ireports,
.no-users {
  background-color: #fff;
  padding: 10px;
}

.incrementing-ireport,
.incrementing-user {
  background-color: #fff;
  margin-bottom: 4px;
  box-shadow: 0 0.5px 0.5px rgb(0 0 0 / 10%);
}

.box-including-incrementing-users,
.box-including-incrementing-ireports {
  box-shadow: none;
}

.department_label {
  background: #1098D5;
  font-size: 12px !important;
  border-radius: 12px;
  height: 15px;
  padding: 2px 15px;
  color: #FFFFFF;
}

.all_selected_clear {
  background: #bbbbbb !important;
  cursor: pointer;
}

.select_list {
  border-radius: 15px;
  height: 30px;
  padding: 5px 15px;
  color: #FFFFFF;
}

.selected {
  cursor: text !important;
  background: #00B1FF;
}

.unselected {
  cursor: pointer !important;
  background: #bbbbbb !important;
}

.unread {
  display: inline-block;
  background: #00B1FF;
  width:10px; height:10px;
  border-radius: 50%;
  position: absolute;
  top: 0px;
  right: 0px;
}

.favorite {
  width:24px;
  height:24px;
  cursor:pointer;
}



/*
    Created on : 2020/12/30
    Author     : Masaki Ito
    * /work_reports テーブル行の効果
*/

table#work_hour_table tr.checked_row{
  background: #abd6fc !important;
}

/*
    Created on : 2021/01/05
    Author     : Masaki Ito
    * /work_reports テーブル行の効果
*/

table tr.data_row.total_hour{
  font-weight: bold;
}

table#work_hour_table td{
  pointer-events: auto;
}

table#work_hour_table tr:hover{
  background: #ebf3fa;
  cursor: pointer;
}

p.chart-center {
  position: absolute;
  top: 0;
  left: 0;
  margin: auto;
  right: 0;
  margin: auto;
  text-align: center;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

/* .ireport .ireport-content *{
  color: #000;
}
.ireport .ireport-content:hover {
  background: #ebf3fa;
  cursor: pointer;
} */

.ireport:hover {
  background: #F0FCFF;
  cursor: pointer;
}

i#like_button, i.like_button, i#follow_button {
  cursor: pointer;
}

a .avatar, a .user_name {
  color: #000;
  cursor: pointer;
}
a .avatar:hover, a .user_name:hover {
  background: #ebf3fa;
}

/*
    Created on : 2021/01/19
    Author     : Masaki Ito
    * /work_reports チャートの切り替えスイッチ
*/

@import url(https://fonts.googleapis.com/css?family=Open+Sans);

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

.radio-inline__input {
    clip: rect(1px, 1px, 1px, 1px);
    position: absolute !important;
}

.radio-inline__label {
    display: inline-block;
    padding: 0.5rem 1rem;
    margin-right: 5px;
    transition: all .2s;
    cursor: pointer;
  }

#pieChart, #barChart {
    height: 300px;
}

/* 日報一覧用 */
/* 2021-01-21福原追記 */
.icon_box {
  width: 60px;
  height: 60px;
  display: inline-block;
  float: left;
  position: relative;
}
.date_text {
  font-weight: 900;
  color: #555555 !important;
}
.ireport {
  padding: 0 12px;
}

.ireport-content {
  padding: 12px 0;
}

.ptb10 {
  padding: 10px 0 !important;
}
.mr20 {
  margin-right: 20px !important;
}
.pl20 {
  padding-left: 20px !important;
}

.comment_area {
  padding-top: 12px;
  padding-bottom: 12px;
  border-bottom: 5px solid #F4F4F4;
}
.comment_position_relative {
  position: relative;
}
.comment_position {
  bottom: 0px;
  position: fixed;
  z-index: 1000;
}

.content_text {
  width: 80%;
}
.w80p {
  width: 80% !important;
}

.ma {
  margin-right: auto !important;
  margin-left: auto !important;
}
.p10 {
  padding: 10px !important;
}

.bb1 {
  border-bottom: 1px solid #F4F4F4;
}

.bt1 {
  border-top: 1px solid #F4F4F4;
}

.mb15 {
  margin-bottom: 15px !important;
}

.mh600 {
  min-height: 600px;
  position: relative;
}
.cm {
  width: 100%;
  text-align: center;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  position: absolute;
}
.cm b {
  color: #A0A0A0;
}

.bb5 {
  border-bottom: 5px solid #f4f4f4;
}

/**
 2021-01-26 Loick: Moved css from ireport_user/show.blade.php
*/

.staff_area {
  position: relative;
  background: #FFFFFF;
}

.comment_edit_bt,
.edit_bt {
  width: 40px;
  height: 40px;
  background: url("../images/edit_icon_normal.svg") no-repeat;
  background-size: contain;
  display: block;
  top: 5px;
  right: 5px;
  position: absolute;
  cursor: pointer !important;
}

.comment_edit_bt:hover
.edit_bt:hover {
  background: url("../images/edit_icon_active.svg") no-repeat;
  background-size: contain;
  cursor: pointer !important;
}

.comment_edit_box,
.edit_box {
  width: 267px;
  height: 234px;
  display: none;
  background: url("../images/edit_box_bg.svg") no-repeat 50%;
  background-size: cover;
  top: 50px;
  right: 4px;
  position: absolute;
  padding: 20px 10px;
  z-index: 10001;
}

.comment_edit_box ul,
.edit_box ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.comment_edit_box ul li,
.edit_box ul li {
  padding-top: 10px;
  padding-left: 15px;
}

.comment_edit_box ul li.edit_button a,
.edit_box ul li.edit_button a {
  display: block;
  width: 100%;
  background: url("../images/edit_icon.svg") no-repeat left 5px;
  background-size: 12px 12px;
  padding-left: 20px;
  font-size: 15px;
  text-decoration: none;
  color: #333333;
  padding-bottom: 10px;
  border-bottom: 1px solid #e5e5e5;
}
.comment_edit_box ul li.edit_button a:hover,
.edit_box ul li.edit_button a:hover {
  cursor: pointer;
}


.comment_edit_box ul li.delete_button a,
.edit_box ul li.delete_button a {
  width: 100%;
  display: block;
  background: url("../images/trash_icon.svg") no-repeat left 50%;
  background-size: 12px 17px;
  padding-left: 20px;
  font-size: 15px;
  text-decoration: none;
  color: #333333;
}
.comment_edit_box ul li.delete_button a:hover,
.edit_box ul li.delete_button a:hover {
  cursor: pointer;
}

  .comment_close_edit_box,
.close_edit_box {
  width: 96%;
  display: block;
  border: 1px solid #e5e5e5;
  border-radius: 5px;
  text-align: center;
  padding-top: 10px;
  padding-bottom: 10px;
  bottom: 5px;
  left: 5px;
  position: absolute;
  cursor: pointer;
}


/*
    Created on : 2021/02/01
    Author     : Masaki Ito
    * /irepors/show, /ireport_task/show のコメント投稿ボタン
*/

.comment_post_button:hover {
  background: #F0FCFF;
  cursor: pointer;
}

/*
    work_report doughnutChart の真ん中の総時間表示
*/
#total_hours {
  position: absolute;
  top: 50%;
  left: 62%;
  text-align: center;
}

/*
  Created on : 2021/02/09
  Author     : Masaki Ito
  DatePicker が隠れないよう、最前面へ
*/
.datepicker {
  z-index: 1300;
}

/*
  Created on : 2021/02/15
  Author     : Masaki Ito
  タスク一覧のフィルターボタン
*/

#status_filter li {
  cursor: pointer;
}

#status_filter li.all_selected {
  cursor: text;
}

a.js_schedule_edit:hover {
  font-weight: bold;
}
a.js_schedule_delete.Red:hover{
  font-weight: bold;
  color: #FF0000;
}

/*
  Created on : 2021/03/17
  Author     : Masaki Ito
  日報の日付を変更する DatePicker
*/

#pick_target_date {
  color: #00B1FF;
  border: 1px solid #00B1FF;
  padding: 5px;
  border-radius: 5px;
  cursor: pointer;
}

.selected_date {
  background-color: #00B1FF !important;
  color: #fff !important;
}
