﻿/* ======== Variables ::
----------------------------------------------------------------- */
/* ======== @mixins & classes for @extend ::
----------------------------------------------------------------- */
.FlipVertical {
  -moz-transform: scaleY(-1);
  -webkit-transform: scaleY(-1);
  -o-transform: scaleY(-1);
  transform: scaleY(-1);
  -ms-filter: flipv;
  /*IE*/
  filter: flipv;
  /*IE*/
}
.FlipHorizontal {
  -moz-transform: scaleX(-1);
  -webkit-transform: scaleX(-1);
  -o-transform: scaleX(-1);
  transform: scaleX(-1);
  -ms-filter: fliph;
  /*IE*/
  filter: fliph;
  /*IE*/
}
.NotBold {
  font-weight: normal;
}
/* ======== Helper Classes ::
----------------------------------------------------------------- */
.position-right,
.position-left {
  position: absolute;
  right: 0;
  left: auto;
}
.position-left {
  right: auto;
  left: 0;
}
.clear {
  clear: both;
}
.no-padding-rt {
  padding-right: 0;
}
.no-padding-lt {
  padding-left: 0;
}
.print-block,
.print-inline {
  display: none;
}
/* ======== Bootstrap Overrides, Helpers -- Grid, Forms, Components
----------------------------------------------------------------- */
.container {
  width: 1080px;
}
/* forms */
html .btn-primary {
  font-weight: bold;
  text-transform: uppercase;
  color: #fff;
}
.btn-info {
  background-color: #4987b1;
  border-color: #4987b1;
}
.switch-input {
  padding: 10px 58px 0 0;
}
input[type="radio"],
input[type="checkbox"] {
  margin: 4px 4px 0 0;
  position: relative;
  top: 1px;
}
.notbold label {
  font-weight: normal;
}
.ui-multiselect {
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  height: 34px;
  padding: 6px 12px;
}
.btn-danger {
  background-color: rgba(217, 83, 79, 0.7);
  border-color: rgba(217, 83, 79, 0.75);
  max-width: 38px;
  width: 38px;
}
.btn-check-circle {
  border: 0;
  background: #fff;
  font-size: 26px;
  color: #2c77ba;
}
.btn-check-circle:hover {
  color: #353b68;
}
.btn-x-close {
  border: 0;
  background: #fff;
  font-size: 26px;
  color: red;
}
/* Modals */
.modal-header {
  padding: 4px 15px;
}
.modal-header .close {
  margin: 0;
  line-height: 2;
}
/* Collapsible Panels */
.btn .caret {
  -moz-transform: scaleY(-1);
  -webkit-transform: scaleY(-1);
  -o-transform: scaleY(-1);
  transform: scaleY(-1);
  -ms-filter: flipv;
  /*IE*/
  filter: flipv;
  /*IE*/
}
.btn.collapsed .caret {
  -moz-transform: scaleX(-1);
  -webkit-transform: scaleX(-1);
  -o-transform: scaleX(-1);
  transform: scaleX(-1);
  -ms-filter: fliph;
  /*IE*/
  filter: fliph;
  /*IE*/
}
/* Panels */
.panel-primary .panel-title {
  color: #fff;
}
/* Tabbed Interfaces */
.nav-tabs {
  background: #353b68;
  height: 44px;
}
.nav-tabs li a {
  padding: 4px 15px;
  color: #fff;
  line-height: 1.25;
  text-transform: uppercase;
  height: 43px;
}
.nav-tabs li.active a,
.nav-tabs li.active a:active,
.nav-tabs li.active a:hover,
.nav-tabs li.active a:focus {
  background: #2d73d3;
  border: 1px solid #2d73d3;
  border-bottom: 0;
  color: #fff;
}
.nav-tabs li a:hover {
  background: #2d85d3;
  border: 1px solid #2d85d3;
  border-bottom: 0;
}
.tab-content {
  border: 1px solid #bbb;
  padding: 10px;
}
.tab-content .tab-pane {
  border: 1px solid #e8e6e6;
}
.relatedProjectsTable .primaryParcel {
  background-color: rgba(251, 234, 8, 0.26) !important;
}
.relatedProjectsTable .parcelNumber {
  cursor: pointer;
}
/* Default Typography */
h1 {
  font-size: 24px;
  color: #264488;
  font-weight: 400;
  text-transform: uppercase;
}
/* default tables */
html body .table th {
  border: 0;
  font-size: 14px;
  border-bottom: 1px solid #eee;
}
html body .table.entity-stats th {
  font-size: 12px;
}
html body .table td {
  text-align: left;
  border: 0;
}
html body .table td a {
  text-decoration: none;
  border-bottom: 1px solid #ccc;
  border-bottom: 1px solid rgba(0, 0, 0, 0.15);
}
html body .table td:first-child {
  padding-left: 5px;
}
html body .table tr {
  border: 0;
}
html body .table a:hover {
  text-decoration: none;
}
/* striped tables */
.table.table-striped td,
.table-striped th {
  padding: 4px;
}
.projects-activity td {
  padding: 4px !important;
}
.table.table-striped thead {
  background-color: #e6e6e6;
}
.totalrow td {
  font-weight: 700;
}
/* table pagination */
.table tr.pagination td {
  width: 100%;
  padding-left: 0;
}
.table tr.pagination table td a {
  padding: 5px;
}
.table tr.pagination table td a:hover {
  background: #f0f0f0;
}
.table tr.pagination table td span {
  display: block;
  padding: 5px;
  background-color: #ccc;
}
.table tr.pagination a {
  text-decoration: none;
  border-bottom: 1px solid rgba(0, 0, 0, 0.15);
}
.table tr.pagination a:hover {
  text-decoration: none;
}
.dataTables_paginate a {
  display: inline-block;
  padding: 5px;
  margin: 20px 2px;
  background-color: #ccc;
  text-decoration: none;
  border-bottom: 1px solid rgba(0, 0, 0, 0.15);
}
.dataTables_paginate a:hover {
  text-decoration: none;
}
/* asp.net gridview sorting */
.sortableTable th .fa-caret-down,
.sortableTable th .fa-caret-up {
  display: none;
}
.sortableTable th {
  cursor: pointer;
}
.sortableTable th.no-print,
.sortableTable th.no-sort {
  cursor: default;
}
.sortableTable th.sorting .fa-sort {
  display: inline-block;
}
.sortableTable th.sorting_desc .fa-sort,
.sortableTable th.sorting_asc .fa-sort,
.sortableTable th.sorted_desc .fa-sort,
.sortableTable th.sorted_asc .fa-sort {
  display: none;
}
.sortableTable th.sorting_desc .fa-caret-down,
.sortableTable th.sorted_desc .fa-caret-down {
  display: inline-block;
}
.sortableTable th.sorting_asc .fa-caret-up,
.sortableTable th.sorted_asc .fa-caret-up {
  display: inline-block;
}
/* ======== LandBank Page Styles ::
----------------------------------------------------------------- */
/* Login Form login.aspx */
.loginContainer .form-group {
  padding: 0 20px;
}
/* Template Sections */
#header,
#mainForm,
#processForm {
  margin: 0 auto;
  border-left: 1px solid #CCC;
  border-right: 1px solid #CCC;
  background: #fff;
  font-size: 14px;
  font-family: "Open Sans", Helvetica, Arial, Verdana, sans-serif;
  position: relative;
}
#processForm {
  border-bottom: 1px solid #ccc;
}
#header {
  border-top: 0;
  margin: 0 auto;
  width: 100%;
  background: #353b68;
  padding: 0;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99;
}
#header .miniLogo {
  padding: 8px;
  width: 110px;
}
#header .miniLogo img {
  height: 34px;
}
#header .contain {
  overflow: visible;
}
#navi {
  float: right;
  text-transform: uppercase;
  height: 44px;
  width: 84%;
  max-width: 908px;
}
#navi ul li {
  padding: 0 .5rem;
  border: none;
  background: none;
  color: #FFF;
  list-style: none;
  float: left;
  height: 44px;
  line-height: 44px;
}
#navi ul li#parcelOpenForm {
  width: 130px;
}

