/* miraico.css */
/* like bootstrap 4 */
.btn-primary {
    color: #fff;
    background-color: #007bff;
    border-color: #007bff;
}

.btn-secondary {
    color: #fff;
    background-color: #868e96;
    border-color: #868e96;
}

.btn-success {
    color: #fff;
    background-color: #28a745;
    border-color: #28a745;
}

.btn-danger {
    color: #fff;
    background-color: #dc3545;
    border-color: #dc3545;
}

.btn-warning {
    color: #212529;
    background-color: #ffc107;
    border-color: #ffc107;
}

.btn-info {
    color: #fff;
    background-color: #17a2b8;
    border-color: #17a2b8;
}

.btn-light {
    color: #212529;
    background-color: #f8f9fa;
    border-color: #f8f9fa;
}

.btn-dark {
    color: #fff;
    background-color: #343a40;
    border-color: #343a40;
}

.btn-link {
    font-weight: 400;
    color: #007bff;
    background-color: transparent;
}

.alert-primary {
    color: #004085;
    background-color: #cce5ff;
    border-color: #b8daff;
}

.alert-secondary {
    color: #464a4e;
    background-color: #e7e8ea;
    border-color: #dddfe2;
}

.alert-success {
    color: #155724;
    background-color: #d4edda;
    border-color: #c3e6cb;
}

.alert-danger {
    color: #721c24;
    background-color: #f8d7da;
    border-color: #f5c6cb;
}

.alert-warning {
    color: #856404;
    background-color: #fff3cd;
    border-color: #ffeeba;
}

.alert-info {
    color: #0c5460;
    background-color: #d1ecf1;
    border-color: #bee5eb;
}

.alert-light {
    color: #818182;
    background-color: #fefefe;
    border-color: #fdfdfe;
}

.alert-dark {
    color: #1b1e21;
    background-color: #d6d8d9;
    border-color: #c6c8ca;
}

.text-primary {
    color: #007bff !important;
}

.text-secondary {
    color: #868e96 !important;
}

.text-secondary {
    color: #868e96 !important;
}

.text-danger {
    color: #dc3545 !important;
}

.text-warning {
    color: #ffc107 !important;
}

.text-info {
    color: #17a2b8 !important;
}

.text-light {
    color: #f8f9fa !important;
}

.text-dark {
    color: #343a40 !important;
}

.text-muted {
    color: #868e96 !important;
}
/*
.text-white {
    color: #fff !important;
}
*/
.bg-primary {
    background-color: #007bff !important;
}

.bg-secondary {
    background-color: #868e96 !important;
}

.bg-success {
    background-color: #28a745 !important;
}

.bg-danger {
    background-color: #dc3545 !important;
}

.bg-warning {
    background-color: #ffc107 !important;
}

.bg-info {
    background-color: #17a2b8 !important;
}

.bg-light {
    background-color: #f8f9fa !important;
}

.bg-dark {
    background-color: #343a40 !important;
}

.bg-white {
    background-color: #fff !important;
}

.mc-page-title {
    font-size: 16pt;
    border-bottom: 2px solid silver;
}

@media print {
    .noprint {
        display: none;
    }
}

.mcForm select,
.mcForm textarea,
.mcForm input[type="text"],
.mcForm input[type="password"],
.mcForm input[type="datetime"],
.mcForm input[type="datetime-local"],
.mcForm input[type="date"],
.mcForm input[type="month"],
.mcForm input[type="time"],
.mcForm input[type="week"],
.mcForm input[type="number"],
.mcForm input[type="email"],
.mcForm input[type="url"],
.mcForm input[type="search"],
.mcForm input[type="tel"],
.mcForm input[type="color"] {
    margin-bottom: 2px;
}

h2.mc-title {
    color: #222;
    font-size: 16pt;
    margin: 20px 0 20px 0;
    border-bottom: 5px double #307ad6;
    /*border-bottom: 5px double #aaa;*/
}

h3.mc-title {
    color: #444;
    font-size: 14pt;
    margin: 20px 0 10px 0;
    border-bottom: 1px dotted #aaa;
}

.mc-alert {
    padding: 10px !important;
}

table.mc-data-card tbody tr th {
    background-color: #fcf8e3;
    font-weight: normal;
    text-align: center;
}

table.mc-data-card tbody tr td {
    background-color: #ffffff;
}

