@charset "UTF-8";
@import url('https://fonts.googleapis.com/css?family=Noto+Serif+JP&display=swap');

body {
    font-size: 12px;
    padding-top: 0px;
    height: 100%;
    color: #555555;
    /*font-family: "メイリオ", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, sans-serif*/;
    /*font-family: "M PLUS 1p";*/
    font-family: "Noto Sans Japanese";
    /*font-family: "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, "Noto Sans Japanese";*/
    /*font-style: normal;
    font-weight: 200;*/
}

.wf-notosansjapanese { font-family: "Noto Sans Japanese"; }

.wf-mplus1p { font-family: "Mplus 1p"; }

.wf-roundedmplus1c { font-family: "Rounded Mplus 1c"; }

.datepicker-days {
    display: block;
    font-size: 11px;
}

.tool-pulldown {
    float: left;
    margin-right: 10px;
}

.up-panel-down{
    margin-bottom: 25px;
}

.tool-button {
    float: right;
    margin-right: 10px;
}

.up-panel-button {
    width: 130px;
}

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

.wid250 {
    width: 250px;
}

.page-header1 {
    padding-bottom: 9px;
    border-bottom: 1px solid #EEE;
    margin: 25px 0 15px 0;
}

.page-header2 {
    padding-bottom: 9px;
    border-bottom: 1px solid #EEE;
    margin: 20px 0 10px 0;

}

.tab-title{
    margin: 0;
    font-weight: bold;
}

.tyusyaku{
    font-size: 11px;
    vertical-align: middle;
}

.up-panel{
    margin: 15px 0 15px 0;
    width: 800px;
}

.kobetsu-touroku-panel{
    margin: 20px 0 20px 0;
    width: 100%;
}

.bikou-panel{
    margin: 20px 0 20px 0;
    width: 60%;
}

.price-panel{
    margin: 20px 0 20px 0;
    width: 40%;
    float:right;
}

.kobetsu-touroku-panel table tbody tr td{
    vertical-align: middle;
}

.down-navi{
    overflow: hidden;
    margin: 10px 0;
}


.ope-table{
    width: 100px;
}

.ope-td{
    padding: 6px 8px;
}

.sort-marker {
    padding: 2px 6px;
    font-weight: normal;
}

.count-navi{
    float: left;
    padding-top: 7px;
}

.toolber {
    float: right;
}

.panel-example{
     float: left;
     padding-top: 4px;
     margin-left: 10px;
}

.title{
    font-weight: bold;
    font-size: 16px;
    padding-top: 16px;
    padding-bottom: 0;
}

.price-haba {
    width: 80px;float: left;
}

.up-text-box{
    width: 250px;
    float: left;
}

.touroku{
    margin-bottom: 40px;
}

.touroku-btn{
    width: 150px;
}


.container{
    width: 100%;
}


.navbar-toggle {
    position: relative;
    float: left;
    padding: 9px 0px 9px 10px;
    margin-top: 8px;
    margin-right: 0px;
    margin-bottom: 8px;
    background-color: transparent;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
}

/*.navbar-inverse {
    background-color: #d9534f;
    border-color: #d9534f;
}

.navbar-inverse .navbar-nav>.open>a, .navbar-inverse .navbar-nav>.open>a:focus, .navbar-inverse .navbar-nav>.open>a:hover {
    background-color: #204369;
}*/

/*a.navbar-brand.title {
    color: #fff;
}

.navbar-inverse .navbar-nav>li>a {
    color: #fff;
}*/

.table>tbody>tr>th{
    background-color: #f5f5f5;
    color: #555;
    font-weight: bold;
    vertical-align: middle;
    height: 24px;
    text-align: right;
}

.table-bordered>tbody>tr>td,
.table-bordered>tbody>tr>th{
    border:1px dashed  #ddd;
}

.up-panel>table>tbody>tr>th{
    width: 150px;
    border-right:2px solid #ddd;
}

.up-panel-radio{
    vertical-align: middle;
    padding: 9px 8px;
}

.up-panel-date{
    width: 250px;
    float: left;
}

.f-left{
    float:left;
}

.up-panel-textbox{
    width: 200px;
    float: left;
}

