@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@200;300;400;600;700;800&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Roboto+Condensed:wght@400;700&display=swap');





body {
    margin: 0px;
    background: #999999;
     text-align: center;
}



.ui-datepicker {
  font-size: 12px;
}


::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #ccc;
    opacity: 1; /* Firefox */
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #ccc;
}

::-ms-input-placeholder { /* Microsoft Edge */
    color: #ccc;
}


.bodytext {
    position: relative;
    text-align:left;
    font-family: 'Open Sans', sans-serif;
    font-size: 17px;
    font-weight: 200;
    color: #222;
    line-height: 20px;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; 
}


.bodytext a:link,
.bodytext a:hover,
.bodytext a:visited,
.bodytext a:active
{
  color: #000;
  text-decoration: none;
}


@media screen and (min-width: 501px) {
  .bodytext { 
      font-size: 17px;
      line-height: 20px;
  }
}
@media screen and (max-width: 500px) {
  .bodytext { 
      font-size: 15px;
      line-height: 18px;
  }
}




.bodytitle {
  display: inline-block;
  position: relative;
  width: 100%;
  box-sizing: border-box;
  padding-left: 8px;
  padding-bottom: 2px;
  border-left: 6px solid #269224;
  border-bottom: 1px solid #269224;
  color: #269224;
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 28px;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; 
}


.bodytitle_alt {
  color: #269224;
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 28px;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; 
}





