
a, a:focus, a:hover {
    color: #1A0DAB;
}


.win-opn-show{
    display:none;
}
.win-opn-hide{
    display:block;
}
body.opn-win .win-opn-show{
    display:block;
}
body.opn-win .win-opn-hide{
    display:none;
}

#relation-function-menu .dropdown-item {
    padding : 0px 0px !important;
}

#relation-function-menu .dropdown-item a{
    display : block;
    padding : 10px 45px 10px 15px;
}

#docs-function-menu .dropdown-item {
    padding : 0px 0px !important;
}

#docs-function-menu .dropdown-item a{
    display : block;
    padding : 10px 45px 10px 15px;
}

#overlay {
    position : fixed;
    top      : 0;
    left     : 0;
    z-index  : 99;
    width    : 100%;
    height   : 100%;
    background : rgba(0, 0, 0, .7);
    opacity    : 0;
    visibility : hidden;
    -webkit-transition : .3s linear;
    transition         : .3s linear;
}

#overlay .stage {
    display : flex;
    justify-content : center;
    align-items     : center;
    position : relative;
    top      : 50%;
    padding  : 2rem 0;
    margin   : auto;
    overflow : hidden;
    width    : 15%;
}

.dot-floating::after,.dot-floating::before,.dot-floating{
    color            : #888 !important;
    background-color : #888 !important;
}


#overlay.is-open {
  opacity    : 1;
  visibility : visible;
}

.caption {
    font-size   : .820rem;
    color       : #888;
    line-height : 2;
}

body{
  /*background-color: rgba(231,225,215,0.5);*/
  background-image: url("./img/bg.jpeg");
  font-family:'メイリオ', 'Meiryo', 'monospace',sans-seriffont-family;
}

.main-panel{
  background-color: rgba(255,255,255,1);
}

.off-canvas-sidebar .logo, .sidebar .logo{
/*background-color: rgba(231,225,215,0.5);*/
    background-color:none;
    background-image: url("./img/bg.jpeg");
}

.off-canvas-sidebar[data-color=white] .logo .simple-text, .sidebar[data-color=white] .logo .simple-text{
  text-align:center;
}

.off-canvas-sidebar[data-color=white] .logo .simple-text .fas, .sidebar[data-color=white] .logo .simple-text .fas{
  color:rgba(255,0,0,0.5);
}

.sidebar[data-color=white] .logo img{
    width:80%;
    height:auto;
}
.sidebar[data-color=white] .logo .simple-text,.sidebar .nav li > a,.sidebar .nav i{
    color:#333 !important;
}

.sidebar[data-active-color=danger] .nav li.active>a,.sidebar[data-active-color=danger] .nav li.active > a i{
    color:#ef8157 !important;
}


.sidebar-wrapper ul li{
    list-style: none;
}
.sidebar-wrapper ul li ul{
    display:none;
}

.sidebar-wrapper ul li:hover ul,.sidebar-wrapper ul li.active ul{
    display:block;
}

.off-canvas-sidebar, .sidebar {
    display: flex;
    position: relative;
    top: auto;
    height: auto;
    bottom: auto;
    width: 100%;
    left: auto;
    z-index: 1030;
}

.off-canvas-sidebar .sidebar-wrapper, .sidebar .sidebar-wrapper {
    position: relative;
    height: auto;
    overflow: auto;
    width: 100%;
    z-index: 4;
    padding-bottom: 0px;
    background:#fff;
}

.off-canvas-sidebar .logo, .sidebar .logo, .off-canvas-sidebar .sidebar-wrapper, .sidebar .sidebar-wrapper{
    padding:0px;
}
.sidebar[data-color=white] .logo .simple-text{
    padding:5px;
}
.off-canvas-sidebar[data-color=white] .logo:after, .sidebar[data-color=white] .logo:after,
.off-canvas-sidebar[data-color=white] .logo:before, .sidebar[data-color=white] .logo:before{
    display:none;
}

.off-canvas-sidebar .nav, .sidebar .nav {
    margin-top: 0px;
    display: flex;
}

