* {
    /* box-sizing: border-box */
    /* box-sizing: content-box */
    box-sizing: revert;
}

/* Helps to identify layout glitches */
/*
* { outline: 2px dotted red }
* * { outline: 2px dotted green }
* * * { outline: 2px dotted orange }
* * * * { outline: 2px dotted blue }
* * * * * { outline: 1px solid red }
* * * * * * { outline: 1px solid green }
* * * * * * * { outline: 1px solid orange }
* * * * * * * * { outline: 1px solid blue }
 */

body {
    font-family: verdana,arial,sans-serif;
    font-size: 11px;
    color: #000000;
    margin: 0;
}
body#body-main {
    background-color: #DED7BD;
    margin: 0;
}

a {
    color:#980000;
    text-decoration:none;
}
a:hover {
    color:#980000;
    text-decoration : underline;
}
a:visited {
    color:#980000;
    text-decoration : none;
}
a.alt-href {
    text-decoration: none;
}
a:hover.alt-href {
    text-decoration : none;
}
a:visited.alt-href {
    text-decoration : none;
}

.f_bold             {font-weight: bold;}
.f_italic           {font-style:italic;}
.t_overline         {text-decoration: overline;}
.t_underline        {text-decoration: underline;}
.t_overline_underline {text-decoration: overline underline;}
.t_strikethru       {text-decoration: line-through;}
.t_overline_underline_strikethru {text-decoration: overline underline line-through;}
.t_align_l          {text-align: left;}
.t_align_r          {text-align: right;}
.t_align_c          {text-align: center;}
.t_uppercase        {text-transform: uppercase;}

