 
 
.bg-gradient{

  background: radial-gradient(circle, rgba(108,108,108,1) 0%, rgba(18,18,18,1) 84%);
  background: linear-gradient(to left top, #990000, #cc3300) fixed ;
  min-height: 600px; 
}
.ms-container {
    background: transparent url(../img/switch.png) no-repeat 50% 50%;
    width: 100%;
}

th.rotate {
  /* Something you can count on */
  height: 140px;
  white-space: nowrap;

}

th.rotate > div {
  transform: 
    /* Magic Numbers */
    translate(0px, 0px)
    /* 45 is really 360 - 45 */
    rotate(-90deg);
  width: 30px;
}
th.rotate > div > span {
  border-bottom: 1px solid #ccc;
  padding: 5px 10px;
}

.logo img {
  width: 25% !important;
}

.border-3 {
  border-width:3px !important;
}

img.inactive {
  -webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
  filter: grayscale(100%);
}



.point i {
  position: absolute;
  right: 0px;
  bottom: 0px;
}

.has-error input {
  border: 1px red solid;
}

.help-block {
  color: #fd7e14;
  font-size: .9em;
  line-height: 2;
}

.logo {
  margin-top: 10px;
  margin-bottom: 10px;
}
.logo img {
  width: 40%;
  text-align: center;
}

 
.reward img {
  width:50%;
}

.term {
  text-align:center;  
}
 
.term2{
 border-top:1px solid #ccc;
 padding-top: 10px;
}
.term2, .term2 li {
  font-size: .9em; 
}

.term2, .term2 ol { 
  margin-left: 0;
  padding-left: 10px;
}


.term2, .term2 ol li{
 margin-left: 0;
}


@media only screen and (max-device-width: 480px) {
  

   .logo {
    margin-top: 8px;
    margin-bottom: 8px;
    text-align: center;
  
  }

  .term {
    font-size: 0.8em;
    line-height: 0.5;
  }

  .reward img {
    width:60%;
  }
  

}

td.body { 
    background-color: #FFFFFF;
    -moz-box-shadow:    inset 0 0 10px #000000;
   -webkit-box-shadow: inset 0 0 10px #000000;
   box-shadow:         inset 0 0 10px #000000;
  }

.border-v {
  
    background: url(images/border.png);
    width: 18px;
}


.border-h {
  
  background: url(images/border_horizontal.png);
  height: 18px;
}

.border-corner {
  
  background: url(images/border_horizontal.png);
  height: 18px;
  width: 18px;
}


.campaign .form-control {
 
  border: 2px solid #fec013; 
}


.text-hidden{
  display: none;
}

.text-toggle {
  color:blue !important;
}