.sidebar[data-active-color=danger] .nav li > a{
    display:flex;
    padding:5px;
}

.sidebar[data-active-color=danger] .nav li > a i{
    display:inline-block;
    padding:0px;
}

.sidebar .sidebar-wrapper li.active>[data-toggle=collapse]+div .nav li:after, .sidebar .sidebar-wrapper li.active>a:not([data-toggle=collapse]):after,
.sidebar .sidebar-wrapper li.active>[data-toggle=collapse]+div .nav li:before, .sidebar .sidebar-wrapper li.active>a:not([data-toggle=collapse]):before{
    display:none;
}

.main-panel{
    width:100%;
}










.navbar .container, .navbar .container-fluid, .navbar .container-lg, .navbar .container-md, .navbar .container-sm, .navbar .container-xl{
  justify-content: left;
}

.navbar .navbar-wrapper{
  margin-left:20px;
}

.navbar a:not(.btn):not(.dropdown-item){
  color:#333;
}

.navbar.navbar-absolute{
  padding:0px 10px;
  margin:0px;
}

.bootstrap-navbar, .sidebar{
    /*transform:translate3d(-260px,0,0)*/
    display:block;
    transform:none;
    box-shadow: 0px 5px 5px 0px rgba(0,0,0,0.4);
}
.nav-open .main-panel{
    /*transform: translate3d(260px,0,0);*/
    transform:none;
}

.sidebar[data-color=white] .logo img {
    width: 80%;
    max-width: 120px;
    height: auto;
}

.navbar .navbar-toggler {
    /* width: 37px; */
    /* height: 27px; */
    width:auto;
    height:auto;
    text-align:center !important;
}

.navbar .container-fluid{
  padding:0px;
}

.perfect-scrollbar-off .sidebar-wrapper{
    position:absolute;
    top:58px;
    left:0px;
    width:100%;
    box-shadow: 0px 5px 5px 0px rgba(0,0,0,0.4);
    line-height: 0;
    opacity: 0;
    visibility: hidden;
    transition:
      line-height .3s ease-out,
      opacity     .1s linear,
      visibility  .1s linear;
}
.perfect-scrollbar-off.nav-open .sidebar-wrapper{
    border-top:solid 1px rgba(0,0,0,0.2);
    border-bottom:solid 1px rgba(0,0,0,0.2);

    opacity: 1;
    visibility: visible;
    /* 開くアニメーション */
    transition:
      line-height .3s ease-out,
      opacity     .1s linear .1s,
      visibility  .1s linear .1s;
}
.navbar .navbar-toggle,.navbar-expand-lg .navbar-toggler{
  display:block;
}

.navbar .navbar-toggle, .navbar-expand-lg .navbar-toggler{
}

.navbar .navbar-toggler-bar {
    display: block;
    margin:auto;
    position: relative;
    width: 22px;
    height: 1px;
    border-radius: 1px;
    background: #66615b;
}
.toggled .bar1 ,.toggled .bar2,.toggled .bar3{
    top: 6px;
    animation: g .5s 0s;
    animation-fill-mode: forwards;
}
.navbar .navbar-toggler-bar+.navbar-toggler-bar {
    margin-top: 7px;
}
.navbar .toggled .navbar-toggler-bar {
    width: 24px;
}

.navbar .toggled .navbar-toggler-bar{width:24px}.navbar .toggled .navbar-toggler-bar+.navbar-toggler-bar{margin-top:0px}
.toggled .bar1{top:6px;animation:g .5s 0s;animation-fill-mode:forwards}.toggled .bar2{opacity:0}.toggled .bar3{bottom:6px;animation:i .5s 0s;animation-fill-mode:forwards}@keyframes g{0%{top:0;transform:rotate(0deg)}45%{top:6px;transform:rotate(145deg)}75%{transform:rotate(130deg)}to{transform:rotate(135deg)}}@keyframes h{0%{top:6px;transform:rotate(135deg)}45%{transform:rotate(-10deg)}75%{transform:rotate(5deg)}to{top:0;transform:rotate(0)}}@keyframes i{0%{bottom:0;transform:rotate(0deg)}45%{bottom:6px;transform:rotate(-145deg)}75%{transform:rotate(-130deg)}to{transform:rotate(-135deg)}}@keyframes j{0%{bottom:6px;transform:rotate(-135deg)}45%{transform:rotate(10deg)}75%{transform:rotate(-5deg)}to{bottom:0;transform:rotate(0)}}

