/* ROOT */
:root {
  --primary: #f9ce20;
  --secondary: #6c757d;
  --bgcolor: #f7f7f7;
  --tabbgcolor: #f7f7f7;
  --tablinkcolor: #222B4D;
  --tabhovercolor: #222B4D;
  --textcolor: #000;
  --gridbgcolor: #ffffff;
  --gridtextcolor: #000;
}



/* BODY */
body {
  overflow-x: hidden;
  background-color: var(--bgcolor);
  font-weight: 400;
  
}

/* NAVIGATION */

#side-menu,.side-menu-overlay{position:fixed;top:0;height:100%;display:none}
body.overflow-hidden{overflow:hidden}
#side-menu{width:300px;right:-300px;overflow-y:auto;z-index:1035;background:#fff;padding:20px 30px;color:#333;transition:.4s}
body.side-menu-visible #side-menu{transform:translateX(-300px)}
#side-menu .contents{margin-top:15px}
#side-menu .nav-link{color:#222B4D;font-size:16px;font-weight:600;padding:12px 0}
#side-menu .nav-link:hover{color: #f9ce20;}
#side-menu .close{font-size:36px;font-weight:400}
.side-menu-overlay{left:0;min-width:100%;background:rgba(0,0,0,.4);z-index:100}
#side-menu.side-menu-left{right:auto;left:-300px}
body.side-menu-visible #side-menu.side-menu-left{transform:translateX(300px)}

@media (min-width:810px) {
  .navbar-expand-md {
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
}

.nav-logout {
  padding-right: 0;
}

.navbar {
  background-color: rgb(255,255,255);
  color: rgb(255,255,255);
  border-bottom: 1px solid rgba(0,0,0,0.1);
  z-index: 1;
}
.navbar .navbar-light {
  padding-left: 1vw;
  padding-right: 1vw;
}

.navbar-light .navbar-nav .nav-link {
  color: #000;
  font-size: 15px;
}

.navbar-light .navbar-nav .nav-link:hover {
  color: #f9ce20;
}

.nav-pills {
  background-color: rgba(0,0,0,0);

}

.nav-pills .nav-link {
  color: var(--tablinkcolor);
}

.nav-pills .nav-link.active {
  background-color: var(--tabhovercolor);
  color: #FFF;
  
}

/* BUTTONS */

.btn {
  border-radius: 0!important;
}

.btn-panic {
  width:56px;
}

.navbar-toggler {
  border-radius: 0!important;
}

.btn.btn-primary.dropdown-toggle {
  display: block;
}

.btnTile {
  background-color: #222b4d;
  color: white;
  border: 1px solid white;
  padding:10px;
  min-width: 100px;
  min-height: 100px;
  margin:auto auto;
  cursor: pointer;

}

.btnTileDoor {
  font-size: 10.4px;
}
.btnTileWall {
  font-size: 13px;
}

.iconTile {
  font-size: xxx-large;
  padding-bottom: 5px;
}

.iconTileWall {
  font-size: xxx-large;
  padding-bottom: 7.5px;
}

.iconTileDoor {
  font-size: xxx-large;
  padding-bottom: 10px;
}

.btnNewItem {
  background-color: #6eb270;
  color: white;
  
}

.btn100 {
  width: 100px;
  margin-left: 0.5vw;
}

#button-mobile-property {
  margin-left: 16px;
  padding-left: 12px;
  margin-right: 16px;
}

@media (min-width: 768px) {
  #button-mobile-property {
    display: none;
    margin-left: 0px;
    margin-right: 0px;
  }
}

.button-property, .buttonFilterDesktop {
  background-color: var(--tabhovercolor);
  color: #FFF;
  border-radius: 0;
  
}
.button-property:hover {
  color: #FFF;
}
.button-property-wide {
  width: 98vw;
  margin-bottom:1.5vw;
}


.listButtons {
  margin-bottom: 1vw;
}



/* TABLES */

.tableTitle {
  color: #222b4d;
}

.table-responsive.table-todays {
  background-color: var(--gridbgcolor);
  max-height: calc(100vh - 120px - 3vw);
  /*box-shadow: 1px 1px 5px rgba(0,0,0,0.8);*/
  border: 1px solid rgba(0,0,0,0.1);

}

