.tree:is(dir, menu, ol, ul) ul {
  list-style-type: circle;
}

.tree:is(dir, menu, ol, ul) :is(dir, menu, ol, ul) ul {
  list-style-type: square;
}

ul.tree,
.tree ul {
  list-style-type: disc;
  padding-left: 2rem;
}

.tree a {
  color: #0d6efd;
  text-decoration: underline;
}

.pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-left: 0;
  list-style: none;
  margin-top: .5rem;
  margin-bottom: .5rem;
  flex-wrap: wrap;
}

.pagination li a,
.pagination li span {
  position: relative;
  display: block;
  padding: .25rem .75rem;
  line-height: 1.25;
  color: #212529;
  background-color: #fff;
  border-bottom: 1px solid transparent;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
}

.pagination li a:not(:disabled):not(.disabled) {
  cursor: pointer;
}

.pagination li.disabled a,
.pagination li.disabled span {
  color: #cdcdcd;
  pointer-events: none;
  cursor: auto;
}

.pagination li a:hover,
.pagination li span:hover {
  text-decoration: none;
}

.pagination li a:hover,
.pagination li.active a {
  color: #41a5ec;
}

.pagination li.active a,
.pagination li.active span {
  color: #41a5ec;
  border-bottom-color: #41a5ec;
}




/*scu_page*/
img.member_photo {
    width: 100px;
    max-width: none;
    margin: 1rem 0 !important;
}
.t_title {
    font-size: 1.5rem !important;
    font-weight: 600 !important;
    white-space: nowrap !important;
}
.t_desc {
    font-size: 1.25rem !important;
}
.t_desc > a {
    font-size: 1.25rem !important;
}
.table-striped.striped_custom>tbody>tr:nth-child(even) {
    background-color: #F1F1F1 !important;
}
.table-striped.striped_custom>tbody>tr:nth-child(odd) {
    background-color: #e8eef4 !important;
}
.table-striped>tbody>tr:nth-of-type(odd)>* {
    
}
table {
    width: 100% !important;
}
table th {
    white-space: nowrap;
}
table th.name {
    width: 100px;
}
.table>:not(:first-child) {
    border-top: none;
}
.table > thead > tr > td {
    border-top-color: transparent;
    border-right-color: transparent;
    border-left-color: transparent;
}
.table > tfoot > tr > td {
    border-color: transparent;
}
.table>:not(caption)>*>* {
    padding: 0.75rem;
}
.table > tbody > tr > td a:hover {
    color: #ad2f32;
    text-decoration: underline;
}
.table.active_table>tbody>tr.active>th {
    background-color: #2472AD;
    color: #fff;
}
.table-striped.active_table>tbody>tr:nth-of-type(even) {
    background-color: #F5F5F5;
}
.table-striped.active_table>tbody>tr:nth-of-type(odd) {
    background-color: #E0EAF3;
}
.fc-event .fc-bg {
    border: 1px solid;
}
.page-header {
    margin-top: 10px;
    font-size: 24px;
}
.section_title {
    text-align: center;
    font-weight: bold;
    margin-top: 15px;
    margin-bottom: 20px;
}
.section_title.white {
    color: #fff;
}
.tab-content>.tab-pane {
    padding-top: 20px;
    padding-bottom: 20px;
}
.table .info .col-md-1 {
    width: 8.333333%;
}
.table .info .col-md-2 {
    width: 16.666667%;
}
.table .info .col-md-3 {
    width: 25%;
}
.table .info .col-md-4 {
    width: 33.333333%;
}
.table .info .col-md-5 {
    width: 41.666667%;
}
.table .info .col-md-6 {
    width: 50%;
}
.table .info .col-md-7 {
    width: 58.333333%;
}
.table .info .col-md-8 {
    width: 66.666667%;
}
.table .info .col-md-9 {
    width: 75%;
}
.table .info .col-md-10 {
    width: 83.333333%;
}
.table .info .col-md-11 {
    width: 91.666667%;
}
.list-unstyled {
    padding-left: 0;
    list-style: none;
}
.list-inline>li {
    display: inline-block;
    padding-left: 5px;
    padding-right: 5px;
}
.glyphicon {
    display: inline-block;
    font: normal normal normal 14px/1 'Font Awesome 5 Free';
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.glyphicon-calendar:before {
    content: "\f073";
}
.glyphicon-folder-open:before {
    content: "\f07c";
}
.page_content {
    min-height: 70vh;
    margin-bottom: 3rem;
    display: flex;
    flex-direction: column;
}
.page_content img {
    margin-bottom: 1rem;
}
#rndbox_body {
    margin: 0px 10px;
    padding: 10px 0px 20px 0px;
}
#rndbox_body p {
    color: #333333;
    letter-spacing: 0.1em;
    font-size: 1em;
    line-height: 1.4em;
    margin-bottom: 10px;
    padding: 10px 10px;
    background-color: transparent;
}
#rndbox_body li a {
    color: #669999;
}
#rndbox_body table:not([class]) tbody,
#rndbox_body table:not([class]) td,
#rndbox_body table:not([class]) tfoot,
#rndbox_body table:not([class]) th,
#rndbox_body table:not([class]) thead,
#rndbox_body table:not([class]) tr {
  border-color: #000;
  border-width: 1px;
}
#header_03 {
    order: 1;
    margin: -7px 0px 0px 0px;
    padding: 10px 10px 30px 10px;
    background-color: #FFFFE1;
    background-repeat: no-repeat;
    background-position: 12px 12px;
    min-height: 50px;
    height: auto;
}
#header_03 ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
#header_03 ul li {
    padding: 2px 0;
}
#header_03 ul li h5 {
    font-size: 16px;
    font-weight: bold;
}
#article {
    order: 0;
    margin: 0px 7px 0px 7px;
    padding: 10px 0px 10px 0px;
    font-size: 1.1em;
    line-height: 1.4em;
}
#attachment {
    order: 2;
    margin: auto 10px 0;
}
#attachment p {
    margin: 10px 0;
    padding: 0;
    border-bottom: #969599 1px dotted;
    color: #669999;
}
.article_block {
    margin-bottom: 40px;
}