.navbar-toggler-text{
  display:inline-block;
  font-size:8px;
  margin-top:3px;
}

.navbar .toggled .navbar-toggler-text{
  margin-top:23px;
}

.off-canvas-sidebar .nav li>a, .sidebar .nav li>a{
  margin:0px;
}

.sidebar-wrapper ul{
    /* flexboxで等間隔に並べる*/
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}
.sidebar-wrapper ul > li{
    box-shadow : 0 0 35px 0 rgb(0 0 0 / 10%);
    transition : box-shadow .2s ease-out;
    width  : 25%;
    height: auto;
    position: relative;
    border-radius:5px;
}

.sidebar[data-active-color=danger] .nav li > a{
  /* 正方形にするのに必要な部分 */
  display: block;
  /*
  position: absolute;
  top: 0;
  left: 0;
  */
  width: 100%;
  height: 100%;
  text-align: center;
  padding:15px;
  font-size:14px;
}

.sidebar[data-active-color=danger] .nav li > a > *{
  display:block;
  width:100%;
  vertical-align: middle;
  display: inline-block;

}

.sidebar[data-active-color=danger] .nav li > a > i{
  font-size:24px;
}










.fl-left{
	float:left;
}
.fl-right{
	float:right;
}
.clear:after,.clear:before {
  clear: both;
  content: "";
  display: block;
}

.m-top5{
    margin-top:5px;
}

.m-top10{
    margin-top:10px;
}

.m-top15{
    margin-top:15px;
}

.m-top20{
    margin-top:20px;
}

.m-top40{
    margin-top:40px;
}

.m-bm5{
    margin-bottom:5px;
}

.m-bm10{
    margin-bottom:10px;
}

.m-bm15{
    margin-bottom:15px;
}

.m-bm20{
    margin-bottom:20px;
}

.paginator span{
	display:inline-block;
	padding:5px;
}



.table .thead-light th,.table th{
  background-color: rgba(231,225,215,0.5);
  color:#333;
  white-space: nowrap;
}

.table  td.red{
  color:#f00;
  font-weight:bold;
}

.table .del-tr td{
    background-color:rgba(220,220,220,0.5);
}

.table .select-tr td{
    background-color:rgba(220,220,220,0.75);
}

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

.card{
  background:#fff;
  padding:20px;
}

.card .title{
  font-size:16px;
}


.message{

}

.message.success{

}


select.form-control{
  display:inline-block;
  height:40px;
  padding:10px;
}

/*Checkboxes styles*/
input[type="checkbox"] { display: none; }

input[type="checkbox"] + label {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 20px;
  font: 14px/20px 'Open Sans', Arial, sans-serif;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
}

input[type="checkbox"] + label:last-child { margin-bottom: 0; }

input[type="checkbox"] + label:before {
  content: '';
  display: block;
  width: 20px;
  height: 20px;
  border: 1px solid #333;
  position: absolute;
  left: 5px;
  opacity: .6;
  -webkit-transition: all .12s, border-color .08s;
  transition: all .12s, border-color .08s;
}

#inp-is_check + label:before{
    border: 1px solid #fff;
}

#inp-is_check:checked + label:before{
    border-top  : 0px;
    border-left : 0px;
}

input[type="checkbox"]:checked + label:before {
  width: 10px;
  left: 10px;
  border-radius: 0;
  opacity: 1;
  border-top-color: transparent;
  border-left-color: transparent;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

input:focus,select:focus{
    border-color:rgba(255,0,0,0.5) !important;
}

.inp-inline{
    display:inline-block;
    width:auto;
}

#shipping-tabs .nav-link.active{
    background-color : #FF6666 !important;
    color            : #fff !important;
}

