@charset "UTF-8";

/*scout talk template*/
#template_open_button {
    background-color: #00C0EF;
    color: #fff;
    width: 300px;
    font-size: 16px;
}

#template_box {
    display: none;
    width: 800px;
    height: 600px;
    overflow: auto;
}

#template_box_header {
    background-color: #ECF0F5;
    margin: 5px;
    padding: 20px 0px;
    font-size: 18px;
    font-weight: bold;
}

.template_select,
.template_selected {
    padding: 10px 15px;
    margin-bottom: 10px;
    font-weight: bold;
}

.template_select {
    background-color: #ECF0F5;
}

.template_select:hover,
.template_selected {
    background-color: #93E8FD;
}

.template_select_sub {
    margin-bottom: 10px;
    display: none;
}

#popup_confirmation,
#popup_error {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    display: none;
}

#popup_content,
#popup_err_content {
    position: absolute;
    top: 35%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: #fff;
    padding: 20px;
    width: 350px;
    height: 150px;
    border-radius: 5px;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5);
    overflow: auto;
}

.edit_lbl,
.delete_lbl {
    padding-left: 10px;
    font-size: 10pt;
    cursor: pointer;
    color: #999;
    text-decoration: underline;
    text-underline-offset: 2px;
}

.edit_message_area {
    display: none;
    overflow: hidden;
    overflow-wrap: break-word;
    resize: both;
    width: 908px;
}

#url_modal_box .fancybox-content {
    max-width: 10%;
}

/*スマホの場合にuser-row_1となる　性別、経験年数、ゴールド免許、無事故期間、メッセージの非表示*/
.user-row_1 td:nth-child(5),
.user-row_1 td:nth-child(7),
.user-row_1 td:nth-child(9),
.user-row_1 td:nth-child(10),
.user-row_1 td:nth-child(11)
{
  display: none;
}

.no_login_user-row_1 td:nth-child(4),
.no_login_user-row_1 td:nth-child(6),
.no_login_user-row_1 td:nth-child(8),
.no_login_user-row_1 td:nth-child(9)
{
  display: none;
}

