/* line 24, ../sass/webapp-frontend.scss */
div#wpadminbar {
  display: none;
}

/* line 25, ../sass/webapp-frontend.scss */
html {
  margin-top: 0px !important;
}

/* line 27, ../sass/webapp-frontend.scss */
body.page-template-page-webapp, body.page-template-page-webapp-start {
  background-image: none;
  /*  nav.site-navigation {background-color: transparent; position: absolute; margin-top:2em;}
    nav#navbar-collapse {padding-top:0px;}
  
    a.navbar-brand {display:none;}
    body.admin-bar nav.site-navigation {margin-top:0px !important;}
    div.navbar-header button.navbar-toggle {border: 2px solid black;}
    div.navbar-header button.navbar-toggle span.icon-bar {background-color: black;}
    nav#navbar-collapse {background-color: #555;}
    nav#navbar-collapse a {color: white !important; font-weight: bold;}
    nav#navbar-collapse a:hover {background-color: #ccc !important; color: #555 !important;}
  */
  /*  div.webapp-navigation {
      position:relative;
      button.hamburger {
        position: absolute;
        right: 20px;
        top: 20px;
        height: 400px;
        width: 400px;
        background-color: black;
        span.icon-bar {
          width: 100%;
          min-height:5px;
          background-color: red;
          color: white;
        }
      }
    }
  */
  /* Calendar */
  /* ------------- Tooltips -------------*/
  /* -------------------------------- The Planning Settings page on the backend ----------------------------- */
}
/* line 31, ../sass/webapp-frontend.scss */
body.page-template-page-webapp div#content, body.page-template-page-webapp-start div#content {
  padding-left: 6px;
  padding-right: 6px;
  padding-top: 0px;
}
/* line 65, ../sass/webapp-frontend.scss */
body.page-template-page-webapp .toggle-nav, body.page-template-page-webapp-start .toggle-nav {
  display: block !important;
  float: right;
  margin: 15px;
  font-size: 3em;
  line-height: 0.8em;
  padding-bottom: 0.2em;
  text-decoration: none;
  border: 1px solid black;
  border-radius: 4px;
  transition: color linear 0.15s;
  color: black !important;
}
/* line 78, ../sass/webapp-frontend.scss */
body.page-template-page-webapp .toggle-nav a.toggle-nav:link,
body.page-template-page-webapp .toggle-nav a.toggle-nav:visited,
body.page-template-page-webapp .toggle-nav a.toggle-nav:hover,
body.page-template-page-webapp .toggle-nav a.toggle-nav:active, body.page-template-page-webapp-start .toggle-nav a.toggle-nav:link,
body.page-template-page-webapp-start .toggle-nav a.toggle-nav:visited,
body.page-template-page-webapp-start .toggle-nav a.toggle-nav:hover,
body.page-template-page-webapp-start .toggle-nav a.toggle-nav:active {
  text-decoration: none;
  color: #f00;
}
/* line 87, ../sass/webapp-frontend.scss */
body.page-template-page-webapp .menu.main, body.page-template-page-webapp-start .menu.main {
  display: inline-block;
  position: relative;
  background: #000;
  text-align: left;
}
/* line 94, ../sass/webapp-frontend.scss */
body.page-template-page-webapp .menu.main ul, body.page-template-page-webapp-start .menu.main ul {
  display: none;
  position: absolute;
  overflow: auto;
  top: -24px;
  left: 0px;
  z-index: 999;
  padding: 20px;
  padding-right: 100px;
  padding-bottom: 100px;
  background: #000;
}
/* line 108, ../sass/webapp-frontend.scss */
body.page-template-page-webapp .menu.main ul li, body.page-template-page-webapp-start .menu.main ul li {
  font-size: 1.5em;
  line-height: 2em;
  float: none;
  display: block;
  position: relative;
  top: 0px;
  right: 0px;
  min-width: 300px;
  background: #000;
  text-align: right;
}
/* line 121, ../sass/webapp-frontend.scss */
body.page-template-page-webapp .main.menu li:after, body.page-template-page-webapp-start .main.menu li:after {
  content: none;
}
/* line 125, ../sass/webapp-frontend.scss */
body.page-template-page-webapp div.main-content-inner, body.page-template-page-webapp-start div.main-content-inner {
  margin-top: 0px;
}
/* line 127, ../sass/webapp-frontend.scss */
body.page-template-page-webapp div.section, body.page-template-page-webapp-start div.section {
  background-color: #eee;
  padding: 6px;
  padding-top: 12px;
  padding-bottom: 12px;
  margin-top: 6px;
  margin-bottom: 6px;
}
/* line 129, ../sass/webapp-frontend.scss */
body.page-template-page-webapp form#loginform label, body.page-template-page-webapp-start form#loginform label {
  display: block;
}
/* line 133, ../sass/webapp-frontend.scss */
body.page-template-page-webapp div#calendar div.fc-content span.fc-title, body.page-template-page-webapp-start div#calendar div.fc-content span.fc-title {
  color: black;
}
/* line 134, ../sass/webapp-frontend.scss */
body.page-template-page-webapp button.fc-button, body.page-template-page-webapp-start button.fc-button {
  background-image: none;
  background-color: #028e00;
  border-color: #012800;
  color: white;
  padding-bottom: 2.3em;
  margin-right: 4px;
}
/* line 142, ../sass/webapp-frontend.scss */
body.page-template-page-webapp button.fc-button:hover, body.page-template-page-webapp-start button.fc-button:hover {
  background-color: #03c100;
}
/* line 145, ../sass/webapp-frontend.scss */
body.page-template-page-webapp a.modal-see-more, body.page-template-page-webapp-start a.modal-see-more {
  display: none;
}
/* line 146, ../sass/webapp-frontend.scss */
body.page-template-page-webapp .ui-dialog-titlebar-close .ui-icon-closethick, body.page-template-page-webapp-start .ui-dialog-titlebar-close .ui-icon-closethick {
  display: none !important;
  position: relative !important;
  margin-top: -12px  !important;
  margin-left: -8px  !important;
}
/* line 153, ../sass/webapp-frontend.scss */
body.page-template-page-webapp div.numPeople, body.page-template-page-webapp-start div.numPeople {
  width: 100%;
  background-color: #5c5;
  color: black;
  padding: 12px;
  margin-top: 6px;
}
/* line 155, ../sass/webapp-frontend.scss */
body.page-template-page-webapp table.cleanings, body.page-template-page-webapp-start table.cleanings {
  width: 100%;
  border-collapse: collapse;
  margin-top: 4px;
}
/* line 156, ../sass/webapp-frontend.scss */
body.page-template-page-webapp table.cleanings tr:nth-child(odd), body.page-template-page-webapp-start table.cleanings tr:nth-child(odd) {
  background-color: #ddd;
}
/* line 157, ../sass/webapp-frontend.scss */
body.page-template-page-webapp table.cleanings th, body.page-template-page-webapp-start table.cleanings th {
  text-align: left;
  vertical-align: top;
  border: 1px solid #ddd;
  padding: 8px;
  width: 20%;
}
/* line 158, ../sass/webapp-frontend.scss */
body.page-template-page-webapp table.cleanings td, body.page-template-page-webapp-start table.cleanings td {
  text-align: left;
  vertical-align: top;
  border: 1px solid #ddd;
  padding: 8px;
}
/* line 164, ../sass/webapp-frontend.scss */
body.page-template-page-webapp div.cf-planning-wrap p, body.page-template-page-webapp-start div.cf-planning-wrap p {
  padding: 1em;
  background-color: white;
}
/* line 165, ../sass/webapp-frontend.scss */
body.page-template-page-webapp div.cf-planning-wrap form input[type="text"], body.page-template-page-webapp-start div.cf-planning-wrap form input[type="text"] {
  width: 600px;
}