.bodytext_copyright {
  position: relative;
  text-align:left;
  font-family: 'Open Sans', sans-serif;
  font-size: 12px;
  font-weight: 200;
  color: #fff;
  line-height: 18px;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.bodytext_copyright a:link,
.bodytext_copyright a:hover,
.bodytext_copyright a:visited,
.bodytext_copyright a:active
{
  color: #fff;
  text-decoration: none;
}


@media screen and (min-width: 401px) {
  .bodytext_copyright { 
      font-size: 12px;
      line-height: 18px;
  }
}
@media screen and (max-width: 400px) {
  .bodytext_copyright { 
      font-size: 9px;
      line-height: 15px;
  }
}




.textfield_grey {
    border-radius: 0px;
    border: 1px solid #aaa;
    padding: 3px 2px 3px 2px;
    font-family: 'Open Sans', sans-serif;
    color: #555;
    font-size: 15px;
    line-height: 15px;
    font-weight: normal;
    outline: none;
    background: #fff;
    box-sizing: border-box;
    margin-top: 2px;
    /* -webkit-text-fill-color: #222;
    -moz-text-fill-color: #222;
    -o-text-fill-color: #222;
    -khtml-text-fill-color: #222; */
}

.textfield_grey:active,
.textfield_grey:hover,
.textfield_grey:focus {
    box-shadow: 0 0 0px 1000px rgba(255,255,255,0.05) inset !important;
    -webkit-box-shadow: 0 0 0px 1000px rgba(255,255,255,0.05) inset !important;
    -moz-box-shadow: 0 0 0px 1000px rgba(255,255,255,0.05) inset !important;
    -o-box-shadow: 0 0 0px 1000px rgba(255,255,255,0.05) inset !important;
    -khtml-box-shadow: 0 0 0px 1000px rgba(255,255,255,0.05) inset !important;
}



input:-webkit-autofill,
input:-webkit-autofill:hover, 
input:-webkit-autofill:focus,
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover,
textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus {
    box-shadow: 0 0 0px 1000px rgba(255,255,255,0.05) inset !important;
    -webkit-box-shadow: 0 0 0px 1000px rgba(255,255,255,0.05) inset !important;
    -moz-box-shadow: 0 0 0px 1000px rgba(255,255,255,0.05) inset !important;
    -o-box-shadow: 0 0 0px 1000px rgba(255,255,255,0.05) inset !important;
    -khtml-box-shadow: 0 0 0px 1000px rgba(255,255,255,0.05) inset !important;
    transition: background-color 5000s ease-in-out 0s;
}















.custom_button {
    display: inline-block;
    position: relative;
    cursor: pointer;
    text-align: center;
    padding: 10px 16px 10px 16px;
    border-radius: 5px;
    background: #269224;
    color: #fff;
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    font-size: 20px; 
    line-height: 20px;
    font-weight: 400;
    transition: 0.3s;
    margin: 0px;
    box-sizing: border-box;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.custom_button:hover {
    background: #266224 !important;
    color: #fff;
}


.custom_button_disabled {
  display: inline-block;
  position: relative;
  text-align: center;
  padding: 10px 16px 10px 16px;
  border-radius: 5px;
  background: #ccc;
  color: #000;
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  font-size: 20px; 
  line-height: 20px;
  font-weight: 200;
  transition: 0.3s;
  margin: 0px;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}





.micro_button {
  display: inline-block;
  position: relative;
  cursor: pointer;
  text-align: center;
  padding: 4px 4px 2px 4px;
  border-radius: 2px;
  background: #269224;
  color: #fff;
  font-family: 'Open Sans', sans-serif;
  font-size: 13px; 
  line-height: 13px;
  font-weight: 400;
  transition: 0.3s;
  margin: 0px;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.micro_button:hover {
  background: #888 !important;
  color: #fff;
}



.dialog_container {
  display: flex; 
  position: fixed; 
  width: 90%; 
  top: 0px; 
  min-height: 95vh; 
  padding: 0px;
  padding-top: 20px;
  left: -20000px; 
  justify-content: center; 
  align-items: center; 
  align-content: center; 
  text-align: center; 
  z-index: 9999991;
}


.dialog_base {
    display: block;
    position: relative;
    font-family: 'Open Sans', sans-serif;
    font-weight: 200;
    color: #222;
    font-size: 12px;
    line-height: 13px;
    text-align: left;
    width: 100%;
    padding: 16px 26px 20px 26px;
    box-sizing: border-box;
    background: #fff;
    border-radius: 4px;
    box-shadow: 0px 0px 5px 2px rgba(0,0,0,0.7);
    min-height: 100px;
}









/*Checkboxes styles*/
input[type="checkbox"] { display: none; }

input[type="checkbox"] + label {
  display: block;
  position: relative;
  padding: 0px;
  padding-left: 21px;
  top: -4px;
  font-family: 'Open Sans', sans-serif;
  font-size: 11px;
  line-height: 11px;
  color: #fff;
  background-color: none;
  cursor: pointer;
  user-select: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
}

input[type="checkbox"] + label:last-child { margin-bottom: 0; }

input[type="checkbox"] + label:before {
  content: '';
  display: block;
  width: 12px;
  height: 12px;
  border: 2px solid #fff;
  background-color: none;
  position: absolute;
  left: 0;
  top: -2px;
  opacity: .6;
  -webkit-transition: all .12s, border-color .08s;
  transition: all .12s, border-color .08s;
}

input[type="checkbox"]:checked + label:before {
  width: 5px;
  top: -6px;
  left: 3px;
  border-radius: 0;
  opacity: 1;
  background-color: none;
  border-top-color: transparent;
  border-left-color: transparent;
  -webkit-transform: rotate(40deg);
  transform: rotate(40deg);
}






.checkbox_small {
  display: inline-block; 
  position: relative;
  vertical-align: middle;
  background: #fff;
  border: 1px solid #ccc;
  width: 14px;
  height: 14px;
  cursor: pointer;
}









.loader {
  display: inline-block;
  color: #005;
  font-size: 90px;
  text-indent: -9999em;
  overflow: hidden;
  width: 1em;
  height: 1em;
  border-radius: 50%;
  margin: 72px auto;
  position: relative;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-animation: load6 1.7s infinite ease, round 1.7s infinite ease;
  animation: load6 1.7s infinite ease, round 1.7s infinite ease;
}
@-webkit-keyframes load6 {
  0% {
    box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em, 0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;
  }
  5%,
  95% {
    box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em, 0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;
  }
  10%,
  59% {
    box-shadow: 0 -0.83em 0 -0.4em, -0.087em -0.825em 0 -0.42em, -0.173em -0.812em 0 -0.44em, -0.256em -0.789em 0 -0.46em, -0.297em -0.775em 0 -0.477em;
  }
  20% {
    box-shadow: 0 -0.83em 0 -0.4em, -0.338em -0.758em 0 -0.42em, -0.555em -0.617em 0 -0.44em, -0.671em -0.488em 0 -0.46em, -0.749em -0.34em 0 -0.477em;
  }
  38% {
    box-shadow: 0 -0.83em 0 -0.4em, -0.377em -0.74em 0 -0.42em, -0.645em -0.522em 0 -0.44em, -0.775em -0.297em 0 -0.46em, -0.82em -0.09em 0 -0.477em;
  }
  100% {
    box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em, 0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;
  }
}
@keyframes load6 {
  0% {
    box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em, 0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;
  }
  5%,
  95% {
    box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em, 0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;
  }
  10%,
  59% {
    box-shadow: 0 -0.83em 0 -0.4em, -0.087em -0.825em 0 -0.42em, -0.173em -0.812em 0 -0.44em, -0.256em -0.789em 0 -0.46em, -0.297em -0.775em 0 -0.477em;
  }
  20% {
    box-shadow: 0 -0.83em 0 -0.4em, -0.338em -0.758em 0 -0.42em, -0.555em -0.617em 0 -0.44em, -0.671em -0.488em 0 -0.46em, -0.749em -0.34em 0 -0.477em;
  }
  38% {
    box-shadow: 0 -0.83em 0 -0.4em, -0.377em -0.74em 0 -0.42em, -0.645em -0.522em 0 -0.44em, -0.775em -0.297em 0 -0.46em, -0.82em -0.09em 0 -0.477em;
  }
  100% {
    box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em, 0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;
  }
}
@-webkit-keyframes round {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes round {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}





.menu_item {
  display: block; 
  position: relative; 
  padding: 8px; 
  padding-left: 18px; 
  padding-right: 18px; 
  font-size: 16px;
  line-height: 16px;
  text-align: left; 
  border-bottom: 1px solid #666;
  color: #fff;
  cursor: pointer;
}




#main_nav_bar_logo {
    cursor: pointer; 
    position: relative; 
    border: 0px; 
    height: 40px; 
    width: auto;
}

#main_menu_icon {
    position: relative;
    top: -3px;
    border: 0px; 
    height: 24px; 
    width: auto; 
    cursor: pointer;
}

#main_nav_bar_spacer {
    display: block; 
    position: relative; 
    height: 50px; 
    width: 100%; 
    padding: 0px; 
    box-sizing: border-box;
}


#menu_icon_block {
  display: none; 
  position: absolute; 
  top: 16px; 
  right: 35px; 
  padding: 0px; 
  box-sizing: border-box;
}

