body.isBlack {
  color: #000;
}

body.isBlack #tmss-container,
body.isBlack #check-question-container {
  min-height: calc(100vh - 216px);
}

body.isBlack #tmss-container *,
body.isBlack #check-question-container * {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
}

body.isBlack #tmss-container * .controls select,
body.isBlack #check-question-container * .controls select {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-image: url("../../img/action_dropdown.png");
  background-repeat: no-repeat;
  background-position: right 7px center;
}

body.isBlack h1, body.isBlack h2, body.isBlack h3, body.isBlack h4, body.isBlack h5, body.isBlack h6 {
  font-family: Xolonium;
  text-transform: uppercase;
}

body.isBlack a {
  color: #ff3535;
}

body.isBlack a:hover {
  color: #c20013;
}

body.isBlack a.sub-btn2 {
  padding: 3px 17px 3px 0;
  background-image: url("../images/more-button-rog.png");
  background-repeat: no-repeat;
  background-position: right 6px center;
}

body.isBlack a.sub-btn2:hover {
  background-image: url("../images/more-button-rog-hover.png");
}

body.isBlack .btn-asus {
  font-size: 14px;
  height: 30px;
  background-color: #ff3535;
  border-radius: 0;
  border: 0;
  -webkit-transition: .3s;
  transition: .3s;
  position: relative;
  line-height: unset;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

body.isBlack .btn-asus::after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 15px 0 0 15px;
  border-color: transparent transparent transparent #fff;
  position: absolute;
  bottom: 0;
  left: 0;
}

body.isBlack .btn-asus:hover {
  background-color: #c20013;
}

body.isBlack .btn-setting::after,
body.isBlack .btn-ok::after {
  content: none;
}

body.isBlack .btn-addfile {
  width: 66px;
  height: 26px;
  line-height: 26px;
  font-size: 12px;
  text-transform: uppercase;
  text-shadow: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  padding: 0 22px 0 38px;
  overflow: inherit;
  border: 2px solid #ff3535;
  background-color: transparent;
  background-image: url("../../img/action_add2-rog.png");
  background-repeat: no-repeat;
  background-position: left 24px center;
  border-radius: 0;
  color: #ff3535;
  -webkit-transition: .3s;
  transition: .3s;
  position: relative;
}

body.isBlack .btn-addfile::after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 0 0 10px;
  border-color: transparent transparent transparent #fff;
  position: absolute;
  bottom: -2px;
  left: -2px;
}

body.isBlack .btn-addfile::before {
  content: '';
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 0 0 10px;
  border-color: transparent transparent transparent #ff3535;
  position: absolute;
  top: auto;
  bottom: -1px;
  left: -1px;
  -webkit-transition: .3s;
  transition: .3s;
  background: none;
}

body.isBlack .btn-addfile:hover {
  color: #fff;
  background-color: #ff3535;
  background-image: url("../../img/action_add2-rog-hover.png");
}

body.isBlack #btn_save {
  width: 240px;
  height: 34px;
  text-transform: uppercase;
}

body.isBlack #btn_check {
  width: 214px;
  height: 34px;
}

body.isBlack .controls .control-add img {
  width: 0;
  height: 0;
  padding-top: 12px;
  padding-right: 12px;
  background: url("../../img/action_remove2-rog.png") no-repeat center center;
}

body.isBlack .controls .control-add img:hover {
  background-image: url("../../img/action_remove2-rog-hover.png");
}

body.isBlack textarea, body.isBlack input, body.isBlack .uneditable-input {
  border-radius: 0;
}

body.isBlack .form h5 b, body.isBlack .form label b {
  color: #c74200;
}

body.isBlack .blueword {
  color: #c74200;
}

body.isBlack .tmss-zone .ld-zonme h4 {
  text-transform: none;
  font-family: inherit;
}

body.isBlack .tmss-zone .ld-zonme .tmss-login-account .btn-container {
  position: relative;
}

body.isBlack .tmss-zone .ld-zonme .tmss-login-account .btn-container::after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 15px 0 0 15px;
  border-color: transparent transparent transparent #fff;
  position: absolute;
  bottom: 20px;
}

body.isBlack .tmss-zone .ld-zonme .sighUp a {
  background-image: url("../images/more-button-rog.png");
  background-repeat: no-repeat;
  background-position: right 0 top 4px;
  padding: 0 10px 10px 0;
}

body.isBlack .tmss-zone .ld-zonme .sighUp a:hover {
  background-image: url("../images/more-button-rog-hover.png");
}

body.isBlack .form-zone h5 {
  font-family: inherit;
  text-transform: capitalize;
}

body.isBlack .checkbox {
  display: block;
  font-size: 12px;
  max-width: none;
  text-align: left;
  position: relative;
  padding-left: 25px;
}

body.isBlack .checkbox input {
  position: absolute;
  opacity: 0;
  width: 0;
  height: 0;
}

body.isBlack .checkbox input:checked ~ .checkmark {
  border: 1px solid #ff3535;
  background-color: #ff3535;
}

body.isBlack .checkbox input:checked ~ .checkmark::after {
  display: block;
}

body.isBlack .checkbox .checkmark {
  width: 14px;
  height: 14px;
  position: absolute;
  top: 0;
  left: 0;
  border: 1px solid #707070;
}

body.isBlack .checkbox .checkmark::after {
  content: "";
  position: absolute;
  left: 4.5px;
  top: 2px;
  width: 3px;
  height: 6px;
  border: solid #fff;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  display: none;
}

body.isBlack .list-suggestion ul li a {
  color: #ff3535;
}

body.isBlack .list-suggestion ul li a:hover {
  color: #c20013;
}
/*# sourceMappingURL=rog_base.css.map */