/*
 Theme Name:   JSAP MEETING Design 2025a
 Description:  2025s
 Author:       Atlas
 Template:     jsap-meeting

*/

@charset "UTF-8";

.leftpain {
  background: #f9f9f9;
}

.nav-lang, .side-link-o {
  background: #fff;
  border-color: #19856b;
  color: #19856b;
}

.nav-lang:HOVER, .side-link-o:HOVER {
  background: #f8fbf8;
  color: #19856b;
}

.navlist>li>a:before {
  color: #19856b;
}

.navlist>li:hover>a, .navlist>li.current>a {
  background: #19856b;
  color: #fff;
}

.toppage-ban {
  background-image: none !important;
  padding: 0;
  text-align: left;
}

.toppage-ban p {
  margin: 0;
}

.toppage-ban img {
  display: inline-block;
  margin: auto;
  max-height: 320px;
  max-width: 100%;
  text-align: center;
  width: auto;
}


/* Top Page Grid Color Pattern */
.blue {
  background-color: #007bbb;
}

.green {
  background-color: #44903C;
}

.pink {
  background-color: #e95295
}

.purple {
  background-color: #674196;
}


/* Content Page */
.contentwrap h2 {
  color: #666;
  border-bottom: 1px dotted #19856b;
}

.contentwrap h3 {
  color: #19856b;
  font-weight: bold;
}

.contentwrap h4 {
  color: #666;
}

.contentwrap thead th {
  background: #19856b;
}

.filelink {
  background: #19856b;
}

.filelink:HOVER {
  background: #105545;
}

.pagelink {
  background: #c74680;
}

.pagelink:HOVER {
  background: #A8386A;
}

.linklabel.deactivate {
  background: #999;
  color: #ddd;
}

.def-datalist dt {
  border-bottom: 2px solid #19856b;
}