#adjacentParcelOpenForm {
  width: 130px;
}

#navi ul li#parcelOpenForm input {
  width: 100%;
  display: inline-block;
  background: #f9f9f9;
  height: 24px;
  line-height: 1;
}

#adjacentParcelOpenForm input {
  width: 100%;
  display: inline-block;
  background: #f9f9f9;
  height: 24px;
  line-height: 1;
  min-width: 75px;
}

#navi ul li#parcelOpenForm .input-group-addon {
  padding: 0;
  background: transparent;
  border: 0;
}

#adjacentParcelOpenForm .input-group-addon {
  padding: 0;
  background: transparent;
  border: 0;
}

#navi ul li#parcelOpenForm .input-group-addon .btn {
  padding: 5px 8px;
  line-height: 1;
  background: #f9f9f9;
  height: 24px;
  color: #2d73d3;
  border-color: #f9f9f9;
}

#adjacentParcelOpenForm .input-group-addon .btn {
  padding: 5px 8px;
  line-height: 1;
  background: #ccc;
  height: 24px;
  color: #2d73d3;
  border-color: #ccc;
}

#navi ul li:hover a {
  background: #2d73d3;
  text-decoration: none;
}
#navi ul li:hover ul {
  top: 65%;
  left: auto;
}
#navi ul li:hover ul li {
  padding: 8px 0 0;
  float: none;
  line-height: 2;
}
#navi ul li:hover ul li a {
  background: #353b68;
  line-height: 2;
}
#navi ul li:hover ul li a:hover {
  background: #2d73d3;
}
#navi ul a {
  display: block;
  padding: 0 .75rem;
  line-height: 44px;
  color: #fff;
}
#navi ul a:hover,
#navi ul a:active,
#navi ul a:focus,
#navi ul a.currpage {
  background: #2d73d3;
  text-decoration: none;
}
#navi ul ul {
  position: absolute;
  top: -999em;
  left: -999em;
  padding: 0;
  margin: 0;
  z-index: 999;
  min-width: 200px;
  background: #353b68;
}
/* Dashboard - Search box*/
.dashboard .searchRow {
  padding: 20px 0 0;
}
.dashboard .searchRow .form-inline .form-group {
  margin-right: 14px;
}
.dashboard .searchRow .form-inline .form-group label {
  font-weight: normal;
}
.dashboard .searchRow .switch-input i {
  right: 4px;
}
.dashboard .searchRow input[type="radio"],
.dashboard .searchRow input[type="checkbox"] {
  position: absolute;
  top: inherit;
}
.dashboard .searchRow input[type="text"] {
  width: 86%;
  padding: 12px;
  height: 45px;
  border: none;
  background: #EEE;
}
.dashboard .searchRow input[type="text"]:focus {
  background: #FFF;
  border: 1px solid #353b68;
  border-right: none;
  padding: 12px;
}
.dashboard .searchRow input[type="submit"] {
  width: 14%;
  height: 45px;
  vertical-align: top;
}
.dashboard .searchRow input[type="submit"]:hover {
  background-color: #2d73d3;
}
/* Dashboard results */
.dashboard {
  /* Dashboard - Search Results - property list */
  /* Dashboard Project Activity */
}
.dashboard #collapseResultsTable {
  margin-top: 1px;
}
.dashboard h4.projectTitle {
  background: #353b68;
  color: #FFF;
  padding: 8px 10px;
  text-align: left;
  text-transform: uppercase;
  border-bottom: 0;
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 1px;
}
.dashboard .mainCol h3 {
  margin-bottom: 0;
}
.dashboard .mainCol table th {
  text-align: left;
  color: #333;
}
.dashboard .mainCol table tr:last-child td {
  border-bottom: 0;
}
.dashboard .mainCol table td {
  width: 25%;
  border-bottom: 1px solid #eaeaea;
}
.dashboard .mainCol table td:first-child,
.dashboard .mainCol table th:first-child {
  width: 50%;
}
/* Project Statistics */
.dashboard .rightCol {
  width: 28%;
  padding: 0 0 30px 20px;
  border-left: 1px solid #cfcfcf;
}
.dashboard .rightCol h3 {
  margin-top: 10px;
}
.dashboard .rightCol table tr {
  border: 0;
}
.dashboard .rightCol table th,
.dashboard .rightCol table td {
  text-align: left;
  padding: 6px 0;
  border: 0;
}
.dashboard .rightCol table td:first-child {
  padding-left: 0;
}
.dashboard .rightCol table th:last-child,
.dashboard .rightCol table td:last-child {
  width: 70%;
  padding-left: 5%;
}
.dashboard .rightCol table a {
  text-decoration: none;
  border-bottom: 1px solid #ccc;
  border-bottom: 1px solid rgba(0, 0, 0, 0.15);
}
.dashboard .rightCol table a:hover {
  text-decoration: none;
}
/* Parcel Info Table */
.parcelInfoTable {
  width: 100%;
  margin: 0 auto 0;
  border: 1px solid #ddd;
  border-left: 0;
  font-size: 13px;
}
.parcelInfoTable h4 {
  border-bottom: 0;
  text-align: left;
  font-weight: normal;
  text-indent: 1px;
  line-height: 1.2;
  margin: 0;
  padding: 0;
}
.parcelInfoTable tr {
  border-top: 1px solid #ddd;
}
.parcelInfoTable td,
.parcelInfoTable th {
  border-left: 1px solid #ddd;
}
.parcelInfoTable p#tableNotice {
  color: #FFF;
}
/* Demo.aspx - intake dashboard */
.edit-casenumber,
.x-edit-casenumber {
  cursor: pointer;
  font-weight: normal;
}
.tab-content input[type="text"],
.tab-content select {
  float: left;
  height: auto;
  width: 75%;
  min-width: 170px;
}
.tab-content input[type="text"].cases {
  float: inherit;
  width: auto;
  min-width: initial;
}
.tab-content .projectDetailsTabColumn .imgSaveStatus,
.tab-content .projectDetailsTabColumn .btn-x-close {
  float: left;
  margin-left: 5px;
}
.tab-content label {
  color: #264488;
}
select.ddl {
  float: none;
  width: auto;
  min-width: 150px;
}
#IntakeDashboard .IntakeDashboard-PropertyHead {
  padding-top: 20px;
}
#IntakeDashboard .icons {
  position: absolute;
  top: auto;
  right: 0;
  text-align: right;
}
#IntakeDashboard .icons a,
#IntakeDashboard .icons span {
  display: inline-block;
  text-decoration: none;
  vertical-align: middle;
}
#IntakeDashboard .icons .print-title {
  padding: 0 4px;
}
#IntakeDashboard .icons span[title="Rise Target Area"] {
  color: #fff;
}
#IntakeDashboard .icons span[title="Rise Target Area"]::after {
  content: url('../images/RISE-flag.png');
  display: inline-block;
  width: 40px;
  height: 25px;
  vertical-align: bottom;
}
#IntakeDashboard .icons .targetArea {
  font-weight: bold;
  font-size: 16px;
  line-height: 16px;
}
#IntakeDashboard .projectNumber,
#IntakeDashboard .projectHeading {
  padding-left: 0;
}
#IntakeDashboard .projectNumber span {
  color: #264488;
  font-size: 16px;
}
#IntakeDashboard .projectHeading h1 {
  padding-bottom: 5px;
  border-bottom: 1px solid;
  margin-top: 6px;
  /*span {
			width:78%;
		}
		small {
			width: 20%;
			text-transform:none;
			text-align: right;
			font-size: 60%;
		}*/
}
#IntakeDashboard .projectHeading h1 a,
#IntakeDashboard .projectHeading h1 span,
#IntakeDashboard .projectHeading h1 small {
  display: inline-block;
  vertical-align: baseline;
  color: #264488;
}
#IntakeDashboard .projectHeading h1 a:hover {
  text-decoration: none;
}
#IntakeDashboard .projectPreviewImg {
  width: 240px;
  height: auto;
}
#IntakeDashboard #tabs {
  margin-top: 10px;
}
.no-border {
  border: 0 none !important;
}
.projectDetailsTabColumn {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
  min-height: 144px;
  width: 25%;
  height: 124px;
  padding: 10px;
  border: 1px solid #bbb;
}
.projectDetailsTabColumn:nth-child(5),
.projectDetailsTabColumn:nth-child(6),
.projectDetailsTabColumn:nth-child(7),
.projectDetailsTabColumn:nth-child(8) {
  border-bottom-width: 1px;
}
.projectDetailsTabColumn:nth-child(8),
.projectDetailsTabColumn:nth-child(4) {
  border-right-width: 1px;
}
#IntakeTasks {
  margin: 8px 0;
  position: relative;
}
#IntakeTasks .templating {
  position: absolute;
  right: 0;
  top: 56px;
  width: 42%;
  z-index: 1000;
}
#IntakeTasks .templating label {
  padding: 0 5px;
}
#IntakeTasks .templating select {
  margin-right: 20px;
}
#IntakeTasks .tasksTable {
  margin-top: 4px;
}
#IntakeTasks .tasksTable td {
  padding: 5px 3px;
}
#IntakeTasks .tasksTable th {
  font-weight: bold;
  padding: 10px 4px;
  color: #264488;
}
#IntakeTasks .nav-tabs li a {
  line-height: 2;
}
.tasksUsersDialogLink,
.tasksNotesDialogLink,
.tasksDeleteDialogLink {
  padding: 0 4px;
  display: inline-block;
}
.fa-star-blue {
  color: #2c77ba;
}
.fa-users {
  color: #8a8f90;
}
.fa-exclamation-circle {
  color: #ee5858;
}
/* ==== Entity Dashboard and Entity Search for Projects ==== */
.updatearea,
.entityupdatearea {
  /*overflow: hidden;*/
  background: #eee;
  margin-top: 10px;
  padding: 15px 10px 0 10px;
}
.updatearea .col {
  float: left;
  width: 180px;
  margin-right: 10px;
}
#EntityDashboard {
  padding-top: 20px;
}
#EntityDashboard .entityupdatearea {
  background: transparent;
  padding: 0;
}
#EntityDashboard .entityupdatearea .filter-form {
  /*border-bottom: 1px solid #ccc;*/
  padding: 0 0 20px;
}
#EntityDashboard h1 {
  margin-top: 0;
}
#EntityDashboard .btn-add-entity {
  float: right;
}
#EntityDashboard .entity-filter input[type="text"] {
  width: 70%;
  padding: 12px;
  height: 45px;
  border: none;
  background: #EEE;
}
#EntityDashboard .entity-filter input[type="text"]:focus {
  background: #FFF;
  border: 1px solid #353b68;
  border-right: none;
  padding: 12px;
}
#EntityDashboard .entity-filter input[type="submit"] {
  width: 14%;
  height: 45px;
  vertical-align: top;
}
#EntityDashboard .entity-filter input[type="submit"]:hover {
  background-color: #2d73d3;
}
#EntityDashboard .entity-filter input[type="submit"].btn-reset {
  float: right;
}
#EntityDashboard #tabsMaintainTables {
  margin: 20px 0 0;
  clear: both;
}
#EntityDashboard #tabsMaintainTables table td {
  font-size: 13px;
}
#entityForm {
  padding-bottom: 30px;
}
#entityForm .AddContactPanel {
  background-color: rgba(245, 245, 245, 0.78);
}
.entity-disqualified {
  color: rgba(255, 0, 0, 0.8);
  /*background-color:#f7f712;*/
  padding-left: 5px;
  padding-right: 5px;
  font-weight: bold;
}
.entity-disqualified-row,
.entity-disqualified-row td {
  color: rgba(255, 0, 0, 0.7);
  font-weight: bold;
  /*background-color:#f7f712 !important;*/
}
.entity-disqualified-row select,
.entity-disqualified-row td select {
  font-weight: normal;
}
.entity-disqualified-row a,
.entity-disqualified-row td a {
  color: rgba(255, 0, 0, 0.7);
  font-weight: bold;
}
@media print {
  /* Process page */
  #header,
  #mainForm,
  #processForm {
    border: 0 !important;
  }
  #IntakeDashboard .IntakeDashboard-PropertyHead {
    display: inline-block !important;
    vertical-align: middle;
  }
  #IntakeDashboard .col-md-3 {
    width: 22%;
  }
  #IntakeDashboard .projectPreviewImg {
    width: 80% !important;
  }
  #IntakeDashboard .col-md-9 {
    width: 75%;
  }
  #IntakeDashboard .IntakeDashboard-PropertyHead .projectNumber,
  #IntakeDashboard .IntakeDashboard-PropertyHead .icons {
    float: none !important;
    display: block;
  }
  #IntakeDashboard .IntakeDashboard-PropertyHead .icons {
    position: static;
    text-align: left;
    padding-left: 0 !important;
    text-indent: -2px;
  }
  #IntakeDashboard .IntakeDashboard-PropertyHead .icons a {
    font-size: 12px;
	display:block;
	width:200px;
	text-align:left;
	padding-bottom:8px	
  }
  #IntakeDashboard .icons .targetArea {
	  width:200px
	}
  html body .table td a {
    border-bottom: 0 !important;
  }
  .tab-pane {
    opacity: 1 !important;
    display: block !important;
    padding-bottom: 20px;
    margin-bottom: 20px;
    /*border-bottom: 2px solid #000;*/
  }
  .tab-content {
    border: 0 !important;
    padding: 0 !important;
  }
  .table-base td,
  .entitiesTable td {
    padding: 3px !important;
  }
  .star,
  .entitiesTable tr td:last-child,
  .dataTables_paginate,
  .dataTables_filter,
  #ctl00_ContentPlaceHolder1_tTimeline span.notbold,
  .imgSaveStatus,
  .sorting .fa,
  .sorting_desc .fa,
  .sorting_asc .fa {
    display: none !important;
  }
  .projectDetailsTabColumn {
    border-width: 1px !important;
  }
  #ctl00_ContentPlaceHolder1_tFinancials table {
    border-collapse: separate;
  }
  #ctl00_ContentPlaceHolder1_tFinancials tr {
    border: 1px solid #efefef !important;
  }
  #ctl00_ContentPlaceHolder1_tFinancials .totalrow td {
    display: none;
  }
  #ctl00_ContentPlaceHolder1_tFinancials .totalrow td:last-child {
    display: block;
    border-color: #cfcfcf !important;
  }
  #IntakeTasks,
  #ctl00_ContentPlaceHolder1_tInvestigation,
  #ctl00_ContentPlaceHolder1_tDemo,
  #ctl00_ContentPlaceHolder1_tClosing {
    page-break-before: always;
  }
  @page {
    margin: 0.75cm 0.5cm 0.5cm;
  }
  a,
  a:visited {
    color: #000 !important;
    text-decoration: none;
  }
  *,
  *:before,
  *:after {
    background: transparent !important;
    color: #000 !important;
    box-shadow: none !important;
    text-shadow: none !important;
    filter: none !important;
    -ms-filter: none !important;
  }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
  .navbar {
    display: none;
  }
  .table {
    /*border-collapse: collapse !important;*/
  }
  .table td,
  .table th {
    background-color: #fff !important;
  }
  .no-print,
  .button,
  .btnUiButton,
  .btn {
    display: none !important;
  }
  .print-block {
    display: block !important;
  }
  .print-inline {
    display: inline-block !important;
    vertical-align: baseline;
  }
  .print-title:after {
    display: inline-block !important;
    content: attr(title);
  }
  .fa-info-circle:before,.fa-globe:before,.fa-dollar:before,.fa-usd:before,.fa-paperclip:before{padding-right:4px}
  #IntakeDashboard .IntakeDashboard-PropertyHead .icons span#ctl00_ContentPlaceHolder1_relatedProjectsFlag {
	  font-size: 12px;
    display: block;
    width: 200px;
    text-align: left;
    padding-bottom: 8px;
  }
}