/* Copyright (c) 2012, ho600.com
All rights reserved.

Redistribution and use in source and binary forms, with or without modification,
are permitted provided that the following conditions are met:

    Redistributions of source code must retain the above copyright notice,
    this list of conditions and the following disclaimer.

    Redistributions in binary form must
    reproduce the above copyright notice, this list of conditions and the
    following disclaimer in the documentation and/or other materials provided
    with the distribution.

    Neither the name of the ho600.com nor the names of its contributors
    may be used to endorse or promote products derived from this software
    without specific prior written permission.

THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND
ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED.
IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT,
INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING,
BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY
OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING
NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE,
EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/
root {
    display: block;
}
.modal .modal-dialog .modal-content{  background-color: #565656; }
table.table {
    width: 100%;
}
table.table th {
    border-top: solid 2px;
    border-bottom: solid 2px;
    border-collapse: collapse;
}
table.table td {
    border-bottom: solid 1px #E5E5E5;
    border-collapse: collapse;
}
ul.ul {
    list-style: none;
}
img#loading {
    display: none;
}
.button {
    text-align: center;
    vertical-align: middle;
    display: table-cell;
    width: 120px;
    height: 30px;
    border-radius: 5px;
    background: url(https://s3-ap-northeast-1.amazonaws.com/statics-ticket.bio-enzyme.com/5f7c/ticket/button.png) 0 56px;
    color: whitesmoke;
    font-weight: bold;
    cursor: hand;
    cursor: pointer;
}
.link {
    cursor: hand;
    cursor: pointer;
}
.hidden {
    display: none;
}
.diff_notice {
    border-radius: 3px;
    background-color: #C7E1EF;
    color: red;
}
.attachments {
    margin-left: 10px;
    margin-top: 20px;
    margin-bottom: 20px;
}
.attachments li {
    min-width: 215px;
}
#attachment-input-content ul li.over {
    border-bottom: solid 2px #E5E5E5;
    width: 600px;
}
.comment-attachments-div {
    margin-left: 50px;
    width: 80%;
    color: #A5A5A5;
}
.comment-attachments-div span {
    float: left;
}
.comment-attachments li {
    display: inline;
}
.ticket-comment-content a.point_from {
    float: right;
    margin-right: 10px;
}
div#id_content_layout {
    min-height: 150px;
    border-radius: 5px;
    width: 800px;
    background-color: #C7E1EF;
}
div.quote_content {
    border-radius: 3px;
    margin-left: 20px;
    color: red;
    background-color: #EEEEEE;
}
div.manage_notice {
    margin-top: 15px;
    margin-bottom: 15px;
}
img#loading {
    position: absolute;
    bottom: 50%;
    left: 50%;
}
.pages .link {
	color: blue;
	text-decoration: underline;
    cursor: hand;
    cursor: pointer;
    border: solid 1px #E5E5E5;
    border-radius: 2px;
    background-color: #E5E5E5;
}
.search_type_is_me {
    background-color: #EEE;
}
.search_type_is_me a {
    font-weight: bold;
}
.ticket_title {
    margin-left: 5px;
    float: left;
    width: 88%;
    display: table-cell;
}

.button_container {
    margin-top: 20px;
}

.avatar {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    object-fit: cover;
}

.title_section {
    display: flex;
    align-items: center;
    padding-top: 15px;
    padding-bottom: 15px;
}

.title_section h2{
    margin-top: 10px;
    margin-bottom: 10px;
}

.ticket_update_title {
    flex-grow: 1;
}

.ticket_title_no {
    margin-left: 15px;
}

.ticket_title_input {
    display: none;
    flex-grow: 1;
    width: auto;
}

.ticket_no {
    flex-basis: 80px;
    display: flex;
    justify-content: center;
}

.modify_title {
    margin-left: 15px;
}

.cancel_modify_title {
    display: none;
    margin-left: 15px;
}

.update_title {
    display: none;
    margin-left: 15px;
}

.ticket_no_input_container {
    display: flex;
    align-items: center;
}

.ticket_no_input {
    flex-grow: 1;
    margin-left: 10px;
}

.upload_avatar {
    max-width: 100%;
    margin-bottom: 20px;
}

.token_container {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}

.token_title {
    margin-right: 10px;
}

#personal_token {
    margin-right: 10px;
}

.copy_personal_token {
    margin-right: 10px;
}

.ui-datepicker-year {
    color:#333333;
}

.ui-datepicker-month {
    color:#333333;
}

.ticket_field_row {
    display: flex;
    margin-top: 2px;
    margin-bottom: 2px;
}

.ticket_field_label {
    width: 18%;
}

.ticket_field_label:after {
    content: '：';
}

.ticket_field_input {
    width: 82%;
}

.pagination_row {
    display: flex;
    justify-content: center;
}

.own_ticket_list_page_size_selector_row {
    display: flex;
    justify-content: flex-end;
}

.label_sh6e_attachment_files {
    background-color: #7F9CCB;
    padding: 5px 10px;
    border-radius: 5px;
    border: 1px ridge black;
    font-size: 0.8rem;
    color: white;
}
.label_sh6e_attachment_files:hover {
    background-color: #4C9998;
    cursor: move;
    cursor: pointer;
}
.hide_sh6e_attachment_file:hover {
    cursor: move;
    cursor: pointer;
}