[v-cloak] { display:none; }

html {
    position: relative;
    min-height: 100%;
}

html,
body {
    margin: 0;
    font-family: 'Meiryo','Hiragino Kaku Gothic ProN','MS PGothic',sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.5;
    color: #343434;
    text-align: left;
    background-color: #efefef;
}
.carousel-indicators {
    z-index: 8;
}
.notfound {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    text-align: center;
}

.notfound-icon {
    height: 170px;
    margin: auto;
    margin-bottom: 30px;
    width: 170px;
}

.notfound-icon-border {
    position: absolute;
    width: 170px;
    height: 170px;
    background: #ac2330;
    border-radius: 7px;
    -webkit-box-shadow: 0px 0px 0px 10px #ac2330 inset, 0px 0px 0px 20px #fff inset;
    box-shadow: 0px 0px 0px 10px #ac2330 inset, 0px 0px 0px 20px #fff inset;
}

.notfound-icon-char {
    color: #fff;
    font-size: 118px;
    margin: 0px;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    display: inline-block;
    height: 60px;
    line-height: 60px;
}

.notfound-content {
    font-size: 18px;
}

.main {
    margin-top: 66px;
    margin-bottom: 135px;
    padding: 0;
}

.row {
    margin-left: -10px;
    margin-right: -10px;
}

.col, .col-1, .col-10, .col-11, .col-12, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-auto,
.col-lg, .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-auto,
.col-md, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-auto,
.col-sm, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-auto,
.col-xl, .col-xl-1, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-auto {
    padding-left: 10px;
    padding-right: 10px;
}

.table-data-vertical {
    border: 1px solid #dadada;
    border-bottom: none;
    display: flex;
    flex-wrap: wrap;
}

.row-data-vertical {
    margin: 0px;
    padding: 0px;
}

.label-v-title {
    background-color: #efefef;
    font-weight: 700;
    min-width: 150px;
    padding: 10px;
    border-bottom: 1px solid #dadada;
}

.label-v-content {
    padding: 10px;
    border-bottom: 1px solid #dadada;
    word-break: break-all;
}
.break-data {
    word-break: break-all;
}

/* PAGINATION START */

.btn.btn-paging {
    width: 65px;
    padding: .858rem 0;
}

.txt-paging {
    width: 50px;
}

.txt-paging::-webkit-outer-spin-button,
.txt-paging::-webkit-inner-spin-button {
    -webkit-appearance: none;
}

.label-paging {
    padding: 9px 2px;
}
.paging-area {
    margin-bottom: 10px;
}

/* PAGINATION END */

a,
a:focus,
a:hover {
    text-decoration: none;
    outline: none;
    color: #ac2330;
}

p {
    margin-bottom: 5px;
}

.title-content {
    position: relative;
    margin-left: 11px;
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 8px;
}

.title-content:not(:first-of-type) {
    margin-top: 20px;
}

.title-content:after {
    content: '';
    position: absolute;
    border-left: 3px solid #ac2330;
    left: -11px;
    height: calc(100% - 0.666em);
    top: 0.4em;
}

.badge-c {
    font-size: 12px;
    border-radius: 0;
    font-weight: 400;
    line-height: 19px;
    padding: .25em 1.5em;
}

.badge-secondary {
    color: #fffefe;
    background-color: #606060;
}

.badge-danger {
    color: #fffefe;
    background-color: #ac2330;
}

.badge-dark {
    color: #fffefe;
    background-color: #343434;
}

.text-danger-c {
    color: #ac2330!important;
}

.text-light-c {
    color: #fffefe!important;
}

.text-dark-c {
    color: #343434!important;
}

.btn {
    border-radius: 0px;
    font-size: 14px;
    line-height: 1;
    padding: .858rem .75rem;
}

.btn-sm {
    font-size: 10px;
    padding: .215rem .643rem;
}

.btn-md {
    font-size: 12px;
    padding: .572rem .75rem;
}

.btn-md-half {
    font-size: 13px;
    padding: .715rem .715rem;
}