.up-panel-tbody {
    border-top:none;
}

.price-range {
    width: 114px;
    float: left;
}

.kobetsu-touroku-panel-textbox{
    width: 200px;
    float: left;
    margin-right: 20px;
}


.kinyurei{
    float: left;
    padding-top: 3px;
    margin-left: 10px;
    color:#ccc;
}

.table-bordered>thead>tr>th{
    background-color: #f5f5f5;
    font-weight: normal;
    vertical-align: middle;
    border-bottom: 1px solid #ddd  !important;
}

.input-xs {
    height: 24px;
    padding: 0px 5px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 2px;
}

.date-icon {
    font-size: 12px;
    padding: 5px;
}

.site-logo{
    font-weight: bold;
    font-size: 16px;
    padding-top: 16px;
    padding-bottom: 0;
}

select[name="test"]{
    -webkit-appearance:none;
    width: 250px;
    height: 25px;
}

label{
    font-weight: normal;
    margin: 0;
    padding-right: 10px;
}

.panel {
    -webkit-box-shadow: 0 0px 0px rgba(0, 0, 0, .1);
    box-shadow: 0 0px 0px rgba(0, 0, 0, .1)
}

.select2-container--default .select2-selection--single {
    background-color: #222;
    border: 1px solid #777;
    border-radius: 4px;
}

ul.dropdown-menu {
    padding: 5px 0 5px 0;
}

.dropdown-menu .divider{
    padding: 0;
    margin: 3px 0;
}

.select2-container--default .select2-selection--single .select2-selection__rendered{
    color: #999;
}

input.select2-search__field{
    outline: 0;
}

select.btn-top-shop-select:focus {
    outline: 0;
}

.check-blue input[type=radio],
.check-blue input[type=checkbox] {
    display: inline-block;
    margin-right: 6px;
}
.check-blue input[type=radio] + label,
.check-blue input[type=checkbox] + label {
    position: relative;

    display: inline-block;
    margin-right: 12px;

    font-size: 12px;
    line-height: 20px;

    cursor: pointer;
}

.dropdown-menu ul li {
    font-size: 12px;
}

.dropdown-menu li {
    font-size: 12px;
    padding: 5px 0;
}

.divider {
    margin: 3px 0;
}

.add-product-table tbody tr th {
    border-right: none;
}

.label-blue {
    background-color: #337ab7;
}

.label-orange {
  background-color: #FFA500;
}

.slip-heading{
  margin: 25px 0 0 0;
  line-height: 0.5;
}

/*
@media (min-width: 1px) {

    .check-blue input[type=radio],
    .check-blue input[type=checkbox] {
        display: none;
        margin: 0;
    }

    .check-blue {
        vertical-align:middle;
    }
    .check-blue input[type=radio] + label {
        padding: 0 6px 2px 18px;
    }

    .check-blue input[type=checkbox] + label {
        padding: 0 6px 0 16px;
    }
    .check-blue input[type=radio] + label::before {
        content: "";
        position: absolute;
        top: 55%;
        left: 0;

        -moz-box-sizing: border-box;
        box-sizing: border-box;
        display: block;
        width: 14px;
        height: 14px;
        margin-top: -9px;

        background: #FFF;
    }

    .check-blue input[type=checkbox] + label::before {
        content: "";
        position: absolute;
        top: 55%;
        left: 0;

        -moz-box-sizing: border-box;
        box-sizing: border-box;
        display: block;
        width: 12px;
        height: 12px;
        margin-top: -7px;

        background: #FFF;
    }
    .check-blue input[type=radio] + label::before {
        border: 2px solid #ccc;
        border-radius: 30px;
    }
    .check-blue input[type=checkbox] + label::before {
        border: 2px solid #ccc;
    }
    .check-blue input[type=radio]:checked + label::after,
    .check-blue input[type=checkbox]:checked + label::after {
        content: "";
        position: absolute;
        top: 55%;

        -moz-box-sizing: border-box;
        box-sizing: border-box;
        display: block;
    }
    .check-blue input[type=radio]:checked + label::after {
        left: 3px;

        width: 8px;
        height: 8px;
        margin-top: -6px;

        background: #4C6EC2;
        border-radius: 8px;
    }
    .check-blue input[type=checkbox]:checked + label::after {
        left: 1px;

        width: 12px;
        height: 6px;
        margin-top: -6px;

        border-left: 3px solid #4C6EC2;
        border-bottom: 3px solid #4C6EC2;

        -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        transform: rotate(-45deg);
    }
} */
#previewdiv1 > img , #previewdiv > img{
    width: 200px;
}
.back-to-top {
cursor: pointer;
position: fixed;
bottom: 0;
left: 10px;
display:none;
padding: 0px;
}

