/* ======================================
 base
====================================== */
img {
  max-width: 100%;
  height: auto;
}

hr {
  border-top: 1px solid #ccc;
}

/* ======================================
 header
====================================== */
.main-header .logo {
  line-height: inherit;
  text-align: left;
  padding: 12px 10px 12px 18px;
  height: 60px;
}

.main-header .logo .logo_img {
  display: block;
  font-size: 0;
}

.main-header .logo .logo_img img {
  max-width: 50%;
  padding: 0;
  margin-bottom: 1px;
}

.main-header .logo .logo_text {
  font-size: 18px;
}

.main-header .navbar {
  padding-left: 15px;
}

.main-header .navbar .breadcrumb {
  margin-bottom: 0;
  display: inline-block;
  background-color: inherit;
  padding: 20px 0;
}

.main-header .navbar .breadcrumb > .active {
  color: #333;
}

.main-header .navbar .breadcrumb a {
  color: #777;
}

.header_menu_icon.ml_auto.js-menuIcon {
  display: none;
}

.breadcrumb > li + li:before {
  padding: 0 2px;
}

@media (min-width: 768px) {
  .main-header .navbar .breadcrumb {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .navbar-nav > li > a {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}


/* ======================================
 form
====================================== */
label {
  font-weight: normal;
}

textarea {
  max-width: 100%;
  min-width: 100%;
  min-height: 70px;
}

select,
select.form-control {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  text-indent: 0.01px;
  -o-text-overflow: '';
  text-overflow: '';
  background-color: #fff;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20viewBox%3D%220%200%2019%2019%22%3E%3Cpolygon%20points%3D%223%2C7%205%2C7%209.5%2C11.5%2014%2C7%2016%2C7%209.5%2C13.5%20%22%20fill%3D%22%23999%22/%3E%3C/svg%3E");
  background-position: right 8px center;
  background-repeat: no-repeat;
  background-size: 18px;
  padding-right: 30px;
}

/* custom check box */
input[type="checkbox"].ccb {
  display: none;
}

input[type="checkbox"].ccb + span {
  position: relative;
  display: inline-block;
  padding: 3px 3px 3px 23px;
  cursor: pointer;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}

input[type="checkbox"].ccb.checkbox_substituteApply + span {
  padding-left: 15px;
}

input[type="checkbox"].ccb + span:before,
input[type="checkbox"].ccb + span:after {
  position: absolute;
  content: '';
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}

input[type="checkbox"].ccb + span:before {
  top: 50%;
  left: 0;
  width: 18px;
  height: 18px;
  margin-top: -9px;
  background: #f4f4f4;
  border: 1px solid #ccc;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
}

input[type="checkbox"].ccb + span:after {
  opacity: 0;
  top: 50%;
  left: 5px;
  width: 8px;
  height: 6px;
  margin-top: -4.5px;
  border-left: 2px solid #3284A2;
  border-bottom: 2px solid #3284A2;
  -webkit-transform: rotate(-45deg) scale(0.5);
  -moz-transform: rotate(-45deg) scale(0.5);
  -ms-transform: rotate(-45deg) scale(0.5);
  -o-transform: rotate(-45deg) scale(0.5);
  transform: rotate(-45deg) scale(0.5);
}

input[type="checkbox"].ccb:checked + span:before {
  background: #fff;
  border: 1px solid #3284A2;
}

input[type="checkbox"].ccb:checked + span:after {
  opacity: 1;
  -webkit-transform: rotate(-45deg) scale(1);
  -moz-transform: rotate(-45deg) scale(1);
  -ms-transform: rotate(-45deg) scale(1);
  -o-transform: rotate(-45deg) scale(1);
  transform: rotate(-45deg) scale(1);
}

input[type="checkbox"].ccb:disabled + span {
  cursor: auto;
}

input[type="checkbox"].ccb:disabled + span:before {
  background: #ccc !important;
  border: 1px solid #BFBFBF !important;
}

input[type="checkbox"].ccb:disabled + span:after {
  border-color: #BFBFBF !important;
}

input[type="checkbox"].ccb.noLabel + span {
  padding-left: 15px;
  padding-top: 4px;
  padding-bottom: 4px;
}

input[type="checkbox"].ccb.btn + span {
  padding: 10px 12px 10px 32px;
  border: solid 1px #AAB2BD;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  font-size: 13px;
  background: #fff;
}

input[type="checkbox"].ccb.btn + span:before,
input[type="checkbox"].ccb.btn + span:after {
  margin-left: 10px;
}

input[type="checkbox"].ccb.btn + span:before {
  background: none;
  border-color: #AAB2BD;
}

input[type="checkbox"].ccb.btn + span:after {
  background: none;
  border-color: #7D8591;
}

input[type="checkbox"].ccb.btn:checked + span {
  background: #CBCBCB;
}

input[type="checkbox"].ccb.btn:disabled + span {
  background: #E4E4E4 !important;
}

/* custom radio */
input[type="radio"].crd {
  display: none;
}

input[type="radio"].crd + span {
  position: relative;
  display: inline-block;
  padding: 3px 3px 3px 20px;
  cursor: pointer;
}

input[type="radio"].crd.noLabel + span {
  padding-left: 13px;
}

input[type="radio"].crd + span:before,
input[type="radio"].crd + span:after {
  position: absolute;
  content: '';
  top: 50%;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  -o-border-radius: 100%;
  border-radius: 100%;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}

input[type="radio"].crd + span:before {
  left: 0;
  width: 16px;
  height: 16px;
  margin-top: -8px;
  background: #f3f3f3;
  border: 1px solid #ccc;
}

input[type="radio"].crd + span:hover:before {
  background: #fff;
}

input[type="radio"].crd + span:after {
  opacity: 0;
  left: 4px;
  width: 8px;
  height: 8px;
  margin-top: -4px;
  background: #3284A2;
  -webkit-transform: scale(2);
  -moz-transform: scale(2);
  -ms-transform: scale(2);
  -o-transform: scale(2);
  transform: scale(2);
}

input[type="radio"].crd:checked + span:before {
  background: #fff;
  border: 1px solid #3284A2;
}

input[type="radio"].crd:checked + span:after {
  opacity: 1;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}

input[type="radio"].crd:disabled + span {
  cursor: auto;
}

input[type="radio"].crd:disabled + span:before {
  background: #ccc !important;
  border: 1px solid #BFBFBF !important;
}

input[type="radio"].crd:disabled + span:after {
  background: #BFBFBF !important;
}

input[type="radio"].crd.btn + span {
  padding: 10px 12px 10px 32px;
  border: solid 1px #AAB2BD;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  font-size: 13px;
  background: #fff;
}

input[type="radio"].crd.btn + span:before,
input[type="radio"].crd.btn + span:after {
  margin-left: 10px;
}

input[type="radio"].crd.btn + span:before {
  background: #fff;
  border-color: #AAB2BD;
}

input[type="radio"].crd.btn + span:after {
  background: #7D8591;
}

input[type="radio"].crd.btn:checked + span {
  background: #CBCBCB;
}

input[type="radio"].crd.btn:disabled + span {
  background: #E4E4E4 !important;
}

/* err */
input.err, textarea.err, select.err,
input[type="checkbox"].ccb.err:not(.btn) + span:before,
input[type="radio"].crd.err:not(.btn) + span:before,
input[type="checkbox"].ccb.btn.err + span,
input[type="radio"].crd.btn.err + span,
.fileInputBox.err .inputArea,
.signatureBox.err {
  border-color: #dd4b39;
}

/* daterangepicker */
.daterangepicker .calendar-table th.day_sun,
.daterangepicker .calendar-table td.day_sun {
  color: #dd4b39;
}

.daterangepicker .calendar-table th.off.day_sun,
.daterangepicker .calendar-table td.off.day_sun {
  color: #d0a19c;
}

.daterangepicker .calendar-table th.day_sat,
.daterangepicker .calendar-table td.day_sat {
  color: #2b74b3;
}

.daterangepicker .calendar-table th.off.day_sat,
.daterangepicker .calendar-table td.off.day_sat {
  color: #94b4cc;
}

.daterangepicker .calendar-table th.active.day_sun,
.daterangepicker .calendar-table td.active.day_sun,
.daterangepicker .calendar-table th.active.day_sat,
.daterangepicker .calendar-table td.active.day_sat {
  color: #fff;
}

/* validateForm */
form.validateForm .alert_area {
  padding: 15px;
  margin: 10px 0;
  background-color: #dd4b39;
  color: #fff;
  border-radius: 3px;
}

form.validateForm .alert_area ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

form.validateForm .alert_area li {
  margin-bottom: 4px;
  padding-left: 26px;
  position: relative;
}

form.validateForm .alert_area li:last-child {
  margin-bottom: 0;
}

form.validateForm .alert_area li:before {
  content: "\f06a";
  display: inline-block;
  position: absolute;
  left: 4px;
  top: 1px;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: 19px;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

input#asset-number,
input#shipping-number {
  -ms-ime-mode: inactive;
}

/* ======================================
 sidebar
====================================== */
.main-sidebar {
  padding-top: 60px;
}

.sidebar-menu > li > a {
  padding: 15px 5px 15px 17px;
}

.skin-black .sidebar a.limited-menu,
.skin-custom.skin-black .sidebar-menu > li.active > a.limited-menu {
  color: #3c8dbc;
}

/* ======================================
 content
====================================== */
.content section:not(:first-of-type):not(:last-of-type) {
  margin-bottom: 30px;
}

a {
  color: #44BFA0;
}

a.text-decorationUl {
  text-decoration: underline;
}

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

.table a,
.inputs-table .table-content a,
.search-shelves a {
  color: #44BFA0;
  text-decoration: underline;
}

.table a:hover {
  color: #58606B;
}

.table-pink a {
  display: block;
  color: #E56370;
}

a.btn-orange {
  margin: 1%;
  font-weight: bold;
  color: #f39c12;
  background: #fff;
  border-color: #f39c12;
  text-decoration: none;
}

a.btn-orange:hover {
  color: #E58B63;
  background: #F2E6D8;
}

button.btn-orange {
  margin: 1%;
  font-weight: bold;
  color: #f39c12;
  background: #fff;
  border-color: #f39c12;
  text-decoration: none;
}

button.btn-orange:hover {
  color: #E58B63;
  background: #F2E6D8;
}

a.confirm_delete {
  color: #CB646E;
  text-decoration: underline;
}

.fixed .content-wrapper,
.fixed .right-side {
  padding-top: 60px;
}

.content-header {
  padding: 15px 0;
}

.content-header .btn:not(:first-of-type) {
  margin-left: 10px;
}

.page-header {
  margin: 20px 0 10px;
  padding-bottom: 0;
  font-size: 20px;
}

.row > .page-header {
  padding-right: 15px;
  padding-left: 15px;
}

.text-pink {
  color: #E56370;
}

.text-white {
  color: #E9E9E9;
}

/* btn */
.btn-default {
  background-color: #ffffff;
  border-color: #d3d7dc;
}

.btn-default:hover,
.btn-default.disabled,
.btn-default[disabled],
fieldset[disabled] .btn-default {
  background-color: #e3e3e3;
}

.btn-default.disabled.focus, .btn-default.disabled:focus, .btn-default.disabled:hover, .btn-default[disabled].focus, .btn-default[disabled]:focus, .btn-default[disabled]:hover, fieldset[disabled] .btn-default.focus, fieldset[disabled] .btn-default:focus, fieldset[disabled] .btn-default:hover {
  background-color: #e3e3e3;
}

.btn-primary {
  background-color: #3284A2;
  border-color: #3284A2;
}

.btn-primary:hover {
  background-color: #287693;
  border-color: #287693;
}

.btn-primary.disabled.focus, .btn-primary.disabled:focus, .btn-primary.disabled:hover, .btn-primary[disabled].focus, .btn-primary[disabled]:focus, .btn-primary[disabled]:hover, fieldset[disabled] .btn-primary.focus, fieldset[disabled] .btn-primary:focus, fieldset[disabled] .btn-primary:hover {
  background-color: #3284A2;
  border-color: #3284A2;
}

.btn-success {
  background-color: #44bfa0;
  border-color: #44bfa0;
}

.btn-success:hover {
  background-color: #8ed8c5;
  border-color: #8ed8c5;
}

.btn-success.disabled.focus, .btn-success.disabled:focus, .btn-success.disabled:hover, .btn-success[disabled].focus, .btn-success[disabled]:focus, .btn-success[disabled]:hover, fieldset[disabled] .btn-success.focus, fieldset[disabled] .btn-success:focus, fieldset[disabled] .btn-success:hover {
  background-color: #44bfa0;
  border-color: #44bfa0;
}

.btn-info {
  background-color: #8582BF;
  border-color: #8582BF;
}

.btn-info:hover {
  background-color: #7471B1;
  border-color: #7471B1;
}

.btn-info.disabled.focus, .btn-info.disabled:focus, .btn-info.disabled:hover, .btn-info[disabled].focus, .btn-info[disabled]:focus, .btn-info[disabled]:hover, fieldset[disabled] .btn-info.focus, fieldset[disabled] .btn-info:focus, fieldset[disabled] .btn-info:hover {
  background-color: #8582BF;
  border-color: #8582BF;
}

.btn-danger {
  background-color: #e56370;
  border-color: #e56370;
}

.btn-danger:hover {
  background-color: #e5babf;
  border-color: #e5babf;
}

.btn-danger.disabled.focus, .btn-danger.disabled:focus, .btn-danger.disabled:hover, .btn-danger[disabled].focus, .btn-danger[disabled]:focus, .btn-danger[disabled]:hover, fieldset[disabled] .btn-danger.focus, fieldset[disabled] .btn-danger:focus, fieldset[disabled] .btn-danger:hover {
  background-color: #e56370;
  border-color: #e56370;
}

.btn-warning {
  background-color: #f39c12;
  border-color: #e08e0b;
}

.btn-warning:hover {
  background-color: #E4920F;
  border-color: #E4920F;
}

.btn-warning.disabled.focus, .btn-warning.disabled:focus, .btn-warning.disabled:hover, .btn-warning[disabled].focus, .btn-warning[disabled]:focus, .btn-warning[disabled]:hover, fieldset[disabled] .btn-warning.focus, fieldset[disabled] .btn-warning:focus, fieldset[disabled] .btn-warning:hover {
  background-color: #f39c12;
  border-color: #e08e0b;
}

.btn-white {
  background: #fff;
  border-color: #44BFA0;
  color: #44BFA0;
}

.btn-white:hover {
  background: #8ED8C5;
  color: #fff;
}

.table a.link-btn,
button.link-btn {
  margin-bottom: 10px;
  padding: 3px 8px;
  color: #fff;
  text-decoration: none;
}

.submit-type-success {
  padding: 5px 50px;
  font-size: 16px;
  margin-right: 15px;
}

.upload-text {
  margin-top: 5px;
  font-size: 75%;
}

.sp-upload-text {
  font-size: 90%;
}

/*.submit-type-success:first-of-type {*/
/*  margin-right: 15px;*/
/*}*/

/* popupResourceWrapper */
.popupResourceWrapper {
  display: none;
}

.links-nex-btn {
  margin-right: 10px;
}

/* box */
.box {
  border-radius: inherit;
  border-top-width: 0;
  box-shadow: none;
}

.box.box-border {
  border-radius: inherit;
  border-top-width: 3px;
}

.box.box-noBG {
  background: none;
}

.box-header > .box-tools > .text {
  float: right;
  padding: 5px;
}

.box-footer {
  background: none;
  padding-left: 0;
  padding-right: 0;
}

.box-body {
  border-radius: 0;
}

/* box - type : result-search-assets*/
.result-search-assets .box-body {
  padding-top: 0;
}

.result-search-assets .box-footer {
  padding: 0 10px;
  border-top: none;
}

.result-search-assets .box-body .fc {
  margin-top: 0;
}

.box-body-with-headerBtn {
  clear: both;
}

/* pagination */
.pagination > li > a,
.pagination > li > span {
  background: #fff;
  border-color: #E8E9EC;
  margin: 0 2.5px;
  display: block;
  border-radius: 4px;
  min-width: 32px;
  text-align: center;
  color: #4D4F5C;
}

.sp-pagination {
  position: relative;
  left: 50%;
  float: left;
}

.sp-pagination li {
  position: relative;
  left: -50%;
  float: left;
}

.sp-pagination > li > a,
.sp-pagination > li > span {
  margin: 2px !important;
  padding: 6px 8px !important;
}

.pagination > .active > a,
.pagination > .active > a:focus,
.pagination > .active > a:hover,
.pagination > .active > span,
.pagination > .active > span:focus,
.pagination > .active > span:hover {
  background: #4D4D4D;
  border-color: #4D4D4D;
}

/* tab */
ul.tab {
  margin: 0;
}

ul.tab > li {
  display: inline-block;
  vertical-align: bottom;
  margin: 0 3px;
  border-radius: 4px 4px 0 0;
  overflow: hidden;
  border-bottom: 1px solid #e4e7ea;
  background: #fff;
  transition: all 0.2s ease;
}

ul.tab > li:first-child {
  margin-left: 0;
}

ul.tab > li:last-child {
  margin-right: 0;
}

ul.tab > li.active {
  border-bottom-color: #fff;
}

ul.tab > li:not(.active) {
  background: #f9fbfd;
}

ul.tab > li:not(.active):hover {
  background: #ffffff;
}

ul.tab > li > a {
  display: inline-block;
  vertical-align: bottom;
  padding: 8px;
  min-width: 180px;
  text-align: center;
  color: #333;
}

/* tab - borderTab */
ul.tab.borderTab {
  border-bottom: 1px solid #dddddd;
}

ul.tab.borderTab > li {
  border: 1px solid #dddddd;
  margin-bottom: -1px;
}

ul.tab.borderTab > li.active {
  border-bottom-color: #fff;
}

/* accordionBox */
.accordionBox .accordion_block {
  border-bottom: 1px solid #e4e7ea;
}

.accordionBox .accordion_block:last-child {
  border-bottom: none;
}

.accordionBox .accordion_handle {
  padding: 8px;
  color: #333;
  display: block;
  width: 100%;
  cursor: pointer;
}

.accordionBox .accordion_content {
  width: 100%;
  padding: 10px;
}

/* table */
.table {
  background: #fff;
  color: #434A54;
  height: 100%;
}
.table.sticky-header {
  max-height: calc(100vh - 210px);
}

.table-title {
  padding: 20px 15px;
  font-size: 20px;
}

.table th {
  background: #50796E;
  color: #fff;
  font-weight: normal;
}

.table td {
  background: #fff;
  height: 100%;
}

.table td.linkBox {
  padding: 0;
}

.table td.linkBox > a {
  display: block;
  padding: 8px;
  height: 100%;
}

.table td.linkBox > a:hover {
  background: #A4A3AE;
}

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

.table-hover > tbody > tr:hover > td {
  background: #A4A3AE;
}

.table-header > th {
  position: sticky;
  top: -1px;
}

/* table - type : noBG */
.table.tableType-noBG > tbody > tr > td,
.table.tableType-noBG > tbody > tr > th,
.table.tableType-noBG > thead > tr > th,
.table.tableType-noBG > tfoot > tr > th {
  background: none;
  color: #434A54;
}

/* table - type : rentalStatus */
.table.tableType-rentalStatus > tbody > tr > td,
.table.tableType-rentalStatus > tbody > tr > th,
.table.tableType-rentalStatus > tfoot > tr > td,
.table.tableType-rentalStatus > tfoot > tr > th,
.table.tableType-rentalStatus > thead > tr > td,
.table.tableType-rentalStatus > thead > tr > th {
  text-align: center;
  vertical-align: middle;
}

.table.tableType-rentalStatus > tbody > tr > td {
  text-align: right;
}

.table.tableType-rentalStatus > tbody > tr > th,
.table.tableType-rentalStatus > thead > tr > th,
.table.tableType-rentalStatus > tfoot > tr > th {
  padding-top: 3px;
  padding-bottom: 3px;
  min-height: 37px;
  line-height: 1.2;
}

/*table - type : substituteApply*/
.tableType_substituteApply > tbody > tr > td {
  vertical-align: middle;
}

.table.tableType_substituteApply > tbody > tr > td > label {
  margin-bottom: 3px;
}

/* table - type : inputs-table */
.inputs-table .table-inner {
  display: flex;
  margin: 0;
}

.inputs-table .form-group {
  margin-bottom: 0;
}

/*.inputs-table .table-title {*/
/*  padding: 13px;*/
/*}*/

.inputs-table .table-inner > .table-content,
.inputs-table .table-inner > .table-label {
  padding: 13px;
}

.inputs-table .table-content p,
.inputs-table .table-label p {
  margin-bottom: 0;
}

.inputs-table .emphasis-cost.table-label {
  height: 72px;
  padding-top: 12px;
}

.inputs-table .emphasis-cost.table-content {
  height: 72px;
  padding-top: 9px;
  font-size: 20px;
}

.inputs-table .emphasis-cost.table-content p {
  margin-top: 10px;
}

.document-info-table .btn-default {
  width: 100%;
  margin: 10px 0;
}

.document-info-table.inputs-table .table-content a {
  color: #444;
  text-decoration: none;
}

.input-description {
  margin-top: 4px;
  margin-bottom: 0;
  font-size: 14px;
  color: #808495;
}

/* table - type : inputs-table-gray */
.inputs-table.inputs-table-gray .table-title {
  padding: 13px 13px;
  font-size: 14px;
  background: #717171;
  color: #fff;
}

.inputs-table.inputs-table-gray .table-title:first-of-type {
  border-right: 1px solid #fff;
}

.inputs-table.inputs-table-gray .table-label {
  background: #E3E3E3;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
  color: #434A54;
}

.inputs-table.inputs-table-gray .table-inner:last-of-type .table-label {
  border-bottom: 1px solid #E3E3E3;
}

.inputs-table.inputs-table-gray .table-content {
  background: #fff;
  border-bottom: 1px solid #E3E3E3;
}

.inputs-table .form-group {
  margin-bottom: 0;
}

/* table - type : inputs-table-black */
.inputs-table.inputs-table-black .table-label {
  background: #717171;
  color: #fff;
}

.inputs-table.inputs-table-black .table-label:first-of-type {
  border-bottom: 1px solid #fff;
}

.inputs-table.inputs-table-black .table-content {
  background: #fff;
}

.inputs-table.inputs-table-black .table-inner:first-of-type .table-content {
  border-bottom: 1px solid #707070;
}

/* table - type : inputs-table-blue */
.inputs-table.inputs-table-blue .table-title {
  background: #536380;
  color: #fff;
}

.inputs-table.inputs-table-blue .table-label {
  color: #fff;
  background: #87909F;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
}

.inputs-table.inputs-table-blue .table-inner:last-of-type .table-label {
  border-bottom: 1px solid #E3E3E3;
}

.inputs-table.inputs-table-blue .table-content {
  background: #fff;
  border-bottom: 1px solid #E3E3E3;
}

/* table - type : inputs-table-brown */
.inputs-table.inputs-table-brown .table-title {
  background: #806E4C;
  color: #fff;
}

.inputs-table.inputs-table-brown .table-label {
  color: #fff;
  background: #9F9987;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
}

.inputs-table.inputs-table-brown .table-inner:last-of-type .table-label {
  border-bottom: 1px solid #E3E3E3;
}

.inputs-table.inputs-table-brown .table-content {
  background: #fff;
  border-bottom: 1px solid #E3E3E3;
}

/* table - type : inputs-table-purple */
.inputs-table.inputs-table-purple .table-title {
  background: #80537D;
  color: #fff;
}

.inputs-table.inputs-table-purple .table-label {
  color: #fff;
  background: #97879F;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
}

.inputs-table.inputs-table-purple .table-inner:last-of-type .table-label {
  border-bottom: 1px solid #E3E3E3;
}

.inputs-table.inputs-table-purple .table-content {
  background: #fff;
  border-bottom: 1px solid #E3E3E3;
}

.inputs-table .table-title-withBc > span {
  padding: 14px;
  position: absolute;
  font-size: 20px;
}

/* table - type : inputs-table-bordeaux */
.inputs-table.inputs-table-bordeaux .table-title {
  background: #804C5A;
  color: #fff;
}

.inputs-table.inputs-table-bordeaux .table-label {
  color: #fff;
  background: #9F8789;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
}

.inputs-table.inputs-table-bordeaux .table-inner:last-of-type .table-label {
  border-bottom: 1px solid #E3E3E3;
}

.inputs-table.inputs-table-bordeaux .table-content {
  background: #fff;
  border-bottom: 1px solid #E3E3E3;
}

/* table - type : lending information */
.inputs-table.lending-info-table .table-title {
  background: #4D4D4D;
  color: #fff;
}

.inputs-table.lending-info-table .table-label {
  background: #E3E3E3;
  color: #434A54;
  border-bottom: 1px solid #fff;
}

.inputs-table.lending-info-table .table-inner:last-of-type .table-label {
  border-bottom: none;
}

.inputs-table.lending-info-table .table-content {
  background: #fff;
  color: #434A54;
  border-bottom: 1px solid #E3E3E3;
}

.inputs-table .emphasis-cost.table-label {
  height: 72px;
  padding-top: 12px;
}

.inputs-table .emphasis-cost.table-content {
  height: 72px;
  padding-top: 9px;
  font-size: 20px;
}

/* table - type : horizontalScroll */
.table-scroll {
  display: block;
  overflow-x: scroll;
  white-space: nowrap;
}

.white-space-normal {
  white-space: normal;
}

.assignment-info {
  margin-top: 7px;
}

.btn-nex-header {
  margin-top: 12px;
}

/*table - type : detail-request-info*/
.request-info .box-header,
.requester-info .box-header {
  background: #50796E;
  color: #fff;
}

.request-info .table th,
.requester-info .table th {
  background-color: #879F99;
}

.request-detail-info {
  margin-top: 20px;
}

.request-detail-info .table-title {
  background: #50796E;
  color: #fff;
  border-bottom: 1px solid #f4f4f4;
}


/* table - type : reservable-table */
.table td.is_lented {
  background: #AAB2BD;
}

/* table - type : blue */
.table-blue th {
  background: #536380;
  color: #fff;
}

.table-blue td {
  background: #fff;
}

/* table - type : gray */
.table-gray th {
  background: #717171;
  color: #fff;
  border-right: 1px solid #fff;
}

.table-gray th:last-of-type {
  border-right: none;
}

.table-gray td {
  background: #fff;
  border-right: 1px solid #E3E3E3;
}

.table-gray td:last-of-type {
  border-right: none;
}

.table-gray td a {
  margin: 0 10px;
}

.shelves-table td {
  background: #E3E3E3;
  border-right: 1px solid #fff;
}

/* table - type : pink */
.delay-reason .table-title {
  background: #E56370;
  color: #fff;
}

.table-pink th {
  background: #E56370;
  color: #fff;
  border-right: 1px solid #fff;
}

/* table - type : assets-table blue */
.assets-info .box-header {
  background: #68758D;
  color: #fff;
  border-right: 1px solid #f4f4f4;
  border-bottom: 1px solid #f4f4f4;
}

/* table - type : barcode-table */
/*.table-bordered>tbody>tr>th*/
.barcode-receiving-table > tbody > tr > th {
  width: 10%;
}

.barcode-receiving-table > tbody > tr > td > a {
  text-align: center;
}

.barcode-receiving-table > tbody > tr.unexpected-item td {
  background: #E5BABF;
  border-color: #E3E3E3;
}

.barcode-receiving-box {
  padding: 15px;
  background-color: #DEE3EF
}

/* table - type : inspection */
ul.tab_checkSheet.tab {
  padding-left: 0;
}

ul.tab_checkSheet.tab > li:not(.active) {
  background: #fff;
  border: 1px solid #AAB2BD;
  border-bottom: none;
}

ul.tab_checkSheet.tab > li.active {
  background: #DEE3EF;
  border: none;
}

.tabCont_checkSheet {
  padding: 20px;
  background: #DEE3EF;
}

.searchResult-products {
  background: #fff;
  border: 1px solid #707070;
}

.recipeItems > .box-body > ul,
.recipeProducts > .box-body > ul,
.searchResult-products > ul,
.recipeItems .inputs-field {
  padding: 0;
  list-style: none;
  overflow-y: scroll;
}

.recipeItems > .box-body > ul {
  max-height: 380px;
  height: 380px;
}

.recipeItems .inputs-field {
  max-height: 288px;
  height: 288px;
  padding: 10px;
}

.searchResult-products > ul {
  max-height: 311px;
  height: 311px;
}

.box.recipeItems,
.box.searchResult-box {
  margin-bottom: 15px;
}

.recipeProducts > .box-body > ul {
  max-height: 380px;
  height: 380px;
}

.recipeItems_title {
  height: 52px;
  padding: 15px 10px;
  color: #fff;
  background: #717171;
  font-size: 16px;
}

.recipeProducts_title {
  padding: 15px 10px;
  background: #fff;
  border-bottom: 1px solid #717171;
  font-size: 16px;
}

.box-header > .box-header-withLink {
  padding: 15px 10px;
  font-size: 16px;
}

.box-header > .box-header-withLink > a {
  font-size: 14px;
}

.box-header > .box-header-withInput {
  padding: 10px;
  background: #717171;
}

.recipeItems > .box-body > ul > li,
.recipeProducts > .box-body > ul > li,
.searchResult-products > ul > li {
  margin: 0 10px;
  padding: 10px 0;
  border-bottom: 1px solid #f4f4f4;
}

.recipeItems a.btn-white {
  position: relative;
  bottom: 5px;
  padding: 6px 15px;
  font-weight: bold;
}

.recipeItems a.btn-white > .fa-files-o {
  margin-right: 5px;
  font-weight: bold;
}

.tabCont_checkSheet label {
  font-size: 16px;
}

.tabCont_checkSheet .center {
  padding-left: 5px;
  padding-right: 5px;
}

.searchResult-products > ul > li {
  cursor: pointer;
}

.searchResult-products > ul > li:hover {
  background: #E3E3E3;
}

.searchResult-products > ul > li > a {
  padding: 10px 5px;
  color: #454C56;
}

.searchResult-products > ul > .products-lists-item.checked {
  background: #CBCBCB;
}

.recipeItems > .box-body > .addContent-area .input-group {
  display: flex;
}

.recipeItems > .box-body > .addContent-area .input-group:not(last-of-type) {
  margin-bottom: 10px;
}

.recipeItems li .form-group {
  margin: 0;
}

.tabCont_checkSheet .fa-search {
  border-bottom: none;
}

.horizontal-searchField {
  display: flex;
}

.tabCont_checkSheet .box-body .horizontal-searchField > input {
  margin-right: 3%;
}

/*assetInfo-page : status*/
.assetInfo-status {
  background: #DEE3EF;
  padding: 30px;
}

.assetInfo-status .status-text {
  font-size: 30px;
}

.assetInfo-status .assetStatus-button > .btn {
  width: 135px;
  margin-top: 8px;
  padding: 10px;
}

.assetInfo-status .assetStatus-button > a {
  margin-left: 10px;
}

.assetInfo-status .assetInfo-button > button:nth-of-type(2) {
  margin-left: 10px;
}

.table.table-assets-info {
  margin: 0;
}

#asset-info-new .table.table-assets-info th,
#asset-info-edit .table.table-assets-info th,
#asynchronous-asset-info-new .table.table-assets-info th {
  padding: 15px 8px;
}

.setContent-item:nth-of-type(odd) {
  clear: both;
}

.setContent-item:nth-of-type(n+5) {
  margin-top: 5px;
}

.setContent-item td .btn-success {
  margin-right: 5px;
  padding: 1px 12px;
  color: #fff;
  text-decoration: none;
  font-size: 12px;
}

.setContent-item td.table-linkBtn > .btn-default,
.inputs-table-blue .table-inner .table-linkBtn > .btn-default {
  margin-right: 10px;
  padding: 5px 10px;
  text-decoration: none;
  font-size: 12px;
}

.setContent-item td.table-linkBtn > .btn-default:last-of-type {
  margin-right: 0;
}

.setContent-item td.table-linkBtn > span,
.inputs-table-blue .table-inner .table-linkBtn > span {
  margin-right: 10px;
}

.setContent-item td > .btn-default > .fa-external-link {
  margin-left: 2px;
}

.assets-info .table-title {
  padding: 0;
  background: #536380;
  color: #fff;
  border-bottom: 1px solid #f4f4f4;
}

.assets-info .table-title .table-title-btn-withBc {
  display: flex;
  align-items: center;
}

.assets-info .table-title > span {
  padding: 30px 15px;
  position: absolute;
}

.assets-info .table-title > span.no-absolute {
  position: relative;
  display: block;
}

.assets-info .table-title > div > a.btn,
.inputs-table .table-title .btn {
  padding: 6px 50px;
}

.assets-info .table-title > div > a.btn:first-of-type,
.inputs-table .table-title .btn:first-of-type {
  margin-right: 18px;
}

.assets-info .table-title img {
  padding: 18px;
}

.assets-info .table-blue th {
  background: #87909F;
  color: #fff;
}

.assets-info .table-blue th .inputArea,
.assets-info .table-blue td .inputArea {
  height: auto;
}

.assets-info td .form-group {
  margin-bottom: 0;
}

.input-static-text {
  margin-top: 7px;
}

.radio-static-text {
  margin-top: 20px;
}

.radio-static-text-product {
  margin-top: 8px;
}

.inputPeriod_tilde {
  padding-left: 21%;
}

.assets-info td > .form-group > .input-content {
  display: flex;
  margin-bottom: 10px;
}

.addContent-link {
  margin-top: 10px;
  background: none;
  color: #44BFA0;
  text-decoration: underline;
}

.assetsContent-img {
  margin-top: 10px;
}

.assetsContent-img > img {
  width: 100%;
  max-width: 100%;
}

.assets-info .set_product-number {
  width: 6%;
  background: #68758D;
  color: #fff;
  border-top: 0;
  text-align: center;
}

.setContent-title {
  margin-top: 2px;
  padding: 8px;
  background: #68758D;
  color: #fff;
  border-bottom: 1px solid #fff;
}

.table-blue td.setContent-subtitle {
  background: #68758D;
  color: #fff;
}

.add-setBtn {
  margin-top: 10px;
}

.table-set-info {
  border-collapse: unset;
}

.table-set-info:not(:last-of-type) {
  border-bottom: double 3px #bfbfbf;
}

.table-set-info > tbody > tr > th .fa-search {
  margin-left: 10px;
}

.table-request-info-bk {
  background: #fff;
}

.assets-info .table-title .edit-btn a {
  width: 130px;
  margin-right: 18px
}

.assets-info .table-title .barcode-area {
  margin: 18px;
  padding: 5px 10px 0;
}

/* table - type : lending information */
.inputs-table.lending-info-table .table-title {
  background: #4D4D4D;
  color: #fff;
}

.inputs-table.lending-info-table .table-label {
  background: #E3E3E3;
  color: #434A54;
}

.inputs-table.lending-info-table .table-content > a {
  width: 15%;
}

/* tabs - type : search-asset */
.search-assets .nav-tabs {
  border-bottom: none;
}

.search-assets .nav-tabs > li.active:not(.to-loanHistory) > a {
  background: #DEE3EF;
  border: none;
}

.search-assets .nav-tabs > li:not(.to-loanHistory) > a {
  margin-right: 12px;
  padding: 8px 70px;
  background: #fff;
  border: 1px solid #AAB2BD;
  border-bottom: none;
  color: #000;
}

.nav-tabs > li.to-loanHistory {
  position: relative;
  float: right;
  bottom: 10px;
}

.nav-tabs > li.to-loanHistory > a {
  margin-right: 0;
  padding: 6px 12px;
  border-color: #d3d7dc;
}

/* tabs - type : result-search-asset */
.result-search-assets {
  background-color: #DEE3EF;
}

.result-search-assets ul {
  display: flex;
  padding: 0;
  list-style: none;
}

.result-search-assets .box-header ul {
  margin-bottom: 0;
}

.result-search-assets ul > li.change-display-period {
  margin-left: 75px;
}

.result-search-assets-tabs {
  display: inline-flex;
}

.result-search-assets-tabs > a,
.result-search-assets-tabs li > a {
  padding: 6px 30px !important;
  display: inline-block;
  background: #fff;
  color: #828588;
  margin-right: 2px;
}

.result-search-assets-tabs > a:first-child,
.result-search-assets-tabs li:first-child > a {
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
}

.result-search-assets-tabs > a:last-child,
.result-search-assets-tabs li:last-child > a {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}

.result-search-assets-tabs > a.active,
.result-search-assets-tabs li.active > a {
  background: #536380;
  color: #fff;
}

.result-search-assets-tabs.tab > li {
  margin: 0;
  border-radius: inherit;
  background: none !important;
  border: none !important;
}

.result-search-assets-tabs.tab > li > a {
  min-width: auto;
  margin: 0;
}

.change-display-period {
  display: flex;
  align-items: center;
}

.change-display-period > span {
  margin-right: 10px;
}

/* radio */
.radio-group-inner {
  border-bottom: 1px solid #9F9987;
  margin-bottom: 10px;
  padding-bottom: 3px;
}

.radio-group-inner:last-of-type {
  border-bottom: none;
  margin-bottom: 0;
  padding-bottom: 0;
}

.radio-group label {
  margin-right: 20px;
}

.search-wrapper {
  padding: 10px 25px;
  background: #DEEFEA;
}

.search-wrapper .form-group {
  margin-bottom: 10px;
}

.product-searchKey {
  margin-top: 12px;
}

.search-users .search-wrapper,
.search-dealer .search-wrapper {
  background: #E3E3E3;
}

.search-assets .search-wrapper,
.search-statistics .search-wrapper {
  background: #DEE3EF;
}

.detailSearch-wrapper .box-header {
  padding: 15px 0;
}

.search-wrapper input[type="radio"].crd.btn + span {
  margin-top: 9px;
}

.search-wrapper.rentalIndex-search-wrapper .detailSearch-wrapper .searchBetweenForm .form-group {
  display: flex;
}

.search-wrapper.rentalIndex-search-wrapper .detailSearch-wrapper .searchBetweenForm .form-group .input-static-text {
  width: 8.2%;
}

.search-wrapper.rentalIndex-search-wrapper .detailSearch-wrapper .searchBetweenForm .form-group .searchBetweenForm_left,
.search-wrapper.rentalIndex-search-wrapper .detailSearch-wrapper .searchBetweenForm .form-group .searchBetweenForm_right {
  width: 41%;
}

.search-wrapper.rentalIndex-search-wrapper .detailSearch-wrapper .searchBetweenForm .form-group .tilde {
  margin: 0 5% 0 4.5%;
}

.radio-group label {
  margin-right: 20px;
}

.radio-group .btn-default {
  padding: 10px 50px;
  border-color: #AAB2BD;
}

/*checkbox*/
.search-assets .check-group label,
.rentalIndex-search-wrapper .check-group label {
  margin-right: 20px;
}

.search-wrapper input[type="checkbox"].ccb.btn + span {
  margin-top: 11px;
}

/* border */
.border-bottom {
  border-top: 1px solid #50796E;
  display: block;
  margin-bottom: 10px;
}

.border-bottom:nth-last-of-type(1) {
  margin-bottom: 20px;
}

.border-bottom-blue {
  border-top: 1px solid #9EA8BC;
  display: block;
  margin-bottom: 20px;
}

/*step-wizard*/
.steps-wrapper {
  padding: 9px;
}

.step-title {
  position: absolute;
  float: left;
  height: 100%;
  width: 20%;
  padding: 31px 0;
  text-align: center;
  background: #4D4D4D;
  color: #fff;
}

.step-title p:nth-of-type(1) {
  font-size: 20px;
}

.steps-wrapper ul {
  display: flex;
  justify-content: center;
  margin-bottom: 0;
  padding-left: 0;
}

.steps-wrapper ul li {
  position: relative;
  margin: 0 1%;
  padding-right: 9%;
  text-align: center;
}

.steps-wrapper ul li:before {
  position: absolute;
  display: block;
  right: 10px;
  top: 27px;
  content: "";
  width: 40px;
  height: 2px;
  background: #000;
}

.steps-wrapper ul li:after {
  position: absolute;
  right: 10px;
  top: 22px;
  display: block;
  content: "";
  width: 11px;
  height: 11px;
  border-right: 2px solid #000;
  border-top: 2px solid #000;
  transform: rotate(45deg);
}

.steps-wrapper ul li:last-child {
  padding-right: 0;
}

.steps-wrapper ul li:last-child:before,
.steps-wrapper ul li:last-child:after {
  display: none;
}

.steps-wrapper ul li .step-order {
  display: block;
  text-align: center;
  text-transform: uppercase;
  font-size: 14px;
  color: #666;
}

.step-info {
  display: inline-block;
}

.step-number {
  display: block;
  margin-bottom: 10px;
  padding: 10px 20px;
  background-color: #E4E4E4;
  border-radius: 100%;
  font-size: 20px;
  color: #fff;
}

.step-number.active-blue {
  background-color: #536380;
}

.step-number.active-brown {
  background-color: #806E4C;
}

.step-number.active-gray {
  background-color: #4D4D4D;
}

/*detail-button*/
.open-detail-button {
  margin: 10px 0;
}

.collapse .closeBtn-wrapper {
  margin: 10px 0;
}

.open-detail-button,
.close-detail-button {
  font-weight: bold;
  cursor: pointer;
}

.open-detail-button.collapsed {
  display: inline-block;
}

.open-detail-button {
  display: none;
}

.close-detail-button.collapsed {
  display: block;
}


/*popup*/
.popup_wrap .popup_container .popup_container_head {
  background: #68758D !important;
  color: #fff;
}

.popup_wrap .popup_container .popup_container_head .popup_container_title {
  line-height: 35px !important;
  font-size: 1.5rem !important;
}

.popup_wrap .popup_container .popup_container_head .popup_container_title.popup-title {
  line-height: 35px;
  font-size: 1.5rem;
  background: #68758D;
  color: #fff;
}

.popup_wrap .popup_container .popup_container_head .btn.remove {
  line-height: 35px !important;
}

.popup_wrap .popup_container .popup_container_head .closePopup {
  margin-left: 10px;
  padding: 0 7px;
  opacity: 1;
  font-size: 35px;
  font-weight: 100;
  color: #fff !important;
}

.popup_wrap .popup_container .popup_container_head .closePopup:hover {
  color: #E3E3E3 !important;
}

.popup_container_bodyInner .box {
  width: 600px;
  max-width: 100%;
}

.popup_container_bodyInner .box .box-body .text-center .btn-success {
  width: 28%;
}

.popup_container_bodyInner .box .box-body .text-center .btn-success:nth-of-type(2) {
  margin-left: 10px;
}

.popup_container_bodyInner .box .box-body {
  padding: 35px;
}

.popup_container_bodyInner .box .box-body .link {
  margin-top: 20px;
}

.popupContent-description {
  margin-top: 30px;
}

.popupContent-description > .description-inner:first-of-type {
  margin-bottom: 25px;
}

.popupContent-description > .description-inner > div:first-of-type {
  font-weight: bold;
}

.popup_wrap .popup_container .popup-flexInputs {
  display: flex;
}

.popup_container_bodyInner .box .box-body > .changeLentRange-wrapper .popup-flexInputs .input-group {
  width: 45%;
}

a.resourceTimelinePopup {
  color: #434A54;
}

.resourceTimelinePopup_box {
  background: #fff;
  width: 1200px;
  max-width: 100%;
}

/* resourceTimelineBox */
.resourceTimelineBox.fc-unthemed tbody,
.resourceTimelineBox.fc-unthemed td {
  border-color: #c6c6c6;
}

.resourceTimelineBox .fc-timeline .fc-resource-area tr.otherCompany,
.resourceTimelineBox .fc-timeline .fc-time-area tr.otherCompany {
  background: rgba(255, 245, 229, 0.5);
}

/*sectionLinks*/
.section-link {
  padding: 15px;
}

.section-link a {
  position: relative;
  margin-right: 25px;
  color: #434A54;
}

.section-link a.btn-success {
  padding: 6px 30px;
  color: #fff;
}

.section-link a:after {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 84%;
  height: 1px;
  background: #434A54;
  content: '';
}

.section-link a.btn-success:after {
  display: none;
}


/*CSV-btn*/
.csv-header {
  margin-top: 14px;
}

.csv-header + .box {
  clear: both;
}

.csv-header img,
.box-tools img,
.result-search-assets .box-header img,
.inventory-tab-header-flex img {
  margin-left: 4px;
}

.emphasis-date {
  margin-left: 10px;
  font-size: 30px;
  color: #FFA43B;
}

/*required-icon*/
.required {
  float: right;
  margin-left: 10px;
  background: #FFFFFF;
  color: #E56370;
  font-size: 10px;
  padding: 3px 6px;
  vertical-align: text-bottom;
  border-radius: 10px;
  border: 1px solid #E56370;
}

.isSync {
  float: right;
  margin-left: 10px;
  background: #5E6CDB;
  color: #fff;
  font-size: 10px;
  padding: 3px 6px;
  vertical-align: text-bottom;
  border-radius: 2px;
  border: 1px solid #5E6CDB;
}


.alert {
  position: absolute;
  width: 100%;
  max-width: 100%;
  z-index: 100000;
  margin-bottom: 0;
  margin-top: 0;
  padding: 20px;
  opacity: 0.9;
  border-radius: 0;
}

.sp-alert {
  margin-top: 20px;
}

.alert span:first-of-type {
  padding: 10px 5px;
  font-size: 22px;
  font-weight: bold;
  vertical-align: text-bottom;
}

.alert .fa-check-circle-o,
.alert .fa-exclamation-circle {
  color: #fff;
  font-size: 50px;
}

.alert .close {
  right: 0%;
  margin-top: 12px;
  opacity: 0.9;
  color: #fff;
  font-size: 40px;
}

.alert .sp-alert-list {
  list-style: outside;
}

.alert .sp-close {
  margin: 0;
  top: -12px;
}

.alert.alert-danger > ul {
  margin-top: 5px;
}

.readBarcode-area input {
  width: 97%;
}

.readBarcode-area .btn {
  width: 100%;
}

.inventory-tab-header-flex {
  display: flex;
  padding: 10px;
}

.inventory-tab-header-flex > .result-search-assets-tabs {
  width: 30%;
}

.inventory-tab-header-flex > .form-group {
  display: flex;
  margin: 0 85px 0 0;
}

.inventory-tab-header-flex > .form-group > .input-static-text {
  width: 100px;
}

.inventory-tab-header-flex > .form-group > .input-group {
  width: 200px;
}

.inventory-tab-header-flex a:nth-child(3) {
  margin-left: auto;
}

.inventory-tab-header-flex > .input-group > form {
  width: 200px;
}

.inventory-tab-header-flex .reload_icon_wrap {
  display: table-cell;
}

.inventory-tab-header-flex .reload_icon {
  background: #fff;
  padding-top: 5px;
  padding-bottom: 5px;
  vertical-align: baseline;
}

.result-search-assets-tabs a {
  padding: 6px 40px;
}

.input-group .form-control {
  float: none;
}

.section-link .alert-emphasis-number,
.section-link .emphasis-number {
  font-size: 20px;
  font-weight: bold;
}

.section-link .alert-emphasis-number {
  color: #E56370;
}

.fa-search {
  border-bottom: 1px solid;
}

.input-group-addon > label {
  margin: 0;
}


.form-group-title,
.page-subtitle {
  display: flex;
  font-size: 16px;
  color: #434A54;
}

.page-subtitle:before {
  content: "";
  position: relative;
  flex-grow: 0.1;
  height: 1px;
  margin-top: 0.6em;
  margin-right: -3em;
  left: -95px;
}

.form-group-title:after,
.page-subtitle:after {
  content: "";
  flex-grow: 1;
  height: 1px;
  margin-top: 0.6em;
  margin-left: 0.8em;
  background: #9EA8BC;
}

.page-subtitle:after {
  position: relative;
  right: -100px;
  margin-left: -3em;
}

.page-subtitle {
  font-size: 24px;
}

.form-group-title.type-green:after {
  background: #50796E;
}

.page-subtitle:before,
.page-subtitle:after {
  background: #717171;
}

.form-estimate-delivery {
  padding-bottom: 20px;
}

/* display-barcode-area */
.barcode-area {
  background-color: #fff;
  letter-spacing: 4px;
}

.barcode-area > div > div:last-of-type {
  font-size: 8px !important;
}

/*デバック用スタイル*/
.btn > a {
  color: #fff;
}

.select2-container--default {
  width: 100% !important;
}

.search-wrapper .select2-container--default .select2-selection--single,
.search-select .select2-container--default .select2-selection--single {
  height: 34px;
  border: 1px solid #d2d6de;
  border-radius: 0;
}

.search-select.has-error .select2-container--default .select2-selection--single {
  border: 1px solid #dd4b39;
}

.search-wrapper .select2-container .select2-selection--single .select2-selection__rendered,
.search-select .select2-container .select2-selection--single .select2-selection__rendered {
  padding-left: 0;
}

.search-wrapper .select2-container--default .select2-selection--single .select2-selection__arrow,
.search-select .select2-container--default .select2-selection--single .select2-selection__arrow {
  top: 4px;
  right: 7px;
}

#staff-transfer .daterangepicker {
  top: 1949.33px;
  left: 570.333px;
}

