@charset "UTF-8";
/* open cmd, go to root directory and run the script below: */
/* sass --watch assets/sass/input.scss assets/css/style.css */
.application-form {
  padding: 20px 15px;
}

#header {
  border-top: #a3ce47 solid 10px;
  position: relative;
  background: #fff;
  padding: 1em 0;
  box-shadow: none;
}

html body #header .main-menu {
  background: none;
  border-bottom: none;
  box-shadow: none;
  color: #aaa;
  font-size: 116%;
  right: 5px;
  text-align: center;
  top: 18%;
  border: 2px solid #8fc31f;
  padding: 0 0.8em;
  height: auto;
  color: #8fc31f;
}

@media (min-width: 440px) {
  html body #header .main-menu {
    width: 80px;
    top: 12%;
  }
}
html body .ui-header .ui-title {
  margin: 0;
  text-align: left;
  padding-left: 1em;
}

html body .ui-header .ui-title img {
  width: 70%;
  height: auto;
}

.navbar {
  margin-top: 20px;
}

.hidden {
  display: none;
}

/*
 * SLIDING MENU PANEL
 */
#menu-toggler {
  background: none;
  border-bottom: none;
  box-shadow: none;
  color: #aaa;
  font-size: 116%;
  right: 5px;
  text-align: center;
  border: 2px solid #8fc31f;
  color: #8fc31f;
  width: 59px !important;
  height: 59px !important;
  font-size: 36px;
  padding: 0;
  position: absolute;
}

.sidepanel {
  position: absolute;
  top: 0;
  right: -400px;
  z-index: 998;
  color: #005c9c;
  background: white;
  width: 230px;
  height: 1000px;
  transition: 400ms right cubic-bezier(0.77, 0, 0.175, 1);
  pointer-events: all !important;
  box-shadow: -5px 0 5px rgba(0, 0, 0, 0.15);
}

.sidepanel .panel-head {
  color: #FFF;
  background: #a3ce47;
  font-size: 20px;
  font-weight: bold;
  letter-spacing: 2px;
  padding-left: 15px;
  padding-top: 10px;
  padding-bottom: 10px;
  border-bottom: 3px #7AA61E solid;
}

.sidepanel .panel-body {
  padding-top: 0;
  font-weight: bold;
}

.sidepanel ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.sidepanel ul li {
  color: #f26522;
  font-family: "FOT-スーラ Pro M";
  background: white;
  overflow: hidden;
  white-space: nowrap;
}

.sidepanel ul li i {
  font-size: 10px;
  margin-right: 10px;
}

.sidepanel ul .li-wrap {
  border-bottom: 1px solid #ccc;
  padding: 10px;
  padding-left: 15px;
}

.sidepanel ul li a {
  color: #f26522;
}

.sidepanel.active {
  right: 0;
}

.dismiss {
  pointer-events: none;
}

.clickable {
  pointer-events: all;
}

/*
 * END SLIDING MENU PANEL
 */
select {
  color: #f00;
}
select option {
  color: #4f4f4f;
}
footer {
  background-color: #707070;
  color: white;
}

.btn,
.btn-group {
  width: 100% !important;
}

@media (max-width: 768px) {
  .btn,
.btn-group {
    width: 100%;
  }

  .navbar {
    padding-left: 0;
  }

  .navbar-brand {
    width: 75%;
  }
}

/*
 * ADMIN CUSTOM STYLING
 */
.logout {
    right: 0;
    left: auto;
    position: absolute;
}

.reset-search {
    opacity: 0;
    width: 0px;
    height: 0px;
    pointer-events: none;
}

.float-button{
    position: fixed;
    width: 100px;
    height: 60px;
    bottom: 40px;
    right: 40px;
    /*background-color: #343a40!important;*/
    color: #FFF;
    border-radius: 12px;
    text-align: center;
    /*box-shadow: 2px 2px 3px #999;*/
    outline: none !important;
    z-index: 1;
}

.float-button-2{
    position: fixed;
    width: 100px;
    height: 60px;
    bottom: 120px;
    right: 40px;
    /*background-color: #343a40!important;*/
    color: #FFF;
    border-radius: 12px;
    text-align: center;
    /*box-shadow: 2px 2px 3px #999;*/
    outline: none !important;
    z-index: 1;
}

.float-button-3{
    position: fixed;
    width: 100px;
    height: 60px;
    bottom: 200px;
    right: 40px;
    /*background-color: #343a40!important;*/
    color: #FFF;
    border-radius: 12px;
    text-align: center;
    /*box-shadow: 2px 2px 3px #999;*/
    outline: none !important;
    z-index: 1;
}

.no-text-decoration:hover {
    text-decoration: none;
}

/*# sourceMappingURL=style.css.map */
