body {
  background-color: #fff;
}

/* Prevent Angular from displaying anything while loading*/
[ng\:cloak], [ng-cloak], [data-ng-cloak], [x-ng-cloak], .ng-cloak, .x-ng-cloak {
  display: none !important;
}
/* Sign in form */

.form-signin {
  max-width: 330px;
  padding: 15px;
  margin: 0 auto;
}
.form-signin .form-signin-heading,
.form-signin .checkbox {
  margin-bottom: 10px;
}
.form-signin .checkbox {
  font-weight: normal;
}
.form-signin .form-control {
  position: relative;
  height: auto;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  padding: 10px;
  font-size: 16px;
}
.form-signin .form-control:focus {
  z-index: 2;
}
.form-signin input[type="text"] {
  margin-bottom: -1px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.form-signin input[type="password"] {
  margin-bottom: 10px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

/* ui-bootstrap */
.nav, .pagination, .carusel, .panel-title a { cursor: pointer; }

/* ui-grid */
.skygrid {
  width: 100%;
  height: auto;
  margin-top: 3px;
}
.grid-align {
  text-align: left;
}

/* form validation */
.red, .form-validated input.ng-invalid.ng-touched {
  border: 1px solid #f00;
}
.clickable {
    cursor: pointer;
}
.clickable:hover {
    background: #ccddff;
}
.selected {
    background: #002b80;
    color: #ffffff;
}
.selected:hover {
    background: #002266;
}
.remarks {
    width: .8em;
}
.remark-highlight {
    background: #ccffcc;
}
.boldface {
    font-weight: bold;
}
.grid-header {
    white-space: pre;
}
.dashboard {
    margin-left:-100px;
    margin-right:-100px;
}
hr {
   padding: 0;
   margin: 10px auto;
   height: 0;
   width: 100%;
   max-height: 0;
   font-size: 1px;
   line-height: 0;
   clear: both;
   border: none;
   border-top: 1px solid #999999;
   border-bottom: 1px solid #ffffff;
}
.grid-link {
    cursor: pointer;
}
.grid-link:hover {
    color: #404040;
    text-decoration: underline;
    text-decoration-style: dotted;
}