.btn-lg {
    font-size: 16px;
    font-weight: 700;
    padding: 1.143rem 1rem
}

.btn.disabled,
.btn:disabled {
    pointer-events: none;
}

.btn-secondary {
    background-color: #606060;
    border-color: #606060;
}

.btn-secondary:hover {
    background-color: #4e4d4b;
    border-color: #484645;
}

.btn-secondary.focus,
.btn-secondary:focus {
    background-color: #4e4d4b;
    border-color: #484645;
}

.btn-secondary:not(:disabled):not(.disabled).active,
.btn-secondary:not(:disabled):not(.disabled):active,
.show>.btn-secondary.dropdown-toggle {
    background-color: #484645;
    border-color: #42403e;
}

.btn-secondary.disabled,
.btn-secondary:disabled {
    background-color: #606060;
    border-color: #606060;
}

.btn-danger {
    background-color: #ac2330;
    border-color: #ac2330;
}

.btn-danger:hover {
    background-color: #98111e;
    border-color: #8d0f1b;
}

.btn-danger.focus,
.btn-danger:focus {
    background-color: #98111e;
    border-color: #8d0f1b;
}

.btn-danger:not(:disabled):not(.disabled).active,
.btn-danger:not(:disabled):not(.disabled):active,
.show>.btn-danger.dropdown-toggle {
    background-color: #8d0f1b;
    border-color: #820e18;
}

.btn-danger.disabled,
.btn-danger:disabled {
    background-color: #ac2330;
    border-color: #ac2330;
}

.btn-dark {
    background-color: #343434;
    border-color: #343434;
}

.btn-dark:hover {
    background-color: #23211f;
    border-color: #1d1b18;
}

.btn-dark.focus,
.btn-dark:focus {
    background-color: #23211f;
    border-color: #1d1b18;
}

.btn-dark:not(:disabled):not(.disabled).active,
.btn-dark:not(:disabled):not(.disabled):active,
.show>.btn-dark.dropdown-toggle {
    background-color: #1d1b18;
    border-color: #171411;
}

.btn-dark.disabled,
.btn-dark:disabled {
    background-color: #343434;
    border-color: #343434;
}

.checkbox {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin: auto 0;
}