.table-responsive {
  overflow-x:auto;
  overflow-y:hidden;
}
.table-bordered {
  border:1px solid #ddd;
}
.bordertable td {
  border:none;
}
.sortable th,.sortable td {
  border-bottom:none !important;
}
.table-header {
margin:0;
padding:10px;
font-size:14px !important;
font-weight:normal !important;
color:#F8F8FF !important; 
background:#92c19a;
}
/*.table-header {
margin:0;
padding:10px;
font-size:14px !important;
font-weight:normal !important;
color:#F8F8FF !important; 
background:#d4525c
}*/
.sortable caption {
  caption-side: top;
  background:#d4525c !important;
}
.table-bordered.noborder{
  border:none !important;
}
.noborder td {
  border:none !important;
}
.v-align-t {
  vertical-align:top;
}
.v-align-t.title {
  font-size:16px
}
table th {
  white-space:nowrap;
}
table tr {
  background:#e8eef4;
}
table tr.alt {
  background:#F1F1F1;
}
table th.role {
  min-width:100px;
  width:100px;
}
table th.name {
  min-width:120px;
  width:120px;
}
table th.date {
  min-width:200px;
  width:200px;
}
table th.portrait {
  min-width:150px;
  width:150px;
}
table th.ext {
  min-width:120px;
  width:120px;
}
table th.tel {
  min-width:180px;
  width:180px;
}
table th.email {
  min-width:180px;
  width:180px;
}
table th.width_150 {
  min-width:150px;
  width:150px;
}
table th.width_200 {
  min-width:200px;
  width:200px;
}
table th.w_70px {
  min-width:70px;
  width:70px;
}
table .pagination {
  margin-bottom:0;
}
.width_400 {
  width:400px;
}
.table tr td p:last-child {
  margin-bottom:0;
}

