@charset "UTF-8";
/* フォーム送信時 */
#gray_panel {
  background : #000;
  opacity  : 0.5;
  width  : 100%;
  height  : 100%;
  position : fixed;
  top   : 0;
  left  : 0;
  z-index  : 999;
}

@media screen and (min-width: 801px) { .pc-visible {  } }
@media screen and (max-width: 800px) { .pc-visible { display: none; } }
@media screen and (min-width: 801px) { .mb-visible { display: none; } }
@media screen and (max-width: 800px) { .mb-visible {  } }

[ng\:cloak], [ng-cloak], [data-ng-cloak], [x-ng-cloak], .ng-cloak, .x-ng-cloak {
  display: none !important;
}

.global-sidemenu-toggle {
  position: fixed;
  bottom: 30px;
  width: 30px;
  height: 30px;
  -moz-border-radius: 20px;
  -webkit-border-radius: 20px;
  background-color: #808080;
  padding-top: 0px;
  text-align: center;
  border-radius: 50%;
  border: 2px solid #A9A9A9;
  color: #FFFFFF;
  text-decoration: none;
  outline: none;
}
.global-sidemenu-toggle.global-sidemenu-opened {
  left: 225px;
}
.global-sidemenu-toggle.global-sidemenu-closed {
  left: 0px;
}
.loading {
  position: absolute;
  top: 50px;
  left: -10px;
}
.proxy-user {
  float:left;
  position: absolute;
  top: 1px;
  left: 400px;
}
/* アラートメッセージ */
.alert {
  padding: 15px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  border-radius: 4px;
}
.alert h4 {
  margin-top: 0;
  color: inherit;
}
.alert .alert-link {
  font-weight: bold;
}
.alert > p,
.alert > ul {
  margin-bottom: 0;
}
.alert > p + p {
  margin-top: 5px;
}
.alert-dismissable,
.alert-dismissible {
  padding-right: 35px;
}
.alert-dismissable .close,
.alert-dismissible .close {
  position: relative;
  top: -2px;
  right: -21px;
  color: inherit;
}
.alert-success {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}
.alert-success hr {
  border-top-color: #c9e2b3;
}
.alert-success .alert-link {
  color: #2b542c;
}
.alert-info {
  color: #31708f;
  background-color: #d9edf7;
  border-color: #bce8f1;
}
.alert-info hr {
  border-top-color: #a6e1ec;
}
.alert-info .alert-link {
  color: #245269;
}
.alert-warning {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #faebcc;
}
.alert-warning hr {
  border-top-color: #f7e1b5;
}
.alert-warning .alert-link {
  color: #66512c;
}
.alert-danger {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1;
}
.alert-danger hr {
  border-top-color: #e4b9c0;
}
.alert-danger .alert-link {
  color: #843534;
}

.float-button {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  padding: 30px;
  font-size: 40px;
  background: $warning;
  position: fixed;
  top: 87%;
  left: 45%;
  z-index: 9999;
}

/* Sidebar navigation */
.nav-sidebar {
  margin-right: -21px; /* 20px padding + 1px border */
  margin-bottom: 20px;
  margin-left: -20px;
}
.nav-sidebar > li > a {
  padding-right: 20px;
  padding-left: 20px;
}
.nav-sidebar > .active > a,
.nav-sidebar > .active > a:hover,
.nav-sidebar > .active > a:focus {
  color: #fff;
  background-color: #282C30;
}

/* tooltip adjustment */
.tooltip-specifics-detail-top {
  margin-top: 0px!important;
}

.tooltip-specifics-detail-top-left {
  margin-top: 0px!important;
  margin-left: -35px!important;
}

.tooltip-specifics-detail-top-left .tooltip-arrow {
  margin-left: 30px!important;
}

.tooltip-specifics-detail-wide {
  margin-top: -3px!important;
  margin-left: -45px!important;
  width: 200px
}

.tooltip-specifics-detail-wide .tooltip-arrow {
  margin-left: 40px!important;
}

.tooltip-wide-left div {
  max-width: 300px;
  margin-left: 150px;
  text-align: left;
}

.tooltip-form-edit div {
  max-width: 300px;
  text-align: left;
}

/* request */
.request-detail-link {
  position: absolute;
  top: 5px;
  right: -40px;
}

/* printing layout */
.new-client-for-print {
  margin: 0 3px 0 -3px;
  border-color: #000;
}

input[type="number"].amount {
  text-align: right;
  padding-right: 5px;
  margin: 0px;
  -moz-appearance:textfield;
}

input[type="number"].amount::-webkit-outer-spin-button,
input[type="number"].amount::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input.datepicker-column {
  text-align: center;
  padding: 10px 5px;
}

.drop-box {
  background: #FFFFFF;
  border: 2px dashed #DDD;
  text-align: left;
  padding: 30px 10px;
  margin: 0 0 15px 0;
}