.table-responsive.table-todays-tenant {
  background-color: var(--gridbgcolor);
  max-height: calc(100vh - 230px - 3vw);
  /*box-shadow: 1px 1px 5px rgba(0,0,0,0.8);*/

}

@media (max-width: 798px) {
  .table-responsive-table-todays {
    max-height: calc(100vh - 140px - 3vw);
  }
}

.dailyTasks, dailyAppointments {
  max-height: 300px;
}

.dailyTasksEmpty, dailyAppointmentsEmpty {
  max-height: 300px;
}

.tableAgentL {
  max-height: 300px !important;
}

.tablerent.fixed_headers {
  background-color: var(--gridbgcolor);
  border-radius: .75em;
}

.table thead th {
  vertical-align: bottom;

  font-weight: 700;
  background-color: var(--gridbgcolor);
}

.table td {
  padding: .75rem;
  vertical-align: top;
  border-top: 1px solid #bebebe;
  color: var(--gridtextcolor);
}

.table th {
  padding: .75rem;
  vertical-align: top;
  border-top: 0;
}

@media (max-width: 767px) {
  #tabs-table {
    width: 98vw;
    overflow: visible;
  }
}

@media (min-width: 768px) {
  #tabs-table {
    width: 100%;
    overflow: visible;
  }
}

#tabs-table-full {
  width: 100%;
  overflow: visible;
}

.tabs-table {
  overflow-x: auto;
  margin-bottom: 1vw;
}

.div-daily-tables {
  margin: 1vw;
}

.table-todays thead th { 
  position:sticky !important;
  top:0; 
  /*box-shadow: 0px 2px 0 var(--primary);*/
  border-bottom: 0 !important;
}

.table-todays-tenant thead th { 
  position:sticky !important;
  top:0; 
  /*box-shadow: 0px 2px 0 var(--primary);*/
  border-bottom: 0 !important;
}

/* TREEVIEW */
@media (max-width: 767px) {
  #divtreeview {
    display: none;
  }
}

.treeview-link:hover {
  background-color: rgba(0,0,0,0.77);
  position: absolute;
  color: var(--tabhovercolor);
  text-decoration: none;
  
}
.treeviewSelect {
  color: var(--tabhovercolor)!important;
  text-decoration: none;
}

.treeview-link {
  color: var(--textcolor);
}

#divtreeview {
  width: 33vw;
  margin-right: 1vw;
  overflow-y: auto;
  background-color: rgba(255,255,255,0.25);
  border-radius: 0.75em;
  padding: 1%;
  box-shadow: 1px 1px 5px rgba(0,0,0,0.8);
}

.divtreeview h4 {
  color: #e3c79b;
}

/* OVERLAY */
#appointmentWrapper, #taskWrapper, #pageWrapper{
  position: fixed;
  display: none;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0,0,0,0.85);
  z-index: 16;
}

.overviewWrapper {
  width: 60%;
  height: auto;
  max-height: 100dvh!important;
  margin: auto;
  padding: 1vw;
  z-index: 3;
  position: absolute;
  overflow: hidden;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}

.overviewLeft, .overviewRight {
  width:50%;
}

#appOverview, #taskOverview, #pageOverview {
  height: 100%;
  background-color: white;
  color: black;
  padding: 15px;
}

@supports not (-webkit-touch-callout: none) {
  .overlayContent {
    overflow-y: scroll;
    max-height: calc(95svh - 4vw - 418px)!important;
    -webkit-overflow-scrolling: touch !important;
  }
}

@supports (-webkit-touch-callout: none) {
  .overlayContent {
  white-space:nowrap;
  overflow: scroll;
  -webkit-overflow-scrolling: touch !important;
  max-height: calc(95svh - 4vw - 418px)!important;
  }
}

@media (max-width: 750px) {
  #appOverview, #taskOverview, .overviewControls, .overviewWrapper, #pageOverview {
    width:100%;
  }
}

.overviewControls {
 
  height: auto;
  padding-right: 0;
}

