html,body {
  height: 100%;
  padding-top: 0px;
}

.index-body {
  background-color: #eee;
}

.body{
  padding-top: 55px;
}

root { 
  display: block;
}

#topbanner {
  background-color: #d58512;
  padding-left: 20px;
  margin-bottom: 0;
  padding: 20px;
}

#topbanner h1 {
  color:white;
}

.top-bar {
  background-color: #0A5B93;
  width:100%;
  height:100px;
}

#wrap {
  min-height: 100%;
  height: auto !important;
  height: 100%;
  margin: 0 auto -40px;
}

#push,
#footer {
  height: 40px;
}

#footer {
  background-color: #222;
}
#footer span {
  color:white;
  padding:10px;
  font-size: 0.8em;
}

/* index.php styling*/
.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: 14px;
}
.form-signin .form-control:focus {
  z-index: 2;
}
.form-signin input[type="email"] {
  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;
}

.form-signin button {
  height: 3.0em;
}

.alert {
  max-width: 450px;
  padding: 15px;
  margin: 0 auto;
}

.navbar-default {
/*OAC  */
/*  background-color: #1F63AF;*/
/*BAFA:*/
  background-color: #0A5B93;
}

.navbar-default .navbar-nav>li>a{
  color:white;
}

.navbar-default .navbar-nav>li>a:hover{
  color:#1cc7ff;
}

.breadcrumb {
  background-color: transparent;
}

.form-group {
  margin-bottom: 5px;
}

.sb-left {
  background-color: #777777;
}

.errorText {
  font-weight: bold;
  color:red;
}

.blueBold {
  font-weight: bold;
  color:blue;
}

.orangeBold {
  font-weight: bold;
  color:orange;
}

.padding-bottom {
  padding-bottom: 5px;
}

.breadcrump-wrapper {
  margin: 0px 15px 10px 15px;
}

div.DTTT { 
  margin-bottom: 0.5em; float: right; 
}
div.dataTables_wrapper { 
  clear: both;
}

.table-hover tbody tr:hover td {
  background: #efff80;
}

.table.dataTable tbody td {
  white-space: nowrap;  
}

.table tbody tr.selected td{
  background: #1cc7ff;
}

.table-firstcolgrey tbody tr td:first-child {
  background: #ddd;
}

#peopleTable {
  margin-bottom: 50px;
}

.editTable {
  margin: 5px;
}

.editTable td {
  padding: 7px;
}

.gridDiv {
  margin-left: 20px;
  margin-right: 40px;
}

.L1 {
  margin-left: 10px;
  padding: 2px;
  color: #d58512;
  font-size: 1.3em;
  list-style-type: none;
}

.L2 {
  margin-left: 10px;
  padding: 2px;
  color: #0A5B93;
  font-size: 1.1em;
  list-style-type: none;
}

.L3 {
  list-style-type: none;
}

.L3>a {
  color:#333;
  text-decoration: none;
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 1.42857143;
  white-space: nowrap;
}
.L3>a:hover {
  background-color:#f5f5f5;
}


/*required to display date picker in front of modal window*/
.datepicker{
  z-index:1151 !important;
}

/*back to top link*/
.cd-top {
  display: inline-block;
  height: 40px;
  width: 40px;
  position: fixed;
  bottom: 40px;
  right: 10px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
  /* image replacement properties */
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  background: rgba(232, 98, 86, 0.8) url(../img/cd-top-arrow.svg) no-repeat center 50%;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: opacity .3s 0s, visibility 0s .3s;
  -moz-transition: opacity .3s 0s, visibility 0s .3s;
  transition: opacity .3s 0s, visibility 0s .3s;
}
.cd-top.cd-is-visible, .cd-top.cd-fade-out, .no-touch .cd-top:hover {
  -webkit-transition: opacity .3s 0s, visibility 0s 0s;
  -moz-transition: opacity .3s 0s, visibility 0s 0s;
  transition: opacity .3s 0s, visibility 0s 0s;
}
.cd-top.cd-is-visible {
  /* the button becomes visible */
  visibility: visible;
  opacity: 1;
}
.cd-top.cd-fade-out {
  /* if the user keeps scrolling down, the button is out of focus and becomes less visible */
  opacity: .5;
}
.no-touch .cd-top:hover {
  background-color: #e86256;
  opacity: 1;
}
@media only screen and (min-width: 768px) {
  .cd-top {
    right: 20px;
    bottom: 20px;
  }
}
@media only screen and (min-width: 1024px) {
  .cd-top {
    height: 60px;
    width: 60px;
    right: 30px;
    bottom: 30px;
  }
}

a.anchor{display: block; position: relative; top: -100px; visibility: hidden;}

td.yellow {
  background-color: yellow;
}

td.red {
  background-color:#ff5555;
}

.grey {
  background-color: #EDEDED;
}

.syntax-container {
  background: #FCFCFC;
  -webkit-border-radius: 7px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 7px;
  -moz-background-clip: padding;
  border-radius: 7px;
  background-clip: padding-box;
  border: 1px solid #e3e3e3;
  margin-bottom: 30px;
  padding-bottom: 20px;
}
.isloading-wrapper.isloading-right {
  margin-left: 10px;
}
.isloading-overlay {
  position: relative;
  text-align: center;
}
.isloading-overlay .isloading-wrapper {
  background: #FFFFFF;
  -webkit-border-radius: 7px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 7px;
  -moz-background-clip: padding;
  border-radius: 7px;
  background-clip: padding-box;
  display: inline-block;
  margin: 0 auto;
  padding: 10px 20px;
  top: 10%;
  z-index: 9000;
}
