/* =================================== */
/* ==== Bootstrap overrides start ==== */
/* =================================== */

a.btn-primary:visited,
a.btn-success:visited {
  color:#fff;
}

.clHiddenRow {
  padding:0 !important;
}

th > a:visited,
th > a:link
 {
  color:#337ab7;
}

/* ============================== */
/* ==== Footer styling start ==== */
/* ============================== */
#idFooter {
  clear:both;
  margin:15px auto;
  padding:14px;
  width:100%;
  background-color:#dddddd;
  text-align:left;
  color:DarkSlateGray;
  font-size:12px;
}

#idFooter > div > a {
  color:DarkSlateGray;
  font-size:12px;
}

/* =============================== */
/* ==== General styling start ==== */
/* =============================== */

.clCursorPointer {
  cursor:pointer;
}

.clColorBlack {
  color:black;
}

.clColorRed {
  color:red;
}

.clGreenGlow {
    text-shadow:0px 0px 8px #00cc00;
    color:green;
}

.clRedGlow {
    text-shadow:0px 0px 8px #cc0000;
    color:red;
}