.reserveStartDate,
.reserveEndDate {
  display: flex;
}

.reserveStartDate > .form-group,
.reserveEndDate > .form-group {
  width: 74%;
  margin-left: 5%;
  margin-bottom: 0;
}

.reservePeriod {
  background: #fff;
}

.search-shelves > .box {
  background: #E3E3E3;
}

.search-shelves .form-group {
  display: flex;
  margin: 0;
}

.search-shelves .form-group > .input-static-text {
  margin-right: 15px;
}

.search-shelves .form-group > .input-wrapper {
  width: 50%;
  margin-right: 15px;
}

.shelves .box-footer {
  border-top: none;
}

/* navbar-fixed-bottom */
/* body:not(.modal-open) */
.content-wrapper, .sp-content-wrapper {
  position: relative;
}

.navbar-fixed-bottom {
  z-index: 1000;
  width: calc(100vw - 230px);
  left: auto !important;
}

div[class^="col-"] .navbar-fixed-bottom {
  margin: 0 -15px;
  width: calc(100vw - 200px);
}

div[class^="col-"] .navbar-fixed-bottom {
  margin-top: 15px;
}

.navbar-fixed-bottom .navbar-fixed-bottom_inner {
  padding: 15px;
  background: #fff;
  box-shadow: 0 -1px 1px rgba(0, 0, 0, 0.1);
}

