body {
  padding-top: 70px; /*was 70px*/
}

@media (max-width: 768px) {
  body {
    padding-top: 190px;
  }
}

.searchBox{

    margin-top:12px;
    margin-left: 10px;   
}

ul{
    list-style-type: none;
}

.detailsList{
    padding: 0;
    margin-left: 10px;
}

.bottom-bar {
    position: absolute;
    z-index: 100; 
    bottom: 0; 
    left: 0;
    width: 100%;
    text-align: center;
    /*padding-top: 5px;*/
}

.jobsRow{
    border-bottom:1pt solid lightgray;
    cursor: pointer; 
    cursor: hand;
}

.selectedRow {
  background-color: red !important;
}

.rowDirty {
      font-weight: bold;
      font-style: italic;
}


tr.Complete{
    background-color: #b3c2bf;
}

.selectableRow{
    cursor: pointer; 
    cursor: hand;
}

/*identical for now*/
.selectableShiftRow{ 
    cursor: pointer; 
    cursor: hand;
}

.shiftsummaryTableRow{
    border-bottom:1pt solid lightgray;
}

.selectableRow_green:hover{
    background-color: #c0dfd9;
}


.selectableRow_blue:hover {
    background-color: #e6f7ff;
}

.ssSelectorListLink {
    color: blue;

    cursor: pointer; 
    cursor: hand;
}

.ssAddObject {
    float:right;
    color:red;
    cursor: pointer; 
    cursor: hand;
    font-weight: bold;
}

.ssWell{
    margin-top: 20px;
}

/* flatly.bootstrap overrides */

.container-fluid {
    margin-right: auto;
    margin-left: auto;
    padding-left: 5px;
    padding-right: 5px;
  }

  .col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
    position: relative;
    min-height: 1px;
    padding-left: 5px;
    padding-right: 5px;
  }

  .navbar-default, .navbar-collapse {
      background-color: #008996;
  }
  .navbar-default .navbar-nav > li > a:hover,
  .navbar-default .navbar-nav > li > a:focus {
    color: #F0AC00;
  }
.navbar-brand {
    padding: 12px;
}
.login-column {

    width: 500px;
    
    position:fixed;
    margin-left: 0 auto;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}
.login-form {

    background-color: #008996;
    color: white;
    padding: 30px;
    border-radius: 10px;
}
.login-form .buttons {
    text-align: center;
}
.login-form .btn {
    border-radius: 5px;
    border: none;
    padding: 10px 20px;
}
.login-logo {
    text-align: center;
    margin-bottom: 20px;
}
.login-error {
    padding: 5px;
    margin-top: 5px;
    border-radius: 3px;
}
/* end flatly.bootstrap overrides */

