@import url(https://fonts.googleapis.com/css?family=Roboto:300);
html,
body {
  height: 100%;
  width: 100%;
  overflow-x: hidden; }

#main {
  height: 100%;
  width: 100%; }

button {
  border: none;
  background-color: transparent; }

.home {
  display: table;
  height: inherit;
  width: inherit; }
  .home .header {
    display: table-row; }
  .home .menu {
    display: table-row; }
  .home .content {
    display: table-row;
    height: inherit;
    width: inherit; }

.md-dialog-container {
  position: fixed; }

#pac-input {
  position: relative; }

[class*="col-"] {
  padding: 5px; }

md-dialog {
  max-width: none; }

.md-toolbar-tools {
  background-color: orange; }

md-nav-bar.md-default-theme md-nav-ink-bar,
md-nav-bar md-nav-ink-bar {
  background-color: orange;
  color: orange; }

.md-button.md-default-theme.md-accent,
.md-button.md-accent {
  color: orange; }

.search-layout {
  display: table;
  width: 100%;
  height: 100%; }
  .search-layout .row {
    height: 100%;
    width: 100%;
    padding: 20px; }
    .search-layout .row > * {
      display: table-cell;
      vertical-align: top;
      padding: 5px; }

.fc-content {
  cursor: pointer; }

.loader {
  border: 5px solid #f3f3f3;
  /* Light grey */
  border-top: 5px solid #FF7F00;
  /* Blue */
  border-radius: 50%;
  width: 25px;
  height: 25px;
  animation: spin 1s linear infinite; }

@keyframes spin {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(360deg); } }

.roundedBorder {
  border-radius: 5px; }

.login {
  width: 100%;
  height: 100%;
  background-color: #FFC61D;
  position: relative;
  overflow: hidden; }
  .login .box {
    margin: auto;
    padding: 15px 45px 45px 45px;
    position: relative;
    top: 100px;
    z-index: 1;
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.2), 0 5px 5px 0 rgba(0, 0, 0, 0.24);
    top: 100px;
    width: 400px;
    height: 300px;
    background-color: white;
    overflow: hidden; }
  .login .login-form {
    margin-top: 20px; }
    .login .login-form input {
      font-family: "Roboto", sans-serif;
      outline: 0;
      background: #f2f2f2;
      width: 100%;
      border: 0;
      margin: 0 0 15px;
      padding: 15px;
      box-sizing: border-box;
      font-size: 14px; }
    .login .login-form button {
      font-family: "Roboto", sans-serif;
      text-transform: uppercase;
      outline: 0;
      background: #FF7F00;
      width: 100%;
      border: 0;
      padding: 15px;
      color: #FFFFFF;
      font-size: 14px;
      -webkit-transition: all 0.3 ease;
      transition: all 0.3 ease;
      cursor: pointer; }

.resetPwd {
  width: 100%;
  height: 100%;
  background-color: #FFC61D;
  position: relative;
  overflow: hidden; }
  .resetPwd .boxReset {
    margin: auto;
    padding: 15px 45px 15px 45px;
    position: relative;
    top: 0px;
    z-index: 1;
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.2), 0 5px 5px 0 rgba(0, 0, 0, 0.24);
    top: 100px;
    width: 90%;
    max-width: 1000px;
    background-color: white;
    overflow: hidden; }
  .resetPwd .resetPwd-form {
    margin-top: 20px; }
    .resetPwd .resetPwd-form input {
      font-family: "Roboto", sans-serif;
      outline: 0;
      background: #f2f2f2;
      width: 100%;
      height: 100px;
      border: 0;
      margin: 0 0 15px;
      padding: 15px;
      box-sizing: border-box;
      font-size: 14px;
      display: inline-block;
      margin-right: -60px;
      margin-bottom: 5px;
      font-size: 26px; }
    .resetPwd .resetPwd-form button {
      font-family: "Roboto", sans-serif;
      text-transform: uppercase;
      outline: 0;
      background: #FF7F00;
      width: 100%;
      border: 0;
      padding: 15px;
      color: #FFFFFF;
      font-size: 14px;
      -webkit-transition: all 0.3 ease;
      transition: all 0.3 ease;
      cursor: pointer;
      height: 80px;
      font-weight: bold;
      font-size: 26px; }

.pReset {
  margin-bottom: 15px;
  color: #555; }

button:disabled {
  opacity: 0.5;
  cursor: not-allowed !important; }

.containerSearchEye {
  display: inline-block; }

.searchEye {
  font-size: 32px;
  color: #555;
  vertical-align: middle;
  margin-bottom: 10px; }

.errorDiv {
  height: 40px; }

.errorDiv > span {
  color: #db0000;
  font-size: 26px; }

.redBorder {
  border: 2px solid #d30000 !important; }

.greenBorder {
  border: 2px solid green !important; }

.logo {
  width: 100%;
  margin-left: -5px;
  max-width: 550px; }

p {
  font-size: 26px; }

.helpers {
  font-size: 26px;
  text-align: left;
  margin-bottom: 30px; }

.md-title {
  font-size: 30px;
  font-weight: bold; }

.md-confirm-button {
  font-size: 26px;
  border: #3f51b5 1px solid; }

/*# sourceMappingURL=maps/main.css.map */
