﻿:root {
    --default-coler: rgba(42, 100, 150, 1);
    --default-btn-coler: #778899;
}

nput[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.navbar-fixed-top {
    z-index: 1 !important;
}

.modal-label {
    color: white;
}

.modal-content {
    width: 40%;
    margin: 1.5em auto 0;
    padding: 10px 20px;
    border: 1px solid #aaa;
    background: #fff;
    z-index: -1;
    height: 60%;
    position: fixed;
    visibility: hidden;
}

#modal-overlay {
    z-index: -1;
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 120%;
    background-color: lightgray;
    opacity: 0.8;
}

body {
    padding-top: 45px;
    padding-bottom: 10px;
    font-family: 'Meiryo UI';
    color: #5f5f5f !important;
    font-size: 13px;
}

html {
    overflow-y: scroll;
}

.navbar-brand {
    padding: 0px 0px; /* 上下のスペースが大きすぎるので0pxで上書き */
}

.navber-header {
    margin-top: 20px;
}

.nav > li > a {
    padding: 0px;
}

.logo {
    height: auto;
}

/* Set padding to keep content from hitting the edges */
.body-content {
    padding-left: 0px;
    padding-right: 0px;
}

/* Override the default bootstrap behavior where horizontal description lists 
   will truncate terms that are too long to fit in the left column 
*/
.dl-horizontal dt {
    white-space: normal;
}

/* Set width on the form input elements since they're 100% wide by default */
input,
select,
textarea {
    /*max-width: 280px;*/
}

/* styles for validation helpers */
.field-validation-error {
    color: #e80c4d;
    font-weight: bold;
}

.field-validation-valid {
    display: none;
}

input.input-validation-error {
    border: 1px solid #e80c4d;
}

input[type="checkbox"].input-validation-error {
    border: 0 none;
}

select.input-validation-error {
    border: 1px solid #e80c4d;
}

.validation-summary-errors {
    color: #e80c4d;
    font-weight: bold;
    font-size: 1em;
    border-radius: 10px;
    padding: 5px;
    background-color: #fdeff2;
}

.validation-summary-valid {
    display: none;
}

/* dropdown menu */
.dropdown-submenu {
    position: relative;
}

    .dropdown-submenu > .dropdown-menu {
        top: 0;
        left: 100%;
        margin-top: -6px;
        margin-left: -1px;
        -webkit-border-radius: 0 6px 6px 6px;
        -moz-border-radius: 0 6px 6px;
        border-radius: 0 6px 6px 6px;
    }

    .dropdown-submenu:hover > .dropdown-menu {
        display: block;
    }

    .dropdown-submenu > a:after {
        display: block;
        content: " ";
        float: right;
        width: 0;
        height: 0;
        border-color: transparent;
        border-style: solid;
        border-width: 5px 0 5px 5px;
        border-left-color: #ccc;
        margin-top: 5px;
        margin-right: -10px;
    }

    .dropdown-submenu:hover > a:after {
        border-left-color: #fff;
    }

    .dropdown-submenu.pull-left {
        float: none;
    }

        .dropdown-submenu.pull-left > .dropdown-menu {
            left: -100%;
            margin-left: 10px;
            -webkit-border-radius: 6px 0 6px 6px;
            -moz-border-radius: 6px 0 6px 6px;
            border-radius: 6px 0 6px 6px;
        }

.msg_header_success {
    padding: 10px;
    background: #d8e698;
    font-size: 1.25em;
    border-radius: 8px;
    margin-bottom: 5px;
}

.msg_success {
    color: #007b43;
    font-weight: bold;
}

.row-margin {
    margin-top: 1px;
    margin-bottom: 1px;
}

/*ドロップダウンリスト*/
#List {
    padding: 0 0 0 3px !important;
}

/* ボタン系 */
/* 共通 */
.btn-function {
    border: 1px solid black;
    width: 90px !important;
}

.btn-group > .btn {
    width: 7.83%;
    margin-right: 0.59%;
}

.btn-group .btn:empty {
    cursor: default;
}

.btn {
    width: 101px;
    color: white;
    font-weight: normal;
    padding: 0px;
    height: 26px;
    margin-right: 8px;
    text-decoration: none;
    overflow: hidden;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.28);
    font-size: 11.5px;
}