#taskWrapperClose, #appWrapperClose, #pageWrapperClose {
  color: black;
  font-size: 25px;
  font-weight: 400;
  padding: 0;
  line-height: 25px;
  height: 25px;
}


.overviewWrapper p {
  padding-right: 10px;
}

.overlayTitle {
  margin-bottom: 2vw;
  border-bottom: 2px!important;
  border-bottom-style: solid!important;
  border-bottom-color: var(--primary);
}

.divOverlayWidth {
  min-width: 50%!important;
}

/* PAGE WRAPPERS */
.div-agentlanding-content {
  max-width: 715px;
  margin-top: 1vw;
  margin-bottom: 1vw;
  margin-right: 1vw;
  margin-left: 1vw;
  max-height: 346px;
}

@media (min-width: 768px) {
  .div-agentlanding-content {
    min-width: 715px;
  }
}

#div-content {
  margin-right: 1vw;
  margin-left: 1vw;
  margin-bottom: 1vw;
  margin-top: 1vw;
  height: calc(100vh - 57px - 2vw);
}

.full-block {
  height: calc(100vh - 57px - 2vw);
}

#div-content-llord {
  margin-right: 1vw;
  margin-left: 1vw;
  margin-bottom: 1vw;
  margin-top: 1vw;
}

#div-content-tenant {
  margin-right: 1vw;
  margin-left: 1vw;
  margin-bottom: 1vw;
  margin-top: 1vw;
  height: calc(100vh - 82px - 2vw);
}

.divEditPage {
  height: calc(100vh - 94px -3vw);
  width: 100%;
  max-width: 750px;
  margin: auto;
  padding: 1vw;
  background-color: white;
  color: #30303f;
  border: 1px solid rgba(0,0,0,0.1);
  overflow: hidden;
  margin-bottom: 1vw;
}

/* INPUTS & LABELS */

.addressTitle {
  color: var(--textcolor);
}

.searchBar {
  border-radius: 4px;
  background-color: white;
  padding-left: 5px;
  height: 38px;

}

#searchInput {
  max-width: 50%;
}

.inputRounded {
  border: 1px solid #ccc;
  padding: 6px 12px;
  display: inline-block;
  min-width: 0;
}

.maintBrowse {
  background-color: #222b4d;
  color: white;
}

.selectize-input {
  padding-right: 43px !important;
  line-height: 24px !important;
  height: 38px;
  font-weight: normal !important;
  overflow: auto !important;
}

.selectize-control {
  vertical-align: middle;
  line-height: 24px !important;
  height: 38px;
}

.wideSelect {
  width: 135px;
}

.completedbySelect {
  min-width: 200px;
}

.widthFill {
  width: 100%;
}

.inputNotSelect {
  margin-left: 6px;
}
input[type=checkbox] {
  margin-bottom: 0.3rem;
}

.labelAfter {
  margin-left: 12px;
}

.labelHalf {
  width: 160px!important;
  flex-shrink: 0;
}

.labelApp {
  width: 100px!important;
  flex-shrink: 0;
}

.labelOTask {
  flex-shrink: 0;
  font-weight: 700;
}

.labelOContent {
  font-weight: 500;
}

.labelTask {
  width: 120px!important;
  flex-shrink: 0;
}

.labelInspect {
  width: 125px!important;
  flex-shrink: 0;
}

.labelLlord {
  width: 140px!important;
  flex-shrink: 0;
}

.inputShorterStandard {
  width: 180px!important;
  flex-shrink: 0;
}

.editField {
  padding-bottom: 1vw;
}

.fieldCluster {
  padding-bottom: 1px;
}

input[type="time"] {
  padding-right: 0px;
  width: 143px;
}

@media (max-width: 768px) {
  input[type="time"] {
    padding-right: 0px;
    width: auto;
  }
}

input[type="date"] {
  padding-right: 0px;
  width: 140px;
}

input[type=file] {
  width: 0.1px;
  height: 0.1px;
  opacity: 0;
  overflow: hidden;
  position: absolute;
  z-index: -1;
}

textarea {
  resize: none;
  height: 114px;
}

.selectize-dropdown, .selectize-dropdown.form-control{
  max-height: 106px !important;
}