#shipping-tabs {
    border-bottom : 1px solid #FF6666;
}

#shipping-tabs .nav-link:hover {
    background-color : #FF6666 !important;
    color            : #fff !important;
    border           : 1px solid #FF6666 !important;
}

.my-form-group{
    border     : solid 1px #406E57;
    position   : relative;
    margin-top : 40px;
    padding    : 5px 10px;
}

.my-form-group .my-form-tip{
    position:absolute;
    top:-30px;
    left:0px;
}

.my-form-group .my-form-tip a{
  display:inline-block;
  margin:0px;
}
.my-form-group .my-form-tip .tip-label{
    background-color : #406E57;
    color            : #fff;
    padding          : 5px 10px;
}

#order-shipping-list .my-form-group .my-form-tip .tip-label{
    background-color : #FF6666;
}

#order-shipping-list .my-form-group {
    border : 1px solid #FF6666;
}

#order-shipping-list .my-form-group.green {
    border : 1px solid #406E57;
}

.tip-label.green {
    background-color : #406E57 !important;
}

.my-form-group .my-form-tip-bottom{
    position:absolute;
    bottom:-40px;
    left:0px;
}

.file-label{
    padding: 3px 10px;
    border-radius: 50%;
}

.file-label input{
    display:none;
}

.form-row{
    justify-content: left;
    align-items: center;
}

.order-item-list table tbody tr:first-child td .del-item-btn {
    /*display : none;*/
}

/* 顧客 */
form#customer_edit .caption{
    background-color : #406E57;
    color         : #fff;
    font-weight   : bold;
    padding       : 10px 10px;
    text-align    : center;
    margin-bottom : 16px;
}

form#claim_edit .caption{
    background-color : #406E57;
    color         : #fff;
    font-weight   : bold;
    padding       : 10px 10px;
    text-align    : center;
    margin-bottom : 16px;
}

form#customer_edit .caption.urikake{
    background-color : #c74f2d;
}

.chosen-container-single .chosen-single {
	background : #fff !important;
    height: calc(1.5em + .75rem + 2px)!important;
	border: 1px solid #ced4da!important;
	padding: .375rem .75rem!important;
	font-size: 1rem!important;
	font-weight: 400!important;
}

form#customer_edit textarea {
    max-height : initial;
}

#historyModal .modal-body , #billing_client_modal .modal-body #result{
    max-height : 500px;
    overflow   : scroll;
}

#billing_client_modal .modal-body #result table tbody {
    cursor : pointer;
}

#historyModal .modal-body .table tr:first-child td{
    border-top : 0px !important;
}

#my-dropzone {
    min-height    : 200px;
    border        : 2px dashed #51cbce;
    border-radius : 5px;
    background    : white;
    padding       : 54px 54px;
    cursor        : pointer;
    color         : #888;
}

.dz-preview {
    display : none !important;
}

/*
.popups {
    margin-top : -80px;
}
*/
#dms, #orders.fsimport {
    background-image : initial; 
}

#orders.edit .modal-dialog{
    max-width : 80%;
}

#orders.edit .table-hover tr td{
    cursor: pointer;
}


/*
#dms .main-panel>.content, #orders.fsimport .main-panel>.content{
    padding : 0 0;
}
*/

.main-panel>.content{
  margin-top:20px;
  min-height:calc(100vh - 80px)
}

/*
#dms .dms-content-area, #orders.fsimport .orders-content-area{
    padding : 0px 30px 0px 30px;
}
*/
.popup_search_list {
    border-top    : 2px solid #888;
    border-bottom : 2px solid #888;
    max-height : 550px;
    overflow   : scroll;
}

.popup_search_list .table>thead>tr>th, .popup_search_list .table>tbody>tr>td {
    font-size  : 12px;
}

#event-form {
    display : none;
}

.conversion-area {
    position         : fixed;
    bottom           : 0px;
    background-color : #888;
    width            : 100%;
    margin-left  : -30px;
    margin-right : 0px;
    color        : #fff;
    z-index      : 11;
}


