body#body { background: #FFF; color: #000; }
input { color: #000000; }
.alignCenter { text-align: center; }
#adminPanel { padding: 30px 0 30px 0;  }
h1.loginTitle { font-size: 24px; font-weight: 400; }
p.loginSub { color: #000; font-size: 16px; font-weight: 300; }
p.loginError { color: red; font-wise: 16px; font-weight: 400; margin-top: 20px; }
p.success { color: green; font-wise: 16px; font-weight: 400; margin-top: 20px; }


input[type=checkbox] {
  /* All browsers except webkit*/
  transform: scale(1.5);

  /* Webkit browsers*/
  -webkit-transform: scale(1.5);
}

.table th, .table td { 
     border-top: none !important; 
     border-left: none !important; 
     border-right: none !important; 
 }
 
 @media (max-width: 991px) { .dashStyleRight { text-align: center; } .dashStyleLeft { text-align: center; } }
 @media (min-width: 992px) { .dashStyleRight {text-align: right; } .dashStyleLeft { text-align: left; } }