.navbar-fixed-bottom .navbar-fixed-bottom_inner .navbar-fixed-bottom_left {
  float: left;
}

.navbar-fixed-bottom .navbar-fixed-bottom_inner .navbar-fixed-bottom_right {
  float: right;
}

.navbar-fixed-bottom .navbar-fixed-bottom_inner .navbar-fixed-bottom_btns {
  text-align: center;
}

.navbar-fixed-bottom.sticky {
  margin-top: 0 !important;
}

.navbar-fixed-bottom:not(.sticky) {
  bottom: auto !important;
}

@media screen and (max-width: 992px) {
  div[class^="col-"] .navbar-fixed-bottom {
    margin-top: 35px;
  }
}

@media (max-width: 767px) {
  .navbar-fixed-bottom {
    width: 100vw !important;
  }
}

.navbar-fixed-bottom .comment_wrapper {
  position: relative;
}

.navbar-fixed-bottom .commentBtn {
  position: absolute;
}


/* navbar-fixed-bottom */
/* body:not(.modal-open) */

.fixedBtmArea {
  z-index: 1000;
  width: calc(100vw - 230px);
  height: 0;
  left: auto !important;
  padding-right: 20px;
}

div[class^="col-"] .fixedBtmArea {
  margin: 0 -15px;
  width: calc(100vw - 200px);
}

