  @keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
  }

nav.navbar.navbar-custom {
  height: 60px;
}

.navbar-brand {
  background-image: url('/PlanRoom/images/ggc-logo-small.png');
  width: 200px;
  position: relative;
  left: 15px;
  top: 5px;
  background-size: contain;
  background-repeat: no-repeat;
}

#navbar {
  position: static;
  font-size: 15px;
  font-weight: bold;
}

@media only screen and (min-width: 768px) {
  #navbar {
    float: right;
  }
}
.navbar-toggle {
  background-color: #004f00;
}

.navbar-toggle .icon-bar {
  background-color: white;
}

.loading-modal .modal-dialog {
  margin-left: auto;
  margin-right: auto;
}

.loading-modal .modal-backdrop {
  z-index: 9989;
}

.loading-modal .modal-content {
  background-color: transparent;
  border: none;
  box-shadow: none;
}

.loading-modal .loading {
  border: 16px solid #004f00;
  border-radius: 25%;
  height: 100px;
  width: 100px;
  animation: spin 2s linear infinite;
  margin-left: auto;
  margin-right: auto;
  z-index: 9990;
}

.loading-modal .loading .ui-dialog-buttonpane {
  display: none;
}

body {
    background-image: url('../images/blueprint.jpg');
    background-repeat: repeat;
    
    color: #303030;
}

body.authenticated {
	background-image: none;
}

body.authenticated nav {
	background-color: white;
}

.authenticated main {
	margin-top: 70px;
}

.navbar-nav > li > a {
	color: #303030;
}

.project-detail input, .project-detail select {
	width: 100%;
}

.project-detail .row {
	margin-top: 15px;
}

.required {
	color: red !important;
}

#loginForm .required {
    color: black !important;
}

.pagination>li>a, .pagination>li>span {
	color: #004f00;
}

.pagination>.active>a, .pagination>.active>a:focus, .pagination>.active>a:hover, .pagination>.active>span, .pagination>.active>span:focus, .pagination>.active>span:hover {
	background-color: #004f00;
	border-color: #004f00;
}

h2 {
	color: #004f00;
}

#sub-actions {
  margin-top: 15px;
  margin-bottom: 15px;
}

.btn-primary {
	background-color: #004f00;
	border-color: #004f00;
}

.btn-primary:hover, .btn-primary:active, .btn-primary:focus {
    background-color: #003f00 !important;
    border-color: #003f00 !important;
}

.bid-file-container {
  border-bottom: 1px solid #e5e5e5
}

legend {
  font-size: 16px;
  margin-bottom: 10px;
}

.ui-accordion-header-active.ui-state-active {
  background-color: #004f00;
  border-color: #004f00;
}

.logout {
  cursor: pointer;
}

.pending {
  background-color: #fff799;
  font-weight: bold;
  color: black;
}
.lost {
  color: black;
  background-color: #ff6666;
}
.bidding {
  color: black;
}
.awarded {
  background-color: #a3d39c;
  color: black;
}
.completed {
  background-color: #cdcdcd;
  color: black;
}
.on-hold {
  background-color: goldenrod;
}
.cancelled, .not-bidding {
  color: darkgrey;
}

.project-detail-panel {
  margin-bottom: 20px;
}

th a, th a:hover, th a:active, th a:visited, th a:focus {
  color: #303030;
}

#login-wrapper .logo {
  display: block;
  margin-top: 15px;
}