/* CSS Document */
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

*:focus {
  outline: 0; }

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline; }

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block; }

body {
  line-height: 1; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after, q:before, q:after {
  content: '';
  content: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

/*img {
  display: block;
  border: 0; }*/

.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0; }

.clearfix {
  /*display: inline-block;*/ }

html[xmlns] .clearfix {
  display: block; }

* html .clearfix {
  height: 1%;
  overflow: visible; }

a {
  text-decoration: none; }

.clear {
  margin: 0;
  padding: 0;
  clear: both; }

*, *:after, *:before {
  box-sizing: border-box; }

.container-1200 {
  width: 1200px;
  margin: 0 auto; }

.container-1024 {
  width: 1024px;
  margin: 0 auto; }

.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

.color-4a91c6 {
  color: #4a91c6; }

.color-d12927 {
  color: #d12927; }

h2 {
  font-size: 1.4rem; }

h3 {
  font-size: 1.2rem; }

.ml-1 {
  margin-left: 1rem; }

ul.disc {
  list-style: disc; }

ul.decimal {
  list-style: decimal; }

#nav {
  color: #bf9300;
  padding: 0.8rem;
  box-shadow: 0px 0px 10px #727272;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,fbf4df+100 */
  background: white;
  /* Old browsers */
  background: -moz-linear-gradient(top, white 0%, #fbf4df 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, white 0%, #fbf4df 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, white 0%, #fbf4df 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#fbf4df',GradientType=0 );
  /* IE6-9 */ }

#mnav {
  padding: 1rem;
  text-align: center;
  background: #dcefff;
  box-shadow: 0px 0px 10px #727272;
  position: fixed;
  top: 0px;
  height: 59px;
  width: 100%;
  z-index: 2; }
  #mnav .title {
    display: inline-block;
    margin: 0 auto;
    color: #3c6996;
    font-size: 21px;
    line-height: 1.3; }
  #mnav img:first-child {
    float: left; }
  #mnav img.search {
    float: right; }

#login {
  margin: 3rem auto 1rem auto; }
  #login .flex {
    justify-content: space-between; }
    #login .flex .block {
      width: 48%; }
    #login .flex.panel .block:first-child {
      background: white;
      box-shadow: 0px 4px 10px #727272; }
      #login .flex.panel .block:first-child .title {
        color: white;
        padding: .8rem 1rem;
        /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#074889+0,4990c5+70,427aa1+100 */
        background: #074889;
        /* Old browsers */
        background: -moz-linear-gradient(left, #074889 0%, #4990c5 70%, #427aa1 100%);
        /* FF3.6-15 */
        background: -webkit-linear-gradient(left, #074889 0%, #4990c5 70%, #427aa1 100%);
        /* Chrome10-25,Safari5.1-6 */
        background: linear-gradient(to right, #074889 0%, #4990c5 70%, #427aa1 100%);
        /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#074889', endColorstr='#427aa1',GradientType=1 );
        /* IE6-9 */ }
      #login .flex.panel .block:first-child .form {
        margin-top: 1rem;
        padding: 0 1rem; }
        #login .flex.panel .block:first-child .form .input {
          padding: .5rem 1.4rem; }
          #login .flex.panel .block:first-child .form .input div.label {
            width: 20%;
            margin-right: 3%;
            display: inline-block;
            text-align: justify;
            text-align-last: justify; }
          #login .flex.panel .block:first-child .form .input select, #login .flex.panel .block:first-child .form .input input {
            width: 75%;
            padding: 7px; }
          #login .flex.panel .block:first-child .form .input select {
            height: 33px; }
      #login .flex.panel .block:first-child button {
        width: 80%;
        display: block;
        cursor: pointer;
        padding: .3rem;
        border-radius: 20px;
        font-size: 1.1rem;
        margin: 1rem auto; }
        #login .flex.panel .block:first-child button.login {
          color: white;
          /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#4078a0+0,064789+100 */
          background: #4078a0;
          /* Old browsers */
          background: -moz-linear-gradient(top, #4078a0 0%, #064789 100%);
          /* FF3.6-15 */
          background: -webkit-linear-gradient(top, #4078a0 0%, #064789 100%);
          /* Chrome10-25,Safari5.1-6 */
          background: linear-gradient(to bottom, #4078a0 0%, #064789 100%);
          /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
          filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4078a0', endColorstr='#064789',GradientType=0 );
          /* IE6-9 */ }
        #login .flex.panel .block:first-child button.forget {
          color: #999999;
          /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#e4e4e4+0,b7b7b8+100 */
          background: #e4e4e4;
          /* Old browsers */
          background: -moz-linear-gradient(top, #e4e4e4 0%, #b7b7b8 100%);
          /* FF3.6-15 */
          background: -webkit-linear-gradient(top, #e4e4e4 0%, #b7b7b8 100%);
          /* Chrome10-25,Safari5.1-6 */
          background: linear-gradient(to bottom, #e4e4e4 0%, #b7b7b8 100%);
          /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
          filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e4e4e4', endColorstr='#b7b7b8',GradientType=0 );
          /* IE6-9 */ }
    #login .flex.panel .block:last-child {
      flex-wrap: wrap; }
      #login .flex.panel .block:last-child img {
        width: 50%;
        padding: 2px;
        align-self: baseline; }
        #login .flex.panel .block:last-child img:last-child {
          width: 100%; }
    #login .flex.word {
      flex-wrap: wrap;
      color: #666; }
      #login .flex.word .block {
        width: 49%;
        padding: 0.3rem 1rem 0rem 1rem; }
      #login .flex.word .line {
        padding: .1rem; }
        #login .flex.word .line .title {
          font-size: 1.1rem;
          margin-bottom: .3rem; }
        #login .flex.word .line .banner {
          background-image: url("../Images/banner.png");
          background-size: cover;
          background-repeat: no-repeat;
          width: 117px;
          height: 88px;
          line-height: 88px;
          text-align: center;
          float: left; }
        #login .flex.word .line .content {
          margin-left: 130px;
          line-height: 30px; }
        #login .flex.word .line ul {
          line-height: 1.5; }
        #login .flex.word .line .label {
          width: 25%;
          display: inline-block; }
          #login .flex.word .line .label img {
            display: inline-block;
            width: 20px;
            position: relative;
            top: 4px; }
          #login .flex.word .line .label div.info-title {
            width: calc(100% - 30px);
            display: inline-block;
            margin-left: 5px;
            text-align: justify;
            text-align-last: justify; }
        #login .flex.word .line .info {
          width: 70%;
          margin-left: 5px;
          display: inline-block; }

