@charset "utf-8";

/* CSS Document */

/* Basic Part Setting */

body {
  background-color: #eee;
  color: #555;
  font-family: Arial, Helvetica, sans-serif;
  margin: 0px auto;
  border: none;
}

header {
  background-color: #069;
  color: #ffffff;
  text-align: center;
}

article {
  background-color: #eee;
}

nav,
article,
aside {
  margin: 10px;
  padding: 10px;
  display: block;
}

pre,
code {
  font-family: "Lucida Console", "Andale Mono", "Courier New", Courier,
    monospace;
}

h1 {
  text-align: center;
}

h2 {
  text-align: center;
}

ul {
  margin: 0 auto;
  padding: 0 auto;
}

/* Header Part Setting */

header#cmt-header {
  display: block;
  position: relative;
  background: #39557d;
  color: #ffffff;
  height: auto;
  font-size: 1em;
  font-weight: 100;
  background-image: -webkit-linear-gradient(
    left,
    rgb(16, 21, 24),
    rgb(27, 37, 51) 10%,
    rgb(40, 59, 88) 20%,
    rgb(45, 68, 102)
  );
  width: 100%;
  box-shadow: 2px 2px 2px 2px #a1a1a1;
}

header#cmt-header a,
header#cmt-header_ a:visited {
  font-size: 1.8em;
  text-decoration: none;
  color: #ffffff;
  font-weight: 200;
}

div#cmt-header-left {
  display: block;
  padding-top: 0px;
  text-align: left;
  float: left;
  height: 75px;
}

div#cmt-header-left img {
  padding-left: 20px;
  padding-top: 10px;
  height: 80px;
}

div#cmt-header-right {
  display: block;
  padding-top: 0px;
  padding-right: 20px;
  text-align: right;
  font-weight: 100;
  line-height: 3em;
}

div#cmt-header-right p {
  font-size: 30px;
  color: #eee;
  margin: 0 auto;
  padding-top: 5px;
}

div#cmt-header-bottombar {
  display: block;
  background: rgba(0, 0, 0, 0.35);
  width: 100%;
  height: auto;
  padding-left: 0px;
  padding-top: 5px;
  padding-bottom: 5px;
}

div#cmt-header-bottombar p {
  display: block;
  font-size: 0.9em;
  color:#b7cae4;
  text-align: right;
  margin: 0 20px 0 0;
}

/* Sidebar Part Setting */

section#sidebar {
  display: block;
  background-color: #fff;
  float: left;
  height: auto;
  width: 16em;
  border-right: 1px solid #a1a1a1;
  border-left: 1px solid #a1a1a1;
  border-bottom: 1px solid #a1a1a1;
  margin-left: 20px;
  margin-right: 20px;
  margin-bottom: 10px;
  box-shadow: 2px 2px 2px 2px #a1a1a1;
}

section#sidebar p {
  font-weight: 200;
  color: #5e8ab4;
  border: none;
  padding-top: 1em;
  padding-left: 20px;
  text-transform: uppercase;
  font-size: 1.3em;
}

section#sidebar a,
section#sidebar_ a:visited {
  color: #666666;
  border: none;
  padding: 0.1em 0 0.4em 0.9em;
  padding-left: 20px;
  font-size: 0.9em;
  font-weight: bold;
  text-decoration: none;
}
/*section#sidebar li a:focus,*/
section#sidebar li a:hover {
  color: #039;
  font-size: 1.1em;
}

section#sidebar ul {
  border: none;
  background: transparent;
  list-style-type: none;
  padding: 0;
  font-size: 1.2em;
  line-height: 1.4em;
}

/* General Content Part Setting */

section#content {
  display: block;
  float: left;
  width: 75%;
  height: auto;
  background: #eee;
}

section#content article {
  background-color: #fff;
  box-shadow: 3px 3px 3px 3px #a1a1a1;
  overflow: hidden;
  margin-bottom: 20px;
  margin-left: 20px;
}
section#content article header {
  background-color: #39557d;
  color: #ffffff;
  text-align: center;
  font-size: 1.3em;
  margin: 0 auto;
}
section#content article h1 {
  margin: 0 auto;
}
section#content article div#textcontainor {
  margin: 10px;
}
section#content article p {
  background-color: #fff;
  color: #000;
  text-align: justify;
  font-size: 1.2em;
}
section#content article li {
  color: #000;
  font-size: 1.2em;
}
section#content article p.listtitle {
  margin: 0 auto;
}

section#content aside {
  background-color: #ffffff;
  float: right;
  width: auto;
  margin-left: 1em;
  margin-bottom: 1em;
  font-size: 20px;
  line-height: 40px;
}
section#content aside img {
  width: 35em;
  box-shadow: 2px 2px 2px 2px #a1a1a1;
}

/* Content Index News list */
section#content article ul.news {
  font-size: 1.1em;
}
section#content article li a.news {
  color: #000;
}

section#content article li a.news:focus,
section#content article li a.news:hover {
  color: rgb(192, 29, 0);
  font-weight: bold;
}
section#content article ul.morenews {
  margin-top: 5px;
  list-style-type: none;
  border: none;
  font-size: 1.1em;
}
section#content article li a.morenews {
  color: #039;
}
section#content article li a.morenews:focus,
section#content article li a.morenews:hover {
  color: rgb(192, 29, 0);
  font-weight: bold;
}

/* Content Index Professors list */
section#content article table {
  display: inline-block;
  border: 0pt solid #000;
}
section#content article td {
  margin-right: 0;
  border: 0pt solid #000;
}