.btn-row {
    width: 100%;
}

.order-sheet-body .btn-row {
    height: 23px !important;
}

/*メニュー系*/
.btn-menu, .btn-menu2, .btn-menu3 {
    width: 100%;
    height: 30px;
    border-radius: 0px !important;
    border-top: none;
    border-right: none;
    border-left: none;
    border: 1px solid #dcdcdc;
    text-align: left;
    background: white;
}

.btn-menu {
    font-size: 14px;
    font-weight: normal;
    color: dimgray;
}

    .btn-menu:hover {
        border-bottom: 2.5px solid #dcdcdc !important;
    }

.btn-menu2 {
    color: dimgray;
}

    .btn-menu2:hover {
        color: dimgray !important;
        border-bottom: 2.5px solid #dcdcdc !important;
    }

.btn-menu3 {
    color: dimgray;
    padding-top: 5px;
}

    .btn-menu3:hover {
        color: dimgray !important;
        border-bottom: 2.5px solid #dcdcdc !important;
    }

    .btn-menu3 a {
        margin-left: 43px;
    }


.btn:active {
    -ms-transform: translateY(1px);
    -webkit-transform: translateY(1px);
    transform: translateY(1px);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0.15);
}

.btn:hover {
    color: #ffffff;
    border-bottom: 6px solid var(--default-coler);
}

.btn:focus {
    color: #ffffff;
}

/*ホーム・ログアウト*/
.btn-home, .btn-logout {
    background: white;
    color: #5f5f5f;
    width: 120px;
    height: 22px;
}

    .btn-home:hover {
        color: #5f5f5f;
        background: #f5f5f5;
        border: 1px solid red;
    }

    .btn-logout:hover {
        color: #5f5f5f;
        background: #f5f5f5;
        border: 1px solid green;
    }

    .btn-home:focus, .btn-logout:focus {
        color: #5f5f5f;
    }

.btn-home {
    border: 1px solid red;
}

.btn-logout {
    border: 1px solid green;
}

.btn-home:hover {
}

.btn-home::before {
    font-family: 'Glyphicons Halflings';
    content: url(../Content/img/home.png);
    margin-right: 5px;
    vertical-align: middle;
}

.btn-logout::before {
    font-family: 'Glyphicons Halflings';
    content: url(../Content/img/logout.png);
    margin-right: 5px;
    vertical-align: middle;
}

.clock-area {
    width: 43%;
    background: aliceblue;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    border-radius: 6px;
    float: left
}

.shortcut-area {
    height: 100%;
    width: 54%;
    float: right;
    margin-left: 20px;
}

    .shortcut-area div {
        width: 20%;
        height: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
        float: left;
    }

        .shortcut-area div img {
            width: auto;
            height: 100%;
        }

/* 登録 */
.btn-create {
    background: var(--default-btn-coler);
}

    .btn-create::before {
        font-family: 'Glyphicons Halflings';
        content: url(../Content/img/update.png);
        margin-right: 5px;
        vertical-align: text-bottom;
    }

/* 削除 */
.btn-delete {
    background: firebrick;
}

    .btn-delete::before {
        font-family: 'Glyphicons Halflings';
        content: url(../Content/img/delete.png);
        margin-right: 5px;
        vertical-align: text-bottom;
    }

/* 検索・帳票・金額計算*/
.btn-search, .btn-report, .btn-reload, .btn-csv-download, .btn-amount, .btn-ok {
    background: var(--default-btn-coler);
}

    .btn-search::before {
        font-family: 'Glyphicons Halflings';
        content: url(../Content/img/search.png);
        margin-right: 5px;
        vertical-align: text-bottom;
    }

    /*帳票*/
    .btn-report::before {
        font-family: 'Glyphicons Halflings';
        content: url(../Content/img/report.png);
        margin-right: 5px;
        vertical-align: sub;
    }

    .btn-ok::before {
        font-family: 'Glyphicons Halflings';
        margin-right: 5px;
        vertical-align: text-bottom;
    }

/*金額計算*/
.btn-amountcalc::before, .btn-autojan::before, .btn-harimaya-code::before {
    content: url(../Content/img/reload.png);
    font-family: 'Glyphicons Halflings';
    margin-right: 5px;
    vertical-align: sub;
}

