.link-default {
  text-decoration: none;
  outline: none;
}
.clearfix {
  display: block;
  zoom: 1;
}
.clearfix:after {
  content: " ";
  display: block;
  font-size: 0;
  height: 0;
  clear: both;
  visibility: hidden;
}
.visible {
  opacity: 1;
  visibility: visible;
}
.hidden {
  opacity: 0;
  visibility: hidden;
}
.flex {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
}
.hintWindows {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  position: absolute;
  background-color: #666;
  width: 70px;
  padding: 5px;
  font-size: 14px;
  text-align: center;
  color: #fff;
  border-radius: 5px;
  top: 36px;
  left: -27px;
  z-index: 9999;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -ms-transition: all 0.4s;
  transition: all 0.4s;
}
.hintWindows:after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  margin-left: -8px;
  bottom: -5px;
  left: 50%;
}
.topArrow::after {
  border-bottom: 5px solid #666;
  top: -5px;
}
.bottomArrow::after {
  border-top: 5px solid #666;
  bottom: -5px;
}
.tips {
  opacity: 0;
  visibility: hidden;
}
.popWindows {
  position: absolute;
  background-color: #fff3e6;
  width: 200px;
  font-size: 14px;
  right: 0;
  cursor: default;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -ms-transition: all 0.4s;
  transition: all 0.4s;
  z-index: 9999;
}
.popWindows .popWindowsTitle {
  position: relative;
  background-color: #fff3e6;
  text-align: left;
  padding: 5px 15px;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
}
.popWindows .popWindowsTitle h2 {
  display: inline-block;
  color: #636464;
  font-size: 16px;
  letter-spacing: 5px;
  margin: 0;
}
.popWindows .popWindowsTitle h2 small {
  letter-spacing: 2px;
}
.popWindows .popWindowsTitle .icon {
  position: absolute;
  font-size: 14px;
  cursor: pointer;
  top: 10px;
  right: 15px;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -ms-transition: all 0.4s;
  transition: all 0.4s;
}
.popWindows .popWindowsTitle .icon:hover {
  color: #ed721a;
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
.popWindows .popWindowsContent {
  padding: 15px;
  text-align: left;
}
.popWindows .popWindowsContent .switch {
  margin-bottom: 10px;
}
.popWindows .popWindowsContent .switch .lbl {
  position: relative;
  display: block;
  height: 20px;
  width: 44px;
  background: #898989;
  border-radius: 100px;
  cursor: pointer;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -ms-transition: all 0.4s;
  transition: all 0.4s;
}
.popWindows .popWindowsContent .switch .lbl:after {
  position: absolute;
  left: -2px;
  top: -3px;
  display: block;
  width: 26px;
  height: 26px;
  border-radius: 100px;
  background: #fff;
  box-shadow: 0px 3px 3px rgba(0, 0, 0, 0.2);
  content: '';
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -ms-transition: all 0.4s;
  transition: all 0.4s;
}
.popWindows .popWindowsContent .switch .lbl:active:after {
  transform: scale(1.15, 0.85);
}
.popWindows .popWindowsContent .switch .lbl .lbl_switch {
  height: 20px;
}
.popWindows .popWindowsContent .switch .cbx:checked ~ label {
  background: #ed721a;
}
.popWindows .popWindowsContent .switch .cbx:checked ~ label:after {
  left: 20px;
  background: #fff;
}
.popWindows .popWindowsContent .switch .cbx:disabled ~ label {
  background: #d5d5d5;
  pointer-events: none;
}
.popWindows .popWindowsContent .switch .cbx:disabled ~ label:after {
  background: #bcbdbc;
}
.popWindows .popWindowsContent .switch .hidden {
  display: none;
}
.popWindows .popWindowsContent .switch .switchItem {
  display: inline-block;
  width: 48%;
  color: #999;
}
.popWindows .popWindowsContent .switch .switchItem input {
  display: none;
}
.popWindows .popWindowsContent .switch .switchItem label {
  position: relative;
  color: #636464;
  cursor: pointer;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -ms-transition: all 0.4s;
  transition: all 0.4s;
}
.popWindows .popWindowsContent .switch .switchItem label:hover {
  color: #ed721a;
}
.popWindows .popWindowsContent .switch .switchItem label::before {
  content: "";
  display: inline-block;
  position: relative;
  width: 14px;
  height: 14px;
  margin-right: 10px;
  top: 2px;
  left: 0;
  border: 2px solid #ddd;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -ms-transition: all 0.4s;
  transition: all 0.4s;
}
.popWindows .popWindowsContent .switch .switchItem label::after {
  content: "";
  display: inline-block;
  position: absolute;
  background-color: transparent;
  width: 14px;
  height: 14px;
  margin-right: 10px;
  top: 3px;
  left: 0;
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -ms-transition: all 0.4s;
  transition: all 0.4s;
}
.popWindows .popWindowsContent .switch .switchItem .circle::before {
  border-radius: 50%;
}
.popWindows .popWindowsContent .switch .switchItem .circle::after {
  border-radius: 50%;
}
.popWindows .popWindowsContent .switch .switchItem input[type=radio]:checked + label {
  color: #ed721a;
}
.popWindows .popWindowsContent .switch .switchItem input[type=radio]:checked + label::after {
  background-color: #999;
  -webkit-transform: scale(0.6);
  -moz-transform: scale(0.6);
  -ms-transform: scale(0.6);
  transform: scale(0.6);
}
.popWindows .popWindowsContent .switch .switchItem input[type=checkbox]:disabled + label {
  cursor: not-allowed;
}
.popWindows .popWindowsContent .switch .switchItem input[type=checkbox]:disabled + label:before {
  content: "\2716";
  color: #888;
  text-align: center;
  border-width: 0;
  line-height: 12px;
  top: 0;
}
.popWindows .popWindowsContent .switch .switchItem input[type=checkbox]:checked + label {
  color: #ed721a;
}
.popWindows .popWindowsContent .switch .switchItem input[type=checkbox]:checked + label:before {
  content: "";
  height: 8px;
  border-color: #888;
  border-top-style: none;
  border-right-style: none;
  line-height: 12px;
  top: -3px;
  border-width: 2px;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.popWindows .popWindowsContent .copyButtonContent {
  display: none;
}
.popWindows .popWindowsContent .copyButtonContent .select {
  color: #999;
  width: 100%;
  margin-bottom: 10px;
  border: 0;
  box-shadow: 0px 3px 3px transparent;
  text-decoration: none;
  outline: none;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -ms-transition: all 0.4s;
  transition: all 0.4s;
}
.popWindows .popWindowsContent .copyButtonContent .select:focus {
  box-shadow: 0px 3px 3px rgba(0, 0, 0, 0.2);
}
.popWindows .popWindowsContent .inputbox {
  width: 100%;
  border: 0;
  margin-bottom: 10px;
  padding: 1px 3px;
  box-shadow: 0px 3px 3px transparent;
  text-decoration: none;
  outline: none;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -ms-transition: all 0.4s;
  transition: all 0.4s;
}
.popWindows .popWindowsContent .inputbox:focus {
  box-shadow: 0px 3px 3px rgba(0, 0, 0, 0.2);
}
.popWindows .popWindowsContent .newInputContent {
  display: block;
  text-align: left;
  font-size: 18px;
  color: #9e9f9f;
}
.popWindows .popWindowsContent .newInputContent .icon {
  cursor: pointer;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -ms-transition: all 0.4s;
  transition: all 0.4s;
}
.popWindows .popWindowsContent .newInputContent .icon:hover {
  color: #ed721a;
}
.popWindows .popWindowsContent .textInput {
  width: 100%;
  height: 80px;
  padding: 3px;
  resize: vertical;
}
.popWindows .popWindowsContent .btnContent {
  text-align: right;
}
.popWindows .popWindowsContent .btnContent .btnStyle {
  background-color: #8c003c;
  color: #ffffff;
  padding: 0 16px;
  border: 0;
  border-radius: 5px;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -ms-transition: all 0.4s;
  transition: all 0.4s;
  text-decoration: none;
  outline: none;
}
.popWindows .popWindowsContent .btnContent .btnStyle:hover {
  background-color: #ed721a;
}
.popWindows .popWindowsContent .typeContent {
  position: relative;
}
.popWindows .popWindowsContent .typeContent .fileCell {
  display: inline-block;
  position: relative;
}
.popWindows .popWindowsContent .typeContent .fileCell .inputbox {
  width: 180px;
}
.popWindows .popWindowsContent .typeContent .fileCell .attachmentInput {
  padding-right: 29px;
}
.popWindows .popWindowsContent .typeContent .fileCell .icon {
  color: #9e9f9f;
  font-size: 18px;
  cursor: pointer;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -ms-transition: all 0.4s;
  transition: all 0.4s;
}
.popWindows .popWindowsContent .typeContent .fileCell .icon:hover {
  color: #ed721a;
}
.popWindows .popWindowsContent .typeContent .fileCell .attachemtIcon {
  position: absolute;
  top: 1px;
  right: 4px;
}
.popWindows .popWindowsContent .typeContent .fileCell .btnStyle {
  margin: 0 10px;
}
.popWindows .popWindowsContent .typeContent .clearAttachment {
  position: absolute;
  top: 2px;
  right: 0;
}
.popWindows .popWindowsContent .displayList .listHeader {
  background: #c4ad9c;
  background: -moz-linear-gradient(top, #c4ad9c 1%, #80674e 99%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(1%, #c4ad9c), color-stop(99%, #80674e));
  background: -webkit-linear-gradient(top, #c4ad9c 1%, #80674e 99%);
  background: -o-linear-gradient(top, #c4ad9c 1%, #80674e 99%);
  background: -ms-linear-gradient(top, #c4ad9c 1%, #80674e 99%);
  background: linear-gradient(to bottom, #c4ad9c 1%, #80674e 99%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#c4ad9c', endColorstr='#80674e', GradientType=0);
  color: #fff;
}
.popWindows .popWindowsContent .displayList .listHeader .cell {
  width: 104px;
  display: table-cell;
  padding: 2px 10px;
  padding-bottom: 0;
  line-height: 25px;
}
.popWindows .popWindowsContent .displayList .listHeader .cell:first-child {
  width: 54px;
}
.popWindows .popWindowsContent .displayList .listHeader .cell .hidden {
  cursor: pointer;
  display: none;
}
.popWindows .popWindowsContent .displayList .listHeader .cell .hidden:checked + label {
  color: #ed721a;
}
.popWindows .popWindowsContent .displayList .listHeader .cell .hidden:checked + label::before {
  background-color: transparent;
  height: 8px;
  border-color: #000;
  border-top-style: none;
  border-right-style: none;
  line-height: 12px;
  top: -3px;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.popWindows .popWindowsContent .displayList .listHeader .cell label {
  cursor: pointer;
  margin-left: 10px;
}
.popWindows .popWindowsContent .displayList .listHeader .cell label::before {
  content: "";
  display: inline-block;
  position: relative;
  background-color: #fff;
  width: 14px;
  height: 14px;
  margin-right: 10px;
  top: 2px;
  left: 0;
  border: 2px solid #000;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -ms-transition: all 0.4s;
  transition: all 0.4s;
}
.popWindows .popWindowsContent .displayList .listContent {
  height: 160px;
  overflow: hidden;
  overflow-y: auto;
}
.popWindows .popWindowsContent .displayList .listContent .listItem:nth-child(odd) {
  background-color: #fff;
}
.popWindows .popWindowsContent .displayList .listContent .listItem .cell {
  position: relative;
  width: 104px;
  display: table-cell;
  padding: 2px 10px;
  padding-bottom: 0;
  line-height: 25px;
}
.popWindows .popWindowsContent .displayList .listContent .listItem .cell:first-child {
  width: 54px;
}
.popWindows .popWindowsContent .displayList .listContent .listItem .cell .hidden {
  cursor: pointer;
  display: none;
}
.popWindows .popWindowsContent .displayList .listContent .listItem .cell .hidden:checked + .materialChoose {
  color: #ed721a;
}
.popWindows .popWindowsContent .displayList .listContent .listItem .cell .hidden:checked + .materialChoose::before {
  background-color: transparent;
  height: 8px;
  border-color: #000;
  border-top-style: none;
  border-right-style: none;
  line-height: 12px;
  top: -3px;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.popWindows .popWindowsContent .displayList .listContent .listItem .cell .materialChoose {
  cursor: pointer;
  margin-left: 10px;
}
.popWindows .popWindowsContent .displayList .listContent .listItem .cell .materialChoose::before {
  content: "";
  display: inline-block;
  position: relative;
  background-color: #fff;
  width: 14px;
  height: 14px;
  margin-right: 10px;
  top: 2px;
  left: 0;
  border: 2px solid #000;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -ms-transition: all 0.4s;
  transition: all 0.4s;
}
.popWindows .popWindowsContent .displayList .listContent .listItem .cell .download {
  color: #8c003c;
  text-decoration: none;
  outline: none;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -ms-transition: all 0.4s;
  transition: all 0.4s;
}
.popWindows .popWindowsContent .displayList .listContent .listItem .cell .download:hover {
  color: #ed721a;
}
.popWindows .popWindowsContent .displayList .listContent .listItem .cell .lbl {
  position: absolute;
  display: block;
  height: 20px;
  width: 44px;
  background: #898989;
  border-radius: 100px;
  cursor: pointer;
  margin: 0;
  top: 5px;
  right: 37px;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -ms-transition: all 0.4s;
  transition: all 0.4s;
}
.popWindows .popWindowsContent .displayList .listContent .listItem .cell .lbl:after {
  position: absolute;
  left: -2px;
  top: -5px;
  display: block;
  width: 26px;
  height: 26px;
  border-radius: 100px;
  background: #fff;
  box-shadow: 0px 3px 3px rgba(0, 0, 0, 0.2);
  content: '';
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -ms-transition: all 0.4s;
  transition: all 0.4s;
}
.popWindows .popWindowsContent .displayList .listContent .listItem .cell .lbl:active:after {
  transform: scale(1.15, 0.85);
}
.popWindows .popWindowsContent .displayList .listContent .listItem .cell .lbl .switch_on_off {
  height: 20px;
}
.popWindows .popWindowsContent .displayList .listContent .listItem .cell .lbl .switch_on_off::before {
  content: attr(data-checked);
  position: absolute;
  color: #fff;
  top: -3px;
  right: 4px;
  z-index: 5;
}
.popWindows .popWindowsContent .displayList .listContent .listItem .cell .lbl .switch_on_off::after {
  content: attr(data-unchecked);
  position: absolute;
  color: #636463;
  top: -3px;
  left: 4px;
  z-index: 5;
}
.popWindows .popWindowsContent .displayList .listContent .listItem .cell .cbx:checked ~ .lbl {
  background: #ed721a;
}
.popWindows .popWindowsContent .displayList .listContent .listItem .cell .cbx:checked ~ .lbl:after {
  left: 20px;
  background: #fff;
}
.popWindows .popWindowsContent .displayList .listContent .listItem .cell .cbx:checked ~ .lbl .switch_on_off {
  height: 20px;
}
.popWindows .popWindowsContent .displayList .listContent .listItem .cell .cbx:checked ~ .lbl .switch_on_off::before {
  content: attr(data-checked);
  position: absolute;
  color: #636463;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -ms-transition: all 0.4s;
  transition: all 0.4s;
}
.popWindows .popWindowsContent .displayList .listContent .listItem .cell .cbx:checked ~ .lbl .switch_on_off::after {
  content: attr(data-unchecked);
  position: absolute;
  color: #fff;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -ms-transition: all 0.4s;
  transition: all 0.4s;
}
.popWindows .popWindowsContent .displayList .listContent .listItem .cell .cbx:disabled ~ .lbl {
  background: #d5d5d5;
  pointer-events: none;
}
.popWindows .popWindowsContent .displayList .listContent .listItem .cell .cbx:disabled ~ .lbl:after {
  background: #bcbdbc;
}
.popWindows:hover {
  color: #636464;
}
.myClass.ui-dialog {
  font-family: 'Microsoft JhengHei', Helvetica, Arial, 'LiHei Pro', 'PMingLiU', sans-serif;
  box-shadow: none;
}
.myClass.ui-dialog .ui-dialog-titlebar {
  display: block;
  position: relative;
  background-color: #fff3e6;
  text-align: left;
  padding: 5px 15px;
  border-radius: 0;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
  z-index: 99999;
}
.myClass.ui-dialog .ui-dialog-titlebar .ui-dialog-title {
  display: inline-block;
  color: #636464;
  font-size: 16px;
  font-weight: normal;
  letter-spacing: 5px;
  margin: 0;
}
.myClass.ui-dialog .ui-dialog-titlebar .icon {
  background: transparent;
  cursor: pointer;
  border: 0;
  border-radius: 0;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -ms-transition: all 0.4s;
  transition: all 0.4s;
  text-decoration: none;
  outline: none;
}
.myClass.ui-dialog .ui-dialog-titlebar .icon:hover {
  color: #ed721a;
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
.myClass.ui-dialog .ui-dialog-content {
  background: #fff3e6;
  padding: 0;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
}
.myClass.ui-widget-content {
  background: none;
}
.ui-widget-overlay {
  background: none !important;
}
.materializeButton input {
  display: none;
}
.materializeButton label {
  position: relative;
  color: #636464;
  cursor: pointer;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -ms-transition: all 0.4s;
  transition: all 0.4s;
}
.materializeButton label:hover {
  color: #ed721a;
}
.materializeButton label::before {
  content: "";
  display: inline-block;
  position: relative;
  width: 14px;
  height: 14px;
  margin-right: 10px;
  top: 2px;
  left: 0;
  border: 2px solid #ddd;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -ms-transition: all 0.4s;
  transition: all 0.4s;
}
.materializeButton label::after {
  content: "";
  display: inline-block;
  position: absolute;
  background-color: transparent;
  width: 14px;
  height: 14px;
  margin-right: 10px;
  top: 3px;
  left: 0;
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -ms-transition: all 0.4s;
  transition: all 0.4s;
}
.materializeButton .circle::before {
  border-radius: 50%;
}
.materializeButton .circle::after {
  border-radius: 50%;
}
.materializeButton input[type=radio]:checked + label {
  color: #ed721a;
}
.materializeButton input[type=radio]:checked + label::after {
  background-color: #999;
  -webkit-transform: scale(0.6);
  -moz-transform: scale(0.6);
  -ms-transform: scale(0.6);
  transform: scale(0.6);
}
.materializeButton input[type=checkbox]:disabled + label {
  cursor: not-allowed;
}
.materializeButton input[type=checkbox]:disabled + label:before {
  content: "\2716";
  color: #888;
  text-align: center;
  border-width: 0;
  line-height: 12px;
  top: 0;
}
.materializeButton input[type=checkbox]:checked + label {
  color: #ed721a;
}
.materializeButton input[type=checkbox]:checked + label:before {
  content: "";
  height: 8px;
  border-color: #888;
  border-top-style: none;
  border-right-style: none;
  line-height: 12px;
  top: -3px;
  border-width: 2px;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
html,
body,
form,
h1,
h2,
.login-container,
p {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-size: 14px;
  line-height: 1.42857143;
  font-family: "Microsoft JhengHei", Helvetica, Arial, "LiHei Pro", PMingLiU, sans-serif !important;
  font-weight: bolder;
}
html {
  overflow: hidden;
}
@media screen and (max-width: 1024px) {
  html {
    overflow: auto;
  }
}
body .login-container {
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: max-content auto max-content;
  min-height: 100vh;
  overflow: hidden;
}
.hide {
  display: none !important;
}
header .spacer {
  height: 20px;
  background-color: #231815;
}
header .header-container {
  background-color: #514f50;
  color: #fff;
  padding: 28px 20px;
}
header .logo {
  background: url("/Res/Images/logo.svg") no-repeat center center;
  position: relative;
  background-size: cover;
  width: 240px;
  height: 32px;
  cursor: pointer;
  color: #fff;
  transition: all 0.3s ease;
}
.page-content {
  display: grid;
  grid-template-columns: 1fr 1fr;
  background: linear-gradient(135deg, #949494 0%, #3f3f3f 100%);
}
@media screen and (max-width: 1024px) {
  .page-content {
    grid-template-columns: 1fr;
    grid-template-rows: max-content max-content;
  }
}
.page-content .news-panel {
  display: grid;
  grid-template-rows: 2fr 1fr;
  box-shadow: 12px 0 8px -6px #333333;
  background-color: #fff;
  z-index: 2;
}
@media screen and (max-width: 1024px) {
  .page-content .news-panel {
    order: 2;
  }
}
.page-content .news-panel .updates {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  background-color: #fff;
}
.page-content .news-panel .updates .table-item {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}
.page-content .news-panel .updates .table-item.header {
  background-color: #211815;
}
.page-content .news-panel .updates .table-item.header p {
  color: white;
  font-size: 16px;
  font-weight: bold;
}
.page-content .news-panel .updates .table-item:nth-child(4n-2),
.page-content .news-panel .updates .table-item:nth-child(4n-1) {
  background-color: #efefef;
}
.page-content .news-panel .updates .table-item:nth-child(4n-2).header,
.page-content .news-panel .updates .table-item:nth-child(4n-1).header {
  background-color: #211815;
}
.page-content .news-panel .updates .table-item:nth-child(4n-2).header p,
.page-content .news-panel .updates .table-item:nth-child(4n-1).header p {
  font-size: 16px;
  font-weight: bold;
  color: white;
}
.page-content .news-panel .updates .table-item p {
  text-align: center;
  color: #636464;
  margin: auto;
}
.page-content .forms-panel {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: auto max-content;
}
@media screen and (max-width: 1024px) {
  .page-content .forms-panel {
    order: 1;
    height: calc(100vh - 132px);
  }
}
.page-content .forms-panel .login-form {
  color: #fff;
  margin: auto 0;
  display: grid;
  grid-template-columns: max-content;
  justify-content: center;
  justify-items: center;
  gap: 10px;
  padding: 25px;
}
.page-content .forms-panel .login-form .input-group {
  position: relative;
  display: flex;
  justify-content: center;
  height: 47px;
  width: 250px;
}
@media screen and (max-width: 700px) {
  .page-content .forms-panel .login-form .input-group {
    width: 80vw;
  }
}
.page-content .forms-panel .login-form .input-group input {
  display: block;
  border: 1px solid rgba(255, 255, 255, 0.4);
  background-color: #c4c4c4;
  width: 100%;
  border-radius: 3px;
  padding: 10px 15px;
  text-align: center;
  font-size: 18px;
  font-weight: 300;
  color: #fff;
  outline: none;
  text-decoration: none;
  transition: all 0.25s ease;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
.page-content .forms-panel .login-form .input-group input:focus {
  background-color: #fff;
  width: 110%;
  color: #ed721a;
}
.page-content .forms-panel .login-form .input-group input:hover {
  background-color: rgba(255, 255, 255, 0.4);
}
.page-content .forms-panel .login-form .input-group input::placeholder {
  color: #fff;
}
.page-content .forms-panel .login-form button {
  background-color: #fff;
  border: 0;
  padding: 10px 15px;
  color: #ed721a;
  border-radius: 3px;
  width: 100%;
  cursor: pointer;
  font-size: 18px;
  outline: none;
  text-decoration: none;
  transition: all 0.25s ease;
}
.page-content .forms-panel .login-form button:hover {
  background-color: #f5f7f9;
}
.page-content .forms-panel .login-form .misc-feat {
  width: 100%;
  display: flex;
  gap: 15px;
}
.page-content .forms-panel .login-form .misc-feat .item {
  color: #fff;
  cursor: pointer;
  font-weight: 700;
  outline: none;
  text-decoration: none;
  transition: all 0.25s ease;
  margin-top: 5px;
}
.page-content .forms-panel .login-form .misc-feat .item:hover {
  color: #ed721a;
}
.page-content .forms-panel .applyLineWindows {
  position: absolute;
  width: 100%;
  top: 0;
  left: -100%;
  margin-top: 11%;
  z-index: 1;
  transition: all ease 0.25s;
}
.page-content .forms-panel .applyLineWindows.active {
  left: 0;
}
.page-content .forms-panel .applyLineWindows .tagHelp {
  color: white;
  margin-bottom: 12px;
  text-align: center;
}
.page-content .forms-panel .applyLineWindows .tag {
  background: #ffffff;
  border-radius: 20px;
  width: 300px;
  height: 300px;
  margin: auto;
  position: relative;
  box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.4);
}
.page-content .forms-panel .applyLineWindows .tag .lineQR {
  top: 25px;
  position: absolute;
  left: 25px;
}
.page-content .forms-panel .applyLineWindows .itemBtn {
  display: grid;
  grid-template-columns: max-content;
  gap: 15px;
  justify-content: center;
  align-items: center;
  margin-top: 15px;
}
.page-content .forms-panel .applyLineWindows .btnStyle {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.4);
  outline: none;
  text-decoration: none;
  transition: all ease 0.25s;
  font-size: 14px;
  width: 280px;
  height: 40px;
  line-height: 40px;
  background: #afafaf;
  border-radius: 10px;
  cursor: pointer;
  text-align: center;
}
.page-content .forms-panel .applyLineWindows .btnStyle.hide {
  display: none;
}
.page-content .forms-panel .applyLineWindows .btnStyle:hover {
  background-color: #db7831;
}
.page-content .forms-panel .applyLineWindows .itemBtn {
  padding-top: 10px;
}
.page-content .forms-panel .applyWindows {
  position: absolute;
  width: 100%;
  color: #636464;
  margin-top: 11%;
  top: 0;
  left: -200%;
  box-shadow: 0 0 8px 4px #333333;
  z-index: 1;
  transition: all ease 0.25s;
}
.page-content .forms-panel .applyWindows.active {
  left: 0;
}
.page-content .forms-panel .applyWindows .content {
  width: 100%;
  padding: 25px;
  text-align: left;
  background: #c7c7c7;
}
.page-content .forms-panel .applyWindows .content .header {
  position: relative;
}
.page-content .forms-panel .applyWindows .content .header .close-trial-application {
  position: absolute;
  font-size: 20px;
  cursor: pointer;
  right: 0;
  transition: all ease 0.25s;
}
.page-content .forms-panel .applyWindows .content .header .close-trial-application:hover {
  color: #ed721a;
}
.page-content .forms-panel .applyWindows .content .item {
  display: flex;
  align-items: center;
  position: relative;
  margin: 10px auto;
}
.page-content .forms-panel .applyWindows .content .item input {
  display: none;
}
.page-content .forms-panel .applyWindows .content .item label {
  position: relative;
  color: #636464;
  cursor: pointer;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -ms-transition: all 0.4s;
  transition: all 0.4s;
}
.page-content .forms-panel .applyWindows .content .item label:hover {
  color: #ed721a;
}
.page-content .forms-panel .applyWindows .content .item label::before {
  content: "";
  display: inline-block;
  position: relative;
  width: 14px;
  height: 14px;
  margin-right: 10px;
  top: 2px;
  left: 0;
  border: 2px solid #ddd;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -ms-transition: all 0.4s;
  transition: all 0.4s;
}
.page-content .forms-panel .applyWindows .content .item label::after {
  content: "";
  display: inline-block;
  position: absolute;
  background-color: transparent;
  width: 14px;
  height: 14px;
  margin-right: 10px;
  top: 3px;
  left: 0;
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -ms-transition: all 0.4s;
  transition: all 0.4s;
}
.page-content .forms-panel .applyWindows .content .item .circle::before {
  border-radius: 50%;
}
.page-content .forms-panel .applyWindows .content .item .circle::after {
  border-radius: 50%;
}
.page-content .forms-panel .applyWindows .content .item input[type=radio]:checked + label {
  color: #ed721a;
}
.page-content .forms-panel .applyWindows .content .item input[type=radio]:checked + label::after {
  background-color: #999;
  -webkit-transform: scale(0.6);
  -moz-transform: scale(0.6);
  -ms-transform: scale(0.6);
  transform: scale(0.6);
}
.page-content .forms-panel .applyWindows .content .item input[type=checkbox]:disabled + label {
  cursor: not-allowed;
}
.page-content .forms-panel .applyWindows .content .item input[type=checkbox]:disabled + label:before {
  content: "\2716";
  color: #888;
  text-align: center;
  border-width: 0;
  line-height: 12px;
  top: 0;
}
.page-content .forms-panel .applyWindows .content .item input[type=checkbox]:checked + label {
  color: #ed721a;
}
.page-content .forms-panel .applyWindows .content .item input[type=checkbox]:checked + label:before {
  content: "";
  height: 8px;
  border-color: #888;
  border-top-style: none;
  border-right-style: none;
  line-height: 12px;
  top: -3px;
  border-width: 2px;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.page-content .forms-panel .applyWindows .content .item input[type="radio"] {
  display: none;
}
.page-content .forms-panel .applyWindows .content .item label {
  margin-right: 20px;
}
.page-content .forms-panel .applyWindows .content .item label::after {
  top: 3px;
}
.page-content .forms-panel .applyWindows .content .item .tag {
  width: 90px;
}
.page-content .forms-panel .applyWindows .content .item .tag .disapear {
  opacity: 0;
  visibility: hidden;
}
.page-content .forms-panel .applyWindows .content .item .inputType {
  flex: 1;
  display: block;
  border: 0;
  border-radius: 5px;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
  border: 1px solid transparent;
  padding: 3px 5px;
  outline: none;
  text-decoration: none;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -ms-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
.page-content .forms-panel .applyWindows .content .item .inputType:focus {
  box-shadow: 0 8px 17px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}
.page-content .forms-panel .applyWindows .content .item .zipCode {
  max-width: 45px;
  margin-right: 10px;
}
.page-content .forms-panel .applyWindows .content .item .smallTag {
  margin: 0 10px;
}
.page-content .forms-panel .applyWindows .content .item .smaaHint {
  margin-left: 5px;
}
.page-content .forms-panel .applyWindows .content .item .userNameError {
  position: absolute;
  background: #777;
  text-align: center;
  width: 185px;
  margin: auto;
  padding: 10px;
  border-radius: 3px;
  color: #fff;
  left: 0;
  right: 0;
  bottom: -43px;
  opacity: 1;
  visibility: visible;
  -webkit-transform-origin: top;
  -moz-transform-origin: top;
  -ms-transform-origin: top;
  -o-transform-origin: top;
  transform-origin: top;
  -webkit-transform: scaleY(1);
  -moz-transform: scaleY(1);
  -ms-transform: scaleY(1);
  -o-transform: scaleY(1);
  transform: scaleY(1);
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -ms-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
  z-index: 10;
}
.page-content .forms-panel .applyWindows .content .item .displayNone-userNameError {
  bottom: -13px;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: scaleY(0);
  -moz-transform: scaleY(0);
  -ms-transform: scaleY(0);
  -o-transform: scaleY(0);
  transform: scaleY(0);
  z-index: -1;
}
.page-content .forms-panel .applyWindows .content .itemBtn {
  text-align: right;
  margin-top: 15px;
}
.page-content .forms-panel .applyWindows .content .itemBtn .btnStyle {
  background: #1a63a0;
  color: #fff;
  border: 0;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
  padding: 3px 30px;
  outline: none;
  text-decoration: none;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -ms-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
.page-content .forms-panel .applyWindows .content .itemBtn .btnStyle.loadingBtn {
  margin-right: 5px;
  width: 88px;
  background-color: darkgray;
  cursor: not-allowed;
}
.page-content .forms-panel .applyWindows .content .itemBtn .btnStyle.loadingBtn:hover {
  background-color: darkgray;
  cursor: not-allowed;
}
.page-content .forms-panel .applyWindows .content .itemBtn .btnStyle:hover {
  background: #ed721a;
  box-shadow: 0 8px 17px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}
.page-content .forms-panel .applyWindows .content .itemBtn .sendBtn {
  margin-right: 5px;
}
.page-content .forms-panel .applyWindows .applicationMessage {
  font-size: 18px;
  padding: 100px;
  letter-spacing: 5px;
  line-height: 37px;
  text-align: left;
  background: #c7c7c7;
}
.page-content .forms-panel .applyWindows .applicationMessage .EmailContainer .trHead {
  position: relative;
  border-bottom: 1px solid #999;
  margin-bottom: 10px;
}
.page-content .forms-panel .applyWindows .applicationMessage .EmailContainer .trHead .closeBtn {
  position: absolute;
  cursor: pointer;
  top: 5px;
  right: 0;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -ms-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
.page-content .forms-panel .applyWindows .applicationMessage .EmailContainer .trHead .closeBtn:hover {
  color: #ed721a;
}
.page-content .forms-panel .applyWindows .applicationMessage .EmailContainer tr td .FloatRight {
  text-align: right;
}
.page-content .forms-panel .social-media-bar {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 15px;
  padding: 30px;
}
.page-content .forms-panel .social-media-bar .media-item {
  color: #fff;
  cursor: pointer;
  background: #959595;
  font-size: 22px;
  border-radius: 50%;
  box-shadow: 5px 4px 8px 0 #333;
  text-decoration: none;
  transition: all 0.25s ease;
  width: 40px;
  height: 40px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}
.page-content .forms-panel .social-media-bar .contacts-panel {
  background: #949494;
  background: linear-gradient(135deg, #949494 0%, #3f3f3f 100%);
  position: absolute;
  right: -200px;
  bottom: -260px;
  padding: 30px;
  border-radius: 50px 0 0;
  color: #fff;
  cursor: pointer;
  box-shadow: 0 0 8px 6px #333333;
  transition: all 0.25s ease;
  width: 280px;
  height: 325px;
}
.page-content .forms-panel .social-media-bar .contacts-panel:hover {
  right: 0;
  bottom: -40px;
}
@media screen and (max-width: 1024px) {
  .page-content .forms-panel .social-media-bar .contacts-panel {
    display: none;
  }
}
.page-content .forms-panel .social-media-bar .contacts-panel .header {
  text-align: left;
  position: relative;
  width: 30px;
  margin-bottom: 15px;
  top: -10px;
  left: -10px;
  transition: all 0.25s ease;
}
.page-content .forms-panel .social-media-bar .contacts-panel .item {
  margin-bottom: 10px;
}
.link-bar {
  position: absolute;
  list-style: none;
  bottom: 0;
}
.link-bar .link-button {
  background-color: #959595;
  border-radius: 3px;
  color: #FFFFFF;
  cursor: pointer;
  border: 0;
  padding: 10px 15px;
  margin-bottom: 12px;
  font-size: 18px;
  display: inline-block;
  text-decoration: none;
}
footer {
  background-color: #fff;
  height: 74px;
  box-shadow: 0 -4px 8px -6px #333333;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  font-size: 12px;
  color: #333;
  z-index: 3;
}
footer a {
  text-decoration: none;
  color: #225ba0;
}
footer p {
  font-size: 12px;
  color: #333;
}