.drop-box button {
  margin: 0 15px;
}

.drop-box i,
.drop-box span {
  vertical-align: middle;
}

.drop-box-request button:nth-child(1) {
  margin: 0 5px 0 10px;
}

.drop-box-request button:nth-child(2) {
  margin: 0 10px 0 5px;
}

.drop-box.dragover {
    border: 2px dashed #859bf2;
}

.drop-box.dragover-err {
    border: 5px dashed red;
}

.file-box {
  background: ghostwhite;
  border: 1px solid #DDD;
  text-align: left;
  padding: 15px;
}

.file-box textarea {
  resize: none;
  vertical-align: middle;
}

.file-box-close {
  position: absolute;
  padding: 5px 12px;
  font-size: 18px;
  color: #BBB;
  background: none;
  border: none;
}

.file-box-close:hover {
  border: none;
  outline: none;
}

.file-box-frame-pc {
  margin: 0 10px 20px 10px;
}

.file-box-frame-mb {
  margin: 0 0 20px 0;
}

.file-box-items {
  margin: 0;
  padding: 5px 0 5px 0;
}

.file-box-items .filename input {
  width: 75%;
}

.file-box-items .filename a {
  padding-left: 4px;
  font-size: 13px;
}

.file-box-items label {
  width: 88px;
  height: 40px;
}

.file-box-items p {
  font-size: 13px;
  padding-left: 3px;
  word-break: break-all;
}

.file-box-items .used-place {
  list-style-type: none;
  padding: 0;
  margin: 0;
  font-size: 13px;
}

.file-box-items .used-place li {
  padding-left: 3px;
}

.file-box-item-tips {
  padding: 4px 0 0 9px;
  color: #777;
}

.file-box-calender {
  padding: 5px 5px 5px 0;
  border-bottom: solid 1px #CCC;
  position: relative;
  width: 120px;
  background-color: #FFF;
}

.file-box-calender input {
  width: 110px;
  padding: 5px 0 5px 10px;
  border: 0!important;
  box-shadow: none;
  cursor: pointer;
}

.file-box-calender-clear {
  position: absolute;
  color: #CCC;
  right: -15px;
  top: 0;
  bottom: 0;
  margin: auto;
  height: 21px;
  width: 60px;
  text-align: center;
}

.file-box-footer {
  text-align: right;
  padding: 15px 20px;
}

.file-box-validate {
  margin-bottom: 4px;
  line-height: 24px;
}

.file-box-validate > span {
  padding: 2px 4px;
}

.file-progress-error {
  font-size: 13px;
  color: #da3423;
  margin: 0 0 0 100px;
}

.file-progress-bar {
  display: table-cell;
  vertical-align: middle;
  padding-left: 12px;
}

.file-progress-bar uib-progressbar {
  margin: 0;
}

.file-progress-bar div {
  margin-bottom: 0;
}

.file-progress-bar span {
  color: #FFF;
  white-space: nowrap;
  padding: 0 10px;
}

.file-select-box .search-result p {
  margin: 0 10px 0 5px;
}

.file-select-box .search-result p span:nth-child(1) {
  color: #da3423;
}

.file-select-box .search-result p span:last-child {
  float: right;
}

.file-select-box .search-label {
  padding-left: 5px;
}

.file-select-box .search-list li {
  display: block;
  padding-bottom: 5px;
}

.file-select-box .search-list li:last-child {
  padding-bottom: 0;
}

.file-select-box .us-spinner-wrapper {
  position: relative;
  padding: 0 30px 0 0;
}

.file-select-box .si-date-clear {
  color: #CCC;
  font-size: 15px;
  margin: 8px 0 0 4px;
}

.file-select-box .si-date-clear-m {
  float: right;
  color: #CCC;
  font-size: 15px;
  margin: 8px 0 0 4px;
}

.file-select-box-list thead {
  display: block;
}

.file-select-box-list tbody {
  display: block;
  overflow-y: scroll;
  max-height: 360px;
}

.file-select-box-list th:nth-child(1),
.file-select-box-list td:nth-child(1) {
  width: 200px;
  word-break: break-all;
}

.file-select-box-list th:nth-child(2),
.file-select-box-list td:nth-child(2) {
  width: 85px;
}

.file-select-box-list th:nth-child(3),
.file-select-box-list td:nth-child(3) {
  width: 200px;
}

.file-select-box-list th:nth-child(4),
.file-select-box-list td:nth-child(4) {
  width: 30px;
}

.file-select-box-list td {
  padding-right: 10px!important;
}

.file-select-box-list-m th:nth-child(1),
.file-select-box-list-m td:nth-child(1) {
  width: auto;
}

.file-select-box-list-m th:nth-child(2),
.file-select-box-list-m td:nth-child(2) {
  width: 95px;
}