/*ページング*/
.btn-paging {
    background: steelblue;
    color: white;
    width: 80px;
    margin-right: 0;
    float: right
}

/*クリア*/
.btn-clear {
    background: var(--default-btn-coler);
}

    .btn-clear::before {
        font-family: 'Glyphicons Halflings';
        content: url(../Content/img/crear.png);
        margin-right: 5px;
        vertical-align: text-bottom;
    }

.btn-close::before {
    font-family: 'Glyphicons Halflings';
    content: url(../Content/img/close.png);
    margin-right: 5px;
    vertical-align: text-bottom;
}

.btn-exit::before {
    font-family: 'Glyphicons Halflings';
    content: url(../Content/img/close.png);
    margin-right: 5px;
    vertical-align: text-bottom;
}

.btn-close-not-confirm::before {
    font-family: 'Glyphicons Halflings';
    content: url(../Content/img/close.png);
    margin-right: 5px;
    vertical-align: text-bottom;
}

.btn-reload::before, .btn-amount::before {
    font-family: 'Glyphicons Halflings';
    content: url(../Content/img/reload.png);
    margin-right: 5px;
    vertical-align: text-bottom;
}

.btn-csv-download::before {
    font-family: 'Glyphicons Halflings';
    content: url(../Content/img/download.png);
    margin-right: 5px;
    vertical-align: text-bottom;
}

.btn-back::before {
    font-family: 'Glyphicons Halflings';
    content: url(../Content/img/close.png);
    margin-right: 5px;
    vertical-align: text-bottom;
}