#dm-history, #shipping-client, #order-history, #payment-history {
    max-height : calc(100vh - 250px);
    overflow   : scroll;
}

.dropdown-item {
    cursor : pointer;
}

textarea.form-control {
    max-height : initial;
}

#content {
    /*margin-bottom : 50px;*/
}

.shipping-tbl th,.shipping-tbl td{
    border:solid 1px #ccc !important;
    white-space: normal;
}
.shipping-tbl th.sticky{
    position: sticky;
    left:0px;
}

.row .head {
    background-color: rgba(231,225,215,0.5);
    color: #333;
    white-space: nowrap;
    padding: 12px 7px;
    vertical-align: middle;
    font-weight: bold;
}

.table-sticky{
    overflow: scroll;
    width: 100%;
    height: 50vh;
}

.table-sticky th{
    position: sticky;
    top: 0;
    background:rgba(231,225,215);
}

.sticky-last td{
    position: sticky;
    bottom: -15px;
    background:rgba(255,255,255);
}

.sticky th,th.sticky{
    background:rgba(231,225,215,1) !important;
    border:solid 2px #fff !important;
}
.sticky td,td.sticky{
    position: sticky;
    background:rgba(255,255,255,1) !important;
    border: solid 1px #ccc !important;
}

#item-graph th,#item-graph td{
    padding:0px 5px !important;
    font-weight:normal;
}

tr.sticky {
    position : sticky !important;
    top      : 0px !important;
    z-index  : 10 !important;
}

table tbody tr.confirm,.confirm{
    background-color : #00afcc!important;
}

table tbody tr.warning,.warning{
    background-color : #FF6E00!important;
}

table tbody tr.warning a,table tbody tr.confirm a,table tbody tr.danger a{
    color       : #fff;
}

table tbody tr.warning .dropdown-item a,table tbody tr.confirm .dropdown-item a,table tbody tr.danger .dropdown-item a{
    color       : #1A0DAB;
}


table tbody tr.danger,.danger {
    background-color : #dc3545!important;    
}

.sender_info {
    display : none;
}


table tbody tr.black,.black ,.black:focus {
    background-color : #666 !important;
    color:#fff !important;
}

/*
.chosen-container.chosen-container-single {
    width : auto !important;
}
*/

.ui-datepicker-trigger{
    position: absolute;
    top: 8px;
    right: 7px;
    appearance: none;
    border: solid 1px #999;
    border-radius: 3px;
    background: #fff;
    color: #333;
}

.btn-sm{
    padding:5px 10px;
}

#files.paymentimportresult .modal-dialog {
    max-width: 80%;
}

#loading-wrapper { 
    position: fixed;
    top: 0; 
    left: 0; 
    width: 100%; 
    height: 100%; 
    background-color: rgba(0,0,0,0.5);
    display: flex; 
    flex-direction: column; 
    justify-content: center; 
    align-items: center; 
    transition: all 0.3s; 
    z-index: 9999;
} 

