﻿*{
    margin:0;
    padding:0;
}

html {
    font-size: 14px !important;
    position: relative;
    min-height: 100%;
}

body {
    margin: 0;
    font-family: Nunito, sans-serif;
    font-size: 1.0rem !important;
    font-weight: 400;
    line-height: 1.5;
    color: #6c757d !important;
    text-align: left;
    background-color: #fafbfe !important;
}

ul {
    list-style-type: none !important;
}

select::-ms-expand {
    display: none;
}
select {
    -webkit-appearance: none;
    -moz-appearance: none;
    background-image: url('../image/chevron-down-solid.svg');
    background-repeat: no-repeat;
    background-size: 12px 10px;
    background-position: right 10px center;
}

input[type="number"]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
} 

input[type=checkbox] {
    transform: scale(1.5);
}

input[type=radio] {
    transform: scale(1.5);
}

.input-label{
    padding-left:0.5rem;
    font-size:1.2rem;
}

@media only screen and (max-width: 720px){
    #lg {
        display:none;
    }
}

/* ▼▼ z-index ▼▼ */
#side-toggle {
    z-index: 1006;
}

#system-title {
    z-index: 1005;
}

#left-side-menu {
    z-index: 1004;
}

#wrapper > .blind {
    z-index: 1003;
}

#search-button+.blind {
    z-index: 1001;
}

#search-condition, #search-button {
    z-index: 1002;
}
/* ▲▲ z-index ▲▲ */

#loading-spinner {
    width: 100%;
    height: 100%;
    position: fixed;
    background-color: #66666655;
    z-index: 9999;
}

#loading-spinner > div {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 50%;
    transform: translateX(-50%);
}

/* ▼▼ side-toggle ▼▼ */
#side-toggle {
    height: 60px;
    width: 60px;
    position: fixed;
    cursor: pointer;
}

#side-toggle>div {
    position: relative;
    width: 36px;
    margin: 20px 12px 6px 13px;
}

#side-toggle span {
    width: 100%;
    height: 4px;
    left: 0;
    display: block;
    background: #6c757d;
    position: absolute;
    -webkit-transition: .35s ease-in-out;
    -moz-transition: .35s ease-in-out;
    transition: .35s ease-in-out;
}

#side-toggle span:nth-child(1) {
    top: 0;
}

#side-toggle span:nth-child(2) {
    top: 10px;
}

#side-toggle span:nth-child(3) {
    top: 20px;
}

/* ▲▲ side-toggle ▲▲ */

#system-title {
    width: 300px;
    line-height: 65px;
    padding-left: 60px;
    position: fixed;
    top: 0;
    left: 0;
}

#system-title > span {
    font-size: 2.0rem;
    font-weight: bold;
    color: inherit !important;
    -webkit-transition: .35s ease-in-out;
    -moz-transition: .35s ease-in-out;
    transition: .35s ease-in-out;
}

#left-side-menu {
    padding-top: 60px;
    width: 300px;
    position: fixed;
    top: 0;
    bottom: 0;
    left: -300px;
    background: #313a46;
    /*opacity:0.92;*/
    -moz-transition: left .25s linear;
    -webkit-transition: left .25s linear;
    transition: left .25s linear;
    overflow-y: scroll;
    -ms-overflow-style: none; /* IE, Edge 対応 */
}

#left-side-menu::-webkit-scrollbar {
    display: none; /* Google Chrome 対応 */
}

#system-title-bg {
    position: fixed;
    top: 0;
    left: -300px;
    background: #313a46;
    width: 300px;
    height: 60px;
    -moz-transition: left .25s linear;
    -webkit-transition: left .25s linear;
    transition: left .25s linear;
}

.blind{
    position:fixed;
    top:0;
    left:0;
    width:100vw;
    height:100vh;
    display:none;
    background-color:gray;
    opacity:0.5;
}

.side-menu-switch > .blind {
    display: block;
}


.side-menu-switch #left-side-menu {
    left: 0px;
}

.side-menu-switch #system-title-bg {
    left: 0px;
}

.wrapper {
    height: 100%;
    overflow: hidden;
    width: 100%;
}


.content-page {
    margin-left: 0px;
    overflow: hidden;
    padding: 60px 12px 65px;
    min-height: 100vh;
    -moz-transition: margin-left .25s linear;
    -webkit-transition: margin-left .25s linear;
    transition: margin-left .25s linear;
}