.selectize-dropdown-content {
  max-height: 106px !important;
  /*height: 106px !important;*/
  padding-top: 0 !important;
  font-weight: normal !important;
}

.commentsContainer {
  width: 100%;
  word-wrap: anywhere;
  overflow-y: auto;
  max-height: 100px;
}

/* GRID */

.grid-container {
  margin: 0 auto;
  max-width: 600px;
}

.grid-row {
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
}

.grid-item {
  min-height: 100px;
  max-height: 100px;
  flex-basis: 16.66%;
  -ms-flex: auto;
  min-width: 100px;
  position: relative;
  box-sizing: border-box;
}

.grid-item-wrapper {
  -webkit-box-sizing: initial;
  -moz-box-sizing: initial;
  box-sizing: initial;
  background: #aaa;
  margin: 0;
  height: 100%;
  width: 100%;
  -webkit-transition: padding 0.15s cubic-bezier(0.4,0,0.2,1), margin 0.15s cubic-bezier(0.4,0,0.2,1), box-shadow 0.15s cubic-bezier(0.4,0,0.2,1);
  transition: padding 0.15s cubic-bezier(0.4,0,0.2,1), margin 0.15s cubic-bezier(0.4,0,0.2,1), box-shadow 0.15s cubic-bezier(0.4,0,0.2,1);
  position: relative;
}

.grid-item-container {
  height: 100%;
  width: 100%;
  position: relative;
  background-color: white;
}

.grid-listing {
  flex-basis: 20%;
  -ms-flex: auto;
  position: relative;
  box-sizing: border-box;
}

.grid-listing-wrapper {
  -webkit-box-sizing: initial;
  -moz-box-sizing: initial;
  box-sizing: initial;
  background: #aaa;
  margin: 0;
  height: 100%;
  width: 100%;
  position: relative;
}

.grid-listing-container {
  height: 100%;
  width: 100%;
  position: relative;
  background-color: white;
}

@media(max-width: 650px) {
  .grid-container {
    width: 300px;
  }
}

@media(max-width: 310px) {
  .grid-container {
    width: 200px;
  }
}

@media(max-width: 210px) {
  .grid-container {
    width: 100px;
  }
}




/* OTHER */

.topSpacer {
  margin-top: 1vw;
}

.vertical-center {
  min-height: 100%;
 
  display: flex;
  align-items: center;
}

.d-flex.flex-column.flex-grow-1.mx-auto.tabstuff {
  margin-top: 75px;
  padding-left: 0px;
  margin-right: 16px;
  padding-right: 0px;
}

@media (max-width:576px) {
  .flex-sm-column {
    -ms-flex-direction: column!important;
    flex-direction: column!important;
  }
}

.d-flex.justify-content-center.align-items-center.m-auto.flex-sm-column.flex-md-row.flex-lg-row.flex-xl-row {
  padding-right: 16px;
  padding-left: 16px;
  margin-top: 0px;
  padding-top: 0px;
}

.d-flex.flex-grow-1.justify-content-between.align-items-center.mx-auto.flex-sm-column.flex-md-row.flex-lg-row.flex-xl-row.align-items-xl-start {
  padding-top: 40px;
  max-width: 95%;
  margin-right: 0px;
  padding-right: 0px;
}

.mobileCurrentView {
  color: white;
  text-align: center;
}


@media (min-width: 768px) {
  .mobileCurrentView {
    display: none;
  }
}

.card-header {
  padding: .75rem 1.25rem;
  margin-bottom: 0;
  background-color: #bbb;
  border-bottom: 1px solid rgba(0,0,0,.125);
}

.caret {
  cursor: pointer;
  user-select: none;
}

.caret::before {
}

.caret::before {
}

.caret::before {
  content: "\25B8";
  color: var(--tabbgcolor);
  display: inline-block;
  margin-right: 6px;
}

.nested {
  display: none;
}

.list-unstyled.active {
  display: block;
}

.caret-down::before {
  transform: rotate(90deg);
  margin-right: 6px;
}



.jumbotron {
  margin: 0px;
  padding: 40px 85px ;
  background-color: #222b4d;
  color: #ffffff;
  border-radius: 0px;
}

.row {
  margin-top: 2vw;
}