#outline {
  margin: 3rem auto 0 auto;
  padding-bottom: 2rem; }
  #outline #info table {
    border: 1px solid #000000;
    width: 100%;
    text-align: left;
    border-collapse: collapse; }
    #outline #info table tbody td {
      border: 1px solid #000000;
      padding: 1rem;
      font-size: 1rem;
      letter-spacing: 4px; }
  #outline #class table {
    width: 100%;
    text-align: center;
    border-collapse: collapse;
    border: 1px solid #666666; }
    #outline #class table thead {
      background: #0B6FA4; }
      #outline #class table thead th {
        padding: 1rem;
        font-size: 17px;
        font-weight: bold;
        color: #FFFFFF;
        text-align: center;
        border-left: 1px solid #FFFFFF; }
        #outline #class table thead th:first-child {
          border-left: none;
          width: 30%; }
    #outline #class table tbody tr {
      border: 1px solid #666666; }
      #outline #class table tbody tr:nth-child(even) {
        background: #ffd473; }
      #outline #class table tbody tr:nth-child(odd) {
        background: #ffedb6; }
      #outline #class table tbody tr td {
        padding: 1rem;
        vertical-align: middle; }
        #outline #class table tbody tr td:first-child {
          padding: 3rem 1rem; }
        #outline #class table tbody tr td:last-child {
          background: #fff;
          text-align: left;
          padding: 0 1rem; }
          #outline #class table tbody tr td:last-child .input {
            width: 49%;
            margin: .2rem 0px;
            display: inline-block; }
  #outline .tip {
    color: #d12927;
    margin: 3rem auto 1rem auto; }
    #outline .tip span {
      position: relative;
      top: 24px; }
    #outline .tip .tool {
      float: right; }
      #outline .tip .tool button {
        display: inline-block;
        cursor: pointer;
        padding: .3rem 3rem;
        border-radius: 50px;
        font-size: 1.2rem;
        margin: 0px 5px;
        background: #4a91c6;
        color: white; }
        #outline .tip .tool button img {
          display: inline-block;
          width: 24px;
          position: relative;
          top: 4px;
          margin-right: 6px; }
  #outline #tool-button {
    margin: 3rem auto 0 auto; }
    #outline #tool-button button {
      width: 22.5%;
      display: inline-block;
      cursor: pointer;
      padding: .3rem;
      border-radius: 20px;
      font-size: 1.1rem;
      margin: 1rem 1%; }
      #outline #tool-button button.primary {
        color: white;
        /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#4078a0+0,064789+100 */
        background: #4078a0;
        /* Old browsers */
        background: -moz-linear-gradient(top, #4078a0 0%, #064789 100%);
        /* FF3.6-15 */
        background: -webkit-linear-gradient(top, #4078a0 0%, #064789 100%);
        /* Chrome10-25,Safari5.1-6 */
        background: linear-gradient(to bottom, #4078a0 0%, #064789 100%);
        /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4078a0', endColorstr='#064789',GradientType=0 );
        /* IE6-9 */ }
      #outline #tool-button button.close {
        color: #999999;
        /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#e4e4e4+0,b7b7b8+100 */
        background: #e4e4e4;
        /* Old browsers */
        background: -moz-linear-gradient(top, #e4e4e4 0%, #b7b7b8 100%);
        /* FF3.6-15 */
        background: -webkit-linear-gradient(top, #e4e4e4 0%, #b7b7b8 100%);
        /* Chrome10-25,Safari5.1-6 */
        background: linear-gradient(to bottom, #e4e4e4 0%, #b7b7b8 100%);
        /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e4e4e4', endColorstr='#b7b7b8',GradientType=0 );
        /* IE6-9 */ }

#export {
  background: white;
  margin: 3rem auto 0 auto;
  border-radius: 20px; }
  #export .title {
    color: #503489;
    padding: 1rem;
    background: #ede4ff;
    border-top-right-radius: 20px;
    border-top-left-radius: 20px; }
    #export .title img {
      height: 20px;
      float: right; }
  #export .content {
    background: white;
    padding: 1rem; }
    #export .content .info .row {
      border: 1px solid #666;
      padding: 1rem; }
      #export .content .info .row:first-child {
        border-bottom: 1px dashed #ddd; }
      #export .content .info .row:nth-child(2) {
        border-top: 0px;
        border-bottom: 0px; }
      #export .content .info .row.tool {
        padding: 0px;
        background: #f7f6f3;
        border: 1px solid #666;
        border-bottom: 2px solid #666; }
        #export .content .info .row.tool button {
          width: calc(20% - 2rem / 5);
          background: #f7f6f3;
          line-height: 2.5;
          margin: 0px;
          border: 0px; }
          #export .content .info .row.tool button img {
            display: inline-block;
            width: 20px;
            position: relative;
            top: 5px;
            margin-right: 5px; }
  #export #data {
    padding: 1rem; }
    #export #data table {
      width: 100%;
      text-align: center;
      border-collapse: collapse;
      border: 1px solid #999; }
      #export #data table thead {
        background: #b9def6; }
        #export #data table thead th {
          text-align: center;
          padding: 1rem; }
      #export #data table tbody td {
        padding: 1rem; }
      #export #data table tbody tr:nth-child(odd) {
        background: #f7f6f3; }
      #export #data table tbody tr:nth-child(even) {
        background: white; }