.side-menu {
    position: relative;
    padding: 0;
    text-align: left;
    font-size: 1.1rem;
}

.side-menu a {
    color: #cedce4 !important;
    text-decoration: none !important;
}

.side-menu-title {
    padding: 10px 20px 10px 20px;
}

.side-menu-title h4 {
    font-size: 1.0rem;
}

.side-menu>ul {
    padding: 0;
}

.side-menu>ul>li {
    margin-bottom: 10px;
}

.side-menu .link {
    padding: 5px 30px;
    font-weight: 700;
    line-height: 1.2rem;
}

.link span {
    margin-left: 2.5rem;
}

ul.submenu {
    padding: 0;
}

.submenu li {
    padding: 8px 30px 8px 65px;
}

.accordion li i {
    position: absolute;
    font-size: 1.3rem;
}

.accordion li i.fa-chevron-down {
    right: 20px;
}

.side-menu-switch>#side-toggle span {
    background: #cedce4;
}

.side-menu-switch>#system-title>a {
    color: #cedce4 !important;
}

.navbar-custom {
    padding: 0 24px;
    background-color: #fff;
    -webkit-box-shadow: 0 0 35px 0 rgba(154, 161, 171, .15);
    box-shadow: 0 0 35px 0 rgba(154, 161, 171, .15);
    height: 60px;
    position: fixed;
    left: 0px;
    top: 0;
    right: 0;
    z-index: 1001;
}

.navbar-custom > .title {
    line-height: 65px;
}

.navbar-custom > h3 {
    font-size:2.0rem;
}

.page-title-box .page-title {
    /*font-size: 18px;*/
    margin: 0;
    line-height: 75px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    color: inherit;
}

.footer {
    border-top: 1px solid rgba(152, 166, 173, .2);
    padding: 19px 24px 20px;
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0px;
    color: #98a6ad;
}

.card {
    margin-bottom: 24px;
}

.card-body .info {
    height: 140px;
    overflow-y: scroll;
    -ms-overflow-style: none; /* IE, Edge 対応 */
}

.card-body .info::-webkit-scrollbar {
    display: none; /* Google Chrome 対応 */
}

.info a.more-detail{
    position:absolute;
    top:0;
    right:0;
    padding:20px;
}


.border-left-primary {
    border-left: .25rem solid #4e73df !important;
}

.border-left-info {
    border-left: .25rem solid #36b9cc !important;
}

.border-left-secondary {
    border-left: .25rem solid #858796 !important;
}

.border-left-warning {
    border-left: .25rem solid #f6c23e !important;
}

.border-left-danger {
    border-left: .25rem solid #e74a3b !important;
}

.select-user {
    width: 200px;
    height: 60px;
    line-height: 60px;
    margin-left: 10px;
    color: inherit;
    background-color: #fafaff;
    border: 1px solid #f1f3fa;
    border-width: 0 1px;
    text-align: center;
}

.select-user>a {
    display: block;
    width: 200px;
    height: 60px;
}

.select-user>ul {
    width: 200px;
    max-height: 300px;
    overflow-y: scroll;
}

.effect-fade {
    animation: fadein .5s ease 0s 1 alternate;
}

@keyframes fadein {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

#btn-logout {
    line-height: 60px;
    text-align: center;
}


#search-button {
    width: 56px;
    height: 56px;
    font-size: 1.2rem;
    position: fixed;
    bottom: 80px;
    right: 30px;
    box-shadow: 0 0 6px rgba(0,0,0,0.3);
    overflow: hidden;
}

/*#search-condition {
    width: 500px;
    padding: 10px;
    position: fixed;
    background: white;
    bottom: 80px;
    right: 90px;
    border-radius: 10px;
    border: 1px solid lightgrey;
    display:none;
}*/

/*#search-condition.show {
    display: block;
}*/

#search-condition-title{

}

#search-condition-body{
    padding:10px;

}

#search-result {
    padding-bottom: 20px;
}

.qty-button-left {
    color: white !important;
    border-radius: .25rem 0 0 .25rem !important;
}

.qty-button-right {
    color: white !important;
    border-radius: 0 .25rem .25rem 0 !important;
}

@media print {
    .no-print {
        display: none;
    }

}