
.data-table td, .search_location_table td{
    vertical-align: middle;
}

.modal-dialog {
    max-width: 900px;
    /*margin: 0px auto;*/
}


.notice{
    padding: 2rem 1rem;
    margin-bottom: 2rem;
    background-color: #e9ecef;
    border-radius: 0.3rem;
}
.notice p{
    margin-bottom: 0;
    text-align: center;
}

.notice p.title, .collection_list p.title{
    font-size: 14pt;
    margin-bottom: 8px;
}

.notice .error p{
    color: #dc3545;
}

.suggestion_box{
    border: 1px solid #99a4ac;
    padding: 10px;
}
.suggestion_box .title{
    font-size: 14pt;
}
.location_container{
    overflow: hidden;
}
.suggestion_box .location{
    float: left;
    margin-left: 10px;
    margin-bottom: 10px;
}
.suggestion_box .location:hover {
    background-color: #d1ecf1;
}

.suggestion_box .location{
    background: #f7f7f7;
    width: 15% !important;
    height: auto;
    padding: 10px 10px;
    border: 1px solid #bebec5;
    border-radius: 5%;
}
.suggestion_box .location_name, .collection_list .location_name, .searched_location .location_name{
    font-weight: bold;
    font-size: 12pt;
}

.collection_location {
    background: #f7f7f7;
    border: 1px solid #bebec5;
    border-radius: 10px;
    padding: 10px 10px;
    height: auto;
    margin-top: 10px;
}
.part-left {
    float: left;
}
.part-right {
    float: right;
}
.padding-20{
    padding: 20px
}

.searched_location_container{
    height: 500px;               /* 横幅を200pxに指定 */
    overflow-y: scroll;          /* 縦方向にスクロール可能にする */

}

.searched_location{
    background: #f7f7f7;
    border: 1px solid #bebec5;
    border-radius: 10px;
    padding: 10px 10px;
    height: auto;
    margin-top: 10px;
}

.error{
    color: red;
}

.font-13{
    font-size: 11pt;
}

.location_box{
    padding: 15px;
    margin-bottom: 20px;
}

.status_box{
    padding: 10px 10px;
    color: white;
    border-radius: 5px;
    font-weight: bold;
}
.box_assigned{
    background-color: #FC6344;
}
.box_collecting, .box_working{
    background-color: #3BB4F3;
}
.box_collected, .box_working_completed{
    background-color: #65CA79;
}
.box_complete, .box_plan_completed{
    background-color: #3A884A;
}
.box_canceled{
    background-color: #CACBCA;
}
.table-wrap {
    overflow-x: scroll;
}
.analysis-table{
    width: 100%;
    border-collapse: collapse;
    /*white-space: nowrap;*/
    /*min-width: 1200px;*/
}
.font-20{
    font-size: 20pt
}

.font-28{
    font-size: 28pt
}

.message_header{
    border-bottom: 1px solid silver;
    padding-bottom: 8px;
}

.message_header{
    font-size: 12pt;
    font-weight: bold;
}

.message_content{
    padding: 16px;
}

.added_location{
    color:red;
}

.original-text{
    color: red;
    text-decoration:line-through;
}
.amount-price{
    color: black;
}

.x_title{
    border-bottom:none;
    margin-bottom: 0;
}

.ratings i{

    color:#cecece;
    font-size:12pt;
}
.rating-color{
    color:#fbc634 !important;
}
.small-ratings i{
    color:#cecece;
}
.review-count{
    font-weight:400;
    margin-bottom:2px;
    font-size:12pt !important;
}
.text-underline{
    text-decoration: underline;
}