/*住所検索*/
.btn-zip, .system-btn-zip {
    background: var(--default-btn-coler);
    background-image: -webkit-linear-gradient(top, #d79bf5, #a84ccf);
    background-image: -moz-linear-gradient(top, #d79bf5, #a84ccf);
    background-image: -ms-linear-gradient(top, #d79bf5, #a84ccf);
    background-image: -o-linear-gradient(top, #d79bf5, #a84ccf);
    background-image: linear-gradient(to bottom, #d79bf5, #a84ccf);
}

.btn-zip, .system-btn-zip {
    width: 45.5%;
    margin: 0;
    font-size: 12px;
    height: 22px;
}

/*単価取得
.btn-amount {
    background: #558d9d;
    background-image: -webkit-linear-gradient(top, #558d9d, #216d83);
    background-image: -moz-linear-gradient(top, #558d9d, #216d83);
    background-image: -ms-linear-gradient(top,#558d9d, #216d83);
    background-image: -o-linear-gradient(top, #558d9d, #216d83);
    background-image: linear-gradient(to bottom, #558d9d, #216d83);
    margin: 0;
    width: 100px;
    font-size: 12px;
    height: 23px;
}*/

/* 明細選択・編集 */
.btn-select, .btn-update {
    height: 26px;
    background: var(--default-btn-coler);
    width: 100%;
    color: white;
    font-weight: normal;
    font-size: 11px;
    border: 1px solid transparent;
}

    .btn-select[disabled], .btn-update[disabled] {
        opacity: 0.65;
    }
/*新規・閉じる*/
.btn-new, .btn-close, .btn-close-not-confirm, .btn-prev, .btn-next, .btn-new-create, .btn-exit {
    background: var(--default-btn-coler);
}

    .btn-new::before {
        font-family: 'Glyphicons Halflings';
        content: url(../Content/img/new.png);
        margin-right: 5px;
        vertical-align: text-bottom;
    }

    .btn-new-create::before {
        font-family: 'Glyphicons Halflings';
        content: url(../Content/img/new.png);
        margin-right: 5px;
        vertical-align: text-bottom;
    }

/*閉じる(外見は閉じるで、画面遷移するボタン用)*/
.btn-back {
    background: var(--default-btn-coler);
}

/* 明細選択・編集 */
.btn-select, .btn-break-down, .btn-auxiliary, .btn-detail {
    height: 26px;
    background: var(--default-btn-coler);
    font-weight: normal;
}

.btn-break-down {
    width: 140px;
    margin: 0;
    font-size: 12px;
}

/* 補助科目 */
.btn-auxiliary {
    vertical-align: text-bottom;
    font-size: 12px;
}

/* 詳細 */
.btn-detail {
    vertical-align: text-bottom;
    font-size: 12px;
}

.btn-sales-control-cost {
    background: #4682b4;
    background-image: -webkit-linear-gradient(top, #4682b4, #4682b4);
    background-image: -moz-linear-gradient(top, #4682b4, #4682b4);
    background-image: -ms-linear-gradient(top, #4682b4, #4682b4);
    background-image: -o-linear-gradient(top, #4682b4, #4682b4);
    background-image: linear-gradient(to bottom, #4682b4, #4682b4);
}


/* 契約、入札確定 */
.btn-confirm {
    height: 23px;
    background: #4ccf53;
    background-image: -webkit-linear-gradient(top, #55eba0, #4ccf53);
    background-image: -moz-linear-gradient(top, #55eba0, #4ccf53);
    background-image: -ms-linear-gradient(top, #55eba0, #4ccf53);
    background-image: -o-linear-gradient(top, #55eba0, #4ccf53);
    background-image: linear-gradient(to bottom, #55eba0, #4ccf53);
}

/*マスタ参照*/
.master-search-btn {
    border: none;
    position: absolute;
    background-color: rgba(0, 0, 0, 0);
    padding: 0px;
    right: 3px;
}

.master-search-control {
    padding-right: 25px !important;
}

.master-search-btn img {
    height: 18px;
    width: 19px;
}

.master-search-control {
    padding-right: 25px;
}

.btn-toolbar {
    margin-bottom: 20px
}

.btn-group {
    width: 100%;
}

    .btn-group > :last-child.btn {
        margin-right: 0px;
    }

.btn-toolbar .btn {
    height: 30px;
    font-size: 14px
}

/* LoginForm 2017/09/08 山腰start */
#loginform {
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    -webkit-box-shadow: 0px 1px 10px var(--default-coler);
    -moz-box-shadow: 0px 1px 10px var(--default-coler);
    box-shadow: 0px 1px 10px var(--default-coler);
    border: solid var(--default-coler) 1px;
    background: #f8f8ff;
    width: 400px;
    margin: 30px auto auto auto;
}

    #loginform .login-form-title {
        /*font-weight:bold;*/
        font-size: 26px;
        /*color: #4eb4c2;*/
        padding-bottom: 6px;
        border-bottom: 5px solid var(--default-coler);
        margin-bottom: 20px;
        margin-top: 40px;
        text-align: center;
        border-top: none;
        line-height: 20px;
    }

    #loginform .form-control {
        max-width: none;
        font-size: 14px;
        padding-left: 45px;
    }

    #loginform p {
        margin-left: 36px;
        margin-right: 36px;
    }

        #loginform p .btn {
            font-size: 16px;
            width: 100%;
            height: 30px;
            margin: 0px;
            font-weight: 600;
        }

    #loginform .label-checkbox {
        font-size: 11.5px;
        font-weight: normal;
        vertical-align: middle;
        color: gray;
    }

    #loginform .form-group {
        margin: 15px;
    }
/* LoginForm 2017/09/08 山腰end */

/*HOME*/
.home-content {
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    -webkit-box-shadow: 0px 1px 10px silver;
    -moz-box-shadow: 0px 1px 10px silver;
    box-shadow: 0px 1px 10px silver;
    border: solid 1px silver;
    background: white;
    padding: 3px;
    height: 100%;
    margin-top: 10px;
    margin-bottom: 10px;
}

.home-content-L1 {
    width: 100%;
}

.home-content-L2 {
    width: 49.5%;
}

/*パスワード変更画面*/
#changepassword-form {
    width: 500px;
    margin: 30px auto;
    padding: 10px 20px;
}

/* 検索条件パネル 2017/9/18 山腰start*/
.panel {
    margin-top: 5px;
}

.panel-info {
    background-color: white;
    border-color: white !important;
}

    .panel-info > .panel-heading {
        background-color: #4eb4c2;
        color: white;
        border-radius: 0px;
        height: 30px;
    }

label {
    color: white;
    font-size: 12px;
    margin-right: 5px;
    margin-bottom: 0px;
    font-weight: normal;
}

.panel-item-radio > label {
    color: #5f5f5f !important;
    font-weight: normal !important;
}

.panel-item {
}

.panel-item-label {
    background-color: var(--default-coler);
    padding-left: 10px;
    /*width:130px;*/
    width: 30%;
    text-align: left;
    border: 1px solid #cccccc;
}

.panel-item-value {
    font-size: 12px;
    vertical-align: auto;
}

.panel-group {
    width: 24.77%;
}

.panel-group2 {
    width: 49.83%;
}

.panel-group3 {
    width: 74.9%;
}

.panel-group4 {
    width: 100%;
}

.panel-group, .panel-group2, .panel-group3, .panel-group4 {
    vertical-align: top;
    display: inline-flex;
    height: auto;
}

.panel-group-sum {
    float: right;
    display: inline-block;
    /*margin:0px 20px 0px 10px;*/
    margin: 0px 0px 0px 0px;
    height: 41px;
}

.panel-item-sum {
    display: block;
    vertical-align: middle;
}

.panel-title {
    font-size: 14px;
    vertical-align: middle;
    padding-top: 5px;
}

.panel-heading {
    padding: 3px 15px;
}

.panel-body {
    padding-top: 0px;
    padding-bottom: 0px;
    padding-left: 5px;
    padding-right: 5px;
}
/* 検索条件パネル 2017/9/18 山腰end*/

/* 検索条件ラベル、テキストボックス、区切り線 2017/9/19 石塚start*/
ul {
    margin-bottom: 2px;
    padding: 0 10px 0 10px;
}

.cu {
    padding-left: 200px;
    margin-top: 30px;
    text-align: left;
}

    .cu > .panel-group {
        width: 23%;
    }

li .form-control, #search-table_filter .form-control, .update-table .form-control {
    height: 23px;
    padding: 2px 5px;
    /*width:205px;*/
    font-size: 11.5px;
    float: left;
    border-radius: 0px;
}

div .form-control {
    height: 23px;
    padding: 2px 5px;
    /*width:205px;*/
    font-size: 11.5px;
    float: left;
    border-radius: 0px;
}

.search-table {
    clear: both;
}

li .form-control-sum {
}

li #ZipCodeBefore {
    width: 50px;
}

li #ZipCodeAfter {
    width: 70px;
}

li #ZipCodeBefore, li #ZipCodeAfter {
    margin-right: 3px;
}

li .cu-value {
    width: 170px;
    background-color: transparent;
    font-size: 11px;
    border: none;
}

.cu-label, .cu-label-value {
    vertical-align: middle;
    font-size: 11px;
    color: dimgray;
    padding: 2px;
    font-weight: normal
}

.cu-label {
    border: 1px solid #4682b4;
}

.cu-label-value {
    border: 1px solid transparent;
}

.btn-group.bootstrap-select.form-control {
    width: 80%;
}

.panel-item-ck {
    border: 1px solid #cccccc;
}

.panel-item-control {
    margin-left: 3px;
    margin-right: 2px;
    vertical-align: top;
    position: relative;
    flex: 1;
}

.panel-item-text {
    vertical-align: middle;
    padding-bottom: 5px;
}

.panel-item-control-sum {
    margin-top: -1px;
    position: relative;
    width: 183px;
}

.panel-item-control2 {
    vertical-align: top;
    position: relative;
    width: 579px;
}

.panel-item-control3 {
    vertical-align: top;
    position: relative;
    width: 954px;
}

.panel-item-control-front {
    margin-left: 3px;
    vertical-align: top;
    position: relative;
    flex: 1;
}

.panel-item-control-rear {
    margin-left: 1px;
    margin-right: 2px;
    position: relative;
    vertical-align: top;
    flex: 1.5;
}

/*検索条件ラベル、テキストボックス、区切り線 2017/9/19 石塚end*/

/*検索画面テーブル*/
/*テーブルヘッダの横幅*/
table {
    height: 25px;
}

tr .select {
    width: 50px !important;
}

/*テーブルデザイン*/
table {
    border-right: 1px solid #cccccc;
    border-left: 1px solid #cccccc;
}

    table th {
        height: 33px;
        font-size: 11.5px;
        font-weight: bold;
        background-image: linear-gradient(to bottom, #f0f0f0, #d4d4d4);
        border-top: 1px solid #cccccc !important;
        box-shadow: 0px 1px 1px rgba(255,255,255,0.3) inset;
    }

    table tbody tr {
        height: 37px;
    }

.order-sheet-body table tbody tr {
    height: 25px;
}

.order-sheet-body table th {
    height: 25px;
}

table tr {
    background: #f0f8ff;
}

table tr {
    background: white;
}

    table tr:last-child td {
        border-bottom: 1px solid #cccccc;
    }

    table tr:hover {
        background: #ffc;
    }

table td {
    border-bottom: 1px solid #cccccc;
    font-size: 11.5px;
}

table tbody td {
    /*padding-right:15px;*/
}

/*ローディング画像*/
#loading {
    position: absolute;
    z-index: 2010;
    top: 200px;
    right: 0px;
    left: 0px;
    bottom: 0px;
    text-align: center;
    display: block;
}

#lock-screen {
    z-index: 2000;
    position: fixed;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    background-color: white;
    display: block;
}

/* オーバーレイのスタイル */
#loading-overlay {
    display: none; /* 初期状態は非表示 */
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.5); /* 半透明の白背景（オプション） */
    cursor: wait; /* カーソルを「wait」に設定 */
    z-index: 9999; /* 最前面に表示 */
}