.glyphicon.glyphicon-arrow-up.up_btn {
    padding: 7px 8px;
    left :-1px;
    top: 0px;
}

a.back-to-top:focus{
    outline:none;
}
.boxsizes tr td , .all_status tr td{
    padding:0px 4px !important;
}
.all_status tr td{
    height:37px;
}
.boxsizes tr td{
    height:15px;
}
.boxsizes tr td span{
    color:#3D7AB7;
    font-weight: bold;
}

#customer_id{
  width: 120px;
}
#customer-search-form{
  margin-bottom:10px;
}
#customer-search-form th {
    background-color: #f5f5f5;
    padding:10px;
    border-right:2px solid #ddd;
    text-align: center;
}
#customerSearch {
    margin-top: 15px;
}
#customer-search-form td {
    padding-left: 5px;
}

.custom_ourform {
    border: 1px solid #ddd;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
    border-radius: 3px;
}
#customer-search-form {
    background-color: #fff;
    border: 1px solid #f5f5f5;
    border-radius: 4px;
}
.table {
    margin-bottom: 0px;
  }

#customer-search-form th{
  width:200px
}
.search-result-list th {
    border: 1px solid #ddd;
    padding: 5px;
    text-align: center;
}
.search-result-list td {
    border: 1px solid #ddd;
    padding: 5px;
}
.nav>li>a {
    padding: 15px 13px !important;
}

@media print {
  a[href]::after {
    content: none !important;
  }
}

.contents-title{
    font-weight: normal;
    font-size: 18px;
    margin: 7px 0 17px 0;
    padding: 0;
}

.datepicker{
    padding: 5px 10px;
}

.SelectBox{
    padding: 5px 10px;
    height: 30px;
}

