.input.adminlte_radio > label {
    display: block;
}


.btn.quick {
	border-bottom-left-radius : 0;
	border-bottom-right-radius : 0;
}
.config .card-header {
	border-top-left-radius: 0;
	border-top-right-radius: 0;
}

.config-fixed-btn {
    right: -55px;
    top: 50%;
    margin-top: -20px;
    z-index: 999999;
    position: fixed;
    padding-right: 70px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    transition: all 0.5s;
}
.ms-container .btn {
    margin-bottom: 5px;
}
.btn.btn-pill-right {
    border-top-right-radius: 25px;
    border-bottom-right-radius: 25px;
}
.btn.btn-pill-left {
    border-top-left-radius: 25px;
    border-bottom-left-radius: 25px;
}
.ms-container {
  width: inherit;
}

.bootstrap-switch {
    float: right;
    margin-left: 5px;
}
.checkbox  label { 
    width: 100%;
 }

div:not('.cke_dialog') .select2-container {
    width: 100% !important;
}
.select2-container.select2-container--default.select2-container--open {
    z-index: 10010;
}


.table-vertical-middle th,
.table-vertical-middle td {
    vertical-align: middle;
}

.comment > ul {
    list-style: none;
    padding-left: 0;
}

.comment > ul > li {
    display: inline;
    margin-right: 5px;
}

ul.post-meta {
    list-style: none;
    padding-left: 0;
}

ul.post-meta li {
    display: inline;
    margin-right: 5px;
}

.table_wrap.p_index {
    position: relative;
}

.table_wrap.p_index table {
    width: auto;
    margin: 0 auto;
    table-layout: fixed;
    border-collapse:collapse;
    border-spacing: 16px;
    /* width: 600px; */
}

.table_wrap.p_index tbody tr td {
    width: 65px;
    height: 65px;
    padding: 6px;
}

.table_wrap.p_index tbody tr td > a {
    display: block;
    width: 65px;
    height: 65px;
    cursor: pointer;
    position: relative;
}

.table_wrap.p_index tbody tr td > a > p {
    font-size: 10px;
    padding-top: 40px;
    text-align: center;
}

.table_wrap.p_index tbody tr td > a > div {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    min-width: 65px;
    min-height: 65px;
    border: 3px solid transparent;
    padding: 20px;
    box-sizing: border-box;
}

.section_06 {
    width: 100%;
    max-width: 900px;
    padding-top: 150px;
    padding-bottom: 217px;
    box-sizing: border-box;
    margin: 0 auto;
}

.section_06 .inner {
    width: 100%;
}

.section_06 .inner h3 {
    font-size: 50px;
    font-weight: lighter;
    line-height: 72px;
    color: #444;
    position: relative;
}

.section_06 .inner h3 i {
    font-size: inherit;
    font-weight: inherit;
    line-height: inherit;
    color: inherit;
    position: relative;
    z-index: 1;
}

.section_06 .inner h3:nth-child(1)::after {
    content: "";
    display: block;
    position: absolute;
    bottom: 13px;
    left: 2px;
    width: 100%;
    height: 2px;
    background-color: #00c9f2;
}


.section_06 .board-search {
    padding: 20px;
    margin: 50px 0 30px 0;
}

.section_06 .board-search .col:nth-of-type(1) {
    display: inline-block;
    margin-right: 10px;
}

.section_06 .board-search .col:nth-of-type(2) {
    display: inline-block;
    width: 80%;
    margin-right: 10px;
}

.section_06 .board-search .col-xs-auto {
    display: inline-block;
    margin-left: 20px;
}

.section_06 .board-search label {
    display: none;
}

.section_06 .board-search .adminlte_search .form-control {
    width: 100%;
}

.section_06 .board-search .form-control {
    border: 1px solid #ced4da;
    padding: 0.46875rem 0.75rem;
    height: calc(2.25rem + 2px);
}

.section_06 .board-search .btn {
  display: inline-block;
  font-weight: 400;
  color: #212529;
  text-align: center;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: 0.25rem;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.section_06 .board-search .btn:hover {
  color: #212529;
  text-decoration: none;
}

.section_06 .board-search .btn:focus, .btn.focus {
  outline: 0;
  box-shadow: none;
}

.section_06 .board-search .btn-secondary {
  color: #666;
  background-color: #ffffff;
  border-color: #b3b6ba;
  box-shadow: none;
}

.section_06 .board-search .btn-secondary:hover {
  color: #666;
  background-color: #ececec;
  border-color: #b3b6ba;
}

.section_06 .board-search .btn-secondary:focus, .btn-secondary.focus {
  color: #fff;
  background-color: #5a6268;
  border-color: #545b62;
  box-shadow: 0 0 0 0 rgba(130, 138, 145, 0.5);
}

.section_06 .board-list .result {
    color : #ddd;
    text-align: left;
    margin : 1rem 0 1rem 0;
}

.section_06 .board-list .table {
  width: 100%;
  margin-bottom: 1rem;
  color: #212529;
  background-color: transparent;
}

.section_06 .board-list .table th,
.section_06 .board-list .table td {
  padding: 1.2rem;
  vertical-align: top;
  border-top: 1px solid #dee2e6;
  text-align: left;
}

.section_06 .board-list .table thead th {
  vertical-align: bottom;
  border-bottom: 2px solid #dee2e6;
}

.section_06 .board-list .table tbody + tbody {
  border-top: 2px solid #dee2e6;
}

.section_06 .board-list .table-hover tbody tr:hover {
  color: #212529;
  background-color: rgba(0, 0, 0, 0.075);
}

.section_06 .board-list .pagination {
    text-align: right;
}

.section_06 .board-list .pagination li {
    display: inline-block;
    padding: 3px;
    border : 1px solid #dee2e6;
}