﻿.animation-element.fade-in-slow {
  opacity: 0;
  -webkit-transition: all 2.4s ease-out;
  -moz-transition: all 2.4s ease-out;
  -o-transition: all 2.4s ease-out;
  transition: all 2.4s ease-out;
  -webkit-transform: translate3d(0px, 0px, 0px);
  -moz-transform: translate3d(0px, 0px, 0px);
  -o-transform: translate3d(0px, 0px, 0px);
  transform: translate3d(0px, 0px, 0px); }

.animation-element.fade-in-medium {
  opacity: 0;
  -webkit-transition: all 2.1s ease-out;
  -moz-transition: all 2.1s ease-out;
  -o-transition: all 2.1s ease-out;
  transition: all 2.1s ease-out;
  -webkit-transform: translate3d(0px, 0px, 0px);
  -moz-transform: translate3d(0px, 0px, 0px);
  -o-transform: translate3d(0px, 0px, 0px);
  transform: translate3d(0px, 0px, 0px); }

.animation-element.fade-in-fast {
  opacity: 0;
  -webkit-transition: all 1.8s ease-out;
  -moz-transition: all 1.8s ease-out;
  -o-transition: all 1.8s ease-out;
  transition: all 1.8s ease-out;
  -webkit-transform: translate3d(0px, 0px, 0px);
  -moz-transform: translate3d(0px, 0px, 0px);
  -o-transform: translate3d(0px, 0px, 0px);
  transform: translate3d(0px, 0px, 0px); }

.animation-element.slide-in-right-slow {
  opacity: 0;
  -webkit-transition: all 1.4s ease-out;
  -moz-transition: all 1.4s ease-out;
  -o-transition: all 1.4s ease-out;
  transition: all 1.4s ease-out;
  -webkit-transform: translate3d(-750px, 0px, 0px);
  -moz-transform: translate3d(-750px, 0px, 0px);
  -o-transform: translate3d(-750px, 0px, 0px);
  transform: translate3d(-750px, 0px, 0px); }

.animation-element.slide-in-right-medium {
  opacity: 0;
  -webkit-transition: all 1.1s ease-out;
  -moz-transition: all 1.1s ease-out;
  -o-transition: all 1.1s ease-out;
  transition: all 1.1s ease-out;
  -webkit-transform: translate3d(-150px, 0px, 0px);
  -moz-transform: translate3d(-150px, 0px, 0px);
  -o-transform: translate3d(-150px, 0px, 0px);
  transform: translate3d(-150px, 0px, 0px); }

.animation-element.slide-in-left-medium {
  opacity: 0;
  -webkit-transition: all 1.1s ease-out;
  -moz-transition: all 1.1s ease-out;
  -o-transition: all 1.1s ease-out;
  transition: all 1.1s ease-out;
  -webkit-transform: translate3d(150px, 0px, 0px);
  -moz-transform: translate3d(150px, 0px, 0px);
  -o-transform: translate3d(150px, 0px, 0px);
  transform: translate3d(150px, 0px, 0px); }

.animation-element.slide-in-right-fast {
  opacity: 0;
  -webkit-transition: all 0.8s ease-out;
  -moz-transition: all 0.8s ease-out;
  -o-transition: all 0.8s ease-out;
  transition: all 0.8s ease-out;
  -webkit-transform: translate3d(-750px, 0px, 0px);
  -moz-transform: translate3d(-750px, 0px, 0px);
  -o-transform: translate3d(-750px, 0px, 0px);
  transform: translate3d(-750px, 0px, 0px); }

.animation-element.slide-up-slow {
  opacity: 0;
  -webkit-transition: all 1.4s ease-out;
  -moz-transition: all 1.4s ease-out;
  -o-transition: all 1.4s ease-out;
  transition: all 1.4s ease-out;
  -webkit-transform: translate3d(0px, 150px, 0px);
  -moz-transform: translate3d(0px, 150px, 0px);
  -o-transform: translate3d(0px, 150px, 0px);
  transform: translate3d(0px, 150px, 0px); }

.animation-element.fade-in-slow.in-view,
.animation-element.fade-in-medium.in-view,
.animation-element.fade-in-fast.in-view,
.animation-element.slide-in-right-slow.in-view,
.animation-element.slide-in-right-medium.in-view,
.animation-element.slide-in-left-medium.in-view,
.animation-element.slide-in-right-fast.in-view,
.animation-element.slide-up-slow.in-view {
  opacity: 1;
  -webkit-transform: translate3d(0px, 0px, 0px);
  -moz-transform: translate3d(0px, 0px, 0px);
  -o-transform: translate3d(0px, 0px, 0px);
  transform: translate3d(0px, 0px, 0px); }

