
@import url("progress.css");
@import url("progress2.css");
@import url("breadcrumb.css");
@import url("widget.css");
@import url("typeahead.css");
@import url("table.css");
@import url("no-more-tables.css");
@import url("search.css");
@import url("select2.css");

body {
    font-family: "Lucida Grande", "Lucida Sans Unicode", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", Helvetica, Arial, Verdana, sans-serif !important;
    color: #333;
    padding-top: 80px;
    background-color: white;
    font-size:11px;
}
.form-control {
    font-size: 11px;
}

table {
    font-size:11px;
}

.btn {
    font-size:11px;
}

.input-group-addon{
    font-size:11px;
}

.dropdown-menu{
    z-index:10000;
}

@media (max-width: 767px) {
    body {
        font-size:14px;
    }
    table {
        font-size:14px;
    }
    .btn {
        font-size:14px;
    }
    .input-group-addon{
        font-size:14px;
    }
    table input.form-control {
        min-width: 100px;
    }
    .form-control {
        font-size: 14px;
    }
}

.navbar .container {
    width: inherit;
    padding: 0 20px;
}

.block-top{
    padding-top: 15px;
}

.block-bottom{
    padding-bottom: 15px;
}

.block{
    padding-top: 15px;
    padding-bottom: 15px;
}

.min-block{
    padding-top: 5px;
    padding-bottom: 5px;
}

.page-header {
    margin: 10px 0 10px
}

hr.bar {
    margin-top: 5px;
    margin-bottom: 5px;
    height: 1px;
    background: rgba(0,0,0,.1);
    box-shadow: 0 1px 0 rgba(255,255,255,1);
}

.navbar-brand {
    background: url("../img/logo.png") no-repeat left center;
    background-size: contain;
    margin-left:10px;
    width: 150px;
}

.center-title .center-line {
    display: block;
    margin: 20px auto;
    height: 3px;
    text-align: center;
    width: 60px;
    background-color: rgba(0, 0, 0, 0.1);
}

.darkgray {
    background: darkgray;
}

.required {
    color: #dc143c;
}

.form-horizontal .checkbox, .form-horizontal .checkbox-inline, .form-horizontal .radio, .form-horizontal .radio-inline {
    padding-top:inherit;
}

.datepicker {
    padding:0px;
}

input[type=checkbox].input-strong, input[type=radio].input-strong {
    outline: 3px solid #dc143c;
}

input[type=date].input-strong, input[type=tel].input-strong, input[type=number].input-strong, input[type=text].input-strong, select.input-strong {
    border-color: #dc143c;
    -webkit-box-shadow: inset 0 2px 2px rgba(0,0,0,.075);
    box-shadow: inset 0 2px 2px rgba(0,0,0,.075);
    border-width: thick;
}

.btn-group-sm>.btn, .btn-sm {
    border-radius: 12px;
}

tbody.even {
    background-color: #f2f5f0;
}

.item_block {
    margin-bottom: 8px;
}

.item {
    display:inline;
    word-wrap: break-word;
    padding: .15em .8em .15em;
    word-wrap: break-word;
    padding: .15em .8em .15em;
    font-size: 11px;
    line-height: 1;
    color: #0b3e6f;
    text-align: center;
    vertical-align: baseline;
    border-radius: 2px;
}

.item.alert {
    border: inherit;
    text-align: left;
    font-weight: bold;
    font-size: 11px;
    color: #dc143c;
}

form .table>tbody>tr>td,
form .table>tbody>tr>th,
form .table>tfoot>tr>td,
form .table>tfoot>tr>th,
form .table>thead>tr>td,
form .table>thead>tr>th {
    padding: 8px 0 8px;
}

blockquote {
    border-left: 5px solid #2196f3
}

.sales table {
    margin-bottom: auto;
}

/* Show and affix the side nav when space allows it */
@media (min-width: 992px) {
    /* Widen the fixed sidebar */
    .affix-nav.affix,
    .affix-nav.affix-bottom {
        width: 293.33px;
    }
    .affix-nav.affix {
        position: fixed; /* Undo the static from mobile first approach */
    }
    .affix-nav.affix-bottom {
        position: absolute; /* Undo the static from mobile first approach */
    }
}
@media (min-width: 1200px) {
    /* Widen the fixed sidebar again */
    .affix-nav.affix-bottom,
    .affix-nav.affix {
        width: 262.5px;
    }
}
/*--------------------------------------------------
列 カラム落ちさせない対応
--------------------------------------------------*/
.equal {
    display: flex;
    flex-wrap: wrap;
}

.equal > div[class*='col-'] {
    display: flex;
    flex-direction: column;
}

/*--------------------------------------------------
エラーのCSS調整
--------------------------------------------------*/

[arubeh-ajax-index-validation] ul {
    padding-left: inherit;
}

/*--------------------------------------------------
文字の折り返ししないようにする
--------------------------------------------------*/
.word-wrap {
    word-wrap: break-word;
}

dd {
    word-wrap: break-word;
}