.checkbox label {
    position: relative;
    margin-bottom: 0;
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.checkbox label:not(.btn-checkbox):after,
.checkbox-right label:not(.btn-checkbox):before {
    content: '';
    width: 30px;
    height: 30px;
    border: 1px solid #dadada;
    margin-left: 10px;
}

.checkbox-only:not(.btn-checkbox) label:after {
    margin-left: 0;
}

.checkbox-right label:not(.btn-checkbox):after {
    display: none;
}

.checkbox input[type=checkbox]:checked~label:not(.btn-checkbox):before,
.checkbox-right input[type=checkbox]:checked~label:not(.btn-checkbox):after {
    content: '';
    position: absolute;
    display: block;
    right: 10px;
    top: 4px;
    width: 7px;
    height: 15px;
    border: solid #ac2330;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.checkbox-right input[type=checkbox]:checked~label:not(.btn-checkbox):after {
    right: 10px;
    left: 4px;
}

.checkbox-right label:not(.btn-checkbox):before,
.checkbox-right input[type=checkbox]:checked~label:not(.btn-checkbox):before {
    position: relative;
    top: 0;
    left: 0;
    width: 30px;
    height: 30px;
    border: 1px solid #dadada;
    margin-left: 0;
    margin-right: 10px;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
}

.checkbox input[type=checkbox]:checked~label:not(.btn-checkbox):after,
.checkbox-right input[type=checkbox]:checked~label:not(.btn-checkbox):before {
    border-color: #ac2330;
}

.checkbox input[type=checkbox]:not(:disabled)~label:not(.btn-checkbox):hover:after,
.checkbox-right input[type=checkbox]:not(:disabled)~label:not(.btn-checkbox):hover:before {
    border-color: #ac2330;
}

.checkbox input[type=checkbox]:not(:disabled)~label:not(.btn-checkbox):hover {
    color: #ac2330;
    cursor: pointer;
}
.checkbox input[type=checkbox]:disabled~label:not(.btn-checkbox) {
    color: #8D8D8D;
}
.checkbox input[type=checkbox]:disabled~label:not(.btn-checkbox):after,
.checkbox input[type=checkbox]:disabled~label:not(.btn-checkbox):before {
    background-color: #EFEFEF;
}

.checkbox input[type=checkbox]:focus+label:not(.btn-checkbox):after,
.checkbox-right input[type=checkbox]:focus+label:not(.btn-checkbox):before {
    border-color: #d09096;
    box-shadow: 0 0 0 0.2rem rgba(225, 83, 97, .5);
}

.checkbox-right input[type=checkbox]:focus+label:not(.btn-checkbox):after {
    border-color: #ac2330;
    box-shadow: none;
}

.checkbox input[type=checkbox] {
    position: absolute;
    clip: rect(0, 0, 0, 0);
    pointer-events: none;
}

.checkbox .btn-checkbox {
    margin-bottom: 0;
}

.checkbox .btn-checkbox input[type=checkbox],
.checkbox .btn-checkbox input[type=radio] {
    position: absolute;
    clip: rect(0, 0, 0, 0);
    pointer-events: none;
}

.checkbox .btn-checkbox.btn-secondary {
    background-color: #fff;
    border-color: #dadada;
    color: #343434;
    font-size: 14px;
    line-height: 1;
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0;
    min-height: 40px;
    width: 130px;
}

.checkbox input[type=checkbox]:checked~.btn-checkbox.btn-secondary {
    background-color: #606060;
    color: #fff;
}

.checkbox input[type=checkbox]:checked~.btn-checkbox.btn-secondary:hover {
    background-color: #4e4d4b;
    color: #fff;
}

.checkbox input[type=checkbox]~.btn-checkbox.btn-secondary:hover {
    background-color: #f8f9fa;
    border-color: #dadada;
    color: #343434;
}

.checkbox input[type=checkbox]:focus+.btn-checkbox.btn-secondary {
    box-shadow: 0 0 0 0.2rem rgba(130, 138, 145, .5);
}

.radio,
.radio-right {
    position: relative;
}

.radio input[type=radio],
.radio-right input[type=radio] {
    position: absolute;
    clip: rect(0, 0, 0, 0);
    pointer-events: none;
}

.radio label,
.radio-right label {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 0;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.radio label:hover,
.radio-right label:hover {
    color: #ac2330;
    cursor: pointer;
}

.radio label:after {
    content: '';
    width: 30px;
    height: 30px;
    border: 1px solid #dadada;
    margin-left: 10px;
    border-radius: 50%;
}

.radio label:hover:after {
    border-color: #ac2330;
}

.radio input[type=radio]:checked~label:before {
    content: '';
    position: absolute;
    right: 11px;
    top: 5px;
    width: 7px;
    height: 15px;
    border-color: #ac2330;
    border-style: solid;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.radio input[type=radio]:checked~label:after {
    border-color: #ac2330;
}

.radio-right label:before {
    content: '';
    width: 30px;
    height: 30px;
    border: 1px solid #dadada;
    margin-right: 10px;
    border-radius: 50%;
}

.radio-right label:hover:before {
    border-color: #ac2330;
}

.radio-right input[type=radio]:checked~label:after {
    content: '';
    position: absolute;
    left: 12px;
    top: 5px;
    width: 7px;
    height: 15px;
    border-color: #ac2330;
    border-style: solid;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.radio-right input[type=radio]:checked~label:before {
    border-color: #ac2330;
}

.radio-color+.radio-color {
    margin-left: 20px;
}

.radio-color label {
    width: 30px;
    height: 30px;
    border: 1px solid #dbdbdb;
    border-radius: 50%;
}

.radio-color input[type=radio]:checked~label {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
}

.radio-color input[type=radio]:focus~label {
    box-shadow: 0 0 0 0.2rem rgba(219, 219, 219, .5);
}

.radio-color input[type=radio]:checked~label:before {
    right: 10px;
    top: 4px;
    border-color: #dbdbdb;
}

.radio-color label:after,
.radio-buton label:after {
    display: none;
}

.radio-buton label:before {
    display: none;
}

.radio-color-red label {
    border-color: #ac2330;
    background-color: #ac2330;
}

.radio.radio-color-red input[type=radio]:checked~label:before {
    border-color: #fff;
}

.radio.radio-color-red input[type=radio]:focus~label {
    box-shadow: 0 0 0 0.2rem rgba(172, 35, 48, .5);
}

.radio-color-black label {
    border-color: #343434;
    background-color: #343434;
}

.radio.radio-color-black input[type=radio]:checked~label:before {
    border-color: #fff;
}

.radio.radio-color-black input[type=radio]:focus~label {
    box-shadow: 0 0 0 0.2rem rgba(52, 52, 52, .5);
}

.radio-buton label {
    color: #343434;
    background-color: #eee;
    border-color: #343434;
    padding: 0.679rem .75rem;
}

.radio-buton input[type=radio]:checked~label {
    color: #fff;
    background-color: #606060;
    border-color: #606060;
}

.radio-buton input[type=radio]:focus~label {
    box-shadow: 0 0 0 0.2rem rgba(130, 138, 145, .5);
}

.radio-buton input[type=radio]~label:hover {
    color: #343434;
    background-color: #e5e5e5;
}

.radio-buton input[type=radio]:checked~label:hover {
    color: #fff;
    background-color: #4e4d4b;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
}

.form-group {
    margin-bottom: 5px;
}

.form-group-sm {
    margin-bottom: 5px;
}

.form-group:last-child {
    margin-bottom: 0;
}

.form-group-sm:last-child {
    margin-bottom: 0;
}

.form-control-plaintext {
    outline: none;
}

.form-control {
    border-radius: 0;
    border-color: #dadada;
    height: calc(1.5em + 1.215rem + 2px);
    font-size: 14px;
}

.form-control-md {
    height: 30px;
}

.col-form-label {
    line-height: 1.95;
    font-weight: 700;
}

.col-form-label-md {
    line-height: 1.2;
}

.table {
    color: #343434;
    font-size: 12px;
}

.table thead th {
    text-align: center;
    vertical-align: middle;
}

.table td,
.table th {
    border-color: #efefef;
    padding: 0.5rem .5rem;
    text-align: center;
}

.table:not(.table-bordered) tr:last-child td {
    border-bottom: 1px solid #efefef;
}

.table .thead-light th {
    color: #343434;
    background-color: #efefef;
    border-color: #efefef;
    border-bottom: 1px solid #efefef;
}

.table .thead-dark th {
    color: #fff;
    background-color: #606060;
    border-color: #606060;
}

.table-bordered {
    border-color: #efefef;
}

.table-bordered .thead-light th {
    border-color: #dadada;
    border-bottom: 1px solid #dadada;
}

.table-bordered td,
.table-bordered th {
    border: 1px solid #dadada;
}

.table-bordered-nlr thead th,
.table-bordered-nlr .thead-light th {
    border: 0;
}

.table-bordered-nlr td,
.table-bordered-nlr th {
    border: 0;
    border-top: 1px solid #efefef;
}

.table-responsive-c {
    border: 0;
}

.table-responsive-c tbody,
.table-responsive-c tr {
    display: block;
}

.table-responsive-c tr {
    border: 1px solid #efefef;
}

.table-responsive-c thead {
    display: none;
}

.table-responsive-c tr:nth-of-type(odd) {
    background-color: #efefef;
}

.table-responsive-c .tbody-dark tr:nth-of-type(odd) {
    color: #fff;
    background-color: #606060;
}

.table-responsive-c td {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    border: none;
}

.table-responsive-c td:before {
    content: attr(data-title);
    padding-right: 10px;
    white-space: nowrap;
    font-weight: 700;
}

.table-hover tbody tr:hover {
    color: #343434;
    background-color: transparent;
}

.table-hover tbody tr:nth-of-type(odd):hover {
    color: #343434;
    background-color: #efefef;
}

.table-hover tbody.tbody-dark tr:nth-of-type(odd):hover {
    color: #fff;
    background-color: #606060;
}

.table-hover:not(.table-responsive-c) tbody tr:hover {
    background-color: rgba(0, 0, 0, .075);
}

.datepicker td,
.datepicker th {
    width: 35px;
    height: 35px;
}

.datepicker table tr td.highlighted {
    background: #fff;
    border-radius: 4px;
}

.datepicker table tr td.highlighted:first-child {
    color: #ac2330;
}

.datepicker table tr td.highlighted:last-child {
    color: #1BA0E2;
}

.datepicker table tr td span.active.active,
.datepicker table tr td.active.active {
    background: #606060;
    color: #fff;
}

.datepicker table tr td span.active:hover:hover,
.datepicker table tr td.active:hover:hover {
    background: #4e4d4b;
}

.datepicker table tr td.today {
    background: #ac2330;
    color: #fff;
}

.datepicker table tr td.today:hover:hover {
    background: #98111e;
    color: #fff;
}

.datepicker table tr td.disabled,
.datepicker table tr td.disabled:hover,
.datepicker table tr td.today.disabled.disabled,
.datepicker table tr td.today.disabled.disabled:hover,
.datepicker table tr td.highlighted.old,
.datepicker table tr td.highlighted.new {
    opacity: .65;
}

.line+.line,
.line-sm+.line-sm,
.line-md+.line-md,
.line-lg+.line-lg {
    margin-top: 8px;
}

.footer-section {
    position: absolute;
    bottom: 0;
    background-color: #606060;
    color: #fff;
    width: 100%;
}

.footer-section .container-lg {
    min-height: 75px;
    padding: 15px;
}

.footer-section .container-lg div {
    margin: 10px 0;
    text-align: center;
    font-size: 12px;
}

.footer-section a {
    color: #fff;
    font-size: 14px;
}

.footer-section a:hover {
    color: #ac2330;
}

.navbarTopMenu .navbar-toggler {
    outline: none;
}

.content {
    padding: 10px;
    background-color: #fff;
    box-shadow: 0 .125rem .25rem rgba(0, 0, 0, .075);
    margin-bottom: 8px;
}

.content-button {
    box-shadow: none;
    padding: 0;
    background-color: transparent;
    text-align: center;
}

.content-button button {
    width: 100%
}

.content-button button+button {
    margin-top: 8px;
}

:not(.pattern01 .col-master) .content:last-child {
    margin-bottom: 0;
}

.header-section .has-submenu .submenu {
    opacity: .95;
}

.hasError input {
    border-color: #ac2330;
}

.hasError input:focus {
    border-color: #ac2330;
    box-shadow: 0 0 0 0.2rem rgba(225,83,97,.5);
}

.hasError textarea {
    border-color: #ac2330;
}

.hasError textarea:focus {
    border-color: #ac2330;
    box-shadow: 0 0 0 0.2rem rgba(225,83,97,.5);
}

.hasError:after {
    content: attr(data-validate);
    color: #ac2330;
    margin-top: 3px;
    display: block;
}

#backToTop {
    position: fixed;
    bottom: 8px;
    right: 8px;
    display: none;
}

#backToTop i {
    font-size: 35px;
    color: #ac2330;
}

#backToTop i:hover {
    cursor: pointer;
}

#loading {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 9999;
    background-color: #efefef;
    opacity: .7;
    display: none;
}

