#loading {
  display: none;
  position: fixed;
  width: 247px;
  top: 50%;
  left: 50%;
  margin-left: -123px;
  margin-top: -53px;
  border-radius: 15px;
  padding: 10px 10px;
  color: #000;
  text-align: center;
  background-color: #fff;
  z-index: 99999;
  border: solid 2px #52a3db;
  box-shadow: 0 0 15px rgba(108,188,242, 1);
}

#loading i { font-size: 36px; }
#loading .loop {
  -webkit-animation: spinWebKit 1s infinite linear;
  -moz-animation: spinMoz 1s infinite linear;
  animation: spin 1s infinite linear;
}

@-webkit-keyframes spinWebKit {
    0%   { -webkit-transform: rotate(0deg) }
    100% { -webkit-transform: rotate(360deg) }
}

@-moz-keyframes spinMoz {
    0%   { -moz-transform: rotate(0deg) }
    100% { -moz-transform: rotate(360deg) }
}

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

.fi-loop, .fi-check {
  /*color: #008cba;*/
  color: #007095;
}
.fi-alert {
  color:red;
}

/* A I */
a i {
  display: inline-block;
  width: auto; height: auto;
}

table .fi-arrow-right {
  color: #008cba;
  font-size: 120%;
}
table .fi-arrow-left {
  color: #DC143C;
  font-size: 120%;
}

/* Login */

.login-panel {
  border-radius: 5px;
  border: 1px solid #ccc;
  padding: 15px;
  margin-top: 30px;
}
.login-panel i {
  font-size: 30px;
  line-height: 50px;
  color: #999;
}
.login-panel form input, .login-panel form span {
  height: 50px;
}
.login-panel .welcome {
  font-size: 26px;
  text-align: center;
  margin-left: 0;
}
.login-panel p {
  font-size: 13px;
  font-weight: 200;
  margin-left: 25%;
}
.login-panel button {
  width: 100%;
}

/* Agendamento */

@media only screen and (orientation: landscape) {
  .nowrap-for-landscape {
    white-space: nowrap;
  }
}

#formAgendamento li span {
  margin-bottom:0;
}
#formAgendamento .fi-trash {
  font-size: 36px;
}
#formAgendamento .fi-trash-hover {
  color: #f00;
}
#dragInfo {
  white-space: nowrap;
  overflow: hidden;
}
.draggable {
  z-index: 9999;
}

/* Viagem */

.buttonDirection {
  font-size: 36px;
}

/* delete button */
button.delete, .button.delete {
  background-color: whitesmoke;
  border-color: #dddddd;
  color: #222222; }
button.delete:hover, button.delete:focus, .button.delete:hover, .button.delete:focus {
  background-color: #cf2a0e; }
button.delete:hover, button.delete:focus, .button.delete:hover, .button.delete:focus {
  color: white; }