.red-text {color: #FF0000;}
.green-text {color: #008000;}
.blue-text {color: #3B5998;}
.link-color {color:#980000;}
.m-color {color: #0066ff;}
.f-color {color: #ff33cc;}
.x-color {color: #760188;}

.hidden { display: none !important;}
.invisible { visibility: hidden !important;}

.former-member-color {
    color: #FF0000;
}

thead {
    background-color:       #DED7BD;
    color:                  #000000;
    font-family:            Verdana, Arial, Sans-Serif;
    font-size:              12px;
    font-weight:            bold;
}

tfoot {
    background-color:       #DED7BD;
    color:                  #000000;
    font-family:            Verdana, Arial, Sans-Serif;
    font-size:              11px;
    font-weight:            bold;
}

tbody {
    font-family:verdana,arial,sans-serif;
    font-size:12px;
    color:#000000;
}

.tbody-padding > tr > td {
    padding: 8px 2px 8px 2px;
}

.rec_list > tbody tr {
    height: 25px;
}
.rec_list > tbody > tr > td {
    border-bottom: 1px solid #CFCFCF;
}
.rec_list > tbody > tr:nth-child(even) {
    background-color: #F9F9F9;
}
.rec_list > tbody > tr:hover {
    background-color: #DCDCDC;
}


.rec_list_alt {
    width: 100%;
    font-family: Verdana, Arial, Sans-Serif;
    font-size: 0.75rem;
    color: #000000;
}
.rec_list_alt > thead{
    background-color:   transparent;
}
.rec_list_alt > thead tr {
    font-weight:        bold;
    height:             20px;
}
.rec_list_alt > thead tr th {
    padding: 0;
    border-bottom: 1px solid #ccc;
    text-align: left;
}
.rec_list_alt > tbody tr {
    height: 20px;
}
.rec_list_alt > tbody > tr > td {
    padding: 0;
    border-bottom: 1px solid #CFCFCF;
}
.rec_list_alt > tbody > tr:nth-child(even) {
    background-color: #F9F9F9;
}
.rec_list_alt > tbody > tr:hover {
    background-color: #DCDCDC;
}

.top-bar-icon {
    font-size: 1.4em;
    color: #A52A2A;
    text-shadow: 2px 2px 2px #696969;
    margin: 0 10px 0 0;
}

.div-table-alt {
    display: table;
    margin: 10px;
    font-size: 1.1em;
}
.div-table-alt div {
    display: table-row;
    /*line-height: 1.7em;*/
    /*border-bottom: 1px solid #C0C0C0;*/
    padding: 5px;
}
.div-table-alt div div {
    display: table-cell;
}
.div-table-alt > div > div:nth-of-type(1) {
    text-align: right;
}

.div-table {
    width: 100%;
    display: table;
    margin: 10px 0 10px;
    font-size: 1.1em;
}
.div-table div {
    display: table-row;
    line-height: 2rem;
    border-bottom: 1px solid #C0C0C0;
}
.div-table > div:nth-of-type(1) {
    font-weight: bold;
    text-decoration: underline;
}
.div-table > div:nth-child(even) {
    background-color: #F9F9F9;
}
.div-table > div:hover {
    background-color: #DCDCDC;
}
.div-table div div {
    display: table-cell;
}
.div-table > div > div:nth-of-type(1) {
    width: 50%;
}
.div-table > div > div:nth-of-type(2) {
    width: 15%;
}

/*.div-table > div > div:nth-of-type(3) {}*/

.div-table > div:nth-of-type(1) > div:nth-of-type(2) {
    padding-left: 10px;
    padding-right: 10px;
}
.div-table > div:nth-of-type(1) > div:nth-of-type(3) {
    padding-left: 20px;
}
.div-table div div > span:nth-of-type(1) {
    margin-left: 20px;
}
.div-table div div > span:nth-of-type(2) {
    margin-left: 20px;
}
.div-table div div span.fa-file-text-o {
    color: #0A246A;
    font-size: 1.1em;
}

.full-table, .full-table-basic {
    width: 100%;
    margin: 10px 0 10px;
    font-size: 1.1em;
    border-spacing: 0;
}
.full-table > thead, .full-table-basic > thead {
    background-color: transparent;
    text-decoration: none;
    font-weight: bold;
    text-align: left;
}
.full-table > thead th, .full-table-basic > thead th {
    padding: 0;
    border-bottom: 1px solid #C0C0C0;
}
.full-table > tbody, .full-table-basic > tbody {
    background-color: transparent;
}
.full-table > tfoot, .full-table-basic > tfoot {
    background-color: transparent;
    text-decoration: underline;
    font-weight: bold;
}
.full-table > tbody tr, .full-table-basic > tbody tr {
    height: 2rem;
}
.full-table > tbody td, .full-table-basic > tbody td {
    padding: 0;
    border-bottom: 1px solid #C0C0C0;
}
.full-table > tbody tr:nth-child(even), .full-table-basic > tbody tr:nth-child(even) {
    background-color: #F9F9F9;
}
.full-table > tbody tr:hover, .full-table-basic > tbody tr:hover {
    background-color: #DCDCDC;
}

/*.full-table > tbody tr:nth-of-type(1) {}*/

.full-table > tbody tr td:nth-of-type(1) {
    width: 50%;
}
.full-table > tbody tr td:nth-of-type(2) {
    width: 15%;
}
/*
.full-table > tbody tr td:nth-of-type(3) {}
.full-table > tbody tr:nth-of-type(1) > td:nth-of-type(2) {}
.full-table > tbody tr:nth-of-type(1) > td:nth-of-type(3) {}
.full-table > tbody tr td > span:nth-of-type(1) {}
.full-table > tbody tr td > span:nth-of-type(2) {}
*/

/* Bathroom Cleaning */
.hellip {
    color: #000;
    font-size: 1.3em;
    font-weight :700;
}
.hellip:after {
    content: '\2026';
}
.check-mark {
    color: green;
    font-size: 1.3em;
    font-weight: 700;
}
.check-mark:after {
    content: '\2714';
}
.x-mark {
    color: red;
    font-size: 1.3em;
    font-weight: 700;
}
.x-mark:after {
    content: '\2718';
}
.inspection-mark-one {
    margin-right: 10px;
}

.bath-cleaning-inspection {
    width: 100%;
    border-spacing: 0px;
    margin: 10px 0 10px;
}
.bath-cleaning-inspection tr {
    font-size: 1.2em;
    line-height: 1.5em;
}
.bath-cleaning-inspection th {
    padding: .5em .5em;
    border-bottom: 1px solid #CFCFCF;
}
.bath-cleaning-inspection td {
    padding: .5em .5em;
}
.bath-cleaning-inspection td:nth-of-type(1) {
    width: 450px;
}
.bath-cleaning-inspection td:nth-of-type(2) {
    width: 130px;
    text-align: center;
}
.bath-cleaning-inspection td span.inspection-mark-one {
    margin-right: 20px;
}

.bath-cleaning-inspection td span.bath-photo-upload-one,
.bath-cleaning-inspection td span.bath-photo-upload-two {
	display: inline-block;
	width: 20px;
	font-size: 1.6em;
}
.bath-cleaning-inspection td span.bath-photo-upload-one {
	margin-right: 15px;
}
.bath-cleaning-inspection td span.bath-photo-upload-two {
	margin-left: 15px;
}

fieldset.bath-crew {
    margin-bottom: 25px;
}
.bath-lists-view {
    font-size: 1.2em;
}
.bath-lists-view div {
    line-height: 1.5em;
    padding: .5em .5em;
}
.bath-lists-view-settings {
    text-align: center;
    padding: 10px 0 10px 0;
}
.bath-lists-view-settings span {
   font-size: 1.2em;
}
.bath-lists-view-settings select {
    width: 175px;
    font-size: 1.2em;
    padding: 3px;
    margin-left: 1em;
}
.bath-lists-view-settings select option {
    padding: 3px;
}
.bath-lists-view-settings input {
    width: 120px;
    font-size: 1.2em;
    padding: 3px;
    margin-left: 1em;
}
.bath-lists-view-settings button {
    width: 600px;
    font-size: 1em;
    padding: 3px;
    margin-left: 1em;
}

ul.horizontal {
    padding-left: 0;
}
ul.horizontal li {
    display: inline; /* makes bullets dispappear */
}
ul.horizontal li:before {
    content: '\2022'; /* add bullet */
    margin-right: 0.5em;
}

.side-by-side {
    display: inline;
    margin-left: 10px;
}

.email-to-members {
    padding: 5px 0 5px 0;
    font-size: 1.2em;
}
.email-to-members form {
    margin: 0;
}
.email-to-members input {
    font-size: 1.2em;
    padding: 3px;
    margin: 5px 0 5px 0;
}
.email-to-members textarea {
    font-size: 1.2em;
    padding: 3px;
    margin: 5px 0 5px 0;
}

/* Parking related */
span.pa-roster-vehicle {
    color: #8F4800;
    font-size: 10px;
    font-weight: bold;
}

#footer {
    border-top:1px solid #999;
    height:50px;
    margin:0 auto;
    padding:10px;
    text-align:center;
    width:751px;
}

.error {
    font-weight: bold;
    color: #C00
}

.css_button {
    background:#CC9966;
    padding:2px 6px;
    color:#000;
    font-family:'Helvetica',sans-serif;
    font-size:11px;
    font-weight:bold;
    border-radius:0;
    border:1px solid #1A356E;
}

.css_button2 {
    background:#70B8B8; /*Light Green*/
    padding:2px 6px;
    color:#000;
    font-family:'Helvetica',sans-serif;
    font-size:11px;
    font-weight:bold;
    border-radius:0;
    border:1px solid #1A356E;
    cursor: pointer;
}

.css_button3 {
    background:#FF7070; /*Light Red*/
    padding:2px 6px;
    color:#000;
    font-family:'Helvetica',sans-serif;
    font-size:11px;
    font-weight:bold;
    border-radius:0;
    border:1px solid #1A356E;
    cursor: pointer;
}

.css_button4 {
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    margin: 2px 2px 0px 2px;
    padding:4px 6px;
    color:#000;
    font-family:'Helvetica',sans-serif;
    font-size:12px;
    font-weight:bold;
    text-decoration: none;
    cursor: pointer;
    border:1px solid #000;
    box-shadow: 0px 0px 1px 0px #777;
}

/***** Blinker *****/
.blink_it {
    -webkit-animation-name: blinker;
    -webkit-animation-duration: 1s;
    -webkit-animation-timing-function: linear;
    -webkit-animation-iteration-count: infinite;

    -moz-animation-name: blinker;
    -moz-animation-duration: 1s;
    -moz-animation-timing-function: linear;
    -moz-animation-iteration-count: infinite;

    animation-name: blinker;
    animation-duration: 1s;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
}
@-moz-keyframes blinker {
    0% { opacity: 1.0; }
    50% { opacity: 0.0; }
    100% { opacity: 1.0; }
}
@-webkit-keyframes blinker {
    0% { opacity: 1.0; }
    50% { opacity: 0.0; }
    100% { opacity: 1.0; }
}
@keyframes blinker {
    0% { opacity: 1.0; }
    50% { opacity: 0.0; }
    100% { opacity: 1.0; }
}

/***** Animated ellipsis *****/
.anim-ellipsis {
    font-size: 1.5em;
}
.anim-ellipsis:after {
    overflow: hidden;
    display: inline-block;
    vertical-align: bottom;
    -webkit-animation: ellipsis steps(4,end) 900ms infinite;
    animation: ellipsis steps(4,end) 900ms infinite;
    content: "\2026"; /* ascii code for the ellipsis character */
    width: 0px;
}
@keyframes ellipsis {
    to {
        width: 1.25em;
    }
}
@-webkit-keyframes ellipsis {
    to {
        width: 1.25em;
    }
}

/***** Accordion *****/
/* Style the buttons that are used to open and close the accordion panel */
.accordion {
    background-color: #eee;
    color: #444;
    cursor: pointer;
    padding: 18px;
    width: 100%;
    border: none;
    text-align: left;
    outline: none;
    font-size: 15px;
    transition: 0.4s;
}
/* Add a background color to the button if it is clicked on (add the .active class with JS), and when you move the mouse over it (hover) */
.accordion-active, .accordion:hover {
    background-color: #ccc;
}
.accordion:after {
    content: '\002B'; /* Unicode character for "plus" sign (+) */
    color: #777;
    font-weight: bold;
    float: right;
    margin-left: 5px;
}
.accordion-active:after {
    content: "\2212"; /* Unicode character for "minus" sign (-) */
}
/* Style the accordion panel. */
.accordionpanel {
    padding: 0 18px;
    background-color: white;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.2s ease-out;
}
/*
button.accordion {
    background-color: #fff;
}
*/

/***** DIV with Textarea look *****/
.div-textarea {
    border: ridge 1px grey;
    padding: 5px;
    width: 58em;
    min-height: 5em;
    overflow: auto;
    white-space: pre;
}

.member-photo-icon {
    font-size: 1.2em;
    color: #0F9D58;
    float: left;
    margin: 0 2px 0 0;
}

/***** Border around fontawesome icons *****/
.bordered-fa-icon {
    text-shadow: -1px 0 #000, 0 1px #000, 1px 0 #000, 0 -1px #000;
}

/***** TAB system *****/
/* Style the tab */
.tab {
  overflow: hidden;
  border: 1px solid #ccc;
  background-color: #f1f1f1;
}
/* Style the buttons inside the tab */
.tab button {
  background-color: inherit;
  float: left;
  border: none;
  outline: none;
  cursor: pointer;
  padding: 14px 16px;
  transition: 0.3s;
  font-size: 17px;
}
/* Change background color of buttons on hover */
.tab button:hover {
  background-color: #ddd;
}
/* Create an active/current tablink class */
.tab button.active {
  background-color: #ccc;
}
/* Style the tab content */
.tabcontent {
  display: none;
  padding: 6px 12px;
  border: 1px solid #ccc;
  border-top: none;
  animation: fadeEffect 1s; /* Fading effect takes 1 second */
}

.busy-cell {
  background-color: #fecf6a;
}

/* Go from zero to full opacity */
@keyframes fadeEffect {
  from {opacity: 0;}
  to {opacity: 1;}
}

@media print {
    .do-not-print {
        display: none;
    }
}


/* Tooltip */
.tooltip {
  position: relative;
  display: inline-block;
  border-bottom: 1px dotted black;
}
.tooltip .tooltiptext {
  visibility: hidden;
  width: 120px;
  background-color: #555;
  color: #fff;
  text-align: center;
  border-radius: 6px;
  padding: 5px 0;
  position: absolute;
  z-index: 1;
  bottom: 125%;
  left: 50%;
  margin-left: -60px;
  opacity: 0;
  transition: opacity 0.3s;
}
.tooltip .tooltiptext::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: #555 transparent transparent transparent;
}
.tooltip:hover .tooltiptext {
  visibility: visible;
  opacity: 1;
}


/* Emotional Support Animal */
.esa {
  color: #9b51e0;
  cursor: pointer;
}


.confirmed-applicant-icon {
    font-size: 14px;
    color: #4a235a;
}
.confirmed-applicant-name {
    font-size: 10px;
    color: #4a235a;
    border-bottom: dotted 1px #4a235a;
}


.ro_grab_mark {
    color: #34a853;
    font-size: 0.9em;
    font-weight: bold;
    text-decoration: underline;
}