.loader {
    width: 1em;
    height: 1em;
    border-radius: 50%;
    position: relative;
    text-indent: -9999em;
    -webkit-animation: load5 1.1s infinite ease;
    animation: load5 1.1s infinite ease;
    -webkit-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0);
}
@-webkit-keyframes load5 {
  0%,
  100% {
    box-shadow: 0em -2.6em 0em 0em #ffffff, 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2), 2.5em 0em 0 0em rgba(255, 255, 255, 0.2), 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.2), 0em 2.5em 0 0em rgba(255, 255, 255, 0.2), -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.2), -2.6em 0em 0 0em rgba(255, 255, 255, 0.5), -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.7);
  }
  12.5% {
    box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.7), 1.8em -1.8em 0 0em #ffffff, 2.5em 0em 0 0em rgba(255, 255, 255, 0.2), 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.2), 0em 2.5em 0 0em rgba(255, 255, 255, 0.2), -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.2), -2.6em 0em 0 0em rgba(255, 255, 255, 0.2), -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.5);
  }
  25% {
    box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.5), 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.7), 2.5em 0em 0 0em #ffffff, 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.2), 0em 2.5em 0 0em rgba(255, 255, 255, 0.2), -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.2), -2.6em 0em 0 0em rgba(255, 255, 255, 0.2), -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2);
  }
  37.5% {
    box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.2), 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.5), 2.5em 0em 0 0em rgba(255, 255, 255, 0.7), 1.75em 1.75em 0 0em #ffffff, 0em 2.5em 0 0em rgba(255, 255, 255, 0.2), -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.2), -2.6em 0em 0 0em rgba(255, 255, 255, 0.2), -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2);
  }
  50% {
    box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.2), 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2), 2.5em 0em 0 0em rgba(255, 255, 255, 0.5), 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.7), 0em 2.5em 0 0em #ffffff, -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.2), -2.6em 0em 0 0em rgba(255, 255, 255, 0.2), -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2);
  }
  62.5% {
    box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.2), 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2), 2.5em 0em 0 0em rgba(255, 255, 255, 0.2), 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.5), 0em 2.5em 0 0em rgba(255, 255, 255, 0.7), -1.8em 1.8em 0 0em #ffffff, -2.6em 0em 0 0em rgba(255, 255, 255, 0.2), -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2);
  }
  75% {
    box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.2), 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2), 2.5em 0em 0 0em rgba(255, 255, 255, 0.2), 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.2), 0em 2.5em 0 0em rgba(255, 255, 255, 0.5), -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.7), -2.6em 0em 0 0em #ffffff, -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2);
  }
  87.5% {
    box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.2), 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2), 2.5em 0em 0 0em rgba(255, 255, 255, 0.2), 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.2), 0em 2.5em 0 0em rgba(255, 255, 255, 0.2), -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.5), -2.6em 0em 0 0em rgba(255, 255, 255, 0.7), -1.8em -1.8em 0 0em #ffffff;
  }
}
@keyframes load5 {
  0%,
  100% {
    box-shadow: 0em -2.6em 0em 0em #ffffff, 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2), 2.5em 0em 0 0em rgba(255, 255, 255, 0.2), 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.2), 0em 2.5em 0 0em rgba(255, 255, 255, 0.2), -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.2), -2.6em 0em 0 0em rgba(255, 255, 255, 0.5), -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.7);
  }
  12.5% {
    box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.7), 1.8em -1.8em 0 0em #ffffff, 2.5em 0em 0 0em rgba(255, 255, 255, 0.2), 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.2), 0em 2.5em 0 0em rgba(255, 255, 255, 0.2), -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.2), -2.6em 0em 0 0em rgba(255, 255, 255, 0.2), -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.5);
  }
  25% {
    box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.5), 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.7), 2.5em 0em 0 0em #ffffff, 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.2), 0em 2.5em 0 0em rgba(255, 255, 255, 0.2), -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.2), -2.6em 0em 0 0em rgba(255, 255, 255, 0.2), -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2);
  }
  37.5% {
    box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.2), 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.5), 2.5em 0em 0 0em rgba(255, 255, 255, 0.7), 1.75em 1.75em 0 0em #ffffff, 0em 2.5em 0 0em rgba(255, 255, 255, 0.2), -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.2), -2.6em 0em 0 0em rgba(255, 255, 255, 0.2), -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2);
  }
  50% {
    box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.2), 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2), 2.5em 0em 0 0em rgba(255, 255, 255, 0.5), 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.7), 0em 2.5em 0 0em #ffffff, -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.2), -2.6em 0em 0 0em rgba(255, 255, 255, 0.2), -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2);
  }
  62.5% {
    box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.2), 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2), 2.5em 0em 0 0em rgba(255, 255, 255, 0.2), 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.5), 0em 2.5em 0 0em rgba(255, 255, 255, 0.7), -1.8em 1.8em 0 0em #ffffff, -2.6em 0em 0 0em rgba(255, 255, 255, 0.2), -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2);
  }
  75% {
    box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.2), 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2), 2.5em 0em 0 0em rgba(255, 255, 255, 0.2), 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.2), 0em 2.5em 0 0em rgba(255, 255, 255, 0.5), -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.7), -2.6em 0em 0 0em #ffffff, -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2);
  }
  87.5% {
    box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.2), 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2), 2.5em 0em 0 0em rgba(255, 255, 255, 0.2), 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.2), 0em 2.5em 0 0em rgba(255, 255, 255, 0.2), -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.5), -2.6em 0em 0 0em rgba(255, 255, 255, 0.7), -1.8em -1.8em 0 0em #ffffff;
  }
}


