/********************
 style.cssを上書きする
 ********************/
.content h3 {
    color: #212529;
    padding-bottom: 0.5rem;
    margin-bottom: 20px;
    display: inline;
}
.form button[type="submit"] {
    float: left;
    text-transform: uppercase;
    box-shadow: none;
    margin-right: 4px;
}
.form button:hover, .form button:focus {
    background: #18BC9C;
    box-shadow: none;
}
button {
    background: #18BC9C;
    border: none;
    border-radius: 5%;
}
button:hover, button:focus {
    background: #1ba288;
    box-shadow: none;
}

.help-block {
    color:red;
    font-weight: bold;
}

#tagnav ul {
    margin-left: unset;
}

/*——————–
 吹き出しを作る
——————–*/
/* 全体のスタイル */
.kaiwa {
    margin-bottom: 10px;
}
/* 左画像 */
.kaiwa-img-left {
    margin: 0;
    float: left;
    width: 60px;
    height: 60px;
    margin-right: -70px;
}
/* 右画像 */
.kaiwa-img-right {
    margin: 0;
    float: right;
    width: 60px;
    height: 60px;
    margin-left: -70px;
}
.kaiwa figure img {
    width: 100%;
    height: 100%;
    border: 1px solid #aaa;
    border-radius: 50%;
    margin: 0;
}
/* 画像の下のテキスト */
.kaiwa-img-description {
    padding: 5px 0 0;
    font-size: 10px;
    text-align: center;
    position: relative;
    bottom: 15px;
}
/* 左からの吹き出しテキスト */
.kaiwa-text-right {
    position: relative;
    /*
    margin-left: 80px;
    */
    padding: 10px;
    border-radius: 10px;
    background: #e4e8eb;
    margin-right: 12%;
    float: left;
    width: 100%;
    word-break: break-all;
}
/* 右からの吹き出しテキスト */
.kaiwa-text-left {
    position: relative;
    /*
    margin-right: 80px;
    */
    padding: 10px;
    border-radius: 10px;
    background-color: #bef18c;
    margin-left: 12%;
    float: right;
    width: 100%;
    word-break: break-all;
}
p.kaiwa-text {
    margin: 0 0 20px;
}
p.kaiwa-text:last-child {
    margin-bottom: 0;
}
/* 左の三角形を作る */
.kaiwa-text-right:before {
    position: absolute;
    content: '';
    border: 10px solid transparent;
    top: 15px;
    left: -20px;
}
.kaiwa-text-right:after {
    position: absolute;
    content: '';
    border: 10px solid transparent;
    border-right: 10px solid #e4e8eb;
    top: 15px;
    left: -19px;
}
/* 右の三角形を作る */
.kaiwa-text-left:before {
    position: absolute;
    content: '';
    border: 10px solid transparent;
    top: 15px;
    right: -20px;
}
.kaiwa-text-left:after {
    position: absolute;
    content: '';
    border: 10px solid transparent;
    border-left: 10px solid #bef18c;
    top: 15px;
    right: -19px;
}
/* 回り込み解除 */
.kaiwa:after,.kaiwa:before {
    clear: both;
    content: "";
    display: block;
}

.kaiwa_time{
    font-size: 8pt;
}
/********************
 オリジナルのCSS
 ********************/
.dropdown-menu ul {
    margin-left: 22px;
    list-style: disc;
}
.dropdown-menu p {
    margin-top: 0;
    margin-bottom: 5px;
}
.index .title {
    font-size: 18px;
    background-color: #18BC9C;
    color: #ffffff;
    padding: 8px;
    border-radius: 5px;
    vertical-align: top;
}

.mainList{
    overflow-x: auto;
}
@media (max-width: 450px) {
    .mainList{
        overflow-x: scroll;
    }
}

.listTable tbody tr {
    cursor: pointer;
}
.listTable tbody tr:hover {
    background-color: #f0f0f0;
}

.listTable .column_ss {
    width: 80px;
    max-width: 80px;
    min-width: 80px;
}
.listTable .column_s {
    width: 92px;
    max-width: 92px;
    min-width: 92px;
}
.listTable .column_m {
    width: 130px;
    max-width: 130px;
    min-width: 130px;
}
.listTable .column_l {
    width: 200px;
    max-width: 200px;
    min-width: 200px;
}
.listTable .column_l3 {
    width: 300px;
    max-width: 300px;
    min-width: 300px;
}
.listTable .column_l4 {
    width: 400px;
    max-width: 400px;
    min-width: 400px;
}


.detailTableTd {
    width: 160px;
}
.detailTableTd200 {
    width: 200px;
}

.site_footer {
    background-color: #18BC9C;
    color: #eee;
    padding: 10px 0;
    margin-top: 20px;
    text-align: center;
}

.clear {
    clear:both;
}

.button_margin {
    margin-bottom: 20px;
}

.top_card_box {
    float: left;
    padding-right: 0px;
}

.top_card {
    background-color: #ecf0f1;
    border-radius: 0.3rem;
    cursor: pointer;
    margin-bottom: 0.5rem;
    padding: 0.5rem 0.5rem;
    font-size: 0.95rem;
}

.ui-datepicker {
	border: #ccc solid 1px;
	background-color: #ffffff;
	border-radius: 10px;
}

.ui-datepicker .ui-datepicker-next span{
	text-indent: -4px;
}

.ui-datepicker .ui-datepicker-prev span{
	text-indent: 4px;
}

.button_bottom {
    margin-bottom: 10px;
}

.titleButton{
    margin: 20px 0px;
}

.statusBtn {
    font-size: 12px;
    background-color: #a2efe0;
    color: #333333;
    padding: 8px;
    margin-right: 3px;
    border-radius: 45px;
    vertical-align: top;
    line-height: 36px;
}

.tagnav-ul {
    list-style: none;
    display: inline;
    width: 100%;
}
.tagnav-li {
    display: inline;
    float:left;
}
.float-clear{
    /* floatを解除 */
    clear: both;
}
#tagnav {
    margin-bottom: 15px;
}

.noBorder {
    border:none;
}

.dropdown-menu {
    min-width: 12rem;
}

.detail-table .detail-title {
    width: 20%;
}
.detail-table .detail-body {
    width: 80%;
}
.directChatBgCol {
    background-color: #ffffff;
}
.directChatBgColError  {
    background-color: #ffdfdf !important;
}

@media (min-width: 1200px) {
    .container {
        max-width: 1200px;
    }
}