#menu_links_block {
  display: block; 
  position: absolute; 
  top: 16px; 
  right: 35px; 
  padding: 0px; 
  box-sizing: border-box;
  color: #fff;
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 17px;
  font-weight: 400;
  line-height: 20px;
  text-align: right;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; 
}


@media screen and (min-width: 701px) {
  #menu_icon_block { 
    display: none;
  }
  #menu_links_block{
    display: block;
  }
}
@media screen and (max-width: 700px) {
  #menu_icon_block { 
    display: block;
  }
  #menu_links_block{
    display: none;
  }
}




.phone_container {
  display: inline-block; 
  position: relative; 
  width: calc(30% - 15px); 
  max-width: 300px; 
  min-width: 220px;
  padding: 0px; 
  box-sizing: border-box; 
  text-align: center;
}



#flex_block_1 {
  display: inline-block; 
  position: relative; 
  width: calc(30% - 5px); 
  max-width: 200px; 
  padding: 0px;
}

#flex_block_2 {
  display: inline-block; 
  position: relative; 
  width: calc(70% - 5px); 
  font-size: 22px; 
  line-height: 26px; 
  font-weight: 700; 
  padding: 0px;
  color: #ffc10a;
  text-align: left;
}

@media screen and (min-width: 701px) {
  #flex_block_1 { 
    width: calc(30% - 5px);
  }
  #flex_block_2{
    width: calc(70% - 5px);
    text-align: left;
  }
}
@media screen and (max-width: 700px) {
  #flex_block_1 { 
    width: calc(30% - 5px);
  }
  #flex_block_2{
    width: 100%;
    text-align: center;
  }
}


#switch_logo {
  content: url(pics/1sthandcleaning_logo_with_strap.svg);
  position: absolute; 
  bottom: 0%; 
  left: 50%; 
  width: 70%; 
  height: auto; 
  transform: translateX(-50%) translateY(40%);
}

#boxes_spacer {
  display: block; 
  position: relative; 
  left: 0px; 
  width: 68%; 
  min-height: 170px; 
  padding: 0px; 
  box-sizing: border-box;
}