#loading .spinner-border {
    position: absolute;
    left: calc((100% - 56px) / 2);
    top: 50%;
    width: 4rem;
    height: 4rem;
}
.modal-dialog .modal-content .modal-header .fa.fa-question-circle {
    margin-right: 2px;  
}
.modal-dialog .modal-content .modal-header.modal-header-success {
    background-color: #5cb85c;
    color : #ffffff;
}
.modal-dialog .modal-content .modal-header.modal-header-warning {
    background-color: #d58512;
    color : #ffffff;
}
.modal-dialog .modal-content .modal-header.modal-header-danger {
    background-color: #ac2330;
    color : #ffffff;
}
.modal-dialog .modal-content .modal-header.modal-header-info {
    background-color: #2A96B5;
    color : #ffffff;
}

.alert-disconnect {
    position: fixed;
    bottom: 5px;
    left: calc( (100% - 220px) / 2);
    width: 220px;
    z-index: 9999;
}

.placeholder {
    pointer-events: none;
    position: absolute;
    top: 10px;
    left: 21px;
    color: gray;
    font-size: 14px;
    white-space: nowrap;
    overflow: hidden;
    width: 80%;
}

.placeholder.hasVal,
input:focus~.placeholder {
    display: none;
}

.custom-plh>.placeholder {
    top: 10px;
    left: 12px;
}