#m_inbox {
  padding: 10px; }
  #m_inbox .mail {
    padding: 10px;
    margin: 2px 0px;
    min-height: 84px;
    background: white; }
    #m_inbox .mail img.avatar {
      width: 64px;
      height: 64px; }
    #m_inbox .mail .information {
      margin-left: 10px;
      line-height: 1.4;
      flex: 1; }
      #m_inbox .mail .information .sender {
        position: relative; }
        #m_inbox .mail .information .sender span {
          position: absolute;
          right: 0px;
          font-size: 0.8rem;
          color: #cdb683; }
      #m_inbox .mail .information .title {
        max-width: 90%;
        word-break: keep-all;
        overflow: hidden; }
      #m_inbox .mail .information .content {
        position: relative;
        color: #999999; }
        #m_inbox .mail .information .content div {
          max-width: 90%;
          word-break: keep-all;
          overflow: hidden; }
        #m_inbox .mail .information .content .star {
          position: absolute;
          right: 0px;
          bottom: 0px;
          width: 25px;
          height: 23px;
          background-image: url("../Images/icon_star_empty.png"); }
  #m_inbox .mail.favorite .information .sender, #m_inbox .mail.favorite .information .title {
    color: #999999; }
    #m_inbox .mail.favorite .information .sender span, #m_inbox .mail.favorite .information .title span {
      color: #999999; }
  #m_inbox .mail.favorite .information .content .star {
    background-image: url("../Images/icon_star_yellow.png"); }

html {
  background: #fff7eb; }

body {
  background-image: url("../Images/background.png");
  background-position: bottom;
  background-size: contain;
  background-repeat: no-repeat;
  padding-bottom: 1rem; }