#boxes_spacer2 {
  display: block; 
  position: relative; 
  left: 0px; 
  width: 68%; 
  min-height: 230px; 
  padding: 0px; 
  box-sizing: border-box;
}

@media screen and (min-width: 501px) {
  #boxes_spacer { 
    width: 68%;
  }
  #boxes_spacer2 { 
    width: 68%;
  }
  #switch_logo {
    content: url(pics/1sthandcleaning_logo_with_strap.svg);
    width: 70%; 
    left: 50%; 
  }
}
@media screen and (max-width: 500px) {
  #boxes_spacer { 
    width: 60%;
  }
  #boxes_spacer2 { 
    width: 60%;
  }
  #switch_logo {
    content: url(pics/1sthandcleaning_logo_alt_with_strap.svg);
    width: 60%; 
    left: 40%; 
  }
}





#copyright_box {
  display: inline-block;
  position: relative;
  width: 30%;
  max-width: 260px;
  min-width: 180px;
  text-align: left;
  padding: 0px;
  margin: 0px;
  margin-top: 15px;
  font-family: 'Open Sans', sans-serif;
  font-size: 13px;
  font-weight: 200;
  color: #fff;
  line-height: 17px;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

#footer_links {
  display: inline-block; 
  position: relative; 
  text-align: left;
}


.footer_column {
  display: inline-block;
  position: relative;
  text-align: right;
  padding: 0px;
  margin: 0px;
  margin-top: 15px;
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
  font-weight: 200;
  color: #fff;
  line-height: 24px;
  box-sizing: border-box;
  flex-grow: 1;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}



@media screen and (min-width: 421px) {
  #copyright_box {
    width: 30%;
    max-width: 260px;
  }
  #footer_links {
    width: initial;
  }
  .footer_column {
    text-align: right;
  }
}
@media screen and (max-width: 420px) {
  #copyright_box {
    width: 100%;
    max-width: initial;
  }
  #footer_links {
    width: 100%;
  }
  .footer_column {
    text-align: left;
  }
}








.terms_container {
  display: inline-block;
  position: relative;
  width: 100%;
  max-width: 1100px;
  font-family: 'Open Sans', sans-serif;
  font-weight: 200;
  color: #222;
  font-size: 14px;
  line-height: 16px;
  font-weight: normal;
  text-align: left;
  text-align: justify;
  column-count: 2; 
  column-gap: 20px;
  column-rule: 1px solid #efefef;
  box-sizing: border-box;
  padding: 3px;
}

@media screen and (min-width: 651px) {
  .terms_container { 
  column-count: 2;
  }
}
@media screen and (max-width: 650px) {
  .terms_container { 
  column-count: 1;
  }
}




.service_container {
  display: inline-block;
  position: relative;
  width: 70%;
  text-align: left;
  column-count: 4;
  column-gap: 15px;
  padding: 0px;
  box-sizing: border-box;
}

.service_picture {
  content: url(pics/spacer.png);
  display: inline-block; 
  position: relative; 
  width: 20%; 
  min-width: 130px; 
  padding: 0px; 
  box-sizing: border-box; 
  background: #fff; 
  border-radius: 8%; 
  border: 7px solid #005; 
  transform: rotate(45deg); 
  transform-origin: center; 
  background-position: center;
  background-size: 200%;
  background-repeat: no-repeat;
  float: right;
}

@media screen and (min-width: 1101px) {
  .service_container { 
  column-count: 4;
  }
  .service_picture {
    display: inline-block;
    border: 7px solid #005;
    float: right;
  }
}
@media screen and (min-width: 901px) and (max-width: 1100px) {
  .service_container { 
    column-count: 3;
  }
  .service_picture {
    display: inline-block;
    border: 7px solid #005;
    float: right;
  }
}
@media screen and (min-width: 651px) and (max-width: 900px) {
  .service_container { 
    column-count: 2;
  }
  .service_picture {
    display: inline-block;
    border: 7px solid #005;
    float: right;
  }
}
@media screen and (max-width: 650px) {
  .service_container { 
    column-count: 1;
  }
  .service_picture {
    display: block;
    border: 5px solid #005;
    float: initial;
    margin-top: 30px;
    margin-bottom: 20px;
  }
}