div[class^="col-"] .fixedBtmArea {
  margin-top: 15px;
}

.fixedBtmArea .fixedBtmArea_inner {
  position: relative;
}

.fixedBtmArea.sticky {
  margin-top: 0 !important;
}

.fixedBtmArea:not(.sticky) {
  bottom: 0 !important;
}

@media screen and (max-width: 992px) {
  div[class^="col-"] .fixedBtmArea {
    margin-top: 35px;
  }
}

@media (max-width: 767px) {
  .fixedBtmArea {
    width: 100vw !important;
  }

  .fixedBtmArea:not(.sticky) {
    /*margin-bottom: -45px;*/
  }
}

.fixedBtmArea .toTop_btn {
  float: right;
  display: inline-block;
  margin-bottom: 10px;
  padding: 10px;
  background-color: #ffffff;
  border-radius: 100%;
  font-size: 20px;
  color: #333333;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.12);
  border: solid 1px #f1f1f1;
  cursor: pointer;
  position: absolute;
  right: 0;
  bottom: 0;
}

/*confirm-apply*/
/*.change-confirm-apply*/
.requestDetail-inputs .assets-request-change {
  color: #E0872E;
}

/* multipleInput */
.multipleInput-text {
  display: flex;
  margin-bottom: 10px;
}