.SumoSelect>.CaptionCont{
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

.SumoSelect>.CaptionCont>span.placeholder{
    color: #959595;
    font-style: normal;
}

.SumoSelect>.optWrapper.multiple>.options li.opt{
    padding-left: 30px;
}

.SumoSelect .select-all>span, .SumoSelect>.optWrapper.multiple>.options li.opt span{
    width: 1px;
    margin-left: -20px;
}

.SumoSelect .select-all.partial>span i, .SumoSelect .select-all.selected>span i, .SumoSelect>.optWrapper.multiple>.options li.opt.selected span i{
    background-color: #337ab7;
}

.file-list .SumoSelect>.CaptionCont {
    line-height: 1;
}

.file-list .SumoSelect{
    width: 150px;
}

.file-list .SelectBox{
    height: 25px;
}

.search-panel{
    margin: 15px 0 15px 0;
    padding:15px 15px 0 15px;
    display: table;
    width: 100%;
}

.search-item{
    float: left;
    width: 325px;
    margin-bottom: 15px;
}

.search-item-label,
.input-item-label{
    float: left;
    width: 100px;
    text-align: left;
    padding: 7px 10px 0 0;
}

.search-item-label-kara{
    margin: 5px;
    float: left;
}

.search-item-input,
.search-item-select{
    width: 200px;
}

.search-btn-box{
    margin-bottom: 15px;
}

.input-item{
    float: left;
    width: 325px;
    margin-bottom: 15px;
}
.form-input-item{
    display: block;
    width: 325px;
    margin-bottom: 15px;
}
.form-input-item-label{
    float: left;
    width: 300px;
    text-align: left;
    padding: 7px 10px 0 0;
    /* font-weight: bold; */
}

.input-item-input,
.input-item-select{
    width: 200px;
}

.input-item-size{
    width: 400px;
}

input.input-form-control,select.input-form-control{
    display: inline-block;
    width: 70%;
    height: 40px;
    padding: 3px 6px;
    border: solid 1px #ddd;
    border-radius: 5px;
    font-size: 15px;
    background: #fff transparent;
    -moz-box-shadow: inset 0 0 4px rgba(0,0,0,0.2);
    -webkit-box-shadow: inset 0 0 4px rgba(0, 0, 0, 0.2);
    box-shadow: inner 0 0 4px rgba(0, 0, 0, 0.2);
}

.table thead{
    border-bottom: 1px solid #ddd;
}

.table-fix {
    table-layout: fixed;
}

.table-fix th,
.table-fix td{
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-text-overflow: ellipsis; /* Safari */
    -o-text-overflow: ellipsis; /* Opera */
}

.table-panel{
    margin: 15px 0 15px 0;
}

.table-operation{
    height: 30px;
    margin: 15px 0;
}

.search-result-text {
    float: left;
    padding-top: 7px;
    margin-right: 15px;
}

.table-operation .right-item{
    float: right;
    margin-left: 15px;
}

.table-operation .left-item{
    float: left;
    margin-right: 15px;
}

.select-form-control  {
    width: 200px;
    padding: 3px 10px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: 1px solid #ccc;
    background: #fff;
    background: url(/images/arrow.png) 180px 11px no-repeat;
    background: url(/images/arrow.png) 180px 11px no-repeat;
    background-size: 10px, 100%;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    height: 30px;
    line-height: 1;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
}

.select-form-control-m  {
    width: 170px;
    padding: 3px 10px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: 1px solid #ccc;
    background: #fff;
    background: url(/images/arrow.png) 150px 11px no-repeat;
    background: url(/images/arrow.png) 150px 11px no-repeat;
    background-size: 10px, 100%;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    height: 30px;
    line-height: 1;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
}


.select-form-control-sm  {
    width: 130px;
    padding: 3px 20px 3px 10px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: 1px solid #ccc;
    background: #fff;
    background: url(/images/arrow.png) 110px 11px no-repeat;
    background: url(/images/arrow.png) 110px 11px no-repeat;
    background-size: 10px, 100%;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    height: 30px;
    line-height: 1;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
}


.select-form-control-s  {
    width: 60px;
    padding: 3px 10px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: 1px solid #ccc;
    background: #fff;
    background: url(/images/arrow.png) 40px 11px no-repeat;
    background: url(/images/arrow.png) 40px 11px no-repeat;
    background-size: 10px, 100%;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    height: 30px;
    line-height: 1;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
}

.select-form-control:focus,
.select-form-control-sm:focus,
.select-form-control-m:focus{
    border-color: #66afe9;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, .6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, .6)
}

.navbar-inverse .navbar-nav > li > a {
    color: #ffffff;
}

.navbar-inverse {
    background-color: #449d44;
    border-color: #4eb64e
}

.navbar-inverse .navbar-brand {
    color: #FFFFFF
}

.navbar-inverse .navbar-nav > .open > a, .navbar-inverse .navbar-nav > .open > a:focus,
.navbar-inverse .navbar-nav > .open > a:hover {
    color: #fff;
    background-color: #4eb64e
}

.table > tbody + tbody {
    border-top: 1px solid #ddd
}

.table-hover > tbody > tr:hover {
    background-color: #f5f5f5
}

.table-tbody-hover > tbody:hover {
    background-color: #f5f5f5
}

.badge {
    font-weight: normal;
}
.btn-default .badge {
    color: #fff;
    background-color: #777;
}

.btn-success{
    color: #fff;
}

.order-status-count {
    margin: 0 0 1px 7px;
}

.mail-tag-list tbody tr th {
    text-align: left;
    font-weight: normal;
    width: 200px;
}

.btn-custom-select {
    text-align: left;
    padding: 6px 10px;
    font-size: 12px;
    font-weight: normal;
    max-height: 30px;
}
.btn-custom-form-select {
    display: inline-block;
    width: 70%;
    height: 40px;
    padding: 3px 6px;
    border: solid 1px #ddd;
    border-radius: 5px;
    font-size: 15px;
    background: #fff transparent;
    -moz-box-shadow: inset 0 0 4px rgba(0,0,0,0.2);
    -webkit-box-shadow: inset 0 0 4px rgba(0, 0, 0, 0.2);
    box-shadow: inner 0 0 4px rgba(0, 0, 0, 0.2);

}

.btn-custom-select-shop {
    font-size: 12px;
    font-weight: normal;
    padding: 15px 13px;
    line-height: 20px;
    border: 0px;
    margin: 0px;
    color: #fff  !important;
    text-decoration: none  !important;
}

.btn-custom-select-shop:focus,
.btn-custom-select-shop:active {
    background-color: #4eb64e;
}

.select-shop-container .multiselect-container {
    min-width: 250px;
}

.select-shop-container .multiselect-container input[type=radio]{
    display: none;
}

.select-shop-container .multiselect-container>li>a>label{
    padding: 2px 20px 2px 20px;
}

.multiselect-container .multiselect-clear-filter {
    display: none;
}

.multiselect-container .multiselect-search {
    font-size: 12px;
}

ul.multiselect-container {
    padding: 5px 0 8px 0;
}

.multiselect-container>li>a>label {
    padding: 2px 20px 2px 30px;
}

.multiselect-container>.active>a,
.multiselect-container>.active>a:focus,
.multiselect-container>.active>a:hover {
    color: #000;
    background-color: #FFF;
}

/**
*  editor
*/

.navigation-text{
    position: fixed;
    bottom: 0;
    width: 70vw;
    z-index: 1;
    margin-top: 20px;
    padding: 10px;
    font-size: 16px;
    text-align: center;
    background-color: rgba(255, 255, 255, 0.7);
    border-top: solid 1px #ddd;
}

.preview-img{
  display: inline-block;
  background-color: #ddd;
  vertical-align: top;
  user-select: none;
  width: 70vw; 
  -webkit-user-select: none;
}

img#preview{
  display: block;
  border: solid 1px #ddd;
  width: 200mm;
  margin: 0 auto;
  margin-bottom: 50px;
  user-select: none;
  pointer-events: none;
  -webkit-user-drag: none;
}