/* スピナーのスタイル（オプション） */
.spinner {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 50px;
    height: 50px;
    margin: -25px 0 0 -25px;
    border: 5px solid #f3f3f3;
    border-top: 5px solid #3498db;
    border-radius: 50%;
    animation: spin 1s linear infinite;
}

/* アニメーション */
@@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

/*ページング*/
.pagination {
    float: right;
    margin: 5px 0 0 0 !important;
}

    .pagination a {
        border-radius: 0px !important;
    }

    .pagination > li > a, .pagination > li > span {
        padding: 1px 12px;
    }

.col-sm-12 {
    padding: 0px;
}

.row {
    margin: 0px;
}

select.input-sm {
    height: 21px;
    padding: 0px !important;
}

.dataTables_length label, .dataTables_filter label {
    vertical-align: middle;
}

.dataTables_length .form-control {
    border-radius: 0px !important;
    vertical-align: auto;
}

#no-access-screen {
    z-index: 1000;
    position: fixed;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    background-color: white;
    display: block;
    font-size: 20px;
    color: red;
    padding-left: 20px;
}

/*ドロップダウンメニュー*/
.dropdown-menu > li > a {
    color: #5f5f5f !important;
}

/*マスタ参照*/
#master-search-screen, #detail-update-screen, #child-screen {
    z-index: 2000;
    position: fixed;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    background-color: lightgray;
    opacity: 0.8;
    display: none;
}