table.mc-data-card-border,
table.mc-data-list-border {
    /*    border-top: 1px solid #ddd;
    border-left: 1px solid #ddd;*/
    border-top: 1px solid #bee5eb;
    border-left: 1px solid #bee5eb;
}

table.mc-data-list thead tr th {
    background-color: #fcf8e3;
    font-weight: normal;
    vertical-align: middle;
    text-align: center;
}

table.mc-data-list tbody tr td {
    vertical-align: middle;
    background-color: #ffffff;
}

table.mc-data-card-border tbody tr th,
table.mc-data-card-border tbody tr td,
table.mc-data-list-border thead tr th,
table.mc-data-list-border tbody tr td {
    border-right: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
}

.mc-option-area {
    background-color: #f5f5f5;
    border: 1px solid #e3e3e3;
    padding: 10px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.05);
    -moz-box-shadow: inset 0 1px 1px rgba(0,0,0,0.05);
    box-shadow: inset 0 1px 1px rgba(0,0,0,0.05);
}

    .mc-option-area input,
    .mc-option-area select,
    .mc-option-area textarea,
    .mc-option-area button,
    .mc-option-area a {
        margin-top: 3px;
        margin-bottom: 3px;
    }

    .mc-option-area div.row label {
        font-weight: normal;
    }

/** タブのスタイル */
.nav-tabs, .nav-pills {
    *zoom: 1
}

.nav-tabs:before, .nav-pills:before, .nav-tabs:after, .nav-pills:after {
    display: table;
    content: "";
    line-height: 0
}

.nav-tabs:after, .nav-pills:after {
    clear: both
}

.nav-tabs > li, .nav-pills > li {
    float: left
}

.nav-tabs > li > a, .nav-pills > li > a {
    padding-right: 12px;
    padding-left: 12px;
    margin-right: 2px;
    line-height: 14px
}

.nav-tabs {
    border-bottom: 1px solid #ddd
}

.nav-tabs > li {
    margin-bottom: -1px
}

.nav-tabs > li > a {
    padding-top: 8px;
    padding-bottom: 8px;
    line-height: 20px;
    border: 1px solid transparent;
    -webkit-border-radius: 4px 4px 0 0;
    -moz-border-radius: 4px 4px 0 0;
    border-radius: 4px 4px 0 0;
}

.nav-tabs > li > a:hover, .nav-tabs > li > a:focus {
    border-color: #eee #eee #ddd
}

.nav-tabs > .active > a, .nav-tabs > .active > a:hover, .nav-tabs > .active > a:focus {
    color: #555;
    background-color: #fff;
    border: 1px solid #ddd;
    border-bottom-color: transparent;
    cursor: default;
}

.nav-tabs.nav-stacked {
    border-bottom: 0
}

.nav-tabs.nav-stacked > li > a {
    border: 1px solid #ddd;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0
}

.nav-tabs.nav-stacked > li:first-child > a {
    -webkit-border-top-right-radius: 4px;
    -moz-border-radius-topright: 4px;
    border-top-right-radius: 4px;
    -webkit-border-top-left-radius: 4px;
    -moz-border-radius-topleft: 4px;
    border-top-left-radius: 4px
}

.nav-tabs.nav-stacked > li:last-child > a {
    -webkit-border-bottom-right-radius: 4px;
    -moz-border-radius-bottomright: 4px;
    border-bottom-right-radius: 4px;
    -webkit-border-bottom-left-radius: 4px;
    -moz-border-radius-bottomleft: 4px;
    border-bottom-left-radius: 4px
}

.nav-tabs.nav-stacked > li > a:hover, .nav-tabs.nav-stacked > li > a:focus {
    border-color: #ddd;
    z-index: 2
}

.nav > li > a {
    display: block;
}

/* 法人関連 */
.wd-110 {
    width: 110px;
}

.wd-160 {
    width: 160px;
}

.wd-200 {
    width: 200px;
}

.wd-500 {
    width: 500px;
}

.im-inline {
    display: inline!important;
}

table.mc-data-card-border tbody tr th {
    border-color: #bee5eb !important;
    background-color: #d1ecf1 !important;
}

.bd-none {
    border: none !important;
}

.cl-white {
    color: white!important;
}

/* スタイル書き換え */
.page-link {
    border: none !important;
}

.float-L {
    float: left;
}

