﻿body {
    font-family: Verdana, Tahoma, Arial, "Helvetica Neue", Helvetica, Sans-Serif;
    /*font-size:small;*/
    margin-bottom: 50px;
    font-size:12px;
    /*padding-top: 100px;*/ 
}

.scrollable-content {
  position: absolute;
  top: 100px;
  bottom: 50px;
  overflow-y: scroll;
  width: 100%;

}

html {
  position: relative;
  min-height: 100%;
}

.main {
    padding-left: 220px;
}

.warning {
    color:red;
    font-weight: bold;
}

.spInfo { 
    color: purple;
    font-weight:bold;
}

.currentRow {
    border: solid 2px #0084FF;
}

.booked{
    font-style: italic;
    background-color: red;
}


.spSection {
    border: 1px solid #0084FF;
    border-radius: 5px;
    padding: 4px;

}
.debug1 {
    border: 1px solid red;
}

.debug2 {
    border: 1px solid green;
}

.debug3 {
    border: 1px solid yellow;
}



.mysidebar {
    border: 1px solid #0084FF;
    border-radius: 5px;
    padding: 4px;
    height: 300px;
    /*background-color: #0084FF;*/
}

.sp-navbar {
    background-color: #8000ff;
}



/*bootstrap overrides*/

div.rounded {
    border-radius: 5px;
}


.rounded-box {
 
  
    border-radius: 10px; /* Set the border-radius to create rounded corners */
    padding: 20px; /* Set padding as needed */
    border: 2px;
    border-style:solid;
    padding:5px;
    margin:5px;
}

.bathroom {
    background-color: aliceblue; /* Set your desired background color */
}
.bedroom {
    background-color:  cornsilk; /* Set your desired background color */
}
/*.panel-default > .panel-heading {
  background-color: #0084FF;
}*/

.text-black 
{
    color:black
}

.form-control {
    color: black;
    font-weight: bold;
}
hr {
  -moz-border-bottom-colors: none;
  -moz-border-image: none;
  -moz-border-left-colors: none;
  -moz-border-right-colors: none;
  -moz-border-top-colors: none;
  border-color: #EEEEEE -moz-use-text-color lightgray ;
  border-style: solid none;
  border-width: 1px 0;
  margin: 18px 0;
}

.footer {
    position: absolute;
    bottom: 0;
    width:99%;
    
    height: 50px;
    background-color: #f5f5f5;
}


.navbar-default {
    background-color: #28a745;
    /*border-color: #0084FF;*/
    font-size: small;
}

    .navbar-default .navbar-nav > li > a {
        color: white;
    }


.verySmall {
    font-size:xx-small;
}

.sp-error {
    color: red;    
}

.btn-primary {
    /*background: #00aec7;*/
    background: #0084FF;

}

.btn-DOW-Active {
    background: #5bc0de;
    color: white;
    margin-top: 2px;
    padding: 3% 1%;
}

.btn-DOW-InActive {
    background: white;
    color: black;
    margin-top: 2px;
    padding: 3% 1%;
}


.btn-unique {
    /*background: #9110f6;*/
    background: #814481;
    color: white;
  
}

    .btn-unique:active,
    .btn-unique:focus,
    .btn-unique:hover {
        background: white;
        color: #814481;
 
    }

.label-unbookable {
    background-color:red;
    color:white;
}
/* jquery overloads*/
.ui-dialog-titlebar {
    background-color: #0084FF;
}

.ui-dialog-title{
    background-color :  #0084FF;
}
.ui-widget-header {
    background:  #0084FF 50% 50% repeat-x;
    /*background:  ##0084FF  url("Content/themes/images/ui-bg_highlight-soft_75_cccccc_1x100.png" ) 50% 50% repeat-x;*/
    color: white;
}

.table-hover tbody tr:hover td, .table-hover tbody tr:hover th {
  background-color: #CCE6FF;
}

/* jquery ui overrides */ 
.ui-dialog {
    z-index: 1060;
    /*background: #CCE6FF !important;*/
        
}