.file-select-box-list-m th:nth-child(3),
.file-select-box-list-m td:nth-child(3) {
  width: 30px;
}

.file-select-box-list-m th,
.file-select-box-list-m td {
  padding-right: 10px!important;
  font-size: 13px;
  word-break: break-all;
}

.file-list-easy-search .clear-condition {
  font-size: 15px;
  padding-top: 0;
  padding-bottom: 0;
}

.file-list-easy-search .calendar {
  padding: 0;
}

.file-list-easy-search .calendar input {
  float: right;
  border: none;
  box-shadow: none;
  height: 41px;
  padding: 10px 5px;
  margin: 0;
}

.file-list-easy-search .calendar .datepicker-format {
  margin-left: -85px;
}

.file-preview-conf .modal-content {
  background: none;
  box-shadow: none;
  border: none;
}

.file-preview img {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.pdf-paging {
  text-align: center;
  margin-bottom: 20px;
  padding-bottom: 4px;
  border-bottom: 1px solid #ddd;
}

.pdf-paging .row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 5px;
}

.pdf-paging .col {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -moz-flex: 1;
  -ms-flex: 1;
  flex: 1;
  display: block;
  padding: 0;
  width: 100%
}

.pdf-paging .col-center {
  -webkit-align-self: center;
  -moz-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
}

.pdf-paging .text-left {
  text-align: left;
}

.pdf-paging .text-right {
  text-align: right;
}

.file-attach-select-box,
.file-attach-select-box-mb {
  padding: 15px;
}

.file-attach-select-box p,
.file-attach-select-box-mb p {
  margin-top: 0;
}

.file-attach-select-box div {
  display: inline-block;
  padding-right: 10px;
}

.file-attach-select-box-mb div:nth-of-type(1) {
  display: block;
  padding: 0 0 10px 0;
}

.file-attach-select-box-mb div:nth-of-type(2) {
  display: block;
  padding: 0;
}

.file-attach-select-box-mb button {
  width: 100%;
}

.shipping_address-select-box .search-result p {
  margin: 0 10px 0 5px;
}

.shipping_address-select-box .search-result p span:nth-child(1) {
  color: #da3423;
}

.shipping_address-select-box .search-result p span:last-child {
  float: right;
}

.shipping_address-select-box .us-spinner-wrapper {
  position: relative;
  padding: 0 30px 0 0;
}

.shipping_address-select-box-list thead {
  display: block;
}

.shipping_address-select-box-list tbody {
  display: block;
  overflow-y: scroll;
  max-height: 360px;
}

.shipping_address-select-box-list th:nth-child(1),
.shipping_address-select-box-list td:nth-child(1) {
  width: 200px;
  word-break: break-all;
}

.shipping_address-select-box-list th:nth-child(2),
.shipping_address-select-box-list td:nth-child(2) {
  width: 200px;
}

.shipping_address-select-box-list th:nth-child(3),
.shipping_address-select-box-list td:nth-child(3) {
  width: 200px;
}

.shipping_address-select-box-list td {
  padding-right: 10px!important;
}

.shipping_address-select-box-list-m th:nth-child(1),
.shipping_address-select-box-list-m td:nth-child(1) {
  width: auto;
}

.shipping_address-select-box-list-m th:nth-child(2),
.shipping_address-select-box-list-m td:nth-child(2) {
  width: 95px;
}

.shipping_address-select-box-list-m th:nth-child(3),
.shipping_address-select-box-list-m td:nth-child(3) {
  width: 30px;
}

.shipping_address-select-box-list-m th,
.shipping_address-select-box-list-m td {
  padding-right: 10px!important;
  font-size: 13px;
  word-break: break-all;
}

.billing_address-select-box .search-result p {
  margin: 0 10px 0 5px;
}

.billing_address-select-box .search-result p span:nth-child(1) {
  color: #da3423;
}

.billing_address-select-box .search-result p span:last-child {
  float: right;
}

.billing_address-select-box .us-spinner-wrapper {
  position: relative;
  padding: 0 30px 0 0;
}

.billing_address-select-box-list thead {
  display: block;
}

.billing_address-select-box-list tbody {
  display: block;
  overflow-y: scroll;
  max-height: 360px;
}

.billing_address-select-box-list th:nth-child(1),
.billing_address-select-box-list td:nth-child(1) {
  width: 550px;
  word-break: break-all;
}

.billing_address-select-box-list td {
  padding-right: 10px!important;
}

.billing_address-select-box-list-m th:nth-child(1),
.billing_address-select-box-list-m td:nth-child(1) {
  width: auto;
}

.billing_address-select-box-list-m th,
.billing_address-select-box-list-m td {
  padding-right: 10px!important;
  font-size: 13px;
  word-break: break-all;
}