@media (min-width: 328px) {
    .main {
        margin-bottom: 117px;
    }
}

@media (min-width: 450px) {
    .content-button .btn-move {
        width: 180px;
        margin-top: 0;
        margin-right: 10px;
    }
    .content-button .btn-move:last-child {
        margin-right: 0;
    }
    .btn.btn-paging {
        width: 100px;
    }
}
@media (min-width: 600px) {
    .main {
        margin-top: 48px;
    }
}

@media (min-width: 576px) {
    .main {
        margin-bottom: 83px;
    }
    .table-responsive-sm-c tr {
        border: 0;
        border-top: 1px solid #efefef;
    }
    .table-responsive-sm-c.table-bordered tr,
    .table-responsive-sm-c.table-bordered td,
    .table-responsive-sm-c.table-bordered th {
        border: 1px solid #dadada;
    }
    .table-responsive-sm-c.table-bordered-nlr td,
    .table-responsive-sm-c.table-bordered-nlr th {
        border: none;
    }
    .table-responsive-sm-c thead {
        display: table-header-group;
    }
    .table-responsive-sm-c tr {
        display: table-row;
    }
    .table-responsive-sm-c tbody {
        display: table-row-group;
    }
    .table-responsive-sm-c td {
        display: table-cell;
    }
    .table-responsive-sm-c td:before {
        display: none;
    }
    .table-responsive-sm-c tr:nth-of-type(odd),
    .table-responsive-sm-c .tbody-dark tr:nth-of-type(odd) {
        color: #343434;
        background: transparent;
    }
    .table-responsive-sm-c.table-hover tbody tr:hover,
    .table-responsive-sm-c.table-hover tbody.tbody-dark tr:hover {
        color: #343434;
        background-color: rgba(0, 0, 0, .075);
    }
}