/*削除データのメッセージ*/
#del-msg {
    color: red;
}

/*選択BOX*/
.list-box, .list-box-multi, .list-box-d {
    padding: 0 0 0 2px !important;
}

.list-box-multi {
    height: 80px !important;
}
/*分類分け*/
.ul-class {
    font-size: 14px;
    margin: 15px 3px 8px 0px;
    padding-left: 7px;
    height: 23px;
    border-left: 23px solid var(--default-coler);
    border-bottom: 2px solid var(--default-coler);
}

.ul-class-home {
    padding-left: 0px;
    font-size: 11px;
    border-bottom: 5px solid #4682b4;
}

.ul-class-home-det {
    font-size: 13px;
    margin: 12px 0 0 0;
    padding-left: 0px;
    height: 23px;
    font-weight: bold;
    width: 49%;
}

/*画面タイトル部分*/
.container .form-title .heading {
    margin-left:6px;
    font-size: 16px;
    padding-left: 10px;
    position: relative;
    height: 28px;
    line-height: 23px;
    background: var(--default-coler);
    color: white;
}

    .container .form-title .heading .caption {
        font-size: 16px;
        position: absolute;
        right: 0;
        top: 0;
        padding-left: 25px;
        padding-right: 10px;
        padding-top: 0px;
        background: var(--default-coler);
        color: #fff;
    }

        .container .form-title .heading .caption:before {
            display: block;
            content: ' ';
            width: 0;
            height: 0;
            overflow: hidden;
            position: absolute;
            right: 99.9%;
            top: 0;
            border: 0 solid transparent;
            border-right-color: var(--default-coler);
        }

    .container .form-title .heading .title {
        float: left;
        padding-top: 0px
    }