li a.pagenation{
  padding: 8px 16px!important;
}

.page-nav{
    margin-bottom: 10px;
    background: #FFF;
}

.page-nav-title{
  display: inline;
  font-size: 12px;
  font-weight: 700;
}

.add-control{
  position: relative;
  background: #FFF;
}

.add-component{
  position: absolute;
  display: inline-block;
  vertical-align: top;
  width: 27vw;
  height: 87vh;
  padding: 0 15px;
  background: #FFF;
}

h2.section-title{
  position: relative;
  display: inline-block;
  font-size: 18px;
  margin: 0;
  padding: 6px;
}

h3.panel-title > a{
  font-size: 14px;
}

form.component-setting{
  width: 26vw;
  padding: 10px;
  border: solid 1px #ddd;
  border-radius: 5px;
}

form.component-setting > .table-setting{
    display: none;
}

.form-column{
  margin: 10px 0 0 10px;
}

.table-form-group, .offset-form-group{
    margin: 5px;
}

.table-form-group > fieldset > div{
  margin-top: 10px;
}

.form-column > label,
.table-form-group > fieldset > div > label{
  width: 40%;
}

.form-column > input.form-control, select.form-control, 
.table-form-group > fieldset > div > select.form-control {
  display: inline-block;
  width: 55%;
  height: 30px;
  padding: 3px 6px;
  border: solid 1px #ddd;
  border-radius: 5px;
  font-size: 12px;
  background: #fff transparent;
}

form.component-setting select, form.component-setting input {
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
}

select.form-control{
    color: #333;
    background-color: #fff;
    border-color: #ccc;
}

.form-collapse{
    margin-bottom: 10px;
}

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

select#category-text{
    display: none;
}

select#category-barcode{
    display: inline-block;
}

form.component-setting > #select_column{
    display: none;
}

select.form-control.table-prop{
    width: 95%;
}

.offset-form-group{
  margin-top: 10px;
  border-radius: 5px;
}

.offset-form{
  display: inline-block;
  width: 48%;
  margin-top: 10px;
}

.offset-form > *{
  display: inline-block;
  width: 45%;
  padding: 3px 6px;
}