.multipleInput-addButton {
  margin-top: 10px;
  background: none;
  color: #44BFA0;
  padding-right: 2px;
  border-bottom: 1px solid #44BFA0;
  cursor: pointer;
}

.multipleInput-addButton:hover,
.multipleInput-addButton:focus {
  color: #333;
}

.multipleInput-removeButton {
  border-radius: 0 3px 3px 0;
}

.btn.btn-default.tepuraCsv_btn {
  margin-right: 5px;
}

.statistics-index ul.list-unstyled > li {
  margin-bottom: 10px;
}

.plan-remark-fax {
  width: 500px;
}

.btn-preview {
  height: 42px;
  margin-top: 13px;
  margin-left: 15px;
}

.attention-unused {
  display: block;
  margin-top: 16px;
  color: #e56370;
}

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

.disabled {
  pointer-events: none;
  color: grey;
}

/* ======================================
 override
====================================== */
/* popup.css */
body .popup_wrap .popup_bgArea:after {
  background: rgba(0, 0, 0, 0.5);
}

/* ======================================
 footer
====================================== */
footer {
  padding: 1em 0;
}

footer span {
  display: block;
}

footer span .btn-how-to {
  float: right;
  margin: -0.3em 1em 0 0;
}

/* ======================================
 skin
====================================== */
/*
 * Custom - Skin: Black
 * -----------
 */