/*--------------------------------------------------
model
--------------------------------------------------*/
.modal-header {
    border-bottom: 1px solid #e5e5e5;
}

.modal-footer {
    border-top: 1px solid #e5e5e5;
}


/*--------------------------------------------------
詳細画面のボタン横表示
--------------------------------------------------*/
.element-block > * {
    margin: 2px;
}

@media (max-width: 768px) {
    .element-block > * {
        margin: 5px;
    }
}

/*--------------------------------------------------
ログインプロフィールヘッダー
--------------------------------------------------*/

.navbar-login
{
    width: 305px;
    padding: 10px;
    padding-bottom: 0px;
}

.navbar-login-session
{
    padding: 10px;
    padding-bottom: 0px;
    padding-top: 0px;
}

.icon-size
{
    font-size: 87px;
}

/*
一覧のボタンの縦表示
*/

.element-block > * {
    margin: 2px;
}

@media (max-width: 768px) {
    .element-block > * {
        margin: 5px;
    }
}

.btn-disabled {
    background-color: #eee;
    border-color: #ccc;
    color: #555;
}

/*
パンくず
*/

.btn-breadcrumb .btn:not(:last-child):after {
    content: " ";
    display: block;
    width: 0;
    height: 0;
    border-top: 17px solid transparent;
    border-bottom: 17px solid transparent;
    border-left: 10px solid #b7e7a8;
    position: absolute;
    top: 50%;
    margin-top: -17px;
    left: 100%;
    z-index: 3;
}
.btn-breadcrumb .btn:not(:last-child):before {
    content: " ";
    display: block;
    width: 0;
    height: 0;
    border-top: 17px solid transparent;
    border-bottom: 17px solid transparent;
    border-left: 10px solid #398439;
    position: absolute;
    top: 50%;
    margin-top: -17px;
    margin-left: 1px;
    left: 100%;
    z-index: 3;
}

.btn-breadcrumb .btn-success {
    background-color: #f0efef;
}
.btn-breadcrumb .btn-success.current {
    background-color: #007bff;
}

/** The Spacing **/
.btn-breadcrumb .btn {
    padding:6px 24px 6px 24px;
    border: 11px solid white;
}

/** Success button **/
.btn-breadcrumb .btn.btn-success:not(:last-child):after {
    border-left: 10px solid #f0efef;
}
.btn-breadcrumb .btn.btn-success:not(:last-child):before {
    border-left: 10px solid #f0efef;
}
.btn-breadcrumb .btn.btn-success.current:not(:last-child):after {
    border-left: 10px solid #007bff;
}
.btn-breadcrumb .btn.btn-success.current:not(:last-child):before {
    border-left: 10px solid #007bff;
}
.btn-breadcrumb span {
    transition-property: none;
    cursor: inherit;
}

/*
 フッター
*/

.footer {
    background: #003366;
    color: #ecf0f1;
    height: auto;
    padding-bottom: 30px;
    position: relative;
    width: 100%;
    border-bottom: 1px solid #CCCCCC;
    border-top: 1px solid #DDDDDD;
}
.footer p {
    margin: 0;
}
.footer img {
    max-width: 100%;
}
.footer h3 {
    border-bottom: 1px solid #BAC1C8;
    font-size: 18px;
    font-weight: 600;
    line-height: 27px;
    padding: 15px 0 10px;
    text-transform: uppercase;
}
.footer ul {
    font-size: 13px;
    list-style-type: none;
    margin-left: 0;
    padding-left: 0;
    margin-top: 15px;
}
.footer ul li a {
    padding: 0 0 5px 0;
    display: block;
}
.footer a {
    color: #999;
}
.footer a:hover {
    color: #fff;
}
.footer-bottom {
    background: #f5f5f5;
    border-top: 1px solid #DDDDDD;
    padding-top: 10px;
    padding-bottom: 10px;
}
.footer-bottom p.pull-left {
    padding-top: 6px;
}

/**
 * 説明ボタン（ポップアップ）
 */

.explanation-popup {
    color: #f0ad4e;
}

.explanation-popup:hover {
    cursor: pointer;
    color: #eea236;
}

.explanation-tooltip {
    max-width: 1024px;
    font-size: 12px;
}

.explanation-tooltip ul {
    padding-left: 20px;
    margin-bottom: 5px;
}

.explanation-tooltip p {
    margin-bottom: 5px;
}

/**
 * デバッグ表示
 */

.debug-container {
    margin: 5px;
    padding: 5px;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
    -webkit-box-shadow: 0 1px 1px rgba(0,0,0,.05);
    box-shadow: 0 1px 1px rgba(0,0,0,.05);
    font-size: 11px;
    color: red;
}

.debug-container ul {
    padding-left: 15px;
}

/**
 * 見積作成画面
 */

#estimate-container #area-from {
    margin-top: 2em;
}

#estimate-container #area-from:after {
    position: absolute;
    top: 15px;
    left: 15px;
    font-size: 12px;
    font-weight: 700;
    color: #959595;
    text-transform: uppercase;
    letter-spacing: 1px;
    content: "数量計算用面積";
}