.slide_left {
  -webkit-animation-name: slide_left; /* Chrome, Safari, Opera */
  animation-name: slide_left;
  -webkit-animation-duration: 1s; /* Chrome, Safari, Opera */
  animation-duration: 1s;
  animation-iteration-count: 1;
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  transform-origin: center;
  -webkit-transform-style: preserve-3d;
  -webkit-backface-visibility: hidden;
  transform-style: preserve-3d;
  backface-visibility: hidden;
}

/* Chrome, Safari, Opera */
@-webkit-keyframes slide_left {
  0% { right: -3000px; }
  100% { right: 0%; }
}

@keyframes slide_left {
  0% { right: -3000px; }
  100% { right: 0%; }
}




.slide_right {
  -webkit-animation-name: slide_right; /* Chrome, Safari, Opera */
  animation-name: slide_right;
  -webkit-animation-duration: 1s; /* Chrome, Safari, Opera */
  animation-duration: 1s;
  animation-iteration-count: 1;
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  transform-origin: center;
  -webkit-transform-style: preserve-3d;
  -webkit-backface-visibility: hidden;
  transform-style: preserve-3d;
  backface-visibility: hidden;
}

/* Chrome, Safari, Opera */
@-webkit-keyframes slide_right {
  0% { left: -8000px; }
  100% { left: 100%; }
}

@keyframes slide_right {
  0% { left: -8000px; }
  100% { left: 100%; }
}




.slide_down {
  -webkit-animation-name: slide_down; /* Chrome, Safari, Opera */
  animation-name: slide_down;
  -webkit-animation-duration: 1s; /* Chrome, Safari, Opera */
  animation-duration: 1s;
  animation-iteration-count: 1;
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  transform-origin: center;
  -webkit-transform-style: preserve-3d;
  -webkit-backface-visibility: hidden;
  transform-style: preserve-3d;
  backface-visibility: hidden;
}

/* Chrome, Safari, Opera */
@-webkit-keyframes slide_down {
  0% { bottom: 3000px; }
  100% { bottom: 0%; }
}

@keyframes slide_down {
  0% { bottom: 3000px; }
  100% { bottom: 0%; }
}




.client_tab {
  display: inline-block;
  position: relative;
  font-size: 16px;
  line-height: 22px;
  font-weight: 400;
  font-family: 'Roboto Condensed', sans-serif;
  color: #888;
  text-align: center;
  padding: 0px;
  padding-bottom: 3px;
  border-bottom: 1px solid #888;
  cursor: pointer;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.client_tab:hover {
  color: #000;
  border-bottom: 1px solid #000;
} 

.client_tab_active {
  display: inline-block;
  position: relative;
  font-size: 16px;
  line-height: 22px;
  font-weight: 400;
  font-family: 'Roboto Condensed', sans-serif;
  color: #444;
  text-align: center;
  padding: 0px;
  padding-bottom: 3px;
  border-bottom: 3px solid #444;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}







#calendar_header {
  display: inline-block; 
  position: relative; 
  width: 100%; 
  text-align: center; 
  font-weight: bold; 
  font-size: 24px; 
  line-height: 28px;
}

@media screen and (min-width: 951px) {
  #calendar_header { 
    font-size: 24px; 
    line-height: 28px;
    margin: 6px;
  }
}
@media screen and (min-width: 751px) and (max-width: 950px) {
  #calendar_header {
    font-size: 20px; 
    line-height: 24px;
    margin: 6px;
  }
}
@media screen and (min-width: 601px) and (max-width: 750px) {
  #calendar_header {
    font-size: 16px; 
    line-height: 20px;
    margin: 5px;
  }
}
@media screen and (max-width: 600px) {
  #calendar_header {
    font-size: 14px; 
    line-height: 17px;
    margin: 4px;
  }
}


.calendar_days_header {
  display: inline-block; 
  position: relative; 
  width: 14.28571429%; 
  text-align: center; 
  border-left: 1px solid #fff;
  font-weight: normal; 
  font-size: 16px; 
  line-height: 19px;
  padding: 3px;
  box-sizing: border-box;
}

@media screen and (min-width: 951px) {
  .calendar_days_header { 
    font-size: 16px; 
    line-height: 19px;
    padding: 3px;
  }
}
@media screen and (min-width: 751px) and (max-width: 950px) {
  .calendar_days_header {
    font-size: 14px; 
    line-height: 17px;
    padding: 3px;
  }
}
@media screen and (min-width: 601px) and (max-width: 750px) {
  .calendar_days_header {
    font-size: 13px; 
    line-height: 16px;
    padding: 3px;
  }
}
@media screen and (max-width: 600px) {
  .calendar_days_header {
    font-size: 12px; 
    line-height: 14px;
    margin: 2px;
  }
}