/* skin-black navbar */
body.skin-custom.skin-black {
  color: #434A54;
}

.skin-custom.skin-black .main-header {
  -webkit-box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.15);
}

.skin-custom.skin-black .main-header .logo {
  background: #454545;
  color: #fff;
  border: none;
}

.skin-custom.skin-black .main-header .navbar {
  min-width: 1005px;
  font-size: 12px;
}

.skin-custom.skin-black .main-header .navbar .navbar-custom-menu .navbar-nav > li > a,
.skin-custom.skin-black .main-header .navbar .navbar-right > li > a {
  border: none;
  background: none;
}

.skin-custom.skin-black .main-header .navbar .navbar-custom-menu .navbar-nav > li.user-menu:before,
.skin-custom.skin-black .main-header .navbar .navbar-right > li:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -10px;
  width: 1px;
  height: 20px;
  background: #EBEBF2;
}

.skin-custom.skin-black .main-header .navbar .navbar-custom-menu .navbar-nav > li.user-menu > a {
  padding-left: 10px;
}

.skin-custom.skin-black .main-header .navbar .navbar-custom-menu .navbar-nav .rental_section_select {
  padding-right: 20px;
  font-size: 12px;
}

.skin-custom.skin-black .wrapper {
  background: #f9f9f9;
}

.skin-custom.skin-black .main-sidebar,
.skin-custom.skin-black .left-side,
.skin-custom.skin-black footer {
  background: #4D4D4D;
}

.skin-custom.skin-black .sidebar-menu > li.header {
  background: rgba(0, 0, 0, 0.3);
  color: #6a697d;
}