@media (min-width: 768px) {
    .main {
        margin-top: 8px;
    }
    .pattern01 .col-sub .col-sub-child:first-child {
        padding-right: 5px;
    }
    .pattern01 .col-sub .col-sub-child:not(:first-child) {
        padding-left: 5px;
    }
    .table-responsive-md-c tr {
        border: 0;
        border-top: 1px solid #efefef;
    }
    .table-responsive-md-c.table-bordered tr,
    .table-responsive-md-c.table-bordered td,
    .table-responsive-md-c.table-bordered th {
        border: 1px solid #dadada;
    }
    .table-responsive-md-c.table-bordered-nlr td,
    .table-responsive-md-c.table-bordered-nlr th {
        border: none;
    }
    .table-responsive-md-c thead {
        display: table-header-group;
    }
    .table-responsive-md-c tr {
        display: table-row;
    }
    .table-responsive-md-c tbody {
        display: table-row-group;
    }
    .table-responsive-md-c td {
        display: table-cell;
    }
    .table-responsive-md-c td:before {
        display: none;
    }
    .table-responsive-md-c tr:nth-of-type(odd),
    .table-responsive-md-c .tbody-dark tr:nth-of-type(odd) {
        color: #343434;
        background: transparent;
    }
    .table-responsive-md-c.table-hover tbody tr:hover,
    .table-responsive-md-c.table-hover tbody.tbody-dark tr:hover {
        color: #343434;
        background-color: rgba(0, 0, 0, .075);
    }
}