:focus, .btn:focus, .chosen-container-active .chosen-single{
    border:solid 2px #f00 !important;
}

form textarea{
    line-height:1 !important;
    font-size:12px !important;
}

form.order-form .btn{
    margin:0px !important;
}

form.order-form .form-group{
    margin-bottom:3px !important;
}

.text-warning{
  display:inline-block;
  border:solid 1px #E5A500 !important;
  color:#FF8C00 !important;
  background:#FFFFE0 !important;
  padding:5px;
}

.text-danger{
  display:inline-block;
  border:solid 1px #D4440D !important;
  color:#C25338 !important;
  background:#FFEFEF !important;
  padding:5px;
}
.text-success{
  display:inline-block;
  border:solid 1px #76CC0B !important;
  color:#3A9805 !important;
  background:#F5FFFA !important;
  padding:5px;
}

.text-danger .text-danger,.text-warning .text-danger,.text-success .text-danger,#item1-tab  .text-danger{
    border:none !important;
    background:none !important;
    padding:0px !important;
}


.form-control,.chosen-container-active .chosen-single{
    box-sizing: border-box;
}

.dropdown-menu .dropdown-item:hover,
.dropdown-menu .dropdown-item:focus {
    background-color: #ccc !important;
}

@media print{
    .noprint{
        display:none;
    }
}

#ui-datepicker-div{
    z-index:99 !important;
}

.chosen-container-single .chosen-single{
    font-size:inherit !important;
}

#bodyClick{
    display: none !important;
}


/*スマホの管理画面対応*/
div.sidebar-wrapper div.sidebar-sp-display{
    padding:1rem;
}
div.sidebar-wrapper div.sp-menugroup{
    line-height: initial;
    background-color: #EEE;
    margin-right: 0 !important;
}
p.nav-heading-all{
    line-height: initial;
    padding: 1rem;
    margin-bottom: 0;
    background-color: #EEE;
}
@media screen and (min-width:640px){
    .sidebar-sp-display{
        display: none;
    }
}
@media screen and (max-width:639px){
    div.logo > a.logo-normal > img{
        display: none;
    }
    div.logo > a.logo-normal {
        height:60px;
    }
    .header-pc-hide{
        display: none;
    }
    .sidebar-wrapper ul{
        justify-content: flex-start;
    }
    .sidebar-wrapper ul > li {
        width: 33.3%;
    }
}

/*予約注文管理　画面*/

@media screen and (max-width: 639px) {
    .sp-flex100{
        flex: 0 0 100%;
    }
    .sp-flex40{
        flex: 0 0 40%;
    }
    .sp-w100{
        width:100%;
    }
    #suorders .table-by-side table {
      display: grid;
      grid-template-columns: 25% auto;
    }
    #suorders .table-by-side thead th{
      width:100%;
      display: flex;
      align-items: center;
      border-top: 1px solid #dee2e6;
    }
    #suorders .table-by-side thead tr{
      margin:5px 0;
    }
    #suorders .table-by-side thead th:first-child{
      height:101px;
    }
    #suorders .table-by-side thead th:nth-child(2),
    #suorders .table-by-side thead th:nth-child(3),
    #suorders .table-by-side thead th:nth-child(4){
      height:57px;
    }
    #suorders .table-by-side thead th:nth-child(5){
      height:159px;
    }
    #suorders .table-by-side thead th:nth-child(6){
      height:55.2px;
    }
    #suorders .table-by-side tbody{
      display: block;
    }
    #suorders .table-by-side thead tr,
    #suorders .table-by-side tbody tr {
      display: grid;
      grid-template-rows: 1fr;
    }
}