.ui-dialog-buttonpane{
     /*background: #CCE6FF;*/
}

/*.ui-dialog, .ui-corner-all, .foo, .ui-draggable, .ui-resizable 
{
   
}​*/

.ui-widget-overlay {
   /*background: black url(images/ui-bg_flat_0_aaaaaa_40x100.png) 50% 50% repeat-x;*/
   background: black;
   opacity: .60;
   filter: Alpha(Opacity=30);
}


/* info and errors */
.message-info {
    border: 1px solid;
    clear: both;
    padding: 10px 20px;
}

.message-error {
    clear: both;
    color: #e80c4d;
    font-size: 1.1em;
    font-weight: bold;
    margin: 20px 0 10px 0;
}

.message-success {
    color: #7ac0da;
    font-size: 1.3em;
    font-weight: bold;
    margin: 20px 0 10px 0;
}

.error {
    color: #e80c4d;
}

/* styles for validation helpers */
.field-validation-error {
    color: #e80c4d;
    font-weight: bold;
}

.field-validation-valid {
    display: none;
}

input.input-validation-error {
    border: 1px solid #e80c4d;
}

input[type="checkbox"].input-validation-error {
    border: 0 none;
}

.validation-summary-errors {
    color: #e80c4d;
    font-weight: bold;
    font-size: 1.1em;
}

.validation-summary-valid {
    display: none;
}


  #progressbar {
    margin-top: 20px;
  }
 
  .progress-label {
    font-weight: bold;
    text-shadow: 1px 1px 0 #fff;
  }
 
  /*.ui-dialog-titlebar-close {
    display: none;
  }*/


.SearchOwnerPopupContainer label {
        font-size: small;
        font-weight: 400;
}

.SearchOwnerPopupContainer .highlight {
        font-weight: bold;
        font-size: large;
}

.SearchOwnerPopupContainer .wrapper {
                    height: 300px;
            /*width: 200px;*/
            overflow-y:auto;
        }

.red
{
    color:                  #F00 !important;
}

.owner-statements
{
    margin-top:             12px;
}
.owner-statements table
{
   width:                  975px;
}
.owner-statements .filter
{
}
.owner-statements .list
{
    margin-top:             12px;
}
.owner-statements .header
{
   font-weight:            bold;
   background-color:       #CCC;
}
.owner-statements .totals
{
   font-weight:            bold;
   background-color:       Wheat;
}
.owner-statements td
{
   padding:                4px;
}
.owner-statements .row1
{
   background-color:       #EEE;
}
.owner-statements .row tr:hover
{
   background-color:       #ffff33;
}
.owner-statements .add-expense
{
   font-size:              9px;
}
.owner-statements .add-work-order
{
   font-size:              9px;
}

.dialog-select-statement
{
    display:                none;
    height:                 700px;
}
.dialog-select-statement .property-list
{
    overflow:auto;
    height:500px;
    width:250px;
    float:left;
    margin-right:24px;
}
.dialog-select-statement .statement-list
{
    overflow:auto;
    height:500px;
    width:250px;
}

.accounts
{
    margin-top:             12px;
}

.accounts .account-listing
{
    margin-left:            7px;
}

.accounts .account-listing .child
{
    margin-left:            14px;
}

.account
{
    margin-top:             12px;
}
.account .register
{
    margin-top:             12px;
}
.account .register td
{
    padding:                 4px;
}
.account .register tr.header
{
    background-color:        #CCC; 
}
.account .register tr.row1
{
    background-color:       white;
}
.account .register tr.row2
{
    background-color:       #EEE;
    border-bottom:          1px solid black;
}
.account .register tr.highlight1
{
    background-color:       #ffff99;
}
.account .register tr.highlight2
{
    background-color:       #eeee77;
}
.account .summary td
{
   padding:                2px;
}

.account .detail td
{
   padding:                4px;
}