.container .small-form-title {
    height: 35px;
    padding: 5px;
    text-align: left;
    color: #5f5f5f;
    font-size: 14px;
    background-color: aliceblue;
    border-top: 1px solid #4682b4;
    border-bottom: 1px solid #4682b4;
    border-left: 15px solid #4682b4;
    border-right: 1px solid #4682b4;
}

/*2列分width設定 2018/1/29 石塚start*/
.colx2 {
    width: 494px;
}
/*2列分width設定 2018/1/29 石塚end*/
.colx3 {
    width: 818px;
}

/*2列分width設定 2018/1/29 石塚end*/
.colx4 {
    width: 1510px;
}

/*タブコントロール*/
#tabcontrol {
    margin-top: 10px;
    border-bottom: 6px solid var(--default-coler);
}
#tabReturnHome {
    margin-top: 16px;
    margin-left: 6px;
    margin-bottom: 10px;
    border-bottom: 6px solid var(--default-coler);
}

    #tabcontrol .tab-item, #tabReturnHome .tab-item {
        border: 1px solid #cccccc;
        border-bottom: transparent;
        width: 180px;
        height: 21px;
        display: inline-block;
        text-align: center;
    }

    #tabcontrol .active, #tabReturnHome .active {
        background: var(--default-coler);
    }

    #tabcontrol .passive, #tabReturnHome .passive {
        background: rgba(228, 241, 245, 1);
    }

#tabbody .active {
    display: block !important;
}

#tabbody .passive {
    display: none !important;
}

#tabbody {
    padding-top: 10px;
}

#tabcontrol .tab-item a {
    font-weight: normal;
    font-size: 12.5px;
}

.panel-danger {
    padding-left: 10px;
    font-size: 12px;
}

.price {
    text-align: right;
}

.price-from-to {
    width: 95.6px;
}

input[type='checkbox']::before {
    border: 1px solid #cccccc !important;
}

.dropdown-menu {
    font-size: 12px;
}

.datetime-picker {
    /*background-image: url(../Content/img/calendar.png);*/
    background-size: 20px;
    background-position-x: right;
    background-position-y: center;
    background-repeat: no-repeat;
    padding-right: 20px;
}

/*金額計算ボタン未押下時のスタイル*/
.attention-btn {
    border-color: red;
    border-width: 3.5px;
    animation-name: border-flash;
    animation-duration: 1s;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
}

/*ボタン枠線の点滅アニメーション*/
@keyframes border-flash {
    0% {
        border-color: red;
        border-width: 3.5px;
    }

    100% {
        border-color: transparent;
    }
}

/*矢印アイコン*/
.attention-icon {
    margin-right: 2px;
    vertical-align: middle;
}

.number {
    text-align: right;
}

.select2-dropdown {
    width: 300px !important;
}

input[type='checkbox'] {
    margin: 0px !important;
    height: 18px !important;
    width: 23px;
}

/*newsティッカー*/
.ticker {
    margin: 0 auto;
    padding: 10px;
    width: 100%;
    text-align: left;
    border: #ccc 1px solid;
    position: relative;
    overflow: hidden;
    height: 28px !important;
    border-radius: 5px;
}

    .ticker ul {
        width: 100%;
        position: relative;
    }

        .ticker ul li {
            width: 97%;
            display: none;
            font-size: 14px;
            padding-left: 20px;
            padding-right: 20px;
        }

.dataTables_length label {
    color: black;
}

.td_amount_style {
    padding-left: 5px;
}

.row-code {
    width: 100px !important;
}

.matrix-head div {
    width: 20%
}

.matrix-data div {
    width: 20%;
    margin: 0px;
}

.matrix-head, .matrix-data {
    width: 100%;
}


/*売上伝票登録に関するCSS*/
.salesWindow {
    width: 60%;
    margin-top: 20px;
    text-align: center;
    border: 1px solid dimgray;
}