/*.delayed-show.in-view {    
    @include animation('show-me-after-delay 1s 4s 1 forwards');
}*/
body {
  font-family: Montserrat, Roboto, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.428571429;
  color: #333333;
  background-color: #ffffff; }
  body label {
    line-height: 18px; }

[type='text'], select, [type='password'], [type='date'], [type='datetime'], [type='datetime-local'], [type='month'], [type='week'], [type='email'], [type='number'], [type='search'], [type='tel'], [type='time'], [type='url'], [type='color'], textarea {
  font-size: 14px; }

.container.body-content h2 {
  font-size: 30px; }

@media screen and (min-width: 64em) {
  .container.body-content {
    /*padding-left: 50px;
            padding-right: 50px;*/ } }

footer {
  position: absolute;
  width: 100%;
  bottom: 0;
  margin-top: 2rem;
  background-color: #404040;
  color: white; }
  @media screen and (min-width: 64em) {
    footer {
      /*padding-left: 50px;
        padding-right: 50px;*/ } }

.red {
  background-color: red; }

.test {
  font-weight: bold; }

header.site-header, .top-bar, .top-bar ul, .title-bar, .off-canvas {
  background-color: #404040; }
  header.site-header a, .top-bar a, .top-bar ul a, .title-bar a, .off-canvas a {
    color: white; }
    header.site-header a:hover, .top-bar a:hover, .top-bar ul a:hover, .title-bar a:hover, .off-canvas a:hover {
      color: #ddd; }

label {
  padding-top: 0.2rem;
  font-weight: bold; }

.field-validation-error {
  color: red;
  float: left;
  font-size: 90%;
  margin-top: 0;
  margin-bottom: 1rem;
  width: 100%; }
  @media screen and (max-width: 39.9375em) {
    .field-validation-error {
      width: 100%; } }

[type='text'], select, [type='password'], [type='date'], [type='datetime'], [type='datetime-local'], [type='month'], [type='week'], [type='email'], [type='number'], [type='search'], [type='tel'], [type='time'], [type='url'], [type='color'], textarea {
  margin-bottom: 0.51rem;
  display: inline-block; }

i.instruction {
  font-size: 95%;
  margin-top: -5px;
  margin-bottom: 15px;
  display: block; }

.form-control.short, input.datefield {
  width: 120px; }

@media screen and (min-width: 64em) {
  .form-control.medium {
    max-width: 50%; } }

.add-child {
  margin-bottom: 1rem; }

.save-area .button {
  margin-top: 1rem;
  margin-bottom: 8px; }

.go-back {
  margin-bottom: 1rem; }

.form-group .cell .readonly-item {
  min-height: 30px;
  padding: 7px;
  border: 1px solid #eee;
  margin-bottom: 8px;
  color: #888; }

.mandatory-flag {
  color: red;
  font-size: 60%;
  position: absolute;
  padding-left: 3px; }

.reveal h6 {
  font-weight: bold; }

.reveal a {
  font-size: 1rem;
  line-height: 1.4rem;
  display: block;
  margin: 10px 0 0px 0; }

h1 {
  font-size: 2em; }

/*h1::before {
    width: 1em;
    height: 1em;
    display: inline-block;
    content: "\2630";
    margin-right: 10px;
    color: #ccc;
}
h1::after {
    width: 1em;
    height: 1em;
    display: inline-block;
    content: "\2630";    
    margin-left: 10px;
    color:#ccc;
}

h2::before {
    width: 1em;
    height: 1em;
    display: inline-block;
    content: "\2630";
    margin-right: 10px;
    color: #ccc;
}

h2::after {
    width: 1em;
    height: 1em;
    display: inline-block;
    content: "\2630";
    margin-left: 10px;
    color: #ccc;
}*/
#loginForm label {
  font-size: 1rem !important;
  margin-bottom: 0.5rem; }

ul.home-menu {
  margin-left: 0;
  list-style: none; }
  ul.home-menu a {
    min-width: 300px; }

.admin-user-row {
  font-size: 75%;
  color: red;
  font-weight: bold; }

table.unstriped tbody tr.disabled-user-row {
  background-color: #ddd; }

.welcome-fullname {
  margin-bottom: 1rem; }

.validation-summary-errors {
  background-color: red;
  color: white;
  padding: 1rem 1rem 0.25rem 1.5rem;
  margin-bottom: 1.5rem; }
  .validation-summary-errors ul {
    list-style: none;
    margin-left: 0; }

input[type="checkbox"] {
  margin-top: 0.3rem;
  transform: scale(1.3, 1.3); }

.fa-edit,
.fa-trash-alt,
.fa-key {
  font-size: 125%; }

.text-button {
  /*font-size:85%;
    text-transform:uppercase;*/ }

table.edit-mode .data-value.sortorder:before {
  content: "\f0dc";
  /* >> Name of the FA free font (mandatory), e.g.:
               - 'Font Awesome 5 Free' for Regular and Solid symbols;
               - 'Font Awesome 5 Pro' for Regular and Solid symbols (Professional License);
               - 'Font Awesome 5 Brand' for Brands symbols. */
  font-family: 'Font Awesome 5 Free';
  /* >> Weight of the font (mandatory):
               - 400 for Regular and Brands symbols;
               - 900 for Solid symbols;
               - 300 for Light symbols. */
  font-weight: 900;
  display: inline-block;
  padding-right: 5px; }

.static-header {
  border-bottom: 1px dotted #888;
  display: inline-block;
  margin-bottom: 0.25rem;
  padding-bottom: 0.25rem;
  font-weight: bold; }

.small-label {
  font-size: 80%;
  line-height: 1; }

.odd-row {
  /*background-color:#eee;*/ }

.form-group.striped {
  padding: 15px 10px 5px 10px; }
  .form-group.striped.incomplete {
    border-left: 2px solid red !important;
    background-color: #ffe6e6; }

.form-group.hasborder {
  border-bottom: 1px solid #ddd !important; }

.attachment-status-ok {
  background-color: green;
  color: white;
  border-radius: 50%;
  padding: 2px 3px; }

.attachment-status-warning {
  background-color: #FF5500;
  font-weight: bold;
  color: white;
  padding: 2px 4px; }

table .small.button {
  margin-bottom: 0; }

table tr.locked {
  background-color: #ddd; }

.pillar-container {
  width: 100%; }
  .pillar-container .pillar {
    max-width: 900px; }

.pillar-container-footer {
  position: absolute; }

.flooring-font.x-icon,
i.x-icon {
  font-size: 3rem;
  line-height: 4rem; }

.ui-widget {
  font-family: Montserrat, Roboto, Arial, sans-serif !important;
  font-size: 14px !important; }
  .ui-widget ul {
    position: fixed; }

td.duration {
  background-color: #fffacd; }

td.start-time {
  background-color: #FFA500; }

td.status.stay {
  background-color: lightgreen;
  color: darkgreen;
  font-weight: bold; }

td.status.expired {
  background-color: red;
  color: white;
  font-weight: bold; }

td.status.expiring {
  background-color: #ffb3b3;
  color: red;
  font-weight: bold; }

tr.status.left, tr.status.left td {
  background-color: #ddd !important; }

p.instruction {
  font-size: 95%;
  margin-top: -5px;
  margin-bottom: 15px;
  display: block; }
  p.instruction a {
    font-size: 95%; }

.validation-summary-valid {
  display: none; }

.filter-area #SearchTextBox {
  width: 220px; }

.list-header {
  margin-bottom: 0.5rem; }

td.full-name a {
  font-weight: bold; }

div.active-Appts-count {
  margin-top: 0;
  font-size: 2.3rem; }

footer .n-logo {
  float: left;
  margin-right: 1rem; }

.pseudo-button {
  color: #ED8600; }
  .pseudo-button:hover {
    cursor: pointer;
    color: #ae6300; }

table.unstriped {
  border-top: 1px solid #ddd !important; }
  table.unstriped thead, table.unstriped tbody, table.unstriped tfoot {
    border: none; }
  table.unstriped th {
    font-weight: bold; }
  table.unstriped tr {
    border-bottom: 1px solid #ddd !important; }

html,
body {
  height: 100%;
  margin: 0;
  padding: 0; }

#main-wrapper {
  box-sizing: border-box;
  min-height: 100%;
  padding: 0 0 100px;
  position: relative; }

footer {
  bottom: 0;
  left: 0;
  position: absolute;
  width: 100%;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem; }

/* Small only */
/* Medium and up */
/* Large and up */
/* Medium only */
/* Large only */
.square-container {
  display: flex;
  flex-wrap: wrap; }

.square {
  position: relative;
  flex-basis: calc(50% - 10px);
  margin: 5px;
  background-color: #ED8600;
  box-sizing: border-box; }
  .square:hover {
    background-color: #ff9f21; }
  .square a {
    color: white; }
  .square h4 {
    padding: 10px; }

@media screen and (min-width: 40em) {
  .align-center .square {
    flex-basis: calc(50% - 10px); } }

@media screen and (min-width: 64em) {
  .align-center .square {
    flex-basis: calc(33.3333333333% - 10px); } }

@media screen and (min-width: 40em) {
  .align-left .square {
    flex-basis: calc(33.3333333333% - 10px); } }

@media screen and (min-width: 64em) {
  .align-left .square {
    flex-basis: calc(20% - 10px); } }

.square.black {
  background-color: #111; }
  .square.black:hover {
    background-color: #2b2b2b; }

.square::before {
  content: '';
  display: block;
  padding-top: 100%; }

.square .content {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  display: flex;
  /* added for cente#ED8600 text */
  justify-content: center;
  /* added for cente#ED8600 text */
  align-items: center;
  /* added for cente#ED8600 text */ }

.square.disabled {
  background-color: #bbb; }

h4 {
  line-height: 1; }

.cal-header h2 {
  margin-bottom: 1rem; }

table.webcal.unstriped thead td {
  height: 0; }

table.webcal.unstriped td {
  height: 60px;
  width: 14%;
  border: 1px solid #444;
  padding: 0;
  font-size: 12px;
  vertical-align: top;
  font-family: Arial;
  position: relative; }
  table.webcal.unstriped td.weekend {
    background-color: #eee; }
  table.webcal.unstriped td.off-month {
    background-color: #aaa; }
  table.webcal.unstriped td.today {
    border: 3px solid fuchsia; }
  table.webcal.unstriped td .cell-header {
    position: absolute;
    top: 0;
    left: 3px;
    font-size: 12px; }
  table.webcal.unstriped td .add-appt {
    position: absolute;
    top: 0;
    right: 3px; }
  table.webcal.unstriped td .body {
    padding: 16px 3px 3px 3px; }
    table.webcal.unstriped td .body .appt {
      position: relative;
      color: white;
      margin-bottom: 1px;
      padding: 1px 3px; }
    table.webcal.unstriped td .body .type-0 {
      background-color: green; }
      table.webcal.unstriped td .body .type-0.inflag {
        background-color: #00cd00; }
    table.webcal.unstriped td .body .type-1 {
      background-color: #3364FF; }
      table.webcal.unstriped td .body .type-1.inflag {
        background-color: #809eff; }
    table.webcal.unstriped td .body .type-2 {
      background-color: palevioletred; }
  table.webcal.unstriped td .popup-notes {
    display: none; }

table.webcal.unstriped tr {
  min-height: 100px;
  border-bottom: 1px solid #444 !important; }

table.webcal.unstriped .edit-appt:hover, table.webcal.unstriped .add-appt:hover {
  cursor: pointer; }

.input-group {
  margin-bottom: 0.5rem; }

#PopupContainer {
  border: 1px solid #444;
  position: absolute;
  background-color: white;
  color: #333;
  font-family: Arial;
  padding: 3px 5px;
  overflow: visible;
  z-index: 999999;
  width: 300px;
  display: none; }

fieldset {
  border: 1px solid silver;
  padding: 8px; }
  fieldset.disabled {
    background-color: aliceblue; }
    fieldset.disabled label {
      color: silver; }
    fieldset.disabled p, fieldset.disabled input {
      color: silver;
      background-color: aliceblue; }

legend {
  padding: 2px;
  margin-bottom: 0; }

.search input {
  margin-bottom: 0; }

#SearchResultsPanel div.even-row {
  background-color: aliceblue; }

#SearchResultsPanel div.odd-row, #SearchResultsPanel div.even-row {
  padding: 10px;
  margin-bottom: 1rem; }

#SearchResultsPanel div.type-0 {
  border-left: 10px solid green; }

#SearchResultsPanel div.type-1 {
  border-left: 10px solid #3364FF; }

#SearchResultsPanel div.type-2 {
  border-left: 10px solid palevioletred; }