.skin-custom.skin-black .sidebar-menu > li:hover > a,
.skin-custom.skin-black .sidebar-menu > li.active > a,
.skin-custom.skin-black .sidebar-menu > li.menu-open > a {
  background: rgba(0, 0, 0, 0.1);
}

.skin-custom.skin-black .sidebar-menu > li.active > a {
  border-left-color: #356559;
  color: #356559;
  background-color: #fff;
}

.skin-custom.skin-black .sidebar-menu > li.active > a > .fa {
  color: #356559;
}

.skin-custom.skin-black .navbar-custom-menu {
  margin-right: 10px;
}

.skin-custom.skin-black .main-header .navbar-nav > .rentalSection-menu {
  padding-right: 10px;
}

.skin-custom.skin-black .main-header .navbar-nav > .rentalSection-menu .input-group {
  padding-top: 13px;
}

.skin-custom.skin-black .main-header .navbar-nav > .user-menu > .dropdown-menu {
  width: 200px;
}

.skin-custom.skin-black .main-header .navbar-nav > .user-menu > .dropdown-menu > .user-body {
  padding: 10px;
}

.skin-custom.skin-black .main-header .navbar-nav > .user-menu > .dropdown-menu > .user-body > a {
  padding: 3px;
}

.skin-custom.skin-black .main-header .navbar-nav > .user-menu > .dropdown-menu > .user-body > a:hover {
  background: #fff;
}

.skin-custom.skin-black .main-header .navbar-nav > .user-menu > .dropdown-menu > .user-body > a:hover span {
  color: #999;
}

.skin-custom.skin-black .main-header .navbar-nav > .user-menu > .dropdown-menu > .user-body > a {
  border-bottom: 1px solid #EBEBF2;
  margin-bottom: 0;
  padding-bottom: 5px;
}

.skin-custom.skin-black .main-header .navbar-nav > .user-menu > .dropdown-menu > .user-body > a:last-of-type {
  border-bottom: none;
}

.skin-custom.skin-black .main-header .navbar-nav > .user-menu > .dropdown-menu > .user-body > a:last-of-type {
  padding-top: 5px;
}

.skin-custom.skin-black .main-header .navbar-nav > .user-menu > .dropdown-menu > .user-body > a .fa-angle-right {
  margin-top: .2em;
}

/* -----
parts
----- */
/* howtoBox */
.howtoBox {
  background: #ffffff;
  width: 800px;
  max-width: 100%;
  padding: 20px;
}

.howtoBox .howtoBox_table {
  display: block;
  overflow-x: scroll;
  white-space: nowrap;
  -webkit-overflow-scrolling: touch;
}

.howtoBox .howtoBox_table tbody {
  width: 100%;
  display: table;
}

.howtoBox .howtoBox_table > thead > tr > th,
.howtoBox .howtoBox_table > tbody > tr > th,
.howtoBox .howtoBox_table > tfoot > tr > th,
.howtoBox .howtoBox_table > thead > tr > td,
.howtoBox .howtoBox_table > tbody > tr > td,
.howtoBox .howtoBox_table > tfoot > tr > td {
  border: 1px solid #b4c1be;
  overflow-wrap: break-word;
  white-space: normal;
}

/* tabCont_sample */
.tabCont_sample, .tabCont_child_sample {
  background: #ffffff;
  padding: 10px;
}

/* -----
parts
----- */
/* howtoBox */
.howtoBox {
  background: #ffffff;
  width: 800px;
  max-width: 100%;
  padding: 20px;
}

.howtoBox .howtoBox_table {
  display: block;
  overflow-x: scroll;
  white-space: nowrap;
  -webkit-overflow-scrolling: touch;
}

.howtoBox .howtoBox_table tbody {
  width: 100%;
  display: table;
}

.howtoBox .howtoBox_table > thead > tr > th,
.howtoBox .howtoBox_table > tbody > tr > th,
.howtoBox .howtoBox_table > tfoot > tr > th,
.howtoBox .howtoBox_table > thead > tr > td,
.howtoBox .howtoBox_table > tbody > tr > td,
.howtoBox .howtoBox_table > tfoot > tr > td {
  border: 1px solid #b4c1be;
  overflow-wrap: break-word;
  white-space: normal;
}

/* tabCont_sample */
.tabCont_sample, .tabCont_child_sample {
  background: #ffffff;
  padding: 10px;
}

.navbar-fixed-bottom {
  text-align: center;
  color: #fff;
  background: rgba(39, 39, 39, 0.63);
  border: none;
  padding: 20px;
}

.navbar-fixed-bottom .form-group {
  letter-spacing: 1px;
  font-size: 18px;
}

.navbar-fixed-bottom .form-control {
  display: inline-block;
  width: 5%;
  height: 50px;
  font-size: 21px;
}

.navbar-fixed-bottom button {
  margin-left: 3%;
}

.navbar-fixed-bottom, .navbar-fixed-top {
  left: 230px;
}

.navbar-fixed-bottom .navBottom-btn {
  padding: 10px 55px;
}

.navbar-fixed-bottom .sp-navBottom-btn {
  padding: 10px 20px;
}

.navbar-fixed-bottom .to-previous-step {
  padding: 10px 35px;
}

.navbar-fixed-bottom textarea.form-control {
  font-size: 14px;
  width: 30%;
  min-width: auto;
}

.navbar-fixed-bottom-with-fax .navbar-inner {
  display: inline-flex;
  width: 100%;
  justify-content: center;
}

.navbar-fixed-bottom-with-fax.navbar-fixed-bottom .navbar-inner input {
  width: 60px;
  text-align: center;
}

.navbar-fixed-bottom-with-fax.navbar-fixed-bottom .navbar-inner textarea {
  width: 90%;
}

.navbar-fixed-bottom-with-fax.navbar-fixed-bottom .navbar-inner .form-group:first-of-type {
  margin-bottom: 0;
  margin-right: 15px;
  padding-top: 8px;
  text-align: right;
}

.navbar-fixed-bottom-with-fax.navbar-fixed-bottom .navbar-inner .form-group:nth-of-type(2) {
  width: 50%;
}

.navbar-fixed-bottom-with-fax.navbar-fixed-bottom .navbar-inner > button.navBottom-btn {
  height: 42px;
  font-size: 14px;
  margin-top: 13px;
  margin-left: 15px;
  padding: 10px 10px;
}

