* {
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
*:not(p):not(span):not(strong):not(i) {
  vertical-align: top;
}
.info_desc * {
  vertical-align: baseline;
}
html,
body {
  height: 100%;
  width: 100%;
  overflow-x: hidden;
  background-color: #faf9f9;
}
body {
  position: relative;
}
.hidden {
  display: none !important;
}
.clear {
  float: none;
  clear: both;
}
.on-left {
  float: left;
}
.on-right {
  float: right;
}
.block {
  display: block;
}
.inline {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}
.none {
  display: none;
}
.noPadding,
.noPadding [class^="pure-u-"],
.noPadding [class*=" pure-u-"] {
  padding: 0;
}
.noMargin {
  margin: 0;
}
.padding10 {
  padding: 0 10px;
}
.padding16 {
  padding: 0 16px;
}
.padding20 {
  padding: 0 20px;
}
.marginBottom10 {
  margin-bottom: 10px;
}
.marginBottom16 {
  margin-bottom: 16px;
}
.marginBottom20 {
  margin-bottom: 20px;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  padding: 0;
  font-weight: normal;
  line-height: inherit;
}
h1 {
  font-size: 1.8rem;
}
h2 {
  font-size: 1.875rem;
}
h3 {
  font-size: 1.3rem;
}
h4 {
  font-size: 1.1rem;
}
h5 {
  font-size: 1rem;
}
h6 {
  font-size: 1rem;
}
.text.thin {
  font-weight: 200;
}
.text.book {
  font-weight: 300;
}
.text.normal {
  font-weight: 400;
}
.text.bold {
  font-weight: 700;
}
.text.italic {
  font-style: italic;
}
.text.underline {
  text-decoration: underline;
}
.text.uppercase {
  text-transform: uppercase;
}
.text.tiny {
  font-size: 0.8em;
}
.text.small {
  font-size: 0.9em;
}
.text.big {
  font-size: 1.2em;
}
.text.large {
  font-size: 1.4em;
}
.align.left,
.text.left {
  text-align: left;
}
.align.right,
.text.right {
  text-align: right;
}
.align.center,
.text.center {
  text-align: center;
}
.align.justify,
.text.justify {
  text-align: justify;
}
.noScroll {
  overflow: hidden;
}
.scroll {
  overflow-x: hidden;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
  -webkit-box-flex: 1;
}
.scroll.horizontal {
  overflow-x: scroll;
  overflow-y: hidden;
  white-space: nowrap;
}
img {
  border: 0;
  -ms-interpolation-mode: bicubic;
}
img.responsive {
  width: 100%;
  height: auto;
}
img.responsive.vertical {
  height: 100%;
  width: auto;
}
img.responsive.rounded {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
}
button:hover,
.button:hover {
  cursor: pointer;
}
.icon-stack {
  position: relative;
  display: inline-block;
  width: 1.6em;
  height: 1.6em;
  line-height: 1.6em;
  vertical-align: middle;
}
.icon-stack .stack-1x,
.icon-stack .stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
}
.icon-stack .stack-1x {
  line-height: inherit;
  font-size: 1.6em;
}
.icon-stack .stack-2x {
  font-size: 1.6em;
}
.stack-2x {
  font-size: 16px;
  line-height: 16px;
}
body fieldset {
  border: none !important;
  padding: 0;
  margin: 0;
}
body fieldset label .labelSide {
  width: 30%;
  float: left;
  font-weight: bold;
}
body fieldset label .inputSide {
  width: 70%;
  float: left;
}
.hints {
  font-size: 13px;
  line-height: 28px;
}
.hints.hints {
  color: #666666;
}
.hints.red {
  color: #df0c17;
}
.inputLabel .hints {
  display: inline;
  line-height: 18px;
  line-height: 1.125rem;
}
.image_wrap,
.user_respond_photo,
.video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  width: 98%;
  padding: 4px !important;
  margin: 4px;
  background-color: #ffffff;
  -webkit-box-shadow: 0px 0px 4px rgba(150, 150, 150, 0.7);
  -moz-box-shadow: 0px 0px 4px rgba(150, 150, 150, 0.7);
  box-shadow: 0px 0px 4px rgba(150, 150, 150, 0.7);
  border: 1px solid #DDD;
}
.image_wrap:hover .fluidbox-closed,
.user_respond_photo:hover .fluidbox-closed,
.video:hover .fluidbox-closed {
  -moz-opacity: 0.7;
  -khtml-opacity: 0.7;
  -webkit-opacity: 0.7;
  opacity: 0.7;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=70);
  filter: alpha(opacity=70);
}
.video video {
  width: 100% !important;
  height: auto !important;
}
.image_wrap .user_respond_photo {
  width: 100%;
  max-width: 100%;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  padding: 0;
  margin: 0 auto;
  border: none;
}
.overflow {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.w1140 {
  width: 1140px;
  margin: 0 auto;
}
.w960 {
  width: 960px;
  margin: 0 auto;
}
.w800 {
  width: 800px;
  margin: 0 auto;
}
.wrapper {
  background-color: #ffffff;
  min-height: 100%;
  height: auto !important;
  height: 100%;
  position: relative;
}
.table,
table {
  display: table;
  width: 100%;
  font-size: 14px;
}
.table .tbody,
table .tbody {
  display: table-row-group;
}
.table .thead,
table .thead {
  display: table-header-group;
}
.table:not(.cusStyle) .tr .th,
table:not(.cusStyle) .tr .th,
.table:not(.cusStyle) tr th,
table:not(.cusStyle) tr th {
  color: #333333;
  padding-top: 16px;
  font-size: 14px;
}
.table:not(.cusStyle) .tr:not(:first-child),
table:not(.cusStyle) .tr:not(:first-child),
.table:not(.cusStyle) tr:not(:first-child),
table:not(.cusStyle) tr:not(:first-child) {
  border-top: 1px solid #EEE;
}
.table:not(.cusStyle) .tr:nth-child(even) td,
table:not(.cusStyle) .tr:nth-child(even) td,
.table:not(.cusStyle) tr:nth-child(even) td,
table:not(.cusStyle) tr:nth-child(even) td,
.table:not(.cusStyle) .tr:nth-child(even) .td,
table:not(.cusStyle) .tr:nth-child(even) .td,
.table:not(.cusStyle) tr:nth-child(even) .td,
table:not(.cusStyle) tr:nth-child(even) .td {
  background-color: #f7f7f7;
}
.table:not(.cusStyle) .tr td,
table:not(.cusStyle) .tr td,
.table:not(.cusStyle) tr td,
table:not(.cusStyle) tr td,
.table:not(.cusStyle) .tr .td,
table:not(.cusStyle) .tr .td,
.table:not(.cusStyle) tr .td,
table:not(.cusStyle) tr .td {
  font-size: 14px;
}
.table:not(.cusStyle) .th,
table:not(.cusStyle) .th,
.table:not(.cusStyle) th,
table:not(.cusStyle) th {
  font-weight: bold;
  padding-top: 16px;
  font-size: 14px;
  border-bottom: 1px solid #CECECE;
}
.table .tr,
table .tr,
.table .file-row,
table .file-row {
  display: table-row;
}
.table .tr > div,
table .tr > div,
.table .file-row > div,
table .file-row > div {
  display: table-cell;
}
.table .th,
table .th,
.table .td,
table .td {
  display: table-cell;
  padding: 5px 10px;
  vertical-align: top;
}
.table .th,
table .th,
.table th,
table th {
  border-bottom: 1px solid #CECECE;
}
.table .td,
table .td,
.table td,
table td {
  vertical-align: top;
  color: #555555;
  font-size: 14px;
}
.tableLikeStyle li {
  color: #555555;
  font-size: 14px;
  padding: 5px 10px;
  border: 0;
  text-align: left;
  border-top: 0 !important;
  border-bottom: 1px solid #EEE;
}
.tableLikeStyle li,
.tableLikeStyle li * {
  vertical-align: top;
}
.tableLikeStyle li:not(:first-child) {
  border-top: 1px solid #EEE;
}
.tableLikeStyle li:nth-child(even) {
  background-color: #f7f7f7;
}
input[type=text],
input[type=password],
input[type=search],
textarea,
select,
.inputStyle {
  background-color: #ffffff;
  border-radius: 2px 2px 2px 2px;
  -moz-border-radius: 2px 2px 2px 2px;
  -webkit-border-radius: 2px 2px 2px 2px;
  border: 1px solid #DDDDDD;
  color: #494949;
  font-size: 14px;
  margin: 0;
  padding: 2px 4px;
  vertical-align: top;
  outline: none;
}
input[type=text]:focus,
input[type=password]:focus,
input[type=search]:focus,
textarea:focus,
select:focus,
.inputStyle:focus {
  border-color: #74B7F2;
}
input[type=text],
input[type=password],
select,
.inputStyle,
.pickerBlock {
  height: 28px;
}
.inputStyle {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  line-height: 26px;
}
select,
.pickerBlock {
  border-radius: 5px 5px 5px 5px;
  -moz-border-radius: 5px 5px 5px 5px;
  -webkit-border-radius: 5px 5px 5px 5px;
}
option {
  line-height: 20px;
  height: 20px;
  padding: 4px;
}
.button {
  border: 1px solid #40AE74;
  background-color: #40ae74;
  color: #ffffff;
  border-radius: 3px 3px 3px 3px;
  -moz-border-radius: 3px 3px 3px 3px;
  -webkit-border-radius: 3px 3px 3px 3px;
  font-size: 14px;
  padding: 6px 16px;
  text-align: center;
}
.button:hover {
  -moz-opacity: 0.7;
  -khtml-opacity: 0.7;
  -webkit-opacity: 0.7;
  opacity: 0.7;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=70);
  filter: alpha(opacity=70);
}
.button.lightBtn {
  border-color: #dcdcdc;
  background-color: #dcdcdc;
}
.button.cancelBtn {
  background-color: #ff5e5e;
  border-color: #ff5e5e;
}
.item {
  padding: 4px;
  border-top: 1px solid #cecece;
  border-bottom: 1px solid #cecece;
}
.item .title {
  font-weight: bold;
  font-size: 1.1rem;
  line-height: 1.2rem;
  padding: 0px 0 4px;
}
.item .description {
  font-size: 13px;
  color: #5a5a5a;
}
.checkBoxSet {
  cursor: pointer;
}
.checkBoxSet span {
  white-space: normal;
  padding-right: 4px;
}
.checkBoxSet.loginVer input[type=checkbox] {
  display: none;
}
.checkBoxSet.loginVer input[type=checkbox] + span {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  background-image: url(btn/login/checkbox.png);
  width: 14px;
  height: 14px;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  vertical-align: text-bottom;
}
.checkBoxSet.loginVer input[type=checkbox]:checked + span {
  background-image: url(btn/login/checkbox_on.png);
}
.readMode .iSet .inputContent > *:not(.checkBoxSet) {
  border: 1px solid transparent;
}
.readMode input[type="text"],
.readMode select {
  border: none;
  background-color: rgba(255, 255, 255, 0.7);
  color: #999999;
}
.iSet {
  font-size: 13px;
  color: #494949;
  margin-bottom: 8px;
}
.iSet input[type="text"],
.iSet input[type="password"],
.iSet select {
  height: 28px;
}
.iSet.noEmtpyField .inputLabel:after {
  content: " *";
  color: #e2375c;
}
.iSet.noEmtpyField .inputContent input:not([type=checkbox]):not([type=radio]),
.iSet.noEmtpyField .inputContent textarea,
.iSet.noEmtpyField .inputContent .picker,
.iSet.noEmtpyField .inputContent > div {
  width: 90%;
}
.iSet.descriptionType .inputContent {
  font-size: 13px;
  color: #999999;
}
.iSet.checkPointOnly .inputLabel:after {
  content: "";
}
.iSet.readMode .inputContent > *:not(.checkBoxSet) {
  border: 1px solid transparent;
}
.iSet .inputWrap {
  white-space: nowrap;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  width: 100%;
}
.iSet .inputLabel,
.iSet .inputContent {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: top;
  font-size: 15px;
}
.iSet .inputLabel {
  width: 30%;
  white-space: normal;
  line-height: 16px;
  padding: 6px 3px 6px 0;
}
.iSet .inputContent {
  width: 70%;
  line-height: 16px;
  margin-left: -3px;
  white-space: normal;
}
.iSet .inputContent input[type="text"],
.iSet .inputContent input[type="password"],
.iSet .inputContent select,
.iSet .inputContent textarea {
  width: 100%;
}
.iSet .inputContent input[type="radio"],
.iSet .inputContent input[type="checkbox"] {
  margin: 8px 4px 8px 0;
}
.iSet .inputContent label.choose {
  min-width: 10%;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  padding: 6px 16px 6px 0;
  line-height: 16px;
}
.iSet .inputContent label.choose input[type="radio"],
.iSet .inputContent label.choose input[type="checkbox"] {
  margin: 2px 4px 2px 0;
}
.iSet .inputContent label.choose input[type=text] {
  margin: -6px 0 0 4px;
  font-size: 13px;
  padding: 0 4px;
  width: 30%;
}
.iSet .inputContent input[type="text"].subInput {
  width: 20%;
}
.iSet .inputContent textarea {
  height: 110px;
  resize: none;
}
.iSet .inputContent .autoCompleteInput input[type="text"] {
  width: 100% !important;
}
.iSet .inputContent .subOptionWithInput {
  padding: 4px;
  margin-top: 4px;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  font-size: 13px;
  color: #666;
  line-height: 20px;
}
.iSet .inputContent .subOptionWithInput input[type=text],
.iSet .inputContent .subOptionWithInput textarea {
  width: 50%;
  margin-top: -4px;
}
.iSet .inputContent .subOptionWithInput input[type=text] {
  margin-left: 3px;
}
.iSet .inputContent .subOption {
  position: relative;
  overflow: hidden;
  display: block;
  margin-bottom: 4px;
}
.iSet .inputContent .subOption label {
  float: left;
  padding: 4px 4px 4px 0;
  font-size: 13px;
  color: #666;
  line-height: 20px;
}
.iSet .inputContent .subOption .subsubInput {
  overflow: hidden;
}
.iSet .inputContent .description {
  font-size: 13px;
  line-height: 26px;
  color: #595959;
}
.iSet .checkBoxSet,
.iSet .radioSet {
  padding: 6px 0;
  display: inline-block;
  *display: inline;
  *zoom: 1;
}
.iSet .checkBoxSet input,
.iSet .radioSet input {
  height: 13px;
  margin: 1px 4px;
}
.iSet .checkBoxSet span,
.iSet .radioSet span {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  line-height: 16px;
  white-space: normal;
}
.iSet .checkPoint {
  height: 28px;
  width: 28px;
}
input[type=text].err,
input[type=password].err,
input[type=search].err,
textarea.err,
select.err,
.inputStyle.err {
  border-color: #df0c17;
}
@media screen and (max-width: 600px) {
  .iSet .inputLabel,
  .iSet .inputContent,
  .iSet .inputContent label.choose {
    display: block;
    width: 100%;
  }
  .iSet .inputContent input[type="text"].subInput {
    width: 92%;
    margin-left: 6%;
  }
  .iSet .inputLabel {
    text-align: left;
  }
}
.red {
  color: #df0c17;
}
.paging {
  line-height: 26px;
  padding: 10px 0;
}
.paging a,
.paging .pageItem {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  font-size: 14px;
  font-size: .875rem;
  line-height: 18px;
  font-weight: bold;
  text-decoration: none;
  padding: 11px 16px;
  cursor: pointer;
}
.paging a span,
.paging .pageItem span {
  color: #6e9813;
}
.paging a:hover,
.paging .pageItem:hover {
  background-color: #daff89;
}
.paging a.curr,
.paging .pageItem.curr {
  background-color: #daff89;
}
.paging .leftSide {
  font-weight: bold;
}
.paging .leftSide .curPageNum,
.paging .leftSide a {
  margin-right: 12px;
}
.paging .rightSide {
  text-align: right;
}
.paging .rightSide input {
  width: 36px;
}
.paging .rightSide a {
  margin-left: 4px;
  line-height: 26px;
}
.popupBg {
  z-index: 100;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(255, 255, 255, 0.3);
  -ms-filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr='#4D000000', endColorstr='#4D000000');
  /* IE */
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr='#4D000000', endColorstr='#4D000000');
  /* IE */
}
.popupMsg {
  z-index: 1050;
  position: absolute;
  margin: auto;
  width: 85%;
  max-width: 100%;
  top: 50%;
  left: 50%;
  /* bring your own prefixes */
  -webkit-transform: translate(0%, -50%);
  /* Chrome, Safari, Opera */
  -ms-transform: translate(0%, -50%);
  /* IE 9 */
  transform: translate(0%, -50%);
  left: 0;
  right: 0;
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.75);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.75);
  background-color: #FFF;
  padding: 28px 36px;
}
.popupMsg h3 {
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 40px;
}
.popupMsg h3 .icon {
  margin: 0 8px;
  line-height: 40px;
}
.popupMsgContent {
  padding: 10px 4px;
}
.popupFooterBtnBar .button:last-child,
.popupFooterBtnBar *:last-child {
  margin-right: 0;
}
.popUpload .inputSide {
  white-space: nowrap;
}
.popUpload .inputSide input[type="file"] {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  outline: none;
}
.popError,
.popError h3 {
  color: #c8001d;
}
.popError h3 {
  border-bottom: none;
}
/* ------------------------------------------------------------------------------ z-index */
.popupMsg {
  position: fixed;
}
.popupMsg.popFileList {
  z-index: 110;
  width: 600px;
}
.popupMsg.popUpload {
  z-index: 120;
}
.popupMsg.popLogin,
.popupMsg.popForgetPW,
.popupMsg.popupEnvelope {
  z-index: 130;
}
.popupMsg.popAlert {
  z-index: 140;
}
.popupMsg.popError {
  z-index: 150;
}
.popupEventInfo {
  max-width: 700px;
  width: 700px;
}
.popupEventInfo .popupMsgContent {
  max-height: 400px;
  overflow: auto;
  margin-bottom: 10px;
  padding: 10px 26px;
}
.iSet .inputLabel {
  text-align: right;
  padding-right: 12px;
}
.tabElem {
  min-height: 0;
}
.tabElem .tabList {
  list-style: none;
  padding: 0;
  border-bottom: 2px solid #0F9259;
}
.tabElem .tabList li {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  background-color: #dcffd1;
  color: #0f9259;
  padding: 6px 12px;
  cursor: pointer;
}
.tabElem .tabList li:hover {
  -moz-opacity: 0.7;
  -khtml-opacity: 0.7;
  -webkit-opacity: 0.7;
  opacity: 0.7;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=70);
  filter: alpha(opacity=70);
}
.tabElem .tabList li.current {
  background-color: #0f9259;
  color: #dcffd1;
}
.tabPage {
  padding-top: 0;
  padding-bottom: 0;
}
.tabContent {
  min-height: 200px;
}
.tabContent table {
  margin: 0;
}
.tabContent table tr th {
  padding-top: 0 !important;
}
.popupBg {
  background-color: rgba(131, 170, 165, 0.5);
}
.popupMsg {
  width: 490px;
  padding: 0;
  background-color: #f1fffc;
  background-image: url(../img/popup_header2.png);
  background-image: url(../img/pop_header_add.png), url(../img/pop_header.png);
  background-repeat: no-repeat, repeat-x;
  background-position: 90% 15px, left top;
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}
.popupMsg h3 {
  background-color: #7ed15a;
  border: none;
  padding: 10px 32px;
  font-size: 1.2rem;
  height: 65px;
  line-height: 45px;
  color: #ffffff;
}
.popupMsg h3 .icon {
  display: none;
}
.popupMsg h3 span {
  color: #ffffff;
}
.popupMsg h4 {
  border-bottom: 1px solid #ACE16F;
  font-size: 16px;
  font-size: 1rem;
  margin-bottom: 6px;
  margin-top: 10px;
}
.popupMsg fieldset label .labelSide {
  font-size: 0.875rem;
  line-height: 1.75rem;
  font-weight: normal;
}
.popupMsg fieldset .inputSide input,
.popupMsg fieldset .inputSide textarea {
  background-color: #dcffd1;
  border: none;
  border-bottom: 1px dashed #88CD81;
  width: 100%;
}
.popupMsg .forChoose {
  font-size: 13px;
}
.popupMsg .popupFooterBtnBar {
  padding: 4px 30px 20px;
}
.popupMsg .popupFooterBtnBar .forChoose {
  text-align: left;
  line-height: 28px;
  margin: 7px 3px 0 0;
}
.popupMsg .popupFooterBtnBar .forChoose input[type="checkbox"] {
  margin-top: 7px;
  margin-right: 4px;
}
.popupMsg .button {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  margin: 0 6px;
  border-radius: 3px 3px 3px 3px;
  -moz-border-radius: 3px 3px 3px 3px;
  -webkit-border-radius: 3px 3px 3px 3px;
}
.popupMsgContent {
  padding: 16px 32px;
}
.popupMsgContent fieldset {
  margin: 4px 0;
}
.popupMsg .forChoose input[type="checkbox"] {
  margin-top: 2px;
}
.popupMsg .forChoose .keepLoginSecReli {
  font-size: 13px;
  color: #3fc3d2;
}
.popEvent {
  width: 800px;
}
.popEvent .popupMsgContent {
  padding: 10px 16px;
  max-height: 304px;
  overflow: auto;
}
.popEvent .popupMsgContent table {
  margin-top: 0;
}
.popEvent .btn_all_msg {
  padding: 0 16px;
}
.popError .popupMsgContent {
  padding: 10px 16px;
}
.agree_text {
  margin-bottom: 4px;
}
.agree_text input[type="checkbox"],
.agree_text input[type="radio"] {
  margin-top: 3px;
}
.trashColor {
  color: #ef2d2d;
}
.reuploadColor {
  color: #2cc543;
}
.btn_rm_share,
.btn_rm_reupload {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  font-size: 16px;
}
.fileIconSet {
  line-height: 20px;
}
.login {
  min-height: 39px;
}
.menu_login {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  cursor: pointer;
  font-size: 14px;
  font-size: 0.875rem;
  padding: 10px 12px;
}
.menu_login:hover {
  background-color: rgba(255, 255, 255, 0.2);
}
.menuToggleBox {
  display: none;
}
.menuToggleLabel {
  display: none;
  background-color: #ffffff;
  color: #60b304;
  width: 40px;
  height: 40px;
  line-height: 40px;
  line-height: 2.5rem;
  text-align: center;
  cursor: pointer;
}
.menuToggleLabel .fa {
  line-height: 40px;
  line-height: 2.5rem;
  font-size: 20px;
}
.menuToggleLabel .fa-caret-up {
  display: none;
}
.menu {
  text-align: center;
  clear: both;
  float: none;
}
.menu ul {
  padding: 0;
  margin: 0 0 4px 0;
  list-style: none;
  width: 100%;
}
.menu a {
  color: #ffffff;
}
.menu a:nth-child(n+7) li {
  border-bottom-color: transparent;
}
.menu li {
  vertical-align: top;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  float: left;
  width: 20%;
  font-size: 16px;
  font-size: 1rem;
  line-height: 20px;
  line-height: 1.25rem;
  padding: 13px 10px;
  border-bottom: 1px solid #ACE16F;
}
.menu li.space {
  width: 10%;
  height: 47px;
  border-bottom-color: transparent;
}
.menu li.space:hover {
  background-color: transparent;
}
.menu li:hover {
  background-color: rgba(0, 0, 0, 0.35);
}
.menu li.current {
  background-color: rgba(0, 0, 0, 0.5);
}
.menu li.current {
  text-decoration: underline;
}
.sub_menu_title.dropdownButton {
  cursor: pointer;
}
.sub_menu_title.dropdownButton:after {
  content: "  \f101";
  width: 20px;
  text-align: right;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  font-family: FontAwesome;
}
.sub_menu.open .sub_menu_title.dropdownButton:after {
  content: "  \f103";
}
.sub_menu {
  margin: 20px auto 30px;
  text-align: center;
  font-size: 16px;
  font-size: 1rem;
  background-color: #e8ffce;
}
.sub_menu .sub_menu_title,
.sub_menu li a {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  padding: 14px 16px;
}
.sub_menu .sub_menu_title {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  font-weight: bold;
}
.sub_menu .sub_menu_title.alone {
  display: block;
  background-color: rgba(255, 255, 255, 0.5);
}
.sub_menu .sub_menu_title a:not([href]) {
  color: #212121;
}
.sub_menu .sub_menu_title a:not([href]):hover {
  color: #212121;
  background-color: transparent;
}
.sub_menu ul {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  margin: 0;
  padding: 0;
  list-style: none;
  color: #2e881c;
}
.sub_menu li {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}
.sub_menu li a {
  text-decoration: none;
}
.sub_menu li a:not([href]) {
  color: #989898;
  background-color: transparent;
}
.sub_menu li.current {
  background-color: #c3f984;
}
.sub_menu li:hover a:not([href]) {
  color: #989898;
}
.sub_menu li:hover a[href] {
  background-color: #e6ff81;
}
.sub_menu li.current a {
  text-decoration: underline;
}
.sub_menu.sub_menu_lesson {
  margin-top: 100px;
  margin-bottom: 0;
}
.sub_menu.sub_menu_lesson .section:last-child {
  border: none;
}
.sub_menu .section:nth-child(even) {
  background-color: rgba(162, 246, 103, 0.2);
}
.sub_menu .section:nth-child(even) li:hover a {
  background-color: transparent;
}
.sub_menu .section:nth-child(even) li:hover a[href] {
  background-color: #e6ff81;
}
.sub_menu .sub_menu_lesson {
  margin-top: 0;
  display: none;
}
.sub_menu .sub_menu_lesson .section:nth-child(odd) {
  background-color: rgba(162, 246, 103, 0.2);
}
.sub_menu .sub_menu_lesson .section:nth-child(even) {
  background-color: transparent;
}
.sub_menu.open .sub_menu_lesson {
  display: block;
}
@media screen and (max-width: 960px) {
  .menu li {
    width: 25%;
  }
  .menu li.space {
    display: none;
  }
}
@media screen and (max-width: 37.5em) {
  .menuToggleLabel {
    display: block;
  }
  .sub_menu .sub_menu_title {
    display: block;
  }
  .menu {
    display: none;
    margin-top: 40px;
    position: absolute;
    z-index: 5;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.3);
  }
  .menu ul {
    padding-top: 8px;
  }
  .menu li.space {
    display: none;
  }
  .menu li {
    width: 100%;
    display: block;
    color: #60b304;
    background-color: #ffffff;
  }
  .menu li:hover {
    background-color: #ccff00;
  }
  .menu li.current {
    background-color: rgba(204, 255, 0, 0.8);
    color: #333333;
  }
  .menu a:nth-child(n) li {
    border-bottom: 1px solid #ace16f;
  }
  .menuToggleBox:checked ~ .menu {
    display: block;
  }
  .menuToggleBox:checked ~ .menuToggleLabel {
    background-color: #60b304;
  }
  .menuToggleBox:checked ~ .menuToggleLabel .fa-caret-down {
    display: none;
  }
  .menuToggleBox:checked ~ .menuToggleLabel .fa-caret-up {
    display: block;
  }
  .menuToggleBox:checked ~ .menuToggleLabel .fa {
    color: #ffffff;
  }
  .sub_menu {
    margin-left: 16px;
    margin-right: 16px;
    text-align: left;
  }
  .sub_menu ul {
    padding: 0 16px;
    display: block;
  }
  .sub_menu ul li {
    width: 50%;
    vertical-align: top;
    margin-left: -0.31rem;
  }
  .sub_menu ul a {
    width: 100%;
  }
  .sub_menu.sub_menu_lesson .section {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .sub_menu.sub_menu_lesson a {
    padding: 10px 16px;
  }
}
.header {
  background-image: url("../img/top_menu.png");
  background-repeat: no-repeat;
  background-position: center top;
  min-height: 290px;
  max-height: 290px;
  color: #ffffff;
}
.header a,
.header .btn_show_login {
  color: #ffffff;
}
.header a:hover,
.header .btn_show_login:hover {
  background-color: rgba(255, 255, 255, 0.2);
}
.header h1 {
  font-size: 28px;
  font-size: 1.75rem;
  margin: 52px auto;
  padding: 0 20px;
  text-shadow: 1px 1px #333;
}
.footer {
  position: relative;
  z-index: 10;
  text-align: center;
  padding: 12px 10px;
  line-height: 18px;
  background-color: #dfdfdf;
  color: #3f3f3f;
  -webkit-box-shadow: 0 5px 10px #cecece;
  -moz-box-shadow: 0 5px 10px #cecece;
  box-shadow: 0 5px 10px #cecece;
}
.footer a,
.footer a:hover {
  color: #3f3f3f;
}
.loginMenuAct ul {
  margin: 0;
  padding: 0;
  white-space: nowrap;
  list-style: none;
}
.loginMenuAct li {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}
.loginMenuAct .welcome,
.loginMenuAct a {
  color: #ffffff;
  padding: 10px 12px;
}
.loginMenuAct a {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  text-decoration: none;
}
.loginMenuAct a:hover {
  color: #ffffff;
  background-color: rgba(255, 255, 255, 0.2);
}
@media screen and (max-width: 37.5em) {
  .footer {
    margin-top: 0px !important;
  }
  .loginMenuAct ul {
    white-space: normal;
  }
}
@media screen and (max-width: 480px) {
  .welcome {
    display: none;
  }
}
.fileIcon {
  font-size: 1.2rem;
}
table .fileIconSet.audioType {
  color: #e84d1f;
}
table .fileIconSet.excelType {
  color: #0f9d58;
}
table .fileIconSet.fileType {
  color: #2db643;
}
table .fileIconSet.imgType {
  color: #5ecb28;
}
table .fileIconSet.pdfType {
  color: #c8001d;
}
table .fileIconSet.pptType {
  color: #f4b400;
}
table .fileIconSet.textType {
  color: #595959;
}
table .fileIconSet.videoType {
  color: #ad5acf;
}
table .fileIconSet.wordType {
  color: #4386fc;
}
table .fileIconSet.zipType {
  color: #2242e2;
}
.full {
  color: #df0c17;
}
.can_apply {
  color: #0f9d58;
}
.cant_apply {
  color: #666666;
}
.remaining_small_amount {
  color: #3f8a09;
}
.waiting_list {
  color: #8a4209;
}
.before_apply_start_date {
  color: #ad5acf;
}
.after_apply_end_date {
  color: #ad5acf;
}
.status_label {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}
.status_label span {
  padding: 5px 7px;
  display: inline-block;
  *display: inline;
  *zoom: 1;
}
.status_label.can_apply span {
  background-color: #c5ff9e;
}
.status_label.cant_apply span {
  background-color: #d7d7d7;
}
.status_label.full span {
  background-color: #ffc7c7;
}
.status_label.remaining_small_amount span {
  background-color: #d5ffa9;
}
.status_label.waiting_list span {
  background-color: #fff4c7;
}
.status_label.before_apply_start_date span {
  background-color: #ebbaff;
}
.status_label.after_apply_end_date span {
  background-color: #ebbaff;
}
.status_label.date {
  color: #ffffff;
}
.status_label.date span {
  background-color: rgba(164, 92, 33, 0.7);
}
.newsBar {
  padding: 8px;
  background-color: #e4ffc5;
  position: relative;
}
.newsBar .read_more {
  margin-left: 10px;
}
.newsMain {
  position: relative;
  overflow: hidden;
  white-space: nowrap;
}
.newsBarItem {
  text-decoration: none;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 18px;
  line-height: 1.125rem;
  margin-right: 10px;
}
.newsBarItem .fa {
  margin-right: 4px;
}
.newsBarItem .fa-newspaper-o {
  color: #6ea730;
}
.newsBarItem .fa-fire {
  color: #f25c5c;
}
.newsDate {
  color: #747474;
}
.newsTitle {
  color: #171717;
}
@media screen and (max-width: 800px) {
  .newsBar .read_more,
  .newsBarItem {
    display: block;
    padding: 4px 0;
  }
  .newsBar .read_more {
    float: none;
    margin-left: 0;
  }
}
.action_bar {
  margin: 20px 0;
  background-color: #d9ff8d;
  text-align: center;
}
.action_bar a,
.action_bar a > div {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}
.action_bar a > div {
  padding: 12px 20px;
}
.action_bar .enquiry,
.action_bar .apply_info,
.action_bar .apply,
.action_bar .apply,
.action_bar .btn_applyPreview,
.action_bar .applyAndPayment {
  border: 1px solid #40AE74;
  background-color: #40AE74;
  color: #FFF;
  border-radius: 3px;
  font-size: 14px;
  padding: 6px 16px;
  text-align: center;
}
.action_bar .enquiry:hover,
.action_bar .apply_info:hover,
.action_bar .apply:hover,
.action_bar .apply:hover,
.action_bar .btn_applyPreview:hover,
.action_bar .applyAndPayment:hover {
  -moz-opacity: 0.7;
  -khtml-opacity: 0.7;
  -webkit-opacity: 0.7;
  opacity: 0.7;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=70);
  filter: alpha(opacity=70);
}
.action_bar .dim .enquiry,
.action_bar .dim .apply_info,
.action_bar .dim .apply,
.action_bar .dim .apply,
.action_bar .dim .btn_applyPreview,
.action_bar .dim .applyAndPayment {
  background-color: #dcdcdc;
  color: #8a8a8a;
  cursor: auto;
}
.sub_category {
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 22px;
  line-height: 1.375rem;
  color: #0f9259;
  padding: 7px 6px;
}
.sub_category.classType {
  background-color: #d9ff86;
  font-size: 16px;
  font-size: 1rem;
}
.slider {
  position: relative;
  background-color: #fcfcfc;
}
.slider h2 {
  font-size: 36px;
  font-size: 2.25rem;
  line-height: 44px;
  line-height: 2.75rem;
  text-align: left;
  padding-top: 10px;
  border-bottom: 3px solid #ace16f;
}
.slider .para {
  overflow: auto;
  max-height: 300px;
  padding: 10px 12px;
  border-radius: 3px 3px 3px 3px;
  -moz-border-radius: 3px 3px 3px 3px;
  -webkit-border-radius: 3px 3px 3px 3px;
}
.slider .slider_left,
.slider .slider_right {
  font-size: 36px;
  font-size: 2.25rem;
  position: absolute;
  top: 50%;
  margin-top: -18px;
  z-index: 5;
  cursor: pointer;
}
.slider .slider_left {
  left: 48px;
}
.slider .slider_right {
  right: 48px;
}
.slider_main {
  position: relative;
  z-index: 2;
  height: 100%;
  min-height: 643px;
}
.slider_page {
  position: relative;
  height: 100%;
  min-height: 643px;
  padding: 110px 90px 150px;
  background-position: center center;
  background-repeat: no-repeat;
}
.slider_page .img_wrapper img {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 100%;
  height: 100%;
  z-index: 3;
  vertical-align: top;
}
.slider_page.content_left {
  padding-left: 120px;
}
.slider_page.content_right {
  padding-right: 120px;
}
.slider_page.content_right .slider_content {
  float: right;
}
.slider_page.content_right h2 {
  text-align: right;
}
.slider_page.content_right .para {
  float: right;
}
.slider_content {
  position: relative;
  z-index: 4;
  background-color: rgba(255, 255, 255, 0.7);
  padding: 0px 10px 10px;
  display: inline-block;
  width: 50%;
}
.slider_menu {
  z-index: 4;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.7);
}
.slider_menu ul {
  padding: 0;
  list-style: none;
  white-space: nowrap;
}
.slider_menu li a {
  cursor: pointer;
  font-size: 16px;
  font-size: 1rem;
  line-height: 52px;
  line-height: 3.25rem;
  float: left;
  color: #ffffff;
  padding: 0 16px;
}
.slider_menu li.current a {
  text-decoration: underline;
  background-color: rgba(117, 117, 117, 0.7);
}
.slider_menu li:hover a {
  background-color: rgba(117, 117, 117, 0.3);
}
@media screen and (max-width: 800px) {
  .slider_left,
  .slider_right {
    display: none;
  }
  .slider_menu {
    display: none;
  }
  .slider_page {
    padding: 20px !important;
    display: block !important;
    min-height: auto !important;
    height: auto;
  }
  .slider_page:after {
    display: none;
  }
  .slider_page .para {
    width: 100%;
    max-height: none;
  }
  .slider_page .img_wrapper {
    margin-bottom: 10px;
  }
  .slider_page .img_wrapper:after {
    display: none;
  }
  .slider_page .img_wrapper img {
    position: relative;
    margin-bottom: 20px;
    width: 100%;
    height: auto;
    margin: auto;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
  }
  .slider_page .slider_content {
    width: 100%;
    background-color: transparent;
  }
  .slider_page.content_right .slider_content {
    float: none;
  }
}
.content,
.main {
  min-height: 100%;
  height: auto !important;
}
.content.padding {
  padding: 20px 0 50px;
}
.content.padding:after {
  content: "";
  display: block;
}
.backBar {
  background-color: #ffffff;
}
.backBar .common_button {
  margin: 20px 0;
  cursor: pointer;
}
.backBar .fa.fa-angle-left {
  width: 12px;
}
.block {
  position: relative;
}
.block.border {
  border-bottom: 1px solid #abe16f;
  margin-bottom: 26px;
}
.block table,
.block .table {
  margin-bottom: 20px;
}
.bottomBar {
  margin-top: 20px;
  margin-bottom: 32px;
}
.bottomBar a:hover {
  background-color: transparent;
}
.bottomBar.right {
  position: fixed;
  right: 0px;
  left: 0;
  margin: 0 auto;
  z-index: 15;
  top: auto;
  bottom: 0;
}
.bottomBar.right a {
  position: absolute;
  bottom: 20px;
  right: 20px;
}
.bottomBar.right .common_button {
  margin: 0;
}
.w1-2,
.w1-4,
.w3-4 {
  float: left;
}
.w1-2 {
  width: 50%;
}
.w1-4 {
  width: 25%;
}
.w3-4 {
  width: 75%;
}
table {
  margin: 20px 0 40px;
}
table tr {
  border: none;
}
table tr.unread td {
  background-color: #d6fbdd !important;
}
table td {
  padding: 4px 6px;
}
table.hori {
  width: 80%;
  margin-left: auto;
  margin-right: auto;
  table-layout: fixed;
}
table.hori tr td {
  width: 75%;
  min-height: 26px;
}
table.hori tr td:first-child {
  background-color: transparent;
  text-align: right;
  color: #417c1a;
  width: 25%;
}
table.hori tr td:first-child:after {
  content: "：";
}
table.hori tr:nth-child(even) td:not(:first-child) {
  background-color: #edffd8;
}
@media screen and (max-width: 37.5em) {
  table td {
    display: block;
    width: 100% !important;
    text-align: left !important;
  }
  table tr {
    display: block;
    margin-bottom: 10px;
  }
  table tr td:not(:first-child) {
    background-color: #edffd8 !important;
  }
  table.hori {
    width: 100%;
  }
}
.resource .content {
  min-height: 640px;
  background-repeat: no-repeat;
  background-position: center bottom;
}
.resource .sub_block {
  padding-left: 10px;
}
.resource h3 {
  margin-bottom: 24px;
}
.resource h3 span {
  color: #0c8e56;
  background-color: #d9ff86;
  font-size: 16px;
  font-size: 1rem;
  padding: 10px 12px;
  display: inline-block;
  *display: inline;
  *zoom: 1;
}
.resource h3:target span {
  background-color: #b6fc92;
}
.word_block {
  margin-bottom: 40px;
}
.word {
  margin-bottom: 10px;
}
.word.open .fa-angle-double-down {
  display: block;
}
.word.open .fa-angle-double-right {
  display: none;
}
.word i {
  margin-right: 6px;
}
.word .fa-angle-double-down {
  display: none;
}
.word .fa {
  width: 10px;
}
.word .title {
  background-color: #419647;
  width: 25%;
  float: left;
  cursor: pointer;
  padding: 11px 13px;
  color: #ffffff;
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 18px;
  line-height: 1.125rem;
}
.word .description_style {
  color: #505050;
  background-color: #f1f1f1;
  padding: 11px 13px;
  float: left;
  width: 75%;
}
.word .description {
  display: none;
  position: relative;
}
.word .description:after {
  pointer-events: none;
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
}
table.word_table {
  margin-bottom: 10px;
  margin-top: 0;
}
table.word_table td {
  padding: 0;
}
table.word_table .word td {
  float: none;
}
table.word_table .word .short_description,
table.word_table .word .description,
table.word_table .word .description_style {
  width: 100%;
}
table.word_table:nth-child(even) .word .title {
  background-color: #759641;
}
.block .word:nth-child(even) .title {
  background-color: #759641;
}
/* ------------------------------------------------------------------------------  */
.menuBlock {
  position: relative;
  padding: 54px 120px 32px;
  min-height: 206px;
  background-color: #848484;
  margin-bottom: 4px;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}
