html, body {
  height: 100%; }

.navbar-inverse .navbar-nav > li > a:hover {
  background-color: black; }

.ff-logo {
  padding-top: 70px; }

.ff-container {
 /* height: 100%; */
 }
  .ff-container .ff-row {
    height: 80%; }
    .ff-container .ff-row .ff-col {
      height: 100%; }
    .ff-container .ff-row .ff-main-col {
      height: 100%;
      padding: 1px;
      padding-top: 20px; }

body {
  background-image: url(../../static/images/background-image.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: bottom;
  background-attachment: fixed; }

body.ff-auth-body {
  background-image: url(../../static/images/background-auth.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center; }
  body.ff-auth-body .ff-auth-panel {
    margin-top: 200px; }
    body.ff-auth-body .ff-auth-panel .panel-heading {
      background-color: unset;
      border: unset;
      margin-top: 12px; }
      body.ff-auth-body .ff-auth-panel .panel-heading .panel-title {
        text-align: center;
        color: #9ab803; }
    body.ff-auth-body .ff-auth-panel .panel-body {
      margin: 10px;
      margin-top: 0; }
    body.ff-auth-body .ff-auth-panel .form-group:last-child {
      padding-top: 10px;
      margin-bottom: 0; }
    body.ff-auth-body .ff-auth-panel .btn-auth {
      width: 100%; }

	.sidebar, #sidebar {
		margin-top: 10px;
		padding: 0px;
	}
	  
.sidebar .list-group-item.misc-heading {
	display: block;
}
.sidebar .list-group-item {
	display: inline-block;
	padding: 10px 10px;
}	  
.sidebar .list-group-item.ffactive{
	background-color: #eeeeee;
}
.sidebar .list-group-item .ff-ico,
.sidebar .list-group-item .badge {
	margin-left: 10px;
}
.sidebar .actions {
	float: right;
	margin-top: -30px;
}
	  
.navbar.navbar-inverse {
  background-color: #f8f8f8;
  border-bottom: 3px solid #00337f; }
  .navbar.navbar-inverse .messages {
    padding-right: 20px;
    border-right: solid #cccccc 1px; }
  .navbar.navbar-inverse .icon-a {
    padding-top: 7px;
    padding-bottom: 0;
    min-height: 50px; }
    .navbar.navbar-inverse .icon-a
.icon {
      font-size: 26px;
      padding: 0;
      margin: 0;
      position: relative;
      top: 6px; }
  .navbar.navbar-inverse .my-objects {
    background-color: #9ab803; }
    .navbar.navbar-inverse .my-objects a {
      color: white !important; }
      .navbar.navbar-inverse .my-objects a .badge {
        background-color: #00337f; }

.red-badge {
  background-color: #ed1c24;
  color: white; }

.floating-badge {
  position: absolute;
  left: 28px;
  top: 8px;
  font-size: 9px; }

.ff-panel-fill .panel-body {
  padding: 0; }

.objects-table tbody td.icon-row, .inspections-table tbody td.icon-row {
  padding-top: 5px;
  padding-bottom: 4px;
  text-align: center; }

.objects-table tbody td, .inspections-table tbody td {
  font-weight: 500; }

.appointment-table tbody td, .report-table tbody td {
  font-weight: bold; }
  .appointment-table tbody td .desc, .report-table tbody td .desc {
    font-weight: normal;
    color: #999999; }

.report-table .label {
  display: inline-block;
  width: 90px; }

.report-table tbody tr:hover {
  background-color: #f7f7f7;
  cursor: pointer; }

.objects-table tbody tr:hover {
  background-color: #f7f7f7;
  cursor: pointer; }

.ff-panel {
  height: 100%; }
  .ff-panel
.btn-appointment {
    color: #fff;
    background-color: #5cb85c;
    border-color: #4cae4c;
    top: -3px;
    right: -8px;
    position: relative; }
  .ff-panel .form-group label {
    color: #999999;
    font-size: 13px; }
  .ff-panel .panel-title ol.breadcrumb {
    display: inline;
    margin-left: 0;
    padding: 0;
    margin-bottom: 0; }
  .ff-panel .tab-container {
    height: 90%;
    overflow-y: auto; }
  .ff-panel .panel-body {
    /*padding-top: 35px;*/
	    margin-top: -1px;
    height: calc(100% - 38px);
    overflow-y: auto; }
    .ff-panel .panel-body .form-group .form-control[readonly] {
      background-color: #fafafa; }
    .ff-panel .panel-body .form-group textarea {
      line-height: 11pt; }
    .ff-panel .panel-body thead {
      border-top: 1px solid #dddddd;
      border-bottom: 0;
      background-color: #f7f7f7; }
      .ff-panel .panel-body thead tr th {
        color: #00337f;
        font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
        font-size: 14px;
        font-weight: bold;
        border-bottom: 0; }
    .ff-panel .panel-body tbody tr td {
      line-height: 10pt; }

.ff-group {
  height: 320px;
  position: absolute;
  padding-left: 15px;
  padding-right: 15px;
  width: 100%;
  left: 0;
  top: 225px; }
  .ff-group .ff-list-group {
    width: 100%;
    height: calc(100% - 39px);
    border: 1px solid #ddd;
    border-top: 1px solid #9ab803;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05); }
    .ff-group .ff-list-group .icon {
      font-size: 16px;
      top: 2px;
      position: relative; }
    .ff-group .ff-list-group .ffactive {
      border-left: 10px solid #00337f !important; }
      .ff-group .ff-list-group .ffactive .icon {
        margin-left: -10px; }
    .ff-group .ff-list-group .actions {
      width: calc(100% - 30px);
      padding: 5px;
      position: absolute;
      bottom: 2px; }
      .ff-group .ff-list-group .actions .btn {
        width: 49%;
        border: 1px solid rgba(1, 1, 1, 0.1); }
    .ff-group .ff-list-group .list-group-item {
      border: 0;
      border-top: 1px solid #ddd; }
    .ff-group .ff-list-group .list-group-item.last {
      border-bottom: 1px solid #ddd; }
    .ff-group .ff-list-group .list-group-item:first-child {
      border-top-left-radius: 0;
      border-top-right-radius: 0; }
    .ff-group .ff-list-group .list-group-item:last-child {
      border-radius: 0;
      border-bottom: 1px solid #ddd; }
    .ff-group .ff-list-group .empty-item {
      height: 35px;
      border: 0;
      border-radius: 0; }
  .ff-group .misc-heading {
    height: 39px;
    color: white;
    border-color: #9ab803;
    background-color: #9ab803;
    border-top-left-radius: 4px !important;
    border-top-right-radius: 4px !important; }
    .ff-group .misc-heading a {
      color: white; }
  .ff-group .expired-heading {
    height: 39px;
    color: white;
    border-color: #ed1c24;
    background-color: #ed1c24;
    border-top-left-radius: 4px !important;
    border-top-right-radius: 4px !important; }
    .ff-group .expired-heading a {
      color: white; }

.ff-blue {
  color: #00337f; }

.icn-table-size {
  font-size: 20px; }

.confirm-color {
  color: #5cb85c; }

.cancel-color {
  color: #d9534f; }

.message-table {
  margin-bottom: 0; }
  .message-table tbody tr:hover {
    background-color: #f7f7f7;
    cursor: pointer; }
  .message-table .message.unread td {
    font-weight: bold; }
  .message-table .message.selected {
    background-color: gray; }
    .message-table .message.selected td {
      color: white; }

#message hr {
  margin-top: 2px;
  margin-bottom: 10px; }