.login-bk {
  position: absolute;
  background-size: cover;
  height: 100%;
  width: 49%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.login-wrapper {
  text-align: center;
  position: relative;
  display: table;
  float: right;
  width: 51%;
  height: 100%;
}

.login-wrapper p {
  margin-bottom: 20px;
}

.login-inner {
  display: table-cell;
  vertical-align: middle;
}

.title-section {
  margin-bottom: 2%;
}

.description-section {
  margin-bottom: 6%;
}

.logo {
  width: 20%;
}

.title {
  font-weight: bold;
}

.login_form-wrapper {
  width: 60%;
}

.login-form > input {
  border: none;
  outline: none;
  border-bottom: 1px solid #999;
  margin-bottom: 5%;
}

.login-form button {
  width: 30%;
  margin-top: 3%;
}

.error-text {
  color: #dd4b39;
}

.has-error input {
  border-bottom: 1px solid #dd4b39;
}

@media screen and (max-width: 767px) {
  .login-bk {
    width: 100%;
  }

  .login-wrapper {
    text-align: center;
    background: #fff;
    width: auto;
    height: 400px;
  }

  .login_form-wrapper {
    width: 90%;
  }

  .login-wrapper h1 {
    font-size: 24px;
  }

  .login-form button {
    width: 51%;
  }
}


.assignment-assets .box-title{
  margin-top: 16px;
}

.complete-lendingProcess a {
  text-decoration: underline;
}

.complete-lendingProcess .fa-check-circle-o {
  font-size: 58px;
  padding-top: 2%;
  color: #356559;
}

.complete-lendingProcess .content-description {
  padding: 0 26%;
}

.complete-lendingProcess .links-button {
  margin-top: 30px;
  padding: 0 30%;
}

.complete-lendingProcess .links-button .btn-default,
.complete-lendingProcess .links-button .btn {
  padding: 9px 12px;
  background: transparent;
  font-weight: bold;
  border: 1px solid #AAB2BD;
}

.complete-lendingProcess .links-text {
  margin-top: 30px;
  padding-bottom: 2%;
}

.complete-lendingProcess .links-text span {
  margin: 0 1%;
}

.complete-lendingProcess .links-text span a {
  margin: 0 2%;
}

.emphasis-items {
  font-weight: bold;
}

.request-number {
  color: #E56370;
}

.assetInfo-status .alert-for-delay {
  margin-left: 60px;
  font-size: 20px;
}

.assetInfo-status .alert-for-delay .alert-emphasis {
  font-size: 30px;
  font-weight: bold;
  color: #E56370;
}

.delayComments-table tbody tr td:first-of-type {
  width: 25%;
  background: #E5BABF;
  border-bottom: 1px solid #fff;
}

.delayComments-table tbody tr td:nth-of-type(2) {
  border-top: 1px solid #E5BABF;
  border-right: 1px solid #E5BABF;
}

.delayComments-table tbody tr:first-of-type td {
  border-top: 0;
}

.delayComments-table tbody tr:last-of-type td {
  border-bottom: 0;
}

.delayReason-form,
.delayWarning-form {
  background-color: #EDE1E1;
  border: 1px solid #E5BABF;
}

.delayWarning-form {
  margin-top: 20px;
}

.alert-description {
  margin-top: 15px;
}

.alert-description > p {
  color: #E56370;
}

.charge-staff {
  display: flex;
  justify-content: space-between;
  margin-bottom: 8px;
  font-size: 12px;
  color: #989B9B;
}

.delayReason-form > h4,
.delayWarning-form > h4 {
  margin: 0 0 10px 0;
}

.delayComments-wrapper .openBtn-wrapper {
  margin: 10px 0;
  display: grid;
  display: -ms-grid;
}

.inspection-wrapper > .box-body {
  background: #EDE1E1;
  padding: 23px;
}

/*.inspection-wrapper textarea {*/
/*  height: 250px;*/
/*}*/

.stocking-wrapper .inputArea {
  background: #fff;
}

.stocking-wrapper .box-body {
  padding: 23px;
  background: #E3E3E3;
}

.stocking-wrapper button:first-of-type {
  margin-right: 15px;
}


.requestDetail-inputs .box-header {
  padding: 0;
}

.requestDetail-inputs .box-body {
  padding: 0;
}

.requestDetail-inputs .table-title {
  padding: 9px;
}

.requestDetail-inputs .box-header ul {
  padding-left: 0;
  list-style: none;
}

.requestDetail-inputs .table th {
  width: 33%;
  background: #E3E3E3;
  color: #454C56;
}

.requestDetail-inputs .table td .form-group {
  margin-bottom: 0;
}

ul.settingButtons {
  list-style: none;
  margin: 9px 0 10px;
  padding: 0;
}

ul.settingButtons > li > span > .btn-default {
  margin-right: 10px;
  padding: 6px 15px;
}

.requestDetail-inputs .box-header ul > li > span > .btn-default {
  margin-right: 10px;
}

.search-clinics {
  margin-right: 12px;
}

.search-dealers {
  margin-right: 12px;
}

.search-organizations {
  margin-right: 12px;
}



.business-flow-box > .box-body {
  background: #fff;
}

.business-flow-table .table-index {
  vertical-align: bottom;
}

.business-flow-header {
  margin: 20px 0 0;
  padding-bottom: 0;
}

.table.business-flow-table td.linkBox > a {
  padding: 9px 15px;
  color: #fff;
  text-decoration: none;
}

.table.business-flow-table:first-of-type td.table-title.linkBox > a {
  padding: 17px 15px;
}

.dashboard-header {
  margin: 20px 0 10px;
  padding-bottom: 0;
}

.business-flow-table:not(:first-of-type) {
  margin-top: 10px;
}

.business-flow-table .table-title,
.dashboard-table .table-title {
  font-size: 14px;
}

.business-flow-table > tbody > tr > th {
  background: #ecf0f5;
  color: #000;
  border-top: 1px solid #ecf0f5;
  text-align: center;
}

.business-flow-table > tbody > tr > td {
  width: 10%;
  text-align: center;
  background: #E3E3E3;
}

.business-flow-table > tbody > tr:first-of-type > td {
  border-top: 1px solid #ecf0f5;
}

.business-flow-table > tbody > tr:last-of-type > td {
  border-bottom: 1px solid #ecf0f5;
}

.business-flow-table > tbody > tr > td.td-noBG {
  background: #fff;
  border: 1px solid #fff;
  text-align: center;
}

.business-flow-table > tbody > tr.emphasis-cells > td {
  font-size: 16px;
  vertical-align: middle;
}

.business-flow-table .table-title {
  width: 20%;
  padding: 0;
  background: #717171;
  color: #fff;
  text-align: left;
}

.business-flow-table .table-title ~ td {
  border-right: 1px solid #fff;
}

.business-flow-table .table-title ~ td:last-of-type {
  border-right: none;
}

.business-flow-table > tbody > tr > td.table-subTitle {
  background: #989B9B;
  text-align: left;
  color: #fff;
}

.dashboard-table > tbody > .table-title > th {
  width: 10%;
  background: #717171;
}

.dashboard-table > tbody > tr > th.table-subTitle {
  background: #989B9B;
}

.dashboard-table > tbody > tr > td {
  background: #E3E3E3;
}

table.dashboard-table > tbody > tr > td.linkBox > a {
  text-decoration: none;
  color: #000;
}

.aggregated-time {
  margin-top: 30px;
}

.table-description {
  margin-top: 10px;
}


.search-popup-box .search-description {
  font-size: 13px;
  color: #808495;
}

.search-popup-box {
  width: 600px;
  max-width: 100%;
  background: #ecf0f5;
}

.popup_container_bodyInner .box .box-body .input-key .btn-success {
  width: 100%;
}

.search-popup-box .box-body:nth-of-type(3) {
  padding-top: 0;
}

.search-popup-box .box-body:nth-of-type(3) > .box-inner {
  max-height: 350px;
  overflow-y: scroll;
  border: 1px solid #000;
}

.search-popup-box .box-body:nth-of-type(3) > .box-inner > ul {
  list-style: none;
  margin-bottom: 0;
  padding: 0;
}

.search-popup-box .box-body:nth-of-type(3) > .box-inner > ul > li {
  margin: 0;
  padding: 10px 5px;
  background: #fff;
  border-bottom: 1px solid #c3c3c3;
  cursor: pointer;
}

.search-popup-box .box-body:nth-of-type(3) > .box-inner > ul > li.lack-of-credit {
  background: red;
}
.lack-of-credit-description {
  margin-top: 10px;
}

.popup_container .box-inner > ul > li.dealers-lists-item:hover,
.popup_container .box-inner > ul > li.clinics-lists-item:hover {
  background: #E3E3E3;
}

.popup_container .box-inner > ul > li p {
  margin-bottom: 0;
}

.popup_container .box-inner > ul > li .clinicName,
.popup_container .box-inner > ul > li .dealerName {
  font-weight: bold;
}

.popup_container .salesList-box .list-item-wrapper {
  padding: 10px;
}

.popup_container .salesList-box .shut .list-item-wrapper {
  background: #fff;
}

.popup_container .salesList-box .open .list-item-wrapper {
  background: #E3E3E3;
}

.popup_container .salesList-box .list-item-wrapper:hover {
  background: #E3E3E3;
}

.popup_container .salesList-box .salesName-list > li {
  padding: 7px;
}

.popup_container .salesList-box .salesName-list > li:hover {
  background: #E3E3E3;
}


.search-popup-box .box-body:nth-of-type(3).salesList-box > .box-inner > ul {
  padding: 5px;
  background: #fff;
}

.search-popup-box .box-body:nth-of-type(3).salesList-box > .box-inner > ul > .sales-lists-item > .salesName-list {
  list-style: none;
}

/* 商品検索 */
.search-list-item + .search-list-item {
  margin-top: 10px;
}
.search-list-item__label {
  display: inline-block;
}
.search-list-item__description {
  display: block;
  font-weight: bold;
}

.authority-table {
  width: 100%;
  table-layout: fixed;
}

.authority-table tr td:not(:last-of-type) {
  background: #E3E3E3;
}

.authority-table tr td:first-of-type {
  border-right: 1px solid #fff;
}

.authority-table tr .fc-widget-content {
  padding-left: 17px;
}

button.btn-switch-type {
  padding-left: 35px;
  padding-right: 35px;
  margin: 0 5px;
}

.authority-description {
  overflow-wrap: break-word;
}

.authority-description::before {
  content: "\A";
  white-space: pre;
}

.authority-tooltip {
  position: relative;
  cursor: pointer;
}

.authority-full-description {
  display: none;
  position: absolute;
  background-color: #fff;
  /*text-align: center;*/
  padding: 10px;
  border-radius: 5px;
  width: calc(100% - 16px);
  bottom: calc(100% + 10px);
  transform: translateX(-50%);
  left: 50%;
  z-index: 0;
  word-wrap: break-word;
}

.authority-full-description::before {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  border: 5px solid transparent;
  border-top: 5px solid #FFF;
  margin-left: -5px;
}

.authority-tooltip:hover .authority-full-description {
  display: inline-block;
}

.table-request-info {
  width: 100%;
  table-layout: fixed;
}

.rental-remark-tooltip {
  position: relative;
  cursor: pointer;
}

.full-rental-remark {
  display: none;
  position: absolute;
  background-color: #fff;
  padding: 10px;
  border-radius: 5px;
  width: calc(100% - 16px);
  bottom: calc(100% + 10px);
  transform: translateX(-50%);
  left: 50%;
  z-index: 0;
  word-wrap: break-word;
}

.full-rental-remark::before {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  border: 5px solid transparent;
  border-top: 5px solid #FFF;
  margin-left: -5px;
}

.rental-remark-tooltip:hover .full-rental-remark {
  display: inline-block;
}

.request-products-title {
  padding: 20px 15px;
  background: #50796E;
  color: #fff;
  font-size: 20px;
}
.request-products-body {
  background: #fff;
  padding: 20px 15px;
}

.request-products-list {
  padding-left: 25px;
  margin: 0;
}

@media screen and (max-width: 767px) {
  .request-products {
    padding: 4%;
  }

  .request-products-body {
    font-size: 14px;
  }

  .request-products-list {
    list-style: inherit;
  }
}

.accessories {
  margin: 0;
  padding-left: 20px;
}

.status-draft td {
  background: #DBDBDB;
}

.notFound {
  margin-top: 40px;
}

.notFound .box-body {
  background: #FFF;
}

.notFound .box-body .description {
  margin-top: 40px;
}

.sever-error {
  margin-top: 5%;
  padding: 15px;
}

.sever-error .box-body {
  margin: 0 10%;
  padding: 30px;
  background: #fff;
}

.sever-error .description {
  margin: 40px 0;
}

.session-error {
  color: #E56370;
}