.titleLower {
  padding-bottom: -1vw;
}

.text-primary {
  font-weight: 800;
}

.container-fluid {
  padding-left: 0;
  padding-right: 0;
}

.text-primary {
  color: #000000!important;
}

.property-menu {
  display: none;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #30373f;
}


.d-flex.flex-row.justify-content-between.prop-menu-searchexit {
  margin: 5%;
}

.item-propmenu {
  background-color: #fff;
  height: 50px;
  padding: 10px;
  padding-top: 0px;
  margin-bottom: 1px;
  font-size: 20px;
}

.d-flex.flex-row.div-prop-view {
  padding: 5%;
}

.text-truncate li {
  padding-left: 10px;
  color: white;
}


.fa-user {
  padding-right: 10px;
}

.MinWidthOverride {
  min-width: 0;
}

.editControls {
    padding: 1vw;
    padding-right: 0;
    padding-top: 0;
    width: 100%;
    max-width: 750px;
    margin: auto;
}

.itemSpacing {
  padding-right: 1vw;
  padding-bottom: 1vw;
}

.dataTables_info {
  padding-left: 4px;
}

.carousel-inner {
  width: 100vw;
  margin-left: -20px !important;
}

.carousel {
  padding-top: 1vw;
}

.dropdown-item {
  font-weight: 600;
}

.dropdown-item:hover {
  color: var(--primary);
}

.dropArea {
  border: 1px solid rgb(204,204,204);
  border-radius: 4px;
  padding: 1vw;
  margin: 10px 0;
}

.dropArea.highlight {
  border-color: rgb(102,175,233);
  box-shadow: rgba(0,0,0,0.075) 0px 1px 1px 0px inset, rgba(102,175,233,0.6) 0px 0px 8px 0px;
}

.contactBlurb {
  margin-top: 0px;
  margin-bottom: 20px;
  color: #FFFFFF;
}

.buttonFilterDesktop {
  margin-bottom: auto;
}

.filterSelect {
  width:400px;
}

.filterSelectWide {
  width: 96vw;
  margin-bottom: 1vw;
}

.toggleBox {
  border: 1px solid #ddd;
  padding:10px;
  background-color: #fff;
  color: #464646;
  font-weight: 400;
  cursor:pointer;
}

.toggleBox-Active {
  background-color: #eff6ff;
  padding:10px;
  border: 1px solid #007bff;
  color: #007bff;
  cursor:pointer;
}

.radioButton {
  padding: 10px;
  border: 1px solid #757575;
  border-radius: 24px;
  height: 40px;
  margin: 0 7px;
  line-height: 0.9;
  color: #646464;
  background-color: #fff;
  cursor:pointer;
}

.radioButtonActive {
  padding: 10px;
  border: 1px solid #007bff;
  border-radius: 24px;
  height: 40px;
  color: #007bff;
  margin: 0 7px;
  line-height: 0.9;
  background-color: #fff;
  cursor:pointer;
}

.checkButton {
  padding: 10px;
  border: 1px solid #757575;
  border-radius: 4px;
  height: 40px;
  line-height: 0.9;
  color: #646464;
  background-color: #fff;
  cursor:pointer;
}

.checkButtonActive {
  padding: 10px;
  border: 1px solid #007bff;
  border-radius: 4px;
  height: 40px;
  color: #007bff;
  line-height: 0.9;
  background-color: #fff;
  cursor:pointer;
}

.checkButtonDisable {
  padding: 10px;
  border: 1px solid #757575;
  border-radius: 4px;
  height: 40px;
  color: #000;
  line-height: 0.9;
  background-color: #ccc;
  cursor:default;
}

#tableSearch {
  width:100%;
  height:40px;
}

.divRadioButton {
  margin: 10px;
}

@media (min-width: 768px) {
  .divRadioButton {
    margin: 0 0 0 30px;
  }
}

@media (max-width: 768px) {
  .dropAreaSmall {
    margin:5px 0 10px 160px;
  }
}

.fileBlurb {
  overflow: hidden;
  text-overflow: ellipsis;
}

.link-disabled {
    color: #888!important;
    border-color: #888;
}

.link-disabled:hover {
    background-color: #ccc;
}