/* Sticky footer styles
-------------------------------------------------- */
html {
  position: relative;
  min-height: 100%;
}
body {
  /* Margin bottom by footer height */
  margin-bottom: 60px;
}
.footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  /* Set the fixed height of the footer here */
  height: 60px;
 
  background-color: #f5f5f5;
}

.loader{background: #192028 url(../images/ajax_loader_2.gif) no-repeat center center;width: 100%;height: 100%;text-align: center;color: #fff;position: fixed ; z-index: 99999; opacity: 0.5}
select option[disabled] { color: #999; text-decoration: line-through;}