@media (min-width: 992px) {
    .main {
        margin-top: 30px;
        margin-bottom: 105px;
        padding-left: 20px;
        padding-right: 20px;
    }
    .container-lg {
        max-width: 1230px;
    }
    .content {
        padding: 30px;
        margin-bottom: 20px;
    }
    .content-button {
        padding: 0;
    }
    /* .title-content:not(:first-of-type) {
        margin-top: 22px;
    } */
    .line+.line {
        margin-top: 20px;
    }
    .line-sm+.line-sm {
        margin-top: 10px;
    }
    .line-md+.line-md {
        margin-top: 30px;
    }
    .line-lg+.line-lg {
        margin-top: 40px;
    }
    p {
        margin-bottom: 1rem;
    }
    .form-group {
        margin-bottom: 20px;
    }
    .form-group-sm {
        margin-bottom: 5px;
    }
    .pattern01 .col-master {
        padding-right: 10px;
    }
    .pattern01 .col-sub {
        max-width: 290px;
        padding-left: 10px;
    }
    .pattern01 .col-sub .content {
        padding: 20px;
    }
    .pattern01 .col-sub .col-sub-child:first-child {
        padding-right: 10px;
    }
    .pattern01 .col-sub .col-sub-child:not(:first-child) {
        padding-left: 10px;
    }
    .table-responsive-lg-c tr {
        border: 0;
        border-top: 1px solid #efefef;
    }
    .table-responsive-lg-c.table-bordered tr,
    .table-responsive-lg-c.table-bordered td,
    .table-responsive-lg-c.table-bordered th {
        border: 1px solid #dadada;
    }
    .table-responsive-lg-c.table-bordered-nlr td,
    .table-responsive-lg-c.table-bordered-nlr th {
        border: none;
    }
    .table-responsive-lg-c thead {
        display: table-header-group;
    }
    .table-responsive-lg-c tr {
        display: table-row;
    }
    .table-responsive-lg-c tbody {
        display: table-row-group;
    }
    .table-responsive-lg-c td {
        display: table-cell;
    }
    .table-responsive-lg-c td:before {
        display: none;
    }
    .table-responsive-lg-c tr:nth-of-type(odd),
    .table-responsive-lg-c .tbody-dark tr:nth-of-type(odd) {
        color: #343434;
        background: transparent;
    }
    .table-responsive-lg-c.table-hover tbody tr:hover,
    .table-responsive-lg-c.table-hover tbody.tbody-dark tr:hover {
        color: #343434;
        background-color: rgba(0, 0, 0, .075);
    }
    .paging-area {
        margin-bottom: 30px;
    }
}
.nav-tabs .nav-link:not(.active):focus {
    border-color: #545b6285! important;
    box-shadow: 0 0 0 0.2rem rgba(130, 138, 145, .5);
}
.nav-tabs .nav-link.tab-red:not(.active) {
    color: #fff;
    background-color: #ac2330;
}
.nav-tabs .nav-link.tab-red {
    color: #ac2330;
}
.style-modal-remember {
    text-align: center;
    font-weight: 700;
    padding: 0.5rem;
}
.navbar-menu .navbar-nav .nav-item.is-active > a {
    color: #ac2330;
    border-bottom: 2px solid;
}
button.btn-outline-danger.btn-error-bto {
    border-color: #ac2330 !important;
    width: 160px;
}
button.btn-outline-danger.btn-error-bto:hover {
    color: #fff;
    background-color: #ac2330 !important;
    border-color: #ac2330 !important;
}
.text-bold {
    font-weight: bold !important;
}
.text-danger {
    color: #ac2330 !important
}
.fs-16 {
    font-size: 16px !important;
}
.height-40 {
    height: 40px !important;
}
.bor-green-focus:focus {
    color: #495057;
    background-color: #fff;
    border-color: #5fb75f;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgb(0, 255, 0, 0.25);
}