﻿/*Removed 'Source Sans Pro', it was a little hard to read*/
body {
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 13px;
}
/*Add text-italic class, similar to the text-bold class*/
.text-italic,
.text-italic.table td,
.text-italic.table th {
  font-style: italic;
}
/*Make links visible on user account menu*/
.navbar-nav > .user-menu > .dropdown-menu > li.user-header a {
  color: #b8c7ce;
  text-decoration: none;
}
.navbar-nav > .user-menu > .dropdown-menu > li.user-header a:hover {
  color: #ffffff;
  text-decoration: none;
}
/*Fix issue with only showing first line*/
.navbar-nav > .messages-menu > .dropdown-menu > li .menu > li > a > p {
  white-space: normal;
  margin-left: 50px;
}
/*Show full notification on hover*/
.navbar-nav > .notifications-menu > .dropdown-menu > li .menu > li > a:hover {
  text-overflow: clip;
  white-space: normal;
}
/*Fix issue with input-group-addon validation styling*/
.has-success .input-group-addon {
  color: #00a65a;
  background-color: #dff0d8;
  border-color: #00a65a;
}
.has-warning .input-group-addon {
  color: #f39c12;
  background-color: #fcf8e3;
  border-color: #f39c12;
}
.has-error .input-group-addon {
  color: #dd4b39;
  background-color: #f2dede;
  border-color: #dd4b39;
}
/*Make space for the pace loading icon*/
.navbar-custom-menu > .navbar-nav > li.dropdown.user.user-menu {
  padding-right: 40px;
}
/*Fix for Select2 selected value not vertically centered*/
/*.select2-container .select2-selection--single .select2-selection__rendered {
  margin-top: 0px;
}*/
/*Move the clear button over more*/
/*.select2-container--bootstrap .select2-selection__clear {
    margin-right: 0px;
}*/
/*Fixed select2 readonly*/
select[readonly].select2-hidden-accessible + .select2-container {
  pointer-events: none;
  touch-action: none;
}
select[readonly].select2-hidden-accessible + .select2-container .select2-selection {
  background: #eee;
  box-shadow: none;
}
select[readonly].select2-hidden-accessible + .select2-container .select2-selection__arrow,
select[readonly].select2-hidden-accessible + .select2-container .select2-selection__clear {
  display: none;
}
.has-success .select2-dropdown,
.has-success .select2-selection,
.has-success .select2-container--focus .select2-selection,
.has-success .select2-container--open .select2-selection,
.has-success.select2-drop-active,
.has-success.select2-drop-active.select2-drop.select2-drop-above {
  border-color: #00a65a;
}
.has-warning .select2-dropdown,
.has-warning .select2-selection,
.has-warning .select2-container--focus .select2-selection,
.has-warning .select2-container--open .select2-selection,
.has-warning.select2-drop-active,
.has-warning.select2-drop-active.select2-drop.select2-drop-above {
  border-color: #f39c12;
}
.has-error .select2-dropdown,
.has-error .select2-selection,
.has-error .select2-container--focus .select2-selection,
.has-error .select2-container--open .select2-selection,
.has-error.select2-drop-active,
.has-error.select2-drop-active.select2-drop.select2-drop-above {
  border-color: #dd4b39;
}
.btn-app {
  margin: 0px;
  padding: 12px 6px;
  min-width: 60px;
}
/*Add box color for realco blue*/
.box.box-realco {
  border-top-color: #00347c;
}
.box.box-solid.box-realco {
  border: 1px solid #00347c;
}
.box.box-solid.box-realco > .box-header {
  color: #ffffff;
  background: #00347c;
  background-color: #00347c;
}
/*Add ability to show border below box header*/
.box-body.box-realco {
  border-radius: 3px;
  border-top: 3px solid #00347c;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
}
/*Ability to have square box border*/
.box.square,
.box-body.square {
  border-radius: 0;
}
.box:not(.box-solid) .box-header > h5 + .box-tools,
.box.collapsible:not(.box-solid) > .box-header > .box-tools {
  top: 2px;
}
/*Reset font-size for H tags in box-headers*/
.box-header > h1.box-title {
  font-size: 36px;
}
.box-header > h2.box-title {
  font-size: 30px;
}
.box-header > h3.box-title {
  font-size: 24px;
}
.box-header > h4.box-title {
  font-size: 18px;
}
.box-header > h5.box-title {
  font-size: 14px;
}
.box-header > h6.box-title {
  font-size: 12px;
}
.box-header {
  padding-bottom: 0;
}
.box-solid .box-header {
  padding-bottom: 10px;
}
.box-solid .box-header.with-border {
  padding-bottom: 10px;
}
.box-solid .box-header.with-divider-primary {
  border-bottom: 2px solid #3c8dbc;
}
.box-footer {
  margin-top: -20px;
}
.collapsed-box:not(.box-solid) .box-header {
  padding-bottom: 4px;
}
/*Update select in input group to look more like button drop down*/
.input-group-btn > select.form-control {
  width: 60px;
  border-color: #d2d6de;
  background-color: #f4f4f4;
}
.input-group .input-group-addon {
  background-color: #f4f4f4;
}
/*Change color of tabs border*/
.nav-tabs-custom {
  border-bottom-color: #ddd;
}
.nav-tabs-custom > .nav-tabs {
  border-bottom-color: #ddd;
}
.nav-tabs-custom > .nav-tabs > li.active > a {
  border-left-color: #ddd;
  border-right-color: #ddd;
}
.nav-tabs-custom > .nav-tabs.pull-right > li:first-of-type.active > a {
  border-left-color: #ddd;
}
.nav-tabs-custom > .nav-tabs.with-bold-links > li > a {
  font-weight: 600;
}
.nav-tabs-custom.no-border {
  box-shadow: none;
}
.nav-tabs-custom.with-side-borders > .nav-tabs > li:first-of-type.active > a {
  border-left-color: #ddd;
}
.nav-tabs-custom.with-side-borders.pull-right > li:first-of-type.active > a {
  border-right-color: #ddd;
}
.nav-tabs-custom.with-side-borders > .tab-content:first-of-type {
  border-left: #ddd 1px solid;
  border-right: #ddd 1px solid;
  border-bottom: #ddd 1px solid;
}
/* Added class for with-border to nav-pills */
.nav-pills.with-border {
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
}
.nav-pills.with-border > li {
  border-top: #ddd 1px solid;
  border-bottom: #ddd 1px solid;
}
.nav-pills.with-bold-links > li > a {
  font-weight: 600;
}
.bootgrid-table td.loading,
.bootgrid-table td.no-results {
  background: inherit;
}
.bootgrid-table img.googleMaps {
  height: 23px;
}
.bootgrid-table img.googleEarth {
  height: 21px;
}
.bootgrid-header {
  margin: 0;
}
/* .modal-fullscreen size */
.modal-fullscreen {
  width: 97%;
  min-height: 97%;
  margin-top: 12px;
  margin-bottom: 12px;
}
.modal-fullscreen .modal-content {
  height: 100%;
}
.input-group-addon-checkbox {
  padding-right: 6px;
  padding-left: 6px;
}
.input-group-btn .btn {
  padding-right: 6px;
  padding-left: 6px;
}
.input-group.input-group-unstyled input.form-control {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.input-group-unstyled .input-group-addon {
  border-radius: 4px;
  border: 0px;
  background-color: transparent;
}
/*Make Popover/Tooltip respect new lines*/
.popover-content {
  white-space: pre-wrap;
}
.control-display {
  padding-top: 7px;
}
.form-group {
  margin-bottom: 7px;
}
ul.nav.nav-tabs > li.active,
ul.nav.nav-pills > li.active {
  font-weight: bold;
}
/*Show not allowed cursor for disabled links*/
a.disabled,
a:disabled {
  cursor: not-allowed;
}
/*Vertical Center span on row like labels*/
.form-horizontal span.control-label {
  display: inline-block;
  padding-top: 8px;
}
/*Style for extra small buttons to better fit in data tables*/
.btn-group-xxs > .btn,
.btn-xxs {
  padding: 0 5px;
  font-size: 10px;
  line-height: 1.5;
  border-radius: 3px;
}
table.dataTable th.dt-left,
table.dataTable td.dt-left {
  text-align: left;
}
table.dataTable th.dt-center,
table.dataTable td.dt-center,
table.dataTable td.dataTables_empty {
  text-align: center;
}
table.dataTable th.dt-right,
table.dataTable td.dt-right {
  text-align: right;
}
table.dataTable th.dt-justify,
table.dataTable td.dt-justify {
  text-align: justify;
}
table.dataTable th.dt-nowrap,
table.dataTable td.dt-nowrap {
  white-space: nowrap;
}
table.dataTable thead th.dt-head-left,
table.dataTable thead td.dt-head-left,
table.dataTable tfoot th.dt-head-left,
table.dataTable tfoot td.dt-head-left {
  text-align: left;
}
table.dataTable thead th.dt-head-center,
table.dataTable thead td.dt-head-center,
table.dataTable tfoot th.dt-head-center,
table.dataTable tfoot td.dt-head-center {
  text-align: center;
}
table.dataTable thead th.dt-head-right,
table.dataTable thead td.dt-head-right,
table.dataTable tfoot th.dt-head-right,
table.dataTable tfoot td.dt-head-right {
  text-align: right;
}
table.dataTable thead th.dt-head-justify,
table.dataTable thead td.dt-head-justify,
table.dataTable tfoot th.dt-head-justify,
table.dataTable tfoot td.dt-head-justify {
  text-align: justify;
}
table.dataTable thead th.dt-head-nowrap,
table.dataTable thead td.dt-head-nowrap,
table.dataTable tfoot th.dt-head-nowrap,
table.dataTable tfoot td.dt-head-nowrap {
  white-space: nowrap;
}
table.dataTable tbody th.dt-body-left,
table.dataTable tbody td.dt-body-left {
  text-align: left;
}
table.dataTable tbody th.dt-body-center,
table.dataTable tbody td.dt-body-center {
  text-align: center;
}
table.dataTable tbody th.dt-body-right,
table.dataTable tbody td.dt-body-right {
  text-align: right;
}
table.dataTable tbody th.dt-body-justify,
table.dataTable tbody td.dt-body-justify {
  text-align: justify;
}
table.dataTable tbody th.dt-body-nowrap,
table.dataTable tbody td.dt-body-nowrap {
  white-space: nowrap;
}
.dt-button-collection.dropdown-menu {
  margin-top: 0px;
  padding-top: 0px;
  border-top: 0px;
}
.btn-file {
  position: relative;
  overflow: hidden;
}
.btn-file input[type=file] {
  position: absolute;
  top: 0;
  right: 0;
  min-width: 100%;
  min-height: 100%;
  font-size: 999px;
  text-align: right;
  filter: alpha(opacity=0);
  opacity: 0;
  background: red;
  cursor: inherit;
  display: block;
}
/*Styles for validation helpers*/
.error {
  color: #dd4b39;
}
div#validationSummary,
div.validationSummary {
  color: #dd4b39;
}
.requiredMark {
  color: #dd4b39;
}
.validation-summary-valid {
  display: none;
}
.validation-summary-errors {
  color: #dd4b39;
  font-weight: bold;
}
/*.validation-summary-errors ul { margin: .5em 0; padding-left: 30px; }*/
ul.validation-summary-errors li {
  margin-left: 12px;
}
span.field-validation-error {
  display: inline;
}
span.field-validation-error.help-block {
  padding-left: 6px;
}
span.field-validation-valid.help-block {
  display: none;
}
/*Copied from Bootstrap 4 to add validation icons, easier than doing it the Bootstrap 3 way*/
.form-control-success,
.form-control-warning,
.form-control-danger {
  padding-right: 2.25rem;
  background-repeat: no-repeat;
  background-position: center right 0.625rem;
  -webkit-background-size: 1.25rem 1.25rem;
  background-size: 1.25rem 1.25rem;
}
.form-control-success {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%235cb85c' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3E%3C/svg%3E");
}
.form-control-warning {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%23f0ad4e' d='M4.4 5.324h-.8v-2.46h.8zm0 1.42h-.8V5.89h.8zM3.76.63L.04 7.075c-.115.2.016.425.26.426h7.397c.242 0 .372-.226.258-.426C6.726 4.924 5.47 2.79 4.253.63c-.113-.174-.39-.174-.494 0z'/%3E%3C/svg%3E");
}
.form-control-danger {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23d9534f' viewBox='-2 -2 7 7'%3E%3Cpath stroke='%23d9534f' d='M0 0l3 3m0-3L0 3'/%3E%3Ccircle r='.5'/%3E%3Ccircle cx='3' r='.5'/%3E%3Ccircle cy='3' r='.5'/%3E%3Ccircle cx='3' cy='3' r='.5'/%3E%3C/svg%3E");
}
/*Remove IE's “clear field” X button on textboxes*/
/*
input[type=text]::-ms-clear {
    display: none;
    width:0; 
    height:0;
}
*/
/*Class to restore hr defaults*/
hr.default {
  display: block;
  margin-top: 0.5em;
  margin-bottom: 0.5em;
  margin-left: auto;
  margin-right: auto;
  border-style: inset;
  border-width: 1px;
  border-color: #000;
}
/*Fix for issue with Quick Search Autocomplete behind main-sidebar*/
.ui-autocomplete {
  z-index: 1050 !important;
}
/*Style for category item in catcomplete Autocomplete widget*/
.ui-autocomplete-category {
  font-weight: bold;
  padding: 0.2em 0.4em;
  margin: 0.8em 0 0.2em;
  line-height: 1.5;
}
/*Makes the Autocomplete list scrollable*/
ul.quickSearch.ui-autocomplete {
  max-height: 800px;
  overflow-y: auto;
  /* prevent horizontal scrollbar */
  overflow-x: hidden;
}
.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active,
a.ui-button:active,
.ui-button:active,
.ui-button.ui-state-active:hover {
  border: 0 solid white;
}
.ui-menu .ui-state-focus,
.ui-menu .ui-state-active {
  margin: 0;
}
/* Styles for editor and display helpers*/
.tri-state {
  width: 6em;
}
/* Disable webkit's spin buttons on input type="number" */
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
input[type=number] {
  -moz-appearance: textfield;
}
/*Makes text wrap if it would overflow its container*/
.wrapword {
  word-wrap: break-word;
  white-space: normal;
}
/*Style for loading indicator placed next to submit buttons*/
.ajaxLoader {
  font-size: 20px;
  color: #000;
  vertical-align: middle;
  padding: 5px;
}
/*Add smaller sizing for Font Awesome Icons*/
.fa-sm {
  font-size: 0.875em;
}
.fa-xs {
  font-size: 0.75em;
}
/*Add some padding to fa icon in buttons*/
button > i.fa {
  padding-right: 2px;
  padding-left: 2px;
}
/*Add some padding to fa icon in buttons*/
a.btn > i.fa {
  padding-right: 2px;
  padding-left: 2px;
}
/*Remove some padding from expand/collapse button on reports*/
td.details-control > button {
  padding-top: 0px;
  padding-bottom: 0px;
}
/*Add FontAwesome to font-family list for submit buttons*/
input[type=submit].fa {
  font-family: FontAwesome, "Helvetica Neue", Helvetica, Arial, sans-serif;
}
/*Add some space between the save and cancel button*/
.cancelButton {
  margin-left: 10px;
}
.margin-left {
  margin-left: 10px;
}
.margin-right {
  margin-right: 10px;
}
/*jQuery DataTables RowGrouping Extension*/
td.expanded-group > .group-item-expander-icon:before {
  font-family: FontAwesome;
  content: "\f147";
  /* fa-minus-square-o */
  padding-right: 5px;
}
td.collapsed-group > .group-item-expander-icon:before {
  font-family: FontAwesome;
  content: "\f196";
  /* fa-plus-square-o */
  padding-right: 5px;
}
table.dataTable {
  background-color: white;
}
table.dataTable thead tr th {
  vertical-align: top;
}
table.dataTable tbody tr td.group {
  background-color: #D1CFD0;
  border-bottom: 2px solid #D1CFD0;
  border-top: 2px solid #D1CFD0;
}
table.dataTable tbody tr.group {
  background-color: #D1CFD0;
  border-bottom: 2px solid #D1CFD0;
  border-top: 2px solid #D1CFD0;
}
table.dataTable tbody tr.group td {
  border: none;
}
.icheckbox_minimal-blue,
.iradio_minimal-blue {
  background-color: white;
}
/*Fix for BooleanButton EditorTemplate*/
.btn-group[data-toggle="buttons"] label.btn input[type="radio"] {
  top: 0;
  left: 0;
  margin-top: 0;
}
/*Moved from Acquisitions\main.less to make site wide*/
section.content .page-header {
  margin: 0 0 5px 0;
}
section.content .page-header h2 {
  margin: 0;
}
/*Application Switcher Styles*/
.skin-light #app-switcher .dropdown-menu {
  border-color: #f4f4f5;
  background-color: #f9fafc;
}
.skin-light #app-switcher .dropdown-menu li a {
  color: #444;
}
#app-switcher .dropdown-menu {
  border-color: #1e282c;
  background-color: #2c3b41;
}
#app-switcher .dropdown-menu li a {
  color: #fff;
}
#app-switcher .btn {
  border-radius: 0px;
}
/*Style for Text area Counter*/
.textarea-counter {
  background-color: #999;
  margin-top: -20px;
  margin-right: 20px;
  position: relative;
}
/*Styles for Export To PDF pages*/
.exportToPdf hr {
  margin-top: 6px;
  margin-bottom: 0;
  border: 0;
  border-top: 2px solid #000;
}
.exportToPdf .wrapper {
  font-family: Verdana, Arial;
  font-size: 14px;
}
/*Styles for ReportForms & DashboardForm*/
#reportForm .box-solid > .box-header,
#dashboardForm .box-solid > .box-header {
  padding: 5px 10px;
}
#reportForm label.checkbox-inline,
#dashboardForm label.checkbox-inline {
  padding-left: 15px;
}
#reportForm .checkbox-inline + .checkbox-inline,
#dashboardForm .checkbox-inline + .checkbox-inline {
  margin-left: 0;
}
#reportForm #statusTypesBox .col-md-3,
#dashboardForm #statusTypesBox .col-md-3 {
  padding-right: 10px;
  padding-left: 10px;
}
#reportForm #statusTypesBox label.checkbox-inline,
#dashboardForm #statusTypesBox label.checkbox-inline {
  padding-left: 0px;
}
button.checkUncheck {
  font-size: 11px;
}
.box-body.dateRangeFilter {
  margin-bottom: 8px;
}
#reportContainer {
  padding-right: 0px;
  padding-left: 0px;
}
#reportContainer #report .propertyList {
  margin-bottom: 0px;
}
#reportContainer #report .propertyList .table {
  margin-bottom: 0px;
}
/*Styles for Search*/
.advancedSearch label.control-label {
  padding-left: 0px;
}
/*Styles for Flyers*/
.wrapper.flyer hr {
  margin-top: 6px;
  margin-bottom: 0;
  border: 0;
  border-top: 2px solid #000;
}
.wrapper.flyer .wrapper {
  font-family: Verdana, Arial;
  font-size: 14px;
}
/*Styles for One Pagers*/
.wrapper.onePager hr {
  margin-top: 0;
  margin-bottom: 12px;
  border: 0;
  border-top: 2px solid #000;
}
.wrapper.onePager .wrapper {
  font-family: Verdana, Arial;
  font-size: 14px;
}
.wrapper.onePager .sectionHeader {
  font-size: larger;
  font-weight: bold;
  color: #0066cc;
}
/*Styles for Property Map Modal*/
#propertyMapModal #propertyMap-container {
  height: 100%;
}
#propertyMapModal #propertyMap-container #propertyLatitude,
#propertyMapModal #propertyMap-container #propertyLongitude {
  width: 140px;
  font-weight: normal;
}
#propertyMapModal #propertyMap-container #updateLatLongButton {
  margin-top: -5px;
  margin-bottom: 5px;
}
#propertyMapModal #propertyMap-container #propertyMap {
  height: 90%;
}
/*Styles for Dashboard Widgets*/
.dashboardWidget thead th {
  white-space: nowrap;
}
/*Make Month Picker background white*/
input[readonly].month {
  background-color: white;
}
/*Keep canvas from overflowing modal*/
canvas {
  max-height: 100%;
}