section#content article img#mailat {
  width: 0.8em;
  height: auto;
  box-shadow: none;
}

section#content article table img.person-photo {
  margin-bottom: 10px;
}

section#content article table img.person-photo {
  width: 10em;
  border-radius: 100%;
  box-shadow: 3px 3px 3px 3px #555;
  margin-right: 10pt;
}

section#content article table a {
  color: #069;
  border: none;
  font-size: 1em;
  font-weight: bold;
  text-decoration: none;
}
section#content article table a.name {
  color: #fff;
  border: none;
  text-decoration: none;
}

section#content article table td.name {
  background-color: #069;
  color: #fff;
  width: 7em;
  font-size: 1.3em;
  text-align: left;
  padding-left: 20px;
  box-shadow: 3px 3px 3px 3px#39557d;
}
section#content article table td.title {
  color: #069;
  font-size: 1.2em;
  font-weight: bold;
  text-decoration: none;
  text-align: left;
  padding-left: 20px;
}
section#content article table td.content {
  color: #069;
  font-size: 1.2em;
  font-weight: bold;
  text-decoration: none;
  text-align: left;
  width: 17em;
}
section#content article table div#vertical-line {
  display: flex;
  width: 0;
  height: 10em;
  margin: 0 30px;
  border-left: 3px solid #a1a1a1;
}

/*Content Each News Page*/
section#content article#footer {
  padding: 0;
  margin-top: 0;
}
section#content article footer {
  display: block;
  background-color: #577194;
  color: #ffffff;
  text-align: center;
  font-size: 1.2em;
  font-weight: bold;
  margin: 0 auto;
}
section#content article footer div.prev {
  display: inline-flex;
  float: left;
  margin-left: 10px;
  margin-top: 4px;
  margin-bottom: 4px;
}
section#content article footer div.all {
  display: inline-flex;
  float: center;
  margin-top: 4px;
  margin-bottom: 4px;
}
section#content article footer div.next {
  display: inline-flex;
  float: right;
  margin-right: 10px;
  margin-top: 4px;
  margin-bottom: 4px;
}
section#content article footer a {
  color: #ffffff;
  border: none;
  font-weight: bold;
  text-decoration: none;
}
section#content article footer a:focus,
section#content article footer a:hover {
  color: rgb(236, 214, 15);
}

section#content aside.news {
  background-color: #ffffff;
  float: right;
  width: auto;
  margin-left: 1em;
  margin-bottom: 1em;
  font-size: 30px;
  line-height: 40px;
}
section#content aside.news img.news {
  width: 20em;
  box-shadow: 2px 2px 2px 2px #a1a1a1;
}

/* Content One Professor */
section#content aside.prof {
  background-color: #ffffff;
  float: right;
  width: auto;
  margin-left: 1em;
  margin-bottom: 1em;
  font-size: 20px;
  line-height: 40px;
}
section#content aside.prof img.prof {
  width: 20em;
  box-shadow: 2px 2px 2px 2px #a1a1a1;
}

/* Content Publication Page */

section#content article ul.pubgroup {
  list-style-type: none;
}
section#content article ul.pubgroup p.pubg-title {
  margin: 15px 0 0 0;
  font-size: 1.2em;
  color: #a1a1a1;
  font-weight: bold;
}

section#content article ul.pubgroup ul.pubpaper {
  font-size: 1em;
}
section#content article ul.pubgroup ul.pubpaper p {
  margin: 0 30px 0 0;
  text-align: left;
}
section#content article a.pubpaper {
  text-decoration: none;
  color: #000;
}
section#content article ul.pubgroup ul.pubpaper p.pub-cite {
  font-size: 0.9em;
}
section#content article ul.pubgroup ul.pubpaper p.pub-author {
  font-size: 0.85em;
  color: #069;
}
section#content article ul.pubgroup ul.pubpaper p.pub-title {
  font-size: 0.9em;
  font-weight: bold;
  color: rgb(184, 89, 12);
}
section#content article ul.pubgroup ul.pubpaper p.pub-doi {
  font-size: 0.9em;
  color: #000;
}
section#content article ul.pubgroup ul.pubpaper p.pub-doi a {
  color: #069;
}

section#content article a.pubpaper:focus,
section#content article a.pubpaper:hover {
  color: rgb(192, 29, 0);
  font-weight: bold;
}

/* End Part Setting */

footer#cmt-footer {
  display: block;
  clear: both;
  width: 100%;
  margin-top: 15px;
  display: block;
  color: #ffffff;
  text-align: center;
  background-color: #39557d;
}

footer#cmt-footer h2 {
  margin-bottom: 0;
}
footer#cmt-footer a {
  color: #ffffff;
  text-decoration: none;
}

/* Contant Us Page */
section#content aside.cmtmap {
  display: block;
  float: left;
  width: auto;
  height: auto;
}
section#content iframe.cmtmap {
  width: 420px;
  height: 620px;
}
section#content p.maptitle {
  text-align: center;
  font-size: 1.4em;
  font-weight: bold;
  margin-bottom: 0.5em;
}
section#content p.maptext {
  text-align: center;
  margin: 0;
}

/* Misc */
i#arrow {
  border: solid #fff;
  border-width: 0 3px 3px 0;
  display: inline-block;
  padding: 4.5px;
}

i#arrow.right {
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
}

i#arrow.left {
  transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
}

i#arrow.up {
  transform: rotate(-135deg);
  -webkit-transform: rotate(-135deg);
}

i#arrow.down {
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
}