.calendar_day_box {
  display: inline-block; 
  position: relative; 
  width: 100%; 
  text-align: center; 
  padding: 0px; 
  box-sizing: border-box;
  font-size: 60px;
  line-height: 60px;
  font-weight: bold;
  color: #ccc;
}

@media screen and (min-width: 951px) {
  .calendar_day_box { 
    font-size: 60px;
    line-height: 60px;
  }
}
@media screen and (min-width: 751px) and (max-width: 950px) {
  .calendar_day_box {
    font-size: 48px; 
    line-height: 48px;
  }
}
@media screen and (min-width: 601px) and (max-width: 750px) {
  .calendar_day_box {
    font-size: 36px; 
    line-height: 36px;
  }
}
@media screen and (min-width: 421px) and (max-width: 600px) {
  .calendar_day_box {
    font-size: 20px; 
    line-height: 20px;
  }
}
@media screen and (max-width: 420px) {
  .calendar_day_box {
    font-size: 16px; 
    line-height: 16px;
  }
}


.calendar_detail {
  display: block; 
  position: absolute; 
  left: 3%; 
  top: 3%; 
  right: 3%; 
  height: 96%; 
  text-align: left; 
  font-size: 13px; 
  font-weight: normal; 
  color: #000; 
  line-height: 15px;
}

@media screen and (min-width: 951px) {
  .calendar_detail { 
    font-size: 12px;
    line-height: 14px;
  }
}
@media screen and (min-width: 751px) and (max-width: 950px) {
  .calendar_detail {
    font-size: 11px; 
    line-height: 13px;
  }
}
@media screen and (min-width: 601px) and (max-width: 750px) {
  .calendar_detail {
    font-size: 10px; 
    line-height: 12px;
  }
}
@media screen and (min-width: 421px) and (max-width: 600px) {
  .calendar_detail {
    font-size: 9px; 
    line-height: 10px;
  }
}
@media screen and (max-width: 420px) {
  .calendar_detail {
    font-size: 8px; 
    line-height: 9px;
  }
}




.calendar_detail_alt {
  display: block; 
  position: absolute; 
  left: 3%; 
  bottom: 3%; 
  right: 3%; 
  text-align: right; 
  font-size: 13px; 
  font-weight: normal; 
  color: #000; 
  line-height: 15px;
}

@media screen and (min-width: 951px) {
  .calendar_detail_alt { 
    font-size: 12px;
    line-height: 14px;
  }
}
@media screen and (min-width: 751px) and (max-width: 950px) {
  .calendar_detail_alt {
    font-size: 11px; 
    line-height: 13px;
  }
}
@media screen and (min-width: 601px) and (max-width: 750px) {
  .calendar_detail_alt {
    font-size: 10px; 
    line-height: 12px;
  }
}
@media screen and (min-width: 421px) and (max-width: 600px) {
  .calendar_detail_alt {
    font-size: 9px; 
    line-height: 10px;
  }
}
@media screen and (max-width: 420px) {
  .calendar_detail_alt {
    font-size: 8px; 
    line-height: 9px;
  }
}



.CFC_client_tile {
    display: flex;
    position: relative;
    width: 100%;
    background: #efefef;
    border-radius: 5px;
    padding: 10px;
    box-sizing: border-box;
    margin: 0px;
    margin-top: 8px;
    flex-flow: row wrap;
    gap: 10px;
    justify-content: flex-start;
    color: #444;
    cursor: pointer;
    break-inside: avoid;
}

.CFC_client_tile:hover {
    background: rgb(240,240,255);
}



.admin_columns {
  display: block; 
  position: relative; 
  width: 100%; 
  box-sizing: border-box; 
  padding: 0px; 
  margin: 0px; 
  margin-bottom: 30px;
  column-count: 2;
  column-gap: 15px;
}

@media screen and (min-width: 551px) {
  .admin_columns { 
  column-count: 2;
  }
}
@media screen and (max-width: 550px) {
  .admin_columns { 
  column-count: 1;
  }
}