.board-view + .comment {
    margin-top: 80px;
}
.board-view + .module-button-group {
    margin-top: 20px;
}
.board-view.board-basic table {
    width: 100%;
    border-top: 1px solid #000;
}
.board-view.board-basic table thead th {
    background-color: #f4f4f4;
    font-size: 13px;
    font-weight: normal;
}
.board-view.board-basic table tbody th {
    background-color: #f4f4f4;
    font-size: 13px;
    font-weight: normal;
}
.board-view.board-basic table tbody td {
    text-align: left;
    padding: 8px 20px;
}
.board-view.board-basic th,
.board-view.board-basic td {
    height: 40px;
    padding: 8px 10px;
    border-bottom: 1px solid #ccc;
}
.board-view.board-basic th.top,
.board-view.board-basic td.top {
    vertical-align: top;
}
.board-view.board-basic th.bottom,
.board-view.board-basic td.bottom {
    vertical-align: bottom;
}
.board-view.board-basic th.middle,
.board-view.board-basic td.middle {
    vertical-align: middle;
}
.board-view.board-basic th.center,
.board-view.board-basic td.center {
    text-align: center;
}
.board-view.board-basic th.left,
.board-view.board-basic td.left {
    text-align: left;
}
.board-view.board-basic th.right,
.board-view.board-basic td.right {
    text-align: right;
}
.board-view.board-basic > .view-div {
    border-top: 1px solid #000;
}
.board-view.board-basic > .view-div .view-head {
    border-bottom: 1px dotted #ccc;
}
.board-view.board-basic > .view-div .view-title {
    padding: 18px 20px;
    background-color: #f4f4f4;
    border-bottom: 1px solid #ccc;
    font-size: 18px;
    line-height: 22px;
    font-weight: 600;
}
.board-view.board-basic > .view-div .view-infos {
    display: table;
    width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 18px 20px;
}
.board-view.board-basic > .view-div .view-infos > .view-info {
    display: table-cell;
    vertical-align: top;
    font-size: 0;
}
.board-view.board-basic > .view-div .view-infos > .view-info:first-child {
    text-align: left;
}
.board-view.board-basic > .view-div .view-infos > .view-info:last-child {
    text-align: right;
}
.board-view.board-basic > .view-div .view-infos > .view-info > .item {
    display: inline-block;
    vertical-align: middle;
    font-size: 15px;
    line-height: 1;
}
.board-view.board-basic > .view-div .view-infos > .view-info > .item + .item {
    margin-left: 15px;
}
.board-view.board-basic > .view-div .view-infos > .view-info > .item > .title {
    color: #5c5c5c;
    margin-right: 8px;
}
.board-view.board-basic > .view-div .view-infos > .view-info > .item > .txt {
    color: #222;
}
.board-view.board-basic > .view-div .view-attached {
    padding: 18px 20px;
    border-top: 1px solid #ccc;
}
.board-view.board-basic > .view-div .view-attached > .title {
    float: left;
    font-size: 15px;
    color: #5c5c5c;
    margin-right: 20px;
}
.board-view.board-basic > .view-div .view-attached > .files {
    overflow: hidden;
    font-size: 15px;
}
.board-view.board-basic > .view-div .view-attached > .files > .file > .icon {
    float: left;
    margin-right: 5px;
}
.board-view.board-basic > .view-div .view-attached > .files > .file > .name {
    display: block;
    overflow: hidden;
    color: #019aea;
}
.board-view.board-basic > .view-div .view-attached > .files > .file + .file {
    margin-top: 5px;
}
.board-view.board-basic > .view-div .view-attached > .files > .file:hover > .name {
    text-decoration: underline;
}
.board-view.board-basic > .view-div .view-editor {
    padding: 40px 40px 60px 40px;
    margin-bottom: 20px;
    border-bottom: 1px solid #ccc;
    font-size: 18px;
    line-height: 1.4;
    color: #333;
}
@media only screen and (max-width: 767px) {
    .board-view.board-basic > .view-div .view-editor {
        font-size: 16px;
    }
}
.board-view.board-basic > .view-div .view-photo {
    padding: 10px;
}
.board-view.board-basic > .view-div .view-photo > .list > .item {
    text-align: center;
}
.board-view.board-basic > .view-div .view-photo > .list > .item img {
    max-width: 100%;
}
.board-view.board-basic > .view-div .view-photo > .pagination {
    position: relative;
    top: inherit;
    bottom: inherit;
    left: inherit;
    right: inherit;
}
@media only screen and (max-width: 767px) {
    .board-view.board-basic.responsive > .view-div .view-title {
        padding: 15px 10px;
        font-size: 15px;
        line-height: 20px;
    }
    .board-view.board-basic.responsive > .view-div .view-infos {
        padding: 15px 10px;
        font-size: 12px;
    }
    .board-view.board-basic.responsive > .view-div .view-infos > .view-info > .item {
        font-size: 12px;
    }
    .board-view.board-basic.responsive > .view-div .view-attached {
        padding: 15px 10px;
    }
    .board-view.board-basic.responsive > .view-div .view-attached > .title {
        float: none;
        margin-bottom: 10px;
        font-size: 12px;
        margin-right: 0;
    }
    .board-view.board-basic.responsive > .view-div .view-attached > .files {
        font-size: 13px;
    }
    .board-view.board-basic.responsive > .view-div .view-editor {
        padding: 15px 10px 30px 10px;
        margin-bottom: 10px;
    }
}
.module-comments {
    border-top: 1px solid #222;
    border-bottom: 1px solid #ccc;
}
.module-comments > .comment {
    padding: 25px 0;
}
@media only screen and (max-width: 767px) {
    .module-comments > .comment {
        padding: 15px 0;
    }
}
.module-comments > .comment + .comment {
    border-top: 1px dashed #ccc;
}
.module-comments > .comment > .head {
    overflow: hidden;
    font-size: 0;
}
.module-comments > .comment > .head input[type="text"],
.module-comments > .comment > .head input[type="password"] {
    margin: 0;
    padding: 0 10px;
    outline: none;
/*     cursor: pointer; */
    width: 140px;
    height: 30px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border: 1px solid #ccc;
    font-size: 14px;
}
.module-comments > .comment > .head input[type="text"]::-webkit-input-placeholder,
.module-comments > .comment > .head input[type="password"]::-webkit-input-placeholder {
    color: #aaa;
    font-size: 13px;
}
.module-comments > .comment > .head input[type="text"]:-moz-placeholder,
.module-comments > .comment > .head input[type="password"]:-moz-placeholder {
    color: #aaa;
    font-size: 13px;
}
.module-comments > .comment > .head input[type="text"]::-moz-placeholder,
.module-comments > .comment > .head input[type="password"]::-moz-placeholder {
    color: #aaa;
    font-size: 13px;
}
.module-comments > .comment > .head input[type="text"]:-ms-input-placeholder,
.module-comments > .comment > .head input[type="password"]:-ms-input-placeholder {
    color: #aaa;
    font-size: 13px;
}
.module-comments > .comment > .head input[type="text"]:focus,
.module-comments > .comment > .head input[type="password"]:focus {
    border-color: #71ac0d;
}
@media only screen and (max-width: 767px) {
    .module-comments > .comment > .head input[type="text"],
    .module-comments > .comment > .head input[type="password"] {
        float: left;
        width: 49%;
    }
}
.module-comments > .comment > .head input[type="password"] {
/*     margin-left: 10px; */
    font-family: sans-serif;
}
@media only screen and (max-width: 767px) {
    .module-comments > .comment > .head input[type="password"] {
        margin-left: 2%;
    }
}
.module-comments > .comment > .head > .name {
    display: inline;
    font-size: 18px;
    color: #181818;
    font-weight: 600;
}
@media only screen and (min-width: 767px) and (max-width: 1080px) {
    .module-comments > .comment > .head > .name {
        font-size: 16px;
    }
}
@media only screen and (max-width: 767px) {
    .module-comments > .comment > .head > .name {
        font-size: 15px;
    }
}
.module-comments > .comment > .head > .date {
    display: inline;
    margin-left: 10px;
    font-size: 14px;
    color: #666;
}
@media only screen and (min-width: 767px) and (max-width: 1080px) {
    .module-comments > .comment > .head > .date {
        font-size: 13px;
    }
}
@media only screen and (max-width: 767px) {
    .module-comments > .comment > .head > .date {
        font-size: 12px;
    }
}
.module-comments > .comment > .body {
    padding: 10px 0;
}
.module-comments > .comment > .body > .say > .paragraph {
    padding: 20px 15px;
    font-size: 16px;
    color: #181818;
}
@media only screen and (min-width: 767px) and (max-width: 1080px) {
    .module-comments > .comment > .body > .say > .paragraph {
        padding: 17px 12px;
        font-size: 15px;
    }
}
@media only screen and (max-width: 767px) {
    .module-comments > .comment > .body > .say > .paragraph {
        padding: 15px 10px;
        font-size: 13px;
    }
}
.module-comments > .comment > .body > .say > .textarea {
    width: 100%;
    height: 100px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0;
    padding: 10px 20px;
    border: 1px solid #ccc;
    resize: vertical;
    outline: none;
    font-size: 14px;
    line-height: 22px;
}
.module-comments > .comment > .body > .say > .textarea::-webkit-input-placeholder {
    color: #aaa;
    font-size: 13px;
}
.module-comments > .comment > .body > .say > .textarea:-moz-placeholder {
    color: #aaa;
    font-size: 13px;
}
.module-comments > .comment > .body > .say > .textarea::-moz-placeholder {
    color: #aaa;
    font-size: 13px;
}
.module-comments > .comment > .body > .say > .textarea:-ms-input-placeholder {
    color: #aaa;
    font-size: 13px;
}
@media only screen and (min-width: 767px) and (max-width: 1080px) {
    .module-comments > .comment > .body > .say > .textarea {
        padding: 10px 17px;
    }
}
@media only screen and (max-width: 767px) {
    .module-comments > .comment > .body > .say > .textarea {
        padding: 10px;
        font-size: 13px;
        line-height: 20px;
    }
}
.module-comments > .comment > .body > .say > .textarea:focus {
    border-color: #71ac0d;
}
.module-comments > .comment > .foot {
    overflow: hidden;
    font-size: 0;
}
.module-comments > .comment > .foot button {
    margin: 0;
    padding: 0 10px;
    min-width: 65px;
    height: 30px;
    background-color: #fff;
    border: 1px solid #d7d7d7;
    font-size: 13px;
    color: #888;
}
.module-comments > .comment > .foot button:hover {
    background-color: #949494;
    border-color: #8d8d8d;
    color: #fff;
}
.module-comments > .comment > .foot button.acti:hover {
    background-color: #f5791e;
    border-color: #ee4e13;
    color: #fff;
}
.module-comments > .comment > .foot > .reply {
    float: left;
    font-size: 0;
}
.module-comments > .comment > .foot > .reply > .button {
    margin: 0;
    padding: 0;
    background-color: #fff;
    border: 1px solid #d7d7d7;
    outline: none;
    cursor: pointer;
    font-size: 13px;
    color: #888;
}
.module-comments > .comment > .foot > .reply > .button.on {
    border-color: #0093a7;
    background-color: #0093a7;
    color: #fff;
}
.module-comments > .comment > .foot > .reply > .button + .button {
    margin-left: 8px;
}
.module-comments > .comment > .foot > .reply > .button.list {
    border-width: 0px;
    background: none;
    color: #ee4e13;
    text-decoration: underline;
}
.module-comments > .comment > .foot > .reply > .button.write.on,
.module-comments > .comment > .foot > .reply > .button.write:hover {
    background-color: #f5791e;
    border-color: #ee4e13;
    color: #fff;
}
.module-comments > .comment > .foot > .buttons {
    float: right;
    font-size: 0;
}
.module-comments > .comment > .foot > .buttons > .button {
    margin: 0;
    padding: 0;
    outline: none;
    cursor: pointer;
    font-size: 13px;
}
.module-comments > .comment > .foot > .buttons > .button + .button {
    margin-left: 8px;
}
.module-comments > .comment.reply {
    padding: 20px;
    padding-left: 60px;
    background-color: #eeeeee;
    position: relative;
}
@media only screen and (min-width: 767px) and (max-width: 1080px) {
    .module-comments > .comment.reply {
        padding: 17px;
        padding-left: 45px;
    }
}
@media only screen and (max-width: 767px) {
    .module-comments > .comment.reply {
        padding: 15px;
    }
}
.module-comments > .comment.reply:before {
    content: "";
    position: absolute;
    top: 10px;
    left: 20px;
    display: block;
    width: 40px;
    height: 40px;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-image: url(../../img/module/comment/reply-writed.png);
}
@media only screen and (min-width: 767px) and (max-width: 1080px) {
    .module-comments > .comment.reply:before {
        top: 6.5px;
        left: 8px;
    }
}
@media only screen and (max-width: 767px) {
    .module-comments > .comment.reply:before {
        top: 6px;
        left: 0px;
    }
}
@media only screen and (max-width: 767px) {
    .module-comments > .comment.reply > .head {
        padding-left: 25px;
    }
}
.module-comments > .comment.reply.write:before {
    background-image: url(../../img/module/comment/reply-write.png);
}
body {
    font-size: 0.875rem;
    font-family: "NotoSansRN", sans-serif;
}
body input[type="password"] {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}
.datepicker input[type="text"] {
    width: 130px;
}
.container {
    height: 200vh;
}
.table th,
.table td {
    vertical-align: middle;
}
.table thead tr th {
    text-align: center;
}
[role="main"] {
    padding-top: 133px;
}
@media (min-width: 768px) {
    [role="main"] {
        padding-top: 48px;
    }
}
.feather {
    width: 16px;
    height: 16px;
    vertical-align: text-bottom;
}
.jumbotron {
    padding: 1rem 1rem;
    margin-bottom: 1.5rem;
}
.h2 .feather {
    width: 22px;
    height: 22px;
    margin-right: 10px;
    vertical-align: middle;
}
.sidebar {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    z-index: 100;
    padding: 48px 0 0;
    -webkit-box-shadow: inset -1px 0 0 rgba(0, 0, 0, 0.1);
    box-shadow: inset -1px 0 0 rgba(0, 0, 0, 0.1);
}
.sidebar-sticky {
    position: relative;
    top: 0;
    height: calc(100vh - 48px);
    padding-top: 0.5rem;
    overflow-x: hidden;
    overflow-y: auto;
}
.sidebar-heading {
    font-size: 0.75rem;
    text-transform: uppercase;
}
.sidebar-brand {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
    font-size: 1rem;
    background-color: rgba(0, 0, 0, 0.25);
    -webkit-box-shadow: inset -1px 0 0 rgba(0, 0, 0, 0.25);
    box-shadow: inset -1px 0 0 rgba(0, 0, 0, 0.25);
}
.sidebar .nav-link {
    font-weight: 500;
    color: #333;
}
.sidebar .nav-link .feather {
    margin-right: 4px;
    color: #999;
}
.sidebar .nav-link.active {
    color: #007bff;
}
.sidebar .nav-link:hover .feather,
.sidebar .nav-link.active .feather {
    color: inherit;
}
.sidebar .form-control {
    padding: 0.75rem 1rem;
    border-width: 0;
    border-radius: 0;
}
@supports ((position: -webkit-sticky) or (position: sticky)) {
    .sidebar-sticky {
        position: -webkit-sticky;
        position: sticky;
    }
}
.form-control-dark {
    color: #fff;
    background-color: rgba(255, 255, 255, 0.1);
    border-color: rgba(255, 255, 255, 0.1);
}
.form-control-dark:focus {
    border-color: transparent;
    -webkit-box-shadow: 0 0 0 3px rgba(255, 255, 255, 0.25);
    box-shadow: 0 0 0 3px rgba(255, 255, 255, 0.25);
}
.btn:hover {
    border-color: transparent;
}
.btn-success,
.btn-warning {
    color: #fff;
}
.alert {
    color: #fff;
}
.alert-danger,
.alert-danger > th,
.alert-danger > td {
    background-color: #d9534f;
}
.alert-warning,
.alert-warning > th,
.alert-warning > td {
    background-color: #f47c3c;
}
#side_board_list .badge {
    margin-left: 5px;
}
.badge-success,
.badge-warning {
    color: #fff;
}
.nav-tabs {
    margin-bottom: 15px;
}