.offset-form > input.form-control{
  width: 50%;
}

.add-btn{
  position: absolute;
  display: inline-block;
  right: 0;
  bottom: 0;
}

.btn.ap-add-btn{
  display: inline-block;
  color: #fff;
  background-color: #449d44;
}

.btn.ap-table-btn{
  display: inline-block;
  color: #fff;
  background-color: #444d9d;
}

.btn.ap-layout-btn{
  display: inline-block;
  color: #fff;
  background-color: #f1773e;
}

.btn.ap-success-btn{
  color: #fff;
  background-color: #449d44;
}

.add-button-group{
  margin-bottom: 10px;
  text-align: center;
}

a.pagenation{
  color: #4d4d4d;
}

a.pagenation > button.btn-layout{
  margin-left: 5px;
  margin-bottom: 2px;
  padding: 0 2px;
  font-size: 8px;
  color: #fff;
  background-color: #ccc;
  border-radius: 8px;
}

.delete-btn-group{
  margin: 30px 0 0 0!important;
}

.add-button-group > button,
.delete-btn-group > button {
    display: inline-block;
    width: 47%;
    margin: 0 1%;
}

.controller{
    margin: 15px 0px!important;
}

.save-btn{
  width: 26vw;
}

.component{
  position: absolute;
  display: flex;
  flex-wrap: wrap;
  top: 200px;
  left: 400px;
  /* width: 200px; */
  font-family: 'Noto Sans Japanese', sans-serif;
  font-size: 16px;
  text-align: left;
  writing-mode: initial;
  border: dashed 2px #999;
  background-color: rgba(255, 255, 255, 0.75);
  resize: both;
}

.table-component{
  position: absolute;
  top: 300px;
  left: 300px;
  margin: 3px;
  padding: 10px;
  font-size: 12pt;
  border: dashed 2px #999;
  border-collapse: collapse;
  background-color: rgba(255, 255, 255, 0.75);
}

.table-component .table-property{
  height: 50px;
  padding: 0 10px;
  background-color: #fff;
  resize: horizontal;
  overflow: hidden;
}

.table-component table th, td{
  /*border: solid 2px #bbb;*/
}

label.compo-label.mini-form, .form-control.mini-form{
  display: inline-block;
  width: 45%;
  margin: 5px 0;
}

label.compo-label.mini-form{
  text-align: center;
}

td.table-comp-td{
  resize: horizontal;
  overflow: hidden;
  background-color: rgba(255, 255, 255, 0.7);
}

td.table-comp-td.td-select-column{
  position: relative;
  resize: none;
  background-color: #eee;
}

td.table-comp-td.td-readonly{
  resize: none;
  background-color: rgba(190, 190, 190, 0.5);
}

span.component-name-table{
  position: absolute;
  top: -23px;
  left: -2px;
  padding: 0 10px;
  color: #fff;
  background: #3D7AB7;
  font-weight: 700;
}

span.component-name-cell{
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  color: #fff;
  background: rgba(221, 119, 119, 0.7);
  font-size: 11px;
  font-weight: 400;
}

span.component-name-column{
  position: absolute;
  bottom: 0;
  width: 100%;
  padding: 0 10px;
  color: #fff;
  background: rgba(221, 119, 119, 0.7);
  font-size: 11px;
  font-weight: 400;
}

span.column-badge{
    padding: 5px 10px;
    height: 25px;
    margin-right: 5px;
    background-color: #555;
    color: #fff;
    font-size: 10px;
}

legend{
    padding: 10px 0 0 0;
    margin-bottom: 0;
    font-size: 12px;
}

table#log-table > tbody > tr > td {
    white-space: initial;
}

.panel-heading{
    padding: 5px 10px;
}

a.form-btn{
    width: 100%;
    padding: 3px;
    background: #f5f5f5;
    border: 0;
    text-align: left;
}

a.form-btn.disabled{
    background: #f5f5f5;
    color: #ccc;
}


.invoive-item tr:not(:first-child) th span {
    -webkit-writing-mode: vertical-lr;
    -ms-writing-mode: tb-lr;
    writing-mode: vertical-lr;
    align-items: center;
    text-orientation: upright;
}
