body {
}
.navbar {
    background-color: #0092C6;
    margin-bottom: 20px;
}
.nav-link,
.navbar-brand {
    color: white !important;
}
.nav-link.active,
.nav-item.show .nav-link {
    color: inherit !important;
}

#estimate-menu {
  position: absolute;
  top: 53px;
  bottom: 0;
  width: 13rem;
  z-index: 1;
  background-color: #f6f6f6;
}
#estimate-menu .list-group-item {
    font-size: 13px;
    padding: 0.3rem 0.5rem;
}
#estimate-menu .list-group-item.active {
    background-color: #0092C6;
    color: white !important;
}
#estimate-menu .category {
    font-size: 14px;
    font-weight: bold;
}
#estimate-menu a {
    color: #212529 !important;
}
#estimate-contents {
  position: absolute;
  top: 53px;
  bottom: 0;
  width: 100%;
  padding-left: 14.5rem;
  overflow-y: scroll;
  padding-bottom: 40rem;
}
#estimate-contents h3 {
    margin-top: 50px;
    color: #555;
    border-bottom: 1px solid #666;
    padding-bottom: 3px;
}
#estimate-contents .block {
    padding: 0.6em;/*文字周りの余白*/
}
#estimate-contents .form-control {
    background-color: #ffffe0;
}
#estimate-contents .table th {
    width: 180px;
}
#estimate-contents .add-msg-text {
    border: 2px solid #ccc;
    border-radius: 6px;
    width: 50%;
}
#estimate-contents .route .is-edited {
    background-color: #ffb6c1;
}
@media print {
    #estimate-menu {
        display: none;
    }
    #estimate-contents {
        overflow-y: visible;
    }
}

.to-top {
    position: fixed;
    right: 50px;
    bottom: 30px;
    z-index: 10;
    background: #fff;
    font-size: large;
    padding: 5px;
    a {
        text-decoration: none;
    }
}

.input_charcounter-over {
    color: red;
}

.one_day_remind {
    background-color: #FFFEE5;
}
.three_days_remind {
    background-color: #fff3cd;
}
.one_week_remind {
    background-color: #ffe89e;
}
.two_weeks_remind {
    background-color: #ffdf78;
}
.max_remind {
    background-color: #ffc300;
}

.swiper-container {
    width: 300px;
}

.recv_groups-input-area {
    padding: 3px;
    background-color: #dff0f7;
}

.users-input-area {
    padding: 3px;
    .badge {
        margin-left: 10px;
    }
    .form-group {
        margin-top: 1.5rem;
    }
    .form-check {
        padding-bottom: 0.5rem;
    }
}

.companies-input-area {
    padding: 3px;
    .badge {
        margin-left: 10px;
    }
    .form-group {
        margin-top: 1.5rem;
    }
    .form-check {
        margin-bottom: 0.5rem;
    }
    ::placeholder {
        color: darkgray;
    }
}

.tel-input-area {
    padding: 3px;
    .badge {
        margin-left: 10px;
    }
    .form-group {
        margin-top: 1.5rem;
    }
}

.input-form .btn-submit {
    width: 100%;
    padding-right: 100px;
    padding-left: 100px;
}
.input-form .btn-submit-area {
    margin-top: 3rem;
    margin-bottom: 3rem;
}
.search-form .btn-submit {
    padding-right: 20%;
    padding-left: 20%;
}
.search-form .btn-submit-area {
    margin-top: 3rem;
    margin-bottom: 3rem;
}

.project-search-form input,
.project-search-form select {
  background-color: #fffde3 !important;
}

.route {
    border: 8px solid;
    border-color: #e6e6fa;
    margin-bottom: 20px;
    padding: 10px;
}
.route h4 {
    background-color: #e6e6fa;
    position: sticky;
    z-index: 10;
    top: 0px;
}
.item {
    background-color: #f0ffff;
    margin: 10px;
    padding: 10px;
}
.item h4 {
    background-color: #e0ffff;
    z-index: 5;
    top: 29px;
}


.pre-estimate {
    padding: 10px;
    border: 2px solid #ccc;
    display: inline-block;
    border-radius: 6px;
}


.mymono {
    font-family: MeiryoKe_Gothic, "Ricty Diminished", "Osaka－等幅", "Osaka-等幅", Osaka-mono, "ＭＳ ゴシック", "MS Gothic", "Courier New", Courier, Monaco, Menlo, Consolas, "Lucida Console", monospace;
}

.js-thumbnail {
    width: 80px;
    height: 80px;
    cursor: pointer !important;
}
.selected-thumbnail {
    border: 3px solid #74c7d4;
    outline: 1px solid #74c7d4;
}

.table .btn {
    margin-top: 10px;
    margin-bottom: 10px;
}

i {
    margin-right: 5px;
}

footer {
    text-align: right;
    padding-right: 10px;
    padding-top: 2px; }
    footer a {
        text-decoration: none;
        color: black;
        font-weight: bold;
    }

/* smart phones */
@media screen and (max-device-width: 480px) {
}