.workorder
{
}
.workorder .title
{
   font-size:              18px;
   font-weight:            bold;
   padding:                4px;
}
.workorder .title-normal
{
   background-color:       #CCC;
}
.workorder .title-emergency
{
   background-color:       red;
}
.workorder .title-high
{
   background-color:       yellow;
}
.workorder .state
{
   padding-top:            4px;
   padding-bottom:         7px;
   font-weight:            bold;
   line-height:            20px;
}
.workorder .state a
{
   color:                  black;
}
.workorder .state a:hover
{
   text-decoration:        underline;
}
.workorder .notes .note
{
   margin-bottom:          12px;
}
.workorder .notes .note .header
{
   font-weight:            bold;
   background-color:       #CCC;
   padding:                3px;
}
.workorder .notes .note .content
{
   padding:                3px;
   border-left:            1px solid #CCC;
   border-bottom:          1px solid #CCC;
   border-right:           1px solid #CCC;
}
.workorder .notes .note .content .charge
{
   background-color:       palegreen;
   font-weight:            bold;
   margin-bottom:          3px;
   padding:                3px;
   display:                inline-block;
}
.workorder .new-workorder
{
   margin-top:             12px;
}
.workorder .filter-workorder
{
   margin-top:             12px;
}
.workorder .workorder-list
{
   margin-top:             12px;
}

.accounting .date-header
{
   padding:                4px;
   font-weight:            bold;
   background-color:       lightgray;
   border-right:           1px solid white;
   text-align:             center;
}
.accounting .date-header:hover
{
   text-decoration:        underline;
   cursor:                 pointer;
}
.accounting .header td
{
   padding:                4px;
   font-weight:            bold;
   background-color:       lightgray;
   border-right:           1px solid white;
   text-align:             center;
}
.accounting .manager .detail a
{
   color:                  black;
}
.accounting .manager .detail a:hover
{
   color:                  #337AB7;
}
.accounting .manager td
{
   padding:                3px;
}
.accounting .register td
{
   padding:                3px;
}



#topbar-wrapper {   
    left: 250px;
    top:200px;
    background: white;
    position: fixed;
    height: 50px;
    width:100%;
    z-index: 1000;
    transition: all 0.4s ease 0s;
    border: thin solid;
    border-color: black;

}
/* side bar for open dates */

#wrapper {
  padding-left: 250px;
  transition: all 0.4s ease 0s;
}


#sidebar-wrapper {
    margin-left: -250px;
    left: 250px;
    width: 250px;
    background: white;
    position: fixed;
    height: 375px;
    overflow-y:  scroll;
    z-index: 1000;
    transition: all 0.4s ease 0s;
    border: thin solid;
    border-color: black;
}



#page-content-wrapper {
  width: 100%;
}

.sidebar-nav {
  position: absolute;
  top: 0;
  width: 250px;
  /*list-style: none;*/
  margin: 0;
  padding: 0;
}

@media (max-width:767px) {

    #wrapper {
      padding-left: 0;
    }

    #sidebar-wrapper {
      left: 0;
    }

    #wrapper.active {
      position: relative;
      left: 250px;
    }

    #wrapper.active #sidebar-wrapper {
      left: 250px;
      width: 250px;
      transition: all 0.4s ease 0s;
    }

}

.vertical-align
{
    vertical-align: middle;
    display: inline-block;
}

.vertical-bottom
{
    vertical-align:  text-bottom;
    display: inline-block;
}



.spEdited {
    /*background-color: lightblue;*/       
    background-color:  lightyellow;
}


.table-hover>tbody>tr.spEdited {
    background-color:  lightyellow;
}


div.spEdited {
    background-color:  lightyellow;
}

.top-buffer { margin-top:10px; }

.myScroll{
    height: 300px !important;
    overflow-y: scroll;
    overflow-x:  hidden;
}


.outline {
    border: solid 2px;
    border-color: #5cb85c;
}

.outline-inactive {
    border: solid 2px;
    border-color: red;

}

.outline-warning {
    border: solid 4px;
    border-color: yellow;
}
.outline-midwarning {
    border: solid 4px;
    border-color: darkorange;
}

.outline-danger {
    border: solid 4px;
    border-color: red;
}