.menuBlock:after {
  position: absolute;
  z-index: 1;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  content: "";
}
.menuBlock h3,
.menuBlock ul {
  position: relative;
  z-index: 3;
}
.menuBlock a {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  width: 100%;
}
.menuBlock a:hover {
  background-color: rgba(204, 255, 0, 0.3);
  text-decoration: none;
}
.menuBlock h3 {
  font-size: 30px;
  font-size: 1.875rem;
  line-height: 36px;
  line-height: 2.25rem;
  border-bottom: 3px solid #ACE16F;
  margin-bottom: 16px;
}
.menuBlock ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.menuBlock li {
  padding: 2px 0;
  line-height: 18px;
  line-height: 1.125rem;
}
.menuBlock.block_left {
  padding-right: 51%;
  text-align: right;
}
.menuBlock.block_left h3,
.menuBlock.block_left a {
  color: #000000;
}
.menuBlock.block_left:after {
  background: -moz-linear-gradient(left, rgba(75, 124, 36, 0.8) 0%, rgba(255, 255, 255, 0.6) 60%, rgba(255, 255, 255, 0.6) 100%);
  background: -webkit-gradient(linear, left top, right top, color-stop(0%, rgba(75, 124, 36, 0.8)), color-stop(60%, rgba(255, 255, 255, 0.6)), color-stop(100%, rgba(255, 255, 255, 0.6)));
  background: -webkit-linear-gradient(left, rgba(75, 124, 36, 0.8) 0%, rgba(255, 255, 255, 0.6) 60%, rgba(255, 255, 255, 0.6) 100%);
  background: -o-linear-gradient(left, rgba(75, 124, 36, 0.8) 0%, rgba(255, 255, 255, 0.6) 60%, rgba(255, 255, 255, 0.6) 100%);
  background: -ms-linear-gradient(left, rgba(75, 124, 36, 0.8) 0%, rgba(255, 255, 255, 0.6) 60%, rgba(255, 255, 255, 0.6) 100%);
  background: linear-gradient(to right, rgba(75, 124, 36, 0.8) 0%, rgba(255, 255, 255, 0.6) 60%, rgba(255, 255, 255, 0.6) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#cc4b7c24', endColorstr='#99ffffff', GradientType=1);
}
.menuBlock.block_right {
  padding-left: 51%;
}
.menuBlock.block_right h3,
.menuBlock.block_right a {
  color: #000000;
}
.menuBlock.block_right:after {
  background: -moz-linear-gradient(left, rgba(255, 255, 255, 0.3) 0%, rgba(255, 255, 255, 0.3) 40%, rgba(254, 255, 251, 0.3) 41%, rgba(204, 255, 0, 0.8) 100%);
  background: -webkit-gradient(linear, left top, right top, color-stop(0%, rgba(255, 255, 255, 0.3)), color-stop(40%, rgba(255, 255, 255, 0.3)), color-stop(41%, rgba(254, 255, 251, 0.3)), color-stop(100%, rgba(204, 255, 0, 0.8)));
  background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0.3) 0%, rgba(255, 255, 255, 0.3) 40%, rgba(254, 255, 251, 0.3) 41%, rgba(204, 255, 0, 0.8) 100%);
  background: -o-linear-gradient(left, rgba(255, 255, 255, 0.3) 0%, rgba(255, 255, 255, 0.3) 40%, rgba(254, 255, 251, 0.3) 41%, rgba(204, 255, 0, 0.8) 100%);
  background: -ms-linear-gradient(left, rgba(255, 255, 255, 0.3) 0%, rgba(255, 255, 255, 0.3) 40%, rgba(254, 255, 251, 0.3) 41%, rgba(204, 255, 0, 0.8) 100%);
  background: linear-gradient(to right, rgba(255, 255, 255, 0.3) 0%, rgba(255, 255, 255, 0.3) 40%, rgba(254, 255, 251, 0.3) 41%, rgba(204, 255, 0, 0.8) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#4dffffff', endColorstr='#ccccff00', GradientType=1);
}
/* ------------------------------------------------------------------------------  */
.activityBlock {
  margin-top: 20px;
}
.sideContent {
  padding: 0 8px 0;
}
.sideMenu {
  margin: 2px 0;
  padding: 0 8px 0;
}
.sideMenu h4 {
  font-size: 16px;
  font-size: 1rem;
  line-height: 20px;
  line-height: 1.25rem;
  padding: 6px 12px;
  margin-bottom: 6px;
}
.sideMenu .section {
  margin-bottom: 16px;
  padding: 8px 0;
}
.sideMenu .f1_f3 {
  background-color: #e8ffce;
}
.sideMenu .f4_f5 {
  background-color: #dafdb9;
}
.sideMenu ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.sideMenu li {
  font-size: 16px;
  font-size: 1rem;
  line-height: 18px;
  line-height: 1.125rem;
  padding-left: 6px;
  margin-bottom: 2px;
}
.sideMenu li a:not([href]) {
  color: #989898;
}
.sideMenu li a:not([href]):hover {
  background-color: transparent;
}
.sideMenu li:hover a[href] {
  background-color: #e6ff81;
}
.sideMenu li.current a {
  background-color: #c3f984;
  text-decoration: underline;
}
.sideMenu a {
  padding: 14px 16px;
  text-decoration: none;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  width: 100%;
}
/* ------------------------------------------------------------------------------  */
.upload_block .btn_show_file_upload {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  margin-top: 22px;
}
.upload_block .w1-2 {
  padding: 4px;
}
.upload_block .upload_detail_block {
  margin-bottom: 10px;
}
@media screen and (max-width: 600px) {
  .word.open i {
    display: none;
  }
  .word .title,
  .word .description {
    width: 100%;
    display: block;
  }
  .word .title {
    text-align: left;
    cursor: auto;
    pointer-events: none;
  }
  .word .title i {
    display: none;
  }
  .word .description {
    height: auto;
  }
  .word .description:after {
    display: none;
  }
  .menuBlock.block_right,
  .menuBlock.block_left {
    padding: 30px 32px 20px;
  }
}
.go_news {
  padding: 8px 18px;
  font-size: 16px;
  font-size: 1rem;
}
.go_news a {
  padding: 4px;
}
.item_basic_info {
  margin-left: auto;
  margin-right: auto;
  padding: 4px 6px;
}
.item_basic_info h3 {
  margin-bottom: 10px;
}
.info_block.block {
  margin: 20px auto;
  padding-left: 0;
  padding-right: 0;
}
.info_block.block video,
.info_block.block img {
  width: 100%;
  height: auto;
}
.item_basic_info,
.info_block.block {
  width: 80%;
}
.poster {
  max-width: 100%;
}
@media screen and (max-width: 37.5em) {
  .item_basic_info,
  .info_block.block {
    width: 100%;
  }
}
/* ------------------------------------------------------------------------------  */
.grid_block {
  margin-top: 20px;
  margin-bottom: 20px;
  padding-bottom: 20px;
}
.grid_block:after {
  float: none;
  clear: both;
  content: "";
  display: block;
}
.grid_block .w1-4,
.grid_block .w1-2 {
  padding: 3px;
}
.grid_block .w1-2 .gridItem {
  height: 338px;
}
.gridItem {
  position: relative;
  height: 166px;
  background-repeat: no-repeat;
  background-size: auto 100%;
  background-size: cover;
  background-position: center center;
  background-color: #dfffc1;
}
.gridItem .title span {
  background-color: rgba(86, 52, 24, 0.71);
  color: #ffffff;
  margin: 0 4px;
  padding: 6px 8px;
  display: inline-block;
  *display: inline;
  *zoom: 1;
}
.gridItem .status_label {
  position: absolute;
  right: 0;
  bottom: 6px;
  z-index: 2;
}
.gridItem.withCoverOnly .title {
  position: relative;
}
.gridItem.withCoverOnly .title,
.gridItem.withCoverOnly .status_label {
  z-index: 2;
}
.gridItem.withCoverOnly:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.4);
  z-index: 1;
}
.gridItem.withCover {
  color: #ffffff;
  overflow: hidden;
  background-image: none;
  padding: 6px 14px;
}
.gridItem.withCover:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.4);
  z-index: 1;
}
.gridItem.withCover .title {
  position: relative;
}
.gridItem.withCover .title span {
  margin: 0;
  padding: 3px 0;
  background-color: transparent;
  width: 100%;
}
.gridItem.withCover a:hover .title {
  background-color: rgba(0, 0, 0, 0.2);
}
.gridItem.withCover .title,
.gridItem.withCover .description,
.gridItem.withCover .fileIconSet {
  position: relative;
  z-index: 2;
}
.gridItem.withCover .title,
.gridItem.withCover .description {
  margin-left: -6px;
  margin-right: -6px;
  padding-left: 6px;
  padding-right: 6px;
}
.gridItem.withCover .fileIconSet {
  font-size: 36px;
  font-size: 2.25rem;
  height: 100%;
  float: right;
  position: relative;
}
.gridItem.withCover .fileIconSet .fa {
  position: absolute;
  bottom: 13px;
  right: 0;
}
.gridItem.withCover .description {
  color: #d9ffae;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 18px;
  line-height: 1.125rem;
  overflow-x: hidden;
  overflow-y: auto;
  max-height: 263px;
  padding-top: 4px;
  padding-bottom: 4px;
}
.gridItem a {
  word-break: break-all;
}
.gridItem a,
.gridItem a:hover {
  color: #ffffff;
}
.newsBlock .gridItem.withCover .description {
  margin-top: 0;
}
.compBlock .gridItem.withCover {
  padding: 0;
}
.compBlock .gridItem.withCover .title {
  margin-left: 0px;
  margin-right: 0px;
  padding-left: 0;
  padding-right: 0;
}
.compBlock .gridItem.withCover .title span {
  background-color: rgba(86, 52, 24, 0.71);
  color: #FFF;
  margin: 0px 4px;
  padding: 6px 8px;
  width: auto;
}
.envBlock {
  padding-left: 16px;
  padding-right: 16px;
}
.envBlock .w1-4 {
  padding: 2px;
}
.envBlock .gridItem {
  height: 186px;
}
.envBlock .gridItem .title span {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}
.weekBlock {
  margin-top: 0;
  padding: 2px;
}
.weekBlock .w1-1,
.activityBlock .w1-1 {
  float: left;
  width: 100%;
}
.weekBlock .w1-2,
.activityBlock .w1-2,
.weekBlock .w1-1,
.activityBlock .w1-1 {
  padding: 2px;
}
.weekBlock .w1-2 .gridItem,
.activityBlock .w1-2 .gridItem {
  height: 166px;
}
.weekBlock .w1-1 .gridItem,
.activityBlock .w1-1 .gridItem {
  height: 332px;
}
.weekBlock .w1-1 .gridItem .description,
.activityBlock .w1-1 .gridItem .description {
  height: 232px;
  overflow: auto;
}
.weekBlock .w1-2 .gridItem .description,
.activityBlock .w1-2 .gridItem .description {
  height: 70px;
}
.weekBlock.left {
  padding: 0 4px 0 16px;
}
.weekBlock.right {
  padding: 0 16px 0 4px;
}
.w1-1 > .gridItem.withCover {
  padding: 6px 14px;
}
.w1-2 > .gridItem.withCover > .gridItem.withCover {
  padding: 12px 20px;
}
.weekBlock .w1-2 > .gridItem.withCover,
.activityBlock .w1-2 > .gridItem.withCover {
  padding: 6px 14px;
}
.weekBlock .w1-2 > .gridItem.withCover .fileIconSet .fa,
.activityBlock .w1-2 > .gridItem.withCover .fileIconSet .fa {
  bottom: 12px;
}
.weekBlock .gridItem:nth-child(1n),
.activityBlock .sideContent .gridItem:nth-child(1n),
.newsBlock .gridItem:nth-child(1n),
.compBlock .gridItem:nth-child(1n),
.block .gridItem:nth-child(1n),
.weekBlock div > .gridItem:nth-child(1n),
.activityBlock .sideContent div > .gridItem:nth-child(1n),
.newsBlock div > .gridItem:nth-child(1n),
.compBlock div > .gridItem:nth-child(1n),
.block div > .gridItem:nth-child(1n) {
  background-color: #e71a1a;
}
.weekBlock .gridItem:nth-child(2n),
.activityBlock .sideContent .gridItem:nth-child(2n),
.newsBlock .gridItem:nth-child(2n),
.compBlock .gridItem:nth-child(2n),
.block .gridItem:nth-child(2n),
.weekBlock div > .gridItem:nth-child(2n),
.activityBlock .sideContent div > .gridItem:nth-child(2n),
.newsBlock div > .gridItem:nth-child(2n),
.compBlock div > .gridItem:nth-child(2n),
.block div > .gridItem:nth-child(2n) {
  background-color: #2b3cda;
}
.weekBlock .gridItem:nth-child(3n),
.activityBlock .sideContent .gridItem:nth-child(3n),
.newsBlock .gridItem:nth-child(3n),
.compBlock .gridItem:nth-child(3n),
.block .gridItem:nth-child(3n),
.weekBlock div > .gridItem:nth-child(3n),
.activityBlock .sideContent div > .gridItem:nth-child(3n),
.newsBlock div > .gridItem:nth-child(3n),
.compBlock div > .gridItem:nth-child(3n),
.block div > .gridItem:nth-child(3n) {
  background-color: #d1177c;
}
.weekBlock .gridItem:nth-child(4n),
.activityBlock .sideContent .gridItem:nth-child(4n),
.newsBlock .gridItem:nth-child(4n),
.compBlock .gridItem:nth-child(4n),
.block .gridItem:nth-child(4n),
.weekBlock div > .gridItem:nth-child(4n),
.activityBlock .sideContent div > .gridItem:nth-child(4n),
.newsBlock div > .gridItem:nth-child(4n),
.compBlock div > .gridItem:nth-child(4n),
.block div > .gridItem:nth-child(4n) {
  background-color: #2ed86e;
}
.weekBlock .gridItem:nth-child(5n),
.activityBlock .sideContent .gridItem:nth-child(5n),
.newsBlock .gridItem:nth-child(5n),
.compBlock .gridItem:nth-child(5n),
.block .gridItem:nth-child(5n),
.weekBlock div > .gridItem:nth-child(5n),
.activityBlock .sideContent div > .gridItem:nth-child(5n),
.newsBlock div > .gridItem:nth-child(5n),
.compBlock div > .gridItem:nth-child(5n),
.block div > .gridItem:nth-child(5n) {
  background-color: #00f4ff;
}
.weekBlock .gridItem:nth-child(6n),
.activityBlock .sideContent .gridItem:nth-child(6n),
.newsBlock .gridItem:nth-child(6n),
.compBlock .gridItem:nth-child(6n),
.block .gridItem:nth-child(6n),
.weekBlock div > .gridItem:nth-child(6n),
.activityBlock .sideContent div > .gridItem:nth-child(6n),
.newsBlock div > .gridItem:nth-child(6n),
.compBlock div > .gridItem:nth-child(6n),
.block div > .gridItem:nth-child(6n) {
  background-color: #00887c;
}
.weekBlock .gridItem:nth-child(7n),
.activityBlock .sideContent .gridItem:nth-child(7n),
.newsBlock .gridItem:nth-child(7n),
.compBlock .gridItem:nth-child(7n),
.block .gridItem:nth-child(7n),
.weekBlock div > .gridItem:nth-child(7n),
.activityBlock .sideContent div > .gridItem:nth-child(7n),
.newsBlock div > .gridItem:nth-child(7n),
.compBlock div > .gridItem:nth-child(7n),
.block div > .gridItem:nth-child(7n) {
  background-color: #0081ff;
}
.weekBlock .gridItem:nth-child(8n),
.activityBlock .sideContent .gridItem:nth-child(8n),
.newsBlock .gridItem:nth-child(8n),
.compBlock .gridItem:nth-child(8n),
.block .gridItem:nth-child(8n),
.weekBlock div > .gridItem:nth-child(8n),
.activityBlock .sideContent div > .gridItem:nth-child(8n),
.newsBlock div > .gridItem:nth-child(8n),
.compBlock div > .gridItem:nth-child(8n),
.block div > .gridItem:nth-child(8n) {
  background-color: #ff4e18;
}
.weekBlock .gridItem:nth-child(9n),
.activityBlock .sideContent .gridItem:nth-child(9n),
.newsBlock .gridItem:nth-child(9n),
.compBlock .gridItem:nth-child(9n),
.block .gridItem:nth-child(9n),
.weekBlock div > .gridItem:nth-child(9n),
.activityBlock .sideContent div > .gridItem:nth-child(9n),
.newsBlock div > .gridItem:nth-child(9n),
.compBlock div > .gridItem:nth-child(9n),
.block div > .gridItem:nth-child(9n) {
  background-color: #dbe71a;
}
.weekBlock .gridItem:nth-child(10n),
.activityBlock .sideContent .gridItem:nth-child(10n),
.newsBlock .gridItem:nth-child(10n),
.compBlock .gridItem:nth-child(10n),
.block .gridItem:nth-child(10n),
.weekBlock div > .gridItem:nth-child(10n),
.activityBlock .sideContent div > .gridItem:nth-child(10n),
.newsBlock div > .gridItem:nth-child(10n),
.compBlock div > .gridItem:nth-child(10n),
.block div > .gridItem:nth-child(10n) {
  background-color: #6325c3;
}
.weekBlock > div:nth-child(2n) .gridItem,
.activityBlock .sideContent > div:nth-child(2n) .gridItem,
.newsBlock > div:nth-child(2n) .gridItem,
.compBlock > div:nth-child(2n) .gridItem,
.block > div:nth-child(2n) .gridItem {
  background-color: #2b3cda;
}
.weekBlock > div:nth-child(3n) .gridItem,
.activityBlock .sideContent > div:nth-child(3n) .gridItem,
.newsBlock > div:nth-child(3n) .gridItem,
.compBlock > div:nth-child(3n) .gridItem,
.block > div:nth-child(3n) .gridItem {
  background-color: #d1177c;
}
.weekBlock > div:nth-child(4n) .gridItem,
.activityBlock .sideContent > div:nth-child(4n) .gridItem,
.newsBlock > div:nth-child(4n) .gridItem,
.compBlock > div:nth-child(4n) .gridItem,
.block > div:nth-child(4n) .gridItem {
  background-color: #2ed86e;
}
.weekBlock > div:nth-child(5n) .gridItem,
.activityBlock .sideContent > div:nth-child(5n) .gridItem,
.newsBlock > div:nth-child(5n) .gridItem,
.compBlock > div:nth-child(5n) .gridItem,
.block > div:nth-child(5n) .gridItem {
  background-color: #00f4ff;
}
.weekBlock > div:nth-child(6n) .gridItem,
.activityBlock .sideContent > div:nth-child(6n) .gridItem,
.newsBlock > div:nth-child(6n) .gridItem,
.compBlock > div:nth-child(6n) .gridItem,
.block > div:nth-child(6n) .gridItem {
  background-color: #00887c;
}
.weekBlock + .weekBlock > div:nth-child(2n) .gridItem,
.activityBlock .sideContent + .weekBlock > div:nth-child(2n) .gridItem,
.newsBlock + .weekBlock > div:nth-child(2n) .gridItem,
.compBlock + .weekBlock > div:nth-child(2n) .gridItem,
.block + .weekBlock > div:nth-child(2n) .gridItem {
  background-color: #00887c;
}
.weekBlock + .weekBlock > div:nth-child(3n) .gridItem,
.activityBlock .sideContent + .weekBlock > div:nth-child(3n) .gridItem,
.newsBlock + .weekBlock > div:nth-child(3n) .gridItem,
.compBlock + .weekBlock > div:nth-child(3n) .gridItem,
.block + .weekBlock > div:nth-child(3n) .gridItem {
  background-color: #0081ff;
}
.weekBlock + .weekBlock > div:nth-child(4n) .gridItem,
.activityBlock .sideContent + .weekBlock > div:nth-child(4n) .gridItem,
.newsBlock + .weekBlock > div:nth-child(4n) .gridItem,
.compBlock + .weekBlock > div:nth-child(4n) .gridItem,
.block + .weekBlock > div:nth-child(4n) .gridItem {
  background-color: #ff4e18;
}
.weekBlock + .weekBlock > div:nth-child(5n) .gridItem,
.activityBlock .sideContent + .weekBlock > div:nth-child(5n) .gridItem,
.newsBlock + .weekBlock > div:nth-child(5n) .gridItem,
.compBlock + .weekBlock > div:nth-child(5n) .gridItem,
.block + .weekBlock > div:nth-child(5n) .gridItem {
  background-color: #dbe71a;
}
.weekBlock + .weekBlock > div:nth-child(6n) .gridItem,
.activityBlock .sideContent + .weekBlock > div:nth-child(6n) .gridItem,
.newsBlock + .weekBlock > div:nth-child(6n) .gridItem,
.compBlock + .weekBlock > div:nth-child(6n) .gridItem,
.block + .weekBlock > div:nth-child(6n) .gridItem {
  background-color: #6325c3;
}
.weekBlock + .weekBlock > div:nth-child(7n) .gridItem,
.activityBlock .sideContent + .weekBlock > div:nth-child(7n) .gridItem,
.newsBlock + .weekBlock > div:nth-child(7n) .gridItem,
.compBlock + .weekBlock > div:nth-child(7n) .gridItem,
.block + .weekBlock > div:nth-child(7n) .gridItem {
  background-color: #e71a1a;
}
.weekBlock + .weekBlock > div:nth-child(8n) .gridItem,
.activityBlock .sideContent + .weekBlock > div:nth-child(8n) .gridItem,
.newsBlock + .weekBlock > div:nth-child(8n) .gridItem,
.compBlock + .weekBlock > div:nth-child(8n) .gridItem,
.block + .weekBlock > div:nth-child(8n) .gridItem {
  background-color: #2b3cda;
}
.weekBlock + .weekBlock > div:nth-child(9n) .gridItem,
.activityBlock .sideContent + .weekBlock > div:nth-child(9n) .gridItem,
.newsBlock + .weekBlock > div:nth-child(9n) .gridItem,
.compBlock + .weekBlock > div:nth-child(9n) .gridItem,
.block + .weekBlock > div:nth-child(9n) .gridItem {
  background-color: #d1177c;
}
.weekBlock + .weekBlock > div:nth-child(10n) .gridItem,
.activityBlock .sideContent + .weekBlock > div:nth-child(10n) .gridItem,
.newsBlock + .weekBlock > div:nth-child(10n) .gridItem,
.compBlock + .weekBlock > div:nth-child(10n) .gridItem,
.block + .weekBlock > div:nth-child(10n) .gridItem {
  background-color: #2ed86e;
}
.weekBlock + .weekBlock > div:nth-child(11n) .gridItem,
.activityBlock .sideContent + .weekBlock > div:nth-child(11n) .gridItem,
.newsBlock + .weekBlock > div:nth-child(11n) .gridItem,
.compBlock + .weekBlock > div:nth-child(11n) .gridItem,
.block + .weekBlock > div:nth-child(11n) .gridItem {
  background-color: #00f4ff;
}
.teacher_upload_block .w1-2 {
  width: 25%;
}
@media screen and (max-width: 60em) {
  .w1-2 {
    width: 100%;
  }
  .weekBlock .w1-2 {
    width: 50%;
  }
  .w1-4 {
    width: 50%;
  }
}
@media screen and (max-width: 800px) {
  .teacher_upload_block .w1-2 {
    width: 50%;
  }
}
@media screen and (max-width: 37.5em) {
  .w3-4 {
    width: 100%;
  }
  .w1-4 {
    width: 100%;
    margin-bottom: 8px;
  }
  .weekBlock .w1-2 {
    width: 100%;
  }
}
/* ------------------------------------------------------------------------------  */
.main.eventPage form,
.main.enquiry form {
  margin-top: 20px;
  margin-bottom: 40px;
}
.main.eventPage table .td,
.main.enquiry table .td,
.main.eventPage .table .td,
.main.enquiry .table .td,
.main.eventPage table td,
.main.enquiry table td,
.main.eventPage .table td,
.main.enquiry .table td {
  background-color: #edffd8;
}
.main.eventPage .iSet .hints,
.main.enquiry .iSet .hints {
  line-height: 16px;
}
.eventList {
  margin-bottom: 40px;
}
.additionTool .fb-share-button,
.additionTool .mailto,
.additionTool .print {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  color: #278759;
  cursor: pointer;
  margin-bottom: 20px;
}
.applyNum {
  color: #0ca499;
}
.u_name {
  margin-top: 7px;
}
.u_name,
.i_date {
  font-size: 13px;
  font-size: 0.8125rem;
  color: #ffffff;
  margin-bottom: 2px;
  position: relative;
  z-index: 2;
}
@media screen and (min-width: 800px) {
  #enquiryForm .iSet .inputContent input[type="text"],
  #enquiryForm .iSet .inputContent input[type="password"],
  #enquiryForm .iSet .inputContent select,
  #enquiryForm .iSet .inputContent textarea {
    max-width: 400px;
  }
}
body {
  font-size: 15px;
  font-size: 0.9375rem;
  color: #212121;
  overflow-y: scroll;
}
a,
.btn_show_login {
  color: #278759;
  text-decoration: none;
}
a:hover,
.btn_show_login:hover {
  text-decoration: none;
  background-color: rgba(0, 0, 0, 0.1);
}
.btn_show_login {
  cursor: pointer;
}
h2 {
  padding-top: 26px;
  margin-bottom: 10px;
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 40px;
  line-height: 2.5rem;
  text-align: center;
  padding-left: 10px;
  padding-right: 10px;
}
h2 span {
  border-bottom: 4px solid #ACE16F;
  min-width: 60%;
  display: inline-block;
  *display: inline;
  *zoom: 1;
}
.common_button {
  color: #3c3c3c;
  background-color: #ddfc74;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 18px;
  line-height: 1.125rem;
  padding: 11px 14px;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  margin: 10px 0;
}
.block img {
  max-width: 100%;
}
@media screen and (max-width: 1140px) {
  .w1140 {
    margin: 0;
    width: 100%;
  }
}
@media screen and (max-width: 960px) {
  .w960 {
    max-width: 960px;
    width: 100%;
  }
  .block {
    padding-left: 16px;
    padding-right: 16px;
  }
  .block .block:not(.info_block) {
    padding-left: 0;
    padding-right: 0;
  }
  .w1-4.sideMenu {
    width: 25%;
  }
  .grid_block.weekBlock {
    padding-left: 16px;
    padding-right: 16px;
  }
  .grid_block.weekBlock .w1-1,
  .grid_block.weekBlock .w1-2 {
    padding: 0;
    margin-bottom: 4px;
  }
}
@media screen and (max-width: 800px) {
  .w800 {
    width: 100%;
  }
}
@media screen and (max-width: 37.5em) {
  .header {
    min-height: 184px;
  }
  .header h1 {
    margin: 22px 0 22px;
    font-size: 24px;
    font-size: 1.5rem;
  }
  .info_block.block {
    padding-left: 0;
  }
  .w1-4.sideMenu,
  .w3-4.sideContent {
    width: 100%;
    border: none;
  }
}
@media screen and (max-width: 360px) {
  .header h1 {
    font-size: 20px;
    font-size: 1.25rem;
    line-height: 24px;
    line-height: 1.5rem;
    margin: 29px 0;
  }
}
@media all and (orientation: portrait) {
  /* Styles for Portrait screen */
}
@media all and (orientation: landscape) {
  /* Styles for Landscape screen */
}
@media print {
  html,
  body {
    height: auto;
    overflow: visible;
    width: 100%;
    background-color: #fff;
  }
  .w1140 {
    width: 100%;
  }
  .header,
  .footer,
  #sub_menu,
  .additionTool,
  .action_bar,
  .top_btn,
  .sub_menu {
    display: none;
  }
  .content.padding {
    padding: 0;
  }
  .leftWrap,
  .fb-share-button,
  .mailto,
  .print,
  .subHeader {
    display: none !important;
  }
  .bodyWrap {
    padding-left: 0;
  }
  .activity_event_detail .subNav {
    display: none;
  }
  .subNav .subNavMenu {
    margin-top: -20px;
    width: 100%;
    margin: 0;
  }
  .paperContent {
    width: 100%;
    box-shadow: none;
  }
  table a,
  table a div {
    color: #333333 !important;
  }
  table a:after {
    content: " (" attr(href) ")";
    font-size: 80%;
  }
  .paperContent {
    padding: 0;
  }
  .rightWrap .mainContent > .mainContent {
    margin: 0;
    width: 100%;
  }
  .subNav .subNavMenu,
  .paperContent {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
  }
  .div_action_bar {
    display: none;
  }
}