.salesHeader {
    height: 40px;
    margin-top: 20px;
    text-align: center
}

.salesHeaderStr {
    width: 300px;
    height: 100%;
    background: rgba(42, 100, 150, 1);
    margin-left: auto;
    margin-right: auto;
    font-size: 24px;
    color: white
}

.salesColumnRight {
    float: right;
    height: 23px;
    clear: both
}

.salesColumnCenter {
    text-align: center;
    clear: both;
    margin-left: auto;
    margin-right: auto;
    height: 23px
}

.salesColumnLeft {
    height: 23px;
    clear: both
}

.salesLabel {
    text-align: center;
    background: rgba(42, 100, 150, 1);
    color: white;
    height: 23px
}

.basicWindow {
    width: 16%;
    height: 541.344px;
    margin-top: 20px;
    margin-right: 10px;
    text-align: center;
    border: 1px solid dimgray;
}

.basicHeader {
    height: 60px;
    margin-top: 0px;
    text-align: center
}

.basicHeaderStr {
    /*width: 300px;*/
    height: 40px;
    background: rgba(42, 100, 150, 1);
    padding-top: 5px;
    margin-left: auto;
    margin-right: auto;
    font-size: 18px;
    color: white
}
@media (min-width: 0px) and (max-width: 1919px) {
        .text-area-design {
            width: 49.5%;
        }

        .text-areafor-design {
            width: 100%;
            height: 60px !important;
        }

        .checkbox-design {
            width: 90% !important;
        }

        .date-design {
            width: 50%;
        }

        .size1 {
            width: 50.9% !important;
        }

        .size2 {
            width: 48% !important;
        }

        .label-size {
            width: 31% !important;
        }

       
    }

@media (min-width: 1920px) and (max-width: 2559px) {
    .text-area-design {
        width: 49.5%;
    }

    .text-areafor-design {
        width: 100%;
        height: 60px !important;
    }

    .checkbox-design {
        width: 90% !important;
    }

    .date-design {
        width: 50%;
    }

    .size1 {
        width: 50.5% !important;
    }

    .size2 {
        width: 48% !important;
    }

    .label-size {
        width: 31% !important;
    }

    .marge-size {
        margin-left: 1px;
    }
}

    @media (min-width: 2560px) and (max-width: 3839px) {
        .text-area-design {
            width: 49.5%;
        }

        .text-areafor-design {
            width: 100%;
            height: 60px !important;
        }

        .checkbox-design {
            width: 90% !important;
        }

        .date-design {
            width: 50%;
        }

        .size1 {
            width: 50.5% !important;
        }

        .size2 {
            width: 48% !important;
        }

        .label-size {
            width: 31% !important;
        }

        .marge-size {
            margin-left: 1px;
        }
    }

    @media (min-width: 3840px) {
        .text-area-design {
            width: 49.5%;
        }

        .text-areafor-design {
            width: 100%;
            height: 60px !important;
        }

        .checkbox-design {
            width: 90% !important;
        }

        .date-design {
            width: 50%;
        }

        .size1 {
            width: 50.5% !important;
        }

        .size2 {
            width: 48% !important;
        }

        .label-size {
            width: 31% !important;
        }

        .marge-size {
            margin-left: 1px;
        }
    }

.pagination-choice {
    display: flex;
    overflow: hidden;
    margin-top: 5px;
}

.pagination-choice input {
    position: absolute !important;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    width: 1px;
    border: 0;
    overflow: hidden;
}

.pagination-choice label {
    color: #428BCA;
    text-align: center;
    line-height: 1;
    padding: 5px 10px;
    margin-right: -1px;
    border: 1px solid #cccccc;
    transition: all 0.2s ease-in;
}

.pagination-choice:hover {
    cursor: pointer;
}

.pagination-choice input:checked + label {
    /*background-color: var(--default-btn-coler);*/
    background-color: #428BCA;
    color: #FFFFFF;
}

.pagination-choice input:disabled + label {
    color: var(--default-btn-coler);
}

.parent-container, .pagination-wrapper, .pagination-choice {
    cursor: default !important;
}

.pagination-choice label {
    cursor: pointer;
    display: inline-block;
}

.pagination-choice input[type="radio"]:disabled + label {
    cursor: default;
}