.btn-circle {
  width: 30px;
  height: 30px;
  text-align: center;
  padding: 6px 0;
  font-size: 12px;
  line-height: 1.428571429;
  border-radius: 15px;
}
.btn-circle.btn-lg {
  width: 50px;
  height: 50px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33;
  border-radius: 25px;
}
.btn-circle.btn-xl {
  width: 70px;
  height: 70px;
  padding: 10px 16px;
  font-size: 24px;
  line-height: 1.33;
  border-radius: 35px;
}


.ui-autocomplete {
    position: absolute;
    z-index: 1000;
    cursor: default;
    padding: 0;
    margin-top: 2px;
    list-style: none;
    background-color: #ffffff;
    border: 1px solid #ccc
    -webkit-border-radius: 5px;
       -moz-border-radius: 5px;
            border-radius: 5px;
    -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
       -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
            box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
}
.ui-autocomplete > li {
  padding: 3px 20px;
}
.ui-autocomplete > li.ui-state-focus {
  background-color: #DDD;
}
.ui-helper-hidden-accessible {
  display: none;
}

span.glyphicon {
    font-size: 1.25em;
}

span.glyphicon-info-sign {
    font-size: 1.4em;
}
/*
span.glyphicon-remove-sign { 
    font-size: 1.5em;
}
span.glyphicon-edit {
    font-size: 1.5em;
}

span.glyphicon-expand {
    font-size: 1.5em;
}*/

.glyphicon-large {
    font-size: 36px;
}

.glyphicon-medium {
    font-size: 24px;
}



.gly-rotate-90 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
}
.gly-rotate-180 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}
.gly-rotate-270 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
  -webkit-transform: rotate(270deg);
  -moz-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  -o-transform: rotate(270deg);
  transform: rotate(270deg);
}
.gly-flip-horizontal {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1);
  -webkit-transform: scale(-1, 1);
  -moz-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  -o-transform: scale(-1, 1);
  transform: scale(-1, 1);
}
.gly-flip-vertical {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1);
  -webkit-transform: scale(1, -1);
  -moz-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  -o-transform: scale(1, -1);
  transform: scale(1, -1);
}




.ExternalINV {
    background-color: lightblue;
}

.text-comment {
    color:  #3c763d;
}


.pubSectionHeader
{
    color: grey;    
    border-bottom: 1px solid grey;
    padding-bottom: 1em;
}

.required
{
    border: solid 4px;
    border-color: #5cb85c;
}

.borderless td, .borderless th .borderless tr {
    border:none;
}

tr.border_bottom td
{
  border-bottom:1pt solid black;
}


.ui-datepicker .ui-datepicker-title select {
	font-size: 1em;
	margin: 1px 0;
    color: black;
    background-color: white;
}

.ui-datepicker .ui-datepicker-prev span,
.ui-datepicker .ui-datepicker-next span {
	display: block;
	position: absolute;
	left: 50%;
	margin-left: -8px;
	top: 50%;
	margin-top: -8px;
    background-color: white
}

.smallSelect{
    font-size:1.2em;
}


.commentbadge  {
  /*margin-top: -5px;*/
  position: relative;
  font-size: 0.65em;
  font-weight:bold;
}
.glyphicon > .commentbadge  {
  position: absolute;
  width: 20px;
  height: 20px;
  top: -10px;
  right: -10px;
  background-color: #C0C0C0;
  padding-left:  5px ;
  padding-right: 5px;
  padding-bottom:5px;

  border-radius:50%;
  text-align: center;
  color:black;
}

.evenrow 
{
    background-color: white
}

.oddrow
{
    background-color: #ddd
}

.cellBooked 
{
    background-color: rgba(0,132,255, 0.4);
}

.text-covid
{
    color:purple;
}

.text-driverlicense
{
    color:blueviolet;
}

.text-crmerror
{
    color:darkorange
}

.rate-danger{
    background-color: red;
        
}

.rate-warning {
    background-color: orange;
 
}

.rate-alert {
    background-color: yellow;
  
}

.rate-negative {
    background-color:red;
    color:white;
}